.container-wide {
  position: relative;
}

.section-classic {
  > h1 {
    font-weight: 600;
    font-size: 24px !important;
    /*line-height: 28px;*/
    line-height: normal !important;
    text-align: center;
    /*margin-top: 16px !important;*/
    margin-bottom: 16px !important;
    margin-left: auto;
    margin-right: auto;
    @media screen and (min-width: 768px) {
      font-size: 48px !important;
      /*line-height: 56px !important;*/
      /*margin-top: 84px !important;*/
      margin-bottom: 50px !important;
    }
  }
}
/*BVI H1 FAQ margin*/
.bvi-body {
  .section-classic {
    h1 {
      margin-top: 34px;
      max-width: 1600px;
    }
  }
}
.color-blue .faq-btn {
  background-color: #119ed9;
}
.color-brown .faq-btn {
  background-color: #d65a25;
}
.color-green .faq-btn {
  background-color: #bdcc25;
}

.color-blue .scroll-link {
  color: #119ed9;
}
.color-brown .scroll-link {
  color:#d65a25;
}
.color-green .scroll-link {
  color: #bdcc25;
}

.faq-btn a {
  color: white;
  text-decoration: none;
}
/*.faq-btn a {
 color: #FFFFFF !important;
 text-decoration: none !important;
 &:hover {
   color:inherit;
 }
}*/

ul:not(.faq-list) {
  padding-left: 16px !important;
  padding-right: 16px;
  @media screen and (min-width: 768px) {
    max-width: 880px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

ul:not(.faq-list) > li {
  display: block !important;
  padding-left: 0 !important;
  max-width: 880px !important;
  margin-left: auto;
  margin-right: auto;
  @media screen and (min-width: 768px) {
    padding-left: 0 !important;
  }
}

/* ul > li::before {
  margin-left: 0 !important;
} */

/* h2 {
  max-width: 902px !important;
  margin-left: auto;
  margin-right: auto;
}

p {
  max-width: 944px !important;
  margin-left: auto;
  margin-right: auto;
} */

/* .faq-list :where(li)  a {
  text-decoration: none !important;
  font-weight: 600;
  &:hover {
    text-decoration: underline !important;
  }
}

ul.faq-list > li {
  padding-left: 0 !important;
}
.faq-list li:not(:last-child) {
  margin-bottom: 8px !important;
  @media screen and (min-width: 768px) {
    margin-bottom: 19px !important;
  }
} */

.scroll-container {
  position: absolute;
  top: 0;
  right: 15px;
  height: 100%;
  z-index: 97;
}

/*to hide the button when page first loaded*/
.scroll-container:before {
  content: '';
  display: block;
  height: 100vh;
  pointer-events: none;
}

/*fixed to right bottom of page*/
.scroll-container a {
  position: sticky;
  top: 88vh;
  padding-right: 50px;
  cursor: pointer;
  @media screen and (max-width: 768px) {
    padding-right: 30px;
  }
}

.scroll-btn {
  display: block;
  width: 21px;
  height: 43px;
  /*background-repeat: no-repeat;*/
  /*object-fit: contain;*/
  @media screen and (min-width: 768px) {
    width: 30px;
    height: 50px;
    /*background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 320 512' fill='%23BDCC25' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath d='M177 255.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 351.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 425.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1zm-34-192L7 199.7c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l96.4-96.4 96.4 96.4c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9l-136-136c-9.2-9.4-24.4-9.4-33.8 0z'%3E%3C/path%3E%3C/svg%3E");*/
  }
}

/*.color-brown .scroll-btn {
 background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 320 512' fill='%23D65A25' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath d='M177 255.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 351.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 425.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1zm-34-192L7 199.7c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l96.4-96.4 96.4 96.4c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9l-136-136c-9.2-9.4-24.4-9.4-33.8 0z'%3E%3C/path%3E%3C/svg%3E")
}
.color-green .scroll-btn {
 background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 320 512' fill='%23BDCC25' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath d='M177 255.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 351.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 425.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1zm-34-192L7 199.7c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l96.4-96.4 96.4 96.4c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9l-136-136c-9.2-9.4-24.4-9.4-33.8 0z'%3E%3C/path%3E%3C/svg%3E")
}
.color-blue .scroll-btn {
 background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 320 512' fill='%23009FE3' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath d='M177 255.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 351.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 425.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1zm-34-192L7 199.7c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l96.4-96.4 96.4 96.4c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9l-136-136c-9.2-9.4-24.4-9.4-33.8 0z'%3E%3C/path%3E%3C/svg%3E")
}*/

.section-classic > h2.qa-h2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  padding-left: 0;
  margin-top: 22px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  @media screen and (min-width: 768px) {
    margin-top: 45px;
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 21px;
  }
}

.section-classic > h2.qa-h2:before {
  content: '';
  /*display: block;*/
  flex: none;
  height: 43px;
  width: 23px;
  background-size: contain;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 16px;
  margin-left: 0;
  @media screen and (min-width: 768px) {
    margin-left: 0;
    margin-right: 23px;
    margin-top: auto;
    margin-bottom: auto;
  }
}

.color-brown h2.qa-h2::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.4.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 87.6 156' style='enable-background:new 0 0 87.6 156;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23D65A25;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M40.8,116.8c-3.1,0.1-5.8-2.2-5.9-5.2l0,0c-0.4-8.1-0.2-14.3,0.4-19.1c0.7-5,1.7-8.9,3.1-12.1 c1.4-3,4.5-7.9,9.9-15.4c3.6-5,6.1-9.7,7.4-13.9c1.3-4.2,1.8-8.8,1.6-13.8c-0.3-6.3-2.2-11-5.9-14.5c-3.5-3.4-7.6-4.9-12.4-4.7 c-4.4,0.2-7.8,1.3-10.4,3.4c-1.8,1.4-2.7,2.6-3,3.4c0.3,0.3,0.8,0.7,1.6,1.3c5.6,3.8,8.6,8.4,8.8,13.7c0.2,4.5-1.2,8.6-4.2,11.8 c-3,3.3-7,5.1-11.7,5.3C14.7,57.3,9.8,55.3,6,51.4c-3.7-3.8-5.7-8.7-6-14.8c-0.4-9.1,3.4-17.4,11.5-24.8 C19.3,4.6,29.4,0.7,41.6,0.1C54.1-0.5,64.8,2.8,73.5,10c8.7,7.3,13.4,16.5,14,27.6c0.3,6.9-0.8,13.3-3.4,19.1 c-2,4.5-6.8,10.3-14.7,17.9c-11.7,11.2-15,16.2-15.9,18.2c-1.1,2.3-2.3,7.4-2,18l0,0c0.1,3-2.3,5.5-5.4,5.6L40.8,116.8z'/%3E%3Ccircle class='st0' cx='44.4' cy='141.9' r='14.1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.color-green h2.qa-h2::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.4.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 87.6 156' style='enable-background:new 0 0 87.6 156;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23BDCC25;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M40.8,116.8c-3.1,0.1-5.8-2.2-5.9-5.2l0,0c-0.4-8.1-0.2-14.3,0.4-19.1c0.7-5,1.7-8.9,3.1-12.1 c1.4-3,4.5-7.9,9.9-15.4c3.6-5,6.1-9.7,7.4-13.9c1.3-4.2,1.8-8.8,1.6-13.8c-0.3-6.3-2.2-11-5.9-14.5c-3.5-3.4-7.6-4.9-12.4-4.7 c-4.4,0.2-7.8,1.3-10.4,3.4c-1.8,1.4-2.7,2.6-3,3.4c0.3,0.3,0.8,0.7,1.6,1.3c5.6,3.8,8.6,8.4,8.8,13.7c0.2,4.5-1.2,8.6-4.2,11.8 c-3,3.3-7,5.1-11.7,5.3C14.7,57.3,9.8,55.3,6,51.4c-3.7-3.8-5.7-8.7-6-14.8c-0.4-9.1,3.4-17.4,11.5-24.8 C19.3,4.6,29.4,0.7,41.6,0.1C54.1-0.5,64.8,2.8,73.5,10c8.7,7.3,13.4,16.5,14,27.6c0.3,6.9-0.8,13.3-3.4,19.1 c-2,4.5-6.8,10.3-14.7,17.9c-11.7,11.2-15,16.2-15.9,18.2c-1.1,2.3-2.3,7.4-2,18l0,0c0.1,3-2.3,5.5-5.4,5.6L40.8,116.8z'/%3E%3Ccircle class='st0' cx='44.4' cy='141.9' r='14.1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.color-blue h2.qa-h2::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.4.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 87.6 156' style='enable-background:new 0 0 87.6 156;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23009FE3;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M40.8,116.8c-3.1,0.1-5.8-2.2-5.9-5.2l0,0c-0.4-8.1-0.2-14.3,0.4-19.1c0.7-5,1.7-8.9,3.1-12.1 c1.4-3,4.5-7.9,9.9-15.4c3.6-5,6.1-9.7,7.4-13.9c1.3-4.2,1.8-8.8,1.6-13.8c-0.3-6.3-2.2-11-5.9-14.5c-3.5-3.4-7.6-4.9-12.4-4.7 c-4.4,0.2-7.8,1.3-10.4,3.4c-1.8,1.4-2.7,2.6-3,3.4c0.3,0.3,0.8,0.7,1.6,1.3c5.6,3.8,8.6,8.4,8.8,13.7c0.2,4.5-1.2,8.6-4.2,11.8 c-3,3.3-7,5.1-11.7,5.3C14.7,57.3,9.8,55.3,6,51.4c-3.7-3.8-5.7-8.7-6-14.8c-0.4-9.1,3.4-17.4,11.5-24.8 C19.3,4.6,29.4,0.7,41.6,0.1C54.1-0.5,64.8,2.8,73.5,10c8.7,7.3,13.4,16.5,14,27.6c0.3,6.9-0.8,13.3-3.4,19.1 c-2,4.5-6.8,10.3-14.7,17.9c-11.7,11.2-15,16.2-15.9,18.2c-1.1,2.3-2.3,7.4-2,18l0,0c0.1,3-2.3,5.5-5.4,5.6L40.8,116.8z'/%3E%3Ccircle class='st0' cx='44.4' cy='141.9' r='14.1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
