.navigation-buttons > a:not([data-target="navigation"]),
.navigation-buttons .top-nav-button,
.homepage-texts-wrapper .top-products-wrapper {
  display: none !important;
}

.overall-wrapper {
  overflow-x: hidden;
}
body,
.content-wrapper {
  background-color: var(--light-bg);
  color: var(--dark-blue);
}
.navigation-in > ul > li > a {
  color: var(--dark-blue);
}
#header {
  width: calc(100% - 20px);
  max-width: 1900px;
  margin: 10px auto;
  border-radius: 16px;
  box-shadow: 0 0 30px #0085da0f;
  z-index: 3;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-out;
  backdrop-filter: blur(4px);
  background: #ffffff8f;
}
#header:hover {
  box-shadow: 0 0 30px #0085da29;
  transition: all 0.3s ease-out;
}
@media (min-width: 992px) {
  .navigation-in ul {
    opacity: 0;
  }
  .fitted .navigation-in ul {
    justify-content: space-around;
    opacity: 1;
  }
}

.btn,
a.btn {
  border-radius: 25px;
  height: 50px;
  line-height: 24px;
}
.btn.btn-primary,
a.btn.btn-primary {
  border-color: #00d9a6;
  color: #fff;
  background: #00d9a6;
  background: linear-gradient(
    90deg,
    rgba(0, 217, 166, 1) 0%,
    rgba(155, 225, 93, 1) 50%,
    rgba(0, 196, 237, 1) 50%,
    #0085da 100%
  );
  background-size: 200%;
  color: var(--dark-blue);
  font-weight: 600;
  transition: all 0.3s ease-out;
  max-width: 250px;
}
.btn.btn-primary:hover,
a.btn.btn-primary:hover {
  background-position: right;
  color: #fff;
  border-color: var(--blue);
  transition: all 0.3s ease-out;
}
.btn.btn-secondary,
a.btn.btn-secondary {
  border-color: var(--dark-blue);
  color: var(--dark-blue);
  font-weight: 600;
  transition: all 0.3s ease-out;
  backdrop-filter: blur(4px);
  background: #ffffff8f;
}
.btn.btn-secondary:hover,
a.btn.btn-secondary:hover {
  border-color: var(--dark-blue);
  color: #fff;
  transition: all 0.3s ease-out;
  background: var(--dark-blue);
}
@media (min-width: 992px) {
  .navigation-in {
    background-color: transparent;
  }
}
.navigation-in > ul > li > a {
  position: relative;
}
.navigation-in > ul > li > a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  left: 0;
  bottom: 20px;
  background: #00d9a6;
  background: linear-gradient(
    90deg,
    rgba(0, 217, 166, 1) 0%,
    rgba(155, 225, 93, 1) 50%,
    rgba(0, 196, 237, 1) 50%,
    #0085da 100%
  );
  background-size: 200%;
  transition: all 0.3s ease-out;
}
.navigation-in > ul > li > a:hover:after {
  width: 100%;
  transition: all 0.3s ease-out;
}
.navigation-in ul li a b {
  font-weight: 600;
}
.navigation-in > ul > li.menu-item-29 a {
  border-color: #00d9a6;
  color: #fff;
  background: #00d9a6;
  background: linear-gradient(
    90deg,
    rgba(0, 217, 166, 1) 0%,
    rgba(155, 225, 93, 1) 50%,
    rgba(0, 196, 237, 1) 50%,
    #0085da 100%
  );
  background-size: 200%;
  color: var(--dark-blue);
  font-weight: 600;
  transition: all 0.3s ease-out;
  height: 50px;
  margin: 15px 0;
  padding: 18px 36px;
  border-radius: 25px;
}
.navigation-in > ul > li.menu-item-29 a:hover {
  background-position: right;
  color: #fff;
  border-color: var(--blue);
  transition: all 0.3s ease-out;
}
.navigation-in > ul > li.menu-item-29 a:after {
  display: none;
}
.homepage-texts-wrapper:has(.top-products-wrapper) .welcome-wrapper {
  max-width: 100%;
  margin: 0;
}

.benefitBanner {
  margin: 0;
  width: 100%;
  padding: 64px 32px;
  position: relative;
  isolation: isolate;
}
.benefitBanner:after {
  content: "";
  width: 100dvw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: #fff;
}
.benefitBanner__item {
  margin-bottom: 0;
}
#header .container {
  height: auto;
  min-height: 60px;
}
.navigation-buttons a,
.top-nav-button-login {
  height: 60px;
  line-height: 60px;
}
.container.navigation-wrapper .site-name {
  flex: 0 1 200px;
}

.duocolor span {
  color: var(--blue);
  font-style: italic;
}

#hero {
  isolation: isolate;
  position: relative;
}
#hero:after {
  content: "";
  xxxbackground-image: url("/user/documents/upload/res2026/hero_bg.png");
  background-color: #fff;
  transition: all 0.3s ease-out;
  position: absolute;
  display: block;
  width: 100dvw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-size: cover;
  background-position: center;
  opacity: 0;
}
#hero .container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 80dvh;
}
#hero img {
  max-height: 75dvh;
  height: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  align-self: flex-end;
}
#hero h1 {
  position: absolute;
  font-size: clamp(40px, 20rem, 250px);
  text-align: center;
  line-height: 1;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
}
#hero h1 strong {
  background: -webkit-linear-gradient(
    66deg,
    rgba(0, 217, 166, 1) 0%,
    rgba(155, 225, 93, 1) 33%,
    rgba(0, 196, 237, 1) 66%,
    rgba(0, 133, 218, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hero h1 span {
  display: block;
  color: var(--light-bg);
  text-shadow:
    -2px -2px 0 #000,
    2px -2px 0 #000,
    -2px 2px 0 #000,
    2px 2px 0 #000;
}
.flex-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
}
#hero .flex-btn-wrap {
  position: absolute;
  z-index: 4;
  bottom: 64px;
}

.metric {
  padding: 32px;
  position: absolute;
  z-index: 5;
}
.metric-inner {
  backdrop-filter: blur(4px);
  background: #ffffff8f;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 20px;
}
#hero .metric .icon img {
  max-height: 24px;
}
.metric strong {
}
.metric strong.green {
  color: green;
}

.metric-1 {
  right: 18%;
  top: 20%;
}
.metric-2 {
  top: 26%;
  left: 23%;
}
.metric-3 {
  bottom: 25%;
  left: 23%;
}
.metric-4 {
  top: 42%;
  right: 16%;
}

@media (min-width: 1200px) and (max-width: 1439px) {
  #hero h1 {
    text-align: left;
    font-size: 150px;
    width: 100%;
  }
  #hero h1 span {
    font-size: 150px;
  }
  #hero .container {
    width: 100%;
    padding: 0 64px;
  }
  #hero .container > img {
    margin-right: -64px;
    transform: scale(-1, 1);
  }
  #hero .flex-btn-wrap {
    bottom: 32px;
  }
  .metric-1 {
    right: 23%;
    top: 18%;
  }
  .metric-2 {
    top: 27%;
    left: 18%;
  }
  .metric-3 {
    bottom: 21%;
    left: 23%;
  }
  .metric-4 {
    top: 41%;
    right: 33%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #hero h1 {
    text-align: left;
    font-size: 120px;
    width: 69%;
    left: 0;
    line-height: 0.9;
    transform: translateY(-62%);
  }
  #hero h1 span {
    font-size: 120px;
  }
  #hero .container {
    width: 100%;
    padding: 0 64px;
  }
  #hero .container > img {
    margin-right: -64px;
    transform: scale(-1, 1);
  }
  #hero .flex-btn-wrap {
    bottom: 32px;
  }
  .metric-1 {
    right: 12%;
    top: -2%;
    z-index: 0;
  }
  .metric-2 {
    top: 15%;
    left: 30%;
  }
  .metric-3 {
    bottom: 45%;
    right: 16%;
    left: unset;
  }
  .metric-4 {
    top: 55%;
    right: 60%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #hero h1 {
    text-align: center;
    font-size: 180px;
    line-height: 0.8;
    width: 100%;
    top: 145px;
  }
  #hero h1 span {
    font-size: 120px;
    padding-top: 40px;
  }
  #hero img {
    max-height: 66dvh;
  }
  .metric-inner {
    font-size: 16px;
  }
  #hero .container {
    width: 100%;
    padding: 0 64px;
  }
  #hero .flex-btn-wrap {
    bottom: 32px;
  }
  .metric-1 {
    right: 1%;
    top: 10%;
  }
  .metric-2 {
    top: 35%;
    left: 19%;
  }
  .metric-3 {
    bottom: 17%;
    right: 6%;
    left: unset;
  }
  .metric-4 {
    top: unset;
    right: unset;
    bottom: 73px;
    left: 6%;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  section#hero {
    padding: 32px 20px 96px 20px;
  }
  #hero h1 {
    text-align: center;
    font-size: 180px;
    line-height: 0.8;
    width: 100%;
    top: 145px;
  }
  #hero h1 span {
    font-size: 120px;
    padding-top: 40px;
  }
  #hero img {
    max-height: 62dvh;
  }
  .metric-inner {
    font-size: 16px;
  }
  #hero .container {
    width: 100%;
    padding: 0 32px;
  }
  #hero .flex-btn-wrap {
    bottom: 32px;
  }
  .metric-1 {
    right: 4%;
    top: 34%;
    z-index: 0;
  }
  .metric-2 {
    top: 26%;
    left: 6%;
  }
  .metric-3 {
    bottom: 22%;
    left: -4%;
  }
  .metric-4 {
    top: 49%;
    right: 3%;
  }
}

@media (max-width: 599px) {
  section#hero {
    padding: 32px 20px 64px 20px;
  }
  #hero h1 {
    text-align: left;
    font-size: 19dvw;
    line-height: 0.8;
    width: 100%;
    top: 0;
    transform: none;
  }
  #hero h1 span {
    font-size: 19dvw;
    line-height: 1;
    padding-top: 20px;
  }
  #hero .container > img {
    max-height: 56dvh;
    margin-right: -32px;
    transform: scale(-1, 1);
  }
  .metric-inner {
    font-size: 16px;
  }
  #hero .container {
    width: 100%;
    padding: 0 32px;
  }
  #hero .flex-btn-wrap {
    bottom: 32px;
  }
  .metric-inner {
    font-size: 14px;
    padding: 8px 16px;
  }
  #hero .metric .icon img {
    max-height: 16px;
  }
  .metric {
    display: none;
  }
}

.welcome div,
.welcome h1 {
  margin-left: unset;
  margin-right: unset;
  max-width: unset;
}
.welcome .container {
  padding: 0;
}
.welcome .container:before,
.welcome .container:after {
  display: none;
}
section {
  padding: 64px 0;
  position: relative;
  isolation: isolate;
}
.h1,
h1 {
  font-size: 40px;
  font-weight: 700;
}
h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 32px;
  text-wrap-style: balance;
}
p {
  font-size: 16px;
  line-height: 24px;
}
.hp_section:not(.reversed) .kn_grid > div:nth-child(1) {
  background: #fff;
  margin-right: -64px;
  width: calc(100% + 64px);
  max-width: calc(100% + 64px);
}
.hp_section.reversed .kn_grid > div:nth-child(2) {
  background: #fff;
  margin-left: -64px;
  width: calc(100% + 64px);
  max-width: calc(100% + 64px);
}
.hp_section:not(.reversed) .kn_grid > div:nth-child(2),
.hp_section.reversed .kn_grid > div:nth-child(1) {
  align-self: center;
  padding: 64px;
  background: #fff;
  border-radius: 16px;
  backdrop-filter: blur(4px);
  background: #ffffff8f;
  box-shadow: 0 0 30px #0085da0f;
  z-index: 2;
}
@media (min-width: 600px) and (max-width: 991px) {
  .hp_section:not(.reversed) .kn_grid > div:nth-child(2),
  .hp_section.reversed .kn_grid > div:nth-child(1) {
    padding: 64px 32px;
    width: calc(100% - 32px) !important;
  }
  .list2col {
    display: flex !important;
    flex-direction: column;
  }
}
@media (max-width: 599px) {
  .hp_section:not(.reversed) .kn_grid > div:nth-child(2),
  .hp_section.reversed .kn_grid > div:nth-child(1) {
    padding: 64px 16px;
    width: calc(100% - 32px) !important;
  }
  section {
    padding: 32px 0px;
  }
  .list2col {
display: flex !important;
    flex-direction: column;
  }
}
.hp_section img {
  border-radius: 16px;
}
.list2col {
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin: 32px 0;
}
.list2col li {
  padding-left: 50px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
}
.list2col li strong {
  display: block;
}
.list2col li:before {
  content: "";
  background-image: url("/user/documents/upload/icons/icon_checkmark.svg");
  width: 36px;
  height: 36px;
  display: block;
  background-size: cover;
  position: absolute;
  top: 4px;
  left: 0;
}
.kn_grid {
  display: grid;
  gap: 32px;
  width: 100%;
  align-items: center;
}
.kn_grid:before,
.kn_grid:after {
  display: none;
}
.gap0 {
  gap: 0;
}

@media (max-width: 1439px) {
  .index-content-wrapper {
    max-width: 100%;
  }
  section {
    padding: 64px 0px;
  }
  .hp_section .grid2col {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .hp_section.reversed .grid2col {
    flex-direction: column-reverse;
  }
  .hp_section .kn_grid > div.come-in:nth-child(1),
  .hp_section .kn_grid > div.come-in:nth-child(2) {
    margin: 0;
    width: 100%;
  }

  .hp_section:not(.reversed) .kn_grid > div:nth-child(1),
  .hp_section.reversed .kn_grid > div:nth-child(2) {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
    min-height: 550px;
    border-radius: 16px;
    overflow: hidden;
    padding: 0;
  }
  .hp_section:not(.reversed) .kn_grid > div:nth-child(1) img,
  .hp_section.reversed .kn_grid > div:nth-child(2) img {
    border-radius: 0;
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .hp_section:not(.reversed) .kn_grid > div:nth-child(2),
  .hp_section.reversed .kn_grid > div:nth-child(1) {
    margin-top: -64px;
    width: calc(100% - 64px);
  }
}

@media (min-width: 992px) {
  .grid1col {
    grid-template-columns: 1fr;
  }
  .grid2col {
    grid-template-columns: 1fr 2fr;
  }
  .reversed .grid2col {
    grid-template-columns: 2fr 1fr;
  }
  .grid3col {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid4col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .span2col {
    grid-column: span 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid1col {
    grid-template-columns: 1fr;
  }
  .grid2col {
    grid-template-columns: 1fr 1fr;
  }
  .grid3col {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid4col {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .grid1col {
    grid-template-columns: 1fr;
  }
  .grid2col {
    grid-template-columns: 1fr;
  }
  .grid3col {
    grid-template-columns: 1fr;
  }
  .grid4col {
    grid-template-columns: 1fr 1fr;
  }
  .grid2col {
    grid-template-columns: 1fr;
    padding: 0 24px;
  }
  .hp_section .kn_grid > div:nth-child(2) {
    padding: 30px;
    box-shadow: none;
    width: 100%;
    margin: 0;
  }
}

.hp_section .kn_grid > div:nth-child(1) {
  transform: translateX(-150px);
  opacity: 0;
  transition: all 1s ease-out;
}
.hp_section .kn_grid > div:nth-child(2) {
  transform: translateX(150px);
  opacity: 0;
  transition: all 1s ease-out;
}
@media (max-width: 767px) {
  .hp_section .kn_grid > div:nth-child(1) {
    transform: translateX(-50px);
    opacity: 0;
    transition: all 1s ease-out;
  }
  .hp_section .kn_grid > div:nth-child(2) {
    transform: translateX(50px);
    opacity: 0;
    transition: all 1s ease-out;
  }
}
.hp_section .kn_grid > div.come-in:nth-child(1),
.hp_section .kn_grid > div.come-in:nth-child(2) {
  transform: translateX(0);
  opacity: 1;
  transition: all 1s ease-out;
}

.flex-btn-wrap.partner_logo {
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 32px;
}
.partner_logo img {
  border-radius: 0;
  max-width: 190px;
  max-height: 55px;
}
p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 16px;
}

.slick-dots {
  display: flex;
  padding: 0;
  margin: 20px 0 0;
  justify-content: center;
  align-items: center;
  gap: 5px;
  list-style-type: none;
}

.slick-dots li {
  padding: 0;
}

.slick-dots li button {
  background: #fff;
  border: none;
  font-size: 0;
  width: 30px;
  height: 4px;
  transition: all 0.5s ease;
}

.slick-dots li.slick-active button {
  background: var(--light-blue);
  transition: all 0.5s ease;
}

.slick-dots li button:hover {
  background: var(--light-green);
  transition: all 0.5s ease;
}

@media (max-width: 991px) {
  .slick-dots li {
    flex: unset;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
    min-width: 10px;
    padding: 0;
    border-radius: 100%;
  }
}
.partners a {
  display: block;
  padding: 0 16px;
}

.stat_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .stat_wrap {
    justify-content: space-evenly;
  }
}
.stat {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.count-up {
  background: -webkit-linear-gradient(
    66deg,
    rgba(0, 217, 166, 1) 0%,
    rgba(155, 225, 93, 1) 33%,
    rgba(0, 196, 237, 1) 66%,
    rgba(0, 133, 218, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
}

.review {
  padding: 8px;
}
.review_inner {
  padding: 32px 16px;
  border-radius: 16px;
  backdrop-filter: blur(4px);
  background: #ffffff8f;
  box-shadow: 0 0 30px #0085da0f;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.review_stars {
  background: -webkit-linear-gradient(
    66deg,
    rgba(0, 217, 166, 1) 0%,
    rgba(155, 225, 93, 1) 33%,
    rgba(0, 196, 237, 1) 66%,
    rgba(0, 133, 218, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  display: block;
  line-height: 1;
}
.review_name {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  display: block;
  margin: 8px 0 4px;
}
.partners a.review_link {
  display: block;
  padding: 0;
  color: var(--blue);
  font-style: italic;
  margin-bottom: 16px;
}
.review_link {
  color: var(--blue);
  font-style: italic;
  margin-top: -8px;
}
.review_text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.in-index .index-content-wrapper {
  display: flex;
  flex-direction: column;
}
.blog-wrapper {
  order: 9;
}
.homepage-blog-wrapper .homepage-group-title {
  display: block;
  text-align: left;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  text-wrap-style: balance;
  padding: 0;
  grid-column: span 3;
}
.homepage-blog-wrapper .news-item {
  padding: 0;
}
.blog-wrapper .news-item {
  flex-basis: 100%;
  width: 100%;
}
.blog-wrapper {
  order: 9;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.blog-wrapper:before,
.blog-wrapper:after {
  display: none;
}
.blog-wrapper .news-item .image,
.blog-wrapper .news-item .image img {
  width: 100%;
  border-radius: 16px;
}
.blog-wrapper .news-item .title {
  margin-top: 19px;
  display: block;
  text-align: left;
  line-height: 1.2;
  font-weight: 600;
  text-wrap-style: balance;
}

@media (min-width: 992px) {
  .in-index .blog-wrapper .news-item:last-child {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .homepage-blog-wrapper .homepage-group-title {
    grid-column: span 2;
  }
  .blog-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 599px) {
  .blog-wrapper {
    display: flex;
    flex-direction: column;
  }
}

.navigation-window-visible .navigation-buttons a[data-target="navigation"],
.navigation-window-visible
  .navigation-buttons
  a[data-target="navigation"]:hover,
.navigation-buttons a[data-target="navigation"],
.navigation-buttons a[data-target="navigation"]:hover,
.navigation-buttons a[data-target="search"],
.navigation-buttons a[data-target="search"]:hover {
  background-color: transparent;
}

@media (max-width: 991px) {
  #navigation {
    width: calc(100% + 20px);
    height: 100dvh;
    top: -10px;
    left: calc(100% + 10px);
    padding: 80px 10px 10px;
  }
  .navigation-window-visible #navigation {
    left: -10px;
    width: calc(100% + 20px);
  }
  .navigation-in {
    font-size: 16px;
    line-height: 16px;
    backdrop-filter: blur(4px);
    background: #fffffff2;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .navigation-in > ul > li > a {
    font-size: 24px;
    text-align: center;
    justify-self: center;
  }
  .navigation-in ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .scrolled-down #header {
    transform: translateX(-50%);
  }
}
.navigation-in ul li.appended-category,
.navigation-in .navigationActions {
  display: none;
}
@media (max-width: 479px) {
  .navigation-close {
    display: grid;
    position: absolute;
    place-content: center;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 60px;
    font-weight: 400;
  }
  .benefitBanner {
    padding: 64px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}

section.scrollable_project {
  max-width: 1000px;
  position: relative;
  padding: 0;
  margin: 64px auto;
}

.laptop {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.screen {
  position: absolute;
  top: 1.2%;
  left: 10%;
  width: 80%;
  height: 51.8%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1;
  scrollbar-width: none;
}

.screen::-webkit-scrollbar {
  display: none;
}

.screen img {
  width: 100%;
  display: block;
}
.news-item .image img {
  max-height: 100%;
  max-width: 100%;
  border-radius: 16px;
}
.news-item .text .title {
  margin-bottom: 10px;
  text-decoration: none;
  margin-top: 19px;
  display: block;
  text-align: left;
  line-height: 1.2;
  font-weight: 600;
  text-wrap-style: balance;
}
.news-item time,
.news-item-detail time {
  color: var(--blue);
  font-weight: 500;
}

body:not(.in-index) h1 {
  background: -webkit-linear-gradient(
    66deg,
    rgba(0, 217, 166, 1) 0%,
    rgba(155, 225, 93, 1) 33%,
    rgba(0, 196, 237, 1) 66%,
    rgba(0, 133, 218, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 1200px;
  margin: 32px auto;
}
.duocolor strong {
  color: var(--green);
  font-style: italic;
}

body:not(.in-index) section.kn_grid {
  display: grid;
  gap: 20px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 0px;
  padding: 32px 0;
}
.kn_grid:before,
.kn_grid:after {
  display: none;
}

body:not(.in-index) .kn_grid > div {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  padding: 64px;
  border-radius: 16px;
  backdrop-filter: blur(4px);
  background-color: #ffffff8f;
  box-shadow: 0 0 30px #0085da0f;
  z-index: 2;
  height: 100%;
}
body:not(.in-index) .kn_grid.grid3col > div,
body:not(.in-index) .kn_grid.grid4col > div {
  padding: 32px;
}
body:not(.in-index) .kn_grid.pure_text > div {
  background: transparent;
  box-shadow: none;
  padding: 0 64px;
}
body:not(.in-index) .kn_grid > div[style*="background-image"] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
body:not(.in-index) .kn_grid > div[style*="background-image"]:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgb(0 0 0 / 16%) 35%,
    rgb(0 0 0 / 67%) 100%
  );
}
body:not(.in-index) .kn_grid > div[style*="background-image"] > * {
  position: relative;
  z-index: 1;
  color: #fff !important;
}
body:not(.in-index) .kn_grid > div > *:first-child {
  margin-top: 0;
}
body:not(.in-index) .kn_grid > div > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .grid1col {
    grid-template-columns: 1fr;
  }
  .grid2col {
    grid-template-columns: 1fr 1fr;
  }
  .grid3col {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid4col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid2col.reversed > div:first-child {
    order: 2;
  }

  .span2 {
    grid-column: span 2;
  }
  .span3 {
    grid-column: span 3;
  }
  .span4 {
    grid-column: span 4;
  }

  .grid1col > div[style*="background-image"] {
    padding-top: 10%;
  }
  .grid2col > div[style*="background-image"] {
    padding-top: 30%;
  }
  .grid3col > div[style*="background-image"] {
    padding-top: 50%;
  }
  .grid4col > div[style*="background-image"] {
    padding-top: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid1col {
    grid-template-columns: 1fr;
  }
  .grid2col {
    grid-template-columns: 1fr 1fr;
  }
  .grid3col {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid4col {
    grid-template-columns: 1fr 1fr;
  }

  .grid2col.reversed > div:first-child {
    order: 2;
  }

  .span2 {
    grid-column: span 2;
  }
  .span3 {
    grid-column: span 3;
  }
  .span4 {
    grid-column: span 2;
  }

  .grid1col > div[style*="background-image"] {
    padding-top: 20%;
  }
  .grid2col > div[style*="background-image"] {
    padding-top: 50%;
  }
  .grid3col > div[style*="background-image"] {
    padding-top: 70%;
  }
  .grid4col > div[style*="background-image"] {
    padding-top: 50%;
  }

  body:not(.in-index) .kn_grid > div {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .grid1col {
    grid-template-columns: 1fr;
  }
  .grid2col {
    grid-template-columns: 1fr;
  }
  .grid3col {
    grid-template-columns: 1fr;
  }
  .grid4col {
    grid-template-columns: 1fr 1fr;
  }

  .span2 {
    grid-column: span 1;
  }
  .span3 {
    grid-column: span 1;
  }
  .span4 {
    grid-column: span 2;
  }

  .grid1col > div[style*="background-image"] {
    padding-top: 40%;
  }
  .grid2col > div[style*="background-image"] {
    padding-top: 40%;
  }
  .grid3col > div[style*="background-image"] {
    padding-top: 40%;
  }
  .grid4col > div[style*="background-image"] {
    padding-top: 70%;
  }

  body:not(.in-index) .kn_grid > div {
    padding: 32px;
  }
}

@media (max-width: 479px) {
  body:not(.in-index) .grid4col {
    grid-template-columns: 1fr;
  }
  body:not(.in-index) .kn_grid > div {
    padding: 16px;
  }
}

@media (max-width: 991px) {
  .navigation-in ul.menu-level-2 li a {
    padding-left: 20px;
    text-align: center;
  }
  .navigation-in > ul > li > a > .submenu-arrow {
    margin-right: -60px;
  }
  .navigation-in > ul > li > a:hover:after {
    display: none;
  }
}

#footer {
  border-top-style: none;
  padding: 0;
  width: calc(100% - 20px);
  max-width: 1900px;
  margin: 64px auto 10px auto;
  border-radius: 16px;
  box-shadow: 0 0 30px #0085da0f;
  transition: all 0.3s ease-out;
  backdrop-filter: blur(4px);
  background: #ffffff8f;
}
#footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 32px;
}
#footer ul a {
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: var(--dark-blue);
}
#footer ul a:hover {
  color: var(--green);
}

.type-posts-listing aside {
  display: none;
}
.type-posts-listing #newsWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  gap: 20px;
}
/* Fix for Safari width */
.type-posts-listing #newsWrapper:before,
.type-posts-listing #newsWrapper:after {
  width: 100%;
}
.type-posts-listing .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
.type-posts-listing .news-item .image {
  margin-right: 0;
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .type-posts-listing .news-item {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .type-posts-listing .news-item {
    width: calc((100% - 20px) / 2);
  }
}

@media (min-width: 992px) {
  .type-posts-listing .news-item {
    width: calc((100% - 40px) / 3);
  }
}

@media (min-width: 992px) {
  .navigation-in ul.menu-level-2 {
    border-radius: 16px;
    box-shadow: 0 0 30px #0085da0f;
    backdrop-filter: blur(4px);
    background: #ffffffd4;
    border-style: none;
  }
  .navigation-in ul.menu-level-2 a {
    text-align: center;
    color: var(--dark-blue);
    font-weight: 600;
    line-height: 1.4;
  }
  .navigation-in ul.menu-level-2 a:hover {
    color: var(--green);
  }
}
