/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*********************************************/
/*    Start your style declarations here     */
/*********************************************/
/*********************************************/
/* Colors class : Blue-azur,blue-navy,orange */
/*********************************************/


/* Button Styles */
.hs-elevate-button {
  border-radius: 4px !important;
}

/* Heading 1 Styles */
.hs-elevate-h1 {
  line-height: 59px !important; /* 3.685rem * 16px */
  font-size: 70px !important; /* 8rem * 16px */
}

/* Heading 2 Styles */
.hs-elevate-h2 {
  font-size: 36px !important; /* 4.5rem * 16px */
  line-height: 40px !important; /* 1.2 * 72px */
}


/* Heading 4 Styles */
.hs-elevate-h4 {
  font-size: 48px !important; /* 3rem * 16px */
  line-height: 57.6px !important; /* 1.2 * 48px */
}

.blog-container .hs-elevate-h4 {
  font-size: 40px !important; /* 2.5rem * 16px */
  line-height: 48px !important; /* 1.2 * 40px */
}

/* Heading 5 Styles */
.hs-elevate-h5 {
  font-size: 40px !important; /* 2.5rem * 16px */
  line-height: 48px !important; /* 1.2 * 40px */
}

.blog-container .hs-elevate-h5 {
  font-size: 32px !important; /* 2rem * 16px */
  line-height: 38.4px !important; /* 1.2 * 32px */
}

/* Heading 6 Styles */
.hs-elevate-h6 {
  font-size: 35.2px !important; /* 2.2rem * 16px */
  line-height: 42.24px !important; /* 1.2 * 35.2px */
}

.blog-container .hs-elevate-h6 {
  font-size: 32px !important; /* 2rem * 16px */
  line-height: 38.4px !important; /* 1.2 * 32px */
}

/* Paragraph Styles */
p {

  color:hsl(0, 0%, 23%) !important;
  font-style: normal !important;
  font-size: 18px !important; 

  line-height: 22px !important; 
}
.dnd_area-row-7-background-layers p,
.dnd_area-row-6-background-layers p, 
.dnd_area-row-5-background-layers p,
.dnd_area-row-4-background-layers p,
.dnd_area-row-2-background-layers p,
.dnd_area-row-1-background-layers p,
.dnd_area-row-3-background-color p,
.footer-row-2-background-layers p{
color:white!important;}
.blue-azur{
  color:#3c91e6!important;
}
.blue-navy{
  color:#232255!important;
}
.orange{
  color:#f16526!important;
}
.bullet-number{
 font-size: 80% ;
}
.c-secondary-link-list .__container .__list .__item .__checkmark {
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: var(--p2);
    margin-bottom: 10px;
}
.jPrhed {
padding-block: 10px!important;
)