.template-front-support-index .questions {
  background: #fff !important;
  padding: 20px 0px;
}
.template-front-support-index .questions p {
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32.8185px;
  -webkit-text-decoration: none solid rgb(34, 34, 34);
          text-decoration: none solid rgb(34, 34, 34);
  color: rgb(34, 34, 34);
  margin-bottom: 20px;
}
.template-front-support-index .questions .title {
  text-align: center;
  font: normal normal 800 20px/25px Nunito;
  letter-spacing: 0px;
  color: #795548;
  text-transform: uppercase;
}
.template-front-support-index .questions .desc {
  font-size: 15px;
  text-align: center;
  letter-spacing: 0px;
}
.template-front-support-index .questions .not-found-desc {
  padding: 10px 0px 90px 0px;
  text-align: center;
}
.template-front-support-index .questions .question {
  margin-top: 15px;
  background: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
}
.template-front-support-index .questions .question header {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  font-family: Nunito, sans-serif;
  font-size: 19.89px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 32.8185px;
  -webkit-text-decoration: none solid rgb(34, 34, 34);
          text-decoration: none solid rgb(34, 34, 34);
  color: rgb(34, 34, 34);
}
.template-front-support-index .questions .question header img {
  transform: rotate(90deg);
  transition: 0.5s all;
}
.template-front-support-index .questions .question .content {
  transition: 0.2s all;
  max-height: 0;
  overflow: hidden;
}
.template-front-support-index .questions .question .content .text {
  padding: 0 20px 20px 20px;
}
.template-front-support-index .questions .question .content ul li {
  margin-left: 25px;
  list-style-image: url(/assets/front/images/check.svg);
  padding: 3px 0;
  font-size: 16px;
}
.template-front-support-index .questions .question:hover {
  cursor: pointer;
}
.template-front-support-index .questions .question .btn-download-row {
  display: grid;
  opacity: 0;
  transition: 0.3s all;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 0 auto;
  max-width: 350px;
  padding: 20px 0;
}
.template-front-support-index .questions .question.active {
  cursor: pointer;
  /*border: 2px solid #293038;*/
}
.template-front-support-index .questions .question.active .btn-download-row {
  opacity: 1;
  transition: 1s all;
}
.template-front-support-index .questions .question.active header {
  /*border-bottom: 2px solid #293038;*/
}
.template-front-support-index .questions .question.active header img {
  transform: rotate(180deg);
  transition: 0.5s all;
}
.template-front-support-index .questions .question.active .content {
  max-height: 100%;
  transition: 0.5s all;
}
@media (max-width: 800px) {
  .template-front-support-index .questions {
    padding: 40px 0;
  }
}
.template-front-support-index #disclaimer {
  text-align: center;
  padding: 0 0 50px 0;
  background: #EAEAEA;
  font-size: 12px;
}
.template-front-support-index #footer {
  font: normal normal normal 14px/19px Nunito;
  letter-spacing: 0px;
  color: #999999;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #CCCCCC;
  background: #EAEAEA;
}
.template-front-support-index .site-footer {
  position: relative;
  --header-height: 80px;
  min-height: var(--header-height);
  background: #EAEAEA 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px rgba(11, 75, 139, 0.2509803922);
  opacity: 1;
}
@media (max-width: 991px) {
  .template-front-support-index .site-footer {
    padding-top: 100px;
  }
}
.template-front-support-index .site-footer--anchor {
  position: absolute;
  bottom: 120px;
  right: 83px;
  width: 40px;
  height: 40px;
  border: 0;
  background: #a38c65;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 100px;
  opacity: 1;
  color: #ffffff;
  font-size: 30px;
}
@media (max-width: 991px) {
  .template-front-support-index .site-footer--anchor {
    top: -20px;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%);
  }
}
.template-front-support-index .site-footer--container {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .template-front-support-index .site-footer--container {
    padding: 0px 0 50px;
  }
}
.template-front-support-index .site-footer--container > header {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 60px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .template-front-support-index .site-footer--container > header {
    flex-direction: column;
    height: auto;
  }
}
.template-front-support-index .site-footer--container > header img {
  width: 200px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.template-front-support-index .site-footer--container > header .social {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding-left: 40px;
  margin-left: 40px;
}
@media (max-width: 991px) {
  .template-front-support-index .site-footer--container > header .social {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    margin-top: 55px;
    margin-bottom: 25px;
  }
}
.template-front-support-index .site-footer--container > header .social ul {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  list-style: none;
}
.template-front-support-index .site-footer--container > header .social ul li + li {
  margin-left: 26px;
}
.template-front-support-index .site-footer--container > header .social ul li a {
  font-size: 18px;
  color: rgb(163, 140, 101);
}
@media (max-width: 991px) {
  .template-front-support-index .site-footer--container > header .social ul li a {
    font-size: 30px;
  }
}
.template-front-support-index .site-footer--container > p {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 14px;
  line-height: 25px;
  color: rgb(255, 255, 255);
  opacity: 1;
}
@media (max-width: 991px) {
  .template-front-support-index .site-footer--container > p {
    font-size: 16px;
    line-height: 30px;
  }
}
.template-front-support-index .site-footer--container > nav {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-top: 45px;
}
@media (max-width: 400px) {
  .template-front-support-index .site-footer--container > nav {
    margin-top: 0px;
  }
}
.template-front-support-index .site-footer--container > nav ul {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  list-style: none;
}
.template-front-support-index .site-footer--container > nav ul li:first-of-type::before {
  display: none;
}
.template-front-support-index .site-footer--container > nav ul li::before {
  content: "/";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: rgb(153, 153, 153);
  padding: 0 10px;
}
.template-front-support-index .site-footer--container > nav ul li a {
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: rgb(153, 153, 153);
  opacity: 1;
  text-decoration: underline;
}
@media (max-width: 400px) {
  .template-front-support-index .site-footer--container > nav ul {
    flex-direction: column;
  }
  .template-front-support-index .site-footer--container > nav ul li::before {
    display: none;
  }
}
.template-front-support-index .site-footer--copytight {
  width: 100%;
  padding: 20px 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.template-front-support-index .site-footer--copytight > p {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: rgb(153, 153, 153);
  opacity: 1;
}
