.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-8b5c416:#053A71;--e-global-color-f3789ea:#FFFFFF;--e-global-color-abec65a:#000000;--e-global-color-18fc348:#FFB224;--e-global-color-57e241c:#002E5D;--e-global-color-0501c49:#F5F2FD;--e-global-color-371fc0c:#3FA9F5;--e-global-color-2492015:#454545;--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:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-aac383d-font-family:"Poppins";--e-global-typography-aac383d-font-size:16px;--e-global-typography-aac383d-font-weight:600;--e-global-typography-10718cc-font-family:"Poppins";--e-global-typography-10718cc-font-size:44px;--e-global-typography-10718cc-font-weight:700;--e-global-typography-d7e9619-font-family:"Poppins";--e-global-typography-d7e9619-font-size:34px;--e-global-typography-d7e9619-font-weight:700;--e-global-typography-0f56dfd-font-family:"Poppins";--e-global-typography-0f56dfd-font-size:18px;--e-global-typography-0f56dfd-font-weight:400;--e-global-typography-8aaa66c-font-family:"Poppins";--e-global-typography-8aaa66c-font-size:16px;--e-global-typography-8aaa66c-font-weight:500;--e-global-typography-fe75c6c-font-family:"Poppins";--e-global-typography-fe75c6c-font-size:20px;--e-global-typography-fe75c6c-font-weight:600;--e-global-typography-4b0fdd3-font-family:"Poppins";--e-global-typography-4b0fdd3-font-size:18px;--e-global-typography-4b0fdd3-font-weight:400;--e-global-typography-4b0fdd3-line-height:32px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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-kit-5{--e-global-typography-4b0fdd3-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.menu_cta_btn a{
    background-color: #fff;
    color:var(--e-global-color-8b5c416)!important;
    border-radius: 4px;
    font-size: 16px!important;
    margin-left: 16px!important;
    padding:13px 24px!important;
    border:1px solid #fff;
}
.menu_cta_btn a:hover{
    background-color: var(--e-global-color-57e241c)!important;
    color:#fff!important;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container{
    padding:30px 20px!important;
}

.iect-yellow{
	color:var(--e-global-color-18fc348);
}

.collapsible-text {
    position: relative;
    overflow: hidden;
    max-height: 7em; 
    transition: max-height 0.3s ease;
}

.collapsible-text::before {
    content: '';
    position: absolute;
    bottom: 0; 
    left: 0;
    right: 0;
    height: 3em;
    background: linear-gradient(
  to bottom,
  #3FA9F500 0%,
  #3fa9f5ff 100%
);
    pointer-events: none; 
    z-index: 1; 
}

.collapsible-text.expanded::before {
    display: none; 
}

.collapsible-text.expanded {
    max-height: none;
}

.collapsible-toggle {
    display: inline-block;
    margin-top: 10px;
    color: #007bff;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-decoration: underline;
    position: relative;
    z-index: 2;
}
.collapsible-text-white {
    position: relative;
    overflow: hidden;
    max-height: 7em; 
    transition: max-height 0.3s ease;
}

.collapsible-text-white::before {
    content: '';
    position: absolute;
    bottom: 0; 
    left: 0;
    right: 0;
    height: 3em;
    background: linear-gradient(
  to bottom,
  #ffffff00 0%,
  #ffffffff 100%
);
    pointer-events: none; 
    z-index: 1; 
}

.collapsible-text-white.expanded::before {
    display: none; 
}

.collapsible-text-white.expanded {
    max-height: none;
}

.collapsible-toggle-white {
    display: inline-block;
    margin-top: 10px;
    color: #007bff;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    text-decoration: underline;
    position: relative;
    z-index: 2;
}

@media (max-width:1024px){
    .menu_cta_btn a{
        margin:20px 0 0 0!important;
        width:180px;
    }
     .elementor-headline--style-highlight svg{
         top:80%!important;
         width:100%!important;
     }
}/* End custom CSS */