section#default-content a:hover {
  text-decoration: none;
}

.wp-block-buttons .wp-block-button__link {
  background-color: #5a80c6;
  color: #fff !important;
  transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}
.wp-block-buttons .wp-block-button__link:hover {
  background-color: #000000;
  transform: translateY(-0.2rem);
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.15);
}

.socials-flag-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.socials-flag-section .lang-wrap .lang-switcher {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1rem;
  padding-left: 0;
}
.socials-flag-section .lang-wrap .lang-switcher li a {
  font-size: 15px;
  font-weight: bold;
}
.socials-flag-section .lang-wrap .lang-switcher li a:hover {
  color: #5a80c6;
}
.socials-flag-section .lang-wrap .lang-switcher li.current-lang a {
  color: #5a80c6;
}
.socials-flag-section .lang-wrap .lang-switcher li:not(:last-child)::after {
  content: "|";
  margin-left: 10px;
  color: rgba(90, 128, 198, 0.4);
}
.socials-flag-section .socials ul li a .social--image img {
  width: 25px;
  height: 25px;
  transition: filter 0.25s ease;
  filter: brightness(0) saturate(100%) invert(48%) sepia(24%) saturate(1214%) hue-rotate(182deg) brightness(93%) contrast(87%);
}
.socials-flag-section .socials ul li a:hover .social--image img {
  filter: none;
}
@media (max-width: 1230px) {
  .socials-flag-section {
    justify-content: flex-end;
    gap: 2rem;
  }
}
@media (max-width: 756px) {
  .socials-flag-section {
    justify-content: flex-end;
    gap: 1rem;
    min-width: 0;
  }
  .socials-flag-section .socials {
    flex: 1 !important;
  }
  .socials-flag-section .socials ul li:not(:first-child) a {
    margin-left: 1rem;
  }
  .socials-flag-section .socials .social--image img {
    width: 22px;
    height: 22px;
  }
  .socials-flag-section .lang-wrap .lang-switcher {
    gap: 6px;
  }
  .socials-flag-section .lang-wrap .lang-switcher li a {
    font-size: 13px;
  }
  .socials-flag-section .lang-wrap .lang-switcher li:not(:last-child)::after {
    margin-left: 6px;
  }
}

@media (max-width: 756px) {
  #header .top-right .socials-flag-section .socials,
#header .top-right div.search {
    display: none;
  }
}
@media (max-width: 1230px) {
  #header .logo {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  #header .main-menu {
    display: none;
  }
  #header .top-right #menuToggler {
    display: inline-block;
    position: absolute;
    right: 3.5rem;
    top: 3rem;
    cursor: pointer;
    z-index: 4;
  }
}
@media (max-width: 1230px) and (min-width: 757px) {
  #header .top-right {
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
    padding-right: 100px;
  }
}
@media (max-width: 757px) {
  #header .top-right {
    padding-right: 17rem;
  }
  #header .top-right .lang-wrap {
    position: absolute;
    top: 5.2rem;
    right: 7.5rem;
    z-index: 4;
    display: flex;
    align-items: center;
  }
  #header .top-right .lang-wrap .lang-switcher {
    margin-bottom: 0;
  }
}
@media (max-width: 757px) and (max-width: 765px) {
  #header .top-right #menuToggler .mobile-burger .hamburger-lines {
    top: 5.7rem;
  }
  #header .top-right #menuToggler .mobile-burger .checkbox {
    top: 6rem;
  }

  #header .top-right .lang-wrap--compact {
    top: calc(var(--burger-top) + 5.7rem);
  }
}
@media (max-width: 765px) {
  #header .top-right #menuToggler {
    top: -1rem;
    right: 2rem;
  }
}
#header .main-menu .menu-main-menu-container {
  display: none;
}

#header #main-menu {
  display: flex;
}

#mobileMenu {
  top: 0;
  background: #fff;
  transform: translateY(-2rem);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
#mobileMenu.active {
  transform: translateY(0);
}
#mobileMenu .menu-main-menu-container {
  margin-top: 14rem;
  max-height: none;
  overflow: visible;
  padding: 0 2.4rem 4rem;
}
@media (max-width: 757px) {
  #mobileMenu .menu-main-menu-container {
    margin-top: 2rem;
  }
}
#mobileMenu .menu-main-menu-container ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Ubuntu", sans-serif;
}
#mobileMenu .menu-main-menu-container ul.menu a::before,
#mobileMenu .menu-main-menu-container ul.menu > li::before {
  display: none;
}
#mobileMenu .menu-main-menu-container ul.menu > li {
  margin: 0;
  border-bottom: 1px solid rgba(90, 128, 198, 0.2);
  font-size: 2rem;
  line-height: 1.4;
}
#mobileMenu .menu-main-menu-container ul.menu > li > a {
  display: block;
  padding: 1.6rem 0;
  font-weight: 500;
  color: #4F4F4F;
  text-decoration: none;
  transition: color 0.25s ease, padding-left 0.25s ease;
}
#mobileMenu .menu-main-menu-container ul.menu > li > a:hover, #mobileMenu .menu-main-menu-container ul.menu > li > a:focus-visible {
  color: #5a80c6;
  padding-left: 0.8rem;
}
#mobileMenu .menu-main-menu-container ul.menu > li.current-menu-item > a, #mobileMenu .menu-main-menu-container ul.menu > li.current-menu-ancestor > a {
  color: #5a80c6;
}
#mobileMenu .menu-main-menu-container ul.menu .sub-menu {
  margin: 0 0 1.6rem;
  padding: 0 0 0 1.6rem;
  list-style: none;
  border-left: 2px solid #5a80c6;
}
#mobileMenu .menu-main-menu-container ul.menu .sub-menu li {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.7rem;
  line-height: 1.4;
}
#mobileMenu .menu-main-menu-container ul.menu .sub-menu li a {
  display: block;
  padding: 1rem 0;
  font-weight: 400;
  color: #707070;
  text-decoration: none;
  transition: color 0.25s ease, padding-left 0.25s ease;
}
#mobileMenu .menu-main-menu-container ul.menu .sub-menu li a:hover, #mobileMenu .menu-main-menu-container ul.menu .sub-menu li a:focus-visible {
  color: #5a80c6;
  padding-left: 0.6rem;
}
#mobileMenu .menu-main-menu-container ul.menu .sub-menu li.current-menu-item > a {
  color: #5a80c6;
  font-weight: 500;
}

.mobile-search .mobile-search-form,
#header .top-right .search .search-form {
  position: relative;
}

.mobile-search .mobile-search-field,
#header .top-right .search .search-form .search-field {
  display: block;
  width: 100%;
  height: 5rem;
  padding: 0 5.2rem 0 2rem;
  font-family: "Ubuntu", sans-serif;
  font-size: 1.6rem;
  line-height: normal;
  color: #4F4F4F;
  background-color: rgba(90, 128, 198, 0.06);
  border: 1px solid rgba(90, 128, 198, 0.3);
  border-radius: 5rem;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
.mobile-search .mobile-search-field::placeholder,
#header .top-right .search .search-form .search-field::placeholder {
  font-family: "Ubuntu", sans-serif;
  color: #707070;
}
.mobile-search .mobile-search-field::-webkit-search-cancel-button,
#header .top-right .search .search-form .search-field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.mobile-search .mobile-search-field:focus,
#header .top-right .search .search-form .search-field:focus {
  background-color: #fff;
  border-color: #5a80c6;
  box-shadow: 0 0 0 3px rgba(90, 128, 198, 0.12);
}

.mobile-search .mobile-search-submit,
#header .top-right .search .search-form .search-submit {
  position: absolute;
  top: 50%;
  right: 1.4rem;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: none;
  transform: translateY(-50%);
  cursor: pointer;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235a80c6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") no-repeat center/2.2rem;
}

#header .top-right .search .search-form .search-field {
  height: 4rem;
  padding-right: 4.4rem;
  border-radius: 4rem;
}
#header .top-right .search .search-form .search-submit {
  right: 1.2rem;
}

.mobile-search {
  display: none;
}
@media (max-width: 756px) {
  .mobile-search {
    display: block;
    margin: 16rem 2.4rem 0;
  }
}

@media (max-width: 756px) {
  .mobile-search + .menu-main-menu-container {
    margin-top: 2rem;
  }
}
.banner {
  margin-top: 10px;
}

section#Slider {
  margin-top: 35px;
}

.slider-container.image_slider {
  position: relative;
  overflow: hidden;
}
.slider-container.image_slider .single-image-slide {
  position: relative;
}
.slider-container.image_slider .single-image-slide a {
  display: block;
  width: 100%;
  height: 600px;
}
.slider-container.image_slider .single-image-slide a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.slider-container.image_slider .single-image-slide--overlay {
  position: absolute;
  top: 50%;
  left: 170px;
  max-width: 640px;
  background-color: rgba(37, 55, 105, 0.92);
  color: white;
  padding: 30px 35px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  transform: translateY(-50%);
}
.slider-container.image_slider .single-image-slide--overlay--label {
  font-size: 1.85rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}
.slider-container.image_slider .single-image-slide--overlay--title {
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 20px;
  color: white;
}
.slider-container.image_slider .single-image-slide--overlay--title span {
  color: #4a9eff;
}
.slider-container.image_slider .single-image-slide--overlay--divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin-bottom: 20px;
}
.slider-container.image_slider .single-image-slide--overlay--comment {
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 0 0 15px;
  color: white;
}
.slider-container.image_slider .single-image-slide--overlay--made-by {
  display: block;
  font-size: 1.8rem;
  opacity: 0.85;
}
.slider-container.image_slider .slick-prev,
.slider-container.image_slider .slick-next {
  z-index: 2;
  width: 40px;
  height: 40px;
}
.slider-container.image_slider .slick-prev:before,
.slider-container.image_slider .slick-next:before {
  font-size: 32px;
  opacity: 0.9;
}
.slider-container.image_slider .slick-prev {
  left: 15px;
}
.slider-container.image_slider .slick-next {
  right: 15px;
}
.slider-container.image_slider .slick-dots {
  bottom: 20px;
}
.slider-container.image_slider .slick-dots li button:before {
  color: white;
  opacity: 0.6;
  font-size: 10px;
}
.slider-container.image_slider .slick-dots li.slick-active button:before {
  opacity: 1;
}
@media (max-width: 1200px) {
  .slider-container.image_slider .single-image-slide a {
    height: 500px;
  }
  .slider-container.image_slider .single-image-slide--overlay {
    left: 60px;
    max-width: 520px;
  }
  .slider-container.image_slider .single-image-slide--overlay--title {
    font-size: 3.5rem;
  }
  .slider-container.image_slider .single-image-slide--overlay--comment {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .slider-container.image_slider .single-image-slide a {
    height: 460px;
  }
  .slider-container.image_slider .single-image-slide--overlay {
    left: 20px;
    right: 20px;
    max-width: none;
    padding: 22px 26px;
    border-radius: 14px;
  }
  .slider-container.image_slider .single-image-slide--overlay--label {
    font-size: 2rem;
    margin-bottom: 14px;
  }
  .slider-container.image_slider .single-image-slide--overlay--title {
    font-size: 3.5rem;
    margin-bottom: 14px;
  }
  .slider-container.image_slider .single-image-slide--overlay--comment {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .slider-container.image_slider .single-image-slide--overlay--made-by {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .slider-container.image_slider .single-image-slide a {
    height: 420px;
  }
  .slider-container.image_slider .single-image-slide--overlay {
    top: 8%;
    padding: 18px 20px;
  }
  .slider-container.image_slider .single-image-slide--overlay--label {
    font-size: 1.4rem;
  }
  .slider-container.image_slider .single-image-slide--overlay--title {
    font-size: 2.4rem;
  }
  .slider-container.image_slider .single-image-slide--overlay--comment {
    font-size: 1.3rem;
  }
  .slider-container.image_slider .single-image-slide--overlay--made-by {
    font-size: 1.2rem;
  }
}

#home-columns .home-columns-section .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#home-columns .home-columns-section .cols {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-height: 438px;
  padding: 40px 35px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
#home-columns .home-columns-section .cols::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(37, 55, 105, 0.29);
  z-index: 0;
  transition: background-color 0.25s ease;
}
#home-columns .home-columns-section .cols > * {
  position: relative;
  z-index: 1;
}
#home-columns .home-columns-section .cols:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.12);
}
#home-columns .home-columns-section .cols:hover::before {
  background: rgba(37, 55, 105, 0.54);
}
#home-columns .home-columns-section .cols .cols--icon {
  padding-bottom: 2rem !important;
}
#home-columns .home-columns-section .cols .cols--icon img {
  display: block;
  width: 61px;
  height: 61px;
  object-fit: contain;
}
#home-columns .home-columns-section .cols .cols--title h3 {
  margin: 0 0 1.5rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.25;
}
#home-columns .home-columns-section .cols .cols--content {
  margin: 10px 0 30px 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
}
#home-columns .home-columns-section .cols .cols--button {
  margin-top: auto;
}
#home-columns .home-columns-section .cols .cols--button a {
  display: inline-block;
  text-decoration: none;
}
#home-columns .home-columns-section .cols .cols--button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  padding: 12px 24px;
  color: #fff;
  background-color: #5a80c6;
  border: 1px solid #5a80c6;
  border-radius: 0.6rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}
#home-columns .home-columns-section .cols .cols--button button:hover {
  background-color: #3f619d;
  border-color: #3f619d;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
#home-columns .home-columns-section .cols .cols--button button:active {
  background-color: #334f80;
  border-color: #334f80;
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}
@media (max-width: 1230px) {
  #home-columns .home-columns-section .row {
    gap: 20px;
  }
  #home-columns .home-columns-section .cols {
    flex: 1 1 calc(50% - 10px);
    min-height: 400px;
    padding: 35px 30px;
  }
  #home-columns .home-columns-section .cols:last-child {
    flex-basis: 100%;
  }
  #home-columns .home-columns-section .cols .cols--title h3 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  #home-columns .home-columns-section .row {
    gap: 20px;
  }
  #home-columns .home-columns-section .cols {
    flex: 1 1 100%;
    min-height: 360px;
    padding: 30px 25px;
  }
  #home-columns .home-columns-section .cols .cols--icon {
    padding-bottom: 1.5rem !important;
  }
  #home-columns .home-columns-section .cols .cols--icon img {
    width: 55px;
    height: 55px;
  }
  #home-columns .home-columns-section .cols .cols--title h3 {
    margin-bottom: 1.2rem;
    font-size: 2rem;
  }
  #home-columns .home-columns-section .cols .cols--content {
    display: block;
    margin-bottom: 25px;
    font-size: 1.5rem;
  }
  #home-columns .home-columns-section .cols .cols--button button {
    min-width: 130px;
    padding: 11px 20px;
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  #home-columns .home-columns-section .cols {
    min-height: 340px;
    padding: 25px 20px;
  }
  #home-columns .home-columns-section .cols .cols--title h3 {
    font-size: 1.9rem;
  }
}

#bloglist .container .bloglist--wrapper .post-list:not(:nth-child(3n)) {
  border: none;
}

.single--wrapper {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
}

.post-list .single--wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.post-list .single--wrapper .single--wrapper--img {
  overflow: hidden;
}
.post-list .single--wrapper .single--wrapper--img img {
  display: block;
  width: 100%;
  transition: transform 0.5s ease;
}
.post-list .single--wrapper .single--wrapper--title p {
  transition: color 0.3s ease;
}
.post-list .single--wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.post-list .single--wrapper:hover .single--wrapper--img img {
  transform: scale(1.04);
}

section#partner .partner-card-inner {
  border: none !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  padding-left: 0 !important;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  min-height: 327px;
  max-height: 327px;
}
section#partner .partner-card-inner:hover {
  border-color: transparent !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12), 0 8px 16px rgba(0, 0, 0, 0.12) !important;
  transform: translateY(-2px);
}
section#partner .partner-card-inner--image {
  width: 100% !important;
  height: 90px !important;
  margin-top: 40px !important;
  margin-bottom: 15px !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
}
section#partner .partner-card-inner--image img {
  margin-right: 0 !important;
  width: auto !important;
  max-width: 80% !important;
  max-height: 130px !important;
  object-fit: contain !important;
  object-position: center !important;
}
section#partner .partner-card-inner--bottom {
  justify-content: end !important;
  margin: 0 !important;
  padding: 0 14px 15px !important;
}
section#partner .partner-card-inner--bottom---title {
  min-height: auto !important;
  text-align: center !important;
  width: 100%;
}
section#partner .partner-card-inner--bottom---title .init {
  font-weight: 500 !important;
  font-size: 19px;
  color: #4e4e4e;
}
section#partner .partner-card-inner--bottom---title .desc {
  height: auto !important;
  max-height: 4.5rem;
  color: #5a80c6;
  font-weight: 500;
}

body section#workplan .my-accordion .single-plan {
  border-bottom: 0;
}
body section#workplan .my-accordion-header.single-plan--header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px 24px;
  padding: 18px 50px 18px 24px;
  position: relative;
  background: linear-gradient(135deg, #5a80c6 0%, #4a6fb5 100%);
  border: none;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(90, 128, 198, 0.25);
  transition: box-shadow 0.25s ease, transform 0.25s ease, background 0.25s ease, border-radius 0.25s ease;
}
body section#workplan .my-accordion-header.single-plan--header:hover {
  box-shadow: 0 4px 14px rgba(90, 128, 198, 0.35);
}
body section#workplan .my-accordion-header.single-plan--header p {
  margin: 0;
}
body section#workplan .my-accordion-header.single-plan--header .desc {
  border-color: rgba(255, 255, 255, 0.4) !important;
  font-weight: 600;
  letter-spacing: 0.2px;
}
body section#workplan .my-accordion-header.single-plan--header .toggle-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  line-height: 2rem;
}
body section#workplan .my-accordion-header.single-plan--header .toggle-icon.minus {
  display: none;
}
body section#workplan .my-accordion .single-plan.open .single-plan--header {
  border-radius: 10px 10px 0 0 !important;
  color: white !important;
}
body section#workplan .my-accordion .single-plan.open .single-plan--header .desc {
  color: white !important;
}
body section#workplan .my-accordion .single-plan.open .single-plan--header .toggle-icon.plus {
  display: none;
}
body section#workplan .my-accordion .single-plan.open .single-plan--header .toggle-icon.minus {
  display: block;
}
section#tryout {
  padding: 4rem 0;
}
section#tryout .container-inner {
  padding-top: 40px;
  background-color: rgba(52, 74, 115, 0.05);
  border-radius: 10px;
}
section#tryout .container-inner .tryout-description {
  margin-bottom: 3rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  color: #4F4F4F;
  line-height: 1.6;
  text-align: center;
}
section#tryout .container-inner .tryout-description p {
  margin-bottom: 1.5rem;
}
section#tryout .container-inner .tryout-description p:last-child {
  margin-bottom: 0;
}
section#tryout .container-inner .tryout-description a {
  color: #5a80c6;
  text-decoration: underline;
  text-underline-offset: 2px;
}
section#tryout .container-inner .tryout-description a:hover {
  color: #000000;
}
section#tryout .container-inner .tryout-description strong, section#tryout .container-inner .tryout-description b {
  font-weight: 700;
}
section#tryout .container-inner .browser-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
section#tryout .container-inner .browser-button {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 3rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #5a80c6;
  background-color: rgba(90, 128, 198, 0.08);
  border: 1px solid rgba(90, 128, 198, 0.3);
  border-radius: 0.6rem;
  text-decoration: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.05);
}
section#tryout .container-inner .browser-button i {
  font-size: 3rem;
}
section#tryout .container-inner .browser-button:hover {
  background-color: #5a80c6;
  border-color: #5a80c6;
  color: #fff;
  box-shadow: 0 0.4rem 1rem rgba(90, 128, 198, 0.3);
}
section#tryout .container-inner .browser-button:active {
  background-color: #4a6fb5;
  border-color: #4a6fb5;
}
section#tryout .container-inner .cta {
  padding: 4rem 0;
  text-align: center;
}
section#tryout .container-inner .cta .cta-description {
  margin-bottom: 2.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  color: #4F4F4F;
  line-height: 1.6;
}
section#tryout .container-inner .cta .cta-description p {
  margin-bottom: 1.5rem;
}
section#tryout .container-inner .cta .cta-description p:last-child {
  margin-bottom: 0;
}
section#tryout .container-inner .cta .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 3rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  background-color: #5a80c6;
  border-radius: 0.6rem;
  text-decoration: none;
  transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.08);
}
section#tryout .container-inner .cta .cta-button:hover {
  background-color: #446094;
  color: #fff;
  transform: translateY(-0.2rem);
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.15);
}
section#tryout .container-inner .cta .cta-button:active {
  transform: translateY(0);
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
}

section#contact-form {
  padding: 4rem 0;
}
section#contact-form .contact-form {
  margin: 0 auto;
}
section#contact-form .contact-form .wpcf7 {
  background-color: rgba(52, 74, 115, 0.05);
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
section#contact-form .contact-form .wpcf7-form .row {
  margin-bottom: 0;
}
section#contact-form .contact-form .wpcf7-form .field {
  margin-bottom: 25px;
}
section#contact-form .contact-form .wpcf7-form label {
  display: block;
  width: 100%;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #4F4F4F;
}
section#contact-form .contact-form .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}
section#contact-form .contact-form .wpcf7-form input:not([type=submit]),
section#contact-form .contact-form .wpcf7-form select,
section#contact-form .contact-form .wpcf7-form textarea {
  display: block;
  width: 100%;
  padding: 12px 15px;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #4F4F4F;
  background-color: #fff;
  border: 1px solid rgba(90, 128, 198, 0.3);
  border-radius: 6px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
section#contact-form .contact-form .wpcf7-form input:not([type=submit]),
section#contact-form .contact-form .wpcf7-form select {
  height: 48px;
}
section#contact-form .contact-form .wpcf7-form textarea {
  min-height: 180px;
  resize: vertical;
}
section#contact-form .contact-form .wpcf7-form input:not([type=submit]):focus,
section#contact-form .contact-form .wpcf7-form select:focus,
section#contact-form .contact-form .wpcf7-form textarea:focus {
  border-color: #5a80c6;
  box-shadow: 0 0 0 3px rgba(90, 128, 198, 0.12);
  background-color: #fff;
}
section#contact-form .contact-form .wpcf7-form select {
  height: 48px;
  margin: 17px 0 !important;
  padding: 0.1rem 0 1.1rem 3.3rem !important;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235a80c6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 14px;
  border: 1px solid rgba(90, 128, 198, 0.3) !important;
}
section#contact-form .contact-form .wpcf7-form .button-submit {
  margin-top: 10px;
  text-align: center;
}
section#contact-form .contact-form .wpcf7-form .button-submit p {
  margin: 0;
}
section#contact-form .contact-form .wpcf7-form .button-submit input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 13px 30px;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  background-color: #5a80c6;
  border: 1px solid #5a80c6;
  border-radius: 0.6rem;
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}
section#contact-form .contact-form .wpcf7-form .button-submit input[type=submit]:hover {
  background-color: #000000;
  border-color: #000000;
  transform: translateY(-0.2rem);
  box-shadow: 0 0.4rem 1rem rgba(90, 128, 198, 0.25);
}
section#contact-form .contact-form .wpcf7-form .button-submit input[type=submit]:active {
  transform: translateY(0);
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
}
section#contact-form .contact-form .wpcf7-form .wpcf7-spinner {
  margin: 0 0 0 10px;
}
section#contact-form .contact-form .wpcf7-form .wpcf7-response-output {
  margin: 25px 0 0;
  padding: 12px 15px;
  border-radius: 6px;
  font-family: "Roboto", sans-serif;
  font-size: 0.95rem;
}
section#contact-form .contact-form .wpcf7-form .main-cf7-captcha {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 10px 0 25px;
}
section#contact-form .contact-form .wpcf7-form .main-cf7-captcha .wpcf7-form-control-wrap {
  flex: 1;
  margin: 0;
}
section#contact-form .contact-form .wpcf7-form .main-cf7-captcha input {
  margin: 0;
}
section#contact-form .contact-form .wpcf7-form #image-captcha-cf7 {
  display: inline-block;
  width: auto;
  height: 48px;
  margin-right: 8px;
  vertical-align: middle;
  border-radius: 6px;
}
section#contact-form .contact-form .wpcf7-form #reload_captcha {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-left: 5px;
  vertical-align: middle;
  cursor: pointer;
}
section#contact-form .contact-form .wpcf7-form #reload_captcha img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
}
@media (max-width: 768px) {
  section#contact-form {
    padding: 3rem 0;
  }
  section#contact-form .contact-form .wpcf7 {
    padding: 25px 20px;
  }
  section#contact-form .contact-form .wpcf7-form .field {
    margin-bottom: 20px;
  }
  section#contact-form .contact-form .wpcf7-form .main-cf7-captcha {
    flex-wrap: wrap;
  }
  section#contact-form .contact-form .wpcf7-form .main-cf7-captcha .wpcf7-form-control-wrap {
    flex: 1 1 100%;
  }
  section#contact-form .contact-form .wpcf7-form #image-captcha-cf7 {
    margin-top: 5px;
  }
  section#contact-form .contact-form .wpcf7-form .button-submit input[type=submit] {
    width: 100%;
  }
}
@media (max-width: 480px) {
  section#contact-form .contact-form .wpcf7 {
    padding: 20px 15px;
  }
}

section#footer .secondline {
  display: none;
}
section#footer .footer {
  padding-top: 6rem !important;
}
section#footer .container.footer .footer--row {
  display: flex;
  gap: 20px 30px;
  justify-content: space-between;
}
section#footer .footer--left {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  section#footer .footer--left {
    align-items: center;
  }
}
section#footer .footer--left .site-logo {
  width: 200px;
  height: auto;
}
section#footer .footer--left--description {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
section#footer .footer--right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section#footer .footer--right .form-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 28px;
  background-color: #5a80c6;
  border-radius: 0.6rem;
  text-decoration: none;
  transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.15);
  margin: 0;
  border-color: #3d5685;
}
section#footer .footer--right .form-btn svg {
  flex-shrink: 0;
}
section#footer .footer--right .form-btn .footer--right--text {
  color: white;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 0.95rem;
}
section#footer .footer--right .form-btn:hover {
  transform: translateY(-0.2rem);
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.25);
}
section#footer .footer--right .form-btn:hover .footer--right--text {
  color: black;
}
section#footer .footer--right .socials .connect {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
section#footer .footer--funding {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  section#footer .footer--funding {
    justify-content: center;
  }
}
section#footer .footer--funding .support-content .support-text p {
  display: flex;
  justify-content: center;
  align-items: center;
}
section#footer .footer--funding .eu-logo {
  flex-shrink: 0;
}
section#footer .footer--funding span {
  font-size: 0.85rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}
section#footer .footer--funding span span {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}
@media (max-width: 768px) {
  section#footer .footer--right {
    align-items: center;
    text-align: center;
  }
  section#footer .footer--right .form-btn {
    justify-content: center;
    width: 100%;
    max-width: 320px;
  }
  section#footer .footer--right .socials .connect {
    text-align: center;
  }
  section#footer .footer--funding {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  section#footer .footer--funding .support-content .support-text p {
    flex-direction: column;
  }
}

.footer--bottom {
  width: 100%;
  min-height: 100px;
  padding: 12px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.footer--bottom .container {
  width: 100%;
}
.footer--bottom--copy-pages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  min-height: 76px;
}
.footer--bottom .demokritos-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.footer--bottom .demokritos-link-img {
  display: block;
  width: auto;
  height: 70px;
  max-width: 180px;
  object-fit: contain;
}
.footer--bottom--copy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
  text-align: center;
}
.footer--bottom--copy .copy {
  display: block;
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
}
.footer--bottom--pages {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 8px;
  flex-wrap: wrap;
}
.footer--bottom--pages a {
  display: block;
  padding: 3px 4px;
  margin: 0 !important;
  font-size: 1rem;
  line-height: 1.4;
  white-space: nowrap;
}
.footer--bottom--pages a:hover {
  color: #dadada !important;
}
.footer--bottom .designer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.footer--bottom .designer-link-img {
  display: block;
  width: auto;
  height: 44px;
  max-width: 180px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .footer--bottom {
    height: 22rem !important;
  }
  .footer--bottom--copy-pages {
    gap: 130px;
    justify-content: center !important;
    align-items: center !important;
  }
  .footer--bottom .demokritos-link-img {
    max-width: 150px;
  }
  .footer--bottom--copy .copy {
    font-size: 1rem;
  }
  .footer--bottom--pages {
    gap: 4px;
  }
  .footer--bottom--pages a {
    font-size: 1rem;
    padding: 2px 3px;
  }
  .footer--bottom .designer-link-img {
    height: 50px;
    max-width: 150px;
  }
}
@media (max-width: 760px) {
  .footer--bottom--copy-pages {
    gap: 10px;
  }
}
@media (min-width: 1400px) {
  .footer--bottom--copy-pages {
    gap: 35px;
  }
  .footer--bottom .demokritos-link-img {
    height: 65px;
    max-width: 200px;
  }
  .footer--bottom--copy .copy {
    font-size: 1.2rem;
  }
  .footer--bottom--pages {
    gap: 8px;
  }
  .footer--bottom--pages a {
    font-size: 1.2rem;
  }
  .footer--bottom .designer-link-img {
    height: 65px;
    max-width: 200px;
  }
}

#scrollToTop .scrollToTop--text {
  line-height: 2rem !important;
}

@media (max-width: 768px) {
  section#home-welcome .home-welcome--title .ws-title {
    font-size: 28px;
  }
}
section#policy-content {
  margin-top: 9rem;
  margin-bottom: 4rem;
}
section#policy-content .section-title {
  position: relative;
}
section#policy-content .section-title h2 {
  position: relative;
  margin: 0;
  font-family: "Ubuntu", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
}
section#policy-content .section-title h2::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  display: block;
  width: 100%;
  max-width: 41rem;
  border-bottom: 0.1rem dashed #000000;
}
section#policy-content .section-content {
  margin-top: 4rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #4F4F4F;
}
section#policy-content .section-content h2,
section#policy-content .section-content h3,
section#policy-content .section-content h4,
section#policy-content .section-content h5,
section#policy-content .section-content h6 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-family: "Ubuntu", sans-serif;
  color: #4F4F4F;
  line-height: 1.3;
}
section#policy-content .section-content h2 {
  font-size: 2.4rem;
}
section#policy-content .section-content h3 {
  font-size: 2rem;
}
section#policy-content .section-content h4 {
  font-size: 1.8rem;
}
section#policy-content .section-content p {
  margin-bottom: 1.5rem;
}
section#policy-content .section-content strong {
  font-weight: 700;
}
section#policy-content .section-content ul,
section#policy-content .section-content ol {
  margin: 1.5rem 0 2rem;
  padding-left: 2.5rem;
}
section#policy-content .section-content ul {
  list-style: disc;
}
section#policy-content .section-content ol {
  list-style: decimal;
}
section#policy-content .section-content li {
  margin-bottom: 0.8rem;
  padding-left: 0.3rem;
}
section#policy-content .section-content a {
  color: #5a80c6;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.25s ease;
}
section#policy-content .section-content a:hover {
  color: #000000;
}
section#policy-content .section-content .the_title {
  text-transform: uppercase;
}
section#policy-content .section-content br {
  line-height: 1.7;
}
@media (max-width: 768px) {
  section#policy-content {
    margin-top: 6rem;
    margin-bottom: 3rem;
  }
  section#policy-content .section-title h2 {
    font-size: 2.8rem;
  }
  section#policy-content .section-title h2::after {
    bottom: -1.2rem;
  }
  section#policy-content .section-content {
    margin-top: 3rem;
    font-size: 1.5rem;
    line-height: 1.65;
  }
  section#policy-content .section-content h2 {
    font-size: 2.1rem;
  }
  section#policy-content .section-content h3 {
    font-size: 1.9rem;
  }
  section#policy-content .section-content h4 {
    font-size: 1.7rem;
  }
  section#policy-content .section-content ul,
section#policy-content .section-content ol {
    padding-left: 2rem;
  }
}
@media (max-width: 480px) {
  section#policy-content {
    margin-top: 4rem;
  }
  section#policy-content .section-title h2 {
    font-size: 2.3rem;
  }
  section#policy-content .section-content {
    margin-top: 2.5rem;
    font-size: 1.4rem;
  }
  section#policy-content .section-content h2 {
    font-size: 1.9rem;
  }
  section#policy-content .section-content ul,
section#policy-content .section-content ol {
    padding-left: 1.8rem;
  }
}
