body {
  margin: 0;
  padding: 0;
  font-family: Muli;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#main,
form#aspnetForm {
  max-width: 77.5rem;
  padding: 0 0.625rem;
}

.vb-landing {
  position: relative;
  z-index: 1;
}
.vb-landing .vb-ldg--scroll {
  overflow: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.vb-landing .vb-ldg--scroll::-webkit-scrollbar {
  display: none;
}
.vb-landing .vb-ldg--cta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border-radius: 0.3125rem;
  border: 1px solid #333;
  color: #333;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 0 0.625rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: border 250ms ease, color 250ms ease;
  transition: border 250ms ease, color 250ms ease;
  width: auto;
  z-index: 1;
}
.vb-landing .vb-ldg--cta::before {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  -webkit-transition: right 300ms ease;
  transition: right 300ms ease;
  width: 100%;
  z-index: -1;
}
.vb-landing .vb-ldg--cta:hover, .vb-landing .vb-ldg--cta:focus {
  color: #fff;
}
.vb-landing .vb-ldg--cta:hover::before, .vb-landing .vb-ldg--cta:focus::before {
  right: 0;
}
.vb-landing .vb-ldg--cta:focus {
  outline: none;
}
@media only screen and (min-width: 48rem) {
  .vb-landing .vb-ldg--mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .vb-landing .vb-ldg--desktop {
    display: none !important;
  }
}

.vb-ldg--head {
  background: #FAFAFA url("head.png") no-repeat left 17.375rem top 3.4375rem;
  height: 31.875rem;
  padding: 3.4375rem 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.vb-ldg--head::before, .vb-ldg--head::after {
  background: #FAFAFA;
  content: "";
  display: inline-block;
  position: absolute;
  height: 100%;
  top: 0;
  width: calc((100vw - 76.25rem) / 2);
}
.vb-ldg--head::before {
  left: 100%;
}
.vb-ldg--head::after {
  right: 100%;
}
.vb-ldg--head .vb-ldg--head-container {
  background: #fff;
  border-radius: 0.5rem;
  left: 0;
  max-width: 36.25rem;
  padding: 3.125rem 1.25rem 3.75rem;
  position: absolute;
  top: 5.625rem;
  width: 100%;
}
.vb-ldg--head .vb-ldg--head-container h1 {
  color: #333;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.8125rem;
  margin: 0 0 1.25rem;
  max-width: 25rem;
}
.vb-ldg--head .vb-ldg--head-container p {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  max-width: 31.5625rem;
}
.vb-ldg--head .vb-ldg--head-container p a {
  color: #333;
  font-size: 1rem;
}
@media only screen and (max-width: 59.375rem) {
  .vb-ldg--head {
    background: #FAFAFA url("head-tablet.png") no-repeat right top 3.4375rem;
    background-size: 33.875rem auto;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .vb-ldg--head {
    background: url("head-mobile.png") no-repeat center top;
    background-size: 20rem auto;
    height: 32.8125rem;
    margin-bottom: 4.0625rem;
    margin-top: 1.125rem;
  }
  .vb-ldg--head::before, .vb-ldg--head::after {
    display: none;
  }
  .vb-ldg--head .vb-ldg--head-container {
    border-radius: 0.5rem 0.5rem 0.5rem 0;
    left: 50%;
    max-width: 18.75rem;
    padding: 1.25rem 0.9375rem 0.625rem;
    top: 18.4375rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 1.25rem);
  }
  .vb-ldg--head .vb-ldg--head-container h1 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
  .vb-ldg--head .vb-ldg--head-container h2 {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
  .vb-ldg--head .vb-ldg--head-container p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.vb-ldg--nav-title {
  padding-top: 2.5rem;
}
.vb-ldg--nav-title h2 {
  font-size: 1.25rem;
  margin-bottom: 1.875rem;
  text-align: center;
}
@media only screen and (max-width: 47.9375rem) {
  .vb-ldg--nav-title h2 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    margin: 0 auto 0.625rem;
    max-width: 13.75rem;
    padding: 1.25rem;
    position: relative;
    z-index: 1;
  }
  .vb-ldg--nav-title h2::before {
    background: url("nav-background.png") no-repeat center center;
    content: "";
    height: 3.75rem;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    z-index: -1;
  }
}

.vb-ldg--nav {
  background: #fff;
  padding: 0.625rem 0 1.25rem;
  position: sticky;
  top: 5.4375rem;
  width: 100%;
  z-index: 10;
}
.vb-ldg--nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0 4.0625rem;
}
.vb-ldg--nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  text-decoration: none;
}
.vb-ldg--nav ul li a .vb-ldg--nav-picture {
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.1875rem 0.375rem #00000029;
          box-shadow: 0 0.1875rem 0.375rem #00000029;
  height: 12.375rem;
  overflow: hidden;
  padding: 0.25rem;
  position: relative;
  width: 12.375rem;
}
.vb-ldg--nav ul li a .vb-ldg--nav-picture img {
  background: #f5f5f5;
  border-radius: 50%;
  height: 11.875rem;
  width: 11.875rem;
}
.vb-ldg--nav ul li a .vb-ldg--nav-picture::after {
  border: 2px solid transparent;
  border-radius: 50%;
  content: "";
  height: 12.125rem;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: border 0.1s linear;
  transition: border 0.1s linear;
  width: 12.125rem;
  z-index: 2;
}
.vb-ldg--nav ul li a .vb-ldg--nav-description {
  border-bottom: 0.1875rem solid transparent;
  color: #666;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4375rem;
  padding: 0.3125rem;
  -webkit-transition: color 0.1s linear, border 0.1s linear;
  transition: color 0.1s linear, border 0.1s linear;
}
.vb-ldg--nav ul li a:hover .vb-ldg--nav-picture::after, .vb-ldg--nav ul li a.current .vb-ldg--nav-picture::after {
  border-color: #7DBC8E;
}
.vb-ldg--nav ul li a:hover span, .vb-ldg--nav ul li a.current span {
  color: #333;
  border-bottom-color: #7DBC8E;
}
.vb-ldg--nav ul li:not(:last-child) {
  margin-right: 0.625rem;
}
@media only screen and (max-width: 47.9375rem) {
  .vb-ldg--nav {
    margin-left: -0.625rem;
    width: calc(100vw + 0.625rem);
  }
  .vb-ldg--nav ul {
    padding: 0 2.8125rem;
  }
  .vb-ldg--nav ul li {
    width: 8.4375rem;
    min-width: 8.4375rem;
  }
  .vb-ldg--nav ul li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .vb-ldg--nav ul li a .vb-ldg--nav-picture {
    height: 6.625rem;
    width: 6.625rem;
  }
  .vb-ldg--nav ul li a .vb-ldg--nav-picture img {
    height: 6.125rem;
    width: 6.125rem;
  }
  .vb-ldg--nav ul li a .vb-ldg--nav-picture::after {
    height: 6.375rem;
    width: 6.375rem;
  }
  .vb-ldg--nav ul li a .vb-ldg--nav-description {
    border-bottom: 0.125rem solid transparent;
    font-size: 0.875rem;
    line-height: 1rem;
    padding: 0.1875rem 0 0.5rem;
  }
  .vb-ldg--nav ul li a .vb-ldg--nav-description br {
    display: none;
  }
  .vb-ldg--nav ul li:not(:last-child) {
    margin-right: 1.5625rem;
  }
}

@media only screen and (max-width: 67.5rem) {
  body.fixed-nav.hidden-nav .vb-landing .vb-ldg--nav {
    top: 0;
  }
}
.vb-ldg-sections {
  margin-top: 2.5rem;
}
.vb-ldg-sections .vb-ldg-section {
  display: none;
}
.vb-ldg-sections[data-section=ldg-section-01] .vb-ldg-section#ldg-section-01 {
  display: block;
}
.vb-ldg-sections[data-section=ldg-section-02] .vb-ldg-section#ldg-section-02 {
  display: block;
}
.vb-ldg-sections[data-section=ldg-section-03] .vb-ldg-section#ldg-section-03 {
  display: block;
}
.vb-ldg-sections[data-section=ldg-section-04] .vb-ldg-section#ldg-section-04 {
  display: block;
}

.vb-ldg-section .vb-ldg-section--columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2.8125rem;
}
.vb-ldg-section .vb-ldg-section--columns .vb-ldg-section--column {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.33% - 1.625rem);
  max-width: 23.75rem;
}
.vb-ldg-section .vb-ldg-section--columns h3 {
  color: #7DBC8E;
  font-size: 1.625rem;
  line-height: 2rem;
  margin-bottom: 0.9375rem;
}
.vb-ldg-section .vb-ldg-section--columns p {
  color: #333;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0.625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.vb-ldg-section .vb-ldg-section--columns p a {
  color: #333;
  font-size: 1rem;
}
.vb-ldg-section .vb-ldg-section--columns .vb-ldg--cta {
  margin-bottom: 1.5625rem;
}
.vb-ldg-section .vb-ldg-section--columns picture {
  max-width: 100%;
}
.vb-ldg-section .vb-ldg-section--columns picture img {
  width: 100%;
}
.vb-ldg-section .vb-ldg-section--columns div[data-reco] {
  background: #FAFAFA;
  position: relative;
}
.vb-ldg-section .vb-ldg-section--columns div[data-reco] .resultslist,
.vb-ldg-section .vb-ldg-section--columns div[data-reco] .products {
  height: 100%;
  width: 100%;
}
.vb-ldg-section .vb-ldg-section--columns div[data-reco] .product {
  margin: 0;
  width: 100%;
}
.vb-ldg-section .vb-ldg-section--columns div[data-reco]::after {
  border: 0.1875rem solid #efefef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 58.75rem) {
  .vb-ldg-section .vb-ldg-section--columns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .vb-ldg-section .vb-ldg-section--columns .vb-ldg-section--column {
    margin: 0 0.9375rem 0.9375rem;
    width: calc(50% - 1.875rem);
    min-width: 18.75rem;
  }
  .vb-ldg-section .vb-ldg-section--columns div[data-reco] {
    min-height: 18.75rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .vb-ldg-section .vb-ldg-section--columns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
  .vb-ldg-section .vb-ldg-section--columns .vb-ldg-section--column {
    margin: 0 auto 0.9375rem;
    min-width: 18.75rem;
    width: 100%;
  }
  .vb-ldg-section .vb-ldg-section--columns .vb-ldg-section--column p {
    margin-bottom: 1.5625rem;
  }
}

.vb-ldg-section .vb-ldg-section--banner {
  background: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.8125rem 0 4.375rem;
  position: relative;
  z-index: 1;
}
.vb-ldg-section .vb-ldg-section--banner::before {
  background: #FAFAFA;
  content: "";
  display: inline-block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
.vb-ldg-section .vb-ldg-section--banner div {
  width: calc(50% - 1.25rem);
}
.vb-ldg-section .vb-ldg-section--banner div h3 {
  color: #7DBC8E;
  font-size: 1.625rem;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}
.vb-ldg-section .vb-ldg-section--banner div p {
  color: #333;
  font-size: 1rem;
  line-height: 1.25rem;
}
.vb-ldg-section .vb-ldg-section--banner picture {
  width: calc(50% - 1.25rem);
}
.vb-ldg-section .vb-ldg-section--banner picture img {
  width: 100%;
}
@media only screen and (max-width: 47.9375rem) {
  .vb-ldg-section .vb-ldg-section--banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vb-ldg-section .vb-ldg-section--banner div {
    margin-bottom: 1.25rem;
    width: 100%;
  }
  .vb-ldg-section .vb-ldg-section--banner picture {
    margin: 0 auto;
    max-width: 18.75rem;
    width: 100%;
  }
}

.vb-ldg-section .vb-ldg-section--banner-howto {
  background: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.8125rem 0 4.375rem;
  position: relative;
  z-index: 1;
}
.vb-ldg-section .vb-ldg-section--banner-howto::before {
  background: #FAFAFA;
  content: "";
  display: inline-block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
.vb-ldg-section .vb-ldg-section--banner-howto .vb-ldg-section--banner-visuels {
  background: #fff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0.25rem 0.625rem #0000000D;
          box-shadow: 0 0.25rem 0.625rem #0000000D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-right: 2.5rem;
  padding: 1.25rem;
  width: calc(50% - 1.25rem);
}
.vb-ldg-section .vb-ldg-section--banner-howto .vb-ldg-section--banner-visuels li {
  text-align: center;
}
.vb-ldg-section .vb-ldg-section--banner-howto .vb-ldg-section--banner-visuels li img {
  display: block;
  margin: 0 auto 0.625rem;
}
.vb-ldg-section .vb-ldg-section--banner-howto .vb-ldg-section--banner-visuels li span {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.vb-ldg-section .vb-ldg-section--banner-howto .vb-ldg-section--banner-visuels li span::before {
  content: "";
  display: inline-block;
  height: 1.25rem;
  margin-right: 0.625rem;
  vertical-align: bottom;
  width: 1.25rem;
}
.vb-ldg-section .vb-ldg-section--banner-howto .vb-ldg-section--banner-visuels li span.vb-ldg-section--banner-dont {
  color: #E2511E;
}
.vb-ldg-section .vb-ldg-section--banner-howto .vb-ldg-section--banner-visuels li span.vb-ldg-section--banner-dont::before {
  background: url("howto-dont.svg") no-repeat center center;
  background-size: 100% auto;
}
.vb-ldg-section .vb-ldg-section--banner-howto .vb-ldg-section--banner-visuels li span.vb-ldg-section--banner-do {
  color: #7DBC8E;
}
.vb-ldg-section .vb-ldg-section--banner-howto .vb-ldg-section--banner-visuels li span.vb-ldg-section--banner-do::before {
  background: url("howto-do.svg") no-repeat center center;
  background-size: 100% auto;
}
.vb-ldg-section .vb-ldg-section--banner-howto div {
  width: calc(50% - 1.25rem);
}
.vb-ldg-section .vb-ldg-section--banner-howto div h3 {
  color: #7DBC8E;
  font-size: 1.625rem;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}
.vb-ldg-section .vb-ldg-section--banner-howto div p {
  color: #333;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media only screen and (max-width: 47.9375rem) {
  .vb-ldg-section .vb-ldg-section--banner-howto {
    padding: 1.875rem 0 0.9375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .vb-ldg-section .vb-ldg-section--banner-howto div {
    width: 100%;
  }
  .vb-ldg-section .vb-ldg-section--banner-howto .vb-ldg-section--banner-visuels {
    margin: 1.25rem auto 0;
    max-width: 30rem;
    padding: 0.9375rem;
    width: 100%;
  }
  .vb-ldg-section .vb-ldg-section--banner-howto .vb-ldg-section--banner-visuels li {
    text-align: center;
  }
  .vb-ldg-section .vb-ldg-section--banner-howto .vb-ldg-section--banner-visuels li img {
    width: 8.125rem;
  }
  .vb-ldg-section .vb-ldg-section--banner-howto .vb-ldg-section--banner-visuels li span {
    font-size: 0.5rem;
    line-height: 0.9375rem;
  }
  .vb-ldg-section .vb-ldg-section--banner-howto .vb-ldg-section--banner-visuels li span::before {
    height: 0.9375rem;
    margin-right: 0.3125rem;
    width: 0.9375rem;
  }
}

.vb-ldg-section .vb-ldg-section--brands {
  padding: 3.4375rem 0 2.1875rem;
  text-align: center;
}
.vb-ldg-section .vb-ldg-section--brands h2 {
  color: #333;
  font-size: 1.625rem;
  line-height: 2.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  text-align: center;
}
.vb-ldg-section .vb-ldg-section--brands .vb-ldg--brands-items {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 5.625rem;
  margin: 0.625rem 0 1.5625rem;
  max-width: 100%;
  padding: 0.625rem 0;
}
.vb-ldg-section .vb-ldg-section--brands .vb-ldg--brands-items .vb-ldg--brands-item {
  background: #FFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-decoration: none;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
  width: 4.375rem;
  min-width: 4.375rem;
  height: 4.375rem;
  border: 2px solid #ededed;
  border-radius: 15px;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
  z-index: 9;
  overflow: hidden;
  margin: 0 0.625rem;
  -webkit-box-shadow: 0px 0px 14px 2px rgba(197, 197, 197, 0.5);
          box-shadow: 0px 0px 14px 2px rgba(197, 197, 197, 0.5);
}
.vb-ldg-section .vb-ldg-section--brands .vb-ldg--brands-items .vb-ldg--brands-item:hover {
  border: solid 2px #afca0a;
}
.vb-ldg-section .vb-ldg-section--brands .vb-ldg--brands-items .vb-ldg--brands-item img {
  max-width: 3.75rem;
}
@media only screen and (max-width: 47.9375rem) {
  .vb-ldg-section .vb-ldg-section--brands {
    padding: 2.1875rem 0 0.9375rem;
  }
}

.vb-ldg-section .vb-ldg-section--t2s .fieldset2 {
  border: 0;
  margin: 0;
  padding: 0;
}
.vb-ldg-section .vb-ldg-section--t2s .fieldset2 legend.legend {
  display: none;
}
.vb-ldg-section .vb-ldg-section--t2s .fieldset2 .product-content-container {
  background: transparent;
  margin: 0 auto;
  max-width: 62.5rem;
  position: relative;
}
.vb-ldg-section .vb-ldg-section--t2s .fieldset2 .product-content-container::before {
  background: #efefef;
  content: "";
  height: 9.6875rem;
  left: 50%;
  max-width: 100vw;
  position: absolute;
  top: 33%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 76.25rem;
}
.vb-ldg-section .vb-ldg-section--t2s .fieldset2 .product-content-container .product-content.t2s {
  max-width: 12rem;
}
.vb-ldg-section .vb-ldg-section--t2s .fieldset2 .product-content-container .product-content.t2s .pricecontainer.default .club-discount-picto {
  display: none !important;
}
@media only screen and (max-width: 47.9375rem) {
  .vb-ldg-section .vb-ldg-section--t2s .fieldset2 .product-content-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 100vw;
    overflow: auto;
  }
  .vb-ldg-section .vb-ldg-section--t2s .fieldset2 .product-content-container .product-content.t2s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 12rem;
  }
}

.vb-ldg-section .vb-ldg-section--zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.875rem;
}
.vb-ldg-section .vb-ldg-section--zoom h3 {
  color: #7DBC8E;
  font-size: 1.625rem;
  line-height: 2rem;
  margin-bottom: 0.9375rem;
  width: 100%;
}
.vb-ldg-section .vb-ldg-section--zoom .vb-ldg-section--video {
  width: calc(50% - 1.25rem);
}
.vb-ldg-section .vb-ldg-section--zoom .vb-ldg-section--video p {
  color: #333;
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 0.625rem;
}
.vb-ldg-section .vb-ldg-section--zoom .vb-ldg-section--video .vb-ldg-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.vb-ldg-section .vb-ldg-section--zoom .vb-ldg-section--video .vb-ldg-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 47.9375rem) {
  .vb-ldg-section .vb-ldg-section--zoom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vb-ldg-section .vb-ldg-section--zoom .vb-ldg-section--video {
    width: 100%;
    max-width: 36.875rem;
  }
  .vb-ldg-section .vb-ldg-section--zoom .vb-ldg-section--video:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
}

.vb-ldg--discover {
  margin: 3.125rem auto;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.vb-ldg--discover h2 {
  color: #333;
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 1.25rem;
  text-align: left;
}
.vb-ldg--discover ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.875rem;
}
.vb-ldg--discover ul li {
  background: #fff;
  border: 0.125rem solid #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.125rem 1.5rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.125rem 1.5rem rgba(0, 0, 0, 0.16);
  padding: 0 0 2.5rem;
  position: relative;
  margin: 0 1.25rem;
  max-width: 23.125rem;
  text-align: left;
  -webkit-transition: border 0.1s linear;
  transition: border 0.1s linear;
  width: 50%;
}
.vb-ldg--discover ul li:before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #7DBC8E;
  border-radius: 0 0.375rem 0.375rem 0;
  color: #fff;
  content: "Guide";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  height: 1.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: -0.125rem;
  position: absolute;
  text-transform: uppercase;
  top: 1.875rem;
  width: 4.0625rem;
}
.vb-ldg--discover ul li img {
  border-radius: 0.5rem 0.5rem 0 0;
  max-width: calc(100% + 0.25rem);
  margin: -0.125rem;
}
.vb-ldg--discover ul li strong {
  color: #4a4a4a;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 4.0625rem;
  padding: 0 0.625rem 0 1.875rem;
}
.vb-ldg--discover ul li p {
  color: #353535;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4em;
  padding: 0 0.625rem 0 1.875rem;
}
.vb-ldg--discover ul li p a {
  display: block;
  color: #7DBC8E;
  position: relative;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  z-index: 1;
}
.vb-ldg--discover ul li p a:hover {
  color: #98AF09;
}
.vb-ldg--discover ul li:hover {
  border: 0.125rem solid #7DBC8E;
}
.vb-ldg--discover ul li .vb-landing-corner {
  font-size: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.vb-ldg--discover > a {
  font-weight: 700;
  min-width: 15.625rem;
  text-align: center;
}
@media only screen and (max-width: 62.5rem) {
  .vb-ldg--discover ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
  .vb-ldg--discover ul li {
    margin-bottom: 1.875rem;
    width: calc(50% - 2.75rem);
  }
}
@media only screen and (max-width: 47.9375rem) {
  .vb-ldg--discover {
    margin-left: -0.625rem;
    width: 100vw;
  }
  .vb-ldg--discover h2 {
    font-size: 1.875rem;
    margin: 0 1.25rem 2.1875rem;
  }
}
@media only screen and (max-width: 30rem) {
  .vb-ldg--discover ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vb-ldg--discover ul li {
    width: calc(100% - 2.5rem);
    margin-bottom: 1.25rem;
    max-width: 20.9375rem;
  }
}