.opportunity {
  overflow-x: hidden;
}
@media (max-width: 766px) {
  .opportunity {
    padding-top: 0;
  }
}
@media (max-width: 766px) {
  .opportunity .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.opportunity .row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
}
.opportunity .img-left-margin {
  width: 100%;
  height: 520px;
}
@media (min-width: 1200px) {
  .opportunity .img-left-margin {
    height: 100%;
    min-height: 520px;
    margin-left: calc(-1 * (50vw - 8px / 2 - 50%));
    width: calc(50vw - 8px / 2);
    flex: 0 0 calc(50vw - 8px / 2);
    padding: 0;
    padding-right: 55px;
  }
}
.opportunity .img-left-margin img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.opportunity .opp-right-content {
  width: 100%;
}
@media (min-width: 1200px) {
  .opportunity .opp-right-content {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 55px;
  }
}
@media (max-width: 766px) {
  .opportunity .opp-right-content {
    padding-left: 34px;
    padding-right: 34px;
    padding-top: 30px;
  }
}

@media (max-width: 1199.98px) {
  .opportunity .img-left-margin {
    height: 380px;
    margin-left: 0 !important;
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 32px;
  }
  .opportunity .opp-right-content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.what-we-do-section {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 68px;
  padding-top: 87px;
}
@media (max-width: 1200px) {
  .what-we-do-section {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media (min-width: 1000px) {
  .what-we-do-section .pattern-icons {
    padding-top: 104px;
  }
}
@media (max-width: 766px) {
  .what-we-do-section .pattern-icons {
    width: 100%;
    text-align: center;
  }
}
.what-we-do-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch !important;
}
.what-we-do-section .sticky-left-column {
  width: 100%;
}
@media (min-width: 1200px) {
  .what-we-do-section .sticky-left-column {
    position: sticky !important;
    top: 160px;
    padding-bottom: 160px;
    align-self: start !important;
    height: auto;
    width: 50%;
  }
}
.what-we-do-section .left-sticky-content-box {
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1400px) and (min-height: 800px) {
  .what-we-do-section .left-sticky-content-box {
    padding-top: 13%;
  }
}
@media (min-width: 1200px) {
  .what-we-do-section .left-sticky-content-box {
    padding-right: 80px;
  }
}
.what-we-do-section .left-sticky-content-box .section-title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
  margin: 0;
}
.what-we-do-section .left-sticky-content-box .intro-split-block {
  display: flex;
  gap: 24px;
  margin-top: 36px;
}
.what-we-do-section .left-sticky-content-box .accent-line-wrapper {
  flex-shrink: 0;
  width: 40px;
}
.what-we-do-section .left-sticky-content-box .accent-line-wrapper .title-accent-line {
  width: 40px;
  border: none;
  margin: 14px 0 0 0;
  opacity: 1;
}
.what-we-do-section .left-sticky-content-box .intro-text {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
.what-we-do-section .left-sticky-content-box .branding-element-wrapper {
  margin-top: 70px;
}
.what-we-do-section .left-sticky-content-box .branding-element-wrapper .branding-shape {
  width: 136px;
  height: auto;
  display: block;
}
.what-we-do-section .right-scrolling-cards-deck {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1200px) {
  .what-we-do-section .right-scrolling-cards-deck {
    padding-left: 20px;
  }
}
@media (max-width: 1000px) {
  .what-we-do-section .right-scrolling-cards-deck {
    gap: 24px;
  }
}
.what-we-do-section .feature-card-item {
  width: 100%;
  padding: 45px 73px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border-radius: 2px;
  background: #FFF;
}
@media (max-width: 766px) {
  .what-we-do-section .feature-card-item {
    padding: 24px 20px;
  }
}
.what-we-do-section .feature-card-item__header-row {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
}
.what-we-do-section .feature-card-item .icon-frame-box {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 766px) {
  .what-we-do-section .feature-card-item .icon-frame-box {
    width: 50px;
    height: 50px;
  }
}
.what-we-do-section .feature-card-item .icon-frame-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.what-we-do-section .feature-card-item .card-node-title {
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 766px) {
  .what-we-do-section .feature-card-item .card-node-title {
    margin-bottom: 0;
    max-width: 241px;
  }
}
.what-we-do-section .feature-card-item__body-content {
  width: 100%;
}
.what-we-do-section .feature-card-item .card-node-desc {
  font-size: 16px;
  line-height: 25px;
  margin: 0px 0 0 0;
}

@media (max-width: 1199.98px) {
  .what-we-do-section .left-sticky-content-box {
    margin-bottom: 0px;
  }
  .what-we-do-section .left-sticky-content-box .section-title {
    font-size: 36px;
    line-height: 44px;
  }
  .what-we-do-section .left-sticky-content-box .branding-element-wrapper {
    margin-top: 30px;
  }
  .what-we-do-section .feature-card-item {
    padding: 40px 24px;
  }
  .what-we-do-section .feature-card-item__header-row {
    gap: 20px;
  }
  .what-we-do-section .feature-card-item .card-node-title {
    font-size: 22px;
    line-height: normal;
  }
  .what-we-do-section .feature-card-item .card-node-desc {
    margin-top: 14px;
  }
}
.p-ship-modal .p-ship-modal-right-slider {
  position: relative;
}
@media (max-width: 766px) {
  .p-ship-modal .p-ship-modal-right-slider {
    padding-top: 30px;
  }
}
@media (min-width: 1000px) {
  .p-ship-modal .p-ship-modal-left {
    padding-right: 55px;
  }
}
.p-ship-modal .p-ship-box {
  position: relative;
  overflow: hidden;
}
.p-ship-modal .p-ship-box .thumb img {
  transition: 0.5s ease;
}
.p-ship-modal .p-ship-box:hover .thumb img {
  transform: scale(1.2);
}
.p-ship-modal .p-ship-box .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(250, 250, 250, 0.7);
}
.p-ship-modal .p-ship-box .overlay .p-logo {
  margin-bottom: 10px;
}
.p-ship-modal .p-ship-box .overlay h5 {
  margin-bottom: 2px;
}
.p-ship-modal .p-ship-box .overlay p {
  color: #22413C;
  text-transform: uppercase;
  font-size: 12px;
}

.p-ship-modal-right-slider .common-arrow-slider {
  bottom: 0;
  left: -150px;
}

.lifecycle {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 30px;
}
.lifecycle__slider {
  width: 100%;
  overflow: visible !important;
}
.lifecycle .swiper-slide {
  height: auto !important;
  display: flex;
  flex-direction: column;
}
.lifecycle .swiper-slide:last-child {
  margin-right: 0 !important;
}
.lifecycle .swiper-slide:last-child .lifecycle__timeline-node {
  overflow: hidden;
}
.lifecycle__timeline-node {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  height: 78px;
}
.lifecycle__step-dot {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #22413C;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  flex-shrink: 0;
}
.lifecycle__step-dot span {
  color: #FFF;
  font-family: Alga;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 766px) {
  .lifecycle__step-dot span {
    font-family: Tahoma;
  }
}
.lifecycle__line {
  position: absolute;
  top: 50%;
  left: 22px;
  width: calc(100% + 24px);
  height: 1px;
  background-color: #22413C;
  z-index: 1;
}
.lifecycle__card {
  background: #EEEDE9;
  padding: 40px 30px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 2px;
  max-height: 342px;
}
.lifecycle__card-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lifecycle__card-title {
  margin: 0 0 16px 0;
}
.lifecycle__card-desc {
  margin: 0;
}
@media (max-width: 766px) {
  .lifecycle__card-desc {
    font-size: 14px;
    line-height: 22px;
  }
}
.lifecycle .swiper-scrollbar {
  margin-top: 40px;
  position: relative;
  left: 0 !important;
  width: 100% !important;
  height: 2px !important;
  background-color: rgba(34, 65, 60, 0.1) !important;
}
.lifecycle .swiper-scrollbar .swiper-scrollbar-drag {
  height: 2px !important;
  background-color: #22413C !important;
}

@media (max-width: 1199.98px) {
  .lifecycle {
    overflow-x: hidden;
  }
  .lifecycle__slider {
    overflow: visible;
  }
  .lifecycle .swiper-slide {
    width: 100%;
  }
  .lifecycle__line {
    width: calc(100% + 20px);
  }
  .lifecycle__card {
    padding: 30px 24px;
  }
  .swiper-pagination-progressbar {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    margin-top: 40px;
    height: 2px !important;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #22413C !important;
  }
  .swiper-pagination-progressbar {
    background: rgba(34, 65, 60, 0.15);
  }
}
.p-ship-modal .p-ship-box {
  cursor: pointer;
}

@media (max-width: 767px) {
  .p-ship-modal .p-ship-modal-right-slider {
    padding-top: 30px;
    width: calc(100% + 50vw - 50%) !important;
    max-width: calc(100% + 50vw - 50%) !important;
    flex: 0 0 calc(100% + 50vw - 50%) !important;
    padding-right: 0;
  }
  .lifecycle__card .lifecycle__card-desc br {
    display: none;
  }
  p.lifecycle__card-desc {
    min-width: 162px;
  }
}
#partnershipPopup h2 {
  color: #22413C;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin: 0 0 20px;
}

#partnershipPopup h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000;
  margin: 0 0 31px;
}

#partnershipPopup .modal-content {
  background: #EEEDE9;
  border-radius: 0;
}

#partnershipPopupContent .partner-popup-img img {
  width: 100%;
}

#partnershipPopup .modal-dialog.modal-dialog-centered.modal-lg {
  max-width: 1246px;
  margin: 0 auto;
}

#partnershipPopup .board-pop-left {
  padding-right: 60px;
}

#partnershipPopup .modal-header.border-0 {
  margin: 0;
  padding: 0;
  padding-inline: 76px;
}

div#partnershipPopupContent .row.partner-popup-row .col-lg-7 {
  padding-left: 51px;
}

div#partnershipPopupContent .row.partner-popup-row .col-lg-7 p {
  max-width: 564px;
}

#partnershipPopup .modal-dialog.modal-dialog-centered.modal-lg {
  width: 1246px !important;
  max-width: 1246px !important;
  min-width: 1246px !important;
  margin: 0 auto !important;
}

div#partnershipPopupContent {
  max-width: 100% !important;
  padding: 100px 86px;
  max-width: 100% !important;
  width: 100% !important;
}

div#partnershipPopupContent .row.partner-popup-row .col-lg-5 {
  padding-right: 61px;
}

div#partnershipPopupContent .row.partner-popup-row .col-lg-7 {
  padding-left: 0;
}

#partnershipPopup button.btn-close {
  top: 43px;
  background: none;
  opacity: 1;
  position: absolute;
  right: 61px;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 9;
}

.modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.pop-social-icon img:hover {
  transform: scale(0.97);
  transition: 0.5s ease;
}

#partnershipPopup button.btn-close:hover path {
  stroke: #22413C;
  opacity: 0.8;
  transition: 0.5s ease;
}

#partnershipPopup button.btn-close {
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#partnershipPopup button.btn-close:hover {
  transform: scale(1.04);
}

.modal-dialog {
  margin: 0;
}

#partnershipPopup.fade .modal-dialog {
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out;
  margin: 0 auto;
}

#partnershipPopup.show .modal-dialog {
  transform: translateX(0);
}

#partnershipPopup .modal-content {
  border: 0;
  border-radius: 0;
}

.partner-popup-scroll {
  position: relative;
  max-height: 364px;
  overflow-y: auto;
  overflow-x: hidden;
}

.partner-popup-scroll::-webkit-scrollbar {
  width: 4px;
}

.partner-popup-scroll::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 50px;
}

.partner-popup-scroll::-webkit-scrollbar-thumb {
  background: rgba(34, 65, 60, 0.3); /* #22413C with 30% opacity */
  border-radius: 50px;
}

.partner-popup-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(34, 65, 60, 0.5);
}

.partner-popup-scroll::-webkit-scrollbar {
  width: 4px;
}

.partner-popup-scroll::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 50px;
}

.partner-popup-scroll::-webkit-scrollbar-thumb {
  background: rgba(34, 65, 60, 0.3); /* #22413C with 30% opacity */
  border-radius: 50px;
}

.partner-popup-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(34, 65, 60, 0.5);
}

.lifecycle__card .lifecycle__card-title {
  max-width: 126px;
}

.investment-lifecycle .split-section {
  gap: 30px;
}

section.section-space-top.section-space-bottom.green-texture.investment-lifecycle .accent-line {
  width: 78px;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  opacity: 1;
}

section.section-space-top.section-space-bottom.green-texture.investment-lifecycle .split-section__sidebar.gsap-fadeup {
  flex: 0 0 70px;
}

.investment-lifecycle .split-section {
  gap: 24px;
}

.p-ship-modal .p-ship-box .overlay h5 {
  text-align: center;
}

.p-ship-modal .p-ship-box .overlay p {
  text-align: center;
}

#partnershipPopup.fade .modal-dialog {
  transform: translate3d(120px, 0, 0);
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 1;
}

#partnershipPopup.show .modal-dialog {
  transform: translate3d(0, 0, 0);
}

#partnershipPopup .btn-close,
#partnershipPopup .btn-close:focus,
#partnershipPopup .btn-close:active,
#partnershipPopup .btn-close:hover {
  box-shadow: none !important;
  outline: none !important;
  background-color: transparent !important;
}

@media (max-width: 1440px) {
  .opportunity .img-left-margin img {
    margin-left: 0px;
  }
}
@media (max-width: 1024px) {
  .partner-popup-scroll {
    max-height: none;
    overflow-y: visible;
  }
  .opportunity .img-left-margin img {
    margin-left: 0px;
  }
}
@media (max-width: 1200px) {
  #partnershipPopup .modal-dialog.modal-dialog-centered.modal-lg {
    max-width: 100%;
    padding: 20px;
  }
  .fund-facts-sec .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #partnershipPopup .modal-dialog.modal-dialog-centered.modal-lg {
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 0 auto !important;
  }
  #partnershipPopup p {
    font-size: 14px;
  }
  #partnershipPopup h3 {
    margin-bottom: 25px;
    font-size: 14px;
  }
  #partnershipPopup h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .pop-social-icon {
    margin-top: 30px;
  }
  .modal-dialog.modal-dialog-centered.modal-lg div#partnershipPopupContent {
    padding: 50px 30px;
  }
  #partnershipPopup .col-lg-7 {
    padding-right: 32px;
  }
  #partnershipPopup .modal-content {
    height: 100% !important;
    overflow: hidden !important;
  }
  #partnershipPopup .modal-body {
    height: 100% !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  #popupContent {
    overflow-y: auto !important;
  }
}
@media (max-width: 1024px) {
  .partner-popup-scroll {
    max-height: inherit;
  }
}
@media (max-width: 991px) {
  .partner-popup-scroll {
    position: relative;
    max-height: inherit;
  }
  #partnershipPopup .modal-dialog.modal-dialog-centered.modal-lg {
    max-width: 100%;
    padding: 20px;
  }
  #partnershipPopup .modal-dialog.modal-dialog-centered.modal-lg {
    max-width: 100%;
    padding: 0 0 0 39px;
  }
  div#partnershipPopupContent .row.partner-popup-row .col-lg-5 {
    padding-right: 12px;
  }
  #partnershipPopup p {
    font-size: 14px;
  }
  #partnershipPopup h3 {
    margin-bottom: 25px;
    font-size: 14px;
  }
  button.btn-close {
    box-shadow: none !important;
  }
  #partnershipPopup h2 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  #partnershipPopup button.btn-close {
    top: 20px;
    right: 35px;
  }
  .pop-social-icon {
    margin-top: 30px;
  }
  div#partnershipPopupContent .row.partner-popup-row .col-lg-7 {
    padding-left: 12px;
  }
  .modal-dialog.modal-dialog-centered.modal-lg div#partnershipPopupContent {
    padding: 50px 30px;
  }
  #partnershipPopup .col-lg-7 {
    padding-right: 0;
  }
  #partnershipPopup .modal-content {
    height: 100% !important;
    overflow: hidden !important;
  }
  #partnershipPopup .modal-body {
    height: 100vh !important;
    overflow-y: auto !important;
  }
  #popupContent {
    overflow-y: auto !important;
  }
  .partner-popup-scroll {
    height: inherit;
    padding: 0;
  }
  .board-pop-right h3 {
    line-height: 22px;
    font-family: Tahoma;
    font-size: 14px;
    margin-bottom: 20px;
  }
  #popupContent .col-lg-5 {
    padding-right: 12px;
  }
  .modal-dialog.modal-dialog-centered.modal-lg div#partnershipPopupContent {
    padding: 80px 20px;
  }
  div#partnershipPopup .modal-dialog {
    transform: translateX(120px);
    transition: transform 0.8s ease;
  }
  div#partnershipPopup.show .modal-dialog {
    transform: translateX(0);
  }
  .page-template-template-inv-approach .banner-section h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-inv-approach .banner-section.inner-banner .overlay {
    padding-bottom: 116px;
  }
  .p-ship-modal .p-ship-box .overlay h5 {
    margin-bottom: 8px;
  }
  .lifecycle__card-title {
    font-size: 20px;
  }
  .opportunity .img-left-margin {
    padding-right: 107px;
  }
  .opportunity .opp-right-content {
    padding-left: 13px;
  }
  .opportunity .split-section {
    gap: 33px;
  }
  .opportunity h2 {
    max-width: 371px;
    margin-bottom: 71px;
  }
  .what-we-do-section .right-scrolling-cards-deck {
    padding-left: 0;
  }
  .what-we-do-section .split-section {
    gap: 33px;
  }
  .what-we-do-section .pattern-icons {
    padding-top: 79px;
  }
  .lifecycle__card {
    padding: 40px 25px;
  }
  .what-we-do-section .split-section__content {
    padding-right: 10px;
  }
}
@media (max-width: 575px) {
  .page-template-template-inv-approach .banner-section.inner-banner .overlay h1 {
    font-size: 46px;
  }
  .what-we-do-section .left-sticky-content-box h2 {
    font-size: 46px;
    line-height: 52px;
  }
  .what-we-do-section .feature-card-item .card-node-desc {
    font-size: 14px;
  }
  .page-template-template-inv-approach .investment-lifecycle h2,
  .page-template-template-inv-approach .opportunity h2 {
    font-size: 46px;
    line-height: 52px;
  }
  .opportunity h2 br {
    display: none;
  }
  .page-template-template-inv-approach .inner-banner p {
    max-width: 311px;
  }
  .what-we-do-section .pattern-icons {
    margin-bottom: 27px;
  }
  .what-we-do-section .feature-card-item__header-row {
    gap: 11px;
  }
  .p-ship-modal .p-ship-modal-right-slider {
    padding-left: 27px;
  }
  .what-we-do-section .feature-card-item {
    padding: 34px 20px;
  }
  .lifecycle .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lifecycle__step-dot {
    width: 50px;
    height: 50px;
  }
  .lifecycle__card-title {
    margin: 0 0 16px 0;
    font-size: 18px;
    font-weight: 400;
    font-family: Tahoma;
  }
  .investment-lifecycle .split-section {
    gap: 24px;
  }
  .opportunity .opp-right-content {
    padding-right: 10px;
  }
  .opportunity .opp-right-content h2 br {
    max-width: 350px;
    display: none;
  }
  .opportunity .opp-right-content p {
    max-width: 350px;
  }
  .what-we-do-section .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .investment-lifecycle .accent-line {
    width: 95px;
  }
  .what-we-do-section .accent-line {
    width: 95px;
  }
  .opportunity .accent-line {
    width: 95px;
  }
  .p-ship-modal-right-slider .common-arrow-slider {
    padding: 0 0 0 92px;
    justify-content: flex-start;
  }
  .p-ship-modal .p-ship-modal-left h2 {
    margin-bottom: 25px;
  }
  #partnershipPopup .modal-dialog.modal-dialog-centered.modal-lg {
    padding: 0 0 0 0;
  }
  .investment-lifecycle .split-section__sidebar {
    flex: none !important;
  }
}
@media (min-width: 1350px) and (max-width: 1500px) {
  .inner-banner .inner-banner-disc {
    padding-left: 14px;
  }
  .opportunity .container {
    padding-left: 0px;
  }
  .opportunity .opp-right-content {
    padding-left: 20px;
  }
  .what-we-do-section .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .what-we-do-section .feature-card-item__header-row {
    gap: 26px;
  }
  .p-ship-modal .container {
    padding-left: 15px;
    padding-right: 12px;
  }
  .lifecycle .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .greeinvestment-lifecycle > .container {
    padding-left: 23px;
    padding-right: 8px;
  }
}
#partnershipPopupContent p {
  font-size: 14px;
}

.investment-lifecycle {
  display: none;
}/*# sourceMappingURL=inv-plat-aproach.css.map */