@charset "UTF-8";
:root {
  --space_52: 52px;
  --space_80: 80px;
  --space_120: 120px;
}
@media (max-width: 767px) {
  :root {
    --space_52: 30px;
    --space_80: 40px;
    --space_120: 60px;
  }
}

/*============= Fonts =============*/
@font-face {
  font-family: "PingHL";
  src: url("../assets/font/PingHL-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PingHL";
  src: url("../assets/font/PingHL-Bold.otf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "PingHL";
  src: url("../assets/font/PingHL-Black.otf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "PingHL";
  src: url("../assets/font/PingHL-Hairline.otf");
  font-weight: 350;
  font-style: normal;
}
@font-face {
  font-family: "PingHL";
  src: url("../assets/font/PingHL-Heavy.otf");
  font-weight: 350;
  font-style: normal;
}
@font-face {
  font-family: "PingHL";
  src: url("../assets/font/PingHL-ExtraLight.otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "PingHL";
  src: url("../assets/font/PingHL-Light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "PingHL";
  src: url("../assets/font/PingHL-Medium.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "PingHL";
  src: url("../assets/font/PingHL-Thin.otf");
  font-weight: 100;
  font-style: normal;
}
h1 {
  font-size: 58px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 34px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

html {
  margin-top: 0px !important;
}

body {
  font-family: "PingHL";
  line-height: 1.45;
  color: var(--main_color);
  font-size: 18px;
  background-color: var(--main_bg_color);
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
}

button {
  border: none;
  background-color: transparent;
}

.icon_and_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: baseline;
  position: relative;
}
.icon_and_text i:before {
  color: #FFFFFF;
  position: absolute;
  top: -20px;
  right: 50%;
}
.icon_and_text .icon-world, .icon_and_text p {
  color: #ffffff;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line-clamp-4, body.single-event .event_detail_wrap .event_detail_content > div {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.line-clamp-11 {
  -webkit-line-clamp: 11;
}

@media (min-width: 992px) {
  .line-clamp-lg-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.has_background_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

a {
  text-decoration: none;
  color: var(--link_color);
  font-weight: 400;
  cursor: pointer;
}

.page_content image {
  vertical-align: middle;
}

.Bold-italic-underline {
  text-decoration: underline;
  font-style: italic;
  font-weight: bold;
}

h1.page_content {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
}

h2.page_content {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
}

h3.page_content {
  font-weight: 700;
  font-size: 1.9em;
  line-height: 1.1em;
}

h4.page_content {
  font-size: 22px;
  font-weight: 700;
  font-family: inherit;
  line-height: 1.1;
  color: inherit;
}

.wp-block-embed iframe {
  margin: auto;
  display: block;
  height: revert-layer;
}

.icon-Group-33 {
  position: absolute;
  font-size: 112.8px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
html[lang=he-IL] .icon-Group-33 {
  transform: rotateY(360deg); /* Rotate the background image */
}
.icon-Group-33 {
  z-index: -1;
}
html[lang=en-US] .icon-Group-33 {
  background-image: url("../assets/icons/corners-headband_green.png") !important;
}
.icon-Group-33 .path1:before {
  color: var(--corners-headband) !important;
}
.icon-Group-33 .path2:before, .icon-Group-33 .path3:before {
  color: #FFFFFF !important;
  z-index: 1111111111111;
  position: relative;
}

blockquote {
  min-height: 215px;
  background: #D0FFF7;
  padding: 105px;
  margin-top: 16px;
  margin-bottom: 16px;
  border-left: none;
  width: 100%;
  background-size: cover;
  background-position-x: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  align-items: center;
}
@media (max-width: 767px) {
  blockquote {
    padding: 35px 45px 45px;
  }
}
blockquote:after, blockquote:before {
  content: "";
  background-position-x: right;
  position: absolute;
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
blockquote:before {
  width: 81.73px;
  right: 0;
  top: 0;
  height: 77.5px;
}
blockquote:after {
  width: 223.51px;
  bottom: 0;
  left: 0;
  height: 215px;
}
blockquote p, blockquote cite {
  display: block;
  position: relative;
  z-index: 10;
  max-width: 71.123%;
  justify-content: center;
  align-items: center;
  text-align: right;
  font-style: normal;
  vertical-align: middle;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  blockquote p, blockquote cite {
    padding: 0px 5px;
    max-width: 90%;
    margin: 0;
    height: fit-content;
  }
}

.wp-block-pullquote {
  padding: 0px 40px 0px 54px;
  max-width: 997px;
  border: none;
  position: relative;
  margin: 60px auto;
  font-weight: 400;
  font-style: italic;
  text-align: center;
}
@media (max-width: 767px) {
  .wp-block-pullquote {
    padding: 30px 15px;
    margin: 25px auto;
  }
}

.c-accordion__title {
  padding-right: 2rem;
  padding-left: 0;
}
.c-accordion__title:after {
  right: 0;
}

.media_banner {
  display: flex;
  align-content: space-around;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: auto;
  margin: 50px auto;
}
@media (max-width: 767px) {
  .media_banner .chrome_and_safari {
    margin: auto;
    align-content: center;
  }
}

.media_banner {
  height: 400px;
  flex-direction: row;
  background-size: cover;
  background-repeat: no-repeat;
}

.media_banner_link {
  display: flex;
}
.media_banner_link a {
  font-weight: 700;
  color: var(--events_txt) !important;
  text-decoration-line: underline;
  font-size: 26px;
  line-height: 34px;
}

.media_banner_title {
  flex-direction: column;
  font-size: 18px;
  line-height: 34px;
  color: var(--events_txt);
  font-weight: 700;
}
.media_banner_title span {
  display: flex;
}

div.media_banner {
  flex-direction: row;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
div.media_banner img {
  display: flex;
  height: 36px;
  width: 36px;
  margin-left: 16px;
  flex-direction: row;
}

.wp-block-group__inner-container a {
  color: var(--link_color) !important;
  font-weight: 400;
}

.wp-block-group__inner-container h3 {
  display: inline-block;
  margin: 0;
  padding: 0px 0 30px 0;
  position: relative;
  top: 1px;
  width: auto;
  font-weight: 700;
}
@media (max-width: 767px) {
  .wp-block-group__inner-container h3 {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  .wrap_tabs_row, .wrap_tabs_row_inside {
    display: none;
  }
}

.has-white-color {
  color: #000000 !important;
}

.wrap_tabs_row .tabs_row, .wrap_tabs_row_inside .tabs_row {
  line-height: 52px;
  position: absolute;
  background-color: #f8f8f8;
  width: 100%;
  top: 0;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  left: 0;
  height: auto;
}
.wrap_tabs_row .tabs_row .tabs_links_wrap, .wrap_tabs_row_inside .tabs_row .tabs_links_wrap {
  column-gap: 48px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  justify-content: flex-start;
}
.wrap_tabs_row .tabs_row .tab_link, .wrap_tabs_row_inside .tabs_row .tab_link {
  position: relative;
  font-weight: 400;
  background-color: #f8f8f8;
  border: none;
}

.site-main {
  position: relative;
}

.wrap_tabs_row, .wrap_tabs_row_inside {
  padding-bottom: 30px;
  margin: 1em auto 70px;
}
.wrap_tabs_row .tab_link, .wrap_tabs_row_inside .tab_link {
  font-size: 20px;
  color: var(--purple_bg_color) !important;
  text-decoration: none;
}
.wrap_tabs_row .tab_link.active, .wrap_tabs_row_inside .tab_link.active {
  font-weight: 700;
  border-bottom: 1px solid;
}

.c-accordion__item h2 {
  color: var(--main_color_dark_pink);
}

.wp-block-group__inner-container h3, .c-accordion__item h2 {
  width: 100%;
  display: inline-block;
  margin: 0;
  position: relative;
  top: 1px;
}

.c-accordion__item {
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  margin-bottom: 25px !important;
}
.c-accordion__item.is-open {
  border-bottom: none;
}
.c-accordion__item h2 {
  border-bottom: 4px solid var(--pink_purple);
  width: max-content;
  max-width: 100%;
  font-weight: normal;
  font-size: 1.3em;
  padding-top: 25px;
}
.c-accordion__item .c-accordion__content {
  display: block;
  border-top: 1px solid #ebebeb;
  padding: 1rem;
}

.icon_form {
  display: block;
}

.all_item_contact {
  margin: 0;
  --bs-gutter-x: 24px;
}
@media (max-width: 991px) {
  .all_item_contact {
    gap: 24px 0px;
  }
}

#documents_page {
  padding-bottom: var(--space_80);
}

@media (max-width: 767px) {
  .title_big_bold {
    font-size: 36px;
  }
}
.title_big_bold {
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 46px;
}

.wp-block-group__inner-container h3 {
  width: max-content;
  max-width: 100%;
}
@media (max-width: 767px) {
  .wp-block-group__inner-container h3 {
    padding-top: 20px;
  }
}

.c-accordion__item h2:after {
  color: var(--main_color_dark_pink);
  padding-top: 18px;
}

.c-accordion__content ul li a {
  margin-right: 5px;
  text-decoration: underline;
}

#banner_with_color {
  margin-top: 120px;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 360px;
  background-color: #004D51;
  background-image: url(../assets/icons/corners-headband-white.svg);
  background-size: 100%;
  background-position: center;
}

#banner.banner.has_background_image, #banner.banner.has_background_image_proposal {
  margin-top: 120px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  #banner.banner.has_background_image, #banner.banner.has_background_image_proposal {
    min-height: 360px;
  }
}
@media (max-width: 767px) {
  #banner.banner.has_background_image, #banner.banner.has_background_image_proposal {
    min-height: 339px;
    margin-top: 80px;
  }
}
#banner.banner.has_background_image:before, #banner.banner.has_background_image_proposal:before {
  content: "";
  position: absolute;
  background-image: url(../assets/icons/corner_right.svg);
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  background-size: contain;
  background-position: right;
  width: 280px !important;
  height: 280px !important;
}
@media (max-width: 767px) {
  #banner.banner.has_background_image:before, #banner.banner.has_background_image_proposal:before {
    width: 100px !important;
    height: 100px !important;
  }
}
#banner.banner.has_background_image:after, #banner.banner.has_background_image_proposal:after {
  content: "";
  position: absolute;
  background-image: url(../assets/icons/corner_left.svg);
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  background-position: left;
  width: 120px !important;
  height: 126px !important;
}
#banner.banner.has_background_image .container, #banner.banner.has_background_image_proposal .container {
  height: 100%;
  position: relative;
}

.container_with_padding {
  padding-top: calc(var(--space_80) - 30px);
}

.banner_title {
  color: white;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .banner_title {
    font-size: 40px;
    overflow: hidden;
    padding: 0 12%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}

.banner_subtitle {
  color: white;
  font-size: 30px;
  text-align: center;
  font-weight: 400;
}

.page-header {
  font-weight: 500;
  font-size: 42.24px;
  color: white;
  display: flex;
  justify-content: center;
  height: 100%;
  margin: 0;
  align-items: center;
  text-shadow: none;
}

.wrap_the_header {
  border-bottom: 1px solid #000000;
  margin-bottom: 32px;
}

.wrap_the_header + p {
  padding-bottom: 1em;
}

.doc_link {
  font-size: 20px;
  display: flex;
}
.doc_link > a {
  text-decoration: none;
  flex: 1;
  font-size: 16px;
}

.wp-block-table {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .wp-block-table .chrome_and_safari {
    overflow-y: scroll;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767px) {
  .wp-block-table table .chrome_and_safari, .wp-block-table table .chrome_and_safari {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.wp-block-table table, .wp-block-table table {
  width: auto;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.wp-block-table table td, .wp-block-table table td {
  padding: 24px !important;
  text-align: center;
  border: 1px solid;
  color: rgb(10, 10, 50);
}
@media (max-width: 767px) {
  .wp-block-table table td, .wp-block-table table td {
    padding: 10px;
  }
}
.wp-block-table table td > p, .wp-block-table table td > p {
  margin: unset;
  font-size: 14.4px;
  font-weight: 400;
}
.wp-block-table table td > strong, .wp-block-table table td > strong {
  font-size: 14.4px;
  font-weight: 700;
}
.wp-block-table figcaption {
  order: -1;
}

.page-template-template-list .site-main .container {
  width: 90%;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 29px;
}
@media (max-width: 767px) {
  .page-template-template-list .site-main .container {
    padding-top: 30px;
  }
}

.container_1134_list {
  padding-top: 50px;
  padding-bottom: 29px;
}
@media (min-width: 1399px) {
  .container_1134_list {
    max-width: 1134px;
  }
}
@media (max-width: 1300px) {
  .container_1134_list {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .container_1134_list {
    padding-top: 0 !important;
  }
}

.item_index_1 .item_list_background_image {
  background-image: url(../assets/icons/link_arrow_1.png);
  position: absolute;
  top: -17%;
  right: -1%;
  height: 340px;
  width: 318px;
  background-repeat: no-repeat;
  background-position: 100% 157%;
  border-radius: 50%;
  background-size: 65%;
}
html[lang=en-US] .item_index_1 .item_list_background_image {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .item_index_1 .item_list_background_image {
    top: 0%;
    right: 0%;
    width: 100%;
    height: 110px;
    background-position: 72% 100%;
    background-size: 20%;
    border-radius: 50%;
    background-image: url(../assets/icons/link_arrow_1.png);
    position: absolute;
    background-repeat: no-repeat;
  }
}

.item_index_2 .item_list_background_image {
  background-image: url(../assets/icons/link_arrow_2.png);
  position: absolute;
  top: -21%;
  left: -4%;
  right: auto;
  height: 380px;
  border-radius: 50%;
  width: 352px;
  background-repeat: no-repeat;
  background-position: 15% 115%;
  background-size: 77%;
}
@media (max-width: 767px) {
  .item_index_2 .item_list_background_image {
    top: 0%;
    left: 0%;
    border-radius: 0% !important;
    background-position: 25% 100%;
    background-size: 32%;
    background-image: url(../assets/icons/link_arrow_2.png);
    position: absolute;
    height: 100px;
    width: 100%;
    background-repeat: no-repeat;
  }
}

.item_index_3 .item_list_background_image {
  background-image: url(../assets/icons/link_arrow_3.png);
  position: absolute;
  top: -20%;
  background-position: 100% 100%;
  background-size: 80%;
  right: 0%;
  height: 346px;
  width: 318px;
  background-repeat: no-repeat;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .item_index_3 .item_list_background_image {
    top: 0%;
    border-radius: 0% !important;
    background-position: 73% 100%;
    background-size: 35%;
    height: 100px;
    width: inherit;
    background-image: url(../assets/icons/link_arrow_3.png);
    position: absolute;
    background-repeat: no-repeat;
  }
}

.item_index_4 .item_list_background_image {
  background-image: url(../assets/icons/link_arrow_4.png);
  position: absolute;
  top: -30%;
  left: -5.5%;
  right: auto;
  height: 352px;
  width: 340px;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-position: 0% 120%;
  background-size: 51.5%;
}
html[lang=en-US] .item_index_4 .item_list_background_image {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .item_index_4 .item_list_background_image {
    top: 0%;
    left: 0%;
    background-image: url(../assets/icons/link_arrow_4.png);
    position: absolute;
    border-radius: 0% !important;
    width: 100%;
    height: 100%;
    background-position: 24% -1%;
    background-size: 24%;
    background-repeat: no-repeat;
  }
}

.item_list_img {
  width: 368px;
  height: 240px;
  z-index: 1;
  position: absolute;
  overflow: hidden;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .item_list_img {
    width: 200px;
    height: 200px;
    transform: none !important;
    margin: 3% 0%;
    position: relative;
  }
}
.item_list_img .item_list_img_child {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
}

a.item_list_link {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1215686275);
  background: var(--main_bg_color);
  border-radius: 12px;
  padding: 0;
  min-height: 240px;
  position: relative;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
a.item_list_link:hover {
  border: 1px solid var(--color_black_blue);
}
a.item_list_link:hover .item_list_img_child {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .item_list_link, .item_list_content {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
    padding: 2% 0%;
  }
}

.item_list_content {
  align-content: center;
  position: relative;
}
@media (min-width: 767px) {
  .item_list_content {
    height: 240px;
  }
}
.item_list_content {
  color: var(--main_color);
  width: 100%;
  padding-right: 407px;
  padding-left: 39px;
}
@media (max-width: 767px) {
  .item_list_content {
    width: 100%;
    border: none;
    box-shadow: none;
    margin: auto;
    padding: 6%;
  }
}

.item_list_title h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

.item_list_txt {
  overflow: hidden;
  font-weight: 400;
}

.item_list_txt_read_more {
  margin: 1em 0 0;
  color: var(--link_color) !important;
}
.item_list_txt_read_more:after {
  content: "\e902" !important;
  font-family: icomoon !important;
  display: inline-block;
  font-size: 14px;
  margin-left: 3px;
}
html[lang=en-US] .item_list_txt_read_more:after {
  transform: rotate(180deg);
}

.list_wrap {
  padding-top: 0px;
  padding-bottom: 29px;
}
@media (max-width: 767px) {
  .list_wrap .item_list_wrap {
    padding: 3% 0%;
    margin: 0;
  }
}
@media (min-width: 767px) {
  .list_wrap .item_list_wrap:nth-child(even) .item_list_content {
    padding-left: 407px;
    padding-right: 39px !important;
  }
}
.list_wrap .item_list_wrap:nth-child(even) .item_list_img {
  left: 0 !important;
}
.list_wrap .item_list_wrap:nth-child(even) .item_list_img .item_list_content {
  padding-right: 0px;
  margin-left: auto;
  padding-left: 386px;
  margin-right: 16px;
  text-align: left;
}
@media (max-width: 767px) {
  .list_wrap .item_list_wrap:nth-child(even) .item_list_img .item_list_content {
    width: 100%;
    border: none;
    box-shadow: none;
    margin: auto;
    padding: 6%;
    text-align: center;
  }
}

.wp-block-separator {
  border-top: 1px solid #ebebeb;
  border-bottom: none;
  border-right: none;
  border-left: none;
  background-color: white !important;
}

hr.wp-block-separator {
  opacity: inherit;
}

.has-black-background-color {
  background-color: white;
}

.grecaptcha-badge {
  display: none !important;
}

.breadcrumbs {
  padding: 30px 0;
  font-size: 14px;
  position: relative;
  color: var(--breadcrumbs);
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .breadcrumb_last {
  font-weight: 500;
  color: var(--main_color);
}

.breadcrumbs a, .breadcrumbs span > a, .single_mec_event_breadcrumbs a, .single_mec_event_breadcrumbs span > a {
  color: var(--main_color);
  opacity: 0.6;
  font-weight: initial;
}

.acsb-trigger {
  border: 1px solid white;
}

.hide {
  display: none;
}

.faq_button {
  text-align: start;
  display: block;
  width: 100%;
  background: none;
  border: 0;
}

.site_form_design .form_field_wrap {
  position: relative;
}
.site_form_design input, .site_form_design select {
  width: 100%;
  height: 50px;
  padding: 12px 20px 12px;
  border-radius: 4px;
  border: solid 1px #000000;
  margin-bottom: 20px;
}
.site_form_design .form_select_wrap:after {
  content: "";
  width: 14px;
  height: 9.56px;
  position: absolute;
  background-image: url("../assets/icons/select_arrow.png");
  top: 47px;
  left: calc(var(--bs-gutter-x) / 2 + 24px);
}
@media (max-width: 991px) {
  .site_form_design .form_select_wrap:after {
    left: 24px;
  }
}
.site_form_design .form_select_wrap select {
  position: relative;
  appearance: none; /* מסיר את עיצוב ה־select הרגיל בדפדפנים */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
}
.site_form_design .form_select_wrap select option {
  color: #000000 !important;
}
.site_form_design .field__label-wrap {
  position: absolute;
  top: 28px;
  bottom: 0;
  right: calc(var(--bs-gutter-x) / 2 + 10px);
  left: calc(var(--bs-gutter-x) / 2);
  z-index: 1;
  line-height: 1;
  transition: all 0.35s;
  pointer-events: none;
}
.site_form_design .field__label {
  padding-right: 10px;
  background-color: white;
  display: block;
}
.site_form_design input[type=text]:focus ~ .field__label-wrap, .site_form_design input[type=tel]:focus ~ .field__label-wrap, .site_form_design input[type=email]:focus ~ .field__label-wrap, .site_form_design input[type=text]:not(:placeholder-shown) ~ .field__label-wrap, .site_form_design input[type=tel]:not(:placeholder-shown) ~ .field__label-wrap, .site_form_design input[type=email]:not(:placeholder-shown) ~ .field__label-wrap {
  top: 0;
  color: var(--pink_purple);
}
.site_form_design textarea {
  resize: none;
  width: 100%;
  height: 240px;
  padding: 12px 20px 12px;
  border-radius: 4px;
  border: solid 1px #b5b5b5;
  margin-bottom: 20px;
}

.button-load {
  display: none;
}
.button-load .icon-arrow-left {
  margin-right: 5px;
}
html[lang=en-US] .button-load .icon-arrow-left {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .button-load {
    background: white;
    color: var(--purple_bg_color);
    border-radius: 8px;
    border: none;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    display: flex;
    margin: auto;
    height: 54px;
    width: 280px;
    max-width: 100%;
    line-height: 120%;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .button-load:hover {
    background: var(--purple_bg_color);
    color: white;
    border: 1px solid white;
  }
  .button-load:hover span:after, .button-load:hover span:before, .button-load:hover:after, .button-load:hover:before {
    color: white !important;
  }
  .button-load span:after, .button-load span:before, .button-load:after, .button-load:before {
    color: var(--purple_bg_color) !important;
  }
  .button-load:after, .button-load:before {
    color: var(--purple_bg_color);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .button-load {
    max-width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .button-load {
    margin: 40px auto;
  }
}
@media (max-width: 767px) {
  .button-load p {
    margin-top: 6px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
  }
  .button-load p .icon-arrow-left {
    position: relative;
    font-weight: bold;
  }
  html[lang=en-US] .button-load p .icon-arrow-left {
    transform: rotate(180deg);
    display: inline-block;
  }
}
.site_form label.error {
  color: #e04242;
  font-size: 12px;
  display: block;
  margin-bottom: 12px;
}

.no_scrolling {
  overflow: hidden !important;
  position: relative;
}

.gradient-btn {
  font-size: 16px;
  border-radius: 24px;
  background: -webkit-linear-gradient(left, #b60175 0%, #574388 100%), rgba(34, 29, 94, 0.3);
  border: none;
  font-weight: 500;
  text-align: center;
  padding: 11px 7px;
  display: inline-block;
  min-width: 240px;
  margin: 30px auto;
  text-decoration: none !important;
}
.gradient-btn:hover {
  background: linear-gradient(to right, #7b246e 0%, #512e77 100%);
}

.div_search {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .div_search {
    --bs-gutter-x: 12px;
  }
}

.filter_title {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}
.filter_title.advanced_search {
  font-size: 20px;
}

.form_field_wrap {
  font-size: 18px;
  line-height: 18px;
  display: block;
}

.icon-search_menue {
  display: flex;
}
.icon-search_menue:before {
  font-size: 10px;
  color: var(--pink_purple);
}

.img_filter {
  background-image: var(--icon_filter);
  padding-left: 0px;
  margin-left: 5px;
  width: 13px;
  height: 13px;
}
@media (max-width: 767px) {
  .img_filter {
    margin: 0;
  }
}

.img_click {
  padding-left: 0px;
  margin-left: 5px;
  width: 13px;
  height: 13px;
  display: inline-block;
}
@media (max-width: 767px) {
  .img_click {
    filter: brightness(0) invert(1);
  }
}

.text_filter {
  color: #FFFFFF;
  width: auto;
}
@media (max-width: 767px) {
  .text_filter {
    color: white;
  }
}

.icon-search_menue {
  transition: transform 0.3s ease-in-out;
  display: inline-block;
  animation: animation_up_and_down 3s infinite ease-in-out;
}
.icon-search_menue:before {
  content: "\e96d";
}

.filterby:hover .icon-search_menue {
  transform: translateY(-3px);
}

.filter_by_text {
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  padding-right: 8px;
  color: var(--pink_purple);
}
@media (max-width: 767px) {
  .filter_by_text {
    display: none;
  }
}

.gsc-search-box-tools {
  margin: 0 !important;
}

.close_filter {
  padding: 0;
  color: #000000;
  margin-left: 0;
  cursor: pointer;
  border: 0;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
}

.short_btn_close_filter {
  display: none;
}
@media (max-width: 767px) {
  .short_btn_close_filter {
    display: block;
    font-size: 12px;
  }
}

@media (min-width: 767px) {
  .filterby, .gsc-orderby {
    background-color: #FFFFFF;
  }
}
.filterby, .gsc-orderby {
  width: fit-content;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  align-content: center;
  margin-left: 0;
  font-size: 0.9375em;
  border-radius: 1px;
  padding: 7px 13px 7px 10px;
  height: 58px;
}
@media (max-width: 767px) {
  .filterby, .gsc-orderby {
    border-radius: 4px;
    padding: 0;
    width: 40px;
    height: 40px;
    position: relative;
    border: 1px solid black;
  }
}

.filter_publication {
  justify-content: center;
  z-index: 99;
  left: 0;
  max-width: 502px;
  top: 100%;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
  padding: 40px;
  position: absolute;
  display: none;
}
@media (max-width: 767px) {
  .filter_publication {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 1002;
    background-color: rgba(34, 29, 94, 0.8);
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .filter_publication > div {
    background-color: white;
    border-radius: 8px 8px 0 0;
    padding: 22px 33px 125px 33px;
    position: absolute;
    bottom: 0;
    height: 80%;
    overflow: scroll;
    width: 100%;
  }
}

.filter_click {
  gap: 24px;
  margin-top: 35px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .filter_click {
    display: flex;
    justify-content: space-between;
    margin: 0;
    gap: 10px;
  }
}

.filter_click, .close_button {
  text-align: left !important;
}

.filter_documents {
  --bs-gutter-y: 24px;
  padding-left: 0px !important;
  font-size: 18px;
}
@media (max-width: 767px) {
  .filter_documents {
    padding-top: 22px;
  }
}

.head_filter {
  padding-left: 0px !important;
}

.submit-filter-button {
  margin: auto;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  background: var(--dark_green);
  display: flex;
  width: 360px;
  max-width: 100%;
  padding: 21px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
@media (max-width: 767px) {
  .submit-filter-button {
    padding: 14px 24px;
  }
}

.wrap_filter_title {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .wrap_filter_title {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.wrap_filter_title .filter_title {
  margin-bottom: 0;
  width: calc(100% - 150px);
}
@media (max-width: 767px) {
  .wrap_filter_title .filter_title {
    width: 100%;
  }
}

.wrap_filter_dropdown {
  position: relative;
}
@media (max-width: 767px) {
  .wrap_filter_dropdown {
    margin-bottom: 15px;
  }
}
.wrap_filter_dropdown.open button.filter_dropdown_button:after {
  transform: rotate(134deg);
}
.wrap_filter_dropdown.open button.filter_dropdown_button {
  border: 1px solid var(--color_border_color);
}
@media (max-width: 767px) {
  .wrap_filter_dropdown.open button.filter_dropdown_button {
    font-weight: bold;
  }
}
.wrap_filter_dropdown.open .filter_dropdown {
  display: block;
}
.wrap_filter_dropdown.open .filter_input_wrap {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .wrap_filter_dropdown.open .filter_input_wrap {
    margin-bottom: 15px;
  }
}
.wrap_filter_dropdown.open .filter_input_wrap input {
  visibility: hidden;
  position: absolute;
  height: 0;
  width: 0;
}
.wrap_filter_dropdown .jobs_index_filter_input_label {
  display: flex;
  padding: 0px 12px;
  cursor: pointer;
  width: 100%;
}
@media (max-width: 767px) {
  .wrap_filter_dropdown .jobs_index_filter_input_label {
    padding: 0;
  }
}
.wrap_filter_dropdown .jobs_index_filter_checkbox {
  position: relative;
  vertical-align: top;
  display: inline-block;
  border: 1px solid rgba(34, 29, 94, 0.3);
  height: 20px;
  width: 20px;
  border-radius: 4px;
  margin: 3px;
}
@media (max-width: 767px) {
  .wrap_filter_dropdown .jobs_index_filter_checkbox {
    margin: 2px;
  }
}
.wrap_filter_dropdown .jobs_index_filter_checkbox:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  color: #ffffff;
  position: absolute;
}
.wrap_filter_dropdown input[type=checkbox]:checked ~ .jobs_index_filter_input_label .jobs_index_filter_checkbox {
  background-color: var(--color_bg_checkbox);
}
.wrap_filter_dropdown .jobs_index_filter_span {
  color: #221d5e;
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .wrap_filter_dropdown .jobs_index_filter_span {
    padding-right: 10px;
  }
}
.wrap_filter_dropdown button.filter_dropdown_button {
  text-align: right;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 20px 24px;
  width: 100%;
  line-height: 1;
  position: relative;
  margin-bottom: 8px;
  background-color: #FFFFFF;
}
.wrap_filter_dropdown button.filter_dropdown_button::placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .wrap_filter_dropdown button.filter_dropdown_button {
    border: none !important;
    padding: 0 5px;
    line-height: 1.625;
    margin-bottom: 0;
  }
}
.wrap_filter_dropdown button.filter_dropdown_button:disabled {
  background-color: rgba(128, 128, 128, 0.2);
}
.wrap_filter_dropdown button.filter_dropdown_button .filter_dropdown_button_txt, .wrap_filter_dropdown button.filter_dropdown_button .filter_dropdown_button_label {
  color: rgba(0, 0, 0, 0.6);
}
.wrap_filter_dropdown button.filter_dropdown_button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%) rotate(-45deg);
  width: 9px;
  height: 9px;
  border-left: 1px solid var(--color_border_color_select);
  border-bottom: 1px solid var(--color_border_color_select);
  transition: all 0.3s;
}
.wrap_filter_dropdown .filter_dropdown {
  width: 100%;
  display: none;
  padding: 21px 20px;
  border: 1px solid rgba(34, 29, 94, 0.3);
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  background-color: white;
  list-style: none;
  max-height: 236px;
  overflow: auto;
  z-index: 2;
}
@media (max-width: 767px) {
  .wrap_filter_dropdown .filter_dropdown {
    padding: 0;
    max-height: none;
    border: none;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .wrap_filter_dropdown .filter_title {
    display: none;
  }
}
.wrap_filter_dropdown .global_filters_selected {
  margin-top: 10px;
}

.hidden_filter, .hidden_loadmore {
  display: none !important;
}

.no_results {
  font-size: 18px;
}

.clear-button {
  color: var(--dark_green);
  font-weight: 700;
  line-height: 100%;
  margin-left: 24px;
  border-bottom: 1px solid var(--dark_green);
  padding: 8px 24px;
  width: fit-content;
  margin: auto;
}

.general_ajax_pagination .archive_nav_posts {
  text-align: center;
}
@media (max-width: 767px) {
  .general_ajax_pagination .archive_nav_posts {
    display: none;
  }
}
.general_ajax_pagination li:only-of-type {
  display: none;
}
.general_ajax_pagination #client_pagination_ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
}
.general_ajax_pagination .last_page {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-top-leftleft-radius: 4px;
}

.form_ajax_search_and_pagination, .form_search_bidders, .search_form_winners {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #000000;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: 58px;
  font-size: 0;
}
@media (max-width: 767px) {
  .form_ajax_search_and_pagination, .form_search_bidders, .search_form_winners {
    height: 40px;
  }
}
.form_ajax_search_and_pagination.green [type=submit], .form_search_bidders.green [type=submit], .search_form_winners.green [type=submit] {
  background-color: var(--dark_green);
}
.form_ajax_search_and_pagination > *, .form_search_bidders > *, .search_form_winners > * {
  font-size: initial;
}
.form_ajax_search_and_pagination .search_icon, .form_search_bidders .search_icon, .search_form_winners .search_icon {
  font-weight: bold;
}
.form_ajax_search_and_pagination input, .form_search_bidders input, .search_form_winners input {
  width: calc(100% - 150px);
  height: 100%;
  padding: 5px 9px 4px 9px;
  border-style: none;
  outline: 0 !important;
}
@media (max-width: 767px) {
  .form_ajax_search_and_pagination input, .form_search_bidders input, .search_form_winners input {
    display: inline-block;
    width: calc(100% - 60px);
  }
}
.form_ajax_search_and_pagination [type=submit], .form_search_bidders [type=submit], .search_form_winners [type=submit] {
  margin: 0;
  position: relative;
  color: #FFFFFF;
  display: inline-block;
  height: 100%;
  font-size: 20px;
  min-width: 96px;
  width: 150px;
  padding: 12px 24px;
  background-color: var(--purple_bg_color);
}
@media (max-width: 767px) {
  .form_ajax_search_and_pagination [type=submit], .form_search_bidders [type=submit], .search_form_winners [type=submit] {
    padding: 0 12px;
    border-radius: 4px 0 0 4px;
    min-width: 60px;
    width: 60px;
  }
  html[lang=en-US] .form_ajax_search_and_pagination [type=submit], html[lang=en-US] .form_search_bidders [type=submit], html[lang=en-US] .search_form_winners [type=submit] {
    border-radius: 0 4px 4px 0;
  }
}
.form_ajax_search_and_pagination [type=submit] .icon-search:before, .form_search_bidders [type=submit] .icon-search:before, .search_form_winners [type=submit] .icon-search:before {
  color: #fff;
}

@media (max-width: 767px) {
  .filter_buttons {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: white;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
    padding: 16px 25px;
  }
}

.div_search {
  position: relative;
}
.div_search .search {
  display: inline-block;
  position: relative;
  width: 41.666667%;
}
@media (max-width: 767px) {
  .div_search .search {
    width: 100%;
  }
}
.div_search .search .gsc-search-box {
  width: 100% !important;
}
html[lang=en-US] .div_search .search .gsc-search-box {
  direction: ltr;
}
.div_search [data-section=amount_global_filters_selected] {
  margin-top: 8px;
}

.read_more_relative {
  display: inline-block;
}
.read_more_relative + p {
  display: inline;
}

.read_more_p {
  color: var(--read_more_p);
  text-decoration: underline;
  cursor: pointer;
}

.read_more_block {
  position: absolute;
  background-color: white;
  z-index: 11111119;
  padding: 42px;
  max-width: 85%;
  right: 50%;
  transform: translateX(50%);
  width: 981px;
}

.close_read_more {
  color: var(--color_bg_checkbox);
}

.post_type_content table {
  caption-side: top;
  float: none;
}
.post_type_content caption {
  text-align: right;
}
.post_type_content tbody, .post_type_content td, .post_type_content tfoot, .post_type_content th, .post_type_content thead, .post_type_content tr {
  border-width: 1px;
  padding: 10px;
  color: rgb(10, 10, 50);
}
.post_type_content td p {
  margin-bottom: 0;
}
.post_type_content .rteindent1 {
  margin-right: 40px;
}

.title_single {
  margin-bottom: 40px;
  color: #000000;
  font-weight: 700;
  line-height: 54px;
  text-align: right;
}
@media (max-width: 769px) {
  .title_single {
    font-size: 1.5em !important;
  }
}

.contact_persons_floor {
  max-width: 881px;
  margin-bottom: 5%;
}
.contact_persons_floor .contact_persons_title {
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 16px;
}
.contact_persons_floor .contact_persons_mail {
  text-decoration: none;
  overflow-wrap: break-word;
  font-size: 18px;
}
.contact_persons_floor .contact_persons_block {
  background-color: #F9F9F9;
  box-sizing: border-box;
  margin-bottom: 35px;
  padding: 32px;
  gap: 24px;
  border-radius: 12px;
}
@media (min-width: 767px) {
  .contact_persons_floor .contact_persons_block {
    margin-top: 0;
  }
}
.contact_persons_floor .contact_persons_subject {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.underline_floor {
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.title_default_text_floor {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
}

body.page-template-template-albums {
  background-color: #fafafa;
}
body.page-template-template-albums .site-main {
  margin-bottom: 70px;
}
body.page-template-template-albums .gallery_item {
  margin-bottom: 50px;
}
body.page-template-template-albums .gallery_item:hover .gallery_content, body.page-template-template-albums .gallery_item :focus .gallery_content {
  color: var(--main_color_blue);
}
body.page-template-template-albums .gallery_image {
  width: 100%;
  max-width: 100%;
}
body.page-template-template-albums .gallery_content {
  background-color: #FFFFFF;
  font-size: 22px;
  padding: 5px 17px;
}

.wide_important_message {
  margin-bottom: 32px;
  padding: 24px;
  box-shadow: 0px 0px 12px 0px rgba(179, 96, 255, 0.28);
  border-radius: 12px;
}
.wide_important_message .title {
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 16px;
  font-family: inherit !important;
  display: flex;
  gap: 8px;
}
.wide_important_message .title:before {
  font-family: icomoon;
  color: var(--blue_link) !important;
  font-size: 24px;
}
.wide_important_message p {
  font-size: 16px;
}
.wide_important_message p:last-child {
  margin-bottom: 0;
}
.wide_important_message a {
  color: var(--blue_link) !important;
  text-decoration: underline;
}

.rteindent1 {
  margin-right: 40px;
  margin-left: 0;
}

.row_0 {
  --bs-gutter-x: 0;
}

.row_gy-24_16, #ai_container .gutter_y {
  --bs-gutter-y: 24px;
}
@media (max-width: 767px) {
  .row_gy-24_16, #ai_container .gutter_y {
    --bs-gutter-y: 16px;
  }
}

.row_gy-24 {
  --bs-gutter-y: 24px;
}

.pink_color_icons:before {
  color: var(--link_color) !important;
}

.wp_pagination_numbers_style, .archive_nav_posts {
  text-align: center;
}
.wp_pagination_numbers_style .pagination_numbers, .archive_nav_posts .pagination_numbers {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp_pagination_numbers_style .page-numbers, .wp_pagination_numbers_style .last_page, .wp_pagination_numbers_style .first_page, .wp_pagination_numbers_style .client_pagination_btn, .archive_nav_posts .page-numbers, .archive_nav_posts .last_page, .archive_nav_posts .first_page, .archive_nav_posts .client_pagination_btn {
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  padding: 12px 16px;
  border-radius: 8px;
  display: inline-block;
  margin: 0 -2px;
}
.wp_pagination_numbers_style .page-numbers[class*=next], .wp_pagination_numbers_style .page-numbers[class*=prev], .wp_pagination_numbers_style .last_page[class*=next], .wp_pagination_numbers_style .last_page[class*=prev], .wp_pagination_numbers_style .first_page[class*=next], .wp_pagination_numbers_style .first_page[class*=prev], .wp_pagination_numbers_style .client_pagination_btn[class*=next], .wp_pagination_numbers_style .client_pagination_btn[class*=prev], .archive_nav_posts .page-numbers[class*=next], .archive_nav_posts .page-numbers[class*=prev], .archive_nav_posts .last_page[class*=next], .archive_nav_posts .last_page[class*=prev], .archive_nav_posts .first_page[class*=next], .archive_nav_posts .first_page[class*=prev], .archive_nav_posts .client_pagination_btn[class*=next], .archive_nav_posts .client_pagination_btn[class*=prev] {
  padding: 0;
  margin-left: 10px;
}
.wp_pagination_numbers_style .page-numbers[class*=next], .wp_pagination_numbers_style .last_page[class*=next], .wp_pagination_numbers_style .first_page[class*=next], .wp_pagination_numbers_style .client_pagination_btn[class*=next], .archive_nav_posts .page-numbers[class*=next], .archive_nav_posts .last_page[class*=next], .archive_nav_posts .first_page[class*=next], .archive_nav_posts .client_pagination_btn[class*=next] {
  transform: scaleX(-1);
}
html[lang=en-US] .wp_pagination_numbers_style .page-numbers[class*=next], html[lang=en-US] .wp_pagination_numbers_style .last_page[class*=next], html[lang=en-US] .wp_pagination_numbers_style .first_page[class*=next], html[lang=en-US] .wp_pagination_numbers_style .client_pagination_btn[class*=next], html[lang=en-US] .archive_nav_posts .page-numbers[class*=next], html[lang=en-US] .archive_nav_posts .last_page[class*=next], html[lang=en-US] .archive_nav_posts .first_page[class*=next], html[lang=en-US] .archive_nav_posts .client_pagination_btn[class*=next] {
  transform: none;
}
html[lang=en-US] .wp_pagination_numbers_style .page-numbers[class*=prev], html[lang=en-US] .wp_pagination_numbers_style .last_page[class*=prev], html[lang=en-US] .wp_pagination_numbers_style .first_page[class*=prev], html[lang=en-US] .wp_pagination_numbers_style .client_pagination_btn[class*=prev], html[lang=en-US] .archive_nav_posts .page-numbers[class*=prev], html[lang=en-US] .archive_nav_posts .last_page[class*=prev], html[lang=en-US] .archive_nav_posts .first_page[class*=prev], html[lang=en-US] .archive_nav_posts .client_pagination_btn[class*=prev] {
  transform: scaleX(-1);
}
.wp_pagination_numbers_style .page-numbers.current, .wp_pagination_numbers_style .page-numbers.active, .archive_nav_posts .page-numbers.current, .archive_nav_posts .page-numbers.active {
  background: var(--color_pink);
  color: #fff;
}

.image-card {
  width: 100%;
}

.event-single-content {
  text-align: initial;
}

.content_event, .post_title_event {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .post_title_event {
    font-size: 18px !important;
  }
}
.post_title_event {
  font-size: 24px;
  font-weight: 700;
  line-height: 30.8px;
  -webkit-line-clamp: 1;
}

.date_month_day {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 42px;
}
@media (max-width: 767px) {
  .date_month_day {
    font-size: 24px !important;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 991px) and (max-width: 1399px) {
  .date_month_day {
    font-size: 30px !important;
  }
}
.date_month_day {
  font-weight: 700;
  line-height: 130%;
  border-left: 4px solid var(--shine_pink_color);
}
.date_month_day .short_month {
  font-weight: 400;
  font-size: 30px;
}

.content_event, .post_title_event {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-style: normal;
}

.single-event-new {
  max-height: 145px;
  padding: 16px 24px;
}

.content_event {
  min-height: 42px;
  font-size: 16px;
  line-height: 130%; /* 20.8px */
  -webkit-line-clamp: 2;
}

.button_go {
  color: var(--shine_pink_color);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
html[lang=he-IL] .button_go:after {
  transform: rotate(180deg);
}
.button_go:after {
  content: "";
  background: var(--img_arrow_color);
  display: inline-block;
  width: 8px;
  height: 12px;
  margin-right: 10px;
}

.text_component {
  margin-right: 24px !important;
  margin-right: 0px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .text_component {
    margin-right: auto !important;
  }
}

.card_event:not(:last-child) {
  margin-bottom: 21px;
}
.card_event {
  display: flex;
  align-items: center;
  padding: 1px 5px 1px 12px;
}
@media (max-width: 767px) {
  .card_event {
    padding: 1px 5px 1px 5px !important;
  }
}
html[lang=en-US] .card_event {
  padding: 1px 0 1px 5px;
}
.card_event .single-event-new[class*=active] {
  border: 1px solid var(--pink, var(--shine_pink_color));
}
.card_event .link_to_event {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.img_event {
  margin-top: 54.8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 485px;
}
@media (max-width: 767px) {
  .img_event {
    margin-top: 0;
    height: 25vh;
  }
}

.month_list .month {
  font-size: 22px;
  font-weight: 700;
  color: var(--pink_purple);
  line-height: 30.8px; /* 140% */
  padding-bottom: 25px;
}

.wrap_month_list {
  position: relative;
  padding-left: 24px;
}
@media (max-width: 991px) {
  .wrap_month_list {
    margin-top: 20px;
    padding-left: 0;
  }
}

.events_per_month_floor {
  width: 100%;
}

.event_list_per_month {
  max-height: 485px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .event_list_per_month {
    max-height: 250px;
  }
}

.event_list_per_month ::-webkit-scrollbar {
  display: none; /* Chrome, Safari, and Opera */
}

.events .events_per_month_floor .slick-prev, .events .events_per_month_floor .slick-next {
  z-index: 9;
  margin-top: 5px;
  width: 32px;
  height: 32px;
  padding: 0px 10px;
  display: flex;
  border: 1px solid var(--main_color_dark_pink);
  border-radius: 50%;
  position: absolute !important;
  align-items: center;
  top: 0;
  right: auto;
  transform: none;
}
.events .events_per_month_floor .slick-prev:after, .events .events_per_month_floor .slick-next:after {
  content: "";
  background-image: var(--event_arrow);
  display: inline-block;
  width: 16px;
  height: 16px;
}
.events .events_per_month_floor .slick-next {
  left: 24px;
}
@media (max-width: 767px) {
  .events .events_per_month_floor .slick-next {
    left: 0;
  }
}
html[lang=en-US] .events .events_per_month_floor .slick-next {
  transform: rotate(180deg);
}
.events .events_per_month_floor .slick-prev {
  left: 67px;
}
@media (max-width: 767px) {
  .events .events_per_month_floor .slick-prev {
    left: 45px;
  }
}
html[lang=he-IL] .events .events_per_month_floor .slick-prev {
  transform: rotate(180deg);
}
.events .events_per_month_floor .slick-disabled, .events .events_per_month_floor .slick-arrow[aria-disabled=true] {
  background-color: #e5e1e1;
  cursor: default;
}

.all_events_english {
  padding: 0 !important;
}

.width_events_new {
  margin: 0 !important;
  width: 100%;
  position: relative;
  --bs-gutter-x: 0;
}
@media (max-width: 767px) {
  .width_events_new {
    margin: 0 !important;
  }
  .width_events_new .slick-slider {
    padding: 0 !important;
  }
}
.width_events_new .slick-slider {
  padding-right: 0 !important;
}

.all_title {
  font-size: 34px;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 44px;
}

.all_sub_title {
  padding: 0 38px;
}

.titles_stories {
  margin-bottom: 25px;
  padding-top: 100px;
  text-align: center;
}

.event_list_per_month::-webkit-scrollbar-thumb {
  background-color: var(--Neutral-950, #0C0A09);
  border-radius: 4px;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.event_list_per_month {
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

.event_list_per_month::-webkit-scrollbar {
  width: 8px;
  background: var(--Neutral-200, #E5E5E5);
  -webkit-appearance: none;
}

.event_list_per_month::-webkit-scrollbar-track {
  background-color: transparent;
}

.designed_select {
  color: #221d5e;
  position: relative;
  width: 100%;
}
.designed_select .s-hidden {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
}
.designed_select:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-100%) rotate(-45deg);
  width: 9px;
  height: 9px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.designed_select .form_control {
  border: 1px solid rgba(34, 29, 94, 0.3);
  border-radius: 4px;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
  padding-left: 30px;
  padding-right: 12px;
  width: 100%;
  line-height: 1;
  position: relative;
  margin-bottom: 3px;
}
.designed_select ul {
  background-color: white;
  padding: 0;
  border-radius: 0.25rem;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  z-index: 99;
  transition: opacity 0.3s, visibility 0s 0.3s, transform 0.3s ease;
  overflow: auto;
  max-height: 25vh;
  opacity: 0;
  visibility: hidden;
  list-style: none;
}
.designed_select ul li {
  padding: 12px;
  cursor: pointer;
}
.designed_select ul li:focus, .designed_select ul li:hover {
  background-color: rgba(20, 21, 26, 0.05);
}
.designed_select ul li.selected {
  background-color: rgba(34, 29, 94, 0.2);
}
.designed_select .default {
  background-color: rgba(20, 21, 26, 0.05);
}
.designed_select.results_visible ul {
  opacity: 1;
  visibility: visible;
}

.english_page {
  text-align: left;
  direction: ltr;
}
.english_page ul > li {
  margin-right: 0 !important;
  margin-left: 20px;
}
.english_page ul > li:before {
  transform: rotate(180deg);
  left: 14px;
  right: auto;
}

@media (max-width: 767px) {
  html.filtering_page .filterby:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: var(--link_color);
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
  }
  html.filtering_page[lang=en-US] .filterby:before {
    transform: translate(-50%, -50%);
  }
}

.additional_information_note {
  font-size: 12px;
  font-weight: 500;
  color: rgba(34, 29, 94, 0.5);
  line-height: 1.83;
}

.podcast_item {
  position: relative;
  height: 180px;
}
@media (max-width: 767px) {
  .podcast_item {
    height: 155px;
  }
}
.podcast_item .text_width {
  padding: 0 12px;
  max-height: 194px;
}
.podcast_item .text_width .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  font-weight: 500;
  max-width: 245px;
  font-size: 18px;
  line-height: 22px;
}
.podcast_item .text_width .excerpt {
  word-break: break-word;
  overflow: hidden;
  min-height: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 991px) {
  .podcast_item .padding_podcast, .podcast_item .margin_bottom {
    margin-bottom: 5%;
  }
}
.podcast_item iframe * {
  height: 100%;
}
.podcast_item iframe {
  border-radius: 0 0 10px 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 180px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .podcast_item iframe {
    height: 155px;
  }
}
.podcast_item iframe .encore-dark-theme {
  height: 100%;
}
.podcast_item .podcast_wrap_content {
  padding-bottom: 15px;
  padding-top: 15px;
}
.podcast_item .podcast_wrap_content .excerpt, .podcast_item .podcast_wrap_content .title {
  text-align: right;
}
.podcast_item .name_subject_icon {
  display: flex;
  padding-right: 11px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex-direction: row;
}
.podcast_item .name_subject_icon:before {
  display: inline-block;
  content: url(../assets/icons/Group.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 10px;
}
.podcast_item .name_subject_icon .category_block, .podcast_item .podcast_category .category_block {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  word-break: break-all;
  width: fit-content;
  -webkit-box-orient: vertical;
  max-width: 200px;
}
.podcast_item .name_subject_icon .category_block:before, .podcast_item .podcast_category .category_block:before {
  display: inline-block;
  content: url(../assets/icons/Group.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 10px;
}
.podcast_item .cat_name {
  display: flex;
  flex-wrap: nowrap;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  margin-bottom: 15px;
}
.podcast_item .cat_name .icon_arrow_white {
  position: absolute;
  top: 0;
  left: 0;
  height: 180px;
}
.podcast_item .cat_name .icon_arrow_white:after {
  display: inline-block;
  content: url(../assets/icons/Vector_podcast.png);
  background-size: cover;
  color: rgba(255, 255, 255, 0.3);
  background-repeat: no-repeat;
}
html[lang=en-US] .podcast_item .cat_name .icon_arrow_white:after {
  transform: rotate(90deg);
  margin-right: 2px;
  margin-top: -2px;
}

html[lang=en-US] .event-single-padding {
  direction: ltr;
}
@media (max-width: 767px) {
  .event-single-padding {
    padding-bottom: 9px;
  }
}
.event-single-padding .event_single {
  margin-bottom: 0px;
  height: 618px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1215686275);
  background-color: var(--cubes_bg_color);
  text-align: right;
  color: var(--drop_down_color_txt);
  animation-duration: 300ms;
}
@media (max-width: 767px) {
  .event-single-padding .event_single {
    height: auto;
  }
}
.event-single-padding .event_single:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}
.event-single-padding .event_single:hover .image-card:after, .event-single-padding .event_single:hover .image-card.has_background_image:after {
  content: "";
  display: inline-block;
  z-index: 111;
  position: absolute;
}
.event-single-padding .event_single .event-single-address {
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.event-single-padding .event_single .event-single-content {
  padding: 30px 30px 48px 30px;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .event-single-padding .event_single .event-single-content {
    padding: 30px 12px 48px 12px;
  }
}
@media (max-width: 767px) {
  .event-single-padding .event_single .event-single-content {
    padding: 30px 15px 48px 15px;
  }
}
.event-single-padding .event_single .event-single-content .icon-script {
  width: 48px;
  height: 48px;
  font-size: 48px;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .event-single-padding .event_single .event-single-content .icon-script {
    width: 35px;
    height: 35px;
    font-size: 35px;
  }
}
.event-single-padding .event_single .single-event-day {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
.event-single-padding .event_single .single-event_btn {
  margin: auto;
}
.event-single-padding .event_single .single-event-excerpt {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 24px;
  min-height: 56px;
}
.event-single-padding .event_single .title-event {
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 16px;
  min-height: 72px;
  color: inherit;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-align: right !important;
}
.event-single-padding .image-card {
  height: 257px;
  border-top-right-radius: 10px;
  background-size: cover;
  border-top-left-radius: 10px;
  max-width: 100%;
  min-width: -webkit-fill-available;
}
.event-single-padding .event-single-details {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 32px;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1399px) {
  .event-single-padding .event-single-details {
    padding-bottom: 16px;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .event-single-padding .event-single-details {
    gap: 8px;
  }
}
.event-single-padding .event-single-details .number-day_name-month {
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .event-single-padding .event-single-details .number-day_name-month {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .event-single-padding .event-single-details .number-day_name-month {
    font-size: 24px;
    line-height: 32px;
  }
}
.event-single-padding .event-single-details .event-single-location-hour {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  text-align: right;
  color: var(--main_color_gray);
  width: calc(100% - 50px);
}

.categories_filters_component {
  margin: 32px 0px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
}
@media (max-width: 991px) {
  .categories_filters_component {
    margin: 16px 0;
  }
}

.categories_filters {
  border: 1.5px solid #FFFFFF;
  border-radius: 10px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  margin-right: 8px;
  padding: 8px 16px;
}
.categories_filters > span {
  height: 30px;
  width: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.categories_filters {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
@media (max-width: 991px) {
  .categories_filters {
    column-gap: 6px;
  }
}

.categories_filters[class*=certain_category_is_selected] {
  border: 1.5px solid #0D9488 !important;
  background: #0D9488;
}
.categories_filters[class*=certain_category_is_selected]:before {
  content: "";
  display: inline-block;
  background-image: url(../assets/icons/marking.svg);
  width: 24px;
  height: 24px;
  padding: 7.43px 6.42px 8px 6.43px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.categories_filters[class*=active] {
  border: 1.5px solid #0D9488 !important;
  background: #0D9488;
  display: flex;
}
.categories_filters[class*=active] > span {
  display: none;
}
.categories_filters[class*=active]:before {
  content: "";
  display: inline-block;
  background-image: url(../assets/icons/marking.svg);
  width: 24px;
  height: 24px;
  padding: 7.43px 6.42px 8px 6.43px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.title_page_proposal {
  font-size: 20px;
  font-weight: 500;
  line-height: 31px;
  margin: 40px 0 0 0;
}
@media (max-width: 767px) {
  .title_page_proposal {
    margin-top: 20px;
  }
}

.button_to_the_event {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

.single-event .floor_title, #ai_container .floor_title, #proposals_page .floor_title {
  font-size: 44px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 24px !important;
}
@media (max-width: 991px) {
  .single-event .floor_title, #ai_container .floor_title, #proposals_page .floor_title {
    font-size: 28px;
  }
}
.single-event .to_all_link, #ai_container .to_all_link, #proposals_page .to_all_link {
  text-decoration: underline;
  color: var(--pink_purple);
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.no-banner {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .no-banner {
    margin-top: 60px;
  }
}

.has-large-font-size {
  word-break: break-word;
}

.logos_stripe + .no-banner {
  margin-top: 80px;
}

.button_to_the_event, .title_read_more, .national_program_report_floor .report_wrap a, .post-type-archive-np_report .report_wrap a {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: var(--light_purple) !important;
}
.button_to_the_event:after, .title_read_more:after, .national_program_report_floor .report_wrap a:after, .post-type-archive-np_report .report_wrap a:after {
  content: "\e902" !important;
  font-family: icomoon !important;
  display: inline-block;
  font-size: 14px;
  margin-right: 3px;
}
html[lang=en-US] .button_to_the_event:after, html[lang=en-US] .title_read_more:after, html[lang=en-US] .national_program_report_floor .report_wrap a:after, .national_program_report_floor .report_wrap html[lang=en-US] a:after, html[lang=en-US] .post-type-archive-np_report .report_wrap a:after, .post-type-archive-np_report .report_wrap html[lang=en-US] a:after {
  transform: scaleX(-1) !important;
}

.btn_default {
  height: 54px;
  width: 280px !important;
  margin: 39px auto 0 auto;
}

.btn_all_events, .btn_shard, .general_gradient_btn_in_front_page, .btn_shard_small {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  background: var(--purple_bg_color);
  border: none;
}
.btn_all_events:hover, .btn_shard:hover, .general_gradient_btn_in_front_page:hover, .btn_shard_small:hover {
  color: var(--purple_bg_color) !important;
  background: #FFFFFF !important;
  outline: 1px solid var(--purple_bg_color) !important;
}

p.has-background {
  padding: 24px;
}

@media (min-width: 767px) {
  .newsletter_wrap {
    margin: 0 25% 0 13%;
  }
  html[lang=en-US] .newsletter_wrap {
    margin: 0 13% 0 25%;
  }
}
@media (max-width: 767px) {
  .newsletter_wrap {
    margin: 0 3.3% 0 3.3%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .newsletter_wrap {
    margin: auto;
    max-width: 90%;
  }
}

.divisions_floor, .back_what_new, #industry-data-homepage, .all_events, .kol_kore_floor, .container_item_contact {
  padding: var(--space_52) 0;
}

.menu-footer-menu-container {
  width: 100%;
}

.title_bold {
  margin-bottom: 18px;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.page_block {
  border-radius: 12px;
  text-align: right;
  position: relative;
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 20px;
  min-height: 176px;
  display: block;
  color: #000000;
  width: 100%;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1215686275);
}
.page_block:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}

.sub_title_bold {
  margin-bottom: 20px;
  color: var(--light_purple);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0;
}

.icon-ooui_next {
  font-size: 20px;
}

a:hover {
  color: var(--pink_purple);
}

.text_color {
  color: var(--purple_bg_color);
}

.text_center {
  text-align: center;
}

.link_arrow {
  color: #000000;
  border-bottom: 1px solid var(--light_purple);
}

.operation_link {
  padding: 16px 24px;
  animation-duration: 300ms;
}
@media (max-width: 767px) {
  .operation_link {
    padding: 16px 12px;
  }
}
.operation_link:hover .icon-download1:before {
  top: 20%;
}
.operation_link .icon-download1:before {
  position: relative;
  margin-left: 5px;
}

.icon-download1 {
  position: relative;
  margin-left: 36px;
}
.icon-download1:before {
  position: absolute;
  right: 0px;
  top: 0;
}

.single-document .site-main .container {
  margin-bottom: 8%;
}

.download_file .text_download {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.download_file {
  display: inline-block;
  height: 48px;
  padding: 13px 19px 13px 19px;
  gap: 8px;
  border-radius: 8px;
  width: fit-content;
  text-align: center;
  display: flex;
  text-decoration: none !important;
  background: var(--link_color) !important;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}
@media (min-width: 767px) {
  .download_file {
    margin-bottom: 20px;
  }
}
.download_file .icon-download1 {
  padding-right: 15px;
  padding-left: 0px;
  margin: 0;
}
.download_file .icon-download1:before {
  color: #FFFFFF;
}
.download_file:hover {
  color: var(--link_color) !important;
  background: #FFFFFF !important;
  border: 1px solid var(--link_color);
}
.download_file:hover .icon-download1:before {
  color: var(--link_color) !important;
}

.search_google .gsc-control-cse form.gsc-search-box button.gsc-search-button {
  padding: 0 !important;
}

.event-single-padding:first-child .image-card:after, .event-single-padding .animation_first .image-card:after, .event-single-padding.animation_first .image-card:after {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../assets/icons/one_arrow.png);
  width: 100%;
  height: 100%;
}
.event-single-padding:nth-child(2) .image-card:after, .event-single-padding .animation_two .image-card:after, .event-single-padding.animation_two .image-card:after {
  background-image: url(../assets/icons/two_arrow.png);
  width: 100%;
  height: 100%;
}
.event-single-padding:nth-child(3) .image-card:after, .event-single-padding .animation_three .image-card:after, .event-single-padding.animation_three .image-card:after {
  background-image: url(../assets/icons/three_arrow.png);
  width: 104.57px;
  height: 100%;
  left: 43.19px;
}

.read_more {
  font-size: 18px;
}
html[lang=en-US] .read_more:hover .icon-arrow-left, html[lang=en-US] .read_more:hover .icon-bullet, html[lang=en-US] .read_more:hover .icon-arrow-right {
  transform: translateX(15%);
}
.read_more:hover .icon-arrow-left, .read_more:hover .icon-bullet, .read_more:hover .icon-arrow-right {
  transform: translateX(-15%);
}

.btn_shard_small {
  width: fit-content !important;
  height: 35px;
  border-radius: 8px;
  background: var(--purple_bg_color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  padding: 10px 20px;
  margin: auto;
}

[data-lines] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

[data-lines="1"] {
  -webkit-line-clamp: 1;
}

[data-lines="2"] {
  -webkit-line-clamp: 2;
}

[data-lines="3"] {
  -webkit-line-clamp: 3;
}

[data-lines="4"] {
  -webkit-line-clamp: 4;
}

[data-lines="5"] {
  -webkit-line-clamp: 5;
}

.element_general:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}

.rich_text a {
  color: var(--link_color);
}
.rich_text a, .rich_text u {
  word-break: break-word;
  text-decoration: none;
}
.rich_text a:hover, .rich_text u:hover {
  text-decoration: underline;
}

.icon-arrow-right:before {
  color: var(--link_color) !important;
}

.read_more {
  display: flex;
  align-items: center;
  color: var(--link_color);
}
.read_more span:before {
  color: var(--link_color);
}

.icon-ooui_next:before {
  color: #000000;
}

.contact_title {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 700;
  line-height: 100%;
}

.close_tabs_content {
  left: 33px;
  position: absolute;
}

.purple_bg {
  background-color: var(--main_color_blue);
}

.play-pause-button {
  position: absolute;
  top: 70%;
  left: 12.7%;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  z-index: 1;
}
@media (max-width: 1599px) and (min-width: 767px) {
  .play-pause-button {
    top: auto;
    bottom: 10%;
  }
}
@media (max-width: 767px) {
  .play-pause-button {
    top: auto;
    bottom: 4%;
  }
}
@media (max-width: 991px) {
  .play-pause-button {
    left: calc(50% - 70px);
  }
}
.play-pause-button .icon-pause1, .play-pause-button .icon-pause2 {
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  font-size: 47px;
}

.icon-scroll {
  cursor: pointer;
  position: absolute;
  left: 50%;
  font-size: 56px;
  top: 70%;
}
@media (max-width: 1599px) and (min-width: 767px) {
  .icon-scroll {
    top: auto;
    bottom: 10%;
  }
}
@media (max-width: 767px) {
  .icon-scroll {
    top: auto;
    bottom: 4%;
  }
}

.to_suitable_route_button, .registration_btn {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  width: 278px;
  background-color: #fff;
  color: var(--pink_purple);
  border-radius: 8px;
  display: flex;
  padding: 16px 24px;
  border: none;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  animation: 3s ease-in 0s alternate forwards button_animation;
}
@media (max-width: 991px) {
  .to_suitable_route_button, .registration_btn {
    margin: 28px auto 100px;
  }
}
.to_suitable_route_button:hover, .registration_btn:hover {
  background: rgba(255, 255, 255, 0.3019607843);
}

.gx-30 {
  --bs-gutter-x: 30px;
}

@media (min-width: 992px) {
  .gx-lg-60 {
    --bs-gutter-x: 60px;
  }
}

.slide-gap-12 .slick-slide {
  margin: 0 12px;
}
.slide-gap-12 .slick-list {
  margin: 0 -12px;
}

html[lang=he-IL] .slick-prev {
  transform: rotate(180deg);
}

.underline-offset-7 {
  text-decoration: underline;
  text-underline-offset: 7px;
}

.site-main ul:not(.list-unstyled):not(.slick-dots)[data-depth="0"] {
  padding: 0 15px;
  list-style: none !important;
}
.site-main ul:not(.list-unstyled):not(.slick-dots)[data-depth="0"] > li {
  padding-right: 12px;
  position: relative;
}
.site-main ul:not(.list-unstyled):not(.slick-dots)[data-depth="0"] > li::before {
  content: "\e9ac" !important;
  color: var(--light_purple);
  font-size: 16px;
  font-family: "icomoon" !important;
  font-style: normal;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
}
html[lang=en-US] .site-main ul:not(.list-unstyled):not(.slick-dots)[data-depth="0"] > li::before {
  content: "\e9b8" !important;
  transform: translateX(-100%);
}
.single-kol_kore .site-main ul:not(.list-unstyled):not(.slick-dots)[data-depth="0"] > li::before, .single-call_for_proposals .site-main ul:not(.list-unstyled):not(.slick-dots)[data-depth="0"] > li::before {
  color: #00DEA5;
}
.site-main ul:not(.list-unstyled):not(.slick-dots)[data-depth="0"] > li ul {
  padding: 0 15px;
}
.site-main ul:not(.list-unstyled):not(.slick-dots)[data-depth="0"] > li ul > li {
  padding-right: 5px;
}
.site-main ul:not(.list-unstyled):not(.slick-dots)[data-depth="0"] > li ul > li::marker {
  content: "\e9ac" !important;
  color: var(--light_purple);
  font-size: 16px;
  font-family: "icomoon" !important;
  font-style: normal;
  transform: translateX(100%);
}
html[lang=en-US] .site-main ul:not(.list-unstyled):not(.slick-dots)[data-depth="0"] > li ul > li::marker {
  content: "\e9b8" !important;
  transform: translateX(-100%);
}
.single-kol_kore .site-main ul:not(.list-unstyled):not(.slick-dots)[data-depth="0"] > li ul > li::marker, .single-call_for_proposals .site-main ul:not(.list-unstyled):not(.slick-dots)[data-depth="0"] > li ul > li::marker {
  color: #00DEA5;
}

ol ol, ol li {
  padding: 0;
}

.icon-download {
  animation-name: animation_up_and_down;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

.gx-12px {
  --bs-gutter-x: 12px ;
}

.normal_icon_en {
  border: 0.6px solid #000000;
  border-radius: 4px;
  font-weight: 600;
  padding: 6px;
  font-size: 24px;
  display: flex !important;
}
.normal_icon_en:before {
  font-size: 18px;
}

.logo_site {
  max-width: 100%;
  height: 52px;
}
@media (max-width: 767px) {
  .logo_site {
    max-width: 88px;
    object-fit: contain;
    height: auto;
  }
}

.container {
  width: 90%;
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 991px) and (max-width: 1399px) {
  .container {
    max-width: 90%;
  }
}

.container-text {
  width: 52.76%;
  max-width: 994px;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .container-text {
    width: 90%;
  }
}

.small-container {
  max-width: 1025px;
}

.general_ajax_load_more {
  background: var(--pink_purple);
  color: #FFFFFF;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: flex;
  margin: auto;
  height: 54px;
  width: 280px;
  max-width: 100%;
  line-height: 120%;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.general_ajax_load_more:hover {
  background: #FFFFFF;
  color: var(--pink_purple);
  border: 1px solid var(--pink_purple);
}
.general_ajax_load_more:hover span:after, .general_ajax_load_more:hover span:before, .general_ajax_load_more:hover:after, .general_ajax_load_more:hover:before {
  color: var(--pink_purple) !important;
}
.general_ajax_load_more span:after, .general_ajax_load_more span:before, .general_ajax_load_more:after, .general_ajax_load_more:before {
  color: #FFFFFF !important;
}
.general_ajax_load_more:after, .general_ajax_load_more:before {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .general_ajax_load_more {
    max-width: 100%;
  }
}
.general_ajax_load_more:active {
  border: var(--pink_purple) solid 2px;
}
.general_ajax_load_more .icon_first_load_more {
  font-size: medium;
  padding-right: 0;
  padding-left: 0;
  color: white;
}
html[lang=en-US] .general_ajax_load_more .icon_first_load_more {
  transform: rotate(180deg);
}

body.single-contact .contact_item_title {
  font-weight: 500;
}

.page-template-template-about #site_main {
  margin-bottom: 5%;
}
.page-template-template-about .tabs_row {
  column-gap: 48px;
  justify-content: flex-start;
}
.page-template-template-about .tabs_row .tab_link:hover {
  text-decoration: none;
}
.page-template-template-about .tabs_row .tab_link {
  color: #000000 !important;
}
.page-template-template-about .tabs_row .tab_link.active {
  color: #530586 !important;
}
.page-template-template-about .tabs_row .tab_link {
  padding: 0;
}
.page-template-template-about .area_management_floor {
  padding-bottom: 60px;
  margin-bottom: 30px;
}
.page-template-template-about .contacts {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 42px;
}
@media (max-width: 767px) {
  .page-template-template-about .contacts {
    --bs-gutter-x: 0;
    --bs-gutter-y: 20px;
  }
}
.page-template-template-about .wrap_background_image {
  display: flex;
}
@media (max-width: 767px) {
  .page-template-template-about .is-layout-flow {
    padding-top: 10px;
  }
}
.page-template-template-about .wrap_tabs_row_inside, .page-template-template-about .wrap_tabs_row {
  border-bottom: 1px solid #ebebeb;
  background-color: #f8f8f8;
  padding: 0;
  width: 100%;
  left: 0;
}
.page-template-template-about .tabs_row {
  border-style: none;
  margin: auto;
}
.page-template-template-about .rich_text li:before {
  color: var(--light_purple);
}

#site_main .about_us {
  margin: 1em auto 2em;
  width: 90%;
  padding-top: 60px;
  max-width: 100%;
}

/*#site_main .wrap_tabs_row_inside {*/
/*    background-color: #f8f8f8;*/
/*    position: absolute;*/
/*    display: table;*/
/*    width: 100%;*/
/*    left: 0;*/
/*    height: auto;*/
/*    text-align: center;*/
/*    border-bottom: 1px solid #ebebeb;*/
/*    padding: 0 20%;*/
/*}*/
/*#site_main .tabs_row{*/
/*    width: 100%;*/
/*    !*padding: 1em 0 12px;*!*/
/*    !*padding: 7px 20% 0;*!*/
/*    line-height: normal;*/
/*    justify-content: center;*/
/*    padding: 1em 0 12px;*/
/*}*/
/*#site_main .tabs_row >.tab_link{*/
/*    padding: 7px 0 8px;*/
/*    text-decoration: none;*/
/*    font-weight: 500;*/
/*    font-size: 20px;*/
/*    color: #b70075;*/
/*    margin: 0 5%;*/
/*    !*padding: 0.5em 0;*!*/
/*    border: unset;*/
/*}*/
/*#site_main .tabs_row >.tab_link.active {*/
/*    border-bottom: 4px solid #b50075 !important;*/
/*}*/
.area_contacts > :last-child {
  padding-bottom: 22px;
}

@media (max-width: 767px) {
  .area_management_container {
    padding: 0;
  }
}

@media (max-width: 992px) {
  .management_item_col {
    width: 100%;
  }
  .area_management .management_item_col:nth-child(1) .management_item:after {
    margin-right: 47%;
  }
  .area_management .management_item_col:nth-child(2) .management_item:after {
    margin-right: 43%;
    transform: rotate(180deg);
  }
  .area_management .management_item_col:nth-child(2) .management_item .management_item_content {
    left: 0;
    right: unset;
  }
  .area_management .management_item_col {
    padding: 0 15px;
  }
  .area_management {
    margin: unset;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .wrap_background_image {
    padding: 0 15px;
  }
}
@media (max-width: 992px) and (min-width: 767px) {
  .wrap_contacts .wrap_background_image:nth-child(odd) {
    padding: 0 12px 24px 24px;
  }
}
@media (max-width: 992px) and (min-width: 767px) {
  .wrap_contacts .wrap_background_image:nth-child(even) {
    padding: 0 24px 24px 12px;
  }
}
@media (max-width: 992px) {
  .wrap_contacts .title_contacts {
    margin-bottom: 24px;
  }
}
.title_contacts {
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  .title_contacts {
    font-size: 34px;
  }
}
.title_contacts {
  margin-top: var(--space_80);
  margin-bottom: 6px;
}

.wrap_contacts {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  border: 0;
}

.contact_item {
  position: relative;
  max-width: 400px;
  width: 100%;
  height: auto;
  margin: auto;
  border-radius: 3%;
  object-fit: cover;
}

.contact_item_content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../assets/icons/corners-headband.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}
html[lang=he-IL] .contact_item_content:before {
  transform: rotateY(360deg); /* Rotate the background image */
}
html[lang=en-US] .contact_item_content:before {
  transform: scale(-1, 1);
}
.contact_item_content {
  width: 90%;
  position: absolute;
  bottom: 3px;
  left: 50%;
  color: #FFFFFF;
  height: 22.6%;
  padding-right: 9%;
  padding-top: 6%;
  overflow: hidden;
}

.contact_item_role {
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  max-width: 52%;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media (min-width: 767px) and (max-width: 1199px) {
  .contact_item_role {
    font-size: 14px;
  }
}

.contact_item_title {
  font-size: 22px;
  line-height: 100%;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 700;
  margin-bottom: 2px;
}
@media (min-width: 767px) and (max-width: 1199px) {
  .contact_item_title {
    font-size: 16px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .contact_item_title {
    font-size: 18px;
  }
}

.contact_item_role {
  font-size: 16px;
  line-height: normal;
}
@media (max-width: 767px) {
  .contact_item_role {
    font-size: 14px;
  }
}

.contact_item_image {
  max-width: 100%;
}

/*.wrap_background_image {*/
/*    width: 25%;*/
/*}*/
@media (max-width: 768px) {
  /*.wrap_background_image {*/
  /*    width: 50%;*/
  /*}*/
  .management_item {
    flex-wrap: nowrap;
    display: flex !important;
  }
  .management_item:before {
    padding-top: 0 !important;
  }
  .management_item_content {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    position: relative !important;
    top: 0 !important;
    transform: none !important;
  }
  .management_item_col:nth-child(even) .management_item_content {
    order: 1;
  }
  /*body.page-template-template-about .wrap_tabs_row_inside {*/
  /*    display: none;*/
  /*}*/
}
.area_management_floor {
  padding-top: 80px;
  background-color: #F9F9F9;
}
@media (max-width: 767px) {
  .area_management_floor {
    padding-top: 20px;
  }
}

@media (min-width: 1199px) {
  .wrap_person, .writer_wrap {
    width: 30.695%;
  }
}

.management_item_image {
  width: 100%;
  position: relative;
}

.management_item_image {
  border-radius: 8px;
  padding-top: 125%;
}
.management_item_image .linkedin_link {
  width: 35px;
  border-radius: 20px;
  height: 35px;
  position: absolute;
  right: 12px;
  top: 12px;
  transition: transform 0.2s;
  display: flex;
  background-color: #0d6efd;
}
.management_item_image .linkedin_link:hover {
  transform: scale(1.15);
}
.management_item_image .linkedin_link:active {
  background-color: var(--purple_bg_color);
}

.management_item_title {
  font-size: 1.2em;
}

.area_contacts .contact_item_role {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .area_contacts .contact_item_role {
    font-size: 12px;
  }
}

.area_management {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 42px;
  margin: 0;
}

.media_banner, .media_banner a {
  color: white;
  text-align: center;
}

body.blog .blog_side_headers {
  font-weight: bold;
  font-size: 22px;
  line-height: 40px;
  margin-top: 65px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  body.blog .blog_side_headers {
    margin: 0;
  }
}

.single_blog .wrap-posts {
  row-gap: 30px;
  --bs-gutter-x:30px;
}
.single_blog .wrap-posts .post_card {
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1215686275);
  overflow: hidden;
}
@media (min-width: 991px) {
  .single_blog .wrap-posts .post_card {
    flex: 0 1 calc(50% - 30px);
  }
}
.single_blog .wrap-posts .post_card {
  display: flex;
}
.single_blog .wrap-posts .post_card:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}
.single_blog a:hover {
  color: #201873;
}
.single_blog .post_wrap img {
  transform: none;
  object-fit: cover;
  min-height: 188px;
  height: 100%;
  width: 154px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .single_blog .post_wrap img {
    justify-content: start;
    height: 230px;
  }
}
@media (max-width: 767px) {
  .single_blog .post_wrap img {
    transform: none;
    width: 125px;
    margin: 0;
  }
}
.single_blog .separation_post_wrap {
  width: 32px;
  height: 1px;
  background-color: #530586;
  border: 1.5px solid #530586;
  margin: 29px 30px 4px 0;
}
@media (max-width: 720px) {
  .single_blog .separation_post_wrap {
    margin-top: 18px;
  }
}
.single_blog .form_field_select_filter {
  margin-bottom: 5px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .single_blog .form_field_select_filter {
    margin-bottom: 0;
  }
}
.single_blog .label_select_filter {
  color: #212121;
  margin-left: 24px;
  font-weight: 500;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .single_blog .label_select_filter {
    margin-bottom: 10px;
  }
}
.single_blog .wrap_select_filter_posts {
  position: relative;
  width: 70%;
  max-width: 388px;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 767px) {
  .single_blog .wrap_select_filter_posts {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}
.single_blog .wrap_select_filter_posts:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 33px;
  transform: translateY(-50%) rotate(45deg);
  width: 9px;
  height: 9px;
  border-right: 3px solid #000000;
  border-bottom: 3px solid #000000;
  transition: all 0.3s;
}
html[lang=en-US] .single_blog .wrap_select_filter_posts:after {
  transform: translateY(-50%) rotate(-45deg);
}
.single_blog #js_filter_cat {
  color: #201873;
  border: 1px solid #000000;
  width: 100%;
  border-radius: 4px;
  margin: 0;
  position: relative;
  height: auto;
  background-color: white;
  -webkit-appearance: none;
  padding: 18px 12px;
}
.single_blog #js_filter_cat.active ~ .wrap_select_filter_posts .active:after {
  transform: translateY(-50%) rotate(223deg);
}
.single_blog .post_card {
  height: 100%;
}
.single_blog .post_card_content {
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 6px;
  height: 100%;
  flex: 1;
}
.single_blog .post_card_content div {
  margin-top: 5px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .single_blog .post_card_content {
    box-shadow: 0 0 0 0 white;
    width: 65%;
  }
}
@media (max-width: 767px) {
  .single_blog .post_card_content {
    padding: 16px 16px;
    word-break: break-word;
    width: 100%;
    box-shadow: 0 0 0 0 white;
  }
  .single_blog .post_card_content a.post_wrap {
    line-height: 120%;
    font-size: 22px;
  }
}
.single_blog .post_card_content .category a {
  color: var(--bg_color_blue);
}
.single_blog .post_card_content a.post_wrap, .single_blog .post_card_content a.wpp-post-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #0D0D0D;
}
@media (max-width: 767px) {
  .single_blog .post_card_content .post_details_wrap {
    margin-top: 9px !important;
    line-height: 1 !important;
  }
}
@media (min-width: 991px) and (max-width: 1399px) {
  .single_blog .post_card_content .post_details_wrap {
    margin-top: 5px;
  }
}
.single_blog .post_card_content .date_separation, .single_blog .post_card_content .post_details_wrap {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
  font-size: 20px;
  display: inline;
}
@media (max-width: 767px) {
  .single_blog .post_card_content .date_separation, .single_blog .post_card_content .post_details_wrap {
    font-size: 14px;
  }
}
.single_blog .post_card_content .date_separation, .single_blog .post_card_content .post_details_wrap {
  line-height: 100%;
}
.single_blog .post_card_content .post_details_wrap .writer_separation, .single_blog .post_card_content .writer_mp_date {
  text-align: right;
  font-weight: 500;
  line-height: 1.42857143;
  color: var(--link_color);
  opacity: 0.4;
  display: inline;
}
.single_blog .post_card_content .post_wrap, .single_blog .post_card_content .wpp-post-title {
  font-size: 24px;
  font-weight: bold;
  display: block;
}
@media (max-width: 767px) {
  .single_blog .post_card_content .post_wrap, .single_blog .post_card_content .wpp-post-title {
    font-size: 22px;
  }
}
.single_blog .post_card_content .more_read_post {
  margin-right: 25%;
}
@media (max-width: 991px) {
  .single_blog .post_card_content .more_read_post {
    margin-right: 15px;
  }
}
.single_blog .post_card_content .wpp-taxonomy, .single_blog .post_card_content .separation_popular_post, .single_blog .post_card_content .post_writer {
  color: var(--link_color);
}
.single_blog .post_card_content #banner {
  margin-top: 58px;
}
@media (max-width: 720px) {
  .single_blog .post_card_content #banner {
    background-color: #af0577;
  }
}
.single_blog .post_card_content .single_tag_title {
  color: var(--main_color_dark_blue);
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 33px;
}
.single_blog .post_card_content .post_card.row {
  height: 175px;
  margin-bottom: 50px;
  --bs-gutter-x: 0;
}
@media (max-width: 991px) {
  .single_blog .post_card_content .post_card.row {
    margin-bottom: 0px;
    height: auto;
    background: none;
  }
}
.single_blog .post_card_content .post_card.row .col-md-3 {
  width: auto;
  max-width: 25%;
}
@media (max-width: 767px) {
  .single_blog .post_card_content .post_card.row .col-md-3 {
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .single_blog .post_card_content .post_card.row .col-md-3 {
    max-width: 60%;
    width: 60%;
  }
}

.tax-writer #posts_block {
  display: flex;
  flex-direction: column;
}
.tax-writer #posts_container {
  background-color: #F9F9F9;
}
.tax-writer .writers_component {
  background-color: #FFFFFF;
  padding-bottom: var(--space_120);
}

#posts_container {
  padding-bottom: var(--space_80);
}

.writers_component {
  background-color: #F9F9F9;
  padding-bottom: var(--space_80);
}
.writers_component .all_writers {
  justify-content: center;
  --bs-gutter-x: 42px;
  --bs-gutter-y: 42px;
  margin: 0;
}
@media (max-width: 991px) {
  .writers_component .all_writers {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
    justify-content: space-between;
  }
}
.writers_component .writer_name_wrap {
  font-size: 16px;
  font-weight: bold;
}
.writers_component .col_header {
  text-align: center;
}
.writers_component .writer_wrap {
  overflow: hidden;
}
@media (max-width: 991px) {
  .writers_component .writer_wrap {
    margin-bottom: 5px;
  }
}
.writers_component .writer_wrap .writer_box {
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 100%;
  display: block;
}

.popular_tags_wrap .tags_wrap {
  flex-wrap: wrap;
  line-height: 1;
  text-align: right;
  margin-top: 14px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .popular_tags_wrap .tags_wrap {
    margin-bottom: 45px;
  }
}
.popular_tags_wrap .post_tag {
  margin-bottom: 15px;
}
.popular_tags_wrap .post_tag a {
  padding: 4px 11px;
  border-radius: 4px;
  border: solid 1px var(--main_color_dark_blue);
  margin-right: 8px;
  font-size: 16px;
  display: inline-block;
}

.col_header {
  padding-top: var(--space_80);
  font-weight: bold;
  margin-bottom: 18px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .col_header {
    margin: 0;
    margin-bottom: 15px;
    padding-right: 12px;
    padding-left: 12px;
  }
}

.more_read_post .wpp-list .li {
  width: 95%;
}
.more_read_post .wpp-list {
  padding: 0;
  font-size: 15px;
}
.more_read_post .wpp-thumbnail {
  float: right;
  margin-right: 0px;
  margin-left: 1rem;
}

.contact_item_content {
  padding-right: 7%;
  flex-direction: column;
  transform: translate(-50%, -16%);
  background-size: contain;
}

.contact_item {
  max-width: initial;
  display: flex;
  flex-direction: column;
  min-width: initial;
  min-height: initial;
}
.contact_item:before {
  content: none;
}

#site_main .page_content {
  padding-top: calc(var(--space_80) - 30px);
  padding-bottom: var(--space_80);
}

@media only screen and (max-width: 992px) {
  #site_main .page_content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #site_main .page_content .wrap_item_content {
    padding: 0 2%;
  }
}
@media (min-width: 767px) {
  .wrap_item_content .wrap_person {
    width: 31.558%;
  }
}
@media (min-width: 767px) {
  .wrap_item_content {
    --bs-gutter-x: 62px;
  }
}
@media (max-width: 767px) {
  .wrap_item_content {
    --bs-gutter-y: 20px;
  }
}
.wrap_item_content {
  /*width: 29%;*/
  padding: unset;
}

.wrap_background_image {
  height: auto;
  display: inline-block;
  position: relative;
}

.wrap_content_contact {
  gap: 33px;
}

@keyframes spinner-d3wgkg {
  to {
    transform: rotate(1turn);
  }
}
.submit_button, .start_questions_routes, .all-events-link {
  border: none;
  position: relative;
  background: var(--purple_bg_color);
  color: #FFFFFF;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: flex;
  margin: auto;
  height: 54px;
  width: 280px;
  max-width: 100%;
  line-height: 120%;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.submit_button:hover, .start_questions_routes:hover, .all-events-link:hover {
  background: #FFFFFF;
  color: var(--purple_bg_color);
  border: 1px solid var(--purple_bg_color);
}
.submit_button:hover span:after, .submit_button:hover span:before, .submit_button:hover:after, .submit_button:hover:before, .start_questions_routes:hover span:after, .start_questions_routes:hover span:before, .start_questions_routes:hover:after, .start_questions_routes:hover:before, .all-events-link:hover span:after, .all-events-link:hover span:before, .all-events-link:hover:after, .all-events-link:hover:before {
  color: var(--purple_bg_color) !important;
}
.submit_button span:after, .submit_button span:before, .submit_button:after, .submit_button:before, .start_questions_routes span:after, .start_questions_routes span:before, .start_questions_routes:after, .start_questions_routes:before, .all-events-link span:after, .all-events-link span:before, .all-events-link:after, .all-events-link:before {
  color: #FFFFFF !important;
}
.submit_button:after, .submit_button:before, .start_questions_routes:after, .start_questions_routes:before, .all-events-link:after, .all-events-link:before {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .submit_button, .start_questions_routes, .all-events-link {
    max-width: 100%;
  }
}

.title_form_contact, .contact_details {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.submit_button {
  position: relative;
}
.submit_button::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid;
  border-color: #dbdcef;
  border-right-color: #ffffff;
  animation: spinner-d3wgkg 1s infinite linear;
  display: block;
  right: 45%;
  top: 14px;
  position: absolute;
  opacity: 0;
}
.submit_button[disabled] {
  font-size: 0;
}
.submit_button[disabled]:before {
  opacity: 1;
}

.contact_area {
  margin-bottom: 5%;
  max-width: 800px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .contact_area {
    max-width: 200px;
  }
  html[lang=en-US] .contact_area {
    max-width: 300px;
  }
}
.contact_area .contact_link, .contact_area .contact_phone, .contact_area .contact_email, .contact_area .icon_form {
  font-weight: normal;
  color: var(--main_color);
}
.contact_area .icon_form:hover, .contact_area .contact_link:hover, .contact_area .contact_phone:hover {
  color: var(--link_color) !important;
}
.contact_area .col-lg-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
}
html[lang=en-US] .contact_area .col-lg-4 {
  --bs-gutter-x: -0.5rem;
}
@media (max-width: 767px) {
  html[lang=en-US] .contact_area .col-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
}

.img_shape {
  background-image: var(--img_shape);
  background-size: contain;
  background-repeat: no-repeat;
  width: 28%;
  height: 155vh;
  position: absolute;
  left: 0;
  top: -10%;
}
html[lang=en-US] .img_shape {
  transform: scaleX(-1);
}
@media (max-width: 767px) {
  .img_shape {
    width: 22%;
    top: 22%;
  }
}

.img_shape2 {
  background-image: var(--img_shape2);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22%;
  height: 95%;
  position: absolute;
  right: 0;
  top: 2%;
}
html[lang=en-US] .img_shape2 {
  transform: scaleX(-1);
}
@media (max-width: 767px) {
  .img_shape2 {
    top: 27%;
    width: 18%;
  }
}

.form_field_label {
  margin-top: 0px;
  margin-bottom: 8px;
}

.page-template-template-contact {
  background-color: var(--gray_back);
}
.page-template-template-contact .item_contact, .page-template-template-contact .personal_area_support {
  background-color: #FFFFFF;
}

.page-template-default {
  color: var(--main_color_dark_blue);
  background-color: var(--main_bg_color);
}

.page-template-default #banner, .page_content #banner, .page-template-template-contact #banner {
  min-height: 360px;
}
.page-template-default .gform_wrapper, .page_content .gform_wrapper, .page-template-template-contact .gform_wrapper {
  text-align: center;
}
.page-template-default .contact_form_floor .site_form, .page_content .contact_form_floor .site_form, .page-template-template-contact .contact_form_floor .site_form {
  position: relative;
  background: white;
  padding: 80px 100px;
  border-radius: 12px;
  margin-bottom: var(--space_80);
}
@media (max-width: 767px) {
  .page-template-default .contact_form_floor .site_form, .page_content .contact_form_floor .site_form, .page-template-template-contact .contact_form_floor .site_form {
    padding: 15px;
  }
}
.page-template-default .contact_form_floor .site_form form label, .page_content .contact_form_floor .site_form form label, .page-template-template-contact .contact_form_floor .site_form form label {
  display: none;
}
.page-template-default .col-lg-4 > div, .page_content .col-lg-4 > div, .page-template-template-contact .col-lg-4 > div {
  font-size: 17px;
}
.page-template-default .form_title, .page_content .form_title, .page-template-template-contact .form_title {
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  margin: 0px 0px 70px 0;
}
@media (max-width: 767px) {
  .page-template-default .form_title, .page_content .form_title, .page-template-template-contact .form_title {
    margin-right: 0;
    font-size: 30px;
    margin: 0px 0px 30px 0;
  }
}
.page-template-default .form_field_wrap > div, .page_content .form_field_wrap > div, .page-template-template-contact .form_field_wrap > div {
  color: rgba(34, 29, 94, 0.8);
  font-size: 18px;
  background-color: #757575;
}
.page-template-default .contact_phone_div, .page_content .contact_phone_div, .page-template-template-contact .contact_phone_div {
  direction: ltr;
  color: #000000;
}
.page-template-default .contact_phone_div .contact_phone, .page_content .contact_phone_div .contact_phone, .page-template-template-contact .contact_phone_div .contact_phone {
  font-weight: normal;
}
.page-template-default .contact_email, .page_content .contact_email, .page-template-template-contact .contact_email {
  font-weight: normal;
}
.page-template-default .contact_email:hover, .page_content .contact_email:hover, .page-template-template-contact .contact_email:hover {
  color: var(--link_color) !important;
}
.page-template-default .contact_iframe, .page_content .contact_iframe, .page-template-template-contact .contact_iframe {
  height: 1082.88px;
  overflow: hidden;
}
.page-template-default .contact_iframe .page-template-template-thanks, .page_content .contact_iframe .page-template-template-thanks, .page-template-template-contact .contact_iframe .page-template-template-thanks {
  overflow: hidden;
}
.page-template-default .contact_iframe *, .page_content .contact_iframe *, .page-template-template-contact .contact_iframe * {
  overflow: hidden;
}
.page-template-default .contact_iframe html, .page_content .contact_iframe html, .page-template-template-contact .contact_iframe html {
  overflow: hidden;
}
@media (max-width: 1199px) {
  .page-template-default .contact_iframe, .page_content .contact_iframe, .page-template-template-contact .contact_iframe {
    height: 1180.62px;
  }
}
.page-template-default .contact_form_floor input, .page-template-default .contact_form_floor .form_field_wrap > select, .page-template-default .contact_form_floor .form_field_wrap > textarea, .page_content .contact_form_floor input, .page_content .contact_form_floor .form_field_wrap > select, .page_content .contact_form_floor .form_field_wrap > textarea, .page-template-template-contact .contact_form_floor input, .page-template-template-contact .contact_form_floor .form_field_wrap > select, .page-template-template-contact .contact_form_floor .form_field_wrap > textarea {
  width: 100%;
  display: block;
  padding: 20px 24px;
  border-radius: 4px;
  border: solid 1px #000000;
  background-color: #fff;
  margin-bottom: 12px;
  direction: inherit;
  line-height: 1.33;
}
@media (max-width: 767px) {
  .page-template-default .contact_form_floor input, .page-template-default .contact_form_floor .form_field_wrap > select, .page-template-default .contact_form_floor .form_field_wrap > textarea, .page_content .contact_form_floor input, .page_content .contact_form_floor .form_field_wrap > select, .page_content .contact_form_floor .form_field_wrap > textarea, .page-template-template-contact .contact_form_floor input, .page-template-template-contact .contact_form_floor .form_field_wrap > select, .page-template-template-contact .contact_form_floor .form_field_wrap > textarea {
    padding: 10px 12px;
  }
}
.page-template-default .contact_form_floor input::placeholder, .page-template-default .contact_form_floor .form_field_wrap > select::placeholder, .page-template-default .contact_form_floor .form_field_wrap > textarea::placeholder, .page_content .contact_form_floor input::placeholder, .page_content .contact_form_floor .form_field_wrap > select::placeholder, .page_content .contact_form_floor .form_field_wrap > textarea::placeholder, .page-template-template-contact .contact_form_floor input::placeholder, .page-template-template-contact .contact_form_floor .form_field_wrap > select::placeholder, .page-template-template-contact .contact_form_floor .form_field_wrap > textarea::placeholder {
  color: #000000 !important;
}
.page-template-default .gfield-choice-input, .page_content .gfield-choice-input, .page-template-template-contact .gfield-choice-input {
  height: 30px;
}
.page-template-default input::placeholder, .page-template-default .form_field_wrap > textarea::placeholder, .page-template-default .form_field_wrap > select::placeholder, .page_content input::placeholder, .page_content .form_field_wrap > textarea::placeholder, .page_content .form_field_wrap > select::placeholder, .page-template-template-contact input::placeholder, .page-template-template-contact .form_field_wrap > textarea::placeholder, .page-template-template-contact .form_field_wrap > select::placeholder {
  color: #000000;
}
.page-template-default .contact_details, .page_content .contact_details, .page-template-template-contact .contact_details {
  margin-top: 35px;
}
.page-template-default .form_field_wrap > select, .page_content .form_field_wrap > select, .page-template-template-contact .form_field_wrap > select {
  width: 100%;
  margin-top: 0;
}
@media (max-width: 767px) {
  .page-template-default #input_role, .page_content #input_role, .page-template-template-contact #input_role {
    margin-top: 12px;
  }
}
.page-template-default .contact_form_floor .form_field_wrap > textarea, .page_content .contact_form_floor .form_field_wrap > textarea, .page-template-template-contact .contact_form_floor .form_field_wrap > textarea {
  height: 201px;
  resize: none;
}
.page-template-default .form_select_wrap, .page_content .form_select_wrap, .page-template-template-contact .form_select_wrap {
  position: relative;
}
.page-template-default .form_select_wrap:after, .page_content .form_select_wrap:after, .page-template-template-contact .form_select_wrap:after {
  content: "";
  width: 14px;
  height: 9.56px;
  position: absolute;
  background-image: url("../assets/icons/select_arrow.png");
  top: 47px;
  left: calc(var(--bs-gutter-x) / 2 + 24px);
}
@media (max-width: 991px) {
  .page-template-default .form_select_wrap:after, .page_content .form_select_wrap:after, .page-template-template-contact .form_select_wrap:after {
    left: 24px;
    top: 35px;
  }
}
.page-template-default .form_select_wrap select, .page_content .form_select_wrap select, .page-template-template-contact .form_select_wrap select {
  position: relative;
  appearance: none; /* מסיר את עיצוב ה־select הרגיל בדפדפנים */
  -webkit-appearance: none;
  -moz-appearance: none;
}
.page-template-default select#input_subject, .page_content select#input_subject, .page-template-template-contact select#input_subject {
  color: #000000;
}
.page-template-default .submit_button, .page_content .submit_button, .page-template-template-contact .submit_button {
  margin: 60px auto;
}
@media (max-width: 767px) {
  .page-template-default .submit_button, .page_content .submit_button, .page-template-template-contact .submit_button {
    margin: 30px auto;
  }
}

#thanks_page {
  overflow: hidden;
}
@media (max-width: 767px) {
  #thanks_page .btn_shard {
    width: auto !important;
  }
}
#thanks_page .thanks_page_content {
  justify-content: center;
  text-align: center;
  width: 45%;
  position: relative;
}
@media (min-width: 992px) {
  #thanks_page .thanks_page_content {
    margin-bottom: 250px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #thanks_page .thanks_page_content {
    width: 60%;
  }
}
@media (max-width: 991px) {
  #thanks_page .thanks_page_content {
    margin-top: 60px;
    margin-bottom: 200px;
  }
}
@media (max-width: 767px) {
  #thanks_page .thanks_page_content {
    margin-bottom: 125px;
    margin-top: 116px;
  }
}
#thanks_page .thanks_page_content img {
  width: 280px;
}
@media (max-width: 767px) {
  #thanks_page .thanks_page_content img {
    width: 140px;
    height: 140px;
  }
}
#thanks_page .thanks_page_content .thanks_page_title {
  font-weight: 700;
  margin-bottom: 16px;
}
#thanks_page .thanks_page_content .thanks_page_subtitle {
  margin-bottom: 60px;
}
#thanks_page .thanks_page_content .submit_button {
  color: white;
  font-size: 18px;
  font-weight: normal;
  width: 240px;
  height: 44px;
  border-radius: 22px;
  border: none;
  padding: 11px 42px;
}

body.post-type-archive-faq .icon-faq-arrow::before {
  color: var(--color_pink) !important;
}
body.post-type-archive-faq td {
  border-width: 1px;
  padding: 10px;
  color: rgb(10, 10, 50);
}

.accordion_button {
  border: none;
  background-color: transparent;
  text-align: right;
  width: 100%;
}
.accordion_button[class*=hide] {
  display: none !important;
}
@media (max-width: 767px) {
  .accordion_button .icon-arrow-left {
    padding: 0;
  }
}

.list_faqs {
  cursor: pointer;
}

.faq_category {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  margin: 0;
  padding: 16px 24px;
  border-radius: 8px;
}
.faq_category:hover {
  background: rgba(189, 198, 198, 0.2);
}

.component_faq {
  margin-bottom: 48px;
}

.faq_item_content {
  padding-right: 39.651px;
  margin-top: 24px;
}
@media (min-width: 991px) {
  .faq_item_content {
    padding-right: 66.66px;
  }
}

.faq_title {
  color: #000000 !important;
  padding-right: 16px;
}

.faq {
  margin-bottom: 52px;
  margin-top: 60px;
}
.faq .icon-faq-arrow {
  transform: rotate(180deg);
  display: inline-block;
}
.faq .main-title {
  font-size: 42px;
  padding-top: 30px;
  margin-bottom: 22px;
}
.faq .wrap-faq {
  margin: 0;
  position: relative;
  padding-bottom: 85px;
}
.faq .wrap-faq .faq_item_title, .faq .wrap-faq .faq_item_content .icon-faq-arrow {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  position: relative;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .faq .wrap-faq .faq_item_title, .faq .wrap-faq .faq_item_content .icon-faq-arrow {
    font-size: 24px;
    line-height: 24px;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 991px) {
  .faq .wrap-faq .faq_item_title, .faq .wrap-faq .faq_item_content .icon-faq-arrow {
    font-size: 22px;
    line-height: 22px;
    -webkit-line-clamp: 2;
  }
}
.faq .wrap-faq .faq_item_title_click {
  color: #FFFFFF;
  background: var(--bg_color_blue) !important;
  font-weight: 700;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .faq .wrap-faq .faq_item_title_click:before {
    background: #201873 !important;
  }
}
@media (max-width: 991px) {
  .faq .wrap-faq .faq_item_title_click:before {
    transform: rotate(-90deg);
  }
}
.faq .wrap-faq .faq_item_active .icon-faq-arrow, .faq .wrap-faq .open_question .icon-faq-arrow {
  transform: rotate(0deg) !important;
}
.faq .wrap-faq .faq_item_title.active:before {
  background: #201873;
  font-weight: 500;
}
.faq .wrap-faq .wrap_answer a {
  color: var(--pink_purple);
  font-weight: normal;
}
.faq .wrap-faq .wrap_answer a:hover {
  text-decoration: underline;
}
.faq .wrap-faq .wrap_answer iframe {
  display: block;
  margin: 10px 0;
}

@media screen and (min-width: 992px) {
  .faq_item_content[class*=hide] {
    display: none !important;
  }
  .wrap_answer_component {
    padding-right: 2.8% !important;
    padding-left: 0 !important;
  }
  .wrap_questions {
    padding-right: 0 !important;
    padding-left: 5.6% !important;
  }
}
@media (max-width: 991px) {
  .faq .wrap_questions {
    visibility: hidden;
    width: 0;
    height: 0;
  }
}
@media screen and (max-width: 991px) {
  .faq .main-title {
    font-size: 22px;
    padding-top: 28px;
    margin-bottom: 26px;
    padding-right: 16px;
  }
  .faq .wrap_questions {
    padding-bottom: 40px;
    border-top: 1px solid rgba(34, 29, 94, 0.1882352941);
  }
  .faq .wrap_questions .faq_category {
    font-size: 16px;
    line-height: 24px;
    padding: 22px 30px;
  }
  .faq .wrap_questions .faq_category:nth-of-type(n+2) {
    border-top: 1px solid rgba(34, 29, 94, 0.1882352941);
  }
  .faq .wrap_questions .faq_item_title {
    border-top: 1px solid rgba(34, 29, 94, 0.1882352941);
    background: #fcfcfc;
    font-size: 16px;
    line-height: 24px;
    padding: 22px 25px;
    font-weight: 400;
  }
  .faq .wrap_questions .faq_item_title:before {
    content: unset;
  }
  .faq .wrap_questions .faq_item_title:hover:before {
    content: unset;
  }
  .faq .wrap_questions .faq_item_content {
    padding: 0 30px 22px;
    line-height: 24px;
    background: #fcfcfc;
  }
  .faq .wrap_questions .faq_item_content a {
    color: var(--pink_purple);
  }
  .faq .wrap_questions .faq_item_content iframe {
    display: block;
    margin: 10px 0;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .faq_category.selected:before {
    transform: rotate(-90deg);
  }
  html[lang=en-US] .faq_category.selected:before {
    transform: rotate(-90deg);
  }
}

.bottom_disclaimer {
  padding: 10px 0;
}
.bottom_disclaimer * {
  font-size: 16px;
  margin: 0;
}

.newsletter_iframe {
  height: 312px;
}
@media (max-width: 991px) {
  .newsletter_iframe {
    height: 400px;
  }
}

footer {
  background-color: var(--bg_footer);
  color: white;
  padding: 56px 0 46px 0;
}
footer hr {
  margin: 48px 0;
  border: 0;
  height: 1.5px;
  background-color: #ffffff;
  opacity: 1;
}
footer a {
  color: inherit !important;
  font-weight: 400;
}
footer a:hover {
  text-decoration: white underline solid;
}
footer #menu-footer-menu {
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  footer #menu-footer-menu {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  footer #menu-footer-menu {
    gap: 5% 0;
  }
}
footer #menu-footer-menu .footer_title {
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 32px;
  text-align: right;
}
footer #menu-footer-menu > li.menu-item {
  font-size: 18px;
  margin-right: 0;
}
@media (max-width: 1399px) {
  footer #menu-footer-menu > li.menu-item {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  footer #menu-footer-menu > li.menu-item {
    padding: 0;
    margin-bottom: 25px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  footer #menu-footer-menu > li.menu-item {
    width: 100%;
  }
}
footer #menu-footer-menu > li.menu-item > a {
  font-weight: 400;
}
footer #menu-footer-menu > li.menu-item li.menu-item {
  list-style-type: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 24px;
}
footer #menu-footer-menu > li.menu-item li.menu-item a {
  font-weight: normal;
}
footer #menu-footer-menu > li.menu-item li.menu-item a:hover {
  text-decoration: white solid underline;
}
footer #menu-footer-menu ul > li {
  margin-right: 0;
}
footer #menu-footer-menu .sub-menu {
  padding: 0;
  margin-top: 16px;
}
footer #footer_social_networks {
  padding-right: 3.3%;
  padding-left: 0;
}
@media (min-width: 767px) and (max-width: 991px) {
  footer #footer_social_networks {
    padding: 0 32px 15px;
  }
}
@media (max-width: 767px) {
  footer #footer_social_networks {
    padding: 0;
  }
}
footer #footer_social_networks .title_social_networks {
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 18px;
}
footer #footer_social_networks .wrap_networks {
  padding: 10px 0;
  display: inline-block;
}
footer #footer_social_networks .wrap_networks span:hover, footer #footer_social_networks .wrap_networks span:hover .path1:before {
  color: #d3d3d3;
}
footer .second-footer-menu::after {
  content: "";
  background-image: url(../assets/icons/logo_footer.png);
  display: inline;
  height: 74px;
  width: 74px;
  position: absolute;
  top: 0;
  left: -20px;
  background-size: contain;
}
@media (max-width: 767px) {
  footer .second-footer-menu::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  footer .second-footer-menu a {
    padding-left: 40px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  footer .menu-footer-second-menu-container {
    padding-bottom: 14px;
  }
}
footer .menu-footer-second-menu-container #menu-footer-second-menu {
  margin-bottom: 50px;
  padding: 0;
}
@media (min-width: 767px) and (max-width: 991px) {
  footer .menu-footer-second-menu-container #menu-footer-second-menu {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  footer .menu-footer-second-menu-container #menu-footer-second-menu {
    justify-content: space-around;
  }
  html[lang=en-US] footer .menu-footer-second-menu-container #menu-footer-second-menu {
    justify-content: start;
  }
}
footer .menu-footer-second-menu-container #menu-footer-second-menu li {
  margin: 0 0 20px 16px;
  font-size: 18px;
}
@media (min-width: 767px) and (max-width: 1199px) {
  footer .menu-footer-second-menu-container #menu-footer-second-menu li {
    margin: 0 0 15px 30px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  footer .menu-footer-second-menu-container #menu-footer-second-menu li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  footer .menu-footer-second-menu-container #menu-footer-second-menu li {
    margin: 0 0 10px -6px;
  }
}
footer .menu-footer-second-menu-container #menu-footer-second-menu li:hover {
  text-decoration: white solid underline;
}
@media (max-width: 991px) {
  footer .menu-footer-second-menu-container #menu-footer-second-menu li:first-child {
    padding-left: 9px;
  }
  footer .menu-footer-second-menu-container #menu-footer-second-menu li:not(:first-child) {
    padding: 0 10px;
  }
  footer .menu-footer-second-menu-container #menu-footer-second-menu li:not(:first-child) a {
    position: relative;
  }
  footer .menu-footer-second-menu-container #menu-footer-second-menu li:not(:first-child) a:before {
    content: "";
    position: absolute;
    bottom: 6px;
    right: -10px;
    width: 3px;
    height: 3px;
    background-color: white;
    border-radius: 50%;
  }
}
@media (min-width: 1399px) {
  footer #footer_social_networks .wrap_networks:not(:nth-child(3n+1)) {
    margin-left: 24px;
  }
}
@media (min-width: 767px) and (max-width: 1399px) {
  footer #footer_social_networks .wrap_networks:not(:nth-child(2n+1)) {
    margin-left: 24px;
  }
}
@media (max-width: 991px) {
  footer #footer_social_networks .wrap_networks {
    margin-left: 24px;
  }
}
@media (max-width: 767px) {
  footer #footer_social_networks .wrap_networks {
    margin-left: 16px;
  }
}
footer .footer_social_networks {
  font-size: 40px;
}
footer .footer_social_networks:hover {
  text-decoration: none;
}
footer .credits {
  padding: 0 20px 10px;
}
@media (max-width: 767px) {
  footer .credits {
    padding: 0 0 10px;
  }
}
footer .credits, footer .credits p {
  text-align: center;
  margin: 0;
  font-size: 16px;
}

.newsletter {
  position: relative;
  background-size: cover;
}
.newsletter .form_field_wrap_input {
  width: calc(100% - 50px) !important;
  display: inline-block;
  position: relative;
}
.newsletter label.error {
  position: absolute;
  bottom: -24px;
  right: 0;
  width: 100%;
  color: #0D0D0D;
  margin-bottom: 0;
}
.newsletter .form_select_checkbox_wrap {
  position: relative;
  max-width: 100%;
  z-index: 1;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .newsletter .form_select_checkbox_wrap {
    width: 100% !important;
  }
}
.newsletter .form_select_checkbox_wrap.active .form_btn_select_checkbox {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 1px var(--main_color_blue) solid;
  color: #221d5e;
}
.newsletter .form_select_checkbox_wrap.active .form_btn_select_checkbox:after {
  transform: rotate(180deg);
}
.newsletter .form_select_checkbox_wrap .form_btn_select_checkbox {
  border: 1px solid #000000;
  width: 100%;
  background-color: white;
  border-radius: 5px;
  padding: 20px 24px;
  position: relative;
  text-align: right;
}
.newsletter .form_select_checkbox_wrap .form_btn_select_checkbox .text_interests {
  color: #000000;
}
.newsletter .form_select_checkbox_wrap .form_btn_select_checkbox:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  background-image: url("../assets/icons/drop_down.svg");
  width: 14px;
  height: 9.56px;
  transition: all 0.3s;
}
.newsletter .form_select_checkbox_wrap ul {
  position: absolute;
  right: 0;
  width: 100%;
  background-color: white;
  border-bottom-left-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
  border-bottom-right-radius: 4px;
  overflow-x: auto;
  z-index: 10;
  transition: height 0.3s ease;
  height: 0;
  top: calc(100% + 2px);
}
.newsletter .form_select_checkbox_wrap ul.active {
  height: 200px;
}
@media (max-width: 991px) {
  .newsletter .form_select_checkbox_wrap ul.active {
    height: 100px;
  }
}
.newsletter .form_select_checkbox_wrap li {
  padding-top: 10px;
  display: flex;
  margin: 0;
  align-items: center;
}
.newsletter .form_select_checkbox_wrap li label {
  padding-right: 5px;
  font-size: 15px;
}
.newsletter .form_select_checkbox_wrap input {
  display: block;
  width: 20px;
  height: 18px;
  max-height: 18px;
  vertical-align: middle;
}
.newsletter .form_field_wrap_input .form_field_label {
  display: none;
}
.newsletter .form_field_wrap.width_check {
  position: relative;
  margin-top: 39px;
  color: black;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.newsletter .form_field_wrap.width_check input {
  cursor: pointer;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #000;
  background: transparent;
  appearance: none;
}
.newsletter .form_field_wrap.width_check input[type=checkbox]::before {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  white-space: pre;
  content: " ";
}
.newsletter .form_field_wrap.width_check input[type=checkbox]:checked::before {
  content: "✓";
  font-size: 18px;
}
.newsletter .form_field_wrap.width_check .form_field_label {
  cursor: pointer;
  font-size: 16px;
  line-height: 160%;
  flex: 1;
}
.newsletter .form_field_wrap.width_check .form_field_label a {
  color: black !important;
  font-weight: 500;
}
.newsletter .form_field_wrap.width_check a {
  color: var(--color_bg_checkbox) !important;
  text-decoration: none;
}

.personal_area_support, .item_contact {
  color: #000000;
  padding-left: 12px;
  padding-right: 12px;
  height: 305px;
  border-radius: 8px;
  background: var(--gray_back);
  text-align: center;
  padding-top: 50px;
  text-align-last: center;
}
@media (max-width: 767px) {
  .personal_area_support, .item_contact {
    padding-bottom: 50px;
    height: fit-content;
  }
}
.personal_area_support div, .personal_area_support p, .personal_area_support span, .personal_area_support a, .item_contact div, .item_contact p, .item_contact span, .item_contact a {
  color: #000000;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .personal_area_support, .item_contact {
    margin-bottom: 5%;
  }
}
.personal_area_support:nth-child(3n), .item_contact:nth-child(3n) {
  padding-left: 30px;
}
.personal_area_support span[class*=icon], .item_contact span[class*=icon] {
  font-size: 70px;
}
.personal_area_support svg, .item_contact svg {
  margin-bottom: 14px !important;
}
.personal_area_support svg path, .item_contact svg path {
  fill: var(--main_color_dark_pink) !important;
}

.contact_icon {
  width: 70px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 43px;
  margin: auto;
}
@media (max-width: 767px) {
  .contact_icon {
    background-size: 60px;
  }
}
.contact_icon.profile {
  background-image: url("../assets/icons/profile.gif");
}
.contact_icon.form {
  background-image: url("../assets/icons/form.gif");
}
.contact_icon.sms {
  background-image: url("../assets/icons/sms.gif");
}
.contact_icon.whatsapp {
  background-image: url("../assets/icons/whatsapp.gif");
}

@media (max-width: 767px) {
  .button_newsletter {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .button_newsletter {
    padding: 0;
  }
}
@media (min-width: 991px) {
  .button_newsletter {
    padding-left: 0;
    padding-right: 7.2%;
  }
}
.newsletter_area_text {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #000095;
}
@media (max-width: 991px) {
  .newsletter_area_text {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

.newsletter_title {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 30px !important;
}
html[lang=en-US] .newsletter_title {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .newsletter_title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .newsletter_title {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 25px;
  }
}

.newsletter > svg {
  top: -71px;
  right: 100px;
  position: absolute;
}
@media (max-width: 767px) {
  .newsletter > svg {
    right: -24px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .newsletter > svg {
    top: -99px;
    right: -21px;
  }
}
@media (min-width: 1000px) and (max-width: 1399px) {
  .newsletter > svg {
    right: -35px;
  }
}
html[lang=en-US] .newsletter > svg {
  transform: rotate(180deg);
}

.newsletter #input_mail {
  width: 100%;
  margin-left: 2%;
  background-color: transparent;
  border: none;
  color: #0D0D0D !important;
  border-radius: 0;
  border-bottom: #0D0D0D 1px solid;
  padding: 20px 6px;
  outline: none;
  font-size: 20px;
  line-height: 1;
}
.newsletter #input_mail::placeholder {
  color: #0D0D0D !important;
  opacity: 0.7;
  padding: 0 !important;
  margin: 0 !important;
  text-align: right;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  height: auto;
  white-space: normal; /* Ensure placeholder can wrap to multiple lines */
  overflow-wrap: break-word; /* Prevent overflow issues */
  word-wrap: break-word; /* For older browsers */
}
html[lang=en-US] .newsletter #input_mail::placeholder {
  max-width: 255px;
  white-space: nowrap;
  overflow: hidden;
}
.newsletter #input_mail::placeholder {
  color: white;
}

.newsletter #input_interest {
  width: 100%;
  margin-bottom: 0;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 11.9px 9px;
  border-radius: 4px;
  border: solid 1px #e6e6e6;
}

.newsletter ::placeholder {
  color: white;
}

.newsletter_btn {
  height: 40px;
  width: 40px;
  vertical-align: middle;
  border-radius: 8px;
  background-color: #000095;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsletter_btn:before {
  content: "";
  background-image: url("../assets/icons/arrow_newsletter.svg");
  display: flex;
  height: 14px;
  width: 10px;
  transform: rotate(180deg);
}
.newsletter_btn:disabled {
  cursor: no-drop;
}
html[lang=en-US] .newsletter_btn:before {
  transform: none;
}

.newsletter_wrap > .row {
  padding: 85px 0 54px 0;
}
html[lang=en-US] .newsletter_wrap > .row {
  padding: 71px 0 85px 0;
}
@media (max-width: 991px) {
  html[lang=en-US] .newsletter_wrap > .row {
    padding: 140px 0 100px 0;
  }
}
@media (max-width: 767px) {
  .newsletter_wrap > .row {
    padding-top: calc(var(--space_80) + 2px);
    --bs-gutter-x: 0;
  }
}
.newsletter_wrap > .row .form_alerts {
  color: white;
  text-align: center;
}
.newsletter_wrap > .row .checkbox_error {
  font-size: 12px;
  color: white;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
}

.a2a_kit.a2a_floating_style.a2a_vertical_style {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: initial;
}

.personal-area {
  left: 0px;
  width: 300px;
  height: 550px;
  position: absolute;
  top: 85px;
}
@media (max-width: 767px) {
  .personal-area {
    top: 68px;
  }
}

.class_add_dark {
  position: fixed;
  background: rgba(15, 12, 53, 0.6980392157);
  right: 0;
  top: 0px;
  bottom: 0;
  left: 0;
  z-index: 11111111;
}

.icon-search {
  color: var(--color-search) !important;
}

.button_iframe_private_area {
  background: #DEB2FF;
  width: 170px;
  height: 50px;
  border-radius: 8px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  box-shadow: 0px 1px 10.2px 0px rgba(0, 0, 0, 0.1215686275);
  animation-timing-function: ease-out;
  animation-duration: 300ms;
}
.button_iframe_private_area:hover {
  border: 1px solid #530586;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .button_iframe_private_area {
    width: auto;
    height: auto;
    font-size: 14px;
    padding: 10px 10px;
    color: black;
  }
}

.link_iframe_private_area {
  background: #DEB2FF;
  width: 170px;
  height: 50px;
  border-radius: 8px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  box-shadow: 0px 1px 10.2px 0px rgba(0, 0, 0, 0.1215686275);
  animation-timing-function: ease-out;
  animation-duration: 300ms;
  text-align: center;
  align-content: center;
  display: inline-block;
}
.link_iframe_private_area:hover {
  border: 1px solid #530586;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .link_iframe_private_area {
    width: auto;
    height: auto;
    font-size: 14px;
    padding: 10px 10px;
    color: black;
  }
}

.win_personal_area {
  position: relative;
}

.popup_content {
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

@media (max-width: 767px) {
  .text_popup {
    padding-left: 15px;
    width: fit-content !important;
  }
}
.popup_all_page {
  display: none;
  position: absolute;
  width: 464px;
  border-radius: 12px;
  background-color: #fff;
  padding: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .popup_all_page {
    width: 100vw;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .content_popup_all_page {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }
}

.close_popup {
  font-size: 18px;
  display: block;
  color: var(--color_pink);
  margin-right: auto;
  padding: 0;
}
.close_popup:before {
  font-weight: bold;
}

.title_popup {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: black;
}

.div_img {
  height: 226px;
  margin: 24px auto 0;
  width: 400px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .div_img {
    width: 100%;
    margin: 0;
  }
}

.popup_all_page_btn {
  padding: 18px 26px;
  margin: 24px auto 0;
}
@media (min-width: 767px) {
  .popup_all_page_btn {
    width: max-content;
    max-width: 100%;
  }
}

.start_header {
  display: grid;
  align-items: center;
  color: white !important;
  font-size: 16px;
  font-weight: 500;
  width: 240px;
  height: 44px;
  border-radius: 22px;
  background: -webkit-linear-gradient(left, #032d60 0%, #574388 100%), rgba(34, 29, 94, 0.3);
  border: none;
  margin-top: 15px;
}
html[lang=en-US] .start_header {
  margin-top: 15px;
}
.start_header:hover {
  color: white !important;
}
@media (max-width: 767px) {
  .start_header {
    margin-top: 25px;
  }
}
.start_header {
  margin-left: auto;
  margin-right: auto;
}

html[lang=he-IL] .gsc-expansionArea {
  direction: rtl;
}

.main_header {
  background: var(--main_color_blue);
  padding: 32.5px 0;
  position: fixed;
  color: var(--drop_down_color_txt);
  top: 0;
  width: 100%;
  height: auto;
  z-index: 9999;
  border-bottom: 0.8px solid var(--drop_down_color_txt);
}
@media (max-width: 991px) {
  .main_header {
    padding: 13px 0;
    margin: 0;
    max-width: 100vw !important;
  }
}
.main_header #header_container {
  padding: 0;
  min-height: 54px;
}
.main_header #header_container > .row {
  align-items: center;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .main_header #header_container > .row {
    --bs-gutter-x: 0;
    justify-content: space-between;
  }
}
.main_header #header_container.top {
  position: fixed;
  right: 0;
  left: 0;
}
.main_header #header_container .wrap_menu_header a {
  color: inherit !important;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
@media (max-width: 1399px) {
  .main_header #header_container .wrap_menu_header a {
    font-size: 14px;
  }
}
.main_header #header_container .wrap_menu_header a:hover {
  text-decoration: white underline solid;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .main_header .wrap_menu_header {
    padding: 0;
  }
}
@media (max-width: 1350px) and (min-width: 992px) {
  .main_header .wrap_menu_header {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .main_header .wrap_menu_header {
    top: 60px;
    background-color: var(--main_color_blue);
    position: absolute;
    left: 0;
    overflow: hidden;
    right: -991px;
    z-index: 99;
    transition: 0.7s;
    padding-bottom: 160px;
    height: calc(100vh - 60px);
  }
  .main_header .wrap_menu_header.open_nav {
    right: 0;
    padding-top: 8px;
    height: calc(100vh - 60px);
    overflow: auto;
    border-top: 1px solid;
    border-top-color: rgba(255, 255, 255, 0.3);
    transition: 0.7s;
    width: 100%;
  }
}
.main_header .wrap_menu_header .menu-header-menu-container {
  height: fit-content;
}
@media (max-width: 991px) {
  .main_header .wrap_menu_header .menu-header-menu-container {
    height: auto;
  }
}
.main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu {
  height: fit-content;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu {
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu li.menu-item {
    margin: 0 12px;
  }
}
.main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu li.menu-item {
  margin: 0 15px;
  position: relative;
  list-style-type: none;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu li.menu-item {
    padding: 14px 0;
    display: block;
  }
}
@media (max-width: 991px) {
  .main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu > li.menu-item {
    border-bottom: 1px solid;
    border-bottom-color: rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 991px) {
  .main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu .sub-menu {
    display: none;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s;
    position: absolute;
    top: 86px;
    padding: 8px 0;
    border-radius: 8px;
    right: -25px;
  }
  html[lang=en-US] .main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu .sub-menu {
    width: 280px;
  }
  html[lang=he-IL] .main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu .sub-menu {
    width: 213px;
  }
  .main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu .sub-menu {
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2392156863);
    background-color: var(--drop_down_color);
    color: var(--drop_down_color_txt);
  }
}
.main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu .sub-menu .menu-item {
  padding: 5px 0 5px 0;
}
@media (max-width: 991px) {
  .main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu .sub-menu .menu-item {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu .sub-menu .active_li {
  background-color: inherit !important;
}
.main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu .sub-menu a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  min-height: 40px;
  padding: 3px 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu .sub-menu a {
    padding: 5px 15px;
    font-size: 14px;
  }
}
.main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu .sub-menu a i {
  display: none;
  padding-left: 5px;
}
@media (max-width: 991px) {
  .main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu .sub-menu a i {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu li.menu-item-has-children > a {
    width: 100%;
  }
  .main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu li.menu-item-has-children > a:not([href="#"]) {
    width: calc(100% - 40px);
  }
  .main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu li.menu-item-has-children > a:not([href="#"]):after {
    display: none;
  }
}
.main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu li.menu-item-has-children > a:after {
  content: "";
  color: white;
  transition: all 0.2s ease-in-out;
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--drop_down_color_txt);
  border-bottom: 2px solid var(--drop_down_color_txt);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 45%;
  left: -15px;
}
@media (max-width: 991px) {
  .main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu li.menu-item-has-children > a:after {
    left: 0;
    top: 22px;
  }
}
html[lang=en-US] .main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu li.menu-item-has-children > a:after {
  transform: rotate(-45deg) translateY(-50%);
}
.main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu li.menu-item-has-children.active_li > .sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 1111111;
}
@media (min-width: 992px) {
  .main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu li.menu-item-has-children.active_li > .sub-menu:before {
    content: "";
    color: var(--main_bg_color);
    transition: all 0.2s ease-in-out;
    width: 8px;
    height: 8px;
    background-color: var(--main_bg_color);
    border-left: 1px solid rgba(255, 255, 255, 0.39);
    border-bottom: 1px solid rgba(255, 255, 255, 0.39);
    transform: rotate(225deg) translateY(-50%);
    position: absolute;
    left: 75%;
    top: -7px;
  }
}
.main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu li.menu-item-has-children li {
  margin: 0;
}
@media (max-width: 991px) {
  .main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu li.menu-item-has-children li li {
    padding-left: 10px !important;
  }
}
@media (max-width: 991px) {
  .main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu .active_li > a {
    font-weight: bold;
  }
}
.main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu .desc {
  font-size: 12px;
  color: #DCC028;
  line-height: 1.8;
}
.main_header .wrap_menu_header .menu-header-menu-container #menu-header-menu .desc p {
  margin-bottom: 0;
}
.main_header .logo {
  padding-right: 0px;
}
@media (min-width: 1199px) {
  .main_header .logo {
    padding-left: 40px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .main_header .logo {
    padding-left: 15px;
  }
}
.main_header .logo {
  text-align: left;
}
.main_header .logo .logo_site {
  max-width: 100%;
}
@media (max-width: 767px) {
  .main_header .logo .logo_site {
    max-width: 88px;
    object-fit: contain;
    height: auto;
  }
}
.main_header .wrap_left_header {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 991px) {
  .main_header .wrap_left_header {
    gap: 8px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .main_header .wrap_left_header {
    padding-left: 0;
  }
}
.main_header .wrap_left_header .search_form {
  display: inline-block;
}
@media (max-width: 991px) {
  .main_header .wrap_left_header .search_form {
    margin-left: 8px;
  }
}
.main_header .wrap_left_header .search_form .wrap_input_search {
  display: none;
}
.main_header .wrap_left_header .personal_btn {
  padding: 5px 16px;
  border-radius: 20px;
  border: solid 2px #fff;
  margin-left: 12px;
  color: white;
}
.main_header .wrap_left_header .personal_btn:not(.show) {
  display: none !important;
}
.main_header .wrap_left_header .mobile-menu {
  background-color: inherit;
  border: none;
  width: 50px;
  height: 36px;
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .main_header .wrap_left_header .mobile-menu {
    width: 25px;
    margin-right: 10px;
  }
}
.main_header .wrap_left_header .mobile-menu:before, .main_header .wrap_left_header .mobile-menu:after, .main_header .wrap_left_header .mobile-menu .header_line_hamburger {
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: var(--drop_down_color_txt);
  transition: all 0.35s;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_header .wrap_left_header .mobile-menu .header_line_hamburger {
  top: 50%;
}
.main_header .wrap_left_header .mobile-menu:before, .main_header .wrap_left_header .mobile-menu:after {
  content: "";
}
.main_header .wrap_left_header .mobile-menu:before {
  top: calc(50% - 9px);
}
.main_header .wrap_left_header .mobile-menu:after {
  top: calc(50% + 9px);
}
.main_header .wrap_left_header .mobile-menu.active:before, .main_header .wrap_left_header .mobile-menu.active:after {
  left: 30%;
  top: 46%;
}
.main_header .wrap_left_header .mobile-menu.active .header_line_hamburger {
  display: none;
}
.main_header .wrap_left_header .mobile-menu.active:before {
  transform: translateX(-25%) rotate(45deg);
}
.main_header .wrap_left_header .mobile-menu.active:after {
  transform: translateX(-25%) rotate(-45deg);
}

.header_banner_card {
  margin-top: 120px;
}

.banner_writer_img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  filter: grayscale(100%);
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 991px) {
  .banner_writer_img {
    display: block;
    margin-right: 25px;
  }
}

.banner_writer_description {
  max-width: 600px;
}

.banner_writer_wrap {
  max-width: 1045px;
  margin: auto;
}
@media (min-width: 767px) {
  .banner_writer_wrap {
    padding-bottom: 42px;
  }
  .banner_writer_wrap .writer_wrap {
    width: 44.212%;
  }
}
.banner_writer_wrap {
  display: flex;
}
@media (min-width: 991px) {
  .banner_writer_wrap {
    --bs-gutter-x: 62px;
  }
}
@media (max-width: 991px) {
  .banner_writer_wrap {
    --bs-gutter-y: 20px;
  }
}
@media (min-width: 767px) and (ax-width: 991px) {
  .banner_writer_wrap {
    padding-top: 50px;
  }
}

.banner_writer_name {
  font-weight: bold;
}

.banner_writer_title {
  font-size: 22px;
  font-weight: bold;
}
html[lang=en-US] .banner_writer_title {
  max-width: 600px;
  display: block;
}

.html_unable_scroll {
  height: 100%;
  overflow: hidden;
}

.banner_with_shadow:after {
  background-image: linear-gradient(rgba(0, 0, 0, 0.68), rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.68));
  content: "";
  position: absolute;
  position: absolute;
  bottom: 0;
  bottom: 0;
  left: 0;
  height: 960px;
}

.banner_with_shadow {
  position: relative;
}
.banner_with_shadow .container {
  z-index: 1;
}

.close_search_btn_header {
  border: none;
  background-color: transparent;
  color: var(--color-search);
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}

.wrap_input_search {
  text-align: left;
}
@media (max-width: 767px) {
  .wrap_input_search {
    order: 1;
  }
}
.wrap_input_search #___gcse_0 {
  border: 1px solid var(--color-search);
  border-radius: 4px;
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .wrap_input_search #___gcse_0 {
    width: calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  .wrap_input_search #___gcse_0 {
    width: calc(100% - 30px);
    margin-left: 0;
    margin-left: 0;
  }
}
.wrap_input_search input#gsc-i-id1 {
  background: none !important;
  color: var(--color-search);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}
.wrap_input_search input#gsc-i-id1::placeholder {
  color: var(--color-search);
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}
@media (min-width: 767px) {
  .wrap_input_search input#gsc-i-id1 {
    width: 90% !important;
  }
}
@media (max-width: 767px) {
  .wrap_input_search input#gsc-i-id1 {
    width: 80% !important;
    vertical-align: middle;
  }
}
.wrap_input_search .gsc-input-box {
  background-color: transparent;
}
.wrap_input_search .gsc-search-button {
  display: none;
}
@media (max-width: 767px) {
  .wrap_input_search .icon-search {
    font-size: 20px;
    vertical-align: middle;
  }
}

.header_logos_gallery {
  flex-wrap: wrap;
  padding: 5px 0;
  align-items: center;
  margin-bottom: 70px;
  row-gap: 30px;
}
@media (max-width: 767px) {
  .header_logos_gallery {
    justify-content: space-between;
  }
}
.header_logos_gallery.top {
  margin-top: 123px;
}
html[lang=he-IL] .header_logos_gallery.top, html[lang=en-US] .header_logos_gallery.top {
  margin-top: 165px;
  margin-bottom: 45px;
}
@media (min-width: 991px) and (max-width: 1599px) {
  html[lang=he-IL] .header_logos_gallery.top, html[lang=en-US] .header_logos_gallery.top {
    margin-top: 217px;
  }
}
@media (max-width: 767px) {
  html[lang=he-IL] .header_logos_gallery.top, html[lang=en-US] .header_logos_gallery.top {
    margin-top: 126px;
  }
}
.header_logos_gallery img {
  object-fit: contain;
}
.header_logos_gallery img.small_img {
  max-width: 140px;
  max-height: 60px;
}
.header_logos_gallery img.normal_img {
  height: 100px;
}
@media (max-width: 767px) {
  .header_logos_gallery img {
    object-position: center !important;
  }
}

.he-en-site > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
}

#header_container a {
  color: var(--main_color) !important;
}

header.purple_black .sub-menu {
  right: 50% !important;
}
@media (min-width: 992px) {
  header.purple_black .sub-menu {
    transform: translateX(-50%);
    border-radius: 8px !important;
    padding: 12px 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.39);
  }
}
@media (min-width: 992px) {
  header.purple_black .sub-menu li.menu-item:not(:last-child) {
    padding-bottom: 5px !important;
    margin-bottom: 5px !important;
    border-bottom: 1px solid var(--drop_down_border_color);
  }
}
@media (min-width: 992px) {
  header.purple_black .sub-menu a {
    padding: 4px !important;
    font-size: 16px !important;
    justify-content: center !important;
  }
}
header.purple_black .wrap_menu_header .menu-header-menu-container #menu-header-menu li.menu-item-has-children.active_li > .sub-menu:before {
  left: 50%;
}

@media (min-width: 992px) {
  .three_level_menu.main_header .wrap_menu_header {
    height: 100%;
    position: relative;
  }
  .three_level_menu.main_header .wrap_menu_header #menu-header-menu > li.menu-item {
    position: relative;
    padding: 0;
  }
  .three_level_menu.main_header .wrap_menu_header #menu-header-menu > li.menu-item.active_li {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .three_level_menu.main_header .wrap_menu_header #menu-header-menu > li.menu-item.active_li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: white;
    bottom: 0;
  }
  .three_level_menu.main_header .wrap_menu_header #menu-header-menu > li.menu-item.active_li .sub-menu:before {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .three_level_menu.main_header .wrap_menu_header #menu-header-menu > li.menu-item > ul.sub-menu > li:not(:last-child) {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .three_level_menu.main_header .wrap_menu_header #menu-header-menu > li.menu-item[data-levels="3"] > ul.sub-menu {
    gap: 48px;
    column-count: 3;
  }
}
@media (min-width: 992px) and (max-width: 1799px) {
  .three_level_menu.main_header .wrap_menu_header #menu-header-menu > li.menu-item[data-levels="3"] > ul.sub-menu {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .three_level_menu.main_header .wrap_menu_header #menu-header-menu > li.menu-item[data-levels="3"] > ul.sub-menu > .menu-item-has-children {
    padding-bottom: 16px;
  }
  .three_level_menu.main_header .wrap_menu_header #menu-header-menu > li.menu-item[data-levels="3"] > ul.sub-menu > li > a:first-child {
    font-size: 18px;
    line-height: 1.22;
    font-weight: 700;
    padding: 0;
    border-bottom: 2px solid #DCC028;
    margin-bottom: 8px;
  }
  .three_level_menu.main_header .wrap_menu_header #menu-header-menu > li.menu-item[data-levels="3"] > ul.sub-menu > li > a:first-child:after {
    display: none;
  }
  .three_level_menu.main_header .wrap_menu_header #menu-header-menu > li.menu-item > ul.sub-menu > li.menu-item ul.sub-menu {
    position: relative;
    display: block;
    opacity: 1;
    visibility: visible;
    left: 0;
    right: 0;
    transform: none;
    max-width: 100%;
    width: 100%;
  }
  .three_level_menu.main_header .wrap_menu_header #menu-header-menu > li.menu-item > ul.sub-menu {
    padding: 17px 20px;
    left: 0;
    right: 0;
    transform: none;
    width: max-content;
    border-radius: 2px;
    display: none;
    top: 73px;
    border-top: 1px solid rgba(255, 255, 255, 0.4196078431);
  }
  .three_level_menu.main_header .wrap_menu_header #menu-header-menu > li.menu-item > ul.sub-menu.open {
    display: block;
  }
  .three_level_menu.main_header .wrap_menu_header #menu-header-menu ul.sub-menu {
    top: 0;
    box-shadow: none;
  }
  .three_level_menu.main_header .wrap_menu_header #menu-header-menu ul.sub-menu .menu-item {
    border-bottom: none !important;
    max-width: 373px;
    padding: 0;
    break-inside: avoid;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .three_level_menu.main_header .wrap_menu_header #menu-header-menu ul.sub-menu .menu-item {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .three_level_menu.main_header .wrap_menu_header #menu-header-menu ul.sub-menu a {
    font-size: 16px;
    line-height: 1.375;
    padding: 6px 0;
    min-height: auto;
    display: block;
    width: 100%;
  }
  .three_level_menu.main_header .wrap_menu_header #menu-header-menu a {
    position: relative;
  }
}

.page-template-template_national_program_hp .logos_stripe, .page-template-template-iserd_hp .logos_stripe {
  position: relative;
  z-index: 1;
}
.page-template-template_national_program_hp .header_logos_gallery, .page-template-template-iserd_hp .header_logos_gallery {
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .page-template-template_national_program_hp .header_logos_gallery img, .page-template-template-iserd_hp .header_logos_gallery img {
    object-position: center;
  }
}

.general_banner {
  margin-top: 126px;
}
@media (max-width: 991px) {
  .general_banner {
    margin-top: 81px;
  }
}

.header_sub_menu {
  width: 30px;
  position: relative;
}
.header_sub_menu:after {
  content: "";
  transition: all 0.2s ease-in-out;
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--drop_down_color_txt);
  border-bottom: 2px solid var(--drop_down_color_txt);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  left: 0;
  top: 22px;
}
html[lang=en-US] .header_sub_menu:after {
  transform: rotate(-45deg) translateY(-50%);
}

.faq_category .icon-arrow-left {
  color: #af0577;
  transition: all 0.2s ease;
  display: inline-block;
  font-weight: bolder;
  font-size: small;
}

.contact_area .icon-whatsapp, .contact_area .icon-sms_pink, .contact_area .icon-user {
  display: block;
  margin: 0 10% 14px 10%;
  font-size: 45px;
  color: var(--main_color_dark_pink);
}

.search_btn_header .icon-search, .gsc-search-box .icon-search {
  font-size: 24px;
}

.accessibility_btn .icon-accessibility1 {
  font-size: 36px;
  color: white;
  border: 2px solid white;
  border-radius: 50%;
}

.writer_post_img {
  max-width: 90px;
  max-height: 90px;
  border-radius: 50%;
}

.post_title {
  color: var(--main_color_dark_blue);
}

.single_post_excerpt {
  font-weight: 500;
}

@media (max-width: 767px) {
  .single-post {
    font-size: 16px;
  }
}
.single-post .banner_writer_wrap {
  padding-bottom: var(--space_80);
}
@media (min-width: 767px) {
  .single-post .banner_writer_wrap .wrap_person {
    width: 45.074%;
  }
}
@media (max-width: 767px) {
  .single-post .banner_writer_wrap {
    display: block;
  }
}
.single-post .post_writer {
  color: var(--link_color);
  font-weight: 700;
}
.single-post .post_writer:not(:hover) {
  text-decoration: none;
}
.single-post .post_separation {
  border: 1px solid #000000;
  height: 1px;
  display: block;
  margin: 40px 0;
}
.single-post .writer_separation + span, .single-post .post_date_gray {
  text-align: right;
  font-weight: 700;
  line-height: 22px;
  color: #BDC6C6;
}
.single-post .writer_separation {
  color: var(--link_color);
}
.single-post a {
  background-color: transparent;
}
.single-post .post_tag > a {
  color: #201873;
  text-decoration: none;
  font-weight: 450;
  border-radius: 4px;
  border: 1px solid var(--main_color_dark_blue);
  background-color: #fff;
  padding: 5px 6px 2px;
  cursor: pointer;
  margin: 5px;
}
.single-post .post_tag_wrap {
  margin-bottom: 50px;
  margin-top: 14px;
  display: inline-block;
}
.single-post .post_details_wrap {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: right;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .single-post .post_details_wrap {
    margin-top: 26px;
    font-size: 15px;
    line-height: 18px;
  }
}
.single-post .writer_post_wrap {
  font-weight: 400;
  color: var(--main_color_dark_blue);
}
.single-post .post_content img {
  max-width: 100%;
}
.single-post .post_content > h2 {
  font-size: 20px;
}
.single-post ul > li {
  margin-right: 20px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}
@media (max-width: 600px) {
  .single-post ul > li {
    font-size: 17px;
  }
}
.single-post .writer_post_wrap {
  margin-top: 30px;
  color: var(--main_color_dark_blue);
  font-weight: 400;
  text-align: right;
  line-height: 28px;
  flex-direction: column;
  margin-bottom: 100px;
}
.single-post .writer_name {
  color: #000;
  font-size: 17px;
  font-weight: 600;
}
.single-post .writer-title {
  color: #757575;
  font-weight: 400;
}
.single-post .writer_spans {
  justify-content: center;
  flex-direction: column;
  margin-right: 3%;
}
.single-post .writer_post_details_wrap {
  margin-top: 4%;
  text-align: right;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}
.single-post .post_title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  margin-top: 28px;
}
.single-post .blog_side_headers {
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px !important;
  line-height: 40px;
}
@media (max-width: 767px) {
  .single-post .blog_side_headers {
    margin-bottom: 24px !important;
  }
}
.single-post .more_post_img {
  width: 80%;
  height: 70%;
}
@media (max-width: 600px) {
  .single-post .more_post_img {
    width: 50%;
    height: 50%;
  }
}
.single-post .more_post_writer {
  font-weight: 700;
  color: var(--link_color);
}
.single-post .more_post_date {
  padding-right: 3%;
}
.single-post .more_post_header {
  font-weight: 700;
  font-size: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 767px) and (ax-width: 991px) {
  .single-post .more_post_header {
    font-weight: 500;
    font-size: 18px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .single-post .more_post_header {
    min-height: 59px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .single-post .more_post_wrap {
    display: inline-block;
    width: calc(100% - 182px);
    vertical-align: top;
    padding-right: 10px;
  }
}
.single-post .more_post_wrap h4 {
  font-weight: bold;
  color: var(--main_color_dark_blue);
  margin-top: 26px;
  margin-bottom: 26px;
}
.single-post .component_post {
  padding: var(--space_80) 0;
  background: #F8F8F8;
}
.single-post .more_post_container {
  max-width: 1440px !important;
}
@media (min-width: 767px) and (ax-width: 991px) {
  .single-post .more_post_container {
    padding-right: var(--bs-gutter-x, 4.75rem);
  }
}
.single-post .post_image_link {
  width: 100%;
  height: 280px;
  border-radius: 12px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 767px) and (ax-width: 991px) {
  .single-post .post_image_link {
    width: 176px;
    height: 132px;
  }
}
.single-post .more_post_row {
  row-gap: 30px;
  --bs-gutter-x: 30px;
}
@media (min-width: 767px) and (ax-width: 991px) {
  .single-post .more_post_link {
    display: inline-block;
  }
}
@media (max-width: 600px) {
  .single-post .more_post_writer_details {
    margin-bottom: 5%;
  }
}
@media (min-width: 767px) and (ax-width: 991px) {
  .single-post .separation_post_wrap {
    width: 32px;
    height: 1px;
    background-color: #530586;
    border: 1.5px solid #530586;
    margin: 14px 0 4px 0;
    margin-right: 30px;
  }
}

.default_more_load {
  color: #000000;
  font-size: 22px;
  text-decoration: underline;
  text-decoration-thickness: from-font;
  text-underline-offset: 7px;
}
@media (max-width: 991px) {
  .default_more_load {
    font-size: 20px;
  }
}

.string_of_arrows {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  z-index: -1;
}
.string_of_arrows:before, .string_of_arrows:after {
  content: "";
  width: 21%;
  display: inline-block;
  height: 100%;
  background-size: contain;
}
@media (max-width: 767px) {
  .string_of_arrows:before, .string_of_arrows:after {
    width: 5%;
  }
}
.string_of_arrows:before {
  background-image: url(../assets/icons/string_of_arrows_2.svg);
}
.string_of_arrows:after {
  background-image: url(../assets/icons/string_of_arrows_1.svg);
}
html[lang=en-US] .string_of_arrows:before {
  background-image: url(../assets/icons/string_of_arrows_1.svg);
}
html[lang=en-US] .string_of_arrows:after {
  background-image: url(../assets/icons/string_of_arrows_2.svg);
}

body.page-id-12 .banner_title {
  font-weight: 700;
  line-height: 60px;
}

.gssb_c {
  z-index: 9999 !important;
}

.gsc-selected-option-container {
  background-color: #FFFFFF !important;
  border: none !important;
  box-shadow: none;
}

.gsc-selected-option-container, .filterby, .gsc-orderby {
  font-size: 18px !important;
}

.gsib_b {
  display: none;
}

@media (max-width: 767px) {
  .gssb_a, .gssb_a td {
    white-space: normal !important;
  }
}

.gsc-result-info {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 18px;
  color: #000000 !important;
}

.gsc-control-cse {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  font-family: "PingHL" !important;
}
@media (max-width: 767px) {
  .gsc-control-cse {
    border: none !important;
    background-color: transparent !important;
  }
}
.gsc-control-cse a.gs-title {
  margin: 20px 0 10px;
  display: inline-block;
  font-weight: 400;
  color: #000000 !important;
}
.gsc-control-cse a.gs-title, .gsc-control-cse a.gs-title * {
  font-size: 30px !important;
  line-height: 30px;
  font-weight: 700;
}
.gsc-control-cse .gsc-expansionArea b {
  background: var(--color-result_search_b);
  border-radius: 8px;
  color: #000000;
}
.gsc-control-cse .gsc-above-wrapper-area {
  border-bottom: none;
  padding: 0;
}
.gsc-control-cse .gs-visibleUrl-breadcrumb, .gsc-control-cse .gs-richsnippet-box {
  display: none !important;
}
.gsc-control-cse .gsc-table-result {
  padding: 0 !important;
  font-size: 22px !important;
  font-weight: 400;
  line-height: 34px;
  text-align: right;
}
.gsc-control-cse .gsc-webResult.gsc-result {
  padding: 20px 0;
  border-color: #000000 !important;
  border-width: 0 0 1px 0;
}
.gsc-control-cse .gsc-webResult.gsc-result:first-child {
  padding-top: 60px;
}
.gsc-control-cse form.gsc-search-box {
  border-collapse: separate; /* Ensures border-radius works */
  border-spacing: 0; /* Optional: Removes gaps between cells */
  border: 1px solid #000000; /* Adds a border to the table */
  border-radius: 8px; /* Sets the border-radius for the entire table */
  overflow: hidden;
  width: 60.36%;
  display: block !important;
}
@media (max-width: 767px) {
  .gsc-control-cse form.gsc-search-box {
    width: 100%;
  }
}
.page-template-template-bids .gsc-control-cse form.gsc-search-box {
  width: 41.6666666667%;
}
.gsc-control-cse form.gsc-search-box.focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}
.gsc-control-cse form.gsc-search-box > table {
  margin: 0;
}
@media (max-width: 767px) {
  .gsc-control-cse form.gsc-search-box > table {
    height: 40px;
  }
}
.gsc-control-cse form.gsc-search-box button.gsc-search-button {
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../assets/icons/search_google.png");
  height: 100%;
  display: block;
  font-size: 20px;
  margin: 0;
  min-width: 96px;
  width: 150px;
  padding: 12px 24px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-style: none;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  background-color: var(--purple_bg_color);
}
.gsc-control-cse form.gsc-search-box button.gsc-search-button svg {
  display: none;
}
@media (max-width: 767px) {
  .gsc-control-cse form.gsc-search-box button.gsc-search-button {
    display: flex;
    padding: 0;
    font-size: 14px;
    min-width: 60px;
    width: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 767px) {
  .gsc-control-cse form.gsc-search-box .gsc-input-box {
    padding: 0;
    border-radius: 0 4px 4px 0;
    border: 1px solid rgba(34, 29, 94, 0.3);
  }
  html[lang=en-US] .gsc-control-cse form.gsc-search-box .gsc-input-box {
    border-radius: 4px 0 0 4px;
  }
}
.gsc-control-cse form.gsc-search-box .gsc-input {
  background-color: white;
  padding: 0 !important;
}
.gsc-control-cse form.gsc-search-box .gsc-input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}
.gsc-control-cse form.gsc-search-box input.gsc-input {
  color: #555;
}
.gsc-control-cse .gsc-results-close-btn {
  background: none;
}
.gsc-control-cse .gsc-results-close-btn::before {
  content: "\e91f";
  font-weight: 900;
  display: inline-block;
  font-family: icomoon;
  font-size: 16px;
  color: #000; /* Change the color as needed */
}
.gsc-control-cse .gsc-cursor-page {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  padding: 12px 16px;
  border-radius: 8px;
  display: inline-block;
  margin: 0 -2px;
}
@media (max-width: 767px) {
  .gsc-control-cse .gsc-cursor-page {
    width: 22px;
    font-size: 12px;
  }
}
.gsc-control-cse .gsc-cursor-page:hover {
  background-color: #eee !important;
}
.gsc-control-cse .gsc-cursor-page.gsc-cursor-page.gsc-cursor-current-page {
  background: var(--color_pink);
  color: #fff;
}
.gsc-control-cse .gs-snippet {
  color: #000000 !important;
}
.gsc-control-cse .gsc-cursor-box.gs-bidi-start-align {
  margin: 20px 0;
}
.gsc-control-cse .gsc-cursor-box.gs-bidi-start-align .gsc-cursor {
  display: block !important;
  text-align: center;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .gsc-control-cse .gsc-cursor-box.gs-bidi-start-align .gsc-cursor {
    display: flex !important;
    padding-top: 0 !important;
  }
}
html[lang=he-IL] .gsc-control-cse .gs-bidi-start-align {
  text-align: right;
}
.gsc-control-cse .gcsc-find-more-on-google-root, .gsc-control-cse .gcsc-more-maybe-branding-root {
  display: none;
}
@media (min-width: 768px) {
  .gsc-control-cse table.gsc-search-box td {
    height: 56px;
  }
}
.gsc-control-cse .gsib_a {
  padding-right: 24px !important;
}
.gsc-control-cse .icon-search_menue {
  margin-left: 5px;
}

.gs-no-results-result .gs-snippet {
  background-color: var(--pink_purple) !important;
  color: #FFFFFF !important;
  border-color: var(--pink_purple) !important;
}

.filterdiv {
  display: table;
  cursor: pointer;
}

input#gsc-i-id2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-align: right;
  color: #000000;
  background: transparent !important;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  input#gsc-i-id2 {
    height: auto !important;
  }
}

@media (max-width: 767px) {
  .options_filters, .events_options_filters {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 1002;
    background-color: rgba(34, 29, 94, 0.8);
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .options_filters > div, .events_options_filters > div {
    background-color: white;
    border-radius: 8px 8px 0 0;
    padding: 22px 33px 88px 33px;
    position: absolute;
    bottom: 0;
    height: 80%;
    overflow: scroll;
    width: 100%;
    right: 0;
  }
}
.options_filters, .events_options_filters {
  display: none;
}
@media (min-width: 767px) {
  .options_filters, .events_options_filters {
    flex-wrap: wrap;
    justify-content: center;
    z-index: 999;
    left: 0;
    max-width: 535px;
    top: 100%;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
    padding: 40px;
    position: absolute;
    margin-bottom: 5%;
  }
}
.options_filters .form_filters, .events_options_filters .form_filters {
  width: 100%;
}

.download {
  color: var(--breadcrumbs);
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--breadcrumbs);
  text-decoration: none;
}

.icon-download1 {
  animation: animation_up_and_down 3s infinite ease-in-out;
  display: inline-block;
  margin: 0;
}

#downloadBtn .icon-download1:before {
  position: static;
  color: var(--breadcrumbs) !important;
}

.filter-download-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 31px;
}
@media (max-width: 767px) {
  .filter-download-wrapper {
    gap: 10px;
  }
}
.filter-download-wrapper #downloadBtn:hover .icon-download1:before {
  color: var(--pink_purple) !important;
}

.messages {
  margin-top: 48px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  left: 7%;
}
@media (max-width: 991px) {
  .messages {
    width: 100%;
    margin-top: 0;
    left: 0;
    position: relative;
  }
}
.messages a {
  text-decoration: none;
  font-weight: unset;
}
.messages iframe {
  height: revert-layer;
}

.rtecenter .link-tab-index:hover {
  text-decoration: 1px #af0577 underline;
}
.rtecenter :nth-child(1).link-tab-index {
  color: #221D5E !important;
}
.rtecenter :nth-child(1).link-tab-index:hover {
  text-decoration: 1px #221D5E underline;
}

.inner-messages p {
  font-family: inherit !important;
  font-size: 16px;
}
.inner-messages {
  box-shadow: 0px 0px 12px 0px rgba(179, 96, 255, 0.28);
  border-radius: 12px;
  background-color: #fff;
  padding: 24px;
  font-size: 16px;
  width: 100%;
}
@media (min-width: 767px) and (ax-width: 991px) {
  .inner-messages {
    font-size: 16px;
  }
}
.inner-messages .title {
  font-family: inherit !important;
  display: flex;
  column-gap: 8px;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .inner-messages .title {
    font-size: 22px;
  }
}
.inner-messages .title:before {
  color: var(--blue_link) !important;
  font-size: 24px;
  font-family: icomoon;
}
.inner-messages .icon-alert {
  color: #af0577;
  margin-bottom: 12px;
  font-size: 24px;
  background-image: url(../assets/icons/route-alert-24.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.inner-messages .inner-messages:before {
  background-image: url(../assets/icons/route-alert-24.png);
}
.inner-messages .rtecenter {
  margin-bottom: 16px;
  width: 100%;
  font-weight: normal;
}
@media (min-width: 767px) and (max-width: 991px) {
  .inner-messages .rtecenter {
    line-height: 25px;
  }
}
.icon-xclamation-dark {
  color: #af0577 !important;
}
.icon-xclamation-dark:before {
  font-size: 24px;
}
.icon-xclamation-dark {
  margin-bottom: 12px;
}

.single-route .forms_area > h2 {
  margin-bottom: 60px !important;
}
.single-route .margin_top_65 {
  margin-top: 0;
}
.single-route .inner-content > h2:first-child {
  margin-bottom: 24px;
  font-weight: 700;
}
.single-route #icon_before {
  font-size: 24px;
  margin-left: 15px;
}
@media (min-width: 767px) {
  .single-route main.site-main > .single-route {
    margin-top: 52px;
    margin-bottom: 223px;
  }
}
.single-route main.site-main > .single-route .inner-messages [class^=icon-] {
  font-weight: normal;
  font-size: 24px;
}
.single-route .question_icon {
  font-size: 20px;
  cursor: pointer;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.single-route .question_icon:hover {
  font-weight: bold;
}
.single-route .inner-content {
  margin-top: 60px;
  position: relative;
}
.single-route #common_question .inner-text {
  border-bottom: 1px solid rgba(34, 29, 94, 0.3);
  margin: 30px 0;
}
@media (max-width: 767px) {
  .single-route #common_question .inner-text {
    margin: 0;
  }
}
.single-route #common_question .inner-text .subject_block {
  cursor: pointer;
  border-top: 1px solid rgba(34, 29, 94, 0.3);
}
.single-route #common_question .inner-text .subject_name {
  padding: 20px 14px;
  font-weight: bold;
  font-size: 16px;
}
.single-route #common_question .inner-text .icon-arrow-left {
  color: var(--link_color);
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 5px;
}
html[lang=en-US] .single-route #common_question .inner-text .icon-arrow-left {
  display: inline-block;
  transform: rotate(180deg);
}
.single-route #common_question .inner-text .question_block .question {
  padding: 14px 16px;
  border-top: 1px solid rgba(34, 29, 94, 0.3);
  font-weight: 700;
  width: 100%;
  text-align: right;
  font-size: 16px;
  background-color: #FFFFFF;
  display: flex;
}
.single-route #common_question .inner-text .answer {
  background: #fcfcfc;
  border-top: 1px solid rgba(34, 29, 94, 0.3);
  padding: 30px 60px 30px 42px;
}
@media (max-width: 767px) {
  .single-route #common_question .inner-text .answer {
    padding: 15px 40px 15px 20px;
  }
}
.single-route #common_question .inner-text .answer > p {
  font-size: 16px !important;
}
.single-route .inner-text h3 {
  font-size: 24px;
}
.single-route .inner-text .field-item > p > strong {
  font-size: 0.9rem;
}
.single-route #how_to_apply table {
  max-width: 100%;
  width: 500px;
  border-spacing: 0;
  border-collapse: collapse;
}
.single-route #how_to_apply table td {
  text-align: center;
  padding: 0;
  border: 1px solid;
  color: rgb(10, 10, 50);
}
.single-route #how_to_apply table td > p {
  margin: unset;
}
.single-route #how_to_apply table td > strong {
  font-size: 16px;
}
.single-route .content strong {
  font-weight: 500;
}
.single-route .content .document_name {
  font-size: 16px;
  flex: 1;
}
.single-route .content .document_type_icons a {
  color: inherit;
}
.single-route .content .document_type_icons {
  display: inline-block;
  font-size: 16px;
}
.single-route .content .desc {
  font-size: 14px;
}
.single-route .content p {
  display: block;
}
.single-route .content .inner-content .inner-text iframe {
  text-align: center;
  max-width: 100%;
}
.single-route .content .inner-content .inner-text a > img {
  max-width: 100%;
}
.single-route #forms_and_documents_to_submit .inner-text {
  border-bottom: 1px solid rgba(34, 29, 94, 0.31);
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .single-route #forms_and_documents_to_submit .doc_wrap {
    margin-top: 25px;
  }
}
.single-route #forms_and_documents_to_submit .desc > p {
  padding-bottom: 6px;
  padding-right: 77px;
}
@media (max-width: 767px) {
  .single-route #forms_and_documents_to_submit .desc > p {
    padding-right: 15px;
  }
}
.single-route #forms_and_documents_to_submit .desc > ul {
  padding-right: 77px;
}
.single-route #forms_and_documents_to_submit .desc > ul li:before {
  font-size: 15px;
}
@media (max-width: 767px) {
  .single-route #forms_and_documents_to_submit .desc > ul {
    padding-right: 15px;
  }
}
.single-route #forms_and_documents_to_submit .desc2 {
  color: #A52A2A;
  font-weight: 500;
  font-size: 14px;
  display: inline;
}
.single-route #forms_and_documents_to_submit .desc2 span {
  font-family: inherit !important;
  font-size: inherit !important;
}
.single-route #forms_and_documents_to_submit .doc_title {
  border-top: 1px solid rgba(34, 29, 94, 0.31);
  padding: 14px 14px 14px 0;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 767px) {
  .single-route #forms_and_documents_to_submit .doc_title {
    margin: 5px 5px 5px 0;
  }
}
.single-route #forms_and_documents_to_submit .doc_title:last-child {
  color: #af0577;
}
.single-route #forms_and_documents_to_submit .doc_title::before {
  content: "\e902";
  font-family: icomoon;
  color: var(--link_color);
  font-size: 14px;
  transform: rotate(-90deg);
  font-weight: bold;
  margin-left: 10px; /* Space between icon and text */
  display: inline-block; /* Ensure the icon stays inline */
  transition: transform 0.3s ease; /* Smooth transition for rotation */
}
.single-route #forms_and_documents_to_submit .doc_title.open::before {
  transform: rotate(90deg); /* Rotate the icon */
}
.single-route #forms_and_documents_to_submit .doc_title .icon_plus {
  font-size: 14px;
  padding-left: 26px;
  font-weight: 800;
  cursor: pointer;
}
.single-route #forms_and_documents_to_submit .doc_title .icon_plus:before {
  content: "╋";
}
.single-route #forms_and_documents_to_submit .icon-download, .single-route #forms_and_documents_to_submit .icon-document {
  margin-left: 10px;
}
.single-route #forms_and_documents_to_submit .icon-size {
  font-size: 1.3em;
}
.single-route .Menu ul li.active {
  background: #000095;
  color: white;
}
.single-route .Menu ul li:not(.active):hover {
  background: #f1f1f1;
}
.single-route .Menu {
  position: sticky;
  top: 150px;
  font-size: 20px;
  background-color: white;
  padding: unset;
}
@media (min-width: 1199px) {
  .single-route .Menu {
    width: 240px;
  }
}
.single-route .Menu > ul {
  margin: 0;
}
.single-route .Menu > ul > li {
  border-radius: 8px;
  padding: 8px 24px;
  list-style: none;
  cursor: pointer;
}
.single-route .Menu > ul > li > a {
  font-size: 20px;
  color: inherit;
  text-decoration: none;
  display: block;
  font-weight: normal;
}
.single-route .single-route .breadcrumbs span {
  margin-right: 5px;
}
.single-route .single-route .breadcrumbs span > a {
  margin-left: 5px;
}
.single-route .single-route .no-banner > .breadcrumbs_mobile {
  display: none;
}
.single-route .single-route .no-banner > .breadcrumbs_mobile :before {
  content: "<";
  margin-right: 5px;
  margin-left: 5px;
}
.single-route .doc_link a {
  color: inherit;
}
.single-route .doc_link {
  display: block;
  padding: 0 0 6px 0;
  padding-right: 44px;
  min-height: 43px;
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .single-route .doc_link {
    padding-right: 15px;
  }
}
.single-route .wrap_download .icon-question-mark-dark {
  color: var(--link_color);
}
.single-route .open_question .icon-arrow-left {
  transform: rotate(-90deg);
}
.single-route .alertText {
  margin-top: 114px;
  display: block;
  width: 100%;
  text-align: center;
  z-index: 9;
  padding-top: 26px;
  padding-bottom: 11px;
  padding-right: 15px !important;
  padding-left: 15px !important;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .single-route .alertText {
    margin-top: 80px;
    font-size: 16px;
  }
}
.single-route .icon_close_or_open {
  padding-left: 4px;
}
.single-route .icon-lock-open {
  padding-left: 10px;
}
.single-route .alertText.openSubmission {
  background: #00DEA5;
  color: white;
  padding: 31px 0 21px;
}
@media (min-width: 767px) {
  .single-route .alertText.openSubmission {
    margin-bottom: 2%;
  }
}
@media (min-width: 991px) and (max-width: 1399px) {
  .single-route .alertText.openSubmission {
    padding: 75px 0 21px;
  }
}
.single-route .alertText.closeSubmission {
  background: #E71346;
  color: white;
  padding: 31px 0 21px;
}
@media (min-width: 991px) and (max-width: 1399px) {
  .single-route .alertText.closeSubmission {
    padding: 80px 0 21px;
  }
}
.single-route .alertText .close {
  text-align: left;
  padding-left: 28px;
  cursor: pointer;
  margin-right: auto;
  float: left;
  font-size: 20px;
}
.single-route .alertText .close:after {
  content: " ✕";
}
.single-route .alertText p {
  display: inline;
}
.single-route .btm-message {
  position: fixed;
  bottom: 0;
  background: white;
  width: 100%;
  text-align: center;
  padding: 10px 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  height: 80px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  right: 0;
  gap: 30px;
}
@media (max-width: 991px) {
  .single-route .btm-message {
    padding: 10px 30px;
  }
}
.single-route .btm-message .btn-msg {
  background: var(--purple_bg_color);
  color: #FFFFFF;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: flex;
  margin: auto;
  height: 100%;
  width: 350px;
  max-width: 100%;
  line-height: 120%;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.single-route .btm-message .btn-msg:hover {
  background: #FFFFFF;
  color: var(--purple_bg_color);
  border: 1px solid var(--purple_bg_color);
}
.single-route .btm-message .btn-msg:hover span:after, .single-route .btm-message .btn-msg:hover span:before, .single-route .btm-message .btn-msg:hover:after, .single-route .btm-message .btn-msg:hover:before {
  color: var(--purple_bg_color) !important;
}
.single-route .btm-message .btn-msg span:after, .single-route .btm-message .btn-msg span:before, .single-route .btm-message .btn-msg:after, .single-route .btm-message .btn-msg:before {
  color: #FFFFFF !important;
}
.single-route .btm-message .btn-msg:after, .single-route .btm-message .btn-msg:before {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .single-route .btm-message .btn-msg {
    max-width: 100%;
  }
}
.single-route .btm-message .btn-msg {
  margin: unset;
}
@media (max-width: 991px) {
  .single-route .btm-message .btn-msg {
    padding: 10px;
    font-weight: 500;
    width: 200px;
  }
}
.single-route .btm-message > .close {
  margin-right: auto;
  cursor: pointer;
}
.single-route .btm-message > .close:after {
  content: " ✕";
}
.single-route .btm-message .text-msg {
  margin-right: auto;
}
@media (max-width: 991px) {
  .single-route .btm-message .text-msg {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .single-route main.site-main > .single-route .content {
    width: 100%;
    padding: 0;
  }
  .single-route main.site-main > .single-route .content > h1 {
    margin-top: 80px;
    margin-bottom: 32px;
  }
  .single-route main.site-main > .single-route .asideMenu {
    display: none;
  }
  .single-route main.site-main > .single-route > .row {
    flex-direction: column-reverse;
    margin: 0 15px 60px 15px !important;
    border-bottom: 1px solid rgba(34, 29, 94, 0.31);
  }
  .single-route main.site-main > .single-route .inner-content > h2:first-child {
    margin-bottom: 0 !important;
    border-top: 1px solid rgba(34, 29, 94, 0.31);
    padding: 14px 0px 14px 0px !important;
  }
  .single-route main.site-main > .single-route .inner-content {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .single-route main.site-main > .single-route #forms_and_documents_to_submit .doc_title {
    border: none;
  }
  .single-route main.site-main > .single-route #forms_and_documents_to_submit > .inner-text {
    border: none;
  }
  .single-route main.site-main > .single-route #what_do_you_get > .inner-text {
    overflow: scroll;
  }
  .single-route .icon-xclamation-dark {
    color: #af0577;
    margin-bottom: 12px;
    font-size: 24px;
  }
  .single-route .no-banner > .breadcrumbs_mobile {
    display: block;
  }
}

.single_route_faq_title {
  margin: 25px 0 10px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .single_route_faq_title {
    margin: 5px 0 10px;
  }
}

.desc_2_for_forms_area {
  display: flex;
  margin-top: 15px;
}

@media (max-width: 767px) {
  #contact .inner-text {
    word-break: break-word;
  }
}
#contact .inner-text > * {
  max-width: 100%;
}

body.error404 #banner {
  display: none;
}

#main-404 {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
}
@media (max-width: 991px) {
  #main-404 {
    padding-top: 81px;
  }
}
#main-404 .sub_title_404 {
  margin-bottom: 4px;
}
#main-404 .header-404 {
  padding: 203px 0;
}
@media (max-width: 991px) {
  #main-404 .header-404 {
    padding: 55px 0;
  }
}
html[lang=en-US] #main-404 {
  direction: ltr;
}
@media (min-width: 767px) {
  #main-404 .page-404-container {
    padding-bottom: 120px;
  }
}
#main-404 .icon-icon {
  position: absolute;
  z-index: -1;
}
#main-404 .icon-icon.right {
  transform: rotate(180deg);
  font-size: 183px;
  top: 85px;
  left: 18%;
}
@media (max-width: 991px) {
  #main-404 .icon-icon.right {
    font-size: 143px;
    left: -8%;
  }
}
#main-404 .icon-icon.big {
  font-size: 700px;
  top: 65px;
  right: -2.7%;
}
@media (max-width: 991px) {
  #main-404 .icon-icon.big {
    font-size: 250px;
    top: 97px;
    right: -9.7%;
  }
}
#main-404 .icon-icon.up {
  transform: rotate(270deg) translateX(-50%);
  font-size: 1150px;
  bottom: -8px;
  left: -15%;
}
@media (max-width: 991px) {
  #main-404 .icon-icon.up {
    font-size: 200px;
    left: 3%;
  }
}
#main-404 .icon-icon:before {
  color: var(--red_site) !important;
}
#main-404 .page-404-img {
  max-width: 50px;
  height: auto;
  display: inline-block;
  margin-left: 15px;
}
@media (min-width: 768px) {
  #main-404 .large-item {
    grid-area: large;
  }
}
html[lang=he-IL] #main-404 .arrow-rotate {
  transform: rotate(180deg);
}

.page-404-floor {
  gap: 24px 22px;
  grid-auto-rows: 1fr;
}
@media (min-width: 768px) {
  .page-404-floor {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .page-404-floor {
    gap: 10px;
  }
}
.page-404-floor#second-row {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .page-404-floor#second-row {
    grid-template-areas: "e1 e2 e3 large" "e4 e5 e6 large";
  }
}

.page-404-element a {
  background-color: white;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1215686275);
  border-radius: 12px;
  padding: 16px 8px 16px 24px;
  color: #000000;
  font-size: 18px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .page-404-element a {
    font-size: 16px;
  }
}
.page-404-element a:hover span {
  text-decoration: underline;
}
.page-404-element .wrap_icon {
  width: 70px;
  height: 70px;
}
.page-404-element img {
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  display: block;
}
.page-404-element span {
  width: calc(100% - 70px);
  display: inline-block;
  vertical-align: middle;
}

body.single-article .date_modified, body.single-report .date_modified {
  display: flex;
  justify-content: flex-end;
}
body.single-article footer, body.single-report footer {
  margin-top: 0 !important;
}
body.single-article body, body.single-report body {
  color: #221d5e;
}
body.single-article .banner_title, body.single-report .banner_title {
  font-weight: 500;
}
body.single-article .container-post, body.single-report .container-post {
  margin-top: 0;
}
body.single-article .rich_text img, body.single-report .rich_text img {
  max-width: 100%;
  width: fit-content !important;
  height: fit-content !important;
}

.article_excerpt {
  font-weight: bold;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .article_excerpt {
    padding-top: 0;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .article_excerpt h1 {
    font-size: 30px;
  }
}

@media (min-width: 991px) and (max-width: 1488px) {
  .wrap_favorite_toolbar {
    padding: 83px 0 43px 0;
  }
}
.wrap_favorite_toolbar {
  padding: 43px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  background-color: var(--dark_green);
}
.wrap_favorite_toolbar .icon-box, .wrap_favorite_toolbar .icon-english, .wrap_favorite_toolbar .icon-pdf-icon, .wrap_favorite_toolbar .icon-favorite {
  font-size: 30px;
  padding-left: 5px;
}
.wrap_favorite_toolbar .icon-box:hover, .wrap_favorite_toolbar .icon-english:hover, .wrap_favorite_toolbar .icon-pdf-icon:hover, .wrap_favorite_toolbar .icon-favorite:hover {
  color: white;
}
.wrap_favorite_toolbar a {
  color: white;
}
.wrap_favorite_toolbar a:hover {
  text-decoration: none;
}

.btn_favorite_toolbar {
  color: white;
  padding: 0 15px;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  font-weight: 500;
}
.btn_favorite_toolbar.more_articles:before {
  background-image: url("../assets/icons/document.svg");
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 11px;
  background-position: center;
}
.btn_favorite_toolbar:hover {
  color: white;
}

@media (max-width: 767px) {
  .md-none {
    display: none;
  }
}

.wrap_single_article {
  word-break: break-word;
}
.wrap_single_article h4 {
  color: var(--purple_bg_color);
}

.wrap_more_articles_bottom {
  background-color: #BDC6C6;
  margin-top: var(--space_80);
  padding-bottom: var(--space_80);
}
.wrap_more_articles_bottom .more_article_title {
  margin-bottom: 50px;
  padding-top: var(--space_80);
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .wrap_more_articles_bottom .more_article_title {
    margin-bottom: 25px;
  }
}
.wrap_more_articles_bottom .wrap_more_articles_bottom {
  padding-bottom: 70px;
}
.wrap_more_articles_bottom .blue {
  background-image: url("../assets/icons/view-arrow-1.png");
}
html[lang=en-US] .wrap_more_articles_bottom .blue {
  background-image: url("../assets/icons/blue-green.svg");
}
.wrap_more_articles_bottom .red {
  background-image: url("../assets/icons/view-arrow-2.png");
}
html[lang=en-US] .wrap_more_articles_bottom .red {
  background-image: url("../assets/icons/pink-orange.svg");
}
.wrap_more_articles_bottom .green {
  background-image: url("../assets/icons/view-arrow-3.png");
}
html[lang=en-US] .wrap_more_articles_bottom .green {
  background-image: url("../assets/icons/green-yellow.svg");
}
.wrap_more_articles_bottom .wrap_article {
  position: relative;
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left 33px center;
  padding: 40px;
  border-radius: 15px;
}
.wrap_more_articles_bottom .wrap_article .wrap_article_title {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.wrap_more_articles_bottom .wrap_article .wrap_article_title:after {
  content: "";
  transition: all 0.5s;
  background-image: url("../assets/icons/arrow-purple-light.svg");
  height: 24px;
  width: 23.59px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  align-content: center;
  display: inline-flex;
}
html[lang=en-US] .wrap_more_articles_bottom .wrap_article .wrap_article_title:after {
  transform: scaleX(-1);
}
@media (max-width: 767px) {
  .wrap_more_articles_bottom .wrap_article .wrap_article_title:after {
    height: 24px;
    width: 16px;
  }
}
.wrap_more_articles_bottom .wrap_article:hover {
  text-decoration: none;
}
.wrap_more_articles_bottom .wrap_article:hover .wrap_article_title:after {
  left: 20px;
}
@media (max-width: 767px) {
  .wrap_more_articles_bottom .wrap_article {
    padding: 20px;
  }
}
.wrap_more_articles_bottom .wrap_article:not(:last-child) {
  margin-bottom: 23px;
}
.wrap_more_articles_bottom .wrap_article .article_title {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  color: #000000;
}
@media (max-width: 767px) {
  .wrap_more_articles_bottom .wrap_article .article_title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .wrap_more_articles_bottom .wrap_article .article_title {
    -webkit-line-clamp: 2;
    font-size: 18px;
  }
}

.to_full_article {
  color: white;
  position: absolute;
  left: calc(43% - 10px);
  font-size: 28px;
  font-weight: normal;
}
.to_full_article:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .to_full_article {
    font-size: 16px;
    left: calc(39% - 10px);
  }
}
@media (min-width: 767px) and (ax-width: 991px) {
  .to_full_article {
    left: calc(35% - 10px);
  }
}

@media (max-width: 991px) {
  .lg-none {
    display: none !important;
  }
}

#magazine-main {
  margin-bottom: 20px;
}
#magazine-main .items-wrap {
  max-width: 100%;
}
#magazine-main a:hover {
  color: #221D5E;
}
#magazine-main .article_image {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
}
#magazine-main .article_image:before {
  content: "";
  display: block;
  padding-top: 27.7%;
}
#magazine-main .article_image .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#magazine-main .article_image h3 {
  font-size: 16px;
  font-weight: normal;
}
#magazine-main .article_wrap h2, #magazine-main .article_wrap h2 > p {
  text-align: start !important;
  font-size: 40px;
}
@media (max-width: 767px) {
  #magazine-main .article_wrap h2, #magazine-main .article_wrap h2 > p {
    font-size: 17.6px;
  }
}
#magazine-main .article_wrap p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  #magazine-main .md-none {
    display: none;
  }
}
#magazine-main .btn {
  color: white;
  background-color: #221D5E;
  padding: 8px 0 8px 0;
  padding-right: 10px;
  border-radius: 0;
  font-weight: bold;
}
#magazine-main .btn:after {
  content: "\e902" !important;
  font-family: icomoon !important;
  font-size: medium;
  font-weight: bold;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
html[lang=en-US] #magazine-main .btn:after {
  content: "\e905" !important;
}
#magazine-main .btn:hover:after {
  left: -6px;
}
#magazine-main [data-direction=end] .row {
  justify-content: end;
}
#magazine-main [data-bg=color] * {
  color: #fff;
}
#magazine-main [data-bg=color] .btn {
  border: solid 2px #fff;
}

@keyframes bounce {
  from {
    transform: translateY(30px);
  }
  to {
    transform: translateY(-7px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(30px);
  }
  to {
    transform: translateY(-7px);
  }
}
body.post-type-archive-press_release .list_posts {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
  padding-bottom: var(--space_80);
}
body.post-type-archive-press_release .div_search {
  margin-bottom: var(--space_80);
  margin-top: calc(var(--space_80) - 28px);
}
body.post-type-archive-press_release .wrap_banner {
  margin-top: 0;
}
body.post-type-archive-press_release .icon-arrow-left, body.post-type-archive-press_release .icon-bullet {
  color: var(--link_color);
  font-weight: bold;
  font-size: small;
}
body.post-type-archive-press_release .read_more a {
  color: var(--link_color);
  bottom: 0;
  font-weight: normal;
}
body.post-type-archive-press_release .p_read_more {
  font-weight: 700;
  border-bottom: 1px solid var(--link_color);
  color: var(--link_color);
  display: inline-block;
  margin: 0;
}
body.post-type-archive-press_release .wrap_success_story {
  color: var(--main_color_dark_blue);
}
body.post-type-archive-press_release .wrap_success_story:hover {
  color: var(--main_color_dark_blue);
  text-decoration: none;
}
body.post-type-archive-press_release .pager_item {
  margin-bottom: var(--space_120);
}
html[lang=en-US] body.post-type-archive-press_release input#gsc-i-id2 {
  direction: ltr;
}

body.single-press_release .container-post {
  margin-bottom: 100px;
}
body.single-press_release .article_excerpt {
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 16px;
  text-align: right;
}
body.single-press_release .article_excerpt p:last-child {
  margin-bottom: 0;
}

.gsc-input-box {
  border-style: none !important;
}

.press_release_header {
  font-size: 26px;
  padding: 17px 0px 0px;
  text-align: right;
  padding-top: 20px !important;
  color: var(--purple_bg_color);
  border-bottom: 0 none;
  margin-bottom: 15px;
}
html[lang=en-US] .press_release_header {
  text-align: left;
}

@media (max-width: 767px) {
  .press_release_content ul {
    padding-right: 15px;
    padding-left: 15px;
  }
  .press_release_content ul > li {
    padding-right: 15px;
  }
}
.press_release_content h2 {
  font-size: 22px;
}
.press_release_content h3 {
  font-size: 20px;
}
.press_release_content {
  margin-bottom: 45px;
}

.press_release_date {
  padding: 0px 0px 10px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.press_release_date .press_release_date_span {
  border-bottom: 5px var(--purple_bg_color) solid;
  padding-bottom: 8px;
}

.pr_row {
  border-radius: 12px;
  padding: 30px 30px 40px 30px;
  background: var(--bg_color_press);
  overflow: hidden;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1215686275);
}
.pr_row:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}
.pr_row .wrap_pr_content {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.pr_row .wrap_pr_content .read_more a {
  display: inline-block;
}
.pr_row .pr_image {
  border-radius: 12px;
  height: 234px;
}
.pr_row .pr_title {
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin: 0;
  min-height: 68px;
  color: var(--events_txt);
  text-align: right;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}
.pr_row .pr_title p {
  margin: 0;
}
.pr_row .pr_title a:hover {
  color: #201873;
}
.pr_row .pr_post_date {
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  color: var(--bg_color_blue);
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
}
.pr_row .pr_essence {
  min-height: 2.8em !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--events_txt);
  text-align: right;
  font-size: 18px;
  font-weight: 400;
}

html[lang=en-US] .title_read_more:hover:after, html[lang=en-US] .national_program_report_floor .report_wrap a:hover:after, .national_program_report_floor .report_wrap html[lang=en-US] a:hover:after, html[lang=en-US] .post-type-archive-np_report .report_wrap a:hover:after, .post-type-archive-np_report .report_wrap html[lang=en-US] a:hover:after {
  transform: translateX(15%);
}
.title_read_more:hover:after, .national_program_report_floor .report_wrap a:hover:after, .post-type-archive-np_report .report_wrap a:hover:after {
  transform: translateX(-15%);
}

.icon-arrow-left, .icon-bullet {
  color: var(--link_color);
  font-weight: bold;
  display: inline-block;
}

.button_load_more {
  background: var(--pink_purple);
  color: #FFFFFF;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: flex;
  margin: auto;
  height: 54px;
  width: 280px;
  max-width: 100%;
  line-height: 120%;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.button_load_more:hover {
  background: #FFFFFF;
  color: var(--pink_purple);
  border: 1px solid var(--pink_purple);
}
.button_load_more:hover span:after, .button_load_more:hover span:before, .button_load_more:hover:after, .button_load_more:hover:before {
  color: var(--pink_purple) !important;
}
.button_load_more span:after, .button_load_more span:before, .button_load_more:after, .button_load_more:before {
  color: #FFFFFF !important;
}
.button_load_more:after, .button_load_more:before {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .button_load_more {
    max-width: 100%;
  }
}
.button_load_more .icon_first_load_more {
  font-size: medium;
  padding-right: 0;
  padding-left: 0;
}
html[lang=en-US] .button_load_more .icon_first_load_more {
  transform: rotate(180deg);
}
.button_load_more:active {
  border: var(--pink_purple) solid 2px;
}

.icon_load_more:after {
  content: "\e902" !important;
  font-family: icomoon !important;
  transition: all 0.2s ease;
  display: inline-block;
  font-weight: bolder;
  font-size: small;
}
html[lang=en-US] .icon_load_more:after {
  transform: rotate(180deg);
}

.wrap-route {
  border: 1px solid #fff;
  padding: 24px 0;
  margin-bottom: 24px;
  min-height: 150px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
}
.wrap-route .button_move {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.wrap-route:hover {
  border-color: var(--link_color);
  box-shadow: 0 2px 10px rgba(182, 1, 117, 0.2), 0 2px 10px rgba(0, 0, 0, 0.08);
  color: #201873;
}
.wrap-route:hover .icon-arrow-left {
  color: white;
  background-image: linear-gradient(209deg, #dc02ad 104%, var(--main_color_dark_pink) -2%);
}
.wrap-route .icon-arrow-left {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  padding-right: 10px;
  position: relative;
}
.wrap-route .icon-arrow-left:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.routes_excerpt_content {
  width: 80% !important;
  font-weight: normal !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical !important;
}

.flood-text:not(.closeSubmissionclose) {
  font-weight: 700;
}
.flood-text.closeSubmissionclose {
  color: #FFFFFF;
}
.flood-text {
  max-width: fit-content;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 16px;
}
.flood-text p {
  margin-bottom: 0;
}

.more_dates {
  font-size: 16px;
  margin-top: 8px;
}

body.tax-term_type .wrap-content {
  margin-top: 92px;
  padding-bottom: var(--space_80);
  --bs-gutter-x: 80px;
}
@media (max-width: 991px) {
  body.tax-term_type .wrap-content {
    margin-top: 50px;
    --bs-gutter-x: 0;
  }
}
body.tax-term_type .inner-content img {
  width: 100px;
  height: 100px;
}
body.tax-term_type .inner-content {
  text-align: center;
}
body.tax-term_type .inner-content .title {
  font-weight: 700;
  line-height: 100%;
  padding: 24px 0;
  margin-bottom: 0;
}

body.tax-term_type .site-main {
  margin-bottom: var(--space_120);
}
@media (max-width: 767px) {
  body.tax-term_type .site-main {
    margin-bottom: 50px;
  }
}
body.tax-term_type .site-main .wrap-content-container {
  background-color: var(--gray_back);
}
body.tax-term_type .site-main .routes_header {
  font-size: 24px;
  line-height: 135%;
  margin-bottom: 16px;
}
body.tax-term_type .site-main .routes_second_header {
  font-weight: 700;
}
body.tax-term_type .site-main .wrap_routes {
  margin-bottom: calc(var(--space_80) - 24px);
}
body.tax-term_type .site-main .sub-cat.filter {
  color: #000000;
  border-radius: 12px;
  border: 1px solid #000;
  background-color: #fff;
  font-weight: 700;
  text-align: center;
  height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
}
body.tax-term_type .site-main .sub-cat.filter.active {
  background-color: var(--link_color);
  color: #ffffff;
}
body.tax-term_type .site-main .wrap-sub-cats {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}
body.tax-term_type .site-main .message {
  background: #201873;
  text-align: center;
  padding: 40px 0;
}
body.tax-term_type .site-main .message .close {
  color: white;
  position: absolute;
  left: 16px;
  top: 14px;
  font-size: 13px;
  opacity: 0.67;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
body.tax-term_type .site-main .message .close:hover {
  opacity: 1;
}
body.tax-term_type .site-main .message a {
  color: #ffffff;
  font-weight: 500;
  text-decoration: underline;
  font-size: 16px;
}
body.tax-term_type .site-main .message .icon {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  body.tax-term_type .site-main .icon-arrow-mobile {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  body.tax-term_type .site-main .icon-arrow-large {
    display: none;
  }
}
body.tax-term_type .routes_container {
  padding-top: calc(var(--space_120) + 8px);
}
@media (max-width: 991px) {
  body.tax-term_type .routes_container {
    padding-top: 50px;
  }
}
body.tax-term_type a.match_route {
  background: var(--purple_bg_color);
  color: #FFFFFF;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: flex;
  margin: auto;
  height: 54px;
  width: 280px;
  max-width: 100%;
  line-height: 120%;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
body.tax-term_type a.match_route:hover {
  background: #FFFFFF;
  color: var(--purple_bg_color);
  border: 1px solid var(--purple_bg_color);
}
body.tax-term_type a.match_route:hover span:after, body.tax-term_type a.match_route:hover span:before, body.tax-term_type a.match_route:hover:after, body.tax-term_type a.match_route:hover:before {
  color: var(--purple_bg_color) !important;
}
body.tax-term_type a.match_route span:after, body.tax-term_type a.match_route span:before, body.tax-term_type a.match_route:after, body.tax-term_type a.match_route:before {
  color: #FFFFFF !important;
}
body.tax-term_type a.match_route:after, body.tax-term_type a.match_route:before {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  body.tax-term_type a.match_route {
    max-width: 100%;
  }
}
body.tax-term_type a.match_route {
  width: 332px;
}
body.tax-term_type .archive_programs:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 8px solid var(--purple_bg_color);
  border-right: 8px solid var(--purple_bg_color);
  transform: rotate(45deg);
  margin-right: 10px;
}
body.tax-term_type .archive_programs {
  color: var(--purple_bg_color);
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 5px;
  margin: 40px auto 0;
  width: max-content;
  font-size: 20px;
  font-weight: 500;
}
body.tax-term_type .archive_programs:before {
  border-width: 2px;
  width: 8px;
  height: 8px;
  transform: rotate(-135deg);
  margin: 0;
  transition: transform 0.3s ease, margin 0.3s ease;
}
body.tax-term_type .archive_programs:hover {
  text-decoration: underline;
}
body.tax-term_type .archive_programs:hover:before {
  transform: translateX(-3px) rotate(-135deg);
}

.text_for_route_newsletter a {
  color: #BCBCFF;
  font-weight: 700;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .text_for_route_newsletter a {
    padding-right: 15px;
  }
}

.route_newsletter {
  display: none;
}
.route_newsletter .site_form {
  width: 513px;
  max-width: 100%;
  margin: 20px auto 30px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.route_newsletter .form_field_wrap_input {
  border-bottom: 1px solid white;
  padding: 17px 20px 17px 10px;
  line-height: 1;
  flex: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .route_newsletter .form_field_wrap_input {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .route_newsletter .form_field_wrap_input {
    padding: 10px;
  }
}
.route_newsletter .form_field_label {
  display: none;
}
.route_newsletter label.error {
  position: absolute;
  width: 100%;
  top: 100%;
  right: 0;
  text-align: right;
  color: #0D0D0D;
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  .route_newsletter label.error {
    font-size: 18px;
  }
}
.route_newsletter input {
  background-color: transparent;
  border: none;
  color: white;
  width: 100%;
}
.route_newsletter input::placeholder {
  color: white;
}
.route_newsletter .route_newsletter_btn {
  background-color: transparent;
  padding: 0;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  width: 40px;
  height: 40px;
}
.route_newsletter .route_newsletter_btn .icon-icon {
  font-size: 12px;
}
html[lang=he-IL] .route_newsletter .route_newsletter_btn .icon-icon {
  transform: rotate(180deg);
}
.route_newsletter .route_newsletter_btn .icon-icon:before {
  color: white;
}

@media (max-width: 991px) {
  .who_what_how_component.wrap-content-container {
    max-width: 300px;
  }
}
.who_what_how_component .wrap-content {
  justify-content: center;
  margin: 50px 0;
}
@media (max-width: 991px) {
  .who_what_how_component .wrap-content {
    margin: 100px 0;
  }
}
.who_what_how_component .inner-content img {
  width: 160px;
  height: 160px;
}
.who_what_how_component .inner-content {
  text-align: center;
  padding-bottom: 20px;
}
.who_what_how_component .inner-content .title {
  font-weight: 450;
  font-size: 30px;
}

.note_dates {
  font-size: 14px;
  margin-top: 5px;
}

body.post-type-archive-job .about_us_gallery_mobile {
  display: flex;
  justify-content: center;
}
body.post-type-archive-job .no_data_to_display {
  margin-top: 5%;
  line-height: 100%;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 36px;
}
body.post-type-archive-job .wrap_banner {
  margin: 0;
}
body.post-type-archive-job .title_big_bold {
  line-height: 100%;
  margin-bottom: 24px;
}
body.post-type-archive-job .looking-for-container {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body.post-type-archive-job .what_we_are_looking_for_title {
  flex-grow: 1;
  color: var(--pink_purple);
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 120px;
}
body.post-type-archive-job .colorful_gallery {
  position: relative;
  gap: 24px;
  display: grid;
  grid-template-columns: auto auto auto auto;
}
@media (max-width: 1399px) {
  body.post-type-archive-job .colorful_gallery {
    justify-items: center;
    width: 100%; /* מתיחה לרוחב מלא */
    margin: 0 auto !important; /* מרכז את הקרוסלה */
    grid-template-columns: auto !important;
  }
}
body.post-type-archive-job .slick-prev, body.post-type-archive-job .slick-next {
  position: absolute;
  width: fit-content;
  top: -45px;
}
body.post-type-archive-job .slick-prev[aria-disabled=true], body.post-type-archive-job .slick-next[aria-disabled=true] {
  opacity: 0.6;
}
body.post-type-archive-job .slick-prev {
  margin-left: 40px;
}
body.post-type-archive-job .slick-next {
  margin-right: 40px;
}
body.post-type-archive-job .colorful_gallery_container {
  --bs-gutter-x: 0;
}
body.post-type-archive-job .slick-track {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  display: flex;
  justify-content: center;
}

.about_us_image {
  width: 100%;
  border-radius: 10px;
  height: 100%;
}

.slick-hidden {
  display: inline-block;
}

html[lang=en-US] .what_we_are_looking_next_arrow.slick-next {
  transform: rotate(180deg);
}
.what_we_are_looking_next_arrow.slick-next {
  margin: 0 10px;
}

html[lang=en-US] .what_we_are_looking_prev_arrow {
  transform: rotate(180deg);
}

.slick-slide {
  box-sizing: border-box; /* חשבון גבולות וריפוד כחלק מרוחב השקף */
}

.slick-slider:not(#banner-slider) {
  max-height: 100%;
}

.colorful_gallery_item {
  border-radius: 10px;
  padding: 0;
  position: relative;
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1399px) {
  .colorful_gallery_item {
    padding: 0 10px;
  }
}

.colorful_gallery_item_2 {
  width: 150px !important;
}

.gallery_img {
  height: 191px;
  width: 100%;
  border-radius: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  position: relative;
  background-position-y: top;
}

.gallery_about_img {
  height: 250px !important;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
}

.gallery_wrap_content {
  background: #F8F8F8;
  width: 290px;
  padding: 20px 24px 20px 24px;
  border-radius: 12px;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  color: var(--pink_purple);
  margin-top: -40px;
}
.gallery_wrap_content .gallery_content_header {
  font-size: 26px;
  text-align: center;
  font-weight: 500;
}
.gallery_wrap_content .gallery_content {
  text-align: center;
  font-size: 18px;
}

html[lang=en-US] .about_us_gallery_next_arrow, html[lang=en-US] .about_us_gallery_prev_arrow {
  transform: rotate(180deg);
}
.about_us_gallery_next_arrow, .about_us_gallery_prev_arrow {
  margin-top: 30px;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .about_us_gallery_next_arrow, .about_us_gallery_prev_arrow {
    display: none !important;
  }
}

.arrow-container {
  width: 50% !important;
}

.what_we_are_looking_for_floor {
  position: relative;
  padding-bottom: 70px;
}
.what_we_are_looking_for_floor:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -2;
}

.what_we_are_looking_for_background_image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  z-index: -5;
  filter: grayscale(1);
  opacity: 0.25;
}

.jobs_floor {
  margin-top: 50px;
  margin-bottom: 120px;
}

.icon-arrow-right {
  padding-right: 3px;
  transition: all 0.25s;
}

.icon-bullet, .icon-arrow-left {
  transition: all 0.25s;
  padding-right: 15px;
}

@media (min-width: 767px) {
  .job_block {
    padding-left: 20px;
    padding-right: 0;
  }
}

@media (min-width: 767px) {
  .about_us_floor {
    width: 50.6%;
  }
}
.about_us_floor {
  margin: 0px auto 8% auto;
}

.job_item_more_details {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  width: 110px;
  text-align: right;
  color: var(--light_purple);
  border-bottom: 1px solid var(--light_purple);
}

.job_item_title {
  margin-bottom: 18px;
  font-size: 30px;
  font-weight: 700;
  overflow: hidden;
  line-height: 34px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .job_item_title {
    font-size: 22px;
  }
}

.about_us_title {
  text-align: center;
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 400;
  line-height: 44px;
}
@media (max-width: 991px) {
  .about_us_title {
    font-size: 30px;
  }
}

.about_us_gallery {
  margin-bottom: 50px;
}

.area_of_operation_floor {
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  line-height: 40px;
  margin-bottom: 10%;
  padding-top: 13px;
}

body.single-job .applying_form_floor {
  box-shadow: 0px 0px 12px 0px rgba(179, 96, 255, 0.2784313725);
  padding: 48px 100px 48px 100px;
  border-radius: 12px;
}
@media (max-width: 767px) {
  body.single-job .applying_form_floor {
    padding: 48px 20px 48px 20px;
  }
}
body.single-job footer {
  margin-top: 8%;
}
body.single-job .banner_job_header {
  text-align: center;
  font-size: 23px;
  font-weight: 500;
  padding-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  margin-top: 66px;
}
body.single-job .breadcrumbs {
  margin-bottom: 40px;
}
body.single-job h3 {
  font-size: 24px;
  font-weight: 500;
}
body.single-job .job_third_header, body.single-job legend {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}
body.single-job .job_content_floor {
  margin-bottom: 50px;
}
body.single-job .job_content_floor a {
  color: var(--pink_purple);
  font-weight: normal;
}
body.single-job .site_form {
  display: flex;
  flex-direction: column;
}
body.single-job .site_form .form_field_wrap_input {
  padding-top: 12px;
  margin-bottom: 24px;
}
html[lang=en-US] body.single-job .site_form .form_field_wrap_input {
  padding-left: 9px !important;
}
body.single-job .site_form .form_field:focus {
  border-color: var(--pink_purple);
  outline: 0 !important;
  border-width: 2px;
}
body.single-job .site_form input::placeholder {
  font-size: 0;
}
body.single-job .site_form .field__label-wrap {
  left: auto;
}
body.single-job .site_form #radio_input_other {
  border: none;
  border-bottom: 1px solid #b5b5b5;
  margin-right: 10px;
}
body.single-job .site_form .uploading_file_field_name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 310px;
}
@media (max-width: 767px) {
  body.single-job .site_form .uploading_file_field_name {
    max-width: 110px;
  }
}
body.single-job .site_form .icon-checkmark {
  color: var(--pink_purple);
  position: absolute;
  left: 20px;
  top: 10px;
}
body.single-job .site_form .uploading_file_input:not(.file_changed) + .row .icon-checkmark {
  display: none;
}
body.single-job .site_form .error + .row .icon-checkmark {
  display: none;
}
body.single-job .site_form .uploading_file_fieldest {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  body.single-job .site_form td.wrap_uploading_file_btn {
    max-width: 82px;
  }
}
body.single-job .site_form .form_field_uploading_file #input_cv_file {
  color: #201873;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
body.single-job .site_form .form_field_uploading_file .form_field_label.uploading_file_fields {
  pointer-events: none;
}
body.single-job .site_form .form_field_uploading_file .form_field_label.uploading_file_fields div {
  color: rgba(34, 29, 94, 0.5);
  font-weight: normal;
  --bs-gutter-x: 0;
}
body.single-job .site_form .form_field_uploading_file td.headline {
  border-left: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 5px;
  width: 33%;
  padding: 25.5px 30px;
}
@media (max-width: 767px) {
  body.single-job .site_form .form_field_uploading_file td.headline {
    padding: 5px;
  }
}
body.single-job .site_form .form_field_uploading_file .wrap_delete_file_btn {
  width: 25%;
  border-bottom: 1px solid rgba(189, 187, 207, 0.3);
}
body.single-job .site_form .form_field_uploading_file .form_field_label {
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 767px) {
  body.single-job .site_form .form_field_uploading_file .form_field_label {
    padding: 5px;
  }
}
body.single-job .site_form .form_field_uploading_file .uploading_file_btn {
  display: flex;
  flex-direction: column;
}
body.single-job .site_form .form_field_uploading_file .uploading_file_field_upload_text {
  color: var(--link_color);
  text-decoration: var(--link_color) underline solid;
  width: 37.5%;
  padding: 10px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.single-job .site_form .form_field_uploading_file .uploading_file_field_upload_text[class*=hide] {
  display: none;
}
body.single-job .site_form .form_field_uploading_file .uploading_file_field_change {
  color: var(--pink_purple);
  text-decoration: var(--pink_purple) underline solid;
}
@media (max-width: 767px) {
  body.single-job .site_form .form_field_uploading_file .uploading_file_field_change {
    margin-bottom: 5px;
    font-size: 12px;
  }
}
body.single-job .delete_file_btn {
  border: none;
  background-color: transparent;
  width: 100%;
  height: 50px;
  padding: 0;
  color: #201873;
}
body.single-job .delete_file_btn .trash_text {
  text-decoration: solid underline #201873;
}
body.single-job .form_select_radio_wrap {
  padding: 0;
}
body.single-job .form_select_radio_wrap li {
  list-style: none;
  padding-bottom: 25px;
}
body.single-job .form_select_radio_wrap input {
  margin-left: 10px;
}
body.single-job .submit_button {
  align-self: center;
  margin: 0 0 50px 0;
  width: 320px;
}
@media (max-width: 767px) {
  body.single-job .submit_button {
    margin: auto;
  }
}

.uploading_file_btn {
  position: relative;
}

.form_field_uploading_file {
  position: relative;
  background: #F8F8F8;
  border-radius: 5px;
  display: table;
}

.uploading_file_input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.uploading_file_field_upload_text {
  font-size: initial;
}

.site_form_design tbody tr:nth-child(n+4) .wrap_uploading_file_btn {
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
}

.uploading_file_field_wrap_name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  border-left: 1px solid rgba(0, 0, 0, 0.1019607843);
  height: 96px;
  padding-right: 25px;
  padding-left: 25px;
}
@media (max-width: 400px) {
  .uploading_file_field_wrap_name {
    max-width: 116px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

li.form_field_wrap_radio input[type=radio] {
  display: none;
}
li.form_field_wrap_radio label {
  position: relative;
}
li.form_field_wrap_radio label:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 5px;
  margin-left: 24px;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 1px solid var(--pink_purple);
  background-color: transparent;
}
li.form_field_wrap_radio input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  right: 4px;
  content: " ";
  display: block;
  background: #221D5E;
}

.jobs_error_msg {
  color: red;
  font-weight: 500;
}

body.single-bid footer {
  margin-top: 5%;
}
body.single-bid #single_page h1 {
  color: var(--pink_purple);
  line-height: 1.5;
  padding-bottom: 1%;
}
body.single-bid #single_page h2 {
  font-weight: 400;
}
body.single-bid #single_page .messages {
  margin-top: 0;
  left: 0;
  position: relative;
}
body.single-bid #single_page .class-messages {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  background-color: #fff;
  padding: 24px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10%;
}
body.single-bid #single_page .icon-xclamation-dark {
  color: #af0577 !important;
  font-size: 24px;
  margin-bottom: 12px;
}
body.single-bid #single_page .class-messages a {
  color: var(--main_color_dark_pink) !important;
}
body.single-bid .class_single_bid_page {
  border: 1px solid #1f1b5f !important;
  text-align: center;
  color: var(--main_color_dark_pink);
  margin-bottom: 30px;
  padding: 25px 20px;
}
body.single-bid .class_single_bid_page p :first-child {
  padding-top: 19px;
  font-size: 24px;
  font-weight: 400;
}
body.single-bid .class_single_bid_page h2 {
  font-weight: 500 !important;
}
body.single-bid .submit_link {
  font-size: 20px;
  position: relative;
}
body.single-bid .submit_link:after {
  width: 100px;
  background-size: 50px !important;
  height: 100%;
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  background: url(../assets/icons/arrow-left-white.svg) no-repeat center center #1f1b5f;
}
body.single-bid #documents_list h2 {
  padding-bottom: 30px;
}
body.single-bid .button_documents_list {
  margin-bottom: 7px !important;
  height: 37px;
  display: inline-block;
  left: 0;
  border: 1px solid black;
  width: 151px;
  text-align: center;
  padding: 7px 0;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.9em;
  margin-right: 3px;
  color: #530586;
  transition: all 0.5s;
  margin-top: 10px;
}
body.single-bid .button_documents_list:hover {
  background-color: var(--link_color);
  color: white;
}
body.single-bid .button_documents_list i {
  padding-right: 3%;
}
body.single-bid .bi-arrow-down {
  font-weight: bold;
}
body.single-bid .class_submit_a_request .content {
  width: 100%;
  background-color: #fff;
  border: 1px solid #999191;
  position: relative;
  margin-bottom: 10px;
  max-width: 450px;
}
body.single-bid .class_submit_a_request .content a {
  color: #530586;
  padding: 9px 10px 9px 0;
  word-break: break-word;
  font-size: 1em !important;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: start;
}
body.single-bid #appendices_list {
  padding-bottom: 7%;
}
body.single-bid #appendices_list .row {
  padding-bottom: 5px;
}
body.single-bid #appendices_list h2 {
  padding-bottom: 30px;
}
body.single-bid .icon-download:before {
  padding-left: 5px;
}
body.single-bid #submit_a_request_link a, body.single-bid #summary_of_the_message a, body.single-bid #summary_of_the_tender a, body.single-bid .class-messages p a {
  color: #530586;
  white-space: break-spaces;
  overflow-wrap: break-word;
}
body.single-bid #submit_a_request_link a h3 {
  font-weight: 400 !important;
  font-size: 30.72px !important;
  width: calc(100% - 110px);
}
@media (max-width: 767px) {
  body.single-bid #submit_a_request_link a h3 {
    font-size: 24px !important;
  }
}
html[lang=en-US] body.single-bid .class_submit_a_request .content a:after {
  width: 100px;
  background-size: contain;
  height: 100%;
  position: absolute;
  left: 0 !important;
  transform: rotate(180deg);
}
html[lang=en-US] body.single-bid .class_submit_a_request .content a {
  padding: 15px 115px 15px 15px !important;
}
body.single-bid #last_date_for_submission .inner-text {
  font-size: 27px;
}
@media (max-width: 767px) {
  body.single-bid #last_date_for_submission .inner-text {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  body.single-bid #last_date_for_submission .inner-text {
    margin-right: 10px;
  }
}

.views-field-title {
  font-weight: 700;
  line-height: 1.266;
  font-size: 30px;
}

.views-field {
  text-align: right;
}

.views-row .views-field-field-final-submission-date {
  width: 100%;
  margin-top: 5px;
  padding-top: 10px;
}

.views-row .views-field-title {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}

.gsc-control-cse form.gsc-search-box {
  margin-top: 2%;
  margin-bottom: 5%;
}

.title_banner {
  margin-bottom: 50px;
  display: table;
  padding: 30px 20px;
  text-align: center;
  font-size: 1.2em;
  position: relative;
  border-bottom: 1px solid #ebebeb;
  box-shadow: 1px 0px 8px 2px #f1f1f1;
  width: 100%;
  line-height: 1;
  font-weight: 400;
}

.page_template_bids .div_search, .post-type-archive-bid .div_search, .post-type-archive-documents .div_search, .post-type-archive-document .div_search {
  display: block;
}

.archive_bid_page .btn_default, .page-template-template-bids .btn_default {
  width: -webkit-fill-available !important;
}
.archive_bid_page .btn_shard, .page-template-template-bids .btn_shard {
  margin-top: 0;
}
.archive_bid_page .btn_shard[class*=blue], .page-template-template-bids .btn_shard[class*=blue] {
  background-color: var(--bg_color_blue) !important;
}
.archive_bid_page .btn_shard[class*=blue]:hover, .page-template-template-bids .btn_shard[class*=blue]:hover {
  background: #FFFFFF !important;
  outline: 1px solid var(--bg_color_blue) !important;
  color: var(--bg_color_blue) !important;
}
.archive_bid_page .button_login, .archive_bid_page .button_show_list, .page-template-template-bids .button_login, .page-template-template-bids .button_show_list {
  display: inline-block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
html[lang=en-US] .archive_bid_page .button_login, html[lang=en-US] .archive_bid_page .button_show_list, html[lang=en-US] .page-template-template-bids .button_login, html[lang=en-US] .page-template-template-bids .button_show_list {
  padding: 10px 40px 10px 30px !important;
}
.archive_bid_page .button_login, .archive_bid_page .button_show_list, .page-template-template-bids .button_login, .page-template-template-bids .button_show_list {
  width: 100%;
  padding: 18px 26px;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 8px;
  margin-bottom: 10px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
.archive_bid_page .button_login span, .archive_bid_page .button_show_list span, .page-template-template-bids .button_login span, .page-template-template-bids .button_show_list span {
  transition: all 0.35s;
  position: absolute;
  left: 35%;
  font-size: 12px;
  font-weight: 900;
  transform: rotate(180deg);
}
.archive_bid_page .button_login span:before, .archive_bid_page .button_show_list span:before, .page-template-template-bids .button_login span:before, .page-template-template-bids .button_show_list span:before {
  color: var(--purple_bg_color);
}
html[lang=en-US] .archive_bid_page .button_login span, html[lang=en-US] .archive_bid_page .button_show_list span, html[lang=en-US] .page-template-template-bids .button_login span, html[lang=en-US] .page-template-template-bids .button_show_list span {
  transform: rotate(180deg);
  display: inline-block;
}
@media (min-width: 767px) and (max-width: 991px) {
  .archive_bid_page .button_login span, .archive_bid_page .button_show_list span, .page-template-template-bids .button_login span, .page-template-template-bids .button_show_list span {
    left: 43%;
  }
}
@media (max-width: 767px) {
  .archive_bid_page .button_login span, .archive_bid_page .button_show_list span, .page-template-template-bids .button_login span, .page-template-template-bids .button_show_list span {
    left: 37%;
  }
}
@media only screen and (max-width: 767px) {
  .archive_bid_page .bids-takana-wrapper, .archive_bid_page .tak_wrap, .archive_bid_page .tak_wrap a, .archive_bid_page .button_show_list, .archive_bid_page .button_login, .archive_bid_page #archive_btn_wrap, .page-template-template-bids .bids-takana-wrapper, .page-template-template-bids .tak_wrap, .page-template-template-bids .tak_wrap a, .page-template-template-bids .button_show_list, .page-template-template-bids .button_login, .page-template-template-bids #archive_btn_wrap {
    width: 100% !important;
  }
  .archive_bid_page .write_weigth, .page-template-template-bids .write_weigth {
    color: #1f1b5f !important;
    margin-right: 0px !important;
  }
  .archive_bid_page #archive_btn_wrap a, .page-template-template-bids #archive_btn_wrap a {
    margin-bottom: 8px;
  }
}
.archive_bid_page .link_offer_page, .page-template-template-bids .link_offer_page {
  background-color: var(--purple_bg_color);
}
.archive_bid_page .link_archive_bids, .page-template-template-bids .link_archive_bids {
  background-color: var(--bg_color_blue);
}
.archive_bid_page .text_another_info_button, .page-template-template-bids .text_another_info_button {
  background-color: #FFFFFF;
  color: var(--purple_bg_color) !important;
  border: 1px solid var(--purple_bg_color);
}
.archive_bid_page .text_another_info_button:hover, .page-template-template-bids .text_another_info_button:hover {
  background-color: var(--purple_bg_color);
  color: #FFFFFF !important;
}
.archive_bid_page .text_another_info_button:hover span:before, .page-template-template-bids .text_another_info_button:hover span:before {
  color: #FFFFFF !important;
}
.archive_bid_page .bids-takana-wrapper, .page-template-template-bids .bids-takana-wrapper {
  display: table;
  text-align: left;
  padding-bottom: 20%;
  width: 43%;
  z-index: 0;
  margin: auto;
  margin-left: 0;
}
.archive_bid_page .tak_wrap, .page-template-template-bids .tak_wrap {
  display: inline-block;
  margin-bottom: 6px;
}
.archive_bid_page .tak_wrap a, .page-template-template-bids .tak_wrap a {
  color: #530586;
  display: inline-block;
  left: 0;
  border: 1px solid black;
  width: 151px;
  text-align: center;
  padding: 10px 0px;
  font-weight: 400;
  font-size: 0.9em;
  margin-right: 3px;
  text-decoration: none;
  cursor: pointer;
}
.archive_bid_page .page-bids-view, .page-template-template-bids .page-bids-view {
  margin-bottom: 30px;
}
.archive_bid_page .archive_btn, .page-template-template-bids .archive_btn {
  display: inline-block;
  text-align: center;
  padding: 10px 20px 8px;
  background: var(--bg_color_blue);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 1.2em;
}
.archive_bid_page #archive_btn_wrap, .page-template-template-bids #archive_btn_wrap {
  text-align: center;
}
.archive_bid_page .link_tender, .page-template-template-bids .link_tender {
  padding: 0;
  color: #000000 !important;
}
.archive_bid_page .group-button, .page-template-template-bids .group-button {
  display: flex;
  margin: 50px auto 10% auto;
  align-items: flex-start;
}
@media (min-width: 1399px) {
  .archive_bid_page .group-button, .page-template-template-bids .group-button {
    width: 61.3% !important;
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  .archive_bid_page .group-button, .page-template-template-bids .group-button {
    width: 84.3% !important;
  }
}
@media (max-width: 991px) {
  .archive_bid_page .group-button, .page-template-template-bids .group-button {
    gap: 20px 0;
  }
}
.archive_bid_page .write_weigth .inline-button, .page-template-template-bids .write_weigth .inline-button {
  display: inline-block;
}
.archive_bid_page .write_weigth .icon-arrow-left, .page-template-template-bids .write_weigth .icon-arrow-left {
  position: absolute;
  padding-top: 1px;
  display: inline-block;
  margin-right: 3px;
  font-size: 19px;
  font-weight: 900 !important;
}
html[lang=en-US] .archive_bid_page .write_weigth .icon-arrow-left, html[lang=en-US] .page-template-template-bids .write_weigth .icon-arrow-left {
  transform: rotate(180deg);
  display: inline-block;
}
.archive_bid_page .write_weigth:hover, .page-template-template-bids .write_weigth:hover {
  background-color: var(--link_color) !important;
  color: #fff !important;
}
.archive_bid_page .write_weigth:hover span, .page-template-template-bids .write_weigth:hover span {
  color: #fff !important;
}

body.page-template-template-bidders_list #title_icon, .page-template-template-winners #title_icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 16px;
}
body.page-template-template-bidders_list #title_icon:before, .page-template-template-winners #title_icon:before {
  font-size: 26px;
  transform: rotate(180deg);
}
body.page-template-template-bidders_list .icon-arrow-left:before, .page-template-template-winners .icon-arrow-left:before {
  color: #BDC6C6;
}
body.page-template-template-bidders_list .bidders_container, .page-template-template-winners .bidders_container {
  margin-bottom: 70px;
}
body.page-template-template-bidders_list .bidders_list, .page-template-template-winners .bidders_list {
  margin-bottom: 48px;
}
body.page-template-template-bidders_list .bidders_header, .page-template-template-winners .bidders_header {
  text-align: center;
  padding: 17px 0 17px;
  font-weight: 500;
  margin-bottom: 120px;
}
body.page-template-template-bidders_list .div_search, .page-template-template-winners .div_search {
  margin-bottom: var(--space_80);
}
body.page-template-template-bidders_list .form_search_bidders, body.page-template-template-bidders_list .form_search_winners, .page-template-template-winners .form_search_bidders, .page-template-template-winners .form_search_winners {
  display: flex;
  align-content: stretch;
  align-items: center;
  padding: 0;
}
body.page-template-template-bidders_list #bidders_search, body.page-template-template-bidders_list #winners_search, .page-template-template-winners #bidders_search, .page-template-template-winners #winners_search {
  font-weight: bold;
  position: absolute;
  padding: 10px;
}
body.page-template-template-bidders_list .wrap_title, .page-template-template-winners .wrap_title {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  align-items: center;
  margin: 10px 0 20px;
}
body.page-template-template-bidders_list .wrap_title.names_open span:before, .page-template-template-winners .wrap_title.names_open span:before {
  transform: rotate(0deg) !important;
}
body.page-template-template-bidders_list .bidders_title, .page-template-template-winners .bidders_title {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
  cursor: pointer;
  max-width: 90%;
}
@media (max-width: 767px) {
  body.page-template-template-bidders_list .bidders_title, .page-template-template-winners .bidders_title {
    max-width: 100%;
    font-size: 22px;
  }
}
body.page-template-template-bidders_list .names_list, .page-template-template-winners .names_list {
  list-style: none;
}
body.page-template-template-bidders_list .icon-arrow-left, .page-template-template-winners .icon-arrow-left {
  display: inline-flex;
  font-size: 20px;
  color: var(--link_color);
  padding: 5px 0 0 5px;
  margin-top: 10px;
  font-weight: bold;
  display: inline-block;
}
html[lang=en-US] body.page-template-template-bidders_list .icon-arrow-left, html[lang=en-US] .page-template-template-winners .icon-arrow-left {
  transform: rotate(180deg);
}
body.page-template-template-bidders_list .names_open .icon-arrow-left, .page-template-template-winners .names_open .icon-arrow-left {
  transform: rotate(-90deg);
  margin-top: 18px;
}
body.page-template-template-bidders_list .no_results, .page-template-template-winners .no_results {
  padding-top: 10px;
}
body.page-template-template-bidders_list .text-start-padding, .page-template-template-winners .text-start-padding {
  display: inline-flex;
}

#bids_page .width_check {
  width: 100% !important;
}
#bids_page .bid_form_header {
  text-align: center;
  padding: 17px 0 17px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  font-size: 36px;
}
#bids_page .form_field_wrap_input input {
  padding: 6px 12px;
  display: block;
  width: 100%;
}
#bids_page .form_field_wrap_input input:focus {
  outline: 0 !important;
}
#bids_page .form_field_wrap_input input::placeholder {
  font-size: 0;
}
#bids_page .form_field_label {
  padding-bottom: 5px;
}
#bids_page label.error {
  position: absolute;
  top: 100%;
}
@media (max-width: 767px) {
  #bids_page .form_field_wrap {
    width: 100% !important;
  }
}
#bids_page .form_field_wrap {
  margin-top: 20px;
  position: relative;
}
#bids_page .enrollment_btn {
  padding-right: 19px !important;
  padding-left: 11px !important;
  border-radius: 1px;
  background-color: var(--link_color);
  color: #fefefe;
  font-weight: normal;
  border: none;
  float: left;
  font-size: 19px;
  padding: 10px 0 10px 0;
  padding-right: 16px;
  padding-left: 25px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767px) {
  #bids_page .enrollment_btn {
    width: 100%;
    margin-top: 30px;
  }
}
#bids_page .enrollment_btn div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-left: 4px;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-end;
}
@media (max-width: 767px) {
  #bids_page .enrollment_btn div {
    margin-right: 38%;
  }
}
html[lang=en-US] #bids_page .enrollment_btn {
  margin-top: 30px;
}
html[lang=he-IL] #bids_page .enrollment_btn:hover .icon-arrow-left {
  transform: translateX(-10px) !important;
}
html[lang=en-US] #bids_page .enrollment_btn:hover .icon-arrow-left {
  transform: rotate(180deg) translateX(-10px) !important;
}
#bids_page .icon-arrow-left {
  color: #FFFFFF;
  transition: all 0.35s;
  display: flex;
  margin-top: 3px;
  flex-direction: row;
  padding-right: 2px;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  html[lang=he-IL] #bids_page .icon-arrow-left {
    padding-right: 90px;
  }
}
html[lang=en-US] #bids_page .icon-arrow-left {
  transform: rotate(180deg);
  padding-right: 50px;
}

.post-type-archive-documents #documents_table_titles .document_table_th, .post-type-archive-document #documents_table_titles .document_table_th {
  color: #530586;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.13;
  background-color: rgba(189, 198, 198, 0.5019607843);
  padding: 24px;
  border-radius: 12px;
  height: 100%;
  width: 100%;
  display: block;
}
@media (max-width: 1399px) {
  .post-type-archive-documents #documents_table_titles .document_table_th, .post-type-archive-document #documents_table_titles .document_table_th {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .post-type-archive-documents #documents_table_titles .document_table_th, .post-type-archive-document #documents_table_titles .document_table_th {
    font-size: 22px;
    font-weight: 400;
  }
  .post-type-archive-documents #documents_table_titles .document_table_th:hover, .post-type-archive-document #documents_table_titles .document_table_th:hover {
    color: var(--main_color_blue);
  }
}
.post-type-archive-documents .breadcrumbs, .post-type-archive-document .breadcrumbs {
  margin-bottom: calc(var(--space_80) - 28px);
}
.post-type-archive-documents .site-main, .post-type-archive-document .site-main {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .post-type-archive-documents .site-main, .post-type-archive-document .site-main {
    margin-bottom: 0;
  }
}
.post-type-archive-documents .table-responsive tbody > tr, .post-type-archive-document .table-responsive tbody > tr {
  height: 140px;
  border-radius: 12px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
}
.post-type-archive-documents .imd_download, .post-type-archive-document .imd_download {
  display: inline-block;
  margin-top: 2%;
  background-image: url(../assets/icons/arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  width: 16px;
  height: 19px;
}
.post-type-archive-documents .general_banner, .post-type-archive-document .general_banner {
  margin-top: 0px !important;
}
.post-type-archive-documents .table-responsive .document_link, .post-type-archive-document .table-responsive .document_link {
  vertical-align: middle;
}
.post-type-archive-documents .table-responsive .document_link:hover .icon-download:before, .post-type-archive-document .table-responsive .document_link:hover .icon-download:before {
  font-weight: bold;
  text-shadow: 0 0 2px var(--color_pink);
}
.post-type-archive-documents .table-responsive .document_link:before, .post-type-archive-document .table-responsive .document_link:before {
  color: var(--color_pink) !important;
}
.post-type-archive-documents .table-responsive a, .post-type-archive-document .table-responsive a {
  position: inherit;
  top: 0;
  right: 0;
  height: 100%;
}
.post-type-archive-documents .table-responsive td[class*=views-field-changed], .post-type-archive-document .table-responsive td[class*=views-field-changed] {
  text-align: center;
  font-size: 24px;
}
@media (max-width: 767px) {
  .post-type-archive-documents .table-responsive .table > tbody > tr, .post-type-archive-document .table-responsive .table > tbody > tr {
    border: 1px solid #ebebeb;
    box-shadow: 0 1px 7px 0 #ebebeb;
  }
  .post-type-archive-documents .table-responsive a, .post-type-archive-document .table-responsive a {
    position: inherit !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .post-type-archive-documents .table-responsive a .text-download, .post-type-archive-document .table-responsive a .text-download {
    display: inline-block;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: var(--link_color);
  }
  .post-type-archive-documents .table-responsive h6, .post-type-archive-document .table-responsive h6 {
    display: none !important;
  }
  .post-type-archive-documents .table-responsive .form_div, .post-type-archive-document .table-responsive .form_div {
    width: 100%;
    margin-bottom: 5%;
  }
  .post-type-archive-documents .table-responsive .paddind_description, .post-type-archive-document .table-responsive .paddind_description {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .post-type-archive-documents .table-responsive .mobile_post, .post-type-archive-document .table-responsive .mobile_post {
    border-radius: 12px;
  }
  .post-type-archive-documents .table-responsive .mobile_post .dateupdateform, .post-type-archive-document .table-responsive .mobile_post .dateupdateform {
    padding-left: 3px;
  }
  .post-type-archive-documents .table-responsive .mobile_post, .post-type-archive-document .table-responsive .mobile_post {
    display: block !important;
    background-color: #fff;
    padding: 29px 23px 20px;
    border: 1px solid #ebebeb;
    margin-bottom: 21px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
    color: #1f1b5f;
  }
  .post-type-archive-documents .table-responsive .mobile_post .downloadform, .post-type-archive-document .table-responsive .mobile_post .downloadform {
    margin-bottom: 0px;
  }
  .post-type-archive-documents .table-responsive .mobile_post .downloadform a, .post-type-archive-documents .table-responsive .mobile_post .downloadform span, .post-type-archive-document .table-responsive .mobile_post .downloadform a, .post-type-archive-document .table-responsive .mobile_post .downloadform span {
    color: var(--purple_bg_color);
    font-size: 20px;
  }
  .post-type-archive-documents .table-responsive .mobile_post .downloadform span, .post-type-archive-document .table-responsive .mobile_post .downloadform span {
    margin-left: 2% !important;
  }
}
.post-type-archive-documents .table-responsive h6, .post-type-archive-document .table-responsive h6 {
  text-align: center;
  margin-top: 4%;
  color: #1f1b5f;
  font-weight: 500 !important;
  font-size: 1.3em !important;
}
.post-type-archive-documents .table-responsive table > :not(caption) > * > *, .post-type-archive-document .table-responsive table > :not(caption) > * > * {
  box-shadow: unset;
  border-style: none;
  border-bottom: none;
}
.post-type-archive-documents .table-responsive table.views-table, .post-type-archive-document .table-responsive table.views-table {
  margin: auto;
  width: 98%;
}
@media (min-width: 767px) {
  .post-type-archive-documents .table-responsive table.views-table .link-tab-index, .post-type-archive-document .table-responsive table.views-table .link-tab-index {
    text-align: -webkit-center;
  }
}
.post-type-archive-documents .table-responsive table.views-table, .post-type-archive-document .table-responsive table.views-table {
  border-collapse: separate;
  border-spacing: 0em 1em;
}
.post-type-archive-documents .table-responsive table.views-table tbody > tr > td, .post-type-archive-document .table-responsive table.views-table tbody > tr > td {
  padding: 16px 24px;
  vertical-align: middle;
}
.post-type-archive-documents .table-responsive table.views-table tbody > tr > td:not(:last-child), .post-type-archive-document .table-responsive table.views-table tbody > tr > td:not(:last-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.post-type-archive-documents .table-responsive table.views-table thead tr th .document_table_th, .post-type-archive-document .table-responsive table.views-table thead tr th .document_table_th {
  color: #530586;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.13;
  height: 75px;
  display: flex;
  align-items: center;
  background-color: rgba(189, 198, 198, 0.5019607843);
  border-radius: 12px;
  padding: 16px 16px;
}
.post-type-archive-documents .table-responsive table.views-table thead tr th:first-child, .post-type-archive-document .table-responsive table.views-table thead tr th:first-child {
  padding-right: 0;
}
.post-type-archive-documents .table-responsive table.views-table thead tr th:first-child .document_table_th, .post-type-archive-document .table-responsive table.views-table thead tr th:first-child .document_table_th {
  padding: 16px 24px !important;
}
.post-type-archive-documents .table-responsive table.views-table thead tr th:last-child, .post-type-archive-document .table-responsive table.views-table thead tr th:last-child {
  padding-left: 0;
}
.post-type-archive-documents .table-responsive table.views-table thead tr th:last-child .document_table_th, .post-type-archive-document .table-responsive table.views-table thead tr th:last-child .document_table_th {
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-type-archive-documents .table-responsive table.views-table tbody tr th, .post-type-archive-document .table-responsive table.views-table tbody tr th {
  color: #FFFFFF;
  box-shadow: inset 0 0 0 0px var(--bs-table-accent-bg) !important;
}
.post-type-archive-documents .table-responsive .form_search_doucomments, .post-type-archive-document .table-responsive .form_search_doucomments {
  display: flex;
  align-content: stretch;
  align-items: center;
}
.post-type-archive-documents .table-responsive #doucomments_search, .post-type-archive-document .table-responsive #doucomments_search {
  font-weight: bold;
  position: absolute;
  padding: 10px;
}
.post-type-archive-documents .table-responsive .search_doucomments, .post-type-archive-document .table-responsive .search_doucomments {
  color: #201873 !important;
  width: calc(100% - 92px);
  height: 40px;
  padding-right: 40px;
}
.post-type-archive-documents .table-responsive .search_doucomments:focus, .post-type-archive-document .table-responsive .search_doucomments:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0;
  border: 1px solid var(--link_color) !important;
}
.post-type-archive-documents .table-responsive .search_doucomments:focus::placeholder, .post-type-archive-document .table-responsive .search_doucomments:focus::placeholder {
  font-size: 0;
}
.post-type-archive-documents .table-responsive .search_doucomments::placeholder, .post-type-archive-document .table-responsive .search_doucomments::placeholder {
  color: #201873 !important;
}
.post-type-archive-documents .table-responsive .search-button, .post-type-archive-document .table-responsive .search-button {
  margin: 0;
  border-radius: 1px;
  background-color: var(--link_color);
  color: #fefefe;
  font-weight: normal;
  border: none;
  padding: 8px 21px 8px;
  margin-right: -5px !important;
}

.wrap_imd_download {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .wrap_imd_download {
    margin-bottom: 10px;
    justify-content: start;
  }
}

.page-template-template-magazines .banner_title {
  color: #ffffff;
  font-weight: 500;
}

.page-template-template-magazines .magazine_part .img-arrow, .page-template-template-portal .magazine_part .img-arrow {
  height: 90%;
  background: url(../assets/icons/Union.png) no-repeat center center;
  background-size: 110px;
  margin-top: 10px;
}
html[lang=en-US] .page-template-template-magazines .magazine_part .img-arrow, html[lang=en-US] .page-template-template-portal .magazine_part .img-arrow {
  background: url(../assets/icons/Union_en.png) no-repeat center center;
}
@media (max-width: 767px) {
  .page-template-template-magazines .magazine_part, .page-template-template-portal .magazine_part {
    padding-top: 0px;
  }
  .page-template-template-magazines .magazine_part .img-arrow, .page-template-template-portal .magazine_part .img-arrow {
    width: 35%;
    margin-top: 3%;
    background-size: 57px;
    height: auto;
  }
  .page-template-template-magazines .magazine_part .two_element, .page-template-template-portal .magazine_part .two_element {
    width: 62%;
  }
}
.page-template-template-magazines .magazine_part, .page-template-template-portal .magazine_part {
  --bs-gutter-x: 0 !important;
  padding-top: 5px;
  background: rgba(34, 29, 94, 0.9);
  margin-top: 5%;
  height: 194px;
  margin-bottom: -4%;
  border-radius: 10px 0px 10px 10px;
  color: #FFFFFF;
}
html[lang=en-US] .page-template-template-magazines .magazine_part, html[lang=en-US] .page-template-template-portal .magazine_part {
  border-radius: 0px 10px 10px 10px;
}
.page-template-template-magazines .magazine_part:hover, .page-template-template-portal .magazine_part:hover {
  background: rgb(34, 29, 94);
}
.page-template-template-magazines .magazine_part:hover .img-arrow, .page-template-template-portal .magazine_part:hover .img-arrow {
  transform: translate(-20px, 0);
  transition: all 900ms;
}
html[lang=en-US] .page-template-template-magazines .magazine_part:hover .img-arrow, html[lang=en-US] .page-template-template-portal .magazine_part:hover .img-arrow {
  transform: translate(20px, 0);
}
@media (max-width: 767px) {
  .page-template-template-magazines .magazine_part:hover .img-arrow, .page-template-template-portal .magazine_part:hover .img-arrow {
    transform: translate(-10px, 0);
  }
  html[lang=en-US] .page-template-template-magazines .magazine_part:hover .img-arrow, html[lang=en-US] .page-template-template-portal .magazine_part:hover .img-arrow {
    transform: translate(10px, 0);
  }
}
@media (max-width: 767px) {
  .page-template-template-magazines .magazine_part, .page-template-template-portal .magazine_part {
    height: 60%;
    width: 80% !important;
    min-height: 97px;
  }
  .page-template-template-magazines .magazine_part .icon-arrow-left, .page-template-template-portal .magazine_part .icon-arrow-left {
    width: 30%;
    padding-top: 15%;
    font-weight: bold !important;
    font-size: 87px !important;
  }
}
.page-template-template-magazines .article_magazines, .page-template-template-portal .article_magazines {
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page-template-template-magazines .article_magazines, .page-template-template-portal .article_magazines {
    padding: 0px 12px;
  }
}
@media (max-width: 767px) {
  .page-template-template-magazines .magazine_part .article_magazines, .page-template-template-portal .magazine_part .article_magazines {
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media (min-width: 767px) {
  .page-template-template-magazines .magazine_part .article_magazines, .page-template-template-portal .magazine_part .article_magazines {
    font-size: 35px !important;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
  .page-template-template-magazines .icon-arrow-left, .page-template-template-portal .icon-arrow-left {
    font-weight: bold;
    font-size: 108px;
    width: 30%;
    padding-top: 15%;
  }
  html[lang=en-US] .page-template-template-magazines .icon-arrow-left, html[lang=en-US] .page-template-template-portal .icon-arrow-left {
    transform: rotate(180deg);
    display: inline-block;
    padding-top: 5% !important;
    float: left;
  }
}
.page-template-template-magazines .sub_title_magazine, .page-template-template-portal .sub_title_magazine {
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.page-template-template-magazines .two_element, .page-template-template-portal .two_element {
  width: 65%;
  margin-top: 10px;
}
.page-template-template-magazines .magazine-text, .page-template-template-portal .magazine-text {
  font-size: 20px;
  margin-right: 22px;
}
@media (max-width: 767px) {
  .page-template-template-magazines .magazine-text, .page-template-template-portal .magazine-text {
    margin-top: 5%;
  }
}
.page-template-template-magazines .magazine_floor, .page-template-template-portal .magazine_floor {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .page-template-template-magazines .magazine_floor, .page-template-template-portal .magazine_floor {
    padding-top: 45px;
  }
}
.page-template-template-magazines .magazine_floor:first-child, .page-template-template-portal .magazine_floor:first-child {
  padding-top: 42px;
}
.page-template-template-magazines .magazine_title, .page-template-template-portal .magazine_title {
  --bs-gutter-x: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  border-radius: 10px;
  margin-bottom: 10% !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .page-template-template-magazines .magazine_title, .page-template-template-portal .magazine_title {
    margin-bottom: 15%;
  }
}
@media (max-width: 767px) {
  .page-template-template-magazines .post_text, .page-template-template-portal .post_text {
    width: 68%;
  }
}
.page-template-template-magazines .post_subtitle, .page-template-template-portal .post_subtitle {
  color: #b30276;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  min-height: 48px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

body.single-kol_kore #site_main .page_content {
  padding-bottom: 41px;
}
body.single-kol_kore footer {
  margin-top: 120px;
}

body.single-kol_kore .download_file_kol_kore, body.single-topic .download_file_kol_kore, .single-call_for_proposals .download_file_kol_kore {
  color: #000000;
  font-size: 22px;
}
body.single-kol_kore .download_file_kol_kore .icon-download1:before, body.single-topic .download_file_kol_kore .icon-download1:before, .single-call_for_proposals .download_file_kol_kore .icon-download1:before {
  color: var(--status_card);
}
body.single-kol_kore .breadcrumbs, body.single-topic .breadcrumbs, .single-call_for_proposals .breadcrumbs {
  margin-bottom: calc(var(--space_80) - 24px);
}
body.single-kol_kore .wrap_kol_details, body.single-topic .wrap_kol_details, .single-call_for_proposals .wrap_kol_details {
  margin-bottom: calc(var(--space_80) / 2);
  padding: 32px;
  display: flex;
  gap: 104px;
  border-radius: 12px;
  box-shadow: 0px 0px 12px 0px rgba(179, 96, 255, 0.28);
}
@media (max-width: 767px) {
  body.single-kol_kore .wrap_kol_details, body.single-topic .wrap_kol_details, .single-call_for_proposals .wrap_kol_details {
    gap: 40px;
    flex-wrap: wrap;
  }
}
body.single-kol_kore .wrap_kol_details > div h2, body.single-topic .wrap_kol_details > div h2, .single-call_for_proposals .wrap_kol_details > div h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 24px;
}
body.single-kol_kore .wrap_kol_details > div span, body.single-topic .wrap_kol_details > div span, .single-call_for_proposals .wrap_kol_details > div span {
  color: #00DEA5;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 767px) {
  body.single-kol_kore .wrap_kol_details > div span, body.single-topic .wrap_kol_details > div span, .single-call_for_proposals .wrap_kol_details > div span {
    font-size: 22px;
  }
}
body.single-kol_kore .contact_persons_value, body.single-topic .contact_persons_value, .single-call_for_proposals .contact_persons_value {
  padding-right: 8px;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 18px;
}
body.single-kol_kore a, body.single-topic a, .single-call_for_proposals a {
  word-wrap: break-word;
}
@media (max-width: 769px) {
  body.single-kol_kore .summary h1, body.single-kol_kore .summary h3, body.single-kol_kore .description h1, body.single-kol_kore .description h3, body.single-kol_kore .kol-lastdate h1, body.single-kol_kore .kol-lastdate h3, body.single-topic .summary h1, body.single-topic .summary h3, body.single-topic .description h1, body.single-topic .description h3, body.single-topic .kol-lastdate h1, body.single-topic .kol-lastdate h3, .single-call_for_proposals .summary h1, .single-call_for_proposals .summary h3, .single-call_for_proposals .description h1, .single-call_for_proposals .description h3, .single-call_for_proposals .kol-lastdate h1, .single-call_for_proposals .kol-lastdate h3 {
    color: var(--link_color) !important;
    font-weight: 600;
    width: 100%;
  }
}
body.single-kol_kore .summary h2, body.single-kol_kore .description h2, body.single-kol_kore .kol-lastdate h2, body.single-topic .summary h2, body.single-topic .description h2, body.single-topic .kol-lastdate h2, .single-call_for_proposals .summary h2, .single-call_for_proposals .description h2, .single-call_for_proposals .kol-lastdate h2 {
  margin-bottom: 16px;
  font-weight: 700;
}
body.single-kol_kore .kol-lastdate h1, body.single-kol_kore .kol-lastdate h2, body.single-kol_kore .kol-lastdate h3, body.single-kol_kore .kol-lastdate h4, body.single-kol_kore .kol-lastdate h5, body.single-kol_kore .kol-lastdate h6, body.single-topic .kol-lastdate h1, body.single-topic .kol-lastdate h2, body.single-topic .kol-lastdate h3, body.single-topic .kol-lastdate h4, body.single-topic .kol-lastdate h5, body.single-topic .kol-lastdate h6, .single-call_for_proposals .kol-lastdate h1, .single-call_for_proposals .kol-lastdate h2, .single-call_for_proposals .kol-lastdate h3, .single-call_for_proposals .kol-lastdate h4, .single-call_for_proposals .kol-lastdate h5, .single-call_for_proposals .kol-lastdate h6 {
  display: inline-block;
}
body.single-kol_kore .rich_text p > strong, body.single-topic .rich_text p > strong, .single-call_for_proposals .rich_text p > strong {
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 100%;
  padding-top: 16px;
}
body.single-kol_kore .rich_text a, body.single-topic .rich_text a, .single-call_for_proposals .rich_text a {
  color: var(--blue_link) !important;
}
body.single-kol_kore .summary a, body.single-topic .summary a, .single-call_for_proposals .summary a {
  color: var(--blue_link) !important;
  text-decoration: underline;
  font-weight: normal;
}
@media (max-width: 767px) {
  body.single-kol_kore .summary div p, body.single-kol_kore .summary ul li, body.single-kol_kore .summary ol, body.single-kol_kore .summary li, body.single-topic .summary div p, body.single-topic .summary ul li, body.single-topic .summary ol, body.single-topic .summary li, .single-call_for_proposals .summary div p, .single-call_for_proposals .summary ul li, .single-call_for_proposals .summary ol, .single-call_for_proposals .summary li {
    font-size: 16px !important;
    font-weight: 400;
  }
}
body.single-kol_kore .kol-lastdate, body.single-topic .kol-lastdate, .single-call_for_proposals .kol-lastdate {
  background-size: 24% 12%;
  font-size: 18px;
  display: grid;
}
body.single-kol_kore .kol-lastdate .time_det, body.single-topic .kol-lastdate .time_det, .single-call_for_proposals .kol-lastdate .time_det {
  text-align: right;
}
body.single-kol_kore #site_main:first-child, body.single-topic #site_main:first-child, .single-call_for_proposals #site_main:first-child {
  padding-top: 12px !important;
}
body.single-kol_kore .page_content a, body.single-topic .page_content a, .single-call_for_proposals .page_content a {
  text-decoration: underline !important;
}
body.single-kol_kore .page_content, body.single-topic .page_content, .single-call_for_proposals .page_content {
  padding-top: 12px !important;
  margin: 0 !important;
}
body.single-kol_kore .page_content strong, body.single-topic .page_content strong, .single-call_for_proposals .page_content strong {
  font-weight: 500 !important;
}
@media (max-width: 767px) {
  body.single-kol_kore .page_content ul li strong, body.single-kol_kore .page_content ul li p strong, body.single-topic .page_content ul li strong, body.single-topic .page_content ul li p strong, .single-call_for_proposals .page_content ul li strong, .single-call_for_proposals .page_content ul li p strong {
    font-size: 17px;
  }
}
body.single-kol_kore .page_content ul li strong, body.single-kol_kore .page_content p strong, body.single-topic .page_content ul li strong, body.single-topic .page_content p strong, .single-call_for_proposals .page_content ul li strong, .single-call_for_proposals .page_content p strong {
  font-weight: 500 !important;
}
@media (max-width: 767px) {
  body.single-kol_kore ul li, body.single-topic ul li, .single-call_for_proposals ul li {
    font-size: 16px !important;
  }
  body.single-kol_kore ul li ul, body.single-topic ul li ul, .single-call_for_proposals ul li ul {
    padding-left: 0px !important;
  }
  body.single-kol_kore p:last-child, body.single-topic p:last-child, .single-call_for_proposals p:last-child {
    line-height: 1.42857143 !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  body.single-kol_kore p:last-child, body.single-topic p:last-child, .single-call_for_proposals p:last-child {
    line-height: 24px !important;
  }
}

.clickable_images {
  --bs-gutter-x: 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .clickable_images .cube {
    width: 20%;
  }
}
.clickable_images .cube .clickable_image {
  position: relative;
}
.clickable_images .clickable_image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 318px;
  height: 214px;
  padding: 24px;
  gap: 24px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.clickable_images .clickable_image .image {
  max-width: 100%;
  object-fit: contain;
  max-height: 100%;
}
.clickable_images .clickable_image .image.small_image {
  max-height: calc(100% - 48px);
}
.clickable_images .clickable_image .title {
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.open_call_phase_date_ended {
  padding: 10px;
  color: red;
  font-weight: bold;
}

.template_sitemap a {
  font-weight: 400;
  color: inherit;
  position: relative;
}
.template_sitemap a:hover:after {
  width: 100%;
}
.template_sitemap a:after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 0;
  background-color: var(--main_color_blue);
  bottom: 0;
  right: 0;
  transition: all 0.3s;
}

body.post-type-archive-kol_kore #documents_table_titles .document_table_th {
  color: #004D51;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.13;
  background-color: rgba(189, 198, 198, 0.5019607843);
  padding: 24px;
  border-radius: 12px;
  height: 100%;
  width: 100%;
  display: block;
}
@media (max-width: 1399px) {
  body.post-type-archive-kol_kore #documents_table_titles .document_table_th {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  body.post-type-archive-kol_kore #documents_table_titles .document_table_th {
    font-size: 22px;
    font-weight: 400;
  }
  body.post-type-archive-kol_kore #documents_table_titles .document_table_th:hover {
    color: var(--main_color_blue);
  }
}
body.post-type-archive-kol_kore footer {
  margin-top: 80px;
}
body.post-type-archive-kol_kore .archive_nav_posts .page-numbers.active {
  background: var(--dark_green) !important;
}

body.term-publication .title_banner {
  margin-bottom: 0;
}
body.term-publication .breadcrumbs_container {
  margin-bottom: 50px;
}

body.page-template-template_policy_and_regulations #site_main {
  margin-bottom: 5%;
}
@media (min-width: 768px) {
  body.page-template-template_policy_and_regulations .document_item > div:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
}

body.post-type-archive-kol_kore .document_item, .tax-document_type .document_item, .post-type-archive-rules .document_item, .page-template-template-rules_archive .document_item, .design_archive_table .document_item, .page-template-template-kol_kores_and_programs .document_item {
  height: auto;
  display: flex;
  align-items: center;
  --bs-gutter-x: 0;
  margin-top: 16px;
  border-radius: 12px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
  color: #000000;
}
@media (max-width: 767px) {
  body.post-type-archive-kol_kore .document_item, .tax-document_type .document_item, .post-type-archive-rules .document_item, .page-template-template-rules_archive .document_item, .design_archive_table .document_item, .page-template-template-kol_kores_and_programs .document_item {
    padding: 10px;
    row-gap: 10px;
  }
}
body.post-type-archive-kol_kore .document_item:hover, .tax-document_type .document_item:hover, .post-type-archive-rules .document_item:hover, .page-template-template-rules_archive .document_item:hover, .design_archive_table .document_item:hover, .page-template-template-kol_kores_and_programs .document_item:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  body.post-type-archive-kol_kore .document_item .title_kol_kore, .tax-document_type .document_item .title_kol_kore, .post-type-archive-rules .document_item .title_kol_kore, .page-template-template-rules_archive .document_item .title_kol_kore, .design_archive_table .document_item .title_kol_kore, .page-template-template-kol_kores_and_programs .document_item .title_kol_kore {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
body.post-type-archive-kol_kore .document_item .title_kol_kore > div, .tax-document_type .document_item .title_kol_kore > div, .post-type-archive-rules .document_item .title_kol_kore > div, .page-template-template-rules_archive .document_item .title_kol_kore > div, .design_archive_table .document_item .title_kol_kore > div, .page-template-template-kol_kores_and_programs .document_item .title_kol_kore > div {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  body.post-type-archive-kol_kore .document_item .summary_col_kore.audience, .tax-document_type .document_item .summary_col_kore.audience, .post-type-archive-rules .document_item .summary_col_kore.audience, .page-template-template-rules_archive .document_item .summary_col_kore.audience, .design_archive_table .document_item .summary_col_kore.audience, .page-template-template-kol_kores_and_programs .document_item .summary_col_kore.audience {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
body.post-type-archive-kol_kore .document_item .summary_col_kore > div, .tax-document_type .document_item .summary_col_kore > div, .post-type-archive-rules .document_item .summary_col_kore > div, .page-template-template-rules_archive .document_item .summary_col_kore > div, .design_archive_table .document_item .summary_col_kore > div, .page-template-template-kol_kores_and_programs .document_item .summary_col_kore > div {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.post-type-archive-kol_kore .document_item .summary_col_kore, .tax-document_type .document_item .summary_col_kore, .post-type-archive-rules .document_item .summary_col_kore, .page-template-template-rules_archive .document_item .summary_col_kore, .design_archive_table .document_item .summary_col_kore, .page-template-template-kol_kores_and_programs .document_item .summary_col_kore {
  padding: 0 24px 20px;
}
body.post-type-archive-kol_kore .document_item .title_kol_kore, .tax-document_type .document_item .title_kol_kore, .post-type-archive-rules .document_item .title_kol_kore, .page-template-template-rules_archive .document_item .title_kol_kore, .design_archive_table .document_item .title_kol_kore, .page-template-template-kol_kores_and_programs .document_item .title_kol_kore {
  position: relative;
  padding: 28px 24px;
  font-size: 30px;
  font-weight: 700;
  line-height: 126%;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.post-type-archive-kol_kore .document_item .title_kol_kore, .tax-document_type .document_item .title_kol_kore, .post-type-archive-rules .document_item .title_kol_kore, .page-template-template-rules_archive .document_item .title_kol_kore, .design_archive_table .document_item .title_kol_kore, .page-template-template-kol_kores_and_programs .document_item .title_kol_kore {
    position: relative;
  }
  body.post-type-archive-kol_kore .document_item .title_kol_kore p, .tax-document_type .document_item .title_kol_kore p, .post-type-archive-rules .document_item .title_kol_kore p, .page-template-template-rules_archive .document_item .title_kol_kore p, .design_archive_table .document_item .title_kol_kore p, .page-template-template-kol_kores_and_programs .document_item .title_kol_kore p {
    font-size: 22px;
    display: -webkit-box;
    margin: 0;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
}
body.post-type-archive-kol_kore .document_item .document_item_doc_date_kol_kore, .tax-document_type .document_item .document_item_doc_date_kol_kore, .post-type-archive-rules .document_item .document_item_doc_date_kol_kore, .page-template-template-rules_archive .document_item .document_item_doc_date_kol_kore, .design_archive_table .document_item .document_item_doc_date_kol_kore, .page-template-template-kol_kores_and_programs .document_item .document_item_doc_date_kol_kore {
  direction: ltr;
  text-align: left;
}
body.post-type-archive-kol_kore .document_item .departments_kol_kore, body.post-type-archive-kol_kore .document_item .document_item_doc_date_kol_kore, .tax-document_type .document_item .departments_kol_kore, .tax-document_type .document_item .document_item_doc_date_kol_kore, .post-type-archive-rules .document_item .departments_kol_kore, .post-type-archive-rules .document_item .document_item_doc_date_kol_kore, .page-template-template-rules_archive .document_item .departments_kol_kore, .page-template-template-rules_archive .document_item .document_item_doc_date_kol_kore, .design_archive_table .document_item .departments_kol_kore, .design_archive_table .document_item .document_item_doc_date_kol_kore, .page-template-template-kol_kores_and_programs .document_item .departments_kol_kore, .page-template-template-kol_kores_and_programs .document_item .document_item_doc_date_kol_kore {
  padding: 28px 24px 28px 24px;
  font-size: 24px;
  font-weight: 400;
  position: relative;
}
@media (max-width: 767px) {
  body.post-type-archive-kol_kore .document_item .departments_kol_kore, body.post-type-archive-kol_kore .document_item .document_item_doc_date_kol_kore, .tax-document_type .document_item .departments_kol_kore, .tax-document_type .document_item .document_item_doc_date_kol_kore, .post-type-archive-rules .document_item .departments_kol_kore, .post-type-archive-rules .document_item .document_item_doc_date_kol_kore, .page-template-template-rules_archive .document_item .departments_kol_kore, .page-template-template-rules_archive .document_item .document_item_doc_date_kol_kore, .design_archive_table .document_item .departments_kol_kore, .design_archive_table .document_item .document_item_doc_date_kol_kore, .page-template-template-kol_kores_and_programs .document_item .departments_kol_kore, .page-template-template-kol_kores_and_programs .document_item .document_item_doc_date_kol_kore {
    padding: 0px 24px 0px 24px;
    margin: 28px 0;
    min-height: 73px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.post-type-archive-kol_kore .document_item .departments_kol_kore p, body.post-type-archive-kol_kore .document_item .document_item_doc_date_kol_kore p, .tax-document_type .document_item .departments_kol_kore p, .tax-document_type .document_item .document_item_doc_date_kol_kore p, .post-type-archive-rules .document_item .departments_kol_kore p, .post-type-archive-rules .document_item .document_item_doc_date_kol_kore p, .page-template-template-rules_archive .document_item .departments_kol_kore p, .page-template-template-rules_archive .document_item .document_item_doc_date_kol_kore p, .design_archive_table .document_item .departments_kol_kore p, .design_archive_table .document_item .document_item_doc_date_kol_kore p, .page-template-template-kol_kores_and_programs .document_item .departments_kol_kore p, .page-template-template-kol_kores_and_programs .document_item .document_item_doc_date_kol_kore p {
    font-size: 22px;
    display: -webkit-box;
    margin: 0;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 768px) {
  body.post-type-archive-kol_kore .document_item > div, .tax-document_type .document_item > div, .post-type-archive-rules .document_item > div, .page-template-template-rules_archive .document_item > div, .design_archive_table .document_item > div, .page-template-template-kol_kores_and_programs .document_item > div {
    height: 100%;
    min-height: 120px;
    position: relative;
  }
  body.post-type-archive-kol_kore .document_item > div:not(:first-child), .tax-document_type .document_item > div:not(:first-child), .post-type-archive-rules .document_item > div:not(:first-child), .page-template-template-rules_archive .document_item > div:not(:first-child), .design_archive_table .document_item > div:not(:first-child), .page-template-template-kol_kores_and_programs .document_item > div:not(:first-child) {
    padding: 32px 36px 16px 36px;
  }
  body.post-type-archive-kol_kore .document_item > div:first-child, .tax-document_type .document_item > div:first-child, .post-type-archive-rules .document_item > div:first-child, .page-template-template-rules_archive .document_item > div:first-child, .design_archive_table .document_item > div:first-child, .page-template-template-kol_kores_and_programs .document_item > div:first-child {
    padding: 32px 24px 16px 24px;
  }
  html[lang=he-IL] body.post-type-archive-kol_kore .document_item > div:not(:last-child):after, html[lang=he-IL] .tax-document_type .document_item > div:not(:last-child):after, html[lang=he-IL] .post-type-archive-rules .document_item > div:not(:last-child):after, html[lang=he-IL] .page-template-template-rules_archive .document_item > div:not(:last-child):after, html[lang=he-IL] .design_archive_table .document_item > div:not(:last-child):after, html[lang=he-IL] .page-template-template-kol_kores_and_programs .document_item > div:not(:last-child):after {
    content: "";
    position: absolute;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
    top: 0px;
    left: 0px;
  }
  html[lang=en-US] body.post-type-archive-kol_kore .document_item > div:not(:last-child):after, html[lang=en-US] .tax-document_type .document_item > div:not(:last-child):after, html[lang=en-US] .post-type-archive-rules .document_item > div:not(:last-child):after, html[lang=en-US] .page-template-template-rules_archive .document_item > div:not(:last-child):after, html[lang=en-US] .design_archive_table .document_item > div:not(:last-child):after, html[lang=en-US] .page-template-template-kol_kores_and_programs .document_item > div:not(:last-child):after {
    content: "";
    position: absolute;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
    top: 0px;
    left: 0px;
  }
}
body.post-type-archive-kol_kore #document_table, .tax-document_type #document_table, .post-type-archive-rules #document_table, .page-template-template-rules_archive #document_table, .design_archive_table #document_table, .page-template-template-kol_kores_and_programs #document_table {
  padding-bottom: 20px;
  --cell-padding: 13px;
}
@media (max-width: 807px) {
  body.post-type-archive-kol_kore #document_table, .tax-document_type #document_table, .post-type-archive-rules #document_table, .page-template-template-rules_archive #document_table, .design_archive_table #document_table, .page-template-template-kol_kores_and_programs #document_table {
    padding-bottom: var(--space_120);
  }
}
@media (max-width: 767px) {
  body.post-type-archive-kol_kore .last_date_kol_kore, .tax-document_type .last_date_kol_kore, .post-type-archive-rules .last_date_kol_kore, .page-template-template-rules_archive .last_date_kol_kore, .design_archive_table .last_date_kol_kore, .page-template-template-kol_kores_and_programs .last_date_kol_kore {
    font-size: 16px !important;
    margin-bottom: 0 !important;
  }
  body.post-type-archive-kol_kore .title_kol_kore, body.post-type-archive-kol_kore .document_item_doc_publisher, body.post-type-archive-kol_kore .document_item_doc_date, .tax-document_type .title_kol_kore, .tax-document_type .document_item_doc_publisher, .tax-document_type .document_item_doc_date, .post-type-archive-rules .title_kol_kore, .post-type-archive-rules .document_item_doc_publisher, .post-type-archive-rules .document_item_doc_date, .page-template-template-rules_archive .title_kol_kore, .page-template-template-rules_archive .document_item_doc_publisher, .page-template-template-rules_archive .document_item_doc_date, .design_archive_table .title_kol_kore, .design_archive_table .document_item_doc_publisher, .design_archive_table .document_item_doc_date, .page-template-template-kol_kores_and_programs .title_kol_kore, .page-template-template-kol_kores_and_programs .document_item_doc_publisher, .page-template-template-kol_kores_and_programs .document_item_doc_date {
    font-size: 22px !important;
  }
}
body.post-type-archive-kol_kore .document_item_placeholder, .tax-document_type .document_item_placeholder, .post-type-archive-rules .document_item_placeholder, .page-template-template-rules_archive .document_item_placeholder, .design_archive_table .document_item_placeholder, .page-template-template-kol_kores_and_programs .document_item_placeholder {
  display: none;
}
body.post-type-archive-kol_kore .document_item_date, .tax-document_type .document_item_date, .post-type-archive-rules .document_item_date, .page-template-template-rules_archive .document_item_date, .design_archive_table .document_item_date, .page-template-template-kol_kores_and_programs .document_item_date {
  flex: 0 0 fit-content;
}
body.post-type-archive-kol_kore .document_item_date:before, body.post-type-archive-kol_kore .document_item_date .document_item_placeholder, .tax-document_type .document_item_date:before, .tax-document_type .document_item_date .document_item_placeholder, .post-type-archive-rules .document_item_date:before, .post-type-archive-rules .document_item_date .document_item_placeholder, .page-template-template-rules_archive .document_item_date:before, .page-template-template-rules_archive .document_item_date .document_item_placeholder, .design_archive_table .document_item_date:before, .design_archive_table .document_item_date .document_item_placeholder, .page-template-template-kol_kores_and_programs .document_item_date:before, .page-template-template-kol_kores_and_programs .document_item_date .document_item_placeholder {
  content: attr(data-title);
  display: block;
  width: fit-content;
  height: 0;
  overflow: hidden;
  font-size: 17px;
}
@media (max-width: 767px) {
  body.post-type-archive-kol_kore .document_item_doc_description, .tax-document_type .document_item_doc_description, .post-type-archive-rules .document_item_doc_description, .page-template-template-rules_archive .document_item_doc_description, .design_archive_table .document_item_doc_description, .page-template-template-kol_kores_and_programs .document_item_doc_description {
    font-size: 19.2px;
    word-break: break-all;
  }
}
body.post-type-archive-kol_kore .imd_download, .tax-document_type .imd_download, .post-type-archive-rules .imd_download, .page-template-template-rules_archive .imd_download, .design_archive_table .imd_download, .page-template-template-kol_kores_and_programs .imd_download {
  background-image: url(../assets/icons/download_btn.png);
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  width: 16px;
  height: 19px;
  font-size: 0 !important;
  display: inline-block !important;
  margin-left: 2%;
}
@media (max-width: 767px) {
  body.post-type-archive-kol_kore .imd_download, .tax-document_type .imd_download, .post-type-archive-rules .imd_download, .page-template-template-rules_archive .imd_download, .design_archive_table .imd_download, .page-template-template-kol_kores_and_programs .imd_download {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  body.post-type-archive-kol_kore .document_item_download, .tax-document_type .document_item_download, .post-type-archive-rules .document_item_download, .page-template-template-rules_archive .document_item_download, .design_archive_table .document_item_download, .page-template-template-kol_kores_and_programs .document_item_download {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body.post-type-archive-kol_kore .text_filter, .tax-document_type .text_filter, .post-type-archive-rules .text_filter, .page-template-template-rules_archive .text_filter, .design_archive_table .text_filter, .page-template-template-kol_kores_and_programs .text_filter {
    color: var(--color_filter);
    padding-right: 5px;
  }
}
@media (max-width: 768px) {
  body.post-type-archive-kol_kore .document_item_download, .tax-document_type .document_item_download, .post-type-archive-rules .document_item_download, .page-template-template-rules_archive .document_item_download, .design_archive_table .document_item_download, .page-template-template-kol_kores_and_programs .document_item_download {
    border-top: 1px solid #ebebeb;
    font-size: 1.2em;
    display: block;
  }
  body.post-type-archive-kol_kore .text_download, .tax-document_type .text_download, .post-type-archive-rules .text_download, .page-template-template-rules_archive .text_download, .design_archive_table .text_download, .page-template-template-kol_kores_and_programs .text_download {
    display: inline-block !important;
  }
  body.post-type-archive-kol_kore .departments_kol_kore, .tax-document_type .departments_kol_kore, .post-type-archive-rules .departments_kol_kore, .page-template-template-rules_archive .departments_kol_kore, .design_archive_table .departments_kol_kore, .page-template-template-kol_kores_and_programs .departments_kol_kore {
    font-weight: 400;
    font-size: 1.2em;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 8px;
    margin-bottom: 13px;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  body.post-type-archive-kol_kore .departments_kol_kore, .tax-document_type .departments_kol_kore, .post-type-archive-rules .departments_kol_kore, .page-template-template-rules_archive .departments_kol_kore, .design_archive_table .departments_kol_kore, .page-template-template-kol_kores_and_programs .departments_kol_kore {
    border-bottom: 1px solid #ebebeb;
  }
  body.post-type-archive-kol_kore .departments_kol_kore .flood-text, .tax-document_type .departments_kol_kore .flood-text, .post-type-archive-rules .departments_kol_kore .flood-text, .page-template-template-rules_archive .departments_kol_kore .flood-text, .design_archive_table .departments_kol_kore .flood-text, .page-template-template-kol_kores_and_programs .departments_kol_kore .flood-text {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  body.post-type-archive-kol_kore .last_date_title, .tax-document_type .last_date_title, .post-type-archive-rules .last_date_title, .page-template-template-rules_archive .last_date_title, .design_archive_table .last_date_title, .page-template-template-kol_kores_and_programs .last_date_title {
    display: block !important;
  }
  body.post-type-archive-kol_kore .documents_table_titles, .tax-document_type .documents_table_titles, .post-type-archive-rules .documents_table_titles, .page-template-template-rules_archive .documents_table_titles, .design_archive_table .documents_table_titles, .page-template-template-kol_kores_and_programs .documents_table_titles {
    display: none;
  }
  body.post-type-archive-kol_kore .text_download, .tax-document_type .text_download, .post-type-archive-rules .text_download, .page-template-template-rules_archive .text_download, .design_archive_table .text_download, .page-template-template-kol_kores_and_programs .text_download {
    display: contents !important;
    vertical-align: text-top;
    padding-right: 7px;
    font-size: 1.26em;
  }
  body.post-type-archive-kol_kore #publication_change > a span:not(.icon-download):first-child, .tax-document_type #publication_change > a span:not(.icon-download):first-child, .post-type-archive-rules #publication_change > a span:not(.icon-download):first-child, .page-template-template-rules_archive #publication_change > a span:not(.icon-download):first-child, .design_archive_table #publication_change > a span:not(.icon-download):first-child, .page-template-template-kol_kores_and_programs #publication_change > a span:not(.icon-download):first-child {
    font-size: 1.4em;
    font-weight: 500;
    margin-bottom: 7px;
    padding: 0;
  }
  body.post-type-archive-kol_kore .mobile_download, .tax-document_type .mobile_download, .post-type-archive-rules .mobile_download, .page-template-template-rules_archive .mobile_download, .design_archive_table .mobile_download, .page-template-template-kol_kores_and_programs .mobile_download {
    color: var(--link_color);
  }
  body.post-type-archive-kol_kore .mobile_download .icon-download, .tax-document_type .mobile_download .icon-download, .post-type-archive-rules .mobile_download .icon-download, .page-template-template-rules_archive .mobile_download .icon-download, .design_archive_table .mobile_download .icon-download, .page-template-template-kol_kores_and_programs .mobile_download .icon-download {
    margin-left: 10px !important;
  }
  body.post-type-archive-kol_kore .downloadform, .tax-document_type .downloadform, .post-type-archive-rules .downloadform, .page-template-template-rules_archive .downloadform, .design_archive_table .downloadform, .page-template-template-kol_kores_and_programs .downloadform {
    margin-bottom: 0;
  }
  body.post-type-archive-kol_kore .downloadform a, body.post-type-archive-kol_kore .downloadform span, .tax-document_type .downloadform a, .tax-document_type .downloadform span, .post-type-archive-rules .downloadform a, .post-type-archive-rules .downloadform span, .page-template-template-rules_archive .downloadform a, .page-template-template-rules_archive .downloadform span, .design_archive_table .downloadform a, .design_archive_table .downloadform span, .page-template-template-kol_kores_and_programs .downloadform a, .page-template-template-kol_kores_and_programs .downloadform span {
    color: var(--link_color);
  }
  body.post-type-archive-kol_kore .downloadform span, .tax-document_type .downloadform span, .post-type-archive-rules .downloadform span, .page-template-template-rules_archive .downloadform span, .design_archive_table .downloadform span, .page-template-template-kol_kores_and_programs .downloadform span {
    margin-left: 2% !important;
  }
}
body.post-type-archive-kol_kore .form_field_wrap_input, .tax-document_type .form_field_wrap_input, .post-type-archive-rules .form_field_wrap_input, .page-template-template-rules_archive .form_field_wrap_input, .design_archive_table .form_field_wrap_input, .page-template-template-kol_kores_and_programs .form_field_wrap_input {
  display: flex;
  flex-wrap: wrap;
}
body.post-type-archive-kol_kore .form_field_wrap_input select, .tax-document_type .form_field_wrap_input select, .post-type-archive-rules .form_field_wrap_input select, .page-template-template-rules_archive .form_field_wrap_input select, .design_archive_table .form_field_wrap_input select, .page-template-template-kol_kores_and_programs .form_field_wrap_input select {
  height: 40px;
  width: 100%;
  outline: 0;
}
body.post-type-archive-kol_kore .view-footer, .tax-document_type .view-footer, .post-type-archive-rules .view-footer, .page-template-template-rules_archive .view-footer, .design_archive_table .view-footer, .page-template-template-kol_kores_and_programs .view-footer {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  body.post-type-archive-kol_kore .view-footer, .tax-document_type .view-footer, .post-type-archive-rules .view-footer, .page-template-template-rules_archive .view-footer, .design_archive_table .view-footer, .page-template-template-kol_kores_and_programs .view-footer {
    margin-bottom: 50px !important;
  }
}
body.post-type-archive-kol_kore .view-footer a, .tax-document_type .view-footer a, .post-type-archive-rules .view-footer a, .page-template-template-rules_archive .view-footer a, .design_archive_table .view-footer a, .page-template-template-kol_kores_and_programs .view-footer a {
  display: inline-flex;
  padding: 8px 24px;
  color: var(--pink_purple);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  border-bottom: 1px solid var(--pink_purple);
}
body.post-type-archive-kol_kore .form_search_doucomments, .tax-document_type .form_search_doucomments, .post-type-archive-rules .form_search_doucomments, .page-template-template-rules_archive .form_search_doucomments, .design_archive_table .form_search_doucomments, .page-template-template-kol_kores_and_programs .form_search_doucomments {
  display: flex;
  align-content: stretch;
  align-items: center;
}
body.post-type-archive-kol_kore #doucomments_search, .tax-document_type #doucomments_search, .post-type-archive-rules #doucomments_search, .page-template-template-rules_archive #doucomments_search, .design_archive_table #doucomments_search, .page-template-template-kol_kores_and_programs #doucomments_search {
  font-weight: bold;
  position: absolute;
  padding: 10px;
}
body.post-type-archive-kol_kore .view-footer, .tax-document_type .view-footer, .post-type-archive-rules .view-footer, .page-template-template-rules_archive .view-footer, .design_archive_table .view-footer, .page-template-template-kol_kores_and_programs .view-footer {
  margin-top: 40px !important;
}
body.post-type-archive-kol_kore .icon-download, .tax-document_type .icon-download, .post-type-archive-rules .icon-download, .page-template-template-rules_archive .icon-download, .design_archive_table .icon-download, .page-template-template-kol_kores_and_programs .icon-download {
  color: var(--link_color);
  font-weight: 600;
  font-size: 20px;
  vertical-align: middle;
}
body.post-type-archive-kol_kore .documents_table_titles span :last-child, .tax-document_type .documents_table_titles span :last-child, .post-type-archive-rules .documents_table_titles span :last-child, .page-template-template-rules_archive .documents_table_titles span :last-child, .design_archive_table .documents_table_titles span :last-child, .page-template-template-kol_kores_and_programs .documents_table_titles span :last-child {
  border: 0;
}
body.post-type-archive-kol_kore #gsc-i-id2::placeholder, .tax-document_type #gsc-i-id2::placeholder, .post-type-archive-rules #gsc-i-id2::placeholder, .page-template-template-rules_archive #gsc-i-id2::placeholder, .design_archive_table #gsc-i-id2::placeholder, .page-template-template-kol_kores_and_programs #gsc-i-id2::placeholder {
  font-size: 0;
}
body.post-type-archive-kol_kore .page_description a, .tax-document_type .page_description a, .post-type-archive-rules .page_description a, .page-template-template-rules_archive .page_description a, .design_archive_table .page_description a, .page-template-template-kol_kores_and_programs .page_description a {
  text-decoration: underline;
  color: #0d6efd;
}

.page-template-template-kol_kores_and_programs main {
  margin-bottom: 30px;
}
.page-template-template-kol_kores_and_programs .summary_col_kore {
  padding: 24px 20px !important;
}
.page-template-template-kol_kores_and_programs .document_item_div {
  --bs-gutter-x: 0;
}
.page-template-template-kol_kores_and_programs .document_item_div > div {
  padding: 24px 20px !important;
}
@media (max-width: 767px) {
  .page-template-template-kol_kores_and_programs .document_item_div > div {
    padding: 12px 10px !important;
  }
}
@media (min-width: 767px) {
  .page-template-template-kol_kores_and_programs .document_item_div > div:not(:last-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
}
.page-template-template-kol_kores_and_programs .document_item {
  transition: transform 0.3s ease-in-out;
  display: block;
}
.page-template-template-kol_kores_and_programs .document_item:not(.is_hot) {
  box-shadow: 0px 2px 8px 0px rgba(0, 77, 81, 0.5);
}
.page-template-template-kol_kores_and_programs .document_item.is_hot {
  box-shadow: 1px 3px 7px 1px rgba(110, 110, 255, 0.91);
}
.page-template-template-kol_kores_and_programs .document_item:hover {
  transform: scale(1.03);
}
.page-template-template-kol_kores_and_programs .document_item > div {
  padding: 0 !important;
}
.page-template-template-kol_kores_and_programs .document_item_doc_date_kol_kore {
  font-size: 18px !important;
}
.page-template-template-kol_kores_and_programs .title_kol_kore {
  font-size: 22px !important;
}

.call_identifier {
  word-break: break-word;
}
@media (min-width: 992px) {
  .call_identifier {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .call_identifier {
    font-size: 18px;
  }
}

.topic_container {
  margin-bottom: 5%;
}
.topic_container .page_description a {
  text-decoration: underline;
  color: #0d6efd;
}
.topic_container #publication_change .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.26;
  text-decoration: underline 2px;
}
@media (max-width: 1199px) {
  .topic_container #publication_change .title {
    font-size: 26px;
    hyphens: auto;
  }
}
@media (min-width: 992px) {
  .topic_container #publication_change .title {
    padding: 28px 24px !important;
  }
}
@media (max-width: 991px) {
  .topic_container #publication_change .title {
    padding: 14px;
  }
}
@media (max-width: 991px) {
  .topic_container #publication_change .title {
    text-decoration: underline;
    font-size: 20px;
    font-weight: 400;
  }
}
.topic_container .with-hyphens {
  hyphens: auto;
}
@media (min-width: 992px) {
  .topic_container .constant {
    width: 160px;
  }
}
@media (min-width: 992px) {
  .topic_container .col_deadline_date {
    width: 160px;
  }
}
.topic_container .explanation_the_source_of_the_data {
  margin-bottom: var(--space_80);
}
.topic_container .document_item {
  color: #000000;
  --bs-gutter-x: 0;
  margin-top: 16px;
  border-radius: 12px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}
@media (min-width: 992px) {
  .topic_container .document_item {
    min-height: 140px;
  }
}
@media (max-width: 991px) {
  .topic_container .document_item {
    padding: 20px;
    gap: 10px;
  }
}
.topic_container .document_item:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}
.topic_container .document_item > div {
  padding: 32px 24px 16px 24px;
}
@media (min-width: 992px) {
  .topic_container .document_item > div:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 991px) {
  .topic_container .document_item > div {
    padding: 0;
  }
}
.topic_container #document_table {
  padding-bottom: 20px;
  --cell-padding: 13px;
}
@media (max-width: 807px) {
  .topic_container #document_table {
    padding-bottom: var(--space_120);
  }
}
@media (min-width: 992px) {
  .topic_container .document_item_download {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .topic_container .text_filter {
    color: var(--color_filter);
    padding-right: 5px;
  }
}
@media (max-width: 991px) {
  .topic_container .documents_table_titles {
    display: none;
  }
}
.topic_container .documents_table_titles span :last-child {
  border: 0;
}
.topic_container #publication_change {
  margin-bottom: 20px;
}
.topic_container #publication_change > a span:first-child {
  font-size: 1.4em;
  font-weight: 500;
  margin-bottom: 7px;
}
@media (max-width: 991px) {
  .topic_container #publication_change > a span:first-child {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.topic_container #documents_table_titles .document_table_th {
  color: #112645;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.13;
  background-color: rgba(189, 198, 198, 0.5019607843);
  padding: 10px;
  border-radius: 12px;
  height: 100%;
  width: 100%;
  display: block;
}
@media (max-width: 1399px) {
  .topic_container #documents_table_titles .document_table_th {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .topic_container #documents_table_titles .document_table_th {
    font-size: 22px;
    font-weight: 400;
  }
  .topic_container #documents_table_titles .document_table_th:hover {
    color: var(--main_color_blue);
  }
}
.topic_container #documents_table_titles .document_table_th {
  font-size: 16px !important;
}

.call_for_proposals_container #publication_change .title {
  font-weight: 700;
}
@media (max-width: 1199px) {
  .call_for_proposals_container #publication_change .title {
    hyphens: auto;
  }
}
@media (min-width: 992px) {
  .call_for_proposals_container #publication_change .title {
    padding: 28px 24px !important;
  }
}
@media (max-width: 767px) {
  .call_for_proposals_container #publication_change .title {
    text-decoration: underline;
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .call_for_proposals_container .constant {
    width: var(--width);
  }
}
.call_for_proposals_container .div_search {
  margin-bottom: var(--space_80);
}
.call_for_proposals_container .document_item {
  color: #000000;
  --bs-gutter-x: 0;
  margin-top: 16px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  font-size: 24px;
}
@media (min-width: 768px) {
  .call_for_proposals_container .document_item {
    min-height: 140px;
  }
}
@media (max-width: 991px) {
  .call_for_proposals_container .document_item {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .call_for_proposals_container .document_item {
    padding: 20px;
    gap: 10px;
  }
}
.call_for_proposals_container .document_item:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}
.call_for_proposals_container .document_item > div {
  padding: 32px 24px 16px 24px;
}
@media (min-width: 768px) {
  .call_for_proposals_container .document_item > div:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  .call_for_proposals_container .document_item > div {
    padding: 0;
  }
}
.call_for_proposals_container #document_table {
  padding-bottom: 20px;
}
@media (max-width: 807px) {
  .call_for_proposals_container #document_table {
    padding-bottom: var(--space_120);
  }
}
@media (min-width: 768px) {
  .call_for_proposals_container .document_item_download {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .call_for_proposals_container .text_filter {
    color: var(--color_filter);
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .call_for_proposals_container .documents_table_titles {
    display: none;
  }
}
.call_for_proposals_container #publication_change {
  margin-bottom: 20px;
}
.call_for_proposals_container #publication_change > a span:first-child {
  font-size: 1.4em;
  font-weight: 500;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .call_for_proposals_container #publication_change > a span:first-child {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.call_for_proposals_container #documents_table_titles .document_table_th {
  color: #004D51;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.13;
  background-color: rgba(189, 198, 198, 0.5019607843);
  padding: 24px;
  border-radius: 12px;
  height: 100%;
  width: 100%;
  display: block;
}
@media (max-width: 1399px) {
  .call_for_proposals_container #documents_table_titles .document_table_th {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .call_for_proposals_container #documents_table_titles .document_table_th {
    font-size: 22px;
    font-weight: 400;
  }
  .call_for_proposals_container #documents_table_titles .document_table_th:hover {
    color: var(--main_color_blue);
  }
}

.policy_and_regulations_container #publication_change .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.26;
  text-decoration: underline 2px;
}
@media (max-width: 1199px) {
  .policy_and_regulations_container #publication_change .title {
    font-size: 26px;
    hyphens: auto;
  }
}
@media (min-width: 992px) {
  .policy_and_regulations_container #publication_change .title {
    padding: 28px 24px !important;
  }
}
@media (max-width: 991px) {
  .policy_and_regulations_container #publication_change .title {
    padding: 14px;
  }
}
@media (max-width: 767px) {
  .policy_and_regulations_container #publication_change .title {
    text-decoration: underline;
    font-size: 20px;
    font-weight: 400;
  }
}
.policy_and_regulations_container .with-hyphens {
  hyphens: auto;
}
@media (min-width: 768px) {
  .policy_and_regulations_container .constant {
    width: 160px;
  }
}
@media (min-width: 768px) {
  .policy_and_regulations_container .col_deadline_date {
    width: 160px;
  }
}
.policy_and_regulations_container .explanation_the_source_of_the_data {
  margin-bottom: var(--space_80);
}
.policy_and_regulations_container .document_item {
  color: #000000;
  --bs-gutter-x: 0;
  margin-top: 16px;
  border-radius: 12px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}
@media (min-width: 768px) {
  .policy_and_regulations_container .document_item {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .policy_and_regulations_container .document_item {
    padding: 20px;
    gap: 10px;
  }
}
.policy_and_regulations_container .document_item:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}
.policy_and_regulations_container .document_item > div {
  padding: 32px 24px 16px 24px;
}
@media (min-width: 768px) {
  .policy_and_regulations_container .document_item > div:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  .policy_and_regulations_container .document_item > div {
    padding: 0;
  }
}
.policy_and_regulations_container #document_table {
  padding-bottom: 20px;
  --cell-padding: 13px;
}
@media (max-width: 807px) {
  .policy_and_regulations_container #document_table {
    padding-bottom: var(--space_120);
  }
}
@media (min-width: 768px) {
  .policy_and_regulations_container .document_item_download {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .policy_and_regulations_container .text_filter {
    color: var(--color_filter);
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .policy_and_regulations_container .documents_table_titles {
    display: none;
  }
}
.policy_and_regulations_container .documents_table_titles span :last-child {
  border: 0;
}
.policy_and_regulations_container #publication_change {
  margin-bottom: 20px;
}
.policy_and_regulations_container #publication_change > a span:first-child {
  font-size: 1.4em;
  font-weight: 500;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .policy_and_regulations_container #publication_change > a span:first-child {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.policy_and_regulations_container #documents_table_titles .document_table_th {
  color: #112645;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.13;
  background-color: rgba(189, 198, 198, 0.5019607843);
  padding: 24px;
  border-radius: 12px;
  height: 100%;
  width: 100%;
  display: block;
}
@media (max-width: 1399px) {
  .policy_and_regulations_container #documents_table_titles .document_table_th {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .policy_and_regulations_container #documents_table_titles .document_table_th {
    font-size: 22px;
    font-weight: 400;
  }
  .policy_and_regulations_container #documents_table_titles .document_table_th:hover {
    color: var(--main_color_blue);
  }
}

.banner_status_kol_kore {
  background-color: #BDC6C6;
  color: #530586;
  font-size: 30px;
  font-weight: 700;
  padding: 72px 15px;
  line-height: normal;
}
@media (max-width: 991px) {
  .banner_status_kol_kore {
    font-size: 20px;
    padding: 50px 15px;
  }
}

@media (max-width: 767px) {
  .download_document_mobile {
    vertical-align: text-top;
    padding-right: 12px;
    font-size: 20px;
    color: var(--link_color);
    font-weight: 400;
  }
}

.font-weight-bold {
  font-weight: 700 !important;
}

body.page-template-default {
  overflow-x: hidden;
  box-sizing: border-box;
}

.gform_wrapper {
  text-align: center;
}

.gfield--width-five-twelfths, .gfield--width-quarter, .gfield--width-third, .gfield--n-seven-twelfths {
  grid-column: span 6 !important;
}
@media (max-width: 767px) {
  .gfield--width-five-twelfths, .gfield--width-quarter, .gfield--width-third, .gfield--n-seven-twelfths {
    grid-column: span 12 !important;
  }
}

.ginput_container input, .ginput_container textarea, .ginput_container select {
  background: transparent; /* רקע שקוף */
  color: #000000 !important;
  border: 1px solid #000000;
  border-radius: 4px;
  height: 60px;
}
.ginput_container input option, .ginput_container textarea option, .ginput_container select option {
  color: #000000;
}
@media (max-width: 991px) {
  .ginput_container input, .ginput_container textarea, .ginput_container select {
    height: auto;
    padding: 10px 0;
  }
}

.gform_fields {
  grid-row-gap: 24px !important;
}

.gform_footer {
  padding-top: var(--space_80) !important;
}

.gfield {
  text-align: right;
}

.gfield_visibility_hidden {
  display: none;
}

.gfield-choice-input {
  width: auto !important;
  margin-bottom: 0 !important;
}

.gchoice input[type=radio] {
  display: none !important;
}

.gchoice label {
  position: relative;
}

.gchoice input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  right: 4px;
  content: " ";
  display: block;
  background: #000000;
}

.gfield_radio label:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 5px;
  margin-left: 14px;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 1px solid rgba(34, 29, 94, 0.5);
  background-color: transparent;
}

.gform_fileupload_rules {
  display: none;
}

.gform_button {
  background: var(--purple_bg_color);
  color: #FFFFFF;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: flex;
  margin: auto;
  height: 54px;
  width: 280px;
  max-width: 100%;
  line-height: 120%;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.gform_button:hover {
  background: #FFFFFF;
  color: var(--purple_bg_color);
  border: 1px solid var(--purple_bg_color);
}
.gform_button:hover span:after, .gform_button:hover span:before, .gform_button:hover:after, .gform_button:hover:before {
  color: var(--purple_bg_color) !important;
}
.gform_button span:after, .gform_button span:before, .gform_button:after, .gform_button:before {
  color: #FFFFFF !important;
}
.gform_button:after, .gform_button:before {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .gform_button {
    max-width: 100%;
  }
}

.spacer {
  display: none;
}

.mdy {
  width: 100% !important;
}

.gfield-choice-input {
  width: auto !important;
  margin-bottom: 0 !important;
}

.gsection_title {
  color: #530586;
}

@media (max-width: 767px) {
  .page_content {
    padding-top: 0 !important;
  }
}

.large {
  margin: 0 !important;
  padding-top: 10px !important;
}

.gfield_select {
  border: solid 1px #b5b5b5;
  border-radius: 4px;
  height: 50px;
  background-color: white;
  -webkit-appearance: none; /* מסיר את העיצוב המובנה */
  -moz-appearance: none; /* מסיר את העיצוב המובנה */
  appearance: none; /* מסיר את העיצוב המובנה */
}

.ginput_container_select {
  position: relative;
}
.ginput_container_select:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%) rotate(45deg);
  width: 9px;
  height: 9px;
  border-right: 3px solid #000000;
  border-bottom: 3px solid #000000;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .gfield--type-fileupload {
    width: 70%;
  }
}

input[type=file] {
  position: relative; /* מאפשר למקם את הכפתור בצורה נוחה */
  appearance: none; /* הסרת עיצוב ברירת מחדל */
  display: inline-block; /* משנה את התצוגה */
}

input::-webkit-file-upload-button {
  padding-left: 10px;
  display: inline-block; /* כדי להבטיח שהכפתור יתנהג כמו כפתור */
  background: var(--purple_bg_color);
  border: none !important;
  font-size: 18px;
  border-radius: 22px !important;
  width: 130px;
  margin-right: 2%;
  margin-left: 20px;
  color: white;
  cursor: pointer;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) {
  width: 360px;
}

select#input_3_37 {
  color: black;
}

body.single-event {
  background-color: var(--single_event_bg_color) !important;
}
body.single-event .time_det {
  display: flex;
  column-gap: 40px;
  margin: 40px auto auto;
  width: fit-content;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 767px) {
  body.single-event .time_det {
    flex-direction: column;
    row-gap: 16px;
  }
}
body.single-event .event_finished_txt {
  padding-top: 40px;
}
body.single-event #date, body.single-event #hour {
  display: flex !important;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}
body.single-event #date:before, body.single-event #hour:before {
  height: 90%;
  display: inline-flex;
  align-items: center;
}
body.single-event #date:before {
  background-repeat: no-repeat;
  content: "";
  background-image: url(../assets/icons/new_calender_icon.svg);
  width: 48px;
  height: 48px;
  background-size: 32px;
  background-position: center;
}
body.single-event {
  padding-top: 0 !important;
}
body.single-event .details {
  background: #F8F8F8 !important;
  padding: var(--space_80) 0;
}
html[lang=en-US] body.single-event .details {
  background: var(--single_event_details_bg_color) !important;
}
body.single-event .container-about-event p, body.single-event .container-about-event h1, body.single-event .container-about-event li {
  margin-bottom: 0;
}
body.single-event .mec-single-event, body.single-event .mec-event-content p, body.single-event .mec-wrap, body.single-event .mec-wrap h1, body.single-event .mec-wrap h2, body.single-event mec-wrap p {
  max-width: 100%;
  margin: 0 auto;
  z-index: 100;
  position: relative;
  font-size: inherit;
  color: inherit;
  text-align: inherit;
  font-weight: inherit;
  line-height: inherit;
}
body.single-event .single_mec_event_breadcrumbs {
  padding: 150px 0 28px 0;
  position: relative;
  z-index: 10;
  color: rgba(255, 255, 255, 0.6);
}
body.single-event .single_mec_event_breadcrumbs a {
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
}
body.single-event .single_mec_event_breadcrumbs a:hover {
  text-decoration: white solid underline;
}
body.single-event .single_mec_event_breadcrumbs .no-banner, body.single-event .single_mec_event_breadcrumbs .banner {
  padding-top: 0 !important;
}
body.single-event .single_mec_event_breadcrumbs span.breadcrumb_last {
  color: white;
  font-weight: bold;
}
@media (max-width: 991px) {
  body.single-event .single_mec_event_breadcrumbs {
    margin-bottom: 0;
  }
}
body.single-event .all-top-event {
  position: relative;
}
body.single-event .image-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: absolute;
  width: 100vw;
  height: 100%;
  max-width: 100%;
  background-image: var(--bg-image);
}
@media (max-width: 767px) {
  body.single-event .image-bg {
    background-image: var(--bg-mobile-image);
  }
}
body.single-event .mec-events-meta-group {
  border: 0 !important;
  background: none;
}
body.single-event .top-header-event {
  color: white;
}
body.single-event .top-header-event .overlay {
  background: linear-gradient(to bottom, rgba(27, 31, 96, 0.41) 0%, rgba(27, 31, 96, 0.42) 0%, var(--schedule_bg_color) 100%);
  height: 100%;
  position: absolute;
  width: 100%;
  bottom: 0;
}
body.single-event .top-header-event .wrapper-width {
  padding-top: var(--space_80);
  padding-bottom: calc(var(--space_80) + 5px);
  width: 854px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 100;
  position: relative;
  min-height: 550px;
}
@media (max-width: 1199px) {
  body.single-event .top-header-event .wrapper-width {
    min-height: auto;
  }
}
body.single-event .content_event_banner {
  text-align: center;
}
body.single-event .content_event_banner .registration_btn {
  margin: auto;
  width: 280px;
}
body.single-event {
  /******* Title & SubTitle  **********/
}
body.single-event h2.mec-single-subtitle {
  font-size: 22px;
  margin: 0;
  text-align: center;
  color: white;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  body.single-event h2.mec-single-subtitle {
    padding: 0 10px;
    margin-bottom: 15px !important;
  }
}
body.single-event h1.mec-single-title {
  font-weight: 700;
  text-align: center;
  position: relative;
  color: white;
  margin: auto auto 16px auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}
@media (max-width: 991px) {
  body.single-event h1.mec-single-title {
    display: block;
  }
}
body.single-event {
  /******* Countdown Widget *********/
}
body.single-event ul#countdown {
  display: inline-block;
  font-size: 3.2em;
  font-weight: bold;
  line-height: 1em;
  padding: 0 0 0;
  direction: ltr;
  gap: 16px;
  width: 349.96px;
  height: 144px;
}
@media (max-width: 767px) {
  body.single-event ul#countdown {
    width: 310px;
  }
}
body.single-event ul#countdown li:last-child {
  padding-right: 0px;
}
body.single-event ul#countdown li:first-child {
  padding-left: 0px;
}
body.single-event ul#countdown li {
  padding: 0px 10px;
}
body.single-event ul#countdown > li {
  display: table-cell;
  margin: 0 20px 10px;
  position: relative;
  height: 70px;
  width: 190px;
  font-size: 72px;
  transition: all 0.3s ease-in-out;
  line-height: 1.2;
  padding: 0;
}
@media (max-width: 767px) {
  body.single-event .clockdiv {
    width: 300px;
    height: 110px;
  }
}
body.single-event .mec-events-meta-group.mec-events-meta-group-countdown {
  background: none;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  body.single-event .mec-events-meta-group.mec-events-meta-group-countdown {
    padding: 0;
  }
}
body.single-event .mec-events-meta-group.mec-events-meta-group-countdown .mec-frontbox {
  float: none;
  margin: auto;
  background: none;
}
body.single-event .mec-events-meta-group-countdown.countdown-w {
  width: auto;
}
@media (max-width: 767px) {
  body.single-event .mec-events-meta-group-countdown.countdown-w {
    font-size: 50px;
  }
}
body.single-event .mec-events-meta-group-countdown .countdown-w {
  padding: 0px !important;
}
body.single-event #countdown span {
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
  height: 80px;
  width: 80px;
  font-size: 28px;
  font-weight: 700;
  color: white;
  min-width: 80px;
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid #FFF;
}
@media (max-width: 767px) {
  body.single-event #countdown span {
    width: 70px;
    height: 60px;
    min-width: 70px;
  }
}
body.single-event .minutes-w:before {
  content: "";
}
body.single-event .event_video_floor {
  background-color: var(--link_color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  position: relative;
  background-image: url("../assets/icons/event_video_bg.svg"), url("../assets/icons/event_video_bg_right.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 35%, 16%;
  background-position: bottom left, center right;
}
body.single-event .event_video_floor .event_titles_icon {
  color: #FFFFFF;
  text-align: center;
  justify-content: center;
}
body.single-event .event_video_floor .video_wrap {
  margin: auto;
  position: relative;
  padding-bottom: 40.348%;
  height: 0;
  overflow: hidden;
  max-width: 1038px;
}
@media (max-width: 767px) {
  body.single-event .event_video_floor .video_wrap {
    max-width: 100%;
    padding-bottom: 60%;
  }
}
body.single-event .event_video_floor iframe {
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
body.single-event #countdown p.label-w {
  font-weight: 400;
  color: white;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: none;
  position: relative;
  margin-top: 23px;
}
body.single-event .days-w span, body.single-event .hours-w span {
  position: relative;
}
body.single-event .days-w span:before, body.single-event .hours-w span:before {
  content: ":";
  margin: auto;
  position: absolute;
  right: -25px;
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: normal;
  font-size: 50px;
  color: var(--pink_icon_events);
}
body.single-event {
  /************** Custom Fields ***************/
}
body.single-event .details:after {
  background-color: #1e1b60;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
}
body.single-event .details {
  color: #fff;
  position: relative;
}
body.single-event .mec-events-meta-group-data-fields {
  color: white;
}
body.single-event .event_detail_wrap a {
  color: var(--link_color) !important;
  font-weight: normal;
}
body.single-event .field-item1 a {
  color: white;
}
body.single-event .icon-arrow-left {
  color: white;
}
html[lang=en-US] body.single-event .icon-arrow-left {
  transform: rotate(180deg);
  display: inline-block;
}
body.single-event .field-item1 {
  color: white;
  font-size: 23px;
  font-weight: 500;
  background-color: #530586;
  padding: 10px 5px;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: all 0.5s;
  margin-top: 151px;
  margin-right: 112px;
}
@media (max-width: 767px) {
  body.single-event .field-item1 {
    font-size: 15px;
  }
}
body.single-event .field-item1:hover .icon-arrow-left {
  font-size: 25px;
  margin-right: 3px;
}
body.single-event .mec-field-item-email a {
  text-decoration: underline solid white;
  word-break: break-word;
}
@media (min-width: 767px) and (max-width: 991px) {
  body.single-event .left {
    margin-right: 10%;
  }
}
body.single-event .icon-label > h4 {
  font-size: 18px;
  font-weight: 400;
}
body.single-event .event_detail_wrap * {
  color: #000000 !important;
  text-align: center;
}
body.single-event .event_detail_wrap {
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  background: #FFF;
  display: flex;
  width: 268px;
  padding: 24px;
  flex-direction: column;
  align-items: center;
}
body.single-event .event_detail_wrap [class*=icon] {
  /*כאן לעצב את האייקונים */
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  direction: ltr;
  justify-content: center;
  font-size: 24px;
}
body.single-event .event_detail_wrap .event_detail_title {
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
}
body.single-event .event_detail_wrap .event_detail_content {
  font-size: 18px;
  line-height: normal !important;
  font-weight: 500;
}
body.single-event .event_detail_wrap .event_detail_content > div {
  font-size: 18px;
  line-height: 1.5; /* Adjust line height as needed */
  font-weight: 500;
  -webkit-line-clamp: 5; /* Limit to 2 lines */
}
@media (min-width: 992px) and (min-width: 1093px) {
  body.single-event .event_detail_wrap .date-display-start {
    float: left;
  }
}
body.single-event .event_detail_wrap .date-display-end {
  float: right;
}
body.single-event .data-icons {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  /* flex-wrap: wrap; */
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
body.single-event .from, body.single-event .hour-label {
  display: flex;
  float: right;
}
body.single-event a.anchor.link-tab-index {
  color: white;
  font-weight: normal;
}
body.single-event {
  /********* About ******************/
}
body.single-event .about {
  max-width: 994px;
  position: relative;
  overflow: hidden;
}
body.single-event .about-label .title_icon:before {
  color: var(--shine_pink_color);
}
body.single-event .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
body.single-event .contact_email, body.single-event .contact_phone {
  color: white !important;
  font-weight: normal;
  text-decoration: underline solid white;
}
body.single-event .about .field-name-body, body.single-event .node-type-event .about .field-name-field-body2 {
  display: inline-block;
  width: 45%;
  font-size: 1.2em;
  line-height: 1.4em;
}
body.single-event .field-name-field-body2 {
  display: inline-block;
  float: left;
}
body.single-event .about .field-name-body {
  column-count: 1;
  width: 100%;
}
@media (max-width: 991px) {
  body.single-event .about .field-name-body {
    column-count: 1;
    font-size: 18px;
  }
}
body.single-event .about h2 {
  text-align: right;
  color: var(--shine_pink_color);
}
body.single-event {
  /********** Booking form Widget**************/
}
body.single-event .mec-single-event .mec-events-meta-group-booking form > h4, body.single-event .mec-single-event .mec-frontbox-title, body.single-event .mec-single-event .mec-wrap-checkout h4 {
  display: none;
}
body.single-event .mec-event-tickets-list.mec-sell-all-occurrences {
  display: none;
}
body.single-event .mec-booking form.mec-booking-form-container .col-md-12 {
  display: none;
}
body.single-event button#mec-book-form-back-btn-step-2 {
  display: none;
}
body.single-event button#mec-book-form-btn-step-2 {
  background-color: var(--pink_purple);
  border: none;
  color: var(--pink_purple);
  height: 47px;
  width: 250px;
}
body.single-event button#mec-book-form-btn-step-2 svg {
  transform: rotate(180deg);
  width: 20px;
  height: 20px;
}
body.single-event button#mec-book-form-btn-step-2 svg path {
  fill: #FFFFFF;
}
body.single-event button#mec-book-form-btn-step-2::before {
  content: "שלח";
  color: white;
  padding-right: 23px;
}
body.single-event .Countdown_title {
  font-weight: 700 !important;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 16px;
}
body.single-event .space_line {
  text-align: center !important;
  margin: 0 !important;
  font-weight: 1000;
  padding-bottom: 15px;
}
body.single-event .mec-events-meta-group.mec-events-meta-group-hourly.mec-frontbox {
  background-color: #1b1f60;
}
@media (min-width: 1000px) {
  body.single-event .mec-events-meta-group.mec-events-meta-group-hourly.mec-frontbox:after {
    background-image: url(../assets/icons/down_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    right: 72%;
    top: 53%;
    width: 453px;
    height: 295px;
    visibility: visible;
    z-index: 1;
    line-height: 295px;
  }
}
body.single-event .big_img {
  background-image: url(../assets/icons/down_arrow.png);
  background-repeat: no-repeat;
  width: 500px;
  height: 300px;
  float: left;
  margin-top: 120px;
  margin-left: 30px;
}
body.single-event .schedule {
  background-image: url("../assets/icons/event_agenda_img.png");
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
  overflow: hidden;
}
body.single-event .mec-event-schedule {
  background: none;
  display: inline-block;
}
body.single-event .column {
  column-gap: 93px;
  width: 100%;
}
@media (min-width: 300px) and (max-width: 991px) {
  body.single-event .column {
    column-count: 1 !important;
  }
}
body.single-event .mec-book-bfixed-fields-container {
  display: none;
}
body.single-event .register_note {
  max-width: 520px;
  font-weight: 400;
  padding-bottom: 20px;
}
body.single-event .available_tickets {
  font-weight: 600;
  margin-bottom: 16px;
}
body.single-event .mec_event_content {
  padding: 64px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 12px 0px rgba(179, 96, 255, 0.28);
}
@media (max-width: 767px) {
  body.single-event .mec_event_content {
    font-size: 16px !important;
    padding: 24px;
  }
}
body.single-event .down_arrow_img_3 {
  background: var(--down_arrow_img_num);
  left: 50px;
  position: absolute;
  width: 453px;
  height: 295px;
}
@media (min-width: 1000px) and (max-width: 1500px) {
  body.single-event .down_arrow_img_3 {
    left: -123px;
  }
}
@media (max-width: 1000px) {
  body.single-event .down_arrow_img_3 {
    display: none;
  }
}
body.single-event .mec_event_content_row:not(:last-child) {
  padding-bottom: 48px;
}
body.single-event .mec_event_content_row .title_wrap {
  gap: 0 40px;
}
body.single-event .mec_event_content_row {
  margin-bottom: 0 !important;
  --bs-gutter-x: 0.5rem;
}
@media (max-width: 767px) {
  body.single-event .mec_event_content_row {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
}
body.single-event .mec_event_content_row .title_wrap.has_description {
  cursor: pointer;
}
body.single-event .mec_event_content_row .mec-color {
  position: relative;
}
body.single-event .wrap_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 28px;
  font-weight: 700;
  gap: 12px;
}
body.single-event .wrap_title .icon-plus {
  font-size: 20px;
  color: var(--link_color);
}
body.single-event .wrap_title.names_open .icon-plus:before {
  content: "\ea0b" !important;
}
body.single-event .schedule_title .title_icon:before {
  color: var(--icon_events_color) !important;
}
body.single-event .mec-color {
  color: var(--link_color);
  font-weight: bold;
  width: 174px;
  padding-left: 0 !important;
}
body.single-event .mec-event-schedule, body.single-event .mec-frontbox {
  background: #1b1f60 !important;
  border: none !important;
}
body.single-event .mec-schedule-speakers {
  background: none !important;
  padding: 10px 0px 10px !important;
}
body.single-event .mec-hourly-schedule-speaker-lightbox {
  color: white;
  font-weight: normal;
}
body.single-event .mec-event-schedule-content {
  border-right: none !important;
  margin: 0px 0px !important;
}
body.single-event .mec-event-schedule-content a:hover {
  color: white;
}
body.single-event .group_day {
  padding: 0;
  gap: 24px 0;
  flex-wrap: wrap;
}
body.single-event .mec-schedule-time {
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 767px) {
  body.single-event .mec-schedule-time {
    direction: inherit !important;
  }
}
body.single-event .mec-schedule-title-section {
  font-size: 23px;
  margin-top: 57px;
}
body.single-event .mec-schedule-title {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 767px) {
  body.single-event .mec-schedule-title {
    padding: 5px 0;
  }
}
body.single-event .mec-schedule-description blockquote p, body.single-event .mec-schedule-description blockquote cite {
  max-width: 100%;
}
body.single-event .mec-schedule-description {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}
body.single-event .mec-schedule-description .heading {
  font-weight: 500;
}
body.single-event dt.mec-schedule-description {
  color: white !important;
  font-size: 1.5em;
  font-weight: 500 !important;
}
body.single-event .mec-schedule-part, body.single-event .mec-schedule-speakers > h6, body.single-event .mec-event-schedule-content dl::before {
  display: none;
}
body.single-event .register_bg_color {
  background: var(--register_bg_color);
}
body.single-event .register-icon:before {
  color: var(--color_bg_checkbox) !important;
}
body.single-event .mec-single-event {
  --event-gutter-y: 320px;
}
@media (max-width: 767px) {
  body.single-event .mec-single-event {
    --event-gutter-y: 210px ;
  }
}
body.single-event .mec-single-event .mec-events-meta-group-booking {
  padding: 0;
  box-shadow: none;
  background-color: transparent;
}
body.single-event #mec-book-form-btn-step-1, body.single-event .registration-message {
  background-color: #e0297c;
  font-size: 24px;
  padding: 10px 10px 10px 43px;
  margin: 50px 0;
  border: none;
  color: white;
  position: relative;
  line-height: 1;
  text-align: center;
  width: 50%;
  float: right !important;
}
@media (max-width: 767px) {
  body.single-event #mec-book-form-btn-step-1, body.single-event .registration-message {
    width: 100%;
    height: 50px;
    font-size: 20px;
  }
}
body.single-event #mec-book-form-btn-step-1 svg path {
  fill: var(--pink_purple);
}
body.single-event #mec-book-form-btn-step-1:before {
  content: "";
  background: url(../assets/icons/register_arrow.png) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 13px;
  width: 25px;
  height: 50%;
  background-size: contain;
  transition: all 0.35s;
}
body.single-event #mec-book-form-btn-step-1:hover:before {
  left: 5px;
}
body.single-event .registration-message {
  cursor: not-allowed;
}
body.single-event .mec-booking {
  text-align: center;
}
body.single-event .down_arrow_img {
  background-image: url(../assets/icons/down_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 200px;
  width: 240px;
  position: absolute;
  left: 39px;
  top: 150px;
}
@media (max-width: 767px) {
  body.single-event .down_arrow_img {
    display: none;
  }
}
body.single-event .down_arrow_img_1 {
  background-image: var(--down_arrow_img_num);
  background-size: contain;
  background-repeat: no-repeat;
  height: 70px;
  width: 100px;
  right: 120px;
  position: absolute;
  top: 25px;
}
body.single-event .down_arrow_img_2 {
  background-image: var(--down_arrow_img_num);
  background-size: contain;
  background-repeat: no-repeat;
  height: 39px;
  width: 36px;
  margin-right: 350px;
  margin-top: 60px;
  position: absolute;
}
@media (max-width: 900px) {
  body.single-event .down_arrow_img_2 {
    margin-right: 50px !important;
  }
}
body.single-event .X_img_1 {
  background-image: url(../assets/icons/big-x.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 57px;
  width: 56Px;
  margin-right: 600px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  body.single-event .X_img_1 {
    margin-right: 200px;
  }
}
@media (max-width: 375px) {
  body.single-event .X_img_1 {
    margin-right: 100px;
  }
}
body.single-event .X_img_2 {
  background-image: var(--big_x);
  background-size: contain;
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: 0;
  right: 400px;
}
@media (max-width: 767px) {
  body.single-event .X_img_2 {
    margin-right: 45px;
    margin-bottom: 5px;
    right: 0;
    height: 50px;
    width: 50px;
  }
}
body.single-event .all_events {
  padding: 60px 0 0 0;
}
body.single-event .all_events floor_title {
  margin: 0;
}
body.single-event .bottom_page {
  background: var(--single_event_bottom_page_bg);
  width: 100%;
  padding: 80px 0;
  text-align: center;
  color: var(--events_txt);
}
@media (max-width: 767px) {
  body.single-event .bottom_page {
    background-position: bottom;
    padding: 20px 0 60px;
  }
}
body.single-event .bottom_page .more-events-title {
  color: white;
  margin: 40px 0;
  font-size: 41.6px;
}
@media (max-width: 767px) {
  body.single-event .bottom_page .more-events-title {
    font-size: 30.6px;
  }
}
body.single-event .bottom_page .all-events-link {
  margin: 30px 0 0 0;
  padding-top: 10px;
  display: inline-block;
  color: white;
}
body.single-event .bottom_page .all-events-link:hover {
  color: white !important;
}
body.single-event .div-icons {
  gap: 24px;
  justify-content: center;
}
@media (min-width: 992px) {
  body.single-event .div-icons.row {
    --bs-gutter-x: 5.5rem;
  }
}
body.single-event .up_arrow {
  font-size: 16px;
  background: url(../assets/icons/home-top-arrow.png) center top no-repeat;
  background-repeat: no-repeat;
  height: 40px;
  display: inline-block;
  color: white;
  padding-top: 50px;
}
body.single-event .up_arrow:hover {
  color: white;
}
body.single-event .warning-msg {
  background-color: #af0577 !important;
  color: var(--main_color_dark_blue);
  font-size: 16px;
}
body.single-event .mec-sold-tickets {
  width: 50%;
  text-align: center;
}
body.single-event .map_pointer {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 0;
}
body.single-event .map_pointer:after {
  font-weight: bold;
  transform: rotate(180deg);
  color: var(--purple_bg_color);
  content: "^";
  font-size: 24px;
  display: inline-block;
  margin-right: 3px;
}

.back_to_top {
  text-align: center;
  margin-top: 83px;
}

#register {
  position: relative;
}
@media (max-width: 767px) {
  #register {
    padding: 30px 0;
  }
}
#register .mec-event-data-field-value a {
  color: #af0577;
  font-weight: 500;
}
#register .mec-events-meta-group-booking button {
  min-width: 100px;
}
#register .mec-googlemap-details {
  height: 250px !important;
}
#register .form_alerts {
  text-align: center;
}

.single_event_image {
  height: 95px;
}

.mec-single-event-description.mec-events-content ul li, .mec-single-event-description.mec-events-content ol li {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.mec-book-ticket-container .wbmec-mandatory {
  position: absolute;
  right: -7px;
}

.event_detail_title .event_calendar {
  color: white;
}

#mec-events-meta-group-booking- .warning-msg {
  display: none;
}

.minutely_schedule_row {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .minutely_schedule_row {
    margin-right: 10px;
  }
}

.event_started_title {
  display: none;
}

.lecturer_list_floor {
  background-color: var(--color_purple);
  padding: var(--space_80) 0;
}
.lecturer_list_floor .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}
.lecturer_list_floor .lecturer_label {
  margin-bottom: 60px !important;
  font-weight: 700;
}
.lecturer_list_floor .wrap_lecturer {
  margin-bottom: 15px;
}
.lecturer_list_floor .lecturer {
  background-color: var(--dark_purple_bg_color);
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
  line-height: 100%;
}
.lecturer_list_floor .lecturer .meet_lecture {
  background: var(--purple_bg_color);
  color: #FFFFFF;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: flex;
  margin: auto;
  height: 35px;
  width: fit-content;
  max-width: 100%;
  line-height: 120%;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.lecturer_list_floor .lecturer .meet_lecture:hover {
  background: #FFFFFF;
  color: var(--purple_bg_color);
  border: 1px solid var(--purple_bg_color);
}
.lecturer_list_floor .lecturer .meet_lecture:hover span:after, .lecturer_list_floor .lecturer .meet_lecture:hover span:before, .lecturer_list_floor .lecturer .meet_lecture:hover:after, .lecturer_list_floor .lecturer .meet_lecture:hover:before {
  color: var(--purple_bg_color) !important;
}
.lecturer_list_floor .lecturer .meet_lecture span:after, .lecturer_list_floor .lecturer .meet_lecture span:before, .lecturer_list_floor .lecturer .meet_lecture:after, .lecturer_list_floor .lecturer .meet_lecture:before {
  color: #FFFFFF !important;
}
.lecturer_list_floor .lecturer .meet_lecture:after, .lecturer_list_floor .lecturer .meet_lecture:before {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .lecturer_list_floor .lecturer .meet_lecture {
    max-width: 100%;
  }
}
.lecturer_list_floor .lecturer .meet_lecture {
  line-height: 1;
  padding: 9px 24px;
  height: auto;
  margin: inherit;
}
@media (max-width: 767px) {
  .lecturer_list_floor .lecturer .meet_lecture {
    height: fit-content;
  }
}
.lecturer_list_floor .lecturer_field_subject {
  font-weight: 500;
}
.lecturer_list_floor a {
  text-decoration: underline;
  color: inherit;
}

.event_location {
  width: 840px;
  max-width: 100%;
  height: 559px !important;
  border-radius: 12px;
  margin: auto;
}

.event_contact a {
  font-weight: normal;
  word-break: break-word !important;
}

.preface_text_for_registration {
  margin-bottom: 60px;
}

.wrap_terms_department {
  margin-top: 10px;
}

.about-content.container-about-event .pink-button p a {
  color: white;
  display: inline-block;
  padding: 10px 20px 8px;
  background: var(--link_color);
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}
.about-content.container-about-event img {
  max-width: 100%;
  height: auto !important;
}

#event_location_floor .about-label {
  justify-content: center;
  margin-bottom: 32px;
}
#event_location_floor {
  padding-top: 0;
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}
#event_location_floor .name_location {
  padding-bottom: 10px;
}

.archive_event_container {
  margin-bottom: 142px;
}
.archive_event_container .top_link_to_events {
  height: 350px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  margin-top: 13px;
}
.archive_event_container .top_link_to_events + .wrap_future_events {
  margin-top: 58px;
}
.archive_event_container .top_link_to_events + .wrap_future_events .banner_title_event_one {
  margin-top: 0;
}
.archive_event_container .top_link_to_events .top_link_txt {
  color: white;
  font-size: 40px;
}
.archive_event_container .top_link_to_events .top_link_subtxt {
  color: white;
  font-size: 40px;
}
.archive_event_container .no_results {
  color: white;
}

.introduction_text {
  color: var(--events_txt);
}

#externalIframe {
  height: var(--desktop_height);
}
@media (max-width: 879px) {
  #externalIframe {
    height: var(--mobile_height);
  }
}

.event_titles_icon {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .event_titles_icon {
    margin-bottom: 48px !important;
  }
}
@media (max-width: 767px) {
  .event_titles_icon {
    margin-bottom: 10px !important;
  }
}
.event_titles_icon .title_icon {
  font-size: 56px;
  padding-left: 20px;
}
.event_titles_icon .title_text {
  color: var(--shine_pink_color);
}
.event_titles_icon .title_text.pink {
  color: var(--shine_pink_color);
}
.event_titles_icon .title_text.white {
  color: white;
}

.events_floors {
  padding-top: var(--space_80);
  padding-bottom: var(--space_80);
}

.tax-question_route .site-main {
  top: 80px;
}
.tax-question_route .icon-close {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
}
.tax-question_route header {
  background: none !important;
}
.tax-question_route .exit {
  gap: 0 16px;
  display: flex;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  color: #000000 !important;
}

.banner_wizard_row {
  display: flex;
  position: fixed;
  align-items: center;
  z-index: 999999999999;
  justify-content: center;
  padding: 34px 0px 34px 0;
  background-color: white;
}
.banner_wizard_row .container {
  display: flex;
  justify-content: space-between;
}

.flex_arrow_text {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  align-items: center;
}

.bg_personal_route {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 1076px;
  width: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.box_center {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 60px);
}

.route_wrap {
  padding: 0 48px;
}
@media (max-width: 767px) {
  .route_wrap {
    padding: 0 20px;
  }
}

.group_question {
  gap: 32px 0px;
}

.personal_route {
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
.personal_route .wizard-route-container {
  margin-top: 12%;
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 550px !important;
}
@media (max-width: 600px) {
  .personal_route .wizard-route-container {
    max-width: 350px !important;
  }
}
.personal_route .surprise_icon {
  font-size: 102px;
  margin-bottom: 24px;
}
.personal_route .wizard-route-header {
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 35px;
}
.personal_route .wizard-route-content {
  text-align: center;
}
.personal_route .start_questions_routes {
  height: 48px;
  margin-bottom: 50px;
  padding: 5px 10px;
  text-align: center;
  font-size: 18px;
}
.personal_route .first_question-header {
  text-align: center;
}
.personal_route .first_question {
  width: 550px !important;
}
@media (max-width: 600px) {
  .personal_route .first_question {
    max-width: 350px !important;
  }
}
.personal_route .question_floor-hader {
  text-align: center;
}
.personal_route #field-name-field-audience {
  font-size: 14px;
}
.personal_route .page-wizard-outcome {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 44px;
  margin-top: 0;
}
.personal_route .icon-arrow_mobile, .personal_route .icon-arrow-mobile {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 1920px) {
  .personal_route .icon-arrow_mobile, .personal_route .icon-arrow-mobile {
    display: none;
  }
}
@media (max-width: 766px) {
  .personal_route .icon-arrow_mobile, .personal_route .icon-arrow-mobile {
    display: block;
  }
}
.personal_route .routes_header {
  font-size: 22px;
  margin-bottom: 7px;
  font-family: inherit;
  color: inherit !important;
}
.personal_route .question_div:nth-child(even) .icon-question-mark-dark {
  left: -27px;
}
@media (max-width: 600px) {
  .personal_route .question_div:nth-child(even) .icon-question-mark-dark {
    left: -10px;
    padding-right: 20px;
  }
}
.personal_route .question_div:nth-child(even) .tooltip-text {
  left: -225px;
}
@media (max-width: 991px) {
  .personal_route .question_div:nth-child(even) .tooltip-text {
    left: 13px;
  }
}
.personal_route .question_div, .personal_route .question_div-big {
  position: relative;
}
.personal_route .question_div-big:nth-child(even) .icon-question-mark-dark {
  left: -29px;
}
@media (max-width: 600px) {
  .personal_route .question_div-big:nth-child(even) .icon-question-mark-dark {
    left: -17px;
  }
}
.personal_route .question_div-big:nth-child(even) .tooltip-text {
  left: -233px;
}
@media (max-width: 991px) {
  .personal_route .question_div-big:nth-child(even) .tooltip-text {
    left: 8px;
  }
}
.personal_route .paaddind_left_arrow {
  margin-left: 12px;
  display: inline-block;
}
.personal_route .question_div:nth-child(odd) .icon-question-mark-dark {
  right: -27px;
}
@media (max-width: 600px) {
  .personal_route .question_div:nth-child(odd) .icon-question-mark-dark {
    left: -10px;
    padding-right: 20px;
  }
}
.personal_route .question_div:nth-child(odd) .tooltip-text {
  right: -195px;
  right: -225px;
}
@media (max-width: 991px) {
  .personal_route .question_div:nth-child(odd) .tooltip-text {
    right: 13px;
  }
}
.personal_route .question_div-big:nth-child(odd) .icon-question-mark-dark {
  right: -37px;
}
@media (max-width: 600px) {
  .personal_route .question_div-big:nth-child(odd) .icon-question-mark-dark {
    right: -21px;
  }
}
.personal_route .question_div-big:nth-child(odd) .tooltip-text {
  right: -232px;
}
@media (max-width: 991px) {
  .personal_route .question_div-big:nth-child(odd) .tooltip-text {
    right: 13px;
  }
}
.personal_route .icon-question-mark-dark {
  position: absolute;
  top: 50%;
  transform: translateY(-76%);
  background: none;
  border: none;
}
.personal_route .icon-question-mark-dark:before {
  color: white;
  font-size: 24px;
}
@media (max-width: 600px) {
  .personal_route .icon-question-mark-dark:before {
    font-size: 18px;
  }
}
.personal_route a.question_link {
  min-width: 278px;
  height: 80px;
  padding: 24px;
  gap: 10px;
  background: #FFFFFF;
  justify-content: center;
  border-radius: 12px;
  border: solid 1px #ffffff;
  color: #000000 !important;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}
.personal_route a.question_link:hover {
  background: rgba(255, 255, 255, 0.8) !important;
  border: 2px solid #B360FF;
  cursor: pointer;
  color: white;
}
.personal_route .question_floor-row {
  align-items: flex-end;
  gap: 32px 0px;
}
.personal_route .question_floor {
  width: 632px !important;
}
@media (max-width: 600px) {
  .personal_route .question_floor {
    max-width: 340px !important;
  }
}
.personal_route .question_floor-hader, .personal_route .first_question-header {
  margin-bottom: 60px;
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
}
.personal_route .wrap_help {
  display: none;
}
.personal_route .personal_route.active {
  display: flex;
}
.personal_route .personal_route.active .wrap_help {
  display: block;
}
.personal_route .wrap-route {
  background-color: #FFFFFF;
}
.personal_route .wrap-route:hover .icon-arrow-left {
  padding: 10px;
}
html[lang=en-US] .personal_route .wrap-route:hover .icon-arrow-left {
  padding: 8px;
}
.personal_route .font-h3 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 47px;
  text-align: center;
}
.personal_route .max {
  max-width: 1133px !important;
  padding: 130px 0 0 0;
  margin-bottom: 0;
}
.personal_route .bc {
  background-color: transparent;
}
.personal_route .pbtn {
  padding: 40px;
  color: white !important;
}
.personal_route .footer_question {
  padding: 0 !important;
  height: 84px;
  position: absolute;
  bottom: -60px;
  width: 100%;
  right: 0;
  border-top: 1px solid #FFFFFF;
  background-color: #0D0D0D;
}
.personal_route .footer_question .previous_btn {
  display: flex;
  gap: 0 8px;
  text-decoration: none;
  position: absolute;
  bottom: 30px;
  right: 100px;
}
.personal_route .footer_question .prev_spn {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}
.personal_route .footer_question .icon-left_mark:before {
  color: #FFFFFF !important;
}
.personal_route .footer_question .icon-left_mark {
  padding: 0;
}
html[lang=en-US] .personal_route .footer_question .icon-left_mark {
  transform: rotate(180deg);
}
.personal_route .footer_wizard_outcome {
  padding-top: 10%;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 70px;
}
.personal_route .footer_wizard_outcome .btn_not_found {
  margin: 30px auto;
}

.icon-arrow-tablet {
  position: absolute;
  width: 24px;
  left: 104px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .icon-arrow-tablet {
    display: none;
  }
}
@media (min-width: 992px) {
  .icon-arrow-tablet {
    display: none;
  }
}

.hover-text:hover + .tooltip-text {
  opacity: 1;
  visibility: visible;
}

.tooltip-text {
  opacity: 0;
  visibility: hidden;
  text-align: center;
  line-height: 1;
  position: absolute;
  display: inline-block;
  z-index: 1;
  color: #221d5e;
  font-size: 15px;
  font-weight: 700;
  background-color: white;
  border-radius: 10px;
  border: 2px solid #530586;
  padding: 20px 25px 20px 25px;
  width: 200px !important;
}

.hover-text {
  position: relative;
  display: inline-block;
  font-family: Avenir;
  text-align: center;
  width: 40px;
  height: 30px;
}

.route_item.wrap-route {
  display: block;
}
.route_item .routes_second_header {
  margin-bottom: 16px;
}
.route_item .inner-text {
  font-weight: normal;
  border-right: 1px solid #000;
  padding-right: 48px;
}
@media (max-width: 991px) {
  .route_item .inner-text {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.route_item .inner-text .route_content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.54;
}
.route_item .routes_excpert {
  display: flex !important;
  color: #000000;
  align-content: center;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 991px) {
  .route_item .routes_excpert {
    border-right: none !important;
  }
}
.route_item .float-left {
  width: 90%;
  float: right;
}
.route_item .text-align {
  text-align: right;
}
.route_item .icon-arrow-left {
  float: left;
  font-size: 24px;
}
html[lang=en-US] .route_item .icon-arrow-left {
  transform: rotate(180deg);
  width: 40px;
}

.more_details_btn {
  margin-bottom: 0;
  color: white !important;
  min-width: 200px;
}

.button_detaills {
  display: flex;
  background-color: #a50b79;
  color: #fff;
  font-size: 0.9em;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 14px;
  border: 1px solid #d386bc;
  background-size: 17px;
  -webkit-transition: all 0.5s;
  margin-top: 7%;
  height: 39px;
  width: 146px;
  text-align: -webkit-center;
  align-items: center;
}
@media (max-width: 1199px) {
  .button_detaills {
    height: initial;
    width: initial;
  }
}
.button_detaills:hover {
  color: white !important;
}
.button_detaills:hover .icon_arrow_detaills, .button_detaills:hover .more_events_icon {
  transform: translateX(-15%);
}
html[lang=en-US] .button_detaills:hover .icon_arrow_detaills, html[lang=en-US] .button_detaills:hover .more_events_icon {
  transform: rotate(180deg) translateX(-15%);
}

.post-type-archive-mec-events .event_filters_tabs_links, body.post-type-archive-event .event_filters_tabs_links, body.tax-event_series .event_filters_tabs_links {
  display: flex;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .post-type-archive-mec-events .event_filters_tabs_links, body.post-type-archive-event .event_filters_tabs_links, body.tax-event_series .event_filters_tabs_links {
    padding-bottom: 5px;
    margin-bottom: 10px;
    flex-direction: row;
  }
}
.post-type-archive-mec-events .event_filters_tabs_links .event_filters_tabs, body.post-type-archive-event .event_filters_tabs_links .event_filters_tabs, body.tax-event_series .event_filters_tabs_links .event_filters_tabs {
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
}
.post-type-archive-mec-events .event_filters_tabs_links .event_filters_tabs::-webkit-scrollbar, body.post-type-archive-event .event_filters_tabs_links .event_filters_tabs::-webkit-scrollbar, body.tax-event_series .event_filters_tabs_links .event_filters_tabs::-webkit-scrollbar {
  -webkit-appearance: none;
}
.post-type-archive-mec-events .event_filters_tabs_links .event_filters_tabs::-webkit-scrollbar:vertical, body.post-type-archive-event .event_filters_tabs_links .event_filters_tabs::-webkit-scrollbar:vertical, body.tax-event_series .event_filters_tabs_links .event_filters_tabs::-webkit-scrollbar:vertical {
  width: 12px;
}
.post-type-archive-mec-events .event_filters_tabs_links .event_filters_tabs::-webkit-scrollbar:horizontal, body.post-type-archive-event .event_filters_tabs_links .event_filters_tabs::-webkit-scrollbar:horizontal, body.tax-event_series .event_filters_tabs_links .event_filters_tabs::-webkit-scrollbar:horizontal {
  height: 12px;
}
.post-type-archive-mec-events .event_filters_tabs_links .event_filters_tabs::-webkit-scrollbar-thumb, body.post-type-archive-event .event_filters_tabs_links .event_filters_tabs::-webkit-scrollbar-thumb, body.tax-event_series .event_filters_tabs_links .event_filters_tabs::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 10px;
  border: 2px solid var(--main_color_blue);
}
.post-type-archive-mec-events .event_filters_tabs_links .event_filters_tabs::-webkit-scrollbar-track, body.post-type-archive-event .event_filters_tabs_links .event_filters_tabs::-webkit-scrollbar-track, body.tax-event_series .event_filters_tabs_links .event_filters_tabs::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: var(--main_color_blue);
}
@media (max-width: 767px) {
  .post-type-archive-mec-events .event_filters_tabs_links .event_filters_tabs, body.post-type-archive-event .event_filters_tabs_links .event_filters_tabs, body.tax-event_series .event_filters_tabs_links .event_filters_tabs {
    flex-direction: row;
  }
}
.post-type-archive-mec-events #label_:before, body.post-type-archive-event #label_:before, body.tax-event_series #label_:before {
  background: transparent;
}
.post-type-archive-mec-events, body.post-type-archive-event, body.tax-event_series {
  background-color: var(--main_bg_color_events);
}
.post-type-archive-mec-events .breadcrumbs span, .post-type-archive-mec-events .breadcrumbs a, body.post-type-archive-event .breadcrumbs span, body.post-type-archive-event .breadcrumbs a, body.tax-event_series .breadcrumbs span, body.tax-event_series .breadcrumbs a {
  color: var(--events_txt);
}
.post-type-archive-mec-events #banner, body.post-type-archive-event #banner, body.tax-event_series #banner {
  min-height: 361px !important;
}
@media (max-width: 767px) {
  .post-type-archive-mec-events #banner, body.post-type-archive-event #banner, body.tax-event_series #banner {
    max-height: 300px !important;
  }
}
.post-type-archive-mec-events .search, body.post-type-archive-event .search, body.tax-event_series .search {
  display: inline-block;
  position: relative;
}
.post-type-archive-mec-events #at4-share a span .at-icon, body.post-type-archive-event #at4-share a span .at-icon, body.tax-event_series #at4-share a span .at-icon {
  fill: #ffffff !important;
}
.post-type-archive-mec-events .filter_by_text, body.post-type-archive-event .filter_by_text, body.tax-event_series .filter_by_text {
  color: var(--pink_purple);
}
.post-type-archive-mec-events .img_filter, .post-type-archive-mec-events .img_click, body.post-type-archive-event .img_filter, body.post-type-archive-event .img_click, body.tax-event_series .img_filter, body.tax-event_series .img_click {
  background-image: var(--icon_filter);
  padding-right: 0;
  margin-right: 0;
  width: 12px;
  height: 13px;
}
.post-type-archive-mec-events .div_search, body.post-type-archive-event .div_search, body.tax-event_series .div_search {
  margin-top: 52px;
}
@media (max-width: 767px) {
  .post-type-archive-mec-events .margin_none, body.post-type-archive-event .margin_none, body.tax-event_series .margin_none {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 767px) {
  .post-type-archive-mec-events .title_event, body.post-type-archive-event .title_event, body.tax-event_series .title_event {
    min-height: 65px;
  }
}
@media (min-width: 767px) {
  .post-type-archive-mec-events .margin_none .single_event:nth-child(3n), body.post-type-archive-event .margin_none .single_event:nth-child(3n), body.tax-event_series .margin_none .single_event:nth-child(3n) {
    margin-left: 12px !important;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .post-type-archive-mec-events .margin_none .single_event:nth-child(2n), body.post-type-archive-event .margin_none .single_event:nth-child(2n), body.tax-event_series .margin_none .single_event:nth-child(2n) {
    margin-left: 12px !important;
  }
}
.post-type-archive-mec-events .padding_date, body.post-type-archive-event .padding_date, body.tax-event_series .padding_date {
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.post-type-archive-mec-events .event_filters_tablinks, body.post-type-archive-event .event_filters_tablinks, body.tax-event_series .event_filters_tablinks {
  color: #000000;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  display: flex;
  width: 224px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .post-type-archive-mec-events .event_filters_tablinks, body.post-type-archive-event .event_filters_tablinks, body.tax-event_series .event_filters_tablinks {
    margin: 0;
    min-width: auto;
    padding: 0 5px;
    width: fit-content;
  }
  .post-type-archive-mec-events .event_filters_tablinks:not(:last-child), body.post-type-archive-event .event_filters_tablinks:not(:last-child), body.tax-event_series .event_filters_tablinks:not(:last-child) {
    margin-left: 20px !important;
  }
}
.post-type-archive-mec-events .bootom_border, body.post-type-archive-event .bootom_border, body.tax-event_series .bootom_border {
  color: var(--purple_bg_color);
  font-weight: 700;
  border-bottom: 1px solid var(--purple_bg_color);
}
@media (max-width: 767px) {
  .post-type-archive-mec-events .bootom_border, body.post-type-archive-event .bootom_border, body.tax-event_series .bootom_border {
    border-bottom-width: 4px;
  }
}
.post-type-archive-mec-events #menu-header-menu li, body.post-type-archive-event #menu-header-menu li, body.tax-event_series #menu-header-menu li {
  padding: 15px 0;
}
.post-type-archive-mec-events .event_filters_tabs_content, body.post-type-archive-event .event_filters_tabs_content, body.tax-event_series .event_filters_tabs_content {
  display: flex;
}
.post-type-archive-mec-events .event_filters_tabs_content .form_field_label, body.post-type-archive-event .event_filters_tabs_content .form_field_label, body.tax-event_series .event_filters_tabs_content .form_field_label {
  width: fit-content;
  font-weight: 700;
  border-radius: 12px;
  color: #000000;
  border: 1px solid #000;
  display: flex;
  padding: 14px 18px;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 0;
}
.post-type-archive-mec-events .event_filters_tabs_content .form_field_label[name=start_date], .post-type-archive-mec-events .event_filters_tabs_content .form_field_label[name=end_date], body.post-type-archive-event .event_filters_tabs_content .form_field_label[name=start_date], body.post-type-archive-event .event_filters_tabs_content .form_field_label[name=end_date], body.tax-event_series .event_filters_tabs_content .form_field_label[name=start_date], body.tax-event_series .event_filters_tabs_content .form_field_label[name=end_date] {
  background-color: #1f1b5f !important;
  background-image: none;
  display: contents;
  position: relative;
  font-size: 18px !important;
  margin-bottom: 20px;
}
.post-type-archive-mec-events .event_filters_tabs_content .form_field_wrap, body.post-type-archive-event .event_filters_tabs_content .form_field_wrap, body.tax-event_series .event_filters_tabs_content .form_field_wrap {
  margin: 0 0 7px;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.post-type-archive-mec-events .event_filters_tabs_content .form_field, body.post-type-archive-event .event_filters_tabs_content .form_field, body.tax-event_series .event_filters_tabs_content .form_field {
  display: none;
}
.post-type-archive-mec-events .event_filters_tabs_content .form_field:checked + label, body.post-type-archive-event .event_filters_tabs_content .form_field:checked + label, body.tax-event_series .event_filters_tabs_content .form_field:checked + label {
  background-image: none;
  background-color: var(--purple_bg_color);
  color: #fff;
}
.post-type-archive-mec-events .mec-event-data-field-item, body.post-type-archive-event .mec-event-data-field-item, body.tax-event_series .mec-event-data-field-item {
  margin-bottom: 30px;
}
.post-type-archive-mec-events .banner_title_event_one, .post-type-archive-mec-events .banner_title_event_two, body.post-type-archive-event .banner_title_event_one, body.post-type-archive-event .banner_title_event_two, body.tax-event_series .banner_title_event_one, body.tax-event_series .banner_title_event_two {
  color: var(--events_txt);
  padding-right: 0 !important;
  padding-right: 0 !important;
  margin: var(--space_80) 0px 24px 0;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.post-type-archive-mec-events .wrap_future_events, body.post-type-archive-event .wrap_future_events, body.tax-event_series .wrap_future_events {
  margin-top: var(--space_120);
  margin-bottom: 69px;
}
.post-type-archive-mec-events input[name=start_date], .post-type-archive-mec-events input[name=end_date], body.post-type-archive-event input[name=start_date], body.post-type-archive-event input[name=end_date], body.tax-event_series input[name=start_date], body.tax-event_series input[name=end_date] {
  margin-top: 3px;
  height: 64px;
  width: 100%;
  display: flex !important;
  padding: 20px 24px;
  justify-content: flex-end;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #000;
  background: #FFF;
}
.post-type-archive-mec-events input[name=search]::placeholder, body.post-type-archive-event input[name=search]::placeholder, body.tax-event_series input[name=search]::placeholder {
  font-size: 0;
}
@media (min-width: 767px) {
  .post-type-archive-mec-events .wrap_filter_buttons, body.post-type-archive-event .wrap_filter_buttons, body.tax-event_series .wrap_filter_buttons {
    padding: 0 60px;
  }
}
.post-type-archive-mec-events .wrap_filter_buttons, body.post-type-archive-event .wrap_filter_buttons, body.tax-event_series .wrap_filter_buttons {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .post-type-archive-mec-events .wrap_filter_buttons, body.post-type-archive-event .wrap_filter_buttons, body.tax-event_series .wrap_filter_buttons {
    width: 100%;
  }
}
.post-type-archive-mec-events #click_filter, body.post-type-archive-event #click_filter, body.tax-event_series #click_filter {
  background: var(--purple_bg_color);
  color: #FFFFFF;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: flex;
  margin: auto;
  height: 54px;
  width: 280px;
  max-width: 100%;
  line-height: 120%;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.post-type-archive-mec-events #click_filter:hover, body.post-type-archive-event #click_filter:hover, body.tax-event_series #click_filter:hover {
  background: #FFFFFF;
  color: var(--purple_bg_color);
  border: 1px solid var(--purple_bg_color);
}
.post-type-archive-mec-events #click_filter:hover span:after, .post-type-archive-mec-events #click_filter:hover span:before, .post-type-archive-mec-events #click_filter:hover:after, .post-type-archive-mec-events #click_filter:hover:before, body.post-type-archive-event #click_filter:hover span:after, body.post-type-archive-event #click_filter:hover span:before, body.post-type-archive-event #click_filter:hover:after, body.post-type-archive-event #click_filter:hover:before, body.tax-event_series #click_filter:hover span:after, body.tax-event_series #click_filter:hover span:before, body.tax-event_series #click_filter:hover:after, body.tax-event_series #click_filter:hover:before {
  color: var(--purple_bg_color) !important;
}
.post-type-archive-mec-events #click_filter span:after, .post-type-archive-mec-events #click_filter span:before, .post-type-archive-mec-events #click_filter:after, .post-type-archive-mec-events #click_filter:before, body.post-type-archive-event #click_filter span:after, body.post-type-archive-event #click_filter span:before, body.post-type-archive-event #click_filter:after, body.post-type-archive-event #click_filter:before, body.tax-event_series #click_filter span:after, body.tax-event_series #click_filter span:before, body.tax-event_series #click_filter:after, body.tax-event_series #click_filter:before {
  color: #FFFFFF !important;
}
.post-type-archive-mec-events #click_filter:after, .post-type-archive-mec-events #click_filter:before, body.post-type-archive-event #click_filter:after, body.post-type-archive-event #click_filter:before, body.tax-event_series #click_filter:after, body.tax-event_series #click_filter:before {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .post-type-archive-mec-events #click_filter, body.post-type-archive-event #click_filter, body.tax-event_series #click_filter {
    max-width: 100%;
  }
}
.post-type-archive-mec-events #click_filter, body.post-type-archive-event #click_filter, body.tax-event_series #click_filter {
  height: 60px;
  padding: 21px 24px;
  width: 100%;
}
.post-type-archive-mec-events #reset_filter, body.post-type-archive-event #reset_filter, body.tax-event_series #reset_filter {
  font-size: 18px;
  padding: 8px 24px;
  color: var(--purple_bg_color);
  border-bottom: 1px solid var(--purple_bg_color);
}
@media (max-width: 767px) {
  .post-type-archive-mec-events #reset_filter, body.post-type-archive-event #reset_filter, body.tax-event_series #reset_filter {
    width: fit-content;
    margin: auto;
  }
}
.post-type-archive-mec-events .click_filter, body.post-type-archive-event .click_filter, body.tax-event_series .click_filter {
  font-weight: bold;
  background: none;
  text-align: center;
  height: auto;
  display: block;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .post-type-archive-mec-events .click_filter, body.post-type-archive-event .click_filter, body.tax-event_series .click_filter {
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 0;
  }
}
.post-type-archive-mec-events .border_click_filter, body.post-type-archive-event .border_click_filter, body.tax-event_series .border_click_filter {
  border: 2px solid #FFFFFF !important;
  outline: 1px solid var(--color_filter) !important;
}
.post-type-archive-mec-events .event_filters_tabcontent, body.post-type-archive-event .event_filters_tabcontent, body.tax-event_series .event_filters_tabcontent {
  display: none !important;
}
.post-type-archive-mec-events .event_filters_tabcontent.time, body.post-type-archive-event .event_filters_tabcontent.time, body.tax-event_series .event_filters_tabcontent.time {
  padding: 0 40px;
}
.post-type-archive-mec-events .event_filters_tabcontent_flex, body.post-type-archive-event .event_filters_tabcontent_flex, body.tax-event_series .event_filters_tabcontent_flex {
  display: flex !important;
  gap: 24px;
}

.wrap_past_events .wrap_events {
  padding-bottom: var(--space_80);
}

.wrap_events {
  gap: 30px 0px;
  margin-top: 50px;
}
html[lang=en-US] .wrap_events {
  direction: ltr;
}
html[lang=he-IL] .wrap_events {
  direction: rtl;
}
.wrap_events {
  --bs-gutter-x: 30px;
}
@media (max-width: 767px) {
  .wrap_events {
    --bs-gutter-y: 30px;
  }
}
.wrap_events .wrap_single_event {
  direction: rtl;
}
html[lang=en-US] .wrap_events .wrap_single_event {
  direction: ltr;
}

.ui-datepicker-header {
  display: flex;
  justify-content: space-between;
}

a.ui-datepicker-next.ui-corner-all {
  order: 2;
}

.ui-datepicker-prev:before, .ui-datepicker-next:before {
  font-family: icomoon !important;
  color: var(--main_color_blue);
  width: 15px;
}
html[lang=en-US] .ui-datepicker-prev:before, html[lang=en-US] .ui-datepicker-next:before {
  display: inline-block;
  transform: rotate(180deg);
}

.ui-datepicker-prev:before {
  content: "\e905" !important;
}

.ui-datepicker-next:before {
  content: "\e902" !important;
}

.wrap_single_event .single_event {
  background-color: var(--cubes_bg_color);
  margin-bottom: 30px;
}
.wrap_single_event .single_event .single_event_image {
  height: 180px;
}
.wrap_single_event .single_event .single_event_content {
  padding: 0 25px 18px;
}
.wrap_single_event .single_event .end_date {
  color: var(--main_color_dark_blue);
  font-size: 14px;
  padding-top: 25px;
}
.wrap_single_event .single_event .title_event {
  font-weight: 500;
  font-size: 20px;
  margin-top: 25px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  min-height: 60px;
}
.wrap_single_event .single_event .button_detaills_div {
  display: flex;
  flex-direction: revert;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: self-end;
}
.wrap_single_event .single_event .text_arrow_detaills {
  padding-left: 2px;
}
.wrap_single_event .single_event .icon_arrow_detaills {
  background-size: 23px !important;
  position: unset;
  content: "";
  display: inline-block;
  background: url(../assets/icons/arrow-left-white.svg) no-repeat center center;
  width: 30px;
  height: 24px;
  -webkit-transition: all 0.5s;
}
html[lang=en-US] .wrap_single_event .single_event .icon_arrow_detaills {
  transform: rotate(180deg);
}
.wrap_single_event .single_event .icon_arrow_detaills:hover {
  transform: translateX(-10%);
}
html[lang=en-US] .wrap_single_event .single_event .icon_arrow_detaills:hover {
  transform: rotate(180deg) translateX(-10%);
}
.wrap_single_event .single_event.hide {
  display: none;
}

.registration_floor_content {
  margin-top: 20px;
  text-align: center;
}

.registration_is_over_subtitle {
  font-weight: 500;
}

.event_registration_form .form_field_wrap {
  position: relative;
}
.event_registration_form label.form_field_label {
  display: none;
}
.event_registration_form label.error {
  position: absolute;
  bottom: 5px;
  margin-bottom: 0;
}
.event_registration_form input {
  width: 100%;
  height: 50px;
  padding: 12px 20px 12px;
  border-radius: 4px;
  border: solid 1px #b5b5b5;
  margin-bottom: 20px;
}

.register_floor {
  padding-top: 60px;
  padding-bottom: 152px;
}
.register_floor .register_label {
  justify-content: center;
}
.register_floor {
  text-align: center;
}
.register_floor .submit_button {
  background: var(--purple_bg_color);
  color: #FFFFFF;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: flex;
  margin: auto;
  height: 54px;
  width: 280px;
  max-width: 100%;
  line-height: 120%;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.register_floor .submit_button:hover {
  background: #FFFFFF;
  color: var(--purple_bg_color);
  border: 1px solid var(--purple_bg_color);
}
.register_floor .submit_button:hover span:after, .register_floor .submit_button:hover span:before, .register_floor .submit_button:hover:after, .register_floor .submit_button:hover:before {
  color: var(--purple_bg_color) !important;
}
.register_floor .submit_button span:after, .register_floor .submit_button span:before, .register_floor .submit_button:after, .register_floor .submit_button:before {
  color: #FFFFFF !important;
}
.register_floor .submit_button:after, .register_floor .submit_button:before {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .register_floor .submit_button {
    max-width: 100%;
  }
}
.register_floor .submit_button {
  margin-bottom: 66px;
}
.register_floor .register_label {
  margin-bottom: 32px !important;
}

.wrap_loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  transition: opacity 0.25s, visibility 0s 0.25s;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
}

.loading_position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading_page {
  width: 60px;
  height: 60px;
  background-image: url(../assets/icons/loading.png);
  -webkit-animation: spin 3000ms infinite linear;
  animation: spin 3000ms infinite linear;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html.site_form_loading .registration_floor_content .wrap_loading, html.site_form_loading body.post-type-archive-event .wrap_loading {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.slider_banner {
  position: relative;
  height: 350px;
}
@media (max-width: 767px) {
  .slider_banner {
    height: 350px;
  }
}
.slider_banner .banner {
  background-image: var(--bg);
}
@media (max-width: 767px) {
  .slider_banner .banner {
    background-image: var(--bg_mobile);
  }
}
.slider_banner * {
  max-height: 100%;
}
.slider_banner .link_banner {
  height: 100%;
}
.slider_banner .banner_slider_container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.slider_banner .slick-dots {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0;
}
.slider_banner .slick-dots li {
  list-style: none;
}
.slider_banner .slick-dots li button {
  padding: 0;
  font-size: 0;
}
.slider_banner .slick-dots li button::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #BDC6C6;
}
.slider_banner .slick-dots li.slick-active button::before {
  background-color: #530586;
}
.slider_banner .toggle-autoplay {
  position: absolute;
  z-index: 999;
  bottom: 48px;
  left: 63px;
  font-size: 40px;
  color: white;
}
@media (max-width: 767px) {
  .slider_banner .toggle-autoplay {
    bottom: 30px;
    left: 30px;
  }
}

.post-type-archive-rules #documents_table_titles, .page-template-template-rules_archive #documents_table_titles {
  margin: 0;
}
.post-type-archive-rules #documents_table_titles .col-12:first-child, .page-template-template-rules_archive #documents_table_titles .col-12:first-child {
  padding-right: 0;
  padding-left: 12px;
}
.post-type-archive-rules #documents_table_titles .col-12:last-child, .page-template-template-rules_archive #documents_table_titles .col-12:last-child {
  padding-left: 0;
  padding-right: 12px;
}
.post-type-archive-rules #documents_table_titles .col-12:not(:first-child):not(:last-child), .page-template-template-rules_archive #documents_table_titles .col-12:not(:first-child):not(:last-child) {
  padding: 0;
}
.post-type-archive-rules .breadcrumbs, .page-template-template-rules_archive .breadcrumbs {
  margin-bottom: calc(var(--space_80) - 28px);
}
.post-type-archive-rules a, .page-template-template-rules_archive a {
  font-weight: 400;
}
.post-type-archive-rules .departments_kol_kore, .page-template-template-rules_archive .departments_kol_kore {
  font-weight: 700 !important;
}
.post-type-archive-rules .title_benefit, .page-template-template-rules_archive .title_benefit {
  padding: 17px 0px 17px;
  text-align: center;
  margin: 40px 0 20px;
  font-size: 36px !important;
  font-weight: 500 !important;
  border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
  .post-type-archive-rules .title_benefit, .page-template-template-rules_archive .title_benefit {
    font-size: 1.55em !important;
  }
}
.post-type-archive-rules #document_table, .page-template-template-rules_archive #document_table {
  padding-bottom: 40px !important;
}
.post-type-archive-rules #documents_table_titles .document_table_th, .page-template-template-rules_archive #documents_table_titles .document_table_th {
  color: #530586;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.13;
  background-color: rgba(189, 198, 198, 0.5019607843);
  padding: 24px;
  border-radius: 12px;
  height: 100%;
  width: 100%;
  display: block;
}
@media (max-width: 1399px) {
  .post-type-archive-rules #documents_table_titles .document_table_th, .page-template-template-rules_archive #documents_table_titles .document_table_th {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .post-type-archive-rules #documents_table_titles .document_table_th, .page-template-template-rules_archive #documents_table_titles .document_table_th {
    font-size: 22px;
    font-weight: 400;
  }
  .post-type-archive-rules #documents_table_titles .document_table_th:hover, .page-template-template-rules_archive #documents_table_titles .document_table_th:hover {
    color: var(--main_color_blue);
  }
}
.post-type-archive-rules .type_doc, .post-type-archive-rules .document_item_doc_date_rule, .page-template-template-rules_archive .type_doc, .page-template-template-rules_archive .document_item_doc_date_rule {
  font-size: 24px;
}
@media (max-width: 767px) {
  .post-type-archive-rules .rules_mobile, .page-template-template-rules_archive .rules_mobile {
    padding-left: 7px;
    font-size: 19px !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .post-type-archive-rules .date_update, .page-template-template-rules_archive .date_update {
    display: block;
    padding: 0px 24px 28px 24px;
  }
  .post-type-archive-rules .type_doc, .page-template-template-rules_archive .type_doc {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .post-type-archive-rules .type_doc, .post-type-archive-rules .date_update, .page-template-template-rules_archive .type_doc, .page-template-template-rules_archive .date_update {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
  }
}
.post-type-archive-rules .type_doc_mobile, .post-type-archive-rules .kol_kore_mobile, .page-template-template-rules_archive .type_doc_mobile, .page-template-template-rules_archive .kol_kore_mobile {
  font-size: 22px;
}
@media (min-width: 768px) {
  .post-type-archive-rules .type_doc_mobile, .post-type-archive-rules .kol_kore_mobile, .page-template-template-rules_archive .type_doc_mobile, .page-template-template-rules_archive .kol_kore_mobile {
    display: none !important;
  }
}
.post-type-archive-rules .type_doc_mobile, .page-template-template-rules_archive .type_doc_mobile {
  padding: 28px 24px 28px 24px;
}
@media (min-width: 768px) {
  .post-type-archive-rules .type_doc_mobile, .page-template-template-rules_archive .type_doc_mobile {
    margin-bottom: 13px;
  }
}
.post-type-archive-rules .type_doc_mobile, .page-template-template-rules_archive .type_doc_mobile {
  font-weight: 500;
}
.post-type-archive-rules .kol_kore_mobile, .page-template-template-rules_archive .kol_kore_mobile {
  font-weight: 400;
  padding: 28px 24px 28px 24px;
  border-top: 1px solid #ebebeb;
}

.rule_subtitle_2 {
  font-size: 18px;
  font-weight: bold;
}

.rule_content_2 a {
  color: #530586;
  font-weight: 400;
}

.home .width-event .titles_stories {
  padding-top: 0px !important;
}

.second-footer-menu {
  position: relative;
}

.div_button_route {
  display: flex;
  justify-content: center;
}

.button_route {
  margin: 10px auto 0 auto;
  position: absolute;
  bottom: 24px;
}

.extra_services_floor {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding: var(--space_52) 0px;
}
.extra_services_floor .extra_service_label {
  padding-bottom: 2%;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
}
.extra_services_floor .extra_service_list {
  gap: 30px 0px;
}
@media (max-width: 767px) {
  .extra_services_floor .extra_service_list {
    --bs-gutter-x: 30px;
    gap: 0;
  }
}
.extra_services_floor .extra_service_item {
  display: flex;
  justify-content: center;
  height: 220px;
  padding: 48px 0;
  gap: 2px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1215686275);
  border-radius: 12px;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .extra_services_floor .extra_service_item {
    padding: 10px 0;
    gap: 10px 0;
    margin-bottom: 10px;
  }
}
.extra_services_floor .extra_service_item:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}
.extra_services_floor .extra_service_item .services_title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 35px;
  color: black;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .extra_services_floor .extra_service_item .services_title {
    font-size: 16px;
    line-height: 1;
    display: block;
    padding: 0 5px;
  }
}
.extra_services_floor .extra_service_item .services_icon {
  display: flex;
  align-items: center;
  justify-content: center !important;
  font-size: 30px;
  width: 70px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .extra_services_floor .extra_service_item .services_icon {
    margin: auto !important;
  }
}

.ul_list .active {
  color: var(--main_color_dark_pink) !important;
  border-bottom: 3px solid var(--main_color_dark_pink);
  cursor: pointer;
  font-weight: 700 !important;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.ul_list {
  overflow: hidden;
  padding: 0 !important;
  border-bottom: 1px solid #000000;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  flex-direction: row;
  align-content: flex-end;
  align-items: stretch;
}
html[lang=en-US] .ul_list .slick-next {
  transform: rotate(180deg);
}

html[lang=en-US] body:not(.page-template-template-iserd_hp) .tab_panel {
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.tab_panel {
  text-align: center;
  border-radius: 4px 4px 0px 0px;
  width: fit-content;
  padding: 10px 0px 8px 0px;
}
.tab_panel .subject_li {
  padding: 14px 40px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .tab_panel .subject_li {
    padding: 14px 30px;
  }
}
.tab_panel .tab_panel {
  white-space: pre-wrap;
  font-size: 18px;
  font-weight: 500;
  color: #221d5e;
  text-decoration: none;
  padding-bottom: 4px;
  padding-top: 10px;
  width: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.banner_video {
  margin-top: 120px;
  position: relative;
  height: 960px;
}
@media (max-width: 991px) {
  .banner_video {
    margin-top: 80px;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .banner_video {
    height: fit-content !important;
  }
}
.banner_video .video_floor {
  position: absolute;
  top: 0;
  height: 960px;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .banner_video .video_floor {
    max-height: 100%;
  }
}
.banner_video .video_floor:after {
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0.62;
  background-image: linear-gradient(to bottom, var(--main_color_blue), var(--main_color_blue));
  z-index: -1;
}
.banner_video .video_floor video {
  object-fit: cover;
  height: 960px;
  width: 100%;
  position: absolute;
}
@media (max-width: 1365px) {
  .banner_video .video_floor video {
    width: auto !important;
  }
}
html[lang=en-US] .banner_video .video_floor video {
  transform: scaleX(-1);
}
.banner_video .banner_video_content {
  display: flex;
  margin: auto;
  height: 100%;
  padding-top: 173px;
}
@media (max-width: 991px) {
  .banner_video .banner_video_content {
    padding: 0px 25px !important;
    flex-direction: column-reverse;
  }
  html:not([lang=en-US]) .banner_video .banner_video_content {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  body.home:not(.page-template-template-home-english):not(.page-template-template-home-english-new) .div_button_route, body.page-template-template-portal .div_button_route {
    margin-top: 5%;
  }
}
@media (min-width: 767px) {
  body.home:not(.page-template-template-home-english):not(.page-template-template-home-english-new) .div_button_route, body.page-template-template-portal .div_button_route {
    position: absolute;
    width: -webkit-fill-available;
    margin: auto;
    left: 0;
    bottom: 24px;
  }
}
body.home:not(.page-template-template-home-english):not(.page-template-template-home-english-new) .border-thing .text_contain, body.page-template-template-portal .border-thing .text_contain {
  display: list-item;
  padding: 20px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.home:not(.page-template-template-home-english):not(.page-template-template-home-english-new) .border-thing .text_contain, body.page-template-template-portal .border-thing .text_contain {
    padding: 20px 10px !important;
  }
}
@media (max-width: 767px) {
  body.home:not(.page-template-template-home-english):not(.page-template-template-home-english-new) .border-thing .text_contain, body.page-template-template-portal .border-thing .text_contain {
    padding: 10px 15px !important;
  }
}
body.home:not(.page-template-template-home-english):not(.page-template-template-home-english-new) .border-thing .text_contain .content, body.page-template-template-portal .border-thing .text_contain .content {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: right;
}
body.home:not(.page-template-template-home-english):not(.page-template-template-home-english-new) .border-thing:hover, body.page-template-template-portal .border-thing:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}
body.home:not(.page-template-template-home-english):not(.page-template-template-home-english-new) .first_new_thing .text_contain, body.page-template-template-portal .first_new_thing .text_contain {
  padding: 44px !important;
}
@media (max-width: 1399px) {
  body.home:not(.page-template-template-home-english):not(.page-template-template-home-english-new) .first_new_thing .text_contain, body.page-template-template-portal .first_new_thing .text_contain {
    padding: 22px !important;
  }
}
@media (max-width: 767px) {
  body.home:not(.page-template-template-home-english):not(.page-template-template-home-english-new) .first_new_thing .text_contain, body.page-template-template-portal .first_new_thing .text_contain {
    padding: 12px !important;
  }
}
body.home:not(.page-template-template-home-english):not(.page-template-template-home-english-new) .first_new_thing .text_contain .content .title_new, body.page-template-template-portal .first_new_thing .text_contain .content .title_new {
  margin: 30px 0 !important;
  line-height: 32px !important;
  -webkit-line-clamp: 1 !important;
}

@media screen and (max-width: 1175px) {
  body.home .kol_kore_floor, body.page-template-template-portal .kol_kore_floor, .page-template-template-home-english-new-php .kol_kore_floor {
    width: 90% !important;
  }
}
@media (min-width: 991px) and (max-width: 1150px) {
  body.home .banner_marketing:before, body.page-template-template-portal .banner_marketing:before, .page-template-template-home-english-new-php .banner_marketing:before {
    right: 2%;
  }
  body.home .width-event, body.home .all_new, body.page-template-template-portal .width-event, body.page-template-template-portal .all_new, .page-template-template-home-english-new-php .width-event, .page-template-template-home-english-new-php .all_new {
    width: 982px;
  }
}
@media (min-width: 1150px) {
  html[lang=he-IL] body.home .events, html[lang=he-IL] body.page-template-template-portal .events, html[lang=he-IL] .page-template-template-home-english-new-php .events {
    max-width: 1134px !important;
    padding: 0 !important;
  }
  body.home .width-event, body.page-template-template-portal .width-event, .page-template-template-home-english-new-php .width-event {
    width: 1134px !important;
  }
}
@media (min-width: 991px) {
  body.home .first_new_thing .border-thing .image_thing_new, body.page-template-template-portal .first_new_thing .border-thing .image_thing_new, .page-template-template-home-english-new-php .first_new_thing .border-thing .image_thing_new {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 318px !important;
    min-width: 318px !important;
  }
  body.home .contact_area, body.page-template-template-portal .contact_area, .page-template-template-home-english-new-php .contact_area {
    margin-top: 25px;
    margin-bottom: 10%;
  }
  body.home .all_company, body.page-template-template-portal .all_company, .page-template-template-home-english-new-php .all_company {
    width: 890px;
  }
  body.home .arrow-container, body.page-template-template-portal .arrow-container, .page-template-template-home-english-new-php .arrow-container {
    display: none;
  }
  body.home .width-event, body.page-template-template-portal .width-event, .page-template-template-home-english-new-php .width-event {
    margin: auto;
  }
}
body.home .icon-circle, body.page-template-template-portal .icon-circle, .page-template-template-home-english-new-php .icon-circle {
  width: 5px;
  display: inline-block;
  height: 6px;
  background-color: var(--main_color_gray);
  border-radius: 50%;
  margin: 2px;
}
body.home .divisions_floor_item, body.page-template-template-portal .divisions_floor_item, .page-template-template-home-english-new-php .divisions_floor_item {
  display: flex;
  place-content: center;
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
  flex-wrap: wrap;
}
body.home .ul_list, body.page-template-template-portal .ul_list, .page-template-template-home-english-new-php .ul_list {
  flex-wrap: nowrap;
  overflow: hidden;
  width: 100%;
  align-items: center;
  display: flex;
}
@media (min-width: 992px) {
  body.home .ul_list, body.page-template-template-portal .ul_list, .page-template-template-home-english-new-php .ul_list {
    white-space: nowrap;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  body.home .image-level, body.page-template-template-portal .image-level, .page-template-template-home-english-new-php .image-level {
    right: 20% !important;
    background-size: 64px !important;
  }
  body.home .icon-bullet, body.page-template-template-portal .icon-bullet, .page-template-template-home-english-new-php .icon-bullet {
    top: -23px !important;
    left: 20% !important;
    font-size: 50px !important;
  }
}
@media (max-width: 991px) {
  body.home .subject_li .tab_panel, body.page-template-template-portal .subject_li .tab_panel, .page-template-template-home-english-new-php .subject_li .tab_panel {
    text-align: center;
    display: block;
  }
  body.home .opening_sentence, body.page-template-template-portal .opening_sentence, .page-template-template-home-english-new-php .opening_sentence {
    margin: auto !important;
  }
  body.home .width-event, body.page-template-template-portal .width-event, .page-template-template-home-english-new-php .width-event {
    overflow: hidden;
    margin: auto !important;
    width: 95% !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap !important;
  }
  body.home .what_we_do_all_item .what_we_do_item .what_we_do_content_item, body.page-template-template-portal .what_we_do_all_item .what_we_do_item .what_we_do_content_item, .page-template-template-home-english-new-php .what_we_do_all_item .what_we_do_item .what_we_do_content_item {
    height: auto;
  }
  body.home .all_new .title_event, body.page-template-template-portal .all_new .title_event, .page-template-template-home-english-new-php .all_new .title_event {
    margin-bottom: 46px !important;
  }
  body.home .newsletter, body.page-template-template-portal .newsletter, .page-template-template-home-english-new-php .newsletter {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  body.home .contact_area .all_item_contact, body.page-template-template-portal .contact_area .all_item_contact, .page-template-template-home-english-new-php .contact_area .all_item_contact {
    display: block !important;
  }
  body.home .contact_area .all_item_contact .item_contact, body.home .contact_area .all_item_contact .personal_area_support, body.page-template-template-portal .contact_area .all_item_contact .item_contact, body.page-template-template-portal .contact_area .all_item_contact .personal_area_support, .page-template-template-home-english-new-php .contact_area .all_item_contact .item_contact, .page-template-template-home-english-new-php .contact_area .all_item_contact .personal_area_support {
    padding-bottom: 0;
    text-align: center;
    width: 144px;
    margin-bottom: 42px !important;
    margin: auto;
  }
  body.home .contact_area .all_item_contact .personal_area_support, body.page-template-template-portal .contact_area .all_item_contact .personal_area_support, .page-template-template-home-english-new-php .contact_area .all_item_contact .personal_area_support {
    width: 100% !important;
  }
  body.home .contact_area .contact_title, body.page-template-template-portal .contact_area .contact_title, .page-template-template-home-english-new-php .contact_area .contact_title {
    width: 162px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 68px;
    padding: 0;
  }
  body.home .divisions_floor_title, body.page-template-template-portal .divisions_floor_title, .page-template-template-home-english-new-php .divisions_floor_title {
    margin: auto;
    margin-bottom: 41px;
  }
  body.home .divisions_floor, body.page-template-template-portal .divisions_floor, .page-template-template-home-english-new-php .divisions_floor {
    padding-bottom: 0px !important;
    height: 90% !important;
    background-size: 95% auto !important;
    background-position-x: center;
  }
  body.home .divisions_floor .divisions_floor_content, body.page-template-template-portal .divisions_floor .divisions_floor_content, .page-template-template-home-english-new-php .divisions_floor .divisions_floor_content {
    margin-bottom: 35px !important;
  }
  body.home .divisions_floor .divisions_floor_container .divisions_floor_item, body.page-template-template-portal .divisions_floor .divisions_floor_container .divisions_floor_item, .page-template-template-home-english-new-php .divisions_floor .divisions_floor_container .divisions_floor_item {
    display: flex;
    flex-wrap: wrap;
  }
  html[lang=en-US] body.home .divisions_floor .divisions_floor_container .divisions_floor_item .divisions_floor_each_item:nth-child(2n+2), html[lang=en-US] body.page-template-template-portal .divisions_floor .divisions_floor_container .divisions_floor_item .divisions_floor_each_item:nth-child(2n+2), html[lang=en-US] .page-template-template-home-english-new-php .divisions_floor .divisions_floor_container .divisions_floor_item .divisions_floor_each_item:nth-child(2n+2) {
    margin: 0 0 9px 9px !important;
  }
  html[lang=he-IL] body.home .divisions_floor .divisions_floor_container .divisions_floor_item .divisions_floor_each_item:nth-child(2n+2), html[lang=he-IL] body.page-template-template-portal .divisions_floor .divisions_floor_container .divisions_floor_item .divisions_floor_each_item:nth-child(2n+2), html[lang=he-IL] .page-template-template-home-english-new-php .divisions_floor .divisions_floor_container .divisions_floor_item .divisions_floor_each_item:nth-child(2n+2) {
    margin: 0 9px 9px 0 !important;
  }
  body.home .divisions_floor .divisions_floor_container .divisions_floor_item .divisions_floor_each_item .divisions_floor_link .divisions_floor_item_title, body.page-template-template-portal .divisions_floor .divisions_floor_container .divisions_floor_item .divisions_floor_each_item .divisions_floor_link .divisions_floor_item_title, .page-template-template-home-english-new-php .divisions_floor .divisions_floor_container .divisions_floor_item .divisions_floor_each_item .divisions_floor_link .divisions_floor_item_title {
    font-size: 18px !important;
    margin-top: 10px !important;
    margin-bottom: 7px !important;
    text-overflow: ellipsis !important;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  body.home .divisions_floor .divisions_floor_container .divisions_floor_item .divisions_floor_each_item .divisions_floor_link .divisions_floor_item_title, body.page-template-template-portal .divisions_floor .divisions_floor_container .divisions_floor_item .divisions_floor_each_item .divisions_floor_link .divisions_floor_item_title, .page-template-template-home-english-new-php .divisions_floor .divisions_floor_container .divisions_floor_item .divisions_floor_each_item .divisions_floor_link .divisions_floor_item_title {
    white-space: normal;
  }
}
@media (max-width: 991px) {
  body.home .header-bunner-titles :nth-child(1), body.page-template-template-portal .header-bunner-titles :nth-child(1), .page-template-template-home-english-new-php .header-bunner-titles :nth-child(1) {
    text-align: center !important;
    width: 229px;
    font-size: 30px;
    margin: 0 auto 9px !important;
    display: block;
  }
  body.home .what_we_do_item .what_we_do_link:not(:last-child), body.page-template-template-portal .what_we_do_item .what_we_do_link:not(:last-child), .page-template-template-home-english-new-php .what_we_do_item .what_we_do_link:not(:last-child) {
    margin-bottom: 53px;
  }
  body.home .header-bunner-titles :nth-child(2), body.page-template-template-portal .header-bunner-titles :nth-child(2), .page-template-template-home-english-new-php .header-bunner-titles :nth-child(2) {
    text-align: center;
    width: 100%;
    margin-bottom: 28px;
  }
  body.home .kol_kore_floor, body.home .all_events, body.page-template-template-portal .kol_kore_floor, body.page-template-template-portal .all_events, .page-template-template-home-english-new-php .kol_kore_floor, .page-template-template-home-english-new-php .all_events {
    display: block !important;
  }
  body.home .kol_kore_floor .sub_title, body.home .all_events .sub_title, body.page-template-template-portal .kol_kore_floor .sub_title, body.page-template-template-portal .all_events .sub_title, .page-template-template-home-english-new-php .kol_kore_floor .sub_title, .page-template-template-home-english-new-php .all_events .sub_title {
    line-height: 30.8px !important;
  }
  body.home #site_main .page_content, body.page-template-template-portal #site_main .page_content, .page-template-template-home-english-new-php #site_main .page_content {
    margin-left: 0px !important;
    padding: 0px !important;
    margin-right: 0px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100% !important;
  }
}
body.home .sub_title_one, body.page-template-template-portal .sub_title_one, .page-template-template-home-english-new-php .sub_title_one {
  color: #000095;
  padding-left: 1%;
}
body.home .sub_title_two, body.page-template-template-portal .sub_title_two, .page-template-template-home-english-new-php .sub_title_two {
  color: var(--main_color_gray);
  margin-bottom: 0;
}
body.home .new-things, body.page-template-template-portal .new-things, .page-template-template-home-english-new-php .new-things {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  body.home .sub_title_new_things, body.page-template-template-portal .sub_title_new_things, .page-template-template-home-english-new-php .sub_title_new_things {
    display: block;
  }
}
body.home .sub_title_new_things, body.page-template-template-portal .sub_title_new_things, .page-template-template-home-english-new-php .sub_title_new_things {
  margin-bottom: 0px !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-align: right;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
body.home .border-thing, body.page-template-template-portal .border-thing, .page-template-template-home-english-new-php .border-thing {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
@media (min-width: 991px) {
  body.home .border-thing, body.page-template-template-portal .border-thing, .page-template-template-home-english-new-php .border-thing {
    display: flex;
  }
}
body.home .border-thing a, body.page-template-template-portal .border-thing a, .page-template-template-home-english-new-php .border-thing a {
  color: #000000;
}
@media (min-width: 1199px) {
  body.home .border-thing .text_contain, body.page-template-template-portal .border-thing .text_contain, .page-template-template-home-english-new-php .border-thing .text_contain {
    height: 100%;
  }
}
body.home .border-thing .text_contain, body.page-template-template-portal .border-thing .text_contain, .page-template-template-home-english-new-php .border-thing .text_contain {
  overflow: hidden;
}
body.home .border-thing .text_contain .content .summary, body.home .border-thing .text_contain .content p, body.page-template-template-portal .border-thing .text_contain .content .summary, body.page-template-template-portal .border-thing .text_contain .content p, .page-template-template-home-english-new-php .border-thing .text_contain .content .summary, .page-template-template-home-english-new-php .border-thing .text_contain .content p {
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
body.home .border-thing .text_contain .content, body.page-template-template-portal .border-thing .text_contain .content, .page-template-template-home-english-new-php .border-thing .text_contain .content {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: right;
}
body.home .border-thing .text_contain .content .title_new, body.page-template-template-portal .border-thing .text_contain .content .title_new, .page-template-template-home-english-new-php .border-thing .text_contain .content .title_new {
  margin: 8px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: right;
  -webkit-line-clamp: 2;
}
body.home .border-thing:hover, body.page-template-template-portal .border-thing:hover, .page-template-template-home-english-new-php .border-thing:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}
body.home .link_new, body.page-template-template-portal .link_new, .page-template-template-home-english-new-php .link_new {
  margin-bottom: 30px;
  color: #000000;
}
body.home .new-things .image_thing_new, body.page-template-template-portal .new-things .image_thing_new, .page-template-template-home-english-new-php .new-things .image_thing_new {
  width: 154px;
  min-width: 154px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
@media (max-width: 991px) {
  body.home .new-things .image_thing_new, body.page-template-template-portal .new-things .image_thing_new, .page-template-template-home-english-new-php .new-things .image_thing_new {
    width: 100%;
    min-width: 118px;
  }
}
@media (max-width: 990px) {
  body.home .new-things .image_thing_new, body.page-template-template-portal .new-things .image_thing_new, .page-template-template-home-english-new-php .new-things .image_thing_new {
    height: 118px;
    border-radius: 10px 10px 0px 0px !important;
  }
}
html[lang=he-IL] body.home .new-things .image_thing_new, html[lang=he-IL] body.page-template-template-portal .new-things .image_thing_new, html[lang=he-IL] .page-template-template-home-english-new-php .new-things .image_thing_new {
  border-radius: 0px 10px 10px 0px;
}
html[lang=en-US] body.home .new-things .image_thing_new, html[lang=en-US] body.page-template-template-portal .new-things .image_thing_new, html[lang=en-US] .page-template-template-home-english-new-php .new-things .image_thing_new {
  border-radius: 10px 0px 0px 10px;
}
body.home .content_new_thing, body.page-template-template-portal .content_new_thing, .page-template-template-home-english-new-php .content_new_thing {
  padding-right: 25px !important;
}
body.home .wrap_tabs_contents, body.page-template-template-portal .wrap_tabs_contents, .page-template-template-home-english-new-php .wrap_tabs_contents {
  overflow: hidden;
}
body.home .all_new_things div a:hover, body.home .wrap_tabs_contents div a:hover, body.page-template-template-portal .all_new_things div a:hover, body.page-template-template-portal .wrap_tabs_contents div a:hover, .page-template-template-home-english-new-php .all_new_things div a:hover, .page-template-template-home-english-new-php .wrap_tabs_contents div a:hover {
  color: var(--main_color_dark_blue) !important;
}
body.home .single_company, body.page-template-template-portal .single_company, .page-template-template-home-english-new-php .single_company {
  margin-bottom: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 178px;
  height: 94px;
}
body.home .all_company, body.page-template-template-portal .all_company, .page-template-template-home-english-new-php .all_company {
  margin: auto;
  align-items: center;
  justify-content: center;
  align-content: center;
}
body.home .wrap_tabs_contents, body.page-template-template-portal .wrap_tabs_contents, .page-template-template-home-english-new-php .wrap_tabs_contents {
  width: 100%;
}
body.home .wrap_tabs_contents .active, body.page-template-template-portal .wrap_tabs_contents .active, .page-template-template-home-english-new-php .wrap_tabs_contents .active {
  width: 100%;
  margin: 0;
  display: flex;
}
body.home .wrap_tabs_contents .opening_sentence, body.page-template-template-portal .wrap_tabs_contents .opening_sentence, .page-template-template-home-english-new-php .wrap_tabs_contents .opening_sentence {
  font-size: 16px;
  font-weight: 400;
  min-height: 24px;
}
body.home .divisions_floor_title, body.page-template-template-portal .divisions_floor_title, .page-template-template-home-english-new-php .divisions_floor_title {
  font-weight: 700;
  line-height: 100%;
  margin-top: 0px !important;
  margin-bottom: 30px;
  text-align: center;
}
body.home .supported_companies, body.page-template-template-portal .supported_companies, .page-template-template-home-english-new-php .supported_companies {
  width: inherit;
  background-image: linear-gradient(73deg, #01a2e2 -3%, #71a974 103%);
  color: white;
  padding: 62px 0 50px;
  position: inherit;
}
body.home .title_event, body.home .title_example, body.page-template-template-portal .title_event, body.page-template-template-portal .title_example, .page-template-template-home-english-new-php .title_event, .page-template-template-home-english-new-php .title_example {
  font-weight: 700;
  line-height: 100%;
  color: var(--main_color);
  text-align: center;
}
body.home .banner_video_content_texts, body.page-template-template-portal .banner_video_content_texts, .page-template-template-home-english-new-php .banner_video_content_texts {
  position: relative;
}
@media (max-width: 991px) {
  body.home .banner_video_content_texts, body.page-template-template-portal .banner_video_content_texts, .page-template-template-home-english-new-php .banner_video_content_texts {
    display: block;
    padding-top: 18px;
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}
body.home .sub_title, body.page-template-template-portal .sub_title, .page-template-template-home-english-new-php .sub_title {
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 767px) {
  body.home .header-bunner-titles, body.page-template-template-portal .header-bunner-titles, .page-template-template-home-english-new-php .header-bunner-titles {
    width: 70%;
  }
}
body.home .header-bunner-titles, body.page-template-template-portal .header-bunner-titles, .page-template-template-home-english-new-php .header-bunner-titles {
  animation: 1.5s ease-in-out forwards titles-animation;
  color: #ffffff;
  font-size: 28px;
}
@media (max-width: 767px) {
  body.home .header-bunner-titles, body.page-template-template-portal .header-bunner-titles, .page-template-template-home-english-new-php .header-bunner-titles {
    margin-top: 85px;
  }
}
@media (min-width: 992px) {
  body.home .header-bunner-titles h1:first-child, body.home .header-bunner-titles h2:first-child, body.home .header-bunner-titles h3:first-child, body.home .header-bunner-titles h4:first-child, body.home .header-bunner-titles h5:first-child, body.home .header-bunner-titles h6:first-child, body.home .header-bunner-titles p:first-child, body.page-template-template-portal .header-bunner-titles h1:first-child, body.page-template-template-portal .header-bunner-titles h2:first-child, body.page-template-template-portal .header-bunner-titles h3:first-child, body.page-template-template-portal .header-bunner-titles h4:first-child, body.page-template-template-portal .header-bunner-titles h5:first-child, body.page-template-template-portal .header-bunner-titles h6:first-child, body.page-template-template-portal .header-bunner-titles p:first-child, .page-template-template-home-english-new-php .header-bunner-titles h1:first-child, .page-template-template-home-english-new-php .header-bunner-titles h2:first-child, .page-template-template-home-english-new-php .header-bunner-titles h3:first-child, .page-template-template-home-english-new-php .header-bunner-titles h4:first-child, .page-template-template-home-english-new-php .header-bunner-titles h5:first-child, .page-template-template-home-english-new-php .header-bunner-titles h6:first-child, .page-template-template-home-english-new-php .header-bunner-titles p:first-child {
    text-align: right !important;
    font-size: 28px;
    font-weight: 400;
  }
  body.home .header-bunner-titles h1:nth-child(2), body.home .header-bunner-titles h2:nth-child(2), body.home .header-bunner-titles h3:nth-child(2), body.home .header-bunner-titles h4:nth-child(2), body.home .header-bunner-titles h5:nth-child(2), body.home .header-bunner-titles h6:nth-child(2), body.home .header-bunner-titles p:nth-child(2), body.page-template-template-portal .header-bunner-titles h1:nth-child(2), body.page-template-template-portal .header-bunner-titles h2:nth-child(2), body.page-template-template-portal .header-bunner-titles h3:nth-child(2), body.page-template-template-portal .header-bunner-titles h4:nth-child(2), body.page-template-template-portal .header-bunner-titles h5:nth-child(2), body.page-template-template-portal .header-bunner-titles h6:nth-child(2), body.page-template-template-portal .header-bunner-titles p:nth-child(2), .page-template-template-home-english-new-php .header-bunner-titles h1:nth-child(2), .page-template-template-home-english-new-php .header-bunner-titles h2:nth-child(2), .page-template-template-home-english-new-php .header-bunner-titles h3:nth-child(2), .page-template-template-home-english-new-php .header-bunner-titles h4:nth-child(2), .page-template-template-home-english-new-php .header-bunner-titles h5:nth-child(2), .page-template-template-home-english-new-php .header-bunner-titles h6:nth-child(2), .page-template-template-home-english-new-php .header-bunner-titles p:nth-child(2) {
    text-align: right !important;
    font-size: 76px;
    margin-top: 0;
    line-height: 115%;
    font-weight: 500;
  }
}
body.home .first_new_thing .border-thing, body.page-template-template-portal .first_new_thing .border-thing, .page-template-template-home-english-new-php .first_new_thing .border-thing {
  height: 406px;
}
@media (max-width: 991px) {
  body.home .first_new_thing .border-thing, body.page-template-template-portal .first_new_thing .border-thing, .page-template-template-home-english-new-php .first_new_thing .border-thing {
    height: auto;
  }
}
@media (max-width: 767px) {
  body.home .first_new_thing .border-thing .text_contain .content .title_new, body.page-template-template-portal .first_new_thing .border-thing .text_contain .content .title_new, .page-template-template-home-english-new-php .first_new_thing .border-thing .text_contain .content .title_new {
    font-size: 20px !important;
    -webkit-line-clamp: 2 !important;
  }
  body.home .first_new_thing .border-thing .text_contain .content .post_card_content .summary p, body.page-template-template-portal .first_new_thing .border-thing .text_contain .content .post_card_content .summary p, .page-template-template-home-english-new-php .first_new_thing .border-thing .text_contain .content .post_card_content .summary p {
    -webkit-line-clamp: 6;
  }
}
body.home .first_new_thing .text_contain .content, body.page-template-template-portal .first_new_thing .text_contain .content, .page-template-template-home-english-new-php .first_new_thing .text_contain .content {
  line-height: 52px;
}
@media (min-width: 768px) {
  body.home .first_new_thing .text_contain .content p, body.page-template-template-portal .first_new_thing .text_contain .content p, .page-template-template-home-english-new-php .first_new_thing .text_contain .content p {
    -webkit-line-clamp: 7;
  }
}
@media (max-width: 767px) {
  body.home .first_new_thing .text_contain .content p, body.page-template-template-portal .first_new_thing .text_contain .content p, .page-template-template-home-english-new-php .first_new_thing .text_contain .content p {
    -webkit-line-clamp: 3;
  }
}
body.home .page_content, body.page-template-template-portal .page_content, .page-template-template-home-english-new-php .page_content {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
body.home .page_content a, body.page-template-template-portal .page_content a, .page-template-template-home-english-new-php .page_content a {
  color: #000000;
  font-weight: normal;
}
body.home .what_we_do_icon, body.page-template-template-portal .what_we_do_icon, .page-template-template-home-english-new-php .what_we_do_icon {
  color: #000000;
  font-weight: 700;
  line-height: 28px;
  font-size: 18px;
  border-bottom: 1px solid #000000;
  text-align: right;
  margin-top: 5px;
  padding: 3px;
  position: absolute;
  bottom: 30px;
}
html[lang=en-US] body.home .what_we_do_icon, html[lang=en-US] body.page-template-template-portal .what_we_do_icon, html[lang=en-US] .page-template-template-home-english-new-php .what_we_do_icon {
  display: inline-block;
}
body.home .wrap_kol_kore_floor, body.page-template-template-portal .wrap_kol_kore_floor, .page-template-template-home-english-new-php .wrap_kol_kore_floor {
  background: var(--dark_white_winners);
}
body.home .divisions_floor, body.home .back_what_new, body.page-template-template-portal .divisions_floor, body.page-template-template-portal .back_what_new, .page-template-template-home-english-new-php .divisions_floor, .page-template-template-home-english-new-php .back_what_new {
  background: var(--dark_white_winners);
}
body.home .divisions_floor .divisions_floor_content, body.home .back_what_new .divisions_floor_content, body.page-template-template-portal .divisions_floor .divisions_floor_content, body.page-template-template-portal .back_what_new .divisions_floor_content, .page-template-template-home-english-new-php .divisions_floor .divisions_floor_content, .page-template-template-home-english-new-php .back_what_new .divisions_floor_content {
  margin-bottom: 49px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}
body.home .divisions_floor .divisions_floor_container, body.home .back_what_new .divisions_floor_container, body.page-template-template-portal .divisions_floor .divisions_floor_container, body.page-template-template-portal .back_what_new .divisions_floor_container, .page-template-template-home-english-new-php .divisions_floor .divisions_floor_container, .page-template-template-home-english-new-php .back_what_new .divisions_floor_container {
  max-width: 952px !important;
  margin: auto;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: calc(55px - 2%);
  display: flex;
}
body.home .divisions_floor .divisions_floor_container .divisions_floor_each_item, body.home .back_what_new .divisions_floor_container .divisions_floor_each_item, body.page-template-template-portal .divisions_floor .divisions_floor_container .divisions_floor_each_item, body.page-template-template-portal .back_what_new .divisions_floor_container .divisions_floor_each_item, .page-template-template-home-english-new-php .divisions_floor .divisions_floor_container .divisions_floor_each_item, .page-template-template-home-english-new-php .back_what_new .divisions_floor_container .divisions_floor_each_item {
  border-radius: 12px;
  position: relative;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  background-color: var(--cubes_bg_color);
  border: 1px solid var(--cubes_bg_color);
  text-align: center;
  height: 355px;
  width: 100%;
}
@media (max-width: 767px) {
  body.home .divisions_floor .divisions_floor_container .divisions_floor_each_item, body.home .back_what_new .divisions_floor_container .divisions_floor_each_item, body.page-template-template-portal .divisions_floor .divisions_floor_container .divisions_floor_each_item, body.page-template-template-portal .back_what_new .divisions_floor_container .divisions_floor_each_item, .page-template-template-home-english-new-php .divisions_floor .divisions_floor_container .divisions_floor_each_item, .page-template-template-home-english-new-php .back_what_new .divisions_floor_container .divisions_floor_each_item {
    height: auto;
  }
}
body.home .divisions_floor .divisions_floor_container .divisions_floor_each_item .divisions_floor_link, body.home .back_what_new .divisions_floor_container .divisions_floor_each_item .divisions_floor_link, body.page-template-template-portal .divisions_floor .divisions_floor_container .divisions_floor_each_item .divisions_floor_link, body.page-template-template-portal .back_what_new .divisions_floor_container .divisions_floor_each_item .divisions_floor_link, .page-template-template-home-english-new-php .divisions_floor .divisions_floor_container .divisions_floor_each_item .divisions_floor_link, .page-template-template-home-english-new-php .back_what_new .divisions_floor_container .divisions_floor_each_item .divisions_floor_link {
  position: relative;
  height: 100%;
  display: block;
  padding: 24px 33px;
}
body.home .divisions_floor .divisions_floor_container .divisions_floor_each_item .divisions_floor_icon, body.home .back_what_new .divisions_floor_container .divisions_floor_each_item .divisions_floor_icon, body.page-template-template-portal .divisions_floor .divisions_floor_container .divisions_floor_each_item .divisions_floor_icon, body.page-template-template-portal .back_what_new .divisions_floor_container .divisions_floor_each_item .divisions_floor_icon, .page-template-template-home-english-new-php .divisions_floor .divisions_floor_container .divisions_floor_each_item .divisions_floor_icon, .page-template-template-home-english-new-php .back_what_new .divisions_floor_container .divisions_floor_each_item .divisions_floor_icon {
  font-size: 90px;
  height: 90px;
  width: 90px;
  display: flex;
  margin: auto !important;
  justify-content: center;
  align-items: center;
}
body.home .divisions_floor .divisions_floor_container .divisions_floor_each_item .divisions_floor_item_title, body.home .back_what_new .divisions_floor_container .divisions_floor_each_item .divisions_floor_item_title, body.page-template-template-portal .divisions_floor .divisions_floor_container .divisions_floor_each_item .divisions_floor_item_title, body.page-template-template-portal .back_what_new .divisions_floor_container .divisions_floor_each_item .divisions_floor_item_title, .page-template-template-home-english-new-php .divisions_floor .divisions_floor_container .divisions_floor_each_item .divisions_floor_item_title, .page-template-template-home-english-new-php .back_what_new .divisions_floor_container .divisions_floor_each_item .divisions_floor_item_title {
  color: var(--drop_down_color_txt);
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
body.home .divisions_floor .divisions_floor_container .divisions_floor_each_item .divisions_floor_item_content, body.home .back_what_new .divisions_floor_container .divisions_floor_each_item .divisions_floor_item_content, body.page-template-template-portal .divisions_floor .divisions_floor_container .divisions_floor_each_item .divisions_floor_item_content, body.page-template-template-portal .back_what_new .divisions_floor_container .divisions_floor_each_item .divisions_floor_item_content, .page-template-template-home-english-new-php .divisions_floor .divisions_floor_container .divisions_floor_each_item .divisions_floor_item_content, .page-template-template-home-english-new-php .back_what_new .divisions_floor_container .divisions_floor_each_item .divisions_floor_item_content {
  color: var(--drop_down_color_txt);
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  min-height: 62px;
  margin: 0;
}
@media (min-width: 767px) {
  body.home .divisions_floor .divisions_floor_container .divisions_floor_each_item .divisions_floor_item_content, body.home .back_what_new .divisions_floor_container .divisions_floor_each_item .divisions_floor_item_content, body.page-template-template-portal .divisions_floor .divisions_floor_container .divisions_floor_each_item .divisions_floor_item_content, body.page-template-template-portal .back_what_new .divisions_floor_container .divisions_floor_each_item .divisions_floor_item_content, .page-template-template-home-english-new-php .divisions_floor .divisions_floor_container .divisions_floor_each_item .divisions_floor_item_content, .page-template-template-home-english-new-php .back_what_new .divisions_floor_container .divisions_floor_each_item .divisions_floor_item_content {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 991px) {
  body.home .divisions_floor .divisions_floor_container .divisions_floor_each_item .divisions_floor_item_content, body.home .back_what_new .divisions_floor_container .divisions_floor_each_item .divisions_floor_item_content, body.page-template-template-portal .divisions_floor .divisions_floor_container .divisions_floor_each_item .divisions_floor_item_content, body.page-template-template-portal .back_what_new .divisions_floor_container .divisions_floor_each_item .divisions_floor_item_content, .page-template-template-home-english-new-php .divisions_floor .divisions_floor_container .divisions_floor_each_item .divisions_floor_item_content, .page-template-template-home-english-new-php .back_what_new .divisions_floor_container .divisions_floor_each_item .divisions_floor_item_content {
    min-height: 43px;
  }
}
body.home .supported_companies, body.page-template-template-portal .supported_companies, .page-template-template-home-english-new-php .supported_companies {
  background-image: linear-gradient(73deg, #01a2e2 -3%, #71a974 103%);
  width: 100%;
}
body.home .supported_companies .supported_companies_gallery, body.page-template-template-portal .supported_companies .supported_companies_gallery, .page-template-template-home-english-new-php .supported_companies .supported_companies_gallery {
  display: inline-block;
  height: 45px;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.home .text_single, body.page-template-template-portal .text_single, .page-template-template-home-english-new-php .text_single {
  font-size: 18px;
  font-weight: 400;
  word-break: break-word;
  line-height: 28px;
  min-height: 56px;
  padding-top: 7%;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
body.home .titles_event, body.page-template-template-portal .titles_event, .page-template-template-home-english-new-php .titles_event {
  margin-bottom: 50px !important;
}
body.home .title_event, body.page-template-template-portal .title_event, .page-template-template-home-english-new-php .title_event {
  margin-bottom: 50px !important;
}
body.home .titles_kol_kore, body.page-template-template-portal .titles_kol_kore, .page-template-template-home-english-new-php .titles_kol_kore {
  padding: 0px 0 50px 0;
}
body.home .kol_kore_floor, body.page-template-template-portal .kol_kore_floor, .page-template-template-home-english-new-php .kol_kore_floor {
  width: 75.7%;
  margin: auto;
  text-align: right;
}
body.home .kol_kore_floor .tab_panel, body.page-template-template-portal .kol_kore_floor .tab_panel, .page-template-template-home-english-new-php .kol_kore_floor .tab_panel {
  width: 100%;
  height: initial !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  padding: 0;
  color: var(--main_color);
}
body.home .kol_kore_floor .title_kol_kore, body.page-template-template-portal .kol_kore_floor .title_kol_kore, .page-template-template-home-english-new-php .kol_kore_floor .title_kol_kore {
  margin-bottom: 10px !important;
}
body.home .btn_all_kol_kore span, body.page-template-template-portal .btn_all_kol_kore span, .page-template-template-home-english-new-php .btn_all_kol_kore span {
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: pre;
}

.what_we_do_title_item, .article_subject {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.banner_marketing {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: var(--banner_marketing);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .banner_marketing {
    padding: 31px 0;
    height: auto;
  }
}
.banner_marketing:after {
  content: "";
  display: inline-block;
  background-image: url(../assets/icons/Rashut_Logo_Icon_3_optimized.gif);
  width: 377px;
  height: 328px;
  margin-right: 15%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .banner_marketing:after {
    display: none;
  }
}
.banner_marketing[style*="--icon"]:after {
  background-image: var(--icon);
}
.banner_marketing .title_banner_marketing {
  text-align: center;
  color: #ffffff !important;
  margin-bottom: 0;
  position: relative;
  line-height: 1.09;
}
@media (max-width: 991px) {
  .banner_marketing .title_banner_marketing {
    line-height: 1.26;
    width: 272px;
  }
}

.tab_content_panel {
  width: 100%;
  height: auto;
}
.tab_content_panel:not(.active) {
  display: none;
}

.message_no_kol_kore_in_tab {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.46;
  color: #221d5e;
}

.change_dir .summary_event {
  left: 5% !important;
}

.event-single-image {
  position: relative;
  height: 257px;
}
.event-single-image .summary_event {
  position: absolute;
  text-align: center;
  width: 122px;
  vertical-align: top;
  background: var(--linear_tag);
  border-radius: 0px 0px 16px 16px;
  color: #000000;
  height: 148px;
  min-width: 115px;
  left: 16px;
  padding: 0 12px;
  z-index: 111;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.event-single-image .summary_event .text_summary {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-weight: 400;
}
.event-single-image .summary_event .icon_tag {
  font-size: 48px;
  height: 48px;
  display: block;
  background-size: contain;
  background-position: center;
  font-style: normal;
  background-repeat: no-repeat;
}

@keyframes titles-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3em);
    transform: translateY(-3em);
  }
  30% {
    opacity: 0.2;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes button_animation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10em);
    transform: translateX(10em);
  }
  30% {
    -webkit-transform: translateX(-0.25em);
    transform: translateX(-0.25em);
  }
  45% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
  80% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.all_new {
  flex-direction: column;
}

.all_events {
  flex-direction: column;
}
.all_events .event-single-address {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.all_events > .row {
  --bs-gutter-y: 30px;
  --bs-gutter-x: 30px;
}
@media (max-width: 767px) {
  .all_events > .row {
    --bs-gutter-x: 0px;
    gap: 24px 0px;
    padding: 0;
    margin: 0;
    width: 100%;
  }
}

.all_events, .all_new, .all_events_english {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  text-align: right;
}

.title-event.title_new {
  -webkit-line-clamp: 2;
}

.title-event, .title_new {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

#iserd_container .event-single-location-hour, #iserd_container .event-single-address, #iserd_container .sub_title_report, #iserd_container .date_post {
  color: white !important;
}

.what_is_new_floor .slick-prev, .wrap_all_topic .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  width: 32px;
  height: 32px;
  display: flex;
  border: 1px solid #a28d1b;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  left: 0;
}
.what_is_new_floor .slick-prev:after, .wrap_all_topic .slick-prev:after {
  content: "";
  background-image: var(--event_arrow);
  display: inline-block;
  width: 16px;
  height: 16px;
  transform: rotate(0deg);
}
.what_is_new_floor .slick-next, .wrap_all_topic .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  width: 32px;
  height: 32px;
  display: flex;
  border: 1px solid #a28d1b;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  right: 0;
}
.what_is_new_floor .slick-next:after, .wrap_all_topic .slick-next:after {
  content: "";
  background-image: var(--event_arrow);
  display: inline-block;
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
}

.wrap_all_topic .slick-prev, .wrap_all_topic .slick-next {
  z-index: 10;
  background-color: white;
}

.what_is_new_floor {
  background-color: white;
}
.what_is_new_floor .what_is_new_slider {
  padding: 0 42px;
}
@media (max-width: 767px) {
  .what_is_new_floor .what_is_new_slider {
    padding: 0 32px;
  }
}
.what_is_new_floor .slick-track {
  display: flex;
  padding-bottom: 50px;
  padding-top: 4px;
}
@media (max-width: 767px) {
  .what_is_new_floor .slick-track {
    padding-bottom: 20px;
  }
}
.what_is_new_floor ul.slick-dots {
  font-size: 0;
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 0;
}
.what_is_new_floor ul.slick-dots li {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #908EA7;
}
.what_is_new_floor ul.slick-dots li.slick-active {
  background-color: #DCC028;
}
.what_is_new_floor ul.slick-dots li button {
  width: 100%;
  height: 100%;
}
.what_is_new_floor .cube {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.0784313725);
  border-radius: 10px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  line-height: 1.625;
  margin: 0 12px;
}
@media (max-width: 767px) {
  .what_is_new_floor .cube {
    padding: 12px;
  }
}
.what_is_new_floor .cube .title {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 500;
}
.what_is_new_floor .cube .title:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 8px solid #DCC028;
  border-right: 8px solid #DCC028;
  transform: rotate(45deg);
  margin-right: 10px;
}
@media (max-width: 767px) {
  .what_is_new_floor .cube .title {
    font-size: 20px;
  }
}
.what_is_new_floor .cube .separation_line {
  display: block;
  background-color: #DCC028;
  height: 2px;
}
.what_is_new_floor .cube .content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
@media (max-width: 767px) {
  .what_is_new_floor .cube .content {
    font-size: 14px;
  }
}
.what_is_new_floor .cube .content p {
  margin-bottom: 0;
}

.read_more_component a {
  margin-right: 10px;
}
.read_more_component:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 4px solid #231E50;
  border-top: 4px solid #231E50;
  transform: rotate(45deg);
}

.what_we_do_floor {
  width: 100%;
  padding: var(--space_52) 0 var(--space_52);
}
@media (max-width: 767px) {
  .what_we_do_floor {
    border-bottom: 1px solid rgba(201, 201, 201, 0.7098039216);
  }
}
.what_we_do_floor .what_we_do_title {
  font-weight: 700;
  color: var(--color_black_blue);
  margin-bottom: 21px;
}
.what_we_do_floor .what_we_do_content {
  padding: 0px 15%;
  font-size: 22px;
  line-height: 32px;
  color: var(--color_black_blue);
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .what_we_do_floor .what_we_do_content {
    padding: 0;
    margin-bottom: 10px;
  }
}
.what_we_do_floor .what_we_do_all_item {
  --bs-gutter-x: 30px;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  margin: 0 auto;
}
@media (max-width: 991px) {
  .what_we_do_floor .what_we_do_all_item {
    display: block;
  }
}
.what_we_do_floor .what_we_do_all_item .what_we_do_item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .what_we_do_floor .what_we_do_all_item .what_we_do_item {
    margin-bottom: 15px;
  }
}
.what_we_do_floor .what_we_do_all_item .what_we_do_item.col-auto {
  width: 20%;
}
.what_we_do_floor .what_we_do_all_item .what_we_do_item .what_we_do_title_item {
  font-weight: 700;
  line-height: 1.2;
  min-height: 50px;
}
.what_we_do_floor .what_we_do_all_item .what_we_do_item .what_we_do_content_item {
  padding-left: 4.3%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  min-height: 90px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.what_we_do_floor .what_we_do_all_item .what_we_do_item .what_we_do_pic {
  width: 100%;
  border-radius: 12px 12px 0 0;
  height: 228px;
  object-fit: cover;
}
.what_we_do_floor .what_we_do_all_item .what_we_do_item .what_we_do_link .block_text {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  color: var(--color_black_blue);
  width: 100%;
}
.what_we_do_floor.what_we_do_floor_with_images .what_we_do_link {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.0784313725);
  background: #FFFFFF;
  border-radius: 12px;
  height: 443px;
  width: 100%;
}
.what_we_do_floor.what_we_do_floor_with_images .what_we_do_link:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}
.what_we_do_floor.what_we_do_floor_with_images .block_text {
  padding: 24px;
}
.what_we_do_floor.what_we_do_floor_with_icons .what_we_do_item img {
  max-width: 160px;
  max-height: 160px;
}
@media (min-width: 768px) {
  .what_we_do_floor.what_we_do_floor_with_icons .block_text {
    padding: 24px;
  }
}
.what_we_do_floor .icon_arrow {
  color: var(--main_color_dark_pink);
  margin-top: 5px;
  border: 1px solid var(--main_color_dark_pink);
  border-radius: 50%;
  font-weight: normal;
  padding: 7px;
  font-size: 16px;
  display: inline-block;
}
.what_we_do_floor[data-section_size=small].what_we_do_floor_with_images .what_we_do_link {
  height: auto;
}
.what_we_do_floor[data-section_size=small].what_we_do_floor_with_images .block_text {
  padding-top: 20px;
  padding-bottom: 20px;
}
.what_we_do_floor[data-section_size=small] .what_we_do_all_item .what_we_do_item .what_we_do_content_item {
  margin-bottom: 0;
  padding-left: 0;
  min-height: 90px;
}
.what_we_do_floor[data-section_size=small] .what_we_do_all_item .what_we_do_item .what_we_do_pic {
  height: 180px;
}

.css_padding {
  padding: 12px !important;
}

.text-blue {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: #000095;
  text-align: right;
}

.kol_kore_card .card-open-maslul {
  position: relative;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1215686275);
  border-radius: 12px;
  background-color: #ffffff;
  border: 1px solid white;
  padding: 30px 30px 30px 30px;
  text-align: right;
  height: 312px;
  max-height: 312px;
  color: var(--main_color);
}
.kol_kore_card .article_subject {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  overflow-wrap: break-word;
  height: 56px;
  max-height: 56px;
  margin-top: 0;
  margin-bottom: 15px;
}
.kol_kore_card .status-in-card {
  padding: 8px 12px;
  width: fit-content;
  border-radius: 4px;
  background-color: var(--status_card);
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}
.kol_kore_card .divisions_floor_icon-arrow {
  color: #000000;
  font-weight: 700;
  line-height: 28px;
  font-size: 18px;
  border-bottom: 1px solid #000000;
  text-align: right;
  margin-top: 5px;
  padding: 3px;
  position: absolute;
  bottom: 30px;
}
html[lang=en-US] .kol_kore_card .divisions_floor_icon-arrow {
  display: inline-block;
}

.slider_kol_kore_and_programs.slick_dots ul.slick-dots {
  margin-top: 2%;
  list-style-type: none;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.slider_kol_kore_and_programs.slick_dots ul.slick-dots button {
  display: none;
}
.slider_kol_kore_and_programs.slick_dots ul.slick-dots li {
  background: rgba(34, 29, 94, 0.15);
  font-size: 0;
  margin-left: 7px;
  border-radius: 5px;
  border: none;
  width: 8px !important;
  display: inline-block;
  height: 8px;
}
.slider_kol_kore_and_programs.slick_dots ul.slick-dots .slick-active {
  background: #221D5E !important;
}
.slider_kol_kore_and_programs.row {
  margin-bottom: 30px;
}

.circle_toggle_autoplay {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  border: 1px solid;
  border-radius: 50%;
  padding: 0;
  font-size: 14px;
}

.single-rules footer {
  margin-top: 5%;
}
.single-rules .rule_arena {
  display: inline-block;
}
.single-rules .text_download {
  color: var(--color_pink);
}
.single-rules .rule_arena, .single-rules .link_route {
  color: var(--color_pink) !important;
}
.single-rules .title_arena {
  font-weight: 700;
}
.single-rules .article_maslul {
  margin-bottom: 10px;
}
.single-rules .link_route {
  font-weight: 400 !important;
  display: block;
}
.single-rules .all_route {
  padding: 0 0 20px;
}

.title_file {
  margin-bottom: 2%;
  flex: 1;
  vertical-align: sub;
  font-weight: 700;
  padding-left: 20px;
  word-break: break-word;
}
@media (max-width: 767px) {
  .title_file {
    padding-left: 0;
    display: block;
  }
}

.icon_file {
  padding-top: 2px;
  font-size: 35px;
}
@media (max-width: 767px) {
  .icon_file {
    padding-top: 0;
    vertical-align: middle;
  }
}

.title_rule {
  padding: 17px 0 17px;
  margin: 40px 0 20px;
}
@media (max-width: 767px) {
  .title_rule {
    font-size: 1.55em !important;
    margin: 0px 0 20px !important;
  }
}

.post-type-archive-podcast #site_footer, .post-type-archive-video #site_footer {
  margin-top: 5%;
}
@media (max-width: 767px) {
  .post-type-archive-podcast #site_footer, .post-type-archive-video #site_footer {
    margin-top: 15%;
  }
}

.page-template-template-portal #site_footer {
  margin-top: 0;
}

.single-podcast iframe {
  width: 100%;
}
.single-podcast #podcast_container {
  padding-bottom: var(--space_80);
}
.single-podcast .single_post_excerpt {
  margin-bottom: 40px;
}

.post-type-archive-podcast .introductory_floor, .page-template-template-portal .introductory_floor, .post-type-archive-video .introductory_floor {
  font-size: 34px;
}
@media (max-width: 767px) {
  .post-type-archive-podcast .banner_title, .page-template-template-portal .banner_title, .post-type-archive-video .banner_title {
    font-size: 50px !important;
    margin: 10% 0;
    -webkit-line-clamp: 3 !important;
    max-width: 340px;
    padding: 0;
  }
}
.post-type-archive-podcast .podcast_category, .page-template-template-portal .podcast_category, .post-type-archive-video .podcast_category {
  border-radius: 10px;
  height: 135px;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  text-align: right;
  color: #FFFFFF;
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-bottom: 24px;
  background: var(--bck-color);
}
.post-type-archive-podcast .podcast_category .category_block, .page-template-template-portal .podcast_category .category_block, .post-type-archive-video .podcast_category .category_block {
  text-align: center;
}
.post-type-archive-podcast .podcast_category:before, .page-template-template-portal .podcast_category:before, .post-type-archive-video .podcast_category:before {
  content: "";
  background-image: url(../assets/icons/corner_right.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  height: 95px;
  width: 93px;
  margin-bottom: auto;
}
html[lang=en-US] .post-type-archive-podcast .podcast_category:after, html[lang=en-US] .post-type-archive-podcast .podcast_category:before, html[lang=en-US] .page-template-template-portal .podcast_category:after, html[lang=en-US] .page-template-template-portal .podcast_category:before, html[lang=en-US] .post-type-archive-video .podcast_category:after, html[lang=en-US] .post-type-archive-video .podcast_category:before {
  transform: scalex(-1);
}
.post-type-archive-podcast .podcast_category:after, .page-template-template-portal .podcast_category:after, .post-type-archive-video .podcast_category:after {
  content: "";
  background-image: url(../assets/icons/corner_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 37px;
  background-position: left;
  width: 93px;
  margin-top: auto;
}
.post-type-archive-podcast .podcast_category .post-type-archive-podcast .css-lrssn8, .page-template-template-portal .podcast_category .post-type-archive-podcast .css-lrssn8, .post-type-archive-video .podcast_category .post-type-archive-podcast .css-lrssn8 {
  height: 29px !important;
  width: 29px !important;
}
.post-type-archive-podcast .block_title, .page-template-template-portal .block_title, .post-type-archive-video .block_title {
  margin-bottom: 3%;
}
.post-type-archive-podcast .slick-dots, .page-template-template-portal .slick-dots, .post-type-archive-video .slick-dots {
  margin-top: 2%;
  list-style-type: none;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.post-type-archive-podcast .slick-dots button, .page-template-template-portal .slick-dots button, .post-type-archive-video .slick-dots button {
  display: none;
}
.post-type-archive-podcast .slick-dots li, .page-template-template-portal .slick-dots li, .post-type-archive-video .slick-dots li {
  background: rgba(34, 29, 94, 0.15);
  font-size: 0;
  margin-left: 7px;
  border-radius: 5px;
  border: none;
  width: 8px !important;
  display: inline-block;
  height: 8px;
}
.post-type-archive-podcast .slick-dots .slick-active, .page-template-template-portal .slick-dots .slick-active, .post-type-archive-video .slick-dots .slick-active {
  background: #221D5E !important;
}
.post-type-archive-podcast .floor:not(:first-child), .post-type-archive-podcast .category_floor, .page-template-template-portal .floor:not(:first-child), .page-template-template-portal .category_floor, .post-type-archive-video .floor:not(:first-child), .post-type-archive-video .category_floor {
  padding: 136px 0 0 0;
}
.post-type-archive-podcast .text_arrow, .page-template-template-portal .text_arrow, .post-type-archive-video .text_arrow {
  width: 100%;
  flex-direction: row;
  margin-bottom: 48px;
  display: flex;
}
@media (min-width: 767px) {
  .post-type-archive-podcast .text_arrow, .page-template-template-portal .text_arrow, .post-type-archive-video .text_arrow {
    flex-wrap: nowrap !important;
  }
}
.post-type-archive-podcast .text_arrow, .page-template-template-portal .text_arrow, .post-type-archive-video .text_arrow {
  flex-wrap: wrap;
  height: auto;
  font-weight: 500;
  line-height: 40px;
  text-align: right;
  color: #221D5E;
  align-items: center;
}
.post-type-archive-podcast .text_arrow .subject_title, .page-template-template-portal .text_arrow .subject_title, .post-type-archive-video .text_arrow .subject_title {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  padding: 0px 12px;
  width: 30%;
  text-align: right;
  color: var(--main_color);
}
.post-type-archive-podcast .button_paging, .page-template-template-portal .button_paging, .post-type-archive-video .button_paging {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-self: end;
}
.post-type-archive-podcast .button_paging .slick-prev, .page-template-template-portal .button_paging .slick-prev, .post-type-archive-video .button_paging .slick-prev {
  margin-left: 1.5%;
}
.post-type-archive-podcast .breadcrumbs, .page-template-template-portal .breadcrumbs, .post-type-archive-video .breadcrumbs {
  padding: 0px 12px 0px 12px !important;
  margin-top: 20px;
}
.post-type-archive-podcast .banner_title p, .page-template-template-portal .banner_title p, .post-type-archive-video .banner_title p {
  font-size: inherit !important;
  font-weight: inherit !important;
}
@media (max-width: 991px) {
  .post-type-archive-podcast .margin_bottom, .page-template-template-portal .margin_bottom, .post-type-archive-video .margin_bottom {
    margin-bottom: 5%;
  }
}
.post-type-archive-podcast .slick-slide, .page-template-template-portal .slick-slide, .post-type-archive-video .slick-slide {
  padding: 0 12px !important;
}
.post-type-archive-podcast .subject_title_new, .post-type-archive-podcast .subject_title_category, .page-template-template-portal .subject_title_new, .page-template-template-portal .subject_title_category, .post-type-archive-video .subject_title_new, .post-type-archive-video .subject_title_category {
  margin-bottom: 48px;
  font-size: 44px !important;
  font-weight: 700;
}
@media (max-width: 767px) {
  .post-type-archive-podcast .subject_title_new, .post-type-archive-podcast .subject_title_category, .page-template-template-portal .subject_title_new, .page-template-template-portal .subject_title_category, .post-type-archive-video .subject_title_new, .post-type-archive-video .subject_title_category {
    margin-bottom: 24px !important;
  }
}
.post-type-archive-podcast .text_arrow, .post-type-archive-podcast .subject_title_category, .page-template-template-portal .text_arrow, .page-template-template-portal .subject_title_category, .post-type-archive-video .text_arrow, .post-type-archive-video .subject_title_category {
  padding: 0 12px;
}
@media (max-width: 767px) {
  .post-type-archive-podcast svg.css-1u907vd, .page-template-template-portal svg.css-1u907vd, .post-type-archive-video svg.css-1u907vd {
    width: 16px;
    height: 16px;
  }
  .post-type-archive-podcast .new_one, .page-template-template-portal .new_one, .post-type-archive-video .new_one {
    border-radius: 10px;
  }
  .post-type-archive-podcast .podcasts_list .podcast, .page-template-template-portal .podcasts_list .podcast, .post-type-archive-video .podcasts_list .podcast {
    width: auto;
  }
  .post-type-archive-podcast .introductory_floor, .page-template-template-portal .introductory_floor, .post-type-archive-video .introductory_floor {
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 50px 0;
  }
  .post-type-archive-podcast .all_podcast, .page-template-template-portal .all_podcast, .post-type-archive-video .all_podcast {
    padding: 0 !important;
  }
  .post-type-archive-podcast .css-lrssn8, .page-template-template-portal .css-lrssn8, .post-type-archive-video .css-lrssn8 {
    height: 29px !important;
    width: 29px !important;
  }
  .post-type-archive-podcast .post-type-archive-podcast .all_podcast, .page-template-template-portal .post-type-archive-podcast .all_podcast, .post-type-archive-video .post-type-archive-podcast .all_podcast {
    padding: 0 !important;
  }
  .post-type-archive-podcast .post-type-archive-podcast .new_most, .page-template-template-portal .post-type-archive-podcast .new_most, .post-type-archive-video .post-type-archive-podcast .new_most {
    padding-bottom: 20px;
  }
  .post-type-archive-podcast .podcasts_list_arrows, .page-template-template-portal .podcasts_list_arrows, .post-type-archive-video .podcasts_list_arrows {
    height: 32px;
    width: 32px;
    border: 1.5px solid #221D5E;
    border-radius: 50%;
    line-height: 0;
    padding: 6px;
    background-color: inherit;
    position: relative;
  }
  .post-type-archive-podcast .podcasts_list_arrows.slick-prev, .page-template-template-portal .podcasts_list_arrows.slick-prev, .post-type-archive-video .podcasts_list_arrows.slick-prev {
    transform: rotate(0deg);
  }
  .post-type-archive-podcast .icon-arrow-thin, .page-template-template-portal .icon-arrow-thin, .post-type-archive-video .icon-arrow-thin {
    background-image: url("../assets/icons/arrow-thin.svg");
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    width: 8px;
    height: 14px;
    font-size: 0px !important;
    display: inline-block !important;
  }
  html[lang=en-US] .post-type-archive-podcast .arrow-rotate, html[lang=en-US] .page-template-template-portal .arrow-rotate, html[lang=en-US] .post-type-archive-video .arrow-rotate {
    transform: rotate(0deg) !important;
  }
  .post-type-archive-podcast .arrow-rotate, .page-template-template-portal .arrow-rotate, .post-type-archive-video .arrow-rotate {
    transform: rotate(180deg);
  }
  .post-type-archive-podcast .icon-arrow-thin, .post-type-archive-podcast .icon-bullet, .page-template-template-portal .icon-arrow-thin, .page-template-template-portal .icon-bullet, .post-type-archive-video .icon-arrow-thin, .post-type-archive-video .icon-bullet {
    color: #221D5E;
  }
  html[lang=en-US] .post-type-archive-podcast .icon-arrow-thin, html[lang=en-US] .post-type-archive-podcast .icon-bullet, html[lang=en-US] .page-template-template-portal .icon-arrow-thin, html[lang=en-US] .page-template-template-portal .icon-bullet, html[lang=en-US] .post-type-archive-video .icon-arrow-thin, html[lang=en-US] .post-type-archive-video .icon-bullet {
    transform: rotate(180deg);
    display: block;
  }
  .post-type-archive-podcast .text_category_name, .page-template-template-portal .text_category_name, .post-type-archive-video .text_category_name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.post-type-archive-podcast .podcasts_page, .page-template-template-portal .podcasts_page, .post-type-archive-video .podcasts_page {
  margin-top: var(--space_80);
}

@media (max-width: 767px) {
  .page-template-template-portal .first_article .epyt-gallery-allthumbs {
    display: none;
  }
}
.page-template-template-portal .epyt-facade img.epyt-facade-poster {
  border-radius: 11.2886px;
  height: 505.73px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-template-portal .all_new_things {
  --bs-gutter-y: 30px;
  --bs-gutter-x: 30px;
}
.page-template-template-portal .new-things .epyt-gallery-list {
  display: none;
}
.page-template-template-portal .new-things .epyt-gallery {
  max-height: 100%;
}
.page-template-template-portal .new-things .epyt-gallery iframe {
  width: 100%;
  max-height: 100%;
}
.page-template-template-portal .five_video .epyt-gallery iframe, .page-template-template-portal .new-things .epyt-gallery iframe {
  border-radius: 10px;
}
.page-template-template-portal .five_video .epyt-gallery-allthumbs {
  margin-top: 10px;
}
.page-template-template-portal .five_video .epyt-play-img {
  position: absolute;
  top: 76%;
  left: -100%;
  height: 50px;
}
.page-template-template-portal .five_video .epyt-gallery-playhover {
  opacity: 9999 !important;
}
.page-template-template-portal .five_video .epyt-gallery-img-box {
  height: 100px;
  width: 176px;
}
.page-template-template-portal .five_video .epyt-gallery-img {
  border-radius: 10px;
  overflow: visible !important;
}
@media (max-width: 1199px) {
  .page-template-template-portal .five_video .epyt-gallery-list {
    margin-right: 1%;
  }
  .page-template-template-portal .five_video .epyt-gallery-thumb {
    width: 100%;
    padding-right: 0px !important;
  }
}
@media (min-width: 767px) {
  .page-template-template-portal .five_video .epyt-gallery {
    height: 448px;
    margin-top: 3%;
    display: flex;
    align-items: center;
  }
  .page-template-template-portal .five_video .epyt-gallery-list {
    margin-right: 10px;
  }
  .page-template-template-portal .five_video .epyt-facade {
    width: 776px;
  }
  .page-template-template-portal .five_video .epyt-gallery-thumb {
    width: 376px !important;
  }
}
.page-template-template-portal .five_video .epyt-gallery-thumb {
  margin-bottom: 1%;
}
.page-template-template-portal .five_video .epyt-gallery-thumb:first-child {
  padding-top: 0px !important;
}
.page-template-template-portal .five_video .epyt-gallery-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: absolute;
  width: 166px;
  left: 18px;
  top: 13px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #221D5E;
  padding: 0px !important;
}
.page-template-template-portal .five_video .epyt-current-video .epyt-gallery-title {
  color: #DC1F85;
}
.page-template-template-portal .five_video .epyt-facade img.epyt-facade-poster {
  height: 448px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .page-template-template-portal .five_video .epyt-gallery-title {
    width: calc(90% - 150px) !important;
  }
  .page-template-template-portal .five_video .epyt-gallery-img-box {
    width: 150px !important;
  }
}
.page-template-template-portal .list_article .epyt-gallery-allthumbs, .page-template-template-portal .epyt-gallery .epyt-gallery-list:first-child, .page-template-template-portal .new-things .epyt-gallery-allthumbs.epyt-cols-1 {
  display: none;
}
.page-template-template-portal .epyt-facade {
  height: 500px;
}
.page-template-template-portal .every_magazine {
  margin-right: 0px !important;
}
.page-template-template-portal .block_title {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .page-template-template-portal .block_title {
    margin-bottom: 24px;
  }
}
.page-template-template-portal .block_title {
  padding-left: 0;
}
.page-template-template-portal #site_main a:hover {
  color: #221D5E !important;
}
@media (max-width: 1199px) {
  .page-template-template-portal .magzines_new {
    margin-bottom: 32px;
  }
  .page-template-template-portal .padding_left {
    margin-bottom: 5px;
  }
}
.page-template-template-portal .magazine_subject {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--pink_purple);
  margin-top: 2%;
}
.page-template-template-portal .link_blog {
  color: #000000;
  display: flex;
  text-decoration: underline !important;
  align-items: flex-end;
  font-weight: 400;
}
@media (min-width: 767px) {
  .page-template-template-portal .link_blog {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .page-template-template-portal .link_blog {
    margin-top: 1%;
  }
}
.page-template-template-portal .website_content_row {
  --bs-gutter-y: 30px;
  --bs-gutter-x: 36px;
  justify-content: center;
}
@media (min-width: 1199px) {
  .page-template-template-portal .one_website_content {
    width: 216px;
  }
}
.page-template-template-portal .one_website_content {
  height: 180px;
}
.page-template-template-portal .one_website_content .icon_text {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #F8F8F8;
}
.page-template-template-portal .one_website_content {
  position: relative;
  text-align-last: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.page-template-template-portal .padding_podcast {
  padding: 0 !important;
}
.page-template-template-portal .post_excerpt {
  min-height: 45px;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #221D5E;
}
.page-template-template-portal .summary {
  min-height: 36px;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgba(34, 29, 94, 0.5);
}
.page-template-template-portal .post_details_wrap {
  display: flex;
  align-items: flex-end;
  height: 221px;
  background-position: center;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.page-template-template-portal .title_new {
  font-weight: 700;
  line-height: 1.3;
}
.page-template-template-portal .margin_top {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .page-template-template-portal .margin_top {
    padding: 20px 0;
  }
}
.page-template-template-portal .summary_website_content {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .page-template-template-portal .summary_website_content {
    padding: 40px 0;
  }
}
.page-template-template-portal .icon_portal {
  height: 100px;
  width: 100px;
  font-size: 49px;
}
.page-template-template-portal .post_card_content {
  margin-bottom: 10%;
}
@media (max-width: 767px) {
  .page-template-template-portal .post_card_content {
    margin-bottom: 15px;
  }
}
.page-template-template-portal .post_writer {
  color: rgba(34, 29, 94, 0.6);
  font-weight: 500;
}
@media (min-width: 768px) {
  .page-template-template-portal .first_post {
    height: 657px;
  }
}
@media (min-width: 768px) {
  .page-template-template-portal .first_post .post_excerpt {
    padding-top: 10px;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 10px;
    min-height: 98px;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .page-template-template-portal .first_post .post_excerpt {
    line-height: 40px !important;
  }
}
@media (min-width: 768px) {
  .page-template-template-portal .first_post .summary {
    word-break: break-word;
    -webkit-line-clamp: 3 !important;
    font-size: 18px;
    line-height: 26px;
    color: rgba(34, 29, 94, 0.5);
  }
}
@media (min-width: 768px) {
  .page-template-template-portal .first_post .post_details_wrap {
    height: 462px !important;
  }
}
.page-template-template-portal .title_portal {
  padding-top: 10px;
  width: 100%;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
}
@media (max-width: 1199px) {
  .page-template-template-portal .title_portal {
    font-size: 16px;
  }
}
.page-template-template-portal .magzines_new a:not(:first-child) .posts {
  margin-top: 32px !important;
}
@media (max-width: 767px) {
  .page-template-template-portal .epyt-gallery iframe {
    width: auto !important;
  }
}
.page-template-template-portal .first_article iframe {
  max-width: 100%;
}
.page-template-template-portal .first_new_thing .title_new {
  font-size: 30px !important;
}

.epyt-gallery-thumb:nth-child(n+5) {
  display: none;
}

iframe {
  max-width: 100%;
}

@media (min-width: 1199px) {
  .magazine_and_repost_posts[id=article_number_0] {
    padding-left: 30px;
    padding-right: 0px;
  }
  .magazine_and_repost_posts[id=article_number_1] {
    padding: 0px;
  }
  .magazine_and_repost_posts:not(#article_number_0, #article_number_1) {
    padding-left: 30px;
    padding-right: 0px;
  }
}
@media (min-width: 1199px) and (max-width: 1199px) {
  .magazine_and_repost_posts:not(#article_number_0, #article_number_1) {
    padding-left: 0px;
  }
}
@media (min-width: 1199px) {
  .magazine_and_repost_posts:not(#article_number_0):not(#article_number_1):nth-child(3n+5) {
    padding: 0 !important;
  }
}

.magazine_and_repost_posts .magazine_and_repost_post {
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
}
.magazine_and_repost_posts .magazine_and_repost_post:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199px) {
  .magazine_and_repost_posts .magazine_and_repost_post {
    margin-bottom: 15px !important;
  }
}
.magazine_and_repost_posts .magazine_and_repost_post .text_description {
  font-weight: 400;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 30px;
  color: var(--main_color);
}
@media (max-width: 1199px) {
  .magazine_and_repost_posts .magazine_and_repost_post .text_description {
    font-size: 18px;
    -webkit-line-clamp: 4 !important;
  }
}
.magazine_and_repost_posts .magazine_and_repost_post .post_img {
  border-radius: 12px;
  min-width: 180px;
  min-height: 203px;
}
@media (max-width: 1199px) {
  .magazine_and_repost_posts .magazine_and_repost_post .post_img {
    min-width: 160px;
    width: 160px;
    min-height: 215px;
  }
}
.magazine_and_repost_posts .magazine_and_repost_post .desing_article {
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  color: #000095;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .magazine_and_repost_posts .magazine_and_repost_post .desing_article {
    min-height: 72px;
  }
}
.magazine_and_repost_posts .magazine_and_repost_post .post_text {
  padding-left: 2%;
  word-break: break-word;
  color: #221d5e;
}
.magazine_and_repost_posts.notfirst_article .magazine_and_repost_post {
  padding: 18px;
  margin-bottom: 30px;
  gap: 18px;
}
.magazine_and_repost_posts.notfirst_article .desing_article {
  font-size: 22px;
}
.magazine_and_repost_posts.notfirst_article .text_description {
  padding-top: 5%;
  font-size: 18px;
  -webkit-line-clamp: 3;
}
.magazine_and_repost_posts.first_article .magazine_and_repost_post {
  align-items: flex-start;
}
@media (min-width: 1199px) {
  .magazine_and_repost_posts.first_article .magazine_and_repost_post {
    height: 508px;
  }
}
.magazine_and_repost_posts.first_article .magazine_and_repost_post {
  align-items: flex-start;
  margin-bottom: 25px;
  gap: 24px;
  padding: 51px 32px;
}
@media (max-width: 1199px) {
  .magazine_and_repost_posts.first_article .magazine_and_repost_post {
    padding: 18px;
  }
}
.magazine_and_repost_posts.first_article .post_img {
  min-width: 360px !important;
  min-height: 406px !important;
}
@media (max-width: 1199px) {
  .magazine_and_repost_posts.first_article .post_img {
    width: 160px;
    min-width: 160px !important;
    min-height: 215px !important;
  }
}
@media (max-width: 1199px) {
  .magazine_and_repost_posts.first_article .desing_article {
    font-size: 22px;
    min-height: 48px;
    line-height: 24px;
  }
}
.magazine_and_repost_posts.first_article .post_subtitle {
  color: #b30276;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  min-height: 52px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media (max-width: 1199px) {
  .magazine_and_repost_posts.first_article .post_subtitle {
    font-size: 14px;
    line-height: 16px;
    min-height: 32px;
  }
}

.rectangle_magazine {
  --bs-gutter-x: 0;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  padding: 25px 25px;
  border-radius: 10px;
  justify-content: space-between;
  min-height: 163px;
}
@media (max-width: 767px) {
  .rectangle_magazine {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .rectangle_magazine .rectangle_magazine_text {
    padding-left: 14px;
  }
}
.rectangle_magazine .rectangle_magazine_title {
  font-size: 28px;
  line-height: 1.428;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.rectangle_magazine .rectangle_magazine_description {
  font-weight: 400;
  font-size: 16px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  color: rgba(34, 29, 94, 0.5);
}
.rectangle_magazine .rectangle_magazine_img {
  border-radius: 10px;
}

.blog_portal_floor .post_content {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.small_posts .title_new {
  margin: 12px 0 8px !important;
}
@media (min-width: 768px) {
  .small_posts .title_new {
    height: 56px;
  }
}
@media (max-width: 1534px) and (min-width: 768px) {
  .small_posts .post_date {
    display: block;
  }
}

@media (min-width: 768px) {
  .small_new_things .title_new {
    height: 56px;
  }
}

body.page-template-template-winners .filter_publication, body.page-template-template-import_winners .filter_publication, body.page-template-template-winners_routes .filter_publication {
  margin: 7px 13px 7px 10px;
}
body.page-template-template-winners .bg_tabs, body.page-template-template-import_winners .bg_tabs, body.page-template-template-winners_routes .bg_tabs {
  background-color: #F9F9F9;
}
@media (max-width: 767px) {
  body.page-template-template-winners .bg_tabs, body.page-template-template-import_winners .bg_tabs, body.page-template-template-winners_routes .bg_tabs {
    padding-top: 15px;
    padding-bottom: 2px;
  }
}
body.page-template-template-winners .winner_more_info, body.page-template-template-import_winners .winner_more_info, body.page-template-template-winners_routes .winner_more_info {
  margin-top: 24px;
  color: var(--light_purple) !important;
  border-bottom: 1px solid var(--light_purple);
}
body.page-template-template-winners .items_floor, body.page-template-template-import_winners .items_floor, body.page-template-template-winners_routes .items_floor {
  display: none;
}
body.page-template-template-winners .items_floor.active, body.page-template-template-import_winners .items_floor.active, body.page-template-template-winners_routes .items_floor.active {
  display: flex;
}
body.page-template-template-winners .items_floor .items, body.page-template-template-import_winners .items_floor .items, body.page-template-template-winners_routes .items_floor .items {
  margin-top: 10px;
}
@media (max-width: 767px) {
  body.page-template-template-winners .items_floor .items, body.page-template-template-import_winners .items_floor .items, body.page-template-template-winners_routes .items_floor .items {
    margin-top: 24px;
  }
}
body.page-template-template-winners .close_popup.reset_search, body.page-template-template-import_winners .close_popup.reset_search, body.page-template-template-winners_routes .close_popup.reset_search {
  display: inline;
  color: var(--main_color_gray);
  margin-right: auto;
  padding: 0;
  position: absolute;
  left: 170px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  opacity: 0.5;
}
@media (max-width: 767px) {
  body.page-template-template-winners .close_popup.reset_search, body.page-template-template-import_winners .close_popup.reset_search, body.page-template-template-winners_routes .close_popup.reset_search {
    left: 70px;
  }
}
body.page-template-template-winners .top_winners_page, body.page-template-template-import_winners .top_winners_page, body.page-template-template-winners_routes .top_winners_page {
  background-color: var(--dark_white_winners);
  border-radius: 12px;
  margin-top: -500px;
  height: 350px;
}
@media (max-width: 767px) {
  body.page-template-template-winners .top_winners_page, body.page-template-template-import_winners .top_winners_page, body.page-template-template-winners_routes .top_winners_page {
    margin-top: -70px;
  }
}
body.page-template-template-winners .top_winners_page, body.page-template-template-import_winners .top_winners_page, body.page-template-template-winners_routes .top_winners_page {
  padding: 24px 36px 0;
}
body.page-template-template-winners .top_winners_page .breadcrumbs, body.page-template-template-import_winners .top_winners_page .breadcrumbs, body.page-template-template-winners_routes .top_winners_page .breadcrumbs {
  padding: 0 0 40px 0;
}
body.page-template-template-winners .top_winners_page .tabs_wrap, body.page-template-template-import_winners .top_winners_page .tabs_wrap, body.page-template-template-winners_routes .top_winners_page .tabs_wrap {
  margin-top: 0;
}
body.page-template-template-winners .div_search, body.page-template-template-import_winners .div_search, body.page-template-template-winners_routes .div_search {
  margin-bottom: 24px;
}
body.page-template-template-winners .div_search .search, body.page-template-template-import_winners .div_search .search, body.page-template-template-winners_routes .div_search .search {
  width: 55.666667%;
  display: flex;
}
body.page-template-template-winners .div_search .form_ajax_search_and_pagination, body.page-template-template-import_winners .div_search .form_ajax_search_and_pagination, body.page-template-template-winners_routes .div_search .form_ajax_search_and_pagination {
  width: 78%;
}
body.page-template-template-winners .div_search a.reset_search, body.page-template-template-import_winners .div_search a.reset_search, body.page-template-template-winners_routes .div_search a.reset_search {
  display: flex;
  align-items: flex-end;
  margin: 0 17px;
  font-size: 15px;
  text-decoration: underline;
  color: #000;
}
body.page-template-template-winners .winners_title, body.page-template-template-import_winners .winners_title, body.page-template-template-winners_routes .winners_title {
  font-size: 40px;
  padding-bottom: 32px;
}
body.page-template-template-winners .search_winners, body.page-template-template-import_winners .search_winners, body.page-template-template-winners_routes .search_winners {
  width: 100% !important;
}
body.page-template-template-winners .search_winners::placeholder, body.page-template-template-import_winners .search_winners::placeholder, body.page-template-template-winners_routes .search_winners::placeholder {
  font-size: 16px;
}
@media (min-width: 767px) {
  body.page-template-template-winners .winners_banner, body.page-template-template-import_winners .winners_banner, body.page-template-template-winners_routes .winners_banner {
    padding-top: 150px;
    align-items: flex-start !important;
    min-height: 836px !important;
  }
  body.page-template-template-winners .winners_banner:before, body.page-template-template-import_winners .winners_banner:before, body.page-template-template-winners_routes .winners_banner:before {
    width: 280px !important;
    height: 280px !important;
  }
  body.page-template-template-winners .winners_banner:after, body.page-template-template-import_winners .winners_banner:after, body.page-template-template-winners_routes .winners_banner:after {
    width: 120px !important;
    height: 126px !important;
  }
}
body.page-template-template-winners .tabs_wrap, body.page-template-template-import_winners .tabs_wrap, body.page-template-template-winners_routes .tabs_wrap {
  height: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  row-gap: 10px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  body.page-template-template-winners .tabs_wrap, body.page-template-template-import_winners .tabs_wrap, body.page-template-template-winners_routes .tabs_wrap {
    gap: 18px;
  }
}
@media (max-width: 991px) {
  body.page-template-template-winners .tabs_wrap, body.page-template-template-import_winners .tabs_wrap, body.page-template-template-winners_routes .tabs_wrap {
    display: block;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 5px;
  }
  body.page-template-template-winners .tabs_wrap::-webkit-scrollbar, body.page-template-template-import_winners .tabs_wrap::-webkit-scrollbar, body.page-template-template-winners_routes .tabs_wrap::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  body.page-template-template-winners .tabs_wrap::-webkit-scrollbar:vertical, body.page-template-template-import_winners .tabs_wrap::-webkit-scrollbar:vertical, body.page-template-template-winners_routes .tabs_wrap::-webkit-scrollbar:vertical {
    width: 12px;
  }
  body.page-template-template-winners .tabs_wrap::-webkit-scrollbar:horizontal, body.page-template-template-import_winners .tabs_wrap::-webkit-scrollbar:horizontal, body.page-template-template-winners_routes .tabs_wrap::-webkit-scrollbar:horizontal {
    height: 12px;
  }
  body.page-template-template-winners .tabs_wrap::-webkit-scrollbar-thumb, body.page-template-template-import_winners .tabs_wrap::-webkit-scrollbar-thumb, body.page-template-template-winners_routes .tabs_wrap::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #ffffff;
  }
  body.page-template-template-winners .tabs_wrap::-webkit-scrollbar-track, body.page-template-template-import_winners .tabs_wrap::-webkit-scrollbar-track, body.page-template-template-winners_routes .tabs_wrap::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: var(--dark_white_winners);
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  body.page-template-template-winners .tabs_wrap .tabs_item, body.page-template-template-import_winners .tabs_wrap .tabs_item, body.page-template-template-winners_routes .tabs_wrap .tabs_item {
    font-size: 18px;
  }
}
body.page-template-template-winners .tabs_wrap .tabs_item, body.page-template-template-import_winners .tabs_wrap .tabs_item, body.page-template-template-winners_routes .tabs_wrap .tabs_item {
  color: #000000;
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 991px) {
  body.page-template-template-winners .tabs_wrap .tabs_item, body.page-template-template-import_winners .tabs_wrap .tabs_item, body.page-template-template-winners_routes .tabs_wrap .tabs_item {
    text-align: center;
    padding: 0 25px;
  }
}
body.page-template-template-winners .tabs_wrap .tabs_item, body.page-template-template-import_winners .tabs_wrap .tabs_item, body.page-template-template-winners_routes .tabs_wrap .tabs_item {
  padding: 10px 0;
}
body.page-template-template-winners .tabs_wrap .tabs_item.active, body.page-template-template-import_winners .tabs_wrap .tabs_item.active, body.page-template-template-winners_routes .tabs_wrap .tabs_item.active {
  color: var(--pink_purple);
  border-bottom: 1px solid var(--pink_purple);
}
body.page-template-template-winners .wrap_items, body.page-template-template-import_winners .wrap_items, body.page-template-template-winners_routes .wrap_items {
  padding-bottom: 83px;
}
@media (max-width: 767px) {
  body.page-template-template-winners .wrap_items, body.page-template-template-import_winners .wrap_items, body.page-template-template-winners_routes .wrap_items {
    padding-top: 24px;
  }
}
body.page-template-template-winners .wrap_items .winner_floor .wrap_header .header_list_item, body.page-template-template-import_winners .wrap_items .winner_floor .wrap_header .header_list_item, body.page-template-template-winners_routes .wrap_items .winner_floor .wrap_header .header_list_item {
  color: #000;
  padding: 35px 0 5px;
  font-weight: 500;
  font-size: 40px;
  position: relative;
  margin: 0;
}
@media (max-width: 767px) {
  body.page-template-template-winners .wrap_items .winner_floor .wrap_header .header_list_item, body.page-template-template-import_winners .wrap_items .winner_floor .wrap_header .header_list_item, body.page-template-template-winners_routes .wrap_items .winner_floor .wrap_header .header_list_item {
    font-size: 36px;
    padding: 24px 0 0 0;
  }
}
body.page-template-template-winners .wrap_items .winner_floor .winner_item, body.page-template-template-import_winners .wrap_items .winner_floor .winner_item, body.page-template-template-winners_routes .wrap_items .winner_floor .winner_item {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  background-color: #FFFFFF;
  padding: 24px;
}
@media (max-width: 767px) {
  body.page-template-template-winners .wrap_items .winner_floor .winner_item, body.page-template-template-import_winners .wrap_items .winner_floor .winner_item, body.page-template-template-winners_routes .wrap_items .winner_floor .winner_item {
    height: auto;
  }
}
body.page-template-template-winners .wrap_items .winner_floor .winner_item:hover, body.page-template-template-import_winners .wrap_items .winner_floor .winner_item:hover, body.page-template-template-winners_routes .wrap_items .winner_floor .winner_item:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}
body.page-template-template-winners .wrap_items .winner_floor .winner_item .wrap_titles, body.page-template-template-import_winners .wrap_items .winner_floor .winner_item .wrap_titles, body.page-template-template-winners_routes .wrap_items .winner_floor .winner_item .wrap_titles {
  display: flex;
  margin-bottom: 20px;
}
body.page-template-template-winners .wrap_items .winner_floor .winner_item .wrap_titles .icon-winner_icon, body.page-template-template-import_winners .wrap_items .winner_floor .winner_item .wrap_titles .icon-winner_icon, body.page-template-template-winners_routes .wrap_items .winner_floor .winner_item .wrap_titles .icon-winner_icon {
  margin-right: auto;
}
body.page-template-template-winners .wrap_items .winner_floor .winner_item .wrap_titles .periphery, body.page-template-template-import_winners .wrap_items .winner_floor .winner_item .wrap_titles .periphery, body.page-template-template-winners_routes .wrap_items .winner_floor .winner_item .wrap_titles .periphery {
  cursor: help;
  height: fit-content;
  position: relative;
  font-size: 30px;
  margin-right: auto;
}
@media (max-width: 767px) {
  body.page-template-template-winners .wrap_items .winner_floor .winner_item .wrap_titles .periphery, body.page-template-template-import_winners .wrap_items .winner_floor .winner_item .wrap_titles .periphery, body.page-template-template-winners_routes .wrap_items .winner_floor .winner_item .wrap_titles .periphery {
    pointer-events: none;
  }
}
body.page-template-template-winners .wrap_items .winner_floor .winner_item .wrap_titles .periphery:hover .periphery_label, body.page-template-template-import_winners .wrap_items .winner_floor .winner_item .wrap_titles .periphery:hover .periphery_label, body.page-template-template-winners_routes .wrap_items .winner_floor .winner_item .wrap_titles .periphery:hover .periphery_label {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}
body.page-template-template-winners .wrap_items .winner_floor .winner_item .wrap_titles .periphery .periphery_label, body.page-template-template-import_winners .wrap_items .winner_floor .winner_item .wrap_titles .periphery .periphery_label, body.page-template-template-winners_routes .wrap_items .winner_floor .winner_item .wrap_titles .periphery .periphery_label {
  height: 100%;
  align-items: center;
  display: flex;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  font-size: 16px;
  position: absolute;
  left: 140%;
  top: 0;
}
body.page-template-template-winners .wrap_items .winner_floor .winner_item .wrap_titles .text_wrap, body.page-template-template-import_winners .wrap_items .winner_floor .winner_item .wrap_titles .text_wrap, body.page-template-template-winners_routes .wrap_items .winner_floor .winner_item .wrap_titles .text_wrap {
  text-align: right;
}
body.page-template-template-winners .wrap_items .winner_floor .winner_item .wrap_titles .text_wrap .tag_wrap, body.page-template-template-import_winners .wrap_items .winner_floor .winner_item .wrap_titles .text_wrap .tag_wrap, body.page-template-template-winners_routes .wrap_items .winner_floor .winner_item .wrap_titles .text_wrap .tag_wrap {
  min-height: 42px;
  gap: 10px;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
}
body.page-template-template-winners .wrap_items .winner_floor .winner_item img, body.page-template-template-import_winners .wrap_items .winner_floor .winner_item img, body.page-template-template-winners_routes .wrap_items .winner_floor .winner_item img {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1215686275);
  width: 133px;
  height: 133px;
  border-radius: 12px;
  margin-left: 24px;
  object-fit: contain;
}
body.page-template-template-winners .wrap_items .winner_floor .winner_item .winner_item_title, body.page-template-template-import_winners .wrap_items .winner_floor .winner_item .winner_item_title, body.page-template-template-winners_routes .wrap_items .winner_floor .winner_item .winner_item_title {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}
body.page-template-template-winners .wrap_items .winner_floor .winner_item .tag, body.page-template-template-import_winners .wrap_items .winner_floor .winner_item .tag, body.page-template-template-winners_routes .wrap_items .winner_floor .winner_item .tag {
  padding: 5px 12px;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  background-color: rgba(179, 96, 255, 0.2);
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  body.page-template-template-winners .wrap_items .winner_floor .winner_item .tag, body.page-template-template-import_winners .wrap_items .winner_floor .winner_item .tag, body.page-template-template-winners_routes .wrap_items .winner_floor .winner_item .tag {
    padding: 5px 5px;
  }
}
body.page-template-template-winners .wrap_items .winner_floor .winner_item .read_more, body.page-template-template-import_winners .wrap_items .winner_floor .winner_item .read_more, body.page-template-template-winners_routes .wrap_items .winner_floor .winner_item .read_more {
  color: var(--pink_purple);
  margin-top: 5px;
}
body.page-template-template-winners .wrap_items .winner_floor .winner_item .winner_item_content .winner_content, body.page-template-template-import_winners .wrap_items .winner_floor .winner_item .winner_item_content .winner_content, body.page-template-template-winners_routes .wrap_items .winner_floor .winner_item .winner_item_content .winner_content {
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  min-height: 52px;
  font-size: 18px;
  font-weight: 400;
}
body.page-template-template-winners .wrap_items .winner_floor .winner_item .winner_item_content .winner_content p, body.page-template-template-import_winners .wrap_items .winner_floor .winner_item .winner_item_content .winner_content p, body.page-template-template-winners_routes .wrap_items .winner_floor .winner_item .winner_item_content .winner_content p {
  margin-bottom: 0;
}
body.page-template-template-winners .wrap_items .winner_floor .winner_item .winner_item_content .winner_content a, body.page-template-template-import_winners .wrap_items .winner_floor .winner_item .winner_item_content .winner_content a, body.page-template-template-winners_routes .wrap_items .winner_floor .winner_item .winner_item_content .winner_content a {
  color: var(--pink_purple);
}
body.page-template-template-winners .wrap_items .winner_floor .winner_item .winner_item_content .winner_content img, body.page-template-template-import_winners .wrap_items .winner_floor .winner_item .winner_item_content .winner_content img, body.page-template-template-winners_routes .wrap_items .winner_floor .winner_item .winner_item_content .winner_content img {
  border: none;
}
body.page-template-template-winners .wrap_items .winner_floor .winner_item .winner_item_content.open .winner_content, body.page-template-template-import_winners .wrap_items .winner_floor .winner_item .winner_item_content.open .winner_content, body.page-template-template-winners_routes .wrap_items .winner_floor .winner_item .winner_item_content.open .winner_content {
  display: block;
  height: auto;
}

.winner_contact {
  margin: 10px 0;
}
.winner_contact p {
  margin-bottom: 0;
}
.winner_contact a {
  display: inline-block;
  font-weight: 400;
}
.winner_contact a:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: var(--main_color_blue);
  margin: 0 8px -2px;
}
.winner_contact a[href^="mailto:"] {
  color: var(--pink_purple);
}
@media (min-width: 768px) {
  .winner_contact a[href^="tel:"] {
    pointer-events: none;
  }
}

.winner_more_details {
  color: var(--blue_link);
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 0;
}

.filtering_page .tabs_wrap, .filtering_page .wrap_header {
  display: none !important;
}
.filtering_page .wrap_items {
  padding-top: 30px;
}

.uploading_import_winners_file_floor, .winners_page_id_floor {
  border: 1px solid lightgray;
  padding: 15px;
  margin-bottom: 10px;
  color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.uploading_import_winners_file_floor.not_active:before, .winners_page_id_floor.not_active:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  background-color: rgba(211, 211, 211, 0.3882352941);
}

.check_content_height {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.check_content_height p {
  margin: 0;
}

.winner_details {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.winner_details a {
  color: var(--blue_link);
  font-weight: 700;
}

#scrollToTop {
  position: fixed;
  bottom: 80px;
  left: 20px;
  box-shadow: 0px 1px 10.2px 0px rgba(0, 0, 0, 0.1215686275);
  background: #DEB2FF;
  border: none;
  border-radius: 8px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 20px;
  z-index: 1000;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (max-width: 767px) {
  #scrollToTop {
    left: 10px;
  }
}

#scrollToTop:hover {
  border: 1px solid #530586;
  background: #FFFFFF;
}

#scrollToTop:active {
  transform: scale(0.9); /* Button press effect */
}

html .page-template-template-import_winners .wrap_loading {
  opacity: 1;
  visibility: visible;
}
html .page-template-template-import_winners .wrap_loading.hide {
  opacity: 0;
  visibility: hidden;
}
html .page-template-template-import_winners .submit-filter-button {
  background: var(--purple_bg_color);
}
html .page-template-template-import_winners .clear-button {
  color: var(--purple_bg_color);
  border-color: var(--purple_bg_color);
}

.selected_filters_container {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 20px;
}
.selected_filters_container button {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  background-color: white;
  padding: 4px 6px;
  border-radius: 4px;
  border: 1px solid var(--color-selected_filters);
  display: flex;
  gap: 3px;
  margin: 0;
  color: var(--color-selected_filters);
}
.selected_filters_container .remove_filter {
  font-weight: 200;
}

body.post-type-archive-success_story #banner {
  min-height: 315px !important;
}
@media (max-width: 767px) {
  body.post-type-archive-success_story #banner {
    max-height: 300px !important;
  }
}
body.post-type-archive-success_story .site-main {
  padding-bottom: var(--space_120);
}
body.post-type-archive-success_story #at4-share a span .at-icon {
  fill: #ffffff !important;
}
body.post-type-archive-success_story .gsc-control-cse form.gsc-search-box {
  margin-top: 0% !important;
  margin-bottom: 0% !important;
}
body.post-type-archive-success_story .close_filter {
  background-color: transparent;
}
body.post-type-archive-success_story .all_success_story_a:hover {
  color: var(--main_color_dark_blue);
}
body.post-type-archive-success_story .div_search {
  margin-top: 52px;
  margin-bottom: 60px;
}
body.post-type-archive-success_story .all_success_story {
  --bs-gutter-y: 30px;
  --bs-gutter-x: 30px;
}
body.post-type-archive-success_story .success_story_item {
  --bs-gutter-x: 0;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  height: 100%;
}
body.post-type-archive-success_story .success_story_item:hover {
  color: var(--main_color_dark_blue);
}
body.post-type-archive-success_story .success_story_item .success_story_img img {
  width: 100%;
  max-width: 100%;
  height: 180px;
  object-fit: cover;
}
body.post-type-archive-success_story .success_story_item .success_story_content {
  padding: 0 25px 18px;
}
body.post-type-archive-success_story .success_story_item .success_story_content .success_story_title {
  font-weight: 500;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin: 24px 0px;
  font-size: 1.25em;
  line-height: 1.4em;
}
@media (min-width: 767px) {
  body.post-type-archive-success_story .success_story_item .success_story_content .success_story_title {
    min-height: 60px;
  }
}
body.post-type-archive-success_story .success_story_item .success_story_content .success_story_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 767px) {
  body.post-type-archive-success_story .success_story_item .success_story_content .success_story_excerpt {
    min-height: 96px;
  }
}
body.post-type-archive-success_story .success_story_item .success_story_content .success_story_excerpt p {
  margin: 0;
}
body.post-type-archive-success_story .success_story_item .success_story_content .button_detaills_success {
  display: flex;
  font-size: 0.9em;
  background-size: 17px;
  -webkit-transition: all 0.5s;
  height: 39px;
  width: 100%;
  text-align: -webkit-center;
  align-items: center;
}
body.post-type-archive-success_story .success_story_item .success_story_content .text_arrow_detaills_success {
  padding-left: 4px;
  font-weight: 500;
  font-size: medium;
}
body.post-type-archive-success_story .success_story_item .success_story_content:hover .icon-arrow-right {
  transform: translateX(15%);
}

.single-success_story .page_content.container {
  margin-top: 38px !important;
}

body.single-foundation .page_content {
  margin-bottom: 130px;
}

.view-content {
  margin-top: 10px;
  padding-bottom: 130px;
}

.fundation {
  background-color: #fff;
  border: 1px solid;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fundation {
    padding: 0;
    border: none;
    box-shadow: 0 2px 8px 1px #e7e7e7;
  }
}
.fundation .fundation_item_a {
  display: block;
  padding: 15px;
}

.item_fund {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1215686275);
  padding: 30px;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .item_fund {
    padding: 15px;
  }
}

.fundation_content .btn_shard_small {
  margin: 24px 0 0 0;
}

.all_funds {
  gap: 24px 0px;
  margin-bottom: 5%;
}

.fund_title {
  display: flex;
  margin-bottom: 16px;
}

.fundation_content {
  color: black;
}
.fundation_content .title_bold {
  padding-right: 16px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .fundation_content .title_bold {
    -webkit-line-clamp: 2;
    font-size: 22px;
  }
}
.fundation_content .introduction_image {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  height: 67px;
  width: 67px;
  display: inline;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  object-fit: cover;
}
.fundation_content .fundation_title {
  font-size: 1.2em;
  width: calc(100% - 100px);
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .fundation_content .fundation_title {
    font-size: 1em;
    position: relative;
    width: 100%;
    background-size: 15px;
    padding: 9px 7px 5px 7px;
    box-sizing: border-box;
    background-color: #1f1b5f;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.fundation_content .fundation_paragraph {
  min-height: 56px;
  font-size: 18px;
  line-height: 28px;
}
.fundation_content .views-field-view-node {
  background: #1f1b5f;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
}
@media (min-width: 767px) {
  .fundation_content .views-field-view-node {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}
.fundation_content .views-field-view-node .icon-arrow-right:before {
  color: #FFFFFF;
  font-size: 30px;
}
.fundation_content .icon-bullet {
  color: #FFFFFF;
  font-size: 35px;
}

.foundation_floor .fundation_paragraph {
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .page-template-template-charts .newsletter {
    margin-top: 80px;
  }
}

.template_graph {
  padding-top: 115px;
  padding-bottom: 115px;
}
@media (max-width: 1199px) {
  .template_graph {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .template_graph:last-child {
    padding-bottom: 40px;
  }
}
.template_graph .chart_header_wrap {
  position: relative;
}
.template_graph .chart_header_number {
  color: #e8e7f1;
  font-size: 120px;
  line-height: 0.6;
  font-weight: bold;
  vertical-align: top;
}
@media (max-width: 767px) {
  .template_graph .chart_header_number {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
.template_graph .chart_excerpt {
  font-size: 24px;
  padding-right: 47px;
  width: calc(100% - 180px);
}
@media (max-width: 767px) {
  .template_graph .chart_excerpt {
    font-size: 16px;
    padding-right: 0;
    width: 100%;
  }
}
.template_graph .pie_background_wrapper {
  position: relative;
  width: 510px;
  height: 510px;
  margin-right: auto;
  background: var(--bg-image) center no-repeat;
  max-width: 100%;
  background-size: contain;
}
@media (max-width: 767px) {
  .template_graph .pie_background_wrapper {
    background: var(--bg-image-mobile) center no-repeat;
    height: 320px;
    width: 100%;
  }
}
.template_graph .pie_background_wrapper .chart_white_background {
  position: absolute;
  background: #fff;
  box-shadow: 2px 2px 20px 0 rgba(32, 24, 115, 0.2);
  left: 14%;
  width: 220px;
  min-height: 220px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
  height: auto;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 320px;
}
@media (max-width: 767px) {
  .template_graph .pie_background_wrapper .chart_white_background {
    left: 12%;
  }
}
.template_graph .pie_background_wrapper .chart_white_background:before {
  content: "\a";
  border-style: solid;
  border-width: 16px 0 16px 16px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
}
.template_graph .additional_content {
  margin-top: 12px;
  font-size: 14px;
  max-width: 680px;
}
@media (max-width: 767px) {
  .template_graph .additional_content {
    font-size: 12px;
    max-width: calc(100% - 60px);
  }
}
@media (min-width: 768px) {
  .template_graph .scrollChart {
    transform: translateY(130px);
  }
}
.template_graph .chart {
  height: 500px;
}
.template_graph .chart[data-type=IconedBars], .template_graph .chart[data-type=ZoomInBars] {
  height: 540px;
}
@media (max-width: 767px) {
  .template_graph .chart[data-type=IconedBars], .template_graph .chart[data-type=ZoomInBars] {
    height: 440px;
  }
}
.template_graph .chart[data-type=PieChartBackground] {
  height: auto;
}
.template_graph .chart[data-type=BarsAndTrend] {
  height: 540px;
}
@media (max-width: 767px) {
  .template_graph .chart[data-type=BarsAndTrend] {
    height: 470px;
  }
}
@media (max-width: 767px) {
  .template_graph .chart[data-type=GradientTrend] {
    height: 420px;
  }
}
.template_graph .chart[data-type=CombinedBars] {
  height: 450px;
}
@media (max-width: 767px) {
  .template_graph .chart[data-type=CombinedBars] {
    height: 320px;
  }
}
.template_graph .chart[data-type=LogosGraph] {
  height: 440px;
}
@media (max-width: 767px) {
  .template_graph .chart[data-type=LogosGraph] {
    height: 360px;
  }
}
.template_graph .chart [class*=ResizeButton] [class*=maxIcon] .Image {
  transform: translate(-10px, -30px) !important;
}
.template_graph .chart [class*=ResizeButton] [class*=minIcon] .Image {
  transform: translate(-5px, -25px) !important;
}
.template_graph .chart .bottom_titles {
  font-weight: 700;
}
.template_graph .chart[data-type=ZoomInBars] .category_axis tspan {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
@media (max-width: 767px) {
  .template_graph .chart[data-type=ZoomInBars] .category_axis tspan {
    font-size: 10px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .template_graph .chart {
    height: 380px;
  }
}
.template_graph .chart .radio-label:not(:last-child) {
  margin-left: 28px;
}
@media (max-width: 767px) {
  .template_graph .chart .radio-label:not(:last-child) {
    margin-left: 8px !important;
  }
}
.template_graph .chart .radio-label .radio-btn {
  margin-left: 8px !important;
}
.template_graph .chart .radio-label label {
  font-size: 14px;
}
@media (max-width: 767px) {
  .template_graph .chart .radio-label label {
    margin: 8px 0;
  }
}
.template_graph .chart .radio-label input[type=radio] {
  position: relative;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
.template_graph .chart .radio-label input[type=radio]:after {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #afafaf;
}
.template_graph .chart .radio-label input[type=radio]:checked::after {
  background-color: var(--main_color_dark_blue);
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #afafaf;
}
.template_graph .chart .tooltip {
  opacity: 1;
}
.template_graph .graph_source {
  color: #201873;
  font-size: 12px;
  padding-top: 2px;
  min-width: 100px;
  margin: auto;
  max-width: 75%;
  text-align: center;
}
@media (max-width: 767px) {
  .template_graph .graph_source {
    padding-top: 5px;
    font-size: 11px;
  }
}
@media (max-width: 1199px) {
  .template_graph [class*=AxisRendererX] [class*=AxisLabel] text tspan {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .page-template-template-charts .radio-label input[type=radio] {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .page-template-template-charts .radio-label input[type=radio]:checked::after {
    border-width: 5px;
  }
}

@media (min-width: 767px) {
  .graphs_excerpt_floor .title_example {
    margin-bottom: 46px;
  }
}
.graphs_excerpt_floor .chart {
  height: 317.8px !important;
}
.graphs_excerpt_floor .template_graph {
  position: relative;
  height: 550px;
  border: solid 1px transparent;
  border-radius: 12px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1215686275);
  background-color: #ffffff;
  padding: 24px 24px 72px 24px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.graphs_excerpt_floor .template_graph:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2) !important;
}
@media (max-width: 767px) {
  .graphs_excerpt_floor .template_graph {
    padding: 15px;
  }
}
.graphs_excerpt_floor .chart_header_number {
  display: none !important;
}
.graphs_excerpt_floor .chart_excerpt {
  font-size: 22px;
  line-height: 32px;
  padding-right: 0;
  width: 100%;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.graphs_excerpt_floor .radio-wrapper {
  display: flex;
}
.graphs_excerpt_floor .radio-wrapper .radio-label:not(:last-child) {
  margin-left: 15px;
}
.graphs_excerpt_floor .radio-wrapper .radio-label > label {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.graphs_excerpt_floor .graph_source, .graphs_excerpt_floor .additional_content {
  display: none;
}
.graphs_excerpt_floor .pie_background_wrapper {
  width: 100%;
  height: 260px;
}
.graphs_excerpt_floor .pie_background_wrapper .chart_white_background {
  left: 0;
  position: relative;
  top: 0;
  transform: translate(0);
  margin-right: auto;
  height: 220px;
}

@media (max-width: 767px) {
  #tooltip_action .tab_panel {
    min-width: 90%;
  }
}

@media (max-width: 767px) {
  .ul_list .tab_panel {
    min-width: 230px;
  }
}
.ul_list .tab_panel {
  padding: 10px 0 12px 0;
  color: #000000;
}

.top_chart_title {
  font-size: 14px;
  color: #201873;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .ThickBars [class*=AxisRendererX] [class*=AxisLabel] text tspan {
    font-size: 10px;
    font-weight: 500;
  }
}

.ticker-bar {
  margin-top: 14px;
  box-sizing: inherit;
  padding: 0;
  border: 0;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 40px;
}

.links-row {
  display: flex;
  width: 100%;
}
.links-row .links-row-list {
  list-style: none;
  -webkit-padding-start: 0;
}
.links-row .links-row-list li {
  background: transparent;
  display: inline-block;
  line-height: 44px;
}
.links-row .links-row-list li:nth-child(n+2) {
  margin-right: 20px;
}
.links-row .links-row-list li a {
  color: #201873 !important;
  text-decoration: none;
  padding: 4px 6px;
}
.links-row .links-row-list li a:focus {
  font-family: "oe_doo_pro-Bold";
}
.links-row [tabindex="0"]:focus {
  outline: 0 !important;
}

.ticker-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  border-top: 1px solid #201873;
  border-left: 1px solid #201873;
  border-bottom: 1px solid #201873;
}
.ticker-wrapper .play-pause-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  cursor: pointer;
  border-left: 1px solid #201873;
  border-right: 1px solid #201873;
  background-color: #fff;
  transition: all 0.4s ease;
}
.ticker-wrapper .play-pause-button .inno-icon-play:before {
  content: "\e932";
  color: #201873;
  font-family: "icomoon" !important;
  font-style: normal;
}
.ticker-wrapper .play-pause-button .inno-icon-pause:before {
  content: "\e931";
  color: #201873;
  font-family: "icomoon" !important;
  font-style: normal;
}
.ticker-wrapper .play-pause-button i[class*=inno-icon-] {
  font-size: 16px;
  line-height: 38px;
  font-weight: 600;
}
.ticker-wrapper .play-pause-button.clicked {
  background-color: #201873;
}
.ticker-wrapper .play-pause-button.clicked i[class*=inno-icon-]::before {
  color: #fff;
}
.ticker-wrapper .play-pause-button:hover {
  background-color: #201873;
}
.ticker-wrapper .play-pause-button:hover i[class*=inno-icon-]::before {
  color: #fff;
}
.ticker-wrapper .ticker-view {
  display: block;
  position: absolute;
  right: 40px;
  top: 0;
  overflow: hidden;
  width: calc(100% - 40px);
  height: 40px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ticker-wrapper .ticker-view .ticker-view-inner {
  position: absolute;
  width: 10000px;
  height: 40px;
  display: table;
}
.ticker-wrapper .ticker-view .ticker-view-inner .tickers-list-first {
  list-style: none;
  position: absolute;
  display: inline-block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin: 0;
  padding: 0;
}
.ticker-wrapper .ticker-view .ticker-view-inner .tickers-list-first.animate-tickers-left {
  transition: 120s linear;
  -webkit-animation: animateFirstList 120s linear;
  animation: animateFirstList 120s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.ticker-wrapper .ticker-view .ticker-view-inner .tickers-list-second {
  list-style: none;
  position: absolute;
  display: inline-block;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}
.ticker-wrapper .ticker-view .ticker-view-inner .tickers-list-second.animate-tickers-left {
  transition: 120s linear;
  -webkit-animation: animateSecondList 120s linear;
  animation: animateSecondList 120s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.ticker-wrapper .ticker-view .ticker-view-inner:hover .animate-tickers-left {
  animation-play-state: paused;
}
.ticker-wrapper .ticker-view .ticker-view-inner .ticker {
  color: #201873;
  display: inline-block;
  line-height: 40px;
  padding: 0 10px;
}
.ticker-wrapper .ticker-view .ticker-view-inner .ticker .ticker-label {
  display: inline-block;
  text-align: right;
  margin-left: 4px;
}
.ticker-wrapper .ticker-view .ticker-view-inner .ticker .ticker-value {
  display: inline;
  padding: 2px 1px 1px;
  line-height: 14px;
}
.ticker-wrapper .ticker-view .ticker-view-inner .ticker .ticker-value.ticker-value--positive {
  background-color: #9cf5dc;
}
.ticker-wrapper .ticker-view .ticker-view-inner .ticker .ticker-value.ticker-value--negative {
  background-color: #fee3e4;
}
.ticker-wrapper .ticker-view .ticker-view-inner .ticker .ticker-direction {
  display: inline-block;
  vertical-align: initial;
  margin-right: 2px;
  margin-left: 2px;
}
.ticker-wrapper .ticker-view .ticker-view-inner .ticker .ticker-direction.ticker-direction--negative {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 6px 0;
  border-color: #ff433e transparent transparent;
}
.ticker-wrapper .ticker-view .ticker-view-inner .ticker .ticker-direction.ticker-direction--positive {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 12px;
  border-color: transparent transparent #9cf5dc;
}
.ticker-wrapper .ticker-view .ticker-view-inner .ticker .ticker-market-price {
  display: inline;
}

@keyframes animateFirstList {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
  }
  50.1% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  50.2% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  50.3% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes animateSecondList {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  99.7% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
  }
  99.8% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  99.9% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
  }
}
.scroll-container {
  position: relative;
  width: 100%; /* או רוחב קבוע אם נדרש */
  overflow: hidden;
}

.scroll-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  overflow-x: auto; /* גלילה אופקית */
  white-space: nowrap; /* למנוע מעבר שורות */
  margin: 0;
  padding: 0;
  list-style: none;
}

.scroll-list li {
  flex: 0 0 auto; /* אל תאפשר לשורות להתגמש */
  padding: 10px;
  margin: 0 5px;
}

[data-type=ColumnsAndBullets] .labelBullet {
  direction: ltr;
}

body.single-call_for_proposals .single_call_for_proposals {
  max-width: 1020px !important;
  margin-bottom: 8%;
}
body.single-call_for_proposals .single_call_for_proposals table {
  width: auto;
}

.post-type-archive-call_for_proposals #publication_change {
  padding-bottom: 60px;
}
.post-type-archive-call_for_proposals #document_table {
  padding-bottom: 150px;
  justify-content: center;
}

.post-type-archive-call_for_proposals button.gsc-search-button, .post-type-archive-kol_kore button.gsc-search-button, .single_call_for_proposals button.gsc-search-button, .page-template-template-kol_kores_and_programs button.gsc-search-button {
  background-color: var(--dark_green) !important;
}
.post-type-archive-call_for_proposals .filterby *, .post-type-archive-call_for_proposals .filterby .icon-search_menue:before, .post-type-archive-kol_kore .filterby *, .post-type-archive-kol_kore .filterby .icon-search_menue:before, .single_call_for_proposals .filterby *, .single_call_for_proposals .filterby .icon-search_menue:before, .page-template-template-kol_kores_and_programs .filterby *, .page-template-template-kol_kores_and_programs .filterby .icon-search_menue:before {
  color: var(--dark_green);
}
.post-type-archive-call_for_proposals .breadcrumbs, .post-type-archive-kol_kore .breadcrumbs, .single_call_for_proposals .breadcrumbs, .page-template-template-kol_kores_and_programs .breadcrumbs {
  margin-bottom: calc(var(--space_80) - 28px);
}
.post-type-archive-call_for_proposals .selected_filters_container button, .post-type-archive-kol_kore .selected_filters_container button, .single_call_for_proposals .selected_filters_container button, .page-template-template-kol_kores_and_programs .selected_filters_container button {
  border-color: #004D51;
  color: #004D51;
}

.single_call_for_proposals .item_proposal {
  padding: 0 15px;
}
.single_call_for_proposals .attachment-post-thumbnail {
  width: 100% !important;
}
.single_call_for_proposals .wrap_thumbnail {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .single_call_for_proposals .wrap_thumbnail {
    order: 2;
  }
}
@media (max-width: 767px) {
  .single_call_for_proposals .wrap_thumbnail {
    text-align: center;
  }
}
.single_call_for_proposals .wrap_thumbnail img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.single_call_for_proposals .contact_persons_floor {
  max-width: 100%;
}

.bottom_calls {
  justify-content: center;
  --bs-gutter-x: 99px;
  align-items: center;
}
.bottom_calls .page-numbers.active {
  background: var(--color_pink);
}
html[lang=en-US] .bottom_calls .page-numbers.active {
  background: #004D51;
}

.archive_call_of_proposals {
  color: var(--dark_green) !important;
  border-bottom: 1px solid var(--dark_green);
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  padding: 8px 24px;
}

.top_space {
  margin-top: 60px;
}

.button_success_stories {
  border-bottom: 1px solid var(--pink_purple);
  display: inline-flex;
  color: var(--pink_purple);
  width: fit-content;
  font-weight: 700;
  align-items: center;
}
.button_success_stories .icon-arrow-right:before {
  color: var(--pink_purple);
}

.page-template-template-home-english #banner.banner.has_background_image, .page-template-template-home-english-new #banner.banner.has_background_image {
  padding-top: 50px;
  padding-bottom: 40px;
  margin-top: 50px;
  height: 340px;
}
@media (min-width: 767px) {
  .page-template-template-home-english #banner.banner.has_background_image, .page-template-template-home-english-new #banner.banner.has_background_image {
    min-height: 350px;
    height: 350px;
    margin-top: 70px;
  }
}
.page-template-template-home-english #banner.banner.has_background_image .banner_container, .page-template-template-home-english-new #banner.banner.has_background_image .banner_container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-template-template-home-english #banner.banner.has_background_image .banner_container .to_suitable_route_button, .page-template-template-home-english-new #banner.banner.has_background_image .banner_container .to_suitable_route_button {
  margin: 0 !important;
  margin-top: auto !important;
}
.page-template-template-home-english #banner.banner.has_background_image:before, .page-template-template-home-english #banner.banner.has_background_image:after, .page-template-template-home-english-new #banner.banner.has_background_image:before, .page-template-template-home-english-new #banner.banner.has_background_image:after {
  content: none;
}
.page-template-template-home-english .background_success_stories, .page-template-template-home-english-new .background_success_stories {
  margin: 0 15px 3px;
}
@media (max-width: 767px) {
  .page-template-template-home-english .background_success_stories, .page-template-template-home-english-new .background_success_stories {
    margin: 5px;
  }
}
.page-template-template-home-english .summary, .page-template-template-home-english-new .summary {
  line-height: 136%;
  -webkit-line-clamp: 6 !important;
}
.page-template-template-home-english .title_new, .page-template-template-home-english-new .title_new {
  color: var(--pink_purple);
  margin: 0 0 16px 0 !important;
  -webkit-line-clamp: 2;
}
.page-template-template-home-english .banner_video_content, .page-template-template-home-english-new .banner_video_content {
  padding: 0 !important;
  display: flex;
}
@media (max-width: 1199px) {
  .page-template-template-home-english .banner_video_content, .page-template-template-home-english-new .banner_video_content {
    justify-content: space-evenly;
  }
}
.page-template-template-home-english .banner_video_content, .page-template-template-home-english-new .banner_video_content {
  height: 100%;
  align-items: center;
}
.page-template-template-home-english .banner_video_content .top_banner, .page-template-template-home-english-new .banner_video_content .top_banner {
  width: 100%;
}
.page-template-template-home-english .link_to_read_banner, .page-template-template-home-english-new .link_to_read_banner {
  color: var(--white, #FFF);
  font-size: 16px;
  margin-top: 40px;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 150%;
}
@media (max-width: 991px) {
  .page-template-template-home-english .link_to_read_banner, .page-template-template-home-english-new .link_to_read_banner {
    margin-top: 20px !important;
  }
}
.page-template-template-home-english .link_to_read_banner:after, .page-template-template-home-english-new .link_to_read_banner:after {
  content: "";
  background: url(../assets/icons/button_left_white.svg);
  display: inline-block;
  width: 8px;
  height: 12px;
  margin-left: 10px;
}
.page-template-template-home-english .header-banner-first_title, .page-template-template-home-english-new .header-banner-first_title {
  text-align: right !important;
  font-size: 28px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page-template-template-home-english .header-banner-first_title, .page-template-template-home-english-new .header-banner-first_title {
    text-align: center !important;
  }
}
.page-template-template-home-english .banner_video_content_texts_english, .page-template-template-home-english-new .banner_video_content_texts_english {
  position: relative;
  color: #FFFFFF;
}
.page-template-template-home-english .banner_video_content_texts_english, .page-template-template-home-english-new .banner_video_content_texts_english {
  padding-top: 100px;
}
@media (min-width: 992px) {
  .page-template-template-home-english .banner_margin_calc, .page-template-template-home-english-new .banner_margin_calc {
    margin: 0px 48.9% 0px 19.4%;
  }
}
@media (max-width: 991px) {
  .page-template-template-home-english .banner_margin_calc, .page-template-template-home-english-new .banner_margin_calc {
    justify-content: space-around;
  }
}
.page-template-template-home-english .video_floor, .page-template-template-home-english .banner_video, .page-template-template-home-english-new .video_floor, .page-template-template-home-english-new .banner_video {
  height: 960px !important;
}

@media (max-width: 991px) {
  .page-template-template-home-english-new [data-section] {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
.page-template-template-home-english-new .new-things .tag {
  margin: 20px;
  font-size: 14px;
  font-weight: 500;
}
.page-template-template-home-english-new .link_new .read_more {
  line-height: 2 !important;
}
.page-template-template-home-english-new .link_new .text_contain {
  width: 100%;
  padding: 20px !important;
}
.page-template-template-home-english-new .link_new .text_contain .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page-template-template-home-english-new .link_new .text_contain .title_new {
  font-size: 20px !important;
  line-height: 1.3;
  font-weight: 700;
}
.page-template-template-home-english-new .link_new .text_contain .date_new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 10px;
}
.page-template-template-home-english-new .link_new .text_contain .date_new strong {
  font-size: 28px;
}
.page-template-template-home-english-new .link_new .text_contain .date_new .icon-script {
  font-size: 36px;
}
.page-template-template-home-english-new .link_new .text_contain .event_register {
  margin: auto 0 0 0;
}
.page-template-template-home-english-new .link_new .text_contain p {
  line-height: 1.4;
  font-size: 16px;
  -webkit-line-clamp: 3;
}
.page-template-template-home-english-new .first_new_thing .image_thing_new {
  height: auto;
}
@media (max-width: 990px) {
  .page-template-template-home-english-new .first_new_thing .image_thing_new {
    height: 118px;
  }
}
.page-template-template-home-english-new .first_new_thing .text_contain {
  padding: 90px 48px !important;
}
.page-template-template-home-english-new .first_new_thing .text_contain .content {
  display: flex;
  gap: 6px;
  flex-direction: column;
}
.page-template-template-home-english-new .first_new_thing .text_contain .title_new {
  font-size: 32px !important;
  line-height: 1.3;
}
.page-template-template-home-english-new .first_new_thing .text_contain p {
  line-height: 1.4;
  font-size: 22px;
  -webkit-line-clamp: 4;
}
.page-template-template-home-english-new .titles_floors {
  text-align: left !important;
  align-items: flex-end;
  gap: 50px;
}
.page-template-template-home-english-new .posts_floor {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
@media (max-width: 767px) {
  .page-template-template-home-english-new .posts_floor .top_banner {
    max-width: 100%;
    width: 100%;
  }
}
.page-template-template-home-english-new .posts_floor .titles_floors {
  margin-bottom: 48px;
}
.page-template-template-home-english-new .posts_floor .all_new_things.slick_new .border-thing {
  display: flex;
  flex-direction: column;
}
.page-template-template-home-english-new .posts_floor .all_new_things.slick_new .border-thing .text_contain {
  flex: 1;
}
.page-template-template-home-english-new .posts_floor .all_new_things.slick_new .slick-track {
  display: flex !important;
  margin-bottom: 30px;
}
.page-template-template-home-english-new .posts_floor .all_new_things.slick_new .slick-slide {
  margin: 0 6px;
  height: inherit !important;
}
.page-template-template-home-english-new .posts_floor .all_new_things.slick_new .link_new {
  height: 100%;
  margin: 0;
}
.page-template-template-home-english-new .posts_floor .all_new_things.slick_new .slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0;
}
.page-template-template-home-english-new .posts_floor .all_new_things.slick_new .slick-dots li {
  list-style: none;
}
.page-template-template-home-english-new .posts_floor .all_new_things.slick_new .slick-dots li button {
  padding: 0;
  font-size: 0;
}
.page-template-template-home-english-new .posts_floor .all_new_things.slick_new .slick-dots li button::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #BDC6C6;
}
.page-template-template-home-english-new .posts_floor .all_new_things.slick_new .slick-dots li.slick-active button::before {
  background-color: #530586;
}
.page-template-template-home-english-new .posts_floor .all_new_things {
  row-gap: 24px;
}
.page-template-template-home-english-new .posts_floor .all_new_things .border-thing {
  height: 100%;
}
@media (max-width: 767px) {
  .page-template-template-home-english-new .posts_floor .all_new_things .border-thing .image_thing_new {
    background-size: cover;
    height: 130px;
    border-radius: 16px 16px 0 0;
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  .page-template-template-home-english-new .posts_floor .all_new_things .border-thing .image_thing_new .tag {
    margin: 0;
    font-size: 14px;
  }
}
.page-template-template-home-english-new .posts_floor .all_new_things .first_new_thing .link_new, .page-template-template-home-english-new .posts_floor .all_new_things .first_new_thing .link_new .border-thing {
  height: 100%;
}
.page-template-template-home-english-new .posts_floor .all_new_things .new-things {
  padding: 0 12px;
}
.page-template-template-home-english-new .posts_floor .new-things .link_new {
  margin-bottom: 0;
}
.page-template-template-home-english-new .posts_floor .new-things {
  row-gap: 24px;
}
.page-template-template-home-english-new .new_title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .page-template-template-home-english-new .new_title {
    font-size: 28px;
  }
}
.page-template-template-home-english-new .new_subtitle {
  font-size: 22px;
  line-height: 1.6;
}
.page-template-template-home-english-new .titles_floors {
  width: 100%;
  justify-content: space-between;
}
.page-template-template-home-english-new header {
  position: sticky !important;
}
.page-template-template-home-english-new .banner_video {
  height: 600px !important;
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .page-template-template-home-english-new .banner_video {
    height: 500px !important;
  }
}
.page-template-template-home-english-new .banner_video .video_floor {
  height: 600px !important;
}
@media (max-width: 767px) {
  .page-template-template-home-english-new .banner_video .video_floor {
    height: 500px !important;
  }
}
.page-template-template-home-english-new .banner_video .video_floor video {
  width: 100% !important;
  height: 100%;
}
.page-template-template-home-english-new .banner_video .header-banner-titles-video {
  font-size: 68px !important;
  text-align: left;
}
@media (max-width: 991px) {
  .page-template-template-home-english-new .banner_video .header-banner-titles-video {
    font-size: 36px !important;
    margin-bottom: 12px !important;
  }
}
.page-template-template-home-english-new .banner_video .header-banner-sub-titles-video {
  font-size: 24px;
}
@media (max-width: 991px) {
  .page-template-template-home-english-new .banner_video .header-banner-sub-titles-video {
    font-size: 18px !important;
  }
}
.page-template-template-home-english-new .banner_video .banner_video_content {
  display: block;
  height: 600px !important;
}
.page-template-template-home-english-new .wrap_main_flooding {
  --bs-gutter-x: 24px;
  margin-top: -124px;
}
@media (max-width: 991px) {
  .page-template-template-home-english-new .wrap_main_flooding {
    margin-top: -133px;
    --bs-gutter-x: 16px;
  }
}
.page-template-template-home-english-new .wrap_main_flooding .main_flooding {
  position: relative;
}
@media (min-width: 767px) {
  .page-template-template-home-english-new .wrap_main_flooding .main_flooding {
    aspect-ratio: 177/60;
  }
}
.page-template-template-home-english-new .wrap_main_flooding .main_flooding {
  border-radius: 16px;
  box-shadow: 0px 5px 21.6px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .page-template-template-home-english-new .wrap_main_flooding .main_flooding {
    flex-direction: column-reverse;
    height: 200px;
  }
}
.page-template-template-home-english-new .wrap_main_flooding .main_flooding .text {
  background-color: #FFFFFF;
  padding: 28px 23px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #0D0D0D;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 767px) {
  .page-template-template-home-english-new .wrap_main_flooding .main_flooding .text {
    width: 47.234%;
  }
}
@media (min-width: 767px) {
  .page-template-template-home-english-new .wrap_main_flooding .main_flooding .text {
    border-radius: 16px 0px 0px 16px;
  }
}
@media (max-width: 767px) {
  .page-template-template-home-english-new .wrap_main_flooding .main_flooding .text {
    font-size: 18px;
    border-radius: 0px 0px 16px 16px;
    flex-direction: row;
    padding: 12px;
    gap: 14px;
    align-items: center;
  }
}
.page-template-template-home-english-new .wrap_main_flooding .main_flooding .link {
  width: fit-content;
  transition: transform 0.3s ease;
}
.page-template-template-home-english-new .wrap_main_flooding .main_flooding .img {
  position: relative;
}
.page-template-template-home-english-new .wrap_main_flooding .main_flooding .img .card {
  position: relative;
  background: white;
  padding: 2rem;
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width: 767px) {
  .page-template-template-home-english-new .wrap_main_flooding .main_flooding .img:before, .page-template-template-home-english-new .wrap_main_flooding .main_flooding .img:after {
    content: "";
    position: absolute;
  }
  .page-template-template-home-english-new .wrap_main_flooding .main_flooding .img:before {
    top: 10px;
    right: 10px;
    width: 33%;
    height: 55%;
    border: 32px solid var(--color); /* Adjust color as needed */
    border-left: none;
    border-bottom: none;
  }
  .page-template-template-home-english-new .wrap_main_flooding .main_flooding .img:after {
    bottom: 10px;
    left: 10px;
    width: 20%;
    height: 32%;
    border: 25px solid var(--color); /* Adjust color as needed */
    border-right: none;
    border-top: none;
  }
}
@media (min-width: 767px) {
  .page-template-template-home-english-new .wrap_main_flooding .main_flooding .img {
    width: 68%;
    border-radius: 0 16px 16px 0;
  }
}
@media (max-width: 767px) {
  .page-template-template-home-english-new .wrap_main_flooding .main_flooding .img {
    flex: 1;
    border-radius: 16px 16px 0px 0;
  }
}
.page-template-template-home-english-new .wrap_main_flooding .main_flooding .img {
  transition: clip-path 0.3s ease, transform 0.3s ease;
  background-size: 101% 100%;
}
.page-template-template-home-english-new .wrap_main_flooding .main_flooding:hover {
  background-color: #FFFFFF;
}
@media (min-width: 991px) {
  .page-template-template-home-english-new .wrap_main_flooding .main_flooding:hover .img {
    background-size: 100%;
    clip-path: polygon(-8% 78%, 91% -26%, 124% 41%, 4% 110%);
    scale: 0.94 0.9;
  }
  .page-template-template-home-english-new .wrap_main_flooding .main_flooding:hover .img:before {
    top: 0px;
    right: 0px;
  }
  .page-template-template-home-english-new .wrap_main_flooding .main_flooding:hover .img:after {
    bottom: 0px;
    left: 0px;
  }
}
.page-template-template-home-english-new .wrap_main_flooding .main_flooding:hover .link {
  transform: rotate(-45deg);
}
.page-template-template-home-english-new .ecosystem_floor {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .page-template-template-home-english-new .ecosystem_floor {
    --bs-gutter-x: 0;
  }
}
.page-template-template-home-english-new .ecosystem_floor .text_ecosystem {
  line-height: 1.7;
}
.page-template-template-home-english-new .ecosystem_floor .text_ecosystem p:last-child {
  margin-bottom: 0;
}
.page-template-template-home-english-new .ecosystem_floor .new_subtitle {
  margin-bottom: 16px;
}
.page-template-template-home-english-new .ecosystem_floor .text_side {
  display: flex;
  flex-direction: column;
}
.page-template-template-home-english-new .ecosystem_floor .btn_all_stories {
  width: 208px;
  margin: 40px 0 0 0;
}
.page-template-template-home-english-new .wrap_ecosystem {
  --bs-gutter-x: 24px;
  row-gap: 24px;
}
@media (max-width: 991px) {
  .page-template-template-home-english-new .wrap_ecosystem {
    --bs-gutter-x: 16px;
    row-gap: 16px;
    margin-top: 20px;
  }
}
.page-template-template-home-english-new .wrap_ecosystem .ecosystem {
  min-height: 196px;
  height: 100%;
  gap: 16px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0px 4px 22.2px 0px rgba(166, 184, 173, 0.2784313725);
}
@media (max-width: 991px) {
  .page-template-template-home-english-new .wrap_ecosystem .ecosystem {
    padding: 20px;
  }
}
.page-template-template-home-english-new .wrap_ecosystem .ecosystem .ecosystem_title {
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  color: var(--link_color);
}
@media (max-width: 991px) {
  .page-template-template-home-english-new .wrap_ecosystem .ecosystem .ecosystem_title {
    font-size: 40px;
  }
}
.page-template-template-home-english-new .wrap_ecosystem .ecosystem .ecosystem_text {
  font-weight: 700;
}
@media (max-width: 991px) {
  .page-template-template-home-english-new .wrap_ecosystem .ecosystem .ecosystem_text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .page-template-template-home-english-new .national_programs_floor .national_programs {
    --bs-gutter-x: 0;
  }
}
.page-template-template-home-english-new .national_programs_floor .titles_floors {
  margin-bottom: 60px;
}
.page-template-template-home-english-new .national_programs_floor .link_item {
  width: 100%;
  border-bottom: 1px solid #D3D3D3;
  cursor: pointer;
  padding: 24px 0;
  font-size: 24px;
  line-height: 1.3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .page-template-template-home-english-new .national_programs_floor .link_item {
    flex-direction: column;
    gap: 12px;
  }
}
.page-template-template-home-english-new .national_programs_floor .link_item .wrap_title {
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .page-template-template-home-english-new .national_programs_floor .link_item .wrap_title {
    width: 100%;
  }
}
.page-template-template-home-english-new .national_programs_floor .link_item .wrap_title span {
  flex: 1;
  display: flex;
  gap: 8px;
}
@media (max-width: 767px) {
  .page-template-template-home-english-new .national_programs_floor .link_item .wrap_title span:before {
    content: "";
    display: flex;
    background-image: var(--image);
    width: 40px;
    min-width: 40px;
    height: 38px;
    background-size: cover;
  }
}
.page-template-template-home-english-new .national_programs_floor .link_item svg {
  display: none;
}
@media (max-width: 767px) {
  .page-template-template-home-english-new .national_programs_floor .link_item svg {
    display: block;
    transform: rotate(90deg);
  }
}
.page-template-template-home-english-new .national_programs_floor .link_item svg path {
  fill: var(--purple_bg_color);
}
.page-template-template-home-english-new .national_programs_floor .link_item.active svg {
  display: block;
}
@media (max-width: 767px) {
  .page-template-template-home-english-new .national_programs_floor .link_item.active svg {
    display: block;
    transform: rotate(-90deg);
  }
}
.page-template-template-home-english-new .national_programs_floor .link_item.active {
  font-weight: bold;
}
.page-template-template-home-english-new .national_programs_floor .link_content {
  box-shadow: 0px 8px 28px 0px rgba(0, 0, 0, 0.1215686275);
  border-radius: 16px;
  color: black;
}
.page-template-template-home-english-new .national_programs_floor .link_content:not(.active) {
  display: none;
}
.page-template-template-home-english-new .national_programs_floor .link_content .image {
  height: 356px;
  border-radius: 16px 16px 0 0;
  background-size: cover;
}
@media (max-width: 767px) {
  .page-template-template-home-english-new .national_programs_floor .link_content .image {
    height: 200px;
  }
}
.page-template-template-home-english-new .national_programs_floor .link_content .link {
  gap: 12px;
  display: flex;
  flex-direction: column;
  padding: 32px 40px;
}
@media (max-width: 767px) {
  .page-template-template-home-english-new .national_programs_floor .link_content .link {
    padding: 20px;
  }
}
.page-template-template-home-english-new .national_programs_floor .link_content .link * {
  color: black;
}
.page-template-template-home-english-new .national_programs_floor .link_content .link .link_icon {
  background-color: #000095;
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 8px;
  align-content: center;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
}
.page-template-template-home-english-new .national_programs_floor .link_content .link .link_icon svg {
  display: block !important;
  transform: none;
}
.page-template-template-home-english-new .national_programs_floor .link_content .link .link_icon svg path {
  fill: white;
}
.page-template-template-home-english-new .national_programs_floor .link_content .link .link_icon svg * {
  color: white;
}
.page-template-template-home-english-new .national_programs_floor .link_content .link .title {
  display: flex;
  gap: 10px;
  font-weight: 700;
  font-size: 24px;
}
@media (max-width: 767px) {
  .page-template-template-home-english-new .national_programs_floor .link_content .link .title {
    display: none;
  }
}
.page-template-template-home-english-new .national_programs_floor .link_content .link .title:before {
  content: "";
  display: flex;
  background-image: var(--image);
  width: 40px;
  height: 38px;
  background-size: cover;
}
.page-template-template-home-english-new .national_programs_floor .link_content .link .text {
  flex: 1;
  font-size: 32px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .page-template-template-home-english-new .national_programs_floor .link_content .link .text {
    font-size: 18px;
  }
}
.page-template-template-home-english-new .logos_floor {
  display: flex;
  flex-direction: column;
  padding-top: var(--space_80) !important;
}
@media (max-width: 991px) {
  .page-template-template-home-english-new .logos_floor {
    padding-top: 0 !important;
  }
}
.page-template-template-home-english-new .logos_floor .toggle-autoplay {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  border: 1px solid;
  border-radius: 50%;
  padding: 0;
  font-size: 14px;
}
.page-template-template-home-english-new .logos_floor .toggle-autoplay.icon-play {
  padding-left: 3px;
}
.page-template-template-home-english-new .logos_floor .new_title {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .page-template-template-home-english-new .logos_floor .new_title {
    margin-bottom: 60px;
  }
}
.page-template-template-home-english-new .logos_floor .wrap_logos {
  display: flex;
  margin-bottom: 30px;
}
.page-template-template-home-english-new .logos_floor .wrap_logos .logo-item {
  margin: 0 50px; /* 50px on each side = 100px total spacing */
}
.page-template-template-home-english-new .logos_floor .wrap_logos img {
  height: 60px;
  object-fit: cover;
}

.page-template-template-iserd_hp .background_success_stories {
  margin: 0 15px 3px;
}
@media (max-width: 767px) {
  .page-template-template-iserd_hp .background_success_stories {
    margin: 5px;
  }
}
.page-template-template-iserd_hp {
  --floor-padding: 80px;
}
@media (max-width: 767px) {
  .page-template-template-iserd_hp {
    --floor-padding: 50px;
  }
}
.page-template-template-iserd_hp [data-section] {
  padding-top: var(--floor-padding);
  padding-bottom: var(--floor-padding);
}

.page-template-template-home-english, .page-template-template-home-english-new, .press_releases_floor {
  --floor-padding: 120px;
}
@media (max-width: 767px) {
  .page-template-template-home-english, .page-template-template-home-english-new, .press_releases_floor {
    --floor-padding: 50px;
  }
}
.page-template-template-home-english [data-section], .page-template-template-home-english-new [data-section], .press_releases_floor [data-section] {
  padding-top: var(--floor-padding);
  padding-bottom: var(--floor-padding);
}

.page-template-template-home-english .titles_floors, .page-template-template-home-english-new .titles_floors, .page-template-template-iserd_hp .titles_floors, .press_releases_floor .titles_floors {
  margin-bottom: 25px;
  text-align: center;
  align-items: flex-end;
}
.page-template-template-home-english .titles_floors a, .page-template-template-home-english-new .titles_floors a, .page-template-template-iserd_hp .titles_floors a, .press_releases_floor .titles_floors a {
  text-underline-offset: 6px;
  color: #000000;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .page-template-template-home-english .header-banner-titles, .page-template-template-home-english-new .header-banner-titles, .page-template-template-iserd_hp .header-banner-titles, .press_releases_floor .header-banner-titles {
    padding-right: 60px !important;
  }
  .page-template-template-home-english .all_sub_title, .page-template-template-home-english-new .all_sub_title, .page-template-template-iserd_hp .all_sub_title, .press_releases_floor .all_sub_title {
    padding: 0 !important;
  }
}
.page-template-template-home-english .what_we_are_looking_next_arrow, .page-template-template-home-english .what_we_are_looking_prev_arrow, .page-template-template-home-english-new .what_we_are_looking_next_arrow, .page-template-template-home-english-new .what_we_are_looking_prev_arrow, .page-template-template-iserd_hp .what_we_are_looking_next_arrow, .page-template-template-iserd_hp .what_we_are_looking_prev_arrow, .press_releases_floor .what_we_are_looking_next_arrow, .press_releases_floor .what_we_are_looking_prev_arrow {
  position: relative;
  left: auto;
  right: auto;
  top: 0;
  width: fit-content;
  height: fit-content;
  margin: auto 15px;
}
@media (max-width: 991px) {
  .page-template-template-home-english .what_we_are_looking_next_arrow, .page-template-template-home-english .what_we_are_looking_prev_arrow, .page-template-template-home-english-new .what_we_are_looking_next_arrow, .page-template-template-home-english-new .what_we_are_looking_prev_arrow, .page-template-template-iserd_hp .what_we_are_looking_next_arrow, .page-template-template-iserd_hp .what_we_are_looking_prev_arrow, .press_releases_floor .what_we_are_looking_next_arrow, .press_releases_floor .what_we_are_looking_prev_arrow {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .page-template-template-home-english .what_we_are_looking_next_arrow, .page-template-template-home-english .what_we_are_looking_prev_arrow, .page-template-template-home-english-new .what_we_are_looking_next_arrow, .page-template-template-home-english-new .what_we_are_looking_prev_arrow, .page-template-template-iserd_hp .what_we_are_looking_next_arrow, .page-template-template-iserd_hp .what_we_are_looking_prev_arrow, .press_releases_floor .what_we_are_looking_next_arrow, .press_releases_floor .what_we_are_looking_prev_arrow {
    display: block !important;
    margin: auto 7.5px;
  }
}
.page-template-template-home-english .what_we_are_looking_next_arrow:after, .page-template-template-home-english .what_we_are_looking_prev_arrow:after, .page-template-template-home-english-new .what_we_are_looking_next_arrow:after, .page-template-template-home-english-new .what_we_are_looking_prev_arrow:after, .page-template-template-iserd_hp .what_we_are_looking_next_arrow:after, .page-template-template-iserd_hp .what_we_are_looking_prev_arrow:after, .press_releases_floor .what_we_are_looking_next_arrow:after, .press_releases_floor .what_we_are_looking_prev_arrow:after {
  content: "\e985";
  color: var(--light_purple);
  font-family: icomoon;
  display: inline-block;
  width: 18px;
  height: 29px;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .page-template-template-home-english .what_we_are_looking_next_arrow:after, .page-template-template-home-english .what_we_are_looking_prev_arrow:after, .page-template-template-home-english-new .what_we_are_looking_next_arrow:after, .page-template-template-home-english-new .what_we_are_looking_prev_arrow:after, .page-template-template-iserd_hp .what_we_are_looking_next_arrow:after, .page-template-template-iserd_hp .what_we_are_looking_prev_arrow:after, .press_releases_floor .what_we_are_looking_next_arrow:after, .press_releases_floor .what_we_are_looking_prev_arrow:after {
    margin-left: 0px !important;
  }
}
.page-template-template-home-english [data-section=international_collaborations_map], .page-template-template-home-english-new [data-section=international_collaborations_map], .page-template-template-iserd_hp [data-section=international_collaborations_map], .press_releases_floor [data-section=international_collaborations_map] {
  background-color: var(--single_event_details_bg_color);
}
.page-template-template-home-english .report_div, .page-template-template-home-english-new .report_div, .page-template-template-iserd_hp .report_div, .press_releases_floor .report_div {
  margin-bottom: 24px;
}
.page-template-template-home-english .report_block, .page-template-template-home-english-new .report_block, .page-template-template-iserd_hp .report_block, .press_releases_floor .report_block {
  padding: 0px 0px 0px 24px !important;
}
@media (max-width: 767px) {
  .page-template-template-home-english .report_block, .page-template-template-home-english-new .report_block, .page-template-template-iserd_hp .report_block, .press_releases_floor .report_block {
    margin-top: 24px;
    padding: 0 !important;
  }
}
.page-template-template-home-english .report_block .text_block, .page-template-template-home-english-new .report_block .text_block, .page-template-template-iserd_hp .report_block .text_block, .press_releases_floor .report_block .text_block {
  padding: 0 0 0 8px;
}
@media (max-width: 767px) {
  .page-template-template-home-english .report_block .text_block, .page-template-template-home-english-new .report_block .text_block, .page-template-template-iserd_hp .report_block .text_block, .press_releases_floor .report_block .text_block {
    padding: 0;
  }
}
.page-template-template-home-english .report_block .img_block, .page-template-template-home-english-new .report_block .img_block, .page-template-template-iserd_hp .report_block .img_block, .press_releases_floor .report_block .img_block {
  padding: 0 0 0 12px;
}
@media (max-width: 767px) {
  .page-template-template-home-english .report_block .img_block, .page-template-template-home-english-new .report_block .img_block, .page-template-template-iserd_hp .report_block .img_block, .press_releases_floor .report_block .img_block {
    padding: 0 0 15px 0;
    order: -1;
  }
}
.page-template-template-home-english #map, .page-template-template-home-english-new #map, .page-template-template-iserd_hp #map, .press_releases_floor #map {
  height: 584px;
}
.page-template-template-home-english .date_post:before, .page-template-template-home-english-new .date_post:before, .page-template-template-iserd_hp .date_post:before, .press_releases_floor .date_post:before {
  content: "";
  width: 42px;
  height: 2px;
  display: block;
  margin: 16px 0px;
  background: var(--pink_purple);
}
.page-template-template-home-english .title_post, .page-template-template-home-english-new .title_post, .page-template-template-iserd_hp .title_post, .press_releases_floor .title_post {
  line-height: 130%;
  height: 58px;
  font-size: 22px;
  -webkit-line-clamp: 2;
  font-weight: 700;
}
.page-template-template-home-english .post_text_block, .page-template-template-home-english-new .post_text_block, .page-template-template-iserd_hp .post_text_block, .press_releases_floor .post_text_block {
  padding: 24px 23px 21px 24px !important;
}
.page-template-template-home-english .single-post, .page-template-template-home-english-new .single-post, .page-template-template-iserd_hp .single-post, .press_releases_floor .single-post {
  margin: 0 !important;
}
.page-template-template-home-english .img_post, .page-template-template-home-english-new .img_post, .page-template-template-iserd_hp .img_post, .press_releases_floor .img_post {
  height: 162px;
}
@media (max-width: 767px) {
  .page-template-template-home-english .img_post, .page-template-template-home-english-new .img_post, .page-template-template-iserd_hp .img_post, .press_releases_floor .img_post {
    height: 150px;
  }
}
.page-template-template-home-english .single-report, .page-template-template-home-english-new .single-report, .page-template-template-iserd_hp .single-report, .press_releases_floor .single-report {
  margin: 0 !important;
  padding: 24px 23.954px 14px 24px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .page-template-template-home-english .single-report, .page-template-template-home-english-new .single-report, .page-template-template-iserd_hp .single-report, .press_releases_floor .single-report {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .page-template-template-home-english .card_release, .page-template-template-home-english-new .card_release, .page-template-template-iserd_hp .card_release, .press_releases_floor .card_release {
    margin-right: 16px;
  }
}
.page-template-template-home-english .card_release, .page-template-template-home-english-new .card_release, .page-template-template-iserd_hp .card_release, .press_releases_floor .card_release {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
}
.page-template-template-home-english .title-excerpt, .page-template-template-home-english-new .title-excerpt, .page-template-template-iserd_hp .title-excerpt, .press_releases_floor .title-excerpt {
  min-height: 53px;
  margin-bottom: 15px;
  -webkit-line-clamp: 2;
}
.page-template-template-home-english .release_excerpt, .page-template-template-home-english-new .release_excerpt, .page-template-template-iserd_hp .release_excerpt, .press_releases_floor .release_excerpt {
  -webkit-line-clamp: 4;
  height: 95px;
  color: var(--blue-50, rgba(34, 29, 94, 0.5));
}
.page-template-template-home-english .title-excerpt, .page-template-template-home-english-new .title-excerpt, .page-template-template-iserd_hp .title-excerpt, .press_releases_floor .title-excerpt {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}
.page-template-template-home-english .release_img, .page-template-template-home-english-new .release_img, .page-template-template-iserd_hp .release_img, .press_releases_floor .release_img {
  height: 180px;
}
@media (max-width: 767px) {
  .page-template-template-home-english .release_img, .page-template-template-home-english-new .release_img, .page-template-template-iserd_hp .release_img, .press_releases_floor .release_img {
    height: 150px;
  }
}
@media (max-width: 991px) {
  .page-template-template-home-english .titles_stories, .page-template-template-home-english .map_titles, .page-template-template-home-english-new .titles_stories, .page-template-template-home-english-new .map_titles, .page-template-template-iserd_hp .titles_stories, .page-template-template-iserd_hp .map_titles, .press_releases_floor .titles_stories, .press_releases_floor .map_titles {
    width: 100% !important;
    padding: 100px 0 5px 0 !important;
  }
}
@media (max-width: 767px) {
  .page-template-template-home-english .titles_stories, .page-template-template-home-english .map_titles, .page-template-template-home-english-new .titles_stories, .page-template-template-home-english-new .map_titles, .page-template-template-iserd_hp .titles_stories, .page-template-template-iserd_hp .map_titles, .press_releases_floor .titles_stories, .press_releases_floor .map_titles {
    padding: 30px 0 0 0 !important;
  }
}
.page-template-template-home-english .button_to_the_event, .page-template-template-home-english .title_read_more, .page-template-template-home-english .national_program_report_floor .report_wrap a, .national_program_report_floor .report_wrap .page-template-template-home-english a, .page-template-template-home-english .post-type-archive-np_report .report_wrap a, .post-type-archive-np_report .report_wrap .page-template-template-home-english a, .page-template-template-home-english-new .button_to_the_event, .page-template-template-home-english-new .title_read_more, .page-template-template-home-english-new .national_program_report_floor .report_wrap a, .national_program_report_floor .report_wrap .page-template-template-home-english-new a, .page-template-template-home-english-new .post-type-archive-np_report .report_wrap a, .post-type-archive-np_report .report_wrap .page-template-template-home-english-new a, .page-template-template-iserd_hp .button_to_the_event, .page-template-template-iserd_hp .title_read_more, .page-template-template-iserd_hp .national_program_report_floor .report_wrap a, .national_program_report_floor .report_wrap .page-template-template-iserd_hp a, .page-template-template-iserd_hp .post-type-archive-np_report .report_wrap a, .post-type-archive-np_report .report_wrap .page-template-template-iserd_hp a, .press_releases_floor .button_to_the_event, .press_releases_floor .title_read_more, .press_releases_floor .national_program_report_floor .report_wrap a, .national_program_report_floor .report_wrap .press_releases_floor a, .press_releases_floor .post-type-archive-np_report .report_wrap a, .post-type-archive-np_report .report_wrap .press_releases_floor a {
  color: var(--pink, var(--pink_purple));
  font-size: 16px;
  padding-top: 25px;
  font-weight: 500;
  line-height: 150%;
}
.page-template-template-home-english .single-event-excerpt, .page-template-template-home-english-new .single-event-excerpt, .page-template-template-iserd_hp .single-event-excerpt, .press_releases_floor .single-event-excerpt {
  min-height: 72px;
  -webkit-line-clamp: 3 !important;
}
.page-template-template-home-english .text_contain .content, .page-template-template-home-english-new .text_contain .content, .page-template-template-iserd_hp .text_contain .content, .press_releases_floor .text_contain .content {
  max-width: 100%;
}
@media (max-width: 767px) {
  .page-template-template-home-english .text_contain, .page-template-template-home-english-new .text_contain, .page-template-template-iserd_hp .text_contain, .press_releases_floor .text_contain {
    padding: 15px 12px;
  }
}
.page-template-template-home-english .text_contain, .page-template-template-home-english-new .text_contain, .page-template-template-iserd_hp .text_contain, .press_releases_floor .text_contain {
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.page-template-template-home-english .first_new_thing .text_contain, .page-template-template-home-english-new .first_new_thing .text_contain, .page-template-template-iserd_hp .first_new_thing .text_contain, .press_releases_floor .first_new_thing .text_contain {
  padding: 40px 48px;
}
@media (max-width: 991px) {
  .page-template-template-home-english .first_new_thing .text_contain, .page-template-template-home-english-new .first_new_thing .text_contain, .page-template-template-iserd_hp .first_new_thing .text_contain, .press_releases_floor .first_new_thing .text_contain {
    padding: 20px 24px;
  }
}
.page-template-template-home-english .tag, .page-template-template-home-english-new .tag, .page-template-template-iserd_hp .tag, .press_releases_floor .tag {
  color: white;
  font-weight: 500;
  background: #6e6eff;
  border-radius: 40px;
  margin: 24px;
  line-height: 100%;
  display: flex;
  width: fit-content;
  font-size: 16px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .page-template-template-home-english .tag, .page-template-template-home-english-new .tag, .page-template-template-iserd_hp .tag, .press_releases_floor .tag {
    margin: 8px;
  }
}
.page-template-template-home-english .release-single-content-title-excerpt, .page-template-template-home-english-new .release-single-content-title-excerpt, .page-template-template-iserd_hp .release-single-content-title-excerpt, .press_releases_floor .release-single-content-title-excerpt {
  padding: 25px 25px 27px 30px !important;
}
.page-template-template-home-english .event-single-content, .page-template-template-home-english-new .event-single-content, .page-template-template-iserd_hp .event-single-content, .press_releases_floor .event-single-content {
  padding: 16px 24px 25px !important;
}
.page-template-template-home-english .event_single, .page-template-template-home-english-new .event_single, .page-template-template-iserd_hp .event_single, .press_releases_floor .event_single {
  border-radius: 12px !important;
  height: auto !important;
}
.page-template-template-home-english .event_single .event-single-content .title-event, .page-template-template-home-english-new .event_single .event-single-content .title-event, .page-template-template-iserd_hp .event_single .event-single-content .title-event, .press_releases_floor .event_single .event-single-content .title-event {
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 130% !important;
  margin-top: 16px !important;
  min-height: 54px;
}
.page-template-template-home-english .event-single-address, .page-template-template-home-english-new .event-single-address, .page-template-template-iserd_hp .event-single-address, .press_releases_floor .event-single-address {
  min-height: 24px;
}
.page-template-template-home-english .event-single-location-hour, .page-template-template-home-english .event-single-address, .page-template-template-home-english .sub_title_report, .page-template-template-home-english .date_post, .page-template-template-home-english-new .event-single-location-hour, .page-template-template-home-english-new .event-single-address, .page-template-template-home-english-new .sub_title_report, .page-template-template-home-english-new .date_post, .page-template-template-iserd_hp .event-single-location-hour, .page-template-template-iserd_hp .event-single-address, .page-template-template-iserd_hp .sub_title_report, .page-template-template-iserd_hp .date_post, .press_releases_floor .event-single-location-hour, .press_releases_floor .event-single-address, .press_releases_floor .sub_title_report, .press_releases_floor .date_post {
  color: var(--blue-50, rgba(34, 29, 94, 0.5)) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 26px;
}
.page-template-template-home-english .number-day, .page-template-template-home-english-new .number-day, .page-template-template-iserd_hp .number-day, .press_releases_floor .number-day {
  font-weight: 500 !important;
  font-size: 32px !important;
}
.page-template-template-home-english .name-month, .page-template-template-home-english-new .name-month, .page-template-template-iserd_hp .name-month, .press_releases_floor .name-month {
  font-weight: 500 !important;
}
.page-template-template-home-english .event-single-details, .page-template-template-home-english-new .event-single-details, .page-template-template-iserd_hp .event-single-details, .press_releases_floor .event-single-details {
  height: 69px;
  padding-bottom: 16px !important;
  border-bottom: 1px solid #EBEBEB !important;
}
.page-template-template-home-english .event-single-image, .page-template-template-home-english-new .event-single-image, .page-template-template-iserd_hp .event-single-image, .press_releases_floor .event-single-image {
  height: fit-content !important;
}
.page-template-template-home-english .event-single-padding:first-child, .page-template-template-home-english-new .event-single-padding:first-child, .page-template-template-iserd_hp .event-single-padding:first-child, .press_releases_floor .event-single-padding:first-child {
  padding-right: 0 !important;
}
.page-template-template-home-english .event-single-padding:last-child, .page-template-template-home-english-new .event-single-padding:last-child, .page-template-template-iserd_hp .event-single-padding:last-child, .press_releases_floor .event-single-padding:last-child {
  padding-left: 0 !important;
}
.page-template-template-home-english .inner-text, .page-template-template-home-english-new .inner-text, .page-template-template-iserd_hp .inner-text, .press_releases_floor .inner-text {
  height: 116px;
}
.page-template-template-home-english .program_sub_title, .page-template-template-home-english-new .program_sub_title, .page-template-template-iserd_hp .program_sub_title, .press_releases_floor .program_sub_title {
  -webkit-line-clamp: 2;
  font-weight: 400;
}
.page-template-template-home-english .route_item .float-left, .page-template-template-home-english-new .route_item .float-left, .page-template-template-iserd_hp .route_item .float-left, .press_releases_floor .route_item .float-left {
  width: 93% !important;
}
.page-template-template-home-english .route_item .icon-arrow-left, .page-template-template-home-english-new .route_item .icon-arrow-left, .page-template-template-iserd_hp .route_item .icon-arrow-left, .press_releases_floor .route_item .icon-arrow-left {
  width: 44px !important;
  height: 44px !important;
}
.page-template-template-home-english .routes_header, .page-template-template-home-english-new .routes_header, .page-template-template-iserd_hp .routes_header, .press_releases_floor .routes_header {
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 30.8px !important;
  -webkit-line-clamp: 2;
  min-height: 61px;
}
.page-template-template-home-english .route_wrap, .page-template-template-home-english-new .route_wrap, .page-template-template-iserd_hp .route_wrap, .press_releases_floor .route_wrap {
  padding: 0 5px !important;
}
.page-template-template-home-english .program, .page-template-template-home-english .all_events_english, .page-template-template-home-english .all_content, .page-template-template-home-english .single_release, .page-template-template-home-english .padding_none, .page-template-template-home-english-new .program, .page-template-template-home-english-new .all_events_english, .page-template-template-home-english-new .all_content, .page-template-template-home-english-new .single_release, .page-template-template-home-english-new .padding_none, .page-template-template-iserd_hp .program, .page-template-template-iserd_hp .all_events_english, .page-template-template-iserd_hp .all_content, .page-template-template-iserd_hp .single_release, .page-template-template-iserd_hp .padding_none, .press_releases_floor .program, .press_releases_floor .all_events_english, .press_releases_floor .all_content, .press_releases_floor .single_release, .press_releases_floor .padding_none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-template-template-home-english .all_content, .page-template-template-home-english-new .all_content, .page-template-template-iserd_hp .all_content, .press_releases_floor .all_content {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .page-template-template-home-english .all_content, .page-template-template-home-english-new .all_content, .page-template-template-iserd_hp .all_content, .press_releases_floor .all_content {
    width: 100%;
  }
}
.page-template-template-home-english .title_report, .page-template-template-home-english-new .title_report, .page-template-template-iserd_hp .title_report, .press_releases_floor .title_report {
  height: 108px;
  -webkit-line-clamp: 3;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 16px;
}
.page-template-template-home-english .sub_title_report, .page-template-template-home-english-new .sub_title_report, .page-template-template-iserd_hp .sub_title_report, .press_releases_floor .sub_title_report {
  -webkit-line-clamp: 4;
  height: 100px;
}
.page-template-template-home-english .image_report, .page-template-template-home-english-new .image_report, .page-template-template-iserd_hp .image_report, .press_releases_floor .image_report {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .page-template-template-home-english .image_report, .page-template-template-home-english-new .image_report, .page-template-template-iserd_hp .image_report, .press_releases_floor .image_report {
    height: 150px;
  }
}
.page-template-template-home-english .what_we_are_looking_next_arrow.slick-next, .page-template-template-home-english-new .what_we_are_looking_next_arrow.slick-next, .page-template-template-iserd_hp .what_we_are_looking_next_arrow.slick-next, .press_releases_floor .what_we_are_looking_next_arrow.slick-next {
  transform: none !important;
}
.page-template-template-home-english .release-single-content, .page-template-template-home-english .single-report, .page-template-template-home-english .single-post, .page-template-template-home-english-new .release-single-content, .page-template-template-home-english-new .single-report, .page-template-template-home-english-new .single-post, .page-template-template-iserd_hp .release-single-content, .page-template-template-iserd_hp .single-report, .page-template-template-iserd_hp .single-post, .press_releases_floor .release-single-content, .press_releases_floor .single-report, .press_releases_floor .single-post {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
}
.page-template-template-home-english .margin_all, .page-template-template-home-english-new .margin_all, .page-template-template-iserd_hp .margin_all, .press_releases_floor .margin_all {
  margin: 60px 0;
  padding: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .page-template-template-home-english .margin_all, .page-template-template-home-english-new .margin_all, .page-template-template-iserd_hp .margin_all, .press_releases_floor .margin_all {
    margin: 15px 0;
  }
}
.page-template-template-home-english .to_suitable_route_button, .page-template-template-home-english-new .to_suitable_route_button, .page-template-template-iserd_hp .to_suitable_route_button, .press_releases_floor .to_suitable_route_button {
  font-size: 16px;
  font-weight: 700 !important;
}
@media (max-width: 991px) {
  .page-template-template-home-english .to_suitable_route_button, .page-template-template-home-english-new .to_suitable_route_button, .page-template-template-iserd_hp .to_suitable_route_button, .press_releases_floor .to_suitable_route_button {
    margin: 28px 0 !important;
  }
}
.page-template-template-home-english .header-banner-titles-video, .page-template-template-home-english-new .header-banner-titles-video, .page-template-template-iserd_hp .header-banner-titles-video, .press_releases_floor .header-banner-titles-video {
  font-size: 76px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 120%;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .page-template-template-home-english .header-banner-titles-video, .page-template-template-home-english-new .header-banner-titles-video, .page-template-template-iserd_hp .header-banner-titles-video, .press_releases_floor .header-banner-titles-video {
    font-size: 48px;
    text-align: center;
    margin-bottom: 28px;
    line-height: 1.2;
  }
}
.page-template-template-home-english .header-banner-sub-titles-video, .page-template-template-home-english-new .header-banner-sub-titles-video, .page-template-template-iserd_hp .header-banner-sub-titles-video, .press_releases_floor .header-banner-sub-titles-video {
  color: #FFF;
  font-size: 28px;
  line-height: 38px !important;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page-template-template-home-english .header-banner-sub-titles-video, .page-template-template-home-english-new .header-banner-sub-titles-video, .page-template-template-iserd_hp .header-banner-sub-titles-video, .press_releases_floor .header-banner-sub-titles-video {
    font-size: 22px !important;
  }
}
.page-template-template-home-english .title_report, .page-template-template-home-english .header-banner-sub-titles-video, .page-template-template-home-english-new .title_report, .page-template-template-home-english-new .header-banner-sub-titles-video, .page-template-template-iserd_hp .title_report, .page-template-template-iserd_hp .header-banner-sub-titles-video, .press_releases_floor .title_report, .press_releases_floor .header-banner-sub-titles-video {
  line-height: 130%; /* 26px */
}
.page-template-template-home-english .header-banner-titles, .page-template-template-home-english-new .header-banner-titles, .page-template-template-iserd_hp .header-banner-titles, .press_releases_floor .header-banner-titles {
  -webkit-line-clamp: 2;
  color: #FFF;
  font-size: 42px;
  font-weight: 500;
  padding-right: 140px;
  line-height: 54.6px;
}
.page-template-template-home-english .header-banner-sub-titles, .page-template-template-home-english-new .header-banner-sub-titles, .page-template-template-iserd_hp .header-banner-sub-titles, .press_releases_floor .header-banner-sub-titles {
  margin-bottom: 32px;
  color: #FFF;
  font-size: 20px;
  line-height: 26px;
}
.page-template-template-home-english .banner_img_marketing_content_color, .page-template-template-home-english-new .banner_img_marketing_content_color, .page-template-template-iserd_hp .banner_img_marketing_content_color, .press_releases_floor .banner_img_marketing_content_color {
  padding-top: 12%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-template-home-english .img_marketing, .page-template-template-home-english-new .img_marketing, .page-template-template-iserd_hp .img_marketing, .press_releases_floor .img_marketing {
  max-width: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .page-template-template-home-english .posts_floor .titles_stories, .page-template-template-home-english-new .posts_floor .titles_stories, .page-template-template-iserd_hp .posts_floor .titles_stories, .press_releases_floor .posts_floor .titles_stories {
    margin-bottom: 35px;
  }
}

.page-template-template-home-english .background_success_stories, .page-template-template-home-english-new .background_success_stories, .page-template-template-iserd_hp .background_success_stories, .post-type-archive-success_story .background_success_stories, .press_releases_floor .background_success_stories {
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
}
.page-template-template-home-english .background_success_stories:hover, .page-template-template-home-english-new .background_success_stories:hover, .page-template-template-iserd_hp .background_success_stories:hover, .post-type-archive-success_story .background_success_stories:hover, .press_releases_floor .background_success_stories:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}
.page-template-template-home-english .btn_all_stories, .page-template-template-home-english-new .btn_all_stories, .page-template-template-iserd_hp .btn_all_stories, .post-type-archive-success_story .btn_all_stories, .press_releases_floor .btn_all_stories {
  background: var(--purple_bg_color);
  color: #FFFFFF;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: flex;
  margin: auto;
  height: 54px;
  width: 280px;
  max-width: 100%;
  line-height: 120%;
  padding: 0 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.page-template-template-home-english .btn_all_stories:hover, .page-template-template-home-english-new .btn_all_stories:hover, .page-template-template-iserd_hp .btn_all_stories:hover, .post-type-archive-success_story .btn_all_stories:hover, .press_releases_floor .btn_all_stories:hover {
  background: #FFFFFF;
  color: var(--purple_bg_color);
  border: 1px solid var(--purple_bg_color);
}
.page-template-template-home-english .btn_all_stories:hover span:after, .page-template-template-home-english .btn_all_stories:hover span:before, .page-template-template-home-english .btn_all_stories:hover:after, .page-template-template-home-english .btn_all_stories:hover:before, .page-template-template-home-english-new .btn_all_stories:hover span:after, .page-template-template-home-english-new .btn_all_stories:hover span:before, .page-template-template-home-english-new .btn_all_stories:hover:after, .page-template-template-home-english-new .btn_all_stories:hover:before, .page-template-template-iserd_hp .btn_all_stories:hover span:after, .page-template-template-iserd_hp .btn_all_stories:hover span:before, .page-template-template-iserd_hp .btn_all_stories:hover:after, .page-template-template-iserd_hp .btn_all_stories:hover:before, .post-type-archive-success_story .btn_all_stories:hover span:after, .post-type-archive-success_story .btn_all_stories:hover span:before, .post-type-archive-success_story .btn_all_stories:hover:after, .post-type-archive-success_story .btn_all_stories:hover:before, .press_releases_floor .btn_all_stories:hover span:after, .press_releases_floor .btn_all_stories:hover span:before, .press_releases_floor .btn_all_stories:hover:after, .press_releases_floor .btn_all_stories:hover:before {
  color: var(--purple_bg_color) !important;
}
.page-template-template-home-english .btn_all_stories span:after, .page-template-template-home-english .btn_all_stories span:before, .page-template-template-home-english .btn_all_stories:after, .page-template-template-home-english .btn_all_stories:before, .page-template-template-home-english-new .btn_all_stories span:after, .page-template-template-home-english-new .btn_all_stories span:before, .page-template-template-home-english-new .btn_all_stories:after, .page-template-template-home-english-new .btn_all_stories:before, .page-template-template-iserd_hp .btn_all_stories span:after, .page-template-template-iserd_hp .btn_all_stories span:before, .page-template-template-iserd_hp .btn_all_stories:after, .page-template-template-iserd_hp .btn_all_stories:before, .post-type-archive-success_story .btn_all_stories span:after, .post-type-archive-success_story .btn_all_stories span:before, .post-type-archive-success_story .btn_all_stories:after, .post-type-archive-success_story .btn_all_stories:before, .press_releases_floor .btn_all_stories span:after, .press_releases_floor .btn_all_stories span:before, .press_releases_floor .btn_all_stories:after, .press_releases_floor .btn_all_stories:before {
  color: #FFFFFF !important;
}
.page-template-template-home-english .btn_all_stories:after, .page-template-template-home-english .btn_all_stories:before, .page-template-template-home-english-new .btn_all_stories:after, .page-template-template-home-english-new .btn_all_stories:before, .page-template-template-iserd_hp .btn_all_stories:after, .page-template-template-iserd_hp .btn_all_stories:before, .post-type-archive-success_story .btn_all_stories:after, .post-type-archive-success_story .btn_all_stories:before, .press_releases_floor .btn_all_stories:after, .press_releases_floor .btn_all_stories:before {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .page-template-template-home-english .btn_all_stories, .page-template-template-home-english-new .btn_all_stories, .page-template-template-iserd_hp .btn_all_stories, .post-type-archive-success_story .btn_all_stories, .press_releases_floor .btn_all_stories {
    max-width: 100%;
  }
}
.page-template-template-home-english .text_success_stories, .page-template-template-home-english-new .text_success_stories, .page-template-template-iserd_hp .text_success_stories, .post-type-archive-success_story .text_success_stories, .press_releases_floor .text_success_stories {
  padding: 24px 30px 40px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media (max-width: 767px) {
  .page-template-template-home-english .text_success_stories, .page-template-template-home-english-new .text_success_stories, .page-template-template-iserd_hp .text_success_stories, .post-type-archive-success_story .text_success_stories, .press_releases_floor .text_success_stories {
    padding: 15px 20px;
  }
}
.page-template-template-home-english .text_success_stories .title_success_stories, .page-template-template-home-english-new .text_success_stories .title_success_stories, .page-template-template-iserd_hp .text_success_stories .title_success_stories, .post-type-archive-success_story .text_success_stories .title_success_stories, .press_releases_floor .text_success_stories .title_success_stories {
  -webkit-line-clamp: 3;
}
@media (min-width: 767px) {
  .page-template-template-home-english .text_success_stories .title_success_stories, .page-template-template-home-english-new .text_success_stories .title_success_stories, .page-template-template-iserd_hp .text_success_stories .title_success_stories, .post-type-archive-success_story .text_success_stories .title_success_stories, .press_releases_floor .text_success_stories .title_success_stories {
    min-height: 102px;
  }
}
.page-template-template-home-english .text_success_stories .title_success_stories, .page-template-template-home-english-new .text_success_stories .title_success_stories, .page-template-template-iserd_hp .text_success_stories .title_success_stories, .post-type-archive-success_story .text_success_stories .title_success_stories, .press_releases_floor .text_success_stories .title_success_stories {
  color: #000000;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 34px;
}
.page-template-template-home-english .text_success_stories .sub_title_success_stories, .page-template-template-home-english-new .text_success_stories .sub_title_success_stories, .page-template-template-iserd_hp .text_success_stories .sub_title_success_stories, .post-type-archive-success_story .text_success_stories .sub_title_success_stories, .press_releases_floor .text_success_stories .sub_title_success_stories {
  -webkit-line-clamp: 3;
  min-height: 84px;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.page-template-template-home-english .sub_title_success_stories, .page-template-template-home-english .title_success_stories, .page-template-template-home-english .program_sub_title, .page-template-template-home-english .title-excerpt, .page-template-template-home-english .title_report, .page-template-template-home-english .sub_title_report, .page-template-template-home-english .release_excerpt, .page-template-template-home-english .title_post, .page-template-template-home-english .header-banner-titles, .page-template-template-home-english .routes_header, .page-template-template-home-english-new .sub_title_success_stories, .page-template-template-home-english-new .title_success_stories, .page-template-template-home-english-new .program_sub_title, .page-template-template-home-english-new .title-excerpt, .page-template-template-home-english-new .title_report, .page-template-template-home-english-new .sub_title_report, .page-template-template-home-english-new .release_excerpt, .page-template-template-home-english-new .title_post, .page-template-template-home-english-new .header-banner-titles, .page-template-template-home-english-new .routes_header, .page-template-template-iserd_hp .sub_title_success_stories, .page-template-template-iserd_hp .title_success_stories, .page-template-template-iserd_hp .program_sub_title, .page-template-template-iserd_hp .title-excerpt, .page-template-template-iserd_hp .title_report, .page-template-template-iserd_hp .sub_title_report, .page-template-template-iserd_hp .release_excerpt, .page-template-template-iserd_hp .title_post, .page-template-template-iserd_hp .header-banner-titles, .page-template-template-iserd_hp .routes_header, .post-type-archive-success_story .sub_title_success_stories, .post-type-archive-success_story .title_success_stories, .post-type-archive-success_story .program_sub_title, .post-type-archive-success_story .title-excerpt, .post-type-archive-success_story .title_report, .post-type-archive-success_story .sub_title_report, .post-type-archive-success_story .release_excerpt, .post-type-archive-success_story .title_post, .post-type-archive-success_story .header-banner-titles, .post-type-archive-success_story .routes_header, .press_releases_floor .sub_title_success_stories, .press_releases_floor .title_success_stories, .press_releases_floor .program_sub_title, .press_releases_floor .title-excerpt, .press_releases_floor .title_report, .press_releases_floor .sub_title_report, .press_releases_floor .release_excerpt, .press_releases_floor .title_post, .press_releases_floor .header-banner-titles, .press_releases_floor .routes_header {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-style: normal;
  text-overflow: ellipsis;
}
.page-template-template-home-english .image_stories, .page-template-template-home-english-new .image_stories, .page-template-template-iserd_hp .image_stories, .post-type-archive-success_story .image_stories, .press_releases_floor .image_stories {
  height: 257px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
@media (max-width: 767px) {
  .page-template-template-home-english .image_stories, .page-template-template-home-english-new .image_stories, .page-template-template-iserd_hp .image_stories, .post-type-archive-success_story .image_stories, .press_releases_floor .image_stories {
    height: 200px;
  }
}
.page-template-template-home-english .image_stories, .page-template-template-home-english .release_img, .page-template-template-home-english .img_post, .page-template-template-home-english-new .image_stories, .page-template-template-home-english-new .release_img, .page-template-template-home-english-new .img_post, .page-template-template-iserd_hp .image_stories, .page-template-template-iserd_hp .release_img, .page-template-template-iserd_hp .img_post, .post-type-archive-success_story .image_stories, .post-type-archive-success_story .release_img, .post-type-archive-success_story .img_post, .press_releases_floor .image_stories, .press_releases_floor .release_img, .press_releases_floor .img_post {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-template-home-english .wrap_success_stories, .page-template-template-home-english-new .wrap_success_stories, .page-template-template-iserd_hp .wrap_success_stories, .post-type-archive-success_story .wrap_success_stories, .press_releases_floor .wrap_success_stories {
  margin: 60px 0 var(--space_80) 0;
  --bs-gutter-x: 0;
  justify-content: center;
}

.single-event-new {
  margin: 0 !important;
  width: 100%;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  display: flex;
}

#location_map {
  height: 570px;
  border-radius: 12px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  #location_map {
    height: 50vh;
    margin-top: 30px;
  }
}

.info_map {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  padding: 15px;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  border-radius: 12px;
  min-width: 284px;
  transition: all 0.3s;
  opacity: 0;
  margin: 15px !important;
}

.country_popup .leaflet-popup-content-wrapper {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.0784313725);
  padding: 5px 0;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  border-radius: 12px;
  min-width: 260px;
}
.country_popup .leaflet-popup-tip-container {
  display: none;
}
.country_popup a {
  display: block;
  position: relative;
  color: #000000 !important;
  font-size: 18px;
  font-weight: 700;
  padding-right: 15px;
}
.country_popup a .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.map_legend {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
}
.map_legend .color {
  width: 30px;
  display: inline-block;
  height: 10px;
  border-radius: 2px;
  margin-right: 10px;
}
.map_legend .description {
  display: inline-block;
  width: calc(100% - 45px);
  vertical-align: top;
}

[data-section=stories] .titles_floors {
  margin-bottom: 0;
}

[data-section=programs] .titles_floors {
  margin-bottom: 60px;
}

[data-section=posts] {
  background-color: var(--single_event_details_bg_color);
}
[data-section=posts] .titles_floors {
  text-align: left;
}

.page-template-template-home-english .banner_video_content_texts_english {
  width: 65% !important;
  margin-right: auto;
  padding-left: 10%;
  padding-top: 0 !important;
}
@media (max-width: 991px) {
  .page-template-template-home-english .banner_video_content_texts_english {
    margin: auto;
    width: 100% !important;
    padding: 0 16px;
  }
}

.icon-icon-cover .path1:before {
  content: "\e98a";
  color: inherit;
}

.introduction_floor {
  padding-bottom: var(--space_80);
}
.introduction_floor .wrap_introduction_content {
  text-align: center;
  max-width: 952px;
  margin: auto;
}
.introduction_floor .wrap_introduction_content p:last-child {
  margin-bottom: 0;
}

.floods_floor {
  background-color: var(--dark_white_winners);
  padding: var(--space_120) 0;
}
.floods_floor .row {
  --bs-gutter-y: 24px;
}
.floods_floor .latest_posts {
  border-radius: 12px;
  padding-top: 20px;
  background-color: white;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}
.floods_floor .cube_title {
  background-image: var(--bg_icon);
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.333;
  position: relative;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 27% 15px 12px;
}
.floods_floor .cube_title span {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  margin-top: -16%;
  justify-content: center;
}
.floods_floor .cube_content {
  height: calc(100% - 47px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.floods_floor .cube_content > div, .floods_floor .cube_content > a {
  padding: 40px 30px;
}
@media (max-width: 767px) {
  .floods_floor .cube_content > div, .floods_floor .cube_content > a {
    padding: 20px 15px;
  }
}
.floods_floor .latest_post_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1333;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 102px;
}
@media (max-width: 991px) {
  .floods_floor .latest_post_title {
    font-size: 16px;
    margin-bottom: 6px;
    min-height: 55px;
  }
}
.floods_floor .summary {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 16px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 84px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .floods_floor .summary {
    -webkit-line-clamp: 3;
  }
}
.floods_floor .see_all_posts {
  color: #000000;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.foundation_floor .wrap_fund {
  --bs-gutter-y: 30px;
  --bs-gutter-x: 30px;
}

.programs_floor .route_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .programs_floor .route_title {
    font-size: 20px;
  }
}
.programs_floor .route {
  padding: 40px 30px 40px 30px;
  border-radius: 12px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1215686275);
  display: flex;
  gap: 40px;
  background-color: white;
}
@media (max-width: 767px) {
  .programs_floor .route {
    flex-direction: column;
    padding: 20px 15px;
    gap: 16px;
  }
}
.programs_floor .route:not(:last-child) {
  margin-bottom: 32px;
}
.programs_floor .routes_image {
  border-radius: 12px;
  width: 177px;
  height: 200px;
}
@media (max-width: 767px) {
  .programs_floor .routes_image {
    padding-top: 50%;
    width: 100%;
  }
}
.programs_floor .route_contents {
  flex: 1 0 0%;
}
@media (min-width: 991px) {
  .programs_floor .route_contents {
    min-height: 206px;
  }
}
@media (min-width: 768px) {
  .programs_floor .route_contents.full_content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .programs_floor .route_contents {
    width: 100%;
    max-width: 100%;
    padding: 16px 24px;
  }
}
.programs_floor .route_content {
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.programs_floor .read_more_route {
  margin: auto 20px 24px auto;
}
@media (max-width: 767px) {
  .programs_floor .read_more_route {
    margin: 0 24px 24px;
    width: fit-content;
  }
}

.press_releases_floor {
  background-color: var(--dark_white_winners);
}
@media (max-width: 767px) {
  .press_releases_floor .row {
    --bs-gutter-y: 24px;
  }
}
.press_releases_floor .press_release_cube {
  background-color: white;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}
.press_releases_floor .wrap_press_release_cube_content {
  padding: 25px;
}
.press_releases_floor .wrap_press_release_image {
  height: 180px;
}
@media (max-width: 991px) {
  .press_releases_floor .wrap_press_release_image {
    height: initial;
    padding-top: 58%;
    width: 100%;
  }
}
.press_releases_floor .press_release_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 25px;
  min-height: 60px;
}
.press_releases_floor .press_release_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 25px;
  min-height: 72px;
}

.contact_person_floor .contact_cube {
  background-color: white;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  padding: 18px 20px 50px;
  margin-bottom: 5px;
}
.contact_person_floor .contact_cube_title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.contact_person_floor .contact_cube_subtitle {
  padding-bottom: 15px;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 15px;
}
.contact_person_floor .contact_persons_subject {
  font-weight: 500;
}
.contact_person_floor .wrap_contact_persons {
  margin-bottom: 5px;
}
.contact_person_floor a {
  color: var(--pink_purple) !important;
  word-break: break-all;
}

.contact_floor {
  background-color: var(--dark_white_winners);
}
.contact_floor .general_cover_page_wrap_titles {
  justify-content: center;
}

.cover_page_contact_form {
  border-radius: 12px;
  max-width: 1072px;
  margin: auto;
  padding: var(--space_80) 100px;
}
@media (max-width: 991px) {
  .cover_page_contact_form {
    padding: 15px;
  }
}
.cover_page_contact_form {
  background-color: #FFFFFF;
}
.cover_page_contact_form label.error {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}
.cover_page_contact_form input, .cover_page_contact_form select {
  margin-bottom: 24px;
}
.cover_page_contact_form input, .cover_page_contact_form textarea, .cover_page_contact_form select {
  border-color: #000;
}
.cover_page_contact_form input::placeholder, .cover_page_contact_form textarea::placeholder, .cover_page_contact_form select::placeholder {
  color: black;
}
.cover_page_contact_form .submit_button {
  margin: var(--space_80) auto 0px;
}
@media (max-width: 767px) {
  .cover_page_contact_form .submit_button {
    margin-bottom: 20px;
  }
}

.general_see_all_post_type_link {
  color: #000000;
  font-size: 22px;
  text-decoration: underline;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .general_see_all_post_type_link {
    font-size: 16px;
  }
}

.general_read_more_post_type_link {
  background-position: right 5px center;
  padding-right: 24px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.general_read_more_post_type_link:hover {
  background-position: right 0 center;
}

.general_cover_page_floors .read_more {
  display: flex;
  align-items: center;
  color: var(--link_color);
  border-color: inherit;
}
.general_cover_page_floors {
  padding-top: var(--space_80);
  padding-bottom: var(--space_80);
}

.general_cover_page_floors_titles {
  font-weight: 700;
  line-height: 1.5;
}

.general_cover_page_wrap_titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .general_cover_page_wrap_titles {
    flex-direction: column;
    align-items: start;
    margin-bottom: 24px;
  }
}

body.page-template-template-international_collaborations .programs_floor {
  margin-top: 25px;
  margin-bottom: 25px;
}
body.page-template-template-international_collaborations .programs_floor .route {
  border: 1px solid #ebebeb;
}

#banner_video_and_image {
  margin-top: 80px;
  position: relative;
}
@media (max-width: 767px) {
  #banner_video_and_image .banner_with_shadow:after {
    height: 100%;
  }
}
#banner_video_and_image .banner_video {
  margin-bottom: auto;
  height: 0px;
}
@media (max-width: 991px) {
  #banner_video_and_image .banner_video {
    position: initial;
  }
}
#banner_video_and_image .banner_video .video_floor {
  height: 960px;
}
@media (max-width: 991px) {
  #banner_video_and_image .banner_video .video_floor {
    height: 100% !important;
  }
}
@media (max-width: 991px) {
  #banner_video_and_image .banner_video .video_floor video {
    height: -webkit-fill-available !important;
    width: 100% !important;
  }
}
#banner_video_and_image #bg_banner_video_and_image {
  display: flex;
  flex-direction: column;
}
@media (min-width: 991px) {
  #banner_video_and_image #bg_banner_video_and_image {
    padding-top: 173px;
  }
}
#banner_video_and_image #bg_banner_video_and_image {
  padding-top: 80px;
}
@media (min-width: 992px) {
  #banner_video_and_image #bg_banner_video_and_image {
    min-height: 960px;
  }
}
#banner_video_and_image #bg_banner_video_and_image_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-top: 65px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  #banner_video_and_image #bg_banner_video_and_image_container {
    padding-bottom: 60px;
  }
}
@media (min-width: 991px) {
  #banner_video_and_image #bg_banner_video_and_image_container h1 {
    font-size: 40px;
  }
}
#banner_video_and_image #bg_banner_video_and_image_container h1 {
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 115.5%;
}
#banner_video_and_image #bg_banner_video_and_image_container h1, #banner_video_and_image #bg_banner_video_and_image_container h1 + p {
  color: #FFF;
}
@media (min-width: 991px) {
  #banner_video_and_image #bg_banner_video_and_image_container h1, #banner_video_and_image #bg_banner_video_and_image_container h1 + p {
    font-size: 30px;
  }
}
#banner_video_and_image #bg_banner_video_and_image_container h1, #banner_video_and_image #bg_banner_video_and_image_container h1 + p {
  line-height: 40px;
}
@media (max-width: 991px) {
  #banner_video_and_image #bg_banner_video_and_image_container h1, #banner_video_and_image #bg_banner_video_and_image_container h1 + p {
    line-height: 130%;
  }
}
#banner_video_and_image #bg_banner_video_and_image_container .to_suitable_route_button {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 700 !important;
}
@media (max-width: 991px) {
  #banner_video_and_image #bg_banner_video_and_image_container .to_suitable_route_button {
    margin: 28px auto;
  }
}

@media (min-width: 1200px) {
  #ai_container {
    max-width: 1440px;
  }
}
#ai_container {
  padding-top: 160px;
}
@media (max-width: 991px) {
  #ai_container {
    padding-top: 60px;
  }
}
#ai_container #ai_page {
  padding-bottom: 160px;
  --bs-gutter-y: 160px;
  justify-content: center;
}
@media (max-width: 991px) {
  #ai_container #ai_page {
    --bs-gutter-y: 100px;
  }
}
#ai_container #ai_page .about_floor {
  text-align: center;
}
@media (min-width: 991px) {
  #ai_container #ai_page .about_floor {
    width: 60%;
  }
}
#ai_container #ai_page .about_floor h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
#ai_container #ai_page .national_program_hp_categories_floor .category_page_item {
  height: 100%;
  display: flex;
  padding: 32px 24px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  width: 100%;
}
@media (max-width: 767px) {
  #ai_container #ai_page .national_program_hp_categories_floor .category_page_item {
    padding: 20px;
  }
}
#ai_container #ai_page .national_program_hp_categories_floor .category_page_item img {
  height: 64px;
  width: 64px;
}
#ai_container #ai_page .national_program_hp_categories_floor .category_page_item .item_title {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 20px;
  height: 92px;
}
@media (max-width: 991px) {
  #ai_container #ai_page .national_program_hp_categories_floor .category_page_item .item_title {
    height: 50px;
  }
}
#ai_container #ai_page .national_program_hp_categories_floor .category_page_item .item_text {
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  font-size: 14px;
  word-break: break-word;
}
#ai_container #ai_page .national_program_hp_categories_floor .category_page_item .category_more_info {
  margin-top: auto;
  color: var(--main_color_dark_pink);
}
#ai_container #ai_page .national_program_hp_categories_floor .category_page_item .category_more_info:after {
  content: "\e902" !important;
  font-family: icomoon !important;
  display: inline-block;
  font-size: 14px;
  margin-right: 3px;
}
html[lang=en-US] #ai_container #ai_page .national_program_hp_categories_floor .category_page_item .category_more_info:after {
  transform: scaleX(-1) !important;
}
#ai_container #ai_page .categories_filters_floor .categories_filters_component {
  margin: 32px 0 0 0;
}
@media (max-width: 991px) {
  #ai_container #ai_page .categories_filters_floor .categories_filters_component {
    justify-content: start;
  }
}
#ai_container #ai_page .categories_filters_floor .categories_filters > span {
  height: 30px;
  width: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#ai_container #ai_page .categories_filters_floor .categories_filters {
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  #ai_container #ai_page .categories_filters_floor .categories_filters {
    padding: 8px 6px;
    column-gap: 6px;
  }
}
#ai_container #ai_page .all_new_things_floor .wrap_single_event .summary_event {
  padding-bottom: 12px;
}
#ai_container #ai_page .all_new_things_floor .wrap_single_event .summary_event:before {
  height: 50px;
  font-size: 40px;
}
#ai_container #ai_page .all_new_things_floor .wrap_single_event .summary_event {
  height: fit-content;
  width: 30%;
}
#ai_container #ai_page .all_new_things_floor .wrap_single_event .single-event-content {
  padding-top: 2px;
}
#ai_container #ai_page .all_new_things_floor .wrap_single_event .icon-script {
  height: fit-content;
  width: fit-content;
  font-size: 30px;
}
#ai_container #ai_page .all_new_things_floor .wrap_single_event .event-single-content {
  padding: 16px;
}
@media (max-width: 1399px) {
  #ai_container #ai_page .all_new_things_floor .wrap_single_event .event-single-details {
    flex-wrap: wrap;
    gap: 8px;
  }
}
#ai_container #ai_page .all_new_things_floor .wrap_single_event .number-day_name-month {
  font-size: 24px;
}
#ai_container #ai_page .all_new_things_floor .wrap_single_event .single-event-day {
  font-size: 16px;
}
@media (max-width: 991px) {
  #ai_container #ai_page .all_new_things_floor .podcast_item {
    margin-bottom: 16px;
  }
}
@media (min-width: 767px) {
  #ai_container #ai_page .all_new_things_floor .content_wrap {
    --bs-gutter-x: 24px;
  }
}
@media (max-width: 767px) {
  #ai_container #ai_page .all_new_things_floor .content_wrap {
    gap: 16px;
  }
}
#ai_container #ai_page .all_new_things_floor .content_wrap .video_new > a:hover {
  color: #FFFFFF;
}
#ai_container #ai_page .all_new_things_floor .content_wrap .video_new > a {
  display: flex;
  justify-content: center;
}
#ai_container #ai_page .all_new_things_floor .content_wrap .video_new > a .rectangle_magazine {
  width: 100%;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  #ai_container #ai_page .all_new_things_floor .content_wrap .video_new > a .rectangle_magazine .rectangle_magazine_title {
    -webkit-line-clamp: 2;
  }
}
#ai_container #ai_page .all_new_things_floor .event_single {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #ai_container #ai_page .all_new_things_floor .event_single {
    margin-bottom: 16px !important;
  }
}
#ai_container #ai_page .all_new_things_floor .event_single {
  display: flex;
  flex-direction: column;
}
#ai_container #ai_page .all_new_things_floor .event_single .event-single-address, #ai_container #ai_page .all_new_things_floor .event_single .event-single-address + div {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#ai_container #ai_page .all_new_things_floor .event_single .title-event {
  font-size: 18px !important;
  min-height: 42px !important;
}
#ai_container #ai_page .all_new_things_floor .event_single .single-event-excerpt {
  display: none;
}
#ai_container #ai_page .all_new_things_floor .padding_left, #ai_container #ai_page .all_new_things_floor .list_article {
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px) {
  #ai_container #ai_page .all_new_things_floor .padding_left, #ai_container #ai_page .all_new_things_floor .list_article {
    row-gap: 24px;
    justify-content: space-between;
  }
}
#ai_container #ai_page .all_new_things_floor .list_article {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  justify-content: space-between;
}
@media (min-width: 991px) {
  #ai_container #ai_page .all_new_things_floor .list_article {
    row-gap: 32px;
  }
}
@media (min-width: 767px) {
  #ai_container #ai_page .all_new_things_floor .list_article {
    row-gap: 32px;
  }
}
#ai_container #ai_page .all_new_things_floor .list_article .video_content {
  position: relative;
  padding-top: 58.9%;
}
@media (max-width: 767px) {
  #ai_container #ai_page .all_new_things_floor .list_article .video_content {
    padding-top: 100%;
  }
}
#ai_container #ai_page .all_new_things_floor .list_article .video_content iframe {
  border-radius: 8px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
#ai_container #ai_page .all_new_things_floor .rectangle_magazine {
  color: #FFFFFF;
  background-color: var(--cubes_bg_color);
  flex-direction: row-reverse;
  padding: 24px;
  --bs-gutter-x: 32px;
}
@media (min-width: 991px) {
  #ai_container #ai_page .all_new_things_floor .rectangle_magazine {
    height: 242px;
  }
}
@media (max-width: 991px) {
  #ai_container #ai_page .all_new_things_floor .rectangle_magazine {
    --bs-gutter-y: 10px;
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  #ai_container #ai_page .all_new_things_floor .rectangle_magazine .rectangle_magazine_img {
    width: 100%;
    height: 150px;
  }
}
@media (min-width: 991px) {
  #ai_container #ai_page .all_new_things_floor .rectangle_magazine .rectangle_magazine_img {
    width: 30%;
  }
}
#ai_container #ai_page .all_new_things_floor .rectangle_magazine .rectangle_magazine_text {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
#ai_container #ai_page .all_new_things_floor .rectangle_magazine .rectangle_magazine_text .magazine_subject {
  color: var(--main_color_dark_pink);
  font-weight: 400;
}
#ai_container #ai_page .all_new_things_floor .rectangle_magazine .rectangle_magazine_text .rectangle_magazine_description {
  color: #FFFFFF;
}
#ai_container #ai_page .all_new_things_floor .rectangle_magazine .rectangle_magazine_text .rectangle_magazine_description + div {
  font-size: 14px;
}
#ai_container #ai_page .all_new_things_floor .block_proposal .proposal_single {
  height: auto !important;
}
#ai_container #ai_page .events_floor .event-single-content {
  height: 307px;
}
@media (min-width: 767px) {
  #ai_container #ai_page .all_events > .gutter_y {
    --bs-gutter-x: 24px;
  }
}
#ai_container #ai_page .all_events {
  margin-bottom: 0;
  padding-top: 0;
}
#ai_container #ai_page .event-single-padding {
  padding-bottom: 0;
}
#ai_container #ai_page .event-single-padding .single-event-excerpt {
  -webkit-line-clamp: 3;
}
#ai_container #ai_page .event-single-padding .button_to_the_event {
  margin-top: auto;
  color: var(--main_color_dark_pink);
}
#ai_container #ai_page .event-single-padding .event-single-image {
  height: fit-content;
}
#ai_container #ai_page .event-single-padding .event-single-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 16px 24px 25px;
}
@media (max-width: 767px) {
  #ai_container #ai_page .event-single-padding .event-single-content {
    width: 100%;
  }
}
#ai_container #ai_page .event-single-padding .event-single-content .event-single-location-hour {
  font-size: 15px;
  display: flex;
  margin-top: 5px;
  flex-direction: column;
  gap: 5px;
}
#ai_container #ai_page .event-single-padding .event-single-content .event-single-details {
  padding-bottom: 16px;
  display: flex;
  column-gap: 12px;
}
#ai_container #ai_page .event-single-padding .event-single-content .event-single-details .event-single-date {
  padding-right: 0;
}
#ai_container #ai_page .event-single-padding .event-single-content .event-single-details .event-single-date .name-month {
  font-size: 16px;
}
#ai_container #ai_page .event-single-padding .event-single-content .single-event-content .title-event {
  font-size: 24px;
  font-weight: 700;
  min-height: auto;
}
@media (max-width: 991px) {
  #ai_container #ai_page .event-single-padding .event-single-content .single-event-content .title-event {
    min-height: fit-content;
  }
}
#ai_container #ai_page .event-single-padding .event-single-content .single-event-content {
  padding-top: 16px;
}
#ai_container #ai_page .kind_proposal {
  padding: 0 17px 0 37px;
  display: flex;
  align-items: center;
  font-size: 16px;
  height: 47px;
  background: linear-gradient(90deg, var(--dark) 0%, var(--bright) 100%);
  font-weight: 700;
}
#ai_container #ai_page .kind_proposal:after {
  content: " ";
  background-image: url("../assets/icons/kind_proposal.svg");
  display: inline-flex;
  height: 100%;
  width: 57px;
  margin-left: auto;
}
#ai_container #ai_page .proposal_category {
  border-radius: 4px;
  font-weight: 500;
  background-color: var(--linear_tag);
  color: white;
  display: flex;
  min-width: 77px;
  padding: 1px 12px;
  justify-content: center;
  font-size: 12px;
  align-items: center;
  line-height: 1.833;
}
#ai_container #ai_page .press_release_floor .press_wrap {
  flex-direction: column;
  align-items: flex-start;
  height: 538px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  #ai_container #ai_page .press_release_floor .press_wrap {
    height: auto;
  }
}
#ai_container #ai_page .press_release_floor .press_text {
  padding: 24px;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 8px 8px;
  background: var(--cubes_bg_color);
  gap: 12px;
  height: 358px;
}
@media (max-width: 767px) {
  #ai_container #ai_page .press_release_floor .press_text {
    gap: 8px;
    height: auto;
  }
}
#ai_container #ai_page .press_release_floor .press_text > h2, #ai_container #ai_page .press_release_floor .press_text > h4 {
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#ai_container #ai_page .press_release_floor .press_text .press_description {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#ai_container #ai_page .press_release_floor .podcast_list .has_background_image {
  border-radius: 8px 8px 0 0;
  height: 180px;
  width: 100%;
}
#ai_container #ai_page .press_wrap > h4 {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#ai_container #ai_page .block_proposal .proposal_single {
  height: 365px;
  background: var(--cubes_bg_color);
  /* box shadow */
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #ai_container #ai_page .block_proposal .proposal_single {
    height: auto;
  }
}
#ai_container #ai_page .block_proposal .proposal_single .source_proposal_and_logo {
  margin-bottom: 16px;
}
#ai_container #ai_page .block_proposal .proposal_single .source_proposal_and_logo .source_proposal {
  display: none;
}
#ai_container #ai_page .block_proposal .proposal_single .source_proposal_and_logo .post_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  word-break: break-all;
}
#ai_container #ai_page .block_proposal .proposal_single .source_proposal_and_logo > div:first-child {
  display: flex;
  row-gap: 16px;
  flex-direction: column;
}
#ai_container #ai_page .block_proposal .proposal_single .summary_proposal {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 138%;
  font-size: 16px;
}
#ai_container #ai_page .block_proposal .proposal_single .last_date_proposal {
  display: none;
}
#ai_container .EpisodeOrShowWidget_widgetContainer__pXtAi {
  min-width: auto;
}
#ai_container .title_read_more, #ai_container .national_program_report_floor .report_wrap a, .national_program_report_floor .report_wrap #ai_container a, #ai_container .post-type-archive-np_report .report_wrap a, .post-type-archive-np_report .report_wrap #ai_container a {
  margin-top: auto;
  color: var(--read_more_p) !important;
  font-weight: 500;
}
#ai_container .title_read_more:after, #ai_container .national_program_report_floor .report_wrap a:after, .national_program_report_floor .report_wrap #ai_container a:after, #ai_container .post-type-archive-np_report .report_wrap a:after, .post-type-archive-np_report .report_wrap #ai_container a:after {
  transform: rotate(180deg) !important;
}
#ai_container .terms_by_id, #proposals_page .terms_by_id, #np_report_page .terms_by_id {
  width: 100%;
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  min-height: 24px;
}
#ai_container .proposal_single .post_title, #proposals_page .proposal_single .post_title, #np_report_page .proposal_single .post_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
  word-break: break-word;
}
#ai_container .proposal_single, #proposals_page .proposal_single, #np_report_page .proposal_single {
  border-radius: 0 0 8px 8px;
}
#ai_container .kind_proposal, #proposals_page .kind_proposal, #np_report_page .kind_proposal {
  border-radius: 8px 8px 0 0;
}

.divisions_floor.tool_box .divisions_floor_item {
  width: 100%;
}
.divisions_floor.tool_box .divisions_floor_item .divisions_floor_each_item {
  display: flex;
  flex-direction: column;
}

.national_program_report_floor .report_wrap, .post-type-archive-np_report .report_wrap {
  border-radius: 8px;
  background-color: var(--cubes_bg_color);
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  height: 320px;
}
@media (max-width: 767px) {
  .national_program_report_floor .report_wrap, .post-type-archive-np_report .report_wrap {
    height: auto;
  }
}
.national_program_report_floor .report_wrap > h4, .post-type-archive-np_report .report_wrap > h4 {
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.national_program_report_floor .report_wrap img, .post-type-archive-np_report .report_wrap img {
  width: 98px;
  height: 56px;
  object-fit: contain;
}
.national_program_report_floor .report_wrap .report_text, .post-type-archive-np_report .report_wrap .report_text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: normal;
}

/*! jQuery UI - v1.13.2 - 2022-07-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  -ms-filter: "alpha(opacity=25)"; /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)"; /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  -ms-filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

.post-type-archive-proposal #banner, .post-type-archive-np_report #banner {
  margin-top: 119px;
  display: flex;
  align-items: center;
}
.post-type-archive-proposal .all_title, .post-type-archive-np_report .all_title {
  font-size: 20px !important;
}
.post-type-archive-proposal #proposals_page, .post-type-archive-np_report #proposals_page {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .post-type-archive-proposal #proposals_page, .post-type-archive-np_report #proposals_page {
    margin-top: 40px;
  }
}
.post-type-archive-proposal .text_limit, .post-type-archive-np_report .text_limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
}
.post-type-archive-proposal #site_main *, .post-type-archive-np_report #site_main * {
  color: #FFFFFF;
}
.post-type-archive-proposal .has_background_image_proposal, .post-type-archive-np_report .has_background_image_proposal {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 480px !important;
}
.post-type-archive-proposal .banner_title, .post-type-archive-np_report .banner_title {
  font-weight: 500 !important;
  line-height: 46px;
  text-align: left;
  position: relative;
}
.post-type-archive-proposal .banner_subtitle, .post-type-archive-np_report .banner_subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  -webkit-line-clamp: 2;
  text-align: left;
}
@media (max-width: 767px) {
  .post-type-archive-proposal .banner_subtitle, .post-type-archive-np_report .banner_subtitle {
    -webkit-line-clamp: 4 !important;
  }
}
.post-type-archive-proposal #fillter_by, .post-type-archive-np_report #fillter_by {
  display: flex;
  gap: 8px 8px;
}
.post-type-archive-proposal .all_proposal .proposal_single, .post-type-archive-np_report .all_proposal .proposal_single {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.0784313725);
  background: rgba(255, 255, 255, 0.1607843137);
  padding: 24px 40px;
  gap: 16px;
}
@media (max-width: 767px) {
  .post-type-archive-proposal .all_proposal .proposal_single, .post-type-archive-np_report .all_proposal .proposal_single {
    padding: 24px 20px;
  }
}
@media (min-width: 768px) {
  .post-type-archive-proposal .all_proposal .source_proposal_and_logo, .post-type-archive-np_report .all_proposal .source_proposal_and_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.post-type-archive-proposal .all_proposal .source_proposal_and_logo .logo_proposal, .post-type-archive-np_report .all_proposal .source_proposal_and_logo .logo_proposal {
  margin-bottom: 20px;
}
.post-type-archive-proposal .all_proposal .source_proposal_and_logo .logo_proposal img, .post-type-archive-np_report .all_proposal .source_proposal_and_logo .logo_proposal img {
  height: 36px;
  max-width: 129px;
  object-fit: contain;
}
.post-type-archive-proposal .block_proposal, .post-type-archive-np_report .block_proposal {
  margin-bottom: 40px;
}
.post-type-archive-proposal .kind_proposal, .post-type-archive-np_report .kind_proposal {
  position: relative;
  font-weight: 700;
  display: flex;
  align-items: center;
  height: 47px;
  padding: 0px 41px 0px 40px;
  background: linear-gradient(90deg, var(--dark) 0%, var(--bright) 100%);
}
.post-type-archive-proposal .kind_proposal:after, .post-type-archive-np_report .kind_proposal:after {
  content: "";
  background-image: url(../assets/icons/proposals_arrow.svg);
  display: inline;
  position: absolute;
  width: 57px;
  height: 83px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 30px;
}
.post-type-archive-proposal .source_proposal, .post-type-archive-np_report .source_proposal {
  color: var(--read_more_p) !important;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.post-type-archive-proposal .title_read_more, .post-type-archive-proposal .national_program_report_floor .report_wrap a, .national_program_report_floor .report_wrap .post-type-archive-proposal a, .post-type-archive-np_report .title_read_more, .national_program_report_floor .report_wrap .post-type-archive-np_report a, .post-type-archive-np_report .report_wrap a {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  align-items: center;
  color: var(--read_more_p) !important;
}
.post-type-archive-proposal .last_date_proposal, .post-type-archive-np_report .last_date_proposal {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
}
.post-type-archive-proposal .last_date_proposal:before, .post-type-archive-np_report .last_date_proposal:before {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.1607843137);
  display: block;
  margin: 16px 0;
}
.post-type-archive-proposal .proposal_category, .post-type-archive-np_report .proposal_category {
  font-weight: 500;
  min-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  background: #0D9488;
  padding: 0 12px;
}
.post-type-archive-proposal .post_title, .post-type-archive-np_report .post_title {
  min-height: 80px;
  font-size: 28px !important;
  font-weight: 500;
  line-height: 40px;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .post-type-archive-proposal .post_title, .post-type-archive-np_report .post_title {
    min-height: auto !important;
    max-height: 160px;
    -webkit-line-clamp: 4 !important;
  }
}
.post-type-archive-proposal .summary_proposal, .post-type-archive-np_report .summary_proposal {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  min-height: 48px;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .post-type-archive-proposal .summary_proposal, .post-type-archive-np_report .summary_proposal {
    min-height: 144px !important;
    -webkit-line-clamp: 4 !important;
  }
}

html.popup_open {
  overflow: hidden;
}
html.popup_open #popups_overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

#popups_overlay {
  position: fixed;
  top: 0rem;
  right: 0rem;
  left: 0rem;
  display: flex;
  bottom: 0rem;
  background: var(--main_bg_popups_overlay);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: opacity 0.35s, visibility 0s 0.35s;
  justify-content: center;
  align-items: center;
}
#popups_overlay:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.popup {
  background: var(--main_bg_color);
  display: none;
  vertical-align: middle;
  transform: translateY(15%);
  transition: all 0.3s;
  position: relative;
}
.popup.open {
  transform: none;
  display: block;
}

#category_popup {
  width: 841px;
  padding: 40px;
  max-height: 80vh;
  overflow: auto;
}
#category_popup::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
#category_popup::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: var(--main_color_dark_pink);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
@media (max-width: 991px) {
  #category_popup {
    width: 90%;
    padding: 20px;
  }
}
#category_popup img[data-fill=icon] {
  margin-bottom: 16px;
  height: 64px;
  width: 64px;
}
#category_popup div[data-fill=name] {
  font-size: 28px;
  font-weight: 500;
}
#category_popup div[data-fill=description] {
  font-size: 16px;
}
#category_popup div[data-fill=description] a {
  text-decoration: underline;
  color: #C084FC;
}
#category_popup img[data-fill=image] {
  height: 444px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  #category_popup img[data-fill=image] {
    height: auto;
    max-width: 100%;
  }
}
#category_popup #youtube_iframe_wrap {
  position: relative;
  padding-top: 58%;
  margin-top: 32px;
}
#category_popup iframe[data-fill=youtube_iframe] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#category_popup .icon-close {
  color: white;
}

#winner_details_popup {
  width: 60vw;
  padding: 47px 50px;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #F9F9F9;
  box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.0784313725);
  border-radius: 12px;
  direction: ltr;
}
#winner_details_popup::-webkit-scrollbar {
  -webkit-appearance: none;
}
#winner_details_popup::-webkit-scrollbar:vertical {
  width: 12px;
}
#winner_details_popup::-webkit-scrollbar:horizontal {
  height: 12px;
}
#winner_details_popup::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #ffffff;
}
#winner_details_popup::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}
#winner_details_popup {
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  #winner_details_popup {
    font-size: 12.6px;
  }
}
@media (max-width: 1399px) {
  #winner_details_popup {
    width: 90vw;
    font-size: 14px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  #winner_details_popup {
    width: 90vw;
    padding: 20px;
  }
}
#winner_details_popup .close_popup {
  color: #B360FF;
  margin-right: 0;
  margin-left: auto;
}
#winner_details_popup [data-fill=details] {
  margin-top: 33px;
}
@media (max-width: 767px) {
  #winner_details_popup [data-fill=details] {
    margin-top: 5px;
  }
}
#winner_details_popup [data-fill=logo_link] {
  width: 133px;
  height: 133px;
  object-fit: contain;
  display: inline-block;
  border-radius: 12px;
}
@media (max-width: 767px) {
  #winner_details_popup [data-fill=logo_link] {
    display: block;
    margin: auto;
    width: 100px;
    height: 100px;
  }
}
#winner_details_popup [data-fill=CompanyFullName] {
  font-size: 44px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  #winner_details_popup [data-fill=CompanyFullName] {
    font-size: 26.4px;
  }
}
#winner_details_popup [data-fill=CompanyFullName] {
  margin-bottom: 12px;
  display: block;
}
#winner_details_popup [data-fill=ShortName] {
  font-size: 26px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  #winner_details_popup [data-fill=ShortName] {
    font-size: 18.2px;
  }
}
#winner_details_popup [data-fill=ShortName] {
  margin-bottom: 12px;
}
#winner_details_popup [data-fill=tags] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  #winner_details_popup [data-fill=tags] {
    gap: 5px;
  }
}
#winner_details_popup [data-fill=tags] > span {
  padding: 8px 12px 8px 12px;
  border-radius: 4px;
  background-color: rgba(179, 96, 255, 0.2);
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  #winner_details_popup [data-fill=tags] > span {
    font-size: 11.2px;
  }
}
#winner_details_popup .contact_info {
  width: 100%;
}
@media (min-width: 768px) {
  #winner_details_popup .contact_info th, #winner_details_popup .contact_info td {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #winner_details_popup .contact_info th, #winner_details_popup .contact_info td {
    padding-bottom: 10px;
    display: block;
  }
}
#winner_details_popup .popup_titles {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  #winner_details_popup .popup_titles {
    font-size: 21px;
  }
}
#winner_details_popup .popup_titles {
  margin-bottom: 20px;
}
#winner_details_popup .popup_titles:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-top: 6px solid #B360FF;
  border-right: 6px solid #B360FF;
  transform: rotate(45deg) translateX(-3px);
}
@media (max-width: 767px) {
  #winner_details_popup .popup_titles:before {
    width: 12px;
    height: 12px;
  }
}
#winner_details_popup .popup_titles span {
  padding-left: 5px;
}
#winner_details_popup .company_names {
  display: inline-block;
  padding-left: 25px;
  vertical-align: top;
  max-width: calc(100% - 140px);
}
@media (max-width: 767px) {
  #winner_details_popup .company_names {
    display: block;
    padding-left: 0;
    text-align: center;
    max-width: 100%;
  }
}
#winner_details_popup .masonry_container {
  column-count: 2;
  column-gap: 17px;
}
@media (max-width: 1399px) {
  #winner_details_popup .masonry_container {
    column-count: 1;
  }
}
#winner_details_popup .cube_iframe {
  display: grid;
  grid-template-rows: 1fr auto;
  break-inside: avoid;
}
#winner_details_popup .cube_iframe:not(:last-child) {
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  #winner_details_popup .cube_iframe:not(:last-child) {
    margin-bottom: 15px;
  }
}
#winner_details_popup .cube {
  border-radius: 12px;
  background-color: white;
  padding: 24px;
}
@media (max-width: 767px) {
  #winner_details_popup .cube {
    padding: 10px;
  }
}
#winner_details_popup table th {
  padding-right: 35px;
}
@media (max-width: 767px) {
  #winner_details_popup table th {
    padding-right: 10px;
  }
}
#winner_details_popup table th, #winner_details_popup table td {
  padding-bottom: 20px;
}
#winner_details_popup .management_data {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #winner_details_popup .management_data {
    gap: 5px;
  }
}
#winner_details_popup .management_data:not(:last-child) {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  #winner_details_popup .management_data:not(:last-child) {
    margin-bottom: 20px;
  }
}
#winner_details_popup a {
  font-weight: 400;
  color: var(--blue_link);
}
#winner_details_popup .disclaimer {
  margin-top: 20px;
  line-height: 1.2;
  font-size: 14px;
}
@media (max-width: 767px) {
  #winner_details_popup .disclaimer {
    font-size: 12px;
  }
}

.bt-700 {
  font-weight: 700;
}

body.purple_black_site .page-404-element span {
  color: #7E22CE;
}
body.purple_black_site .page-404-link {
  color: #200535;
}
@media (max-width: 767px) {
  body.purple_black_site .gsc-results * {
    text-align: left !important;
  }
  body.purple_black_site .gsc-results {
    text-align: left !important;
  }
  body.purple_black_site .gs-image-box {
    float: right !important;
  }
  body.purple_black_site .search_google .gsc-results-wrapper-overlay {
    width: 81%;
    top: 2%;
  }
}
body.purple_black_site .gsc-completion-container {
  color: var(--dark_purple_bg_color);
}
body.purple_black_site .gsc-completion-container td {
  color: var(--dark_purple_bg_color);
}

@keyframes animation_up_and_down {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.post-type-archive-np_report .wrap_categories {
  --bs-gutter-y:1.5rem;
}
.post-type-archive-np_report #np_report_page {
  margin-bottom: 40px;
}

.table_headers_design_with_gray_background #documents_table_titles .document_table_th {
  color: var(--color_titles);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.13;
  background-color: rgba(189, 198, 198, 0.5019607843);
  padding: 24px;
  border-radius: 12px;
  height: 100%;
  width: 100%;
  display: block;
}
@media (max-width: 1399px) {
  .table_headers_design_with_gray_background #documents_table_titles .document_table_th {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .table_headers_design_with_gray_background #documents_table_titles .document_table_th {
    font-size: 22px;
    font-weight: 400;
  }
  .table_headers_design_with_gray_background #documents_table_titles .document_table_th:hover {
    color: var(--main_color_blue);
  }
}

/* ==============
   Print Styles
   ============== */
@media print {
  header, footer, nav, .no-print, iframe, .btn, .btn_default, #glassix-container, .breadcrumbs, .cky-consent-container,
  .gform_wrappe, .cky-btn-revisit-wrapper {
    display: none !important;
  }
  @page {
    margin-left: 0;
    margin-right: 0;
  }
  body {
    font-size: 12pt;
    line-height: 1.5;
    color: #000 !important;
    background: #fff;
  }
  #banner {
    background: #f9f9f9 !important;
    padding: 15px 0;
    height: auto;
    min-height: 0 !important;
    margin: 20px !important;
  }
  h1, h2, h3, h4, h5, h6 {
    color: #000 !important;
    page-break-after: avoid;
  }
  h1 {
    font-size: 18pt !important;
    font-weight: bold !important;
    margin-top: 15px;
  }
  h2 {
    font-size: 16pt !important;
    font-weight: bold !important;
    margin-top: 20px;
  }
  h3 {
    font-size: 14pt !important;
    font-weight: bold !important;
    margin-top: 20px;
  }
  h4, h5, h6 {
    font-size: 12pt !important;
    font-weight: normal !important;
    margin-top: 20px;
  }
  p, section, li {
    page-break-inside: avoid;
  }
  div:empty {
    display: none !important;
  }
  table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1em;
    font-size: 10pt;
    table-layout: auto;
  }
  table, th, td {
    border: 1px solid #000;
  }
  th, td {
    word-wrap: break-word;
    padding: 3px 5px !important;
  }
  .wp-block-table table td, .wp-block-table table td {
    padding: 3px 5px !important;
  }
  img {
    max-width: 100%;
    height: auto;
    page-break-inside: avoid;
  }
  a {
    background: none;
  }
  a.print-only {
    text-align: right !important;
    display: block;
  }
  a.print-only:after {
    content: " (" attr(href) ")";
    font-size: 10pt;
  }
  .route_item .inner-text {
    border: none;
  }
  .wrap-route.document_item.route_item {
    page-break-inside: avoid;
  }
  .flood-text.closeSubmissionclose {
    color: #000 !important;
  }
  .single-route .alertText.openSubmission, .single-route .alertText.closeSubmission {
    color: #000 !important;
    margin-top: 0;
  }
  .single-route .doc_wrap .hide.documents_list {
    display: block !important;
  }
  .single-route .question_block {
    page-break-inside: avoid;
  }
  .single-route .question_block .answer.hide {
    display: block;
  }
  .single-route .btm-message {
    display: none;
  }
  .writer_post_wrap.header_banner_card .management_item_image {
    position: relative;
    background: none !important;
    color: black;
  }
  .writer_post_wrap.header_banner_card .management_item_image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://exemple.com/mon-image.jpg");
    background-size: cover;
    background-position: center;
    z-index: -1;
  }
  .wrap_kol_details {
    flex-wrap: nowrap !important;
  }
  .wp-block-heading.has-background {
    padding: 20px;
  }
  .single-bid #single_page h1 {
    line-height: initial;
  }
}

/*# sourceMappingURL=rtl.css.map */
