

/* ==========================================================================
   BASE CSS                                         
   ========================================================================== */

/*** Font Face Imports ***/
@import url(//hello.myfonts.net/count/3738a1);
  
.gilroy { font-family: sans-serif; font-weight: 400; }
.gilroy-extra-bold { font-family: sans-serif; font-weight: 700; }
.apercu { font-family: sans-serif; font-weight: 400; }
.apercu-bold { font-family: sans-serif; font-weight: 700; }
.arial { font-family: arial; }
.arial-black { font-family: arial; font-weight: 900; }
.helvetica { font-family: sans-serif, arial; }
.helvetica-bold { font-family: sans-serif, arial; font-weight: 700; }
.helvetica-light { font-family: sans-serif, arial; font-weight: 300; }

/*** Variables ***/





/*** Macros ***/





  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(#000, 0);
  }

  @at-root {
    @-ms-viewport {
      width: device-width;
    }
  }

  article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
  }

  body {
    margin: 0;
    text-align: left;
    font-family: Apercu, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
  }

  [tabindex="-1"]:focus {
    outline: 0 !important;
  }

  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }

  h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: rem;
  }

  p {
  	margin-top: 0;
    margin-bottom: 1rem;
	}

  abbr[title],
  abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
  }

  address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
  }

  ol,
  ul,
  dl {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  ol ol,
  ul ul,
  ol ul,
  ul ol {
    margin-bottom: 0;
  }

  dt {
    font-weight: 700;
  }

  dd {
    margin-bottom: .5rem;
    margin-left: 0;
  }

  blockquote {
    margin: 0 0 1rem;
  }

  dfn {
    font-style: italic;
  }

  b,
  strong {
    font-weight: bolder;
  }

  small {
    font-size: 80%;
  }

  sub,
  sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
  }

  sub { bottom: -.25em; }
  sup { top: -.5em; }

  pre,
  code,
  kbd,
  samp {
    font-family: SFMono_Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em;
  }

  pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
  }

  figure {
    margin: 0 0 1rem;
  }

  img {
    vertical-align: middle;
    border-style: none;
  }

  svg:not(:root) {
    overflow: hidden;
    vertical-align: middle;
  }

  table {
    border-collapse: collapse;
  }

  caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
  }

  th {
    text-align: inherit;
  }

  label {
    display: inline-block;
    margin-bottom: 10px;
  }

  button {
    border-radius: 0;
  }

  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }

  input,
  button,
  select,
  optgroup,
  textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }

  button,
  input {
    overflow: visible;
  }

  button,
  select {
    text-transform: none;
  }

  button,
  html [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }

  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }

  input[type="radio"],
  input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
  }

  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    -webkit-appearance: listbox;
  }

  textarea {
    overflow: auto;
    resize: vertical;
  }

  fieldset {
    padding: 0;
    margin: 0;
    border: 0;
  }

  legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
  }

  progress {
    vertical-align: baseline;
  }

  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }

  [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
  }

  [type="search"]::-webkit-search-cancel-button,
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
  }

  output {
    display: inline-block;
  }

  summary {
    display: list-item;
    cursor: pointer;
  }

  template {
    display: none;
  }

  [hidden] {
    display: none !important;
  }



  .media {
    display: flex;
    align-items: flex-start;
  }

  .media-body {
    flex: 1;
  }

  @media (min-width: 768px) {
    
    .row-fluid .widget-span[class*="span0"] {
      
      flex: 0 0 0.0%;
      max-width: 0.0%;
    }
    
    .row-fluid .widget-span[class*="span1"] {
      
      flex: 0 0 8.333333333333332%;
      max-width: 8.333333333333332%;
    }
    
    .row-fluid .widget-span[class*="span2"] {
      
      flex: 0 0 16.666666666666664%;
      max-width: 16.666666666666664%;
    }
    
    .row-fluid .widget-span[class*="span3"] {
      
      flex: 0 0 25.0%;
      max-width: 25.0%;
    }
    
    .row-fluid .widget-span[class*="span4"] {
      
      flex: 0 0 33.33333333333333%;
      max-width: 33.33333333333333%;
    }
    
    .row-fluid .widget-span[class*="span5"] {
      
      flex: 0 0 41.66666666666667%;
      max-width: 41.66666666666667%;
    }
    
    .row-fluid .widget-span[class*="span6"] {
      
      flex: 0 0 50.0%;
      max-width: 50.0%;
    }
    
    .row-fluid .widget-span[class*="span7"] {
      
      flex: 0 0 58.333333333333336%;
      max-width: 58.333333333333336%;
    }
    
    .row-fluid .widget-span[class*="span8"] {
      
      flex: 0 0 66.66666666666666%;
      max-width: 66.66666666666666%;
    }
    
    .row-fluid .widget-span[class*="span9"] {
      
      flex: 0 0 75.0%;
      max-width: 75.0%;
    }
    
    .row-fluid .widget-span[class*="span10"] {
      
      flex: 0 0 83.33333333333334%;
      max-width: 83.33333333333334%;
    }
    
    .row-fluid .widget-span[class*="span11"] {
      
      flex: 0 0 91.66666666666666%;
      max-width: 91.66666666666666%;
    }
    
    .row-fluid .widget-span[class*="span12"] {
      
      flex: 0 0 100.0%;
      max-width: 100.0%;
    }
    
  }

  .row-fluid .widget-span[class*="span"],
  .col,    .col-1,    .col-10,    .col-11,    .col-12,    .col-2,    .col-3,    .col-4,    .col-5,    .col-6,    .col-7,    .col-8,    .col-9,    .col-auto, 
  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, 
  .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, 
  .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, 
  .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    float: none;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .col,
  .row-fluid .col.widget-span {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-auto,
  .row-fluid .col-auto.widget-span {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  
    .col-0,
    .row-fluid .col-0.widget-span {
      
      flex: 0 0 0.0%;
      max-width: 0.0%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
  
    .col-1,
    .row-fluid .col-1.widget-span {
      
      flex: 0 0 8.333333333333332%;
      max-width: 8.333333333333332%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
  
    .col-2,
    .row-fluid .col-2.widget-span {
      
      flex: 0 0 16.666666666666664%;
      max-width: 16.666666666666664%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
  
    .col-3,
    .row-fluid .col-3.widget-span {
      
      flex: 0 0 25.0%;
      max-width: 25.0%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
  
    .col-4,
    .row-fluid .col-4.widget-span {
      
      flex: 0 0 33.33333333333333%;
      max-width: 33.33333333333333%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
  
    .col-5,
    .row-fluid .col-5.widget-span {
      
      flex: 0 0 41.66666666666667%;
      max-width: 41.66666666666667%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
  
    .col-6,
    .row-fluid .col-6.widget-span {
      
      flex: 0 0 50.0%;
      max-width: 50.0%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
  
    .col-7,
    .row-fluid .col-7.widget-span {
      
      flex: 0 0 58.333333333333336%;
      max-width: 58.333333333333336%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
  
    .col-8,
    .row-fluid .col-8.widget-span {
      
      flex: 0 0 66.66666666666666%;
      max-width: 66.66666666666666%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
  
    .col-9,
    .row-fluid .col-9.widget-span {
      
      flex: 0 0 75.0%;
      max-width: 75.0%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
  
    .col-10,
    .row-fluid .col-10.widget-span {
      
      flex: 0 0 83.33333333333334%;
      max-width: 83.33333333333334%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
  
    .col-11,
    .row-fluid .col-11.widget-span {
      
      flex: 0 0 91.66666666666666%;
      max-width: 91.66666666666666%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
  
    .col-12,
    .row-fluid .col-12.widget-span {
      
      flex: 0 0 100.0%;
      max-width: 100.0%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
  

  
  @media (min-width: 576px) {
    .col-sm,
    .row-fluid .col-sm.widget-span {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
      width: 100%;
      max-width: none;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    .col-sm-auto,
    .row-fluid .col-sm-auto.widget-span {
      flex: 0 0 auto;
      width: auto;
      max-width: none;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-sm-0,
    .row-fluid .col-sm-0.widget-span {
      
      flex: 0 0 0.0%;
      max-width: 0.0%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-sm-1,
    .row-fluid .col-sm-1.widget-span {
      
      flex: 0 0 8.333333333333332%;
      max-width: 8.333333333333332%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-sm-2,
    .row-fluid .col-sm-2.widget-span {
      
      flex: 0 0 16.666666666666664%;
      max-width: 16.666666666666664%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-sm-3,
    .row-fluid .col-sm-3.widget-span {
      
      flex: 0 0 25.0%;
      max-width: 25.0%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-sm-4,
    .row-fluid .col-sm-4.widget-span {
      
      flex: 0 0 33.33333333333333%;
      max-width: 33.33333333333333%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-sm-5,
    .row-fluid .col-sm-5.widget-span {
      
      flex: 0 0 41.66666666666667%;
      max-width: 41.66666666666667%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-sm-6,
    .row-fluid .col-sm-6.widget-span {
      
      flex: 0 0 50.0%;
      max-width: 50.0%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-sm-7,
    .row-fluid .col-sm-7.widget-span {
      
      flex: 0 0 58.333333333333336%;
      max-width: 58.333333333333336%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-sm-8,
    .row-fluid .col-sm-8.widget-span {
      
      flex: 0 0 66.66666666666666%;
      max-width: 66.66666666666666%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-sm-9,
    .row-fluid .col-sm-9.widget-span {
      
      flex: 0 0 75.0%;
      max-width: 75.0%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-sm-10,
    .row-fluid .col-sm-10.widget-span {
      
      flex: 0 0 83.33333333333334%;
      max-width: 83.33333333333334%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-sm-11,
    .row-fluid .col-sm-11.widget-span {
      
      flex: 0 0 91.66666666666666%;
      max-width: 91.66666666666666%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-sm-12,
    .row-fluid .col-sm-12.widget-span {
      
      flex: 0 0 100.0%;
      max-width: 100.0%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
  }
  
  @media (min-width: 768px) {
    .col-md,
    .row-fluid .col-md.widget-span {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
      width: 100%;
      max-width: none;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    .col-md-auto,
    .row-fluid .col-md-auto.widget-span {
      flex: 0 0 auto;
      width: auto;
      max-width: none;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-md-0,
    .row-fluid .col-md-0.widget-span {
      
      flex: 0 0 0.0%;
      max-width: 0.0%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-md-1,
    .row-fluid .col-md-1.widget-span {
      
      flex: 0 0 8.333333333333332%;
      max-width: 8.333333333333332%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-md-2,
    .row-fluid .col-md-2.widget-span {
      
      flex: 0 0 16.666666666666664%;
      max-width: 16.666666666666664%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-md-3,
    .row-fluid .col-md-3.widget-span {
      
      flex: 0 0 25.0%;
      max-width: 25.0%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-md-4,
    .row-fluid .col-md-4.widget-span {
      
      flex: 0 0 33.33333333333333%;
      max-width: 33.33333333333333%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-md-5,
    .row-fluid .col-md-5.widget-span {
      
      flex: 0 0 41.66666666666667%;
      max-width: 41.66666666666667%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-md-6,
    .row-fluid .col-md-6.widget-span {
      
      flex: 0 0 50.0%;
      max-width: 50.0%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-md-7,
    .row-fluid .col-md-7.widget-span {
      
      flex: 0 0 58.333333333333336%;
      max-width: 58.333333333333336%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-md-8,
    .row-fluid .col-md-8.widget-span {
      
      flex: 0 0 66.66666666666666%;
      max-width: 66.66666666666666%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-md-9,
    .row-fluid .col-md-9.widget-span {
      
      flex: 0 0 75.0%;
      max-width: 75.0%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-md-10,
    .row-fluid .col-md-10.widget-span {
      
      flex: 0 0 83.33333333333334%;
      max-width: 83.33333333333334%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-md-11,
    .row-fluid .col-md-11.widget-span {
      
      flex: 0 0 91.66666666666666%;
      max-width: 91.66666666666666%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-md-12,
    .row-fluid .col-md-12.widget-span {
      
      flex: 0 0 100.0%;
      max-width: 100.0%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
  }
  
  @media (min-width: 992px) {
    .col-lg,
    .row-fluid .col-lg.widget-span {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
      width: 100%;
      max-width: none;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    .col-lg-auto,
    .row-fluid .col-lg-auto.widget-span {
      flex: 0 0 auto;
      width: auto;
      max-width: none;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-lg-0,
    .row-fluid .col-lg-0.widget-span {
      
      flex: 0 0 0.0%;
      max-width: 0.0%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-lg-1,
    .row-fluid .col-lg-1.widget-span {
      
      flex: 0 0 8.333333333333332%;
      max-width: 8.333333333333332%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-lg-2,
    .row-fluid .col-lg-2.widget-span {
      
      flex: 0 0 16.666666666666664%;
      max-width: 16.666666666666664%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-lg-3,
    .row-fluid .col-lg-3.widget-span {
      
      flex: 0 0 25.0%;
      max-width: 25.0%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-lg-4,
    .row-fluid .col-lg-4.widget-span {
      
      flex: 0 0 33.33333333333333%;
      max-width: 33.33333333333333%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-lg-5,
    .row-fluid .col-lg-5.widget-span {
      
      flex: 0 0 41.66666666666667%;
      max-width: 41.66666666666667%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-lg-6,
    .row-fluid .col-lg-6.widget-span {
      
      flex: 0 0 50.0%;
      max-width: 50.0%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-lg-7,
    .row-fluid .col-lg-7.widget-span {
      
      flex: 0 0 58.333333333333336%;
      max-width: 58.333333333333336%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-lg-8,
    .row-fluid .col-lg-8.widget-span {
      
      flex: 0 0 66.66666666666666%;
      max-width: 66.66666666666666%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-lg-9,
    .row-fluid .col-lg-9.widget-span {
      
      flex: 0 0 75.0%;
      max-width: 75.0%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-lg-10,
    .row-fluid .col-lg-10.widget-span {
      
      flex: 0 0 83.33333333333334%;
      max-width: 83.33333333333334%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-lg-11,
    .row-fluid .col-lg-11.widget-span {
      
      flex: 0 0 91.66666666666666%;
      max-width: 91.66666666666666%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-lg-12,
    .row-fluid .col-lg-12.widget-span {
      
      flex: 0 0 100.0%;
      max-width: 100.0%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
  }
  
  @media (min-width: 1200px) {
    .col-xl,
    .row-fluid .col-xl.widget-span {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
      width: 100%;
      max-width: none;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    .col-xl-auto,
    .row-fluid .col-xl-auto.widget-span {
      flex: 0 0 auto;
      width: auto;
      max-width: none;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-xl-0,
    .row-fluid .col-xl-0.widget-span {
      
      flex: 0 0 0.0%;
      max-width: 0.0%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-xl-1,
    .row-fluid .col-xl-1.widget-span {
      
      flex: 0 0 8.333333333333332%;
      max-width: 8.333333333333332%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-xl-2,
    .row-fluid .col-xl-2.widget-span {
      
      flex: 0 0 16.666666666666664%;
      max-width: 16.666666666666664%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-xl-3,
    .row-fluid .col-xl-3.widget-span {
      
      flex: 0 0 25.0%;
      max-width: 25.0%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-xl-4,
    .row-fluid .col-xl-4.widget-span {
      
      flex: 0 0 33.33333333333333%;
      max-width: 33.33333333333333%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-xl-5,
    .row-fluid .col-xl-5.widget-span {
      
      flex: 0 0 41.66666666666667%;
      max-width: 41.66666666666667%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-xl-6,
    .row-fluid .col-xl-6.widget-span {
      
      flex: 0 0 50.0%;
      max-width: 50.0%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-xl-7,
    .row-fluid .col-xl-7.widget-span {
      
      flex: 0 0 58.333333333333336%;
      max-width: 58.333333333333336%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-xl-8,
    .row-fluid .col-xl-8.widget-span {
      
      flex: 0 0 66.66666666666666%;
      max-width: 66.66666666666666%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-xl-9,
    .row-fluid .col-xl-9.widget-span {
      
      flex: 0 0 75.0%;
      max-width: 75.0%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-xl-10,
    .row-fluid .col-xl-10.widget-span {
      
      flex: 0 0 83.33333333333334%;
      max-width: 83.33333333333334%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-xl-11,
    .row-fluid .col-xl-11.widget-span {
      
      flex: 0 0 91.66666666666666%;
      max-width: 91.66666666666666%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
    .col-xl-12,
    .row-fluid .col-xl-12.widget-span {
      
      flex: 0 0 100.0%;
      max-width: 100.0%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    
  }
  

  .row,
  .row-fluid.row-fluid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    list-style: none;
  }
  .row-fluid:before, 
  .row-fluid:after { display: none!important; }

  .row-depth-1 > div > .widget-type-custom_widget {
      padding-left: 0;
      padding-right: 0;
  }

  .container-fluid > .row-fluid-wrapper > .row-fluid {
      margin-left: 0;
      margin-right: 0;
  }

  .row.no-gutters {
    margin-right: 0;
    margin-left: 0;
  }

  .row.no-gutters > .col,
  .row.no-gutters > [class*="col-"],
  .row-fluid [class*="span"].no-gutters {
    padding-right: 0;
    padding-left: 0;
  }

  .no-gutters .row-fluid { 
    margin-left: 0; 
    margin-right: 0;
  }

  .row-gutters-sm { margin-left: -3px; margin-right: -3px; }
  .row-gutters-sm > [class*="col"] { padding-left: 3px; padding-right: 3px; margin-bottom: 6px; }

  .container,
  .row-fluid .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto!important;
    margin-left: auto!important;
  }

  
  @media (min-width: 576px) {
    .container,
    .row-fluid .container[class*="span"] {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .container,
    .row-fluid .container[class*="span"] {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .container,
    .row-fluid .container[class*="span"] {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .container,
    .row-fluid .container[class*="span"] {
      max-width: 1170px;
    }
  }
  


  
  #hs-pwd-widget-password,
  .hs-search-field__input,
	.hs-input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
	.form-control {
    display: block;
    width: 100%!important;
    padding: 0.75rem 1.25rem!important;
    font-size: 1rem!important;
    line-height: 1.5;
    color: #495057;
    background-color: #f5f5f5;
    background-clip: padding-box;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  #hs-pwd-widget-password[style] {
		height: auto!important;
    margin-top: 0!important;
    margin-bottom: 20px;
    width: 100%!important;
    display: inline-block;
    vertical-align: middle;
  }
	.input {
    margin: 0!important;
	}
  @media screen and (prefers-reduced-motion: reduce) {
    #hs-pwd-widget-password,
    .hs-search-field__input,
		.hs-input:not([type="radio"]):not([type="checkbox"]):not([type="file"]),
    .form-control {
      transition: none;
    }
  }
  #hs-pwd-widget-password::ms-expand,
  .hs-search-field__input::-ms-expand,
	.hs-input:not([type="radio"]):not([type="checkbox"])::-ms-expand,
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
  }
  #hs-pwd-widget-password:focus,
  .hs-search-field__input:focus,
	.hs-input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):focus,
  .form-control:focus {
    color: #495057;
    background-color: #f5f5f5;
    border-color: #d2d2d2;
    outline: 0;
  }
  #hs-pwd-widget-password::placeholder,
  .hs-search-field__input::placeholder,
	.hs-input:not([type="radio"]):not([type="checkbox"])::placeholder,
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
  }
  .hs-input:not([type="radio"]):not([type="checkbox"]):disabled,
  .form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
  }
	select.hs-input:not([size]):not([multiple]),
  select.form-control:not([size]):not([multiple]) {
    height: 50pxrem;
  }
	select.hs-input:focus::-ms-value,
  select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #f5f5f5;
  }

  .form-control-file,
  .form-control-range {
    display: block;
    width: 100%;
  }

  .col-form-label {
    padding-top: calc(0.6875rem + 1px);
    padding-bottom: calc(0.6875rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
  }

  .col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
  }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
  }

  .form-control-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 10px;
  }

  select.form-control-sm:not([size]):not([multiple]) {
    height: 50px;
  }

  .form-control-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 10px;
  }

  select.form-control-lg:not([size]):not([multiple]) {
    height: 50pxrem;
  }

	.hs-form .field {
    margin-bottom: 30px;
	}

  .form-text {
    display: block;
    margin-top: .25rem;
  }

	.hs-form fieldset { max-width: none!important; }

	fieldset.form-columns-1,
	fieldset.form-columns-2,
	fieldset.form-columns-3 {
    margin-right: -10px!important;
    margin-left: -10px!important;
	}
  .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
	fieldset.form-columns-1 > .hs-form-field,
	fieldset.form-columns-2 > .hs-form-field,
	fieldset.form-columns-3 > .hs-form-field,
  .form-row > .col,
  .form-row > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }

	fieldset.form-columns-1 > div,
	fieldset.form-columns-2 > div,
	fieldset.form-columns-3 > div {
    position: relative;
    width: 100%!important;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
	}
  @media (min-width: 576px) {
    fieldset.form-columns-2 > .hs-form-field {
      position: relative;
      width: 50%!important;
      min-height: 1px;
    }
    fieldset.form-columns-3 > .hs-form-field {
      position: relative;
      width: 33.33333%!important;
      min-height: 1px;
    }
	}

	.hs-form-radio-display,
	.hs-form-booleancheckbox,
	.hs-form-checkbox,
  .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
  }

	.hs-input[type="radio"],
	.hs-input[type="checkbox"],
  .form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
  }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
  }

	.hs-form-radio-display label,
	.hs-form-booleancheckbox label,
  .form-check-label {
    margin-bottom: 0;
  }

  .form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
  }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
  }

  .inputs-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }



  .hs-button,
	.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.4375rem 1rem;
    font-size: 1rem;
    text-decoration: none;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    .hs-button,
    .btn {
      transition: none;
    }
  }
  .hs-button:hover, .hs-button:focus,
  .btn:hover, .btn:focus {
    text-decoration: none;
  }
  .hs-button:focus, .hs-button.focus,
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(#457cff, .25);
  }
  .hs-button.disabled, .hs-button:disabled,
  .btn.disabled, .btn:disabled {
    opacity: ;
  }
  .hs-button:not(:disabled):not(.disabled),
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  .hs-button:not(:disabled):not(.disabled):active, .hs-button:not(:disabled):not(.disabled).active,
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none;
  }
  a.btn.disabled,
  fieldset:disabled a.btn {
    pointer-events: none;
  }

  .btn-link {
    font-weight: 400;
    color: ;
    background-color: transparent;
  }
  .btn-link:hover {
    color: ;
    text-decoration: ;
    background-color: transparent;
    border-color: transparent;
  }
  .btn-link:focus, .btn-link.focus {
    text-decoration: ;
    border-color: transparent;
    box-shadow: none;
  }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
  }

  .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
  }

  .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: .2rem;
  }

  .btn-block {
    display: block;
    width: 100%;
  }
  .btn-block + .btn-block {
    margin-top: .5remrem;
  }

  input[type=submit].btn-block,
  input[type=reset].btn-block,
  input[type=button].btn-block {
    width: 100%;
  }




  
		

	
    .btn-primary {
      color: #fff;
      background-color: #457cff;
      background-image: none;
      border-color: #457cff;
    }

    .btn-primary:hover,
    .btn-primary:focus {
      color: #fff;
      background-color: #3e75f8;
      border-color: #3b72f5;
    }
  

  .btn-primary.disabled,
  .btn-primary:disabled {
    color: #fff;
    background-color: #457cff;
    border-color: #457cff;
  }

  .btn-primary:not(:disabled):not(.disabled):active,
  .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

		
  .btn-outline-primary {
    color: #457cff;
    background-color: transparent;
    background-image: none;
    border-color: #457cff;
  }

	
    .btn-outline-primary:hover,
    .btn-outline-primary:focus {
      color: #fff;
      background-color: #457cff;
      border-color: #457cff;
    }
  

  .btn-outline-primary.disabled,
  .btn-outline-primary:disabled {
    color: #457cff;
    background-color: transparent;
  }

  .btn-outline-primary:not(:disabled):not(.disabled):active,
  .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

		
  .btn-inverse-primary {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
  }

  .btn-inverse-primary:hover {
    color: #457cff;
    background-color: #fff;
    border-color: #fff;
  }

  .btn-inverse-primary.disabled,
  .btn-inverse-primary:disabled {
    color: rgba(255,255,255,0.4);
    background-color: transparent;
  }

  .btn-inverse-primary:not(:disabled):not(.disabled):active,
  .btn-inverse-primary:not(:disabled):not(.disabled).active,
  .show > .btn-inverse-primary.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

	
		

	
    .btn-secondary {
      color: #fff;
      background-color: #011852;
      background-image: none;
      border-color: #011852;
    }

    .btn-secondary:hover,
    .btn-secondary:focus {
      color: #fff;
      background-color: #00114b;
      border-color: #000e48;
    }
  

  .btn-secondary.disabled,
  .btn-secondary:disabled {
    color: #fff;
    background-color: #011852;
    border-color: #011852;
  }

  .btn-secondary:not(:disabled):not(.disabled):active,
  .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

		
  .btn-outline-secondary {
    color: #011852;
    background-color: transparent;
    background-image: none;
    border-color: #011852;
  }

	
    .btn-outline-secondary:hover,
    .btn-outline-secondary:focus {
      color: #fff;
      background-color: #011852;
      border-color: #011852;
    }
  

  .btn-outline-secondary.disabled,
  .btn-outline-secondary:disabled {
    color: #011852;
    background-color: transparent;
  }

  .btn-outline-secondary:not(:disabled):not(.disabled):active,
  .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

		
  .btn-inverse-secondary {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
  }

  .btn-inverse-secondary:hover {
    color: #011852;
    background-color: #fff;
    border-color: #fff;
  }

  .btn-inverse-secondary.disabled,
  .btn-inverse-secondary:disabled {
    color: rgba(255,255,255,0.4);
    background-color: transparent;
  }

  .btn-inverse-secondary:not(:disabled):not(.disabled):active,
  .btn-inverse-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-inverse-secondary.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

	
		

	
    .btn-green {
      color: #fff;
      background-color: #2ec35f;
      background-image: none;
      border-color: #2ec35f;
    }

    .btn-green:hover,
    .btn-green:focus {
      color: #fff;
      background-color: #27bc58;
      border-color: #24b955;
    }
  

  .btn-green.disabled,
  .btn-green:disabled {
    color: #fff;
    background-color: #2ec35f;
    border-color: #2ec35f;
  }

  .btn-green:not(:disabled):not(.disabled):active,
  .btn-green:not(:disabled):not(.disabled).active,
  .show > .btn-green.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

		
  .btn-outline-green {
    color: #2ec35f;
    background-color: transparent;
    background-image: none;
    border-color: #2ec35f;
  }

	
    .btn-outline-green:hover,
    .btn-outline-green:focus {
      color: #fff;
      background-color: #2ec35f;
      border-color: #2ec35f;
    }
  

  .btn-outline-green.disabled,
  .btn-outline-green:disabled {
    color: #2ec35f;
    background-color: transparent;
  }

  .btn-outline-green:not(:disabled):not(.disabled):active,
  .btn-outline-green:not(:disabled):not(.disabled).active,
  .show > .btn-outline-green.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

		
  .btn-inverse-green {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
  }

  .btn-inverse-green:hover {
    color: #2ec35f;
    background-color: #fff;
    border-color: #fff;
  }

  .btn-inverse-green.disabled,
  .btn-inverse-green:disabled {
    color: rgba(255,255,255,0.4);
    background-color: transparent;
  }

  .btn-inverse-green:not(:disabled):not(.disabled):active,
  .btn-inverse-green:not(:disabled):not(.disabled).active,
  .show > .btn-inverse-green.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

	
		

	
    .btn-success {
      color: #fff;
      background-color: #2ec35f;
      background-image: none;
      border-color: #2ec35f;
    }

    .btn-success:hover,
    .btn-success:focus {
      color: #fff;
      background-color: #27bc58;
      border-color: #24b955;
    }
  

  .btn-success.disabled,
  .btn-success:disabled {
    color: #fff;
    background-color: #2ec35f;
    border-color: #2ec35f;
  }

  .btn-success:not(:disabled):not(.disabled):active,
  .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

		
  .btn-outline-success {
    color: #2ec35f;
    background-color: transparent;
    background-image: none;
    border-color: #2ec35f;
  }

	
    .btn-outline-success:hover,
    .btn-outline-success:focus {
      color: #fff;
      background-color: #2ec35f;
      border-color: #2ec35f;
    }
  

  .btn-outline-success.disabled,
  .btn-outline-success:disabled {
    color: #2ec35f;
    background-color: transparent;
  }

  .btn-outline-success:not(:disabled):not(.disabled):active,
  .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

		
  .btn-inverse-success {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
  }

  .btn-inverse-success:hover {
    color: #2ec35f;
    background-color: #fff;
    border-color: #fff;
  }

  .btn-inverse-success.disabled,
  .btn-inverse-success:disabled {
    color: rgba(255,255,255,0.4);
    background-color: transparent;
  }

  .btn-inverse-success:not(:disabled):not(.disabled):active,
  .btn-inverse-success:not(:disabled):not(.disabled).active,
  .show > .btn-inverse-success.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

	
		

	
    .btn-info {
      color: #fff;
      background-color: #bed1ff;
      background-image: none;
      border-color: #bed1ff;
    }

    .btn-info:hover,
    .btn-info:focus {
      color: #fff;
      background-color: #b7caf8;
      border-color: #b4c7f5;
    }
  

  .btn-info.disabled,
  .btn-info:disabled {
    color: #fff;
    background-color: #bed1ff;
    border-color: #bed1ff;
  }

  .btn-info:not(:disabled):not(.disabled):active,
  .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

		
  .btn-outline-info {
    color: #bed1ff;
    background-color: transparent;
    background-image: none;
    border-color: #bed1ff;
  }

	
    .btn-outline-info:hover,
    .btn-outline-info:focus {
      color: #fff;
      background-color: #bed1ff;
      border-color: #bed1ff;
    }
  

  .btn-outline-info.disabled,
  .btn-outline-info:disabled {
    color: #bed1ff;
    background-color: transparent;
  }

  .btn-outline-info:not(:disabled):not(.disabled):active,
  .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

		
  .btn-inverse-info {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
  }

  .btn-inverse-info:hover {
    color: #bed1ff;
    background-color: #fff;
    border-color: #fff;
  }

  .btn-inverse-info.disabled,
  .btn-inverse-info:disabled {
    color: rgba(255,255,255,0.4);
    background-color: transparent;
  }

  .btn-inverse-info:not(:disabled):not(.disabled):active,
  .btn-inverse-info:not(:disabled):not(.disabled).active,
  .show > .btn-inverse-info.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

	
		

	
    .btn-danger {
      color: #fff;
      background-color: #ced4da;
      background-image: none;
      border-color: #ced4da;
    }

    .btn-danger:hover,
    .btn-danger:focus {
      color: #fff;
      background-color: #c7cdd3;
      border-color: #c4cad0;
    }
  

  .btn-danger.disabled,
  .btn-danger:disabled {
    color: #fff;
    background-color: #ced4da;
    border-color: #ced4da;
  }

  .btn-danger:not(:disabled):not(.disabled):active,
  .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

		
  .btn-outline-danger {
    color: #ced4da;
    background-color: transparent;
    background-image: none;
    border-color: #ced4da;
  }

	
    .btn-outline-danger:hover,
    .btn-outline-danger:focus {
      color: #fff;
      background-color: #ced4da;
      border-color: #ced4da;
    }
  

  .btn-outline-danger.disabled,
  .btn-outline-danger:disabled {
    color: #ced4da;
    background-color: transparent;
  }

  .btn-outline-danger:not(:disabled):not(.disabled):active,
  .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

		
  .btn-inverse-danger {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
  }

  .btn-inverse-danger:hover {
    color: #ced4da;
    background-color: #fff;
    border-color: #fff;
  }

  .btn-inverse-danger.disabled,
  .btn-inverse-danger:disabled {
    color: rgba(255,255,255,0.4);
    background-color: transparent;
  }

  .btn-inverse-danger:not(:disabled):not(.disabled):active,
  .btn-inverse-danger:not(:disabled):not(.disabled).active,
  .show > .btn-inverse-danger.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

	
		

	
    .btn-warning {
      color: #fff;
      background-color: #ced4da;
      background-image: none;
      border-color: #ced4da;
    }

    .btn-warning:hover,
    .btn-warning:focus {
      color: #fff;
      background-color: #c7cdd3;
      border-color: #c4cad0;
    }
  

  .btn-warning.disabled,
  .btn-warning:disabled {
    color: #fff;
    background-color: #ced4da;
    border-color: #ced4da;
  }

  .btn-warning:not(:disabled):not(.disabled):active,
  .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

		
  .btn-outline-warning {
    color: #ced4da;
    background-color: transparent;
    background-image: none;
    border-color: #ced4da;
  }

	
    .btn-outline-warning:hover,
    .btn-outline-warning:focus {
      color: #fff;
      background-color: #ced4da;
      border-color: #ced4da;
    }
  

  .btn-outline-warning.disabled,
  .btn-outline-warning:disabled {
    color: #ced4da;
    background-color: transparent;
  }

  .btn-outline-warning:not(:disabled):not(.disabled):active,
  .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

		
  .btn-inverse-warning {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
  }

  .btn-inverse-warning:hover {
    color: #ced4da;
    background-color: #fff;
    border-color: #fff;
  }

  .btn-inverse-warning.disabled,
  .btn-inverse-warning:disabled {
    color: rgba(255,255,255,0.4);
    background-color: transparent;
  }

  .btn-inverse-warning:not(:disabled):not(.disabled):active,
  .btn-inverse-warning:not(:disabled):not(.disabled).active,
  .show > .btn-inverse-warning.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

	
		

	
    .btn-light {
      color: #343a40;
      background-color: #e9ecef;
      background-image: none;
      border-color: #e9ecef;
    }

    .btn-light:hover,
    .btn-light:focus {
      color: #343a40;
      background-color: #e2e5e8;
      border-color: #dfe2e5;
    }
	

  .btn-light.disabled,
  .btn-light:disabled {
    color: #fff;
    background-color: #e9ecef;
    border-color: #e9ecef;
  }

  .btn-light:not(:disabled):not(.disabled):active,
  .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

		
  .btn-outline-light {
    color: #e9ecef;
    background-color: transparent;
    background-image: none;
    border-color: #e9ecef;
  }

	
    .btn-outline-light:hover,
    .btn-outline-light:focus {
      color: #343a40;
      background-color: #e9ecef;
      border-color: #e9ecef;
    }
	

  .btn-outline-light.disabled,
  .btn-outline-light:disabled {
    color: #e9ecef;
    background-color: transparent;
  }

  .btn-outline-light:not(:disabled):not(.disabled):active,
  .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

		
  .btn-inverse-light {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
  }

  .btn-inverse-light:hover {
    color: #e9ecef;
    background-color: #fff;
    border-color: #fff;
  }

  .btn-inverse-light.disabled,
  .btn-inverse-light:disabled {
    color: rgba(255,255,255,0.4);
    background-color: transparent;
  }

  .btn-inverse-light:not(:disabled):not(.disabled):active,
  .btn-inverse-light:not(:disabled):not(.disabled).active,
  .show > .btn-inverse-light.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

	
		

	
    .btn-dark {
      color: #fff;
      background-color: #343a40;
      background-image: none;
      border-color: #343a40;
    }

    .btn-dark:hover,
    .btn-dark:focus {
      color: #fff;
      background-color: #2d3339;
      border-color: #2a3036;
    }
  

  .btn-dark.disabled,
  .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }

  .btn-dark:not(:disabled):not(.disabled):active,
  .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

		
  .btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
  }

	
    .btn-outline-dark:hover,
    .btn-outline-dark:focus {
      color: #fff;
      background-color: #343a40;
      border-color: #343a40;
    }
  

  .btn-outline-dark.disabled,
  .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
  }

  .btn-outline-dark:not(:disabled):not(.disabled):active,
  .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

		
  .btn-inverse-dark {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
  }

  .btn-inverse-dark:hover {
    color: #343a40;
    background-color: #fff;
    border-color: #fff;
  }

  .btn-inverse-dark.disabled,
  .btn-inverse-dark:disabled {
    color: rgba(255,255,255,0.4);
    background-color: transparent;
  }

  .btn-inverse-dark:not(:disabled):not(.disabled):active,
  .btn-inverse-dark:not(:disabled):not(.disabled).active,
  .show > .btn-inverse-dark.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

	
		

	
    .btn-white {
      color: #000;
      background-color: #fff;
      background-image: none;
      border-color: #fff;
    }

    .btn-white:hover,
    .btn-white:focus {
      color: #000;
      background-color: #f8f8f8;
      border-color: #f5f5f5;
    }
  

  .btn-white.disabled,
  .btn-white:disabled {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
  }

  .btn-white:not(:disabled):not(.disabled):active,
  .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

		
  .btn-outline-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
  }

	
    .btn-outline-white:hover,
    .btn-outline-white:focus {
      color: #000;
      background-color: #fff;
      border-color: #fff;
    }
  

  .btn-outline-white.disabled,
  .btn-outline-white:disabled {
    color: #fff;
    background-color: transparent;
  }

  .btn-outline-white:not(:disabled):not(.disabled):active,
  .btn-outline-white:not(:disabled):not(.disabled).active,
  .show > .btn-outline-white.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

		
  .btn-inverse-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
  }

  .btn-inverse-white:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
  }

  .btn-inverse-white.disabled,
  .btn-inverse-white:disabled {
    color: rgba(255,255,255,0.4);
    background-color: transparent;
  }

  .btn-inverse-white:not(:disabled):not(.disabled):active,
  .btn-inverse-white:not(:disabled):not(.disabled).active,
  .show > .btn-inverse-white.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

	
		

	
    .btn-black {
      color: #fff;
      background-color: #000;
      background-image: none;
      border-color: #000;
    }

    .btn-black:hover,
    .btn-black:focus {
      color: #fff;
      background-color: #000000;
      border-color: #000000;
    }
  

  .btn-black.disabled,
  .btn-black:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000;
  }

  .btn-black:not(:disabled):not(.disabled):active,
  .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

		
  .btn-outline-black {
    color: #000;
    background-color: transparent;
    background-image: none;
    border-color: #000;
  }

	
    .btn-outline-black:hover,
    .btn-outline-black:focus {
      color: #fff;
      background-color: #000;
      border-color: #000;
    }
  

  .btn-outline-black.disabled,
  .btn-outline-black:disabled {
    color: #000;
    background-color: transparent;
  }

  .btn-outline-black:not(:disabled):not(.disabled):active,
  .btn-outline-black:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

		
  .btn-inverse-black {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
  }

  .btn-inverse-black:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
  }

  .btn-inverse-black.disabled,
  .btn-inverse-black:disabled {
    color: rgba(255,255,255,0.4);
    background-color: transparent;
  }

  .btn-inverse-black:not(:disabled):not(.disabled):active,
  .btn-inverse-black:not(:disabled):not(.disabled).active,
  .show > .btn-inverse-black.dropdown-toggle {
    background-color: ;
    border-color: ;
  }

	



  .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }

  .nav-link {
    display: block;
    padding: .5rem 1rem;
  }
	.nav-link:hover,
  .nav-link:focus { text-decoration: none; }
  .nav-link.disabled { color: #6c757d; }

  .nav-pills .nav-link { text-decoration: none; border-radius: .25rem; }
  .nav-pills .nav-link.active {
    color: #fff;
    background-color: #457cff;
	}

  .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
  }

  .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
  }



  
		.bg-primary { background-color: #457cff!important; }
		.text-primary .hs_cos_wrapper_type_header > *,
		.text-primary { color: #457cff!important; }
		
	
		.bg-secondary { background-color: #011852!important; }
		.text-secondary .hs_cos_wrapper_type_header > *,
		.text-secondary { color: #011852!important; }
		
	
		.bg-green { background-color: #2ec35f!important; }
		.text-green .hs_cos_wrapper_type_header > *,
		.text-green { color: #2ec35f!important; }
		
	
		.bg-success { background-color: #2ec35f!important; }
		.text-success .hs_cos_wrapper_type_header > *,
		.text-success { color: #2ec35f!important; }
		
	
		.bg-info { background-color: #bed1ff!important; }
		.text-info .hs_cos_wrapper_type_header > *,
		.text-info { color: #bed1ff!important; }
		
	
		.bg-danger { background-color: #ced4da!important; }
		.text-danger .hs_cos_wrapper_type_header > *,
		.text-danger { color: #ced4da!important; }
		
	
		.bg-warning { background-color: #ced4da!important; }
		.text-warning .hs_cos_wrapper_type_header > *,
		.text-warning { color: #ced4da!important; }
		
	
		.bg-light { background-color: #e9ecef!important; }
		.text-light .hs_cos_wrapper_type_header > *,
		.text-light { color: #e9ecef!important; }
		
			.text-light a:not(.btn) { color: #f3f6f9!important; text-decoration: underline; }
			.text-light a:not(.btn):hover { color: #dfe2e5!important; }
		
	
		.bg-dark { background-color: #343a40!important; }
		.text-dark .hs_cos_wrapper_type_header > *,
		.text-dark { color: #343a40!important; }
		
	
		.bg-white { background-color: #fff!important; }
		.text-white .hs_cos_wrapper_type_header > *,
		.text-white { color: #fff!important; }
		
			.text-white a:not(.btn) { color: #ffffff!important; text-decoration: underline; }
			.text-white a:not(.btn):hover { color: #f5f5f5!important; }
		
	
		.bg-black { background-color: #000!important; }
		.text-black .hs_cos_wrapper_type_header > *,
		.text-black { color: #000!important; }
		
	

  .bg-transparent {
    background-color: transparent !important;
  }




  .badge {
    display: inline-block;
    padding: .5rem 1rem;
    font-size: 100%;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    text-decoration: none;
    border-radius: .25rem;
  }
	.badge:empty { display: none; }
  .btn .badge {
    position: relative;
    top: -1px;
  }
  .badge-pill {
    padding-right: 6rem;
    padding-left: 6rem;
    border-radius: .25rem;
  }

  
		.badge-primary { color: #fff; background-color: #457cff!important; }

    a.badge-primary:hover,
    a.badge-primary:focus {	color: #fff; background-color: #3168eb!important; }
	
		.badge-secondary { color: #fff; background-color: #011852!important; }

    a.badge-secondary:hover,
    a.badge-secondary:focus {	color: #fff; background-color: #00043e!important; }
	
		.badge-green { color: #fff; background-color: #2ec35f!important; }

    a.badge-green:hover,
    a.badge-green:focus {	color: #fff; background-color: #1aaf4b!important; }
	
		.badge-success { color: #fff; background-color: #2ec35f!important; }

    a.badge-success:hover,
    a.badge-success:focus {	color: #fff; background-color: #1aaf4b!important; }
	
		.badge-info { color: #fff; background-color: #bed1ff!important; }

    a.badge-info:hover,
    a.badge-info:focus {	color: #fff; background-color: #aabdeb!important; }
	
		.badge-danger { color: #fff; background-color: #ced4da!important; }

    a.badge-danger:hover,
    a.badge-danger:focus {	color: #fff; background-color: #bac0c6!important; }
	
		.badge-warning { color: #fff; background-color: #ced4da!important; }

    a.badge-warning:hover,
    a.badge-warning:focus {	color: #fff; background-color: #bac0c6!important; }
	
		.badge-light { color: #fff; background-color: #e9ecef!important; }

    a.badge-light:hover,
    a.badge-light:focus {	color: #fff; background-color: #d5d8db!important; }
	
		.badge-dark { color: #fff; background-color: #343a40!important; }

    a.badge-dark:hover,
    a.badge-dark:focus {	color: #fff; background-color: #20262c!important; }
	
		.badge-white { color: #fff; background-color: #fff!important; }

    a.badge-white:hover,
    a.badge-white:focus {	color: #fff; background-color: #ebebeb!important; }
	
		.badge-black { color: #fff; background-color: #000!important; }

    a.badge-black:hover,
    a.badge-black:focus {	color: #fff; background-color: #000000!important; }
	



  .text-justify  { text-align: justify !important; }
  .text-nowrap   { white-space: nowrap !important; }
  .text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

  /* Responsive alignment */


  .text-left   { text-align: left !important; }
  .text-right  { text-align: right !important; }
  .text-center { text-align: center !important; }
  
  @media (min-width: 576px) {
    .text-sm-left   { text-align: left !important; }
    .text-sm-right  { text-align: right !important; }
    .text-sm-center { text-align: center !important; }
  }
  
  @media (min-width: 768px) {
    .text-md-left   { text-align: left !important; }
    .text-md-right  { text-align: right !important; }
    .text-md-center { text-align: center !important; }
  }
  
  @media (min-width: 992px) {
    .text-lg-left   { text-align: left !important; }
    .text-lg-right  { text-align: right !important; }
    .text-lg-center { text-align: center !important; }
  }
  
  @media (min-width: 1200px) {
    .text-xl-left   { text-align: left !important; }
    .text-xl-right  { text-align: right !important; }
    .text-xl-center { text-align: center !important; }
  }
  

  /* Transformation */

  .text-lowercase  { text-transform: lowercase !important; }
  .text-uppercase  { text-transform: uppercase !important; }
  .text-capitalize { text-transform: capitalize !important; }

  /* Weight and italics */

  .font-weight-light  { font-weight: 300 !important; }
  .font-weight-normal { font-weight: 400 !important; }
  .font-weight-bold   { font-weight: 700 !important; }
  .font-italic        { font-style: italic !important; }



  

  
  

  /* Some special margin utils */
  .m-auto { margin: auto !important; }
  .mt-auto,
  .my-auto {
    margin-top: auto !important;
  }
  .mr-auto,
  .mx-auto {
    margin-right: auto !important;
  }
  .mb-auto,
  .my-auto {
    margin-bottom: auto !important;
  }
  .ml-auto,
  .mx-auto {
    margin-left: auto !important;
  }

  

    

      
        .mb-0 > div > span.hs_cos_wrapper_type_header > * { margin: 0 !important; }
      

      .m-0 { margin: 0rem !important; }
      .mt-0,
      .my-0 {
        margin-top: 0rem !important;
      }
      .mr-0,
      .mx-0 {
        margin-right: 0rem !important;
      }
      .mb-0,
      .my-0 {
        margin-bottom: 0rem !important;
      }
      .ml-0,
      .mx-0 {
        margin-left: 0rem !important;
      }
    

      
        .mb-1 > div > span.hs_cos_wrapper_type_header > * { margin: 0 !important; }
      

      .m-1 { margin: 0.25rem !important; }
      .mt-1,
      .my-1 {
        margin-top: 0.25rem !important;
      }
      .mr-1,
      .mx-1 {
        margin-right: 0.25rem !important;
      }
      .mb-1,
      .my-1 {
        margin-bottom: 0.25rem !important;
      }
      .ml-1,
      .mx-1 {
        margin-left: 0.25rem !important;
      }
    

      
        .mb-2 > div > span.hs_cos_wrapper_type_header > * { margin: 0 !important; }
      

      .m-2 { margin: 0.5rem !important; }
      .mt-2,
      .my-2 {
        margin-top: 0.5rem !important;
      }
      .mr-2,
      .mx-2 {
        margin-right: 0.5rem !important;
      }
      .mb-2,
      .my-2 {
        margin-bottom: 0.5rem !important;
      }
      .ml-2,
      .mx-2 {
        margin-left: 0.5rem !important;
      }
    

      
        .mb-3 > div > span.hs_cos_wrapper_type_header > * { margin: 0 !important; }
      

      .m-3 { margin: 1rem !important; }
      .mt-3,
      .my-3 {
        margin-top: 1rem !important;
      }
      .mr-3,
      .mx-3 {
        margin-right: 1rem !important;
      }
      .mb-3,
      .my-3 {
        margin-bottom: 1rem !important;
      }
      .ml-3,
      .mx-3 {
        margin-left: 1rem !important;
      }
    

      
        .mb-4 > div > span.hs_cos_wrapper_type_header > * { margin: 0 !important; }
      

      .m-4 { margin: 1.5rem !important; }
      .mt-4,
      .my-4 {
        margin-top: 1.5rem !important;
      }
      .mr-4,
      .mx-4 {
        margin-right: 1.5rem !important;
      }
      .mb-4,
      .my-4 {
        margin-bottom: 1.5rem !important;
      }
      .ml-4,
      .mx-4 {
        margin-left: 1.5rem !important;
      }
    

      
        .mb-5 > div > span.hs_cos_wrapper_type_header > * { margin: 0 !important; }
      

      .m-5 { margin: 3rem !important; }
      .mt-5,
      .my-5 {
        margin-top: 3rem !important;
      }
      .mr-5,
      .mx-5 {
        margin-right: 3rem !important;
      }
      .mb-5,
      .my-5 {
        margin-bottom: 3rem !important;
      }
      .ml-5,
      .mx-5 {
        margin-left: 3rem !important;
      }
    
  

    

      

      .p-0 { padding: 0rem !important; }
      .pt-0,
      .py-0 {
        padding-top: 0rem !important;
      }
      .pr-0,
      .px-0 {
        padding-right: 0rem !important;
      }
      .pb-0,
      .py-0 {
        padding-bottom: 0rem !important;
      }
      .pl-0,
      .px-0 {
        padding-left: 0rem !important;
      }
    

      

      .p-1 { padding: 0.25rem !important; }
      .pt-1,
      .py-1 {
        padding-top: 0.25rem !important;
      }
      .pr-1,
      .px-1 {
        padding-right: 0.25rem !important;
      }
      .pb-1,
      .py-1 {
        padding-bottom: 0.25rem !important;
      }
      .pl-1,
      .px-1 {
        padding-left: 0.25rem !important;
      }
    

      

      .p-2 { padding: 0.5rem !important; }
      .pt-2,
      .py-2 {
        padding-top: 0.5rem !important;
      }
      .pr-2,
      .px-2 {
        padding-right: 0.5rem !important;
      }
      .pb-2,
      .py-2 {
        padding-bottom: 0.5rem !important;
      }
      .pl-2,
      .px-2 {
        padding-left: 0.5rem !important;
      }
    

      

      .p-3 { padding: 1rem !important; }
      .pt-3,
      .py-3 {
        padding-top: 1rem !important;
      }
      .pr-3,
      .px-3 {
        padding-right: 1rem !important;
      }
      .pb-3,
      .py-3 {
        padding-bottom: 1rem !important;
      }
      .pl-3,
      .px-3 {
        padding-left: 1rem !important;
      }
    

      

      .p-4 { padding: 1.5rem !important; }
      .pt-4,
      .py-4 {
        padding-top: 1.5rem !important;
      }
      .pr-4,
      .px-4 {
        padding-right: 1.5rem !important;
      }
      .pb-4,
      .py-4 {
        padding-bottom: 1.5rem !important;
      }
      .pl-4,
      .px-4 {
        padding-left: 1.5rem !important;
      }
    

      

      .p-5 { padding: 3rem !important; }
      .pt-5,
      .py-5 {
        padding-top: 3rem !important;
      }
      .pr-5,
      .px-5 {
        padding-right: 3rem !important;
      }
      .pb-5,
      .py-5 {
        padding-bottom: 3rem !important;
      }
      .pl-5,
      .px-5 {
        padding-left: 3rem !important;
      }
    
  

  
  @media (min-width: 576px) {

      
        
          .m-sm-0 { margin: 0rem !important; }
          .mt-sm-0,
          .my-sm-0 {
            margin-top: 0rem !important;
          }
          .mr-sm-0,
          .mx-sm-0 {
            margin-right: 0rem !important;
          }
          .mb-sm-0,
          .my-sm-0 {
            margin-bottom: 0rem !important;
          }
          .ml-sm-0,
          .mx-sm-0 {
            margin-left: 0rem !important;
          }
        
          .m-sm-1 { margin: 0.25rem !important; }
          .mt-sm-1,
          .my-sm-1 {
            margin-top: 0.25rem !important;
          }
          .mr-sm-1,
          .mx-sm-1 {
            margin-right: 0.25rem !important;
          }
          .mb-sm-1,
          .my-sm-1 {
            margin-bottom: 0.25rem !important;
          }
          .ml-sm-1,
          .mx-sm-1 {
            margin-left: 0.25rem !important;
          }
        
          .m-sm-2 { margin: 0.5rem !important; }
          .mt-sm-2,
          .my-sm-2 {
            margin-top: 0.5rem !important;
          }
          .mr-sm-2,
          .mx-sm-2 {
            margin-right: 0.5rem !important;
          }
          .mb-sm-2,
          .my-sm-2 {
            margin-bottom: 0.5rem !important;
          }
          .ml-sm-2,
          .mx-sm-2 {
            margin-left: 0.5rem !important;
          }
        
          .m-sm-3 { margin: 1rem !important; }
          .mt-sm-3,
          .my-sm-3 {
            margin-top: 1rem !important;
          }
          .mr-sm-3,
          .mx-sm-3 {
            margin-right: 1rem !important;
          }
          .mb-sm-3,
          .my-sm-3 {
            margin-bottom: 1rem !important;
          }
          .ml-sm-3,
          .mx-sm-3 {
            margin-left: 1rem !important;
          }
        
          .m-sm-4 { margin: 1.5rem !important; }
          .mt-sm-4,
          .my-sm-4 {
            margin-top: 1.5rem !important;
          }
          .mr-sm-4,
          .mx-sm-4 {
            margin-right: 1.5rem !important;
          }
          .mb-sm-4,
          .my-sm-4 {
            margin-bottom: 1.5rem !important;
          }
          .ml-sm-4,
          .mx-sm-4 {
            margin-left: 1.5rem !important;
          }
        
          .m-sm-5 { margin: 3rem !important; }
          .mt-sm-5,
          .my-sm-5 {
            margin-top: 3rem !important;
          }
          .mr-sm-5,
          .mx-sm-5 {
            margin-right: 3rem !important;
          }
          .mb-sm-5,
          .my-sm-5 {
            margin-bottom: 3rem !important;
          }
          .ml-sm-5,
          .mx-sm-5 {
            margin-left: 3rem !important;
          }
        
      
        
          .p-sm-0 { padding: 0rem !important; }
          .pt-sm-0,
          .py-sm-0 {
            padding-top: 0rem !important;
          }
          .pr-sm-0,
          .px-sm-0 {
            padding-right: 0rem !important;
          }
          .pb-sm-0,
          .py-sm-0 {
            padding-bottom: 0rem !important;
          }
          .pl-sm-0,
          .px-sm-0 {
            padding-left: 0rem !important;
          }
        
          .p-sm-1 { padding: 0.25rem !important; }
          .pt-sm-1,
          .py-sm-1 {
            padding-top: 0.25rem !important;
          }
          .pr-sm-1,
          .px-sm-1 {
            padding-right: 0.25rem !important;
          }
          .pb-sm-1,
          .py-sm-1 {
            padding-bottom: 0.25rem !important;
          }
          .pl-sm-1,
          .px-sm-1 {
            padding-left: 0.25rem !important;
          }
        
          .p-sm-2 { padding: 0.5rem !important; }
          .pt-sm-2,
          .py-sm-2 {
            padding-top: 0.5rem !important;
          }
          .pr-sm-2,
          .px-sm-2 {
            padding-right: 0.5rem !important;
          }
          .pb-sm-2,
          .py-sm-2 {
            padding-bottom: 0.5rem !important;
          }
          .pl-sm-2,
          .px-sm-2 {
            padding-left: 0.5rem !important;
          }
        
          .p-sm-3 { padding: 1rem !important; }
          .pt-sm-3,
          .py-sm-3 {
            padding-top: 1rem !important;
          }
          .pr-sm-3,
          .px-sm-3 {
            padding-right: 1rem !important;
          }
          .pb-sm-3,
          .py-sm-3 {
            padding-bottom: 1rem !important;
          }
          .pl-sm-3,
          .px-sm-3 {
            padding-left: 1rem !important;
          }
        
          .p-sm-4 { padding: 1.5rem !important; }
          .pt-sm-4,
          .py-sm-4 {
            padding-top: 1.5rem !important;
          }
          .pr-sm-4,
          .px-sm-4 {
            padding-right: 1.5rem !important;
          }
          .pb-sm-4,
          .py-sm-4 {
            padding-bottom: 1.5rem !important;
          }
          .pl-sm-4,
          .px-sm-4 {
            padding-left: 1.5rem !important;
          }
        
          .p-sm-5 { padding: 3rem !important; }
          .pt-sm-5,
          .py-sm-5 {
            padding-top: 3rem !important;
          }
          .pr-sm-5,
          .px-sm-5 {
            padding-right: 3rem !important;
          }
          .pb-sm-5,
          .py-sm-5 {
            padding-bottom: 3rem !important;
          }
          .pl-sm-5,
          .px-sm-5 {
            padding-left: 3rem !important;
          }
        
      

      /* Some special margin utils */
      .m-sm-auto { margin: auto !important; }
      .mt-sm-auto,
      .my-sm-auto {
        margin-top: auto !important;
      }
      .mr-sm-auto,
      .mx-sm-auto {
        margin-right: auto !important;
      }
      .mb-sm-auto,
      .my-sm-auto {
        margin-bottom: auto !important;
      }
      .ml-sm-auto,
      .mx-sm-auto {
        margin-left: auto !important;
      }
  }
  
  @media (min-width: 768px) {

      
        
          .m-md-0 { margin: 0rem !important; }
          .mt-md-0,
          .my-md-0 {
            margin-top: 0rem !important;
          }
          .mr-md-0,
          .mx-md-0 {
            margin-right: 0rem !important;
          }
          .mb-md-0,
          .my-md-0 {
            margin-bottom: 0rem !important;
          }
          .ml-md-0,
          .mx-md-0 {
            margin-left: 0rem !important;
          }
        
          .m-md-1 { margin: 0.25rem !important; }
          .mt-md-1,
          .my-md-1 {
            margin-top: 0.25rem !important;
          }
          .mr-md-1,
          .mx-md-1 {
            margin-right: 0.25rem !important;
          }
          .mb-md-1,
          .my-md-1 {
            margin-bottom: 0.25rem !important;
          }
          .ml-md-1,
          .mx-md-1 {
            margin-left: 0.25rem !important;
          }
        
          .m-md-2 { margin: 0.5rem !important; }
          .mt-md-2,
          .my-md-2 {
            margin-top: 0.5rem !important;
          }
          .mr-md-2,
          .mx-md-2 {
            margin-right: 0.5rem !important;
          }
          .mb-md-2,
          .my-md-2 {
            margin-bottom: 0.5rem !important;
          }
          .ml-md-2,
          .mx-md-2 {
            margin-left: 0.5rem !important;
          }
        
          .m-md-3 { margin: 1rem !important; }
          .mt-md-3,
          .my-md-3 {
            margin-top: 1rem !important;
          }
          .mr-md-3,
          .mx-md-3 {
            margin-right: 1rem !important;
          }
          .mb-md-3,
          .my-md-3 {
            margin-bottom: 1rem !important;
          }
          .ml-md-3,
          .mx-md-3 {
            margin-left: 1rem !important;
          }
        
          .m-md-4 { margin: 1.5rem !important; }
          .mt-md-4,
          .my-md-4 {
            margin-top: 1.5rem !important;
          }
          .mr-md-4,
          .mx-md-4 {
            margin-right: 1.5rem !important;
          }
          .mb-md-4,
          .my-md-4 {
            margin-bottom: 1.5rem !important;
          }
          .ml-md-4,
          .mx-md-4 {
            margin-left: 1.5rem !important;
          }
        
          .m-md-5 { margin: 3rem !important; }
          .mt-md-5,
          .my-md-5 {
            margin-top: 3rem !important;
          }
          .mr-md-5,
          .mx-md-5 {
            margin-right: 3rem !important;
          }
          .mb-md-5,
          .my-md-5 {
            margin-bottom: 3rem !important;
          }
          .ml-md-5,
          .mx-md-5 {
            margin-left: 3rem !important;
          }
        
      
        
          .p-md-0 { padding: 0rem !important; }
          .pt-md-0,
          .py-md-0 {
            padding-top: 0rem !important;
          }
          .pr-md-0,
          .px-md-0 {
            padding-right: 0rem !important;
          }
          .pb-md-0,
          .py-md-0 {
            padding-bottom: 0rem !important;
          }
          .pl-md-0,
          .px-md-0 {
            padding-left: 0rem !important;
          }
        
          .p-md-1 { padding: 0.25rem !important; }
          .pt-md-1,
          .py-md-1 {
            padding-top: 0.25rem !important;
          }
          .pr-md-1,
          .px-md-1 {
            padding-right: 0.25rem !important;
          }
          .pb-md-1,
          .py-md-1 {
            padding-bottom: 0.25rem !important;
          }
          .pl-md-1,
          .px-md-1 {
            padding-left: 0.25rem !important;
          }
        
          .p-md-2 { padding: 0.5rem !important; }
          .pt-md-2,
          .py-md-2 {
            padding-top: 0.5rem !important;
          }
          .pr-md-2,
          .px-md-2 {
            padding-right: 0.5rem !important;
          }
          .pb-md-2,
          .py-md-2 {
            padding-bottom: 0.5rem !important;
          }
          .pl-md-2,
          .px-md-2 {
            padding-left: 0.5rem !important;
          }
        
          .p-md-3 { padding: 1rem !important; }
          .pt-md-3,
          .py-md-3 {
            padding-top: 1rem !important;
          }
          .pr-md-3,
          .px-md-3 {
            padding-right: 1rem !important;
          }
          .pb-md-3,
          .py-md-3 {
            padding-bottom: 1rem !important;
          }
          .pl-md-3,
          .px-md-3 {
            padding-left: 1rem !important;
          }
        
          .p-md-4 { padding: 1.5rem !important; }
          .pt-md-4,
          .py-md-4 {
            padding-top: 1.5rem !important;
          }
          .pr-md-4,
          .px-md-4 {
            padding-right: 1.5rem !important;
          }
          .pb-md-4,
          .py-md-4 {
            padding-bottom: 1.5rem !important;
          }
          .pl-md-4,
          .px-md-4 {
            padding-left: 1.5rem !important;
          }
        
          .p-md-5 { padding: 3rem !important; }
          .pt-md-5,
          .py-md-5 {
            padding-top: 3rem !important;
          }
          .pr-md-5,
          .px-md-5 {
            padding-right: 3rem !important;
          }
          .pb-md-5,
          .py-md-5 {
            padding-bottom: 3rem !important;
          }
          .pl-md-5,
          .px-md-5 {
            padding-left: 3rem !important;
          }
        
      

      /* Some special margin utils */
      .m-md-auto { margin: auto !important; }
      .mt-md-auto,
      .my-md-auto {
        margin-top: auto !important;
      }
      .mr-md-auto,
      .mx-md-auto {
        margin-right: auto !important;
      }
      .mb-md-auto,
      .my-md-auto {
        margin-bottom: auto !important;
      }
      .ml-md-auto,
      .mx-md-auto {
        margin-left: auto !important;
      }
  }
  
  @media (min-width: 992px) {

      
        
          .m-lg-0 { margin: 0rem !important; }
          .mt-lg-0,
          .my-lg-0 {
            margin-top: 0rem !important;
          }
          .mr-lg-0,
          .mx-lg-0 {
            margin-right: 0rem !important;
          }
          .mb-lg-0,
          .my-lg-0 {
            margin-bottom: 0rem !important;
          }
          .ml-lg-0,
          .mx-lg-0 {
            margin-left: 0rem !important;
          }
        
          .m-lg-1 { margin: 0.25rem !important; }
          .mt-lg-1,
          .my-lg-1 {
            margin-top: 0.25rem !important;
          }
          .mr-lg-1,
          .mx-lg-1 {
            margin-right: 0.25rem !important;
          }
          .mb-lg-1,
          .my-lg-1 {
            margin-bottom: 0.25rem !important;
          }
          .ml-lg-1,
          .mx-lg-1 {
            margin-left: 0.25rem !important;
          }
        
          .m-lg-2 { margin: 0.5rem !important; }
          .mt-lg-2,
          .my-lg-2 {
            margin-top: 0.5rem !important;
          }
          .mr-lg-2,
          .mx-lg-2 {
            margin-right: 0.5rem !important;
          }
          .mb-lg-2,
          .my-lg-2 {
            margin-bottom: 0.5rem !important;
          }
          .ml-lg-2,
          .mx-lg-2 {
            margin-left: 0.5rem !important;
          }
        
          .m-lg-3 { margin: 1rem !important; }
          .mt-lg-3,
          .my-lg-3 {
            margin-top: 1rem !important;
          }
          .mr-lg-3,
          .mx-lg-3 {
            margin-right: 1rem !important;
          }
          .mb-lg-3,
          .my-lg-3 {
            margin-bottom: 1rem !important;
          }
          .ml-lg-3,
          .mx-lg-3 {
            margin-left: 1rem !important;
          }
        
          .m-lg-4 { margin: 1.5rem !important; }
          .mt-lg-4,
          .my-lg-4 {
            margin-top: 1.5rem !important;
          }
          .mr-lg-4,
          .mx-lg-4 {
            margin-right: 1.5rem !important;
          }
          .mb-lg-4,
          .my-lg-4 {
            margin-bottom: 1.5rem !important;
          }
          .ml-lg-4,
          .mx-lg-4 {
            margin-left: 1.5rem !important;
          }
        
          .m-lg-5 { margin: 3rem !important; }
          .mt-lg-5,
          .my-lg-5 {
            margin-top: 3rem !important;
          }
          .mr-lg-5,
          .mx-lg-5 {
            margin-right: 3rem !important;
          }
          .mb-lg-5,
          .my-lg-5 {
            margin-bottom: 3rem !important;
          }
          .ml-lg-5,
          .mx-lg-5 {
            margin-left: 3rem !important;
          }
        
      
        
          .p-lg-0 { padding: 0rem !important; }
          .pt-lg-0,
          .py-lg-0 {
            padding-top: 0rem !important;
          }
          .pr-lg-0,
          .px-lg-0 {
            padding-right: 0rem !important;
          }
          .pb-lg-0,
          .py-lg-0 {
            padding-bottom: 0rem !important;
          }
          .pl-lg-0,
          .px-lg-0 {
            padding-left: 0rem !important;
          }
        
          .p-lg-1 { padding: 0.25rem !important; }
          .pt-lg-1,
          .py-lg-1 {
            padding-top: 0.25rem !important;
          }
          .pr-lg-1,
          .px-lg-1 {
            padding-right: 0.25rem !important;
          }
          .pb-lg-1,
          .py-lg-1 {
            padding-bottom: 0.25rem !important;
          }
          .pl-lg-1,
          .px-lg-1 {
            padding-left: 0.25rem !important;
          }
        
          .p-lg-2 { padding: 0.5rem !important; }
          .pt-lg-2,
          .py-lg-2 {
            padding-top: 0.5rem !important;
          }
          .pr-lg-2,
          .px-lg-2 {
            padding-right: 0.5rem !important;
          }
          .pb-lg-2,
          .py-lg-2 {
            padding-bottom: 0.5rem !important;
          }
          .pl-lg-2,
          .px-lg-2 {
            padding-left: 0.5rem !important;
          }
        
          .p-lg-3 { padding: 1rem !important; }
          .pt-lg-3,
          .py-lg-3 {
            padding-top: 1rem !important;
          }
          .pr-lg-3,
          .px-lg-3 {
            padding-right: 1rem !important;
          }
          .pb-lg-3,
          .py-lg-3 {
            padding-bottom: 1rem !important;
          }
          .pl-lg-3,
          .px-lg-3 {
            padding-left: 1rem !important;
          }
        
          .p-lg-4 { padding: 1.5rem !important; }
          .pt-lg-4,
          .py-lg-4 {
            padding-top: 1.5rem !important;
          }
          .pr-lg-4,
          .px-lg-4 {
            padding-right: 1.5rem !important;
          }
          .pb-lg-4,
          .py-lg-4 {
            padding-bottom: 1.5rem !important;
          }
          .pl-lg-4,
          .px-lg-4 {
            padding-left: 1.5rem !important;
          }
        
          .p-lg-5 { padding: 3rem !important; }
          .pt-lg-5,
          .py-lg-5 {
            padding-top: 3rem !important;
          }
          .pr-lg-5,
          .px-lg-5 {
            padding-right: 3rem !important;
          }
          .pb-lg-5,
          .py-lg-5 {
            padding-bottom: 3rem !important;
          }
          .pl-lg-5,
          .px-lg-5 {
            padding-left: 3rem !important;
          }
        
      

      /* Some special margin utils */
      .m-lg-auto { margin: auto !important; }
      .mt-lg-auto,
      .my-lg-auto {
        margin-top: auto !important;
      }
      .mr-lg-auto,
      .mx-lg-auto {
        margin-right: auto !important;
      }
      .mb-lg-auto,
      .my-lg-auto {
        margin-bottom: auto !important;
      }
      .ml-lg-auto,
      .mx-lg-auto {
        margin-left: auto !important;
      }
  }
  
  @media (min-width: 1200px) {

      
        
          .m-xl-0 { margin: 0rem !important; }
          .mt-xl-0,
          .my-xl-0 {
            margin-top: 0rem !important;
          }
          .mr-xl-0,
          .mx-xl-0 {
            margin-right: 0rem !important;
          }
          .mb-xl-0,
          .my-xl-0 {
            margin-bottom: 0rem !important;
          }
          .ml-xl-0,
          .mx-xl-0 {
            margin-left: 0rem !important;
          }
        
          .m-xl-1 { margin: 0.25rem !important; }
          .mt-xl-1,
          .my-xl-1 {
            margin-top: 0.25rem !important;
          }
          .mr-xl-1,
          .mx-xl-1 {
            margin-right: 0.25rem !important;
          }
          .mb-xl-1,
          .my-xl-1 {
            margin-bottom: 0.25rem !important;
          }
          .ml-xl-1,
          .mx-xl-1 {
            margin-left: 0.25rem !important;
          }
        
          .m-xl-2 { margin: 0.5rem !important; }
          .mt-xl-2,
          .my-xl-2 {
            margin-top: 0.5rem !important;
          }
          .mr-xl-2,
          .mx-xl-2 {
            margin-right: 0.5rem !important;
          }
          .mb-xl-2,
          .my-xl-2 {
            margin-bottom: 0.5rem !important;
          }
          .ml-xl-2,
          .mx-xl-2 {
            margin-left: 0.5rem !important;
          }
        
          .m-xl-3 { margin: 1rem !important; }
          .mt-xl-3,
          .my-xl-3 {
            margin-top: 1rem !important;
          }
          .mr-xl-3,
          .mx-xl-3 {
            margin-right: 1rem !important;
          }
          .mb-xl-3,
          .my-xl-3 {
            margin-bottom: 1rem !important;
          }
          .ml-xl-3,
          .mx-xl-3 {
            margin-left: 1rem !important;
          }
        
          .m-xl-4 { margin: 1.5rem !important; }
          .mt-xl-4,
          .my-xl-4 {
            margin-top: 1.5rem !important;
          }
          .mr-xl-4,
          .mx-xl-4 {
            margin-right: 1.5rem !important;
          }
          .mb-xl-4,
          .my-xl-4 {
            margin-bottom: 1.5rem !important;
          }
          .ml-xl-4,
          .mx-xl-4 {
            margin-left: 1.5rem !important;
          }
        
          .m-xl-5 { margin: 3rem !important; }
          .mt-xl-5,
          .my-xl-5 {
            margin-top: 3rem !important;
          }
          .mr-xl-5,
          .mx-xl-5 {
            margin-right: 3rem !important;
          }
          .mb-xl-5,
          .my-xl-5 {
            margin-bottom: 3rem !important;
          }
          .ml-xl-5,
          .mx-xl-5 {
            margin-left: 3rem !important;
          }
        
      
        
          .p-xl-0 { padding: 0rem !important; }
          .pt-xl-0,
          .py-xl-0 {
            padding-top: 0rem !important;
          }
          .pr-xl-0,
          .px-xl-0 {
            padding-right: 0rem !important;
          }
          .pb-xl-0,
          .py-xl-0 {
            padding-bottom: 0rem !important;
          }
          .pl-xl-0,
          .px-xl-0 {
            padding-left: 0rem !important;
          }
        
          .p-xl-1 { padding: 0.25rem !important; }
          .pt-xl-1,
          .py-xl-1 {
            padding-top: 0.25rem !important;
          }
          .pr-xl-1,
          .px-xl-1 {
            padding-right: 0.25rem !important;
          }
          .pb-xl-1,
          .py-xl-1 {
            padding-bottom: 0.25rem !important;
          }
          .pl-xl-1,
          .px-xl-1 {
            padding-left: 0.25rem !important;
          }
        
          .p-xl-2 { padding: 0.5rem !important; }
          .pt-xl-2,
          .py-xl-2 {
            padding-top: 0.5rem !important;
          }
          .pr-xl-2,
          .px-xl-2 {
            padding-right: 0.5rem !important;
          }
          .pb-xl-2,
          .py-xl-2 {
            padding-bottom: 0.5rem !important;
          }
          .pl-xl-2,
          .px-xl-2 {
            padding-left: 0.5rem !important;
          }
        
          .p-xl-3 { padding: 1rem !important; }
          .pt-xl-3,
          .py-xl-3 {
            padding-top: 1rem !important;
          }
          .pr-xl-3,
          .px-xl-3 {
            padding-right: 1rem !important;
          }
          .pb-xl-3,
          .py-xl-3 {
            padding-bottom: 1rem !important;
          }
          .pl-xl-3,
          .px-xl-3 {
            padding-left: 1rem !important;
          }
        
          .p-xl-4 { padding: 1.5rem !important; }
          .pt-xl-4,
          .py-xl-4 {
            padding-top: 1.5rem !important;
          }
          .pr-xl-4,
          .px-xl-4 {
            padding-right: 1.5rem !important;
          }
          .pb-xl-4,
          .py-xl-4 {
            padding-bottom: 1.5rem !important;
          }
          .pl-xl-4,
          .px-xl-4 {
            padding-left: 1.5rem !important;
          }
        
          .p-xl-5 { padding: 3rem !important; }
          .pt-xl-5,
          .py-xl-5 {
            padding-top: 3rem !important;
          }
          .pr-xl-5,
          .px-xl-5 {
            padding-right: 3rem !important;
          }
          .pb-xl-5,
          .py-xl-5 {
            padding-bottom: 3rem !important;
          }
          .pl-xl-5,
          .px-xl-5 {
            padding-left: 3rem !important;
          }
        
      

      /* Some special margin utils */
      .m-xl-auto { margin: auto !important; }
      .mt-xl-auto,
      .my-xl-auto {
        margin-top: auto !important;
      }
      .mr-xl-auto,
      .mx-xl-auto {
        margin-right: auto !important;
      }
      .mb-xl-auto,
      .my-xl-auto {
        margin-bottom: auto !important;
      }
      .ml-xl-auto,
      .mx-xl-auto {
        margin-left: auto !important;
      }
  }
  



	.h-100 { height: 100%!important; }

  .d-none         { display: none !important; }
  .d-inline       { display: inline !important; }
  .d-inline-block { display: inline-block !important; }
  .d-block        { display: block !important; }
  .d-table        { display: table !important; }
  .d-table-row    { display: table-row !important; }
  .d-table-cell   { display: table-cell !important; }
  .d-flex         { display: flex !important; }
  .d-inline-flex  { display: inline-flex !important; }
  
  @media (min-width: 576px) {
    .d-sm-none         { display: none !important; }
    .d-sm-inline       { display: inline !important; }
    .d-sm-inline-block { display: inline-block !important; }
    .d-sm-block        { display: block !important; }
    .d-sm-table        { display: table !important; }
    .d-sm-table-row    { display: table-row !important; }
    .d-sm-table-cell   { display: table-cell !important; }
    .d-sm-flex         { display: flex !important; }
    .d-sm-inline-flex  { display: inline-flex !important; }
  }
  
  @media (min-width: 768px) {
    .d-md-none         { display: none !important; }
    .d-md-inline       { display: inline !important; }
    .d-md-inline-block { display: inline-block !important; }
    .d-md-block        { display: block !important; }
    .d-md-table        { display: table !important; }
    .d-md-table-row    { display: table-row !important; }
    .d-md-table-cell   { display: table-cell !important; }
    .d-md-flex         { display: flex !important; }
    .d-md-inline-flex  { display: inline-flex !important; }
  }
  
  @media (min-width: 992px) {
    .d-lg-none         { display: none !important; }
    .d-lg-inline       { display: inline !important; }
    .d-lg-inline-block { display: inline-block !important; }
    .d-lg-block        { display: block !important; }
    .d-lg-table        { display: table !important; }
    .d-lg-table-row    { display: table-row !important; }
    .d-lg-table-cell   { display: table-cell !important; }
    .d-lg-flex         { display: flex !important; }
    .d-lg-inline-flex  { display: inline-flex !important; }
  }
  
  @media (min-width: 1200px) {
    .d-xl-none         { display: none !important; }
    .d-xl-inline       { display: inline !important; }
    .d-xl-inline-block { display: inline-block !important; }
    .d-xl-block        { display: block !important; }
    .d-xl-table        { display: table !important; }
    .d-xl-table-row    { display: table-row !important; }
    .d-xl-table-cell   { display: table-cell !important; }
    .d-xl-flex         { display: flex !important; }
    .d-xl-inline-flex  { display: inline-flex !important; }
  }
  

  /*
   Utilities for toggling `display` in print
  */

  @media print {
    .d-print-none         { display: none !important; }
    .d-print-inline       { display: inline !important; }
    .d-print-inline-block { display: inline-block !important; }
    .d-print-block        { display: block !important; }
    .d-print-table        { display: table !important; }
    .d-print-table-row    { display: table-row !important; }
    .d-print-table-cell   { display: table-cell !important; }
    .d-print-flex         { display: flex !important; }
    .d-print-inline-flex  { display: inline-flex !important; }
  }


  .flex-row            { flex-direction: row !important; }
  .flex-column         { flex-direction: column !important; }
  .flex-row-reverse    { flex-direction: row-reverse !important; }
  .flex-column-reverse { flex-direction: column-reverse !important; }

  .flex-wrap         { flex-wrap: wrap !important; }
  .flex-nowrap       { flex-wrap: nowrap !important; }
  .flex-wrap-reverse { flex-wrap: wrap-reverse !important; }
  .flex-fill         { flex: 1 1 auto !important; }
  .flex-grow-0       { flex-grow: 0 !important; }
  .flex-grow-1       { flex-grow: 1 !important; }
  .flex-shrink-0     { flex-shrink: 0 !important; }
  .flex-shrink-1     { flex-shrink: 1 !important; }

  .justify-content-start   { justify-content: flex-start !important; }
  .justify-content-end     { justify-content: flex-end !important; }
  .justify-content-center  { justify-content: center !important; }
  .justify-content-between { justify-content: space-between !important; }
  .justify-content-around  { justify-content: space-around !important; }

  .align-items-start    { align-items: flex-start !important; }
  .align-items-end      { align-items: flex-end !important; }
  .align-items-center   { align-items: center !important; }
  .align-items-baseline { align-items: baseline !important; }
  .align-items-stretch  { align-items: stretch !important; }

  .align-content-start   { align-content: flex-start !important; }
  .align-content-end     { align-content: flex-end !important; }
  .align-content-center  { align-content: center !important; }
  .align-content-between { align-content: space-between !important; }
  .align-content-around  { align-content: space-around !important; }
  .align-content-stretch { align-content: stretch !important; }

  .align-self-auto     { align-self: auto !important; }
  .align-self-start    { align-self: flex-start !important; }
  .align-self-end      { align-self: flex-end !important; }
  .align-self-center   { align-self: center !important; }
  .align-self-baseline { align-self: baseline !important; }
  .align-self-stretch  { align-self: stretch !important; }

  .hs-flex-row .row-fluid            { flex-direction: row !important; }
  .hs-flex-column .row-fluid         { flex-direction: column !important; }
  .hs-flex-row-reverse .row-fluid    { flex-direction: row-reverse !important; }
  .hs-flex-column-reverse .row-fluid { flex-direction: column-reverse !important; }

  .hs-flex-wra .row-fluidp         { flex-wrap: wrap !important; }
  .hs-flex-nowrap .row-fluid       { flex-wrap: nowrap !important; }
  .hs-flex-wrap-reverse .row-fluid { flex-wrap: wrap-reverse !important; }
  .hs-flex-fill .row-fluid         { flex: 1 1 auto !important; }
  .hs-flex-grow-0 .row-fluid       { flex-grow: 0 !important; }
  .hs-flex-grow-1 .row-fluid       { flex-grow: 1 !important; }
  .hs-flex-shrink-0 .row-fluid     { flex-shrink: 0 !important; }
  .hs-flex-shrink-1 .row-fluid     { flex-shrink: 1 !important; }

  .hs-justify-content-start .row-fluid   { justify-content: flex-start !important; }
  .hs-justify-content-end .row-fluid     { justify-content: flex-end !important; }
  .hs-justify-content-center .row-fluid  { justify-content: center !important; }
  .hs-justify-content-between .row-fluid { justify-content: space-between !important; }
  .hs-justify-content-around .row-fluid  { justify-content: space-around !important; }

  .hs-align-items-start .row-fluid    { align-items: flex-start !important; }
  .hs-align-items-end .row-fluid      { align-items: flex-end !important; }
  .hs-align-items-center .row-fluid   { align-items: center !important; }
  .hs-align-items-baseline .row-fluid { align-items: baseline !important; }
  .hs-align-items-stretch .row-fluid  { align-items: stretch !important; }

  .hs-align-content-start .row-fluid   { align-content: flex-start !important; }
  .hs-align-content-end .row-fluid     { align-content: flex-end !important; }
  .hs-align-content-center .row-fluid  { align-content: center !important; }
  .hs-align-content-between .row-fluid { align-content: space-between !important; }
  .hs-align-content-around .row-fluid  { align-content: space-around !important; }
  .hs-align-content-stretch .row-fluid { align-content: stretch !important; }

  .hs-align-self-auto .row-fluid     { align-self: auto !important; }
  .hs-align-self-start .row-fluid    { align-self: flex-start !important; }
  .hs-align-self-end .row-fluid      { align-self: flex-end !important; }
  .hs-align-self-center .row-fluid   { align-self: center !important; }
  .hs-align-self-baseline .row-fluid { align-self: baseline !important; }
  .hs-align-self-stretch .row-fluid  { align-self: stretch !important; }

  
  @media (min-width: 576px) {
      .flex-sm-row            { flex-direction: row !important; }
      .flex-sm-column         { flex-direction: column !important; }
      .flex-sm-row-reverse    { flex-direction: row-reverse !important; }
      .flex-sm-column-reverse { flex-direction: column-reverse !important; }

      .flex-sm-wrap         { flex-wrap: wrap !important; }
      .flex-sm-nowrap       { flex-wrap: nowrap !important; }
      .flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important; }
      .flex-sm-fill         { flex: 1 1 auto !important; }
      .flex-sm-grow-0       { flex-grow: 0 !important; }
      .flex-sm-grow-1       { flex-grow: 1 !important; }
      .flex-sm-shrink-0     { flex-shrink: 0 !important; }
      .flex-sm-shrink-1     { flex-shrink: 1 !important; }

      .justify-content-sm-start   { justify-content: flex-start !important; }
      .justify-content-sm-end     { justify-content: flex-end !important; }
      .justify-content-sm-center  { justify-content: center !important; }
      .justify-content-sm-between { justify-content: space-between !important; }
      .justify-content-sm-around  { justify-content: space-around !important; }

      .align-items-sm-start    { align-items: flex-start !important; }
      .align-items-sm-end      { align-items: flex-end !important; }
      .align-items-sm-center   { align-items: center !important; }
      .align-items-sm-baseline { align-items: baseline !important; }
      .align-items-sm-stretch  { align-items: stretch !important; }

      .align-content-sm-start   { align-content: flex-start !important; }
      .align-content-sm-end     { align-content: flex-end !important; }
      .align-content-sm-center  { align-content: center !important; }
      .align-content-sm-between { align-content: space-between !important; }
      .align-content-sm-around  { align-content: space-around !important; }
      .align-content-sm-stretch { align-content: stretch !important; }

      .align-self-sm-auto     { align-self: auto !important; }
      .align-self-sm-start    { align-self: flex-start !important; }
      .align-self-sm-end      { align-self: flex-end !important; }
      .align-self-sm-center   { align-self: center !important; }
      .align-self-sm-baseline { align-self: baseline !important; }
      .align-self-sm-stretch  { align-self: stretch !important; }
  }
  
  @media (min-width: 768px) {
      .flex-md-row            { flex-direction: row !important; }
      .flex-md-column         { flex-direction: column !important; }
      .flex-md-row-reverse    { flex-direction: row-reverse !important; }
      .flex-md-column-reverse { flex-direction: column-reverse !important; }

      .flex-md-wrap         { flex-wrap: wrap !important; }
      .flex-md-nowrap       { flex-wrap: nowrap !important; }
      .flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; }
      .flex-md-fill         { flex: 1 1 auto !important; }
      .flex-md-grow-0       { flex-grow: 0 !important; }
      .flex-md-grow-1       { flex-grow: 1 !important; }
      .flex-md-shrink-0     { flex-shrink: 0 !important; }
      .flex-md-shrink-1     { flex-shrink: 1 !important; }

      .justify-content-md-start   { justify-content: flex-start !important; }
      .justify-content-md-end     { justify-content: flex-end !important; }
      .justify-content-md-center  { justify-content: center !important; }
      .justify-content-md-between { justify-content: space-between !important; }
      .justify-content-md-around  { justify-content: space-around !important; }

      .align-items-md-start    { align-items: flex-start !important; }
      .align-items-md-end      { align-items: flex-end !important; }
      .align-items-md-center   { align-items: center !important; }
      .align-items-md-baseline { align-items: baseline !important; }
      .align-items-md-stretch  { align-items: stretch !important; }

      .align-content-md-start   { align-content: flex-start !important; }
      .align-content-md-end     { align-content: flex-end !important; }
      .align-content-md-center  { align-content: center !important; }
      .align-content-md-between { align-content: space-between !important; }
      .align-content-md-around  { align-content: space-around !important; }
      .align-content-md-stretch { align-content: stretch !important; }

      .align-self-md-auto     { align-self: auto !important; }
      .align-self-md-start    { align-self: flex-start !important; }
      .align-self-md-end      { align-self: flex-end !important; }
      .align-self-md-center   { align-self: center !important; }
      .align-self-md-baseline { align-self: baseline !important; }
      .align-self-md-stretch  { align-self: stretch !important; }
  }
  
  @media (min-width: 992px) {
      .flex-lg-row            { flex-direction: row !important; }
      .flex-lg-column         { flex-direction: column !important; }
      .flex-lg-row-reverse    { flex-direction: row-reverse !important; }
      .flex-lg-column-reverse { flex-direction: column-reverse !important; }

      .flex-lg-wrap         { flex-wrap: wrap !important; }
      .flex-lg-nowrap       { flex-wrap: nowrap !important; }
      .flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; }
      .flex-lg-fill         { flex: 1 1 auto !important; }
      .flex-lg-grow-0       { flex-grow: 0 !important; }
      .flex-lg-grow-1       { flex-grow: 1 !important; }
      .flex-lg-shrink-0     { flex-shrink: 0 !important; }
      .flex-lg-shrink-1     { flex-shrink: 1 !important; }

      .justify-content-lg-start   { justify-content: flex-start !important; }
      .justify-content-lg-end     { justify-content: flex-end !important; }
      .justify-content-lg-center  { justify-content: center !important; }
      .justify-content-lg-between { justify-content: space-between !important; }
      .justify-content-lg-around  { justify-content: space-around !important; }

      .align-items-lg-start    { align-items: flex-start !important; }
      .align-items-lg-end      { align-items: flex-end !important; }
      .align-items-lg-center   { align-items: center !important; }
      .align-items-lg-baseline { align-items: baseline !important; }
      .align-items-lg-stretch  { align-items: stretch !important; }

      .align-content-lg-start   { align-content: flex-start !important; }
      .align-content-lg-end     { align-content: flex-end !important; }
      .align-content-lg-center  { align-content: center !important; }
      .align-content-lg-between { align-content: space-between !important; }
      .align-content-lg-around  { align-content: space-around !important; }
      .align-content-lg-stretch { align-content: stretch !important; }

      .align-self-lg-auto     { align-self: auto !important; }
      .align-self-lg-start    { align-self: flex-start !important; }
      .align-self-lg-end      { align-self: flex-end !important; }
      .align-self-lg-center   { align-self: center !important; }
      .align-self-lg-baseline { align-self: baseline !important; }
      .align-self-lg-stretch  { align-self: stretch !important; }
  }
  
  @media (min-width: 1200px) {
      .flex-xl-row            { flex-direction: row !important; }
      .flex-xl-column         { flex-direction: column !important; }
      .flex-xl-row-reverse    { flex-direction: row-reverse !important; }
      .flex-xl-column-reverse { flex-direction: column-reverse !important; }

      .flex-xl-wrap         { flex-wrap: wrap !important; }
      .flex-xl-nowrap       { flex-wrap: nowrap !important; }
      .flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; }
      .flex-xl-fill         { flex: 1 1 auto !important; }
      .flex-xl-grow-0       { flex-grow: 0 !important; }
      .flex-xl-grow-1       { flex-grow: 1 !important; }
      .flex-xl-shrink-0     { flex-shrink: 0 !important; }
      .flex-xl-shrink-1     { flex-shrink: 1 !important; }

      .justify-content-xl-start   { justify-content: flex-start !important; }
      .justify-content-xl-end     { justify-content: flex-end !important; }
      .justify-content-xl-center  { justify-content: center !important; }
      .justify-content-xl-between { justify-content: space-between !important; }
      .justify-content-xl-around  { justify-content: space-around !important; }

      .align-items-xl-start    { align-items: flex-start !important; }
      .align-items-xl-end      { align-items: flex-end !important; }
      .align-items-xl-center   { align-items: center !important; }
      .align-items-xl-baseline { align-items: baseline !important; }
      .align-items-xl-stretch  { align-items: stretch !important; }

      .align-content-xl-start   { align-content: flex-start !important; }
      .align-content-xl-end     { align-content: flex-end !important; }
      .align-content-xl-center  { align-content: center !important; }
      .align-content-xl-between { align-content: space-between !important; }
      .align-content-xl-around  { align-content: space-around !important; }
      .align-content-xl-stretch { align-content: stretch !important; }

      .align-self-xl-auto     { align-self: auto !important; }
      .align-self-xl-start    { align-self: flex-start !important; }
      .align-self-xl-end      { align-self: flex-end !important; }
      .align-self-xl-center   { align-self: center !important; }
      .align-self-xl-baseline { align-self: baseline !important; }
      .align-self-xl-stretch  { align-self: stretch !important; }
  }
  


/*** Typography & Fonts ***/

h1, h2, h3, h4, h5, h6,
.h1:not(.widget-span), 
.h2:not(.widget-span), 
.h3:not(.widget-span),
.h4:not(.widget-span), 
.h5:not(.widget-span), 
.h6:not(.widget-span) { margin-bottom: 1rem; font-family: sans-serif; }
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em { font-style: normal; color: #011852; }
h1, .h1:not(.widget-span), .h1 .hs_cos_wrapper_type_header > * { font-size: 36px; font-weight: 700; line-height: 1.2; }
h2, .h2:not(.widget-span), .h2 .hs_cos_wrapper_type_header > * { font-size: 34px; font-weight: 700; line-height: 1.2; }
h3, .h3:not(.widget-span), .h3 .hs_cos_wrapper_type_header > * { font-size: 32px; font-weight: 700; line-height: 1.2; }
h4, .h4:not(.widget-span), .h4 .hs_cos_wrapper_type_header > * { font-size: 28px; font-weight: 700; line-height: 1.2; }
h5, .h5:not(.widget-span), .h5 .hs_cos_wrapper_type_header > * { font-size: 22px; font-weight: 700; line-height: 1.2; }
h6, .h6:not(.widget-span), .h6 .hs_cos_wrapper_type_header > * { font-size: 20px; font-weight: 700; line-height: 1.2; }
.display-1:not(.widget-span), .display-1 .hs_cos_wrapper_type_header > * { font-size: 62px; font-weight: 700; line-height: 1.1; margin-bottom: 1rem; }
.display-2:not(.widget-span), .display-2 .hs_cos_wrapper_type_header > * { font-size: 50px; font-weight: 700; line-height: 1.1; margin-bottom: 1rem; }
.display-3:not(.widget-span), .display-3 .hs_cos_wrapper_type_header > * { font-size: 48px; font-weight: 700; line-height: 1.1; margin-bottom: 1rem; }
.display-4:not(.widget-span), .display-4 .hs_cos_wrapper_type_header > * { font-size: 40px; font-weight: 700; line-height: 1.1; margin-bottom: 1rem; }
@media (max-width: 991px) {
  h1, .h1:not(.widget-span), .h1 .hs_cos_wrapper_type_header > * { font-size: 32px; }
  h2, .h2:not(.widget-span), .h2 .hs_cos_wrapper_type_header > * { font-size: 30px; }
  h3, .h3:not(.widget-span), .h3 .hs_cos_wrapper_type_header > * { font-size: 28px; }
  h4, .h4:not(.widget-span), .h4 .hs_cos_wrapper_type_header > * { font-size: 22px; }
  h5, .h5:not(.widget-span), .h5 .hs_cos_wrapper_type_header > * { font-size: 20px; }
  h6, .h6:not(.widget-span), .h6 .hs_cos_wrapper_type_header > * { font-size: 18px; }
  .display-1:not(.widget-span), .display-1 .hs_cos_wrapper_type_header > * { font-size: 36px; }
  .display-2:not(.widget-span), .display-2 .hs_cos_wrapper_type_header > * { font-size: 34px; }
  .display-3:not(.widget-span), .display-3 .hs_cos_wrapper_type_header > * { font-size: 32px; }
  .display-4:not(.widget-span), .display-4 .hs_cos_wrapper_type_header > * { font-size: 30px; }
}

p { margin-bottom: 1remrem; }

.blockquote { margin-bottom: 1remrem; }

.lead { font-size: 1.25rem; font-weight: 300; }

small, 
.small { font-size: 80%; font-weight: normal; }

/*** Base Styling ***/

img { max-width: 100%; height: auto; }
hr { margin-top: 2rem; margin-bottom: 2rem; border: none; height: 1px; background: #dee2e6; }
a { color: #457cff; text-decoration: none; background-color: transparent; -webkit-text-decoration-skip: objects; }
a:hover,
a:focus { color: #366df0; text-decoration: none; }

.get-bg { display: none!important; }
.set-bg { background-size: cover; background-position: center; }
.widget-span.mx-auto { float: none; }

.navbar-wrapper { padding: 30px 0; }

/*** Buttons ***/

.btn,
.hs-button { font-size: 15px; border-radius: 20px; padding: 8px 24px; font-weight: 500; /* box-shadow: 0 10px 20px rgba(2, 24, 82, 0.1); */ }

.btn--shadow { box-shadow: 0 10px 20px rgba(2, 24, 82, 0.1); }

.hs-button { box-shadow: 0 10px 20px rgba(2, 24, 82, 0.1); background-color: #457cff; border-color: #457cff; color: #fff; }
.hs-button:hover,
.hs-button:focus { color: #fff; background-color: #3e75f8; border-color: #3b72f5; }

/*** Forms ***/

.hs-form { text-align: left; font-size: 14px; }
.hs-form .field { text-align: left; }
.hs-form .hs-richtext { margin-bottom: 1rem; }
.hs-form .hubspot-link__container { position: static; margin-top: 1rem; }
.hs_cos_wrapper_type_form .form-title:empty { margin: 0; }

textarea { min-height: 180px; }

.select-hidden { display: none; visibility: hidden; }
.select { cursor: pointer; display: inline-block; position: relative; padding: .75rem 1.25rem; font-size: 1rem; color: #495057; width: 100%; }
.select-styled { font-size: 1rem; line-height: 1.5; text-align: left; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: #f5f5f5; border: 1px solid #f5f5f5; padding: 0.6875rem 1.25rem; transition: all 0.2s ease-in; border-radius: 10px; }
.select-styled:after { content: ''; height: 10px; width: 10px; margin-top: -4px; border-left: 1px solid #000; border-bottom: 1px solid #000; position: absolute; top: 50%; right: 12px; transform: rotate(-45deg) translateY(-50%); }
.select-styled.active { border-color: #d2d2d2; }
.select-options { text-align: left; display: none; overflow: hidden; position: absolute; top: 100%; right: 0; left: 0; z-index: 999; margin: 3px 0 0; padding: 5px 0; list-style: none; border: 1px solid #f5f5f5; background-color: #f5f5f5; border-radius: 10px; }
.select-options li { margin: 0; padding: 0.6875rem 1.25rem; border-top: #f5f5f5; transition: all 0.15s ease-in; }
.select-options li:hover { color: #fff; background: #457cff; }
.select-options li[rel="hide"] { display: none; }

.form-inline .hs-form .field { margin-bottom: 5px!important; }
.form-inline .hs-form-field > label { display: none; }
.form-inline .hs-button { border-radius: 10px; width: 100%; box-shadow: none; }
@media (min-width: 575px) {
  .form-inline .hs-form { position: relative; display: flex; flex-wrap: nowrap; align-items: flex-start; }
  .form-inline .hs-form .field { margin-bottom: 0!important; }
  .form-inline .hs-form > .field { flex-grow: 1; padding-right: 10px; }
  .form-inline .hs-form fieldset.form-columns-1, 
  .form-inline .hs-form fieldset.form-columns-2, 
  .form-inline .hs-form fieldset.form-columns-3 { margin: 0!important; }
  .form-inline fieldset.form-columns-1 > .hs-form-field, 
  .form-inline fieldset.form-columns-2 > .hs-form-field, 
  .form-inline fieldset.form-columns-3 > .hs-form-field { padding-left: 0; padding-right: 10px; }
  .form-inline .hs-form .hubspot-link__container { display: none!important }
  
  .form-inline .hs-input:not([type="radio"]):not([type="checkbox"]):not([type="file"]) { border-radius: 25px; }
  .form-inline .hs-button {
    width: auto;
    border-radius: 25px;
    padding-top: 13px;
    padding-bottom: 13px;
    min-width: 160px;
  }
}

.hs-form-field { font-size: 14px; letter-spacing: 0.22px; }
.hs-form-field > label { font-weight: 400; color: #2a2a30; font-size: 16px; margin-bottom: 8px; }

.hs-form-field .hs-input[type=file] { background: none; border-color: transparent; }

.form--inverse { color: #fff; }
.form--inverse .hs-form-field > label { color: #fff; }
.form--inverse .hs-input:not([type="radio"]):not([type="checkbox"]):not([type="file"]) { background-color: #fff; border-color: #fff; }
.form--inverse .select-options { border: none; }
.form--inverse .hs-button { color: #fff; background-color: #2ec35f; background-image: none; border-color: #2ec35f; }
.form--inverse .hs-button:hover,
.form--inverse .hs-button:focus { color: #fff; background-color: #27bc58; border-color: #24b955; }

.form--outlines .hs-input:not([type="radio"]):not([type="checkbox"]):not([type="file"]) { background-color: #fff; border-color: rgb(225, 225, 225); }
.form--outlines .hs-form .field { margin-bottom: 20px; }
.form--outlines .select-styled { background: #fff; border-color: rgb(225, 225, 225); }
.form--outlines .select-options { background: #fff; border-color: rgb(225, 225, 225); }

.hs-form-field .inputs-list { padding-left: 1rem; }
.hs-form-field .inputs-list label { cursor: pointer; }
.hs-form-field .inputs-list input { height: 0; width: 0; visibility: hidden; }
.hs-form-field .inputs-list input + span { position: relative; }
.hs-form-field .inputs-list input + span:before { content: ''; position: absolute; top: 50%; transform: translateY(-50%); margin-left: -26px; height: 16px; width: 16px; display: block; background-color: #f5f5f5; border: none; }
.hs-form-field .inputs-list input[type=radio] + span:before { border-radius: 50%; }
.hs-form-field .inputs-list input:checked + span {}
.hs-form-field .inputs-list input:checked + span:before { background-color: #457cff; }

.hs-form-field .inputs-list .hs-form-booleancheckbox-display input:checked + span:after,
.hs-form-field .inputs-list .hs-form-checkbox-display input:checked + span:after { 
  /*Add another block-level blank space*/
  content: '';
  display: block;
  position: absolute;
  top: 4px; 
  left: -20px;

  /*Make it a small rectangle so the border will create an L-shape*/
  width: 5px;
  height: 9px;

  /*Add a white border on the bottom and left, creating that 'L' */
  border: solid #fff;
  border-width: 0 2px 2px 0;

  /*Rotate the L 45 degrees to turn it into a checkmark*/
  transform: rotate(45deg);
}

.hs-form > fieldset { text-align: left; }

.form-btn-block .hs-button { width: 100%; border-radius: 25px; }
.form-btn-lg .hs-button { padding-top: 13px; padding-bottom: 13px; }


.form-hide-labels .field:not(.hs-fieldtype-checkbox) > label { display: none; }


.hs-form-field .inputs-list.hs-error-msgs { list-style: none; margin: 0; padding: 0; }
.hs-error-msgs label { display: block; font-size: 12px; margin-top: 4px; border-radius: 4px; padding: 6px 10px; color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; }

.hs_error_rollup .hs-error-msgs { margin: 0 0 10px; }
.hs_error_rollup .hs-error-msgs label { text-align: center; font-size: 14px; padding: 10px 15px; margin: 0; }
.form-inline .hs_error_rollup .hs-error-msgs { list-style: none; padding: 0; position: absolute; bottom: 100%; left: 0; width: 100%; }

.wistia_embed[style] { position: relative; height: 0!important; padding: 56.2903% 0 0!important; width: 100%!important; }
.wistia_embed[style] > div[style] { position: absolute!important; top: 0; left: 0; height: 100%; width: 100%; display: block; }

/* page specific styles - Sonder Guardian Helper Form */

.hs-field-desc { font-size: 14px }


.hs-submit { position: relative; }
input[type='submit'].hs-button.primary.large { display: inline; width: auto; position: absolute; right: 0; }

/* ==========================================================================
   GLOBAL GROUPS                                          
   ========================================================================== */

.section { padding-top: 60px; padding-bottom: 60px; }
@media (min-width: 768px) {
  .section { padding-top: 100px; padding-bottom: 100px; }
}

/* ==========================================================================
   SLICK SLIDER                                         
   ========================================================================== */

.slick-loading .slick-list {  }

/* Arrows */
.slick-prev,
.slick-next { position: absolute; display: block; height: 44px; width: 44px; line-height: 0px; font-size: 0px; cursor: pointer; background: transparent; color: transparent; top: 50%; z-index: 10; transform: translate(0, -50%); padding: 0; border: none; outline: none; }
.slick-prev:hover, 
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, 
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before { opacity: 0.25; }
.slick-prev:before,
.slick-next:before { font-family: sans-serif; font-size: 40px; line-height: 12px; color: #457cff; opacity: 0.75; }
.slick-prev { left: 0; }
[dir=rtl] .slick-prev { left: auto; right: 0; }
.slick-prev:before { content: "\2039"; }
[dir=rtl] .slick-prev:before {  content: "\203A"; }
.slick-next { right: 0; }
[dir=rtl] .slick-next { left: 0; right: auto; }
.slick-next:before { content: "\203A"; }
[dir=rtl] .slick-next:before { content: "\2039"; }

/* Dots */
.slick-dotted { padding-bottom: 40px; }
.slick-dots { position: absolute; bottom: 0; list-style: none; display: block; text-align: center; padding: 0; margin: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 16px; width: 16px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 16px; width: 16px; outline: none; line-height: 0px; font-size: 0px; color: transparent; padding: 0; transition: all 0.2s; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 50%; left: 50%; content: ""; width: 16px; height: 16px; margin-top: -8.0px; margin-left: -8.0px; text-align: center; border-radius: 50%  background-color: #457cff; opacity: 0.25;}
.slick-dots li.slick-active button:before { color: #457cff; opacity: 0.75; }

/* ==========================================================================
   BLOG                                          
   ========================================================================== */

.post { color: #2a2a30; font-size: 18px; line-height: 1.89; margin-bottom: 60px; }
.post__feature-image { margin-bottom: 40px; position: relative; height: 0; padding: 64.8649% 0 0; }
.post__feature-image img { position: absolute; top: 0; left: 0; height: 100%; width: 100%; border-radius: 4px; object-fit: cover; object-position: center; }
.post__topics { margin-bottom: 30px; }
.post__title { font-size: 34px; line-height: 1.27; font-weight: 400; margin-bottom: 20px; }
.post__title a { text-decoration: none; color: #153b54; }
.post__title a:hover { color: #3494d4; }
.post__meta { color: #2a2a30; font-size: 15px; font-weight: 400; letter-spacing: 0.14px; }
.post__link { color: #c7c7c7; text-decoration: none; }
.post__link svg { margin-left: 6px; display: inline-block; vertical-align: 1px; }
.post__link:hover svg polygon[style] { fill: #366df0!important; }

.son-blog-quote { padding: 60px 0; text-align: center; border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; }
.son-blog-quote p { color: #457cff; font-size: 28px; font-weight: 700; line-height: 48px; }
.son-blog-quote span { color: #2a2a30; font-size: 12px; font-weight: 700; letter-spacing: 1.6px; line-height: 47px; text-transform: uppercase; }


.post--related { max-width: 340px; }
.post--related .post__topics { margin-bottom: 20px; }
.post--related .post__feature-image { margin-bottom: 20px; }
.post--related .post__title { font-size: 17px; line-height: 1.59; margin-bottom: 10px; }

.post__wrapper--feature { flex: 0 0 100%; max-width: 100%; }
.post--feature { background-color: #e7f3ff; border-radius: 5px; overflow: hidden; }
.post--feature .post__inner { padding: 20px; }
@media (min-width: 768px) {
  .post--feature { display: flex; }
  .post--feature .post__feature-image { order: 12; flex: 0 0 50%; max-width: 50%; height: auto; padding: 0; margin: 0; }
  .post--feature .post__feature-image img { position: static; border-radius: 0; }
}
@media (min-width: 992px) {
  .post--feature .post__inner { padding: 40px 50px; }
  .post--feature .post__title { font-size: 34px; }
}

.post-meta { font-size: 11px; text-transform: uppercase; font-weight: 700; }
.post-meta a { color: inherit; text-decoration: none; }
.post-meta .reading-time:before { content: '\b7'; display: inline-block; margin: 0 6px 0 4px; }

.author-image { border-radius: 50%; }

.sn-blog-filter { margin-left: -5px; margin-right: -5px; }
.sn-blog-filter .nav-item { padding-left: 5px; padding-right: 5px; }
.sn-blog-filter .nav-link { background: #e9ecef; }

.row-fluid [class*="span"].blog-container-inner { margin: 0 auto; padding-left: 75px; padding-right: 75px; max-width: 980px; float: none; }
.row-fluid [class*="span"].blog-container > div:first-child { z-index: 50; position: absolute; top: 0; left: 15px; bottom: 0; }
.row-fluid [class*="span"].blog-container > div:first-child > div { position: sticky; top: 20px; }
@media (max-width: 767px) {
  .row-fluid [class*="span"].blog-container-inner { padding: 0 15px; }
}
@media (min-width: 992px) {
  .row-fluid [class*="span"].blog-container-inner { padding-left: 65px; padding-right: 65px; }
}

.social-sharing { font-size: 20px; list-style: none; padding: 0; margin: 0; }
.social-sharing li { margin: 0 0 6px; }
@media (max-width: 767px) {
  .row-fluid [class*="span"].blog-container > div:first-child { position: sticky; left: 0; }
  .social-sharing { top: 0; background-color: #f9f9f9; padding: 10px;  text-align: center; }
  .social-sharing li { display: inline-block; margin: 0 6px; }
}

.post-body { font-size: 16px; font-weight: 400; line-height: 1.69; }
.post-body p { margin-bottom: 27px; }
.post-body p:first-of-type { color: #153b54; }
.post-body .wistia_embed { margin: 60px 0; }
@media (min-width: 992px) {
  .post-body > span > p:first-of-type { font-size: 24px; font-weight: 700; line-height: 1.5; margin-bottom: 60px; }
}
.post-body .img-wrapper { margin: 60px -25px; text-align: center; } 
.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5,
.post-body h6 { color: #153b54; margin-top: 60px; font-weight: 600; margin-bottom: 40px; }
.post-body h2 { font-size: 32px; }
.post-body h3 { font-size: 23px; }
.post-body h4 { font-size: 17px; color: #494b4d; font-weight: 400; margin-top: 40px; margin-bottom: 30px; }
.post-body h5 { font-size: 15px; color: #494b4d; font-weight: 400; margin-top: 40px; margin-bottom: 30px; }
.post-body h6 { font-size: 12px; color: #494b4d; font-weight: 400; margin-top: 40px; margin-bottom: 30px; }
.post-body blockquote { color: #457cff; font-weight: 700; font-style: normal; border-left: none; padding-left: 0; padding: 60px 0; line-height: 1.71; text-align:center; border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; }
.post-body blockquote > p { color: #494b4d!important;font-weight:400;}
.post-body blockquote p em{font-style:normal;}
.post-body blockquote p:not(:first-child):last-child { margin-top: 30px; font-size: 12px; color: #2a2a30; text-transform: uppercase; letter-spacing: 1.6px; font-weight: 700; margin-bottom: 0; }
@media (min-width: 992px) {
  .post-body blockquote { font-size: 28px; line-height: 1.71; }
  .post-body blockquote p {font-size:28px;line-height:1.71;}
}
.post-body .caption { padding: 10px 0; color: #999999; font-weight: 400; font-size: 14px; }
.post-body img + .caption,
.post-body .wistia_embed + .caption { margin-top: -60px; margin-bottom: 60px; }
.post-body ul { list-style: none; padding: 0; margin: 30px 0; }
.post-body P + ul { margin-top: -20px; }
.post-body ul li { margin-bottom: 0; padding-left: 25px; position: relative; }
.post-body ul li:before { content: ''; display: block; position: absolute; top: 10px; left: 0; width: 5px; height: 5px; background-color: #457cff; border-radius: 50%; }
.post-body ol li { margin-bottom: 27px; }
.post-body hr { height: 1px; border: none; background-color: #e1e1e1; margin: 60px 0; }

.post-body .cta { margin: 60px 0; border-radius: 50px; background-color: #f6f9fc; padding: 20px 30px 20px 40px; text-align: center; }
.post-body .cta > p:first-child { color: #3393d3; font-size: 16px; font-weight: 400; line-height: 1.69; max-width: 375px; }
.post-body .cta a { border-radius: 100px; background-color: #3393d3; color: #fff; font-size: 15px; display: inline-block; padding: 12px 30px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
@media (min-width: 768px) {
  .post-body .cta { display: flex; align-items: center; text-align: left; }
  .post-body .cta > p { margin: 0; }
  .post-body .cta > p:last-child { margin-left: auto; }
}

.post-body .callout { margin: 60px 0; background-color: #f6f9fc; border-radius: 5px; padding: 30px 30px; }
.post-body .callout h3 { font-weight: 400; color: #3393d3; }
.post-body .callout :first-child { margin-top: 0; margin-bottom: 30px; }
.post-body .callout :last-child { margin: 0; }
@media (min-width: 992px) {
  .post-body .callout { padding: 40px 50px; }
}

a.blog-title__topic-link { font-family: sans-serif; text-decoration: none; white-space: nowrap; font-size: 12px; transition: all 0.2s; border-radius: 3px; background-color: rgba(69, 124, 255, 0.1); text-transform: uppercase; letter-spacing: 0.98px; color: #457cff; padding: 7.5px 10px; }
a.blog-title__topic-link:hover { background: #3494d4; color: #fff; }

.bracket__wrapper { display: inline-block; position: relative; }
.bracket { position: absolute; top: 0; height: calc(100% - 108px); width: 100%; }
.bracket--left { pointer-events: none; left: 0; top: 30px; bottom: 78px; }
.bracket--right { pointer-events: none; right: 0; top: 78px; bottom: 30px; }
@media (min-width: 1200px) {
  .bracket--left { left: -81px; }
  .bracket--right { right: -81px; }
}

.bracket__length { position: absolute; animation-fill-mode: both; animation-timing-function: ease-in-out; animation-iteration-count: 1; animation-delay: 0.5s; }

.bracket--left .bracket__length--top { top: 0; width: 0; height: 48px; animation-name: animateLeftTop; right: 60%; animation-duration: 0.25s; }
.bracket--left .bracket__length--left { top: 0; left: 0; width: 48px; height: 0; animation-name: animateHeight; animation-duration: .5s; animation-delay: .75s; }
.bracket--left .bracket__length--bottom { bottom: 0; left: 0; width: 0; height: 48px; animation-name: animateLeftBottom; animation-duration: .5s; animation-delay: 1.25s; }

.bracket--right .bracket__length--top { top: 0; width: 0; height: 48px; animation-name: animateRightTop; left: 30%; animation-duration: 0.25s; }
.bracket--right .bracket__length--right { top: 0; right: 0; width: 48px; height: 0; animation-name: animateHeight; animation-duration: .5s; animation-delay: .75s; }
.bracket--right .bracket__length--bottom { bottom: 0; right: 0; width: 0; height: 48px; animation-name: animateRightBottom; animation-duration: .5s; animation-delay: 1.25s; }


.bracket__length { background-color: #011852; }
.bracket__length--primary { background-color: #457cff; }
.bracket__length--secondary { background-color: #011852; }
.bracket__length--info { background-color: #bed1ff; }

.bracket__wrapper--even .bracket { height: 100%; }
.bracket__wrapper--even .bracket--left { left: 0; top: 0; bottom: 0; }
.bracket__wrapper--even .bracket--right { right: 0; top: 0; bottom: 0; }

.bracket__wrapper--even .bracket--left .bracket__length--top { right: 70%; animation-name: animateLeftTopEven; }
.bracket__wrapper--even .bracket--right .bracket__length--top { left: 40%; animation-name: animateRightTopEven; }
.bracket__wrapper--even .bracket--left .bracket__length--bottom { right: 50%; animation-name: animateLeftBottomEven; }
.bracket__wrapper--even .bracket--right .bracket__length--bottom { right: 0; animation-name: animateRightBottomEven; }

@keyframes animateLeftTop {
  0% { width: 0 }
  100% { width: 40% }
}
@keyframes animateLeftTopEven {
  0% { width: 0 }
  100% { width: 30% }
}
@keyframes animateLeftBottom {
  0% { width: 0 }
  100% { width: 70% }
}
@keyframes animateLeftBottomEven {
  0% { width: 0 }
  100% { width: 50% }
}
@keyframes animateRightTop {
  0% { width: 0 }
  100% { width: 70% }
}
@keyframes animateRightTopEven {
  0% { width: 0 }
  100% { width: 60% }
}
@keyframes animateRightBottom {
  0% { width: 0 }
  100% { width: 40% }
}
@keyframes animateRightBottomEven {
  0% { width: 0 }
  100% { width: 40% }
}
@keyframes animateHeight {
  0% { height: 0 }
  100% { height: 100% }
}
@keyframes animateWidth {
  0% { width: 0 }
  100% { width: 100% }
}





/* ==========================================================================
   SUBSCRIPTIONS PAGES                                        
   ========================================================================== */

.widget-type-email_subscriptions p,
.widget-type-email_subscriptions_confirmation p,
.widget-type-email_simple_subscription p,
.widget-type-email_subscriptions p,
.widget-type-email_subscriptions_confirmation p,
.widget-type-email_simple_subscription p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1rem;
}
.widget-type-email_subscriptions h1,
.widget-type-email_subscriptions_confirmation h1,
.widget-type-email_simple_subscription h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 1rem;
}
.widget-type-email_subscriptions h2,
.widget-type-email_subscriptions_confirmation h2,
.widget-type-email_simple_subscription h2,
.widget-type-email_subscriptions h2,
.widget-type-email_subscriptions_confirmation h2,
.widget-type-email_simple_subscription h2 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1rem;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .checkbox-row input {
    position: relative;
    top: 6px;
  }
}

#email-prefs-form h3 {
  display: inline-block;
  font-size: 1rem;
  margin: 0 0 10px;
}

#email-prefs-form { text-align: center; }
.page-header { text-align: center; border-bottom: 1px solid #e1e1e1; padding-bottom: 80px!important; margin-bottom: 80px!important; } 
.page-header h1 { font-family: sans-serif; font-weight: 500; font-size: 0; margin-bottom: 30px; }
.page-header h1:before { font-family: sans-serif; font-weight: 500; content: 'Your registered email'; font-size: 18px; font-weight: 500; }
.page-header h2 { font-family: sans-serif; font-weight: 500; padding: 13px 20px; display: inline-block; text-align: center; min-width: 330px; font-weight: 500; letter-spacing: 0.2px; color: #457cff; background-color: #f5f5f5; border-radius: 25px; }
#email-prefs-form .page-header p { display: none; }
#email-prefs-form #content .header { text-align: left; font-size: 18px; font-weight: 500; margin-bottom: 70px; }

#content.success { 
  margin-top: 60px;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid #0000;
  border-radius: .25rem;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

#email-prefs-form .email-prefs .item { cursor: default; padding: 0; }
#email-prefs-form .email-prefs .item .item-inner { text-align: left; position: relative; padding: 40px 40px 40px; background-color: #f5f5f5; border-radius: 4px; box-shadow: none; border: none; color: #555555; font-size: 16px; font-weight: 500; line-height: 1.63; letter-spacing: 0.2px; }
#email-prefs-form .email-prefs .item .item-inner .checkbox-row { overflow: visible; }
#email-prefs-form .email-prefs .item .item-inner .fakelabel { display: block; font-size: 20px; font-weight: 700; margin-bottom: 24px; }
#email-prefs-form .email-prefs .item .item-inner .fakelabel input { cursor: pointer; z-index: 10; top: 50%; transform: translateY(-50%); right: 70px; height: 45px; width: 45px!important; opacity: 0; position: absolute; }
#email-prefs-form .email-prefs .item .item-inner .fakelabel span { margin: 0; display: inline-block; float: none; }
#email-prefs-form .email-prefs .item .item-inner .fakelabel span:first-of-type:before { content: ''; right: 70px; top: 50%; transform: translateY(-50%); display: block; position: absolute; width: 45px; height: 45px; border-radius: 4px; background-color: #ffffff; border: 2px solid #e2e2e2; }
#email-prefs-form .email-prefs .item .item-inner .fakelabel span:first-of-type:after { content: ''; right: 70px; top: 50%; transform: translateY(-50%); display: block; position: absolute; width: 45px; height: 45px; border-radius: 4px; }
#email-prefs-form .email-prefs .item .item-inner .fakelabel input:checked + span:first-of-type:before { background-color: #457cff; border-color: #457cff; }
#email-prefs-form .email-prefs .item .item-inner .fakelabel input:checked + span:first-of-type:after { background: url(https://www.youandco.com.au/hubfs/tick.svg) center no-repeat; }
#email-prefs-form .email-prefs .item.disabled .item-inner .fakelabel input:checked + span:first-of-type:before { background: none; }
#email-prefs-form .email-prefs .item.disabled .item-inner .fakelabel input:checked + span:first-of-type:after { background: none; }
#email-prefs-form .email-prefs .item.disabled .item-inner .fakelabel input { cursor: default; }
#email-prefs-form .email-prefs .item .item-inner p { margin: 0; max-width: 420px; }
#email-prefs-form .subscribe-options { border-bottom: 1px solid #e1e1d7; padding-bottom: 60px; margin-top: 60px; margin-bottom: 60px; }
#email-prefs-form .subscribe-options .header { display: none; }
#email-prefs-form .subscribe-options p { text-align: center; font-size: 16px; font-weight: 500; color: #000000; margin: 0; }
#email-prefs-form .subscribe-options label { margin: 0; }
#email-prefs-form .subscribe-options label span { margin: 0; text-decoration: underline; }
#email-prefs-form .subscribe-options label input { height: 0; width: 0; margin: 0; }
#email-prefs-form .subscribe-options p input { visibility: hidden; }
@media (max-width: 767px) {
  .page-header h2 { min-width: 0; }
    
  #email-prefs-form .email-prefs .item { margin: 0 auto 10px; }
  #email-prefs-form .email-prefs .item .item-inner { padding: 20px 20px 20px 90px; }
  #email-prefs-form .email-prefs .item .item-inner .fakelabel { font-size: 16px; }
  #email-prefs-form .email-prefs .item .item-inner .fakelabel span:first-of-type:before,
  #email-prefs-form .email-prefs .item .item-inner .fakelabel span:first-of-type:after { top: 20px; left: 20px; transform: none; }
  #email-prefs-form .subscribe-options { padding-bottom: 30px; margin-bottom: 30px; }
}

.hs_cos_wrapper_type_email_simple_subscription .page-header { display: none; }
.hs_cos_wrapper_type_email_simple_subscription #email-prefs-form #content h3 { display: none; }

@media (min-width: 576px) {
  .hs_cos_wrapper_type_password_prompt form { display: flex; max-width: 480px; margin: 0 auto; }
  .hs_cos_wrapper_type_password_prompt .hs-button { border-radius: 25px; }
  #hs-pwd-widget-password[style] { margin-bottom: 0; margin-right: 10px; border-radius: 25px; }

  .hs_cos_wrapper_type_email_simple_subscription #email-prefs-form #content { display: flex; max-width: 480px; margin: 0 auto; }
  .hs_cos_wrapper_type_email_simple_subscription #email-prefs-form #content > div[style] { flex-grow: 1; padding-bottom: 0!important; margin-right: 10px; }
  .hs_cos_wrapper_type_email_simple_subscription #email-prefs-form #content .hs-button { border-radius: 25px; }
  .hs_cos_wrapper_type_email_simple_subscription #email-prefs-form #content input { margin-bottom: 0; border-radius: 25px; }
}