/* --- New 112 page --- */
header#header.cp-header-112 {
  position: relative;
}
header#header.cp-header-112:before {
  content: '';
  position: absolute;
  display: block;
  width: 100vw;
  height: 10px;
  left: 0;
  bottom: -10px;
  border: 0 solid transparent;
  border-right-width: 5px;
  border-top-width: 10px;
  border-top-color: #112b4d;
  z-index: 1;
}
@media (max-width: 991px) {
  header#header.cp-header-112:before {
    bottom: 0;
    border-right-width: 0px;
  }
}
@media (max-width: 768px) {
  header#header.cp-header-112:before {
    bottom: -4px;
  }
}
header#header.cp-header-112:after {
  content: '';
  position: absolute;
  z-index: 1;
  border: 0 solid transparent;
  width: 60vw;
  max-width: 750px;
  height: 10px;
  bottom: -20px;
  right: 0;
  border-left-width: 7px;
  border-bottom-width: 20px;
  border-bottom-color: #fd1429;
}
@media (max-width: 991px) {
  header#header.cp-header-112:after {
    bottom: -5px;
  }
}
@media (max-width: 768px) {
  header#header.cp-header-112:after {
    border-bottom-width: 7px;
    bottom: -5px;
  }
}
@media (max-width: 580px) {
  header#header.cp-header-112:after {
    display: none;
  }
}
header#header.cp-header-112 .cp-main-header {
  height: unset;
}
header#header.cp-header-112 .cp-main-header .cp-header_container {
  position: relative;
}
header#header.cp-header-112 .cp-main-header .cp-main-header_left .logo .logo-112 {
  margin-right: 0;
}
header#header.cp-header-112 .cp-main-header .cp-main-header_left .logo-112 {
  position: relative;
  display: inline-block;
  padding-right: 1rem;
  margin-right: 1.25rem;
  overflow: hidden;
}
header#header.cp-header-112 .cp-main-header .cp-main-header_left .logo-112:before {
  content: '';
  position: absolute;
  height: calc(100% + 10rem);
  top: -5rem;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
header#header.cp-header-112 .cp-main-header .cp-main-header_left .logo-112 img {
  width: 28rem;
}
header#header.cp-header-112 .cp-main-header .cp-header_container .cp-main-header_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 max-content;
  flex: 0 0 max-content;
}
header#header.cp-header-112 .cp-main-header .cp-header_container .cp-main-header_right {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 2.5rem;
}
header#header.cp-header-112 .cp-main-header .cp-header_container .cp-header-btns .btn {
  aspect-ratio: 1/1;
  padding: 0.35rem;
  height: 3.7rem;
}
header#header.cp-header-112 .cp-main-header .cp-header_container .cp-header-btns .btn-112 img {
  width: 2.5rem;
}
header#header.cp-header-112 .cp-main-header .cp-header_container .cp-header-btns .cp-search {
  border: 1px solid #fd1429;
  background-color: #fd1429;
}
header#header.cp-header-112
  .cp-main-header
  .cp-header_container
  .cp-header-btns
  .cp-search.btn.btn-primary
  .icon {
  padding-right: 0;
}
header#header.cp-header-112 .cp-main-header .cp-header_container .cp-header-btns .btn span.lbl {
  display: none;
}
header#header.cp-header-112 .cp-main-header .cp-header_container .main-menu ul {
  gap: 1.5rem;
}
header#header.cp-header-112 .cp-main-header .cp-header_container .main-menu .main-menu_item {
  padding: 1rem 0 1rem 1rem;
  overflow: hidden;
}
header#header.cp-header-112 .cp-main-header .cp-header_container .main-menu .main-menu_item a {
  position: relative;
  padding: 1rem 0;
}
@media (max-width: 580px) {
  header#header.cp-header-112 .cp-main-header .cp-main-header_left .logo-112 {
    margin-right: 0;
  }
  header#header.cp-header-112 .cp-main-header .cp-main-header_left .logo-112 img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  header#header.cp-header-112 .cp-main-header .cp-main-header_left .logo {
    gap: 1rem;
  }
  header#header.cp-header-112 .cp-main-header .cp-main-header_left .logo-112 {
    margin-right: 0;
  }
  header#header.cp-header-112 .cp-main-header .cp-main-header_left .logo-112 img {
    width: 100%;
  }
}

.emergency-112-home .btn-112 {
  pointer-events: none;
}

body.emergency-112 .cp-page_content ul {
  list-style-type: disc;
  margin-bottom: 2.5rem;
}
body.emergency-112 .cp-page_content ul li::marker {
  color: #112b4d;
}
body.emergency-112 .cp-page_content ul ul {
  list-style-type: circle;
  padding-bottom: 0;
  margin-bottom: 0;
}
body.emergency-112 .modal .modal-footer button.button-112 {
  background-color: #fd1429;
}
body.emergency-112 #cp-page_title {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 991px) {
  body.emergency-112 .cp-page_header {
    padding-top: 0;
  }
}
.emergency-112-home {
  overflow-x: hidden;
}

.emergency-112 .cp-page_content .cp-header_header {
  padding-top: 0;
}

.emergency-112-call #faq-questions,
.emergency-112-alert #faq-questions {
  padding-bottom: 5rem;
}

.emergency-112:not(.emergency-112-home) header#header.cp-header-112:before {
  display: none;
}
.emergency-112:not(.emergency-112-home) header#header.cp-header-112:after {
  bottom: -10px;
  border-bottom-width: 10px;
}
@media (max-width: 768px) {
  .emergency-112:not(.emergency-112-home) header#header.cp-header-112:after {
    bottom: -5px;
  }
}
.emergency-112:not(.emergency-112-home) .cp-page_wrapper {
  padding-bottom: 9rem;
}
.emergency-112:not(.emergency-112-home) #cp-page_title {
  background-image: url('/new-112/assets/civilprotection-112-bg2.jpg');
  background-size: cover;
  background-position: center;
}
.emergency-112:not(.emergency-112-home).emergency-112-call #cp-page_title {
  background-image: url('/new-112/assets/civilprotection-pote-pws-eidopoiei-3.jpg');
}

.custom-112-header .canvas-wrapper canvas {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-size: cover;
  background-repeat: no-repeat;
}
.custom-112-header .canvas-wrapper canvas#canvas-112 {
  background-image: url('../assets/images/112-1.jpg');
  background-position: center right;
}
.custom-112-header .canvas-wrapper canvas#canvas-112-right {
  background-image: url('../assets/images/112-2.jpg');
  background-position: center left;
}

header#header.cp-header.cp-header-112 .mobile-menu-toggle-112 .icon {
  color: #fff;
  font-size: 2.4rem;
}
header#header.cp-header.cp-header-112 .cp-main-header .cp-header_container .main-menu {
  display: block;
}
header#header.cp-header.cp-header-112 .cp-main-header .cp-header_container .mobile-menu-toggle-112 {
  display: none;
}
@media (max-width: 1200px) {
  header#header.cp-header.cp-header-112 .cp-main-header .cp-header_container .main-menu {
    display: none;
  }
  header#header.cp-header.cp-header-112
    .cp-main-header
    .cp-header_container
    .mobile-menu-toggle-112 {
    display: block;
  }
}

#mobile-menu-112 {
  position: fixed;
  width: 100%;
  height: 100%;
  inset-block: 0;
  right: 0;
  color: #fff;
  max-width: 47rem;
  -webkit-transform: translate3d(100vw, 0, 0);
  transform: translate3d(100vw, 0, 0);
  opacity: 0;
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(0, 13, 30, 0.85);
  z-index: 999;
}
#mobile-menu-112.active {
  -webkit-transform: translate3d(0vw, 0, 0);
  transform: translate3d(0vw, 0, 0);
  opacity: 1;
}
#mobile-menu-112 .mobile-menu-close-112 {
  position: absolute;
  right: 0;
  top: 0;
}
#mobile-menu-112 .mobile-menu-container {
  position: relative;
  height: 100%;
  padding: 2.5rem 2.5rem 8.5rem 2.5rem;
  overflow-x: hidden;
  overflow-y: auto;
}
#mobile-menu-112 .mobile-menu-container .mobile-top {
  position: relative;
}
#mobile-menu-112 .mobile-menu-container .mobile-top .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 2.5rem;
  margin-bottom: 1.5rem;
}
#mobile-menu-112 .mobile-menu-container .mobile-top .bottom {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
#mobile-menu-112 .mobile-menu-container .mobile-top .bottom .choose-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5rem;
}
#mobile-menu-112 .mobile-menu-container .mobile-top .bottom .choose-lang .txt {
  font-size: 1.3rem;
  opacity: 0.7;
}
#mobile-menu-112 .mobile-menu-container .mobile-top .bottom .choose-lang img {
  max-height: 2rem;
  margin-left: 0.5rem;
}
#mobile-menu-112 .mobile-menu-container .mobile-top .bottom .choose-lang .langs .lang {
  opacity: 0.5;
}
#mobile-menu-112 .mobile-menu-container .mobile-top .bottom .choose-lang .langs .lang.lang-active {
  opacity: 1;
}
#mobile-menu-112 .mobile-menu-container .mobile-top .mobile-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}
#mobile-menu-112 .mobile-menu-container .mobile-top .mobile-logo .logo-112 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 6.5rem;
  flex: 0 0 6.5rem;
  padding-right: 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#mobile-menu-112 .mobile-menu-container .mobile-top .mobile-logo .logo-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#mobile-menu-112 .mobile-menu-container .mobile-top .mobile-logo img {
  height: 100%;
  max-height: 3.5rem;
  -o-object-fit: contain;
  object-fit: contain;
}
#mobile-menu-112 .mobile-content ul.mobile-menu {
  padding: 0;
}
#mobile-menu-112 .mobile-content ul.mobile-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#mobile-menu-112 .mobile-content ul.mobile-menu li a {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  display: block;
  padding-block: 1.5rem;
}
#mobile-menu-112 .mobile-content .social-links {
  margin-top: 2.5rem;
}
#mobile-menu-112 .mobile-content .social-links .icon {
  color: #fff;
  font-size: 2rem;
}

.mobile-menu.menu-112 {
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
  color: #fff;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(0, 13, 30, 0.8);
  -webkit-transform: translate3d(-100vw, 0, 0);
  transform: translate3d(100vw, 0, 0);
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  z-index: 999;
}
.mobile-menu.menu-112.active {
  -webkit-transform: translate3d(0vw, 0, 0);
  transform: translate3d(0vw, 0, 0);
}
.mobile-menu.menu-112 .mobile-menu-container {
  position: relative;
  height: 100%;
  padding: 2.5rem 2.5rem 8.5rem 2.5rem;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .mobile-menu.menu-112 .mobile-menu-container {
    background-size: 100vw;
    background-position: center bottom;
  }
}
.mobile-menu.menu-112 .mobile-content .langs {
  position: absolute;
  top: 2.5rem;
  left: 0;
  gap: 1rem;
  width: 100%;
}
.mobile-menu.menu-112 .mobile-content .langs .lang {
  opacity: 0.4;
}
.mobile-menu.menu-112 .mobile-content .langs .lang.lang-active {
  opacity: 1;
}
.mobile-menu.menu-112 .mobile-content .langs .lang img {
  width: 2.75rem;
}
.mobile-menu.menu-112 .mobile-content {
  width: 100%;
}
.mobile-menu.menu-112 .mobile-content .actions {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.mobile-menu.menu-112 .mobile-content .actions a {
  width: 100%;
}
.mobile-menu.menu-112 .mobile-menu112-close {
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
  z-index: 99;
}
.mobile-menu.menu-112 .mobile-menu112-close .icon {
  color: #fff;
}

.custom-112-header-wrapper {
  --gap: 75px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.custom-112-header-wrapper .custom-112-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent no-repeat center center/cover;
}
.custom-112-header-wrapper .custom-112-header.custom-112-header-left {
  width: calc(50% + 75px);
  -webkit-clip-path: polygon(0 0, 100% 0%, 87% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 87% 100%, 0% 100%);
  background-image: url('../assets/images/112-bg-1.jpg');
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: calc(var(--gap) * 1);
}
.custom-112-header-wrapper .custom-112-header.custom-112-header-right {
  width: calc(50% + 76px);
  -webkit-clip-path: polygon(13% 0, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(13% 0, 100% 0%, 100% 100%, 0 100%);
  background-image: url('../assets/images/112-bg-1.jpg');
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -151px;
  padding-left: calc(var(--gap) * 2);
}
.custom-112-header-wrapper .custom-112-header.custom-112-header-left .custom-112-header__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(207, 0, 0, 0.25);
  -webkit-transform: skew(-17deg);
  -ms-transform: skewX(-17deg);
  transform: skewX(-17deg);
  min-width: 300px;
  overflow: hidden;
}
.custom-112-header-wrapper
  .custom-112-header.custom-112-header-left
  .custom-112-header__content
  .inner {
  width: 100%;
  margin-left: -2.5rem;
  text-align: right;
}
.custom-112-header-wrapper
  .custom-112-header.custom-112-header-left
  .custom-112-header__content
  .no {
  -webkit-transform: skewX(17deg);
  -ms-transform: skewX(17deg);
  transform: skewX(17deg);
  font-size: clamp(2.8rem, 15vw, 12rem);
  letter-spacing: -0.75rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding-right: 5.5rem;
}
.custom-112-header-wrapper
  .custom-112-header.custom-112-header-left
  .custom-112-header__content
  .tags {
  width: calc(100% + 2.5rem);
  padding: 1.5rem 2.5rem;
  padding-right: 5.5rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  color: #fff;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #071e3b;
}
.custom-112-header-wrapper
  .custom-112-header.custom-112-header-left
  .custom-112-header__content
  .tags
  .tag {
  -webkit-transform: skewX(17deg);
  -ms-transform: skewX(17deg);
  transform: skewX(17deg);
}
.custom-112-header-wrapper .custom-112-header.custom-112-header-right .custom-112-header__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(207, 0, 0, 0.25);
  -webkit-transform: skewX(-14.4deg) translateX(-105px);
  -ms-transform: skewX(-14.4deg) translateX(-105px);
  transform: skewX(-14.4deg) translateX(-105px);
  max-width: 400px;
  width: 100%;
  overflow: hidden;
}
.custom-112-header-wrapper .custom-112-header-5 {
  height: calc(380px + 2.5vw);
  overflow: hidden;
}
.custom-112-header-wrapper .custom-112-header-5.custom-112-header-left {
  position: relative;
  width: 55%;
  -webkit-clip-path: unset;
  clip-path: unset;
  background-position: bottom right;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1200px) {
  .custom-112-header-wrapper .custom-112-header-5.custom-112-header-left {
    background-position: center;
    -webkit-clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
  }
}
@media (max-width: 991px) {
  .custom-112-header-wrapper .custom-112-header-5.custom-112-header-left {
    -webkit-clip-path: unset;
    clip-path: unset;
  }
}
@media (min-width: 1200px) and (max-width: 1580px) {
  .custom-112-header-wrapper .custom-112-header-5.custom-112-header-left {
    -webkit-clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
  }
}
@media (min-width: 1600px) {
  .custom-112-header-wrapper .custom-112-header-5.custom-112-header-left {
    -webkit-clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
  }
}
@media (min-width: 1800px) {
  .custom-112-header-wrapper .custom-112-header-5.custom-112-header-left {
    -webkit-clip-path: polygon(0 0, 100% 0%, 89% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 89% 100%, 0% 100%);
  }
}
.custom-112-header-wrapper .custom-112-header-5.custom-112-header-right {
  position: relative;
  width: calc(50% + 20rem);
  background-size: cover;
  background-position: bottom left;
  margin-left: calc(-1 * (20rem + 5vw));
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 991px) {
  .custom-112-header-wrapper .custom-112-header-5.custom-112-header-right {
    background-position: center;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .custom-112-header-wrapper .custom-112-header-5.custom-112-header-left {
    background-position: right center;
  }
}
.custom-112-header-wrapper .custom-112-header-5.custom-112-header-left .custom-112-header__content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(-1 * (6rem - 5vw));
  width: calc(300px + 1.5vw);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-right: 2.5rem;
  --skew-angle: 20deg;
  -webkit-transform: skew(calc(-1 * var(--skew-angle)));
  -ms-transform: skew(calc(-1 * var(--skew-angle)));
  transform: skew(calc(-1 * var(--skew-angle)));
  z-index: 3;
}
.custom-112-header-wrapper
  .custom-112-header-5.custom-112-header-left
  .custom-112-header__content:before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(255, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media (max-width: 991px) {
  .custom-112-header-wrapper
    .custom-112-header-5.custom-112-header-left
    .custom-112-header__content {
    right: 0;
    padding-right: 0;
  }
  .custom-112-header-wrapper
    .custom-112-header-5.custom-112-header-left
    .custom-112-header__content:before {
    mix-blend-mode: multiply;
  }
}
.custom-112-header-wrapper
  .custom-112-header-5.custom-112-header-left
  .custom-112-header__content
  .inner,
.custom-112-header-wrapper
  .custom-112-header-5.custom-112-header-right
  .custom-112-header__content
  .inner {
  width: 100%;
}
.custom-112-header-wrapper
  .custom-112-header-5.custom-112-header-left
  .custom-112-header__content
  .no {
  min-height: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: skewX(17deg);
  -ms-transform: skewX(17deg);
  transform: skewX(17deg);
}
.custom-112-header-wrapper
  .custom-112-header-5.custom-112-header-left
  .custom-112-header__content
  .no
  img {
  width: 15rem;
}
.custom-112-header-wrapper
  .custom-112-header-5.custom-112-header-left
  .custom-112-header__content
  .no
  span {
  font-size: clamp(8rem, 15vw, 12rem);
  letter-spacing: -0.75rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  height: 14rem;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
}
@media (max-width: 991px) {
  .custom-112-header-wrapper
    .custom-112-header-5.custom-112-header-left
    .custom-112-header__content
    .no {
    height: unset;
    -webkit-transform: skewX(0);
    -ms-transform: skewX(0);
    transform: skewX(0);
  }
}
.custom-112-header-wrapper
  .custom-112-header-5.custom-112-header-left
  .custom-112-header__content
  .tags {
  width: calc(100% + 2.5rem);
  padding: 1.5rem 2.5rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5rem;
  color: #fff;
  background-color: #071e3b;
}
.custom-112-header-wrapper
  .custom-112-header-5.custom-112-header-left
  .custom-112-header__content
  .tags
  .tag {
  -webkit-transform: skewX(17deg);
  -ms-transform: skewX(17deg);
  transform: skewX(17deg);
}
@media (max-width: 991px) {
  .custom-112-header-wrapper
    .custom-112-header-5.custom-112-header-left
    .custom-112-header__content
    .tags
    .tag {
    -webkit-transform: skewX(0);
    -ms-transform: skewX(0);
    transform: skewX(0);
  }
}
@media (max-width: 991px) {
  .custom-112-header-wrapper
    .custom-112-header-5.custom-112-header-left
    .custom-112-header__content
    .tags {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}
.custom-112-header-wrapper
  .custom-112-header-5.custom-112-header-right
  .custom-112-header__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10rem;
  width: calc(500px + 2.5vw);
  height: 100%;
  padding-left: calc(7.5rem + 2.5vw);
  background-color: rgba(17, 43, 77, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-right: 2.5rem;
  --skew-angle: 20deg;
  -webkit-transform: skew(calc(-1 * var(--skew-angle)));
  -ms-transform: skew(calc(-1 * var(--skew-angle)));
  transform: skew(calc(-1 * var(--skew-angle)));
  overflow: hidden;
}
.custom-112-header-wrapper
  .custom-112-header-5.custom-112-header-right
  .custom-112-header__content
  h1 {
  font-size: 2.8rem;
  color: #fff;
  font-weight: 600;
  text-align: left;
  padding-left: calc(2rem + 1.5vw);
  height: 11.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: skewX(17deg);
  -ms-transform: skewX(17deg);
  transform: skewX(17deg);
}
.custom-112-header-wrapper
  .custom-112-header-5.custom-112-header-right
  .custom-112-header__content
  .actions {
  width: calc(100% + 10rem);
  padding: 1.05rem 5rem;
  margin-left: -5rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5rem;
  background-color: #fd1429;
  -webkit-transform: skewX(17deg);
  -ms-transform: skewX(17deg);
  transform: skewX(17deg);
  color: #fff;
}
.custom-112-header-wrapper
  .custom-112-header-5.custom-112-header-right
  .custom-112-header__content
  .actions
  a {
  font-size: 2.2rem;
  color: #fff;
}
.custom-112-header-wrapper
  .custom-112-header-5.custom-112-header-right
  .custom-112-header__content
  .actions
  .diagonal-line {
  position: relative;
}
.custom-112-header-wrapper
  .custom-112-header-5.custom-112-header-right
  .custom-112-header__content
  .actions
  .diagonal-line:before {
  content: '';
  position: absolute;
  left: -0.5rem;
  top: 50%;
  bottom: 0;
  width: 1.5px;
  height: 70%;
  background-color: #fff;
  -webkit-transform: rotate(25deg) translateY(-50%);
  -ms-transform: rotate(25deg) translateY(-50%);
  transform: rotate(25deg) translateY(-50%);
}
@media (max-width: 991px) {
  .custom-112-header-wrapper .custom-112-header-5.custom-112-header-left {
    width: 100%;
    height: 320px;
  }
  .custom-112-header-wrapper .custom-112-header-5.custom-112-header-right {
    width: 100%;
    height: 320px;
  }
  .custom-112-header-wrapper
    .custom-112-header-5.custom-112-header-left
    .custom-112-header__content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    background-color: transparent;
  }
  .custom-112-header-wrapper
    .custom-112-header-5.custom-112-header-right
    .custom-112-header__content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    padding-left: 0;
    inset: 0;
  }
  .custom-112-header-wrapper
    .custom-112-header-5.custom-112-header-right
    .custom-112-header__content
    .inner {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .custom-112-header-wrapper
    .custom-112-header-5.custom-112-header-right
    .custom-112-header__content
    .inner
    h1 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 450px;
    margin-inline: auto;
    text-align: center;
  }
  .custom-112-header-wrapper
    .custom-112-header-5.custom-112-header-right
    .custom-112-header__content
    .inner
    .actions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (max-width: 768px) {
  .custom-112-header-wrapper
    .custom-112-header-5.custom-112-header-right
    .custom-112-header__content {
    padding: 0;
  }
  .custom-112-header-wrapper
    .custom-112-header-5.custom-112-header-right
    .custom-112-header__content
    .inner
    h1 {
    padding-left: 0;
  }
  .custom-112-header-wrapper
    .custom-112-header-5.custom-112-header-right
    .custom-112-header__content
    .inner
    .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    width: 100%;
    gap: 0;
  }
  .custom-112-header-wrapper
    .custom-112-header-5.custom-112-header-right
    .custom-112-header__content
    .inner
    .actions
    .diagonal-line {
    display: none;
  }
  .custom-112-header-wrapper
    .custom-112-header-5.custom-112-header-right
    .custom-112-header__content
    .inner
    .actions
    > a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding-block: 1.15rem;
    padding-inline: 2.5rem;
  }
  .custom-112-header-wrapper
    .custom-112-header-5.custom-112-header-right
    .custom-112-header__content
    .inner
    .actions
    > a.signUpTrigger {
    background-color: #dc0216;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
}
@media (max-width: 991px) {
  .custom-112-header-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.emergency-112-page {
  overflow: hidden;
}
.emergency-112-page .cin-texts {
  font-size: 1.6rem;
  line-height: 2;
  max-width: 900px;
  margin-inline: auto;
  text-wrap: pretty;
}
.emergency-112-page .cin-texts p:not(:last-child) {
  margin-bottom: 2.5rem;
}
.emergency-112-page .em-title {
  margin-bottom: 2.5rem;
}
.emergency-112-page .em-title h5 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 1rem;
}
.emergency-112-page .em-title._heading-2 h2 {
  color: #fd1429;
  font-size: 3.6rem;
  line-height: 1.6;
  letter-spacing: -0.1rem;
  font-weight: 900;
  margin: 0;
}
@media (max-width: 1400px) {
  .emergency-112-page .em-title._heading-2 h2 {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}
.emergency-112-page #how-to {
  background-color: #e3e9f1;
  overflow: hidden;
}
.emergency-112-page #how-to .how-to-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.emergency-112-page #how-to .how-to-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 6rem;
  background-color: #112b4d;
  bottom: 0;
}
.emergency-112-page #how-to .how-to-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% + 3vw);
  inset: 0;
  top: -3vw;
  background-image: url('../assets/images/new-112/em-graphic-red.png');
  background-size: calc(140% + 25vw);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  mix-blend-mode: multiply;
}
@media (max-width: 991px) {
  .emergency-112-page #how-to .how-to-wrapper:before {
    display: none;
  }
}
@media (min-width: 1400px) {
  .emergency-112-page #how-to .how-to-wrapper:before {
    background-size: 120%;
    background-position: 50% 50%;
  }
}
.emergency-112-page #how-to .how-to-wrapper > .how-to-block {
  width: 50%;
  padding-block: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.emergency-112-page #how-to .how-to-wrapper > .how-to-block.how-to-left {
  position: relative;
  overflow: hidden;
}
.emergency-112-page #how-to .how-to-wrapper > .how-to-block.how-to-right {
  position: relative;
  background-color: rgba(255, 192, 199, 0.5);
  -webkit-clip-path: polygon(12% 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(12% 0%, 100% 0, 100% 100%, 0% 100%);
  overflow: hidden;
  z-index: 2;
}
.emergency-112-page #how-to .how-to-block .h-title {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% + 1.5rem);
  background-color: #112b4d;
  padding: 1rem 2.5rem;
  z-index: 1;
}
.emergency-112-page #how-to .how-to-wrapper > .how-to-block.how-to-right .h-title {
  background-color: #fd1429;
}
.emergency-112-page #how-to .how-to-block .h-bg {
  position: relative;
  width: 430px;
  margin-inline: auto;
  z-index: 0;
}
@media (max-width: 991px) {
  .emergency-112-page #how-to .how-to-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .emergency-112-page #how-to .how-to-wrapper > .how-to-block {
    width: 100%;
  }
  .emergency-112-page #how-to .how-to-wrapper > .how-to-block.how-to-right {
    -webkit-clip-path: unset;
    clip-path: unset;
  }
}
.emergency-112-page #em-uliko .enim-uliko-grid-container {
  background-color: #f4f7f8;
  margin-top: 0;
  padding: 5rem 7.5rem;
  overflow: hidden;
}
.emergency-112-page #em-uliko .em-uliko-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.emergency-112-page #em-uliko .em-uliko-title .icon img {
  width: 5rem;
}
.emergency-112-page #em-uliko .em-uliko-title:before {
  position: absolute;
  left: 0;
  top: -1.25rem;
  width: 10rem;
  height: 0.5rem;
  background-color: #16498a;
  border-radius: 2.5rem;
}
.emergency-112-page #em-uliko .em-uliko-title h4 {
  font-size: 3.6rem;
  line-height: 1.6;
  letter-spacing: -0.1rem;
  font-weight: 900;
  color: #fd1429;
  margin: 0;
}
.emergency-112-page #em-uliko .enim-uliko-grid {
  margin-bottom: 5rem;
}
.emergency-112-page #em-uliko .enim-uliko-grid .video-info .video-cat {
  color: #fd1429;
}
.emergency-112-page #em-uliko .cp-posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.emergency-112-page #em-uliko .cp-posts .simple-post {
  min-height: unset;
}
@media (max-width: 1275px) {
  .emergency-112-page #em-uliko .cp-posts {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .emergency-112-page #em-uliko .cp-posts .simple-post.withImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .emergency-112-page #em-uliko .cp-posts .simple-post.withImg .simple-post-img {
    max-width: 100%;
    height: 120px;
  }
}
.emergency-112-page #em-uliko .cp-posts .simple-post {
  background-color: #e8eef0;
  margin: 0;
}
.emergency-112-page #em-uliko .cp-posts .simple-post .simple-post-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 13rem;
  flex: 0 0 13rem;
  max-width: 13rem;
  width: 100%;
}
.emergency-112-page #em-uliko .cp-posts .simple-post .simple-post-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1.5rem;
}
.emergency-112-page #em-uliko .cp-posts .simple-post .simple-post__title {
  position: relative;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.4;
  color: #000d1e;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 6rem;
  margin-bottom: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .emergency-112-page #em-uliko .enim-uliko-grid-container {
    padding: 3.5rem;
  }
  .emergency-112-page #em-uliko .em-uliko-title h4 {
    font-size: 2.8rem;
  }
}
.emergency-112-page #logos {
  position: relative;
  padding-bottom: calc(2.5rem + 1.5vw);
}
.emergency-112-page #logos:after {
  content: '';
  position: absolute;
  right: 0%;
  bottom: -200px;
  width: 100%;
  height: 500px;
  max-width: 1200px;
  -webkit-transform: rotate(250deg);
  -ms-transform: scale(1.2) rotate(150deg);
  transform: scale(1.2) rotate(150deg);
  background-image: url('../assets/images/new-112/em-graphic-red-2.png');
  background-size: cover;
  background-position: 50% -20%;
  z-index: -1;
}
.emergency-112-page #logos .logos-slider {
  grid-template-columns: repeat(5, minmax(100px, 150px));
}
@media (max-width: 991px) {
  .emergency-112-page #logos .logos-slider {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 4.5rem;
  }
}
@media (max-width: 580px) {
  .emergency-112-page #logos .logos-slider {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
.emergency-112-page .fb-widget {
  width: 100%;
}
.emergency-112-page #fb-widget {
  margin-bottom: 2.5rem;
}

.em-sidebar {
  height: 100%;
  overflow: hidden;
  margin-top: 7.5rem;
}
.em-sidebar .em-uliko-title {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.em-sidebar .banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  max-width: 1080px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .em-sidebar .banners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.emergency-112-faq-page {
  overflow: hidden;
}
@media (max-width: 480px) {
  .emergency-112-faq-page .container-xxl {
    padding-left: 0;
    padding-right: 0;
  }
}
.emergency-112-faq-page .faq-header {
  position: relative;
  height: 300px;
}
.emergency-112-faq-page .faq-questions-wrapper.type-1 .faq-questions {
  margin-top: -6.5rem;
}
.emergency-112-faq-page .faq-questions-wrapper.type-2 .faq-questions {
  margin-top: -4rem;
}
.emergency-112-faq-page .faq-questions {
  padding: 10rem 0 3.5rem 0;
}
.emergency-112-faq-page .faq-questions > .faq-question > .faq-question-header {
  padding: 2rem 7.5rem;
}
@media (max-width: 991px) {
  .emergency-112-faq-page .faq-questions > .faq-question > .faq-question-header {
    padding: 2rem 5rem;
  }
}
@media (max-width: 768px) {
  .emergency-112-faq-page .faq-questions > .faq-question > .faq-question-header {
    padding: 2rem 2.5rem;
  }
}
.emergency-112-faq-page .faq-questions-wrapper.type-1 .faq-questions .faq-question:nth-child(odd) {
  background-color: rgb(242, 212, 215);
}
.emergency-112-faq-page .faq-questions-wrapper.type-2 .faq-questions .faq-question:nth-child(odd) {
  background-color: #d5deea;
}
.emergency-112-faq-page #faq-1 .faq-header {
  border-bottom: 15px solid #fd1429;
}
.emergency-112-faq-page #faq-2 .faq-header {
  border-bottom: 15px solid #112b4d;
}
.emergency-112-faq-page #faq-1 .faq-header:before {
  content: '';
  background-color: #fd1429;
  position: absolute;
  left: -100%;
  bottom: -15px;
  width: 100%;
  height: 15px;
}
.emergency-112-faq-page #faq-2 .faq-header:before {
  content: '';
  background-color: #112b4d;
  position: absolute;
  right: -100%;
  bottom: -15px;
  width: 100%;
  height: 15px;
}
.emergency-112-faq-page #faq-1 .line {
  position: relative;
}
.emergency-112-faq-page #faq-1 .line:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 20px;
  left: -100%;
  top: 0;
  background-color: #112b4d;
  z-index: 1;
}
.emergency-112-faq-page #faq-1 .line:after {
  content: '';
  position: absolute;
  z-index: 1;
  border: 0 solid transparent;
  width: 400px;
  height: 20px;
  top: 0;
  left: 0;
  border-right-width: 4px;
  border-top-width: 20px;
  border-top-color: #112b4d;
}
@media (max-width: 580px) {
  .emergency-112-faq-page #faq-2 {
    padding-bottom: 0;
  }
}
.emergency-112-faq-page #faq-2 .line {
  position: relative;
}
.emergency-112-faq-page #faq-2 .line:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 20px;
  right: -100%;
  top: 0;
  background-color: #fd1429;
  z-index: 1;
}
.emergency-112-faq-page #faq-2 .line:after {
  content: '';
  position: absolute;
  z-index: 1;
  border: 0 solid transparent;
  width: 400px;
  height: 20px;
  top: 0;
  right: 0;
  border-left-width: 4px;
  border-top-width: 20px;
  border-top-color: #fd1429;
}
.emergency-112-faq-page #faq-1 .faq-header .img-1 {
  position: absolute;
  left: 10%;
  bottom: -15px;
  max-width: 250px;
  z-index: 2;
}
.emergency-112-faq-page #faq-1 .faq-header .img-2 {
  position: absolute;
  right: 2%;
  bottom: 10%;
  max-width: 350px;
}
@media (max-width: 580px) {
  .emergency-112-faq-page #faq-1 .faq-header .img-2 {
    max-width: 150px;
    bottom: unset;
    top: 10%;
  }
}
.emergency-112-faq-page #faq-2 .faq-header .img-1 {
  position: absolute;
  right: 10%;
  bottom: -15px;
  max-width: 250px;
  z-index: 2;
}
.emergency-112-faq-page #faq-2 .faq-header .img-2 {
  position: absolute;
  left: 2%;
  bottom: 15%;
  max-width: 350px;
}
@media (max-width: 580px) {
  .emergency-112-faq-page #faq-2 .faq-header .img-2 {
    max-width: 130px;
    bottom: unset;
    top: 10%;
  }
}
.emergency-112-faq-page .faq-links {
  margin-top: 2.5rem;
}
.emergency-112-faq-page #faq-1 .faq-links .links .info-card {
  background-color: rgb(253, 227, 230);
}
.emergency-112-faq-page #faq-2 .faq-links .links .info-card {
  background-color: #e3e9f1;
}

.faq-questions-wrapper .faq-title {
  color: #fd1429;
  font-size: 3.6rem;
  line-height: 1.6;
  letter-spacing: -0.1rem;
  font-weight: 900;
  padding: 0 7.5rem 2.5rem 7.5rem;
}
@media (max-width: 1400px) {
  .faq-questions-wrapper .faq-title {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}
@media (max-width: 991px) {
  .faq-questions-wrapper .faq-title {
    padding: 0 5rem 2.5rem 5rem;
  }
}
@media (max-width: 768px) {
  .faq-questions-wrapper .faq-title {
    padding-left: 2.5rem;
  }
  .faq-questions-wrapper .faq-title .faq-questions > .faq-question > .faq-question-header {
    padding: 0 3.5rem 2.5rem 3.5rem;
  }
}
.faq-questions-wrapper.type-1 .faq-questions {
  background-color: rgb(253, 227, 230);
}
.faq-questions-wrapper.type-2 .faq-questions {
  background-color: #e3e9f1;
}
.faq-questions-wrapper .faq-questions .faq-question {
  position: relative;
}
.faq-questions-wrapper .faq-questions .faq-question .faq-question-content {
  font-size: 1.6rem;
  line-height: 1.8;
  max-width: 90%;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.33s ease-in;
  -o-transition: all 0.33s ease-in;
  transition: all 0.33s ease-in;
  padding-left: 11rem;
}
.faq-questions-wrapper .faq-questions .faq-question .faq-question-content > *:last-child {
  padding-bottom: 2.5rem;
}
@media (max-width: 991px) {
  .faq-questions-wrapper .faq-questions .faq-question .faq-question-content {
    padding-left: 8.5rem;
  }
}
@media (max-width: 768px) {
  .faq-questions-wrapper .faq-questions .faq-question .faq-question-content {
    padding-left: 6rem;
  }
}
@media (max-width: 580px) {
  .faq-questions-wrapper .faq-questions .faq-question .faq-question-content {
    padding-left: 3.5rem;
  }
}
.faq-questions-wrapper .faq-questions .faq-question._active .faq-question-content {
  opacity: 1;
  visibility: visible;
}
.faq-questions-wrapper .faq-questions .faq-question .faq-question-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.5rem;
  cursor: pointer;
}
.faq-questions-wrapper .faq-questions .faq-question .faq-question-header .q-no {
  font-size: 1.7rem;
  font-weight: 500;
  text-align: right;
  min-width: 2rem;
}
.faq-questions-wrapper .faq-questions .faq-question .faq-question-header p.q-title {
  font-size: 1.7rem;
  font-weight: 500;
  margin: 0;
}
.faq-questions-wrapper .faq-questions .faq-question .faq-question-header .toggle-question {
  position: absolute;
  right: 7.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.1rem;
  line-height: 1;
  color: #fd1429;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.faq-questions-wrapper .faq-questions .faq-question .faq-question-header .toggle-question img {
  width: 1.8rem;
  fill: red;
}
@media (max-width: 768px) {
  .faq-questions-wrapper .faq-questions .faq-question .faq-question-header p.q-title {
    max-width: 85%;
    padding-right: 1.5rem;
  }
  .faq-questions-wrapper .faq-questions .faq-question .faq-question-header .toggle-question {
    right: 5rem;
  }
}
@media (max-width: 480px) {
  .faq-questions-wrapper .faq-questions .faq-question .faq-question-header {
    gap: 0.5rem;
  }
  .faq-questions-wrapper .faq-questions .faq-question .faq-question-header .q-no,
  .faq-questions-wrapper .faq-questions .faq-question .faq-question-header p.q-title {
    font-size: 1.6rem;
  }
  .faq-questions-wrapper .faq-questions .faq-question .faq-question-header p.q-title {
    padding-right: 1.5rem;
  }
  .faq-questions-wrapper .faq-questions .faq-question .faq-question-header .toggle-question {
    right: 3.5rem;
  }
}
.faq-questions-wrapper .faq-questions .faq-question._active .faq-question-header .toggle-question {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.faq-questions {
  padding: 5rem 0 5rem 0;
}

.faq-questions > .faq-question > .faq-question-header {
  padding: 2rem 7.5rem;
}

.faq-questions-wrapper.type-1 .faq-questions .faq-question:nth-child(odd) {
  background-color: rgb(242, 212, 215);
}

.faq-questions-wrapper.type-2 .faq-questions .faq-question:nth-child(odd) {
  background-color: #d5deea;
}

@media (max-width: 991px) {
  .faq-questions > .faq-question > .faq-question-header {
    padding: 2rem 5rem;
  }
}
@media (max-width: 768px) {
  .faq-questions > .faq-question > .faq-question-header {
    padding: 2rem 2.5rem;
  }
}
#em-uliko .enim-uliko-grid-container {
  background-color: #f4f7f8;
  margin-top: 0;
  padding: 5rem 7.5rem;
  overflow: hidden;
}

.emergency-112.emergency-112-alert .faq-links {
  margin-top: 3rem;
}
.emergency-112.emergency-112-alert .faq-links .info-card {
  background-color: rgb(253, 227, 230);
}
.emergency-112.emergency-112-alert #header-text .cin-texts {
  padding-top: 3.5rem;
}
.emergency-112.emergency-112-alert #eidopoisi-texts {
  margin-bottom: 3rem;
}
.emergency-112.emergency-112-alert #eidopoisi-texts .cin-texts {
  height: 100%;
  background-color: #e3e9f1;
  padding: 7.5rem;
}
@media (max-width: 991px) {
  .emergency-112.emergency-112-alert #eidopoisi-texts .cin-texts {
    padding: 3.5rem;
  }
}
.emergency-112.emergency-112-alert .alert-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 4.5rem;
}
.emergency-112.emergency-112-alert .alert-actions .btn {
  color: #fff;
  min-width: 22rem;
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  border-radius: 0px;
}
.emergency-112.emergency-112-alert .alert-actions .btn span {
  -webkit-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
}
.emergency-112.emergency-112-alert .alert-actions .sign-up {
  background-color: #fd1429;
}
.emergency-112.emergency-112-alert .alert-actions .sign-in {
  background-color: #112b4d;
}
@media (max-width: 580px) {
  .emergency-112.emergency-112-alert .alert-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.emergency-112.emergency-112-call #header-text .cin-texts {
  padding-top: 3.5rem;
}
.emergency-112.emergency-112-call #klisi-texts {
  margin-bottom: 3rem;
}
.emergency-112.emergency-112-call #klisi-texts .cin-texts {
  height: 100%;
  background-color: #e3e9f1;
  padding: 7.5rem;
}
@media (max-width: 991px) {
  .emergency-112.emergency-112-call #klisi-texts .cin-texts {
    padding: 3.5rem;
  }
}
@media (max-width: 991px) {
  .emergency-112.emergency-112-call #klisi-texts .row .col-md-6:first-child {
    margin-bottom: 3rem;
  }
}
.emergency-112.emergency-112-call .faq-links {
  margin-top: 3rem;
}
.emergency-112.emergency-112-call .faq-links .info-card {
  background-color: rgb(253, 227, 230);
}
.emergency-112.emergency-112-call .download-112-app {
  font-size: 1.8rem;
  color: #112b4d;
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
}
.emergency-112.emergency-112-call .app-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  max-width: 350px;
}
.emergency-112.emergency-112-call .app-links > a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.emergency-112.emergency-112-alert .em-inner-header,
.emergency-112.emergency-112-call .em-inner-header {
  position: relative;
  height: calc(380px + 2.5vw);
  background-color: #fafafa;
}
.emergency-112.emergency-112-alert .em-inner-header > .container-xxl .h-bg > img,
.emergency-112.emergency-112-call .em-inner-header > .container-xxl .h-bg > img {
  max-width: 1080px;
  margin-inline: auto;
}
.emergency-112.emergency-112-alert .em-inner-header:before,
.emergency-112.emergency-112-call .em-inner-header:before {
  content: '';
  position: absolute;
  border: 0 solid transparent;
  width: 65vw;
  height: 4.5rem;
  bottom: -4.49rem;
  left: 0;
  border-right-width: 20px;
  border-bottom-width: 4.5rem;
  border-bottom-color: #fd1429;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  z-index: 0;
}
.emergency-112.emergency-112-alert .em-inner-header:after,
.emergency-112.emergency-112-call .em-inner-header:after {
  content: '';
  position: absolute;
  z-index: 1;
  border: 0 solid transparent;
  width: 80vw;
  height: 3.5rem;
  bottom: 0;
  right: 0;
  border-left-width: 20px;
  border-bottom-width: 3.5rem;
  border-bottom-color: #112b4d;
  z-index: 0;
}
.emergency-112.emergency-112-alert .em-inner-header > .container-xxl,
.emergency-112.emergency-112-call .em-inner-header > .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.emergency-112.emergency-112-alert .em-inner-header .h-bg,
.emergency-112.emergency-112-call .em-inner-header .h-bg {
  position: relative;
  height: 100%;
  width: 100%;
}
.emergency-112.emergency-112-alert .em-inner-header .h-bg > img,
.emergency-112.emergency-112-call .em-inner-header .h-bg > img {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom left;
  object-position: bottom left;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: calc(100% - 5rem);
  margin-top: auto;
  z-index: 1;
}
.emergency-112.emergency-112-alert .em-inner-header .h-bg .graphic,
.emergency-112.emergency-112-call .em-inner-header .h-bg .graphic {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(15%) translateY(-15%) scale3d(1.4, 1.4, 1.4);
  transform: translateX(15%) translateY(-15%) scale3d(1.4, 1.4, 1.4);
  z-index: 0;
}
@media (max-width: 1400px) {
  .emergency-112.emergency-112-alert .em-inner-header .h-bg .graphic,
  .emergency-112.emergency-112-call .em-inner-header .h-bg .graphic {
    -webkit-transform: translateX(15%) translateY(-5%) scale3d(1.4, 1.4, 1.4);
    transform: translateX(15%) translateY(-5%) scale3d(1.4, 1.4, 1.4);
  }
}
@media (max-width: 991px) {
  .emergency-112.emergency-112-alert .em-inner-header,
  .emergency-112.emergency-112-call .em-inner-header {
    height: 370px;
  }
  .emergency-112.emergency-112-alert .em-inner-header .h-bg > img,
  .emergency-112.emergency-112-call .em-inner-header .h-bg > img {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .emergency-112.emergency-112-alert .em-inner-header,
  .emergency-112.emergency-112-call .em-inner-header {
    height: 300px;
  }
}
@media (max-width: 580px) {
  .emergency-112.emergency-112-alert .em-inner-header,
  .emergency-112.emergency-112-call .em-inner-header {
    height: 250px;
  }
  .emergency-112.emergency-112-alert .em-inner-header:after,
  .emergency-112.emergency-112-call .em-inner-header:after {
    height: 3rem;
    border-left-width: 15px;
    border-bottom-width: 3rem;
  }
}
@media (max-width: 480px) {
  .emergency-112.emergency-112-alert .em-inner-header,
  .emergency-112.emergency-112-call .em-inner-header {
    height: 200px;
  }
}

.emergency-112.emergency-112-call .alert-header .h-bg > img {
  height: calc(100% - 2.5rem);
}

@media (max-width: 580px) {
  .emergency-112.emergency-112-odigiesprostasias .emergency-112-faq-page > .container-xxl {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.emergency-112.emergency-112-odigiesprostasias .this-drid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: calc(5rem + 2.5vw);
}
@media (max-width: 768px) {
  .emergency-112.emergency-112-odigiesprostasias .this-drid {
    grid-template-columns: 1fr;
  }
}

body.emergency-112 header.cp-header-112 .cp-header-lang {
  position: relative;
  isolation: isolate;
}
body.emergency-112 header.cp-header-112 .cp-header-lang .active-lang {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  background-color: #16498a;
  cursor: pointer;
}
body.emergency-112 header.cp-header-112 .cp-header-lang .cp-site-langs {
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  background-color: #112b4d;
  border-radius: 2px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.emergency-112 header.cp-header-112 .cp-header-lang .cp-site-langs._active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
body.emergency-112 header.cp-header-112 .cp-header-lang .cp-site-langs ul {
  position: relative;
  padding: 0;
  border-radius: 2px;
}
body.emergency-112 header.cp-header-112 .cp-header-lang .cp-site-langs ul:before {
  content: '';
  position: absolute;
  top: -0.5rem;
  right: 1.25rem;
  background-color: #16498a;
  width: 1rem;
  height: 0.5rem;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
body.emergency-112 header.cp-header-112 .cp-header-lang .cp-site-langs ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
body.emergency-112 header.cp-header-112 .cp-header-lang .cp-site-langs ul li:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
body.emergency-112 header.cp-header-112 .cp-header-lang .cp-site-langs ul li:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
body.emergency-112 header.cp-header-112 .cp-header-lang .cp-site-langs ul li a {
  font-size: 1.4rem;
  display: block;
  color: #fff;
  background-color: #16498a;
  padding: 0.85rem 2rem;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.emergency-112 header.cp-header-112 .cp-header-lang .cp-site-langs ul li a:hover {
  background-color: #112b4d;
}
body.emergency-112 header.cp-header-112 .cp-header-lang .cp-site-langs ul li a._active {
  font-weight: 600;
}

/* Modal Styles */
#citizens-modal {
            display: none;
            position: fixed;
            align-items: center;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgb(0, 0, 0);
            background-color: rgba(0, 0, 0, 0.4);
        }

        #citizens-modal-content {
            background-color: #fefefe;
            margin: auto;
            padding: 20px;
            border: 1px solid #888;
            display: flex;
            flex-direction: column;
            border-radius: 10px;
            box-sizing: content-box;
        }


        #messageModal {
            display: none;
            align-items: center;
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgb(0, 0, 0);
            background-color: rgba(0, 0, 0, 0.4);
        }

        .message-modal-content {
            background-color: #fefefe;
            margin: 5% auto;
            padding: 10px;
            border: 1px solid #888;
            display: flex;
            flex-direction: column;
            border-radius: 10px;
        }

        .modal-header, #modal-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .modal-header h2 {
            margin: 0;
        }

        .close {
            color: #aaa;
            font-size: 28px;
            font-weight: bold;
        }

        .close:hover,
        .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }

        iframe {
            border: 0;
            width: 100%;
            height: 100%;
            flex-grow: 1;
        }

        .images {
            display: grid;
            grid-template-columns: auto auto;
        }

        .what-is-112 {
            font-size: 2.3rem;
            line-height: 1.3;
            color: #fd1429;
            letter-spacing: -0.1rem;
            font-weight: 900;
        }

        .what-is-112-content {
            margin-left: 20%;
            margin-right: 20%;
            font-size: 1.0rem;
            line-height: 2;
        }

        .button-container {
            position: absolute;
            display: flex;
            justify-content: center;
            margin-top: -50px;
            margin-top: 145px;
            background-color: #31313155;
            height: 415px;
            width: 35%;
        }

        .button-container button {
            font-size: 1rem;
            padding: 5px 10px;
            margin: 0 5px;
            border: none;
        }

        .buttons-inner {
            margin-top: 100px;
            height: 60%;
            display: grid;
            grid-template-columns: 50% 50%;
            align-items: center;
        }

        .hash-tags {
            display: grid;
            color: white;
            font-weight: 900;
            font-size: 18px !important;
            background-color: #071e3b;
            width: 100%;
            height: 40px;
            align-items: center;
            text-align: center;
        }

        .message {
            color: white;
            font-weight: 900;
            font-size: 22px !important;
            text-align: center;
        }

        .buttons {
            display: flex;
            gap: 0.5em;
            background-color: #fd1429;
            align-items: center;
            text-align: center;
        }

        .register-button1 {
            background-color: #fd1429;
            color: white;
            font-weight: 900;
            font-size: 20px !important;
            cursor: pointer
        }

        .register-button2 {
            background-color: #fd1429;
            color: white;
            font-weight: 900;
            font-size: 20px !important;
            cursor: pointer
        }

        .slash {
            background-color: #fd1429;
            color: white;
            font-weight: 900;
            font-size: 20px !important;
        }

        .image-light {
            width: auto;
            height: 70px;
            justify-self: center;
        }

        .lang-button {
            background-color: rgb(0, 83, 138);
            border-radius: 100px;
            height: 60px;
            width: 60px;
            text-align: center;
            color: white;
            border: none;
            flex-direction: column-reverse;
            cursor: pointer;
        }

        .iframeTitle, #iframeTitle {
            font-weight: 600;
            text-align: center;
        }

        /* Responsive Styles */
        @media screen and (max-width: 768px) {
            .header {
                height: auto;
            }

            .images {
                grid-template-columns: 1fr;
            }

            .button-container {
                width: 90%;
                height: auto;
                margin-top: 20px;
            }

            .buttons-inner {
                grid-template-columns: 100%;
            }

            .what-is-112-content,
            .what-is-112 {
                margin-left: 5%;
                margin-right: 5%;
                font-size: 1rem;
            }

            .register-button1,
            .register-button2 {
                font-size: 1rem;
                padding: 10px;
            }

            .hash-tags,
            .message {
                font-size: 16px !important;
            }

            .login-modal-content,
            .register-modal-content,
            .changePassword-modal-content {
                width: 90%;
                height: auto;
                padding: 10px;
            }

            iframe {
                height: 50vh;
            }
        }
/*.loginModal,
#messageModal,
.registerModal {
    z-index: 999!important;
}*/
#citizens-modal{
z-index: 9999!important;
}