/* @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    */
/*****************************************/


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

@font-face {  
  font-family: 'Effra';
   @import url("https://use.typekit.net/bkm8eqc.css");
  src: url('https://5324278.fs1.hubspotusercontent-na1.net/hubfs/5324278/Assets/Fonts/Effra/effra_std_bd_1-webfont.woff') format('woff'), url('https://5324278.fs1.hubspotusercontent-na1.net/hubfs/5324278/Assets/Fonts/Effra/effra_std_bd_1-webfont.eot') format('eot'), url('https://5324278.fs1.hubspotusercontent-na1.net/hubfs/5324278/Assets/Fonts/Effra/effra_std_bd_1-webfont.ttf') format('truetype');}
  font-weight: normal; 
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Lato';
  @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
  
}



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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* LATO */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* Open Sans Font */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


/******* || GLOBAL ELEMENTS || *******/
body {
    margin:0;
    padding:0;
    font-size: 1rem;
    font-family:"Lato",sans-serif !important;
    font-weight: 400;
    background-color:#FFFFFF !important;
    overflow-x:hidden;
}


h1, h2, h3, h4, h5 {
  font-family:"Effra" !important;
  font-weight:bold;
}

h1 {
  font-size:32px !important;
  font-weight:700 !important;
  color:#0072bc !important;
}


h2 {
  font-size:32px !important;
  font-weight:700 !important;
  color:#0072bc !important;
}

@media only screen and (max-width:768px) {
  h1 {
    font-size:30px !important;
  }
    h2 {
    font-size:24px !important;
  }
      h3 {
    font-size:20px !important;
  }
}


  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left:0 !important;
    padding-right:0 !important;
}


  .container-section {
    padding-left:1em;
    padding-right:1em;
  }


.container-section {
  max-width:1280px;
  margin:0 auto;
  margin-bottom: 6em;
}

.container-hero {
  text-align:center;
  margin-bottom:3em;
}

/******* || Buttons || *******/


/* Primary Button Styling */
.button-primary-1 {
    display: inline-block;
    padding: 1em 1.8125em;
    border-radius:4px ;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    transition: 150ms ease;
    transition-property: background-color, border-color, box-shadow, color;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
/*     box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%); */
    background-color: #0072bc;
    color: #ffffff !important;
    border-width: 1px;
    border: 2px solid #0072bc;
     text-decoration:none;

}

/* Primary Button Styling for Hover */
.button-primary-1:hover, .button-primary-1:focus {
  background-color: #59c5ef !important;
  color: #FFFFFF !important;
   border: 2px solid #59c5ef !important;
}