.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-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;}.elementor-widget:not(:last-child){margin-block-end: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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.rsx-logo {max-width:220px !important;}

p,ul,ol {font-family: "Montserrat", Sans-serif !important;font-size:17px !important;line-height:1.7 !important;color:#0c0c0c !important;}
h2 {font-family: "Montserrat", Sans-serif;color:#0c0c0c !important;font-weight:800;max-width:100% !important;}
h3 {font-family: "Montserrat", Sans-serif;color:#0c0c0c !important;font-weight:800;max-width:100% !important;}

.rsx-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.rsx-blog-wrapper a {font-family: "Montserrat", Sans-serif;font-weight:bold;text-decoration:underline !important;color:#1a0dab !important;}
.rsx-blog-wrapper p,h2,h3,h4,h5,h6,ul,ol {max-width:760px;margin:20px auto;}
.rsx-blog-wrapper img {border-radius:30px !important;}

.blue{
	color: #4dade7;
	display: block;

	background: -webkit-gradient(linear, left top, right top, color-stop(20%, #4dade7), color-stop(40%, #b0cd61), color-stop(60%, #5dab45), color-stop(80%, #4dade7));

	background: linear-gradient(to right, #4dade7 20%, #b0cd61 40%, #5dab45 60%, #4dade7 80%);
  background-size: 200% auto;
  
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
  -webkit-animation: shine 2s linear infinite;
  
          animation: shine 2s linear infinite;
}
.blue-ib{
	display: inline-block;
}

/* RSX Columns Start */
.rsx-columns {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    gap: 10px;
}

.rsx-column {
    flex: 1;
    min-width: 0; /* This will make the columns not grow beyond their container */
}

/* Responsive design for tablets and below */
@media (max-width: 768px) {
    .rsx-columns {
        flex-direction: column;
    }

    .rsx-column {
        margin-bottom: 20px;
    }
}
/* RSX Columns End *//* End custom CSS */