@charset "UTF-8";
:root {
  --dblue: #011439;
}
* {
  font-family: "Heebo", arial, sans-serif;
}
*:focus,
:is(a, button, input, textarea, summary):focus,
div[role="button"]:focus-within,
.digital_modal.open .toggle:focus-within {
  outline: 3px solid #7bc94b;
  outline-offset: 3px;
}

#bthn[lang="en"] {
  display: none;
}

#bthn[lang="he"] {
  bottom: 18% !important;
}
/* Bootstrap Override * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body.fixed {
  position: fixed;
}
a.text-white {
  text-decoration: underline;
  font-weight: 500;
}

a.text-white:hover {
  font-weight: 700;
}
body.fixed header {
  position: fixed;
}

body.fixed header .mobile-buttons .search {
  display: none;
}

a {
  color: #0372ac;
  transition: 0.5s;
}

a:hover,
a:focus {
  color: #005e8f;
}

figure {
  margin: 0;
}

header .breadcrumbs {
  max-width: 47%;
}

header .breadcrumbs li[aria-current="page"] {
  text-overflow: ellipsis;
  max-width: 70%;
  white-space: nowrap;
  overflow-y: clip;
}

@media (max-width: 990px) {
  header .breadcrumbs {
    display: none;
  }
}

body > .content {
  padding: 178px 303px 0 262px;
}

body > .content > h1 {
  font-size: 3.75rem;
  font-weight: bold;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
  body > .content > h1 {
    font-size: 3.25rem;
  }
}
@media (max-width: 990px) {
  body > .content {
    padding: 8rem 0.5rem 0 0.5rem;
  }

  body > .content > h1 {
    font-size: 2.5rem;
    font-weight: bold;
  }
}

@media (min-width: 992px) {
  .table-responsive {
    display: table;
  }
}

.table {
  border: 1px solid #0372ac;
}

.table td,
.table th {
  border-top: 1px solid #0372ac;
}

.table thead th {
  border-bottom: 2px solid #0372ac;
  background: #e6f6ff;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #0372ac;
}
/*table-style*/

.rich-content .table-style td,
div[class^="root-page-"] .rich-content .table-style p {
  font-size: 18px;
}

.table-style tr:hover {
  background: #dbdada2e;
}

.table-style thead th {
  vertical-align: top;
  font-size: 18px;
  background: #15274a;
  color: white;
  padding: 1rem;
}
.table-style {
  border: 1px solid #0372ac;
  border-radius: 1rem;
  /*overflow: hidden;*/
  outline: 1px solid #0372ac;
  font-size: 18px;
}
/**/

legend {
  font-size: 1rem;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

@media (min-width: 1600px) {
  .container {
    min-width: 1540px;
  }
}

/* Template * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body {
  margin: 0;
  padding: 0;
  background: #fff;
}

/* Toggle Navigation Button */
a.toggle-nav {
  display: none;
}

@media (max-width: 991px) {
  a.toggle-nav {
    position: absolute;
    top: 32px;
    left: 30px;
    width: 40px;
    height: 40px;
    background: #333;
    color: #fff;
    display: block;
    padding: 0.6rem;
    text-align: center;
    border-radius: 50%;
  }

  a.toggle-nav em {
    font-size: 18px;
  }
}

/* Footer */
.footer {
  padding: 1.5rem 0;
}

.footer p {
  margin: 0;
}

/* Breadcrumbs */
.breadcrumbs {
  flex-basis: 47%;
}

header .breadcrumbs a {
  font-size: 20px;
  color: #5c5c5c;
  color: inherit;
}

header .breadcrumbs a ul > li:after {
  font-size: 24px;
  color: #5c5c5c;
}

.breadcrumbs ul > li {
  display: inline-block;
}

@media (max-width: 1690px) {
  .table.table-minify-on-tablet *,
  div[class^="root-page-"] .rich-content:has(.table-minify-on-tablet) p {
    font-size: 1rem;
    padding: 0.3rem;
  }

  .table.table-minify-on-tablet td {
    background-color: #fff;
  }

  /*.rich-content:has(.table-minify-on-tablet) {
    padding: 60px 125px 60px 50px;
  }*/
}

@media (max-width: 1280px) {
  .table.table-minify-on-tablet *,
  div[class^="root-page-"] .rich-content:has(.table-minify-on-tablet) p {
    font-size: 0.9rem;
    padding: 0.15rem;
  }
}

@media (max-width: 1440px) {
  header .breadcrumbs a {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  header .breadcrumbs a {
    font-size: 1rem;
  }
}

@media (max-width: 1100px) {
  .breadcrumbs ul > li {
    display: inline;
  }

  header .breadcrumbs a {
    font-size: 12px;
  }
}
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-right: 0.7rem;
}

.breadcrumbs ul > li:after {
  font-family: "FontAwesome";
  content: "\f104";
  padding: 0 5px;
  display: inline-block;
}

.breadcrumbs ul > li:last-child:after {
  content: "";
  padding: 0;
}

/* bNagish */
.bNagish-toggle {
  bottom: auto;
  bottom: 36px;
  left: -2px;
  width: 40px;
  height: 40px;
  background: #15274a;
  color: #fff;
  border-radius: 0;
  border: 2px solid #fff;
}

.bNagish-toggle em {
  font-size: 18px;
}

.bNagish-toggle:hover .text,
.bNagish-toggle:focus .text {
  padding: 3px;
  border-radius: 30px;
}
.bNagish-toggle .fa {
  color: #fff;
}
.bNagish-toggle .fa {
  color: #fff;
  display: block;
  align-content: center;
  width: 40px;
  height: 36px;
}
.bNagish-toggle:hover .fa,
.bNagish-toggle:focus .fa {
  color: #000;
}
.bnagish-toggle .fa-wheelchair:before {
  color: #fff;
}
@media (max-width: 991px) {
  .bNagish-toggle {
    top: auto;
    bottom: 79px;
    left: -2px;
  }
}

/* Skip Ads * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.skip-ad {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.skip-ad .skip-ad-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  position: relative;
}

.skip-ad .skip-ad-content {
  position: relative;
}

.skip-ad .skip-ad-content .msg {
  background: #fff;
  padding: 30px;
}

.skip-ad img {
  max-width: 100%;
  max-height: 50vh;
  display: block;
  margin: 0 auto;
  border-radius: 3rem;
}

.skip-ad .skip-ad-close {
  position: absolute;
  top: 0;
  left: -30px;
  width: 100%;
  text-align: left;
  color: #000;
  z-index: 9;
}

.skip-ad #close-skip-ad {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3rem;
  background: #fff;
  color: #000;
  border: 2px solid #000;
}

.skip-ad #close-skip-ad:focus,
.skip-ad #close-skip-ad:hover {
  background: #000;
  color: #fff;
  border: 2px solid #fff;
}

/* Mobile Navigation  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.mobile-navigation {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  background: #f1f1f1;
  z-index: 9999999;
  transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  visibility: hidden;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.mobile-navigation.open {
  left: 0;
  visibility: visible;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.mobile-navigation .content {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
}

.mobile-navigation .content .head {
  width: 100%;
  text-align: left;
  margin-bottom: -1rem;
}

.mobile-navigation .content .head .button {
  padding: 10px 15px;
  background: #333;
  color: #fff;
  border: 0;
  font-size: 20px;
  margin: 1rem;
}

.mobile-navigation nav {
  margin: 1rem;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.mobile-navigation nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-navigation nav a {
  color: inherit;
}

.mobile-navigation nav a.on,
.mobile-navigation nav li.on > span > a {
  font-weight: bold;
}

.mobile-navigation nav button {
  display: none;
}

.mobile-navigation nav ul ul {
  display: none;
}

.mobile-navigation nav li {
  border-bottom: 1px solid #ddd;
}

.mobile-navigation nav li > span {
  display: block;
  position: relative;
}

.mobile-navigation nav ul ul {
  background: rgba(0, 0, 0, 0.02);
}

.mobile-navigation nav button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.mobile-navigation nav a {
  display: block;
  padding: 15px;
  margin-right: 48px;
}

.mobile-navigation nav .toggle-sub-menu {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  overflow: hidden;
  padding: 0 15px;
  background: none;
  border: 0;
  background: rgba(0, 0, 0, 0.02);
  color: inherit;
  font-family: "FontAwesome";
  font-style: normal;
}

.mobile-navigation nav .toggle-sub-menu:after {
  content: "\f053";
}

.mobile-navigation nav .toggle-sub-menu:after {
  content: "\f053";
}

.mobile-navigation nav .toggle-sub-menu.opened:after {
  content: "\f078";
}

.mobile-navigation nav .toggle-sub-menu.no-sub-menu:after {
  content: "\f111";
  font-size: 80%;
}

.mobile-navigation nav .toggle-sub-menu.external-link:after {
  content: "\f08e";
}

.mobile-navigation-search {
  position: relative;
  margin: 1rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.mobile-navigation-search input {
  display: block;
  width: 100%;
  padding: 1rem;
  background: #fff;
  border: 0;
}

.mobile-navigation-search button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: none;
  border: 0;
  padding: 0 1rem;
}

.mobile-navigation {
  background: rgba(43, 43, 43, 0.9);
  border-right: 2px solid #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.mobile-navigation .content .head .button {
  background: #fff;
  color: rgb(43, 43, 43);
}
a.icon.eng {
  display: flex;
  justify-content: center;
  font-size: 24px;
}
a.icon.eng em {
  font-style: normal;
  text-style: normal;
  font-weight: normal;
  color: #fff;
}
a.icon.eng:hover em {
  font-weight: bold;
}
/* mobile */
span.eng.black {
  font-size: 24px;
  font-weight: bold;
}
/* Page * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Page Header */
.page-header {
  height: 500px;
  height: 620px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

@media (max-width: 991px) {
  .page-header {
    height: 500px;
  }
}
.page-header .page-title {
  font-size: 3.75rem;
}
/* Page Content */
.page-content {
  background: #fff;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .page-content {
    margin-top: -7.55rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 991px) {
  .page-content {
    margin: 0 -15px;
  }
}

.page-content-head {
  background: #6fb349;
  color: #fff;
  padding: 1.5rem;
  position: relative;
}

@media (max-width: 991px) {
  .page-content-head {
    padding: 1rem;
  }
}

.page-content-head h1 {
  margin: 0;
  font-weight: bold;
}

.page-content-head a {
  color: rgba(255, 255, 255, 0.8);
}

.page-content-head button {
  display: none;
}

@media (max-width: 991px) {
  .page-content-head button {
    display: block;
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
    left: 15px;
    bottom: 1rem;
    color: #fff;
    font-size: 2rem;
  }

  .page-content-head button em:before {
    content: "\f13a";
  }

  .page-content-head button.opened em:before {
    content: "\f139";
  }
}

.page-content-body {
  padding: 1.5rem;
  padding-right: 99px;
  min-height: 20rem;
}

@media (max-width: 991px) {
  .page-content-body {
    padding: 1rem;
  }
}

.page-content-nav {
  display: none;
}

@media (max-width: 991px) {
  .page-content-nav {
    display: block;
    margin: 2rem -15px;
    background-color: #fff;
  }
}

.page-content-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-content-nav ul > li {
  border-bottom: 1px solid #ddd;
}

.page-content-nav ul > li a {
  display: block;
}

/* Social Sharing Buttons */
.social-share {
  font-size: 16px;
  text-align: center;
}

.social-share .h6 {
  font-size: 1.3rem;
}

.social-share a {
  min-width: 40px;
  text-align: center;
  display: inline-block;
}

/* InPage Navigation */
.sub-pages-nav.outside {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.sub-pages-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 90%;
}
@media (max-width: 991px) {
  .sub-pages-nav ul {
    width: 100%;
  }
}
.sub-pages-nav ul ul {
  display: none;
}

.sub-pages-nav ul > li {
  width: 50%;
  float: right;
  position: relative;
  padding: 1rem;
}

@media (max-width: 768px) {
  .sub-pages-nav ul > li {
    width: 100%;
  }
}

.sub-pages-nav.with-icons ul > li {
  width: 25%;
}

@media (max-width: 768px) {
  .sub-pages-nav.with-icons ul > li {
    width: 50%;
  }
}

.sub-pages-nav a {
  display: block;
  color: inherit;
  border-right: 3px solid #0372ac;
  background: #f1f1f1;
  padding: 1rem;
  font-size: 1.3rem;
}

.sub-pages-nav.with-icons a {
  display: block;
  color: inherit;
  background: #fff;
  border: 1px solid #0372ac;
  color: #0056b3;
  padding: 1rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.1rem;
  height: 160px;
  position: relative;
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.13);
}

.sub-pages-nav.with-icons a:hover {
  transform: scale(1.1);
}

.sub-pages-nav.outside a {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sub-pages-nav .arrow {
  font-family: "FontAwesome";
  font-style: normal;
  color: #657177;
}

.sub-pages-nav .arrow:before {
  content: "\f104";
}

.sub-pages-nav.with-icons a .icon {
  height: 90px;
  margin-bottom: 0.5rem;
  display: block;
  position: relative;
}

.sub-pages-nav.with-icons a .icon img {
  max-width: 100%;
  max-height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

/* Mode Table Of Contents */
.toc-container {
  border: 1px solid #ddd;
  background: #f1f1f1;
  display: inline-block;
  padding: 0.5rem;
}

.toc-toggle a span {
  display: none;
}

.toc-toggle a:before {
  content: "הצג";
}

.toc-container.active .toc-toggle a:before {
  content: "הסתר";
}

.toc-expendable {
  display: none;
}

.toc-expendable ol {
  margin: 0;
  margin-top: 1rem;
}

/* InPage Style - Rich Content */
.rich-content h2,
.rich-content h3,
.rich-content h4,
.rich-content h5,
.rich-content h6 {
  margin-bottom: 1rem;
}

.rich-content h2 {
  color: #333;
}

.rich-content h3 {
  color: #333;
}

.rich-content h4 {
  color: #333;
}

.rich-content h5 {
  color: #333;
}

.rich-content h6 {
  color: #333;
}

.rich-content .contact-man {
  display: block;
  color: inherit;
  border-bottom: 3px solid #d8d8d8;
  background: #f1f1f1;
  padding: 1rem;
}

.rich-content .contact-man .contact-name {
  font-size: 1.5rem;
  font-weight: bold;
}
.contact-man .thumb-pic {
  max-height: 130px;
  object-fit: cover;
  object-position: top;
  width: 120px;
}
/* Media Prints * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Media Print */
@media print {
  .page-content {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .header,
  .blocks-skip,
  #bNagish,
  .mobile-navigation-container,
  .page-header,
  .social-share,
  .footer,
  .skip {
    display: none;
  }
}

/* Card * */
.card-header {
  background: #1d99d9;
  color: #fff;
}

.card-header h2 {
  color: inherit;
  margin: 0;
  font-size: 1.3rem;
}

.card-body {
  background: #f1f1f1;
}

/**/
/**/
.form-category-group {
  background: #f1f1f1;
  border-right: 3px solid #2d55aa;
  padding: 0.75rem;
  margin-bottom: 1.5rem;
}

.form-category-group .form-category-group {
  background: #fff;
}

.form-category-group a {
  color: inherit;
}

.form-category-group .tofes-link {
  display: inline-block;
  padding: 0.1rem 0.6rem;
  border-radius: 2rem;
  border: 1px solid #ddd;
  background: #fff;
  margin-left: 0.5rem;
  margin-bottom: 0.8rem;
}

/**/
.page-event-promo {
  display: block;
  padding: 1rem;
  color: #000;
  margin: 15px 0;
  background: #f1f1f1;
  border-bottom: 3px solid #d8d8d8;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.page-event-promo:hover,
.page-event-promo:focus {
  text-decoration: none;
  color: #fff;
  transform: scale(1.1);
  background: #0c97ff;
  border-bottom: 3px solid #2d55aa;
}

.page-event-promo h3 {
  height: 4.5rem;
  font-size: 1.2rem;
  color: #2d55aa;
  overflow: hidden;
}

.page-event-promo:hover h3,
.page-event-promo:focus h3 {
  color: #fff;
}

.page-event-promo .date {
  background: #199cff;
  color: #fff;
  padding: 0 5px;
  border-radius: 2rem;
}

.page-event-promo:hover .date,
.page-event-promo:focus .date {
  color: #199cff;
  background: #fff;
}

.page-events .more {
  text-align: left;
}

/**/
/**/
.page-phonebook-category {
  margin: 15px 0;
  transition: 0.5s;
  border: 1px solid #e2e6ef;
  border-radius: 20px;
}

.page-phonebook-category-title h3 {
  color: #0372ac;
  background: #fff;
  margin: 0;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  transition: 0.5s;
  cursor: pointer;
}

.page-phonebook-category-title h3:before {
  content: "\f196";
  font-family: "FontAwesome";
  padding-left: 0.5rem;
}

.page-phonebook-category.opened .page-phonebook-category-title h3:before {
  content: "\f147";
  font-family: "FontAwesome";
  padding-left: 0.5rem;
}

.page-phonebook-category-title h3:hover,
.page-phonebook-category.opened .page-phonebook-category-title h3 {
  background-color: #0372ac;
  color: #fff;
}

.page-phonebook-category-body {
  display: none;
  background-color: #fff;
  border: 1px solid #0372ac;
}

.page-phonebook-category.opened .page-phonebook-category-body {
  display: block;
  padding: 1rem;
}

.page-phonebook .phonebook h2 {
  border-bottom: 1px solid #ddd;
  color: #0372ac;
  padding: 10px 0;
  font-size: 1.2em;
  margin: 0;
}

.page-phonebook .phonebook.active > h2 {
  padding: 10px;
}

.page-phonebook .phonebook h2 a {
  color: inherit;
}

.page-phonebook .phonebook.active {
  margin-bottom: 15px;
  border: 1px solid #0372ac;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.page-phonebook .phonebook.active > h2 {
  background: #0372ac;
  color: #fff;
}

.page-phonebook .phonebook > h2 > a > em:before {
  content: "\f137";
}

.page-phonebook .phonebook.active > h2 > a > em:before {
  content: "\f13a";
}

.page-phonebook .phonebook .info {
  background: #f1f1f1;
  padding: 15px;
}

.page-phonebook .phonebook .info:focus {
  outline: 0;
}

.page-phonebook .phonebook .info p {
  margin: 0 0 20px 0;
}

.page-phonebook .member {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.page-phonebook .pic {
  float: right;
  margin-left: 10px;
}

.page-phonebook .pic img {
  display: block;
  max-width: 100px;
}

.page-phonebook .fa-stack {
  font-size: 100%;
}

.page-phonebook .phone .fa-stack {
  color: #15274a;
}

.page-phonebook .mobile .fa-stack {
  color: #6eb343;
}

.page-phonebook .email .fa-stack {
  color: #15274a;
}

.page-phonebook .fax .fa-stack {
  color: #6eb343;
}

.page-phonebook .fa-mobile {
  font-size: 130%;
}

.page-phonebook .fa-envelope {
  font-size: 90%;
}

.page-phonebook .fa-fax {
  font-size: 90%;
}

.page-phonebook .contact-info {
  float: right;
}

@media (min-width: 768px) {
  .page-phonebook .contact-info {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .page-phonebook .contact-info {
    margin-left: 5px;
  }
}

.page-phonebook .contact-info a {
  color: inherit;
}

header {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  height: 80px;
  align-items: center;
  z-index: 9991;
  transition: all 0.2s ease-in-out;
}

header.sticky {
  position: fixed;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
header.sticky > .breadcrumbs * {
  color: #000;
}
.button.dropdown {
  color: #fff!important;
}

header.sticky .button.dropdown {
  color: #000;
}

header.sticky > .button.dropdown::before {
  background-image: url("./images/icons/Icon ionic-ios-arrow-down.svg");
  transform: rotate(-90deg);
}

header.sticky > #logo-mobile img {
  width: 150px;
  height: auto;
  content: url("images/logo-footer.png?v=2");
}
header.sticky > .mobile-buttons > .navigation,
header.sticky > .mobile-buttons > .search {
  filter: brightness(0);
}

@media (min-width: 990px) {
  header {
    padding-right: 122px;
  }

  header #logo-mobile {
    display: none;
  }
}

@media (max-width: 990px) {
  header {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  header #logo2 {
    display: none;
  }

  header #logo-mobile {
    flex-basis: 30%;
  }

  header .mobile-buttons,
  header .navigation-fixed > div:not(.nav) {
    flex-basis: 25%;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
  }

  header .mobile-buttons span,
  header .navigation-fixed > div:not(.nav) span {
    display: block;
    background-size: cover;
    background-position: center;
  }

  header .mobile-buttons > .search,
  header .navigation-fixed > div:not(.nav) > .search {
    background-image: url("images/icons/search-mobile-white.svg");
    height: 29px;
    width: 29px;
  }

  header .mobile-buttons > .search.black,
  header .navigation-fixed > div:not(.nav) > .search.black {
    background-image: url("images/icons/Icon feather-search.svg");
    position: relative;
    top: -2px;
    right: -26px;
  }

  header .mobile-buttons span.navigation {
    height: 30px;
    width: 40px;
  }

  header .mobile-buttons > .navigation,
  header .navigation-fixed > div:not(.nav) > .navigation {
    background-image: url("images/icons/mobile-nav-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }

  header .mobile-buttons > .navigation.black,
  header .navigation-fixed > div:not(.nav) > .navigation.black {
    background-image: url("images/icons/navbar-black.svg");
  }
}

@media (min-width: 990px) {
  header.fixed {
    position: fixed;
    background-color: #fff;
    z-index: 999999;
  }

  header.fixed .button:not(.fill) {
    color: #000;
  }
  header.fixed .button:not(.fill).dropdown::before {
    /* Safari/Chrome */
    filter: invert(100%);
  }
}
header .button:not(.dropdown) {
  margin-right: 25px;
  color: #fff;
}

header .button.fill:hover {
  color: #fff;
}

@media (min-width: 990px) {
  header #logo2 {
    margin-left: 30px;
    margin-right: 66px;
    top: 8px;
    position: relative;
  }
}

header #logo2 img {
  height: 135px;
  width: auto;
}

@media (max-width: 990px) {
  header #logo2 img {
    height: 59px;
  }
}

@media (max-width: 990px) {
  header .button {
    display: none;
  }
}

.side_modal {
  position: fixed;
  right: 122px;
  top: 0px;
  height: 100%;
  z-index: 9999;
  display: flex;
  width: 100%;
  background-color: hsla(0, 0%, 0%, 0.6);
  display: none;
}

.side_modal#navigation.open {
  display: flex !important;
}

.side_modal#navigation a {
  color: #000;
  text-decoration: none;
  font-size: 2.5rem;
  font-weight: 400;
  font-weight: bold;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
  .side_modal#navigation a {
    font-size: 1.875rem;
  }
}
.side_modal#navigation > div {
  padding: 125px 35px 0 35px;
}

.side_modal#navigation > div > ul {
  padding: 0px;
  list-style: none;
}

.side_modal#navigation > div > ul > li {
  line-height: 59px;
  position: relative;
  margin-bottom: 34px;
}

.side_modal#navigation > div > ul > li > span a:after {
  content: "";
  background-image: url("./images/icons/Icon ionic-ios-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  display: inline-block;
  height: 20px;
  width: 20px;
  transition: 0.5s ease-in-out;
  transform: rotate(0deg);
}

.side_modal#navigation > div > ul > li.open > span a:after {
  transform: rotate(-90deg);
}
.side_modal#navigation > div > ul > li > ul {
  display: none;
}
.side_modal#navigation > div > ul > li.open > ul {
  max-height: 1500px;
  transition: all 0.5s ease-in-out;
  display: block;
}

.side_modal#navigation > div > ul > li > ul {
  overflow: hidden;
  max-height: 0px;
  list-style: none;
  padding: 0px;
}

.side_modal#navigation > div > ul > li > ul > li {
  font-size: 26px;
  line-height: 38px;
  margin: 20px 0;
}

.side_modal#navigation > div > ul > li > ul > li a {
  font-weight: 200;
  font-size: 26px;
}

.side_modal#navigation > div > ul > li > ul > li a.on {
  font-weight: bold;
}
.side_modal#navigation > div > ul > li > ul > li:hover span {
  border-bottom: 0.5px solid #f5821f;
}

.side_modal > .content {
  padding: 50px;
}

.side_modal > .content::-webkit-scrollbar {
  width: 10px;
}

.side_modal > .content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.side_modal > .content::-webkit-scrollbar-thumb {
  background: #acacac;
}

.side_modal > .content > h3 {
  font-size: 40px;
}

.side_modal > .content.moatza .button {
  width: 100%;
  border-color: hwb(0deg 0% 100%/70%);
  color: #000;
  margin: 36px auto;
  height: 82px;
  line-height: 1.1;
  padding: 0 50px;
}

.side_modal > .content.moatza .button:hover {
  /* justify-content: center; */
}
.side_modal > .content.events > h3 {
  margin-bottom: 38px;
}

.side_modal > .content.events > .events_side_items {
  position: relative;
}

.side_modal > .content.events > .events_side_items::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  right: 0px;
  top: 0px;
  background-color: #aaaaaa;
}

.side_modal > .content.events > .events_side_items > .event {
  display: flex;
  gap: 43px;
  padding-right: 32px;
  padding-top: 5px;
  margin-bottom: 80px;
  position: relative;
}
.side_modal
  > .content.events
  > .events_side_items
  > .event:hover
  .date_time
  > .date
  > div:last-child,
.side_modal
  > .content.events
  > .events_side_items
  > .event:hover
  .date_time
  > .time {
  font-weight: 300 !important;
}
.side_modal > .content.events > .events_side_items > .event::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: #6eb343;
  top: 5px;
  right: 0px;
  transform: translate(50%, 0);
}

.side_modal > .content.events > .events_side_items > .event > .date_time {
  text-align: center;
}

.side_modal
  > .content.events
  > .events_side_items
  > .event
  > .date_time
  > .date
  > div:first-child {
  font-size: 62px;
  line-height: 1.1;
}

.side_modal
  > .content.events
  > .events_side_items
  > .event
  > .date_time
  > .date
  > div:last-child {
  font-size: 24px;
  line-height: 1.6;
}

.side_modal
  > .content.events
  > .events_side_items
  > .event
  > .date_time
  > .time {
  border-top: 1px solid #6eb343;
  font-size: 24px;
  line-height: 2;
}

.side_modal > .content.events > .events_side_items > .event > .text {
  font-size: 28px;
  line-height: 38px;
}

.side_modal
  > .content.events
  > .events_side_items
  > .event
  > .text
  > .category {
  font-size: 18px;
  line-height: 30px;
}

.side_modal > .content.events > .events_side_items > .event > .text > .title {
  margin-bottom: 8px;
  font-weight: bold;
}

.side_modal > .content.events > .events_side_items > .event > .text > .button {
  width: max-content;
  font-size: 20px;
  line-height: 29px;
  color: #000;
  padding: 0 20px;
}

.side_modal
  > .content.events
  > .events_side_items
  > .event
  > .text
  > .button::after {
  margin-right: 12px;
}
.side_modal
  > .content.events
  > .events_side_items
  > .event
  > .text
  > .button:hover::after {
  margin-right: 15px;
}

.side_modal
  > .content.events
  > .events_side_items
  > .event
  > .text
  > .button:hover::after {
}
.side_modal > .content.side_news > .item {
  padding: 30px 0;
  border-bottom: 2px #d3d3d3 solid;
}
.side_modal > .content.side_news > .item:hover .title {
  font-weight: 600;
}

.side_modal > .content.side_news > div.item:nth-last-child(2) {
  border-bottom: none;
}

.side_modal > .content.side_news > div:not(.item) {
  border: none;
}

.side_modal > .content.side_news > div:not(.item) a:hover {
  font-weight: 500;
}
.side_modal > .content.side_news > .item > div {
  margin-bottom: 10px;
}

.side_modal > .content.side_news > .item > .date {
  font-size: 20px;
  line-height: 36px;
  color: #525252;
}

.side_modal > .content.side_news > .item > .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

.side_modal > .content.side_news > .item > a {
  font-size: 22px;
  color: #000;
  text-decoration: none;
  position: relative;
}

.side_modal > .content.side_news > .item > a::after {
  position: absolute;
  margin-right: 10px;
}

.side_modal > .content.side_news > div:not(.item) {
  display: flex;
  gap: 10%;
}

.side_modal > .content.side_news > div:not(.item) > a {
  flex-basis: 45%;
  font-size: 1.145rem;
}

.side_modal > div {
  width: 450px;
  background-color: white;
  transition: all 0.5s ease-in-out;
  max-height: 100%;
  overflow-y: auto;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
  .side_modal > div {
    width: 350px;
  }
}
.side_modal > div.open {
  padding: 50px 52px 50px 20px;
}

.button {
  width: fit-content;
  height: 55px;
  border: 1px solid #f5821f;
  color: inherit;
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 22px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 2px;
  position: relative;
  padding: 0 20px;
  /*padding-left: 60px;
padding-right: 20px;*/
  text-align: right;
}

.button.line_after {
  padding-left: 60px;
  padding-right: 20px;
}
.button:hover {
  color: inherit;
  text-decoration: none;
}
.button.line_after:hover {
  padding-left: 80px;
}
.button.dropdown {
  min-width: 140px;
  justify-content: center;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.button.dropdown:hover,
.button.dropdown:focus,
.button.dropdown:focus-within {
  height: 65px;
  margin-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}
.button.dropdown:hover::before,
.button.dropdown:focus::before,
.button.dropdown:focus-within::before {
  content: "";
  height: 17px;
  width: 9px;
  background-image: url(images/icons/arrow-down.svg);
  position: absolute;
  bottom: 0px;
  left: 50%;
  background-size: cover;
  transform: translate(-50%, 0) rotate(90deg);
}

.button.dropdown > .dropdown-items {
  /* visibility: hidden; */
  position: absolute;
  padding-top: 1%;
  top: 100%;
  width: 367px;
  opacity: 0;
  height: 0;
  pointer-events: none;
  transition: all 0.5s linear;
}

.button.dropdown:hover > .dropdown-items,
.button.dropdown:focus > .dropdown-items,
.button.dropdown:focus-within > .dropdown-items {
  /* visibility: visible; */
  opacity: 1;
  height: 100%;
  pointer-events: all;
}
.button.dropdown > .dropdown-items > div {
  display: flex;
  background: #fff;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 6px;
}

.button.dropdown > .dropdown-items > div a {
  text-align: center;
  color: #000;
  font-size: 20px;
  height: 65px;
  background-color: #f4f4f4;
  width: 100%;
  text-decoration: none;
  transition: none;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button.dropdown > .dropdown-items > div a:hover {
  background-color: #6eb343;
  color: #011241;
}

.button.dropdown > .dropdown-items > div a::after {
  content: "";
  position: absolute;
  width: 306px;
  height: 1px;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: hsla(28, 91%, 54%, 0.3);
}

.button.fill {
  background-color: #f5821f!important;
  color: #fff;
}
.button.fill:hover,
.button.fill:focus,
.button.fill:focus-within {
  background-color: #181818;
}
.side_navigation {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0px;
  top: 0px;
  height: 100vh;
  width: 122px;
  background-color: #15274a;
  z-index: 999999;
  z-index: 9991;
}

.side_navigation + .page-header:not([class*="gen"]) h1 {
  margin-inline: 122px;
}
@media (max-width: 990px) {
  .side_navigation {
    display: none;
  }
  .side_navigation + .page-header:not([class*="gen"]) h1 {
    margin-inline: auto;
  }
}
.side_navigation .nav_button {
  background: #6eb343 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2588235294);
  width: 100%;
  min-height: 99px;
  height: 101px;
  border-radius: 0px 0px 20px 20px;
  color: var(--dblue);
  /* text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3019607843); */
  font-size: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.side_navigation .nav_button > .hamburger {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 24px;
  width: 33px;
}
.hamburger + div {
  margin-top: 10px;
  line-height: 1;
}
.side_navigation .nav_button > .hamburger > div {
  transition: 0.5s all ease-in-out;
  transform: rotate(0deg);
  position: relative;
  height: 4px;
  background-color: var(--dblue);
  border-radius: 10px;
}

.side_navigation .nav_button > .hamburger > div:nth-child(1) {
  width: 33px;
}

.side_navigation .nav_button > .hamburger > div:nth-child(2) {
  width: 29px;
  opacity: 1;
}

.side_navigation .nav_button > .hamburger > div:nth-child(3) {
  width: 18px;
}

.side_navigation .nav_button.open > .hamburger {
  position: relative;
}

.side_navigation .nav_button.open > .hamburger > div {
  width: 33px;
  transform-origin: 40% 50%;
}

.side_navigation .nav_button.open > .hamburger > div:nth-child(1) {
  transform: rotate(-45deg);
  position: relative;
  top: 50%;
}

.side_navigation .nav_button.open > .hamburger > div:nth-child(2) {
  opacity: 0;
  height: 0px;
  display: none;
}

.side_navigation .nav_button.open > .hamburger > div:nth-child(3) {
  transform: rotate(45deg);
  position: relative;
  top: -50%;
}

.side_navigation .buttons_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 100%;
}

.side_navigation .buttons_wrap .group_buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.side_navigation .buttons_wrap .group_buttons .icon.share {
  position: relative;
  cursor: pointer;
  z-index: 999;
  display: none;
}

.side_navigation .buttons_wrap .group_buttons .icon.share:hover > div {
  opacity: 1;
  visibility: visible;
}

.side_navigation .buttons_wrap .group_buttons .icon.share > div {
  transition: 0.5s all ease-in-out;
  width: 200%;
  left: -200%;
  opacity: 0;
  visibility: hidden;
  padding: 10px;
  z-index: 9;
  height: 60%;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  justify-content: space-between;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.side_navigation .buttons_wrap .group_buttons .icon.share > div a {
  height: 30px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-blend-mode: saturation;
}

.side_navigation .buttons_wrap .group_buttons > div {
  padding: 0 22px;
  width: 100%;
}

.side_navigation .buttons_wrap .group_buttons > div:hover > .side_modal {
  display: flex;
  animation-name: fadeAnimation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.side_navigation .buttons_wrap .group_buttons > div > a,
.side_navigation .buttons_wrap .group_buttons > div > button {
  display: block;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3019607843);
  line-height: 26px;
}
.side_navigation .buttons_wrap .group_buttons > div > a span,
.side_navigation .buttons_wrap .group_buttons > div > button span {
  display: block;
  background-position: center;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 5px;
}

.side_navigation .buttons_wrap .group_buttons > div:not(:last-child) > a {
  border-bottom: 1px solid #0063a5;
}

.side_navigation .buttons_wrap .group_buttons > .icon {
  height: 24px;
  width: 100%;
  box-sizing: content-box;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 0;
}

.side_navigation .buttons_wrap .group_buttons > .icon.search {
  background-image: url("images/icons/Icon feather-search-white.svg");
}

.side_navigation .buttons_wrap .group_buttons > .icon.share {
  background-image: url("images/icons/Icon material-share.svg");
}
.side_navigation a.icon.search {
  position: relative;
}

.side_navigation a.icon.search::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 50%;
  background-color: #0063a5;
  left: 50%;
  transform: translateX(-50%);
}
.ui-autocomplete {
  position: fixed;
  z-index: 999999999999;
  font-size: 1.2rem;
}

footer {
  width: 100%;
}

footer > div:first-child {
  padding: 84px 15% 104px 10%;
  height: 345px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  font-size: 20px;
  overflow: auto;
}

footer > div:first-child > div {
  position: relative;
  flex-basis: 20%;
  z-index: 99;
}

@media (min-width: 990px) {
  footer > div:first-child > .navigation > div::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    height: 60%;
    transform: translate(0, -50%);
    width: 1px;
    background-color: #70b147;
    z-index: -1;
    z-index: -1;
  }

  footer > div:first-child > .navigation > div::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 60%;
    transform: translate(0, -50%);
    width: 1px;
    background-color: #70b147;
    z-index: -1;
  }
}
footer > div:first-child > div.logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer > div:first-child > div.navigation a {
  color: #000;
  font-size: 20px;
  margin: 5px 0;
  margin-inline-end: 60px;
}
footer > div:first-child > div.logo > div {
  font-size: 18px;
}

footer > div:first-child > div.logo img {
  height: auto;
  width: 204px;
}

footer > div:first-child > div.navigation > div {
  height: 100%;
  padding: 0 110px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 90%;
  position: relative;
}

footer > div:first-child > div.navigation > div > h5 {
  display: none;
}

footer > div:first-child > div.navigation > div > div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 90%;
}

footer > div:first-child > div.social {
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer > div:first-child > div.social > div:last-of-type {
  text-align: center;
  flex-basis: 5%;
}

footer > div:first-child > div.social > div:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-basis: 32%;
  align-items: center;
}

footer > div:first-child > div.social > div:first-of-type a {
  height: 30px;
  width: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-inline-end: 25px;
}

footer > div:first-child > div.social > div + div {
  font-weight: bold;
  display: flex;
  justify-content: center;
  margin-top: 0.7rem;
}

footer > div:first-child > div.social > div + div a {
  color: #000 !important;
  font-size: 1.6rem;
  font-weight: 800;
}

@media (max-width: 1700px) {
  footer > div:first-child > div.logo {
    padding-left: 3%;
  }

  footer > div:first-child {
    padding-right: 150px;
  }

  footer > div:first-child > .navigation > div::after {
    left: 30px;
  }

  /* footer > div:first-child > div.social a[title*="3358"] {
background-color: gray;
} */
  footer > div:first-child > div.social > div:first-of-type a {
    margin-inline-end: 1rem;
  }
}

@media (max-width: 1440px) {
  footer > div:first-child > div.logo {
    padding-left: 0;
  }

  footer > div:first-child > div.logo img {
    width: 175px;
  }

  footer > div:first-child > div.social {
    padding: 0;
  }

  footer > div:first-child > div.navigation a {
    margin-inline-end: 30px;
  }

  footer > div:first-child > div {
    flex-basis: 15%;
  }

  footer > div:first-child {
    padding-left: 1%;
  }

  footer > div:first-child > div.navigation > div {
    padding: 0 40px;
  }
}

@media (max-width: 1199px) {
  footer > div:first-child {
    align-items: center;
    height: auto;
  }

  footer > div:first-child {
    padding-block: 60px;
  }

  footer > div:first-child > .navigation > div::before,
  footer > div:first-child > .navigation > div::after {
    content: none;
  }

  footer > div:first-child {
    flex-direction: column;
  }

  footer > div:first-child > div {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1200px) {
  footer > div:first-child > div.navigation {
    /* flex-basis: 49%; */
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
  }

  footer > div:first-child > div.navigation > div {
    padding: 0 60px;
  }
}
@media (max-width: 990px) {
  footer > div:first-child {
    padding: 20px 2.5%;
    height: -moz-fit-content;
    height: fit-content;
  }
  footer > div:first-child > .navigation {
    display: none !important;
  }
  /* footer > div:first-child > .social*/
  footer > div:first-child > .logo {
    flex-basis: 100%;
  }

  footer > div:first-child > .logo img {
    display: block;
    margin: 30px auto;
  }

  footer > div:first-child > .logo div {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
}

footer > div:last-child {
  font-size: 16px;
  padding-top: 16.5px;
  padding-right: 85px;
  border-top: 1px solid #ededed;
  padding-bottom: 1rem;
  text-align: center;
  z-index: 991;
  position: relative;
  background: #fff;
}
@media (max-width: 1199px) {
  footer > div:last-child {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  footer > div:last-child {
    display: flex;
    justify-content: space-around;
  }
  footer > div:last-child > div {
    flex-basis: 10;
  }
}
footer > div:last-child > div a {
  color: #000000;
  text-decoration: underline;
}

.primary-bg {
  background: rgb(19, 24, 46);
  background: linear-gradient(
    90deg,
    rgb(19, 24, 46) 0%,
    rgb(20, 48, 94) 50%,
    rgb(16, 55, 111) 100%
  );
  color: #fff;
}

.line_after::after {
  content: "   ";
  text-decoration: line-through;
  transition: all 0.5s ease-in;
  transform: scaleX(1) translate(0%, 0);
}

.line_after:hover::after {
  color: #f5821f;
  transform: scaleX(2);
  transform-origin: right;
  margin-right: 30px;
}

li .line_after:hover::after {
  transform: scaleX(2) translateY(-50%);
}
.butterfly-button {
  width: 50px !important;
  bottom: 10px !important;
  left: 10px !important;
  right: auto !important;
}

#events {
  position: relative;
}

#events h3 {
  color: #fff;
}

#events .button {
  width: -moz-max-content;
  width: max-content;
  padding: 0 40px;
  margin-top: 80px;
}

@media (max-width: 990px) {
  #events .button {
    margin: 60px 40px 0 auto;
  }
}

#events .button:hover {
  color: #fff;
}

#events .button::after {
  margin-right: 15px;
}
#events .button:hover::after {
  margin-left: 30px;
}
#events .events_items {
  width: 100%;
  position: relative;
}

#events .events_items .arrow {
  background-image: url(images/icons/arrow-down.svg);
  width: 16px;
  height: 28px;
  background-position: center;
  background-size: cover;
  display: block;
  position: absolute;
  top: 36.5%;
  cursor: pointer;
}

@media (max-width: 990px) {
  #events .events_items .arrow {
    display: none;
  }
}

#events .events_items .arrow.next {
  left: 0;
  transform: rotate(180deg) translateX(200%);
}

#events .events_items .arrow.prev {
  display: none;
  opacity: 0;
  transform: translateX(200%);
}

#events .events_items > .wrap_items {
  overflow: hidden;
}

@media (max-width: 990px) {
  #events .events_items > .wrap_items {
    overflow-x: scroll;
  }
}

#events .events_items > .wrap_items > div {
  transition: all 0.5s linear;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
  height: 465px;
  padding-right: 20px;
  right: 0px;
}

@media (max-width: 990px) {
  #events .events_items > .wrap_items > div {
    height: auto;
    margin-right: 37px;
  }
}

#events .events_items > .wrap_items > div::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  height: 2px;
  background-color: #fff;
  width: 100%;
  transform: translate(0, -50%);
}

@media (max-width: 990px) {
  #events .events_items > .wrap_items > div::before {
    top: 40%;
    top: 150px;
  }
}

#events .events_items > .wrap_items > div > div {
  width: 255px;
  height: 100%;
  position: relative;
  margin-left: 116px;
  color: #fff;
  z-index: 99;
  cursor: pointer;
}

@media (max-width: 990px) {
  #events .events_items > .wrap_items > div > div {
    width: 50vw;
  }
}

#events .events_items > .wrap_items > div > div::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 20px;
  height: 20px;
  background-color: #6eb343;
  transform: translate(0, -50%);
  border-radius: 50px;
}

@media (max-width: 990px) {
  #events .events_items > .wrap_items > div > div::before {
    top: 150px;
  }
}

#events .events_items > .wrap_items > div > div:hover .image {
  opacity: 0.26;
  width: 130%;
}

#events .events_items > .wrap_items > div > div:hover .date {
  font-weight: 400;
}

#events .events_items > .wrap_items > div > div:hover .date > span {
  font-weight: bold;
}

#events .events_items > .wrap_items > div > div:hover .time {
  font-weight: 400;
}
#events .events_items > .wrap_items > div > div .title {
  display: block;
  color: #fff;
}
#events .events_items > .wrap_items > div > div:hover .title {
  font-weight: bold;
}

#events .events_items > .wrap_items > div > div:hover .read_more {
  font-weight: 400;
}

#events .events_items > .wrap_items > div > div .image {
  transition: all 0.5s linear;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: -1;
  left: -20%;
  background-position: center;
  background-size: cover;
}

#events .events_items > .wrap_items > div > div .date {
  width: 96px;
  height: 125px;
  font-size: 26px;
  font-weight: 100;
  padding-top: 20px;
  margin-bottom: 150px;
  font-weight: 100;
}

@media (max-width: 990px) {
  #events .events_items > .wrap_items > div > div .date {
    margin-top: 20px;
    /*margin-bottom: 47px;*/
  }
}

#events .events_items > .wrap_items > div > div .date span {
  display: block;
  width: 100%;
  font-size: 80px;
  line-height: 70px;
  font-weight: 400;
}

@media (max-width: 990px) {
  #events .events_items > .wrap_items > div > div .date span {
    font-size: 67px;
    line-height: 49px;
  }
}

#events .events_items > .wrap_items > div > div .time {
  width: 68px;
  height: 41px;
  font-size: 26px;
  margin-bottom: 17px;
  font-weight: 100;
}
@media (max-width: 991px) {
  #events .events_items > .wrap_items > div > div .time {
    margin-top: -17px;
    height: 31px;
  }
}
#events .events_items > .wrap_items > div > div .title {
  font-size: 26px;
  line-height: 36px;
  width: 100%;
  font-weight: 400;
  margin-bottom: 16px;
  max-height: 77px;
  overflow: hidden;
}

#events .events_items > .wrap_items > div > div .read_more {
  transition: none;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  position: relative;
  font-weight: 100;
}

#events .events_items > .wrap_items > div > div .read_more::after {
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: -25px;
}

@media (max-width: 990px) {
  section#events {
    min-height: 90vh;
  }
  #events {
    padding: 60px 0px;
    height: auto;
  }

  #events h3 {
    font-size: 45px;
    line-height: 66px;
    text-align: right;
    padding-right: 40px;
  }
}

#news .items,
#page-news .items {
  display: flex;
  flex-wrap: wrap;
  gap: 33px;
  margin-bottom: 41px;
}

@media (max-width: 990px) {
  #news .items,
  #page-news .items {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
  }
}

#news .items > .b-20,
#page-news .items > .b-20 {
  flex-basis: calc(20% - 41px);
  flex-grow: 1;
}

@media (max-width: 990px) {
  #news .items > .b-20,
  #page-news .items > .b-20 {
    flex-basis: 100%;
    height: auto !important;
  }
}

#news .items > .b-25,
#page-news .items > .b-25 {
  flex-basis: calc(25% - 41px);
  flex-grow: 1;
}

@media (max-width: 990px) {
  #news .items > .b-25,
  #page-news .items > .b-25 {
    flex-basis: 100%;
    height: auto !important;
  }
}

#news .items > .b-50,
#page-news .items > .b-50 {
  flex-basis: calc(50% - 41px);
  flex-grow: 1;
}

@media (max-width: 990px) {
  #news .items > .b-50,
  #page-news .items > .b-50 {
    flex-basis: 100%;
    height: auto !important;
  }
}

#news .items > .b-75,
#page-news .items > .b-75 {
  flex-basis: calc(75% - 41px);
  flex-grow: 1;
}

@media (max-width: 990px) {
  #news .items > .b-75,
  #page-news .items > .b-75 {
    flex-basis: 100%;
    height: auto !important;
  }
}

#news .items > .b-100,
#page-news .items > .b-100 {
  flex-basis: calc(100% - 41px);
  flex-grow: 1;
}

@media (max-width: 990px) {
  #news .items > .b-100,
  #page-news .items > .b-100 {
    flex-basis: 100%;
    height: auto !important;
  }
}

#news .items a,
#page-news .items a {
  text-decoration: none;
  border-radius: 3px;
  overflow: hidden;
  border-top: 2px solid #f5821f;
}

a[role="listitem"][href="./1243/"] {
  font-weight: 700;
  border: 2px solid #65b550 !important;
}

@media (max-width: 990px) {
  #news .items a,
  #page-news .items a {
    flex-basis: 90%;
    margin: 0 auto 41px auto;
    text-align: center;
  }

  #news .items a .read_more,
  #page-news .items a .read_more {
    margin: 0 auto;
  }
}

#news .items a .image,
#page-news .items a .image {
  width: 100%;
}

#news .items a .image img,
#page-news .items a .image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-height: 208px;
}

#news .items a.ad,
#page-news .items a.ad {
  border-top: none;
}

#news .items a.ad img,
#page-news .items a.ad img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 990px) {
  #news .items a.ad,
  #page-news .items a.ad {
    display: none;
  }
}

#news .items a.text-on,
#page-news .items a.text-on {
  border-top: none;
  width: 100%;
  position: relative;
}

#news .items a.text-on.text-left .text,
#page-news .items a.text-on.text-left .text {
  left: 0px;
  padding: 29px 42px 0 0px;
  text-align: right;
}

@media (max-width: 990px) {
  #news .items a.text-on,
  #page-news .items a.text-on {
    flex-basis: 100%;
  }
}

#news .items a.text-on .image,
#page-news .items a.text-on .image {
  overflow: hidden;
  height: 100%;
}

#news .items a.text-on .image img,
#page-news .items a.text-on .image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

@media (max-width: 990px) {
  #news .items a.text-on .image img,
  #page-news .items a.text-on .image img {
    aspect-ratio: 1/1.5;
  }
}

#news .items a.text-on .text,
#page-news .items a.text-on .text {
  position: absolute;
  bottom: 0px;
  width: 431px;
  height: 176px;
  background-color: #fff;
  padding: 20px 4px 0 42px;
}

#news .items a.text-on .text .date,
#page-news .items a.text-on .text .date {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 10px;
}

#news .items a.text-on .text .title,
#page-news .items a.text-on .text .title {
  font-size: 26px;
  line-height: 39px;
  font-weight: bold;
  margin-bottom: 5px;
}

#news .items a.text-on .text .read_more,
#page-news .items a.text-on .text .read_more {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 10px;
}

@media (max-width: 990px) {
  #news .items a.text-on .text,
  #page-news .items a.text-on .text {
    width: 90%;
    right: 50%;
    height: auto;
    transform: translate(50%, 0px);
    padding: 20px;
  }

  #news .items a.text-on .text .title,
  #page-news .items a.text-on .text .title {
    font-size: 22px;
    line-height: 1;
  }

  #news .items a.text-on .text .date,
  #page-news .items a.text-on .text .date {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
  }

  #news .items a.text-on .text .read_more,
  #page-news .items a.text-on .text .read_more {
    font-size: 20px;
    line-height: 1;
    margin-top: 10px;
  }
}

#news .items a .text,
#page-news .items a .text {
  color: #000;
  margin-top: 24px;
}

@media (max-width: 990px) {
  #news .items a .text,
  #page-news .items a .text {
    margin-top: 20px;
  }
}

#news .items a .text .date,
#page-news .items a .text .date {
  color: #525252;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
}

#news .items a .text .title,
#news .items a .text .read_more,
#page-news .items a .text .title,
#page-news .items a .text .read_more {
  font-size: 20px;
}

#news .items a .text .read_more,
#page-news .items a .text .read_more {
  position: relative;
}

#news .items a .text .read_more::after,
#page-news .items a .text .read_more::after {
  position: absolute;
  margin-right: 12px;
}

#news .items a .text .title,
#page-news .items a .text .title {
  line-height: 30px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 990px) {
  #news .items a .text .title,
  #page-news .items a .text .title {
    margin: 10px 0;
  }
}

.page-sub-menu {
  padding: 80px 1.9%;
}

@media (max-width: 990px) {
  .page-sub-menu {
    padding: 84px 37px 101px 37px;
  }

  .page-sub-menu .button {
    margin: 84px auto 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
  }
}

@media (min-width: 990px) {
  .page-sub-menu .button {
    display: none;
  }
}

.page-sub-menu > h2 {
  color: #fff;
  font-size: 2.813rem;
  line-height: 70px;
  margin-bottom: 70px;
}

@media (max-width: 990px) {
  .page-sub-menu > h2 {
    font-size: 2.5rem;
    text-align: center;
  }
}

.page-sub-menu > .items {
  display: flex;
  flex-wrap: wrap;
  /* gap: 60px 88px; */
  width: 100%;
  margin: auto;
}

.page-sub-menu > .items a {
  flex-basis: calc(33.33% - 88px);
  /* flex-grow: 1; */
  height: 100px;
  font-size: 26px;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7019607843);
  border-radius: 3px;
  padding: 10px 20px;
  text-align: center;
  z-index: 9;
  position: relative;
  margin: 0 0 60px 88px;
  line-height: 1.25;
}

@media (max-width: 1600px) {
  .page-sub-menu > .items a {
    /* flex-basis: 33.33%; */
    flex-basis: calc(33.33% - 50px);
    margin: 0 0 40px 50px;
    font-size: 22px;
  }
}
.page-sub-menu > .items a::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
}

.page-sub-menu > .items a:hover::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--dep_color);
  z-index: -1;
  filter: brightness(0.7);
}

@media (max-width: 990px) {
  .page-sub-menu > .items:not(.showAll) > a:nth-child(n + 5) {
    display: none;
  }
  .page-sub-menu > .items a {
    font-size: 19px;
    height: 73px;
    flex-basis: 100%;
  }
  .page-sub-menu > h2 {
    margin-bottom: 62px;
  }
}

.filter-button {
  position: relative;
}

.filter-button > .clear-btn {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: auto;
  text-align: center;
}

.filter-button > div {
  display: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.filter-button.open::before {
  content: "\f00d";
  position: absolute;
  top: 1px;
  font-family: "FontAwesome";
  right: 0px;
  transform: translate(-15px, 0);
  width: calc(100% - 30px);
  height: calc(100% - 2px);
  display: flex;
  justify-content: center;
  font-size: 24px;
  align-items: center;
  color: #fff;
  border-bottom: 1px solid #ffffff;
}

.filter-button.open:not(.fill):before {
  color: #000;
  background-color: white;
}

.filter-button.open:not(.fill) > div {
  padding: 0px;
  background-color: #fff;
}

.filter-button.open:not(.fill) > div a {
  color: #000;
  border: none;
  box-shadow: none;
  height: auto;
}
@media (max-width: 991px) {
  .filter-button.open:not(.fill) > div a {
    width: inherit;
  }
}
.filter-button.open:not(.fill) > div a.selected {
  color: #fff;
  background-color: #f5821f;
}

.filter-button.open.fill::before {
  background-color: #f5821f;
}

.filter-button.open > div {
  display: block;
  position: absolute;
  top: 100%;
  right: 0px;
  width: 100%;
  background-color: #f5821f;
  z-index: 9999;
}

.filter-button.open > div a {
  display: block;
  text-align: center;
  font-size: 22px;
  color: #fff;
  padding: 15px 0;
}

.filter-button.open > div a:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}

@media (min-width: 990px) {
  .filter-button.open.open-to-right::before {
    border: none;
  }

  .filter-button.open.open-to-right > div {
    display: flex;
    top: 0px;
    right: 0px;
    transform: translate(100%, 0);
    height: 100%;
    width: auto;
    padding: 0;
    gap: 30px;
    justify-content: space-around;
    padding: 0 10px;
    align-items: center;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 2px;
  }

  .filter-button.open.open-to-right > div > div {
    width: 186px;
    position: relative;
    display: flex;
    text-decoration: none;
    text-align: center;
    font-size: 22px;
    color: #fff;
    padding: 15px 0;
  }

  .filter-button.open.open-to-right > div > div:hover > div {
    display: block;
  }

  .filter-button.open.open-to-right > div > div > div {
    display: none;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 100%;
    background: #f2f2f2 0% 0% no-repeat padding-box;
  }

  .filter-button.open.open-to-right > div > div > div a {
    color: #000;
    position: relative;
    text-decoration: none;
  }

  .filter-button.open.open-to-right > div > div > div a:hover {
    font-weight: bold;
  }

  .filter-button.open.open-to-right
    > div
    > div
    > div
    a:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0px;
    right: 50%;
    transform: translate(50%, 0);
    border-bottom: 1px solid #70b147;
  }

  .filter-button.open.open-to-right > div > div > span {
    flex-basis: 60%;
  }

  .filter-button.open.open-to-right > div > div::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 50%;
    border-left: 1px solid #fff;
    transform: translate(0, -50%);
  }

  .filter-button.open.open-to-right > div > div:hover::after {
    transform: rotate(-90deg);
  }

  .filter-button.open.open-to-right > div > div::after {
    transition: all 0.5s ease-in-out;
    content: "";
    flex-basis: 40%;
    flex-grow: 1;
    background-image: url(images/icons/Icon\ ionic-ios-arrow-down.svg);
    filter: grayscale(1) invert(1);
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media (max-width: 990px) {
  .filter-button.open.open-to-right > div {
    display: flex;
    flex-direction: column-reverse;
    max-height: 60vh;
    overflow-y: auto;
    border: 1px solid #f5821f;
  }

  .filter-button.open.open-to-right > div > a:nth-last-of-type(odd) {
    background-color: #efefef;
  }

  .filter-button.open.open-to-right > div > div {
    height: auto;
  }

  .filter-button.open.open-to-right > div > div > span {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0;
  }

  .filter-button.open.open-to-right > div > div > div {
    display: none;
    background-color: #fff;
  }

  .filter-button.open.open-to-right > div > div > div.open {
    display: block;
  }

  .filter-button.open.open-to-right > div > div > div a {
    color: #000;
  }
}

.digital_modal {
  position: absolute;
  bottom: -1px;
  width: 620px;
  background-color: #fff;
  right: 272px;
  border-radius: 3px 3px 0px 0px;
  z-index: 991;
  max-height: 0px;
  transition: all 0.5s ease-in-out;
}

.digital_modal > .title {
  position: absolute;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
  top: -53px;
  color: #182548;
  z-index: 1;
}
/*
.digital_modal:not(.open) > .title {
	top: auto;
	bottom: 0;
	color: #ffffff;
	background: #153261;
}
*/
.digital_modal .toggle {
  transition: all 0.5s ease-in-out;
  height: 85px;
  cursor: pointer;
  width: 94px;
  width: 130px;
  border-radius: 5px 5px 0 0;
  /*background-color: #fff;*/
  position: absolute;
  transform: translate(0, -94%);
  background-repeat: no-repeat;
  background-position: bottom center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.digital_modal.open .toggle {
  background-color: transparent;
  box-shadow: none;
}

.digital_modal.open .title {
  color: #fff;
}

@media (min-width: 991px) {
  .digital_modal .toggle {
    background-image: url(images/icons/digital_toggle_fill.svg);
  }

  .digital_modal:not(.open) .toggle {
    background-color: #fff;
    height: 60px;
  }
  .digital_modal:not(.open) > .title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 130px;
    text-shadow: none;
    margin-top: -2px;
  }
}

@media (max-width: 990px) {
  .digital_modal.open .title {
    display: none;
  }

  .digital_modal .toggle {
    background-image: url(images/icons/digital_toggle_fill.svg);
  }

  .digital_modal > .toggle {
    width: 140px;
    border-radius: 5px 5px 0 0;
    z-index: 1;
  }
}
.digital_modal .options {
  position: relative;
}

.digital_modal .options .closeBtn {
  position: absolute;
  display: none;
  top: 35px;
  left: 80px;
  height: 24px;
  width: 24px;
  background-image: url("images/icons/close_x.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: #fff;
  border: none;
}

.digital_modal .options > div {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  display: none;
}

.digital_modal .options > div > .title {
  margin: 0 23px;
  border-bottom: 1px solid #6eb343;
}

.digital_modal .options > div > .title h3 {
  font-size: 34px;
  font-weight: bold;
  line-height: 50px;
  padding: 23px 50px 17px 0px;
  color: initial;
}

@media (max-width: 990px) {
  .digital_modal .options > div > .title h3 {
    font-size: 28px;
    line-height: 41px;
    padding: 20px 30px;
    margin: 0;
  }
}

.digital_modal .options > div > .links {
  padding: 0 80px;
  max-height: 50vh;
  overflow-y: scroll;
  position: relative;
}

@media (max-width: 990px) {
  .digital_modal .options > div > .links {
    padding: 0 30px;
  }
}

.digital_modal .options > div > .links a {
  /* margin: 45px 0; */
  display: flex;
  justify-content: space-between;
  font-size: 26px;
  line-height: 1;
  padding-block: 40px;
  /* height: 38px; */
  overflow: hidden;
  color: #000;
  text-decoration: none;
  width: 95%;
  border-bottom: 1px solid #e5e5e5;
  /* position: relative; */
}
.digital_modal .options > div > .links a:hover {
  font-weight: 500;
}
.digital_modal .options > div > .links a.line_after::after {
  position: absolute;
  right: 80%;
  /* left: 5px; */
}

.digital_modal .options > div.open {
  height: auto;
  opacity: 1;
  display: block;
}

.digital_modal .items {
  align-items: center;
  height: 215px;
  /* height: 175px; */
  display: flex;
  align-items: flex-end;
  padding-bottom: 15px;
}
@media (max-width: 990px) {
  .digital_modal .options > div > .links a {
    font-size: 23px;
    line-height: 34px;
  }

  .digital_modal .options > div > .links a.line_after::after {
    left: 30px;
  }
}

.digital_modal .items > div,
.digital_modal .items > ul {
  display: flex;
  justify-content: space-around;
}

@media (min-width: 990px) {
  .digital_modal .items > div,
  .digital_modal .items > ul {
    width: 100%;
    list-style-type: none;
  }
}
.digital_modal .items > div > a,
.digital_modal .items > ul > li {
  cursor: pointer;
  text-align: center;
  flex-basis: 15%;
  height: 60%;
  text-decoration: none;
}

@media (max-width: 990px) {
  .digital_modal .items > div > a,
  .digital_modal .items > ul > li a {
    width: 22vw;
    font-weight: 500;
  }
  .digital_modal .items > div > a:not(:last-child),
  .digital_modal .items > ul > li a:not(:last-child) {
    position: relative;
  }
  .digital_modal .items > div > a:not(:last-child)::after,
  .digital_modal .items > ul > a:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    width: 0.5px;
    height: 50%;
    transform: translate(0, -50%);
    background-color: #d5d3d3;
  }
}
.digital_modal .items > div > a:hover > div,
.digital_modal .items > ul > a:hover > div {
  color: #fff;
}
.digital_modal .items > div > a:hover > div::before,
.digital_modal .items > ul > a:hover > div::before {
  width: 100%;
}
.digital_modal .items > div > a img,
.digital_modal .items > li > a img {
  margin-bottom: 10px;
}
.digital_modal .items > div > a div,
.digital_modal .items > ul > li a div {
  padding: 5px 0px;
  position: relative;
  color: #00355d;
  font-size: 22px;
  line-height: 24px;
  min-height: 70px;
  align-items: center;
  display: flex;
  justify-content: center;
}

@media (max-width: 990px) {
  .digital_modal .items > div > a div,
  .digital_modal .items > ul > a div {
    font-size: 18px;
    line-height: 20px;
    line-height: 1;
    padding: 10px 18px;
  }
}
.digital_modal .items > div > a div::before,
.digital_modal .items > ul > li a div::before {
  transition: all 0.5s ease-in-out;
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 100%;
  background-color: #00355d;
  z-index: -1;
}

.digital_modal .items.small {
  height: 200px;
  height: 150px;
  box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.1607843137);
}
.digital_modal .items.small > div img,
.digital_modal .items.small > ul img {
  margin: 10px 0;
}
.digital_modal .items.small > div a.current,
.digital_modal .items.small > li a.current {
  background-color: #15274a;
}
/* .digital_modal .items.small>div a.current img {
filter: brightness(0) invert(1);
}
*/
div a img.hoverstate,
li a img.hoverstate {
  display: none;
}

.digital_modal .items.small > div a.current img.state,
.digital_modal .items.small > li a.current img.state {
  display: none;
}

div a.current img.hoverstate,
li a.current img.hoverstate {
  display: flex;
  margin: 10px auto !important;
}
.digital_modal .items.small > div a.current > div {
  color: #fff;
}

.digital_modal.open {
  max-height: 1500px;
  height: auto;
}

@media (max-width: 990px) {
  /* .digital_modal.open {
position: absolute;
*/
}

.digital_modal.open .toggle {
  transform: translate(0, -13%) rotate(-180deg);
  height: 20%;
  background-size: 80px;
  background-image: url(images/icons/digital_toggle_fill.svg);
}

.digital_modal.open .title {
  font-size: 36px;
  line-height: 53px;
  background-color: #07325b;
}
/* .digital_modal .mobile_btn {
display: none;
} */
@media (max-width: 990px) {
  .digital_modal.open.mob > .title,
  .digital_modal.open.mob > .toggle {
    opacity: 0;
  }
  .digital_modal {
    right: 0px;
    width: 100%;
    max-height: inherit;
  }
  .digital_modal .items > div,
  .digital_modal .items > ul {
    gap: 18px;
    justify-content: unset;
  }

  /* .digital_modal .mobile_btn {
display: block;position: fixed;bottom: 0;width: 125px;}
.digital_modal .mobile_btn .title {
font-size: 1rem;}
*/
  .digital_modal > .toggle,
  .digital_modal > .title {
    background-color: #fff;
    /* display: none !important; */
  }

  .digital_modal {
    height: 25%;
  }

  .digital_modal.open {
    height: auto;
    background-color: #fff;
  }

  .digital_modal.open .toggle {
    height: 25%;
    box-shadow: none;
    transform: translate(0, -93%) rotate(180deg);
    transform: translate(0, -13%) rotate(180deg);
  }

  /* div.page-60 .digital_modal.open .toggle {
transform: translate(0, -157%) rotate(180deg);
transform: translate(0, -71%) rotate(180deg);
} */

  .digital_modal.fxd.open .toggle {
    transform: translate(0, -20%) rotate(180deg);
  }

  .digital_modal {
    height: 0;
  }

  .digital_modal > .title {
    color: #073960;
    z-index: 2;
    top: -60px;
  }

  .digital_modal.open .title {
    font-size: 25px;
    line-height: 40px;
  }

  :root {
    --vh: 1vh;
    --safe-area-bottom: env(safe-area-inset-bottom, 0px);
  }

  .digital_modal .items {
    height: auto;
    box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.1411764706);
    margin-bottom: 2px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 0px 0;
    align-items: start;
    min-width: 100vw;
    overflow: scroll;
    width: 100%;
    padding-bottom: 10px;

    padding-bottom: var(--safe-area-bottom);
  }

  .digital_modal .items.small {
    width: 100vw;
    overflow: scroll;
  }

  .digital_modal .options {
    position: absolute;
    bottom: 100%;
    background: #fff;
    width: 100%;
  }

  .digital_modal .options .closeBtn {
    top: 25px;
    left: 10px;
  }
}

@media (max-width: 600px) {
  .digital_modal .items > div > a img,
  .digital_modal .items > ul > li img {
    width: 32px;
    min-height: 39px;
  }

  .digital_modal .items > div > a,
  .digital_modal .items > ul > li {
    width: auto;
    flex-basis: auto;
  }

  .digital_modal .items > div > a div,
  .digital_modal .items > ul > li a {
    display: block;
    font-size: 1rem;
    padding: 1px 13px;
  }
}

p .line_after,
li .line_after {
  font-size: 22px;
  line-height: 38px;
  color: #000;
  text-decoration: none;
  position: relative;
  display: block;
  padding-inline-end: 1.75rem;
}
p .line_after.button {
  display: flex;
}

p .line_after::after,
li .line_after::after {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  p .line_after::after,
  li .line_after::after {
    left: 0;
  }
}

.mobile-buttons .navigation-fixed {
  display: none;
  position: fixed;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0px;
  left: 0px;
}

@media (min-width: 990px) {
  .mobile-buttons .navigation-fixed {
    display: none;
  }
}

.mobile-buttons .navigation-fixed.open {
  display: block;
}

.mobile-buttons .navigation-fixed > div:not(.nav) {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: white;
  z-index: 99999;
  position: relative;
}

.mobile-buttons .navigation-fixed > div:not(.nav) .navigation.black {
  background-image: url(images/icons/x-icon.svg);
}

.mobile-buttons .navigation-fixed > div:not(.nav) #logo-mobile {
  position: relative;
  top: -15px;
}

.mobile-buttons .navigation-fixed > div:not(.nav) #logo-mobile img {
  height: 59px;
  width: auto;
}

.mobile-buttons .navigation-fixed ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-buttons .navigation-fixed ul li > ul > li {
  margin: 17px auto 45px;
}

.mobile-buttons .navigation-fixed > .nav {
  /*display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
*/
  height: calc(100% - 86px);
  overflow: auto;
  padding-top: 30px;
  display: block;
}

.mobile-buttons .navigation-fixed > .nav.dropdown-open {
  justify-content: start;
}

.mobile-buttons .navigation-fixed > .nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}

.mobile-buttons .navigation-fixed > .nav > ul > li {
  width: 75%;
  margin: 20px auto 50px auto;
}

.mobile-buttons .navigation-fixed > .nav > ul > li * {
  transition: all 0.3s linear;
}

.mobile-buttons .navigation-fixed > .nav > ul > li a {
  font-size: 26px;
  font-weight: 300;
  color: #000;
}
.mobile-buttons .navigation-fixed > .nav > ul > li a.on {
  font-weight: 600;
}
.mobile-buttons .navigation-fixed > .nav > ul > li > span > a {
  font-weight: 500;
  padding-left: 18px;
  font-size: 30px;
  color: #000;
  position: relative;
  display: inline-flex;
  align-items: center;
}
/*.mobile-buttons .navigation-fixed > .nav > ul > li > span > a:not(.empty):after {*/
.mobile-buttons .navigation-fixed > .nav > ul > li > span > a:after {
  transition: all 0.5s ease-in-out;
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  height: 15px;
  width: 30px;
  background-size: contain;
  transform: rotate(180deg) translate(0, 50%);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("images/icons/arrow-down.svg");
  filter: brightness(0);
}

.mobile-buttons .navigation-fixed > .nav > ul > li > ul {
  max-height: 0px;
  height: 0;
  overflow: hidden;
}

.mobile-buttons .navigation-fixed > .nav > ul > li.open > ul {
  margin: 0;
  max-height: 1800px;
  height: auto;
}

.mobile-buttons .navigation-fixed > .nav > ul > li.open a::after {
  transform: rotate(90deg) translate(-20%, 50%) !important;
  background-position: inherit;
  transform-origin: bottom;
}

.toshav-center-header {
  position: relative;
  height: 110px;
  margin-bottom: 3rem;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .toshav-center-header {
    height: 75px;
    margin-bottom: 1.5rem;
  }
}

.toshav-center-header .logo {
  position: absolute;
  top: 15px;
  right: 15px;

  height: 70px;
}
.toshav-center-header .logo img {
  height: 90px;
}
@media (max-width: 991px) {
  .toshav-center-header .logo img {
    height: 50px;
  }
}

.toshav-center-container {
  max-width: 1140px;
  margin: 0 auto;
}

.toshav-center-header h1 {
  font-weight: bold;
  color: #003860;
  font-size: 2rem;
  border-right: 3px solid #67b03a;
  padding-right: 15px;

  position: absolute;
  top: 43px;
  right: 245px;
}

@media (max-width: 991px) {
  .toshav-center-header h1 {
    top: 29px;
    right: 154px;
    font-size: 1.1rem;
    line-height: 1.1rem;
    max-width: 120px;
  }
}

.toshav-center-header h1 a {
  color: inherit;
}

.toshav-center-header .btn-back {
  position: absolute;
  top: 44px;
  left: 15px;
}

@media (max-width: 991px) {
  .toshav-center-header .btn-back {
    top: 23px;
  }

  .toshav-center-header .btn-back .text {
    position: fixed;
    top: -999px;
  }
}

.tohshav-center-user-bar {
  background: #00325b;
  color: #fff;
  margin-top: -3rem;
  padding: 0.75rem 15px;
  margin-bottom: 2rem;
}

@media (max-width: 991px) {
  .tohshav-center-user-bar {
    margin-top: -1.5rem;
  }
}

li[data-id="1030"] a {
  color: #f5821f !important;
}

/**/

@media (min-width: 992px) {
  .negetive-margin {
    margin-right: -78px;
    margin-left: -50px;
    padding: 3rem;
  }
}

.pirsomot a {
  display: block;
  padding-bottom: 150%;
  position: relative;

  background-size: 100%;

  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pirsomot a:hover {
  background-size: 110%;
  background-position: center;
}

.pirsomot a .info h3 {
  color: #fff;
  font-weight: bold;
}

@media (min-width: 992px) {
  .pirsomot.pirsomot-6 {
    display: flex;
    margin-right: -78px;
    margin-left: -50px;
    height: 850px;
    overflow: hidden;
    position: relative;
  }

  .pirsomot.pirsomot-6 > div {
    flex: 1;
    height: inherit;
    overflow: hidden;
    width: 0;
    transition: all 0.2s ease-in;
    background-size: cover !important;
    background-position: center !important;
  }

  .pirsomot.pirsomot-6 > div:hover {
    flex: 100%;
    z-index: 4;
  }

  .pirsomot.pirsomot-6 .lines {
    position: absolute;
    height: 100%;
    width: 33.33%;
    border-right: 1px solid #ffffff93;
    border-left: 1px solid #ffffff93;
    inset: 0;
    margin: auto;
    pointer-events: none;
  }

  .pirsomot.pirsomot-6 > div:nth-child(2) .inner {
    margin: auto;
    inset: 0;
  }

  .pirsomot.pirsomot-6 > div:nth-child(3) .inner {
    left: 0;
  }

  .pirsomot.pirsomot-6 div .inner {
    flex: 1;
    margin-inline: auto;
    width: 100%;
    max-width: 33%;
    position: absolute;
  }

  .pirsomot.pirsomot-6 div.open .inner {
    width: 100%;
    max-width: 33%;
  }

  .pirsomot.pirsomot-6 a {
    display: flex;
    padding-bottom: 60px;
    height: 850px;
  }

  .pirsomot.pirsomot-6 a .info {
    position: relative;
    /* bottom: 1rem;
right: 0; */
    margin-top: auto;
    width: 100%;
    color: #fff;
    padding: 1rem;
    padding-top: 3rem;
  }

  .pirsomot.pirsomot-6 .info h3 {
    font-size: 32px;
  }

  .pirsomot.pirsomot-6 .info p {
    font-size: 22px;
  }
}

/**/

.inverted-text-color {
  color: #fff;
  position: relative;
}

.inverted-text-color:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.inverted-text-color h2,
.inverted-text-color h3,
.inverted-text-color a {
  color: #fff;
}

@media (min-width: 992px) {
  .root-page-1029 .btgrid {
    max-width: 91%;
    margin: 0 auto;
  }
}

.justify-center {
  align-items: center;
}

.centered-content {
  max-width: 800px;
  margin: 0 auto;
}

.grid-image-fuild {
  width: 100%;
}

@media (max-width: 991px) {
  .grid-image-fuild {
    max-width: 300px;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
  }

  .page-header h1.page-title {
    font-size: 2.5rem;
    text-align: center;
  }

  .items.bfixed {
    position: fixed;
    bottom: -180px;
    background-color: #fff;
  }

  .digital_modal.open .items.bfixed {
    bottom: 0;
  }
}

/**/

.only-in-mobile {
  display: none;
}

@media (max-width: 991px) {
  .table-mobile-cards {
    border: 0;
    outline: 0;
    border-radius: 0;
  }

  .table-mobile-cards,
  .table-mobile-cards caption,
  .table-mobile-cards thead,
  .table-mobile-cards tbody,
  .table-mobile-cards tr,
  .table-mobile-cards th,
  .table-mobile-cards td {
    display: block;
  }

  .table-mobile-cards thead {
    display: none;
  }

  .table-mobile-cards tr {
    margin-bottom: 30px;
    background: #f1f1f1;
    border: 1px solid #ddd;
  }

  .table-mobile-cards td {
    border-top: 1px solid #ddd;
  }

  .only-in-mobile {
    display: inline;
  }
}

.btn-primary {
  color: #fff;
  background-color: #043c60;
  border-color: #043c60;
}

/**/

.gt-header {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 122px);
  display: flex;
  flex-direction: row-reverse;
  z-index: 9999;

  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;

  background: #162749;
  background: linear-gradient(
    0deg,
    rgba(22, 39, 73, 0) 0%,
    rgba(22, 39, 73, 0.8) 100%
  );
  height: 100px;
}

@media (max-width: 991px) {
  .gt-header {
    width: 100%;
  }
}

.gt-header.white {
  background: linear-gradient(
    0deg,
    rgba(22, 39, 73, 0) 0%,
    rgba(22, 39, 73, 1) 77%
  );
  backdrop-filter: blur(3px);
}

@media (max-width: 991px) {
  .gt-header.white {
    background: rgb(4 60 96);
  }
}

.gt-header > div {
  white-space: normal;
}

.gt-header .gt-logo-desktop img {
  margin-top: -17px;
}

.gt-header .gt-logo-mobile img {
  height: 80px;
}

.gt-header .gt-header-buttons {
  padding: 20px;
}

.gt-header .gt-header-buttons > a {
  float: left;
  margin-right: 10px;
}

.gt-header-buttons .button {
    height: 45px;
    font-size: 20px;
    background: #182548;
    border-radius: 5px;
    padding: 10px;
    color:white;
    border-color: #ffffff;
}
.gt-header .button.campusil {

  background-image: url("./images/campus-il.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 27px;
  background-color: #182548;
  color: #fff;
  font-size: 1rem;
  padding-left: 5px;
  text-align: left;
}
.gt-header .gt-header-buttons.campusil > a {
}
.gt-header .gt-header-breadcrubs {
  flex: 1;
  padding: 25px;
}

.gt-header .gt-header-breadcrubs,
.gt-header .gt-header-breadcrubs a {
  color: #fff;
}

.gt-header .gt-logo-mobile {
  display: none;
}

.gt-header-mobile-buttons {
  display: none;
}

@media (max-width: 991px) {
  .gt-header .gt-logo-desktop {
    display: none;
  }
  .gt-header .gt-logo-mobile {
    display: block;
    padding-left: 30px;
  }

  .gt-header-mobile-buttons {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .gt-header-buttons {
    display: none;
  }
  .gt-header-breadcrubs {
    display: none;
  }
}

.gt-header-mobile-buttons button {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 30px;
}

.gt-header-nav-btn {
  background-image: url(images/icons/mobile-nav-icon.svg);
}

.gt-header-search-btn {
  background-image: url(images/icons/search-mobile-white.svg);
}

/**/

.gt-page-offset {
  padding-right: 122px;
}

@media (max-width: 911px) {
  .gt-page-offset {
    padding-right: 0;
  }
}

.gt-page-header {
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 40px;
}

.gt-page-header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: hwb(0 0% 100% / 0.5);
  z-index: 1;
}

.gt-page-header-content {
  min-height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-right: 122px;
  position: relative;
  z-index: 2;
  color: #fff;
}

@media (max-width: 991px) {
  .gt-page-header-content {
    padding-right: 0;
    min-height: 300px;
  }
}

.gt-page-header-content h1 {
  font-size: 3.75rem;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.737254902);
}

@media (max-width: 991px) {
  .gt-page-header-content h1 {
    font-size: 2rem;
    text-align: center;
  }
}

.gt-page-side-nav {
  padding: 15px 30px;
  font-size: 110%;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1607843137);
}

@media (max-width: 991px) {
  .gt-page-side-nav {
    margin: 0 -15px;
    font-size: 20px;
    padding: 15px;
  }
}

.gt-page-side-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gt-page-side-nav ul ul {
  display: none;
}

.gt-page-side-nav ul li:after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background: #ddd;
}

.gt-page-side-nav ul li:last-child:after {
  content: none;
}

.gt-page-side-nav a {
  color: inherit;
  display: block;
  padding: 20px 0;
  position: relative;
  padding-left: 50px;
}

.gt-page-side-nav a:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  display: flex;
  height: 2px;
  width: 20px;
  background: #000;
  transition: 0.5s;
}

.gt-page-side-nav a:hover:after {
  width: 30px;
  background: #f3812d;
}

/**/

.gt-mobile-navigation {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  top: 0;
  height: 100vh;
  width: 100%;
  background: #fff;
  overflow-y: auto;
  display: none;
  padding: 0;
}

.gt-mobile-navigation-header {
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 30px;
}

.gt-mobile-navigation-header > div {
  flex-shrink: 0;
  flex-grow: 1;
}

.gt-mobile-navigation-header img {
  float: left;
  height: 80px;
  margin-top: -20px;
}

.gt-mobile-navigation-header button {
  width: 40px;
  height: 40px;
  border: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  float: right;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-left: 5px;
}

.gt-mobile-navigation-close {
  background-image: url(images/icons/x-icon.svg);
}
.gt-mobile-navigation-search {
  background-image: url(images/icons/Icon%20feather-search.svg);
}
.gt-mobile-navigation-en {
  font-size: 24px;
  font-weight: bold;
}

.gt-mobile-navigation a {
  color: inherit;
}

.gt-mobile-navigation-body {
  padding: 30px;
}

.gt-mobile-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 30px;
}

.gt-mobile-navigation ul > li {
  margin-bottom: 30px;
}

.gt-mobile-navigation ul ul {
  display: none;
  margin-top: 20px;
}

.gt-mobile-navigation ul ul a {
  font-weight: 300;
  font-size: 26px;
}

.gt-mobile-navigation .nav > ul > li > span > a:after {
  transition: all 0.5s ease-in-out;
  content: "";
  display: inline-block;
  height: 18px;
  width: 30px;
  background-size: contain;
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/icons/arrow-down.svg);
  filter: brightness(0);
}
.gt-mobile-navigation .nav > ul > li.opened > span > a:after {
  transform: rotate(90deg);
}

/**/

.gt_simple {
  /*font-size: 110%;*/
}

/**/

.gt-rich-content .contact-man {
  display: block;
  color: inherit;
  border-right: 3px solid #f3812d;
  background: #f4f6f9;
  padding: 1rem;
}

.gt-rich-content .contact-man .contact-name {
  font-size: 140%;
  font-weight: bold;
  color: #f3812d;
}

@media (min-width: 992px) {
  .gt-footer {
    padding-right: 122px;
  }

  .gt-footer .row {
    align-items: center;
  }
  .gt-footer img {
    margin-bottom: 35px;
  }
}

@media (max-width: 991px) {
  .gt-footer {
    text-align: center !important;
  }
}

.gt-footer-nav {
}

@media (max-width: 991px) {
  .gt-footer-nav {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  .gt-footer-nav {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 0 30px;
    margin: 0 30px;
  }

  .gt-footer-nav:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 90%;
    transform: translate(0, -50%);
    width: 1px;
    background-color: #70b147;
    z-index: -1;
  }
  .gt-footer-nav:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 90%;
    transform: translate(0, -50%);
    width: 1px;
    background-color: #70b147;
    z-index: -1;
  }
}

.gt-footer-nav > a {
  display: block;
  width: 33%;
  color: inherit;
  font-size: 1.2rem;
}

@media (max-width: 991px) {
  .gt-footer-nav > a {
    width: 50%;
  }
}

.gt-footer-social {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 800;
}

.gt-footer-social a {
  color: inherit;
}

.gt-footer-social a.icon {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 5px;
}
.blocks-skip {}.gt-wa-container-left {
    position: fixed;
    bottom: 100px;
    left: 15px;
    z-index: 99999999999;
    text-decoration: none;
    direction: ltr;
    font-family: 'Segoe UI', Tahoma, sans-serif;
}
/*.gt-wa*/
.gt-wa-container-left {
    text-decoration: none;
    position: fixed;
    bottom: 160px;
    left: 30px;
    z-index: 999;
}

.gt-wa-button-left {
    display: flex;
    align-items: center;
    background-color: #ffffff; 
    height: 90px;
    width: 90px;
    border-radius: 50px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    position: relative;
    border: none;
}

.gt-wa-logo-holder {
    min-width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
}

.gt-wa-custom-img {
    width: 120%;
    height: 120%;
    object-fit: contain;
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

.gt-wa-text-left {
    color: #003d5b; 
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
    font-size: 17px;
    white-space: nowrap;
    padding-right: 20px;
    padding-left: 25px;
    opacity: 0;
    transform: translateX(10px); 
    transition: all 0.3s ease;
    direction: rtl;
}

.gt-wa-container-left:hover .gt-wa-button-left {
    width: 280px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
    background-color: #f0f9eb;
}

.gt-wa-container-left:hover .gt-wa-text-left {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.2s;
}

.gt-wa-container-left:hover .gt-wa-custom-img {
    transform: translateY(-10px) scale(1.1); 
}

/*@keyframes gtPulseLeft {
    0% { box-shadow: 0 0 0 0 rgba(128, 188, 65, 0.4); }
    70% { box-shadow: 0 0 0 15px rgba(128, 188, 65, 0); }
    100% { box-shadow: 0 0 0 0 rgba(128, 188, 65, 0); }
}

.gt-wa-button-left {
    animation: gtPulseLeft 3s infinite;
}*/