.elementor-1664 .elementor-element.elementor-element-c60738e{--display:flex;--min-height:200px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1664 .elementor-element.elementor-element-c60738e:not(.elementor-motion-effects-element-type-background), .elementor-1664 .elementor-element.elementor-element-c60738e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EAFF00;}.elementor-1664 .elementor-element.elementor-element-c60738e > .elementor-shape-bottom svg, .elementor-1664 .elementor-element.elementor-element-c60738e > .e-con-inner > .elementor-shape-bottom svg{width:calc(100% + 1.3px);height:28px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1664 .elementor-element.elementor-element-b93620e{text-align:center;}.elementor-1664 .elementor-element.elementor-element-b93620e .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:24px;font-weight:800;color:#000000;}.elementor-1664 .elementor-element.elementor-element-abed9db{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1664 .elementor-element.elementor-element-ad78cd9 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-1664 .elementor-element.elementor-element-ad78cd9{text-align:justify;font-family:"Poppins", Sans-serif;font-weight:400;color:#000000;}.elementor-1664 .elementor-element.elementor-element-be8d6a2{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:40px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}@media(min-width:768px){.elementor-1664 .elementor-element.elementor-element-abed9db{--content-width:1140px;}}/* Start custom CSS for text-editor, class: .elementor-element-ad78cd9 *//* Styling links in Elementor text editor */
.elementor-widget-text-editor a {
    font-weight: bold; /* Make the text bold */
    color: black; /* Set the color to black */
    text-decoration: none; /* Remove any underline or default styles */
}

.elementor-widget-text-editor a:hover {
    font-weight: bold; /* Keep the text bold on hover */
    color: black; /* Keep the color black on hover */
    text-decoration: none; /* No underline on hover */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-674cf5e */.back-button {
    padding: 14px 30px;
    background-color: #000; /* Button background color */
    color: white; /* Button text color */
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif; /* Font style */
    transition: background-color 0.3s ease, transform 0.3s ease; /* Smooth transition */
}

.back-button:hover {
    background-color: #000; /* Button color on hover */
    transform: scale(0.95); /* Shrink effect on hover */
}/* End custom CSS */