<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
    .common-image
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .common-image .common-image-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    height: 300px;
    overflow: hidden;
  }
  .common-image .common-image-con img
  {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .common-image .common-image-up
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 10px 0px;
  }
  .common-image .common-image-up h2
  {
    position: relative;
    float: left;
    width: auto;
    box-sizing: border-box;
    padding: 10px;
    color: white;
    text-shadow: 1px 1px black;
    font-size: 25pt;
    font-family: 'Avenir';
  }
  .common-image .common-image-up .rec-link
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0px;
    color: white;
    background: black;
    background: rgb(0,0,0);
background: linear-gradient(27deg, rgba(0,0,0,0) 9%, rgba(0,0,0,1) 9%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 91%, rgba(0,0,0,0) 91%);
text-align: center;
  }
  .common-image .common-image-up .rec-link a
  {
    position: relative;
    float: none;
    width: auto;
    padding: 10px;
    color: white;
    font-size: 12pt;
    letter-spacing: 0.5px;
/*    text-shadow: 1px 1px black;*/
    font-family: 'Avenir';
  }

       .breadcrumb
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    background-color: #e9e9e9;
    padding: 10px 0px;
  }
  .breadcrumb .breadcrumb-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
  }
  .breadcrumb .breadcrumb-con a
  {
    position: relative;
    float: left;
    width: auto;
    box-sizing: border-box;
    font-family: inherit;
    padding: 4px 6px;
    font-size: 10pt;
    color: gray;
    font-family: "Avenir", sans-serif!important;
  }
  
.heading
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 0px 0px;
}
.heading h1
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
  font-family: "Avenir", sans-serif!important;
  font-size: 18pt;
  font-weight: 800;
  color: #333;
}
.heading h2
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0px;
  font-family: 'Montserrat', serif;
  font-size: 18pt;
  font-weight: bold;
  color: #333;
}
.heading h3
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0px;
  font-family: 'Montserrat', serif;
  font-size: 14pt;
  font-weight: bold;
  color: #333;
}
.heading h4
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0px;
  font-family: 'Montserrat', serif;
  font-size: 12pt;
  font-weight: bold;
  color: #333;
}
.text-white
{
  color: white!important;
}
.text-center
{
  text-align: center;
}
.font-raleway
{
  font-family: 'Raleway'!important;
}
.heading h1.center
{
  text-align: center;
}
.heading h1.right
{
  text-align: right;
}
.align-center
{
  text-align: center;
}
.align-left
{
  text-align: left;
}
.align-left
{
  text-align: right;
}
.heading line
{
  position: relative;
  float: none;
  display: inline-block;
  border:2px solid #FF1A00;
  border-radius: 50px;
  width: 25%;
  margin-top: -20px;
  margin-bottom: 20px;
  padding: 2px;
}

.heading h1 img
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 500px;
}
.hed-img
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.hed-img.md
{
  width: 50%;
}
.hed-img.sm
{
  width: 25%;
}
.hed-img img
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.head-back-1
{
  background: linear-gradient(150deg, #CF0000, #FF0000, #9E0012)!important;
  color: white!important;
}
.head-back-2
{
  background: linear-gradient(150deg, #3F0AFF, #42B0FF, #1100FF)!important;
  color: white!important;
}
   .alert-box
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 0px;
  }
  .alert-box p
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 10pt;
    padding: 10px 10px;
    border-radius: 5px;
  }
  .alert-box p.alert-danger
  {
    color: white!important;
    background: #f44336;
  }
  .alert-box p.alert-success
  {
    color: white!important;
    background: #4CAF50 ;
  }
</pre></body></html>