<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
	position:relative;
	height:100%;
}
body {
    margin: 0;
	font-family: 'NeueHaasDisplayRoman';
	position:relative;
	height:100%;
    overflow-x:hidden;
    padding:80px 0 0 0 !important;
}
/************************************Fonts Integration | Neuehasdisplay &amp; redtowns *********************/
@font-face {
    font-family: 'NeueHaasDisplayRoman';
    src: url('../css/fonts/NeueHaasDisplayRoman.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'NeueHaasDisplayBlack';
    src: url('../css/fonts/NeueHaasDisplayBlack.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'NeueHaasDisplayBlackItalic';
    src: url('../css/fonts/NeueHaasDisplayBlackItalic.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'NeueHaasDisplayBold';
    src: url('../css/fonts/NeueHaasDisplayBold.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'NeueHaasDisplayLight';
    src: url('../css/fonts/NeueHaasDisplayLight.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'NeueHaasDisplayMediu';
    src: url('../css/fonts/NeueHaasDisplayMediu.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'NeueHaasDisplayThin';
    src: url('../css/fonts/NeueHaasDisplayThin.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'Redtowns';
    src: url('../css/fonts/Redtowns.woff') format('woff');
    font-display: swap;
}
/***********************************colors Declaration****************/
.clrwhite
{
    color:#fff;
}
.clrblack{
    color:#000;
}
.clrorange{
    color:#F5742C;
}
.bggrey{
    background: #DFDFDF;
}
/*********************************font declaration*******************/
.fontbold{
    font-family: 'NeueHaasDisplayBold';
}
.fontmedium{
    font-family: 'NeueHaasDisplayMediu';
}
.fontredtowns{
    font-family: 'Redtowns';  
}
.fontthin{
    font-family: 'NeueHaasDisplayThin';   
}
/*******************************font sizes****************************/
.h1title {
    font-size: 100px;
}
.fs35{
    font-size: 35px;
}
.fs40 {
    font-size: 40px;
}
.fs20 {
    font-size: 20px;
}
.fs30 {
    font-size: 30px;
}
.h2title{
    font-size: 80px;
}
.lh45{
    line-height: 45px;
}
.lh40 {
    line-height: 40px;
}
.lh50{
    line-height: 50px;
}
.lh95{
    line-height: 95px;
}
/***************************others*************************************/
.container-fluid{
    width:100%;
    padding:0 100px;
    max-width: 100%;
}
p,h1,h2,h3,h4,h5,h6{
    margin:0;
}
a{
    text-decoration: none !important;
}
.transition{
    transition: 0.3s all ease-in-out;
}
.wrapper {
    padding: 80px 0 0 0;
}
.spacing-top{
  padding-top: 120px;
}
.spacing-bottom{
  padding-bottom: 120px;
}
.spacing-top-80{
    padding-top: 80px;    
}
.spacing-bottom-30{
    padding-bottom: 30px;
}
.spacing-bottom-20{
    padding-bottom: 20px;
}</pre></body></html>