.text-prime {
  color: #00a0ff !important; }

.text-white-hover,
.text-prime-hover {
  transition: .25s ease-in-out; }

.text-prime-hover:hover {
  color: #00a0ff !important;
  opacity: 1 !important; }

.text-white-hover:hover {
  color: #fff !important;
  opacity: 1 !important; }

.text-soft {
  color: #2e2b42;
  opacity: 0.5; }

.text-strong {
  color: #2e2b42; }

.text-app-grey {
  color: #f7f7f7; }

.text-yellow {
  color: #FFCD6C; }

.text-normal {
  text-transform: none !important; }

.bg-prime {
  background-color: #00a0ff !important; }

.bg-prime-hover:hover {
  background-color: #00a0ff !important; }

.bg-app-grey {
  background-color: #f7f7f7 !important; }

.bg-soft {
  background-color: #fafafa !important; }

.bg-left {
  background-position: left !important; }

.bg-no-repeat {
  background-repeat: no-repeat !important; }

.bg-contain {
  background-size: contain !important; }

.bg-none {
  background: unset !important;
  background-color: unset !important; }

.underline {
  text-decoration: underline; }

.pointer {
  cursor: pointer; }

.cursor-default {
  cursor: default !important; }

.btn-prime-no-hover {
  outline: 0 !important;
  background-color: #00a0ff !important;
  border-color: #00a0ff !important;
  -webkit-box-shadow: 0 10px 24px 0 rgba(34, 48, 76, 0.34) !important;
  -moz-box-shadow: 0 10px 24px 0 rgba(34, 48, 76, 0.34) !important;
  box-shadow: 0 10px 24px 0 rgba(34, 48, 76, 0.34) !important; }

.pointer-events-none {
  pointer-events: none !important; }

.f-right {
  float: right; }

.f-left {
  float: left; }

.f-none {
  float: none; }

.d-inline-block {
  display: inline-block; }

.border-bottom-0 {
  border-bottom: 0px solid; }

.border-bottom-1 {
  border-bottom: 1px solid; }

.border-bottom-2 {
  border-bottom: 2px solid; }

.border-radius-r-quarter {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.w-auto {
  width: auto !important; }

.h-auto {
  height: auto !important; }

.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

.ml-100 {
  margin-left: 100%; }

.mr-100 {
  margin-right: 100%; }

.mt-100 {
  margin-top: 100%; }

.mb-100 {
  margin-bottom: 100%; }

.pl-6-px {
  padding-left: .375rem; }

.opacity-1 {
  opacity: 1; }

.overflow-auto {
  overflow: auto; }

.overflow-unset {
  overflow: unset !important; }

.flex-dir-col {
  flex-direction: column; }

.flex-dir-row {
  display: flex;
  flex-direction: row; }

.grid-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }

.grid-column-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr); }

.grid-column-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }

.grid-column-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }

.grid-column-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr); }

.grid-column-12 {
  display: grid;
  grid-template-columns: repeat(6, 2fr); }

.grid-default {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: repeat(1, 40px); }

.order-1 {
  order: 1; }

.order-last {
  order: 99999; }

.no-before:before {
  display: none !important; }

.align-middle {
  display: flex !important;
  align-items: center; }

.r-unset {
  right: unset !important; }

.t-unset {
  top: unset !important; }

.l-unset {
  left: unset !important; }

.b-unset {
  bottom: unset !important; }

.r-0 {
  right: 0 !important; }

.t-0 {
  top: 0 !important; }

.l-0 {
  left: 0 !important; }

.b-0 {
  bottom: 0 !important; }

.transform-unset {
  transform: unset; }

.no-box-shadow {
  -webkit-box-shadow: unset !important;
  -moz-box-shadow: unset !important;
  box-shadow: unset !important; }

.custom-box-shadow {
  -webkit-box-shadow: 0 2px 20px 0 rgba(194, 194, 194, 0.5);
  -moz-box-shadow: 0 2px 20px 0 rgba(194, 194, 194, 0.5);
  box-shadow: 0 2px 20px 0 rgba(194, 194, 194, 0.5);
  background-color: #ffffff; }

.focus-outline-none:focus, .input-profile-details.focus-outline-none:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none !important; }

.z-0 {
  z-index: 0 !important; }

.z-3 {
  z-index: 3 !important; }

.z-9 {
  z-index: 9 !important; }

.no-spin-button::-webkit-outer-spin-button,
.no-spin-button::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield; }

.line-height-1 {
  line-height: 1 !important; }

.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 22px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  /* Rounded sliders */ }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e8e8e8;
    -webkit-transition: .4s;
    transition: .4s; }
  .switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 26px;
    bottom: -2px;
    background-color: #55baf6;
    -webkit-transition: .4s;
    transition: .4s; }
  .switch input:checked + .slider:before {
    background-color: #55baf6; }
  .switch input:checked + .slider:before {
    -webkit-transform: translateX(-26px);
    -ms-transform: translateX(-26px);
    transform: translateX(-26px); }
  .switch .slider.round {
    border-radius: 34px; }
  .switch .slider.round:before {
    border-radius: 50%; }

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.text-small {
  font-size: 0.81rem !important; }

.pill-before {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 22px;
  /* Rounded sliders */ }
  .pill-before input {
    opacity: 0;
    width: 0;
    height: 0; }
  .pill-before .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e8e8e8;
    -webkit-transition: .4s;
    transition: .4s; }
  .pill-before .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 0;
    bottom: -2px;
    background-color: #a5a5a5;
    -webkit-transition: .4s;
    transition: .4s; }
  .pill-before input:checked + .slider:before {
    background-color: #55baf6; }
  .pill-before input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px); }
  .pill-before .slider.round {
    border-radius: 34px; }
  .pill-before .slider.round:before {
    border-radius: 50%; }

.custom-checkbox {
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */ }
  .custom-checkbox .pill {
    display: block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto; }
  .custom-checkbox .pill input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .custom-checkbox .checkmark {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 1rem 1.4rem;
    background-color: #eee;
    border-radius: 70px;
    text-transform: lowercase; }
    .custom-checkbox .checkmark > span {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .custom-checkbox .pill:hover input ~ .checkmark {
    background-color: #ebebf1;
    color: #2e2b42; }
  .custom-checkbox .pill input:checked ~ .checkmark {
    background-color: #00a0ff;
    color: white; }

.screen-reader-text {
  position: absolute;
  clip-path: inset(50%);
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  clip: rect(1px, 1px, 1px, 1px); }
  .screen-reader-text:focus {
    display: block;
    top: 5px;
    left: 5px;
    z-index: 100000;
    clip-path: none;
    background-color: #eee;
    padding: 15px 23px 14px;
    width: auto;
    height: auto;
    text-decoration: none;
    line-height: normal;
    color: #444;
    font-size: 1em;
    clip: auto !important; }

.no-horizontal-scroll {
  overflow-x: hidden !important; }

@media (min-width: 768px) {
  .position-md-absolute {
    position: absolute !important; }
  .ml-md-100 {
    margin-left: 100% !important; } }

@media (min-width: 900px) {
  .grid-md-column-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
  .grid-md-column-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 1025px) {
  .grid-lg-column-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
  .grid-lg-column-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr); } }

@media (min-width: 1280px) {
  .grid-xl-column-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); } }

@font-face {
  font-family: Montserrat-Regular;
  src: url(./../fonts/Montserrat-Regular.ttf); }

@font-face {
  font-family: Poppins-Regular;
  src: url(./../fonts/Poppins-Regular.ttf); }

@font-face {
  font-family: Poppins-Bold;
  src: url(./../fonts/Poppins-Bold.ttf); }

@font-face {
  font-family: Poppins-ExtraBold;
  src: url(./../fonts/Poppins-Bold.ttf); }

@font-face {
  font-family: Poppins-Semi-Bold;
  src: url(./../fonts/Poppins-SemiBold.ttf); }

@font-face {
  font-family: Poppins-Black;
  src: url(./../fonts/Poppins-Black.ttf); }

@font-face {
  font-family: Poppins-Thin;
  src: url(./../fonts/Poppins-Thin.ttf); }

@font-face {
  font-family: Poppins-Light;
  src: url(./../fonts/Poppins-Light.ttf); }

html,
body {
  font-family: 'Muli', sans-serif;
  color: #2e2b42; }

.montserrat-reg {
  font-family: Montserrat-Regular, sans-serif !important; }

.poppins-regular {
  font-family: Poppins-Regular, sans-serif !important; }

.poppins-bold {
  font-family: Poppins-Bold, sans-serif !important; }

.poppins-semi-bold {
  font-family: Poppins-Semi-Bold, sans-serif !important; }

.poppins-black {
  font-family: Poppins-Black, sans-serif !important; }

.poppins-thin {
  font-family: Poppins-Thin, sans-serif !important; }

.poppins-light {
  font-family: Poppins-Light, sans-serif !important; }

.font-para {
  font-size: 0.98rem; }

.cus-line-hg {
  line-height: 1.4; }

.selected-box {
  background-color: #00a0ff;
  color: white; }

.pick-a-goal-img:hover {
  cursor: pointer; }

.beta-btn {
  position: absolute;
  bottom: -24px;
  background: yellow;
  padding: 0 0.25rem; }

.navbar-brand {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 10px; }

.navbar-brand img {
  height: auto;
  margin-right: auto !important;
  margin: auto; }

.navbar-brand p {
  left: 10% !important;
  width: 80%;
  line-height: 1.5 !important; }

.hero-section {
  background-image: url("./../images/original/Path 5.png");
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 300% 100%; }
  .hero-section .hero-image-container {
    transform: translate(0, -1.25rem); }
  .hero-section .actuator-section {
    overflow: hidden; }

.hero-section .navbar-toggler-icon {
  filter: invert(1) contrast(1) brightness(2); }

.action-btn,
.learn-more-btn {
  height: 2.3rem;
  padding: 0; }

a:hover {
  text-decoration: none !important; }

.und-col:after {
  background-color: #78C3F8 !important; }

.action-btn {
  -webkit-box-shadow: 0 13px 18px -9px rgba(27, 21, 150, 0.67);
  -moz-box-shadow: 0 13px 18px -9px rgba(27, 21, 150, 0.67);
  box-shadow: 0 13px 18px -9px rgba(27, 21, 150, 0.67);
  background-color: #ffcd6c;
  max-width: unset; }

.action-btn:hover {
  background-color: #f9b93e;
  box-shadow: 0 13px 18px -9px rgba(27, 21, 150, 0.15);
  -webkit-box-shadow: 0 13px 18px -9px rgba(27, 21, 150, 0.15);
  -moz-box-shadow: 0 13px 18px -9px rgba(27, 21, 150, 0.15); }

.learn-more-btn {
  width: 10.5rem;
  color: #23ABFD;
  font-size: 0.88rem;
  font-weight: bold;
  border-color: #00a0ff;
  border-width: 2px; }

.tagline p.underliner {
  font-size: 1.3125rem;
  line-height: 1.5 !important;
  text-transform: uppercase; }

.underliner {
  padding-bottom: 1.2rem;
  position: relative;
  margin-bottom: 2.5rem;
  font-family: Poppins-Bold, 'Muli', sans-serif; }

.underliner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 7rem;
  background-color: #00a0ff; }

.underliner.text-white::after {
  background-color: white; }

.underliner.center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.passwordchecks p {
  display: inline-block;
  font-size: 13px;
  margin-right: 1rem; }

.login-success-alert p,
.login-error-alert p {
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  background: #fdefef;
  border-radius: 4px;
  text-align: center; }

.login-success-alert p {
  background: #e8f6ff;
  text-align: left;
  padding: 1rem 1.5rem; }

.login-success-alert p i,
.login-error-alert p i,
.login-error-alert p svg {
  background: #fc5758;
  color: #fdefef;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-top: -1px;
  font-size: 1rem;
  text-align: center;
  line-height: 28px;
  border-radius: 10pc;
  position: relative;
  display: inline-block;
  float: left; }

.login-error-alert p svg {
  background: unset;
  border-radius: 0; }

.login-success-alert p i {
  background: #00a0fe;
  color: #e8f6ff;
  margin-right: 1rem;
  line-height: 26px; }

.login-success-alert p e,
.login-error-alert p e {
  display: block;
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
  line-height: 1.25;
  text-align: center; }

.login-error-alert .close-alert,
.login-success-alert .close-alert {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px; }

#profileSection #changePasswordAlerts .login-error-alert p,
#profileSection #changePasswordAlerts .login-success-alert p {
  margin-bottom: 5rem; }

#profileSection #changePasswordAlerts .login-error-alert p i,
#profileSection #changePasswordAlerts .login-success-alert p i {
  position: absolute;
  left: 24px;
  top: calc(50% - 13px); }

#profileSection #changePasswordAlerts .login-error-alert p i {
  left: 1rem; }

.login-success-alert span {
  position: absolute;
  top: 0;
  right: .5rem;
  color: #00a0ff; }

.login-error-alert i:before {
  top: -1px;
  position: relative; }

#risk-slider .slider-tick,
#risk-slider .slider-tick.in-selection {
  border: 4px solid #e9e9e9;
  background: #fff !important;
  box-shadow: none; }

#risk-slider .slider-tick-label-container .slider-tick-label:before {
  content: '';
  width: 56px;
  height: 92px;
  position: absolute;
  margin-left: -12px;
  margin-top: -170px;
  filter: saturate(0) contrast(1.2);
  opacity: .75; }

#risk-slider .slider-tick-label-container .slider-tick-label.label-is-selection:before {
  filter: saturate(1);
  opacity: 1; }

#risk-slider .slider-tick-label-container .slider-tick-label:nth-child(1):before {
  background: url("../images/low-risk.png"); }

#risk-slider .slider-tick-label-container .slider-tick-label:nth-child(2):before {
  background: url("../images/medium-risk.png");
  margin-left: 3px; }

#risk-slider .slider-tick-label-container .slider-tick-label:nth-child(3):before {
  background: url("../images/high-risk.png");
  margin-left: -8px;
  margin-top: -176px; }

#changePasswordModal .modal-header {
  height: 50px;
  width: 100%;
  position: absolute; }

#changePasswordModal .modal-header button {
  background-color: transparent;
  position: relative;
  display: block;
  margin-bottom: 0;
  color: #00a0ff;
  margin-right: 0;
  box-shadow: unset; }

#changePasswordModal .modal-dialog {
  max-width: 600px; }

.underliner {
  padding-bottom: 1.2rem;
  position: relative;
  margin-bottom: 2.5rem;
  font-family: Poppins-Bold, 'Muli', sans-serif; }
  .underliner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 7rem;
    background-color: #00a0ff; }
  .underliner.text-white::after {
    background-color: white; }
  .underliner.center::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

.opaced-clr {
  color: #9b9b9b;
  font-size: 14px; }

.custom-border-bottom {
  border-bottom: solid 2px #ebebeb; }

.non-hero .nav-link:not(.btn) {
  color: #22304c !important;
  font-weight: bold;
  position: relative; }

.non-hero .navbar-brand img {
  width: 8rem; }

.btn-prime {
  height: 46px;
  background-color: #00a0ff;
  border-color: #00a0ff;
  -webkit-box-shadow: 0 10px 24px 0 rgba(34, 48, 76, 0.34);
  -moz-box-shadow: 0 10px 24px 0 rgba(34, 48, 76, 0.34);
  box-shadow: 0 10px 24px 0 rgba(34, 48, 76, 0.34); }

.btn-prime:hover {
  background-color: #0084dd;
  border-color: #0084dd; }

.section-signish {
  padding-bottom: 3.5rem; }

.notMet {
  filter: saturate(0);
  opacity: .55; }

.academy-body .dropdown:hover > .dropdown-menu {
  display: block; }

.academy-body .modal-body i {
  font-size: 4rem;
  color: #00a0ff; }

.academy-body .modal-body h6 {
  font-size: 1.15rem; }
  .academy-body .modal-body h6 + p {
    font-size: 0.9rem; }

.academy-body .dropdown-menu {
  min-width: 7rem;
  left: 50%;
  background-color: #DAF1FF;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.form-signish .underliner {
  font-size: 1.2rem; }
  .form-signish .underliner::after {
    width: 6rem; }

.form-signish label {
  color: #22304c; }

.form-signish input,
.form-signish select {
  border-radius: 4px;
  /*background-color: #f6f6f6 !important;*/
  background-color: #f6f6f6; }

.form-signish .actioners {
  margin-top: 5rem; }
  .form-signish .actioners p {
    margin-top: 2rem; }

.form-signish .g-recaptcha {
  -webkit-transform: scale(0.68);
  -moz-transform: scale(0.68);
  -ms-transform: scale(0.68);
  -o-transform: scale(0.68);
  transform: scale(0.68);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0; }

nav.white .nav-link:not(.action-btn),
nav.white .nav-link:not(.action-btn):hover {
  color: white !important; }

nav .navbar-brand img:not(:last-child) {
  margin-right: 0.8rem; }

nav .nav-link {
  color: #212529 !important; }

nav .nav-item {
  font-family: Montserrat-Regular, sans-serif; }

nav .action-btn {
  color: #03463d;
  width: 8rem; }

.custom-line-height {
  line-height: 1.2; }

.actuator-section .start .action-btn {
  width: 10rem; }

.actuator-section .video-container img.abs-centered {
  z-index: 2;
  width: 2rem; }

.actuator-section .video-container img.w-100 {
  transform: translate(1px, -1px) scale(1.04, 0.95); }

.actuator-section .video-container .inner {
  width: 79%;
  height: 75.82%;
  top: 47.5%;
  left: 50.5%;
  box-shadow: 0 0 0px 1px whitesmoke;
  transform: translate(-50%, -52%);
  border-radius: 1px;
  overflow: hidden;
  z-index: 9; }
  .actuator-section .video-container .inner video {
    height: auto;
    width: 109%;
    object-fit: cover;
    left: 50%;
    position: absolute;
    top: 50.5%;
    transform: translate(-50%, -50%); }

.mission-section {
  background-image: url("./../images/original/slider image Mask.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 2rem; }
  .mission-section .card {
    height: 12rem; }
  .mission-section .card-img-top {
    width: 2rem;
    height: 3rem;
    object-fit: contain; }
  .mission-section .card-title {
    font-size: 1rem;
    font-weight: bold; }
  .mission-section .card-text {
    color: #9b9b9b; }
  .mission-section .what-we-do {
    margin-top: 2rem;
    margin-bottom: 1rem; }
    .mission-section .what-we-do .slider-container {
      height: 29rem; }
  .mission-section #smart-carousel .carousel-item img {
    height: 90%;
    object-fit: cover; }
  .mission-section #smart-carousel .carousel-item .item-overlay {
    position: absolute;
    bottom: 18%;
    right: 0;
    background: #00a0ff;
    padding: 0.4rem 2rem;
    color: white; }
  .mission-section #smart-carousel .carousel-control {
    color: #00a0ff; }
  .mission-section #smart-carousel .carousel-indicators li {
    background-color: #d4d0ff;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    .mission-section #smart-carousel .carousel-indicators li.active {
      background-color: #00a0ff;
      box-shadow: 0 2px 10px -1px #1c0aff; }

.slick-slide {
  text-transform: capitalize;
  font-family: poppins-regular;
  transition: .55s ease-in-out; }

.create-investment-sec {
  border-bottom: solid 3px #F4F4F4; }

.invest-selector-sect {
  position: relative; }

.invest-selector-sect:not(.inv_overlay) {
  opacity: 0; }

.invest-selector-sect.inv_overlay::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  display: block !important;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.33); }

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

.steps .visual .step {
  transition: .44s ease-out;
  box-shadow: 5px 10px 30px 0 rgba(41, 26, 204, 0.12);
  background-color: #ffffff;
  border-radius: 50%; }

.steps .non-visual {
  margin-top: 1.5rem; }
  .steps .non-visual p {
    font-size: 0.7rem; }

.steps .step {
  width: 6rem;
  height: 6rem;
  position: relative;
  z-index: 2; }
  .steps .step img {
    width: 2.5rem; }

.steps .liner {
  width: 79%;
  height: 2px;
  background-color: #00a0ff;
  opacity: 0.23; }

.steps .action-btn {
  -webkit-box-shadow: 0 10px 24px 0 rgba(34, 48, 76, 0.34);
  -moz-box-shadow: 0 10px 24px 0 rgba(34, 48, 76, 0.34);
  box-shadow: 0 10px 24px 0 rgba(34, 48, 76, 0.34);
  font-size: 0.7rem;
  font-weight: bold;
  width: 12rem;
  color: #000; }

.experience-section {
  background-color: #f9f9fa; }
  .experience-section ul {
    list-style-position: inside;
    padding-left: 3px; }
    .experience-section ul li {
      color: #00a0ff;
      position: relative;
      margin-bottom: 0.6rem; }
      .experience-section ul li span {
        position: absolute;
        left: 12px;
        color: #2e2b42; }
  .experience-section .carousel-content {
    color: black;
    display: flex;
    align-items: center; }

.testimonials {
  background-image: linear-gradient(110deg, #00a0ff, #047ce5); }
  .testimonials .underliner ::after {
    background: #ffffff;
    opacity: 0.47; }
  .testimonials * {
    color: white; }
  .testimonials .carousel-control {
    color: rgba(255, 255, 255, 0.5); }
  .testimonials .quote {
    font-style: italic; }
  .testimonials .sayer img {
    width: 3rem;
    height: 3rem; }
  .testimonials .sayer p {
    line-height: 1; }
  .testimonials blockquote {
    margin: 1.5em 10px;
    padding: 0.5em 10px; }
  .testimonials blockquote:before,
  .testimonials blockquote:after {
    font-size: 3rem;
    line-height: 0.1em; }
  .testimonials blockquote:before {
    content: open-quote;
    margin-right: 0.25em;
    vertical-align: -0.4em; }
  .testimonials blockquote:after {
    content: close-quote;
    margin-right: 0.25em;
    vertical-align: -0.4em; }
  .testimonials blockquote p {
    display: inline; }

.subscribe {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .subscribe h5 {
    color: #2e2b42;
    font-size: 1.2rem;
    letter-spacing: 0.8px; }
  .subscribe p.poppins-regular {
    padding-left: 1.3rem; }
  .subscribe p.poppins-regular i {
    margin-left: -1.3rem; }
  .subscribe .input input {
    height: 42px;
    background-color: #f8f8f8;
    padding-right: 9.5rem; }
  .subscribe .input button {
    height: 46px;
    width: 9.5rem;
    position: absolute;
    top: -2px;
    right: -2px; }
  .subscribe .chart img {
    height: auto;
    width: auto;
    object-fit: contain; }

footer {
  background: linear-gradient(150deg, #00A0FF 15.14%, #047CE5 86.48%);
  color: white;
  /*
    .col-12{
        margin: 0 1% 40px;
        padding: 0;
        flex: 0 0 23%;
    }
    .col-12:nth-child(1){
        width: 15%;
        flex: 0 0 15%;
        min-width: unset;

    }
    .col-12:nth-child(2){
        width: 30%;
        flex: 0 0 30%;
    }
    .col-12:nth-child(3){
        min-width: 23%;
    }
    .col-md-12{
        width: 100%;
        flex: 0 0 100%;
    }*/ }
  footer .chevron {
    position: relative;
    display: inline-block;
    height: 10px; }
    footer .chevron:before, footer .chevron:after {
      position: absolute;
      display: block;
      content: "";
      border: 7px solid transparent; }
    footer .chevron:before {
      top: 2px;
      border-top-color: white; }
    footer .chevron:after {
      top: -1px;
      border-top-color: #00a0ff; }
  footer .underliner {
    margin-bottom: 1rem; }
    footer .underliner::after {
      height: 1px;
      width: 34px;
      background-color: #ffffff; }
  footer i.fas,
  footer i.fab,
  footer i.far {
    margin-right: 0.25rem; }
  footer .fnav-item:not(:last-child) {
    margin-bottom: 0.5rem; }
  footer .fnav-header {
    font-size: 0.8rem; }
  footer .rights > p {
    opacity: 0.48; }
  footer .get-in-touch .fnav-item span {
    display: block;
    overflow: hidden; }
  footer .hs-form-iframe {
    height: inherit !important; }

@media only screen and (max-width: 767px) {
  .w-max-210 {
    max-width: 210px; }
  .carousel-item > .row > .col-11 {
    padding-right: 3rem !important; }
  .whatis-section .card-container > .col-12:first-child {
    padding-left: 15px !important; }
  .whatis-section .card-container > .col-12:last-child {
    padding-right: 15px !important; }
  footer .col-12 {
    margin: 0;
    width: 100% !important;
    clear: both;
    flex: 0 0 100% !important; }
  footer .container {
    padding-left: 33px !important;
    padding-right: 33px !important; }
  .subscribe button {
    margin-top: 5px;
    margin-bottom: 5px; }
  .what-we-do button,
  .perf-section button,
  .align-items-center button,
  .set-goals-section .row.no-gutters > div,
  .align-items-center > div {
    margin: auto;
    float: none;
    display: block; }
  .hero-section .actuator-section .col-12 h4,
  .hero-section .actuator-section .col-12 .custom-line-height,
  .hero-section .actuator-section .col-12 .start button {
    display: block; }
  .steps .action-btn {
    font-size: 1rem; }
  .perf-section > div > div,
  .experience-section > div > div.experience {
    display: flex;
    flex-flow: column; }
  .subscribe {
    padding-top: 2rem; }
  .perf-section > div > div div:nth-child(1),
  .experience-section > div > div.experience > div:nth-child(1) {
    order: 2;
    margin-top: 2rem; }
  .institutional .experience-section > div > div.experience > div:nth-child(1) {
    order: 1; }
  .institutional .experience-section > div > div.experience > div:nth-child(2) {
    order: 2; }
  .experience-section > div > div.experience > div.order-0:nth-child(2) {
    order: 3; }
  .drift-conductor-item {
    display: none !important; }
  .subscribe .chart img {
    width: 50% !important;
    height: auto !important;
    padding: 0 10px !important; } }

@media only screen and (min-width: 768px) {
  .navbar-brand {
    font-size: 1rem; }
  .home-page .actuator-section {
    padding-bottom: 5rem; }
  .actuator-section {
    padding-top: 5rem;
    padding-bottom: 3rem; }
    .actuator-section .hero-image-container {
      transform: translateX(0.25rem) translateY(-3.75rem); }
  .subscribe .input {
    width: 88%; }
  footer .fnav-sec *:not(.fnav-header) {
    font-size: 0.8rem;
    vertical-align: baseline; }
  footer .rights .main-logo span {
    font-size: 0.8rem; } }

@media only screen and (min-width: 1024px) {
  .mission-section #smart-carousel .carousel-indicators li {
    background-color: #d4d0ff;
    width: 7px;
    height: 7px; }
  #smart-carousel .carousel-control-next {
    right: -40px; } }

@media only screen and (min-device-width: 300px) and (max-device-width: 420px) {
  nav {
    justify-content: center !important; }
  .mission-section .card-body {
    padding: 0 !important; }
  .create-investment-sec .justify-content-center .justify-content-between {
    display: block !important; }
  .create-investment-sec .steps > .non-visual {
    display: block !important;
    margin-top: -33.5rem; }
  .create-investment-sec .steps > .non-visual > div > div {
    display: block !important;
    z-index: -1; }
  .steps .liner {
    display: none; }
  .steps .step {
    width: 7.5rem;
    height: 7.5rem;
    display: block;
    float: none;
    margin: auto;
    clear: both;
    position: relative;
    margin-bottom: 5rem; }
    .steps .step img {
      width: 3rem; }
  .create-investment-sec .steps .non-visual .step {
    margin-bottom: 5.25rem;
    margin-top: 0;
    width: 10rem; }
  .create-investment-sec .steps .non-visual .step p {
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 4rem; }
  .create-investment-sec .steps .non-visual .step:nth-child(3) {
    margin-bottom: 0;
    height: 5rem; }
  .modal .modal-header button {
    margin-right: 0 !important; }
  .invest-selector-sect {
    overflow: hidden;
    position: relative;
    min-height: 50vh;
    padding: 15vh 0; }
  .invest-selector-sect p.text-center {
    font-size: 1.75rem; }
  .invest-selector-sect .options-container .slick-slide.slick-active {
    font-size: .8rem !important; }
  .invest-selector-sect .options-container .slick-slide.slick-active:not(.slick-center) {
    padding: 0 5px !important; }
  .invest-selector-sect .options-container .slick-slide.slick-center.slick-active {
    font-size: 1.25rem !important;
    line-height: 1.1;
    padding: 0 !important;
    min-width: unset !important; }
  .pros-section .card .card-title {
    font-size: 1.5rem;
    font-weight: 600; }
  .pros-section .card .card-text {
    font-size: 1.15rem; }
  .actuator-section .video-container {
    transform: scale(1.2) translateX(0); } }

@media only screen and (max-device-width: 992px) {
  #mbtn_play_video_laptop .plyr--paused:after,
  #mbtn_play_video_laptop .plyr--stopped:after {
    content: "";
    font-size: 1rem;
    position: absolute;
    z-index: 9999999999;
    width: 32px;
    height: 32px;
    color: white;
    display: block;
    left: calc(50% - 16px);
    top: calc(50% + 41px);
    text-align: center;
    padding: 3px;
    line-height: 1.33;
    border-radius: 3pc;
    background: rgba(168, 168, 168, 0.33);
    pointer-events: visible;
    background: url("/assets/images/play.png");
    background-size: contain; } }

@media only screen and (min-width: 1024px) {
  .mission-section {
    -webkit-background-size: 22% 56%;
    background-size: 22% 56%; }
  .navbar .navbar-nav > .nav-item a.nav-link:before {
    transition: height 0s, opacity .23s ease-in-out;
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 1rem);
    height: 0px;
    bottom: 0px;
    border-radius: 2px;
    background-color: #00a0ff;
    opacity: 0; }
  .navbar.white .navbar-nav > .nav-item {
    position: relative; }
    .navbar.white .navbar-nav > .nav-item a.nav-link:before {
      background-color: #fff; }
  body.about li.nav-item:nth-child(1) a.nav-link:before,
  body.invest li.nav-item:nth-child(2) a.nav-link:before,
  body.impact li.nav-item:nth-child(3) a.nav-link:before,
  body.pricing_page li.nav-item:nth-child(4) a.nav-link:before,
  body.login li.nav-item:nth-child(6) a.nav-link:before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 1rem);
    height: 2px;
    bottom: 0px;
    border-radius: 2px;
    opacity: 1;
    background-color: #00a0ff; } }

/* Portrait and Landscape */
@media only screen and (min-device-width: 1280px) and (max-device-width: 1350px) {
  .home-page .hero-section {
    background-position: bottom !important; }
    .home-page .hero-section .header-fill {
      background-size: 100% 60% !important; }
  .hero-section {
    background-size: 130%, 100%, 100%;
    background-position: top; } }

/* Portrait and Landscape */
@media only screen and (min-device-width: 767px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  #smart-carousel .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -3px; }
  .rights .main-logo img:last-child {
    width: 8rem; } }

/* Desktops and laptops ----------- */
@media only screen and (min-width: 991px) and (max-width: 1280px) {
  .home-page .hero-section {
    background-position: bottom !important;
    background-size: 105% 100% !important; }
    .home-page .hero-section .header-fill {
      background-size: 100% 60% !important; }
    .home-page .hero-section .underliner {
      text-align: start !important; }
    .home-page .hero-section .underliner::after {
      left: 0 !important; }
    .home-page .hero-section .custom-line-height {
      text-align: start !important; } }

@media only screen and (min-width: 1114px) {
  .hero-section {
    background-size: 137%, 100% 100%;
    background-position: left top, right top; }
  /*Desktops with wide screen monitors*/
  .steps .step {
    width: 7rem;
    height: 7rem; }
  .steps .step img {
    width: 3rem; }
  .steps .non-visual p {
    font-size: 1.1rem; }
  .steps .action-btn {
    font-size: 1rem;
    line-height: 1.45;
    border-radius: .25rem; }
  .pros-section .card {
    height: 17rem; }
  .pros-section .card img {
    height: 3.05rem; }
  .pros-section .card-title {
    font-size: 1.5rem;
    font-weight: 600; }
  .card-text small {
    font-size: 1.05rem; }
  .invest-selector-sect {
    padding: 10rem 0 !important;
    min-height: 32rem !important;
    background-position: 50% -8vh !important; } }

/* Widescreens */
@media only screen and (min-width: 1351px) {
  .home-page .hero-section {
    background-size: 125% 110% !important;
    background-position: bottom !important; }
    .home-page .hero-section .header-fill {
      background-size: 100% 60% !important; }
  .hero-section {
    background-size: 139%, 90% 90%;
    background-position: left bottom, right top; } }

.modal .modal-content {
  border-radius: 6px;
  box-shadow: 5px 10px 30px 0 rgba(41, 26, 204, 0.12);
  border: 0 !important; }

.modal .modal-header {
  border: 0 !important;
  padding: 0;
  background: none !important;
  height: 0;
  position: relative;
  z-index: 9;
  display: block;
  box-sizing: content-box;
  opacity: 1; }

.modal .modal-header button {
  background-color: #00a0ff;
  position: absolute;
  color: white;
  width: 50px;
  height: 50px;
  padding: 0;
  text-shadow: unset !important;
  z-index: 9999;
  right: 0;
  opacity: 1;
  border-radius: 6px;
  margin-top: 0;
  margin-right: -55px;
  box-shadow: 5px 10px 30px 0 rgba(41, 26, 204, 0.12);
  outline: none !important; }

.modal .modal-body {
  padding: 0;
  border-radius: 6px;
  overflow: hidden; }

.modal-backdrop.show {
  opacity: .0693; }

.video-head-section .inner.position-absolute img {
  transition: .3s ease-in; }

.video-head-section .inner.position-absolute:hover img {
  filter: drop-shadow(0 1px 2px rgba(20, 24, 20, 0.31)); }

#signupStep button.mb-4,
#createUserStep button.mb-4 {
  margin-bottom: 2rem !important; }

.process-section .process-card .card-body {
  padding-top: 5rem !important; }

.go-back-btn {
  font-size: 1.2rem;
  position: absolute;
  top: 1.5rem;
  color: #afaeb3;
  cursor: pointer;
  cursor: pointer; }

.go-back-btn i {
  margin-right: .5rem; }

.steps .visual .step:hover {
  transform: translateY(-3px);
  box-shadow: 5px 5px 38px -3px rgba(41, 26, 204, 0.1); }

.navbar-light .navbar-toggler-icon {
  background: url(/assets/images/burger.png);
  background-repeat: no-repeat;
  background-size: auto; }

.navbar-light .navbar-toggler {
  border: none;
  vertical-align: top;
  margin-top: -1rem;
  padding-right: 0; }

.faq-section .card .card-body ol {
  margin-top: 1rem;
  padding-left: 1.5rem; }

@media (max-width: 480px) {
  .modal .modal-header button {
    margin-top: 0px !important;
    margin-right: 0 !important; } }

body.no-highlight li.nav-item a.nav-link:before {
  display: none !important; }

@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  .steps .non-visual p {
    font-size: 0.98rem; }
  .steps .non-visual .step p {
    width: 126%;
    margin-left: -13%; }
  .difference .total > .col-12.mb-0.mt-0.mt-md-0:nth-child(2) {
    margin-top: -1.67rem !important; }
  .difference .total > .col-12.mt-2:nth-child(3) {
    margin-top: .75rem !important; } }

@media (min-width: 760px) and (max-width: 1025px) and (orientation: portrait) {
  .steps .non-visual p {
    font-size: 0.98rem; }
  .steps .non-visual .step p {
    width: 126%;
    margin-left: -13%; }
  #mbtn_play_video_laptop .plyr--paused:after,
  #mbtn_play_video_laptop .plyr--stopped:after {
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
    top: calc(50% + 33px); }
  .difference .total > .col-12.mb-0.mt-0.mt-md-0:nth-child(2) {
    margin-top: -2.67rem !important; }
  .difference .total > .col-12.mt-2:nth-child(3) {
    margin-top: 1rem !important; } }

@media (min-width: 760px) and (max-width: 993px) and (orientation: portrait) {
  .difference img {
    width: 85% !important;
    transform: translateY(0px); }
  .difference .total > .col-12.mb-0.mt-0.mt-md-0:nth-child(2) {
    margin-top: 3rem !important; }
  .difference .total > .col-12.mt-2:nth-child(3) {
    margin-top: 3.5rem !important; } }

.modal-dialog.submit-email {
  max-width: 620px;
  font-family: 'Nunito', sans-serif; }

button.submit-email {
  width: 10.5rem;
  color: white;
  background-color: #009FFE;
  font-weight: bold;
  border-width: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group label {
  position: relative; }

.input-group label > span {
  position: absolute;
  top: 9px;
  left: 13px;
  color: #636c72; }

.input-group input {
  position: relative;
  background: none; }

.input-custom:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 255, 0.5) !important; }

.top-link-wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin: 0 1em 1em 0;
  border-radius: 50%;
  width: 35px;
  height: 35px; }
  .top-link-wrapper .top-link {
    transition: all .25s ease-in-out;
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 0 1em 1em 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: .25rem;
    -webkit-box-shadow: 0 2px 23px 0 rgba(155, 155, 155, 0.5);
    -moz-box-shadow: 0 2px 23px 0 rgba(155, 155, 155, 0.5);
    box-shadow: 0 2px 23px 0 rgba(155, 155, 155, 0.5);
    background-color: #fcfcfc; }
    .top-link-wrapper .top-link.show {
      visibility: visible;
      opacity: 1; }
    .top-link-wrapper .top-link.hide {
      visibility: hidden;
      opacity: 0; }
    .top-link-wrapper .top-link .fa {
      color: #2e2b42; }
    .top-link-wrapper .top-link:hover {
      background-color: #E8E8E8; }

/** dropdowns css **/
@media screen and (max-width: 991px) {
  .navbar-item.has-dropdown {
    position: relative; }
  .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block; }
  .has-dropdown .navbar-link::after {
    display: block;
    pointer-events: none;
    position: absolute;
    -webkit-transform-origin: center;
    transform-origin: center;
    margin-top: -.43em;
    right: -.9rem;
    width: 9px;
    height: 9px;
    top: 16px;
    border: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    line-height: 1;
    font-size: 18px;
    font-weight: 600; }
  .has-dropdown:hover .navbar-link::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: .1em; }
  .navbar-dropdown.is-boxed {
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-5px));
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition-duration: 86ms;
    transition-duration: 86ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    padding: 0rem .5rem 0;
    min-width: 100%;
    position: absolute;
    left: 0; }
  .has-dropdown:hover .navbar-dropdown {
    position: relative; }
  .has-dropdown.is-hover .navbar-dropdown,
  .has-dropdown.is-hover .navbar-dropdown .navbar-item {
    pointer-events: all;
    z-index: 9999; }
  .navbar-dropdown .navbar-item {
    display: block;
    margin-bottom: 0;
    font-size: .8rem;
    padding-bottom: 0;
    pointer-events: none; }
  .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 9999;
    padding-bottom: .5rem; }
  .navbar-item.is-hoverable.isSignUp-dropdown .navbar-link {
    color: #22304c !important;
    padding: .5rem 1.25rem .5rem 1rem;
    width: auto; }
  .navbar-item.is-hoverable.isSignUp-dropdown .navbar-dropdown.is-boxed {
    color: #22304c !important;
    min-width: 75%;
    padding: .75rem; }
    .navbar-item.is-hoverable.isSignUp-dropdown .navbar-dropdown.is-boxed .navbar-item {
      color: #22304c !important; }
  .navbar-item.has-dropdown .nav-link.navbar-link,
  .navbar-item.has-dropdown .navbar-item {
    position: relative;
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    color: #22304c; }
  .white .navbar-dropdown .navbar-item {
    color: #fff !important; }
  .white .navbar-item.has-dropdown .nav-link.navbar-link,
  .white .navbar-item.has-dropdown .navbar-item {
    color: #fff !important; }
  .white #profileSignupButton .nav-link:after,
  .white #profileSignupButton .navbar-dropdown.is-boxed .navbar-item {
    color: #fff !important; }
  .navbar-item.has-dropdown .nav-link.navbar-link {
    display: inline-block; }
  #profileSignupButton {
    margin-bottom: 1rem; }
    #profileSignupButton .nav-link {
      color: #03463d !important;
      font-weight: 900;
      text-align: center;
      padding: .33rem 1rem;
      float: none;
      margin: auto; }
    #profileSignupButton.is-hoverable .navbar-link {
      padding: .5rem 1.5rem .5rem 1rem;
      width: auto;
      min-width: unset;
      text-align: right; }
      #profileSignupButton.is-hoverable .navbar-link:after {
        color: #03463d !important;
        right: 0.68rem;
        top: 18px; }
  #navbarSupportedContent .navbar-nav > .nav-item {
    display: inline-flex;
    width: auto;
    min-width: unset;
    float: none;
    margin: 3px auto !important;
    flex-direction: column;
    z-index: 9999;
    min-height: 40px; }
    #navbarSupportedContent .navbar-nav > .nav-item .nav-link {
      align-self: center;
      min-width: unset;
      display: table;
      margin: auto; } }

@media screen and (min-width: 992px) {
  .fading-it {
    pointer-events: none;
    opacity: 0;
    margin-right: -57px !important; }
  .nav-item {
    transition: opacity .05s, margin .5s ease-in-out;
    font-weight: 600; }
  a.navbar-item {
    font-weight: 400; }
  .navbar .navbar-dropdown {
    display: none; }
  .navbar .action-btn {
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    min-width: 130px; }
  .navbar .navbar-item {
    display: block;
    transition: all 0ms ease-in-out !important; }
    .navbar .navbar-item:before {
      content: '';
      transition: all 0ms ease-in-out !important; }
    .navbar .navbar-item .navbar-link {
      transition: all 0ms ease-in-out !important; }
    .navbar .navbar-item .navbar-dropdown {
      transition: all 0ms ease-in-out !important; }
    .navbar .navbar-item.has-dropdown {
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      display: flex;
      padding: 0;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      position: relative; }
      .navbar .navbar-item.has-dropdown .nav-link.navbar-link {
        padding-left: .5rem;
        padding-right: 1.25rem;
        transition: all 150ms ease-in-out, color 00ms ease-in-out !important; }
      .navbar .navbar-item.has-dropdown .navbar-link.nav-link {
        transition: all 0ms ease-in-out !important; }
      .navbar .navbar-item.has-dropdown .navbar-link:before {
        bottom: -2px !important;
        opacity: 0 !important; }
      .navbar .navbar-item.has-dropdown .navbar-link:after {
        font-family: "Font Awesome 5 Free";
        content: "\f107";
        display: block;
        pointer-events: none;
        position: absolute;
        transform-origin: center;
        -webkit-transform-origin: center;
        margin-top: -.55em;
        right: 0.43rem;
        width: 9px;
        height: 9px;
        top: 20px;
        border: 0;
        line-height: 1;
        font-size: 18px;
        font-weight: 600; }
      .navbar .navbar-item.has-dropdown:hover .navbar-dropdown {
        display: block; }
      .navbar .navbar-item.has-dropdown:hover .navbar-link {
        cursor: pointer;
        transition: all 150ms ease-in-out, color 00ms ease-in-out !important; }
        .navbar .navbar-item.has-dropdown:hover .navbar-link:before {
          opacity: 0 !important; }
        .navbar .navbar-item.has-dropdown:hover .navbar-link:after {
          transform: rotate(180deg);
          margin-top: -1px;
          right: .33rem; }
        .navbar .navbar-item.has-dropdown:hover .navbar-link.nav-link:hover {
          color: #596378 !important; }
      .navbar .navbar-item.has-dropdown:hover .navbar-link {
        box-shadow: none;
        color: #596378 !important; }
      .navbar .navbar-item.has-dropdown:hover .navbar-dropdown.is-boxed {
        opacity: 1;
        pointer-events: auto;
        z-index: 9999;
        overflow: hidden; }
      .navbar .navbar-item.has-dropdown .navbar-dropdown {
        background-color: #fff;
        color: #fff;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        display: none;
        font-size: .875rem;
        position: absolute;
        top: 100%;
        z-index: 20; }
        .navbar .navbar-item.has-dropdown .navbar-dropdown.is-boxed {
          flex-direction: column;
          position: absolute;
          background: #fff;
          border-radius: 2px;
          -webkit-box-shadow: 0 9px 18px -8px rgba(27, 21, 150, 0.67);
          -moz-box-shadow: 0 9px 18px -8px rgba(27, 21, 150, 0.67);
          box-shadow: 0 9px 18px -8px rgba(27, 21, 150, 0.67);
          transition: all 100ms ease-in-out, color 00ms ease-in-out !important;
          min-width: 180%;
          right: 0; }
          .navbar .navbar-item.has-dropdown .navbar-dropdown.is-boxed .navbar-item {
            color: #22304c;
            margin-bottom: 0;
            white-space: nowrap;
            padding: 5px 20px; }
          .navbar .navbar-item.has-dropdown .navbar-dropdown.is-boxed .navbar-item:hover {
            color: #596378 !important;
            transition: all 150ms ease-in-out, color 00ms ease-in-out !important; }
  .navbar .nav-item:hover > .nav-link:not(.navbar-link),
  .navbar .nav-item:focus > .nav-link:not(.navbar-link) {
    color: #596378 !important;
    transition: all 150ms ease-in-out !important; }
  .navbar.white .navbar-item.has-dropdown {
    transition: all 0ms ease-in-out !important; }
    .navbar.white .navbar-item.has-dropdown:before {
      content: '';
      transition: all 0ms ease-in-out !important; }
    .navbar.white .navbar-item.has-dropdown .navbar-dropdown {
      transition: all 0ms ease-in-out !important;
      background-color: #00a0ff;
      -webkit-box-shadow: 0 9px 18px -8px rgba(27, 21, 150, 0.67);
      -moz-box-shadow: 0 9px 18px -8px rgba(27, 21, 150, 0.67);
      box-shadow: 0 9px 18px -8px rgba(27, 21, 150, 0.67);
      display: block;
      opacity: 0;
      pointer-events: none;
      top: 100%;
      padding: 0;
      right: 0;
      min-width: 180%; }
      .navbar.white .navbar-item.has-dropdown .navbar-dropdown .navbar-item {
        color: #fff !important;
        padding: 5px 20px; }
    .navbar.white .navbar-item.has-dropdown.wide-dropdown .navbar-dropdown {
      width: 180px; }
    .navbar.white .navbar-item.has-dropdown:hover:before {
      content: '';
      background: #00a0ff;
      background: linear-gradient(350deg, rgba(2, 0, 36, 0.16) 0%, rgba(255, 255, 255, 0) 60%);
      background-origin: border-box;
      background-repeat: no-repeat;
      background-position: bottom;
      background-attachment: unset;
      z-index: 10001;
      position: absolute;
      width: 180%;
      left: -80%;
      height: calc(100% + 61px);
      border-radius: 0px;
      pointer-events: none;
      transition: all 150ms ease-in-out, color 00ms ease-in-out !important; }
    .navbar.white .navbar-item.has-dropdown:hover.menu-items-3:before {
      height: calc(100% + 31px); }
    .navbar.white .navbar-item.has-dropdown:hover.wide-dropdown:before {
      width: 180px;
      min-width: 180%;
      left: -81px; }
    .navbar.white .navbar-item.has-dropdown:hover .navbar-link {
      color: #fff !important;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      background: #00a0ff;
      box-shadow: 0 5px 20px -8px rgba(27, 21, 150, 0.67);
      transition: all 150ms ease-in-out, color 00ms ease-in-out !important; }
      .navbar.white .navbar-item.has-dropdown:hover .navbar-link:before {
        content: '';
        position: absolute;
        opacity: 1 !important;
        width: calc(100%);
        margin-left: -.5rem;
        z-index: 10000;
        height: 6px;
        background: #00a0ff;
        transition: all 0ms ease-in-out, color 00ms ease-in-out !important; }
      .navbar.white .navbar-item.has-dropdown:hover .navbar-link.nav-link:hover {
        transition: all 150ms ease-in-out !important;
        color: #b3dcfa !important;
        opacity: 1; }
    .navbar.white .navbar-item.has-dropdown:hover .navbar-item {
      color: #fff !important;
      transition: all 150ms ease-in-out, color 00ms ease-in-out !important; }
      .navbar.white .navbar-item.has-dropdown:hover .navbar-item:hover {
        transition: all 150ms ease-in-out !important;
        color: #b3dcfa !important;
        opacity: 1; }
  .navbar.white .nav-item:hover > .nav-link:not(.navbar-link),
  .navbar.white .nav-item:focus > .nav-link:not(.navbar-link) {
    transition: all 150ms ease-in-out !important;
    color: #b3dcfa !important;
    opacity: 1; }
  .navbar.white .navbar-item.has-dropdown.isSignUp-dropdown:before,
  .navbar .navbar-item.has-dropdown.isSignUp-dropdown:before {
    display: none; }
  .navbar.white .navbar-item.has-dropdown.isSignUp-dropdown .navbar-link,
  .navbar .navbar-item.has-dropdown.isSignUp-dropdown .navbar-link {
    background-color: #ffcd6c !important;
    color: #22304c !important;
    padding: .5rem 1.5rem .5rem 1rem;
    width: auto;
    min-width: unset;
    text-align: right;
    text-transform: capitalize; }
    .navbar.white .navbar-item.has-dropdown.isSignUp-dropdown .navbar-link:after,
    .navbar .navbar-item.has-dropdown.isSignUp-dropdown .navbar-link:after {
      right: 0.68rem;
      margin-top: -.65em; }
    .navbar.white .navbar-item.has-dropdown.isSignUp-dropdown .navbar-link.nav-link:hover,
    .navbar .navbar-item.has-dropdown.isSignUp-dropdown .navbar-link.nav-link:hover {
      color: #22304c !important;
      opacity: 1 !important; }
  .navbar.white .navbar-item.has-dropdown.isSignUp-dropdown:hover .navbar-link,
  .navbar .navbar-item.has-dropdown.isSignUp-dropdown:hover .navbar-link {
    border-bottom-right-radius: 0 !important; }
    .navbar.white .navbar-item.has-dropdown.isSignUp-dropdown:hover .navbar-link:after,
    .navbar .navbar-item.has-dropdown.isSignUp-dropdown:hover .navbar-link:after {
      right: 0.58rem;
      margin-top: -2px; }
  .navbar.white .navbar-item.has-dropdown.isSignUp-dropdown:hover .navbar-dropdown.is-boxed,
  .navbar .navbar-item.has-dropdown.isSignUp-dropdown:hover .navbar-dropdown.is-boxed {
    opacity: 1 !important;
    pointer-events: all !important; }
    .navbar.white .navbar-item.has-dropdown.isSignUp-dropdown:hover .navbar-dropdown.is-boxed:before,
    .navbar .navbar-item.has-dropdown.isSignUp-dropdown:hover .navbar-dropdown.is-boxed:before {
      content: '';
      display: block !important;
      position: absolute;
      opacity: 1 !important;
      width: calc(100%);
      margin-left: -5px;
      z-index: 10000;
      height: 6px;
      top: -3px;
      background: #ffcd6c;
      transition: all 0ms ease-in-out, color 0ms ease-in-out !important; }
  .navbar.white .navbar-item.has-dropdown.isSignUp-dropdown .navbar-dropdown.is-boxed,
  .navbar .navbar-item.has-dropdown.isSignUp-dropdown .navbar-dropdown.is-boxed {
    border-top: none;
    background-color: #ffcd6c;
    min-width: auto;
    -webkit-box-shadow: 0 9px 18px -8px rgba(27, 21, 150, 0.67);
    -moz-box-shadow: 0 9px 18px -8px rgba(27, 21, 150, 0.67);
    box-shadow: 0 9px 18px -8px rgba(27, 21, 150, 0.67);
    display: block;
    top: 100%;
    padding: 10px 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    opacity: 0;
    pointer-events: none;
    transition: all 100ms ease-in-out, color 0ms ease-in-out !important;
    overflow: unset; }
    .navbar.white .navbar-item.has-dropdown.isSignUp-dropdown .navbar-dropdown.is-boxed .navbar-item,
    .navbar .navbar-item.has-dropdown.isSignUp-dropdown .navbar-dropdown.is-boxed .navbar-item {
      color: #000 !important;
      font-weight: 600;
      padding: 2px 16px 3px 8px; }
    .navbar.white .navbar-item.has-dropdown.isSignUp-dropdown .navbar-dropdown.is-boxed .navbar-item:hover,
    .navbar .navbar-item.has-dropdown.isSignUp-dropdown .navbar-dropdown.is-boxed .navbar-item:hover {
      color: #596378 !important;
      opacity: 1 !important; } }

@media screen and (min-width: 1200px) {
  .home-page .hero-section .actuator-section {
    padding-bottom: 12rem !important; }
  .home-page .hero-section .underliner {
    text-align: start !important; }
  .home-page .hero-section .underliner::after {
    left: 0 !important; }
  .home-page .hero-section .custom-line-height {
    text-align: start !important; } }

.o-hidden {
  overflow: hidden !important; }

@media screen and (min-width: 768px) {
  .footer-logo-mobile, .footer-list-mobile {
    display: none; } }

@media screen and (max-width: 767px) {
  .footer-logo-desktop, .footer-list-desktop {
    display: none; } }

@media screen and (max-width: 1199px) {
  .grid-column-signup {
    grid-template-columns: repeat(1, 1fr); } }

.footer-list-mobile .navbar-nav.footer-nav .nav-item, .footer-list-mobile .navbar-nav.footer-nav .navbar-item, .footer-list-mobile .navbar-nav.footer-nav .nav-link {
  color: #FFF !important;
  text-align: start; }

.footer-list-desktop [data-toggle="collapse"] .fas:before {
  content: "\f077"; }

.footer-list-desktop [data-toggle="collapse"].collapsed .fas:before {
  content: "\f078"; }

.footer-link {
  color: #FFF; }

.footer-link:hover {
  color: #b3dcfa !important; }

@media screen and (min-width: 991px) {
  .home-page .sustainable-data-sec-desktop {
    display: block; } }

@media only screen and (min-width: 375px) and (max-width: 428px) {
  .home-page .data-partners-sec .data-partners-container img {
    max-width: 140px !important; } }

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .home-page .our-platform-sect .layout-fill {
    height: 18%; } }

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .home-page .our-platform-sect .layout-fill-mobile {
    margin-top: 20%; } }

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .home-page .our-platform-sect .layout-fill-mobile {
    margin-top: 30%; } }

@media only screen and (min-width: 375px) and (max-width: 991px) {
  .home-page .physis-insights-sec .container {
    max-width: 100%; } }

.home-page {
  position: relative; }
  .home-page .hero-section {
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 125% 110%; }
    .home-page .hero-section .header-fill-mobile {
      display: none; }
    .home-page .hero-section .input-group input {
      background: #F8F8F8;
      border-radius: 6px !important;
      height: 40px; }
    .home-page .hero-section .input-group .input-group-btn {
      position: absolute;
      right: 0%;
      top: 0px;
      z-index: 9; }
      .home-page .hero-section .input-group .input-group-btn .submit-email {
        background: #FFCD6C;
        box-shadow: 0px 10px 24px rgba(34, 48, 76, 0.33557);
        border-radius: 6px;
        color: #2E2B42; }
    .home-page .hero-section .header-fill {
      position: absolute;
      top: 0;
      width: 100%;
      background-repeat: no-repeat;
      background-size: 100% 30%;
      height: 30%; }
    .home-page .hero-section .hero-image-container {
      transform: translate(0, -1.25rem); }
    .home-page .hero-section .underliner {
      font-size: 3.5rem;
      padding-bottom: 2rem;
      position: relative;
      margin-bottom: 1rem;
      min-height: 238px;
      text-align: center; }
    .home-page .hero-section .underliner::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: calc(50% - 2.75rem);
      height: 3px;
      width: 5.5rem;
      background-color: #fff; }
    .home-page .hero-section .purpose-full .tablet {
      display: none; }
    .home-page .hero-section .purpose-full .custom-line-height {
      font-size: 2rem; }
    .home-page .hero-section .email-form-container .custom-line-height {
      font-size: 1.25rem; }
    .home-page .hero-section .custom-line-height {
      text-align: center; }
    .home-page .hero-section .actuator-section {
      overflow: hidden; }
  .home-page .sustainable-data-sec-mobile {
    display: none; }
  .home-page .sustainable-data-sec-desktop .investors-advisors-toggle-container a.active {
    background: #047CE5;
    color: #fff !important; }
  .home-page .sustainable-data-sec-desktop .investors-advisors-toggle-container a {
    border: 4px solid #047CE5;
    color: #047CE5 !important;
    padding: 16px 94px;
    margin: 0 -32px;
    border-radius: 63px;
    cursor: default; }
  .home-page .sustainable-data-sec-desktop .underliner {
    padding-bottom: 3.2rem; }
  .home-page .sustainable-data-sec-desktop .underliner::after {
    left: calc(50% - 3.5rem); }
  .home-page .sustainable-data-sec-desktop .perks-advisors-title, .home-page .sustainable-data-sec-desktop .perks-investors-title {
    display: none;
    font-size: 1.25rem; }
  .home-page .sustainable-data-sec-desktop .perks-advisors-title.active, .home-page .sustainable-data-sec-desktop .perks-investors-title.active {
    display: block; }
  .home-page .sustainable-data-sec-desktop .advisors-perks, .home-page .sustainable-data-sec-desktop .investors-perks {
    display: none; }
    .home-page .sustainable-data-sec-desktop .advisors-perks .perk, .home-page .sustainable-data-sec-desktop .investors-perks .perk {
      font-family: 'Poppins-Regular';
      color: #22304C;
      box-shadow: 1px 16px 40px rgba(0, 0, 0, 0.14);
      border-radius: 8px;
      min-height: 250px;
      max-width: 30%;
      transition: all .44s ease-out;
      background-color: #fff;
      top: 0; }
      .home-page .sustainable-data-sec-desktop .advisors-perks .perk img, .home-page .sustainable-data-sec-desktop .investors-perks .perk img {
        max-height: 3rem; }
    .home-page .sustainable-data-sec-desktop .advisors-perks .perk:hover, .home-page .sustainable-data-sec-desktop .investors-perks .perk:hover {
      top: -5px;
      -webkit-box-shadow: 0 8px 29px 0 rgba(155, 155, 155, 0.35);
      -moz-box-shadow: 0 8px 29px 0 rgba(155, 155, 155, 0.35);
      box-shadow: 0 8px 29px 0 rgba(155, 155, 155, 0.35); }
  .home-page .sustainable-data-sec-desktop .advisors-perks.active, .home-page .sustainable-data-sec-desktop .investors-perks.active {
    display: block; }
  .home-page .sustainable-data-sec-desktop .action-btn {
    min-width: 228px; }
  .home-page .our-platform-sect .layout-fill {
    position: absolute;
    background-size: contain;
    left: 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 22%; }
  .home-page .our-platform-sect .layout-fill-mobile {
    display: none; }
  .home-page .our-platform-sect .platform-description .underliner {
    padding-bottom: 2rem;
    position: relative;
    margin-bottom: 1rem;
    text-align: center; }
  .home-page .our-platform-sect .platform-description .underliner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 3.5rem);
    height: 3px;
    width: 7rem;
    background-color: #00a0ff; }
  .home-page .our-platform-sect .platform-description .campaigns .dot {
    width: 16px;
    height: 16px;
    border-radius: 50%; }
  .home-page .our-platform-sect .platform-description .campaigns .platform-carousel-indicators {
    display: flex;
    justify-content: space-between;
    align-items: start;
    position: initial; }
    .home-page .our-platform-sect .platform-description .campaigns .platform-carousel-indicators li {
      cursor: pointer;
      width: 20%;
      height: auto;
      text-indent: 0;
      position: relative;
      height: fit-content;
      min-height: 100px;
      background-color: transparent; }
      .home-page .our-platform-sect .platform-description .campaigns .platform-carousel-indicators li span {
        color: #2E2B42;
        opacity: 0.25; }
      .home-page .our-platform-sect .platform-description .campaigns .platform-carousel-indicators li .dot {
        background: rgba(0, 0, 0, 0.25);
        mix-blend-mode: normal;
        opacity: 0.25;
        box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.25);
        position: absolute;
        top: 30%; }
    .home-page .our-platform-sect .platform-description .campaigns .platform-carousel-indicators li.active span {
      opacity: 1; }
    .home-page .our-platform-sect .platform-description .campaigns .platform-carousel-indicators li.active .dot {
      background: #00A0FF;
      box-shadow: 0px 2px 14px #6AC7FF;
      transform: rotate(-90deg); }
  .home-page .our-platform-sect .platform-description .btn-container-desktop button {
    min-width: 228px; }
  .home-page .our-platform-sect .example-container img {
    max-width: 100%;
    transform: scale(1.05); }
  .home-page .our-platform-sect .example-container .btn-container-mobile {
    display: none; }
  .home-page .our-platform-sect .example-container .campaigns-mobile {
    display: none; }
  .home-page .our-platform-sect .example-container .carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .01s;
    transition-property: opacity; }
  .home-page .our-platform-sect .example-container .carousel-fade .carousel-item.active,
  .home-page .our-platform-sect .example-container .carousel-fade .carousel-item-next.carousel-item-left,
  .home-page .our-platform-sect .example-container .carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1; }
  .home-page .our-platform-sect .example-container .carousel-fade .active.carousel-item-left,
  .home-page .our-platform-sect .example-container .carousel-fade .active.carousel-item-right {
    opacity: 0; }
  .home-page .our-platform-sect .example-container .carousel-fade .carousel-item-next,
  .home-page .our-platform-sect .example-container .carousel-fade .carousel-item-prev,
  .home-page .our-platform-sect .example-container .carousel-fade .carousel-item.active,
  .home-page .our-platform-sect .example-container .carousel-fade .active.carousel-item-left,
  .home-page .our-platform-sect .example-container .carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0); }
  .home-page .physis-insights-sec .insights-container .underliner {
    margin-bottom: 1.8rem; }
  .home-page .physis-insights-sec .insights-container .underliner::after {
    width: 5.5rem; }
  .home-page .physis-insights-sec .insights-container .blog-post {
    opacity: 0;
    -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -ms-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in; }
    .home-page .physis-insights-sec .insights-container .blog-post .blog-post-category {
      width: fit-content;
      background: linear-gradient(150deg, #00A0FF 15.14%, #047CE5 86.48%);
      border-radius: 21.5px;
      color: white;
      padding: 8px 16px; }
    .home-page .physis-insights-sec .insights-container .blog-post h5, .home-page .physis-insights-sec .insights-container .blog-post p {
      color: #2E2B42 !important; }
    .home-page .physis-insights-sec .insights-container .blog-post i {
      color: #22304C; }
  .home-page .physis-insights-sec .insights-container .action-btn {
    min-width: 228px; }
  .home-page .physis-insights-sec .carousel-container {
    opacity: 0;
    -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -ms-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in; }
    .home-page .physis-insights-sec .carousel-container .carousel-container-m {
      min-height: 480px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .home-page .physis-insights-sec .carousel-container #insights-carousel .carousel-indicators {
      display: none; }
    .home-page .physis-insights-sec .carousel-container #insights-carousel .carousel-control-prev {
      opacity: 1; }
      .home-page .physis-insights-sec .carousel-container #insights-carousel .carousel-control-prev .carousel-control {
        left: 0; }
    .home-page .physis-insights-sec .carousel-container #insights-carousel .carousel-control-next {
      opacity: 1; }
      .home-page .physis-insights-sec .carousel-container #insights-carousel .carousel-control-next .carousel-control {
        right: 0; }
    .home-page .physis-insights-sec .carousel-container #insights-carousel .carousel-control {
      position: absolute;
      color: #00A0FF; }
      .home-page .physis-insights-sec .carousel-container #insights-carousel .carousel-control i {
        font-size: 16px; }
    .home-page .physis-insights-sec .carousel-container #insights-carousel .carousel-item .carousel-item-mobile {
      display: none; }
    .home-page .physis-insights-sec .carousel-container .blog-post-mobile {
      display: none; }
    .home-page .physis-insights-sec .carousel-container .btn-container-mobile {
      display: none; }
  .home-page .data-partners-sec .data-partners-container h2 {
    color: #293644; }
  .home-page .data-partners-sec .data-partners-container img {
    max-width: 168px; }

.webp .home-page .hero-section {
  background-image: url("./../images/homepage-header.webp"); }
  .webp .home-page .hero-section .header-fill {
    background-image: url("./../images/homepage-fill-header.webp"); }

.webp .home-page .our-platform-sect .layout-fill {
  background-image: url("./../images/Our-platform-fill-desktop.webp"); }

.no-webp .home-page .hero-section {
  background-image: url("./../images/homepage-header.png"); }
  .no-webp .home-page .hero-section .header-fill {
    background-image: url("./../images/homepage-fill-header.png"); }

.no-webp .home-page .our-platform-sect .layout-fill {
  background-image: url("./../images/Our-platform-fill-desktop.png"); }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-page .our-platform-sect .layout-fill-mobile {
    background-size: 60% !important;
    width: 50% !important; }
  .home-page .our-platform-sect .example-container img {
    max-width: 50% !important; } }

@media screen and (max-width: 991px) {
  .navbar-toggler:focus {
    outline: none; }
  .no-webp .home-page::after {
    background: url("./../images/homepage-grey-lines.svg") !important; }
  .webp .home-page::after {
    background: url("./../images/homepage-grey-lines.webp") !important; }
  .home-page .hero-section {
    margin-bottom: 6rem !important; }
    .home-page .hero-section .underliner {
      font-size: 2.5rem !important;
      min-height: 200px !important; }
    .home-page .hero-section .purpose-full .custom-line-height {
      font-size: 1.2rem !important;
      margin: .5rem 0 6rem !important; }
    .home-page .hero-section .email-form-container .custom-line-height {
      font-size: 1rem !important;
      padding: 0 5.5rem !important; }
    .home-page .hero-section .input-group {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .home-page .hero-section .input-group input {
        background: #F8F8F8;
        border-radius: 6px !important;
        height: 40px;
        width: 100%;
        max-width: 360px; }
      .home-page .hero-section .input-group .input-group-btn {
        position: relative !important;
        width: 100%;
        margin-top: 20px;
        display: flex;
        justify-content: center; }
        .home-page .hero-section .input-group .input-group-btn .submit-email {
          width: 100%;
          background: #FFCD6C;
          box-shadow: 0px 10px 24px rgba(34, 48, 76, 0.33557);
          border-radius: 6px;
          color: #2E2B42;
          max-width: 360px; }
    .home-page .hero-section .header-fill-mobile {
      display: inline !important; }
      .home-page .hero-section .header-fill-mobile img {
        position: absolute;
        top: 18.5%;
        height: calc(100% - 28%);
        width: 100%; }
      .home-page .hero-section .header-fill-mobile svg {
        position: absolute;
        top: 2%;
        height: 12.5%;
        width: 100%; }
  .home-page .header-image-container {
    display: none; }
  .home-page .sustainable-data-sec-desktop {
    display: none !important; }
  .home-page .sustainable-data-sec-mobile {
    display: block !important;
    margin-bottom: 8rem !important; }
    .home-page .sustainable-data-sec-mobile .investors-advisors-toggle-container a.active {
      background: linear-gradient(150deg, #00A0FF 15.14%, #047CE5 86.48%);
      color: #fff !important;
      padding: 24px 20px;
      border: none; }
    .home-page .sustainable-data-sec-mobile .investors-advisors-toggle-container a {
      border: 4px solid #047CE5;
      color: #047CE5 !important;
      padding: 20px;
      border-radius: 63px;
      background: #fff; }
    .home-page .sustainable-data-sec-mobile .underliner {
      padding-bottom: 3.2rem; }
    .home-page .sustainable-data-sec-mobile .underliner::after {
      left: calc(50% - 3.5rem); }
    .home-page .sustainable-data-sec-mobile .perks-advisors-title-mobile, .home-page .sustainable-data-sec-mobile .perks-investors-title-mobile {
      display: none;
      font-size: 1.25rem; }
    .home-page .sustainable-data-sec-mobile .perks-advisors-title-mobile.active, .home-page .sustainable-data-sec-mobile .perks-investors-title-mobile.active {
      display: block; }
    .home-page .sustainable-data-sec-mobile .advisors-perks-mobile, .home-page .sustainable-data-sec-mobile .investors-perks-mobile {
      display: none; }
      .home-page .sustainable-data-sec-mobile .advisors-perks-mobile .perk, .home-page .sustainable-data-sec-mobile .investors-perks-mobile .perk {
        font-family: 'Poppins-Regular';
        color: #22304C;
        box-shadow: 1px 16px 40px rgba(0, 0, 0, 0.14);
        border-radius: 8px;
        min-height: 240px;
        transition: all .44s ease-out;
        background-color: #fff;
        top: 0; }
        .home-page .sustainable-data-sec-mobile .advisors-perks-mobile .perk img, .home-page .sustainable-data-sec-mobile .investors-perks-mobile .perk img {
          margin: 12px 0;
          max-height: 3rem; }
      .home-page .sustainable-data-sec-mobile .advisors-perks-mobile .perk:hover, .home-page .sustainable-data-sec-mobile .investors-perks-mobile .perk:hover {
        top: -5px;
        -webkit-box-shadow: 0 8px 29px 0 rgba(155, 155, 155, 0.35);
        -moz-box-shadow: 0 8px 29px 0 rgba(155, 155, 155, 0.35);
        box-shadow: 0 8px 29px 0 rgba(155, 155, 155, 0.35); }
      .home-page .sustainable-data-sec-mobile .advisors-perks-mobile .carousel-indicators, .home-page .sustainable-data-sec-mobile .investors-perks-mobile .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: -2.5rem; }
        .home-page .sustainable-data-sec-mobile .advisors-perks-mobile .carousel-indicators li, .home-page .sustainable-data-sec-mobile .investors-perks-mobile .carousel-indicators li {
          background-color: rgba(0, 0, 0, 0.1);
          width: 10px;
          height: 10px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
          .home-page .sustainable-data-sec-mobile .advisors-perks-mobile .carousel-indicators li.active, .home-page .sustainable-data-sec-mobile .investors-perks-mobile .carousel-indicators li.active {
            background-color: #00a0ff;
            box-shadow: 0 2px 10px -1px #1c0aff; }
    .home-page .sustainable-data-sec-mobile .advisors-perks-mobile.active, .home-page .sustainable-data-sec-mobile .investors-perks-mobile.active {
      display: block; }
    .home-page .sustainable-data-sec-mobile .action-btn {
      width: 100%;
      max-width: 360px; }
  .home-page .our-platform-sect .layout-fill {
    display: none; }
  .home-page .our-platform-sect .layout-fill-mobile {
    display: inline-block !important;
    position: absolute;
    background-size: 100%;
    right: 0;
    background-repeat: no-repeat;
    width: 40%;
    height: 20%;
    background-position: right;
    z-index: -1; }
  .home-page .our-platform-sect .platform-description {
    padding: 0; }
    .home-page .our-platform-sect .platform-description .underliner {
      font-size: 28px; }
    .home-page .our-platform-sect .platform-description .underliner::after {
      left: calc(50% - 1.5rem) !important;
      width: 3rem !important; }
    .home-page .our-platform-sect .platform-description .campaigns {
      display: none !important; }
      .home-page .our-platform-sect .platform-description .campaigns .dot {
        width: 16px;
        height: 16px;
        border-radius: 50%; }
      .home-page .our-platform-sect .platform-description .campaigns .campaign {
        min-width: 20%; }
      .home-page .our-platform-sect .platform-description .campaigns .greyed {
        color: #979797; }
        .home-page .our-platform-sect .platform-description .campaigns .greyed .dot {
          background: #979797;
          box-shadow: 0px 2px 14px #B4BABD;
          transform: rotate(-90deg); }
      .home-page .our-platform-sect .platform-description .campaigns .highlighted {
        color: #2E2B42; }
        .home-page .our-platform-sect .platform-description .campaigns .highlighted .dot {
          background: #00A0FF;
          box-shadow: 0px 2px 14px #6AC7FF;
          transform: rotate(-90deg); }
      .home-page .our-platform-sect .platform-description .campaigns .transparent {
        color: #2E2B42; }
        .home-page .our-platform-sect .platform-description .campaigns .transparent span {
          opacity: 0.07; }
        .home-page .our-platform-sect .platform-description .campaigns .transparent .dot {
          background: rgba(0, 0, 0, 0.25);
          mix-blend-mode: normal;
          opacity: 0.07;
          box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.25);
          transform: rotate(-90deg); }
    .home-page .our-platform-sect .platform-description .btn-container-desktop {
      display: none !important; }
  .home-page .our-platform-sect .example-container {
    text-align: center; }
    .home-page .our-platform-sect .example-container img {
      max-width: 80%; }
    .home-page .our-platform-sect .example-container .btn-container-mobile {
      display: block !important; }
      .home-page .our-platform-sect .example-container .btn-container-mobile .action-btn {
        width: 100%;
        max-width: 360px; }
    .home-page .our-platform-sect .example-container .campaigns-mobile {
      display: block !important; }
      .home-page .our-platform-sect .example-container .campaigns-mobile #carousel-title-m {
        color: #2E2B42;
        font-size: 24px; }
      .home-page .our-platform-sect .example-container .campaigns-mobile .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%; }
      .home-page .our-platform-sect .example-container .campaigns-mobile .campaign {
        min-width: auto; }
      .home-page .our-platform-sect .example-container .campaigns-mobile .platform-carousel-indicators {
        display: flex;
        justify-content: center;
        align-items: start;
        position: initial; }
        .home-page .our-platform-sect .example-container .campaigns-mobile .platform-carousel-indicators li {
          cursor: pointer;
          width: 12px;
          text-indent: 0;
          position: relative;
          height: fit-content;
          min-height: auto; }
          .home-page .our-platform-sect .example-container .campaigns-mobile .platform-carousel-indicators li .title-m {
            display: none; }
          .home-page .our-platform-sect .example-container .campaigns-mobile .platform-carousel-indicators li .dot {
            background: rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 14px #B4BABD;
            position: absolute;
            top: 30%; }
        .home-page .our-platform-sect .example-container .campaigns-mobile .platform-carousel-indicators li.active .title-m {
          display: block;
          color: #2E2B42;
          position: absolute;
          z-index: 1; }
        .home-page .our-platform-sect .example-container .campaigns-mobile .platform-carousel-indicators li.active .dot {
          background: #00A0FF;
          box-shadow: 0px 2px 14px #6AC7FF;
          transform: rotate(-90deg); }
      .home-page .our-platform-sect .example-container .campaigns-mobile .greyed {
        color: #979797; }
        .home-page .our-platform-sect .example-container .campaigns-mobile .greyed .dot {
          background: rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 14px #B4BABD;
          transform: rotate(-90deg); }
      .home-page .our-platform-sect .example-container .campaigns-mobile .highlighted {
        color: #2E2B42; }
        .home-page .our-platform-sect .example-container .campaigns-mobile .highlighted .dot {
          background: #00A0FF;
          box-shadow: 0px 2px 14px #6AC7FF;
          transform: rotate(-90deg); }
      .home-page .our-platform-sect .example-container .campaigns-mobile .transparent {
        color: #2E2B42; }
        .home-page .our-platform-sect .example-container .campaigns-mobile .transparent span {
          opacity: 0.07; }
        .home-page .our-platform-sect .example-container .campaigns-mobile .transparent .dot {
          background: rgba(0, 0, 0, 0.25);
          mix-blend-mode: normal;
          opacity: 0.07;
          box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.25);
          transform: rotate(-90deg); }
  .home-page .physis-insights-sec .insights-container {
    text-align: center; }
    .home-page .physis-insights-sec .insights-container .underliner {
      font-size: 28px;
      margin-bottom: 0; }
    .home-page .physis-insights-sec .insights-container .underliner::after {
      left: calc(50% - 1.5rem) !important;
      width: 3rem !important; }
    .home-page .physis-insights-sec .insights-container .blog-post {
      display: none !important; }
    .home-page .physis-insights-sec .insights-container .btn-container-desktop {
      display: none !important; }
  .home-page .physis-insights-sec .carousel-container {
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -ms-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in; }
    .home-page .physis-insights-sec .carousel-container .carousel-container-m {
      min-height: 70vh;
      margin: 0  -15px !important; }
      .home-page .physis-insights-sec .carousel-container .carousel-container-m #insights-carousel .carousel-indicators {
        display: flex !important;
        position: absolute;
        right: 0;
        bottom: -4rem; }
        .home-page .physis-insights-sec .carousel-container .carousel-container-m #insights-carousel .carousel-indicators li {
          background-color: rgba(0, 0, 0, 0.1);
          width: 10px;
          height: 10px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
        .home-page .physis-insights-sec .carousel-container .carousel-container-m #insights-carousel .carousel-indicators li.active {
          background-color: #00a0ff;
          box-shadow: 0 2px 10px -1px #1c0aff; }
      .home-page .physis-insights-sec .carousel-container .carousel-container-m #insights-carousel .carousel-control-prev {
        display: none; }
      .home-page .physis-insights-sec .carousel-container .carousel-container-m #insights-carousel .carousel-control-next {
        display: none; }
      .home-page .physis-insights-sec .carousel-container .carousel-container-m #insights-carousel .carousel-item .carousel-item-mobile {
        display: block;
        width: 100vw !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .home-page .physis-insights-sec .carousel-container .carousel-container-m #insights-carousel .carousel-item .carousel-item-desktop {
        display: none !important; }
    .home-page .physis-insights-sec .carousel-container .blog-post-mobile {
      display: flex !important;
      position: absolute;
      z-index: 1;
      width: 100vw;
      padding: 12px 0;
      background: rgba(255, 255, 255, 0.81);
      bottom: calc(3rem + 36.8px);
      margin: 0 -15px;
      opacity: 0;
      -webkit-transition: opacity .5s ease-in;
      -moz-transition: opacity .5s ease-in;
      -ms-transition: opacity .5s ease-in;
      -o-transition: opacity .5s ease-in;
      transition: opacity .5s ease-in; }
      .home-page .physis-insights-sec .carousel-container .blog-post-mobile .blog-post-category {
        width: fit-content;
        background: linear-gradient(150deg, #00A0FF 15.14%, #047CE5 86.48%);
        border-radius: 21.5px;
        color: white;
        padding: 8px 16px; }
      .home-page .physis-insights-sec .carousel-container .blog-post-mobile h5, .home-page .physis-insights-sec .carousel-container .blog-post-mobile p {
        color: #2E2B42 !important; }
      .home-page .physis-insights-sec .carousel-container .blog-post-mobile .blog-post-content {
        text-align: center; }
      .home-page .physis-insights-sec .carousel-container .blog-post-mobile i {
        color: #22304C; }
    .home-page .physis-insights-sec .carousel-container .btn-container-mobile {
      display: flex !important; }
      .home-page .physis-insights-sec .carousel-container .btn-container-mobile .action-btn {
        width: 100%;
        max-width: 360px; }
  .webp .home-page .our-platform-sect .layout-fill-mobile {
    background-image: url("./../images/Our-platform-fill-mobile.webp"); }
  .no-webp .home-page .our-platform-sect .layout-fill-mobile {
    background-image: url("./../images/Our-platform-fill-mobile.png"); }
  .login-success-alert p e, .login-error-alert p e {
    padding-left: 1.25rem; } }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .home-page .hero-section .purpose-full .tablet {
    display: flex; }
  .home-page .hero-section .purpose-full .desktop {
    display: none; }
  .home-page .sustainable-data-sec-desktop .advisors-perks, .home-page .sustainable-data-sec-desktop .investors-perks {
    display: none; }
    .home-page .sustainable-data-sec-desktop .advisors-perks .perk, .home-page .sustainable-data-sec-desktop .investors-perks .perk {
      min-height: 278px !important; }
  .home-page .our-platform-sect .layout-fill {
    height: 20% !important; } }

.front-element {
  z-index: 1; }

.home-page::after {
  content: '';
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  width: 100%;
  height: -webkit-fill-available;
  display: inline-block;
  position: absolute;
  max-height: unset;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0; }

.no-webp .home-page::after {
  background: url("./../images/homepage-grey-lines.svg"); }

.webp .home-page::after {
  background: url("./../images/homepage-grey-lines.webp"); }

.hs-form-iframe {
  min-width: 100% !important;
  width: 100% !important; }

body.impact p {
  line-height: 1.3; }

.hero-section-simple {
  background-image: url("./../images/impact page.png");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom; }
  .hero-section-simple .navbar-brand img {
    width: 8rem; }
  .hero-section-simple .dropdown:hover > .dropdown-menu {
    display: block; }
  .hero-section-simple .dropdown-menu {
    min-width: 7rem;
    left: 50%;
    background-color: #DAF1FF;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .hero-section-simple .tagger p {
    font-size: 1.1rem; }

.subscribe {
  background-color: #f7f7f7; }

.btn-prime {
  width: 30%; }

.process-form.process-one .form-group {
  margin-bottom: 2.3rem; }
  .process-form.process-one .form-group > span {
    line-height: 1;
    font-size: 1.3rem; }
  .process-form.process-one .form-group > span,
  .process-form.process-one .form-group .sel {
    height: 1.5rem; }
  .process-form.process-one .form-group select {
    width: 35%;
    height: 1.5rem;
    border-bottom: 1px solid #00a0ff !important;
    border-radius: 0;
    padding: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    padding-right: 20px; }
    .process-form.process-one .form-group select:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .process-form.process-one .form-group select option {
      padding: 1rem; }
  .process-form.process-one .form-group .toggler > span {
    font-size: 1.2rem; }
  .process-form.process-one .form-group .toggler .checked,
  .process-form.process-one .form-group .toggler .not-checked {
    color: #4a4a4a; }
  .process-form.process-one .form-group .toggler .checked.active,
  .process-form.process-one .form-group .toggler .not-checked.active {
    color: #00a0ff;
    opacity: 1; }

.process-section {
  margin-top: 2.5rem;
  margin-bottom: 7rem; }
  .process-section .process-card {
    border-radius: 6px;
    box-shadow: 5px 10px 30px 0 rgba(41, 26, 204, 0.12);
    overflow: hidden; }
    .process-section .process-card .back-btn {
      color: #22304c;
      position: absolute;
      left: 25px;
      top: 20px;
      font-size: 0.8rem; }
    .process-section .process-card.four .other-content {
      overflow: auto; }
      .process-section .process-card.four .other-content img {
        object-fit: cover;
        width: 16.5rem; }
    .process-section .process-card .custom-bar {
      height: 4px;
      background: #00a0ff;
      position: absolute; }
    .process-section .process-card.one .custom-bar {
      width: 33.3333333%; }
    .process-section .process-card.two .custom-bar {
      width: 66.6666667%; }
    .process-section .process-card.three .custom-bar {
      width: 100%; }
    .process-section .process-card .card-body {
      padding-left: 2rem;
      padding-right: 2rem;
      overflow: hidden; }
      .process-section .process-card .card-body .process-form.process-two > div:last-child {
        flex-basis: 100%; }
      .process-section .process-card .card-body .process-form.process-two .form-group {
        max-width: 100%; }
      .process-section .process-card .card-body .process-form.process-three .form-group {
        margin: 10rem 0; }
      .process-section .process-card .card-body .process-form.process-three .mb-0.pt-3 > button {
        margin-top: -4rem !important;
        margin-bottom: 4rem !important; }

#risk-slider {
  width: 95%; }
  #risk-slider .slider-track {
    height: 4px;
    width: 100%;
    margin-top: -1px;
    background: #e9e9e9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  #risk-slider .slider-tick,
  #risk-slider .slider-tick.in-selection {
    background: #e9e9e9; }
  #risk-slider .slider-tick-label-container {
    margin-top: 4rem;
    color: #22304c; }
    #risk-slider .slider-tick-label-container .slider-tick-label {
      opacity: 0.35; }
      #risk-slider .slider-tick-label-container .slider-tick-label.label-is-selection {
        opacity: 1; }
  #risk-slider .slider-handle {
    top: -2px;
    width: 24px;
    height: 24px;
    box-shadow: 0 2px 21px 0 rgba(0, 160, 255, 0.71);
    background-color: #00a0ff;
    background-image: none;
    /* You can customize the handle and set a background image */ }
  #risk-slider .slider-selection {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

/* ===== Select Box ===== */
.sel {
  font-size: 1rem;
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
  width: 35%;
  background-color: transparent;
  position: relative;
  cursor: pointer; }

.sel.active::before {
  transform: rotateX(-180deg); }

.sel__placeholder {
  display: block;
  pointer-events: none;
  user-select: none;
  visibility: visible;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.sel.active .sel__placeholder::before {
  visibility: visible; }

.sel__box {
  position: absolute;
  top: calc(100% + 4px);
  display: none;
  list-style-type: none;
  text-align: left;
  font-size: 1.3rem;
  background-color: #FFF;
  width: calc(100%);
  box-sizing: border-box;
  margin-left: 0 !important;
  border-radius: 4px;
  box-shadow: 0 1px 12px 0 rgba(177, 186, 208, 0.59);
  padding: 0.4rem 0; }

.sel.active .sel__box {
  display: block;
  animation: fadeInUp 500ms;
  margin-top: 0.3rem;
  z-index: 3; }

.sel__box__options {
  display: list-item;
  padding: 0.2rem 0.7rem;
  opacity: 0.5;
  user-select: none; }

.sel__box__options.selected::after {
  display: inline; }

.sel__box__options:hover {
  background-color: #f4f6fc; }

/* ----- Select Box Black Panther ----- */
.sel {
  border-bottom: 1.5px solid #00a0ff; }

.sel--superman {
  /*   display: none; */
  z-index: 2; }

/* ===== Keyframes ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@media (max-width: 768px) {
  .btn-prime {
    width: 100% !important; }
  .sel {
    width: 100%;
    float: left;
    margin-left: 0; } }

@media (max-width: 480px) {
  .btn-prime {
    width: 100% !important; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 992px) {
  #signupStep .row.goal-inner > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%; }
  #createUserStep .row.goal-inner > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%; } }

@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
  #signupStep .row.goal-inner > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%; }
  #createUserStep .row.goal-inner > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%; } }

@media only screen and (min-device-width: 1024px) and (max-device-width: 1200px) {
  #signupStep .row.goal-inner > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%; }
  #createUserStep .row.goal-inner > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%; } }

@media (min-width: 760px) and (max-width: 1024px) {
  .sel {
    font-size: 1rem;
    display: inline-block !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    width: 43%;
    max-width: 230px;
    position: relative; } }

@media (min-width: 1024px) {
  #signupStep > div > div > div > div > div > div.other-content.pt-4.pl-lg-5.pr-lg-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  #createUserStep > div > div > div > div > div > div.other-content.pt-4.pl-lg-5.pr-lg-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; } }

.activegoal .themes-inner {
  border: 2px solid #00a0ff !important; }

.goal-img-selected {
  border: 1px solid #00a0ff !important; }

#performance-tabContent .goal-inner .col-12 img,
#preferences .process-form .goal-inner .themes-item img,
#signupStep .process-form .goal-inner .themes-item img,
#createUserStep .process-form .goal-inner .themes-item img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  max-width: 100%;
  position: absolute; }

#signupStep .goal-inner .themes-item,
#createUserStep .goal-inner .themes-item,
#performance-tabContent .goal-inner .col-12 {
  max-height: 160px !important;
  padding: 0; }

#signupStep .goal-inner.row,
#createUserStep .goal-inner.row,
#performance-tabContent .goal-inner.row {
  width: 100%;
  margin: 0;
  padding: 0 1rem; }

#performance-tabContent .row.goal-inner .col-12,
#preferences .row.goal-inner .themes-item,
#signupStep .row.goal-inner .themes-item,
#createUserStep .row.goal-inner .themes-item {
  height: 10rem;
  padding: 0;
  margin-bottom: 2rem !important;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  margin: auto;
  min-width: 160px; }

#performance-tabContent .goal-inner .col-12,
#preferences .process-form .goal-inner .themes-inner,
#signupStep .process-form .goal-inner .themes-inner,
#createUserStep .process-form .goal-inner .themes-inner {
  box-shadow: rgba(168, 168, 168, 0.25) 0px 2px 13px 0px;
  border: 2px solid transparent;
  border-radius: 4px;
  position: relative;
  background: #fff;
  overflow: hidden;
  height: 160px;
  width: 160px;
  float: none;
  margin: auto; }

#preferences .process-form .goal-inner .themes-inner {
  float: left; }

#performance-tabContent .row.goal-inner .col-12 img,
#preferences .row.goal-inner .themes-item img,
#signupStep .row.goal-inner .themes-item img,
#createUserStep .row.goal-inner .themes-item img {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
  padding: 0.5rem; }

#performance-tabContent .goal-inner .themes-item.flipped .col-12,
#preferences .row.goal-inner .themes-item.flipped .themes-inner,
#signupStep .process-form .goal-inner .themes-item.flipped .themes-inner,
#createUserStep .process-form .goal-inner .themes-item.flipped .themes-inner {
  border: 2px solid #00a0ff;
  background: #00a0ff; }

#preferences .row.goal-inner .themes-item.unflipped .themes-inner,
#signupStep .row.goal-inner .themes-item.unflipped .themes-inner,
#createUserStep .row.goal-inner .themes-item.unflipped .themes-inner {
  transition: .66s ease-in-out; }

#preferences .row.goal-inner .themes-item.flipped .themes-inner,
#signupStep .row.goal-inner .themes-item.flipped .themes-inner,
#createUserStep .row.goal-inner .themes-item.flipped .themes-inner {
  transition: .66s ease-in-out; }

#preferences .row.goal-inner .themes-item small,
#signupStep .row.goal-inner .themes-item small,
#createUserStep .row.goal-inner .themes-item small {
  font-size: .73rem;
  top: 0;
  left: 0;
  padding: 0 1rem 0 1rem;
  font-weight: 500;
  background-color: #00a0ff;
  color: #fff;
  width: 100%;
  text-transform: capitalize;
  pointer-events: none;
  height: 100%;
  line-height: 1.1;
  display: block;
  overflow: hidden;
  text-align: left; }

#preferences .row.goal-inner .themes-item small .goal-description,
#signupStep .row.goal-inner .themes-item small .goal-description,
#createUserStep .row.goal-inner .themes-item small .goal-description {
  position: absolute;
  top: 50%;
  left: 1rem;
  height: 30%;
  width: calc(100% - 2rem);
  margin: -15% 0 0 0;
  display: flex;
  justify-content: center;
  flex-direction: column; }

#preferences .row.goal-inner .themes-item.unflipped .themes-inner,
#signupStep .row.goal-inner .themes-item.unflipped .themes-inner,
#createUserStep .row.goal-inner .themes-item.unflipped .themes-inner {
  transform: rotateY(0deg); }

#preferences .row.goal-inner .themes-item.flipped .themes-inner,
#signupStep .row.goal-inner .themes-item.flipped .themes-inner,
#createUserStep .row.goal-inner .themes-item.flipped .themes-inner {
  transform: rotateY(180deg); }

#preferences .row.goal-inner .themes-item .themes-inner small,
#signupStep .row.goal-inner .themes-item .themes-inner small,
#createUserStep .row.goal-inner .themes-item .themes-inner small {
  transform: rotateY(180deg);
  transition: .33s ease-in-out; }

#preferences .row.goal-inner .themes-item .themes-inner img,
#signupStep .row.goal-inner .themes-item .themes-inner img,
#createUserStep .row.goal-inner .themes-item .themes-inner img {
  transition: .33s ease-in-out; }

#preferences .row.goal-inner .themes-item.unflipped small,
#signupStep .row.goal-inner .themes-item.unflipped small,
#createUserStep .row.goal-inner .themes-item.unflipped small {
  opacity: 0; }

#preferences .row.goal-inner .themes-item.flipped img,
#signupStep .row.goal-inner .themes-item.flipped img,
#createUserStep .row.goal-inner .themes-item.flipped img {
  opacity: 0; }

#preferences .row.goal-inner .themes-item .themes-inner i,
#signupStep .row.goal-inner .themes-item .themes-inner i,
#createUserStep .row.goal-inner .themes-item .themes-inner i {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 24px !important;
  height: 24px !important;
  z-index: 9;
  color: #fff;
  text-align: center;
  padding: 3px;
  border-radius: 3pc;
  background: #00a0ff;
  font-size: 1rem; }

#preferences .row.goal-inner .themes-item.flipped .themes-inner i,
#signupStep .row.goal-inner .themes-item.flipped .themes-inner i,
#createUserStep .row.goal-inner .themes-item.flipped .themes-inner i {
  background: #fff;
  color: #00a0ff;
  transform: rotateY(180deg);
  transition: .33s ease-in-out;
  right: unset;
  left: 6px; }

#preferences .row.goal-inner .themes-item .swal-icon,
#signupStep .row.goal-inner .themes-item .swal-icon,
#createUserStep .row.goal-inner .themes-item .swal-icon {
  border-color: rgba(255, 255, 255, 0);
  transform: scale(0.5); }

#preferences .row.goal-inner .themes-item .swal-icon--success:after,
#signupStep .row.goal-inner .themes-item .swal-icon--success:after,
#createUserStep .row.goal-inner .themes-item .swal-icon--success:after {
  background: #00a0ff; }

#preferences .row.goal-inner .themes-item .swal-icon--success:before,
#signupStep .row.goal-inner .themes-item .swal-icon--success:before,
#createUserStep .row.goal-inner .themes-item .swal-icon--success:before {
  background: #00a0ff; }

#preferences .row.goal-inner .themes-item .swal-icon--success__line,
#signupStep .row.goal-inner .themes-item .swal-icon--success__line,
#createUserStep .row.goal-inner .themes-item .swal-icon--success__line {
  background-color: #ffffff; }

#preferences .row.goal-inner .themes-item .swal-icon .swal-icon--success__ring,
#signupStep .row.goal-inner .themes-item .swal-icon .swal-icon--success__ring,
#createUserStep .row.goal-inner .themes-item .swal-icon .swal-icon--success__ring {
  border-color: #fff;
  opacity: 0;
  transition: 1s linear; }

#preferences .row.goal-inner .themes-item .swal-icon.swal-icon--success .swal-icon--success__ring,
#signupStep .row.goal-inner .themes-item .swal-icon.swal-icon--success .swal-icon--success__ring,
#createUserStep .row.goal-inner .themes-item .swal-icon.swal-icon--success .swal-icon--success__ring {
  opacity: 1;
  transition: .45s linear; }

#preferences .row.goal-inner .themes-item .swal-icon--success__hide-corners,
#signupStep .row.goal-inner .themes-item .swal-icon--success__hide-corners,
#createUserStep .row.goal-inner .themes-item .swal-icon--success__hide-corners {
  background-color: #00a0ff00; }

@media (max-width: 480px) {
  #performance-tabContent .row.goal-inner .col-12,
  #preferences .row.goal-inner .themes-item,
  #signupStep .row.goal-inner .themes-item,
  #createUserStep .row.goal-inner .themes-item {
    width: 100%;
    height: 10rem !important;
    max-width: unset !important;
    float: none;
    margin: auto;
    margin-bottom: 3rem !important; }
  #performance-tabContent .row.goal-inner .col-12 > *,
  #preferences .row.goal-inner .themes-item > *,
  #signupStep .row.goal-inner .themes-item > *,
  #createUserStep .row.goal-inner .themes-item > * {
    width: 13rem !important;
    max-width: 100%;
    margin: auto;
    height: 13rem !important;
    float: none;
    left: 0;
    right: 0;
    display: block; }
  #performance-tabContent .row.goal-inner .col-12 small,
  #preferences .row.goal-inner .themes-item small,
  #signupStep .row.goal-inner .themes-item small,
  #createUserStep .row.goal-inner .themes-item small {
    font-size: .78rem;
    line-height: 1.2; } }

@media (max-width: 1366px) {
  #preferences .row.goal-inner > div.themes-item.flipped > i,
  #signupStep .row.goal-inner > div.themes-item.flipped > i,
  #createUserStep .row.goal-inner > div.themes-item.flipped > i {
    position: absolute;
    width: 20px !important;
    height: 20px !important;
    z-index: 9;
    color: #00a0ff;
    margin-left: .5rem !important;
    margin-top: .5rem !important;
    text-align: center;
    padding: 3px;
    border-radius: 3pc;
    background: #fff;
    font-size: .8rem; }
  #preferences .row.goal-inner > div.themes-item > i,
  #signupStep .row.goal-inner > div.themes-item > i,
  #createUserStep .row.goal-inner > div.themes-item > i {
    position: absolute;
    width: 20px !important;
    height: 20px !important;
    z-index: 9;
    color: #fff;
    margin-left: .5rem !important;
    margin-top: .5rem !important;
    text-align: center;
    padding: 3px;
    border-radius: 3pc;
    background: #00a0ff;
    font-size: .8rem; } }

@media only screen and (min-device-width: 560px) and (max-device-width: 1024px) and (orientation: landscape) {
  #performance-tabContent .row.goal-inner > div > img,
  #preferences .row.goal-inner > div > img,
  #signupStep .row.goal-inner > div > img,
  #createUserStep .row.goal-inner > div > img {
    left: calc(50% - 5rem) !important; }
  #performance-tabContent .row.goal-inner > div > small,
  #preferences .row.goal-inner > div > small,
  #signupStep .row.goal-inner > div > small,
  #createUserStep .row.goal-inner > div > small {
    margin-left: calc(50% - 5rem) !important; }
  #performance-tabContent .row.goal-inner > div.themes-item > i.fas.fa,
  #preferences .row.goal-inner > div.themes-item > i.fas.fa,
  #signupStep .row.goal-inner > div.themes-item > i.fas.fa,
  #createUserStep .row.goal-inner > div.themes-item > i.fas.fa {
    margin-left: calc(50% - 4.5rem) !important; } }

@media only screen and (max-device-width: 480px) and (orientation: portrait) {
  .profile > .custom-border-bottom {
    border-bottom: solid 0; }
  .profile .profile-section .profile-card {
    box-shadow: none; }
  .profile .profile-section > div > .col-12 {
    padding: 0; }
  .profile-section .profile-card .other-content .outer-tabs .nav-item {
    min-width: 100%;
    padding-bottom: 0 !important; }
  .profile-section .profile-card .other-content .outer-tabs .nav-item a {
    display: block !important;
    min-width: max-content;
    min-width: intrinsic; }
  .profile-section .profile-card .other-content .outer-tabs .owl-item {
    min-width: max-content;
    min-width: intrinsic;
    padding-right: 1rem;
    padding-left: .25rem; }
  .profile-section .profile-card .other-content .outer-tabs {
    padding: 0 !important; } }

@media (min-width: 480px) and (max-width: 1200px) and (orientation: landscape) {
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane#portfolio .inner #portfolio-tabContent .tab-pane#nav-sustainable-goals .row.goal-inner {
    padding-top: 1rem;
    padding-left: .75rem; }
  .risk-tolerance-popper {
    font-size: 0.9rem !important;
    right: 0 !important;
    left: 0 !important;
    top: -6rem !important;
    transform: unset !important;
    min-width: 400px !important;
    padding: 12px !important; } }

@media only screen and (max-width: 767px) {
  .profile > .custom-border-bottom {
    border-bottom: solid 0; }
  .profile .profile-section {
    margin-bottom: 0;
    max-width: unset;
    padding: 0 1rem 0 1rem; }
  .profile .profile-section .profile-card {
    box-shadow: none; }
  .profile .profile-section > div > .col-12 {
    padding: 0; }
  .profile .profile-section .profile-card .other-content .outer-tabs {
    border: solid 0 !important; }
  .profile .profile-section .profile-card .owl-carousel {
    border-bottom: 2px solid #e9e9e9; }
  .profile .profile-section .profile-card .owl-carousel .owl-item {
    min-width: max-content;
    min-width: intrinsic; }
  .profile .profile-section .profile-card .owl-carousel .owl-item:nth-child(1),
  .profile .profile-section .profile-card .owl-carousel .owl-item:nth-child(3) {
    opacity: 0;
    height: 0;
    display: block; }
  .profile .profile-section .profile-card .owl-carousel .owl-item:nth-child(2) {
    padding-left: .75rem; }
  .profile .profile-section .profile-card .owl-carousel .owl-item:nth-child(3) {
    min-height: 0;
    min-width: 0px; }
  .profile .profile-section .profile-card .owl-carousel .owl-item:nth-child(1) {
    min-width: 125px !important;
    max-width: 125px; }
  .profile .profile-section .profile-card .owl-carousel .owl-item.active:nth-child(1) {
    min-width: 16px !important;
    max-width: 16px; }
  .profile .profile-section .profile-card .owl-carousel .owl-item:nth-child(3) {
    max-width: 30px; }
  .profile .profile-section .profile-card .owl-carousel .owl-stage-outer {
    z-index: 2;
    max-width: calc(100vw - 2rem);
    margin: auto; }
  .profile .profile-section .profile-card .owl-carousel.owl-right .owl-stage-outer:before {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), white 90%);
    width: 3rem;
    height: 100%; }
  .profile .profile-section .profile-card .owl-carousel.owl-left .owl-stage-outer:after {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white 90%);
    width: 3rem;
    height: 100%; }
  .profile .profile-section .profile-card .owl-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: 100%;
    z-index: 1; }
  .profile .profile-section .profile-card .owl-carousel .owl-nav > button {
    height: 100%;
    transition: .25s ease-in-out;
    width: 1rem;
    outline: none; }
  .profile .profile-section .profile-card .owl-carousel .owl-nav > button.owl-prev {
    left: 0;
    float: left; }
  .profile .profile-section .profile-card .owl-carousel .owl-nav > button.owl-prev > span {
    border-bottom: 2px solid #acacac;
    border-right: 2px solid #acacac;
    width: 9px;
    height: 9px;
    position: absolute;
    transform: rotate(135deg);
    left: .25rem;
    font-size: 0; }
  .profile .profile-section .profile-card .owl-carousel .owl-nav > button.owl-next {
    right: 0;
    float: right; }
  .profile .profile-section .profile-card .owl-carousel .owl-nav > button.owl-next > span {
    border-bottom: 2px solid #acacac;
    border-right: 2px solid #acacac;
    width: 9px;
    height: 9px;
    position: absolute;
    transform: rotate(-45deg);
    right: .35rem;
    font-size: 0; }
  .profile .profile-section .profile-card .owl-carousel .owl-nav > button.disabled {
    opacity: 0;
    pointer-events: none; }
  .profile .profile-section .profile-card .owl-carousel .nav-item:first-child {
    margin-left: 0 !important; }
  .profile .profile-section .profile-card .owl-carousel .nav-item.last-nav-item {
    margin-right: 2.75rem !important; }
  #nav-financial {
    max-width: 100%; }
  .profile .profile-section .profile-card .other-content .outer-tabs .nav-item {
    min-width: 100%;
    padding-bottom: 0 !important;
    margin-bottom: 0;
    margin-right: 16px; }
  .profile .profile-section .profile-card .other-content .outer-tabs .nav-item a {
    display: block !important;
    min-width: max-content;
    min-width: intrinsic;
    text-align: center; }
  .profile .profile-section .profile-card .other-content .outer-tabs .nav-item {
    min-width: max-content;
    min-width: intrinsic;
    width: auto !important;
    padding-right: 1rem;
    padding-left: .25rem;
    text-align: center;
    margin: auto; }
  .ios.profile .profile-section .profile-card .other-content .outer-tabs .nav-item,
  .safari.profile .profile-section .profile-card .other-content .outer-tabs .nav-item {
    min-width: max-content;
    min-width: intrinsic;
    width: auto !important;
    max-width: 179px;
    padding-right: 0;
    padding-left: .25rem; }
  .profile .profile-section #portfolio .tab-content .tab-pane {
    width: 100%;
    height: 100%; }
  .profile .profile-section .profile-card .other-content .outer-tabs {
    padding: 0 !important;
    width: 100%;
    min-width: 500px;
    margin-right: 3rem; }
  .profile .profile-section .profile-card .other-content .outer-content > .tab-pane {
    padding: 0 1rem;
    background: #fafafa; }
  .profile .profile-section .profile-card .other-content .outer-content > .tab-pane .btn-prime {
    padding: 1rem;
    height: auto; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane #performance-tab {
    display: grid;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: repeat(1, 40px);
    grid-template-columns: repeat(2, 1fr);
    min-height: 45px;
    max-height: 65px; }
  .profile .profile-section .profile-card .other-content .outer-content #portfolio-tab {
    display: grid;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: repeat(3, 40px);
    grid-template-columns: repeat(4, 1fr);
    max-height: 150px; }
  .profile .profile-section .profile-card .other-content .outer-content #portfolio-tab a:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 1; }
  .profile .profile-section .profile-card .other-content .outer-content #portfolio-tab a:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1; }
  .profile .profile-section .profile-card .other-content .outer-content #portfolio-tab a:nth-child(3) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 1; }
  .profile .profile-section .profile-card .other-content .outer-content #portfolio-tab a:nth-child(4) {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 1; }
  .profile .profile-section .profile-card .other-content .outer-content #portfolio-tab a:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2; }
  .profile .profile-section .profile-card .other-content .outer-content #portfolio-tab a:nth-child(6) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 2; }
  .profile .profile-section .profile-card .other-content .outer-content #portfolio-tab a:nth-child(7) {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 3; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane #performance-tab a:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane #performance-tab a:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 1; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane #performance-tab a,
  .profile .profile-section .profile-card .other-content .outer-content #portfolio-tab a {
    text-align: center;
    background-color: #e8eaec;
    border-radius: 4px;
    margin-bottom: 0;
    padding: .75rem .25rem !important;
    font-size: .80rem;
    opacity: 1;
    color: #92929d;
    text-shadow: none;
    letter-spacing: .5px;
    height: 40px;
    line-height: 15px; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane #performance-tab a.active,
  .profile .profile-section .profile-card .other-content .outer-content #portfolio-tab a.active {
    background-color: #00a0ff;
    color: #fff; }
  .profile .pills-tab-content-labels label {
    margin-right: 0rem; }
  .profile .pills-tab-content-labels label:nth-child(1) {
    margin-right: .75rem; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane#portfolio > .row {
    overflow: initial !important; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings .row {
    display: block;
    width: 100%;
    margin: auto; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings .row > .col-12 {
    padding-left: 1px;
    padding-right: 1px; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id td:nth-child(4):after {
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    content: '';
    height: 7px;
    left: 0.15em;
    position: relative;
    top: 0.15em;
    transform: rotate(135deg);
    vertical-align: top;
    width: 7px;
    border-color: #acacac;
    float: right; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id td:nth-child(4) {
    padding-right: .25rem !important; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id td:nth-child(4) .row {
    width: 90% !important; }
    .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id td:nth-child(4) .row .progress {
      width: 100% !important; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id thead tr th:nth-child(3),
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id thead tr th:nth-child(2),
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id td:nth-child(3),
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id td:nth-child(2),
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id td:before {
    display: none; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id thead {
    margin-bottom: 1rem; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id thead tr {
    position: relative;
    display: table;
    top: unset;
    left: unset;
    min-width: 100%;
    box-shadow: unset;
    border-width: 0px !important; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id thead tr th {
    width: 48% !important;
    min-width: 48% !important;
    max-width: 48% !important;
    display: table-cell;
    padding-left: 0; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tbody tr {
    border-width: 0;
    min-height: 80px;
    display: flex; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tbody tr:after {
    content: '';
    border-bottom: solid 3px #ebebeb;
    width: 100vw;
    height: 1px;
    position: absolute;
    display: block;
    left: -1rem !important;
    margin-top: 3px; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id td {
    padding-left: 0rem !important;
    width: 48% !important;
    min-width: 48% !important;
    max-width: 48% !important;
    display: inline-block;
    font-size: .75rem;
    min-height: 68px;
    vertical-align: top;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    overflow: hidden; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings .row {
    display: inline-block; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .progress {
    height: 10px;
    border-radius: .5rem; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id td:nth-child(2) {
    padding-left: 0.6rem !important; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id td:nth-child(6):after {
    content: '';
    border-bottom: 2px solid #acacac;
    border-right: 2px solid #acacac;
    width: 7px;
    height: 7px;
    position: absolute;
    transform: rotate(45deg);
    right: .5rem; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings .table-toolbar div > .form-control,
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings .table-toolbar div > input.form-control,
  .profile #performance_period {
    border-color: #f5f5f5;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    color: #acacac;
    outline: 0;
    height: 50px !important; }
  .profile #performance_period,
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings .table-toolbar div > .form-control {
    box-shadow: unset; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings .row > .col-12 {
    margin-bottom: 1.5rem !important; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings .table-toolbar div > input.form-control:focus {
    border-width: 0 !important; }
  .profile #performance_period,
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings .table-toolbar div > select,
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings .table-toolbar div > select opction {
    color: #495057 !important; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings .table-toolbar div > span {
    border-color: #f5f5f5;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings .table-toolbar div > span i:before {
    color: #acacac !important; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-sustainable-goals {
    width: 125%;
    margin-left: 0%; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-sustainable-goals > .col-12 {
    padding: 0 9px; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-sustainable-goals .row.goal-inner {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
    width: 100%;
    margin: 0; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-sustainable-goals .row.goal-inner > div {
    margin-bottom: .75rem !important;
    margin: auto;
    float: none;
    display: inline-block;
    height: 7.5rem; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-panece .inner #nav-environmental-social > .categories > div {
    padding: 0;
    display: inline-block;
    float: left;
    font-size: 15px;
    white-space: nowrap; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-panece .inner .folio-row > div {
    display: inline-block;
    float: left;
    margin: 0; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-panece .inner #nav-environmental-social .folio-row:not(.categories) > div {
    padding-right: .5rem; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-panece .inner #nav-environmental-social > div:not(.categories) > div .progress {
    width: 90px; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tr.expanded {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    height: 120px; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tr.expanded td {
    order: -1;
    flex: 1 0 33%; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tr.expanded td:nth-child(2),
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tr.expanded td:nth-child(3),
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tr.expanded td:nth-child(2):before,
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tr.expanded td:nth-child(3):before {
    display: block !important;
    color: #acacac;
    margin-top: -0.25rem;
    line-height: 1.2rem;
    width: 100%; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tr.expanded td:nth-child(2):before,
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tr.expanded td:nth-child(3):before {
    float: left;
    left: 0; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tr.expanded td:nth-child(2) {
    order: 7; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tr.expanded td:nth-child(3) {
    order: 8; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tbody tr.expanded:after {
    position: absolute;
    margin-top: 103px; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tr.expanded td:nth-child(6):after {
    border-bottom: 0;
    border-right: 0;
    margin-top: 4px;
    margin-right: 4px;
    border-top: 2px solid #acacac;
    border-left: 2px solid #acacac; }
  .profile .profile-section .profile-card .other-content .outer-content #performance #nav-environmental-social .folio-row.categories {
    display: flex !important; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane#performance .inner .folio-row .title-bold #collapse-toggle {
    float: right !important; }
  .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-sustainable-goals .row.goal-inner > div img {
    max-height: 93px !important; } }

@media only screen and (max-width: 1023px) and (min-width: 481px) and (orientation: portrait) {
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-sustainable-goals {
    width: 115%;
    padding: .75rem;
    margin-left: 0; } }

@media only screen and (min-width: 480px) and (max-width: 991px) {
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-sustainable-goals .row.goal-inner > div {
    max-width: 20%; }
  #signupStep #select_all_goal > div,
  #createUserStep #select_all_goal > div,
  #select_all_goal > div {
    max-width: 160px !important;
    max-height: 160px; } }

@media (min-width: 1024px) and (max-width: 1280px) {
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings > .row {
    margin: 0 !important; }
  .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id th:nth-child(5),
  .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id td:nth-child(5) {
    max-width: 100px; }
  .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id th:nth-child(3),
  .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id td:nth-child(3) {
    min-width: 80px;
    padding: 12px 4px; }
  .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id th:nth-child(1),
  .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id td:nth-child(1) {
    max-width: 115px; }
  .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-sustainable-goals {
    padding-top: 1rem;
    padding-left: 1rem; } }

@media (min-width: 1280px) {
  .profile #portfolio-tabContent {
    display: flex !important;
    justify-content: center !important;
    align-content: center; }
  .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id th:nth-child(5),
  .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id td:nth-child(5) {
    max-width: 100%; }
  .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id th:nth-child(3),
  .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id td:nth-child(3) {
    min-width: 80px;
    padding: 12px 4px; }
  .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id th:nth-child(1),
  .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id td:nth-child(1) {
    max-width: 100%; }
  .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-sustainable-goals {
    padding-top: 1rem;
    padding-left: .5rem; } }

@media (max-width: 1023px) {
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings .row {
    display: block;
    width: 100%;
    margin: auto; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings .row > .col-12 {
    padding-left: 1px;
    padding-right: 1px; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings #table_id thead tr th:nth-child(3),
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings #table_id thead tr th:nth-child(2),
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings #table_id td:nth-child(3),
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings #table_id td:nth-child(2),
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings #table_id td:before {
    display: none; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings #table_id tr.expanded td:nth-child(3),
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings #table_id tr.expanded td:nth-child(4),
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings #table_id tr.expanded td:nth-child(3):before,
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings #table_id tr.expanded td:nth-child(4):before {
    display: block; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings #table_id tr.expanded td:before {
    width: 100%; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings #table_id thead {
    margin-bottom: 1rem; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings #table_id thead tr {
    position: relative;
    display: table;
    top: unset;
    left: unset;
    min-width: 100%;
    box-shadow: unset;
    border-width: 0px !important; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings #table_id thead tr th {
    width: 32%;
    display: table-cell;
    padding-left: 0; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings #table_id tbody tr {
    border-width: 0;
    min-height: 80px;
    display: flex; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings #table_id tbody tr:after {
    content: '';
    border-bottom: solid 3px #ebebeb;
    width: 100vw;
    height: 1px;
    position: absolute;
    display: block;
    left: 0rem;
    margin-top: -5px; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings #table_id td {
    padding-left: 0rem !important;
    width: 48%;
    min-width: 48%;
    max-width: 48%;
    display: inline-block;
    font-size: .75rem;
    min-height: 60px;
    vertical-align: top;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    overflow: hidden; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings .row {
    display: inline-block; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .progress {
    height: 10px;
    border-radius: .5rem; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id td:nth-child(2) {
    padding-left: 0.6rem !important; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id td:nth-child(6):after {
    content: '';
    border-bottom: 2px solid #acacac;
    border-right: 2px solid #acacac;
    width: 7px;
    height: 7px;
    position: absolute;
    transform: rotate(45deg);
    right: .5rem; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings .table-toolbar div > .form-control,
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings .table-toolbar div > input.form-control,
  .profile #performance_period {
    border-color: #f5f5f5;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    color: #acacac;
    outline: 0;
    height: 50px !important;
    width: 100%; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings .table-toolbar div:nth-child(1) > input.form-control {
    width: calc(100% - 41px); }
  .profile #performance_period,
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings .table-toolbar div > .form-control {
    box-shadow: unset; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings .row > .col-12 {
    margin-bottom: 1.5rem !important;
    width: 100% !important;
    max-width: unset; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings .table-toolbar div > input.form-control:focus {
    border-width: 0 !important; }
  .profile #performance_period,
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings .table-toolbar div > select,
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings .table-toolbar div > select opction {
    color: #495057 !important; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings .table-toolbar div > span {
    border-color: #f5f5f5;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings .table-toolbar div > span i:before {
    color: #acacac !important; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tr.expanded {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    height: 120px; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tr.expanded td {
    order: -1;
    flex: 1 0 33%; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tr.expanded td:nth-child(2),
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tr.expanded td:nth-child(3),
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tr.expanded td:nth-child(2):before,
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tr.expanded td:nth-child(3):before {
    display: block;
    color: #acacac; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tr.expanded td:nth-child(2):before,
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tr.expanded td:nth-child(3):before {
    float: left;
    left: 0; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tr.expanded td:nth-child(2) {
    order: 7; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tr.expanded td:nth-child(3) {
    order: 8; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tbody tr.expanded:after {
    position: absolute;
    bottom: 5px; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tr.expanded td:nth-child(6):after {
    border-bottom: 0;
    border-right: 0;
    margin-top: 4px;
    margin-right: 4px;
    border-top: 2px solid #acacac;
    border-left: 2px solid #acacac; } }

@media (min-width: 760px) and (max-width: 767px) {
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tbody tr:after {
    left: -5rem !important;
    margin-top: -1rem; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tr.expanded td:nth-child(3),
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tr.expanded td:nth-child(4),
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tr.expanded td:nth-child(5) {
    margin-top: -2rem;
    display: block !important;
    line-height: 4;
    float: left;
    text-align: left;
    padding-top: 5px !important; }
  .profile td:nth-of-type(2):before {
    font-weight: bold;
    content: "Asset type"; }
  .profile td:nth-of-type(3):before {
    font-weight: bold;
    content: "Country"; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tr.expanded td:nth-child(3):before,
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tr.expanded td:nth-child(4):before,
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id tr.expanded td:nth-child(5):before {
    display: block !important;
    width: 100%;
    height: 20px; } }

@media (max-width: 420px) {
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #nav-environmental-social > .categories > div {
    font-size: 14px; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #nav-environmental-social > div:not(.categories) > div .progress {
    width: 72px; } }

.profile input[type=text],
.profile input[type=email],
.profile input[type=password],
.profile select,
.profile textarea {
  -webkit-appearance: none; }

.profile #portfolio-tabContent {
  display: flex !important;
  justify-content: center !important;
  align-content: center; }

.profile [disabled=disabled] {
  pointer-events: none !important; }

.profile .nav-item > a[disabled=disabled] {
  opacity: .25 !important; }

.non-us-warning {
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 3.45rem;
  max-width: 370px;
  padding: 0; }

.non-us-warning p.mb-3 {
  padding: .5rem 1rem; }

.non-us-warning p.mb-3 e {
  padding-left: 1.75rem; }

@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  .profile-card .other-content .outer-content .nav-link.nav-item {
    font-size: 1rem !important; } }

@media (min-width: 1024px) and (max-width: 1365px) and (orientation: landscape) {
  .profile .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    min-width: 40% !important; } }

@media (min-width: 760px) and (max-width: 1025px) and (orientation: portrait) {
  .ios.profile .profile-section .profile-card .other-content .outer-tabs .nav-item,
  .safari.profile .profile-section .profile-card .other-content .outer-tabs .nav-item {
    margin: auto; }
  .profile .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    min-width: 40% !important; } }

@media (min-width: 760px) and (max-width: 993px) and (orientation: portrait) {
  .ios.profile .profile-section .profile-card .other-content .outer-tabs .nav-item,
  .safari.profile .profile-section .profile-card .other-content .outer-tabs .nav-item {
    margin: auto; }
  .profile .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    min-width: 40% !important; }
  #profileSection > div > div,
  #performance > div.row.no-gutters.justify-content-center > div.col-12.col-md-2.col-lg-2.col-xl-2,
  #preferences div.col-12.col-md-2.col-lg-2.col-xl-2,
  #portfolio > div.row.no-gutters.justify-content-center > div.col-12.col-md-2.col-lg-2.col-xl-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 760px) and (max-width: 767px) and (orientation: portrait) {
  #preferences {
    padding: 0 1rem !important; } }

@media (min-width: 768px) and (max-width: 993px) {
  #performance > div.row.no-gutters.justify-content-center > div.col-12.col-md-2.col-lg-2.col-xl-2,
  #portfolio > div.row.no-gutters.justify-content-center > div.col-12.col-md-2.col-lg-2.col-xl-2,
  #preferences div.col-12.col-md-2.col-lg-2.col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .profile-section .profile-card .other-content .outer-content .nav-link {
    font-size: .9rem !important; } }

@media (min-width: 900px) and (max-width: 1024px) {
  #performance-environmental-social-tab,
  #performance-financial-tab {
    font-size: 1rem !important; }
  #select_all_goal {
    padding: 0 4px !important; } }

#select_all_goal {
  background: transparent; }
  #select_all_goal > div {
    box-shadow: rgba(168, 168, 168, 0.5) 0px 3px 17px -2px;
    border: 2px solid #fff !important;
    border-radius: 4px;
    height: 100%;
    width: calc(100% - 1rem);
    background: #fff;
    float: left;
    margin: auto;
    position: relative;
    max-width: 160px; }
  #select_all_goal > div img {
    box-shadow: unset !important;
    border-color: transparent !important;
    padding: 1rem;
    background-color: transparent;
    width: auto !important;
    margin: auto;
    border-radius: 4px;
    top: unset !important; }
  #select_all_goal span {
    padding-left: 10.65rem;
    height: 10rem;
    line-height: 9.75rem;
    font-size: 2.0rem;
    font-weight: 600;
    color: #00a0ff; }
  #select_all_goal.activegoal > div {
    border: 2px solid #00a0ff !important; }

@media (max-width: 1200px) {
  #select_all_goal > div {
    width: 100%;
    max-width: 500px;
    height: 160px; }
  #preferences #select_all_goal > div > img,
  #signupStep #select_all_goal > div > img,
  #createUserStep #select_all_goal > div > img {
    margin-left: 0; }
  #select_all_goal span {
    padding-left: 4rem; }
  #signupStep #select_all_goal > div,
  #createUserStep #select_all_goal > div {
    max-width: 160px;
    float: none;
    margin: auto; }
  #signupStep #select_all_goal > div > img,
  #createUserStep #select_all_goal > div > img {
    max-width: 8rem !important;
    max-height: 8rem;
    margin: auto !important;
    position: relative !important;
    float: none;
    display: block !important; }
  #signupStep #select_all_goal span,
  #createUserStep #select_all_goal span {
    padding-left: 0rem;
    height: auto;
    line-height: 1rem;
    font-size: 1rem;
    text-align: center;
    width: 100%;
    display: block; } }

@media (max-width: 1025px) {
  #select_all_goal > div {
    width: 100%;
    max-width: 500px; }
  #select_all_goal > div > img {
    max-width: 8rem;
    max-height: 8rem; } }

@media (max-width: 991px) {
  #select_all_goal > div > img {
    max-width: 8rem !important;
    max-height: 8rem;
    margin: auto !important;
    position: relative !important;
    float: none;
    display: block !important; }
  #select_all_goal span {
    padding-left: 0rem;
    height: auto;
    line-height: 1rem;
    font-size: 1rem;
    text-align: center;
    width: 100%;
    display: block; } }

/** same with comingSoonWrapper **/
.comingSoonWrapperLoading > div {
  display: none; }

.comingSoonWrapperLoaded > div {
  display: block; }

@media (min-width: 1025px) {
  .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id th:nth-child(5),
  .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id td:nth-child(5) {
    max-width: 100%; }
  .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id th:nth-child(1),
  .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id td:nth-child(1) {
    max-width: 100%; }
  #nav-holdings {
    min-width: 0; } }

@media only screen and (max-width: 767px) {
  #details-tab a,
  #preferences-tab a,
  #portfolio-tab a,
  #performance-tab a {
    text-align: center;
    background-color: #e8eaec;
    border-radius: 4px;
    margin-bottom: 0 !important;
    padding: .5rem .25rem;
    font-size: .80rem;
    opacity: 1;
    color: #92929d;
    text-shadow: none;
    letter-spacing: .5px;
    height: 40px;
    line-height: 24px; }
  #details-tab a.active,
  #preferences-tab a.active,
  #portfolio-tab a.active,
  #performance-tab a.active {
    background-color: #00a0ff !important;
    color: #fff; } }

.hero-section-simple {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url("./../images/shape header.png"); }
  .hero-section-simple .navbar-brand img {
    width: 8rem; }
  .hero-section-simple .tagger p {
    font-size: 1.1rem; }

.sel {
  text-align: center;
  height: 1.5rem !important;
  color: #00a0ff; }
  .sel.active .sel__placeholder:after {
    content: "\f106"; }
  .sel.active .sel__placeholder__fill:after {
    content: "\f106"; }
  .sel .sel__placeholder {
    font-size: 1.5rem;
    padding: 0 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .sel .sel__placeholder::after {
      font-family: "Font Awesome 5 Free";
      content: "\f105";
      display: inline-block;
      font-weight: 900;
      right: 1px;
      -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
      transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
      -webkit-transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      speak: none;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .sel .sel__placeholder__fill {
    font-size: 1.5rem;
    padding: 0 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .sel .sel__placeholder__fill::after {
      font-family: "Font Awesome 5 Free";
      content: "\f107";
      display: inline-block;
      font-weight: 900;
      right: 1px;
      -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
      transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
      -webkit-transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      speak: none;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.process-form.process-one .form-group > span {
  height: 2rem !important; }

.profile-section {
  margin-top: 5.5rem;
  margin-bottom: 7rem; }
  .profile-section > div > i.fas.fa-circle-notch.fa-spin.fa-lg {
    color: #00a0ff;
    position: absolute;
    left: calc(50% - 1.5rem);
    font-size: 3rem;
    top: 120px;
    z-index: 1000;
    margin-top: 15rem;
    margin: 3rem 0 10rem 0; }
  .profile-section #risk-slider .slider-selection {
    background: #00a0ff; }
  .profile-section .profile-card {
    border-radius: 6px;
    box-shadow: 0 10px 30px 0 rgba(41, 26, 204, 0.12); }
    .profile-section .profile-card .card-title {
      margin-top: 7.5rem; }
    .profile-section .profile-card .card-body {
      overflow: hidden; }
    .profile-section .profile-card .picture-container {
      overflow: hidden;
      /* position: absolute; */
      z-index: 99;
      width: 8rem;
      height: 8rem;
      position: absolute;
      top: -64px;
      margin-right: auto;
      margin-left: auto;
      left: 50%;
      transform: translate(-50%, 0); }
      .profile-section .profile-card .picture-container > div:first-child {
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: url(/assets/images/avatarimage.jpg);
        background-size: contain; }
      .profile-section .profile-card .picture-container div {
        background-size: cover;
        background-position: center; }
    .profile-section .profile-card .other-content .outer-tabs {
      border-bottom: 2px solid #e9e9e9; }
      .profile-section .profile-card .other-content .outer-tabs .nav-item {
        width: 50%;
        overflow: hidden;
        font-weight: bold;
        text-align: center; }
        .profile-section .profile-card .other-content .outer-tabs .nav-item .nav-link {
          color: #2e2b42;
          opacity: 0.4;
          padding: 0.25rem 0.25rem 0.5rem;
          border-top: none;
          border-left: none;
          border-right: none; }
          .profile-section .profile-card .other-content .outer-tabs .nav-item .nav-link:hover {
            border: none; }
          .profile-section .profile-card .other-content .outer-tabs .nav-item .nav-link.active {
            position: relative;
            opacity: 1; }
            .profile-section .profile-card .other-content .outer-tabs .nav-item .nav-link.active:after {
              content: '';
              position: absolute;
              bottom: -2px;
              left: 0;
              right: 0;
              background: #00a0ff;
              height: 4px;
              border-radius: 14px; }
    .profile-section .profile-card .other-content .outer-content .form-signish .form-group {
      margin-bottom: 2.5rem; }
      .profile-section .profile-card .other-content .outer-content .form-signish .form-group:last-child div.text-right {
        font-size: 0.8rem; }
    .profile-section .profile-card .other-content .outer-content .preferences-form .slider-group {
      margin-bottom: 5.5rem !important; }
    .profile-section .profile-card .other-content .outer-content .tab-pane {
      margin-bottom: 0; }
      .profile-section .profile-card .other-content .outer-content .tab-pane > .row {
        overflow: hidden;
        border-radius: 6px;
        height: auto !important; }
      .profile-section .profile-card .other-content .outer-content .tab-pane .nav-link {
        border: none;
        opacity: 0.5;
        color: #2e2b42;
        font-weight: bold;
        font-family: "Poppins-Regular";
        margin-bottom: 1rem; }
        .profile-section .profile-card .other-content .outer-content .tab-pane .nav-link.active {
          opacity: 1; }
      .profile-section .profile-card .other-content .outer-content .tab-pane .inner {
        background-color: #fafafa; }
        .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-sector {
          height: 100%;
          overflow-y: auto; }
        .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings {
          height: 100%;
          width: 100%; }
          .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings .table-toolbar > div {
            padding: 0 8px; }
          .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings .table-toolbar div > .form-control {
            font-size: 14px;
            height: calc(2rem + 2px); }
          .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings .table-toolbar div > input.form-control {
            border-right: none; }
          .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings .table-toolbar div > span {
            border-left: none;
            background-color: #fff !important;
            border-bottom-right-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings #table_id th,
          .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings #table_id td {
            border: none !important;
            font-size: 14px;
            vertical-align: middle; }
            .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings #table_id th .row .progress,
            .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings #table_id td .row .progress {
              width: 80%; }
        .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-funds {
          width: 100%;
          padding: 0 2rem; }
          .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-funds table thead tr th {
            border-top: 0;
            border-bottom: 2px solid #dee2e6;
            border-left: 0; }
            .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-funds table thead tr th span {
              font-weight: 500; }
          .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-funds table tbody tr td {
            border-top: 0;
            border-bottom: 2px solid #dee2e6;
            border-left: 0; }
        .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-sustainable-goals {
          height: 100%; }
          .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-sustainable-goals .row.goal-inner > div {
            border-radius: 4px;
            height: 8rem;
            margin-bottom: 1.5rem;
            padding-top: 5px;
            padding-left: 0px;
            padding-right: 0px;
            margin-left: 8px;
            margin-right: 8px;
            text-align: center;
            justify-content: center;
            box-shadow: 0 2px 17px 0 rgba(168, 168, 168, 0.5);
            background-color: #ffffff; }
            .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-sustainable-goals .row.goal-inner > div img {
              width: 100%;
              height: 100%;
              max-height: 100px;
              margin-top: -5px;
              object-fit: contain;
              padding: 0;
              border-radius: 4px; }
          .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-sustainable-goals .row.goal-inner div .goal-progress {
            justify-content: center;
            font-weight: bold;
            border-top: 1px solid #e9e9e9;
            padding: 2px 0; }
        .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .folio-row.asset-folio > div:nth-last-child(2),
        .profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .folio-row > div:last-child {
          opacity: 0.36; }
        .profile-section .profile-card .other-content .outer-content .tab-pane .inner .folio-row {
          margin-bottom: 2rem; }
          .profile-section .profile-card .other-content .outer-content .tab-pane .inner .folio-row > div:nth-child(2) {
            padding-left: 0.5rem;
            padding-right: 0.5rem; }
          .profile-section .profile-card .other-content .outer-content .tab-pane .inner .folio-row .folio-children-wrapper {
            opacity: 1 !important; }
            .profile-section .profile-card .other-content .outer-content .tab-pane .inner .folio-row .folio-children-wrapper .children-folio-row {
              margin-bottom: 1rem; }
              .profile-section .profile-card .other-content .outer-content .tab-pane .inner .folio-row .folio-children-wrapper .children-folio-row:first-child {
                margin-top: 1rem; }
              .profile-section .profile-card .other-content .outer-content .tab-pane .inner .folio-row .folio-children-wrapper .children-folio-row > div:first-child {
                font-size: .9rem; }
              .profile-section .profile-card .other-content .outer-content .tab-pane .inner .folio-row .folio-children-wrapper .children-folio-row .progress {
                height: .333rem; }
              .profile-section .profile-card .other-content .outer-content .tab-pane .inner .folio-row .folio-children-wrapper .children-folio-row > div:last-child {
                opacity: 0.36;
                font-size: .833rem; }
              .profile-section .profile-card .other-content .outer-content .tab-pane .inner .folio-row .folio-children-wrapper .children-folio-row:last-child {
                margin-bottom: .5rem; }
          .profile-section .profile-card .other-content .outer-content .tab-pane .inner .folio-row.has-children {
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            display: flex;
            padding: 0;
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            position: relative; }
            .profile-section .profile-card .other-content .outer-content .tab-pane .inner .folio-row.has-children .assets-name:after {
              font-family: "Font Awesome 5 Free";
              content: "\f107";
              display: inline-block;
              pointer-events: none;
              transform-origin: center;
              -webkit-transform-origin: center;
              margin-left: 9px;
              width: 9px;
              height: 9px;
              top: 3px;
              border: 0;
              line-height: 1;
              font-size: 18px;
              position: absolute;
              font-weight: 600;
              transition: all 150ms ease-in-out !important; }
            .profile-section .profile-card .other-content .outer-content .tab-pane .inner .folio-row.has-children .folio-children-wrapper {
              display: none;
              font-size: .875rem;
              position: absolute;
              top: 100%;
              z-index: 20;
              flex-direction: column;
              position: absolute;
              transition: all 150ms ease-in-out !important; }
          .profile-section .profile-card .other-content .outer-content .tab-pane .inner .folio-row.has-children.toggled .assets-name:after {
            content: "\f106"; }
          .profile-section .profile-card .other-content .outer-content .tab-pane .inner .folio-row.has-children.toggled .folio-children-wrapper {
            display: block;
            opacity: 1;
            position: relative;
            pointer-events: auto;
            z-index: 99;
            overflow: hidden; }
        .profile-section .profile-card .other-content .outer-content .tab-pane .inner .progress {
          height: 0.5rem;
          background-color: #e9e9e9; }
          .profile-section .profile-card .other-content .outer-content .tab-pane .inner .progress .progress-bar {
            background-color: #6ac7ff; }
    .profile-section .profile-card .other-content .outer-content .tab-pane#performance,
    .profile-section .profile-card .other-content .outer-content #preferences-tab {
      margin-bottom: 0 !important; }
      .profile-section .profile-card .other-content .outer-content .tab-pane#performance #performance-tab .nav-item,
      .profile-section .profile-card .other-content .outer-content #preferences-tab #performance-tab .nav-item {
        width: 100% !important; }
      .profile-section .profile-card .other-content .outer-content .tab-pane#performance > .row,
      .profile-section .profile-card .other-content .outer-content #preferences-tab > .row {
        overflow: hidden !important;
        border-radius: 6px;
        height: auto !important;
        min-height: 150px; }
      .profile-section .profile-card .other-content .outer-content .tab-pane#performance .nav-link,
      .profile-section .profile-card .other-content .outer-content #preferences-tab .nav-link {
        border: none;
        opacity: 0.5;
        color: #2e2b42;
        font-weight: bold;
        font-family: "Poppins-Regular";
        margin-bottom: 1rem;
        text-align: center; }
        .profile-section .profile-card .other-content .outer-content .tab-pane#performance .nav-link.active,
        .profile-section .profile-card .other-content .outer-content #preferences-tab .nav-link.active {
          opacity: 1; }
      .profile-section .profile-card .other-content .outer-content .tab-pane#performance .inner,
      .profile-section .profile-card .other-content .outer-content #preferences-tab .inner {
        background-color: #fafafa; }
        .profile-section .profile-card .other-content .outer-content .tab-pane#performance .inner .folio-row,
        .profile-section .profile-card .other-content .outer-content #preferences-tab .inner .folio-row {
          margin-bottom: 1rem;
          font-size: 14px; }
          .profile-section .profile-card .other-content .outer-content .tab-pane#performance .inner .folio-row .col-9 .row,
          .profile-section .profile-card .other-content .outer-content .tab-pane#performance .inner .folio-row .col-md-3 .row,
          .profile-section .profile-card .other-content .outer-content #preferences-tab .inner .folio-row .col-9 .row,
          .profile-section .profile-card .other-content .outer-content #preferences-tab .inner .folio-row .col-md-3 .row {
            margin-left: 0px; }
          .profile-section .profile-card .other-content .outer-content .tab-pane#performance .inner .folio-row .title-divider,
          .profile-section .profile-card .other-content .outer-content #preferences-tab .inner .folio-row .title-divider {
            font-size: 16px; }
          .profile-section .profile-card .other-content .outer-content .tab-pane#performance .inner .folio-row .title-bold,
          .profile-section .profile-card .other-content .outer-content #preferences-tab .inner .folio-row .title-bold {
            font-weight: bold;
            font-size: 16px; }
            .profile-section .profile-card .other-content .outer-content .tab-pane#performance .inner .folio-row .title-bold #collapse-toggle,
            .profile-section .profile-card .other-content .outer-content #preferences-tab .inner .folio-row .title-bold #collapse-toggle {
              margin: 8px; }
        .profile-section .profile-card .other-content .outer-content .tab-pane#performance .inner .folio-row.divider,
        .profile-section .profile-card .other-content .outer-content #preferences-tab .inner .folio-row.divider {
          border-bottom: solid 1px #ebebeb; }
          .profile-section .profile-card .other-content .outer-content .tab-pane#performance .inner .folio-row.divider .title-bold:hover,
          .profile-section .profile-card .other-content .outer-content #preferences-tab .inner .folio-row.divider .title-bold:hover {
            cursor: pointer; }
        .profile-section .profile-card .other-content .outer-content .tab-pane#performance .inner #nav-environmental-social,
        .profile-section .profile-card .other-content .outer-content #preferences-tab .inner #nav-environmental-social {
          height: 100%; }
          .profile-section .profile-card .other-content .outer-content .tab-pane#performance .inner #nav-environmental-social .progress,
          .profile-section .profile-card .other-content .outer-content #preferences-tab .inner #nav-environmental-social .progress {
            height: 0.5rem;
            background-color: #e9e9e9;
            width: 60%; }
            .profile-section .profile-card .other-content .outer-content .tab-pane#performance .inner #nav-environmental-social .progress .progress-bar,
            .profile-section .profile-card .other-content .outer-content #preferences-tab .inner #nav-environmental-social .progress .progress-bar {
              background-color: #6ac7ff; }
    .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details > .row {
      border-radius: 6px;
      height: auto !important; }
      .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details > .row .indicator-btn {
        background-color: #ffffff;
        box-shadow: 0 2px 17px 0 rgba(168, 168, 168, 0.5);
        color: #2e2b42; }
        .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details > .row .indicator-btn > i {
          opacity: 1; }
      .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details > .row .indicators-container {
        margin-top: 6rem;
        margin-bottom: 3rem;
        justify-content: space-between; }
    .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .row {
      margin-left: 0rem;
      margin-right: 0rem;
      height: inherit; }
      .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .row .nav-link i {
        margin-right: 0.5rem; }
      .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .row .nav-link,
      .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .row i {
        color: #2e2b42;
        opacity: 0.4;
        cursor: pointer; }
    .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .title-bold {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 1rem; }
    .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .details {
      font-size: 14px; }
    .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .progress {
      height: 0.5rem;
      background-color: #e9e9e9;
      width: 100%; }
      .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .progress .progress-bar {
        background-color: #00a0ff; }
    .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .goal-inner {
      justify-content: space-around;
      align-items: end; }
      .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .goal-inner > div {
        border-radius: 4px;
        height: auto;
        min-height: 5rem;
        margin-bottom: 1.5rem;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 8px;
        margin-right: 8px;
        text-align: center;
        justify-content: center;
        border: 1px solid #e9e9e9;
        background-color: #ffffff; }
        .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .goal-inner > div img {
          background-color: #ffffff;
          width: 100%;
          height: 98%;
          object-fit: contain;
          padding: 0rem;
          border-radius: 4px; }
      .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .goal-inner .goal {
        transition: .15s ease-in-out; }
        .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .goal-inner .goal .collapsing {
          opacity: 0; }
        .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .goal-inner .goal .collapse,
        .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .goal-inner .goal .collapsing {
          border-top: none;
          border-bottom: 0px solid #e9e9e9;
          border-right: 0px solid #e9e9e9;
          border-left: 0px solid #e9e9e9;
          height: fit-content;
          border-radius: 4px;
          transition: .12s ease-in-out; }
          .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .goal-inner .goal .collapse .collapse-content,
          .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .goal-inner .goal .collapsing .collapse-content {
            padding: 0px;
            transition: .125s ease-in-out;
            border-top: 1px solid #e9e9e9; }
            .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .goal-inner .goal .collapse .collapse-content .collapse-content-inner,
            .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .goal-inner .goal .collapsing .collapse-content .collapse-content-inner {
              padding: 4px 0.5rem; }
            .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .goal-inner .goal .collapse .collapse-content .collapse-content-text,
            .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .goal-inner .goal .collapsing .collapse-content .collapse-content-text {
              color: #2e2b42;
              opacity: 0.4;
              font-size: 14px;
              align-self: center; }
            .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .goal-inner .goal .collapse .collapse-content img,
            .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .goal-inner .goal .collapsing .collapse-content img {
              padding: 0px; }
      .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .goal-inner .goal.collapsed .collapsing {
        height: 0; }
      .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .goal-inner .goal-inner-detail {
        padding: 0px 2px;
        min-height: 5rem;
        align-items: center;
        display: flex;
        justify-content: center; }
        .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .goal-inner .goal-inner-detail > span {
          font-size: 14px;
          font-weight: bold; }
      .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .goal-inner .goal-inner-detail.img {
        border-right: 1px solid #e9e9e9;
        height: inherit; }
    .profile-section .profile-card .other-content .outer-content #performance .nav-item {
      width: 10rem; }
      .profile-section .profile-card .other-content .outer-content #performance .nav-item:first-child .nav-link {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      .profile-section .profile-card .other-content .outer-content #performance .nav-item:last-child .nav-link {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
      .profile-section .profile-card .other-content .outer-content #performance .nav-item .nav-link {
        color: #cfcfcf;
        background-color: transparent;
        border: 2px solid #cfcfcf;
        height: 100%; }
        .profile-section .profile-card .other-content .outer-content #performance .nav-item .nav-link.active {
          background-color: #00a0ff;
          color: white;
          border: 0; }
    .profile-section .profile-card .other-content .outer-content #performance #performance-tabContent .row.goal-inner > div {
      border-radius: 4px;
      height: 10.032rem;
      margin-bottom: 1.5rem; }
      .profile-section .profile-card .other-content .outer-content #performance #performance-tabContent .row.goal-inner > div img {
        box-shadow: 0 2px 17px 0 rgba(168, 168, 168, 0.5);
        background-color: #ffffff;
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 0.5rem;
        border-radius: 4px; }
    .profile-section .profile-card .other-content .outer-content #performance #performance-tabContent #pills-tab {
      margin-bottom: 1rem !important; }
      .profile-section .profile-card .other-content .outer-content #performance #performance-tabContent #pills-tab .nav-link {
        background-color: transparent;
        color: #2e2b42;
        opacity: 1;
        position: relative;
        margin-bottom: 0;
        font-weight: 500; }
        .profile-section .profile-card .other-content .outer-content #performance #performance-tabContent #pills-tab .nav-link.active {
          opacity: 1;
          color: #00a0ff; }
          .profile-section .profile-card .other-content .outer-content #performance #performance-tabContent #pills-tab .nav-link.active:after {
            display: none;
            content: '';
            position: absolute;
            bottom: 0;
            height: 3px;
            width: 1.5rem;
            left: 50%;
            /* -webkit-transform: translateX(-50%); */
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            background-color: #00a0ff; }
    .profile-section .profile-card .other-content .outer-content #performance .company-container .input-group span i,
    .profile-section .profile-card .other-content .outer-content #performance .company-container .input-group input::placeholder {
      opacity: 0.41; }
    .profile-section .profile-card .other-content .outer-content #performance .company-container .input-group span,
    .profile-section .profile-card .other-content .outer-content #performance .company-container .input-group input {
      border-color: #929292;
      border-width: 0 0 2px 0;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .profile-section .profile-card .other-content .outer-content #performance .pills-container .pill {
      width: 8rem;
      height: 8rem;
      border-radius: 50%;
      -webkit-box-shadow: 0 2px 10px 0 rgba(41, 26, 204, 0.12);
      -moz-box-shadow: 0 2px 10px 0 rgba(41, 26, 204, 0.12);
      box-shadow: 0 2px 10px 0 rgba(41, 26, 204, 0.12); }
      .profile-section .profile-card .other-content .outer-content #performance .pills-container .pill .stats {
        display: none; }
      .profile-section .profile-card .other-content .outer-content #performance .pills-container .pill input:checked ~ .checkmark {
        background-color: #00a0ff;
        color: white; }
        .profile-section .profile-card .other-content .outer-content #performance .pills-container .pill input:checked ~ .checkmark .stats {
          display: inline; }
    .profile-section .profile-card .other-content .outer-content #performance .pills-container .custom-checkbox .checkmark {
      background-color: transparent;
      padding: 0.5rem;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      text-align: center; }
      .profile-section .profile-card .other-content .outer-content #performance .pills-container .custom-checkbox .checkmark span {
        white-space: normal; }
    .profile-section .profile-card .other-content .outer-content #performance .goal-step-two {
      max-height: 30rem;
      overflow-y: auto; }
    .profile-section .profile-card .other-content .outer-content #performance .back-footer {
      height: 3rem;
      width: 100%;
      left: 0;
      bottom: 0;
      -webkit-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.04);
      -moz-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.04);
      box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.04); }
      .profile-section .profile-card .other-content .outer-content #performance .back-footer button {
        opacity: 0.5; }

.profile .profile-section .input-container,
.profile .section-signish .input-container,
.login .profile-section .input-container,
.login .section-signish .input-container {
  position: relative; }
  .profile .profile-section .input-container i,
  .profile .profile-section .input-container svg,
  .profile .section-signish .input-container i,
  .profile .section-signish .input-container svg,
  .login .profile-section .input-container i,
  .login .profile-section .input-container svg,
  .login .section-signish .input-container i,
  .login .section-signish .input-container svg {
    fill: #00a0ff;
    color: #00a0ff;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(0, -50%);
    transition: all .28s ease-in-out; }
  .profile .profile-section .input-container .fa-pencil-alt,
  .profile .section-signish .input-container .fa-pencil-alt,
  .login .profile-section .input-container .fa-pencil-alt,
  .login .section-signish .input-container .fa-pencil-alt {
    opacity: 0 !important; }
  .profile .profile-section .input-container.focused .fa-pencil-alt,
  .profile .section-signish .input-container.focused .fa-pencil-alt,
  .login .profile-section .input-container.focused .fa-pencil-alt,
  .login .section-signish .input-container.focused .fa-pencil-alt {
    opacity: 1 !important;
    color: #00a0ff !important; }
  .profile .profile-section .input-container:not(:hover) .fa-pencil-alt:not(:hover),
  .profile .profile-section .input-container .fa-pencil-alt:not(:hover),
  .profile .section-signish .input-container:not(:hover) .fa-pencil-alt:not(:hover),
  .profile .section-signish .input-container .fa-pencil-alt:not(:hover),
  .login .profile-section .input-container:not(:hover) .fa-pencil-alt:not(:hover),
  .login .profile-section .input-container .fa-pencil-alt:not(:hover),
  .login .section-signish .input-container:not(:hover) .fa-pencil-alt:not(:hover),
  .login .section-signish .input-container .fa-pencil-alt:not(:hover) {
    opacity: .41 !important;
    color: #929292 !important; }
  .profile .profile-section .input-container.focused .fa-pencil-alt:hover,
  .profile .profile-section .input-container.focused:hover .fa-pencil-alt,
  .profile .section-signish .input-container.focused .fa-pencil-alt:hover,
  .profile .section-signish .input-container.focused:hover .fa-pencil-alt,
  .login .profile-section .input-container.focused .fa-pencil-alt:hover,
  .login .profile-section .input-container.focused:hover .fa-pencil-alt,
  .login .section-signish .input-container.focused .fa-pencil-alt:hover,
  .login .section-signish .input-container.focused:hover .fa-pencil-alt {
    opacity: 1 !important;
    color: #00a0ff !important; }
  .profile .profile-section .input-container:not(.focused) .fa-pencil-alt,
  .profile .profile-section .input-container:not(.focused) .fa-pencil-alt:hover,
  .profile .profile-section .input-container:not(.focused) .fa-pencil-alt:not(:hover),
  .profile .section-signish .input-container:not(.focused) .fa-pencil-alt,
  .profile .section-signish .input-container:not(.focused) .fa-pencil-alt:hover,
  .profile .section-signish .input-container:not(.focused) .fa-pencil-alt:not(:hover),
  .login .profile-section .input-container:not(.focused) .fa-pencil-alt,
  .login .profile-section .input-container:not(.focused) .fa-pencil-alt:hover,
  .login .profile-section .input-container:not(.focused) .fa-pencil-alt:not(:hover),
  .login .section-signish .input-container:not(.focused) .fa-pencil-alt,
  .login .section-signish .input-container:not(.focused) .fa-pencil-alt:hover,
  .login .section-signish .input-container:not(.focused) .fa-pencil-alt:not(:hover) {
    opacity: 0 !important;
    pointer-events: none; }
  .profile .profile-section .input-container svg,
  .profile .section-signish .input-container svg,
  .login .profile-section .input-container svg,
  .login .section-signish .input-container svg {
    cursor: pointer; }
  .profile .profile-section .input-container.valid-psw svg,
  .profile .section-signish .input-container.valid-psw svg,
  .login .profile-section .input-container.valid-psw svg,
  .login .section-signish .input-container.valid-psw svg {
    right: 38px; }
  .profile .profile-section .input-container svg *,
  .profile .section-signish .input-container svg *,
  .login .profile-section .input-container svg *,
  .login .section-signish .input-container svg * {
    fill: #00a0ff;
    color: #00a0ff; }
  .profile .profile-section .input-container svg:hover,
  .profile .profile-section .input-container svg:hover *,
  .profile .section-signish .input-container svg:hover,
  .profile .section-signish .input-container svg:hover *,
  .login .profile-section .input-container svg:hover,
  .login .profile-section .input-container svg:hover *,
  .login .section-signish .input-container svg:hover,
  .login .section-signish .input-container svg:hover * {
    fill: #00a0ff !important;
    color: #00a0ff !important;
    opacity: 1 !important; }
  .profile .profile-section .input-container input,
  .profile .section-signish .input-container input,
  .login .profile-section .input-container input,
  .login .section-signish .input-container input {
    padding-right: 2rem; }
  .profile .profile-section .input-container input,
  .profile .profile-section .input-container select,
  .profile .section-signish .input-container input,
  .profile .section-signish .input-container select,
  .login .profile-section .input-container input,
  .login .profile-section .input-container select,
  .login .section-signish .input-container input,
  .login .section-signish .input-container select {
    line-height: 30px;
    max-height: 46px; }
  .profile .profile-section .input-container input:-webkit-autofill,
  .profile .profile-section .input-container input:-webkit-autofill:hover,
  .profile .profile-section .input-container input:-webkit-autofill:focus,
  .profile .section-signish .input-container input:-webkit-autofill,
  .profile .section-signish .input-container input:-webkit-autofill:hover,
  .profile .section-signish .input-container input:-webkit-autofill:focus,
  .login .profile-section .input-container input:-webkit-autofill,
  .login .profile-section .input-container input:-webkit-autofill:hover,
  .login .profile-section .input-container input:-webkit-autofill:focus,
  .login .section-signish .input-container input:-webkit-autofill,
  .login .section-signish .input-container input:-webkit-autofill:hover,
  .login .section-signish .input-container input:-webkit-autofill:focus {
    -webkit-text-fill-color: #2e2b42;
    -webkit-box-shadow: 0 0 0px 1000px #f6f6f6 inset;
    transition: background-color 5000s ease-in-out 0s; }
  .profile .profile-section .input-container input:-webkit-autofill:focus,
  .profile .section-signish .input-container input:-webkit-autofill:focus,
  .login .profile-section .input-container input:-webkit-autofill:focus,
  .login .section-signish .input-container input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #e8f0fe inset, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.profile .profile-section .profile-card .card-title,
.profile .section-signish .profile-card .card-title,
.login .profile-section .profile-card .card-title,
.login .section-signish .profile-card .card-title {
  margin-top: 5.5rem;
  text-transform: capitalize; }

.profile .profile-section .input-container input::-ms-clear,
.profile .profile-section .input-container input::-ms-reveal,
.profile .section-signish .input-container input::-ms-clear,
.profile .section-signish .input-container input::-ms-reveal,
.login .profile-section .input-container input::-ms-clear,
.login .profile-section .input-container input::-ms-reveal,
.login .section-signish .input-container input::-ms-clear,
.login .section-signish .input-container input::-ms-reveal {
  display: none; }

.profile .profile-section .input-container .form-control:focus,
.profile .section-signish .input-container .form-control:focus,
.login .profile-section .input-container .form-control:focus,
.login .section-signish .input-container .form-control:focus {
  color: #495057;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.profile .profile-section .input-container.focused .form-control:focus,
.profile .section-signish .input-container.focused .form-control:focus,
.login .profile-section .input-container.focused .form-control:focus,
.login .section-signish .input-container.focused .form-control:focus {
  color: #495057;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.profile .profile-section .input-container.focused input:-webkit-autofill,
.profile .profile-section .input-container.focused input:-webkit-autofill:hover,
.profile .profile-section .input-container.focused input:-webkit-autofill:focus,
.profile .section-signish .input-container.focused input:-webkit-autofill,
.profile .section-signish .input-container.focused input:-webkit-autofill:hover,
.profile .section-signish .input-container.focused input:-webkit-autofill:focus,
.login .profile-section .input-container.focused input:-webkit-autofill,
.login .profile-section .input-container.focused input:-webkit-autofill:hover,
.login .profile-section .input-container.focused input:-webkit-autofill:focus,
.login .section-signish .input-container.focused input:-webkit-autofill,
.login .section-signish .input-container.focused input:-webkit-autofill:hover,
.login .section-signish .input-container.focused input:-webkit-autofill:focus {
  -webkit-text-fill-color: #2e2b42;
  -webkit-box-shadow: 0 0 0px 1000px #e8f0fe inset, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  transition: background-color 5000s ease-in-out 0s; }

.profile .profile-section .input-container svg,
.profile .profile-section .input-container .fa-pencil-alt,
.profile .section-signish .input-container svg,
.profile .section-signish .input-container .fa-pencil-alt,
.login .profile-section .input-container svg,
.login .profile-section .input-container .fa-pencil-alt,
.login .section-signish .input-container svg,
.login .section-signish .input-container .fa-pencil-alt {
  color: #929292 !important;
  fill: #929292 !important;
  opacity: .41; }

.profile .profile-section .input-container svg *,
.profile .section-signish .input-container svg *,
.login .profile-section .input-container svg *,
.login .section-signish .input-container svg * {
  color: #929292 !important;
  fill: #929292 !important; }

.profile .profile-section .input-container.focus svg,
.profile .profile-section .input-container.focused .fa-pencil-alt,
.profile .section-signish .input-container.focus svg,
.profile .section-signish .input-container.focused .fa-pencil-alt,
.login .profile-section .input-container.focus svg,
.login .profile-section .input-container.focused .fa-pencil-alt,
.login .section-signish .input-container.focus svg,
.login .section-signish .input-container.focused .fa-pencil-alt {
  fill: #00a0ff !important;
  color: #00a0ff !important;
  opacity: 1; }

.profile .profile-section .input-container.focus svg *,
.profile .profile-section .input-container.focus svg:hover *,
.profile .section-signish .input-container.focus svg *,
.profile .section-signish .input-container.focus svg:hover *,
.login .profile-section .input-container.focus svg *,
.login .profile-section .input-container.focus svg:hover *,
.login .section-signish .input-container.focus svg *,
.login .section-signish .input-container.focus svg:hover * {
  fill: #00a0ff !important;
  color: #00a0ff !important; }

.profile .profile-section .input-container select,
.profile .section-signish .input-container select,
.login .profile-section .input-container select,
.login .section-signish .input-container select {
  padding-right: 0; }

.profile .profile-section .input-container select::-ms-expand,
.profile .section-signish .input-container select::-ms-expand,
.login .profile-section .input-container select::-ms-expand,
.login .section-signish .input-container select::-ms-expand {
  display: none; }

.profile .profile-section .input-container select,
.profile .section-signish .input-container select,
.login .profile-section .input-container select,
.login .section-signish .input-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; }

.profile .profile-section .input-container.Dob > div:after,
.profile .profile-section .input-container.countrySel > div:after,
.profile .section-signish .input-container.Dob > div:after,
.profile .section-signish .input-container.countrySel > div:after,
.login .profile-section .input-container.Dob > div:after,
.login .profile-section .input-container.countrySel > div:after,
.login .section-signish .input-container.Dob > div:after,
.login .section-signish .input-container.countrySel > div:after {
  content: '';
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  right: 9px;
  top: 20px;
  transform: rotate(45deg);
  border-bottom: 3px solid #cdcdcd;
  border-right: 3px solid #cdcdcd; }

.profile .profile-section .input-container.Dob > div:nth-child(2):after,
.profile .profile-section .input-container.Dob > div:nth-child(3):after,
.profile .section-signish .input-container.Dob > div:nth-child(2):after,
.profile .section-signish .input-container.Dob > div:nth-child(3):after,
.login .profile-section .input-container.Dob > div:nth-child(2):after,
.login .profile-section .input-container.Dob > div:nth-child(3):after,
.login .section-signish .input-container.Dob > div:nth-child(2):after,
.login .section-signish .input-container.Dob > div:nth-child(3):after {
  right: 24px; }

.Dob {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  float: left;
  display: flex; }

.Dob .col-4:nth-child(2),
.Dob .col-4:nth-child(3) {
  padding-left: 0;
  display: inline-block; }

.Dob .col-4:nth-child(4) {
  padding-right: 0;
  padding-left: 0;
  display: inline-block; }

.upload-btn-wrapper {
  overflow: hidden;
  /* overflow: hidden; */
  /* display: inline-block; */
  right: 0;
  bottom: 0; }
  .upload-btn-wrapper .btn {
    z-index: 2; }
  .upload-btn-wrapper .btn,
  .upload-btn-wrapper input[type=file] {
    background-color: #00a0ff;
    overflow: hidden;
    bottom: 3px;
    right: 9px;
    position: absolute;
    padding: 0;
    width: 2rem;
    height: 2rem;
    border: 2px solid white;
    border-radius: 50%; }
  .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    opacity: 0; }

@media (min-width: 1024px) and (max-width: 1366px) {
  #portfolio #portfolio-tabContent #nav-sustainable-goals .row.goal-inner > div {
    height: 8rem !important; } }

@media (min-width: 768px) {
  .outer-tabs .nav-item {
    width: 25% !important; }
  #performance .nav-item {
    width: 13rem !important; }
    #performance .nav-item .nav-link {
      border-width: 1px !important; } }

@media (min-width: 1366px) {
  #performance-tabContent .row.goal-inner > div {
    height: 6.032rem !important; } }

@media (min-width: 992px) {
  #performance-tabContent .row.goal-inner > div {
    margin-left: .5%;
    margin-right: .5%; }
    #performance-tabContent .row.goal-inner > div small {
      margin-left: auto !important; }
  .profile-section .profile-card .other-content .outer-content .preferences-form .slider-group {
    margin-top: 8rem; } }

@media (min-width: 1200px) {
  .profile #risk-slider .slider-tick-label-container {
    margin-left: -25% !important; }
  .profile .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    min-width: 40%; }
  #select_all_goal > div {
    max-width: 575px; }
  #signupStep #select_all_goal > div,
  #createUserStep #select_all_goal > div {
    max-width: 630px;
    margin: auto;
    float: none; } }

@media (max-width: 1200px) {
  .profile #risk-slider .slider-tick-label-container {
    margin-left: -25% !important; }
  .profile .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    min-width: 38%; }
  #risk-slider {
    margin-top: 3rem; }
  #signupStep #select_all_goal > div,
  #createUserStep #select_all_goal > div {
    max-width: 160px; } }

@media (max-width: 480px) {
  .profile .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    min-width: 40%; }
  #select_all_goal > div {
    max-width: 160px !important;
    max-height: 160px !important; } }

@media (min-width: 480px) and (max-width: 992px) {
  .profile-section {
    margin-top: 4.5rem;
    margin-bottom: 3rem; }
    .profile-section > div > i.fas.fa-circle-notch.fa-spin.fa-lg {
      color: #00a0ff;
      position: absolute;
      left: calc(50% - 1.5rem);
      font-size: 3rem;
      z-index: 1000;
      top: 95px;
      margin: 3rem 0px 10rem; }
    .profile-section .profile-card .card-title {
      margin-top: 0rem; }
    .profile-section .profile-card .other-content {
      padding-top: 1rem !important; }
      .profile-section .profile-card .other-content .outer-tabs {
        padding: 0rem 1rem; }
        .profile-section .profile-card .other-content .outer-tabs .nav-item {
          padding: 0.5rem 0rem 0; }
      .profile-section .profile-card .other-content .outer-content .preferences-form .slider-group {
        margin-top: 6rem; }
      .profile-section .profile-card .other-content .outer-content .form-signish .form-group {
        margin-bottom: 1rem !important; }
      .profile-section .profile-card .other-content .outer-content #portfolio p.row {
        padding: 0.5rem 1.5rem; }
      .profile-section .profile-card .other-content .outer-content #portfolio #portfolio-tab .nav-link {
        padding: 0.5rem 0.5rem; }
      .profile-section .profile-card .other-content .outer-content #portfolio #portfolio-tabContent #nav-sustainable-goals .row.goal-inner > div {
        margin-left: 8px !important;
        margin-right: 8px !important; }
  .row.goal-inner > div {
    margin-left: 1%;
    margin-right: 1%; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .profile-card .card-title {
    margin-top: 0rem; }
  .profile-card .other-content {
    padding-top: 1rem !important; }
    .profile-card .other-content .outer-tabs {
      padding: 0rem 1rem; }
      .profile-card .other-content .outer-tabs .nav-item {
        padding: 0.5rem 0rem 0; }
    .profile-card .other-content .outer-content #portfolio #portfolio-tabContent #nav-sustainable-goals .row.goal-inner > div {
      flex: 1 1 25%;
      max-width: 25%;
      height: 8.75rem !important;
      margin-left: 3% !important;
      margin-right: 3% !important; }
    .profile-card .other-content .outer-content #portfolio #portfolio-tabContent #nav-sustainable-goals .row.goal-inner > div img {
      max-height: 110px; }
    .profile-card .other-content .outer-content #goal-details .goal-inner > .col-lg-4 img {
      max-width: 50%; }
    .profile-card .other-content .outer-content #goal-details .goal-inner .collapse,
    .profile-card .other-content .outer-content #goal-details .goal-inner collapsing {
      border-top: 1px solid #e9e9e9 !important;
      border-bottom: none !important;
      border-right: none !important;
      border-left: none !important;
      height: fit-content !important;
      margin-top: 0.1rem !important;
      border-radius: 4px !important; }
    .profile-card .other-content .outer-content #goal-details .indicators-container {
      margin-top: 3rem !important; }
      .profile-card .other-content .outer-content #goal-details .indicators-container .indicator-btn {
        font-size: 14px; }
    .profile-card .other-content .outer-content #preferences .process-form .goal-inner > div {
      min-width: unset;
      height: auto;
      min-height: 160px; }
      .profile-card .other-content .outer-content #preferences .process-form .goal-inner > div small {
        width: 100% !important;
        max-width: 10rem;
        left: 0;
        right: 0;
        max-height: calc(10rem - 4px); }
      .profile-card .other-content .outer-content #preferences .process-form .goal-inner > div img {
        height: auto !important; }
  #select_all_goal img {
    padding-bottom: 4px !important; } }

@media (min-width: 820px) and (max-width: 1024px) {
  #preferences .process-form .goal-inner > div small {
    margin-left: 0 !important;
    margin-right: .5rem !important; } }

@media (min-width: 992px) and (max-width: 1024px) {
  #preferences .process-form .goal-inner > div small {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  #goal-details .goal-inner > .col-lg-4 img {
    max-width: 50%; }
  #goal-details .goal-inner .collapse,
  #goal-details .goal-inner collapsing {
    border-top: 1px solid #e9e9e9 !important;
    border-bottom: none !important;
    border-right: none !important;
    border-left: none !important;
    height: fit-content !important;
    margin-top: 0 !important;
    border-radius: 4px !important; }
  #goal-details .indicators-container {
    margin-top: 3rem !important; }
    #goal-details .indicators-container .indicator-btn {
      font-size: 14px; } }

@media (max-width: 480px) {
  .profile-section {
    margin-top: 4.5rem;
    margin-bottom: 3rem; }
    .profile-section > div > i.fas.fa-circle-notch.fa-spin.fa-lg {
      color: #00a0ff;
      position: absolute;
      left: calc(50% - 1.5rem);
      font-size: 3rem;
      z-index: 1000;
      top: 95px;
      margin: 3rem 0px 10rem; }
    .profile-section .profile-card .card-title {
      margin-top: 0rem; }
    .profile-section .profile-card .other-content {
      padding-top: 1rem !important; }
      .profile-section .profile-card .other-content .outer-tabs {
        padding: 0rem 1rem; }
        .profile-section .profile-card .other-content .outer-tabs .nav-item {
          padding: 0.5rem 0rem; }
      .profile-section .profile-card .other-content .outer-content .preferences-form .slider-group {
        margin-top: 6rem; }
      .profile-section .profile-card .other-content .outer-content .form-signish .form-group {
        margin-bottom: 1rem !important; }
      .profile-section .profile-card .other-content .outer-content .tab-pane p.row {
        padding: 0.5rem 1.5rem; }
      .profile-section .profile-card .other-content .outer-content .tab-pane #portfolio-tabContent #nav-sustainable-goals .row.goal-inner > div {
        margin-left: 4px !important;
        margin-right: 4px !important; }
      .profile-section .profile-card .other-content .outer-content .tab-pane #nav-environmental-social .folio-row.categories {
        display: none; }
      .profile-section .profile-card .other-content .outer-content .tab-pane #nav-environmental-social .folio-row .col-9,
      .profile-section .profile-card .other-content .outer-content .tab-pane #nav-environmental-social .folio-row .col-md-3 {
        margin: 0.5rem 0px; }
        .profile-section .profile-card .other-content .outer-content .tab-pane #nav-environmental-social .folio-row .col-9 .progress,
        .profile-section .profile-card .other-content .outer-content .tab-pane #nav-environmental-social .folio-row .col-md-3 .progress {
          width: 100%; }
      .profile-section .profile-card .other-content .outer-content #goal-details .goal-inner .collapse,
      .profile-section .profile-card .other-content .outer-content #goal-details .goal-inner collapsing {
        border-top: 1px solid #e9e9e9 !important;
        border: none !important;
        height: fit-content !important;
        margin-top: 0 !important;
        border-radius: 4px !important; }
      .profile-section .profile-card .other-content .outer-content #goal-details .indicators-container {
        margin-top: 3rem !important; }
        .profile-section .profile-card .other-content .outer-content #goal-details .indicators-container .indicator-btn {
          font-size: 14px; }
  #select_all_goal {
    max-width: unset !important; }
  .row.goal-inner > div {
    margin-left: 2%;
    margin-right: 2%; } }

.pills-tab-content-labels {
  margin-top: -1rem;
  margin-bottom: .5rem;
  margin-left: 1rem; }
  .pills-tab-content-labels label {
    margin-right: 1.5rem;
    font-size: 14px; }
    .pills-tab-content-labels label span {
      width: 6px;
      height: 6px;
      border-radius: 3pc;
      margin-right: .25rem;
      margin-bottom: .066rem;
      display: inline-block; }

#pills-tabContent,
#risk-volatility-container {
  padding-bottom: 2rem;
  padding-top: 2rem; }

#risk-volatility-container {
  padding-top: 4rem; }

label .graph-badge {
  display: inline-block;
  background-color: white;
  box-shadow: rgba(168, 168, 168, 0.5) 0px 3px 17px;
  padding: 5px 7px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: bold;
  margin-top: -1.75rem;
  min-width: 61px;
  text-align: center;
  margin-left: .25rem; }

#nav-financial {
  max-width: 100%;
  min-width: 100%; }

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  #nav-holdings {
    width: 100%; }
  table:not([id^=esg_table]),
  thead:not([id^=esg_table]thead),
  tbody:not([id^=esg_table]tbody),
  th:not([id^=esg_table]th),
  td:not([id^=esg_table]td),
  tr:not([id^=esg_table]tr) {
    display: block; }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr:not([id^=esg_table]tr) {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .profile-section .profile-card .other-content .outer-content #portfolio #portfolio-tabContent #nav-holdings #table_id th,
  td .row {
    justify-content: flex-start !important;
    margin-left: 0px;
    margin-right: 0px; }
  td:not([id^=esg_table]td) {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-top: 0.5rem !important;
    height: 2.5rem;
    padding-bottom: 0.8rem !important;
    padding-right: 0.5rem !important; }
  tr:nth-of-type(-n+6):not([id^=esg_table]tr) {
    border-bottom: solid 2px #ebebeb; }
  td:before:not([id^=esg_table]td) {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    /* padding-right: 10px; */
    white-space: nowrap; }
  /*
    Label the data
    */
  #nav-holdings td:nth-of-type(1):before {
    font-weight: bold;
    content: "Company"; }
  #nav-holdings td:nth-of-type(2):before {
    font-weight: bold;
    content: "Asset type"; }
  #nav-holdings td:nth-of-type(3):before {
    font-weight: bold;
    content: "Country"; }
  #nav-holdings td:nth-of-type(6):before {
    font-weight: bold;
    content: "Sustainability";
    margin-top: -0.3rem; }
  .tab-pane#nav-funds table tbody tr td {
    border-top: 0;
    border-bottom: 0 !important;
    border-left: 0px solid #dee2e6 !important;
    font-size: 13px;
    min-height: 50px; }
    .tab-pane#nav-funds table tbody tr td:first-child {
      margin-top: .5rem;
      border-left: 0px; }
    .tab-pane#nav-funds table tbody tr td:before {
      color: #00a0ff !important;
      font-weight: 500; }
    .tab-pane#nav-funds table tbody tr td:nth-child(4):before {
      font-family: Poppins-Regular !important;
      font-size: 14px !important; }
  .tab-pane#nav-funds table tbody tr:first-child td:first-child {
    margin-top: 0;
    padding-top: 0 !important; } }

@media (min-width: 480px) and (max-width: 1200px) {
  #preferences .row.goal-inner > div {
    text-align: center;
    margin-right: auto;
    margin-left: auto; }
  #preferences .process-form .goal-inner img,
  #preferences .process-form .goal-inner small,
  #select_all_goal > div {
    left: 0;
    right: 0;
    float: none;
    margin: auto; }
  #select_all_goal > div {
    float: left; } }

@media (min-width: 480px) and (max-width: 1200px) and (orientation: landscape) {
  .profile-section {
    margin-top: 4.5rem;
    margin-bottom: 3rem; }
    .profile-section > div > i.fas.fa-circle-notch.fa-spin.fa-lg {
      color: #00a0ff;
      position: absolute;
      left: calc(50% - 1.5rem);
      font-size: 3rem;
      z-index: 1000;
      top: 95px;
      margin: 3rem 0px 10rem; }
    .profile-section .profile-card .card-title {
      margin-top: 0rem; }
    .profile-section .profile-card .other-content {
      padding-top: 1rem !important; }
      .profile-section .profile-card .other-content .outer-tabs {
        padding: 0rem 1rem; }
        .profile-section .profile-card .other-content .outer-tabs .nav-item {
          padding: 0.5rem 0rem 0;
          text-align: center; }
      .profile-section .profile-card .other-content .outer-content .preferences-form .slider-group {
        margin-top: 6rem; }
      .profile-section .profile-card .other-content .outer-content .form-signish .form-group {
        margin-bottom: 1rem !important; }
      .profile-section .profile-card .other-content .outer-content #portfolio p.row {
        padding: 0.5rem 1.5rem; }
  .row.goal-inner > div {
    margin-right: 8px;
    margin-left: 8px; } }

@media (min-width: 760px) and (max-width: 1024px) {
  .sel {
    font-size: 1rem;
    display: inline-block !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    width: 45%;
    position: relative; } }

.preferences-button {
  margin-top: 6vh;
  padding-bottom: 2rem; }

#pills-tabRisk {
  margin-bottom: 5rem; }

#risk-volatility-container .info-logo, [id^=esg-info-] .info-logo {
  margin: 0 .5rem;
  cursor: pointer;
  z-index: 1051;
  font-size: 1rem;
  display: inline-block !important; }
  #risk-volatility-container .info-logo span, [id^=esg-info-] .info-logo span {
    line-height: 14px;
    font-size: 11px;
    display: block;
    font-weight: 900;
    width: 13px;
    height: 14px; }

#risk-volatility-container .risk-volatility-table .row, [id^=esg-info-] .risk-volatility-table .row {
  border-color: #e9e9e9;
  padding: .5rem 0; }

.profile.modal-open {
  overflow: auto;
  padding-right: 0 !important; }

.profile .risk-tolerance-popper {
  min-height: unset;
  padding: .75rem .75rem;
  box-shadow: 0px 4px 20px -5px rgba(41, 26, 204, 0.12);
  font-size: 1rem;
  font-family: Poppins-Regular, sans-serif !important;
  color: #2e2b42;
  border-radius: 6px;
  border: 0px;
  max-width: 520px;
  min-width: 450px;
  z-index: 1051;
  line-height: 1.5;
  text-align: left; }

.profile #preferences .risk-tolerance-popper {
  padding: .3rem .75rem; }

@media (min-width: 1025px) {
  .holdings-scroll {
    position: absolute;
    top: 13.6%; }
    .holdings-scroll i {
      color: #2e2b42;
      opacity: 0.4; }
  .holdings-scroll.hs-left {
    left: 1.8%; }
  .holdings-scroll.hs-right {
    right: 1.6%; }
  .holdings-scroll.hs-left.hs-scrolled-left,
  .holdings-scroll.hs-right.hs-scrolled-right {
    display: none; } }

@media (max-width: 1024px) {
  .holdings-scroll {
    display: none; }
  #risk-volatility-container .risk-volatility-table .row > div {
    padding: .25rem 0; }
  #risk-volatility-container .risk-volatility-table .row span {
    font-size: .9rem; }
  .risk-tolerance-popper {
    font-size: .9rem; } }

@media (min-width: 768px) {
  #preferences-tabContent {
    background: #fafafa;
    padding-left: 3rem;
    padding-right: 3rem; }
    #preferences-tabContent .slider-group.process-three {
      padding-left: 20px;
      margin-top: 2rem; } }

@media (max-width: 767px) {
  #preferences-tabContent .slider-group.process-three {
    width: 88%;
    margin: auto; }
  #preferences-tab,
  #details-tab {
    display: grid;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: repeat(3, 40px);
    grid-template-columns: repeat(4, 1fr);
    height: 45px;
    max-height: 45px; }
  #details-tab {
    display: grid;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: repeat(3, 40px);
    grid-template-columns: repeat(4, 1fr);
    height: 100px;
    max-height: 100px; }
    #details-tab a:nth-child(1) {
      grid-column-start: 1;
      grid-column-end: 2;
      grid-row-start: 1;
      grid-row-end: 1; }
    #details-tab a:nth-child(2) {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 1;
      grid-row-end: 1; }
    #details-tab a:nth-child(3) {
      grid-column-start: 3;
      grid-column-end: 5;
      grid-row-start: 1;
      grid-row-end: 1; }
    #details-tab a:nth-child(4) {
      grid-column-start: 1;
      grid-column-end: 5;
      grid-row-start: 2;
      grid-row-end: 2; }
  #pills-tabRisk {
    margin-bottom: 5.5rem; }
  #preferences-tab a.active {
    background-color: #00a0ff;
    color: #fff !important; }
  .profile .risk-tolerance-popper {
    font-size: .75rem; }
  #risk-volatility-container .risk-volatility-table .row span {
    font-size: .75rem; }
  #nav-funds {
    padding: 0 0 !important; }
    #nav-funds > .row {
      margin: 0; }
    #nav-funds table tbody tr td {
      min-height: 60px;
      line-height: 1;
      border-bottom: none !important; }
  #preferences .process-form .goal-inner .themes-inner {
    float: none; }
  #select_all_goal > div {
    float: none; } }

@media (max-width: 360px) {
  #risk-volatility-container .risk-volatility-table .row span {
    font-size: .7rem; } }

.ios .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .goal-inner .goal > .collapsing,
.ios .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .goal-inner .goal > .show,
.ios .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .goal-inner .goal:not(.collapsed) > .row:not(.collapse):nth-child(2),
.safari .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .goal-inner .goal > .collapsing,
.safari .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .goal-inner .goal > .show,
.safari .profile-section .profile-card .other-content .outer-content .tab-pane#goal-details .goal-inner .goal:not(.collapsed) > .row:not(.collapse):nth-child(2) {
  display: block; }

#details-tabContent {
  padding-top: 3rem; }
  #details-tabContent a {
    text-align: center;
    border-radius: 4px;
    margin-bottom: 0;
    padding: .75rem .25rem;
    font-size: 1rem;
    opacity: 1;
    color: #92929d;
    text-shadow: none;
    letter-spacing: .5px; }
    #details-tabContent a.active {
      text-align: center;
      border-radius: 4px;
      margin-bottom: 0;
      padding: .75rem .25rem;
      font-size: 1rem;
      opacity: 1;
      color: #2e2b42 !important;
      text-shadow: none;
      letter-spacing: .5px; }

@media (min-width: 768px) {
  #details-tabContent {
    background: #fafafa;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1rem; }
    #details-tabContent .change-password-link {
      margin-top: 3.4rem; }
  #details-tabContent .slider-group.process-three {
    padding-left: 20px;
    margin-top: 2rem; } }

@media (max-width: 767px) {
  #details-tabContent {
    padding-top: 3rem; }
  #details-tabContent .slider-group.process-three {
    width: 90%;
    margin: auto; }
  #pills-tabRisk {
    margin-bottom: 5.5rem; }
  #details-tabContent {
    padding-top: 3rem; }
  #details-tab a.active {
    background-color: #00a0ff;
    color: #fff !important; }
  .profile .risk-tolerance-popper {
    top: unset !important;
    bottom: 2rem !important;
    left: 8px !important;
    transform: unset !important;
    min-width: calc(100vw - 48px);
    margin-right: 0 !important; }
    .profile .risk-tolerance-popper .popper__arrow {
      display: none; }
  #performance .risk-tolerance-popper,
  #preferences .risk-tolerance-popper,
  #portfolio .risk-tolerance-popper,
  #details .risk-tolerance-popper {
    bottom: unset !important; }
  .profile .risk-tolerance-popper p {
    font-size: .75rem; }
  #risk-volatility-container .risk-volatility-table .row span {
    font-size: .75rem; }
  .tab-pane#nav-funds {
    padding: 0 0 !important; }
  #pills-graph {
    min-height: 160px;
    width: 100%; }
    #pills-graph #perfChart canvas {
      width: 100%; } }

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .profile .risk-tolerance-popper {
    left: 0rem !important;
    right: 0rem !important;
    top: -125px !important;
    bottom: unset !important;
    font-size: .9rem;
    min-width: 300px;
    margin-left: 0 !important;
    margin-right: 0 !important; }
    .profile .risk-tolerance-popper .popper__arrow {
      display: none; } }

#pills-graph {
  min-height: 340px;
  width: 100%; }
  #pills-graph #perfChart canvas {
    width: 100%;
    min-width: 100%; }
  #pills-graph #perfChart .canvasjs-chart-credit {
    display: none; }

.input-profile-details {
  background-color: white !important;
  border: 1px solid #eee !important; }

.input-profile-details:focus {
  border: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 160, 255, 0.5) !important; }

.input-profile-details:disabled {
  background-color: #e9ecef !important; }

.scroll-panel {
  display: block;
  height: 33.8rem !important;
  overflow-y: scroll !important; }

.scroll-panel::-webkit-scrollbar-thumb {
  position: absolute;
  border-radius: 6px;
  background-color: #777;
  opacity: 0;
  transition: all .2s linear; }

.scroll-panel::-webkit-scrollbar {
  width: 0.5rem; }

#loading_bk {
  left: 0;
  height: 100%;
  top: 14%;
  background: #fff;
  box-shadow: 5px -25px 55px 5px #ffffff;
  z-index: 9999; }

.profile-section .clickable:hover {
  color: #00a0ff;
  cursor: pointer; }

@media (hover: none) {
  .profile-section .clickable:hover {
    color: #2e2b42; } }

.profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings .table-toolbar div > .form-control {
  border-color: #f5f5f5;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  color: #acacac;
  outline: 0;
  height: 50px !important;
  padding: .5rem 1rem;
  font-size: 1.25rem;
  background-color: white; }

.profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings .table-toolbar div > input.form-control {
  border-right: none; }

.profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings .table-toolbar div > input.form-control:focus {
  border: 3px solid #55baf6 !important;
  border-right: none !important;
  box-shadow: none !important;
  outline: none !important;
  padding: .45rem .87rem; }

.profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings .table-toolbar div > input.form-control:focus + div span {
  border: 3px solid #55baf6 !important;
  border-left: none !important;
  box-shadow: none !important;
  outline: none !important;
  padding-right: 0.64rem; }

.profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings .table-toolbar div > span {
  border-left: none;
  border-color: #f5f5f5;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important; }

.profile-section .profile-card .other-content .outer-content .tab-pane .inner #portfolio-tabContent .tab-pane#nav-holdings .table-toolbar div > span i:before {
  color: #acacac !important; }

.profile-section .profile-card .other-content .outer-content .tab-pane .company-logo-container {
  height: 25px !important; }
  .profile-section .profile-card .other-content .outer-content .tab-pane .company-logo-container .company-logo {
    max-height: 25px !important; }

@media only screen and (max-width: 767px) {
  .title-physis {
    font-family: Poppins-Regular !important;
    font-size: 18px !important;
    color: #00a0ff !important;
    font-weight: normal !important; }
  .title-physis-not-color {
    font-family: Poppins-Regular !important;
    font-size: 18px !important;
    font-weight: normal !important; }
  .text-physis {
    font-family: Poppins-Regular !important;
    font-size: 14px !important;
    font-weight: normal !important; }
  .text-physis-color {
    font-family: Poppins-Regular !important;
    font-size: 14px !important;
    color: #00a0ff !important;
    font-weight: normal !important; }
  .explanatory-text-physis {
    font-family: Poppins-Light !important;
    font-size: 10px !important;
    padding-right: 15px; } }

@media only screen and (min-width: 767px) {
  .title-physis {
    font-family: Poppins-Regular !important;
    font-size: 20px !important;
    color: #00a0ff !important;
    font-weight: normal !important; }
  .title-physis-not-color {
    font-family: Poppins-Regular !important;
    font-size: 20px !important;
    font-weight: normal !important; }
  .text-physis {
    font-family: Poppins-Regular !important;
    font-size: 16px !important;
    font-weight: normal !important; }
  .text-physis-color {
    font-family: Poppins-Regular !important;
    font-size: 16px !important;
    color: #00a0ff !important;
    font-weight: normal !important; }
  .explanatory-text-physis {
    font-family: Poppins-Light !important;
    font-size: 12px !important;
    padding-right: 15px; } }

@media (min-width: 1025px) {
  #nav-holdings .row {
    margin-left: -8px !important;
    margin-right: 0 !important; } }

#portfolio-table-container,
#non-portfolio-table-container {
  position: relative; }

.margin-bottom-goals-singup {
  margin-bottom: 0.4rem; }

@media only screen and (min-width: 1024px) {
  .goal-left {
    margin-left: 9.2rem !important; }
  .indicator-btn-left {
    margin-left: 0.5rem; }
  .indicator-btn-right {
    margin-right: 1rem; } }

@media only screen and (max-width: 768px) {
  .indicators-container {
    padding-right: 0.35rem;
    padding-left: 0.35rem; } }

.i-ind span.mobile-i-ind {
  display: none; }

@media only screen and (max-width: 500px) {
  .bmk span {
    display: none; }
  .bmk:after {
    content: 'Bmk'; }
  .i-ind span.desktop-i-ind {
    display: none; }
  .i-ind span.mobile-i-ind {
    display: block; }
  .std-dev span {
    display: none; }
  .std-dev:after {
    content: 'Stand. Dev.'; } }

.offset-el {
  left: 10px; }

@media only screen and (max-width: 575px) {
  .offset-el {
    top: 10px;
    left: 0px !important; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offset-el {
    left: -2px !important; } }

@media only screen and (max-width: 767px) {
  .btn-ind {
    height: 46px !important;
    padding: .375rem .75rem !important;
    width: 95% !important; }
  .btn-ind-container {
    width: 50% !important; } }

.esg-nav-bar {
  display: grid;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: repeat(1, 40px);
  max-height: 250px; }

.esg-nav-bar div {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 1; }

.esg-nav-bar a:nth-child(2) {
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 1; }

.esg-nav-bar a:nth-child(3) {
  grid-column-start: 7;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 1; }

.esg-nav-bar a:nth-child(4) {
  grid-column-start: 9;
  grid-column-end: 11;
  grid-row-start: 1;
  grid-row-end: 1; }

.esg-btn {
  display: block; }

.esg-btn-mobile {
  display: none; }

@media only screen and (max-device-width: 990px) {
  .esg-btn {
    display: none; }
  .esg-btn-mobile {
    display: block; }
  .esg-nav-bar {
    display: grid;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: repeat(1, 40px);
    grid-template-columns: repeat(7, 1fr);
    max-height: 150px; }
  .esg-nav-bar a:nth-child(2) {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 1; }
  .esg-nav-bar a:nth-child(3) {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 1; }
  .esg-nav-bar a:nth-child(4) {
    grid-column-start: 6;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 1; } }

.esg-nav-title {
  margin-bottom: 0 !important;
  padding: .5rem .25rem;
  text-shadow: none;
  height: 40px;
  line-height: 24px; }

.esg-nav-item {
  text-align: center;
  background-color: #e8eaec;
  border-radius: 4px;
  margin-bottom: 0 !important;
  padding: .5rem .25rem;
  font-size: 1rem;
  color: #92929d !important;
  text-shadow: none;
  letter-spacing: .5px;
  height: 40px;
  line-height: 24px; }

.esg-nav-link {
  cursor: pointer;
  font-weight: bold;
  font-family: "Poppins-Regular";
  padding-right: 10px;
  padding-left: 10px; }

.esg-nav-link.active {
  background-color: #00a0ff !important;
  color: #fff !important; }

.profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #nav-environmental-social3 .scroll-panel::-webkit-scrollbar {
  width: .5rem;
  height: .5rem; }

.profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #nav-environmental-social3 .table-toolbar div > .form-control,
.profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #nav-environmental-social3 .table-toolbar div > input.form-control {
  border-color: #f5f5f5;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  color: #acacac;
  outline: 0;
  height: 50px !important;
  padding: .5rem 1rem;
  font-size: 1.25rem;
  background-color: white; }

.profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #nav-environmental-social3 .table-toolbar div > input.form-control:focus {
  border-width: 0 !important; }

.profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #nav-environmental-social3 .table-toolbar div > select,
.profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #nav-environmental-social3 .table-toolbar div > select option {
  color: #495057 !important; }

.profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #nav-environmental-social3 .table-toolbar div > span {
  border-left: none;
  border-color: #f5f5f5;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important; }

.profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #nav-environmental-social3 .table-toolbar div > span i:before {
  color: #acacac !important; }

.profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #nav-environmental-social3 .table-toolbar div > .form-control {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  height: calc(3rem + 2px);
  background-color: white; }

.profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #nav-environmental-social3 .table-toolbar div > input.form-control {
  border-right: none; }

.profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #nav-environmental-social3 .table-toolbar div > input.form-control:focus {
  border: 3px solid #55baf6 !important;
  border-right: none !important;
  box-shadow: none !important;
  outline: none !important;
  padding: .45rem .87rem; }

.profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #nav-environmental-social3 .table-toolbar div > input.form-control:focus + div span {
  border: 3px solid #55baf6 !important;
  border-left: none !important;
  box-shadow: none !important;
  outline: none !important;
  padding-right: 0.64rem; }

.profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #nav-environmental-social3 .table-toolbar div > span {
  background-color: white !important; }

.profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner #nav-environmental-social3 .table-toolbar .row.col-12 {
  margin-bottom: 1.5rem !important; }

@media only screen and (max-width: 767px), (min-device-width: 768px) and (max-device-width: 1024px) {
  #nav-funds table,
  #nav-funds thead,
  #nav-funds tbody,
  #nav-funds th,
  #nav-funds td,
  #nav-funds tr {
    display: block; }
  #nav-funds thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #nav-funds tr {
    border: none; }
  #nav-funds tr {
    border-bottom: 2px solid #ccc; }
  #nav-funds td {
    /* Behave  like a "row" */
    border: none !important;
    position: relative;
    padding-left: 50%; }
  #nav-funds table tbody tr td {
    width: 100%; }
  #nav-funds img {
    width: 10%;
    height: auto;
    margin-top: -5px; }
  #nav-funds td {
    border: none; }
  #nav-funds td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; }
  #nav-funds td:nth-of-type(1):before {
    content: "Currency"; }
  #nav-funds td:nth-of-type(2):before {
    content: "Weight"; } }

[data-tip]:not(.no-data-tip) {
  position: relative; }
  [data-tip]:not(.no-data-tip):before {
    content: '';
    display: none;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    top: -7px;
    left: 35px;
    z-index: 10;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0; }
  [data-tip]:not(.no-data-tip):after {
    display: none;
    content: attr(data-tip);
    position: absolute;
    top: -35px;
    left: 0px;
    padding: 5px 8px;
    background: #fff;
    color: #495057;
    z-index: 9;
    font-size: 0.75em !important;
    font-weight: 500 !important;
    height: 28px;
    line-height: 17px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    word-wrap: normal;
    box-shadow: 0px 4px 20px 0px rgba(41, 26, 204, 0.12); }
  [data-tip]:not(.no-data-tip):hover:before, [data-tip]:not(.no-data-tip):hover:after {
    display: block; }

#nav-environmental-social3 .tooltip-cont {
  display: none; }

#nav-environmental-social3 .toolt-cont:hover > .tooltip-cont {
  display: block;
  position: relative; }

#nav-environmental-social3 .toolt {
  position: absolute;
  top: -5px;
  padding: 5px 8px;
  background: #fff;
  color: #495057;
  z-index: 9;
  font-size: 0.75em;
  height: 28px;
  line-height: 17px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  word-wrap: normal;
  box-shadow: 0px 4px 5px 0px rgba(41, 26, 204, 0.12); }

#nav-environmental-social3 table.scrolling th:not(:nth-last-child(-n+3)) .toolt {
  left: 10em; }

#nav-environmental-social3 table.scrolling th:nth-last-child(-n+3) .toolt {
  right: 100%; }

#esg-table-container, #portfolio-table-container {
  overflow: hidden !important; }
  #esg-table-container table, #portfolio-table-container table {
    background-color: #f9f9f9 !important; }
  #esg-table-container table.scrolling td,
  #esg-table-container table.scrolling th, #portfolio-table-container table.scrolling td,
  #portfolio-table-container table.scrolling th {
    min-width: 8rem;
    max-width: 8rem;
    padding: .75rem;
    border: none;
    background-color: #f9f9f9 !important; }
  #esg-table-container table.scrolling tbody::-webkit-scrollbar, #portfolio-table-container table.scrolling tbody::-webkit-scrollbar {
    width: .5rem;
    height: .5rem;
    background-color: #f9f9f9 !important; }
  #esg-table-container table.scrolling tbody::-webkit-scrollbar-thumb, #portfolio-table-container table.scrolling tbody::-webkit-scrollbar-thumb {
    position: absolute;
    border-radius: 6px;
    background-color: #777;
    opacity: 0;
    transition: all .2s linear; }
  #esg-table-container table.scrolling th, #portfolio-table-container table.scrolling th {
    background-color: #f9f9f9 !important;
    overflow: visible; }
  #esg-table-container table.scrolling thead, #portfolio-table-container table.scrolling thead {
    background-color: #f9f9f9 !important;
    overflow: scroll; }
  #esg-table-container table.scrolling.scrolly thead.scrollsync::-webkit-scrollbar-track, #portfolio-table-container table.scrolling.scrolly thead.scrollsync::-webkit-scrollbar-track {
    background-color: transparent !important;
    width: .5rem; }
  #esg-table-container table.scrolling.scrolly thead.scrollsync::-webkit-scrollbar, #portfolio-table-container table.scrolling.scrolly thead.scrollsync::-webkit-scrollbar {
    background-color: transparent !important;
    width: .5rem; }

#esg-table-container table.scrolling td:first-child,
#esg-table-container table.scrolling th:first-child {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  left: 0;
  background-color: #f9f9f9 !important; }

#portfolio-table-container table.scrolling td,
#portfolio-table-container table.scrolling th {
  width: 14rem;
  min-width: 14rem;
  max-width: 14rem;
  padding: .75rem;
  border: none;
  background-color: #f9f9f9 !important; }

#portfolio-table-container #table_id tbody tr {
  border-bottom: solid 3px #ebebeb; }

#portfolio-table-container #table_id tbody tr:after {
  border-bottom: none !important; }

.vdatetime-popup__header {
  background-color: #00a0ff !important; }

.vdatetime-calendar__month__day--selected:hover > span > span, .vdatetime-calendar__month__day--selected > span > span {
  background-color: #00a0ff !important; }

@media only screen and (max-width: 1199px) {
  #portfolio-table-container table.scrolling td,
  #portfolio-table-container table.scrolling th {
    width: 10rem;
    min-width: 10rem;
    max-width: 10rem; } }

@media only screen and (min-device-width: 576px) and (max-device-width: 1023px) {
  #portfolio-table-container #table_id tr {
    display: flex; } }

.vdatetime-calendar__navigation--previous, .vdatetime-calendar__navigation--next {
  top: 10px !important; }

.vdatetime-popup__year {
  font-size: 25px !important; }

.vdatetime-popup__year:after {
  content: '';
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 7px;
  height: 7px;
  position: absolute;
  transform: rotate(45deg);
  top: 1.8rem;
  left: 5.5rem;
  opacity: 0.7; }

.vdatetime-popup__year:hover:after {
  opacity: 1; }

.vdatetime-popup__date {
  opacity: 0.7; }

.vdatetime-popup__date:after {
  content: '';
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
  top: 3.6rem;
  right: 6rem;
  opacity: 0.7; }

.vdatetime-popup__date:hover {
  opacity: 1; }

.vdatetime-popup__date:hover:after {
  opacity: 1; }

@media only screen and (max-width: 400px) {
  .vdatetime-popup__date:after {
    right: 4rem; } }

.modal-symbol {
  text-align: center;
  font-size: 5vw;
  line-height: 100%;
  color: #2196F3; }

@media only screen and (max-width: 767px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .modal-symbol {
    font-size: 15vw; } }

@media (max-width: 767px) {
  .modal-symbol {
    font-size: 10vw; } }

.tooltip.top > .tooltip-arrow {
  display: none; }

.tooltip-inner {
  font-size: 14px;
  padding: 10px;
  background: #FFFFFF;
  color: #737373;
  border: none;
  text-align: center;
  box-shadow: #a8a8a8a0 0px 3px 17px; }

.tooltip.show {
  opacity: 1; }

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  border-top-color: white !important;
  display: none; }

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  border-top-color: white !important;
  display: none; }

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  border-top-color: white !important;
  display: none; }

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  border-top-color: white !important;
  display: none; }

.o-visible {
  overflow: visible !important; }

.profile-section .profile-card .other-content .outer-content .tab-pane#performance > .row {
  overflow: visible !important; }

.custom-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 1400px) {
  .custom-container {
    max-width: 1320px; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .custom-container {
    max-width: 1140px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .custom-container {
    max-width: 960px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .custom-container {
    max-width: 720px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .custom-container {
    max-width: 540px; } }

@media (max-width: 1023px) {
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id td:nth-child(4):after {
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    content: '';
    height: 7px;
    left: 0.15em;
    position: relative;
    top: 0.15em;
    transform: rotate(135deg);
    vertical-align: top;
    width: 7px;
    border-color: #acacac;
    float: right; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id td:nth-child(4) {
    padding-right: .25rem !important; }
  .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id td:nth-child(4) .row {
    width: 90% !important; }
    .profile .profile-section .profile-card .other-content .outer-content .tab-pane .inner .tab-pane#nav-holdings #table_id td:nth-child(4) .row .progress {
      width: 100% !important; } }

#esg-table-container .highlighted {
  background-color: #e8eaec !important; }
  #esg-table-container .highlighted .progress {
    background-color: #ffffff !important; }

.sticky-row-cell {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 0 !important;
  z-index: 2 !important; }

.total-sticky-row-cell {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 0 !important;
  z-index: 3 !important; }

.multiselect .multiselect__tag {
  background: #00a0ff !important; }

.multiselect .multiselect__option--highlight {
  background: #00a0ff !important; }
  .multiselect .multiselect__option--highlight::after {
    background: #00a0ff !important; }
