@font-face {
  font-family: 'Univers';
  src: url('../fonts/UniversBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Univers';
  src: url('../fonts/UniversLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Univers';
  src: url('../fonts/UniversRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Univers Condensed';
  src: url('../fonts/UniversCnBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Univers Condensed';
  src: url('../fonts/UniversCnRg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


html, body {
    font-family: 'Univers', Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

p{
    font-family: 'Univers', Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
}    



.white   {  color:#ffffff;      }
.white-bg{  background-color:#ffffff;   }
.orange{    color:#faa427;  }
.orange-bg{ background-color: #faa427;  }
.purple{    color:#812990;  }
.purple-bg{ background-color:#812990;  }
.red{   color: #b02072; }
.red-bg{ background-color:#b02072;  }
.cyan{  color:#00b3ca;  }
.cyan-bg{   background-color:#00b3ca;   }
.green { color:#abc456;  }
.green-bg{  background-color: #abc456; }
.blue{   color: #534f8f; }
.blue-bg{ background-color:#534f8f;  }




.dark{  color:#414042; }
.black{ color:#000000;  }

h2.title {
    font-family: 'Univers Condensed', Arial, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3em;
}

h2.title.icon::before {
    content: "\F133";
    font-family: "bootstrap-icons";
    display: inline-block;
    margin-right: 0px;
    vertical-align: middle;
    padding-right: 10px;
    margin-top: -10px;
}


@media (min-width: 768px) and (max-width: 1199.9px) {
    h2.title {
        font-size: 32px!important;
    }
}

@media (max-width: 767.98px) {
    h2.title {
        font-size: 25px!important;
    }
    h2.title.icon::before {
        padding-right: 2px;
        margin-top: -5px;
    }

}















.ez-counter{
  display: inline-flex;
  align-items: baseline;
  gap: 0;
}

.ez-counter .ezc-prefix,
.ez-counter .ezc-number,
.ez-counter .ezc-suffix{
  display: inline-block;
}

/*.header-title, .title {
    font-family: 'Univers', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1em;
}

.header-subtitle {
    font-family: 'Univers', sans-serif;
    font-size: 26px;
    line-height: 1.1em;
}


.body-text{
    font-size: 17px;
    line-height: 1.4em;
}
*/

/*  end */
/*

.logo{
    height: 60px;
}




.menu-button{
    border: 1px solid #000000;
    border-radius: 3px 3px;
    font-family: "Calibri", Sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.menu-button:hover{
    background-color: #008144;
    color:#ffffff;
    border: 1px solid #008144;
}

.title-line{ position: relative; }

.title-line::before{
   content: "";
   position: absolute;
   left: -44px;
   top: 2px;
   transform: translateY(14px);
   height: 7px;
   width: 36px;
   display: block;
   background-image: linear-gradient(#da1f3c, #da1f3c), linear-gradient(#008144, #008144);
   background-size: 50% 100%, 50% 100%;
   background-position: left top, right top;
   background-repeat: no-repeat;
}

.subtitle{
  font-family: 'Univers', sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.subtitle2{
    font-family: 'Univers', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25em;
    color: #414042;
}
*/
/* Desktop only */
/*@media (min-width: 1025px) and (max-width: 99999px){


}
*/

/* Tablet only */
/*@media (min-width: 768px) and (max-width: 1024px){
    .logo{
        height: 50px;   
    }

    h1{
      font-size: 34px;
      line-height: 1.1em;
    }

    .header-title, .title {
        font-size: 34px;
    }


    .subtitle{
      font-size: 28px;
    }

    .subtitle2{
        font-size: 20px;
    }

    p{
        font-size: 18px;
    }    
}*/

/* Mobile only */
/*@media (min-width: 0px) and (max-width: 767px){
    .logo{
        height: 40px;
    }

    h1{
        font-size: 25px;
        line-height: 1.1em;
    }

    .header-title, .title {
        font-size: 25px;
    }


    .subtitle{
      font-size: 24px;
    }

    .subtitle2{
        font-size: 16px;
    }

    p{
        font-size: 17px;
    }    
}
*/





footer {
   
}
footer p{ margin: 0px 0px; padding-bottom:20px; font-size:14px; }

@media (max-width: 1025px) {

footer p{ line-height: 1em; font-size:13px;}
footer {   }
   
}

@media (max-width: 767px) { 

footer p{ line-height: 1.5em; font-size:12px;}
footer {    }

} 