.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #686666;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

h1 {
  color: #233771;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 130%;
}

h2 {
  color: #233771;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 140%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  transition: all .5s;
}

li {
  margin-top: 5px;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.container.home-about {
  padding-right: 0%;
}

.container.home-eco {
  padding-left: 0%;
  padding-right: 0%;
}

.container.home-service {
  padding-left: 0%;
}

.container.contact-us, .container.about-us {
  padding-right: 0%;
}

.container.about-mission {
  padding-left: 0%;
}

.section {
  padding-top: 100px;
  position: relative;
}

.footer-copyright {
  color: #fff;
  background-color: #233771;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 140%;
}

.footer-row {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.footer-col-l {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-col-r {
  padding-left: 10px;
  padding-right: 10px;
}

.white-link-text {
  color: #fff;
}

.white-link-text:hover {
  opacity: .6;
}

.header {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu {
  width: 100%;
}

.nav-link {
  color: #fff;
  padding: 0;
  font-size: 16px;
}

.nav-link:hover {
  color: #ef8517;
}

.all {
  overflow: hidden;
}

.all.inner {
  padding-top: 60px;
}

.home-banner {
  width: 100%;
  height: 100%;
  background-image: url('../images/home-banner-img.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-banner-content-b {
  width: 100%;
  height: 100vh;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.header-row {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.white-text {
  color: #fff;
}

.text-shadow {
  text-shadow: 0 10px 24px rgba(0, 0, 0, .16);
}

.nav-link-col {
  padding-left: 2%;
  padding-right: 2%;
  display: inline-block;
}

.header-col-r {
  flex: 1;
  padding-left: 5px;
  padding-right: 5px;
}

.header-col-l {
  max-width: 175px;
  padding-left: 5px;
  padding-right: 5px;
}

.logo-b, .img-full {
  width: 100%;
  display: block;
}

.home-bg-title {
  z-index: 0;
  opacity: .1;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #233771;
  text-transform: uppercase;
  margin-top: 50px;
  margin-left: 10px;
  font-size: 8vw;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.home-bg-title.home-service {
  margin-top: 15px;
}

.home-about-row {
  flex-wrap: wrap;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.home-about-col-l {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
}

.home-about-col-r {
  width: 75%;
  padding-left: 20px;
  padding-right: 20px;
}

.section-footer {
  overflow: hidden;
}

.home-eco-b {
  margin-top: 60px;
}

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

.text-orange {
  color: #f39226;
}

.home-eco-row {
  flex-wrap: wrap;
  display: flex;
}

.home-ceo-col-l {
  width: 45%;
  min-height: 458px;
}

.home-ceo-col-r {
  width: 55%;
  padding: 25px 4% 25px 60px;
}

.home-ceo-col-l-img {
  height: 100%;
  background-image: url('../images/home-ceo-img2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 50px;
  overflow: hidden;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.learn-more-button {
  color: #c1272d;
  text-transform: uppercase;
  font-weight: 700;
}

.learn-more-button:hover {
  color: #ef8517;
}

.learn-more-button-arrow-b {
  width: 18px;
  height: 18px;
  margin-left: 30px;
  position: relative;
}

.learn-more-button-arrow-img {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.learn-more-button-text-wrap {
  align-items: center;
  display: flex;
}

.home-investment-content-b {
  margin-top: 60px;
  position: relative;
}

.home-eco-content-col-link-b {
  width: 100%;
  color: #233771;
  border-bottom: 1px solid #ece5e6;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1.65vw;
  display: block;
}

.home-eco-content-col-link-text-wrap {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.home-eco-content-col-link-date {
  max-width: 105px;
  color: #f39226;
  border: 1px solid #f39226;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
}

.home-eco-content-col-link-arrow-b {
  width: 26px;
  height: 26px;
  background-color: #233771;
  background-image: url('../images/button-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
}

.home-eco-content-col-link-content {
  flex: 1;
  padding-left: 12px;
  padding-right: 12px;
}

.get-in-touch {
  width: 100%;
  display: block;
  position: relative;
}

.get-in-touch-bg {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.get-in-touch-bg-color {
  z-index: -2;
  background-color: #f39226;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.get-in-touch-bg-img {
  z-index: -1;
  position: relative;
}

.get-in-touch-b {
  padding-top: 40px;
  padding-bottom: 40px;
}

.get-in-touch-row {
  height: 100%;
  min-height: 275px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.get-in-touch-col-l-content-row {
  flex-wrap: wrap;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.get-in-touch-col-l-content-col {
  width: 33.33%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.get-in-touch-col-r {
  width: 50%;
}

.get-in-touch-col-l-content-arrow-b {
  width: 80px;
  height: 80px;
  background-color: #233771;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.get-in-touch-col-l-content-arrow-col {
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.get-in-touch-col-l-content-arrow-row {
  width: 160px;
  display: flex;
}

.get-in-touch-col-l-content-text {
  color: #fff;
  margin-top: 4px;
  font-size: 4.5vw;
  font-weight: 700;
  line-height: 100%;
}

.get-in-touch-col-l {
  width: 45%;
}

.get-in-touch-col-l-cotnent-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.get-in-touch-link-b {
  color: #fff;
  text-align: center;
  display: inline-block;
}

.get-in-touch-link-b:hover {
  color: #233771;
}

.home-eco-arrow-b {
  text-align: center;
  margin-top: 30px;
}

.home-eco-content-b {
  max-height: 320px;
  padding-right: 2%;
  overflow: auto;
}

.get-in-touch-link-img-b {
  width: 25px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.get-in-touch-link-img {
  display: block;
}

.get-in-touch-link-text-b {
  margin-top: 6px;
}

.get-in-touch-link-img-hover {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.home-investment-bg-b {
  z-index: 0;
  text-align: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.home-investment-bg-graphic {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.home-investment-bg-logo {
  margin-top: -85px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.home-investment-content {
  z-index: 1;
  min-height: 450px;
  position: relative;
}

.home-investment-content-row {
  height: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-investment-content-b-01 {
  width: 60%;
  padding-bottom: 30px;
  padding-left: 10%;
  position: relative;
}

.font-20 {
  font-size: 20px;
  line-height: 150%;
}

.home-investment-content-p-b {
  margin-top: 12px;
  overflow: hidden;
}

.hr-line-red {
  width: 100%;
  height: 1px;
  background-color: #233771;
}

.home-investment-content-col {
  width: 50%;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

.home-investment-content-b-02 {
  width: 60%;
  margin-left: auto;
  padding-bottom: 30px;
  padding-left: 12%;
  padding-right: 10%;
  position: relative;
}

.home-investment-content-line-full {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.home-investment-content-line-full._01 {
  padding-right: 40px;
}

.home-investment-content-text-b, .home-banner-text-b {
  overflow: hidden;
}

.home-service-bg {
  z-index: 0;
  height: 100%;
  opacity: .1;
  background-color: #233771;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-service-b {
  z-index: 1;
  padding-bottom: 60px;
  position: relative;
}

.home-service-row {
  flex-wrap: wrap-reverse;
  margin-top: -60px;
  display: flex;
}

.home-service-col-l {
  width: 50%;
  padding-top: 140px;
}

.home-service-col-r {
  width: 50%;
}

.home-service-img-col-big {
  width: 80%;
  border-radius: 10px;
  overflow: hidden;
}

.home-service-img-row {
  align-items: flex-end;
  padding-bottom: 60px;
  display: flex;
}

.home-service-img-col {
  width: 30%;
  border-radius: 10px;
  margin-bottom: -60px;
  margin-left: -10%;
  overflow: hidden;
}

.home-service-intro {
  padding-left: 10%;
  padding-right: 20%;
}

.home-service-link-b {
  margin-top: 30px;
}

.home-service-link {
  z-index: 1;
  color: #000;
  border-bottom: 1px dashed #686666;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 150%;
  display: block;
  position: relative;
}

.home-service-link:hover {
  color: #fff;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.home-service-link-row {
  flex-flow: column wrap;
  display: flex;
}

.home-service-link-text-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-service-link-col {
  padding-left: 10%;
  padding-right: 20%;
  position: relative;
}

.home-service-link-b-bg {
  z-index: 0;
  opacity: 0;
  background-color: #233771;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-service-link-arrow {
  margin-left: 20px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.home-service-img-01 {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.home-service-img-02, .home-service-img-04, .home-service-img-03 {
  border-radius: 10px;
  display: none;
}

.get-in-touch-col-l-content-arrow-img {
  width: 35px;
  display: block;
}

.nav-link-row {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: -2%;
  margin-right: -2%;
  display: flex;
}

.home-banner-section {
  overflow: hidden;
}

.inner-bg-title {
  z-index: 0;
  opacity: .1;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #233771;
  text-transform: uppercase;
  margin-top: 50px;
  margin-left: 10px;
  font-size: 12vw;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.inner-bg-title.twolines {
  font-size: 120px;
}

.inner-page-content-b {
  padding-top: 80px;
  padding-bottom: 100px;
}

.contact-us-b {
  margin-top: 60px;
  padding-right: 25%;
  position: relative;
}

.contact-us-row {
  flex-wrap: wrap;
  margin-top: -40px;
  padding-right: 100px;
  display: flex;
}

.contact-us-map {
  width: 25%;
  margin-bottom: 30px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.contact-us-col {
  width: 100%;
  color: #233771;
  border-top: 1px solid #ece5e6;
  margin-top: 40px;
  padding-top: 40px;
}

.contact-us-pin {
  margin-top: 5px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.contact-us-col-content-b {
  padding-left: 50px;
  position: relative;
}

.contact-us-col-content {
  margin-top: 20px;
}

.contact-us-col-content-col {
  flex-wrap: wrap;
  margin-top: 15px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.contact-us-col-content-title {
  width: 110px;
  padding-left: 10px;
  padding-right: 10px;
}

.contact-us-col-content-details {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.red-text-link {
  color: #233771;
}

.red-text-link:hover {
  color: #f39226;
}

.sub-title-b {
  overflow: hidden;
}

.about-mission-b {
  margin-top: 60px;
}

.about-mission-row {
  flex-wrap: wrap;
  display: flex;
}

.about-mission-col-l {
  width: 55%;
  min-height: 458px;
}

.about-mission-col-r {
  width: 45%;
  flex-direction: column;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 50px;
  display: flex;
}

.about-mission-col-l-img {
  height: 100%;
  background-image: url('../images/about-mission-img2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 50px;
  overflow: hidden;
}

.about-intro {
  width: 100%;
  margin-top: 50px;
}

.about-intro-row {
  flex-wrap: wrap-reverse;
  align-items: flex-end;
  display: flex;
}

.about-intro-col-l {
  width: 48%;
  padding-top: 45px;
  padding-right: 90px;
}

.about-intro-col-r {
  width: 52%;
  border-top-left-radius: 100px;
  overflow: hidden;
}

.about-advantages-b {
  width: 930px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.margin-top-30 {
  margin-top: 30px;
}

.about-advantages-row {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.about-advantages-col {
  width: 270px;
  height: 270px;
  background-color: rgba(35, 55, 113, .9);
  border-radius: 50%;
  align-items: center;
  margin-left: -50px;
  display: flex;
}

.about-advantages-col.orange-bg {
  background-color: rgba(243, 146, 38, .9);
}

.about-advantages-col-content {
  width: 100%;
  min-height: 140px;
  color: #fff;
  padding-left: 50px;
  padding-right: 50px;
}

.about-advantages-p {
  text-align: center;
  margin-top: 15px;
}

.about-advantages-img {
  width: 42px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.service-business-tab-menu {
  border-bottom: 1px solid #ece5e6;
  flex-wrap: wrap;
  margin-top: -40px;
  margin-left: -115px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.service-business-tab-link-b {
  color: #686666;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-top: 40px;
  margin-left: 115px;
  padding: 0 0 15px;
}

.service-business-tab-link-b:hover {
  color: #233771;
  border-bottom-color: #233771;
}

.service-business-tab-link-b.w--current {
  color: #233771;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #233771;
}

.business-solution-b {
  margin-top: 60px;
}

.business-solution-row {
  flex-wrap: wrap;
  display: flex;
}

.business-solution-row.reverse {
  flex-wrap: wrap-reverse;
}

.business-solution-col-l {
  width: 50%;
  min-height: 458px;
}

.business-solution-col-l-img {
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
}

.business-solution-col-l-img._01 {
  background-image: url('../images/business-solution-img-012x.jpg');
}

.business-solution-col-l-img.reverse {
  border-radius: 50px 0 0 50px;
}

.business-solution-col-l-img.reverse._02 {
  background-image: url('../images/business-solution-img-022x.jpg');
}

.business-solution-col-l-img.reverse._04 {
  background-image: url('../images/business-solution-img-042x.jpg');
}

.business-solution-col-l-img._03 {
  background-image: url('../images/business-solution-img-032x.jpg');
}

.business-solution-col-r {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  padding: 25px 50px;
  display: flex;
}

.text-red {
  color: #233771;
}

.scope-of-service-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.scope-of-service-bg._01 {
  background-image: url('../images/scope-of-service-bg-01.jpg');
}

.scope-of-service-bg._02 {
  background-image: url('../images/scope-of-service-bg-02.jpg');
}

.scope-of-service-bg-color {
  z-index: 0;
  background-image: linear-gradient(to right, rgba(39, 67, 193, .4) 30%, rgba(193, 39, 45, 0) 60%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.scope-of-service-bg-color.reverse {
  background-image: linear-gradient(270deg, rgba(39, 67, 193, .4) 30%, rgba(193, 39, 45, 0) 60%);
}

.common-list {
  margin-bottom: 0;
  padding-left: 20px;
}

.common-list-item {
  margin-top: 10px;
}

.scope-of-service-content {
  min-height: 445px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.scope-of-service-content.reverse {
  align-items: flex-end;
}

.margin-top-10 {
  margin-top: 10px;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.scope-of-service-content-b {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-top: 40px;
  padding-bottom: 60px;
  overflow: hidden;
}

.f9e9ea-bg {
  background-color: #f9e9ea;
}

.scope-of-service-b {
  margin-top: 30px;
}

.scope-of-service-row {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: -40px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.scope-of-service-col {
  width: 33.33%;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.scope-of-service-link-b {
  width: 100%;
  color: #fff;
  display: block;
  position: relative;
  overflow: hidden;
}

.scope-of-service-img-color {
  z-index: 0;
  background-image: linear-gradient(rgba(193, 39, 45, 0) 55%, rgba(39, 67, 193, .4));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.scope-of-service-bottom {
  z-index: 1;
  padding: 20px 25px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.scope-of-service-expand-content-text-b {
  color: #fff;
  background-color: #233771;
  padding: 25px 25px 30px;
}

.scope-of-service-expand-icon {
  height: 15px;
  margin-top: -15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.scope-of-service-bottom-text-wrap {
  align-items: center;
  display: flex;
}

.scope-of-service-bottom-text-col {
  flex: 1;
  padding-right: 20px;
}

.scope-of-service-bottom-icon-b {
  width: 15px;
  height: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.scope-of-service-bottom-icon-02 {
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 50px;
}

.scope-of-service-bottom-icon-01 {
  width: 2px;
  height: 100%;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.scope-of-service-img {
  z-index: -1;
  width: 100%;
  display: block;
  position: relative;
}

.scope-of-service-expand-content-b {
  overflow: hidden;
}

.investment-portfolio-map-b {
  position: relative;
}

.investment-portfolio-map-link-b {
  text-align: center;
  margin-top: 2.5%;
  margin-left: 40%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.investment-portfolio-map-link-b:hover {
  transform: scale(1.1);
}

.investment-portfolio-map-link-b.germany-pin {
  margin-top: 4%;
  margin-left: 44.5%;
}

.investment-portfolio-map-link-b.poland-pin {
  margin-top: 2%;
  margin-left: 49.5%;
}

.investment-portfolio-map-link-b.czechrepublic-pin {
  margin-top: 6%;
  margin-left: 48.5%;
}

.investment-portfolio-map-link-b.slovakia-pin {
  margin-top: 5.5%;
  margin-left: 52%;
}

.investment-portfolio-map-link-b.hungary-pin {
  margin-top: 9%;
  margin-left: 52%;
}

.investment-portfolio-map-link-b.italy-pin {
  margin-top: 12.5%;
  margin-left: 45.8%;
}

.investment-portfolio-map-link-b.france-pin {
  margin-top: 9.2%;
  margin-left: 38.5%;
}

.investment-portfolio-map-link-b.spain-pin {
  margin-top: 16%;
  margin-left: 34%;
}

.investment-portfolio-map-text {
  color: #000;
  text-shadow: 0 -2px #fff, -2px 0 #fff, 0 2px #fff, 1px -1px #fff, 2px 0 #fff, -2px 0 #fff, 0 -2px #fff, 0 2px #fff;
  font-size: 14px;
  line-height: 120%;
}

.investment-portfolio-map-icon {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.investment-portfolio-tab-b {
  align-items: flex-start;
  display: flex;
  position: static;
}

.investment-portfolio-tab-content {
  flex: 1;
}

.investment-portfolio-tab-menu {
  width: 15%;
  flex-direction: column;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.investment-portfolio-tab-link {
  color: #233771;
  background-color: #fff;
  border-radius: 0 100px 100px 0;
  padding: 20px 30px 20px 25%;
  position: relative;
}

.investment-portfolio-tab-link:hover {
  background-color: #f9f3e9;
}

.investment-portfolio-tab-details-row {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.investment-portfolio-tab-details-col-r {
  flex: 1;
  padding-left: 40px;
}

.investment-portfolio-tab-img {
  width: 100%;
  display: block;
}

.investment-portfolio-tab-details-col-l {
  width: 250px;
  overflow: hidden;
}

.investment-portfolio-tab-details-b {
  border-bottom: 1px solid #ece5e6;
  margin-top: 40px;
  padding-bottom: 40px;
}

.margin-top-20 {
  margin-top: 20px;
}

.text-black {
  color: #000;
}

.investment-portfolio-tab-details-info-icon-b {
  width: 15px;
  margin-top: 2px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.font-15 {
  font-size: 15px;
  line-height: 120%;
}

.investment-portfolio-tab-details-info-link-b {
  color: #686666;
  padding-left: 25px;
  position: relative;
}

.investment-portfolio-tab-details-info-img-hover {
  z-index: 1;
  width: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.investment-portfolio-tab-details-info-col {
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.investment-portfolio-tab-details-info-row {
  flex-wrap: wrap;
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.investment-portfolio-tab-details-bottom-row {
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.investment-portfolio-tab-details-bottom-col {
  width: 50%;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.investment-portfolio-tab-details-bottom-text-wrap {
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.investment-portfolio-tab-details-bottom-col-l, .investment-portfolio-tab-details-bottom-col-r {
  padding-left: 5px;
  padding-right: 5px;
}

.full-100 {
  width: 100%;
}

.no-relative {
  position: static;
}

.display-none {
  display: none;
}

.no-padding {
  padding: 0;
}

.show-from-tablet, .show-from-mobile {
  display: none;
}

.investment-portfolio-tab-link-bg {
  z-index: 0;
  background-color: #e8f1ff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.no-overflow {
  overflow: visible;
}

.footer-link-block {
  padding-right: 100px;
  position: relative;
}

.logo-img {
  display: block;
}

.e8f1ff-bg {
  background-color: #e8f1ff;
}

html.w-mod-js [data-ix="display-none"] {
  display: none;
}

html.w-mod-js [data-ix="opacity-0"] {
  opacity: 0;
}

html.w-mod-js [data-ix="home-investment-bg-b"] {
  opacity: 0;
  transform: scale(1.2);
}

html.w-mod-js [data-ix="home-banner-section"] {
  transform: scale(1.1);
}

html.w-mod-js [data-ix="fade-from-top"] {
  opacity: 0;
  transform: translate(0, -100%);
}

html.w-mod-js [data-ix="home-bg-title"] {
  opacity: 0;
  transform: translate(-100%);
}

html.w-mod-js [data-ix="fade-from-l"] {
  opacity: 0;
  transform: translate(-10%);
}

html.w-mod-js [data-ix="fade-from-r"] {
  opacity: 0;
  transform: translate(10%);
}

html.w-mod-js [data-ix="fade-from-bottom"] {
  opacity: 0;
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="fade-from-bottom-normal"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="inner-page-title"] {
  transform: translate(0, 100%);
}

@media screen and (min-width: 1440px) {
  body {
    font-family: Open Sans, sans-serif;
  }

  .home-bg-title {
    font-size: 120px;
  }

  .home-about-col-l {
    width: auto;
    flex: 1;
  }

  .home-about-col-r {
    width: auto;
    max-width: 1000px;
  }

  .home-eco-b {
    margin-top: 75px;
  }

  .home-ceo-col-l {
    min-height: 550px;
  }

  .home-eco-content-col-link-b {
    font-size: 18px;
  }

  .get-in-touch-col-r {
    width: 55%;
  }

  .get-in-touch-col-l-content-text {
    font-size: 64px;
  }

  .home-eco-content-b {
    max-height: 400px;
  }

  .home-service-col-l {
    width: auto;
    flex: 1;
  }

  .home-service-col-r {
    width: auto;
    max-width: 700px;
  }

  .inner-bg-title {
    font-size: 200px;
  }

  .about-mission-b {
    margin-top: 75px;
  }

  .about-mission-col-l {
    min-height: 550px;
  }

  .about-intro-row {
    align-items: center;
  }

  .about-intro-col-l {
    padding-top: 0;
  }

  .about-intro-col-r {
    max-height: 600px;
  }

  .business-solution-b {
    margin-top: 75px;
  }

  .business-solution-col-l {
    min-height: 550px;
  }

  .scope-of-service-content {
    min-height: 700px;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .investment-portfolio-map-link-b {
    margin-top: 3.3%;
    margin-left: 40.5%;
  }

  .no-padding {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 58px;
  }

  .container.home-service {
    padding-right: 0%;
  }

  .section {
    padding-top: 60px;
  }

  .section.home-service {
    padding-top: 120px;
  }

  .nav-menu {
    height: 100dvh;
    background-color: #fff;
    padding-top: 90px;
    display: block;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-link {
    width: 100%;
    color: #233771;
    border-top: 1px solid #ece5e6;
    padding: 15px 5%;
    font-size: 17px;
    display: block;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .home-banner-content-b {
    height: 100svh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-link-col {
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .header-col-r {
    width: auto;
  }

  .header-col-l {
    z-index: 3;
    max-width: 150px;
    position: relative;
  }

  .home-bg-title {
    margin-top: 30px;
    font-size: 84px;
  }

  .home-bg-title.home-service {
    margin-top: 475px;
  }

  .home-about-col-l {
    width: 100%;
  }

  .home-about-col-r {
    width: 100%;
    margin-top: 40px;
  }

  .section-footer {
    z-index: 1;
    position: relative;
  }

  .home-ceo-col-l {
    width: 100%;
  }

  .home-ceo-col-r {
    width: 100%;
    padding-left: 5%;
  }

  .margin-bottom-40 {
    margin-bottom: 20px;
  }

  .home-eco-content-col-link-b {
    font-size: 20px;
  }

  .get-in-touch-row {
    min-height: auto;
    display: block;
  }

  .get-in-touch-col-r {
    width: 100%;
    margin-top: 20px;
  }

  .get-in-touch-col-l-content-arrow-b, .get-in-touch-col-l-content-arrow-col {
    width: 55px;
    height: 55px;
  }

  .get-in-touch-col-l-content-arrow-row {
    width: 110px;
  }

  .get-in-touch-col-l-content-text {
    font-size: 48px;
  }

  .get-in-touch-col-l {
    width: 100%;
  }

  .get-in-touch-col-l-cotnent-row {
    justify-content: center;
  }

  .menu-button-line {
    width: 100%;
    height: 2px;
    background-color: #233771;
    padding: 0;
  }

  .menu-button-line-b {
    width: 30px;
  }

  .menu-button-line-02 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .home-service-col-l {
    width: 100%;
    flex: none;
    padding-top: 20px;
  }

  .home-service-col-r {
    width: auto;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-service-img-row {
    padding-bottom: 40px;
  }

  .home-service-img-col {
    margin-bottom: -40px;
  }

  .home-service-intro {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-service-link-b {
    margin-top: 20px;
  }

  .home-service-link-col {
    padding-left: 5%;
    padding-right: 5%;
  }

  .get-in-touch-col-l-content-arrow-img {
    width: 28px;
  }

  .nav-link-row {
    width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-right: 0%;
    display: block;
    overflow: auto;
  }

  .inner-bg-title {
    font-size: 96px;
  }

  .inner-bg-title.twolines {
    font-size: 74px;
  }

  .inner-page-content-b {
    z-index: 0;
    position: relative;
  }

  .contact-us-b {
    margin-top: 30px;
    padding-right: 5%;
  }

  .contact-us-row {
    padding-right: 0;
  }

  .contact-us-map {
    width: 40%;
    margin-bottom: 0;
  }

  .about-mission-b {
    margin-top: 40px;
  }

  .about-mission-col-l {
    width: 100%;
  }

  .about-mission-col-r {
    width: 100%;
    padding-left: 5%;
  }

  .about-intro-col-l {
    width: 100%;
    margin-top: 50px;
    padding-top: 0;
    padding-right: 5%;
  }

  .about-intro-col-r {
    width: 100%;
    max-height: 600px;
  }

  .about-advantages-b {
    width: 730px;
    margin-top: 40px;
  }

  .margin-top-30 {
    margin-top: 20px;
  }

  .about-advantages-col {
    width: 220px;
    height: 220px;
  }

  .service-business-tab-menu {
    margin-left: -5%;
  }

  .service-business-tab-link-b {
    margin-left: 5%;
  }

  .business-solution-b {
    margin-top: 40px;
  }

  .business-solution-col-l {
    width: 100%;
  }

  .business-solution-col-r {
    width: 100%;
    padding-left: 5%;
  }

  .scope-of-service-content {
    min-height: 400px;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .scope-of-service-col {
    width: 50%;
  }

  .scope-of-service-bottom {
    padding-left: 5%;
    padding-right: 5%;
  }

  .scope-of-service-expand-content-text-b {
    padding: 15px 5% 20px;
  }

  .investment-portfolio-map-link-b {
    margin-top: 3.2%;
    margin-left: 33.3%;
  }

  .investment-portfolio-map-link-b.germany-pin {
    margin-top: 5%;
    margin-left: 39%;
  }

  .investment-portfolio-map-link-b.poland-pin {
    margin-top: 2.5%;
    margin-left: 46%;
  }

  .investment-portfolio-map-link-b.czechrepublic-pin {
    margin-top: 7%;
    margin-left: 44%;
  }

  .investment-portfolio-map-link-b.slovakia-pin {
    margin-top: 6%;
    margin-left: 50%;
  }

  .investment-portfolio-map-link-b.hungary-pin {
    margin-top: 11%;
    margin-left: 49%;
  }

  .investment-portfolio-map-link-b.italy-pin {
    margin-top: 17%;
    margin-left: 41.5%;
  }

  .investment-portfolio-map-link-b.france-pin {
    margin-top: 12%;
    margin-left: 31%;
  }

  .investment-portfolio-map-link-b.spain-pin {
    margin-top: 21%;
    margin-left: 25%;
  }

  .investment-portfolio-map-text {
    font-size: 1.5vw;
  }

  .investment-portfolio-map-icon {
    width: 15px;
  }

  .investment-portfolio-tab-menu {
    width: 22%;
  }

  .investment-portfolio-tab-link {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 130%;
  }

  .investment-portfolio-tab-details-col-r {
    padding-left: 5%;
  }

  .margin-top-20 {
    margin-top: 15px;
  }

  .investment-portfolio-tab-details-bottom-col {
    width: 100%;
  }

  .no-padding {
    padding: 0;
  }

  .show-from-tablet {
    display: block;
  }

  .hide-from-tablet {
    display: none;
  }

  .footer-link-block {
    width: auto;
    padding-right: 80px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
    line-height: 130%;
  }

  h4 {
    font-size: 20px;
  }

  .footer-row {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .footer-col-l {
    width: 100%;
    text-align: center;
    flex: none;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-col-r {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    padding-top: 70px;
  }

  .all.inner {
    padding-top: 40px;
  }

  .home-banner-content-b {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-bg-title {
    margin-top: 12px;
    font-size: 72px;
  }

  .home-bg-title.home-service {
    margin-top: 65%;
  }

  .home-about-col-r {
    margin-top: 30px;
  }

  .home-eco-b {
    margin-top: 40px;
  }

  .home-ceo-col-l {
    min-height: 350px;
  }

  .learn-more-button-arrow-b {
    margin-left: 20px;
  }

  .home-eco-content-col-link-b {
    font-size: 16px;
  }

  .home-eco-content-col-link-date {
    font-size: 13px;
  }

  .get-in-touch {
    background-image: url('../images/get-in-touch-img2x.png'), linear-gradient(#ef8517, #ef8517);
    background-position: 0 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .get-in-touch-bg {
    display: none;
  }

  .get-in-touch-b {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .get-in-touch-col-l-content-row {
    display: block;
  }

  .get-in-touch-col-l-content-col {
    width: 100%;
    margin-top: 20px;
  }

  .get-in-touch-col-l-content-text {
    font-size: 36px;
  }

  .home-eco-arrow-b {
    margin-top: 10px;
  }

  .home-eco-content-b {
    max-height: 240px;
  }

  .home-investment-bg-b {
    width: 80%;
    height: 300px;
    margin-top: -15%;
    margin-left: -20%;
    top: 50%;
    bottom: auto;
    left: 0%;
    right: auto;
    transform: translate(0, -50%);
  }

  .home-investment-bg-logo {
    max-width: 15%;
    margin-top: -9%;
  }

  .home-investment-content {
    min-height: auto;
  }

  .home-investment-content-b-01 {
    width: 75%;
    padding-bottom: 20px;
  }

  .font-20 {
    font-size: 18px;
  }

  .home-investment-content-p-b {
    margin-top: 10px;
  }

  .home-investment-content-col {
    width: 100%;
  }

  .home-investment-content-b-02 {
    width: 75%;
    margin-top: 30px;
    padding-bottom: 20px;
  }

  .home-service-img-col {
    width: 40%;
    margin-left: -20%;
  }

  .home-service-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }

  .inner-bg-title {
    margin-top: 40px;
    font-size: 73px;
  }

  .inner-bg-title.twolines {
    font-size: 71px;
  }

  .inner-page-content-b {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-us-b {
    margin-top: 20px;
  }

  .contact-us-row {
    margin-top: -30px;
  }

  .contact-us-col {
    margin-top: 30px;
    padding-top: 30px;
  }

  .contact-us-pin {
    margin-top: 3px;
  }

  .contact-us-col-content-b {
    padding-left: 40px;
  }

  .contact-us-col-content {
    margin-top: 15px;
  }

  .contact-us-col-content-col {
    margin-top: 10px;
  }

  .about-mission-b {
    margin-top: 30px;
  }

  .about-mission-col-l {
    min-height: 350px;
  }

  .about-intro, .about-intro-col-l {
    margin-top: 30px;
  }

  .about-intro-col-r {
    max-height: 500px;
    border-top-left-radius: 75px;
  }

  .about-advantages-b {
    width: 420px;
    padding-left: 20px;
    transform: translate(10px);
  }

  .margin-top-30 {
    margin-top: 10px;
  }

  .about-advantages-col {
    margin-top: -20px;
    margin-left: -20px;
    font-size: 16px;
    line-height: 140%;
  }

  .about-advantages-col-content {
    min-height: auto;
    padding-left: 15%;
    padding-right: 15%;
  }

  .about-advantages-p {
    margin-top: 10px;
  }

  .service-business-tab-link-b {
    width: 45%;
  }

  .business-solution-b {
    margin-top: 30px;
  }

  .business-solution-col-l {
    min-height: 350px;
  }

  .business-solution-col-r {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .scope-of-service-bg-color.reverse {
    background-image: linear-gradient(270deg, rgba(35, 55, 113, .4) 40%, rgba(193, 39, 45, 0) 80%);
  }

  .scope-of-service-content {
    min-height: 350px;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .scope-of-service-content-b {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .scope-of-service-row {
    margin-top: -20px;
    margin-left: -2.5%;
    margin-right: -2.5%;
  }

  .scope-of-service-col {
    margin-top: 20px;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .investment-portfolio-map-link-b {
    margin-top: 9%;
    margin-left: 45%;
  }

  .investment-portfolio-map-link-b.germany-pin {
    margin-top: 13%;
    margin-left: 55%;
  }

  .investment-portfolio-map-link-b.poland-pin {
    margin-top: 7%;
    margin-left: 73%;
  }

  .investment-portfolio-map-link-b.czechrepublic-pin {
    margin-top: 17%;
    margin-left: 63%;
  }

  .investment-portfolio-map-link-b.slovakia-pin {
    margin-top: 16%;
    margin-left: 75%;
  }

  .investment-portfolio-map-link-b.hungary-pin {
    margin-top: 26%;
    margin-left: 70%;
  }

  .investment-portfolio-map-link-b.italy-pin {
    margin-top: 40.5%;
    margin-left: 62%;
  }

  .investment-portfolio-map-link-b.france-pin {
    margin-top: 29%;
    margin-left: 35%;
  }

  .investment-portfolio-map-link-b.spain-pin {
    margin-top: 53%;
    margin-left: 26%;
  }

  .investment-portfolio-map-text {
    font-size: 2vw;
  }

  .investment-portfolio-map-icon {
    width: 20px;
  }

  .investment-portfolio-tab-menu {
    width: 28%;
    top: 70px;
  }

  .investment-portfolio-tab-details-col-r {
    width: 100%;
    flex: none;
    margin-top: 20px;
    padding-left: 0%;
  }

  .investment-portfolio-tab-details-col-l {
    width: 100%;
  }

  .investment-portfolio-tab-details-b {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .margin-top-20 {
    margin-top: 10px;
  }

  .investment-portfolio-tab-details-bottom-col-l, .investment-portfolio-tab-details-bottom-col-r {
    width: 100%;
  }

  .no-padding {
    padding: 0;
  }

  .show-from-mobile {
    display: block;
  }

  .hide-from-mobile {
    display: none;
  }

  .footer-link-block {
    padding-right: 70px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 17px;
  }

  .section.home-service {
    padding-top: 100px;
  }

  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu {
    padding-top: 60px;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .all.inner {
    padding-top: 20px;
  }

  .home-banner-content-b {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-col-l {
    width: 250px;
    max-width: 120px;
  }

  .home-bg-title {
    margin-top: 30px;
    font-size: 42px;
  }

  .home-bg-title.home-service {
    margin-top: 85%;
  }

  .home-about-col-r {
    margin-top: 20px;
  }

  .home-ceo-col-l {
    min-height: 250px;
  }

  .margin-bottom-40 {
    margin-bottom: 15px;
  }

  .home-investment-content-b {
    margin-top: 40px;
  }

  .home-eco-content-col-link-date {
    max-width: 92px;
  }

  .get-in-touch-b {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .get-in-touch-col-l-content-arrow-b, .get-in-touch-col-l-content-arrow-col {
    width: 45px;
    height: 45px;
  }

  .get-in-touch-col-l-content-arrow-row {
    width: 90px;
  }

  .get-in-touch-col-l-content-text {
    font-size: 28px;
  }

  .menu-button-line-b {
    width: 25px;
  }

  .home-investment-bg-b {
    margin-left: -25%;
  }

  .home-investment-content-b-01, .home-investment-content-b-02 {
    width: 85%;
  }

  .home-service-link-b {
    margin-top: 10px;
  }

  .margin-bottom-20 {
    margin-bottom: 10px;
  }

  .get-in-touch-col-l-content-arrow-img {
    width: 22px;
  }

  .inner-bg-title {
    margin-top: 50px;
    font-size: 48px;
  }

  .inner-bg-title.twolines {
    font-size: 48px;
  }

  .inner-page-content-b {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-us-row {
    margin-top: -20px;
  }

  .contact-us-col {
    margin-top: 20px;
    padding-top: 20px;
  }

  .contact-us-col-content-title {
    width: 80px;
  }

  .about-mission-b {
    margin-top: 20px;
  }

  .about-mission-col-l {
    min-height: 250px;
  }

  .about-intro-col-l {
    margin-top: 20px;
  }

  .about-intro-col-r {
    max-height: 350px;
    border-top-left-radius: 50px;
  }

  .about-advantages-b {
    width: 300px;
  }

  .about-advantages-col {
    width: 160px;
    height: 160px;
    font-size: 15px;
    line-height: 130%;
  }

  .about-advantages-p {
    margin-top: 5px;
  }

  .business-solution-b {
    margin-top: 20px;
  }

  .business-solution-col-l {
    min-height: 250px;
    padding-right: 5%;
  }

  .business-solution-col-l.reverse {
    padding-left: 5%;
    padding-right: 0%;
  }

  .business-solution-col-l-img {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .business-solution-col-l-img.reverse {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .business-solution-col-r {
    padding-right: 25px;
  }

  .scope-of-service-bg-color {
    background-image: linear-gradient(to right, rgba(35, 55, 113, .4) 40%, rgba(193, 39, 45, 0) 90%);
  }

  .scope-of-service-bg-color.reverse {
    background-image: linear-gradient(270deg, rgba(35, 55, 113, .4) 50%, rgba(193, 39, 45, 0));
  }

  .scope-of-service-content {
    min-height: 300px;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .scope-of-service-col {
    width: 100%;
  }

  .investment-portfolio-map-icon {
    width: 15px;
  }

  .investment-portfolio-tab-menu {
    width: 30%;
    top: 60px;
  }

  .investment-portfolio-tab-link {
    font-size: 3.5vw;
  }

  .investment-portfolio-tab-details-info-col {
    width: 100%;
    padding: 0;
    display: block;
  }

  .investment-portfolio-tab-details-info-row {
    margin-left: 0;
    margin-right: 0;
  }

  .no-padding {
    padding: 0;
  }

  .footer-link-block {
    padding-right: 55px;
  }
}


@font-face {
  font-family: 'Lato Regular';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}