







/* 1a. Containers */





/* 1b. Breakpoints */







/* 1c. Colors */









/* 1d. Typography */












/* 1f. Corner Radius */



/* 1g. Lists */




/* 1h. Horizontal Rule */



/* 1i. Blockquote */




/* 1j. Buttons */








































/* 1k. Forms */















































/* 1l. Tables */











/* 1m. Site Header */












/* 1n. Site Footer */












/* 1o. Blog */








.content-wrapper, .page-center {
  max-width: 1320px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.content-wrapper--narrow {
  max-width: 760px;
}

@media screen and (min-width: 800px) {
  .content-wrapper--narrow {
    padding: 0;
  }
}

.dnd-section,
.content-wrapper--blog-index,
.content-wrapper--blog-post {
  padding: 20px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1320px;
}





html {
  font-size: 16px;
}

body {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: #FFF9F3;
  color: #000000;
  font-size: 16px;
}

/* Paragraphs */

p, li {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.5px;
}

p.lead,
p.intro {
  font-size: 1.25rem;
  letter-spacing: 0.5px;
}

/* Anchors */

a {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #353433;
  text-decoration: none;
}

a:hover, a:focus {
  font-weight: 400; text-decoration: underline; font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal;
  color: #BE804E;
  text-decoration: none;
}

a:active {
  font-weight: 400; text-decoration: underline; font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal;
  color: #ffd09e;
}

a.button:disabled {
  background-color: #f1f1f1;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
  text-transform: none;
}



h1 {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #1F1F1F;
  font-size: 48px;
  letter-spacing: 0px;
  text-transform: none;
  letter-spacing: 1.4px;
}

h2 {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #1F1F1F;
  font-size: 40px;
  letter-spacing: 0px;
  text-transform: none;
  letter-spacing: 1.4px;
}

h3 {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #1F1F1F;
  font-size: 36px;
  letter-spacing: 0px;
  text-transform: none;
  letter-spacing: 1.4px;
}

h4 {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #1F1F1F;
  font-size: 28px;
  letter-spacing: 0px;
  text-transform: none;
  letter-spacing: 1.4px;
}

h5 {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #1F1F1F;
  font-size: 24px;
  letter-spacing: 0px;
  text-transform: none;
  letter-spacing: 1.4px;
}

h6 {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #1F1F1F;
  font-size: 20px;
  letter-spacing: 0px;
  text-transform: none;
  /*   letter-spacing: 1.4px; */
}

/*-=-=- Only Desktop CSS -=-=-*/
@media (max-width:1199px ) {
  h1 { font-size: 48px; }
  h2 { font-size: 40px; }
  h3 { font-size: 36px; }
  h4 { font-size: 28px; }
  h5 { font-size: 24px; }
  h6 { font-size: 20px; }
}

/*-=-=- Smaller Desktop Devices -=-=-*/
@media (max-width:991px ) {
  h1 { font-size: 45px; }
  h2 { font-size: 38px; }
  h3 { font-size: 32px; }
  h4 { font-size: 22px; }
  h5 { font-size: 20px; }
  h6 { font-size: 16px; }
}

/*-=-=-  Mobile Devices -=-=-*/
@media (max-width:767px ) {
  h1 { font-size: 24px; line-height: 33.6px;letter-spacing: normal;}
  h2 { font-size: 20px; line-height: 26px; letter-spacing: normal;}
  h3 { font-size: 28px; letter-spacing: normal;}
  h4 { font-size: 20px; line-height: 30px; letter-spacing: normal;}
  h5 { font-size: 16px; line-height: 22.4px; letter-spacing: normal;}
  h6 { font-size: 14px; }

}




/* Lists */

ul,
ol {
  margin:  0;
  padding-left: 1.5rem;
}

ul li,
ol li {
  margin: 0;
}

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

/* Blockquote */

blockquote {
  border-left: 10px solid #1F1F1F;
  padding-left: 1.5rem;
}

/* Horizontal Rules */

hr {
  border-bottom-color: #d0d0d0;
}

/* img{width: 100%;height: 100%;} */





/* Primary Button */

button,
.button {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(185, 31, 65, 1.0)

;
  border: 1px solid #B91F41;
  border-radius: 0px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 12px;
  padding: 14px 20px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  text-decoration: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(190, 128, 78, 1.0)

;
  border: 1px solid #BE804E;
  color: #FFF;
}

button:active,
.button:active {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: rgba(255, 208, 158, 100);
  border: 1px solid #BE804E;
  border-color: #ffd09e;
  color: #FFF;
}

/* Disabled Button */

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #f1f1f1;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
}

/* Secondary Button */

.button.button--secondary {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #FFFFFF;
  border-radius: 0px;
  color: #FFFFFF;
  fill: #FFFFFF;
  padding: 14px 20px;
  text-transform: uppercase;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(190, 128, 78, 1.0)

;
  border: 1px solid #BE804E;
  color: #FFFFFF;
  fill: #FFFFFF;
}

.button.button--secondary:active {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: rgba(255, 208, 158, 100);
  border: 1px solid #BE804E;
  border-color: #ffd09e;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple Button */

.button.button--simple {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #BE804E;
  fill: #BE804E;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}



.button.button--simple:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentcolor;
  transform: scaleX(1); /* line is visible initially */
  transform-origin: left;
  transition: none;
}
/* Trigger reset and animate back in on hover */
.button.button--simple:hover::after {
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 5s; /* instant disappear */
}

.button.button--simple:hover::after {
  animation: lineDraw 0.7s ease forwards;
}

/* Keyframes for left-to-right animation */
@keyframes lineDraw {
  from {
    transform: scaleX(0);
    transform-origin: left;
  }
  to {
    transform: scaleX(1);
    transform-origin: left;
  }
}




.button.button--simple:hover,
.button.button--simple:focus {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #BE804E;
  fill: #BE804E;
}




.button.button--simple:focus:after,
.button.button--simple:active:after {
  /*   content: none; */
}



.button.button--simple:active {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ffd09e;
  fill: #ffd09e;
}

/* Button Sizing */

.button.button--small {
  font-size: 12px;
  padding: 12px 20px;
}

.button.button--large {
  font-size: 14px;
  padding: 16px 20px;
}





form {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
  border: 1px none #D0D0D0;
  border-radius: 0px;
  padding: 0px 0px;
}

.hs-form-field {
  margin-bottom: 1.5rem;
  margin-bottom: 10px;
}

/* Form Title */

.form-title {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
  border: 1px none #D0D0D0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #8A6344;
  font-size: 18px;
  padding: 0px 0px;
  text-transform: none;
}

/* Labels */

.hs-form-field > label,
.hs-form-field > label span {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #8A6344;
  font-size: 16px;
  padding: 0px 0px;
}

/* Help Text - Legends */

.hs-form-field legend {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
  font-size: 14px;
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
select,
textarea {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #8F8F8F;
  border-radius: 0px;
  color: #1F1F1F;
  font-size: 16px;
  padding: 13px 20px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='file']:focus,
select:focus,
textarea:focus {
  outline-color: #353433;
}

::-webkit-input-placeholder {
  color: #8F8F8F;
  font-size: 20px;
  line-height: 28px;
}

::-moz-placeholder {
  color: #8F8F8F;
}

:-ms-input-placeholder {
  color: #8F8F8F;
}

:-moz-placeholder {
  color: #8F8F8F;
}

::placeholder {
  color: #8F8F8F;
}
@media(max-width: 767px){
  ::-webkit-input-placeholder {
    font-size: 14px;
  }

  /* Inputs - Checkbox/Radio */

  form .inputs-list:not(.no-list) label,
  form .inputs-list:not(.no-list) label > span,
  form .inputs-list:not(.no-list) label > span p {
    font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    color: #BE804E;
    font-size: 16px;
  }

  /* Inputs - Datepicker */

  .fn-date-picker .pika-table thead th {
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
    color: #FFFFFF;
  }

  .fn-date-picker td.is-today .pika-button {
    color: #000000;
  }

  .hs-datepicker .is-selected button.pika-button {
    background-color: #1F1F1F;
    color: #000000;
  }

  .hs-datepicker button.pika-button:hover {
    background-color: #353433 !important;
  }

  /* Form Rich Text */

  form .hs-richtext,
  form .hs-richtext *,
  form .hs-richtext p,
  form .hs-richtext h1,
  form .hs-richtext h2,
  form .hs-richtext h3,
  form .hs-richtext h4,
  form .hs-richtext h5,
  form .hs-richtext h6 {
    font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    color: #000000;
  }

  /* GDPR Text */

  form .legal-consent-container,
  form .legal-consent-container .hs-richtext,
  form .legal-consent-container .hs-richtext p {
    font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    color: #BE804E;
    font-size: 14px;
  }

  /* Validation */

  .hs-input.invalid.error {
    border-color: #ef6b51;
  }

  .hs-error-msg,
  .hs-error-msgs {
    color: #ef6b51;
  }

  /* Submit */

  

  form input[type='submit'],
  form .hs-button {
    font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #BE804E;
    fill: #BE804E;
    padding: 0;
    text-transform: uppercase;
  }

  

  form input[type='submit']:after,
  form .hs-button:after {
    content: none;
  }

  

  form input[type='submit']:hover,
  form input[type='submit']:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: transparent;
    border: none;
    color: #BE804E;
    fill: #BE804E;
  }

  

  form input[type='submit']:hover:after,
  form input[type='submit']:focus:after,
  form input[type='submit']:active:after,
  form .hs-button:hover:after,
  form .hs-button:focus:after,
  form .hs-button:active:after {
    content: none;
  }

  

  form input[type='submit']:active,
  form .hs-button:active {
    font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: transparent;
    border: none;
    color: #ffd09e;
    fill: #ffd09e;
  }

  

  

  form input[type='submit'],
  form .hs-button {
    font-size: 12px;
    padding: 14px 20px;
  }

  

  /* Inline Thank You Message */

  .submitted-message {
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
    border: 1px none #D0D0D0;
    border-radius: 0px;
    padding: 0px 0px;
  }

  
  
  

  table {
    background-color: 

  
  
    
  


  rgba(255, 249, 243, 1.0)

;
    border: 1px solid #D2E9FC;
  }

  th,
  td {
    border: 1px solid #D2E9FC;
    color: #000000;
    padding: 15px 15px;
  }

  thead th,
  thead td {
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
    border-bottom: 2px none #D2E9FC;
    color: #FFFFFF;
  }

  tbody + tbody {
    border-top: 2px none #D2E9FC;
  }


  
  
  

  .header {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border-bottom: 1px none #FFF9F3;
  }

  .header__container {
    max-width: 1320px;
  }

  /* Header Content */

  .header p,
  .header h1,
  .header h2,
  .header h3,
  .header h4,
  .header h5,
  .header h6,
  /*   .header span, */
  .header div,
  .header li,
  .header blockquote,
  .header .related-post__title a {
    color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
  }

  /* Logo */

  .header__logo .logo-company-name {
    color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
  }

  /* Navigation Menu */

  .header__menu .hs-menu-item a {
    font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: capitalize;
  }

  .header__menu .hs-menu-item a:hover,
  .header__menu .hs-menu-item a:focus {
    font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    color: #8A6344;
  }

  .header__menu .hs-menu-item a:active {
    font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    color: #FFFFFF;
  }

  .header__menu .hs-menu-children-wrapper {
    background-color: #FFFFFF;
  }

  .header__menu .hs-menu-children-wrapper .hs-menu-item a {
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__menu .hs-menu-children-wrapper .hs-menu-item a:hover,
  .header__menu .hs-menu-children-wrapper .hs-menu-item a:focus {
    font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    background-color: #FFFFFF;
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__menu .hs-menu-children-wrapper .hs-menu-item a:active {
    font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    background-color: #FFFFFF;
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  /* Blog Post Listing Module */

  .header .blog-post-listing h1,
  .header .blog-post-listing h2,
  .header .blog-post-listing h3,
  .header .blog-post-listing h4,
  .header .blog-post-listing h5,
  .header .blog-post-listing h6,
  .header .blog-post-listing p,
  .header .blog-post-listing div,
  .header .blog-post-listing span {
    color: #000000;
  }

  
  
  

  .footer--site-page {
    background-color: 

  
  
    
  


  rgba(248, 241, 232, 1.0)

;
    border-top: 1px none #F8F1E8;
  }

  .footer--landing-page {
    background-color: 

  
  
    
  


  rgba(248, 241, 232, 1.0)

;
  }

  .footer__container {
    max-width: 1320px;
  }


  /* Footer Content */

  footer h1,
  footer h2,
  footer h3,
  footer h4,
  footer h5,
  footer h6,
  footer p,
  footer a:not(.button),
  footer blockquote,
  footer .related-post__title a {
    color: #1F1F1F;
    /*     width: 100%; */
  }
  footer svg {
    fill: #1F1F1F;
  }

  

  .footer--site-page h4 {
    font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    font-size: 20px;
    letter-spacing: 0px;
    text-transform: none;
  }

  

  /* Footer Menu */

  .footer .hs-menu-item a {
    font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #1F1F1F;
    font-size: 16px;
    text-transform: none;
  }

  .footer .hs-menu-item a:hover,
  .footer .hs-menu-item a:focus {
    font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #1F1F1F;
  }

  .footer .hs-menu-item a:active {
    font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #1F1F1F;
  }

  /* Form Module */

  .footer--site-page .form-title,
  .footer--site-page form .hs-richtext,
  .footer--site-page form .hs-richtext *,
  .footer--site-page form .hs-richtext p,
  .footer--site-page form .hs-richtext h1,
  .footer--site-page form .hs-richtext h2,
  .footer--site-page form .hs-richtext h3,
  .footer--site-page form .hs-richtext h4,
  .footer--site-page form .hs-richtext h5,
  .footer--site-page form .hs-richtext h6,
  .footer--site-page .hs-form-field > label,
  .footer--site-page .hs-form-field > label span,
  .footer--site-page .hs-form-field legend,
  .footer--site-page form .inputs-list:not(.no-list) label,
  .footer--site-page form .inputs-list:not(.no-list) label > span,
  .footer--site-page form .inputs-list:not(.no-list) label > span p {
    color: #1F1F1F;
  }

  /* Blog Post Listing Module */

  .footer .blog-post-listing h1,
  .footer .blog-post-listing h2,
  .footer .blog-post-listing h3,
  .footer .blog-post-listing h4,
  .footer .blog-post-listing h5,
  .footer .blog-post-listing h6,
  .footer .blog-post-listing p,
  .footer .blog-post-listing div,
  .footer .blog-post-listing span {
    color: #000000;
  }

  /* Related Posts Module */

  .footer--site-page .related-post__title a:hover,
  .footer--site-page .related-post__title a:focus {
    color: #000000;
  }

  .footer--site-page .related-post__title a:active {
    color: #6f6f6f;
  }

  /* Social Follow Module */

  .footer--site-page .social-links__icon svg {
    fill: #1F1F1F;
  }

  .footer--site-page .social-links__icon:hover svg {
    fill: 

  
  
    
  


  rgba(248, 241, 232, 1.0)

;
  }

  .footer--site-page .social-links__icon:hover {
    background-color: #1F1F1F;
  }

  
  
  

  /* Error Pages - Global */

  .error-page:before {
    font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  }

  /* System Pages - Global */

  .hs-search-results__title {
    font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    color: #000000;
  }

  .hs-search-results__title:hover {
    font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  }

  /* Forms in System Pages */

  #email-prefs-form h3 {
    font-family: 'Neue Haas Grotesk Text Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #8A6344;
    font-size: 16px;
    padding: 0px 0px;
  }

  #email-prefs-form,
  #email-prefs-form h1,
  #email-prefs-form h2 {
    color: #8A6344;
  }

  /* Password Prompt */

  .password-prompt input[type='password'] {
    margin-bottom: 1.5rem;
  }

  /* Backup Unsubscribe */

  .backup-unsubscribe input[type='email'] {
    margin-bottom: 1.5rem;
    padding: 13px 20px !important;
  }

  
  
  

  /* Icon */

  body .icon svg {
    fill: #1F1F1F;
  }

  /* Pricing Table */

  body .price-block__header {
    background-color: #1F1F1F;
  }

  body .billing-selectors__pricing-option input[type='radio']:checked + label:before {
    border-color: #1F1F1F;
  }

  /* Image Module */

  /*   img {
  max-width: 100%;
} */

  /* Social Follow */

  body .social-links__icon svg {
    fill: #000000;
  }

  body .social-links__icon:hover svg {
    fill: #000000;
  }

  body .social-links__icon:hover {
    background-color: transparent;
  }

  /* Statististic */

  body .statistic__circle {
    background-color: #d0d0d0;
  }

  body .statistic__info {
    color: #000000;
  }

  body .statistic__bar,
  body .statistic__fill,
  body .statistic__fill {
    border-color: #1F1F1F;
  }

  body .statistic__circle:after {
    background-color: #FFF9F3
  }

  /* Testimonial Slider */

  body .tns-nav button {
    background-color: #d0d0d0;
  }

  body .tns-nav .tns-nav-active {
    background-color: #1F1F1F;
  }