



:root {
  
  /* Colors */  
  --brand-black: #000000;
  --brand-white: #ffffff;

  /* Neutrals */
  --neutral-light:#f7f7f7;
  --body-color:#363636;

}



/*--------------------------------------------------------------
  >> : Typography
--------------------------------------------------------------*/

  body {
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
    color: var(--body-color);

  }

  .small, small {
    font-size: 0.75rem;
  }

  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6 {
    font-family: var(--heading-font-family);
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }

  h1, .h1 {
    line-height: 1.2;
    font-size: 5rem;
  }

  h2, .h2 {
    line-height: 1.2;
    font-size: 3.8rem;
  }

  h3, .h3 {
    font-size: 2.5rem;
    line-height: 1.25;
  }

  h4, .h4 {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  h5, .h5 {
    font-size: 1.7rem;
    line-height: 1.5;
  }

  h6, .h6 {
    font-size: 0.8rem;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: normal;
  }

  @media (max-width: 992px) {

    h1, .h1 {
      font-size: 2.6rem;
    }

    h2, .h2 {
      font-size: 2.3rem;
    }

    h3, .h3 {
      font-size: 1.9rem;
    }
  }

  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child,
  p:first-child, 
  ul:first-child, 
  ol:first-child {
    margin-top: 0;
  }

  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child,
  p:last-child, 
  ul:last-child, 
  ol:last-child {
    margin-bottom: 0;
  }

  a {
    color: inherit;
  }

  p {
    font-size:1.1rem;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
  }


/*--------------------------------------------------------------
  >> : Basic Asset Sizes and Setup
--------------------------------------------------------------*/

  picture {
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  picture img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }

  video {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }

/*--------------------------------------------------------------
  >> : Forms
--------------------------------------------------------------*/
  
  [readonly="readonly"] {
    position: relative;
    background: #f7f7f7;
    color: #585858;
    pointer-events: none;
    cursor: not-allowed;
  }
  
/*--------------------------------------------------------------
  >> : Min Height Utilities
--------------------------------------------------------------*/
  .min-vh-25 {
    min-height: 25vh!important;
  }

  .min-vh-50 {
    min-height: 50vh!important;
  }

  .min-vh-75 {
    min-height: 75vh!important;
  }


/*--------------------------------------------------------------
  >> : Section Font Colors
--------------------------------------------------------------*/


/*--------------------------------------------------------------
  >> : Section Background Colors
--------------------------------------------------------------*/



/*--------------------------------------------------------------
  >> : Button
--------------------------------------------------------------*/

  .btn {
    display: inline-block;
    line-height: 1em;
    color: #000000;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 16px 25px;
    font-size: 0.8em;
    line-height: 1em;
    border-radius: 0px;
    transition: all 300ms ease-in-out;
    background: transparent;
    border: 1px solid transparent;
  }

  .btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: unset;
  }


  .btn.btn-standard {
    color:var(--brand-black);
    border:1px solid var(--brand-black);
  }

  .btn.btn-standard:focus {
    box-shadow: 0px 0px 0px 2px #00000075; !important;
  }

  .btn.btn-standard:hover {
    background:var(--brand-black);
    color:var(--brand-white);
  }

  .btn.btn-white {
    color:var(--brand-black);
    background:var(--brand-white);
    border:none;
  }

  .btn.btn-white:focus {
    box-shadow: 0px 0px 0px 2px #ffffff75; !important;
  }

  .btn.btn-white:hover {
    background:var(--brand-black);
    color:var(--brand-white);
  }

  .btn.btn-black {
    color:var(--brand-white);
    background:var(--brand-black);
    border:none;
  }

  .btn.btn-black:focus {
    box-shadow: 0px 0px 0px 2px #00000075; !important;
  }

  .btn.btn-black:hover {
    background:#1D5140;
    color:var(--brand-white);
  }

  .btn.btn-bordered {
    color:var(--brand-white);
    background:transparent;
    border:none;
    border-bottom:1px solid var(--brand-black);
    color:var(--brand-black);
    padding-left:0px;
    padding-right:0px;
  }

  .btn.btn-bordered:focus {
    box-shadow: 0px 2px 0px 0px #00000075; !important;
  }

  .btn.btn-gold {
    color:var(--brand-black);
    background:var(--color-gold-400);
    border:none;
  }

  .btn.btn-gold:focus {
    box-shadow: 0px 0px 0px 2px background:var(--color-gold-50) !important;
  }

  .btn.btn-gold:hover {
    background:var(--color-gold-600);
    color:var(--brand-white);
  }

  .col-inner .btn:nth-child(even) {
    margin-right: 30px !important;
  }

  button[data-cookiefirst-outline-accent-color] {
    background: #e6018c;
    border: none;
    margin-right: 10px;
    padding: 10px 20px;
    border-radius: 230px;
    margin-top: 20px;
    color: #fff;
  }