body {
  background-color: #fafafa !important;
}
body #wrap {
  background-color: #fafafa !important;
}

#vb-faq {
  max-width: 90rem;
  margin: 0 auto;
}
#vb-faq * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Muli", sans-serif;
}
#vb-faq .vb-faq--content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1080px) {
  #vb-faq .vb-faq--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#vb-faq .vb-faq--head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("head.png") no-repeat center top;
  background-size: auto 15.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 15.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4.375rem;
}
#vb-faq .vb-faq--head h1 {
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: 300;
  line-height: 3.75rem;
  text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.161);
  text-align: center;
}
@media only screen and (max-width: 1080px) {
  #vb-faq .vb-faq--head {
    margin-bottom: 0.625rem;
    padding: 0.625rem;
  }
  #vb-faq .vb-faq--head h1 {
    font-size: 2.25rem;
    line-height: 2.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  #vb-faq .vb-faq--head h1 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
@media only screen and (max-width: 320px) {
  #vb-faq .vb-faq--head {
    background: url("head-mobile.png") no-repeat center center;
    background-size: 100% auto;
  }
}

#vb-faq .vb-faq--search {
  margin-top: 0.625rem;
  max-width: 46.5625rem;
  width: 100%;
}
#vb-faq .vb-faq--search .vb-faq--search-container {
  position: relative;
}
#vb-faq .vb-faq--search .vb-faq--search-container input[type=search] {
  border: none;
  border-radius: 1.5625rem;
  font-size: 1.125rem;
  height: 3.125rem;
  outline: none;
  overflow: hidden;
  padding: 0 4.375rem 0 1.8125rem;
  text-overflow: ellipsis;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  width: 100%;
}
#vb-faq .vb-faq--search .vb-faq--search-container input[type=search]::-webkit-input-placeholder {
  color: #2D2A29;
  font-size: 1.125rem;
  font-style: italic;
  opacity: 1;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
#vb-faq .vb-faq--search .vb-faq--search-container input[type=search]::-moz-placeholder {
  color: #2D2A29;
  font-size: 1.125rem;
  font-style: italic;
  opacity: 1;
  -moz-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
#vb-faq .vb-faq--search .vb-faq--search-container input[type=search]:-ms-input-placeholder {
  color: #2D2A29;
  font-size: 1.125rem;
  font-style: italic;
  opacity: 1;
  -ms-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
#vb-faq .vb-faq--search .vb-faq--search-container input[type=search]::-ms-input-placeholder {
  color: #2D2A29;
  font-size: 1.125rem;
  font-style: italic;
  opacity: 1;
  -ms-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
#vb-faq .vb-faq--search .vb-faq--search-container input[type=search]::placeholder {
  color: #2D2A29;
  font-size: 1.125rem;
  font-style: italic;
  opacity: 1;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
#vb-faq .vb-faq--search .vb-faq--search-container input[type=search]:focus::-webkit-input-placeholder {
  color: transparent;
}
#vb-faq .vb-faq--search .vb-faq--search-container input[type=search]:focus::-moz-placeholder {
  color: transparent;
}
#vb-faq .vb-faq--search .vb-faq--search-container input[type=search]:focus:-ms-input-placeholder {
  color: transparent;
}
#vb-faq .vb-faq--search .vb-faq--search-container input[type=search]:focus::-ms-input-placeholder {
  color: transparent;
}
#vb-faq .vb-faq--search .vb-faq--search-container input[type=search]:focus::placeholder {
  color: transparent;
}
#vb-faq .vb-faq--search .vb-faq--search-container input[type=submit] {
  background: #FFFFFF url("search.svg") no-repeat center center;
  background-size: 1.75rem;
  border: 0;
  border-radius: 1.5625rem;
  color: #FFFFFF;
  cursor: pointer;
  height: 3.125rem;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  width: 4.375rem;
}
#vb-faq .vb-faq--search .vb-faq--search-container .vb-faq--search-suggestions {
  background: #FFFFFF;
  border-radius: 0.3125rem;
  border: 1px solid #D5D5D5;
  left: 1.25rem;
  padding: 0 0.625rem;
  position: absolute;
  right: 1.25rem;
  top: 100%;
  z-index: 1;
}
#vb-faq .vb-faq--search .vb-faq--search-container .vb-faq--search-suggestions li {
  display: block;
}
#vb-faq .vb-faq--search .vb-faq--search-container .vb-faq--search-suggestions li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2D2A29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  min-height: 3.125rem;
  line-height: 1.125rem;
  padding: 0.6875rem 1.4375rem;
  text-decoration: none;
}
#vb-faq .vb-faq--search .vb-faq--search-container .vb-faq--search-suggestions li a:hover, #vb-faq .vb-faq--search .vb-faq--search-container .vb-faq--search-suggestions li a.current {
  color: #7DBC8E;
}
#vb-faq .vb-faq--search .vb-faq--search-container .vb-faq--search-suggestions li:not(:last-child) a {
  border-bottom: 0.0625rem solid #D5D5D5;
}
#vb-faq .vb-faq--search span {
  color: #FFFFFF;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 0.625rem;
  text-align: center;
  text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.161);
  width: 100%;
}
#vb-faq .vb-faq--search span u[data-search-example] {
  cursor: pointer;
}
#vb-faq .vb-faq--search span u[data-search-example]:focus, #vb-faq .vb-faq--search span u[data-search-example]:hover {
  color: #2D2A29;
}
@media only screen and (max-width: 1080px) {
  #vb-faq .vb-faq--search .vb-faq--search-container input[type=search] {
    padding: 0 5.625rem 0 1.125rem;
  }
  #vb-faq .vb-faq--search .vb-faq--search-container input[type=submit] {
    width: 4.125rem;
  }
  #vb-faq .vb-faq--search span {
    font-size: 0.875rem;
    text-align: left;
  }
}
@media only screen and (max-width: 1080px) {
  #vb-faq .vb-faq--search .vb-faq--search-container {
    position: relative;
  }
  #vb-faq .vb-faq--search .vb-faq--search-container input[type=search] {
    font-size: 0.875rem;
    padding: 0 4.0625rem 0 1.5625rem;
  }
  #vb-faq .vb-faq--search .vb-faq--search-container input[type=search]::-webkit-input-placeholder {
    font-size: 0.75rem;
  }
  #vb-faq .vb-faq--search .vb-faq--search-container input[type=search]::-moz-placeholder {
    font-size: 0.75rem;
  }
  #vb-faq .vb-faq--search .vb-faq--search-container input[type=search]:-ms-input-placeholder {
    font-size: 0.75rem;
  }
  #vb-faq .vb-faq--search .vb-faq--search-container input[type=search]::-ms-input-placeholder {
    font-size: 0.75rem;
  }
  #vb-faq .vb-faq--search .vb-faq--search-container input[type=search]::placeholder {
    font-size: 0.75rem;
  }
}

#vb-faq .vb-faq--content .vb-faq--menu {
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 1.25rem -0.125rem rgba(186, 186, 186, 0.5);
          box-shadow: 0 0 1.25rem -0.125rem rgba(186, 186, 186, 0.5);
  margin-right: 5.625rem;
  min-width: 17.1875rem;
  width: 17.1875rem;
}
#vb-faq .vb-faq--content .vb-faq--menu .vb-faq--menu-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border: 0.0625rem solid #D5D5D5;
  color: #2D2A29;
  cursor: pointer;
  display: none;
  font-size: 0.875rem;
  font-weight: 700;
  min-height: 3.75rem;
  padding: 0.6875rem 1.4375rem;
  position: relative;
  text-align: left;
  width: 100%;
}
#vb-faq .vb-faq--content .vb-faq--menu .vb-faq--menu-button::before {
  bottom: -0.0625rem;
  content: "";
  display: inline-block;
  height: 0.1875rem;
  left: 0;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
  position: absolute;
  width: 100%;
}
#vb-faq .vb-faq--content .vb-faq--menu .vb-faq--menu-button::after {
  content: "";
  border-bottom: 0.125rem solid #2D2A29;
  border-right: 0.125rem solid #2D2A29;
  display: inline-block;
  height: 0.5rem;
  position: absolute;
  right: 0.5625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  width: 0.5rem;
}
#vb-faq .vb-faq--content .vb-faq--menu .vb-faq--menu-button.is-answer::before {
  background: #7DBC8E;
}
#vb-faq .vb-faq--content .vb-faq--menu .vb-faq--nav-lvl1 {
  background: #FFFFFF;
}
#vb-faq .vb-faq--content .vb-faq--menu .vb-faq--nav-lvl1 > li {
  overflow: hidden;
  min-height: 3.75rem;
}
#vb-faq .vb-faq--content .vb-faq--menu .vb-faq--nav-lvl1 > li > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border-bottom: 0.0625rem solid #D5D5D5;
  color: #2D2A29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  height: 3.75rem;
  padding: 0 2.375rem 0 1.4375rem;
  position: relative;
  text-decoration: none;
}
#vb-faq .vb-faq--content .vb-faq--menu .vb-faq--nav-lvl1 > li > a::before {
  bottom: -0.0625rem;
  content: "";
  display: inline-block;
  height: 0.1875rem;
  left: 0;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
  position: absolute;
  width: 100%;
}
#vb-faq .vb-faq--content .vb-faq--menu .vb-faq--nav-lvl1 > li > a::after {
  content: "";
  border-bottom: 0.125rem solid #2D2A29;
  border-right: 0.125rem solid #2D2A29;
  display: inline-block;
  height: 0.5rem;
  position: absolute;
  right: 1.125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  width: 0.5rem;
}
#vb-faq .vb-faq--content .vb-faq--menu .vb-faq--nav-lvl1 > li > a:hover {
  color: #7DBC8E;
}
#vb-faq .vb-faq--content .vb-faq--menu .vb-faq--nav-lvl1 > li > a:hover::after {
  border-bottom: 0.125rem solid #7DBC8E;
  border-right: 0.125rem solid #7DBC8E;
}
#vb-faq .vb-faq--content .vb-faq--menu .vb-faq--nav-lvl1 > li .vb-faq--nav-lvl2 {
  background: #FAFAFA;
  margin-top: -625rem;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
#vb-faq .vb-faq--content .vb-faq--menu .vb-faq--nav-lvl1 > li .vb-faq--nav-lvl2 > li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.0625rem solid #D5D5D5;
  color: #2D2A29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  min-height: 3.75rem;
  line-height: 1.125rem;
  padding: 0.6875rem 1.4375rem;
  text-decoration: none;
}
#vb-faq .vb-faq--content .vb-faq--menu .vb-faq--nav-lvl1 > li .vb-faq--nav-lvl2 > li a:hover, #vb-faq .vb-faq--content .vb-faq--menu .vb-faq--nav-lvl1 > li .vb-faq--nav-lvl2 > li a.current {
  color: #7DBC8E;
}
#vb-faq .vb-faq--content .vb-faq--menu .vb-faq--nav-lvl1 > li.open > a {
  border-bottom: 0.0625rem solid #D5D5D5;
  color: #7DBC8E;
}
#vb-faq .vb-faq--content .vb-faq--menu .vb-faq--nav-lvl1 > li.open > a::before {
  background: #7DBC8E;
}
#vb-faq .vb-faq--content .vb-faq--menu .vb-faq--nav-lvl1 > li.open > a::after {
  border-bottom: 0.125rem solid #7DBC8E;
  border-right: 0.125rem solid #7DBC8E;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#vb-faq .vb-faq--content .vb-faq--menu .vb-faq--nav-lvl1 > li.open .vb-faq--nav-lvl2 {
  margin-top: 0 !important;
}
#vb-faq .vb-faq--content .vb-faq--menu .vb-faq--nav-lvl1 > li.no-transitions > a::before {
  -webkit-transition: background 0s linear;
  transition: background 0s linear;
}
#vb-faq .vb-faq--content .vb-faq--menu .vb-faq--nav-lvl1 > li.no-transitions > a::after {
  -webkit-transition: -webkit-transform 0s linear;
  transition: -webkit-transform 0s linear;
  transition: transform 0s linear;
  transition: transform 0s linear, -webkit-transform 0s linear;
}
#vb-faq .vb-faq--content .vb-faq--menu .vb-faq--nav-lvl1 > li.no-transitions .vb-faq--nav-lvl2 {
  -webkit-transition: all 0s ease-in;
  transition: all 0s ease-in;
}
@media only screen and (max-width: 1080px) {
  #vb-faq .vb-faq--content .vb-faq--menu {
    margin: 0 auto;
    padding: 0 0.625rem;
    width: 100%;
  }
  #vb-faq .vb-faq--content .vb-faq--menu .vb-faq--menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #vb-faq .vb-faq--content .vb-faq--menu .vb-faq--nav-lvl1 {
    border: 0.0625rem solid #D5D5D5;
    border-bottom: 0;
    overflow: hidden;
    -webkit-transition: height 0.25s ease-in;
    transition: height 0.25s ease-in;
    min-height: inherit;
  }
  #vb-faq .vb-faq--content .vb-faq--menu .vb-faq--nav-lvl1 > li.open > a::before {
    display: none;
  }
  #vb-faq .vb-faq--content .vb-faq--menu .vb-faq--nav-lvl1 > li.open .vb-faq--nav-lvl2 {
    display: block;
  }
  #vb-faq .vb-faq--content .vb-faq--menu:not(.open) .vb-faq--nav-lvl1 {
    height: 0rem;
  }
  #vb-faq .vb-faq--content .vb-faq--menu.open .vb-faq--menu-button {
    color: #7DBC8E;
  }
  #vb-faq .vb-faq--content .vb-faq--menu.open .vb-faq--menu-button::after {
    border-bottom: 0.125rem solid #7DBC8E;
    border-right: 0.125rem solid #7DBC8E;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  #vb-faq .vb-faq--content .vb-faq--menu.open .vb-faq--nav-lvl1 {
    height: 26.3125rem;
  }
  #vb-faq .vb-faq--content .vb-faq--menu.open .vb-faq--nav-lvl1.is-open {
    height: auto;
    overflow: auto;
  }
}

#vb-faq .vb-faq--content .vb-faq--answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 59.375rem;
  width: 100%;
}
#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answer {
  background: #FFFFFF;
  border: 0.0625rem solid #ddd;
  display: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0.9375rem 1.25rem 1.5625rem;
}
#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answer h2 {
  color: #2D2A29;
  font-size: 1.75rem;
  line-height: 2.1875rem;
  margin-bottom: 2.1875rem;
  margin-top: 0.625rem;
}
#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answer h3 {
  color: #2D2A29;
  font-size: 1.375rem;
  line-height: 1.8125rem;
  margin-bottom: 0.9375rem;
  margin-top: 0.625rem;
}
#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answer p {
  color: #2D2A29;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 2.1875rem;
}
#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answer p strong {
  font-weight: bold;
}
#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answer p a {
  color: #2D2A29;
  font-size: 1rem;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answer p a:hover {
  color: #7DBC8E;
}
#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answer p span.bullet {
  background: #7DBC8E;
  border-radius: 50%;
  display: inline-block;
  height: 0.5rem;
  margin-right: 0.3125rem;
  width: 0.5rem;
}
#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answer picture img {
  max-width: 100%;
  height: auto;
}
#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answer .vb-faq--nav-lvl3 {
  border-top: 0.0625rem solid #D5D5D5;
}
#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answer .vb-faq--nav-lvl3 li {
  border-bottom: 0.0625rem solid #D5D5D5;
  overflow: hidden;
}
#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answer .vb-faq--nav-lvl3 li > a {
  background: #FFFFFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2D2A29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  min-height: 3.75rem;
  line-height: 1.125rem;
  padding: 0.6875rem 1.4375rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answer .vb-faq--nav-lvl3 li > a::after {
  content: "";
  border-bottom: 0.125rem solid #2D2A29;
  border-right: 0.125rem solid #2D2A29;
  display: inline-block;
  height: 0.5rem;
  position: absolute;
  right: 0.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  width: 0.5rem;
}
#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answer .vb-faq--nav-lvl3 li > a:hover {
  color: #7DBC8E;
}
#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answer .vb-faq--nav-lvl3 li > a:hover::after {
  border-bottom: 0.125rem solid #7DBC8E;
  border-right: 0.125rem solid #7DBC8E;
}
#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answer .vb-faq--nav-lvl3 li div {
  display: none;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  padding: 0.6875rem 1.4375rem;
}
#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answer .vb-faq--nav-lvl3 li.open > a {
  font-weight: bold;
}
#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answer .vb-faq--nav-lvl3 li.open > a::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answer .vb-faq--nav-lvl3 li.open div {
  display: block;
  margin-top: 0 !important;
}
#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answer.open {
  display: block;
}
#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answer[data-answer=home] .vb-faq--faq.hidden {
  display: none;
}
#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answer[data-answer=home] .vb-faq--faq .vb-faq--nav-lvl3 a {
  padding-right: 2.5rem;
}
#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answer[data-answer=home] .vb-faq--faq .vb-faq--nav-lvl3 a::after {
  margin-right: 0.9375rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 1080px) {
  #vb-faq .vb-faq--content .vb-faq--answers {
    max-width: 100%;
    padding: 0.625rem;
    width: 100%;
  }
  #vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answer .vb-faq--nav-lvl3 li > a {
    line-height: 1.25rem;
    padding: 0.6875rem 1.4375rem 0.6875rem 0;
  }
  #vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answer .vb-faq--nav-lvl3 li div {
    display: none;
    padding: 0.6875rem 0;
  }
}

#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answers-summary {
  -ms-flex-item-align: start;
      align-self: flex-start;
  background: transparent;
  border: none;
  color: #2D2A29;
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.9375rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answers-summary::before {
  content: "<";
  margin-right: 0.3125rem;
}
#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answers-summary:focus, #vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answers-summary:hover {
  color: #7DBC8E;
}

#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--contact-us {
  background: #FAFAFA;
  color: #2D2A29;
  display: none;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 3.125rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 1.875rem 1.5625rem;
  text-decoration: none;
  width: 100%;
}
#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--contact-us u {
  color: #2D2A29;
  font-size: 1rem;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--contact-us u:hover {
  color: #7DBC8E;
}
@media only screen and (max-width: 1080px) {
  #vb-faq .vb-faq--content .vb-faq--answers .vb-faq--contact-us {
    margin-top: 1.5625rem;
    padding: 0.9375rem 0.625rem;
  }
}

#vb-faq .vb-faq--content .vb-faq--answers .vb-faq--answer:not([data-answer=home]).open ~ .vb-faq--contact-us {
  display: inline-block;
}

.vb-faq--delivery-date {
  border-spacing: 0;
  border: 0.0625rem solid #c0c0c0;
  margin: 0 auto;
  max-width: 54.375rem;
  width: 100%;
}
.vb-faq--delivery-date thead tr {
  border-bottom: 0.0625rem solid #c0c0c0;
}
.vb-faq--delivery-date thead tr th {
  color: #2D2A29;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.625rem 0.3125rem;
  text-align: center;
}
.vb-faq--delivery-date thead tr th:not(:last-child) {
  border-right: 0.0625rem solid #c0c0c0;
}
.vb-faq--delivery-date tbody tr td,
.vb-faq--delivery-date tbody tr th {
  border-top: 0.0625rem solid #c0c0c0;
  color: #2D2A29;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.3125rem 0.625rem;
  text-align: left;
}
.vb-faq--delivery-date tbody tr td {
  background: #f2f2f2;
  border-right: 0.0625rem solid #c0c0c0;
}
.vb-faq--delivery-date tbody tr th {
  background: #ebf1de;
}
@media only screen and (max-width: 47.9375rem) {
  .vb-faq--delivery-date thead tr th {
    font-size: 0.8125rem;
    padding: 0.3125rem 0.125rem;
  }
  .vb-faq--delivery-date tbody tr td,
.vb-faq--delivery-date tbody tr th {
    font-size: 0.6875rem;
    padding: 0.1875rem 0.3125rem;
  }
}