
/* Defaults */
p {
    margin-top: 0px;
    margin-bottom: 14px;
}



/* Fonts */
* {
  font-family: "Poppins", sans-serif;
}
h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
      font-family: "Lato", sans-serif;
    font-weight: 300;
}



/* Colours */
/* Colour A */
.cA_c {color: #e04f39;}
.cA_bg {background-color: #e04f39;}
.cA_bd {border-color: #e04f39;}
/* Colour B */
.cB_c {color: #e04f39;}
.cB_bg {background-color: #e04f39;}
.cB_bd {border-color: #e04f39;}

/* Colour C */
.cC_c {color: #000;}
.cC_bg {background-color: #000;}
.cC_bd {border-color: #000;}

/* Colour D */
.cD_c {color: #fff;}
.cD_bg {background-color: #fff;}
.cD_bd {border-color: #fff;}

/* Colour E */
.cE_c {color: #0d0d0d}
.cE_bg {background-color: #0d0d0d}
.cE_bd {border-color: #0d0d0d}






span.underline {
    position: relative;
    display: inline-block;
}
span.underline svg {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 13px;
}
span.underline svg path {
    fill: red;
}
#example_people .underline svg path {
    fill: #fff;
}





/* Calendly */

#calendly_iframe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
    background-color: #fff;
}

#calendly_iframe #calendly_closer svg path {
    fill: #2773e7;
}

#calendly_iframe.active {
    display: block;
}

#calendly_iframe #calendly_closer {
    width: 38px;
    height: 30px;
    position: fixed;
    top: 6px;
    left: 22px;
    z-index: 99;
    pointer-events: auto;
    cursor: pointer;
}

#calendly_iframe #calendly_closer svg {
    width: 100%;
    pointer-events: none;
}


#calendly_backup {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    font-size: 14px;
    opacity: 0;
    transition: all 0.8s ease;
}

#calendly_iframe_main {
    position: relative;
    z-index: 1;
    height: 100%;
}









body {
    padding: 0px 0px;
    margin: 0px 0px;
    background: #fff;
}

.container {
    max-width: 1400px;
    margin: 0px auto;
}

.button01 {
    color: #ffffff !important;
    border-width: 0px !important;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 600 !important;
    padding: 11px 18px;
    background-color: #2773e7;
    cursor: pointer;
    transition: all 0.3s ease;
}
.button01:hover {
    background-color: #2252B2;
}