:root {
  --hero-bg-color: #2a382c;
  --btn-bg-color: #ff8000;
  --text-highlight: #d7f1cb;
  --star-gold: #fbcb54;
  --btn-breathing-color: var(--btn-bg-color);
  --divider-color-set1: var(--hero-bg-color);
  --divider-color-set2: #fff;
  --divider-color-set3: #000;
  --check-icon-color: var(--text-highlight);
}
body {
  font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow Semi Condensed", sans-serif;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
h1, h2, h3, h4, h5, h6 {
  transform: scaleY(0.89);
  transform-origin: center;
  line-height: 1.3em;
}
h1 {
  font-size: 54px;
  font-weight: 600;
}
h2 {
  font-weight: 700;
  color: #000;
}

p, blockquote, ul, ol {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8em;
  color: #000;
  font-size: 1.25rem;
}
.container-wide {
  max-width: 1600px;
}
.star-gold {
  color: var(--star-gold);
}
.top-nav {
  background-color: #000;
}
.bot-nav {
  background-color: #fff;
}
.top-contact {
  display: flex;
  align-items: center;
  font-size: 27px;
  font-weight: 600;
  color: white;
  gap: 10px;
  justify-content: center;
}
.mgs-btn-main {
  background-color: var(--btn-bg-color);
  color: #fff;
  font-family: Barlow, Sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 13px 20px;
  border-radius: 15px;
  transition: all .5s;
}
.mgs-btn-main:hover {
  background-color: var(--btn-bg-color);
  color: #fff;
  text-decoration: underline;
}

.mgs-btn-main:hover .e-fas-long-arrow-alt-right {
  fill: #d3b574;
  transition: all .5s;
}
.top-banner1-container > *,
.top-banner2-container > * {
  width: 33.33%;
  text-align: center;
}

.hero-bg {
  background: var(--hero-bg-color);
}
.hero-bg h1 {
  max-width: 100%;
}
.text-highlight {
  color: var(--text-highlight);
}
.main-product-bg {
  background: #292929;
  background: linear-gradient(350deg,rgba(41, 41, 41, 1) 0%, rgba(79, 79, 79, 1) 50%, rgba(41, 41, 41, 1) 100%);
}
.list-icon li {
  padding-left: 25px;
  position: relative;
  display: flex;
}

.list-icon svg {
  position: absolute;
  left: 0;
  top: 7px;
}

.cta-breathing-btn {
  background-color: var(--btn-breathing-color);
  padding: 25px 50px;
  border-radius: 6px;
  font-size: 30px;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  text-decoration: none;
  animation: 2s infinite pulse;
  display: inline-block;
  text-shadow: 0 0 10px rgba(0, 0, 0, .89);
}

.cta-breathing-btn:hover {
  color: white;
  text-decoration: underline;
}

@keyframes pulse {
  0% {
      transform: scale(.9)
  }

  50% {
      transform: scale(1)
  }

  100% {
      transform: scale(.9)
  }
}

.site-footer {
  width: 100%;
  font-size: 18px;
  background-color: #fff;
}

.footer_list {
  width: 100%;
  text-align: center;
}

.footer_list ul {
  display: inline-block;
  margin-bottom: 15px;
}

.footer_list ul li {
  list-style: none;
  float: left;
  padding: 0 15px;
  font-style: normal;
  margin-bottom: 0;
  border-right: 1px solid #9a9a9a;
  line-height: 13px;
}

.footer_list ul li:last-child {
  border-right: 0px;
}

.site-footer .footer_list ul li a {
  color: #777;
  font-family: Roboto,sans-serif;
  font-size: 14px;
}

.site-footer .footer_list ul li a:hover {
  color: #8e9c85
}

.site-footer>.container .footer_list+p {
  font-family: Roboto, sans-serif;
  font-size: 1em;
  line-height: 1.6em;
  color: #adb5bd;
  text-align: center;
}

#faq-accordion .accordion-item {
  background: transparent;
  border: 4px solid var(--text-highlight);
  border-radius: 0px;
}
#faq-accordion .accordion-button {
  background: transparent;
  color: var(--text-highlight);
  box-shadow: none;
}
#faq-accordion h3 button {
  color: var(--text-highlight);
  padding: 30px;
  text-transform: uppercase;
}
#faq-accordion .accordion-body {
  padding: 0px 30px 30px;
}
#faq-accordion .accordion-body > * {
  color: #fff;
}
#faq-accordion .accordion-body p:last-child {
  margin-bottom: 0px;
  
}
#faq-accordion {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
#faq-accordion .accordion-button::after {
  width: 2.25rem;
  height: 2.25rem;
  background-size: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' fill='%23d7f1cb' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

@media (max-width: 767px) {
  .top-banner1-container > *:first-child {
    width: 90px;
  }
  .top-banner1-container > * {
    width: 100%;
    align-items: center;
    justify-content: end;
  }
  h1 {
      font-size: 2.2em;
  }
}