@font-face {
  font-family: "Poppins";
  src: url("Poppins-Medium.woff2") format("woff2"), url("Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("Poppins-Bold.woff2") format("woff2"), url("Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("Poppins-Regular.woff2") format("woff2"), url("Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fullscreen-banner.fullscreen-bg.height_auto {
  height: auto;
  aspect-ratio: 1440/700;
}
@media (min-width: 1199px) {
  .fullscreen-banner.fullscreen-bg.height_auto {
    height: 700px;
    width: 100vw !important;
    aspect-ratio: none;
  }
}

body.search .fusion-footer {
  font-family: "Biennale Regular";
}

.fusion-tb-footer #menu-bottom-menu-4 .awb-menu__main-li {
  margin-left: 0;
  margin-right: 0;
}

.fullscreen-banner h1 {
  color: #FFF;
  text-transform: none;
  font-family: "Biennale Bold";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
}

.fullscreen-banner p {
  max-width: 750px;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .fullscreen-banner p {
    font-size: 19px;
  }
}

.fullscreen-banner.fullscreen-bg.height_auto::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18.43%, rgba(0, 0, 0, 0.16) 40%, rgba(0, 0, 0, 0.8) 100%);
}

.play-btn_banner {
  z-index: 10;
  position: absolute;
  bottom: 80px;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 15px;
  transition: 0.3s;
}

.nav_parts_toggle svg .center_logo {
  pointer-events: auto;
}

.nav_parts_toggle svg {
  pointer-events: none;
}

.nav_parts_toggle .toggle_part {
  cursor: pointer;
  pointer-events: auto;
}

.nav_parts_toggle .toggle_part.not_active {
  opacity: 0.5;
}

.page_navigation {
  background: #55C1E9;
}

.page_navigation ul {
  list-style: none;
  padding: 0;
  display: flex;
  margin: 0;
  flex-wrap: wrap;
}
.page_navigation ul li:first-child a {
  padding-left: 0;
}

.page_navigation ul a {
  display: block;
  padding: 24px 30px;
  color: #000;
  leading-trim: both;
  font-family: "Biennale Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* 24px */
}
@media (max-width: 991px) {
  .page_navigation ul a {
    padding: 18px 15px;
  }
}
@media (max-width: 767px) {
  .page_navigation ul a {
    padding: 3px 15px;
  }
}

.page_navigation ul .active a {
  font-family: "Biennale Bold";
}

p {
  margin-top: 0;
  font-size: 16px;
}

.fullscreen-bg .banner-content.container {
  padding-right: 15px;
  padding-left: 15px;
}

.table-wrap.overflow_visible {
  overflow: visible;
}

.videobg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  /* Set video container element width here */
  height: 100%;
  /* Set video container element height here */
  overflow: hidden;
}

/* horizontally center the video */
.videobg-width {
  position: absolute;
  width: 100%;
  /* Change width value to cover more area*/
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}

/* set video aspect ratio and vertically center */
.videobg-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  overflow: hidden;
}

.videobg-make-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.videobg-hide-controls {
  box-sizing: content-box;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 150px 150px;
  top: -150px;
  left: -150px;
}

.videobg iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
  aspect-ratio: unset;
  transform: none;
}

.main_section {
  padding: 80px 0 0 0;
}
.main_section.margin_section {
  padding-top: 0;
}
.main_section .container {
  overflow: visible;
}
.main_section.pad_bot130 {
  padding-bottom: 130px;
}
@media (max-width: 991px) {
  .main_section {
    padding-top: 60px;
  }
  .main_section.pad_bot130 {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .main_section {
    padding-top: 50px;
  }
}
.main_section .row {
  padding: 0;
  column-gap: 0;
  row-gap: 30px;
  flex-wrap: wrap;
  border-bottom: none;
  line-height: unset;
  align-items: unset;
  font-size: 16px;
}
.main_section .row:after, .main_section .row:before {
  display: none;
}
.main_section .row.row_reverse {
  flex-direction: row-reverse;
}
.main_section .row {
  /*a:not(.btn, .more_ext, .learn_more_link) {
    display: inline;
  }*/
}
.main_section .too-flex-div-text {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.main_section .perevag-div-grid {
  width: 100%;
  grid-gap: 30px;
}
.main_section .links-flex {
  max-width: 360px;
}
.main_section .btn {
  display: inline-flex;
}

.person-page-link {
  text-decoration: none !important;
}

.team_item {
  background: #F6F6F6;
  height: 100%;
}
.team_item .photo {
  aspect-ratio: 262/165;
  display: flex;
}
.team_item .photo img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-bottom: 4px solid transparent;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #55C1E9 0%, #94D600 100%) !important;
}
.team_item .text {
  padding: 24px 24px 16px 24px;
  min-height: 120px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  max-height: 154px;
}
.team_item .text p {
  margin: 0;
}
.team_item h3 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  line-height: 1.2;
  /* 24px */
  margin: 0;
}
.team_item .time_read {
  color: #000;
  display: flex;
  column-gap: 8px;
  align-items: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.65px;
  text-transform: uppercase;
}

.intro p {
  font-size: 24px;
  font-family: "Biennale Bold";
  line-height: 1.1;
}
.intro p span {
  background: linear-gradient(92deg, #55C1E9, #94D600);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.toggle_tabs_nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.toggle_tabs_nav li.active a {
  background: #9FD5EF;
}
.toggle_tabs_nav li.active a::before {
  width: 4px;
  background: #55C1E9;
}
.toggle_tabs_nav a {
  color: #000;
  font-family: "Biennale Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  display: block !important;
  /* 25.2px */
  padding: 14px 16px;
  position: relative;
}
.toggle_tabs_nav a:hover {
  color: #000;
}
.toggle_tabs_nav a:hover::before {
  width: 4px;
  background: #55C1E9;
}
.toggle_tabs_nav a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #DFDFDF;
  transition: 0.3s ease;
}

.learn_more_link {
  display: inline-flex;
  align-items: center;
  column-gap: 14px;
}
.learn_more_link:hover svg {
  transform: translateX(4px);
}
.learn_more_link svg {
  transition: 0.3s ease;
}

.tabs_container {
  position: relative;
}
.tabs_container .item_tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}
.tabs_container .item_tab:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.75) 75%);
}
.tabs_container .item_tab .content-tab {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 24px;
  color: #fff;
  z-index: 2;
}
.tabs_container .item_tab h3 {
  color: #FFF;
  font-family: "Biennale Bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
.tabs_container .item_tab--alt::before {
  display: none;
}
.tabs_container .item_tab--alt h3 {
  color: #000;
  margin-top: 0;
}
.tabs_container .item_tab--alt h4 {
  font-size: 20px;
}
.tabs_container .item_tab.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.accordions_block .item_accordion {
  background: #F6F6F6;
  border-left: 4px solid #C6C6C6;
}
.accordions_block .item_accordion + .item_accordion {
  margin-top: 8px;
}
.accordions_block .item_accordion.open {
  border-left-color: #55C1E9;
}
.accordions_block .item_accordion.open .toggle_accord .angle {
  transform: rotate(180deg);
}
.accordions_block .content_accord {
  display: none;
  padding: 0 24px 19px 20px;
}
.accordions_block .toggle_accord {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 30px 19px 20px;
  cursor: pointer;
  position: relative;
}
.accordions_block .toggle_accord h4 {
  margin: 0;
  color: #000;
  font-family: "Biennale Bold";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  /* 24px */
}
.accordions_block .toggle_accord .angle {
  flex: 0 0 12px;
  transition: 0.3s ease;
}

.slider_infos .slick-list {
  height: 100%;
}
.slider_infos .ks__footer {
  padding: 0;
}
.slider_infos .ks__slide {
  position: static;
  display: grid !important;
  grid-template-rows: unset;
}
.slider_infos .slick-track {
  display: flex;
  height: 100%;
}
.slider_infos .sl__progress {
  flex: 1 1 auto;
}
.slider_infos .slick-dots {
  list-style: none;
  position: static;
  display: flex;
}
.slider_infos .slick-dots li {
  height: 4px;
  margin: 0;
  flex: 1;
  background: rgba(85, 193, 233, 0.2);
  transition: 0.3s ease;
}
.slider_infos .slick-dots li.slick-active {
  background: #55C1E9;
}
.slider_infos .slick-dots button {
  display: none;
}

.container.overflow_visible {
  overflow: visible;
}

.card_post {
  display: flex !important;
  flex-direction: column;
  background: #f6f6f6;
  gap: 0 !important;
  align-items: flex-start !important;
  text-decoration: none !important;
}
.card_post.no_border .card-image-wrapper .card-image {
  border-bottom: none;
}
.card_post .card-image-wrapper {
  flex: 0 0 auto;
  width: 100%;
  height: 226px;
  overflow: hidden;
}
.card_post .card-image-wrapper .card-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-bottom: 4px solid transparent;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #55C1E9 0%, #94D600 100%) !important;
  transition: all 0.3s ease;
}
.card_post .card-content {
  padding: 20px 0 24px 24px;
}
.card_post .card-text-wrapper {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.card_post .card-text-wrapper h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 12px;
}
.card_post .card-link-wrapper {
  flex: 0 0 auto;
  margin-top: 30px;
}
.card_post .card-link-wrapper p {
  color: #000;
  display: inline-block;
}

.docs_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.docs_list.two_columns {
  column-count: 2;
  column-gap: 30px;
}
.docs_list.two_columns li {
  display: inline-block;
  width: 100%;
}
.docs_list li {
  padding: 15px 0;
  border-bottom: 1px solid #DFDFDF;
}
.docs_list .over_link {
  text-decoration: none !important;
}
.docs_list .over_link h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-family: "Biennale Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  column-gap: 20px;
  line-height: 140%;
  /* 25.2px */
}
.docs_list .over_link h5 svg {
  flex: 0 0 19px;
}
.docs_list .over_link time {
  gap: 8px;
  display: flex;
  align-items: center;
  color: #6E6E6E;
  font-family: "Biennale Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* 24px */
  margin-bottom: 15px;
}
.docs_list .over_link time svg {
  flex: 0 0 13px;
}
.docs_list .bottom_links {
  margin-top: 15px;
  gap: 8px;
  display: flex;
  align-items: center;
}
.docs_list .bottom_links a {
  font-size: 16px;
  color: #6E6E6E;
  gap: 8px;
  align-items: center;
  display: inline-flex !important;
  font-family: "Biennale Regular";
}
.docs_list .bottom_links a svg {
  flex: 0 0 16px;
}

.links-block_f {
  display: flex;
  gap: 24px;
}
.links-block_f .btn {
  margin-right: 0;
}

.yourir-announcement-popup {
  z-index: 999;
}

.form-container .checkboxes {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .form-container .checkboxes {
    flex-direction: column;
  }
}
.form-container .checkboxes label {
  font-size: 16px;
  display: block;
  line-height: 150%;
  color: #fff;
}
.form-container .checkboxes input {
  background: #fff;
  margin: 0 12px 0 0;
  width: 24px;
  height: 24px;
  border: 2px solid #BDBDBD;
}

.font_s18 {
  font-size: 18px;
}
.font_s18 p {
  font-size: 18px;
}

.subtitle {
  font-size: 24px;
  margin-top: 0;
}

.more_ext {
  display: inline-flex;
  font-weight: 700;
  align-items: center;
  column-gap: 10px;
}

.stats-section_title-wrapp.container.pad_bot80 {
  padding-left: 0;
}
.stats-section_title-wrapp.container.pad_bot80 .title_section.mar_b40.font_s40.col-md-6 {
  padding-left: 0;
}

.baner-con-obvol {
  padding: 0 0 28px 0;
}

section.baner-cont-sect {
  background: linear-gradient(135deg, #a4d6e1, #a8d9a0);
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  height: 400px;
}
@media (max-width: 768px) {
  section.baner-cont-sect {
    height: unset;
    padding: 0;
    justify-content: flex-start;
  }
}
section.baner-cont-sect.gradient_over {
  position: relative;
}
section.baner-cont-sect.gradient_over .container {
  position: relative;
  z-index: 2;
}
section.baner-cont-sect.gradient_over .container .baner-cont-h1 {
  color: #fff;
}
section.baner-cont-sect.gradient_over:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(233deg, rgba(0, 0, 0, 0) 35.86%, rgba(0, 0, 0, 0.8) 83.68%, rgba(248, 192, 55, 0.78) 100%);
}
section.baner-cont-sect .content_ban {
  max-width: 555px;
  font-size: 22px;
  line-height: 1.4;
}
@media (max-width: 769px) {
  section.baner-cont-sect .content_ban {
    padding-bottom: 36px;
  }
}
section.baner-cont-sect .content_ban p {
  font-size: 22px;
  margin-bottom: 0;
}
section.baner-cont-sect .color_white {
  color: #fff;
}

.item_podcast {
  display: flex;
  background: #F6F6F6;
}
@media (max-width: 600px) {
  .item_podcast {
    flex-direction: column;
  }
}
.item_podcast + .item_podcast {
  margin-top: 20px;
}
.item_podcast .img_podcast {
  flex: 0 0 260px;
}
@media (max-width: 600px) {
  .item_podcast .img_podcast {
    border-bottom: 4px solid transparent;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, #55C1E9 0%, #94D600 100%) !important;
    aspect-ratio: 213/134;
    height: 210.75px;
  }
}
.item_podcast .img_podcast img {
  width: 100%;
  height: stretch;
  object-fit: cover;
}
.item_podcast .card-link-wrapper .more::after {
  background-position: center top;
}
.item_podcast .text_podcast {
  flex: 1 1 auto;
  padding: 32px;
}
@media (max-width: 600px) {
  .item_podcast .text_podcast {
    padding: 36px 24px;
  }
}
.item_podcast .text_podcast {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.item_podcast .text_podcast > div {
  flex: 1 1 auto;
}
.item_podcast h3 {
  font-size: 24px;
  font-style: normal;
  line-height: 1.2;
  margin: 0 0 24px 0;
}
.item_podcast p {
  font-size: 16px;
}

.whitepaper_content .container-news-wrap {
  padding-left: 0;
  padding-right: 0;
}
.whitepaper_content h2 {
  line-height: 1.2;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 59.4px */
}
@media (max-width: 769px) {
  .whitepaper_content h2 {
    font-size: 24px;
  }
}
.whitepaper_content h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 44px */
}
@media (max-width: 769px) {
  .whitepaper_content h3 {
    font-size: 20px;
  }
}
.whitepaper_content h4 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
}
@media (max-width: 769px) {
  .whitepaper_content h4 {
    font-size: 16px;
  }
}
.whitepaper_content p {
  margin-bottom: 15px;
}

.baner-ph-section h1 {
  line-height: 1.1;
}
.baner-ph-section h1.font_s54 {
  font-size: 54px;
}

.case-study_st {
  max-width: 950px;
  margin: 80px auto 40px auto;
  padding: 0;
}
@media (max-width: 600px) {
  .case-study_st {
    padding: 0px 20px;
    margin: 20px auto 0px auto;
  }
}
.case-study_st .case-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  align-items: start;
  gap: 8px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .case-study_st .case-meta {
    margin: 0;
    row-gap: 32px;
    display: flex;
    flex-wrap: wrap;
  }
}
.case-study_st .case-meta strong {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
}
.case-study_st .case-meta > div {
  border-top: 1px solid #ddd;
  padding-top: 16px;
}
@media (max-width: 600px) {
  .case-study_st .case-meta > div {
    border: none;
    padding: 0px;
  }
}
.case-study_st .category-tag {
  display: inline-block;
  background: #58c4ec;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 12px;
  border-radius: 30px;
  line-height: 150%;
}
.case-study_st .share {
  text-align: right;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 16px;
}
@media (max-width: 600px) {
  .case-study_st .share {
    flex-direction: row;
    align-items: center;
  }
}
.case-study_st .share strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px !important;
}
.case-study_st .share-icons {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
.case-study_st .share-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: background 0.2s;
}
.case-study_st .share-icons a:hover {
  background: #444;
}
.case-study_st .share-icons svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

section.section-text {
  display: flex;
  justify-content: center;
}

.div-text {
  max-width: 950px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

section.section-photo {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
section.section-photo .photo-div {
  max-width: 1140px;
  width: 100%;
}
section.section-photo .image-caption {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-top: 12px;
  display: flex;
  align-items: flex-start;
  line-height: 150%;
}
section.section-photo .image-caption .camera-icon {
  font-size: 14px;
  margin-right: 6px;
}
section.section-photo .image-block {
  margin: 20px 0;
}

section.text-vs-section {
  display: flex;
  justify-content: center;
  padding: 80px 20px;
}
@media (max-width: 600px) {
  section.text-vs-section {
    padding: 40px 20px;
  }
}
section.text-vs-section.color {
  background-color: #F6F6F6;
}

section.dolar-section {
  display: flex;
  justify-content: center;
  padding: 0px 0px;
}
section.dolar-section .dolar-div {
  max-width: 950px;
}
section.dolar-section .focus-frsza-div {
  flex-direction: column;
  display: flex;
  gap: 16px;
  color: #000;
  line-height: 150%;
  font-size: 20px;
  font-weight: 700;
}
section.dolar-section .focus-frsza-podtekst {
  font-size: 16px;
  font-weight: 400;
  color: #6E6E6E;
}

.hero-investor {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  background: #C7CFDB;
}
@media (max-width: 600px) {
  .hero-investor {
    align-items: flex-end;
  }
}
@media (max-width: 600px) {
  .hero-investor .container.d-flex.justify-content-sp.align-items-center {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    padding-left: 24px;
    padding-bottom: 36px;
  }
}
.hero-investor h1 {
  color: #000;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  /* 59.4px */
}
.hero-investor .eyebrow {
  font-weight: 400 !important;
  margin: 0 0 18px;
  font-family: "Biennale Regular";
  font-size: 13px !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.hero-investor .event {
  padding: 0;
  margin-top: 24px;
}
.hero-investor .event + .event {
  margin-top: 24px;
}
.hero-investor .event__date {
  color: #000;
  font-family: "Biennale Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  /* 25.2px */
}
.hero-investor .container {
  position: relative;
  z-index: 2;
}
.hero-investor .container:after, .hero-investor .container:before {
  display: none;
}
.hero-investor.with-banner-img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-investor.with-banner-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse 90% 120% at 88% 45%, rgba(199, 207, 219, 0) 35%, rgba(199, 207, 219, 0.8) 45%);
}
@media (max-width: 767px) {
  .hero-investor.with-banner-img {
    display: flex;
    align-items: flex-end;
    background: radial-gradient(ellipse 100% 120% at 88% 45%, rgba(199, 207, 219, 0) 35%, rgba(199, 207, 219, 0.8) 45%);
  }
  .hero-investor.with-banner-img h1 {
    font-size: 32px !important;
  }
}

.text-vs-div {
  max-width: 950px;
  width: 100%;
  line-height: 150%;
  font-size: 16px;
  font-weight: 400;
}

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

a.more,
.card_post .card-link-wrapper .more {
  align-items: center;
  display: inline-flex;
  text-decoration: none !important;
}
a.more:after,
.card_post .card-link-wrapper .more:after {
  background-position: center;
  display: inline-block;
  height: 16px;
}

.inv_info_box {
  background: #FFF;
  padding: 40px 24px;
  height: 100%;
}
.inv_info_box.padding_md {
  padding: 52px;
}
.inv_info_box.padding_md h4 {
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: none;
}
.inv_info_box a {
  text-decoration: none !important;
}
.inv_info_box a.more:after {
  align-items: unset;
}
.inv_info_box.flex_col {
  display: flex;
  flex-direction: column;
}
.inv_info_box .prise_inv {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.inv_info_box .docs_list {
  flex: 1 1 auto;
}
.inv_info_box h4 {
  color: #000;
  font-family: "Biennale Bold";
  font-size: 24px;
  font-style: normal;
  line-height: 1.2;
  /* 28.8px */
  margin: 0;
  padding-bottom: 17px;
}
.inv_info_box .inner_prise {
  color: #000;
  font-size: 64px;
  font-style: normal;
  font-family: "Biennale Bold";
  line-height: 1.1;
  border-bottom: 2px solid #000;
  padding: 0 0 12px 0;
}
.inv_info_box .prise_info {
  padding: 12px 0 0 0;
}
.inv_info_box .date_inv,
.inv_info_box .prise_info {
  color: #000;
  font-family: "Biennale Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.inv_info_box .date_inv p,
.inv_info_box .prise_info p {
  margin-bottom: 0;
  font-size: inherit;
}
.inv_info_box .card__filter {
  margin: 10px 0 5px;
}
.inv_info_box .card__filter label {
  color: #000;
  font-family: "Biennale Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}
.inv_info_box .select {
  font-family: "Biennale Regular";
  appearance: none;
  border-radius: 100px;
  border: 1px solid #DFDFDF;
  background: #F6F6F6;
  padding: 8px 36px 8px 12px;
  outline: none;
  height: auto;
}
.inv_info_box .select-wrap::after {
  content: "";
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  right: 14px;
}

.inner-banner_image {
  position: relative;
}
.inner-banner_image:before {
  z-index: 2;
}

aside.nav_pages .title {
  color: #000;
  font-family: "Biennale Bold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
}
aside.nav_pages ul li {
  padding: 12px 0 12px 16px;
  max-width: 100%;
}
aside.nav_pages ul li a {
  text-decoration: none !important;
}

.content_default.right-side {
  margin-bottom: 0;
}
.content_default > * + h3 {
  margin-top: 40px;
}
.content_default > h3 {
  font-size: 20px;
  font-style: normal;
  margin-bottom: 24px;
  line-height: 1.2;
}
.content_default > h3:first-child {
  margin-top: 0;
}
.content_default p {
  line-height: 1.5;
}
.content_default .slider-golov-div {
  margin: 40px 0 90px 0;
}
.content_default .slider-golov-div .ks {
  aspect-ratio: 21/11;
}

.button_more_rows {
  transition: 0.3s ease;
}
.button_more_rows .more_rows {
  -webkit-appearance: none;
  background: #F6F6F6;
  outline: none;
  padding: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: 100%;
  margin: 0;
  color: #000;
  column-gap: 8px;
  font-family: "Biennale Bold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.asx_tabs_style {
  border: none;
  padding: 52px;
}
@media (max-width: 600px) {
  .asx_tabs_style {
    padding: 40px 24px;
  }
}
.asx_tabs_style.height_table {
  padding: 0;
  box-shadow: none;
  max-height: 653px;
  overflow: hidden;
  transition: 0.7s ease;
  position: relative;
}
.asx_tabs_style.height_table:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 141px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 18.44%, rgba(255, 255, 255, 0) 100%);
  display: block;
  transition: 0.3s ease;
}
.asx_tabs_style.height_table.open {
  overflow: hidden;
  max-height: 5000px;
}
.asx_tabs_style.height_table.open:after {
  height: 0;
}
.asx_tabs_style.height_table.open + .button_more_rows {
  opacity: 0;
  pointer-events: none;
}
.asx_tabs_style.height_table table tbody tr:nth-child(odd) {
  background-color: transparent;
}
.asx_tabs_style.height_table table tbody tr:nth-child(even) {
  background: #F6F6F6;
}
.asx_tabs_style .tabs {
  gap: 2px;
}
.asx_tabs_style .tabs a {
  text-decoration: none !important;
}
.asx_tabs_style .tab[aria-current=page] {
  color: #000;
}
.asx_tabs_style th {
  text-align: left;
  padding: 10px;
  font-family: "Biennale Bold";
  font-size: 18px;
  line-height: 130%;
  background: #fff;
}
.asx_tabs_style th.date {
  text-align: right;
}
.asx_tabs_style thead tr {
  border-top: none;
}
@media (max-width: 640px) {
  .asx_tabs_style thead tr {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 2px solid #264274;
  }
}
@media (max-width: 640px) {
  .asx_tabs_style thead {
    display: block !important;
  }
}
.asx_tabs_style .row_docs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.asx_tabs_style .row_docs > * {
  flex: 0 0 33.333%;
}
.asx_tabs_style .row_docs h4 {
  margin: 0;
  color: #000;
  flex: 1 1 auto;
  font-family: "Biennale Regular";
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 24px */
}
.asx_tabs_style .row_docs time {
  color: #000;
  font-family: "Biennale Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 24px */
}
.asx_tabs_style .row_docs .webcasts_files {
  display: flex;
  justify-content: flex-end;
  column-gap: 30px;
  padding: 4px 0;
}
@media (max-width: 769px) {
  .asx_tabs_style .row_docs .webcasts_files {
    column-gap: 14px;
    align-items: center;
    justify-content: space-between;
  }
  .asx_tabs_style .row_docs .webcasts_files a span {
    display: none;
  }
}
.asx_tabs_style .row_docs .webcasts_files a {
  gap: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-family: "Biennale Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.asx_tabs_style td .webcasts_files {
  display: flex;
  justify-content: flex-end;
  column-gap: 30px;
  padding: 4px 0;
}
@media (max-width: 769px) {
  .asx_tabs_style td .webcasts_files {
    column-gap: 14px;
    align-items: center;
    justify-content: flex-start;
  }
  .asx_tabs_style td .webcasts_files a span {
    display: none;
  }
}
.asx_tabs_style td .webcasts_files a {
  gap: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-family: "Biennale Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none !important;
}
.asx_tabs_style table td {
  border-bottom: none;
  border-top: none;
}
.asx_tabs_style table a {
  text-decoration: none !important;
}
.asx_tabs_style table tbody td {
  padding: 20px 8px;
}
.asx_tabs_style table tbody tr:nth-child(odd) {
  background: #F6F6F6;
}
.asx_tabs_style .search-wrap + .btn {
  padding: 14px 24px;
}
.asx_tabs_style .search-wrap input {
  border-radius: 24px;
  border: 1px solid #DFDFDF;
}
.asx_tabs_style .prev span {
  color: #6E6E6E;
  font-family: "Biennale Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  /* 25.2px */
}
.asx_tabs_style .card__filter {
  margin: 10px 0 5px;
}
.asx_tabs_style .card__filter label {
  color: #000;
  font-family: "Biennale Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}
.asx_tabs_style .select {
  font-family: "Biennale Regular";
  appearance: none;
  border-radius: 100px;
  border: 1px solid #DFDFDF;
  background: #F6F6F6;
  padding: 8px 36px 8px 12px;
  outline: none;
  height: auto;
}
.asx_tabs_style .select-wrap::after {
  content: "";
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  right: 14px;
}

.asx_pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 16px;
}
.asx_pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  text-decoration: none !important;
  border-radius: 50%;
  border: 1px solid #BDBDBD;
  background: #F1F1F1;
}
.asx_pagination a.yourir-disabled path {
  fill: #BDBDBD !important;
}
.asx_pagination a.yourir-active {
  background-color: #fff;
}

.share_price_chart {
  padding: 0;
  font-size: 13px;
  color: #787878;
}
.share_price_chart .prev {
  margin-bottom: 15px;
}
.share_price_chart .price-chart .yourir-chart-volume {
  stroke: #cadb2f;
  stroke-opacity: 1;
}
.share_price_chart .text_s {
  text-align: center;
  margin-top: 10px;
  color: #000;
}
.share_price_chart .price-chart .yourir-chart-panel-border {
  stroke: #858688;
  stroke-opacity: 0.5;
}
.share_price_chart .price-chart .yourir-chart-price {
  stroke: #6cf;
}
.share_price_chart .price-chart-nav .yourir-chart-price-fill {
  fill: #1192e7;
}
.share_price_chart .price-chart-nav .yourir-chart-price {
  stroke-width: 1.5px;
}
.share_price_chart .yourir-chart-panel-plots {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.share_price_chart .price-chart-nav .yourir-chart {
  padding-top: 0;
  padding-bottom: 0;
}
.share_price_chart .price-chart-nav .yourir-chart .yourir-chart-panel {
  height: 50px;
}
.share_price_chart .price-chart-nav .yourir-nav-chart-outside-range {
  fill: #000;
  fill-opacity: 0.2;
}
.share_price_chart .btn_input_share_price {
  margin-top: 50px;
  display: flex;
  justify-content: flex-end;
  column-gap: 15px;
  color: #000;
  align-items: center;
  font-size: 18px;
}
@media (max-width: 768px) {
  .share_price_chart .btn_input_share_price {
    justify-content: space-between;
    width: 100%;
  }
}
.share_price_chart .btn_input_share_price button {
  font-size: 18px;
  background: #55C1E9;
  border-radius: 999px;
  border: none;
  -webkit-appearance: none;
  padding: 13px 24px;
  cursor: pointer;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.font_h24 {
  line-height: 1.4;
}
.font_h24 * + h2 {
  margin-top: 50px;
}
.font_h24 h2 {
  font-size: 24px;
}

.share_price_wrap {
  padding: 53px;
  background: var(--Downer-Group-Primary-Palette-White, #FFF);
}
@media (max-width: 769px) {
  .share_price_wrap {
    padding: 40px 24px;
  }
}
.share_price_wrap h3 {
  color: #000;
  font-family: "Biennale Bold";
  font-size: 24px;
  margin: 0 0 20px 0;
  line-height: 1.2;
  /* 28.8px */
}
.share_price_wrap p {
  font-size: 18px;
  margin-bottom: 10px;
}
.share_price_wrap .prise_c {
  margin-top: 0;
  font-size: 64px;
  font-style: normal;
  font-family: "Biennale Bold";
  line-height: 1.1;
  /* 70.4px */
}
.share_price_wrap .prise_c::before {
  content: "A";
}
.share_price_wrap .prise::before {
  content: "A$";
}
.share_price_wrap .yourir-change .yourir-positive::before {
  content: "+A$" !important;
}
.share_price_wrap .yourir-change .yourir-negative::before {
  content: "-A$" !important;
}
.share_price_wrap .prise_table tr:last-child td {
  border-bottom: none;
}
.share_price_wrap .prise_table td {
  padding: 15px 10px;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid #BDBDBD;
  border-top: none;
  font-family: "Biennale Regular";
  font-size: 16px;
  line-height: 1.4;
}
.share_price_wrap .prise_table td + td {
  border-left: 1px solid #BDBDBD;
}
.share_price_wrap .prise_table td span {
  font-size: 22px;
}

.table_key_dates {
  overflow: visible;
}
.table_key_dates th:first-child {
  width: 50%;
}
.table_key_dates td:last-child {
  position: relative;
}
.table_key_dates .date {
  text-align: left;
}
.table_key_dates .row_docs {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 12px;
}
.table_key_dates .row_docs.active {
  z-index: 2;
}
.table_key_dates .row_docs.active .add_calendar + .add-to-calendar {
  display: block;
}
.table_key_dates .row_docs .add_calendar {
  line-height: 1;
  text-align: left;
}
.table_key_dates .row_docs .add_calendar + .add-to-calendar {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: calc(33.333% + 12px);
  right: auto;
  min-width: 220px;
  width: max-content;
  max-width: min(280px, 100vw - 32px);
  padding: 10px 12px;
  background-color: #fff;
  border: 1px solid #DFDFDF;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  z-index: 20;
}
@media (max-width: 769px) {
  .table_key_dates .row_docs .add_calendar + .add-to-calendar {
    left: 0;
  }
}
.table_key_dates .row_docs .add_calendar + .add-to-calendar > span {
  display: none;
}
.table_key_dates .row_docs .add_calendar + .add-to-calendar a {
  display: flex !important;
  align-items: center;
  white-space: nowrap;
}
.table_key_dates .row_docs .add_calendar a {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
}

h3.text-vs-h3 {
  font-size: 32px;
  margin-top: 0;
}

/* animated details/summary accordion */
details.faq__item {
  overflow: hidden;
}

details.faq__item > .faq__body {
  overflow: hidden;
  transition: height 0.35s ease;
}

.has_btn_right {
  flex-wrap: wrap;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.has_btn_right .btn {
  margin-right: 0;
}

h1.baner-cont-h1 {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 30px 0;
}

section.footer-form {
  background: #000;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  padding: 80px 20px;
}

h2.h2-form {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 30px 0;
  color: #fff;
}

.div-foter-form {
  display: flex;
  max-width: 1140px;
  width: 100%;
  gap: 40px;
}

.foter-form-one {
  color: #fff;
}

.div-foter-form > div {
  max-width: 555px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.form-container {
  width: 100%;
  max-width: 460px;
  box-sizing: border-box;
}

.form-container > form > label {
  font-size: 16px;
  display: block;
  margin-bottom: 12px;
  line-height: 150%;
  color: #fff;
}

.form-container > form > input[type=text],
.form-container > form > input[type=email] {
  width: 100%;
  padding: 16px 16px;
  border-radius: 30px;
  border: none;
  outline: none;
  font-size: 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.align_start {
  align-items: flex-start;
}

.font_size32.zagolovok-twooblock {
  font-size: 32px;
}

.two-flex-div-zagolocok h3 {
  font-size: 24px;
}

.margin_section {
  margin-top: 80px;
  margin-bottom: 80px;
}

.title_section {
  color: #000;
  font-family: "Biennale Bold";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  /* 38.4px */
}

.three-columns-cards.bg_grey_l {
  padding-bottom: 80px;
}
.three-columns-cards.bg_grey_l + .join-section {
  margin-top: 0;
}

.accordion.mar_t0 {
  border-radius: 0;
}

.accordion-item.well_style {
  padding: 0;
  background-color: #F6F6F6;
}
.accordion-item.well_style .accordion-header {
  font-size: 20px;
  background-color: transparent;
  padding: 20px 24px;
}
.accordion-item.well_style .accordion-header.active svg {
  transform: rotate(0deg);
}
.accordion-item.well_style .accordion-header svg {
  transform: rotate(180deg);
  transition: 0.3s ease;
}
.accordion-item.well_style .accordion-content {
  background-color: transparent;
  padding: 0 24px;
  transition: max-height 0.4s ease;
}

.accordion.benefits_accordion {
  margin-top: 30px;
}
.accordion.benefits_accordion .item {
  border-radius: 0;
  border-left-width: 4px;
  box-shadow: none;
}
.accordion.benefits_accordion .item button.header {
  padding: 13px 18px;
  color: #000;
  font-family: "Biennale Bold";
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  /* 24px */
  -webkit-appearance: none;
}

.bg_grey_l.three-columns-cards .card,
.bg_grey_l .card_post {
  background: #fff;
}

.pad_bot80 {
  padding-bottom: 80px;
}
.pad_bot80 + .join-section {
  margin-top: 0;
}

.pad_bot110 {
  padding-bottom: 110px;
}

.font_s40 {
  font-size: 40px;
}

.justify-content-sp {
  justify-content: space-between;
}

.mar_b40 {
  margin-bottom: 40px;
}

.mar_b30 {
  margin-bottom: 30px;
}

.mar_t30 {
  margin-top: 30px;
}

.mar_t20 {
  margin-top: 20px;
}

.mar_t10 {
  margin-top: 10px;
}

.mar_t0 {
  margin-top: 0;
}

.bg_grey_l {
  background: #F6F6F6;
}

table td h4 {
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  font-family: "Biennale Regular";
}
table td .row_docs.new-cals.new-cal1 time {
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 769px) {
  .ann.asx_tabs_style .table-wrap {
    overflow-x: visible !important;
    width: 100% !important;
    box-sizing: border-box;
  }
  .ann.asx_tabs_style .table-wrap table {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
    table-layout: auto;
  }
  .ann.asx_tabs_style .table-wrap thead {
    display: flex !important;
    width: 100% !important;
  }
  .ann.asx_tabs_style .table-wrap thead tr {
    display: flex !important;
    width: 100% !important;
  }
  .ann.asx_tabs_style .table-wrap thead th {
    font-size: 14px !important;
    white-space: normal !important;
    word-break: break-word !important;
    display: block !important;
    padding: 10px 10px 10px 5px;
  }
  .ann.asx_tabs_style .table-wrap thead th:first-child {
    flex: 0 0 60% !important;
  }
  .ann.asx_tabs_style .table-wrap thead th.date {
    flex: 0 0 40% !important;
    text-align: left;
  }
  .ann.asx_tabs_style .table-wrap thead th.files-th {
    display: none !important;
  }
  .ann.asx_tabs_style .table-wrap tbody {
    display: block !important;
    width: 100% !important;
  }
  .ann.asx_tabs_style .table-wrap tbody tr {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    box-sizing: border-box;
  }
  .ann.asx_tabs_style .table-wrap tbody td {
    font-size: 12px !important;
    white-space: normal !important;
    word-break: break-word !important;
    display: block !important;
    box-sizing: border-box;
    padding: 10px 10px 10px 5px;
  }
  .ann.asx_tabs_style .table-wrap tbody td:first-child {
    flex: 0 0 60% !important;
  }
  .ann.asx_tabs_style .table-wrap tbody td.date {
    flex: 0 0 40% !important;
    text-align: right;
  }
  .ann.asx_tabs_style .table-wrap tbody td.files-td {
    flex: 0 0 40% !important;
    margin-left: 60%;
    padding-top: 0 !important;
  }
  .ann.asx_tabs_style .table-wrap tbody td.files-td .webcasts_files {
    justify-content: flex-end;
    column-gap: 12px;
  }
  .ann.asx_tabs_style .table-wrap tbody td.files-td .webcasts_files a span {
    display: none;
  }
  .table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-wrap table {
    width: auto;
    min-width: 100%;
    display: table;
  }
  .table-wrap table thead {
    display: table-header-group !important;
  }
  .table-wrap table thead tr {
    display: table-row !important;
    width: auto !important;
    justify-content: unset !important;
    border-bottom: 2px solid #264274;
  }
  .table-wrap table tbody tr {
    display: table-row !important;
    width: auto !important;
  }
  .table-wrap table th,
  .table-wrap table td {
    display: table-cell !important;
    white-space: nowrap;
    padding: 10px 10px 10px 5px;
  }
  .table-wrap table td h4 {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
  }
  .table-wrap table td .row_docs.new-cals.new-cal1 time {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
  }
}

/*# sourceMappingURL=style-st.css.map */
