<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

html, body, h1, h2, h3, h4, h5, h6, a, p, span, b, div, u, li{
    font-family:'Commissioner', sans-serif !important;
}

.image{
    max-width:200px;
}


@media(min-width:577px) and (max-width:768px){
    #app\ companyadmin\.webapp-page\.publish &gt; div:nth-child(2) &gt; div &gt; div &gt; div &gt; div &gt; div{
       padding: 40px 30px 40px 32px !important;
    }

}
@media(max-width:576px){
    .send-btn{
        margin-top:30px !important;
    }
    .no-padd{
        padding:20px !important;
        margin-top: -20px !important;
    }
    .blue&gt;a{
        max-width:160px !important;
        left:20px !important;
    }
    .pad{
        padding:40px 30px 34px !important;
    }
        .lin{
        font-size:18px !important;
        background:linear-gradient(-55deg, rgba(255, 255, 255, 0) 22%, rgb(30, 40, 55) 8%) !important;
    }
    .lin2{
        font-size:18px !important;
        background:linear-gradient(-55deg, rgba(255, 255, 255, 0) 22%, rgb(30, 40, 55) 8%) !important;
    }
}
.image{
    margin-bottom:10px;
    margin-top:10px;
}
.panel{
    border:0 !important;
    background: transparent !important;
    border-radius:0 !important;
    box-shadow: none !important;

}
.panel.panel-default{
    margin-top:20px !important;
}
.panel-heading{
    background: #F5F7FE !important;
    border: 2px dashed #1E2837 !important;
    color:#1E2837 !important;
}
.panel-default&gt;.panel-heading+.panel-collapse&gt;.panel-body{
    background:transparent !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
}
.is-btn-ghost2 {
	padding: 10px 20px !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #1E2837;
    border: 2px dashed #1E2837;
}
.is-btn-ghost2:hover{
    border-width:thick !important;
}

.form-control {
	border:none !important;
	background:#F5F7FE !important;
	border-radius:0 !important;
}

.rendered-form .form-group&gt;label {
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	line-height: 20px !important;
	color: #000000 !important;
}

.rendered-form .form-control:focus {
	outline: 0;
	box-shadow: none !important;
	border: 1px solid #1E2837 !important;
}

.blue&gt;a, .send-btn{
	padding: 10px 20px !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #1E2837 ;
    border: 2px solid #1E2837;
    border-radius:0 !important;
}
.blue&gt;a{
    margin-top:10px !important;
}

.send-btn:hover, .blue&gt;a:hover{
    border-width:thick !important;
}
.navbar-nav&gt;li&gt;a{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.footer-text, .footer-text&gt;a{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #A8CAFF;
}

.navbar-nav&gt;li&gt;a:hover {
    text-decoration: solid underline #F0801E 2px;
}



.row.display-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .row.display-flex &gt; [class*='col-'] {
    display: flex;
    flex-direction: column;
  }
  
  
  @media(max-width:768px){

  .repeating-header {
         position: unset !important;
     }
   }


.footer-text&gt;a{
    color:#000!important;
}
.footer{
    background-color: #fff!important;
}


.service-book a, .button, .action-container a, .success-container a{
    background-color:#000!important;
    border:1px solid #000!important;
    color:#fff!important;
}

.secondary-button{
    color:#000!important;
    border:1px solid #000!important;
}

.btn-rengine{
    color:#fff!important;
    background-color:#000!important;
    border:1px solid #000!important;
}

@media (max-width: 767px){
    .flex {
        flex-direction: column;
    }
        .items-center{
            align-items: start!important;
        }
    }


.es-review-background-container {
		height: 265px;
	}
	@media screen and (max-width: 587px) {
		.es-review-background-container {
			margin: 0 15px;
		}
	}
	
	
	.es-review-link-container, .es-review-source-source-bottom-container {
		position: fixed !important;
		bottom: 40px;
		width: max-content;
	}</pre></body></html>