.elementor-kit-6{--e-global-color-primary:#FF2E00;--e-global-color-secondary:#F88D67;--e-global-color-text:#434649;--e-global-color-accent:#CE5A31;--e-global-color-788b824:#252424;--e-global-color-8d340d1:#FFFFFF;--e-global-color-84f9cae:#02010100;--e-global-color-d3baa29:#D6D1B9;--e-global-color-3c01a25:#F8F8F8;--e-global-color-c3d1c9c:#342F11;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:clamp(1rem, 0.986rem + 0.07vw, 1.05rem);--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-6cc730c-font-family:"DM Sans";--e-global-typography-6cc730c-font-size:clamp(4rem, 3.082rem + 4.59vw, 7.21rem);--e-global-typography-6cc730c-font-weight:600;--e-global-typography-7076e59-font-family:"DM Sans";--e-global-typography-7076e59-font-size:clamp(3.18rem, 2.606rem + 2.87vw, 5.19rem);--e-global-typography-7076e59-font-weight:600;--e-global-typography-0e04f20-font-family:"DM Sans";--e-global-typography-0e04f20-font-size:clamp(2.52rem, 2.174rem + 1.73vw, 3.73rem);--e-global-typography-0e04f20-font-weight:600;--e-global-typography-0e04f20-line-height:1.2em;--e-global-typography-5bd8304-font-family:"DM Sans";--e-global-typography-5bd8304-font-size:clamp(2rem, 1.802rem + 0.99vw, 2.69rem);--e-global-typography-5bd8304-font-weight:600;--e-global-typography-5e08ca1-font-family:"DM Sans";--e-global-typography-5e08ca1-font-size:clamp(1.59rem, 1.492rem + 0.49vw, 1.93rem);--e-global-typography-5e08ca1-font-weight:600;--e-global-typography-5e08ca1-line-height:1.3em;--e-global-typography-b18df36-font-family:"DM Sans";--e-global-typography-b18df36-font-size:clamp(1.26rem, 1.222rem + 0.19vw, 1.39rem);--e-global-typography-b18df36-font-weight:600;--e-global-typography-b18df36-line-height:1.3em;--e-global-typography-1e45fde-font-family:"DM Sans";--e-global-typography-1e45fde-font-size:clamp(0.875rem, 0.875rem + 0vw, 0.875rem);--e-global-typography-1e45fde-font-weight:400;--e-global-typography-5077961-font-family:"DM Sans";--e-global-typography-5077961-font-size:clamp(1rem, 0.986rem + 0.07vw, 1.05rem);--e-global-typography-5077961-font-weight:600;--e-global-typography-2e495c8-font-family:"DM Sans";--e-global-typography-2e495c8-font-size:clamp(1.14rem, 1.106rem + 0.17vw, 1.26rem);--e-global-typography-2e495c8-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:1rem;}.elementor-element{--widgets-spacing:1rem 1rem;--widgets-spacing-row:1rem;--widgets-spacing-column:1rem;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */a {
	color: inherit;
}

a:hover {
	color: inherit;
}

p {
	margin-bottom: 0;
}


@media (min-width: 1024px) {
.fund-c {
  width: 50%; /* default width */
  transition: width 0.4s ease;
  display: flex;
  vertical-align: top;
}

.fund-c .hidden-c {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.2s ease 0.3s,  /* 0.3s delay */
              opacity 0.2s ease 0.5s;
}

/* Active fund-c */
.fund-c.active {
  width: 70%;
}

/* Reveal hidden-c when fund-c is active */
.fund-c.active .hidden-c {
  max-height: 500px; /* adjust larger than content */
  opacity: 1;
}

.fund-c.active .icon {
  display: none;
}

}

@media (max-width: 1024px) {
.icon {
  display: none !important;
}

}


@media (max-width: 768px) {
  .icon-n {
    display: inline !important;
    transform: rotate(-145deg);
  }
}

/* Text: fade in */
.hidden-t {
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* When scrolled into view */
.hidden-t.visible {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.5s ease;
}

/* Icon handling */
.icon-n {
  display: none;
}

/* On hover */
.c-hover:hover .hidden-t {
  opacity: 1;
    transition: opacity 0.5s ease;
}

/* On hover, show icon with display */
.c-hover:hover .icon-n {
  display: inline; 
}


@media (max-width: 1025px) {
 .hidden-t {
  opacity: 1;
  transition: opacity 0.5s ease;
}
}/* End custom CSS */