/* utils */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

html,
body {
  position: relative;
  scroll-behavior: smooth;
  background-color: #EEE;
  font-family: "Editorial New", Georgia, "Times New Roman", serif;
  color: #171717;
}

img {
  display: block;
}

blockquote {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

button {
  background-color: transparent;
}

ul,
ol {
  list-style: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  padding: 0;
  margin: 0;
}

input,
button,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
}

.icon,
svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #171717;
}

h2 {
  font-family: "Editorial New", Georgia, "Times New Roman", serif;
  font-size: 30.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 20.16px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
}

.section-name {
  color: #171717;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 16.8px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .section-name {
    margin-top: 4px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 164%;
  }
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.grid-container .item1 {
  grid-column: 1/6;
}
@media screen and (max-width: 768px) {
  .grid-container .item1 {
    grid-column: auto;
  }
}
.grid-container .item1 > .name {
  max-width: 529px;
}
.grid-container .item1 h3 {
  font-size: 22.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  /* 44.8px */
  letter-spacing: 0.4px;
  font-family: "Editorial New", Georgia, "Times New Roman", serif;
}
@media screen and (max-width: 1024px) {
  .grid-container .item1 h3 {
    font-size: 15.68px;
  }
}
@media screen and (max-width: 768px) {
  .grid-container .item1 h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    /* 24.64px */
    letter-spacing: 0.22px;
  }
}
.grid-container .item2 {
  grid-column: 6/13;
}
@media screen and (max-width: 768px) {
  .grid-container .item2 {
    grid-column: auto;
  }
}
.grid-container .item2 > .paragraph {
  margin-top: 21px;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%;
}
@media screen and (max-width: 1024px) {
  .grid-container .item2 > .paragraph {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .grid-container .item2 > .paragraph {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 153%;
    margin-top: 14px;
  }
}
.grid-container .item2 > ul {
  margin-top: 4px;
}
.grid-container .item2 > ul li {
  position: relative;
  color: #171717;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-left: 24px;
}
@media screen and (max-width: 1024px) {
  .grid-container .item2 > ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .grid-container .item2 > ul li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}
.grid-container .item2 > ul li:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #171717;
  left: -30px;
  top: 18px;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .grid-container .item2 > ul li:after {
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .grid-container .item2 > ul li:after {
    width: 4px;
    height: 4px;
    top: 8px;
    left: -18px;
  }
}
@media screen and (max-width: 768px) {
  .grid-container .item2 > ul {
    margin-top: 10px;
  }
}

.underline-green {
  display: inline-block;
  text-wrap: nowrap;
  position: relative;
  z-index: 0;
}
.underline-green:after {
  content: "";
  height: 7px;
  background: url("../assets/icons/span-underline-green.svg") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  z-index: -1;
}

.underline-brown {
  display: inline-block;
  text-wrap: nowrap;
  position: relative;
  z-index: 0;
}
.underline-brown:after {
  content: "";
  height: 7px;
  background: url("../assets/icons/brown-underline.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  z-index: -1;
}

.stroke-green {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 0;
}
.stroke-green > img {
  left: 0;
  top: -12px;
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 23px);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .stroke-green > img {
    top: -4px;
    height: calc(100% + 8px);
    width: calc(100% + 6px);
  }
}
.stroke-green.fundamental > img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .stroke-green.fundamental > img {
    width: 100%;
  }
}
.stroke-green.employee {
  display: inline;
}
.stroke-green.employee > img {
  width: calc(100% + 4px);
  height: calc(100% + 8px);
  top: -4px;
  left: -4px;
}

.span-stroke {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 0;
}
.span-stroke > img {
  left: -2px;
  top: -2px;
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
}
.span-stroke.years > img {
  top: -12px;
  height: calc(100% + 24px);
}

.news-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .news-container {
    margin-top: 60px;
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .news-container {
    margin-top: 10px;
  }
}
@media screen and (max-width: 550px) {
  .news-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.news-container .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px 38px;
}
.news-container .item:hover {
  cursor: pointer;
}
.news-container .item:hover h5 {
  color: #D5E1D4;
}
.news-container .item.brown:hover {
  color: #DCB486;
}
@media screen and (max-width: 768px) {
  .news-container .item {
    padding: 30px 30px 20px;
  }
  .news-container .item:nth-child(n+3) {
    display: none;
  }
}
.news-container .item h5 {
  margin-top: 0;
  margin-bottom: 44px;
  font-size: 22.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
@media screen and (max-width: 1300px) {
  .news-container .item h5 {
    font-size: 17.92px;
  }
}
@media screen and (max-width: 768px) {
  .news-container .item h5 {
    margin-bottom: 50px;
  }
}
.news-container .item .date {
  margin-top: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 1300px) {
  .news-container .item .date {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .news-container .item .date {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 123%;
  }
}
@media screen and (max-width: 768px) {
  .news-container .item .date {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }
}

.more-link {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 153%;
  color: #171717;
}
.more-link:hover {
  color: #DCB486;
}
@media screen and (max-width: 768px) {
  .more-link {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 153%;
  }
}
.more-link > img {
  position: absolute;
  z-index: -1;
  left: -45px;
  top: -23px;
  width: calc(100% + 32px + 45px);
  height: calc(100% + 23px + 23px);
}
@media screen and (max-width: 768px) {
  .more-link > img {
    left: -14.5px;
    top: -12px;
    width: calc(100% + 15px + 8px);
    height: calc(100% + 12px + 14px);
  }
}

.pagination {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .pagination {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .pagination {
    padding: 0 20px;
  }
}
.pagination .paginatin-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23px;
  margin-left: auto;
  margin-right: auto;
}
.pagination .paginatin-wrapper .pagination-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
}
.pagination .paginatin-wrapper .pagination-pages p {
  color: #939AB2;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.18px;
}
@media screen and (max-width: 768px) {
  .pagination .paginatin-wrapper .pagination-pages p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
  }
}
.pagination .paginatin-wrapper .pagination-pages a {
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.18px;
  padding: 6px 9px;
}
.pagination .paginatin-wrapper .pagination-pages a.active {
  background-color: #947964;
  color: white;
}
@media screen and (max-width: 768px) {
  .pagination .paginatin-wrapper .pagination-pages a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.16px;
  }
}
.pagination .paginatin-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination .paginatin-wrapper a:hover {
  color: #DCB486;
}
.pagination .paginatin-wrapper a:hover .icon {
  color: #DCB486;
}
.pagination .paginatin-wrapper a .icon {
  width: 24px;
  height: 24px;
}

.anchor {
  height: 100vh;
}

.container-green {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #D5E1D4;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.grid .left {
  grid-column: 1/6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .grid .left {
    grid-column: auto;
  }
}
.grid .right {
  grid-column: 6/13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .grid .right {
    grid-column: auto;
  }
}

.no-scroll {
  overflow-y: hidden;
}

.overflow {
  width: 100%;
  overflow-y: hidden;
}

footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #947964;
}
footer .container {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 90px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  footer .container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  footer .container {
    padding: 0 20px;
  }
}
footer .container .usefull {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  footer .container .usefull {
    grid-template-columns: 1fr;
  }
}
footer .container .usefull .site-map {
  width: 100%;
  grid-column: 1/2;
  grid-row: 1/3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  min-width: 620px;
}
@media screen and (max-width: 1024px) {
  footer .container .usefull .site-map {
    min-width: 396px;
  }
}
@media screen and (max-width: 768px) {
  footer .container .usefull .site-map {
    grid-row: 2/3;
  }
}
@media screen and (max-width: 430px) {
  footer .container .usefull .site-map {
    grid-template-columns: 1fr;
    gap: 48px;
    min-width: 0px;
  }
}
footer .container .usefull .site-map .coloumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
}
footer .container .usefull .site-map .coloumn > h3 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 40.8px */
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) {
  footer .container .usefull .site-map .coloumn > h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  footer .container .usefull .site-map .coloumn > h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 34px */
    text-transform: capitalize;
  }
}
footer .container .usefull .site-map .coloumn .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
footer .container .usefull .site-map .coloumn .list > a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 1024px) {
  footer .container .usefull .site-map .coloumn .list > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  footer .container .usefull .site-map .coloumn .list > a {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
  }
}
footer .container .usefull .site-map .coloumn .list > a:hover {
  color: #DCB486;
}
footer .container .usefull .search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  footer .container .usefull .search {
    grid-row: 1/2;
    grid-template-columns: 1/2;
  }
}
footer .container .usefull .search .search-footer {
  max-width: 388px;
  width: 100%;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  footer .container .usefull .search .search-footer {
    max-width: none;
  }
}
footer .container .usefull .search .search-footer input {
  width: 100%;
  border-bottom: 1px solid #171717;
  background-color: transparent;
  color: #171717;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  padding: 0 30px 12.1px 0;
}
footer .container .usefull .search .search-footer input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  color: #171717;
}
footer .container .usefull .search .search-footer input::-moz-placeholder {
  opacity: 1;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  color: #171717;
}
footer .container .usefull .search .search-footer input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: 0.4s ease all;
  transition: 0.4s ease all;
  color: #171717;
}
footer .container .usefull .search .search-footer input::-ms-input-placeholder {
  opacity: 1;
  -ms-transition: 0.4s ease all;
  transition: 0.4s ease all;
  color: #171717;
}
footer .container .usefull .search .search-footer input::placeholder {
  opacity: 1;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  color: #171717;
}
footer .container .usefull .search .search-footer input:focus {
  border-bottom: 1px solid #DCB486;
}
footer .container .usefull .search .search-footer input:focus::-webkit-input-placeholder {
  color: #DCB486;
}
footer .container .usefull .search .search-footer input:focus::-moz-placeholder {
  color: #DCB486;
}
footer .container .usefull .search .search-footer input:focus:-ms-input-placeholder {
  color: #DCB486;
}
footer .container .usefull .search .search-footer input:focus::-ms-input-placeholder {
  color: #DCB486;
}
footer .container .usefull .search .search-footer input:focus::placeholder {
  color: #DCB486;
}
footer .container .usefull .search .search-footer button {
  position: absolute;
  right: 0px;
  bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .container .usefull .search .search-footer button:hover .icon {
  color: #DCB486;
}
footer .container .usefull .search .search-footer button .icon {
  width: 20px;
  height: 20px;
  color: #171717;
}
footer .container .usefull .soccial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 26px;
}
@media screen and (max-width: 768px) {
  footer .container .usefull .soccial {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 !important;
    padding: 0 !important;
  }
}
footer .container .usefull .soccial > button {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  color: #171717;
  margin: 0 !important;
  padding: 0 !important;
}
footer .container .usefull .soccial > button:hover {
  color: #DCB486;
}
@media screen and (max-width: 768px) {
  footer .container .usefull .soccial > button {
    font-size: 15px;
  }
}
footer .container .usefull .soccial .soccial-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .container .usefull .soccial .soccial-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
}
footer .container .usefull .soccial .soccial-container .icon {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  footer .container .usefull .soccial .soccial-container .icon {
    width: 26px;
    height: 26px;
  }
}
footer .container .usefull .soccial .soccial-container .icon:hover {
  color: #DCB486;
}
footer .container .footer-reserv {
  margin-top: 40px;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
}
@media screen and (max-width: 1024px) {
  footer .container .footer-reserv {
    font-family: 17px;
  }
}
@media screen and (max-width: 768px) {
  footer .container .footer-reserv {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
}
footer .container .over-text {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  footer .container .over-text {
    margin-top: 30px;
  }
}
footer .container .over-text p {
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
}
@media screen and (max-width: 1024px) {
  footer .container .over-text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  footer .container .over-text p {
    font-size: 14px;
    font-style: normal;
    line-height: 164%;
  }
}
footer .container .over-text p strong {
  font-weight: 600;
}
footer .container .over-text a {
  color: #DCB486;
  text-decoration-line: underline;
}
footer .container .over-text ul li {
  position: relative;
  color: #171717;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-left: 24px;
}
@media screen and (max-width: 1024px) {
  footer .container .over-text ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  footer .container .over-text ul li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}
footer .container .over-text ul li:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #171717;
  left: -30px;
  top: 18px;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  footer .container .over-text ul li:after {
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  footer .container .over-text ul li:after {
    width: 4px;
    height: 4px;
    top: 8px;
    left: -18px;
  }
}
footer .container .over-text ul li {
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
  position: relative;
  margin-left: 30px;
}
footer .container .over-text ul li:after {
  width: 5px;
  height: 5px;
  top: 12px;
  left: -17px;
}
@media screen and (max-width: 1024px) {
  footer .container .over-text ul li {
    font-size: 16px;
  }
  footer .container .over-text ul li:after {
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  footer .container .over-text ul li {
    font-size: 14px;
    font-style: normal;
    line-height: 164%;
  }
  footer .container .over-text ul li:after {
    top: 9px;
    width: 4px;
    height: 4px;
  }
}

header {
  width: 100%;
  min-height: 88.49px;
  background-color: #947964;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: sticky;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 835px) {
  header {
    min-height: 83px;
  }
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1445px;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  header .container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  header .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1280px) {
  header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 975px) {
  header .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 83px;
  }
}
header .container .logo {
  margin-top: 24.34px;
  margin-bottom: 31.37px;
  max-width: 196.8px;
  margin-right: 20px;
}
@media screen and (max-width: 1442px) {
  header .container .logo {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 975px) {
  header .container .logo {
    width: 147.306px;
    height: 19.979px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
header .container nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 27px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1442px) {
  header .container nav {
    margin-left: auto;
    gap: 16px;
    margin-top: 31px;
  }
}
@media screen and (max-width: 1280px) {
  header .container nav {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 975px) {
  header .container nav {
    display: none;
  }
}
header .container nav > ul {
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 1442px) {
  header .container nav > ul {
    gap: 16px;
  }
}
header .container nav > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  position: relative;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 108%;
  color: #171717;
}
@media screen and (max-width: 1442px) {
  header .container nav > ul li {
    font-size: 18px;
  }
}
header .container nav > ul li:hover {
  color: #DCB486;
}
header .container nav > ul li:hover .icon {
  color: #DCB486;
}
header .container nav > ul li.active .icon {
  rotate: 180deg;
}
header .container nav > ul li .icon {
  width: 8px;
  height: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
header .container nav > ul li .drop-down {
  display: none;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: calc(100% + 56px);
  max-width: 340px;
  z-index: 2;
}
header .container nav > ul li .drop-down a {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  text-wrap: nowrap;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
header .container nav > ul li .drop-down a:hover {
  color: #DCB486;
}
header .container nav > ul li .drop-down.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .container nav .login {
  color: #DCB486;
  text-align: center;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 108%;
  margin-bottom: 2px;
}
@media screen and (max-width: 1442px) {
  header .container nav .login {
    font-size: 18px;
  }
}
header .container nav .login:hover {
  color: #EEE;
}
header .container nav .search {
  background-color: transparent;
}
header .container nav .search:hover .icon {
  color: #DCB486;
}
header .container nav .search .icon {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1442px) {
  header .container nav .search .icon {
    display: none;
  }
}
header .container nav .search .icon.mobile {
  display: none;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1442px) {
  header .container nav .search .icon.mobile {
    display: block;
  }
}
header .container .mobile-menu-btn {
  display: none;
  background-color: transparent;
  color: #171717;
}
header .container .mobile-menu-btn:hover .icon {
  color: #DCB486;
}
@media screen and (max-width: 975px) {
  header .container .mobile-menu-btn {
    display: block;
  }
}
header .container .mobile-menu-btn .icon {
  width: 51px;
  height: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
header .sub-menu {
  width: 100%;
  opacity: 0.9;
  background: #171717;
  position: absolute;
  top: 100%;
  z-index: 1;
  display: none;
}
header .sub-menu .content {
  height: 320px;
}
header .searchBlock {
  opacity: 0.9;
  background: #171717;
  width: 100%;
  position: absolute;
  top: 100%;
  z-index: 1;
  display: none;
}
header .searchBlock .search-menu {
  max-width: 1448px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
header .searchBlock .search-menu input {
  width: 100%;
  height: 78px;
  background-color: #EEE;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  padding: 26px 28px 26px 53px;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
header .searchBlock .search-menu input::-webkit-input-placeholder {
  color: #171717;
  opacity: 1;
}
header .searchBlock .search-menu input::-moz-placeholder {
  color: #171717;
  opacity: 1;
}
header .searchBlock .search-menu input:-ms-input-placeholder {
  color: #171717;
  opacity: 1;
}
header .searchBlock .search-menu input::-ms-input-placeholder {
  color: #171717;
  opacity: 1;
}
header .searchBlock .search-menu input::placeholder {
  color: #171717;
  opacity: 1;
}
header .searchBlock .search-menu .submitBtn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 48px;
  background-color: transparent;
}
header .searchBlock .search-menu .submitBtn:hover .icon {
  color: #DCB486;
}
header .searchBlock .search-menu .submitBtn .icon {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-mobile-modal-menu {
  display: none;
  width: 100%;
  background: rgba(23, 23, 23, 0.85);
  position: absolute;
  top: 0;
  z-index: 10;
  height: 100vh;
}
.header-mobile-modal-menu.governance {
  position: fixed;
  z-index: 500;
}
.header-mobile-modal-menu.governance .wrappper .content {
  padding-bottom: 21px;
  padding: 14px 22px 21px 25px;
  max-width: 334px;
}
.header-mobile-modal-menu.governance .wrappper .content .heading h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 164%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
.header-mobile-modal-menu.governance .wrappper .content .custom-scroll {
  height: calc(100% - 51px);
}
.header-mobile-modal-menu.governance .wrappper .content .scrolled-list {
  gap: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
.header-mobile-modal-menu.governance .wrappper .content .scrolled-list a {
  position: relative;
  overflow: visible;
}
.header-mobile-modal-menu.governance .wrappper .content .scrolled-list a.active:after {
  position: absolute;
  left: -26px;
  top: 0;
  content: "";
  width: 12px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #8DB487;
}
.header-mobile-modal-menu .animated-container {
  display: none;
}
.header-mobile-modal-menu .wrappper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}
.header-mobile-modal-menu .wrappper .content {
  margin-left: auto;
  max-width: 600px;
  width: 100%;
  height: calc(100% - 48px);
  background-color: #EEE;
  padding: 14px 20px 41.81px 20px;
}
.header-mobile-modal-menu .wrappper .content .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-mobile-modal-menu .wrappper .content .heading .close-mobal {
  position: relative;
  width: 42px;
  height: 25px;
}
.header-mobile-modal-menu .wrappper .content .heading .close-mobal img {
  position: absolute;
  top: 0;
  left: 0;
}
.header-mobile-modal-menu .wrappper .content .heading .close-mobal .icon {
  width: 21px;
  height: 21px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header-mobile-modal-menu .wrappper .content .heading .close-mobal .icon:hover {
  color: #947964;
}
.header-mobile-modal-menu .wrappper .content .custom-scroll {
  margin-top: 24px;
  height: calc(100% - 24px - 103px);
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header-mobile-modal-menu .wrappper .content .scrolled-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}
.header-mobile-modal-menu .wrappper .content .scrolled-list .category .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.header-mobile-modal-menu .wrappper .content .scrolled-list .category .title:hover {
  cursor: pointer;
}
.header-mobile-modal-menu .wrappper .content .scrolled-list .category .title:hover h3 {
  color: #DCB486;
}
.header-mobile-modal-menu .wrappper .content .scrolled-list .category .title:hover .icon {
  color: #DCB486;
}
.header-mobile-modal-menu .wrappper .content .scrolled-list .category .title.active .icon {
  rotate: 180deg;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.header-mobile-modal-menu .wrappper .content .scrolled-list .category .title h3 {
  color: #171717;
  font-family: "Editorial New", Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 108%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-mobile-modal-menu .wrappper .content .scrolled-list .category .title .icon {
  color: #171717;
  width: 8px;
  height: 6px;
}
.header-mobile-modal-menu .wrappper .content .scrolled-list .category .category-links {
  display: none;
}
.header-mobile-modal-menu .wrappper .content .scrolled-list .category .category-links-container {
  margin-top: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
.header-mobile-modal-menu .wrappper .content .scrolled-list .category .category-links-container a:hover {
  color: #DCB486;
}
.header-mobile-modal-menu .wrappper .content .scrolled-list .contact {
  color: #171717;
  font-family: "Editorial New", Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 108%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-mobile-modal-menu .wrappper .content .scrolled-list .contact:hover {
  color: #DCB486;
}
.header-mobile-modal-menu .wrappper .content .scrolled-list .login {
  color: #947964;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 108%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-mobile-modal-menu .wrappper .content .scrolled-list .login:hover {
  color: #DCB486;
}
.header-mobile-modal-menu .wrappper .content .search {
  margin-top: 25px;
  width: 100%;
  height: 36.19px;
  position: relative;
}
.header-mobile-modal-menu .wrappper .content .search input {
  width: 100%;
  border-bottom: 1px solid #171717;
  background-color: transparent;
  color: #171717;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  padding: 0 30px 12.1px 0;
  padding: 0 30px 12.1px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.header-mobile-modal-menu .wrappper .content .search input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  color: #171717;
}
.header-mobile-modal-menu .wrappper .content .search input::-moz-placeholder {
  opacity: 1;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  color: #171717;
}
.header-mobile-modal-menu .wrappper .content .search input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: 0.4s ease all;
  transition: 0.4s ease all;
  color: #171717;
}
.header-mobile-modal-menu .wrappper .content .search input::-ms-input-placeholder {
  opacity: 1;
  -ms-transition: 0.4s ease all;
  transition: 0.4s ease all;
  color: #171717;
}
.header-mobile-modal-menu .wrappper .content .search input::placeholder {
  opacity: 1;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  color: #171717;
}
.header-mobile-modal-menu .wrappper .content .search input:focus {
  border-bottom: 1px solid #DCB486;
}
.header-mobile-modal-menu .wrappper .content .search input:focus::-webkit-input-placeholder {
  color: #DCB486;
}
.header-mobile-modal-menu .wrappper .content .search input:focus::-moz-placeholder {
  color: #DCB486;
}
.header-mobile-modal-menu .wrappper .content .search input:focus:-ms-input-placeholder {
  color: #DCB486;
}
.header-mobile-modal-menu .wrappper .content .search input:focus::-ms-input-placeholder {
  color: #DCB486;
}
.header-mobile-modal-menu .wrappper .content .search input:focus::placeholder {
  color: #DCB486;
}
.header-mobile-modal-menu .wrappper .content .search button {
  position: absolute;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  right: 0;
  top: 4.42px;
}
.header-mobile-modal-menu .wrappper .content .search button:hover .icon {
  color: #DCB486;
}
.header-mobile-modal-menu .wrappper .content .search button .icon {
  width: 19px;
  height: 19px;
}

#header-target-desktop {
  opacity: 0;
  -webkit-transition: opacity 400ms ease-out;
  transition: opacity 400ms ease-out;
}
#header-target-desktop.animation {
  opacity: 1;
}

.simplebar-track {
  margin-right: 1.5px;
}
.simplebar-track.simplebar-vertical {
  border-radius: 1px;
  background: #836955;
  width: 2px;
  overflow: visible;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  top: 0px;
  bottom: 0px;
  opacity: 1;
  left: -10px;
  left: -1.5px;
  border-radius: 1px;
  background: #6E5643;
  color: #6E5643;
  width: 5px;
}

.simplebar-horizontal {
  width: calc(100% - 50px - 50px);
  margin-left: 50px;
  border-radius: 1px;
  overflow: visible;
}
.simplebar-horizontal .simplebar-scrollbar::before {
  background: #6E5643;
  color: #6E5643;
  left: 0;
  right: 0;
}

/* Components */
.line-block {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .line-block {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .line-block {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .line-block {
    margin-top: 15px;
  }
}
.line-block h1 {
  color: #171717;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 16.8px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .line-block h1 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 164%;
  }
}
.line-block + .text-section {
  margin-top: 0px;
}
.line-block + .text-section .grid-container {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .line-block + .text-section .grid-container {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .line-block + .text-section .grid-container {
    margin-top: 30px;
  }
}
.line-block + .text-section:not(.grid-container) h3 {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .line-block + .text-section:not(.grid-container) h3 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .line-block + .text-section:not(.grid-container) h3 {
    margin-top: 30px;
  }
}
.line-block + .text-section.employee-section .employee-grid, .line-block + .text-section .team-section, .line-block + .text-section .news-detailes {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .line-block + .text-section.employee-section .employee-grid, .line-block + .text-section .team-section, .line-block + .text-section .news-detailes {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .line-block + .text-section.employee-section .employee-grid, .line-block + .text-section .team-section, .line-block + .text-section .news-detailes {
    margin-top: 30px;
  }
}
.line-block + .press-relise-page-name, .line-block + .search-section {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .line-block + .press-relise-page-name, .line-block + .search-section {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .line-block + .press-relise-page-name, .line-block + .search-section {
    margin-top: 30px;
  }
}

.carrers-title .grid {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .carrers-title .grid {
    margin-top: 15px;
  }
}

.container-green .faq-grid {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  --m: 50px;
  margin-top: var(--m);
  margin-bottom: var(--m);
}
@media screen and (max-width: 1024px) {
  .container-green .faq-grid {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .container-green .faq-grid {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .container-green .faq-grid {
    --m: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .container-green .faq-grid {
    --m: 30px;
  }
}

.our-values {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .our-values {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .our-values {
    margin-top: 40px;
  }
}
.our-values .text-section {
  padding-bottom: 97px;
}
@media screen and (max-width: 768px) {
  .our-values .text-section {
    padding-bottom: 36px;
  }
}
.our-values .text-section > h2 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .our-values .text-section > h2 {
    margin-top: 30px;
  }
}
.our-values .text-section .benefits {
  margin-top: 0;
}
.our-values .text-section .benefits .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .our-values .text-section .benefits .wrapper {
    margin-top: 0;
  }
}

.container.green.about-us .text-section {
  padding-bottom: 97px;
}
@media screen and (max-width: 768px) {
  .container.green.about-us .text-section {
    padding-bottom: 36px;
  }
}
.container.green.about-us .text-section .wrapper {
  margin-top: 53px;
}
@media screen and (max-width: 768px) {
  .container.green.about-us .text-section .wrapper {
    margin-top: 30px;
  }
}

.text-section.about-us > h2 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .text-section.about-us > h2 {
    margin-top: 30px;
  }
}

.assistant h3 {
  margin-top: 84px;
  font-size: 30.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  margin-right: 82px;
}
@media screen and (max-width: 768px) {
  .assistant h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
    margin-top: 30px;
  }
}

.assistant-grid {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  margin-top: 85px;
}
@media screen and (max-width: 1024px) {
  .assistant-grid {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .assistant-grid {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .assistant-grid {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.assistant-grid .left {
  grid-column: 1/6;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .assistant-grid .left {
    grid-column: auto;
  }
}
.assistant-grid .left .location p {
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 768px) {
  .assistant-grid .left .location p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
  }
}
.assistant-grid .left .apply {
  max-width: 479px;
  margin-top: 93px;
  padding: 40px 28px 42px 31px;
  background-color: #D5E1D4;
}
@media screen and (max-width: 768px) {
  .assistant-grid .left .apply {
    margin-top: 30px;
    padding: 30px;
    max-width: none;
  }
}
.assistant-grid .left .apply p {
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 1090px) {
  .assistant-grid .left .apply p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .assistant-grid .left .apply p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .assistant-grid .left .apply p {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}
.assistant-grid .left .apply p a {
  font-weight: 600;
  line-height: 150%;
  text-decoration-line: underline;
  text-wrap: wrap;
}
.assistant-grid .right {
  grid-column: 6/13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .assistant-grid .right {
    grid-column: auto;
    gap: 40px;
  }
}
.assistant-grid .right .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .assistant-grid .right .block {
    gap: 15px;
  }
}
.assistant-grid .right .block h4 {
  font-size: 16.8px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 768px) {
  .assistant-grid .right .block h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }
}
.assistant-grid .right .block p {
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%;
}
@media screen and (max-width: 768px) {
  .assistant-grid .right .block p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 153%;
  }
}
.assistant-grid .right .block ul {
  margin-left: 13px;
  margin-top: 7px;
}
.assistant-grid .right .block ul li {
  position: relative;
  color: #171717;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-left: 24px;
}
@media screen and (max-width: 1024px) {
  .assistant-grid .right .block ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .assistant-grid .right .block ul li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}
.assistant-grid .right .block ul li:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #171717;
  left: -30px;
  top: 18px;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .assistant-grid .right .block ul li:after {
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .assistant-grid .right .block ul li:after {
    width: 4px;
    height: 4px;
    top: 8px;
    left: -18px;
  }
}
@media screen and (max-width: 768px) {
  .assistant-grid .right .block ul {
    margin-left: 0;
  }
}
.assistant-grid .right .block ul li {
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.assistant-grid .right .block ul li:after {
  top: 11px;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .assistant-grid .right .block ul li:after {
    top: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .assistant-grid .right .block ul li {
    font-size: 18px;
  }
  .assistant-grid .right .block ul li:after {
    top: 10px;
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 768px) {
  .assistant-grid .right .block ul li {
    margin-top: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 0;
  }
  .assistant-grid .right .block ul li:after {
    top: 10px;
    width: 3px;
    height: 3px;
  }
}

.by-sending {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .by-sending {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .by-sending {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .by-sending {
    margin-top: 40px;
    margin-bottom: 47px;
  }
}
.by-sending h3 {
  font-size: 15.12px;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 153%;
}
@media screen and (max-width: 768px) {
  .by-sending h3 {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 153%;
  }
}
.by-sending h3 a {
  color: #DCB486;
  font-family: Poppins;
  font-size: 15.12px;
  font-style: normal;
  font-weight: 600;
  line-height: 153%;
  text-decoration-line: underline;
}
.by-sending h3 a:hover {
  color: #947964;
}
@media screen and (max-width: 768px) {
  .by-sending h3 a {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 153%;
    text-decoration-line: underline;
  }
}

.carrers-title {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .carrers-title {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .carrers-title {
    padding: 0 20px;
  }
}
.carrers-title .line {
  margin-top: 100px;
  width: 100%;
  height: 1px;
  background-color: #171717;
}
@media screen and (max-width: 768px) {
  .carrers-title .line {
    margin-top: 30px;
  }
}
.carrers-title .grid .left h3 {
  font-size: 16.8px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 768px) {
  .carrers-title .grid .left h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 164%;
  }
}
.carrers-title .grid .right {
  margin-top: 5px;
}
.carrers-title .grid .right p {
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 768px) {
  .carrers-title .grid .right p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 153%;
    margin-top: 0;
  }
}

.our-values-and-culture {
  margin-top: 78px;
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .our-values-and-culture {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .our-values-and-culture {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .our-values-and-culture {
    margin-top: 30px;
  }
}
.our-values-and-culture > h2 {
  font-size: 30.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .our-values-and-culture > h2 {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}
.our-values-and-culture .content {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  .our-values-and-culture .content {
    gap: 30px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .our-values-and-culture .content .grid {
    gap: 10px;
  }
}
.our-values-and-culture .content .grid .left h3 {
  font-size: 22.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  /* 44.8px */
  letter-spacing: 0.4px;
}
@media screen and (max-width: 768px) {
  .our-values-and-culture .content .grid .left h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    /* 24.64px */
    letter-spacing: 0.22px;
  }
}
.our-values-and-culture .content .grid .right p {
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 768px) {
  .our-values-and-culture .content .grid .right p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}

.container-green.carrers {
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .container-green.carrers {
    margin-top: 50px;
  }
}

.opportunities {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .opportunities {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .opportunities {
    padding: 0 20px;
  }
}
.opportunities > h3 {
  margin-top: 100px;
  font-size: 22.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  /* 44.8px */
  letter-spacing: 0.4px;
}
@media screen and (max-width: 768px) {
  .opportunities > h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    /* 24.64px */
    letter-spacing: 0.22px;
    margin-top: 50px;
  }
}
.opportunities .line {
  width: 100%;
  height: 1px;
  background-color: #171717;
  margin-top: 30px;
}
.opportunities .accordeon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .opportunities .accordeon {
    gap: 30px;
  }
}
.opportunities .accordeon .item {
  background-color: #fff;
  padding: 51px 42px 45px 37px;
}
@media screen and (max-width: 768px) {
  .opportunities .accordeon .item {
    padding: 30px 30px 40px 30px;
  }
}
.opportunities .accordeon .item.active .title .plus {
  opacity: 0;
}
.opportunities .accordeon .item.active .title .minus {
  opacity: 1;
}
.opportunities .accordeon .item.active .title > h3 > span:after {
  opacity: 1;
}
.opportunities .accordeon .item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.opportunities .accordeon .item .title:hover {
  cursor: pointer;
}
.opportunities .accordeon .item .title:hover button {
  scale: 1.1;
}
.opportunities .accordeon .item .title > h3 {
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 15.12px;
  font-style: normal;
  font-weight: 600;
  line-height: 164%;
  margin-right: 20px;
  text-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .opportunities .accordeon .item .title > h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .opportunities .accordeon .item .title > h3 {
    font-size: 16px;
    line-height: 150%;
  }
}
.opportunities .accordeon .item .title button {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.opportunities .accordeon .item .title button > img {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  width: 62px;
  height: 37px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.opportunities .accordeon .item .title button .minus {
  position: relative;
  width: 36px;
  height: 6px;
  opacity: 0;
}
.opportunities .accordeon .item .title button .plus {
  width: 27px;
  height: 23px;
}
.opportunities .accordeon .item .title button .icon {
  position: absolute;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.opportunities .accordeon .item .title > h3 > span {
  display: inline;
}
@media screen and (min-width: 510px) {
  .opportunities .accordeon .item .title > h3 > span {
    display: inline-block;
    text-wrap: nowrap;
    position: relative;
    z-index: 0;
  }
  .opportunities .accordeon .item .title > h3 > span:after {
    content: "";
    height: 7px;
    background: url("../assets/icons/span-underline-green.svg") no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    z-index: -1;
  }
}
.opportunities .accordeon .item .title > h3 > span:after {
  bottom: -14px;
  width: calc(100% + 6px);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.opportunities .accordeon .item .hidden {
  display: none;
}
.opportunities .accordeon .item .hidden .content {
  margin-top: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .opportunities .accordeon .item .hidden .content {
    mask-type: 26px;
  }
}
.opportunities .accordeon .item .hidden .content p {
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
}
@media screen and (max-width: 1024px) {
  .opportunities .accordeon .item .hidden .content p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .opportunities .accordeon .item .hidden .content p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%;
  }
}
.opportunities .accordeon .item .hidden .content > a {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 63px;
  margin-left: 46px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 153%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  margin-bottom: 30px;
}
.opportunities .accordeon .item .hidden .content > a:hover {
  color: #DCB486;
}
.opportunities .accordeon .item .hidden .content > a > img {
  position: absolute;
  z-index: -1;
  left: -45px;
  top: -23px;
  width: calc(100% + 32px + 45px);
  height: calc(100% + 23px + 23px);
}
@media screen and (max-width: 768px) {
  .opportunities .accordeon .item .hidden .content > a > img {
    left: -14.5px;
    top: -12px;
    width: calc(100% + 15px + 8px);
    height: calc(100% + 12px + 14px);
  }
}
@media screen and (max-width: 1024px) {
  .opportunities .accordeon .item .hidden .content > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .opportunities .accordeon .item .hidden .content > a {
    margin-top: 22px;
    margin-left: 13px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 153%;
  }
}
.opportunities .accordeon {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .opportunities .accordeon {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

.carrers-text {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .carrers-text {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .carrers-text {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .carrers-text {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.carrers-text p {
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 768px) {
  .carrers-text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 153%;
  }
}
.carrers-text p span {
  font-weight: 600;
}
.carrers-text p a {
  color: #DCB486;
  text-decoration: underline;
}
.carrers-text p a:hover {
  color: #947964;
}

.contact-us {
  margin-top: 0;
  background: #EEE;
}

.map {
  width: 100%;
  max-height: 862px;
  height: 60vh;
}

.cookies {
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: rgba(23, 23, 23, 0.85);
  position: fixed;
  top: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-y: auto;
  padding-inline: 20px;
  padding: 20px 20px 0 20px;
}
@media screen and (max-width: 510px) {
  .cookies {
    padding: 10px 10px 0 10px;
  }
}
.cookies .cookies__banner {
  max-width: 510px;
  background: #EEE;
  margin-top: auto;
  margin-left: auto;
  padding: 30px 30px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 548px) {
  .cookies .cookies__banner {
    padding: 30px 10px 20px;
  }
}
.cookies .cookies__banner__content {
  background: #947964;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
  padding: 24px 16px 30px 30px;
}
.cookies .cookies__banner__content .text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.cookies .cookies__banner__content .text-block.type-2 {
  margin-top: 15px;
}
.cookies .cookies__banner__content .text-block h4 {
  color: var(--BLACK, #171717);
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 164%;
}
.cookies .cookies__banner__content .text-block p {
  color: var(--BLACK, #171717);
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.cookies .cookies__banner__content .text-block p a {
  text-decoration: underline;
}
.cookies .cookies__banner__content .text-block p a:hover {
  text-decoration: none;
}
.cookies .cookies__banner__content .line {
  width: 100%;
  background: rgba(23, 23, 23, 0.5);
  height: 1px;
  margin-top: 30px;
}
.cookies .cookies__banner__content .checkbox-block {
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.cookies .cookies__banner__content .checkbox-block input {
  position: absolute;
  opacity: 0;
  z-index: -10000000;
  width: 0;
  height: 0;
}
.cookies .cookies__banner__content .checkbox-block .text {
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #171717;
}
.cookies .cookies__banner__content .checkbox-block .text a {
  text-decoration: underline;
}
.cookies .cookies__banner__content .checkbox-block .text a:hover {
  text-decoration: none;
}
.cookies .cookies__banner__content .checkbox-block .checkblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 17px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #EEEEEE;
  border: 1px solid rgba(0, 0, 0, 0.2509803922);
  gap: 14px;
  border-radius: 20px;
  position: relative;
  width: 97px;
}
.cookies .cookies__banner__content .checkbox-block .checkblock .answer {
  color: var(--BLACK, #171717);
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  -webkit-transition: 0.4s ease-out all;
  transition: 0.4s ease-out all;
  opacity: 0;
}
.cookies .cookies__banner__content .checkbox-block .checkblock .answer:last-child {
  opacity: 1;
}
.cookies .cookies__banner__content .checkbox-block .checkblock:after {
  content: "";
  position: absolute;
  width: 34px;
  height: 16px;
  border-radius: 100px;
  background: #6E5643;
  -webkit-transition: 0.4s ease-out all;
  transition: 0.4s ease-out all;
  right: 48px;
}
@media (hover: hover) {
  .cookies .cookies__banner__content .checkbox-block .checkblock:hover {
    cursor: pointer;
  }
  .cookies .cookies__banner__content .checkbox-block .checkblock:hover:after {
    scale: 1.05;
  }
}
.cookies .cookies__banner__content .checkbox-block .checkblock:focus-visible:after {
  scale: 1.05;
}
.cookies .cookies__banner__content .checkbox-block input[type=checkbox]:checked ~ .checkblock:after {
  right: 7px;
}
.cookies .cookies__banner__content .checkbox-block input[type=checkbox]:checked ~ .checkblock .answer {
  opacity: 1;
}
.cookies .cookies__banner__content .checkbox-block input[type=checkbox]:checked ~ .checkblock .answer:last-child {
  opacity: 0;
}
.cookies .cookies__banner .submit {
  margin-top: 25px;
  color: var(--BLACK, #171717);
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 24.7px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .cookies .cookies__banner .submit {
    text-align: right;
  }
}
@media (hover: hover) {
  .cookies .cookies__banner .submit:hover {
    cursor: pointer;
    color: #DCB486;
  }
}
.cookies .cookies__banner .submit:focus-visible {
  color: #DCB486;
}

.faq-grid {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  padding-top: 80px;
  padding-bottom: 92px;
}
@media screen and (max-width: 1024px) {
  .faq-grid {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .faq-grid {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 38px;
  }
}
.faq-grid .left {
  grid-column: 1/6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .faq-grid .left {
    grid-column: auto;
  }
}
.faq-grid .left h4 {
  font-size: 30.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
}
@media screen and (max-width: 768px) {
  .faq-grid .left h4 {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
  }
}
.faq-grid .left .info {
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .faq-grid .left .info {
    margin-top: 30px;
  }
}
.faq-grid .left .info p {
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 768px) {
  .faq-grid .left .info p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}
.faq-grid .left .info p span {
  font-weight: 600;
}
.faq-grid .left .info p a.mail {
  text-decoration: underline;
}
.faq-grid .left .info p a:hover {
  color: #DCB486;
}
.faq-grid .right {
  grid-column: 6/13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 39px;
}
@media screen and (max-width: 768px) {
  .faq-grid .right {
    grid-column: auto;
    gap: 30px;
  }
}
.faq-grid .right p {
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 768px) {
  .faq-grid .right p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 153%;
  }
}

.questions {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .questions {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .questions {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .questions {
    margin-bottom: 50px;
  }
}
.questions .accordeon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .questions .accordeon {
    gap: 15px;
  }
}
.questions .accordeon .item {
  background-color: #fff;
  padding: 51px 42px 45px 37px;
}
@media screen and (max-width: 768px) {
  .questions .accordeon .item {
    padding: 30px 30px 40px 30px;
  }
}
.questions .accordeon .item.active .title .plus {
  opacity: 0;
}
.questions .accordeon .item.active .title .minus {
  opacity: 1;
}
.questions .accordeon .item.active .title > h3 > span:after {
  opacity: 1;
}
.questions .accordeon .item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.questions .accordeon .item .title:hover {
  cursor: pointer;
}
.questions .accordeon .item .title:hover button {
  scale: 1.1;
}
.questions .accordeon .item .title > h3 {
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 15.12px;
  font-style: normal;
  font-weight: 600;
  line-height: 164%;
  margin-right: 20px;
  text-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .questions .accordeon .item .title > h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .questions .accordeon .item .title > h3 {
    font-size: 16px;
    line-height: 150%;
  }
}
.questions .accordeon .item .title button {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.questions .accordeon .item .title button > img {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  width: 62px;
  height: 37px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.questions .accordeon .item .title button .minus {
  position: relative;
  width: 36px;
  height: 6px;
  opacity: 0;
}
.questions .accordeon .item .title button .plus {
  width: 27px;
  height: 23px;
}
.questions .accordeon .item .title button .icon {
  position: absolute;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.questions .accordeon .item .title > h3 > span {
  display: inline;
}
@media screen and (min-width: 510px) {
  .questions .accordeon .item .title > h3 > span {
    display: inline-block;
    text-wrap: nowrap;
    position: relative;
    z-index: 0;
  }
  .questions .accordeon .item .title > h3 > span:after {
    content: "";
    height: 7px;
    background: url("../assets/icons/span-underline-green.svg") no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    z-index: -1;
  }
}
.questions .accordeon .item .title > h3 > span:after {
  bottom: -14px;
  width: calc(100% + 6px);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.questions .accordeon .item .hidden {
  display: none;
}
.questions .accordeon .item .hidden .content {
  margin-top: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .questions .accordeon .item .hidden .content {
    mask-type: 26px;
  }
}
.questions .accordeon .item .hidden .content p {
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
}
@media screen and (max-width: 1024px) {
  .questions .accordeon .item .hidden .content p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .questions .accordeon .item .hidden .content p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%;
  }
}
.questions .accordeon .item .hidden .content > a {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 63px;
  margin-left: 46px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 153%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  margin-bottom: 30px;
}
.questions .accordeon .item .hidden .content > a:hover {
  color: #DCB486;
}
.questions .accordeon .item .hidden .content > a > img {
  position: absolute;
  z-index: -1;
  left: -45px;
  top: -23px;
  width: calc(100% + 32px + 45px);
  height: calc(100% + 23px + 23px);
}
@media screen and (max-width: 768px) {
  .questions .accordeon .item .hidden .content > a > img {
    left: -14.5px;
    top: -12px;
    width: calc(100% + 15px + 8px);
    height: calc(100% + 12px + 14px);
  }
}
@media screen and (max-width: 1024px) {
  .questions .accordeon .item .hidden .content > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .questions .accordeon .item .hidden .content > a {
    margin-top: 22px;
    margin-left: 13px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 153%;
  }
}

.pages-horizontal {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  max-width: 1448px;
}
@media screen and (max-width: 1024px) {
  .pages-horizontal {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .pages-horizontal {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1110px) {
  .pages-horizontal {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .pages-horizontal {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pages-horizontal {
    margin-top: 30px;
  }
}
.pages-horizontal .horizontal {
  overflow-x: auto;
  width: 100%;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
  height: 61px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.pages-horizontal .horizontal::-webkit-scrollbar {
  width: 0;
  height: 0;
}
@media screen and (max-width: 1110px) {
  .pages-horizontal .horizontal {
    padding-inline: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .pages-horizontal .horizontal {
    padding-inline: 30px;
    gap: 65.5px;
  }
}
@media screen and (max-width: 860px) {
  .pages-horizontal .horizontal {
    gap: 30px;
    padding-inline: 20px;
  }
}
.pages-horizontal .horizontal > a {
  cursor: pointer;
  -webkit-transition: 900ms ease color;
  transition: 900ms ease color;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  color: #171717;
  text-wrap: nowrap;
}
.pages-horizontal .horizontal > a:hover {
  color: #8DB487;
}
.pages-horizontal .horizontal .indicator {
  -webkit-transition: 0.8s ease all;
  transition: 0.8s ease all;
  position: absolute;
  bottom: 0px;
  width: 68px;
  height: 6px;
  background-color: #8DB487;
}
.pages-horizontal .line {
  height: 2px;
  background-color: #8DB487;
  margin: 0 20px 0 0;
  position: absolute;
  bottom: 0px;
}
@media screen and (max-width: 1110px) {
  .pages-horizontal .line {
    margin-left: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .pages-horizontal .line {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 1024px) {
  .pages-horizontal .line {
    width: calc(100% - 60px);
    margin-left: 30px;
  }
}
@media screen and (max-width: 860px) {
  .pages-horizontal .line {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
}

.governance-page .page-content {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 57px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .governance-page .page-content {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .governance-page .page-content {
    padding: 0 20px;
  }
}
.governance-page .page-content > h3 {
  font-size: 15.12px;
  font-style: normal;
  font-weight: 600;
  line-height: 164%;
}
@media screen and (max-width: 768px) {
  .governance-page .page-content > h3 {
    display: none;
  }
}
.governance-page .page-content .mobile-section-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #171717;
}
.governance-page .page-content .mobile-section-name:hover {
  cursor: pointer;
}
.governance-page .page-content .mobile-section-name:hover .icon {
  color: #DCB486;
}
.governance-page .page-content .mobile-section-name:hover h3 {
  color: #DCB486;
}
@media screen and (min-width: 769px) {
  .governance-page .page-content .mobile-section-name {
    display: none;
  }
}
.governance-page .page-content .mobile-section-name .icon {
  width: 20px;
  height: 20px;
}
.governance-page .page-content .mobile-section-name h3 {
  margin-top: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 164%;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.governance-page .page-content .container {
  margin-top: 23px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
}
.governance-page .page-content .container .sticky-box {
  height: 100%;
  grid-column: 1/6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 768px) {
  .governance-page .page-content .container .sticky-box {
    display: none;
  }
}
.governance-page .page-content .container .sticky-box .sticky {
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1110px) {
  .governance-page .page-content .container .sticky-box .sticky {
    top: 150px;
  }
}
@media screen and (max-width: 835px) {
  .governance-page .page-content .container .sticky-box .sticky {
    top: 100px;
  }
}
.governance-page .page-content .container .sticky-box .sticky .scroll-bar-container {
  width: 100%;
  max-height: 1240px;
  margin-bottom: 40px;
  height: calc(100svh - 120px);
  padding-right: 40px;
}
@media screen and (max-width: 1110px) {
  .governance-page .page-content .container .sticky-box .sticky .scroll-bar-container {
    height: calc(100svh - 160px);
  }
}
@media screen and (max-width: 835px) {
  .governance-page .page-content .container .sticky-box .sticky .scroll-bar-container {
    height: calc(100svh - 120px);
  }
}
.governance-page .page-content .container .sticky-box .sticky .scroll-bar-container .navigation {
  max-height: 1240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 23px;
}
.governance-page .page-content .container .sticky-box .sticky .scroll-bar-container .navigation > a {
  padding: 17px 22px 0 22px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .governance-page .page-content .container .sticky-box .sticky .scroll-bar-container .navigation > a {
    font-size: 16px;
  }
}
.governance-page .page-content .container .sticky-box .sticky .scroll-bar-container .navigation > a.active:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% + 20px);
  width: 6px;
  background-color: #8DB487;
}
.governance-page .page-content .container .sticky-box .sticky .scroll-bar-container .navigation > a:hover {
  color: #8DB487;
}
.governance-page .page-content .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  grid-column: 6/13;
}
@media screen and (max-width: 768px) {
  .governance-page .page-content .container .content {
    grid-column: 1/13;
    gap: 30px;
  }
}
.governance-page .page-content .container .content .item h4 {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 164%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 1024px) {
  .governance-page .page-content .container .content .item h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }
}
.governance-page .page-content .container .content .item p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 1024px) {
  .governance-page .page-content .container .content .item p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .governance-page .page-content .container .content .item p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}
.governance-page .page-content .container .content .item ul {
  margin-top: 9px;
}
.governance-page .page-content .container .content .item ul li {
  position: relative;
  color: #171717;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-left: 24px;
}
@media screen and (max-width: 1024px) {
  .governance-page .page-content .container .content .item ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .governance-page .page-content .container .content .item ul li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}
.governance-page .page-content .container .content .item ul li:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #171717;
  left: -30px;
  top: 18px;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .governance-page .page-content .container .content .item ul li:after {
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .governance-page .page-content .container .content .item ul li:after {
    width: 4px;
    height: 4px;
    top: 8px;
    left: -18px;
  }
}
.governance-page .page-content .container .content .item ul li {
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
  position: relative;
  margin-left: 30px;
}
.governance-page .page-content .container .content .item ul li:after {
  width: 5px;
  height: 5px;
  top: 12px;
  left: -17px;
}
@media screen and (max-width: 1024px) {
  .governance-page .page-content .container .content .item ul li {
    font-size: 16px;
  }
  .governance-page .page-content .container .content .item ul li:after {
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .governance-page .page-content .container .content .item ul li {
    font-size: 14px;
    font-style: normal;
    line-height: 164%;
  }
  .governance-page .page-content .container .content .item ul li:after {
    top: 9px;
    width: 4px;
    height: 4px;
  }
}

.governance-modal {
  display: none;
  width: 100%;
  background: rgba(23, 23, 23, 0.85);
  position: fixed;
  top: 0;
  z-index: 500;
  height: 100vh;
}
.governance-modal .animated-container {
  display: none;
}
.governance-modal .wrappper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}
.governance-modal .wrappper .content {
  margin-left: auto;
  width: 100%;
  height: calc(100% - 48px);
  background-color: #EEE;
  padding: 14px 22px 21px 0px;
  max-width: 334px;
}
.governance-modal .wrappper .content .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 25px;
}
.governance-modal .wrappper .content .heading h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 164%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
.governance-modal .wrappper .content .heading .close-mobal-governance {
  position: relative;
  width: 42px;
  height: 25px;
}
.governance-modal .wrappper .content .heading .close-mobal-governance img {
  position: absolute;
  top: 0;
  left: 0;
}
.governance-modal .wrappper .content .heading .close-mobal-governance .icon {
  width: 21px;
  height: 21px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.governance-modal .wrappper .content .heading .close-mobal-governance .icon:hover {
  color: #947964;
}
.governance-modal .wrappper .content .custom-scroll {
  margin-top: 24px;
  height: calc(100% - 51px);
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.governance-modal .wrappper .content .scrolled-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.governance-modal .wrappper .content .scrolled-list a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  position: relative;
  overflow: visible;
  margin-left: 25px;
}
.governance-modal .wrappper .content .scrolled-list a:hover {
  color: #8DB487;
}
.governance-modal .wrappper .content .scrolled-list a.active:after {
  overflow: visible;
  position: absolute;
  left: -26px;
  top: 0;
  content: "";
  width: 12px;
  height: calc(100% + 4px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #8DB487;
}

.in-the-media {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  display: grid;
  gap: 0 25px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  .in-the-media {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .in-the-media {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .in-the-media {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .in-the-media {
    margin-top: 30px;
  }
}
.in-the-media .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  border-top: 1px solid #171717;
  padding: 26px 0;
}
.in-the-media .item:nth-last-child(1), .in-the-media .item:nth-last-child(2) {
  border-bottom: 1px solid #171717;
}
@media screen and (max-width: 1024px) {
  .in-the-media .item:nth-last-child(2) {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .in-the-media .item {
    gap: 24px;
  }
}
.in-the-media .item:hover .item-content h5 {
  color: #8DB487;
}
.in-the-media .item:hover .item-content .link .icon {
  color: #8DB487;
}
.in-the-media .item .image-container {
  width: 160px;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .in-the-media .item .image-container {
    width: 100px;
    height: 100px;
  }
}
.in-the-media .item .image-container img {
  width: 100%;
}
.in-the-media .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.in-the-media .item-content h5 {
  font-size: 20px;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  color: #171717;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .in-the-media .item-content h5 {
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 1320px) {
  .in-the-media .item-content h5 {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 1320px) and (max-width: 768px) {
  .in-the-media .item-content h5 {
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 768px) {
  .in-the-media .item-content h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .in-the-media .item-content h5 {
    font-size: 14px;
  }
}
.in-the-media .item-content .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}
.in-the-media .item-content .link .date {
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  font-size: 14px;
}
@media screen and (max-width: 1320px) {
  .in-the-media .item-content .link .date {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .in-the-media .item-content .link .date {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .in-the-media .item-content .link .date {
    font-size: 12px;
  }
}
.in-the-media .item-content .link .icon {
  width: 26px;
  height: 26px;
  color: #DCB486;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
@media screen and (max-width: 768px) {
  .in-the-media .item-content .link .icon {
    width: 24px;
    height: 24px;
  }
}

.header-index {
  background-color: #947964;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
@media screen and (max-width: 835px) {
  .header-index {
    position: sticky;
    top: 0;
    z-index: 100;
  }
}
@media screen and (max-width: 835px) {
  .header-index.animation .header-index-content {
    min-height: 83px;
  }
  .header-index.animation .header-index-content .logo-container {
    opacity: 0;
  }
  .header-index.animation .header-index-content .left-part .logo-text {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 835px) {
  .header-index.hidden .header-index-content {
    margin-top: 0;
  }
  .header-index.hidden .header-index-content .left-part .logo-container {
    display: none;
  }
}
.header-index-content {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  min-height: 40px;
  margin-top: 45px;
  position: relative;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
@media screen and (max-width: 1024px) {
  .header-index-content {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .header-index-content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 835px) {
  .header-index-content {
    margin-top: 7px;
    margin-bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 88.834px;
  }
}
.header-index-content .left-part .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5.51px;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
@media screen and (min-width: 769px) {
  .header-index-content .left-part .logo-container {
    height: 73.7px;
  }
}
.header-index-content .left-part .logo-container > img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  height: 100%;
}
@media screen and (max-width: 835px) {
  .header-index-content .left-part .logo-container {
    margin-bottom: 44px;
  }
  .header-index-content .left-part .logo-container > img {
    width: 24.262px;
    height: 44.924px;
  }
}
.header-index-content .left-part .logo-text {
  left: 20px;
  margin-top: 29px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  max-height: 48px;
  margin-top: 18px;
}
@media screen and (max-width: 835px) {
  .header-index-content .left-part .logo-text {
    width: 148.001px;
    position: absolute;
    top: 60px;
    margin-top: 0;
  }
}
.header-index-content .left-part .add {
  margin-top: 13px;
  width: 315px;
  max-width: none;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 835px) {
  .header-index-content .left-part .add {
    display: none;
  }
}
.header-index-content .right-part .mobile-menu-btn {
  display: none;
  background-color: transparent;
  color: #171717;
}
.header-index-content .right-part .mobile-menu-btn:hover .icon {
  color: #DCB486;
}
@media screen and (max-width: 975px) {
  .header-index-content .right-part .mobile-menu-btn {
    display: block;
  }
}
.header-index-content .right-part .mobile-menu-btn .icon {
  width: 51px;
  height: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 836px) {
  .header-index-content .right-part .mobile-menu-btn {
    display: none;
  }
}

@media screen and (max-width: 835px) {
  .header-index-page {
    display: none;
  }
}

.banner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #947964;
  position: relative;
}
.banner__content {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  gap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 68px;
}
@media screen and (max-width: 1024px) {
  .banner__content {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .banner__content {
    padding: 0 20px;
  }
}
.banner__content h1 {
  color: #171717;
  font-size: 47.6px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
}
@media screen and (max-width: 768px) {
  .banner__content h1 {
    font-size: 40px;
    line-height: 105%;
  }
}
.banner__content p {
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%;
}
@media screen and (max-width: 768px) {
  .banner__content p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 11.5px 0;
  }
}
.banner__content_img {
  margin-top: 60px;
  width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  height: auto;
}

.text-section {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .text-section {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .text-section {
    padding: 0 20px;
  }
}
.text-section .line {
  margin-top: 100px;
  width: 100%;
  height: 1px;
  background-color: #171717;
}
@media screen and (max-width: 768px) {
  .text-section .line {
    margin-top: 40px;
  }
}
.text-section .grid-container {
  margin-top: 82px;
}
@media screen and (max-width: 1024px) {
  .text-section .grid-container {
    margin-top: 25px;
  }
}
.text-section .benefits {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .text-section .benefits {
    margin-top: 80;
  }
}
@media screen and (max-width: 768px) {
  .text-section .benefits {
    margin-top: 40px;
  }
}
.text-section .grid-container + .benefits {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .text-section .grid-container + .benefits {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .text-section .grid-container + .benefits {
    margin-top: 30px;
  }
}
.text-section .benefits .experienced-team {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .text-section .benefits .experienced-team {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .text-section .benefits .experienced-team {
    margin-top: 30px;
  }
}
.text-section .benefits .institutional-infrastructure,
.text-section .benefits .investment-philosophy {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .text-section .benefits .institutional-infrastructure,
  .text-section .benefits .investment-philosophy {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .text-section .benefits .institutional-infrastructure,
  .text-section .benefits .investment-philosophy {
    margin-top: 30px;
  }
}
.text-section > h2 {
  margin-top: 140px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .text-section > h2 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .text-section > h2 {
    margin-top: 34px;
  }
}
.text-section > a {
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 153%;
  margin-bottom: 30px;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.text-section > a:hover {
  color: #8DB487;
}
@media screen and (max-width: 768px) {
  .text-section > a {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 153%;
  }
}
.text-section > a > img {
  position: absolute;
  z-index: -1;
  left: -45px;
  top: -23px;
  width: calc(100% + 32px + 45px);
  height: calc(100% + 23px + 23px);
}
@media screen and (max-width: 768px) {
  .text-section > a > img {
    left: -14.5px;
    top: -12px;
    width: calc(100% + 15px + 8px);
    height: calc(100% + 12px + 14px);
  }
}

.container.green {
  margin-top: 100px;
  background-color: #D5E1D4;
}
@media screen and (max-width: 1024px) {
  .container.green {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .container.green {
    margin-top: 40px;
  }
}
.container.green .text-section > h2 {
  margin-bottom: 85px;
}
@media screen and (max-width: 1024px) {
  .container.green .text-section > h2 {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  .container.green .text-section > h2 {
    margin-bottom: 35px;
  }
}

.our-funds {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .our-funds {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .our-funds {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .our-funds {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .our-funds {
    margin-top: 40px;
  }
}
.our-funds .accordeon {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  .our-funds .accordeon {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .our-funds .accordeon {
    margin-top: 32px;
    gap: 30px;
  }
}
.our-funds .accordeon .item {
  background-color: #fff;
  padding: 51px 42px 45px 37px;
}
@media screen and (max-width: 768px) {
  .our-funds .accordeon .item {
    padding: 30px 30px 40px 30px;
  }
}
.our-funds .accordeon .item.active .title .plus {
  opacity: 0;
}
.our-funds .accordeon .item.active .title .minus {
  opacity: 1;
}
.our-funds .accordeon .item.active .title > h3 > span:after {
  opacity: 1;
}
.our-funds .accordeon .item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.our-funds .accordeon .item .title:hover {
  cursor: pointer;
}
.our-funds .accordeon .item .title:hover button {
  scale: 1.1;
}
.our-funds .accordeon .item .title > h3 {
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 15.12px;
  font-style: normal;
  font-weight: 600;
  line-height: 164%;
  margin-right: 20px;
  text-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .our-funds .accordeon .item .title > h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .our-funds .accordeon .item .title > h3 {
    font-size: 16px;
    line-height: 150%;
  }
}
.our-funds .accordeon .item .title button {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.our-funds .accordeon .item .title button > img {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  width: 58px;
  height: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.our-funds .accordeon .item .title button .minus {
  position: relative;
  width: 36px;
  height: 6px;
  opacity: 0;
}
.our-funds .accordeon .item .title button .plus {
  width: 27px;
  height: 23px;
}
.our-funds .accordeon .item .title button .icon {
  position: absolute;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.our-funds .accordeon .item .title > h3 > span {
  display: inline;
}
@media screen and (min-width: 510px) {
  .our-funds .accordeon .item .title > h3 > span {
    display: inline-block;
    text-wrap: nowrap;
    position: relative;
    z-index: 0;
  }
  .our-funds .accordeon .item .title > h3 > span:after {
    content: "";
    height: 7px;
    background: url("../assets/icons/span-underline-green.svg") no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    z-index: -1;
  }
}
.our-funds .accordeon .item .title > h3 > span:after {
  bottom: -14px;
  width: calc(100% + 6px);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.our-funds .accordeon .item .hidden {
  display: none;
}
.our-funds .accordeon .item .hidden .content {
  margin-top: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .our-funds .accordeon .item .hidden .content {
    margin-top: 26px;
  }
}
.our-funds .accordeon .item .hidden .content p {
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
}
@media screen and (max-width: 1024px) {
  .our-funds .accordeon .item .hidden .content p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .our-funds .accordeon .item .hidden .content p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%;
  }
}
.our-funds .accordeon .item .hidden .content > a {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 63px;
  margin-left: 46px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 153%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  margin-bottom: 30px;
}
.our-funds .accordeon .item .hidden .content > a:hover {
  color: #DCB486;
}
.our-funds .accordeon .item .hidden .content > a > img {
  position: absolute;
  z-index: -1;
  left: -45px;
  top: -23px;
  width: calc(100% + 32px + 45px);
  height: calc(100% + 23px + 23px);
}
@media screen and (max-width: 768px) {
  .our-funds .accordeon .item .hidden .content > a > img {
    left: -14.5px;
    top: -12px;
    width: calc(100% + 15px + 8px);
    height: calc(100% + 12px + 14px);
  }
}
@media screen and (max-width: 1024px) {
  .our-funds .accordeon .item .hidden .content > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .our-funds .accordeon .item .hidden .content > a {
    margin-top: 22px;
    margin-left: 13px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 153%;
  }
}
.our-funds .ruslan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding: 34px;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .our-funds .ruslan {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.our-funds .ruslan .image-container {
  width: 100%;
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .our-funds .ruslan .image-container {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.our-funds .ruslan .image-container > img {
  width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.our-funds .ruslan .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.our-funds .ruslan .text .quote {
  color: #171717;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  color: #8DB487;
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%;
}
@media screen and (max-width: 1024px) {
  .our-funds .ruslan .text .quote {
    font-size: 18px;
    margin-bottom: 76px;
  }
}
@media screen and (max-width: 768px) {
  .our-funds .ruslan .text .quote {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    margin-bottom: 17px;
  }
}
.our-funds .ruslan .text .name {
  margin-top: auto;
  font-size: 16.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
}
@media screen and (max-width: 1024px) {
  .our-funds .ruslan .text .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .our-funds .ruslan .text .name {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
    margin-top: 17px;
    text-align: center;
  }
}
.our-funds .ruslan .text .job {
  margin-top: 5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 1024px) {
  .our-funds .ruslan .text .job {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .our-funds .ruslan .text .job {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-align: center;
  }
}

.leadership {
  background-color: #947964;
  /*margin-top: 100px;*/
}
/*@media screen and (max-width: 1024px) {*/
/*  .leadership {*/
/*    margin-top: 80px;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 768px) {*/
/*  .leadership {*/
/*    margin-top: 40px;*/
/*  }*/
/*}*/
.leadership .grid-container {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .leadership .grid-container {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .leadership .grid-container {
    margin-top: 40px;
  }
}
.leadership .image-container {
  margin-top: 100px;
  max-width: 1514px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .leadership .image-container {
    margin-top: 30px;
    margin-right: 20px;
    margin-left: 20px;
  }
}
.leadership .image-container > img {
  width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
@media screen and (max-width: 1024px) {
  .leadership .image-container > img {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .leadership .image-container > img {
    margin-top: 30px;
  }
}

.slider-wrapper {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .slider-wrapper {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .slider-wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .slider-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 20px;
    gap: 18px 24px;
    padding-bottom: 40px;
  }
}
.slider-wrapper .slider {
  width: 100%;
  max-width: 1314px;
  margin-left: auto;
  margin-right: auto;
  min-width: 100px;
  margin-top: 100px;
  margin-bottom: 66px;
}
@media screen and (max-width: 1024px) {
  .slider-wrapper .slider {
    margin-top: 60px;
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 768px) {
  .slider-wrapper .slider {
    margin-top: 24px;
    grid-column: 1/3;
    grid-row: 1/2;
    margin-bottom: 0;
  }
}
.slider-wrapper .slider .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-wrapper .slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .slider-wrapper .slider .item {
    min-width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .slider-wrapper .slider .item {
    width: 100%;
    min-width: 10px;
  }
}
.slider-wrapper .slider .item > img {
  max-width: 222px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: 270px;
}
@media screen and (max-width: 1080px) {
  .slider-wrapper .slider .item > img {
    max-width: 190px;
  }
}
@media screen and (max-width: 768px) {
  .slider-wrapper .slider .item > img {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .slider-wrapper .slider .item > img {
    max-width: none;
  }
}
.slider-wrapper .slider .item > h4 {
  margin-top: 15px;
  font-size: 16.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .slider-wrapper .slider .item > h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .slider-wrapper .slider .item > h4 {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 23.8px */
    letter-spacing: 0.17px;
  }
}
.slider-wrapper .slider .item > p {
  margin-top: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 1080px) {
  .slider-wrapper .slider .item > p {
    font-size: 16px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .slider-wrapper .slider .item > p {
    padding: 0;
    margin-top: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
}
.slider-wrapper .left-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.slider-wrapper .slider-btn {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.slider-wrapper .slider-btn:hover {
  scale: 1.1;
}

.news .news-container .item {
  background: #8DB487;
}
.news .news-container .item img {
  margin-bottom: 15px;
  width: 100%;
}
.news .view-all {
  margin-top: 70px;
  margin-bottom: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .news .view-all {
    margin-top: 44px;
  }
}
.news .text-section {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .news .text-section {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .news .text-section {
    margin-top: 40px;
  }
}
.news .text-section .grid-container {
  margin-top: 50px;
}
.news.brown .news-container .item {
  background-color: #947964;
}
.news.brown .text-section {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .news.brown .text-section {
    margin-top: 30px;
  }
}
.news.brown .text-section .grid-container {
  margin-top: 0;
}

.contacts {
  margin-top: 100px;
  background-color: #D5E1D4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .contacts {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .contacts {
    margin-top: 40px;
  }
}
.contacts .contacts-info {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 140px;
  margin-bottom: 140px;
  gap: 0 84px;
  display: grid;
  grid-template-columns: 482px 1fr;
}
@media screen and (max-width: 1024px) {
  .contacts .contacts-info {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .contacts .contacts-info {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .contacts .contacts-info {
    margin-top: 70px;
    margin-bottom: 70px;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contacts .contacts-info {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 705px) {
  .contacts .contacts-info {
    grid-template-columns: 1fr;
  }
}
.contacts .contacts-info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contacts .contacts-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contacts .contacts-info .info > p {
  font-family: Poppins;
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .contacts .contacts-info .info > p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .contacts .contacts-info .info > p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
  }
}
.contacts .contacts-info .info > p > strong {
  font-family: Poppins;
  font-weight: 600;
}
.contacts .contacts-info .info .maps-links {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 130px;
}
@media screen and (max-width: 768px) {
  .contacts .contacts-info .info .maps-links {
    gap: 96px;
    display: none;
  }
}
.contacts .contacts-info .info .maps-links > a {
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 15.12px;
  font-style: normal;
  font-weight: 600;
  line-height: 164%;
  /* 44.28px */
  text-decoration-line: underline;
}
.contacts .contacts-info .info .maps-links > a:hover {
  color: #DCB486;
}
@media screen and (max-width: 1024px) {
  .contacts .contacts-info .info .maps-links > a {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .contacts .contacts-info .info .maps-links > a {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 164%;
  }
}
@media screen and (min-width: 769px) {
  .contacts .contacts-info .info.mobile .maps-links {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .contacts .contacts-info .info.mobile .maps-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.contacts .contacts-info .emails {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contacts .contacts-info .emails {
    gap: 15px;
  }
}
.contacts .contacts-info .emails .element {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1360px) {
  .contacts .contacts-info .emails .element {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 2px;
  }
}
.contacts .contacts-info .emails .element .name {
  width: 350px;
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 1024px) {
  .contacts .contacts-info .emails .element .name {
    font-size: 18px;
  }
}
.contacts .contacts-info .emails .element > a {
  font-size: 15.12px;
  font-style: normal;
  font-weight: 600;
  line-height: 164%;
  /* 44.28px */
  text-decoration-line: underline;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 1024px) {
  .contacts .contacts-info .emails .element > a {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 164%;
  }
}

.map {
  width: 100%;
  max-height: 862px;
  background-color: teal;
  height: 60vh;
}
.margin {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .margin {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .margin {
    margin-top: 30px;
  }
}

.new-text-block {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .new-text-block {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .new-text-block {
    padding: 0 20px;
  }
}

.text-section.update-new-uniq .grid-container {
  margin-top: 100px;
  row-gap: 60px;
}
@media screen and (max-width: 1024px) {
  .text-section.update-new-uniq .grid-container {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .text-section.update-new-uniq .grid-container {
    row-gap: 0px;
  }
}
.text-section.update-new-uniq .grid-container .item:last-child p {
  margin-bottom: 0px;
}
.text-section.update-new-uniq .grid-container .item h2 {
  font-size: 22.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  /* 44.8px */
  letter-spacing: 0.4px;
  font-family: "Editorial New", Georgia, "Times New Roman", serif;
}
@media screen and (max-width: 1024px) {
  .text-section.update-new-uniq .grid-container .item h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .text-section.update-new-uniq .grid-container .item h2 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    /* 24.64px */
    letter-spacing: 0.22px;
  }
}
.text-section.update-new-uniq .grid-container .item:nth-child(even) *:first-child {
  margin-top: 3px;
}
@media screen and (max-width: 1024px) {
  .text-section.update-new-uniq .grid-container .item:nth-child(even) *:first-child {
    margin-top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .text-section.update-new-uniq .grid-container .item:nth-child(even) *:first-child {
    margin-top: 14px;
  }
}
@media screen and (max-width: 768px) {
  .text-section.update-new-uniq .grid-container .item:nth-child(even) *:last-child {
    margin-bottom: 30px;
  }
}
.text-section.update-new-uniq .new-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding: 34px;
  background: #FFF;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .text-section.update-new-uniq .new-block {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .text-section.update-new-uniq .new-block {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.text-section.update-new-uniq .new-block__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 326px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .text-section.update-new-uniq .new-block__img {
    max-width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .text-section.update-new-uniq .new-block__img {
    margin-inline: auto;
    max-width: 540px;
  }
}
.text-section.update-new-uniq .new-block__img img {
  width: 100%;
  height: auto;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.text-section.update-new-uniq .new-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.text-section.update-new-uniq .new-block__content p {
  color: var(--BLACK, #171717);
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%;
}
@media screen and (max-width: 1024px) {
  .text-section.update-new-uniq .new-block__content p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .text-section.update-new-uniq .new-block__content p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 153%;
    margin-top: 14px;
    text-align: center;
    margin-bottom: 17px;
    margin-top: 0;
  }
}
.text-section.update-new-uniq .new-block__content h4 {
  margin-top: 45px;
  font-size: 30.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  font-family: "Editorial New", Georgia, "Times New Roman", serif;
}
@media screen and (max-width: 1024px) {
  .text-section.update-new-uniq .new-block__content h4 {
    font-size: 20.16px;
  }
}
@media screen and (max-width: 768px) {
  .text-section.update-new-uniq .new-block__content h4 {
    margin-top: 20px;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    margin-top: 17px;
  }
}
.text-section.update-new-uniq .new-block__content .role {
  margin-top: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 1024px) {
  .text-section.update-new-uniq .new-block__content .role {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .text-section.update-new-uniq .new-block__content .role {
    font-size: 14px;
    font-style: normal;
    line-height: 164%;
    text-align: center;
    margin-top: 5px;
  }
}
.text-section.update-new-uniq .new-block .more-link {
  margin-top: 74px;
}
@media screen and (max-width: 768px) {
  .text-section.update-new-uniq .new-block .more-link {
    margin-top: 44px;
  }
}
.text-section.update-new-uniq .strategies-new-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .text-section.update-new-uniq .strategies-new-block {
    margin-top: 40px;
  }
}
.text-section.update-new-uniq .strategies-new-block h2 {
  font-size: 30.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  font-family: "Editorial New", Georgia, "Times New Roman", serif;
}
@media screen and (max-width: 1024px) {
  .text-section.update-new-uniq .strategies-new-block h2 {
    font-size: 20.16px;
  }
}
@media screen and (max-width: 768px) {
  .text-section.update-new-uniq .strategies-new-block h2 {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
}
.text-section.update-new-uniq .strategies-new-block__grid {
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 0 74px;
  margin-top: 36px;
}
@media screen and (max-width: 1220px) {
  .text-section.update-new-uniq .strategies-new-block__grid {
    gap: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .text-section.update-new-uniq .strategies-new-block__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}
.text-section.update-new-uniq .strategies-new-block__item {
  display: grid;
  grid-template-rows: subgrid;
  padding: 50px 68px 46px 43px;
  background-color: white;
  grid-row: 1/4;
}
@media screen and (max-width: 1024px) {
  .text-section.update-new-uniq .strategies-new-block__item {
    padding: 30px 30px 20px;
  }
}
.text-section.update-new-uniq .strategies-new-block__item h3 {
  font-size: 30.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  font-family: "Editorial New", Georgia, "Times New Roman", serif;
  margin-bottom: 22px;
}
@media screen and (max-width: 1024px) {
  .text-section.update-new-uniq .strategies-new-block__item h3 {
    font-size: 20.16px;
  }
}
@media screen and (max-width: 768px) {
  .text-section.update-new-uniq .strategies-new-block__item h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
}
.text-section.update-new-uniq .strategies-new-block__item ul li {
  position: relative;
  color: #171717;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-left: 24px;
}
@media screen and (max-width: 1024px) {
  .text-section.update-new-uniq .strategies-new-block__item ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .text-section.update-new-uniq .strategies-new-block__item ul li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}
.text-section.update-new-uniq .strategies-new-block__item ul li:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #171717;
  left: -30px;
  top: 18px;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .text-section.update-new-uniq .strategies-new-block__item ul li:after {
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .text-section.update-new-uniq .strategies-new-block__item ul li:after {
    width: 4px;
    height: 4px;
    top: 8px;
    left: -18px;
  }
}
.text-section.update-new-uniq .strategies-new-block__item ul li:after {
  top: 11px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .text-section.update-new-uniq .strategies-new-block__item ul li:after {
    top: 14px;
  }
}
@media screen and (max-width: 768px) {
  .text-section.update-new-uniq .strategies-new-block__item ul li:after {
    top: 10px;
  }
}
.text-section.update-new-uniq .strategies-new-block__item .more-link {
  margin-top: 48px;
  margin-left: 43px;
  display: inline-block;
}
@media (hover: hover) {
  .text-section.update-new-uniq .strategies-new-block__item .more-link:hover {
    cursor: pointer;
    color: #8DB487;
  }
}
.text-section.update-new-uniq .new-block-with-click {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px;
}
.text-section.update-new-uniq .new-block-with-click h2 {
  color: var(--BLACK, #171717);
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 16.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
@media (hover: hover) {
  .text-section.update-new-uniq .new-block-with-click h2:hover {
    cursor: pointer;
    color: #8DB487;
  }
}
.text-section.update-new-uniq .new-block-with-click .card {
  max-width: 454px;
  margin-inline: auto;
  margin-top: 50px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .text-section.update-new-uniq .new-block-with-click .card {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.text-section.update-new-uniq .new-block-with-click .card .role {
  color: #171717;
  text-align: center;
  font-family: "Editorial New";
  font-size: 16.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
}
@media screen and (max-width: 768px) {
  .text-section.update-new-uniq .new-block-with-click .card .role {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
    margin-top: 17px;
    text-align: center;
  }
}
.text-section.update-new-uniq .new-block-with-click .card img {
  width: 100%;
  height: auto;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  margin-top: 24px;
  max-width: 278px;
  margin-inline: auto;
}
.text-section.update-new-uniq .new-block-with-click .card .name {
  margin-top: 19px;
  text-align: center;
  font-family: "Editorial New";
  font-size: 16.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
}
@media screen and (max-width: 768px) {
  .text-section.update-new-uniq .new-block-with-click .card .name {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
    margin-top: 17px;
    text-align: center;
  }
}
.text-section.update-new-uniq .new-block-with-click .card > p {
  margin-top: 4px;
  color: var(--BLACK, #171717);
  text-align: center;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .text-section.update-new-uniq .new-block-with-click .card > p {
    font-size: 14px;
  }
}

.employee-section .employee-grid {
  margin-top: 88px;
  display: grid;
  margin-bottom: 100px;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .employee-section .employee-grid {
    margin-top: 58px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .employee-section .employee-grid {
    margin-top: 28px;
    margin-bottom: 40px;
    grid-template-columns: 1fr;
  }
}
.employee-section .employee-grid .left {
  grid-column: 1/6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 768px) {
  .employee-section .employee-grid .left {
    grid-column: auto;
  }
}
.employee-section .employee-grid .left p {
  font-size: 16.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
}
.employee-section .employee-grid .left p span {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .employee-section .employee-grid .left p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%;
  }
}
.employee-section .employee-grid .left .role {
  margin-top: 19px;
  max-width: 430px;
}
@media screen and (max-width: 768px) {
  .employee-section .employee-grid .left .role {
    max-width: none;
    margin-top: 25px;
  }
}
.employee-section .employee-grid .left .image-container {
  margin-top: 7px;
  max-width: 478px;
}
@media screen and (max-width: 768px) {
  .employee-section .employee-grid .left .image-container {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
.employee-section .employee-grid .left .image-container img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  width: 100%;
}
.employee-section .employee-grid .left .expirience {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .employee-section .employee-grid .left .expirience {
    margin-top: 33px;
  }
}
.employee-section .employee-grid .left .details {
  margin-top: 31px;
}
@media screen and (max-width: 768px) {
  .employee-section .employee-grid .left .details {
    margin-top: 21px;
  }
}
.employee-section .employee-grid .right {
  grid-column: 6/13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .employee-section .employee-grid .right {
    grid-column: auto;
  }
}
.employee-section .employee-grid .right p {
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 15px auto;
}
.employee-section .employee-grid .right p:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .employee-section .employee-grid .right p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .employee-section .employee-grid .right p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 153%;
  }
}
.employee-section .employee-grid .right .info {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .employee-section .employee-grid .right .info {
    margin-top: 30px;
  }
}
.employee-section .employee-grid .right h4 {
  margin-top: 94px;
  font-size: 22.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  /* 44.8px */
  letter-spacing: 0.4px;
}
.employee-section .employee-grid .right ul {
  margin-top: 40px;
}
.employee-section .employee-grid .right ul li {
  position: relative;
  color: #171717;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-left: 24px;
}
@media screen and (max-width: 1024px) {
  .employee-section .employee-grid .right ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .employee-section .employee-grid .right ul li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}
.employee-section .employee-grid .right ul li:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #171717;
  left: -30px;
  top: 18px;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .employee-section .employee-grid .right ul li:after {
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .employee-section .employee-grid .right ul li:after {
    width: 4px;
    height: 4px;
    top: 8px;
    left: -18px;
  }
}
.employee-section .employee-grid .right ul li {
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
.employee-section .employee-grid .right .title li {
  margin-left: 28px;
  font-size: 16.8px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.employee-section .employee-grid .right .title li:after {
  top: 12px;
  width: 7px;
  height: 7px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .employee-section .employee-grid .right .title li {
    font-size: 18px;
  }
  .employee-section .employee-grid .right .title li:after {
    top: 14px;
  }
}
@media screen and (max-width: 768px) {
  .employee-section .employee-grid .right .title li {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-left: 24px;
  }
  .employee-section .employee-grid .right .title li:after {
    top: 12px;
    width: 4px;
    height: 4px;
  }
}
.employee-section .employee-grid .right .info {
  margin-left: 13px;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .employee-section .employee-grid .right .info {
    margin-left: 0;
  }
}
.employee-section .employee-grid .right .info li {
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.employee-section .employee-grid .right .info li:after {
  top: 11px;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .employee-section .employee-grid .right .info li {
    font-size: 18px;
  }
  .employee-section .employee-grid .right .info li:after {
    top: 14px;
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 768px) {
  .employee-section .employee-grid .right .info li {
    margin-top: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 0;
  }
  .employee-section .employee-grid .right .info li:after {
    top: 10px;
    width: 3px;
    height: 3px;
  }
}
.employee-section .employee-grid .right .graduated {
  margin-top: 49px;
}
@media screen and (max-width: 768px) {
  .employee-section .employee-grid .right .graduated {
    margin-top: 40px;
  }
}

.employee-slider {
  background-color: #D5E1D4;
}

.leadership-section {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .leadership-section {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .leadership-section {
    margin-bottom: 50px;
  }
}
.leadership-section .team-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .leadership-section .team-section {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .leadership-section .team-section {
    margin-top: 30px;
  }
}
.leadership-section .team-section .team-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 100px 32px;
}
@media screen and (max-width: 1090px) {
  .leadership-section .team-section .team-grid {
    gap: 60px 32px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .leadership-section .team-section .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 32px;
  }
}
.leadership-section .team-section .team-grid .employee {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.leadership-section .team-section .team-grid .employee:hover {
  cursor: pointer;
}
.leadership-section .team-section .team-grid .employee:hover > h4 {
  color: #DCB486;
}
.leadership-section .team-section .team-grid .employee:hover > p {
  color: #DCB486;
}
.leadership-section .team-section .team-grid .employee > img {
  max-width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.leadership-section .team-section .team-grid .employee > h4 {
  margin-top: 31px;
  font-family: "Editorial New", Georgia, "Times New Roman", serif;
  font-size: 16.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  text-align: center;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
@media screen and (max-width: 1024px) {
  .leadership-section .team-section .team-grid .employee > h4 {
    font-size: 18px;
    font-size: 16px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .leadership-section .team-section .team-grid .employee > h4 {
    margin-top: 16px;
    font-size: 17px;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
  }
}
@media screen and (max-width: 768px) {
  .leadership-section .team-section .team-grid .employee .desktop {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .leadership-section .team-section .team-grid .employee .mobile {
    display: none;
  }
}
.leadership-section .team-section .team-grid .employee > p {
  margin-top: 5;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
  text-align: center;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
@media screen and (max-width: 1024px) {
  .leadership-section .team-section .team-grid .employee > p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .leadership-section .team-section .team-grid .employee > p {
    margin-top: 3px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
}

.market-insides-heading h3 {
  margin-top: 50px;
  font-size: 22.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  /* 44.8px */
  letter-spacing: 0.4px;
}

.market-insides .group .line {
  margin-top: 83px;
}
@media screen and (max-width: 768px) {
  .market-insides .group .line {
    margin-top: 30px;
  }
}
.market-insides .group .item:hover .bloomberg .icon {
  color: #947964;
}
.market-insides .group .item .bloomberg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.market-insides .group .item .bloomberg img {
  width: 211px;
  height: 39px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
@media screen and (max-width: 768px) {
  .market-insides .group .item .bloomberg img {
    width: 120px;
    height: 22.18px;
  }
}
.market-insides .group .item .bloomberg .icon {
  width: 30.875px;
  height: 30.875px;
  color: #DCB486;
}
@media screen and (max-width: 768px) {
  .market-insides .group .item .bloomberg .icon {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .market-insides .right > .line {
    display: none;
  }
}

.news-detailes {
  margin-top: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 35px;
}
@media screen and (max-width: 1024px) {
  .news-detailes {
    margin-top: 50px;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .news-detailes {
    margin-top: 30px;
  }
}
.news-detailes .date {
  font-size: 15.12px;
  font-style: normal;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-weight: 400;
  line-height: 153%;
}
@media screen and (max-width: 1024px) {
  .news-detailes .date {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .news-detailes .date {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 153%;
  }
}
.news-detailes > h3 {
  font-size: 30.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
}
@media screen and (max-width: 1024px) {
  .news-detailes > h3 {
    font-size: 20.16px;
  }
}
@media screen and (max-width: 768px) {
  .news-detailes > h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
  }
}

.news-info {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  margin-top: 80px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .news-info {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .news-info {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .news-info {
    margin-bottom: 65px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .news-info {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
    margin-bottom: 30px;
    gap: 40px;
  }
}
.news-info .left {
  grid-column: 1/6;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-info .left {
    grid-column: auto;
  }
}
.news-info .left .sticky {
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 100px;
}
@media screen and (max-width: 1105px) {
  .news-info .left .sticky {
    top: 150px;
  }
}
.news-info .left .sticky p {
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 768px) {
  .news-info .left .sticky p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 153%;
  }
}
.news-info .left .sticky .soccials {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .news-info .left .sticky .soccials {
    margin-top: 18px;
  }
}
.news-info .left .sticky .soccials .icon {
  width: 30px;
  height: 30px;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .news-info .left .sticky .soccials .icon {
    width: 26px;
    height: 26px;
  }
}
.news-info .left .sticky .soccials .icon.copy {
  width: 38px;
  height: 26px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .news-info .left .sticky .soccials .icon.copy {
    width: 32px;
    height: 26px;
  }
}
.news-info .left .sticky .soccials .icon.last {
  margin-right: 0;
}
.news-info .left .sticky .soccials .icon:hover {
  color: #DCB486;
}
.news-info .right {
  grid-column: 6/13;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .news-info .right {
    grid-column: auto;
  }
}
.news-info .right p {
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  margin: 15px auto;
}
.news-info .right p:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .news-info .right p {
    font-size: 14px;
    line-height: 153%;
  }
}
.news-info .right p span {
  font-weight: 600;
}
.news-info .right h4 {
  font-size: 16.8px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-top: 87px;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
.news-info .right .contact-block {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-info .right a {
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 768px) {
  .news-info .right a {
    font-size: 14px;
  }
}
.news-info .right a.mail {
  text-decoration: underline;
}

.reserv {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .reserv {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .reserv {
    padding: 0 20px;
  }
}
.reserv p {
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 1024px) {
  .reserv p {
    font-size: 18.9px;
  }
}
@media screen and (max-width: 768px) {
  .reserv p {
    font-size: 14px;
    line-height: 153%;
  }
}
.reserv .more-link {
  margin-top: 73px;
  margin-bottom: 123px;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
@media screen and (max-width: 1024px) {
  .reserv .more-link {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .reserv .more-link {
    margin-top: 38px;
    margin-bottom: 60px;
  }
}

.news-insights-grid {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .news-insights-grid {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .news-insights-grid {
    margin-bottom: 60px;
  }
}

.news-insights {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .news-insights {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .news-insights {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .news-insights {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.news-insights .group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-insights .group h4 {
  font-size: 22.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  /* 44.8px */
  letter-spacing: 0.4px;
}
@media screen and (max-width: 1024px) {
  .news-insights .group h4 {
    font-size: 17.92px;
  }
}
@media screen and (max-width: 768px) {
  .news-insights .group h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    /* 24.64px */
    letter-spacing: 0.22px;
  }
}
.news-insights .group .line {
  margin-top: 39px;
  width: 100%;
  height: 1px;
  background-color: #171717;
}
.news-insights .group .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.news-insights .group .item:hover p {
  cursor: pointer;
}
.news-insights .group .item:hover p:not(.date) {
  color: #DCB486;
}
@media screen and (max-width: 768px) {
  .news-insights .group .item {
    gap: 16px;
  }
}
.news-insights .group .item p {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  color: #171717;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .news-insights .group .item p {
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 1024px) {
  .news-insights .group .item p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .news-insights .group .item p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}
.news-insights .group .item p.date {
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .news-insights .group .item p.date {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .news-insights .group .item p.date {
    font-size: 12px;
  }
}
.news-insights .group .item .line {
  margin-top: 0;
}
.news-insights .group .more-link {
  margin: 65px auto 120px;
}
@media screen and (max-width: 768px) {
  .news-insights .group .more-link {
    margin: 30px auto 50px;
  }
}

.news-container.brown .item {
  background-color: #947964;
}
.news-container.brown .item:hover h5 {
  color: #DCB486;
}

.press-relise-page-name {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 80px;
  gap: 37px;
}
@media screen and (max-width: 1024px) {
  .press-relise-page-name {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .press-relise-page-name {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .press-relise-page-name {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .press-relise-page-name {
    margin-top: 30px;
    gap: 30px;
  }
}
.press-relise-page-name .date {
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 1024px) {
  .press-relise-page-name .date {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .press-relise-page-name .date {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 153%;
  }
}
.press-relise-page-name h2 {
  margin-right: 90px;
}
@media screen and (max-width: 768px) {
  .press-relise-page-name h2 {
    margin-right: 0px;
  }
}

.press-relise-text {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 88px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .press-relise-text {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .press-relise-text {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .press-relise-text {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .press-relise-text {
    margin-top: 22px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.press-relise-text .left {
  height: 100%;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column: 1/6;
}
@media screen and (max-width: 768px) {
  .press-relise-text .left {
    grid-column: auto;
  }
}
.press-relise-text .left > p {
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 768px) {
  .press-relise-text .left > p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 153%;
  }
}
.press-relise-text .left .soccials {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .press-relise-text .left .soccials {
    margin-top: 18px;
  }
}
.press-relise-text .left .soccials .icon {
  width: 30px;
  height: 30px;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .press-relise-text .left .soccials .icon {
    width: 26px;
    height: 26px;
  }
}
.press-relise-text .left .soccials .icon.copy {
  width: 38px;
  height: 26px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .press-relise-text .left .soccials .icon.copy {
    width: 32px;
    height: 26px;
  }
}
.press-relise-text .left .soccials .icon.last {
  margin-right: 0;
}
.press-relise-text .left .soccials .icon:hover {
  color: #DCB486;
}
.press-relise-text .left .authors {
  margin-top: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .press-relise-text .left .authors {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .press-relise-text .left .authors {
    margin-top: 33px;
    gap: 15px;
  }
}
.press-relise-text .left .authors h3 {
  font-size: 16.8px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 768px) {
  .press-relise-text .left .authors h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }
}
.press-relise-text .left .authors .author {
  max-width: 381px;
}
@media screen and (max-width: 768px) {
  .press-relise-text .left .authors .author {
    max-width: none;
  }
}
.press-relise-text .left .authors .author h5 {
  font-size: 15.12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .press-relise-text .left .authors .author h5 {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }
}
.press-relise-text .left .authors .author p {
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 15.12px;
  font-style: normal;
  font-weight: 600;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .press-relise-text .left .authors .author p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}
.press-relise-text .right {
  grid-column: 6/13;
}
@media screen and (max-width: 768px) {
  .press-relise-text .right {
    grid-column: auto;
  }
}
.press-relise-text .right p {
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 768px) {
  .press-relise-text .right p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 153%;
  }
}

.figures {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 106px;
}
@media screen and (max-width: 1024px) {
  .figures {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .figures {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .figures {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .figures {
    margin-top: 30px;
  }
}
.figures h5 {
  font-size: 16.8px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 768px) {
  .figures h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }
}
.figures .figures-container {
  margin-top: 95px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .figures .figures-container {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .figures .figures-container {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.figures .figures-container .image-wrapper {
  width: 100%;
  height: 100%;
}
.figures .figures-container .image-wrapper img {
  width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.figures > p {
  margin-top: 52px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 768px) {
  .figures > p {
    margin-top: 30px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
}

.subtitle {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 86px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .subtitle {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .subtitle {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .subtitle {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 30px;
  }
}
.subtitle .left {
  grid-column: 1/6;
}
@media screen and (max-width: 768px) {
  .subtitle .left {
    grid-column: auto;
  }
}
.subtitle .right {
  grid-column: 6/13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 39px;
}
@media screen and (max-width: 768px) {
  .subtitle .right {
    grid-column: auto;
    gap: 20px;
  }
}
.subtitle .right h4 {
  font-size: 16.8px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 768px) {
  .subtitle .right h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }
}
.subtitle .right p {
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%;
}
@media screen and (max-width: 768px) {
  .subtitle .right p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 153%;
  }
}

.reserved {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 89px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .reserved {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .reserved {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .reserved {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .reserved {
    margin-top: 24px;
  }
}
.reserved p {
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 768px) {
  .reserved p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 153%;
  }
}
.reserved .more-link {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 153%;
  margin-top: 106px;
  margin-bottom: 123px;
}
@media screen and (max-width: 768px) {
  .reserved .more-link {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 164%;
    margin-top: 35px;
    margin-bottom: 59px;
  }
}

.search h4 {
  margin-top: 50px;
  font-size: 16.8px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 768px) {
  .search h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 164%;
    margin-top: 4px;
  }
}

.search-section {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .search-section {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .search-section {
    padding: 0 20px;
  }
}
.search-section input {
  width: 100%;
  border-bottom: 1px solid #171717;
  background-color: transparent;
  color: #171717;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  padding: 0 30px 12.1px 0;
  font-size: 22.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  font-family: "Editorial New", Georgia, "Times New Roman", serif;
  /* 44.8px */
  letter-spacing: 0.4px;
  background-color: transparent;
  padding: 0px 0px 5px 0px;
  border-bottom: none !important;
}
.search-section input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  color: #171717;
}
.search-section input::-moz-placeholder {
  opacity: 1;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  color: #171717;
}
.search-section input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: 0.4s ease all;
  transition: 0.4s ease all;
  color: #171717;
}
.search-section input::-ms-input-placeholder {
  opacity: 1;
  -ms-transition: 0.4s ease all;
  transition: 0.4s ease all;
  color: #171717;
}
.search-section input::placeholder {
  opacity: 1;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  color: #171717;
}
.search-section input:focus {
  border-bottom: 1px solid #DCB486;
}
.search-section input:focus::-webkit-input-placeholder {
  color: #DCB486;
}
.search-section input:focus::-moz-placeholder {
  color: #DCB486;
}
.search-section input:focus:-ms-input-placeholder {
  color: #DCB486;
}
.search-section input:focus::-ms-input-placeholder {
  color: #DCB486;
}
.search-section input:focus::placeholder {
  color: #DCB486;
}
.search-section input::-webkit-input-placeholder {
  opacity: 0.5;
}
.search-section input::-moz-placeholder {
  opacity: 0.5;
}
.search-section input:-ms-input-placeholder {
  opacity: 0.5;
}
.search-section input::-ms-input-placeholder {
  opacity: 0.5;
}
.search-section input::placeholder {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .search-section input {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
  }
}
.search-section .icon {
  width: 44px;
  height: 44px;
}
.search-section .icon:hover {
  color: #DCB486;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .search-section .icon {
    width: 24px;
    height: 24px;
  }
}

.search-group .item {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.search-group .item:hover .breadcrumps .icon {
  color: #947964;
}
.search-group .item p span {
  font-weight: 600;
}
.search-group .item .breadcrumps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.search-group .item .breadcrumps p {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 768px) {
  .search-group .item .breadcrumps p {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }
}
.search-group .item .breadcrumps .icon {
  width: 30.875px;
  height: 30.875px;
  color: #DCB486;
}
@media screen and (max-width: 768px) {
  .search-group .item .breadcrumps .icon {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .search-group .right > .line {
    display: none;
  }
}

.strategies-10-title {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .strategies-10-title {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .strategies-10-title {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .strategies-10-title {
    margin-top: 30px;
  }
}
.strategies-10-title .grid .left h3 {
  font-size: 22.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
}
@media screen and (max-width: 768px) {
  .strategies-10-title .grid .left h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
  }
}
.strategies-10-title .grid .left .role {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  margin-top: 79px;
}
@media screen and (max-width: 768px) {
  .strategies-10-title .grid .left .role {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 30px;
  }
}
.strategies-10-title .grid .left .role-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .strategies-10-title .grid .left .role-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 8px;
  }
}
.strategies-10-title .grid .left > img {
  margin-top: 18px;
  max-width: 208px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
@media screen and (max-width: 768px) {
  .strategies-10-title .grid .left > img {
    margin-top: 20px;
  }
}
.strategies-10-title .grid .left .name {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .strategies-10-title .grid .left .name {
    margin-top: 32px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
  }
}
.strategies-10-title .grid .right {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .strategies-10-title .grid .right {
    margin-top: 0;
  }
}
.strategies-10-title .grid .right p {
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 768px) {
  .strategies-10-title .grid .right p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 153%;
  }
}

.how-to-invest {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .how-to-invest {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .how-to-invest {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .how-to-invest {
    margin-top: 50px;
  }
}
.how-to-invest .grid .left {
  padding-right: 90px;
}
.how-to-invest .grid .left h4 {
  font-size: 22.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
}
@media screen and (max-width: 768px) {
  .how-to-invest .grid .left h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
  }
}
.how-to-invest .grid .left .download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 26px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .how-to-invest .grid .left .download {
    margin-top: 20px;
    gap: 21px;
  }
}
.how-to-invest .grid .left .download .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 33px;
}
.how-to-invest .grid .left .download .item:hover {
  cursor: pointer;
}
.how-to-invest .grid .left .download .item:hover .icon {
  color: #DCB486;
}
.how-to-invest .grid .left .download .item:hover p {
  color: #DCB486;
}
@media screen and (max-width: 768px) {
  .how-to-invest .grid .left .download .item {
    gap: 14px;
  }
}
.how-to-invest .grid .left .download .item .icon {
  width: 33.375px;
  height: 37.083px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .how-to-invest .grid .left .download .item .icon {
    width: 20px;
    height: 22.222px;
  }
}
.how-to-invest .grid .left .download .item p {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
@media screen and (max-width: 768px) {
  .how-to-invest .grid .left .download .item p {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
  }
}
.how-to-invest .grid .right {
  margin-top: 5px;
}
.how-to-invest .grid .right p {
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 768px) {
  .how-to-invest .grid .right p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 153%;
  }
}
.how-to-invest .grid .right .attention-container, .grid .right .attention-container {
  position: relative;
  margin-top: 47px;
  visibility: visible;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .how-to-invest .grid .right .attention-container, .grid .right .attention-container {
    margin-top: 30px;
    gap: 13px;
    margin-left: 40px;
  }
}
.how-to-invest .grid .right .attention-container img, .grid .right .attention-container img {
  width: 64px;
  height: calc(100% - 10px);
  -o-object-fit: scale-down;
  object-fit: scale-down;
  position: absolute;
  visibility: visible;
  overflow: visible;
  top: 5px;
  left: -72px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .how-to-invest .grid .right .attention-container img, .grid .right .attention-container img {
    left: -66px;
  }
}
.how-to-invest .grid .right .attention-container p, .grid .right .attention-container p {
  font-weight: 600;
}

.performance {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 105px;
}
@media screen and (max-width: 1024px) {
  .performance {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .performance {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .performance {
    margin-top: 50px;
  }
}
.performance .grid-performance {
  gap: 66px;
}
@media screen and (max-width: 768px) {
  .performance .grid-performance {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.performance .grid-performance .left {
  grid-column: 1/8;
}
@media screen and (max-width: 768px) {
  .performance .grid-performance .left {
    grid-column: auto;
  }
}
.performance .grid-performance .left .select-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 94px;
}
@media screen and (max-width: 1024px) {
  .performance .grid-performance .left .select-image {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .performance .grid-performance .left .select-image {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.performance .grid-performance .left .select-image .selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.performance .grid-performance .left .select-image .selector h3 {
  font-size: 22.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  /* 44.8px */
  letter-spacing: 0.4px;
  text-align: left;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  color: #171717;
}
@media screen and (max-width: 1024px) {
  .performance .grid-performance .left .select-image .selector h3 {
    font-size: 17.92px;
  }
}
@media screen and (max-width: 768px) {
  .performance .grid-performance .left .select-image .selector h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    /* 22.4px */
    letter-spacing: 0.2px;
  }
}
.performance .grid-performance .left .select-image .selector .line {
  width: 100%;
  height: 1px;
  background-color: #171717;
  margin-top: 9px;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
@media screen and (max-width: 768px) {
  .performance .grid-performance .left .select-image .selector .line {
    margin-top: 17px;
  }
}
.performance .grid-performance .left .select-image .selector:hover:not(.active) h3 {
  color: #DCB486;
}
.performance .grid-performance .left .select-image .selector:hover:not(.active) .line {
  background-color: #DCB486;
}
.performance .grid-performance .left .select-image .selector.active h3 {
  color: #8DB487;
}
.performance .grid-performance .left .select-image .selector.active .line {
  background-color: #8DB487;
}
.performance .grid-performance .left .tabs-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 36px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .performance .grid-performance .left .tabs-container {
    margin-top: 30px;
  }
}
.performance .grid-performance .left .tabs-container canvas {
  width: 100%;
}
.performance .grid-performance .right {
  grid-column: 8/13;
}
@media screen and (max-width: 768px) {
  .performance .grid-performance .right {
    grid-column: auto;
  }
}
.performance .grid-performance .right h3 {
  font-size: 22.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  /* 44.8px */
  letter-spacing: 0.4px;
}
@media screen and (max-width: 1024px) {
  .performance .grid-performance .right h3 {
    font-size: 17.92px;
  }
}
@media screen and (max-width: 768px) {
  .performance .grid-performance .right h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    /* 24.64px */
    letter-spacing: 0.22px;
  }
}
.performance .grid-performance .right img {
  width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .performance .grid-performance .right img {
    margin-top: 30px;
  }
}
.performance .grid-performance .right p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 153%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  margin-top: 41px;
}
@media screen and (max-width: 768px) {
  .performance .grid-performance .right p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 153%;
    margin-top: 50px;
  }
}
.performance .grid-performance .right p:has(b) {
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .performance .grid-performance .right p:has(b) {
    margin-top: 30px;
  }
}
.performance .grid-performance .right p b {
  font-weight: 600;
}

.strategies-text {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .strategies-text {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .strategies-text {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .strategies-text {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.strategies-text p {
  font-size: 15.12px;
  font-style: normal;
  font-weight: 600;
  line-height: 153%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 768px) {
  .strategies-text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 153%;
  }
}
.strategies-text b {
  font-weight: 600;
}

.risk-bar {
  margin-top: 40px;
  width: 100%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .risk-bar {
    margin-top: 30px;
  }
}
.risk-bar .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.risk-bar .text h4 {
  color: #171717;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  /* 26.88px */
  letter-spacing: 0.24px;
}
@media screen and (max-width: 768px) {
  .risk-bar .text h4 {
    font-size: 14px;
  }
}
.risk-bar .bar-container {
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.risk-bar .bar-container .bar {
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#FED078), to(#C00101));
  background: linear-gradient(90deg, #FED078 0%, #C00101 100%);
}
.risk-bar .bar-container .values {
  margin-top: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.risk-bar .bar-container .values h5 {
  margin: 0;
  color: #171717;
  font-family: "Editorial New", Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  /* 26.88px */
  letter-spacing: 0.24px;
  position: relative;
}
.risk-bar .bar-container .values h5.border:after {
  position: absolute;
  content: "";
  position: absolute;
  width: calc(100% + 20px + 20px);
  height: calc(100% + 11px + 40px + 9px + 19px);
  border: 5px solid #8DB487;
  bottom: -11px;
  left: calc(50% - (100% + 20px + 20px) / 2);
}

.strategies-12-table {
  background-color: #D5E1D4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 100px;
}
.strategies-12-table .table-wrapper {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1512px;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 44px;
  overflow-x: auto;
}
@media screen and (max-width: 1024px) {
  .strategies-12-table .table-wrapper {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .strategies-12-table .table-wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .strategies-12-table .table-wrapper {
    display: none;
  }
}
.strategies-12-table .table-mobile {
  max-width: 1448px;
  width: 100%;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .strategies-12-table .table-mobile {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .strategies-12-table .table-mobile {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .strategies-12-table .table-mobile {
    padding: 0 20px;
  }
}
.strategies-12-table .table-mobile p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 128%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
.strategies-12-table .table-mobile .drop-down {
  width: 100%;
  border-radius: 2px;
  border: 1px solid rgba(166, 166, 166, 0.5);
  background: #FFF;
  height: 56px;
  margin-top: 7px;
  position: relative;
}
.strategies-12-table .table-mobile .drop-down.active .icon {
  rotate: 180deg;
}
.strategies-12-table .table-mobile .drop-down input {
  width: 100%;
  height: 100%;
  padding: 18px 10px 19px 16px;
}
.strategies-12-table .table-mobile .drop-down .icon {
  width: 8px;
  height: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  top: 25px;
  right: 20px;
}
.strategies-12-table .table-mobile .drop-down .hidden {
  width: 100%;
  position: absolute;
  height: 250px;
  background-color: #fff;
  overflow-y: auto;
  margin-right: 20px;
  z-index: 0;
  top: calc(100% + 1px);
}
.strategies-12-table .table-mobile .drop-down .hidden .simplebar-vertical {
  right: 10px;
  height: calc(100% - 20px);
  top: 10px;
}
.strategies-12-table .table-mobile .drop-down ul {
  width: 100%;
}
.strategies-12-table .table-mobile .drop-down ul li {
  padding: 18px 10px 19px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.strategies-12-table .table-mobile .drop-down ul li.active {
  background-color: #947964;
  color: white;
}
.strategies-12-table .table-mobile .drop-down ul li:hover {
  cursor: pointer;
}
.strategies-12-table .table-mobile .tabs .tab .info {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-top: 1px solid rgba(23, 23, 23, 0.5);
}
.strategies-12-table .table-mobile .tabs .tab .info .left {
  grid-column: 1/6;
  border-right: 1px solid rgba(23, 23, 23, 0.1);
  height: 100%;
  border-bottom: 1px solid rgba(23, 23, 23, 0.5);
}
.strategies-12-table .table-mobile .tabs .tab .info .left h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  margin-top: 9px;
  margin-bottom: 19px;
  color: #8DB487;
}
.strategies-12-table .table-mobile .tabs .tab .info .right {
  grid-column: 6/13;
  height: 100%;
  border-bottom: 1px solid rgba(23, 23, 23, 0.5);
}
.strategies-12-table .table-mobile .tabs .tab .info .right h4 {
  color: #8DB487;
  text-align: center;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 128%;
  margin-top: 14px;
  margin-bottom: 14px;
}
.strategies-12-table .table-mobile .tabs .tab .item {
  grid-column: 1/13;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: 100%;
}
.strategies-12-table .table-mobile .tabs .tab .item .left {
  grid-column: 1/6;
  border-right: 1px solid rgba(23, 23, 23, 0.1);
  height: 100%;
  border-bottom: 1px solid rgba(23, 23, 23, 0.5);
}
.strategies-12-table .table-mobile .tabs .tab .item .left p {
  margin-top: 19px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  font-family: "Editorial New", Georgia, "Times New Roman", serif;
  margin-bottom: 8px;
  color: #8DB487;
}
.strategies-12-table .table-mobile .tabs .tab .item .right {
  grid-column: 6/13;
  height: 100%;
  border-bottom: 1px solid rgba(23, 23, 23, 0.5);
}
.strategies-12-table .table-mobile .tabs .tab .item .right p {
  margin-top: 20px;
  text-align: center;
  padding: 0 10px;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
}
.strategies-12-table .table-mobile .tabs .tab .item .right a {
  width: 100%;
  height: 100%;
  margin-top: 13px;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.strategies-12-table .table-mobile .tabs .tab .item .right a:hover .icon {
  color: #DCB486;
}
.strategies-12-table .table-mobile .tabs .tab .item .right a .icon {
  width: 20px;
  height: 22.222px;
}
.strategies-12-table table {
  max-width: 1407px;
  min-width: 1107px;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 21px;
}
@media screen and (max-width: 1190px) {
  .strategies-12-table table {
    min-width: 1157px;
  }
}
@media screen and (max-width: 1024px) {
  .strategies-12-table table {
    wmin-width: 1137px;
  }
}
.strategies-12-table table .need-to-init-margin-right {
  display: none;
  width: 50px;
  border: none;
}
@media screen and (max-width: 1190px) {
  .strategies-12-table table .need-to-init-margin-right {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .strategies-12-table table .need-to-init-margin-right {
    width: 20px;
  }
}
.strategies-12-table table thead {
  height: 80px;
  width: 100%;
}
.strategies-12-table table thead tr td {
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  color: #8DB487;
  border-bottom: 1px solid rgba(23, 23, 23, 0.5);
  font-family: "Editorial New", Georgia, "Times New Roman", serif;
}
.strategies-12-table table thead tr td:not(:first-child) {
  text-align: center;
}
.strategies-12-table table tbody tr td {
  padding: 16px 0;
  border-bottom: 1px solid rgba(23, 23, 23, 0.5);
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 128%;
}
.strategies-12-table table tbody tr td:not(:first-child) {
  text-align: center;
}
.strategies-12-table table tbody tr td:first-child {
  font-weight: 600;
  color: #8DB487;
}
.strategies-12-table table tbody tr td a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.strategies-12-table table tbody tr td a:hover .icon {
  color: #DCB486;
}
.strategies-12-table table tbody tr td a .icon {
  width: 33.375px;
  height: 37.083px;
  color: #171717;
}

.market-insides-heading h3 {
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}
@media screen and (max-width: 768px) {
  .market-insides-heading h3 {
    font-size: 26px;
  }
}

.contacts.mod {
  margin-top: 0 !important;
}

.grid-container .item2 > ul li::after {
  top: 11px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .grid-container .item2 > ul li::after {
    top: 14px;
  }
}
@media screen and (max-width: 768px) {
  .grid-container .item2 > ul li::after {
    top: 10px;
  }
}

.news-container .item .date {
  font-size: 15.12px;
}

.governance-page .page-content .container .content .item ul ul {
  margin-left: 20px;
  margin-bottom: 9px;
}

.governance-page .page-content .container .content p {
  margin: 15px auto;
}

.news .more-link:hover {
  color: #8DB487;
}
.news.brown .more-link:hover {
  color: #DCB486;
}

.cookies .content .stroke-green img {
  display: none;
}

.section-name {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .section-name {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section-name {
    margin-top: 15px;
  }
}

.pages-horizontal {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .pages-horizontal {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pages-horizontal {
    margin-top: 30px;
  }
}

.pages-horizontal .horizontal {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .governance-page .page-content {
    margin-top: 15px;
  }
}

.governance-modal .wrappper .content .scrolled-list a {
  margin-right: 20px;
}

.governance-modal {
  background: rgba(0, 0, 0, 0.85);
}

.governance-modal .wrappper .content {
  height: calc(100% - 285px);
}

.news.news-insights-grid {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .news.news-insights-grid {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .news.news-insights-grid {
    margin-bottom: 30px;
  }
}
.news.news-insights-grid .text-section {
  margin-top: 0;
}
.news.news-insights-grid .text-section .news-container {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .news.news-insights-grid .text-section .news-container {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .news.news-insights-grid .text-section .news-container {
    margin-top: 30px;
  }
}

.line-block + .text-section .news-detailes {
  gap: 34px;
}
.line-block + .text-section .news-detailes h3 {
  margin-top: 0;
}

.news-info {
  margin-top: 27px;
}
.news-info .right h4 {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .news-info .right h4 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .news-info .right h4 {
    margin-top: 30px;
  }
}

.press-relise-text {
  margin-top: 27px;
}
.press-relise-text .left .authors {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .press-relise-text .left .authors {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .press-relise-text .left .authors {
    margin-top: 30px;
  }
}

.figures, .subtitle, .figures .figures-container, .how-to-invest, .performance {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .figures, .subtitle, .figures .figures-container, .how-to-invest, .performance {
    margin-top: 40px;
  }
  .header-mobile-modal-menu .wrappper .content .scrolled-list .login {
    color: #171717;
    font-family: "Editorial New", Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 108%;
  }
}
@media screen and (max-width: 768px) {
  .figures, .subtitle, .figures .figures-container, .how-to-invest, .performance {
    margin-top: 30px;
  }
}

.data-pick {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .data-pick {
    grid-template-columns: 1fr;
  }
}
.data-pick .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.data-pick .date .input-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 22px 24px;
}
.data-pick .date .date-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #171717;
}
.data-pick .date .date-icon:hover {
  color: #DCB486;
  cursor: pointer;
}

.flatpickr-calendar {
  font-family: "Poppins", Arial, Helvetica, Roboto, sans-serif;
}

body {
  position: relative;
}

.menu-links-dev {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000000000000000000;
  background-color: teal;
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.4 ease all;
  transition: 0.4 ease all;
  gap: 4px;
}
.menu-links-dev a {
  opacity: 0;
  -webkit-transition: 0.4 ease all;
  transition: 0.4 ease all;
}
@media (hover: hover) {
  .menu-links-dev a:hover {
    cursor: pointer;
    color: #DCB486;
  }
}
.menu-links-dev a:focus-visible {
  color: #DCB486;
}
@media (hover: hover) {
  .menu-links-dev:hover {
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
  }
  .menu-links-dev:hover a {
    opacity: 1;
  }
}
.menu-links-dev:focus-visible {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.menu-links-dev:focus-visible a {
  opacity: 1;
}
#header-target-desktop {
  min-height: 0;
  height: 0;
}
#header-target-desktop.animation {
  height: auto;
  min-height: 88.49px;
}