@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

html {
  font-size: 0.8rem;
}

@media (min-width: 576px) {
  html {
    font-size: 0.8rem;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 1rem;
  }
}

html.sr .reveal {
  visibility: hidden;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -moz-font-feature-settings: 'ss01' 1;
  -webkit-font-feature-settings: 'ss01' 1;
  font-feature-settings: 'ss01' 1;
}

.std-font-set {
  -moz-font-feature-settings: 'ss01' 0 !important;
  -webkit-font-feature-settings: 'ss01' 0 !important;
  font-feature-settings: 'ss01' 0 !important;
}

.vf-border-top-gray-200 {
  border-top: 1px #e6eaed solid;
}

.vf-border-bottom-gray-200 {
  border-bottom: 1px #e6eaed solid;
}

@font-face {
  font-family: "BEW";
  src: url("../fonts/BEW_Web-Regular.otf") format("opentype"), url("../fonts/BEW_Web-Regular.woff2") format("woff2"), url("../fonts/BEW_Web-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "BEW";
  src: url("../fonts/BEW_Web-RegularItalic.otf") format("opentype"), url("../fonts/BEW_Web-RegularItalic.woff2") format("woff2"), url("../fonts/BEW_Web-RegularItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "BEW";
  src: url("../fonts/BEW_Web-Medium.otf") format("opentype"), url("../fonts/BEW_Web-Medium.woff2") format("woff2"), url("../fonts/BEW_Web-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "BEW";
  src: url("../fonts/BEW_Web-MediumItalic.otf") format("opentype"), url("../fonts/BEW_Web-MediumItalic.woff2") format("woff2"), url("../fonts/BEW_Web-MediumItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "BEW";
  src: url("../fonts/BEW_Web-Medium.otf") format("opentype"), url("../fonts/BEW_Web-Medium.woff2") format("woff2"), url("../fonts/BEW_Web-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "BEW";
  src: url("../fonts/BEW_Web-MediumItalic.otf") format("opentype"), url("../fonts/BEW_Web-MediumItalic.woff2") format("woff2"), url("../fonts/BEW_Web-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "BEW Display";
  src: url("../fonts/BEW_Web-Bold.otf") format("opentype"), url("../fonts/BEW_Web-Bold.woff2") format("woff2"), url("../fonts/BEW_Web-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "BEW Bold";
  src: url("../fonts/BEW_Web-Bold.otf") format("opentype"), url("../fonts/BEW_Web-Bold.woff2") format("woff2"), url("../fonts/BEW_Web-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "BEW";
  src: url("../fonts/BEW_Web-BoldItalic.otf") format("opentype"), url("../fonts/BEW_Web-BoldItalic.woff2") format("woff2"), url("../fonts/BEW_Web-BoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "BEW";
  src: url("../fonts/BEW_Web-Bold.otf") format("opentype"), url("../fonts/BEW_Web-Bold.woff2") format("woff2"), url("../fonts/BEW_Web-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "BEW";
  src: url("../fonts/BEW_Web-BoldItalic.otf") format("opentype"), url("../fonts/BEW_Web-BoldItalic.woff2") format("woff2"), url("../fonts/BEW_Web-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

.vf-container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  clear: left;
}

@media (max-width: 767.98px) {
  .vf-container {
    padding-left: 21px;
    padding-right: 21px;
  }
}

@media (max-width: 991.98px) {
  .vf-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 576px) {
  .vf-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .vf-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .vf-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .vf-container {
    max-width: 1160px;
  }
}

@media (min-width: 576px) {
  .vf-container--tight {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .vf-container--tight {
    max-width: 600px;
  }
}

@media (min-width: 992px) {
  .vf-container--tight {
    max-width: 774px;
  }
}

@media (min-width: 1200px) {
  .vf-container--tight {
    max-width: 960px;
  }
}

.vf-container-bleed {
  margin-right: auto;
  margin-left: auto;
  max-width: 1680px;
}

@media (max-width: 767.98px) {
  .vf-container-bleed {
    padding-left: 0;
    padding-right: 0;
  }
}

.vf-container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767.98px) {
  .vf-container-fluid {
    padding-left: 21px;
    padding-right: 21px;
  }
}

@media (max-width: 991.98px) {
  .vf-container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.vf-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.vf-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.vf-no-gutters > .vf-col,
.vf-no-gutters > [class*="vf-col-"] {
  padding-right: 0;
  padding-left: 0;
}

.vf-col-1, .vf-col-2, .vf-col-3, .vf-col-4, .vf-col-5, .vf-col-6, .vf-col-7, .vf-col-8, .vf-col-9, .vf-col-10, .vf-col-11, .vf-col-12, .vf-col,
.vf-col-auto, .vf-col-sm-1, .vf-col-sm-2, .vf-col-sm-3, .vf-col-sm-4, .vf-col-sm-5, .vf-col-sm-6, .vf-col-sm-7, .vf-col-sm-8, .vf-col-sm-9, .vf-col-sm-10, .vf-col-sm-11, .vf-col-sm-12, .vf-col-sm,
.vf-col-sm-auto, .vf-col-md-1, .vf-col-md-2, .vf-col-md-3, .vf-col-md-4, .vf-col-md-5, .vf-col-md-6, .vf-col-md-7, .vf-col-md-8, .vf-col-md-9, .vf-col-md-10, .vf-col-md-11, .vf-col-md-12, .vf-col-md,
.vf-col-md-auto, .vf-col-lg-1, .vf-col-lg-2, .vf-col-lg-3, .vf-col-lg-4, .vf-col-lg-5, .vf-col-lg-6, .vf-col-lg-7, .vf-col-lg-8, .vf-col-lg-9, .vf-col-lg-10, .vf-col-lg-11, .vf-col-lg-12, .vf-col-lg,
.vf-col-lg-auto, .vf-col-xl-1, .vf-col-xl-2, .vf-col-xl-3, .vf-col-xl-4, .vf-col-xl-5, .vf-col-xl-6, .vf-col-xl-7, .vf-col-xl-8, .vf-col-xl-9, .vf-col-xl-10, .vf-col-xl-11, .vf-col-xl-12, .vf-col-xl,
.vf-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.vf-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.vf-col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.vf-col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.vf-col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.vf-col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.vf-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.vf-col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.vf-col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.vf-col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.vf-col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.vf-col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.vf-col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.vf-col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.vf-col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.vf-offset-1 {
  margin-left: 8.333333%;
}

.vf-offset-2 {
  margin-left: 16.666667%;
}

.vf-offset-3 {
  margin-left: 25%;
}

.vf-offset-4 {
  margin-left: 33.333333%;
}

.vf-offset-5 {
  margin-left: 41.666667%;
}

.vf-offset-6 {
  margin-left: 50%;
}

.vf-offset-7 {
  margin-left: 58.333333%;
}

.vf-offset-8 {
  margin-left: 66.666667%;
}

.vf-offset-9 {
  margin-left: 75%;
}

.vf-offset-10 {
  margin-left: 83.333333%;
}

.vf-offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .vf-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .vf-col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .vf-col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .vf-col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .vf-col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .vf-col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .vf-col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .vf-col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .vf-col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .vf-col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .vf-col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .vf-col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .vf-col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .vf-col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .vf-offset-sm-0 {
    margin-left: 0;
  }
  .vf-offset-sm-1 {
    margin-left: 8.333333%;
  }
  .vf-offset-sm-2 {
    margin-left: 16.666667%;
  }
  .vf-offset-sm-3 {
    margin-left: 25%;
  }
  .vf-offset-sm-4 {
    margin-left: 33.333333%;
  }
  .vf-offset-sm-5 {
    margin-left: 41.666667%;
  }
  .vf-offset-sm-6 {
    margin-left: 50%;
  }
  .vf-offset-sm-7 {
    margin-left: 58.333333%;
  }
  .vf-offset-sm-8 {
    margin-left: 66.666667%;
  }
  .vf-offset-sm-9 {
    margin-left: 75%;
  }
  .vf-offset-sm-10 {
    margin-left: 83.333333%;
  }
  .vf-offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .vf-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .vf-col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .vf-col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .vf-col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .vf-col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .vf-col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .vf-col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .vf-col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .vf-col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .vf-col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .vf-col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .vf-col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .vf-col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .vf-col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .vf-offset-md-0 {
    margin-left: 0;
  }
  .vf-offset-md-1 {
    margin-left: 8.333333%;
  }
  .vf-offset-md-2 {
    margin-left: 16.666667%;
  }
  .vf-offset-md-3 {
    margin-left: 25%;
  }
  .vf-offset-md-4 {
    margin-left: 33.333333%;
  }
  .vf-offset-md-5 {
    margin-left: 41.666667%;
  }
  .vf-offset-md-6 {
    margin-left: 50%;
  }
  .vf-offset-md-7 {
    margin-left: 58.333333%;
  }
  .vf-offset-md-8 {
    margin-left: 66.666667%;
  }
  .vf-offset-md-9 {
    margin-left: 75%;
  }
  .vf-offset-md-10 {
    margin-left: 83.333333%;
  }
  .vf-offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .vf-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .vf-col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .vf-col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .vf-col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .vf-col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .vf-col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .vf-col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .vf-col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .vf-col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .vf-col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .vf-col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .vf-col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .vf-col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .vf-col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .vf-offset-lg-0 {
    margin-left: 0;
  }
  .vf-offset-lg-1 {
    margin-left: 8.333333%;
  }
  .vf-offset-lg-2 {
    margin-left: 16.666667%;
  }
  .vf-offset-lg-3 {
    margin-left: 25%;
  }
  .vf-offset-lg-4 {
    margin-left: 33.333333%;
  }
  .vf-offset-lg-5 {
    margin-left: 41.666667%;
  }
  .vf-offset-lg-6 {
    margin-left: 50%;
  }
  .vf-offset-lg-7 {
    margin-left: 58.333333%;
  }
  .vf-offset-lg-8 {
    margin-left: 66.666667%;
  }
  .vf-offset-lg-9 {
    margin-left: 75%;
  }
  .vf-offset-lg-10 {
    margin-left: 83.333333%;
  }
  .vf-offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .vf-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .vf-col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .vf-col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .vf-col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .vf-col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .vf-col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .vf-col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .vf-col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .vf-col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .vf-col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .vf-col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .vf-col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .vf-col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .vf-col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .vf-offset-xl-0 {
    margin-left: 0;
  }
  .vf-offset-xl-1 {
    margin-left: 8.333333%;
  }
  .vf-offset-xl-2 {
    margin-left: 16.666667%;
  }
  .vf-offset-xl-3 {
    margin-left: 25%;
  }
  .vf-offset-xl-4 {
    margin-left: 33.333333%;
  }
  .vf-offset-xl-5 {
    margin-left: 41.666667%;
  }
  .vf-offset-xl-6 {
    margin-left: 50%;
  }
  .vf-offset-xl-7 {
    margin-left: 58.333333%;
  }
  .vf-offset-xl-8 {
    margin-left: 66.666667%;
  }
  .vf-offset-xl-9 {
    margin-left: 75%;
  }
  .vf-offset-xl-10 {
    margin-left: 83.333333%;
  }
  .vf-offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.vf-row--vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

h1, h2, h3, h4 {
  margin-bottom: 1rem;
  color: inherit;
}

h1 {
  font-family: "BEW Display", Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 44px;
  line-height: 48px;
}

@media (min-width: 576px) {
  h1 {
    font-size: 72px;
    line-height: 84px;
  }
}

h2 {
  font-family: "BEW Display", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.3px;
  line-height: 40px;
}

@media (min-width: 576px) {
  h2 {
    font-family: "BEW Display", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 52px;
    line-height: 72px;
    letter-spacing: -0.2px;
  }
}

h3 {
  font-family: "BEW Display", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.3px;
  line-height: 28px;
}

@media (min-width: 576px) {
  h3 {
    font-family: "BEW Display";
    font-weight: 600;
    font-size: 28px;
    line-height: 1.33;
    letter-spacing: -0.2px;
  }
}

h4 {
  font-family: "BEW Display";
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

@media (min-width: 576px) {
  h4 {
    font-family: "BEW Display";
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
  }
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.blockquote {
  margin-bottom: 2rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

p {
  font-family: "BEW", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  letter-spacing: -0.05px;
  line-height: 28px;
  font-weight: 300;
}

@media (min-width: 576px) {
  p {
    font-family: "BEW", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 36px;
  }
}

.vf-typo-primary {
  font-family: "BEW Display", Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 44px;
  line-height: 48px;
}

@media (min-width: 576px) {
  .vf-typo-primary {
    font-size: 72px;
    line-height: 84px;
  }
}

.vf-preamble {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 36px;
}

@media (min-width: 576px) {
  .vf-preamble {
    font-size: 24px;
    line-height: 40px;
  }
}

.vf-typo-primary {
  font-family: "BEW Display", Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-size: 44px;
  line-height: 48px;
}

@media (min-width: 576px) {
  .vf-typo-primary {
    font-size: 72px;
    line-height: 84px;
  }
}

.vf-typo-secondary {
  font-family: "BEW Display", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.3px;
  line-height: 40px;
}

@media (min-width: 576px) {
  .vf-typo-secondary {
    font-family: "BEW Display", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 52px;
    line-height: 72px;
    letter-spacing: -0.2px;
  }
}

.vf-typo-tetriary {
  font-family: "BEW Display", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.3px;
  line-height: 28px;
}

@media (min-width: 576px) {
  .vf-typo-tetriary {
    font-family: "BEW Display";
    font-weight: 600;
    font-size: 28px;
    line-height: 1.33;
    letter-spacing: -0.2px;
  }
}

.vf-typo-quaternary {
  font-family: "BEW Display";
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

@media (min-width: 576px) {
  .vf-typo-quaternary {
    font-family: "BEW Display";
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
  }
}

.vf-typo-p,
.vf-typo-p-primary {
  font-family: "BEW", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  letter-spacing: -0.05px;
  line-height: 28px;
  font-weight: normal;
}

@media (min-width: 576px) {
  .vf-typo-p,
  .vf-typo-p-primary {
    font-family: "BEW", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 36px;
  }
}

.vf-typo-p-secondary {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.1px;
}

@media (min-width: 576px) {
  .vf-typo-p-secondary {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.05px;
  }
}

.vf-intro-in-caps {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 22px;
}

@media (min-width: 576px) {
  .vf-intro-in-caps {
    font-size: 16px;
    line-height: 36px;
  }
}

.vf-intro-in-caps-small {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2px;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (max-width: 575.98px) {
  .vf-u--hidden {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .vf-u--sm-hidden {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .vf-u--md-hidden {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .vf-u--lg-hidden {
    display: none !important;
  }
}

.vf-u--xl-hidden {
  display: none !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.5rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.5rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.5rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.5rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.5rem !important;
}

.m-2 {
  margin: 1rem !important;
}

.mt-2,
.my-2 {
  margin-top: 1rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 1rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 1rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 1rem !important;
}

.m-3 {
  margin: 2rem !important;
}

.mt-3,
.my-3 {
  margin-top: 2rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 2rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 2rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 2rem !important;
}

.m-4 {
  margin: 3rem !important;
}

.mt-4,
.my-4 {
  margin-top: 3rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 3rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 3rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 3rem !important;
}

.m-5 {
  margin: 6rem !important;
}

.mt-5,
.my-5 {
  margin-top: 6rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 6rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 6rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 6rem !important;
}

.m-6 {
  margin: 8rem !important;
}

.mt-6,
.my-6 {
  margin-top: 8rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 8rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 8rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 8rem !important;
}

.m-7 {
  margin: 10rem !important;
}

.mt-7,
.my-7 {
  margin-top: 10rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 10rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 10rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 10rem !important;
}

.m-8 {
  margin: 12rem !important;
}

.mt-8,
.my-8 {
  margin-top: 12rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 12rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 12rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 12rem !important;
}

.m-9 {
  margin: 14rem !important;
}

.mt-9,
.my-9 {
  margin-top: 14rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 14rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 14rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 14rem !important;
}

.m-10 {
  margin: 16rem !important;
}

.mt-10,
.my-10 {
  margin-top: 16rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 16rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 16rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 16rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.5rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.5rem !important;
}

.pr-03 {
  padding-right: 0.3rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.5rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.5rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.5rem !important;
}

.p-2 {
  padding: 1rem !important;
}

.pt-2,
.py-2 {
  padding-top: 1rem !important;
}

.pr-2,
.px-2 {
  padding-right: 1rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 1rem !important;
}

.pl-2,
.px-2 {
  padding-left: 1rem !important;
}

.p-3 {
  padding: 2rem !important;
}

.pt-3,
.py-3 {
  padding-top: 2rem !important;
}

.pr-3,
.px-3 {
  padding-right: 2rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 2rem !important;
}

.pl-3,
.px-3 {
  padding-left: 2rem !important;
}

.p-4 {
  padding: 3rem !important;
}

.pt-4,
.py-4 {
  padding-top: 3rem !important;
}

.pr-4,
.px-4 {
  padding-right: 3rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 3rem !important;
}

.pl-4,
.px-4 {
  padding-left: 3rem !important;
}

.p-5 {
  padding: 6rem !important;
}

.pt-5,
.py-5 {
  padding-top: 6rem !important;
}

.pr-5,
.px-5 {
  padding-right: 6rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 6rem !important;
}

.pl-5,
.px-5 {
  padding-left: 6rem !important;
}

.p-6 {
  padding: 8rem !important;
}

.pt-6,
.py-6 {
  padding-top: 8rem !important;
}

.pr-6,
.px-6 {
  padding-right: 8rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 8rem !important;
}

.pl-6,
.px-6 {
  padding-left: 8rem !important;
}

.p-7 {
  padding: 10rem !important;
}

.pt-7,
.py-7 {
  padding-top: 10rem !important;
}

.pr-7,
.px-7 {
  padding-right: 10rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 10rem !important;
}

.pl-7,
.px-7 {
  padding-left: 10rem !important;
}

.p-8 {
  padding: 12rem !important;
}

.pt-8,
.py-8 {
  padding-top: 12rem !important;
}

.pr-8,
.px-8 {
  padding-right: 12rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 12rem !important;
}

.pl-8,
.px-8 {
  padding-left: 12rem !important;
}

.p-9 {
  padding: 14rem !important;
}

.pt-9,
.py-9 {
  padding-top: 14rem !important;
}

.pr-9,
.px-9 {
  padding-right: 14rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 14rem !important;
}

.pl-9,
.px-9 {
  padding-left: 14rem !important;
}

.p-10 {
  padding: 16rem !important;
}

.pt-10,
.py-10 {
  padding-top: 16rem !important;
}

.pr-10,
.px-10 {
  padding-right: 16rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 16rem !important;
}

.pl-10,
.px-10 {
  padding-left: 16rem !important;
}

.m-n1 {
  margin: -0.5rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.5rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.5rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.5rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.5rem !important;
}

.m-n2 {
  margin: -1rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -1rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -1rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -1rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -1rem !important;
}

.m-n3 {
  margin: -2rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -2rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -2rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -2rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -2rem !important;
}

.m-n4 {
  margin: -3rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -3rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -3rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -3rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -3rem !important;
}

.m-n5 {
  margin: -6rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -6rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -6rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -6rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -6rem !important;
}

.m-n6 {
  margin: -8rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -8rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -8rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -8rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -8rem !important;
}

.m-n7 {
  margin: -10rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -10rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -10rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -10rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -10rem !important;
}

.m-n8 {
  margin: -12rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -12rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -12rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -12rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -12rem !important;
}

.m-n9 {
  margin: -14rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -14rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -14rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -14rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -14rem !important;
}

.m-n10 {
  margin: -16rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -16rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -16rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -16rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -16rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.5rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.5rem !important;
  }
  .m-sm-2 {
    margin: 1rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1rem !important;
  }
  .m-sm-3 {
    margin: 2rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 2rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 2rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 2rem !important;
  }
  .m-sm-4 {
    margin: 3rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 3rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 3rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 3rem !important;
  }
  .m-sm-5 {
    margin: 6rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 6rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 6rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 6rem !important;
  }
  .m-sm-6 {
    margin: 8rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 8rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 8rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 8rem !important;
  }
  .m-sm-7 {
    margin: 10rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 10rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 10rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 10rem !important;
  }
  .m-sm-8 {
    margin: 12rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 12rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 12rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 12rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 12rem !important;
  }
  .m-sm-9 {
    margin: 14rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 14rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 14rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 14rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 14rem !important;
  }
  .m-sm-10 {
    margin: 16rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 16rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 16rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 16rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 16rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.5rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.5rem !important;
  }
  .p-sm-2 {
    padding: 1rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1rem !important;
  }
  .p-sm-3 {
    padding: 2rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 2rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 2rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 2rem !important;
  }
  .p-sm-4 {
    padding: 3rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 3rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 3rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 3rem !important;
  }
  .p-sm-5 {
    padding: 6rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 6rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 6rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 6rem !important;
  }
  .p-sm-6 {
    padding: 8rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 8rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 8rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 8rem !important;
  }
  .p-sm-7 {
    padding: 10rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 10rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 10rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 10rem !important;
  }
  .p-sm-8 {
    padding: 12rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 12rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 12rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 12rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 12rem !important;
  }
  .p-sm-9 {
    padding: 14rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 14rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 14rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 14rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 14rem !important;
  }
  .p-sm-10 {
    padding: 16rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 16rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 16rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 16rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 16rem !important;
  }
  .m-sm-n1 {
    margin: -0.5rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n2 {
    margin: -1rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -1rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -1rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -1rem !important;
  }
  .m-sm-n3 {
    margin: -2rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -2rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -2rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -2rem !important;
  }
  .m-sm-n4 {
    margin: -3rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -3rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -3rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -3rem !important;
  }
  .m-sm-n5 {
    margin: -6rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -6rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -6rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -6rem !important;
  }
  .m-sm-n6 {
    margin: -8rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -8rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -8rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -8rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -8rem !important;
  }
  .m-sm-n7 {
    margin: -10rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -10rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -10rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -10rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -10rem !important;
  }
  .m-sm-n8 {
    margin: -12rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -12rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -12rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -12rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -12rem !important;
  }
  .m-sm-n9 {
    margin: -14rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -14rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -14rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -14rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -14rem !important;
  }
  .m-sm-n10 {
    margin: -16rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -16rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -16rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -16rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -16rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.5rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.5rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.5rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.5rem !important;
  }
  .m-md-2 {
    margin: 1rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1rem !important;
  }
  .m-md-3 {
    margin: 2rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 2rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 2rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 2rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 2rem !important;
  }
  .m-md-4 {
    margin: 3rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 3rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 3rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 3rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 3rem !important;
  }
  .m-md-5 {
    margin: 6rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 6rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 6rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 6rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 6rem !important;
  }
  .m-md-6 {
    margin: 8rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 8rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 8rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 8rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 8rem !important;
  }
  .m-md-7 {
    margin: 10rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 10rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 10rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 10rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 10rem !important;
  }
  .m-md-8 {
    margin: 12rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 12rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 12rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 12rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 12rem !important;
  }
  .m-md-9 {
    margin: 14rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 14rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 14rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 14rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 14rem !important;
  }
  .m-md-10 {
    margin: 16rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 16rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 16rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 16rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 16rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.5rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.5rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.5rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.5rem !important;
  }
  .p-md-2 {
    padding: 1rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1rem !important;
  }
  .p-md-3 {
    padding: 2rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 2rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 2rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 2rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 2rem !important;
  }
  .p-md-4 {
    padding: 3rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 3rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 3rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 3rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 3rem !important;
  }
  .p-md-5 {
    padding: 6rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 6rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 6rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 6rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 6rem !important;
  }
  .p-md-6 {
    padding: 8rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 8rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 8rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 8rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 8rem !important;
  }
  .p-md-7 {
    padding: 10rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 10rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 10rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 10rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 10rem !important;
  }
  .p-md-8 {
    padding: 12rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 12rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 12rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 12rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 12rem !important;
  }
  .p-md-9 {
    padding: 14rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 14rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 14rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 14rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 14rem !important;
  }
  .p-md-10 {
    padding: 16rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 16rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 16rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 16rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 16rem !important;
  }
  .m-md-n1 {
    margin: -0.5rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.5rem !important;
  }
  .m-md-n2 {
    margin: -1rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -1rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -1rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -1rem !important;
  }
  .m-md-n3 {
    margin: -2rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -2rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -2rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -2rem !important;
  }
  .m-md-n4 {
    margin: -3rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -3rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -3rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -3rem !important;
  }
  .m-md-n5 {
    margin: -6rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -6rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -6rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -6rem !important;
  }
  .m-md-n6 {
    margin: -8rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -8rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -8rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -8rem !important;
  }
  .m-md-n7 {
    margin: -10rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -10rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -10rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -10rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -10rem !important;
  }
  .m-md-n8 {
    margin: -12rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -12rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -12rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -12rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -12rem !important;
  }
  .m-md-n9 {
    margin: -14rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -14rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -14rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -14rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -14rem !important;
  }
  .m-md-n10 {
    margin: -16rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -16rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -16rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -16rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -16rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.5rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.5rem !important;
  }
  .m-lg-2 {
    margin: 1rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1rem !important;
  }
  .m-lg-3 {
    margin: 2rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 2rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 2rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 2rem !important;
  }
  .m-lg-4 {
    margin: 3rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 3rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 3rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 3rem !important;
  }
  .m-lg-5 {
    margin: 6rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 6rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 6rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 6rem !important;
  }
  .m-lg-6 {
    margin: 8rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 8rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 8rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 8rem !important;
  }
  .m-lg-7 {
    margin: 10rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 10rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 10rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 10rem !important;
  }
  .m-lg-8 {
    margin: 12rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 12rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 12rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 12rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 12rem !important;
  }
  .m-lg-9 {
    margin: 14rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 14rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 14rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 14rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 14rem !important;
  }
  .m-lg-10 {
    margin: 16rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 16rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 16rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 16rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 16rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.5rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.5rem !important;
  }
  .p-lg-2 {
    padding: 1rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1rem !important;
  }
  .p-lg-3 {
    padding: 2rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 2rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 2rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 2rem !important;
  }
  .p-lg-4 {
    padding: 3rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 3rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 3rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 3rem !important;
  }
  .p-lg-5 {
    padding: 6rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 6rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 6rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 6rem !important;
  }
  .p-lg-6 {
    padding: 8rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 8rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 8rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 8rem !important;
  }
  .p-lg-7 {
    padding: 10rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 10rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 10rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 10rem !important;
  }
  .p-lg-8 {
    padding: 12rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 12rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 12rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 12rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 12rem !important;
  }
  .p-lg-9 {
    padding: 14rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 14rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 14rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 14rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 14rem !important;
  }
  .p-lg-10 {
    padding: 16rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 16rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 16rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 16rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 16rem !important;
  }
  .m-lg-n1 {
    margin: -0.5rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n2 {
    margin: -1rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -1rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -1rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -1rem !important;
  }
  .m-lg-n3 {
    margin: -2rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -2rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -2rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -2rem !important;
  }
  .m-lg-n4 {
    margin: -3rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -3rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -3rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -3rem !important;
  }
  .m-lg-n5 {
    margin: -6rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -6rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -6rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -6rem !important;
  }
  .m-lg-n6 {
    margin: -8rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -8rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -8rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -8rem !important;
  }
  .m-lg-n7 {
    margin: -10rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -10rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -10rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -10rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -10rem !important;
  }
  .m-lg-n8 {
    margin: -12rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -12rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -12rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -12rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -12rem !important;
  }
  .m-lg-n9 {
    margin: -14rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -14rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -14rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -14rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -14rem !important;
  }
  .m-lg-n10 {
    margin: -16rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -16rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -16rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -16rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -16rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.5rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.5rem !important;
  }
  .m-xl-2 {
    margin: 1rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1rem !important;
  }
  .m-xl-3 {
    margin: 2rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 2rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 2rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 2rem !important;
  }
  .m-xl-4 {
    margin: 3rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 3rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 3rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 3rem !important;
  }
  .m-xl-5 {
    margin: 6rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 6rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 6rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 6rem !important;
  }
  .m-xl-6 {
    margin: 8rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 8rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 8rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 8rem !important;
  }
  .m-xl-7 {
    margin: 10rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 10rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 10rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 10rem !important;
  }
  .m-xl-8 {
    margin: 12rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 12rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 12rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 12rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 12rem !important;
  }
  .m-xl-9 {
    margin: 14rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 14rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 14rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 14rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 14rem !important;
  }
  .m-xl-10 {
    margin: 16rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 16rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 16rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 16rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 16rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.5rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.5rem !important;
  }
  .p-xl-2 {
    padding: 1rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1rem !important;
  }
  .p-xl-3 {
    padding: 2rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 2rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 2rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 2rem !important;
  }
  .p-xl-4 {
    padding: 3rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 3rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 3rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 3rem !important;
  }
  .p-xl-5 {
    padding: 6rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 6rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 6rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 6rem !important;
  }
  .p-xl-6 {
    padding: 8rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 8rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 8rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 8rem !important;
  }
  .p-xl-7 {
    padding: 10rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 10rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 10rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 10rem !important;
  }
  .p-xl-8 {
    padding: 12rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 12rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 12rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 12rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 12rem !important;
  }
  .p-xl-9 {
    padding: 14rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 14rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 14rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 14rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 14rem !important;
  }
  .p-xl-10 {
    padding: 16rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 16rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 16rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 16rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 16rem !important;
  }
  .m-xl-n1 {
    margin: -0.5rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n2 {
    margin: -1rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -1rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -1rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -1rem !important;
  }
  .m-xl-n3 {
    margin: -2rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -2rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -2rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -2rem !important;
  }
  .m-xl-n4 {
    margin: -3rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -3rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -3rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -3rem !important;
  }
  .m-xl-n5 {
    margin: -6rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -6rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -6rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -6rem !important;
  }
  .m-xl-n6 {
    margin: -8rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -8rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -8rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -8rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -8rem !important;
  }
  .m-xl-n7 {
    margin: -10rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -10rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -10rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -10rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -10rem !important;
  }
  .m-xl-n8 {
    margin: -12rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -12rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -12rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -12rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -12rem !important;
  }
  .m-xl-n9 {
    margin: -14rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -14rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -14rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -14rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -14rem !important;
  }
  .m-xl-n10 {
    margin: -16rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -16rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -16rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -16rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -16rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.mt-grid-gutter {
  margin-top: 24px !important;
}

.mb-grid-gutter {
  margin-bottom: 24px !important;
}

.ml-grid-gutter {
  margin-left: 24px !important;
}

.mr-grid-gutter {
  margin-right: 24px !important;
}

.mx-grid-gutter {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.my-grid-gutter {
  margin-top: 24px !important;
  margin-left: 24px !important;
}

.vf-m-0 {
  margin: 0 !important;
}

.vf-mt-0,
.vf-my-0 {
  margin-top: 0 !important;
}

.vf-mr-0,
.vf-mx-0 {
  margin-right: 0 !important;
}

.vf-mb-0,
.vf-my-0 {
  margin-bottom: 0 !important;
}

.vf-ml-0,
.vf-mx-0 {
  margin-left: 0 !important;
}

.vf-m-sm {
  margin: 28px !important;
}

.vf-mt-sm,
.vf-my-sm {
  margin-top: 28px !important;
}

.vf-mr-sm,
.vf-mx-sm {
  margin-right: 28px !important;
}

.vf-mb-sm,
.vf-my-sm {
  margin-bottom: 28px !important;
}

.vf-ml-sm,
.vf-mx-sm {
  margin-left: 28px !important;
}

.vf-m-md {
  margin: 44px !important;
}

.vf-mt-md,
.vf-my-md {
  margin-top: 44px !important;
}

.vf-mr-md,
.vf-mx-md {
  margin-right: 44px !important;
}

.vf-mb-md,
.vf-my-md {
  margin-bottom: 44px !important;
}

.vf-ml-md,
.vf-mx-md {
  margin-left: 44px !important;
}

.vf-m-lg {
  margin: 56px !important;
}

.vf-mt-lg,
.vf-my-lg {
  margin-top: 56px !important;
}

.vf-mr-lg,
.vf-mx-lg {
  margin-right: 56px !important;
}

.vf-mb-lg,
.vf-my-lg {
  margin-bottom: 56px !important;
}

.vf-ml-lg,
.vf-mx-lg {
  margin-left: 56px !important;
}

.vf-m-xl {
  margin: 88px !important;
}

.vf-mt-xl,
.vf-my-xl {
  margin-top: 88px !important;
}

.vf-mr-xl,
.vf-mx-xl {
  margin-right: 88px !important;
}

.vf-mb-xl,
.vf-my-xl {
  margin-bottom: 88px !important;
}

.vf-ml-xl,
.vf-mx-xl {
  margin-left: 88px !important;
}

.vf-p-0 {
  padding: 0 !important;
}

.vf-pt-0,
.vf-py-0 {
  padding-top: 0 !important;
}

.vf-pr-0,
.vf-px-0 {
  padding-right: 0 !important;
}

.vf-pb-0,
.vf-py-0 {
  padding-bottom: 0 !important;
}

.vf-pl-0,
.vf-px-0 {
  padding-left: 0 !important;
}

.vf-p-sm {
  padding: 28px !important;
}

.vf-pt-sm,
.vf-py-sm {
  padding-top: 28px !important;
}

.vf-pr-sm,
.vf-px-sm {
  padding-right: 28px !important;
}

.vf-pb-sm,
.vf-py-sm {
  padding-bottom: 28px !important;
}

.vf-pl-sm,
.vf-px-sm {
  padding-left: 28px !important;
}

.vf-p-md {
  padding: 44px !important;
}

.vf-pt-md,
.vf-py-md {
  padding-top: 44px !important;
}

.vf-pr-md,
.vf-px-md {
  padding-right: 44px !important;
}

.vf-pb-md,
.vf-py-md {
  padding-bottom: 44px !important;
}

.vf-pl-md,
.vf-px-md {
  padding-left: 44px !important;
}

.vf-p-lg {
  padding: 56px !important;
}

.vf-pt-lg,
.vf-py-lg {
  padding-top: 56px !important;
}

.vf-pr-lg,
.vf-px-lg {
  padding-right: 56px !important;
}

.vf-pb-lg,
.vf-py-lg {
  padding-bottom: 56px !important;
}

.vf-pl-lg,
.vf-px-lg {
  padding-left: 56px !important;
}

.vf-p-xl {
  padding: 88px !important;
}

.vf-pt-xl,
.vf-py-xl {
  padding-top: 88px !important;
}

.vf-pr-xl,
.vf-px-xl {
  padding-right: 88px !important;
}

.vf-pb-xl,
.vf-py-xl {
  padding-bottom: 88px !important;
}

.vf-pl-xl,
.vf-px-xl {
  padding-left: 88px !important;
}

@media (min-width: 576px) {
  .vf-m-sm-0 {
    margin: 0 !important;
  }
  .vf-mt-sm-0,
  .vf-my-sm-0 {
    margin-top: 0 !important;
  }
  .vf-mr-sm-0,
  .vf-mx-sm-0 {
    margin-right: 0 !important;
  }
  .vf-mb-sm-0,
  .vf-my-sm-0 {
    margin-bottom: 0 !important;
  }
  .vf-ml-sm-0,
  .vf-mx-sm-0 {
    margin-left: 0 !important;
  }
  .vf-m-sm-sm {
    margin: 28px !important;
  }
  .vf-mt-sm-sm,
  .vf-my-sm-sm {
    margin-top: 28px !important;
  }
  .vf-mr-sm-sm,
  .vf-mx-sm-sm {
    margin-right: 28px !important;
  }
  .vf-mb-sm-sm,
  .vf-my-sm-sm {
    margin-bottom: 28px !important;
  }
  .vf-ml-sm-sm,
  .vf-mx-sm-sm {
    margin-left: 28px !important;
  }
  .vf-m-sm-md {
    margin: 44px !important;
  }
  .vf-mt-sm-md,
  .vf-my-sm-md {
    margin-top: 44px !important;
  }
  .vf-mr-sm-md,
  .vf-mx-sm-md {
    margin-right: 44px !important;
  }
  .vf-mb-sm-md,
  .vf-my-sm-md {
    margin-bottom: 44px !important;
  }
  .vf-ml-sm-md,
  .vf-mx-sm-md {
    margin-left: 44px !important;
  }
  .vf-m-sm-lg {
    margin: 56px !important;
  }
  .vf-mt-sm-lg,
  .vf-my-sm-lg {
    margin-top: 56px !important;
  }
  .vf-mr-sm-lg,
  .vf-mx-sm-lg {
    margin-right: 56px !important;
  }
  .vf-mb-sm-lg,
  .vf-my-sm-lg {
    margin-bottom: 56px !important;
  }
  .vf-ml-sm-lg,
  .vf-mx-sm-lg {
    margin-left: 56px !important;
  }
  .vf-m-sm-xl {
    margin: 88px !important;
  }
  .vf-mt-sm-xl,
  .vf-my-sm-xl {
    margin-top: 88px !important;
  }
  .vf-mr-sm-xl,
  .vf-mx-sm-xl {
    margin-right: 88px !important;
  }
  .vf-mb-sm-xl,
  .vf-my-sm-xl {
    margin-bottom: 88px !important;
  }
  .vf-ml-sm-xl,
  .vf-mx-sm-xl {
    margin-left: 88px !important;
  }
  .vf-p-sm-0 {
    padding: 0 !important;
  }
  .vf-pt-sm-0,
  .vf-py-sm-0 {
    padding-top: 0 !important;
  }
  .vf-pr-sm-0,
  .vf-px-sm-0 {
    padding-right: 0 !important;
  }
  .vf-pb-sm-0,
  .vf-py-sm-0 {
    padding-bottom: 0 !important;
  }
  .vf-pl-sm-0,
  .vf-px-sm-0 {
    padding-left: 0 !important;
  }
  .vf-p-sm-sm {
    padding: 28px !important;
  }
  .vf-pt-sm-sm,
  .vf-py-sm-sm {
    padding-top: 28px !important;
  }
  .vf-pr-sm-sm,
  .vf-px-sm-sm {
    padding-right: 28px !important;
  }
  .vf-pb-sm-sm,
  .vf-py-sm-sm {
    padding-bottom: 28px !important;
  }
  .vf-pl-sm-sm,
  .vf-px-sm-sm {
    padding-left: 28px !important;
  }
  .vf-p-sm-md {
    padding: 44px !important;
  }
  .vf-pt-sm-md,
  .vf-py-sm-md {
    padding-top: 44px !important;
  }
  .vf-pr-sm-md,
  .vf-px-sm-md {
    padding-right: 44px !important;
  }
  .vf-pb-sm-md,
  .vf-py-sm-md {
    padding-bottom: 44px !important;
  }
  .vf-pl-sm-md,
  .vf-px-sm-md {
    padding-left: 44px !important;
  }
  .vf-p-sm-lg {
    padding: 56px !important;
  }
  .vf-pt-sm-lg,
  .vf-py-sm-lg {
    padding-top: 56px !important;
  }
  .vf-pr-sm-lg,
  .vf-px-sm-lg {
    padding-right: 56px !important;
  }
  .vf-pb-sm-lg,
  .vf-py-sm-lg {
    padding-bottom: 56px !important;
  }
  .vf-pl-sm-lg,
  .vf-px-sm-lg {
    padding-left: 56px !important;
  }
  .vf-p-sm-xl {
    padding: 88px !important;
  }
  .vf-pt-sm-xl,
  .vf-py-sm-xl {
    padding-top: 88px !important;
  }
  .vf-pr-sm-xl,
  .vf-px-sm-xl {
    padding-right: 88px !important;
  }
  .vf-pb-sm-xl,
  .vf-py-sm-xl {
    padding-bottom: 88px !important;
  }
  .vf-pl-sm-xl,
  .vf-px-sm-xl {
    padding-left: 88px !important;
  }
}

@media (min-width: 768px) {
  .vf-m-md-0 {
    margin: 0 !important;
  }
  .vf-mt-md-0,
  .vf-my-md-0 {
    margin-top: 0 !important;
  }
  .vf-mr-md-0,
  .vf-mx-md-0 {
    margin-right: 0 !important;
  }
  .vf-mb-md-0,
  .vf-my-md-0 {
    margin-bottom: 0 !important;
  }
  .vf-ml-md-0,
  .vf-mx-md-0 {
    margin-left: 0 !important;
  }
  .vf-m-md-sm {
    margin: 28px !important;
  }
  .vf-mt-md-sm,
  .vf-my-md-sm {
    margin-top: 28px !important;
  }
  .vf-mr-md-sm,
  .vf-mx-md-sm {
    margin-right: 28px !important;
  }
  .vf-mb-md-sm,
  .vf-my-md-sm {
    margin-bottom: 28px !important;
  }
  .vf-ml-md-sm,
  .vf-mx-md-sm {
    margin-left: 28px !important;
  }
  .vf-m-md-md {
    margin: 44px !important;
  }
  .vf-mt-md-md,
  .vf-my-md-md {
    margin-top: 44px !important;
  }
  .vf-mr-md-md,
  .vf-mx-md-md {
    margin-right: 44px !important;
  }
  .vf-mb-md-md,
  .vf-my-md-md {
    margin-bottom: 44px !important;
  }
  .vf-ml-md-md,
  .vf-mx-md-md {
    margin-left: 44px !important;
  }
  .vf-m-md-lg {
    margin: 56px !important;
  }
  .vf-mt-md-lg,
  .vf-my-md-lg {
    margin-top: 56px !important;
  }
  .vf-mr-md-lg,
  .vf-mx-md-lg {
    margin-right: 56px !important;
  }
  .vf-mb-md-lg,
  .vf-my-md-lg {
    margin-bottom: 56px !important;
  }
  .vf-ml-md-lg,
  .vf-mx-md-lg {
    margin-left: 56px !important;
  }
  .vf-m-md-xl {
    margin: 88px !important;
  }
  .vf-mt-md-xl,
  .vf-my-md-xl {
    margin-top: 88px !important;
  }
  .vf-mr-md-xl,
  .vf-mx-md-xl {
    margin-right: 88px !important;
  }
  .vf-mb-md-xl,
  .vf-my-md-xl {
    margin-bottom: 88px !important;
  }
  .vf-ml-md-xl,
  .vf-mx-md-xl {
    margin-left: 88px !important;
  }
  .vf-p-md-0 {
    padding: 0 !important;
  }
  .vf-pt-md-0,
  .vf-py-md-0 {
    padding-top: 0 !important;
  }
  .vf-pr-md-0,
  .vf-px-md-0 {
    padding-right: 0 !important;
  }
  .vf-pb-md-0,
  .vf-py-md-0 {
    padding-bottom: 0 !important;
  }
  .vf-pl-md-0,
  .vf-px-md-0 {
    padding-left: 0 !important;
  }
  .vf-p-md-sm {
    padding: 28px !important;
  }
  .vf-pt-md-sm,
  .vf-py-md-sm {
    padding-top: 28px !important;
  }
  .vf-pr-md-sm,
  .vf-px-md-sm {
    padding-right: 28px !important;
  }
  .vf-pb-md-sm,
  .vf-py-md-sm {
    padding-bottom: 28px !important;
  }
  .vf-pl-md-sm,
  .vf-px-md-sm {
    padding-left: 28px !important;
  }
  .vf-p-md-md {
    padding: 44px !important;
  }
  .vf-pt-md-md,
  .vf-py-md-md {
    padding-top: 44px !important;
  }
  .vf-pr-md-md,
  .vf-px-md-md {
    padding-right: 44px !important;
  }
  .vf-pb-md-md,
  .vf-py-md-md {
    padding-bottom: 44px !important;
  }
  .vf-pl-md-md,
  .vf-px-md-md {
    padding-left: 44px !important;
  }
  .vf-p-md-lg {
    padding: 56px !important;
  }
  .vf-pt-md-lg,
  .vf-py-md-lg {
    padding-top: 56px !important;
  }
  .vf-pr-md-lg,
  .vf-px-md-lg {
    padding-right: 56px !important;
  }
  .vf-pb-md-lg,
  .vf-py-md-lg {
    padding-bottom: 56px !important;
  }
  .vf-pl-md-lg,
  .vf-px-md-lg {
    padding-left: 56px !important;
  }
  .vf-p-md-xl {
    padding: 88px !important;
  }
  .vf-pt-md-xl,
  .vf-py-md-xl {
    padding-top: 88px !important;
  }
  .vf-pr-md-xl,
  .vf-px-md-xl {
    padding-right: 88px !important;
  }
  .vf-pb-md-xl,
  .vf-py-md-xl {
    padding-bottom: 88px !important;
  }
  .vf-pl-md-xl,
  .vf-px-md-xl {
    padding-left: 88px !important;
  }
}

@media (min-width: 992px) {
  .vf-m-lg-0 {
    margin: 0 !important;
  }
  .vf-mt-lg-0,
  .vf-my-lg-0 {
    margin-top: 0 !important;
  }
  .vf-mr-lg-0,
  .vf-mx-lg-0 {
    margin-right: 0 !important;
  }
  .vf-mb-lg-0,
  .vf-my-lg-0 {
    margin-bottom: 0 !important;
  }
  .vf-ml-lg-0,
  .vf-mx-lg-0 {
    margin-left: 0 !important;
  }
  .vf-m-lg-sm {
    margin: 28px !important;
  }
  .vf-mt-lg-sm,
  .vf-my-lg-sm {
    margin-top: 28px !important;
  }
  .vf-mr-lg-sm,
  .vf-mx-lg-sm {
    margin-right: 28px !important;
  }
  .vf-mb-lg-sm,
  .vf-my-lg-sm {
    margin-bottom: 28px !important;
  }
  .vf-ml-lg-sm,
  .vf-mx-lg-sm {
    margin-left: 28px !important;
  }
  .vf-m-lg-md {
    margin: 44px !important;
  }
  .vf-mt-lg-md,
  .vf-my-lg-md {
    margin-top: 44px !important;
  }
  .vf-mr-lg-md,
  .vf-mx-lg-md {
    margin-right: 44px !important;
  }
  .vf-mb-lg-md,
  .vf-my-lg-md {
    margin-bottom: 44px !important;
  }
  .vf-ml-lg-md,
  .vf-mx-lg-md {
    margin-left: 44px !important;
  }
  .vf-m-lg-lg {
    margin: 56px !important;
  }
  .vf-mt-lg-lg,
  .vf-my-lg-lg {
    margin-top: 56px !important;
  }
  .vf-mr-lg-lg,
  .vf-mx-lg-lg {
    margin-right: 56px !important;
  }
  .vf-mb-lg-lg,
  .vf-my-lg-lg {
    margin-bottom: 56px !important;
  }
  .vf-ml-lg-lg,
  .vf-mx-lg-lg {
    margin-left: 56px !important;
  }
  .vf-m-lg-xl {
    margin: 88px !important;
  }
  .vf-mt-lg-xl,
  .vf-my-lg-xl {
    margin-top: 88px !important;
  }
  .vf-mr-lg-xl,
  .vf-mx-lg-xl {
    margin-right: 88px !important;
  }
  .vf-mb-lg-xl,
  .vf-my-lg-xl {
    margin-bottom: 88px !important;
  }
  .vf-ml-lg-xl,
  .vf-mx-lg-xl {
    margin-left: 88px !important;
  }
  .vf-p-lg-0 {
    padding: 0 !important;
  }
  .vf-pt-lg-0,
  .vf-py-lg-0 {
    padding-top: 0 !important;
  }
  .vf-pr-lg-0,
  .vf-px-lg-0 {
    padding-right: 0 !important;
  }
  .vf-pb-lg-0,
  .vf-py-lg-0 {
    padding-bottom: 0 !important;
  }
  .vf-pl-lg-0,
  .vf-px-lg-0 {
    padding-left: 0 !important;
  }
  .vf-p-lg-sm {
    padding: 28px !important;
  }
  .vf-pt-lg-sm,
  .vf-py-lg-sm {
    padding-top: 28px !important;
  }
  .vf-pr-lg-sm,
  .vf-px-lg-sm {
    padding-right: 28px !important;
  }
  .vf-pb-lg-sm,
  .vf-py-lg-sm {
    padding-bottom: 28px !important;
  }
  .vf-pl-lg-sm,
  .vf-px-lg-sm {
    padding-left: 28px !important;
  }
  .vf-p-lg-md {
    padding: 44px !important;
  }
  .vf-pt-lg-md,
  .vf-py-lg-md {
    padding-top: 44px !important;
  }
  .vf-pr-lg-md,
  .vf-px-lg-md {
    padding-right: 44px !important;
  }
  .vf-pb-lg-md,
  .vf-py-lg-md {
    padding-bottom: 44px !important;
  }
  .vf-pl-lg-md,
  .vf-px-lg-md {
    padding-left: 44px !important;
  }
  .vf-p-lg-lg {
    padding: 56px !important;
  }
  .vf-pt-lg-lg,
  .vf-py-lg-lg {
    padding-top: 56px !important;
  }
  .vf-pr-lg-lg,
  .vf-px-lg-lg {
    padding-right: 56px !important;
  }
  .vf-pb-lg-lg,
  .vf-py-lg-lg {
    padding-bottom: 56px !important;
  }
  .vf-pl-lg-lg,
  .vf-px-lg-lg {
    padding-left: 56px !important;
  }
  .vf-p-lg-xl {
    padding: 88px !important;
  }
  .vf-pt-lg-xl,
  .vf-py-lg-xl {
    padding-top: 88px !important;
  }
  .vf-pr-lg-xl,
  .vf-px-lg-xl {
    padding-right: 88px !important;
  }
  .vf-pb-lg-xl,
  .vf-py-lg-xl {
    padding-bottom: 88px !important;
  }
  .vf-pl-lg-xl,
  .vf-px-lg-xl {
    padding-left: 88px !important;
  }
}

@media (min-width: 1200px) {
  .vf-m-xl-0 {
    margin: 0 !important;
  }
  .vf-mt-xl-0,
  .vf-my-xl-0 {
    margin-top: 0 !important;
  }
  .vf-mr-xl-0,
  .vf-mx-xl-0 {
    margin-right: 0 !important;
  }
  .vf-mb-xl-0,
  .vf-my-xl-0 {
    margin-bottom: 0 !important;
  }
  .vf-ml-xl-0,
  .vf-mx-xl-0 {
    margin-left: 0 !important;
  }
  .vf-m-xl-sm {
    margin: 28px !important;
  }
  .vf-mt-xl-sm,
  .vf-my-xl-sm {
    margin-top: 28px !important;
  }
  .vf-mr-xl-sm,
  .vf-mx-xl-sm {
    margin-right: 28px !important;
  }
  .vf-mb-xl-sm,
  .vf-my-xl-sm {
    margin-bottom: 28px !important;
  }
  .vf-ml-xl-sm,
  .vf-mx-xl-sm {
    margin-left: 28px !important;
  }
  .vf-m-xl-md {
    margin: 44px !important;
  }
  .vf-mt-xl-md,
  .vf-my-xl-md {
    margin-top: 44px !important;
  }
  .vf-mr-xl-md,
  .vf-mx-xl-md {
    margin-right: 44px !important;
  }
  .vf-mb-xl-md,
  .vf-my-xl-md {
    margin-bottom: 44px !important;
  }
  .vf-ml-xl-md,
  .vf-mx-xl-md {
    margin-left: 44px !important;
  }
  .vf-m-xl-lg {
    margin: 56px !important;
  }
  .vf-mt-xl-lg,
  .vf-my-xl-lg {
    margin-top: 56px !important;
  }
  .vf-mr-xl-lg,
  .vf-mx-xl-lg {
    margin-right: 56px !important;
  }
  .vf-mb-xl-lg,
  .vf-my-xl-lg {
    margin-bottom: 56px !important;
  }
  .vf-ml-xl-lg,
  .vf-mx-xl-lg {
    margin-left: 56px !important;
  }
  .vf-m-xl-xl {
    margin: 88px !important;
  }
  .vf-mt-xl-xl,
  .vf-my-xl-xl {
    margin-top: 88px !important;
  }
  .vf-mr-xl-xl,
  .vf-mx-xl-xl {
    margin-right: 88px !important;
  }
  .vf-mb-xl-xl,
  .vf-my-xl-xl {
    margin-bottom: 88px !important;
  }
  .vf-ml-xl-xl,
  .vf-mx-xl-xl {
    margin-left: 88px !important;
  }
  .vf-p-xl-0 {
    padding: 0 !important;
  }
  .vf-pt-xl-0,
  .vf-py-xl-0 {
    padding-top: 0 !important;
  }
  .vf-pr-xl-0,
  .vf-px-xl-0 {
    padding-right: 0 !important;
  }
  .vf-pb-xl-0,
  .vf-py-xl-0 {
    padding-bottom: 0 !important;
  }
  .vf-pl-xl-0,
  .vf-px-xl-0 {
    padding-left: 0 !important;
  }
  .vf-p-xl-sm {
    padding: 28px !important;
  }
  .vf-pt-xl-sm,
  .vf-py-xl-sm {
    padding-top: 28px !important;
  }
  .vf-pr-xl-sm,
  .vf-px-xl-sm {
    padding-right: 28px !important;
  }
  .vf-pb-xl-sm,
  .vf-py-xl-sm {
    padding-bottom: 28px !important;
  }
  .vf-pl-xl-sm,
  .vf-px-xl-sm {
    padding-left: 28px !important;
  }
  .vf-p-xl-md {
    padding: 44px !important;
  }
  .vf-pt-xl-md,
  .vf-py-xl-md {
    padding-top: 44px !important;
  }
  .vf-pr-xl-md,
  .vf-px-xl-md {
    padding-right: 44px !important;
  }
  .vf-pb-xl-md,
  .vf-py-xl-md {
    padding-bottom: 44px !important;
  }
  .vf-pl-xl-md,
  .vf-px-xl-md {
    padding-left: 44px !important;
  }
  .vf-p-xl-lg {
    padding: 56px !important;
  }
  .vf-pt-xl-lg,
  .vf-py-xl-lg {
    padding-top: 56px !important;
  }
  .vf-pr-xl-lg,
  .vf-px-xl-lg {
    padding-right: 56px !important;
  }
  .vf-pb-xl-lg,
  .vf-py-xl-lg {
    padding-bottom: 56px !important;
  }
  .vf-pl-xl-lg,
  .vf-px-xl-lg {
    padding-left: 56px !important;
  }
  .vf-p-xl-xl {
    padding: 88px !important;
  }
  .vf-pt-xl-xl,
  .vf-py-xl-xl {
    padding-top: 88px !important;
  }
  .vf-pr-xl-xl,
  .vf-px-xl-xl {
    padding-right: 88px !important;
  }
  .vf-pb-xl-xl,
  .vf-py-xl-xl {
    padding-bottom: 88px !important;
  }
  .vf-pl-xl-xl,
  .vf-px-xl-xl {
    padding-left: 88px !important;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vf-vh-100 {
  height: 100vh;
}

.vf-vh-90 {
  height: 90vh;
}

.vf-vh-80 {
  height: 80vh;
}

.vf-vh-70 {
  height: 70vh;
}

.vf-vh-60 {
  height: 60vh;
}

.vf-vh-50 {
  height: 50vh;
}

.vf-btn {
  display: inline-block;
  font-weight: 500;
  font-family: "BEW";
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 9px 48px;
  font-size: 14px;
  line-height: 18px;
  border-radius: 20px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  min-width: 180px;
  position: relative;
}

@media screen and (prefers-reduced-motion: reduce) {
  .vf-btn {
    -webkit-transition: none;
    transition: none;
  }
}

.vf-btn:before {
  content: '\2192';
  position: absolute;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: translate(-220%, 0);
  transform: translate(-220%, 0);
  font-weight: normal;
  font-size: 20px;
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

.vf-btn:hover:before {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
  -webkit-transform: translate(-150%, 0);
  transform: translate(-150%, 0);
  opacity: 1;
}

.vf-btn:hover, .vf-btn:focus {
  color: #ffffff;
  text-decoration: none;
}

.vf-btn:focus, .vf-btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(114,104,152, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(114,104,152, 0.25);
}

.vf-btn.disabled, .vf-btn:disabled {
  opacity: 0.65;
}

.vf-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.vf-btn.disabled,
fieldset:disabled a.vf-btn {
  pointer-events: none;
}

.vf-btn--primary {
  color: #ffffff;
  background: #36286D;
}

.vf-btn--primary:hover {
  color: #ffffff;
  background: #726898;
}

.vf-btn--primary:focus, .vf-btn--primary.focus {
  background: #AEA9C4;
}

.vf-btn--primary.disabled, .vf-btn--primary:disabled {
  color: #767676;
  background-color: #EEEEEE;
}

.vf-btn--secondary {
  color: #222222;
  background: transparent;
  border: 2px #36286D solid;
}

.vf-btn--secondary:hover {
  color: #333333;
  background: transparent;
  border: 2px #726898 solid;
}

.vf-btn--secondary:focus, .vf-btn--secondary:active, .vf-btn--secondary.focus {
  color: #AEA9C4;
  background: transparent;
  border: 2px #AEA9C4 solid;
}

.vf-btn--secondary.disabled, .vf-btn--secondary:disabled {
  color: #767676;
  background-color: #EEEEEE;
}

.vf-btn--tertiary {
  color: #726898;
  background: transparent;
  border: 2px #726898 solid;
}

.vf-btn--tertiary:hover {
  color: #726898;
  background: transparent;
  border: 2px #726898 solid;
}

.vf-btn--tertiary:focus, .vf-btn--tertiary:active, .vf-btn--tertiary.focus {
  color: #AEA9C4;
  background: transparent;
  border: 2px #AEA9C4 solid;
}

.vf-btn--tertiary.disabled, .vf-btn--tertiary:disabled {
  color: #767676;
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}

.vf-btn--outline-secondary {
  color: #222222;
  background: transparent;
  border: 2px #36286D solid;
}

.vf-btn--outline-secondary:hover {
  color: #333333;
  background: transparent;
  border: 2px #726898 solid;
}

.vf-btn--outline-secondary:focus, .vf-btn--outline-secondary:active, .vf-btn--outline-secondary.focus {
  color: #AEA9C4;
  background: transparent;
  border: 2px #AEA9C4 solid;
}

.vf-btn--outline-secondary.disabled, .vf-btn--outline-secondary:disabled {
  color: #767676;
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}

.vf-btn--outline-dark {
  color: #222222;
  background: transparent;
  border: 2px #222222 solid;
}

.vf-btn--outline-dark:hover {
  color: white;
  background: #222222;
  border-color: #222222;
}

.vf-btn--outline-dark:focus, .vf-btn--outline-dark:active, .vf-btn--outline-dark.focus {
  color: white;
  background: #4E4B48;
  border-color: #4E4B48;
}

.vf-btn--outline-dark.disabled, .vf-btn--outline-dark:disabled {
  color: #767676;
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}

.vf-btn--lg {
  padding: 12px 48px;
  font-size: 18px;
  line-height: 24px;
  border-radius: 26px;
  min-width: 240px;
}

.vf-btn--lg:before {
  font-size: 24px;
  -webkit-transform: translate(-220%, 0);
  transform: translate(-220%, 0);
}

.vf-btn--lg:hover:before {
  -webkit-transform: translate(-150%, 0);
  transform: translate(-150%, 0);
}

.vf-link-with-arrow {
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  font-family: "BEW", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  letter-spacing: -0.05px;
  line-height: 28px;
  font-weight: normal;
  font-weight: 500;
  color: #36286D;
  padding-left: 35px;
}

@media (min-width: 576px) {
  .vf-link-with-arrow {
    font-family: "BEW", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 36px;
  }
}

.vf-link-with-arrow:before {
  content: '\2192';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 28px;
  font-weight: normal;
  color: #36286D;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

.vf-link-with-arrow:hover:before {
  color: #36286D;
  -webkit-transform: translate(40%, 0);
  transform: translate(40%, 0);
}

.vf-link-with-arrow:active:before {
  color: #726898;
}

.vf-link-with-arrow:hover {
  color: #36286D;
  text-decoration: none;
}

.vf-link-with-arrow:focus, .vf-link-with-arrow.focus {
  text-decoration: none;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.vf-link-with-arrow:disabled, .vf-link-with-arrow.disabled {
  color: #6c757d;
  pointer-events: none;
}

.vf-link-with-arrow:active {
  color: #1E324F;
  text-decoration: none;
}

.vf-link-with-arrow--small {
  font-size: 16px;
}

.vf-btn--block {
  display: block;
  width: 100%;
}

.vf-btn--block + .vf-btn--block {
  margin-top: 0.5rem;
}

input[type="submit"].vf-btn--block,
input[type="reset"].vf-btn--block,
input[type="button"].vf-btn--block {
  width: 100%;
}

.vf-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0px;
  margin-bottom: 50px;
}

.vf-card > hr {
  margin-right: 0;
  margin-left: 0;
}

.vf-card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.vf-card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

a.vf-card {
  -webkit-transition: -webkit-transform 230ms ease-in-out;
  transition: -webkit-transform 230ms ease-in-out;
  transition: transform 230ms ease-in-out;
  transition: transform 230ms ease-in-out, -webkit-transform 230ms ease-in-out;
}

a.vf-card:hover {
  text-decoration: none;
}

.vf-card__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0px;
  color: #222222;
}

.vf-card__title {
  margin-bottom: 1.5rem;
  text-align: center;
  color: #222222;
  font-family: "BEW Display";
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

@media (min-width: 576px) {
  .vf-card__title {
    font-family: "BEW Display";
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
  }
}

.vf-card__text {
  font-family: "BEW", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  letter-spacing: -0.05px;
  line-height: 28px;
  font-weight: normal;
  text-align: center;
}

.vf-card__text:last-child {
  margin-bottom: 0;
}

.vf-card__link:hover {
  text-decoration: none;
}

.vf-card__link + .vf-card__link {
  margin-left: 0px;
}

.vf-card__header {
  padding: 1.5rem 0px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}

.vf-card__header:first-child {
  border-radius: calc(0px - 0px) calc(0px - 0px) 0 0;
}

.vf-card__header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.vf-card__footer {
  padding: 1.5rem 0px;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0px solid rgba(0, 0, 0, 0.125);
}

.vf-card__footer:last-child {
  border-radius: 0 0 calc(0px - 0px) calc(0px - 0px);
}

.vf-card__header-tabs {
  margin-right: 0px;
  margin-bottom: -1.5rem;
  margin-left: 0px;
  border-bottom: 0;
}

.vf-card__header-pills {
  margin-right: 0px;
  margin-left: 0px;
}

.vf-card__img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.vf-card__img {
  width: 100%;
  border-radius: calc(0px - 0px);
}

.vf-card__img-top {
  width: 100%;
  margin-bottom: 1.5rem;
  border-top-left-radius: calc(0px - 0px);
  border-top-right-radius: calc(0px - 0px);
}

.vf-card__img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0px - 0px);
  border-bottom-left-radius: calc(0px - 0px);
}

.vf-card__img,
.vf-card__img-top,
.vf-card__img-bottom {
  overflow: hidden;
}

.vf-card__img img,
.vf-card__img-top img,
.vf-card__img-bottom img {
  width: 100%;
  -webkit-transition: -webkit-transform 1200ms ease;
  transition: -webkit-transform 1200ms ease;
  transition: transform 1200ms ease;
  transition: transform 1200ms ease, -webkit-transform 1200ms ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.vf-card:hover .vf-card__img img,
.vf-card:hover .vf-card__img-top img,
.vf-card:hover .vf-card__img-bottom img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.vf-footer {
  clear: left;
  padding-top: 44px;
  padding-bottom: 78px;
  background: #EAE9F0;
}

@media (min-width: 576px) {
  .vf-footer {
    padding-top: 76px;
    padding-bottom: 78px;
  }
}

.vf-footer a {
  color: #222222;
}

.vf-footer p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.1px;
}

@media (min-width: 576px) {
  .vf-footer p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.05px;
  }
}

.vf-footer h4 {
  font-family: "BEW", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  letter-spacing: -0.05px;
  line-height: 28px;
  font-weight: normal;
  font-weight: 500;
}

@media (min-width: 576px) {
  .vf-footer h4 {
    font-family: "BEW", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 36px;
  }
}

.vf-footer__nav-item {
  display: block;
  padding: 0.5rem 0;
  color: #222222;
  font-family: "BEW", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 20px;
  letter-spacing: 0.3px;
  line-height: 36px;
  font-weight: 500;
}

.vf-footer__social-links {
  text-align: right;
}

.vf-footer__social-links a {
  display: inline-block;
  text-decoration: none !important;
}

.vf-footer__social-link {
  width: 34px;
  margin: 0 0 14px 18px;
}

.vf-footer__social-link:hover {
  text-decoration: none;
}

.vf-footer__social-link:hover .vf-footer__social-link-hover-color {
  fill: #36286D;
}

@media (min-width: 576px) {
  .footer-about-vf-link {
    display: none;
  }
}

.vf-hero {
  position: relative;
  background: #69788C;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
  width: 100%;
  max-width: 1700px;
  border-left: 20px white solid;
  border-right: 20px white solid;
  height: 60vh;
}

@media (max-width: 991.98px) {
  .vf-hero {
    border-left: 30px white solid;
    border-right: 30px white solid;
  }
}

@media (max-width: 767.98px) {
  .vf-hero {
    font-size: 44px;
    height: 370px;
    min-height: 370px;
    border-left: 20px white solid;
    border-right: 20px white solid;
  }
}

.vf-hero__content {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.1px;
  color: white;
}

@media (min-width: 576px) {
  .vf-hero__content {
    font-family: "BEW", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 36px;
  }
}

.vf-hero__content a {
  color: white;
}

.vf-hero__headline {
  color: white;
  margin: 0 auto;
  max-width: 90%;
  padding-bottom: 10px;
}

@media (min-width: 576px) {
  .vf-hero__headline {
    padding-bottom: 32px;
  }
}

.vf-image-with-caption {
  background: #005C63;
  margin: 0 auto;
  padding-bottom: 35px;
}

@media (min-width: 768px) {
  .vf-image-with-caption {
    max-width: 600px;
  }
}

@media (min-width: 992px) {
  .vf-image-with-caption {
    max-width: 774px;
  }
}

@media (min-width: 1200px) {
  .vf-image-with-caption {
    max-width: 960px;
  }
}

.vf-image-with-caption__image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 252px;
}

@media (min-width: 576px) {
  .vf-image-with-caption__image {
    height: 436px;
  }
}

.vf-image-with-caption__image.vf-image-with-caption__image--full {
  -o-object-fit: contain;
  object-fit: contain;
  height: auto !important;
}

.vf-image-with-caption__caption {
  color: white;
  font-family: "BEW", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  letter-spacing: -0.05px;
  line-height: 28px;
  font-weight: normal;
  margin-top: 30px;
  margin-left: 21px;
  margin-right: 21px;
  margin-bottom: 0;
  position: relative;
}

@media (min-width: 576px) {
  .vf-image-with-caption__caption {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.05px;
    margin-left: 44px;
    margin-right: 44px;
    padding-left: 50px;
    border-left: 2px white solid;
  }
}

.vf-image-with-caption__share {
  position: absolute;
  top: -54px;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
  background: white;
  color: #222;
  font-size: 0;
  overflow: hidden;
  text-indent: 200px;
  line-height: 48px;
  text-align: center;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAxNiAyMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNMjEsMTQgTDI2LDEzLjk4OTQxOCBMMjYsMjggTDEwLDI4IEwxMC4wMDcwNTQ3LDEzLjk4OTQxOCBMMTUsMTMuOTg5NDE4IEwxNSwxNS45ODU4OTA3IEwxMi4wMDM1MjczLDE1Ljk4NTg5MDcgTDEyLjAwMzUyNzMsMjUuOTk2NDcyNyBMMjQuMDAzNTI3MywyNS45OTY0NzI3IEwyNC4wMDM1MjczLDE1Ljk4NTg5MDcgTDIxLDE1Ljk4NTg5MDcgTDIxLDE0IFogTTE3LjAwNTI5MSwxMS44MTY1Nzg1IEwxNS43MDcyMzEsMTMuMTA3NTgzOCBMMTQuMjk2Mjk2MywxMS42ODk1OTQ0IEwxOC4wMDcwNTQ3LDggTDIxLjcwMzcwMzcsMTEuNjc1NDg1IEwyMC4yOTI3NjksMTMuMDkzNDc0NCBMMTkuMDAxNzYzNywxMS44MDk1MjM4IEwxOS4wMDE3NjM3LDE5IEwxNy4wMDUyOTEsMTkgTDE3LjAwNTI5MSwxMS44MTY1Nzg1IFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iQnV0dG9uLS8tUm91bmQtLy1TbWFsbC0vLURlZmF1bHQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNi4wMDAwMDAsIC0xNC4wMDAwMDApIj4gICAgICAgICAgICA8ZyBpZD0iSWNvbi0vLVN5bWJvbC0vLVNoYXJlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2LjAwMDAwMCwgNi4wMDAwMDApIj4gICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPiAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4gICAgICAgICAgICAgICAgPC9tYXNrPiAgICAgICAgICAgICAgICA8dXNlIGlkPSJNYXNrIiBmaWxsPSIjMjIyMjIyIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgICAgICAgICA8ZyBpZD0iQ29sb3ItLy1QcmltYXJ5LS8tQmxhY2siIG1hc2s9InVybCgjbWFzay0yKSIgZmlsbD0iIzIyMjIyMiIgZmlsbC1ydWxlPSJub256ZXJvIj4gICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHg9IjAiIHk9IjAiIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiI+PC9yZWN0PiAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 576px) {
  .vf-image-with-caption__share {
    left: -23px;
  }
}

.vf-image-with-icon {
  background: #1E324F;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .vf-image-with-icon {
    max-width: 600px;
  }
}

@media (min-width: 992px) {
  .vf-image-with-icon {
    max-width: 774px;
  }
}

@media (min-width: 1200px) {
  .vf-image-with-icon {
    max-width: 960px;
  }
}

.vf-image-with-icon--dimmed:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vf-image-with-icon__image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  min-height: 360px;
}

.vf-image-with-icon__caption {
  color: white;
  font-family: "BEW", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  letter-spacing: -0.05px;
  line-height: 28px;
  font-weight: normal;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 96px;
  padding-bottom: 24px;
  padding-top: 24px;
}

@media (min-width: 576px) {
  .vf-image-with-icon__caption {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.05px;
  }
}

.vf-image-with-icon__icon {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
  background: white;
  color: #222;
  font-size: 0;
  overflow: hidden;
  text-indent: 200px;
  line-height: 48px;
  text-align: center;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAxNiAyMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNMjEsMTQgTDI2LDEzLjk4OTQxOCBMMjYsMjggTDEwLDI4IEwxMC4wMDcwNTQ3LDEzLjk4OTQxOCBMMTUsMTMuOTg5NDE4IEwxNSwxNS45ODU4OTA3IEwxMi4wMDM1MjczLDE1Ljk4NTg5MDcgTDEyLjAwMzUyNzMsMjUuOTk2NDcyNyBMMjQuMDAzNTI3MywyNS45OTY0NzI3IEwyNC4wMDM1MjczLDE1Ljk4NTg5MDcgTDIxLDE1Ljk4NTg5MDcgTDIxLDE0IFogTTE3LjAwNTI5MSwxMS44MTY1Nzg1IEwxNS43MDcyMzEsMTMuMTA3NTgzOCBMMTQuMjk2Mjk2MywxMS42ODk1OTQ0IEwxOC4wMDcwNTQ3LDggTDIxLjcwMzcwMzcsMTEuNjc1NDg1IEwyMC4yOTI3NjksMTMuMDkzNDc0NCBMMTkuMDAxNzYzNywxMS44MDk1MjM4IEwxOS4wMDE3NjM3LDE5IEwxNy4wMDUyOTEsMTkgTDE3LjAwNTI5MSwxMS44MTY1Nzg1IFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iQnV0dG9uLS8tUm91bmQtLy1TbWFsbC0vLURlZmF1bHQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNi4wMDAwMDAsIC0xNC4wMDAwMDApIj4gICAgICAgICAgICA8ZyBpZD0iSWNvbi0vLVN5bWJvbC0vLVNoYXJlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2LjAwMDAwMCwgNi4wMDAwMDApIj4gICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPiAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4gICAgICAgICAgICAgICAgPC9tYXNrPiAgICAgICAgICAgICAgICA8dXNlIGlkPSJNYXNrIiBmaWxsPSIjMjIyMjIyIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgICAgICAgICA8ZyBpZD0iQ29sb3ItLy1QcmltYXJ5LS8tQmxhY2siIG1hc2s9InVybCgjbWFzay0yKSIgZmlsbD0iIzIyMjIyMiIgZmlsbC1ydWxlPSJub256ZXJvIj4gICAgICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHg9IjAiIHk9IjAiIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiI+PC9yZWN0PiAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center center;
}

.vf-image-with-icon__description {
  color: white;
  display: block;
  line-height: 48px;
}

.vf-media-block {
  background: #EAE9F0;
  margin-right: auto;
  margin-left: auto;
  max-width: 1680px;
}

@media (max-width: 767.98px) {
  .vf-media-block {
    margin-top: 180px;
  }
}

@media (min-width: 768px) {
  .vf-media-block {
    max-height: 488px;
    margin-bottom: 188px;
  }
}

.vf-media-block__body {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 90px;
}

@media (max-width: 767.98px) {
  .vf-media-block__body {
    padding-left: 21px;
    padding-right: 21px;
  }
}

@media (max-width: 991.98px) {
  .vf-media-block__body {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 576px) {
  .vf-media-block__body {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .vf-media-block__body {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .vf-media-block__body {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .vf-media-block__body {
    max-width: 1160px;
  }
}

@media (min-width: 768px) {
  .vf-media-block__body {
    margin-top: 0;
  }
}

.vf-media-block__media {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-top: -90px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .vf-media-block__media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 0;
    padding-top: 88px;
  }
}

@media (min-width: 992px) {
  .vf-media-block__media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

.vf-media-block__media img {
  width: 100%;
}

.vf-media-block__content {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .vf-media-block__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding-right: 44px;
    padding-top: 88px;
  }
}

@media (min-width: 992px) {
  .vf-media-block__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 1200px) {
  .vf-media-block__content {
    padding-right: 110px;
  }
}

.vf-media-block__text, .vf-media-block__text p {
  font-family: "BEW", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  letter-spacing: -0.05px;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .vf-media-block__text, .vf-media-block__text p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.05px;
  }
}

.vf-media-block--reversed .vf-media-block__content {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
  padding-right: 0;
}

@media (min-width: 768px) {
  .vf-media-block--reversed .vf-media-block__content {
    padding-left: 44px;
  }
}

@media (min-width: 1200px) {
  .vf-media-block--reversed .vf-media-block__content {
    padding-left: 110px;
  }
}

.vf-file-list .vf-file-list__link:hover {
  color: #05131e;
}

.vf-linked-list-block {
  background: #EAE9F0;
  margin-right: auto;
  margin-left: auto;
  max-width: 1680px;
}

@media (max-width: 767.98px) {
  .vf-linked-list-block {
    margin-top: 180px;
  }
}

@media (min-width: 768px) {
  .vf-linked-list-block {
    margin-bottom: 188px;
  }
}

.vf-linked-list-block .vf-linked-list-block__body .vf-linked-list-block__content .vf-file-list .vf-file-list__link {
  font-family: "BEW", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  letter-spacing: -0.05px;
  line-height: 28px;
  font-weight: normal;
  font-weight: 500;
}

.vf-linked-list-block:not(.vf-linked-list-block--no-media) .vf-linked-list-block__body {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 90px;
}

@media (max-width: 767.98px) {
  .vf-linked-list-block:not(.vf-linked-list-block--no-media) .vf-linked-list-block__body {
    padding-left: 21px;
    padding-right: 21px;
  }
}

@media (max-width: 991.98px) {
  .vf-linked-list-block:not(.vf-linked-list-block--no-media) .vf-linked-list-block__body {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 576px) {
  .vf-linked-list-block:not(.vf-linked-list-block--no-media) .vf-linked-list-block__body {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .vf-linked-list-block:not(.vf-linked-list-block--no-media) .vf-linked-list-block__body {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .vf-linked-list-block:not(.vf-linked-list-block--no-media) .vf-linked-list-block__body {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .vf-linked-list-block:not(.vf-linked-list-block--no-media) .vf-linked-list-block__body {
    max-width: 1160px;
  }
}

@media (min-width: 768px) {
  .vf-linked-list-block:not(.vf-linked-list-block--no-media) .vf-linked-list-block__body {
    margin-top: 0;
  }
}

.vf-linked-list-block:not(.vf-linked-list-block--no-media) .vf-linked-list-block__body .vf-linked-list-block__media {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-top: -90px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .vf-linked-list-block:not(.vf-linked-list-block--no-media) .vf-linked-list-block__body .vf-linked-list-block__media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 0;
    padding-top: 88px;
  }
}

@media (min-width: 992px) {
  .vf-linked-list-block:not(.vf-linked-list-block--no-media) .vf-linked-list-block__body .vf-linked-list-block__media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.vf-linked-list-block:not(.vf-linked-list-block--no-media) .vf-linked-list-block__body .vf-linked-list-block__media img {
  width: 100%;
}

.vf-linked-list-block:not(.vf-linked-list-block--no-media) .vf-linked-list-block__body .vf-linked-list-block__content {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .vf-linked-list-block:not(.vf-linked-list-block--no-media) .vf-linked-list-block__body .vf-linked-list-block__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding-right: 44px;
    padding-top: 88px;
    padding-bottom: 88px;
  }
}

@media (min-width: 992px) {
  .vf-linked-list-block:not(.vf-linked-list-block--no-media) .vf-linked-list-block__body .vf-linked-list-block__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .vf-linked-list-block:not(.vf-linked-list-block--no-media) .vf-linked-list-block__body .vf-linked-list-block__content {
    padding-right: 110px;
  }
}

.vf-linked-list-block:not(.vf-linked-list-block--no-media) .vf-linked-list-block__body .vf-linked-list-block__content .vf-linked-list-block__text, .vf-linked-list-block:not(.vf-linked-list-block--no-media) .vf-linked-list-block__body .vf-linked-list-block__content .vf-linked-list-block__text p {
  font-family: "BEW", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  letter-spacing: -0.05px;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .vf-linked-list-block:not(.vf-linked-list-block--no-media) .vf-linked-list-block__body .vf-linked-list-block__content .vf-linked-list-block__text, .vf-linked-list-block:not(.vf-linked-list-block--no-media) .vf-linked-list-block__body .vf-linked-list-block__content .vf-linked-list-block__text p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.05px;
  }
}

@media (min-width: 768px) {
  .vf-linked-list-block:not(.vf-linked-list-block--no-media).vf-linked-list-block--reversed .vf-linked-list-block__content {
    padding-left: 44px !important;
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .vf-linked-list-block:not(.vf-linked-list-block--no-media).vf-linked-list-block--reversed .vf-linked-list-block__content {
    padding-left: 110px !important;
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    padding-right: 0 !important;
  }
}

.vf-linked-list-block.vf-linked-list-block--no-media .vf-linked-list-block__body .vf-linked-list-block__media {
  display: none;
}

.vf-linked-list-block.vf-linked-list-block--no-media .vf-linked-list-block__body .vf-linked-list-block__content {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .vf-linked-list-block.vf-linked-list-block--no-media .vf-linked-list-block__body .vf-linked-list-block__content {
    padding-left: 21px;
    padding-right: 21px;
  }
}

@media (max-width: 991.98px) {
  .vf-linked-list-block.vf-linked-list-block--no-media .vf-linked-list-block__body .vf-linked-list-block__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 576px) {
  .vf-linked-list-block.vf-linked-list-block--no-media .vf-linked-list-block__body .vf-linked-list-block__content {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .vf-linked-list-block.vf-linked-list-block--no-media .vf-linked-list-block__body .vf-linked-list-block__content {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .vf-linked-list-block.vf-linked-list-block--no-media .vf-linked-list-block__body .vf-linked-list-block__content {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .vf-linked-list-block.vf-linked-list-block--no-media .vf-linked-list-block__body .vf-linked-list-block__content {
    max-width: 1160px;
  }
}

.vf-linked-list-block.vf-linked-list-block--no-media .vf-linked-list-block__body .vf-linked-list-block__content .vf-linked-list-block__content-text {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 35px;
}

@media (min-width: 768px) {
  .vf-linked-list-block.vf-linked-list-block--no-media .vf-linked-list-block__body .vf-linked-list-block__content .vf-linked-list-block__content-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding-right: 44px;
    padding-top: 88px;
    padding-bottom: 88px;
  }
}

@media (min-width: 992px) {
  .vf-linked-list-block.vf-linked-list-block--no-media .vf-linked-list-block__body .vf-linked-list-block__content .vf-linked-list-block__content-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .vf-linked-list-block.vf-linked-list-block--no-media .vf-linked-list-block__body .vf-linked-list-block__content .vf-linked-list-block__content-text {
    padding-right: 110px;
  }
}

@media (min-width: 768px) {
  .vf-linked-list-block.vf-linked-list-block--no-media .vf-linked-list-block__body .vf-linked-list-block__content .vf-linked-list-block__content-text {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}

.vf-linked-list-block.vf-linked-list-block--no-media .vf-linked-list-block__body .vf-linked-list-block__content .vf-linked-list-block__content-list {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-top: -90px;
  padding-left: 0;
  padding-right: 0;
  padding: 0;
  margin-top: 0;
}

@media (min-width: 768px) {
  .vf-linked-list-block.vf-linked-list-block--no-media .vf-linked-list-block__body .vf-linked-list-block__content .vf-linked-list-block__content-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 0;
    padding-top: 88px;
  }
}

@media (min-width: 992px) {
  .vf-linked-list-block.vf-linked-list-block--no-media .vf-linked-list-block__body .vf-linked-list-block__content .vf-linked-list-block__content-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .vf-linked-list-block.vf-linked-list-block--no-media .vf-linked-list-block__body .vf-linked-list-block__content .vf-linked-list-block__content-list {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}

.vf-linked-list-block.vf-linked-list-block--no-media .vf-linked-list-block__body .vf-linked-list-block__content .vf-linked-list-block__content-list .vf-linked-list-block__text, .vf-linked-list-block.vf-linked-list-block--no-media .vf-linked-list-block__body .vf-linked-list-block__content .vf-linked-list-block__content-list .vf-linked-list-block__text p {
  font-family: "BEW", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  letter-spacing: -0.05px;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .vf-linked-list-block.vf-linked-list-block--no-media .vf-linked-list-block__body .vf-linked-list-block__content .vf-linked-list-block__content-list .vf-linked-list-block__text, .vf-linked-list-block.vf-linked-list-block--no-media .vf-linked-list-block__body .vf-linked-list-block__content .vf-linked-list-block__content-list .vf-linked-list-block__text p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.05px;
  }
}

@media (min-width: 768px) {
  .vf-linked-list-block.vf-linked-list-block--no-media.vf-linked-list-block--reversed .vf-linked-list-block__content-text {
    padding-left: 44px !important;
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .vf-linked-list-block.vf-linked-list-block--no-media.vf-linked-list-block--reversed .vf-linked-list-block__content-text {
    padding-left: 110px !important;
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    padding-right: 0 !important;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e6eaed #e6eaed #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 1.5rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #36286D;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 2rem;
}

.navbar > .vf-container,
.navbar > .vf-container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  padding-top: 0.28125rem;
  padding-bottom: 0.28125rem;
  margin-right: 0;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-nav--subnav {
  background: #69788C;
}

.navbar-nav--subnav a.nav-link {
  color: white;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 1.5rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .vf-container,
  .navbar-expand-sm > .vf-container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .vf-container,
  .navbar-expand-sm > .vf-container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .vf-container,
  .navbar-expand-md > .vf-container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .vf-container,
  .navbar-expand-md > .vf-container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .vf-container,
  .navbar-expand-lg > .vf-container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .vf-container,
  .navbar-expand-lg > .vf-container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .vf-container,
  .navbar-expand-xl > .vf-container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .vf-container,
  .navbar-expand-xl > .vf-container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .vf-container,
.navbar-expand > .vf-container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .vf-container,
.navbar-expand > .vf-container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.vf-large-quote {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 70px 0 70px 0;
}

@media (max-width: 767.98px) {
  .vf-large-quote {
    padding-left: 21px;
    padding-right: 21px;
  }
}

@media (max-width: 991.98px) {
  .vf-large-quote {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .vf-large-quote {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .vf-large-quote {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .vf-large-quote {
    max-width: 1160px;
  }
}

@media (min-width: 576px) {
  .vf-large-quote {
    height: 680px;
    padding-top: 100px;
  }
}

.vf-large-quote:before {
  content: "“";
  position: absolute;
  top: 70px;
  text-align: center;
  color: #cdd1d4;
  border: 2px #cdd1d4 solid;
  width: 48px;
  height: 48px;
  line-height: 72px;
  border-radius: 50%;
  font-size: 68px;
  left: 21px;
}

@media (min-width: 576px) {
  .vf-large-quote:before {
    top: 100px;
    left: 0;
  }
}

.vf-large-quote__content {
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 20;
  top: -200px;
  margin-bottom: -200px;
}

@media (min-width: 576px) {
  .vf-large-quote__content {
    padding: 0;
    margin: 0;
    width: 82%;
    position: absolute;
    top: 396px;
    top: initial;
    bottom: 0;
  }
}

.vf-large-quote__quote {
  color: #222222;
  padding: 48px 0px 48px;
  margin: 0 21px 0 0;
  background: white;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.1px;
  line-height: 40px;
}

@media (max-width: 767.98px) {
  .vf-large-quote__quote {
    padding-right: 12px;
  }
}

@media (min-width: 576px) {
  .vf-large-quote__quote {
    font-size: 48px;
    font-weight: 500;
    letter-spacing: -0.15px;
    line-height: 60px;
    padding: 40px 90px 0px 0;
  }
}

.vf-large-quote__byline {
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 36px;
  font-size: 20px;
}

@media (min-width: 576px) {
  .vf-large-quote__byline {
    padding-left: 21px;
    padding-left: 0;
    font-size: 20px;
  }
}

.vf-large-quote__byline-description {
  font-weight: normal;
  letter-spacing: -0.05px;
  line-height: 28px;
  font-size: 16px;
}

@media (min-width: 576px) {
  .vf-large-quote__byline-description {
    padding-left: 21px;
    padding-left: 0;
  }
}

.vf-large-quote__illustration {
  position: relative;
  height: 330px;
}

@media (min-width: 576px) {
  .vf-large-quote__illustration {
    height: 100%;
    width: 100%;
  }
}

.vf-large-quote__illustration-cutout {
  position: absolute;
  z-index: 10;
  top: -50px;
  left: 110px;
  height: 380px;
}

@media (min-width: 576px) {
  .vf-large-quote__illustration-cutout {
    top: -85px;
    left: 27%;
    height: 666px;
  }
}

.vf-large-quote__illustration-cutout img {
  width: auto;
  max-width: none;
}

.vf-large-quote__illustration-bg {
  position: absolute;
  height: 330px;
  left: 155px;
  width: 100%;
}

@media (min-width: 576px) {
  .vf-large-quote__illustration-bg {
    height: 680px;
    width: 68%;
    right: 0;
    left: auto;
  }
}

.vf-small-quote {
  position: relative;
  padding: 36px 48px 37px;
  border-radius: 20px 20px 20px 20px;
  margin: 40px 0 60px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.1px;
}

@media (min-width: 576px) {
  .vf-small-quote {
    font-family: "BEW", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 36px;
  }
}

.vf-small-quote:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  left: 50%;
  border: 32px solid transparent;
  border-bottom: 0;
  border-right: 0;
  margin-left: -16px;
  margin-bottom: -32px;
}

@media (min-width: 576px) {
  .vf-small-quote:after {
    left: 70px;
  }
}

/* Colors */
.vf-small-quote {
  background-color: #faf9dc;
}

.vf-small-quote:after {
  border-top-color: #faf9dc;
}

.vf-small-quote-byline {
  text-align: left;
  margin-bottom: 44px;
  text-align: center;
}

@media (min-width: 576px) {
  .vf-small-quote-byline {
    text-align: left;
    float: left;
    width: 168px;
    margin-right: 44px;
  }
}

.vf-small-quote-byline-photo {
  margin: 0 auto;
  padding: 0;
  width: 45%;
  display: block;
}

@media (min-width: 576px) {
  .vf-small-quote-byline-photo {
    width: 100%;
  }
}

.vf-small-quote-byline-title {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.1px;
  padding: 25px 0 15px 0;
  margin: 0;
  font-weight: 500;
}

.vf-small-quote-byline-description {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.1px;
  color: #69788C;
  padding: 0 50px;
}

@media (min-width: 576px) {
  .vf-small-quote-byline-description {
    padding: 0;
  }
}

.vf-two-column-boxes {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1680px;
  position: relative;
  padding-top: 1px;
  margin-bottom: 88px;
}

@media (max-width: 767.98px) {
  .vf-two-column-boxes {
    padding-left: 21px;
    padding-right: 21px;
  }
}

@media (max-width: 991.98px) {
  .vf-two-column-boxes {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.vf-two-column-boxes:after {
  content: '';
  background: #EAE9F0;
  position: absolute;
  right: 0;
  top: 20px;
  width: 60%;
  height: auto;
  bottom: 28px;
  display: block;
  z-index: -1;
}

@media (min-width: 768px) {
  .vf-two-column-boxes:after {
    right: 30px;
  }
}

@media (min-width: 992px) {
  .vf-two-column-boxes:after {
    display: none;
  }
}

.vf-container .vf-two-column-boxes {
  padding-left: 0;
  padding-right: 0;
}

.vf-two-column-boxes__headline {
  width: 90%;
  text-align: left;
  padding-top: 28px;
  padding-bottom: 28px;
  margin: 0;
}

@media (min-width: 576px) {
  .vf-two-column-boxes__headline {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

@media (min-width: 992px) {
  .vf-two-column-boxes__headline {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    z-index: 20;
    padding: 0 20px;
    top: 1.3rem;
  }
}

@media (min-width: 1200px) {
  .vf-two-column-boxes__headline {
    top: 9.5rem;
  }
}

.vf-two-column-boxes__headline-inner {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

@media (min-width: 992px) {
  .vf-two-column-boxes__headline-inner {
    max-width: 70%;
  }
}

@media (min-width: 1200px) {
  .vf-two-column-boxes__headline-inner {
    max-width: 45%;
  }
}

@media (min-width: 768px) {
  .vf-two-column-boxes__content {
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .vf-two-column-boxes__content {
    background: #EAE9F0;
    margin-top: 62px;
    margin-left: 44%;
    padding: 160px 30px 30px 90px;
  }
}

@media (min-width: 1200px) {
  .vf-two-column-boxes__content {
    padding: 280px 160px 160px 192px;
  }
}

.vf-two-column-boxes__image {
  height: 0;
  overflow: hidden;
  padding-bottom: 61%;
}

@media (min-width: 992px) {
  .vf-two-column-boxes__image {
    z-index: 10;
  }
}

@media (min-width: 992px) {
  .vf-two-column-boxes__image {
    padding-bottom: 45%;
    float: left;
    width: 50%;
    position: relative;
  }
}

.vf-two-column-boxes__image > img {
  width: 100%;
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear;
}

@media (min-width: 768px) {
  .vf-two-column-boxes__image > img {
    width: 94%;
  }
}

@media (min-width: 992px) {
  .vf-two-column-boxes__image > img {
    width: 120%;
    position: absolute;
    left: -10%;
    top: -15%;
  }
}

.vf-navbar {
  width: 100%;
}

.vf-navbar__logo {
  display: block;
  margin: 16px auto;
  height: 24px;
  text-align: center;
}

@media (min-width: 992px) {
  .vf-navbar__logo {
    display: none;
  }
}

.vf-navbar__subnav {
  background: #69788C;
}

.vf-navbar__nav {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  padding: 0;
  display: none;
  height: 56px;
}

@media (max-width: 767.98px) {
  .vf-navbar__nav {
    padding-left: 21px;
    padding-right: 21px;
  }
}

@media (max-width: 991.98px) {
  .vf-navbar__nav {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 576px) {
  .vf-navbar__nav {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .vf-navbar__nav {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .vf-navbar__nav {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .vf-navbar__nav {
    max-width: 1160px;
  }
}

@media (min-width: 992px) {
  .vf-navbar__nav {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.vf-navbar__nav--subnav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vf-navbar__nav-item {
  color: #222222;
  font-weight: 500;
  display: block;
  font-size: 20px;
  text-align: center;
  padding: 0;
  line-height: 64px;
}

@media (min-width: 992px) {
  .vf-navbar__nav-item {
    font-size: 1rem;
    line-height: 4rem;
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .vf-navbar__nav-item {
    font-size: 1.25rem;
  }
}

.vf-navbar__nav-item:hover {
  text-decoration: none;
  color: #726898;
}

.vf-navbar__nav-item:hover .svg-text-color {
  fill: #36286D !important;
}

.vf-navbar__nav-item--active {
  position: relative;
}

.vf-navbar__nav-item--active:after {
  content: ' ';
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
  border-bottom-color: #69788C;
  border-width: 20px;
  margin-left: -20px;
}

.vf-navbar__nav--subnav .vf-navbar__nav-item {
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: -0.1px;
  color: #ffffff;
  padding: 0.75rem 1.25rem;
}

.vf-navbar__nav--subnav .vf-navbar__nav-item:hover {
  color: #726898;
}

.vf-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  font-size: 16px;
}

.vf-page-link {
  position: relative;
  display: block;
  padding: 3px 10px;
  line-height: 28px;
  color: #222222;
  background-color: white;
  border: 1px solid #E8E8E9;
  margin: 0 3px;
  min-width: 36px;
  text-align: center;
  border-radius: 4px;
}

.vf-page-link:hover {
  z-index: 2;
  color: #726898;
  text-decoration: none;
  background-color: #e6eaed;
  border-color: #dee2e6;
}

.vf-page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(32, 113, 181, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(32, 113, 181, 0.25);
}

.vf-page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.vf-page-item:first-child .vf-page-link {
  margin-left: 0;
}

.vf-page-item.active .vf-page-link {
  z-index: 1;
  color: white;
  background-color: #AEA9C4;
  border-color: #AEA9C4;
}

.vf-page-item.disabled .vf-page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.vf-progress {
  margin: 28px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4px;
  background-color: #E8E8E9;
}

.vf-progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  text-align: center;
  white-space: nowrap;
  background-color: #726898;
}

.vf-progress--small {
  height: 2px;
}

.vf-btn-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 34px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}

.vf-btn-group > .vf-btn-group__btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.vf-btn-group > .vf-btn-group__btn:hover {
  z-index: 1;
}

.vf-btn-group > .vf-btn-group__btn:focus, .vf-btn-group > .vf-btn-group__btn:active, .vf-btn-group > .vf-btn-group__btn.active {
  z-index: 1;
}

.vf-btn-group__btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
  vertical-align: middle;
  background: white;
  color: #726898;
  font-size: 16px;
  border: none;
  border-radius: 34px;
  position: relative;
  font-weight: 500;
  text-align: left;
  letter-spacing: -0.05px;
  line-height: 28px;
  padding: 20px 30px;
}

.vf-btn-group > .vf-btn-group__btn:not(:first-child) {
  margin-left: -2px;
  border-radius: 34px;
}

.vf-btn-group > .vf-btn-group__btn:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.vf-btn-group > .vf-btn-group__btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.vf-ul {
  list-style-position: outside;
  padding: 0 0 0 18px;
}

.vf-ul li {
  font-family: "BEW", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  letter-spacing: -0.05px;
  line-height: 28px;
  font-weight: normal;
  padding: 12px 0 12px 14px;
}

.vf-ol {
  list-style-position: outside;
  padding: 0 0 0 18px;
}

.vf-ol li {
  font-family: "BEW", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  letter-spacing: -0.05px;
  line-height: 28px;
  font-weight: normal;
  padding: 12px 0 12px 14px;
}

.vf-badge {
  display: inline-block;
  padding: 6px 4px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.04px;
  color: white;
  line-height: 1;
  text-align: center;
  min-width: 24px;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 12px;
  background: #F93B18;
}

a.vf-badge:hover, a.vf-badge:focus {
  text-decoration: none;
}

.vf-badge:empty {
  display: none;
}

.vf-btn .vf-badge {
  position: relative;
  top: -1px;
}

.vf-preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.vf-preloader .vf-preloader-svg {
  display: block;
  height: 80px;
  width: 80px;
}

.vf-preloader .vf-preloader-svg .vf-preloader-circle {
  fill: none;
  stroke: #726898;
  stroke-width: 4;
  stroke-linecap: round;
  -webkit-transition: stroke-dasharray 1s linear;
  transition: stroke-dasharray 1s linear;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  stroke-dasharray: 0, 238.76;
}

.vf-preloader .vf-preloader-svg .vf-preloader-percentage {
  fill: #726898;
  stroke: none;
  font-size: 16px;
  text-anchor: middle;
  alignment-baseline: central;
}

.vf-cookie-banner {
  background: #1E324F;
  color: white;
  font-family: "BEW", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  letter-spacing: -0.05px;
  line-height: 28px;
  font-weight: normal;
  position: relative;
  text-align: left;
  padding: 10px 20px 10px 30px;
}

@media (min-width: 576px) {
  .vf-cookie-banner {
    font-family: "BEW", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 36px;
  }
}

@media (min-width: 576px) {
  .vf-cookie-banner {
    padding: 10px 0;
    text-align: center;
  }
}

.vf-cookie-banner__close-btn {
  position: absolute;
  right: 15px;
  background: transparent;
  border: none;
  color: white;
  font-weight: 300;
  right: 5px;
  font-size: 30px;
}

@media (min-width: 576px) {
  .vf-cookie-banner__close-btn {
    right: 15px;
    font-size: 40px;
  }
}

.vf-image-block {
  margin-right: auto;
  margin-left: auto;
  max-width: 1680px;
}

.vf-image-block__body {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 90px;
}

@media (max-width: 767.98px) {
  .vf-image-block__body {
    padding-left: 21px;
    padding-right: 21px;
  }
}

@media (max-width: 991.98px) {
  .vf-image-block__body {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 576px) {
  .vf-image-block__body {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .vf-image-block__body {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .vf-image-block__body {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .vf-image-block__body {
    max-width: 1160px;
  }
}

@media (min-width: 768px) {
  .vf-image-block__body {
    margin-top: 0;
  }
}

.vf-image-block__media {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  padding-left: 0;
  padding-right: 0;
}

.vf-image-block__media img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .vf-image-block__media img {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .vf-image-block__media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .vf-image-block__media img {
    width: 100%;
  }
}

.vf-image-block__content {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 0;
}

@media (min-width: 992px) {
  .vf-image-block__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding-right: 44px;
  }
}

.vf-image-block__title {
  font-family: "BEW Display", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.3px;
  line-height: 40px;
}

@media (min-width: 576px) {
  .vf-image-block__title {
    font-family: "BEW Display", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 52px;
    line-height: 72px;
    letter-spacing: -0.2px;
  }
}

.vf-image-block__text, .vf-image-block__text p {
  margin-bottom: 1rem;
}

.vf-image-block--reversed .vf-image-block__content {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

@media (min-width: 992px) {
  .vf-image-block--reversed .vf-image-block__content {
    padding-left: 44px;
    padding-right: 0;
  }
}

.vf-table {
  width: 100%;
  margin-bottom: 2rem;
  color: #222;
  background-color: white;
}

.vf-table th,
.vf-table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.vf-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.vf-table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.vf-table-sm th,
.vf-table-sm td {
  padding: 0.3rem;
}

.vf-table-bordered {
  border: 1px solid #dee2e6;
}

.vf-table-bordered th,
.vf-table-bordered td {
  border: 1px solid #dee2e6;
}

.vf-table-bordered thead th,
.vf-table-bordered thead td {
  border-bottom-width: 2px;
}

.vf-table-borderless th,
.vf-table-borderless td,
.vf-table-borderless thead th,
.vf-table-borderless tbody + tbody {
  border: 0;
}

.vf-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.vf-table-hover tbody tr:hover {
  color: #222222;
  background-color: rgba(0, 0, 0, 0.075);
}

.vf-simple-table {
  width: 100%;
  margin-bottom: 2rem;
  color: black;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.05px;
}

.vf-simple-table td {
  text-align: right;
}

.vf-simple-table th {
  text-align: left;
  font-weight: 600;
}

.vf-simple-table th,
.vf-simple-table td {
  width: 55%;
  padding: 15px 0;
  vertical-align: top;
  border-bottom: 1px solid #D8D8D8;
}

.vf-tooltip {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  color: #726898;
}

.vf-tooltip:hover {
  color: #05131e;
  text-decoration: underline;
}

.vf-tooltip:hover .vf-tooltip-message {
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.vf-tooltip--left ~ .vf-tooltip-message {
  right: 52px !important;
}

.vf-tooltip--left .vf-tooltip-message {
  right: calc(100% + 10px);
}

.vf-tooltip--left ~ .vf-tooltip-message, .vf-tooltip--left .vf-tooltip-message {
  top: 50% !important;
  -webkit-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
}

.vf-tooltip--left ~ .vf-tooltip-message:before, .vf-tooltip--left ~ .vf-tooltip-message:after, .vf-tooltip--left .vf-tooltip-message:before, .vf-tooltip--left .vf-tooltip-message:after {
  top: 0;
  left: auto;
  bottom: 0;
  -webkit-transform: translate(0, 100%) rotate(-45deg);
  transform: translate(0, 100%) rotate(-45deg);
  border-left: none;
  border-bottom: 1px solid #c5eecc;
  border-right: 1px solid #c5eecc;
  border-top: none;
}

.vf-tooltip--left ~ .vf-tooltip-message:before, .vf-tooltip--left .vf-tooltip-message:before {
  right: -6px;
}

.vf-tooltip--left ~ .vf-tooltip-message:after, .vf-tooltip--left .vf-tooltip-message:after {
  right: -5px;
  border-width: 10px;
  border-color: transparent #EDF9F3 #EDF9F3 transparent;
}

.vf-tooltip--right ~ .vf-tooltip-message {
  left: 100% !important;
}

.vf-tooltip--right .vf-tooltip-message {
  left: calc(100% + 10px);
}

.vf-tooltip--right ~ .vf-tooltip-message, .vf-tooltip--right .vf-tooltip-message {
  top: 50% !important;
  -webkit-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  right: auto !important;
}

.vf-tooltip--right ~ .vf-tooltip-message:before, .vf-tooltip--right ~ .vf-tooltip-message:after, .vf-tooltip--right .vf-tooltip-message:before, .vf-tooltip--right .vf-tooltip-message:after {
  top: 0;
  right: auto;
  bottom: 0;
  -webkit-transform: translate(0, 100%) rotate(-45deg);
  transform: translate(0, 100%) rotate(-45deg);
  border-left: 1px solid #c5eecc;
  border-bottom: none;
  border-right: none;
  border-top: 1px solid #c5eecc;
}

.vf-tooltip--right ~ .vf-tooltip-message:before, .vf-tooltip--right .vf-tooltip-message:before {
  left: -6px;
}

.vf-tooltip--right ~ .vf-tooltip-message:after, .vf-tooltip--right .vf-tooltip-message:after {
  left: -5px;
  border-width: 10px;
  border-color: #EDF9F3 transparent transparent #EDF9F3;
}

.vf-tooltip--bottom .vf-tooltip-message {
  bottom: -100%;
}

.vf-tooltip--bottom ~ .vf-tooltip-message, .vf-tooltip--bottom .vf-tooltip-message {
  top: auto !important;
}

.vf-tooltip--bottom ~ .vf-tooltip-message:before, .vf-tooltip--bottom ~ .vf-tooltip-message:after, .vf-tooltip--bottom .vf-tooltip-message:before, .vf-tooltip--bottom .vf-tooltip-message:after {
  border-left: none;
  border-bottom: none;
  border-right: 1px solid #c5eecc;
  border-top: 1px solid #c5eecc;
}

.vf-tooltip--bottom ~ .vf-tooltip-message:before, .vf-tooltip--bottom .vf-tooltip-message:before {
  top: -6px;
}

.vf-tooltip--bottom ~ .vf-tooltip-message:after, .vf-tooltip--bottom .vf-tooltip-message:after {
  top: -5px;
  border-width: 10px;
  border-color: #EDF9F3 #EDF9F3 transparent transparent;
}

.vf-tooltip--blue ~ .vf-tooltip-message, .vf-tooltip--blue .vf-tooltip-message {
  background: #f1f8ff;
  border-color: #c5dcee;
  color: #726898;
}

.vf-tooltip--blue ~ .vf-tooltip-message:before, .vf-tooltip--blue .vf-tooltip-message:before {
  border-color: #c5dcee;
}

.vf-tooltip--blue ~ .vf-tooltip-message:after, .vf-tooltip--blue .vf-tooltip-message:after {
  border-color: #f1f8ff;
}

.vf-tooltip--red ~ .vf-tooltip-message, .vf-tooltip--red .vf-tooltip-message {
  background: #fff5f1;
  border-color: #eec8c5;
  color: #F93B18;
}

.vf-tooltip--red ~ .vf-tooltip-message:before, .vf-tooltip--red .vf-tooltip-message:before {
  border-color: #eec8c5;
}

.vf-tooltip--red ~ .vf-tooltip-message:after, .vf-tooltip--red .vf-tooltip-message:after {
  border-color: #fff5f1;
}

.vf-tooltip--blue-solid ~ .vf-tooltip-message, .vf-tooltip--blue-solid .vf-tooltip-message {
  background: #726898;
  border-color: #726898;
  color: #fff;
}

.vf-tooltip--blue-solid ~ .vf-tooltip-message:before, .vf-tooltip--blue-solid .vf-tooltip-message:before {
  border-color: #726898;
}

.vf-tooltip--blue-solid ~ .vf-tooltip-message:after, .vf-tooltip--blue-solid .vf-tooltip-message:after {
  border-color: #726898;
}

.vf-tooltip--green-solid ~ .vf-tooltip-message, .vf-tooltip--green-solid .vf-tooltip-message {
  background: #3DC07C;
  border-color: #3DC07C;
  color: #fff;
}

.vf-tooltip--green-solid ~ .vf-tooltip-message:before, .vf-tooltip--green-solid .vf-tooltip-message:before {
  border-color: #3DC07C;
}

.vf-tooltip--green-solid ~ .vf-tooltip-message:after, .vf-tooltip--green-solid .vf-tooltip-message:after {
  border-color: #3DC07C;
}

.vf-tooltip--red-solid ~ .vf-tooltip-message, .vf-tooltip--red-solid .vf-tooltip-message {
  background: #F93B18;
  border-color: #F93B18;
  color: #fff;
}

.vf-tooltip--red-solid ~ .vf-tooltip-message:before, .vf-tooltip--red-solid .vf-tooltip-message:before {
  border-color: #F93B18;
}

.vf-tooltip--red-solid ~ .vf-tooltip-message:after, .vf-tooltip--red-solid .vf-tooltip-message:after {
  border-color: #F93B18;
}

.vf-tooltip--yellow-solid ~ .vf-tooltip-message, .vf-tooltip--yellow-solid .vf-tooltip-message {
  background: #36286D;
  border-color: #36286D;
  color: #222222;
}

.vf-tooltip--yellow-solid ~ .vf-tooltip-message:before, .vf-tooltip--yellow-solid .vf-tooltip-message:before {
  border-color: #36286D;
}

.vf-tooltip--yellow-solid ~ .vf-tooltip-message:after, .vf-tooltip--yellow-solid .vf-tooltip-message:after {
  border-color: #36286D;
}

.vf-tooltip-message {
  opacity: 0;
  position: absolute;
  top: -100%;
  right: 50%;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  padding: 4px 10px;
  z-index: 999;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.3px;
  line-height: 20px;
  white-space: nowrap;
  pointer-events: none;
  background: #EDF9F3;
  border: 1px solid #c5eecc;
  border-radius: 4px 4px 4px 4px;
  color: #3DC07C;
}

.vf-tooltip-message:before, .vf-tooltip-message:after {
  content: '';
  display: block;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-left: 1px solid #c5eecc;
  border-bottom: 1px solid #c5eecc;
  border-radius: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.vf-tooltip-message:before {
  bottom: -5px;
}

.vf-tooltip-message:after {
  content: '';
  bottom: -4px;
  border-color: transparent transparent #EDF9F3 #EDF9F3;
  border-width: 10px;
}

.vf-tab-bar-container *[hidden] {
  display: none;
}

.vf-tab-bar-container *:focus {
  outline: none;
}

.vf-tab-bar-container .vf-tab-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.vf-tab-bar-container .vf-tab-bar .vf-tab-bar-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding: 22px;
  background-color: white;
  border-right: 1px solid #EAE9F0;
  -webkit-box-shadow: 0 0px 0 0 transparent;
  box-shadow: 0 0px 0 0 transparent;
  -webkit-transition: -webkit-box-shadow .3s ease-in-out;
  transition: -webkit-box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  cursor: pointer;
}

@media (max-width: 1199.98px) {
  .vf-tab-bar-container .vf-tab-bar .vf-tab-bar-item {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

.vf-tab-bar-container .vf-tab-bar .vf-tab-bar-item:last-of-type {
  border: none;
}

@media (max-width: 1199.98px) {
  .vf-tab-bar-container .vf-tab-bar .vf-tab-bar-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #726898;
  }
  .vf-tab-bar-container .vf-tab-bar .vf-tab-bar-item:before {
    position: relative;
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
}

.vf-tab-bar-container .vf-tab-bar .vf-tab-bar-item.vf-tab-bar-item--active {
  -webkit-box-shadow: 0 3px 0 0 #726898;
  box-shadow: 0 3px 0 0 #726898;
}

@media (max-width: 1199.98px) {
  .vf-tab-bar-container .vf-tab-bar .vf-tab-bar-item.vf-tab-bar-item--active {
    color: #222222;
  }
}

.vf-tab-bar-container .vf-tab-bar .vf-tab-bar-item.vf-tab-bar-item--active .vf-tab-bar-link {
  color: #222222;
}

.vf-tab-bar-container .vf-tab-bar .vf-tab-bar-item.vf-tab-bar-item--disabled {
  cursor: not-allowed;
}

@media (max-width: 1199.98px) {
  .vf-tab-bar-container .vf-tab-bar .vf-tab-bar-item.vf-tab-bar-item--disabled {
    color: #767676;
  }
}

.vf-tab-bar-container .vf-tab-bar .vf-tab-bar-item.vf-tab-bar-item--disabled .vf-tab-bar-link {
  pointer-events: none;
  color: #767676;
}

@media (max-width: 1199.98px) {
  .vf-tab-bar-container .vf-tab-bar .vf-tab-bar-item:not(.vf-tab-bar-item--disabled):not(.vf-tab-bar-item--active):hover {
    color: #726898;
  }
}

.vf-tab-bar-container .vf-tab-bar .vf-tab-bar-item:not(.vf-tab-bar-item--disabled):not(.vf-tab-bar-item--active) .vf-tab-bar-link:hover {
  color: #726898;
}

.vf-tab-bar-container .vf-tab-bar .vf-tab-bar-item .vf-tab-bar-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #726898;
  font-family: "BEW";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.05px;
  line-height: 28px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1199.98px) {
  .vf-tab-bar-container .vf-tab-bar .vf-tab-bar-item .vf-tab-bar-link {
    font-size: 0;
  }
  .vf-tab-bar-container .vf-tab-bar .vf-tab-bar-item .vf-tab-bar-link:before {
    left: 0 !important;
  }
}

.vf-tab-bar-container .vf-tab-bar .vf-tab-bar-item .vf-tab-bar-link:hover {
  text-decoration: none;
}

.vf-tab-bar-container .vf-tab-bar .vf-tab-bar-item .vf-tab-bar-link:before {
  position: relative;
  width: 24px;
  height: 24px;
  left: -20px;
  top: 2px;
  font-size: 24px;
}

.vf-tab-bar-container .vf-tab-bar .vf-tab-bar-link-mobile {
  position: absolute;
  display: none;
  top: 94px;
  color: #222222;
  font-family: "BEW Bold";
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 24px;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .vf-tab-bar-container .vf-tab-bar .vf-tab-bar-link-mobile.vf-tab-bar-link-mobile--active {
    display: block;
    cursor: default;
  }
  .vf-tab-bar-container .vf-tab-bar .vf-tab-bar-link-mobile.vf-tab-bar-link-mobile--active:hover {
    text-decoration: none;
  }
}

.vf-tab-bar-container .vf-tab-bar .vf-tab-bar-link-mobile:before {
  content: none !important;
}

.vf-tab-bar-container .vf-tab-bar-panels {
  padding-top: 35px;
}

@media (max-width: 1199.98px) {
  .vf-tab-bar-container .vf-tab-bar-panels {
    padding-top: 55px;
  }
}

.vf-topbar {
  text-align: center;
  padding: 22px 0;
}

.vf-topbar__logo {
  display: inline-block;
  margin: 0 auto;
}

.vf-topbar__logo img {
  display: block;
}

.vf-file-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.vf-file-list__item {
  padding: 6px 0;
  line-height: 24px;
}

.vf-file-list__link {
  color: #726898;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 36px;
}

.vf-file-list__link:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 24px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 19px 24px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMjAgMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZGVmcz4KICAgICAgICA8cG9seWdvbiBpZD0icGF0aC0xIiBwb2ludHM9IjggMTkgMjMuNDQ4MTc1MiAxOSAxNy40MzQzMDY2IDI1LjM0MjY0NzcgMTkuMDQwMTQ2IDI3IDI3LjggMTcuOTk1ODc3MiAxOS4wNDAxNDYgOSAxNy40MzQzMDY2IDEwLjY0OTEwNjcgMjMuNDQ4MTc1MiAxNyA4IDE3Ij48L3BvbHlnb24+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkNvbXBvbmVudHMtLy1JY29ucy0vLVN5bWJvbC0vLUFyQ29tcG9uZW50cy0vLVRhYmxlLS8tUm93LS8tUHJpbWFyeS0vLVJpZ2h0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOC4wMDAwMDAsIC05LjAwMDAwMCkiPgogICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgIDx1c2UgaWQ9Ik1hc2siIGZpbGw9IiMyMjIyMjIiIGZpbGwtcnVsZT0ibm9uemVybyIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
}

.vf-file-list__link.vf-file-list__link--type-download:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNiAzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzYgMzY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHRpdGxlPkNvbXBvbmVudHMgLyBJY29ucyAvIFN5bWJvbCAvIERvY3VtZW50IC8gRE9DPC90aXRsZT4KPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CjxnIGlkPSJNYXNrIj4KCTxwYXRoIGlkPSJwYXRoLTFfMV8iIGQ9Ik0xMi42LDI1LjFsMy41LDMuNXYtOC45aDMuNHY4LjlsMy41LTMuNWwyLjQsMi40TDE3LjcsMzVsLTcuNS03LjVMMTIuNiwyNS4xeiBNMzQuOCwyMC41TDM0LjcsMjNIMjIuOAoJCXYtMy40aDguNmwwLTAuOWgwVjQuM0g0djE0LjVoMGwwLDAuOWg4LjZWMjNIMC42di0xLjh2LTIuNHYtMy4zVjAuOGgzNC4ydjE4VjIwLjV6Ii8+CjwvZz4KPC9zdmc+Cg==");
}

.vf-file-list__link.vf-file-list__link--type-xls:before, .vf-file-list__link[href$=".xls"]:before, .vf-file-list__link[href$=".xlsx"]:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNiAzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzYgMzY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMjIyMjIyO30KCS5zdDF7Zm9udC1mYW1pbHk6J0FyaWFsLUJvbGRNVCc7fQoJLnN0Mntmb250LXNpemU6MTAuMDEzOXB4O30KPC9zdHlsZT4KPHRleHQgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgMSA4LjQzNjIgMTUuMTM5NikiIGNsYXNzPSJzdDAgc3QxIHN0MiI+WExTPC90ZXh0Pgo8ZyBpZD0iTWFzayI+Cgk8cGF0aCBpZD0icGF0aC0xXzFfIiBkPSJNMTMsMjUuMmwzLjUsMy41di05aDMuNHY5bDMuNS0zLjVsMi40LDIuNGwtNy42LDcuNWwtNy42LTcuNUwxMywyNS4yeiBNMzUuMywyMC42bC0wLjEsMi41aC0xMnYtMy40aDguNgoJCWwwLTAuOWgwVjQuM0g0LjR2MTQuNmgwbDAsMC45SDEzdjMuNEgxdi0xLjh2LTIuNHYtMy4zVjAuOGgzNC4zdjE4VjIwLjZ6Ii8+CjwvZz4KPC9zdmc+Cg==");
}

.vf-file-list__link.vf-file-list__link--type-txt:before, .vf-file-list__link[href$=".txt"]:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNiAzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzYgMzY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMjIyMjIyO30KCS5zdDF7Zm9udC1mYW1pbHk6J0FyaWFsLUJvbGRNVCc7fQoJLnN0Mntmb250LXNpemU6OS45ODk2cHg7fQo8L3N0eWxlPgo8dGl0bGU+Q29tcG9uZW50cyAvIEljb25zIC8gU3ltYm9sIC8gRG9jdW1lbnQgLyBUWFQ8L3RpdGxlPgo8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KPHRleHQgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgMSA4LjQ4NjkgMTUuMTQ1NSkiIGNsYXNzPSJzdDAgc3QxIHN0MiI+VFhUPC90ZXh0Pgo8cGF0aCBpZD0icGF0aC0xXzFfIiBkPSJNMTIuOCwyNS4ybDMuNSwzLjV2LTloMy40djlsMy41LTMuNWwyLjQsMi40bC03LjUsNy41bC03LjUtNy41TDEyLjgsMjUuMnogTTM1LDIwLjZMMzUsMjMuMUgyM3YtMy40aDguNgoJbDAtMC45aDBWNC4zSDQuMnYxNC42aDBsMCwwLjloOC42djMuNGgtMTJ2LTEuOHYtMi40di0zLjNWMC45SDM1djE4VjIwLjZ6Ii8+Cjwvc3ZnPgo=");
}

.vf-file-list__link.vf-file-list__link--type-ppt:before, .vf-file-list__link[href$=".ppt"]:before, .vf-file-list__link[href$=".pptx"]:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNiAzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzYgMzY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMjIyMjIyO30KCS5zdDF7Zm9udC1mYW1pbHk6J0FyaWFsLUJvbGRNVCc7fQoJLnN0Mntmb250LXNpemU6MTAuMDk5cHg7fQo8L3N0eWxlPgo8dGl0bGU+Q29tcG9uZW50cyAvIEljb25zIC8gU3ltYm9sIC8gRG9jdW1lbnQgLyBQUFQ8L3RpdGxlPgo8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KPHRleHQgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgMSA4LjE0ODQgMTUuMDUyNykiIGNsYXNzPSJzdDAgc3QxIHN0MiI+UFBUPC90ZXh0Pgo8ZyBpZD0iTWFzayI+Cgk8cGF0aCBpZD0icGF0aC0xXzFfIiBkPSJNMTIuNywyNS4ybDMuNSwzLjV2LTkuMWgzLjR2OS4xbDMuNS0zLjVsMi40LDIuNGwtNy42LDcuNmwtNy42LTcuNkwxMi43LDI1LjJ6IE0zNS4yLDIwLjVsLTAuMSwyLjZIMjMuMQoJCXYtMy40aDguN2wwLTAuOWgwVjQuMUg0LjF2MTQuN2gwbDAsMC45aDguN3YzLjRIMC42di0xLjh2LTIuNXYtMy4zVjAuNmgzNC42djE4LjJWMjAuNXoiLz4KPC9nPgo8L3N2Zz4K");
}

.vf-file-list__link.vf-file-list__link--type-pdf:before, .vf-file-list__link[href$=".pdf"]:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNiAzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzYgMzY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMjIyMjIyO30KCS5zdDF7Zm9udC1mYW1pbHk6J0FyaWFsLUJvbGRNVCc7fQoJLnN0Mntmb250LXNpemU6MTAuMDI2cHg7fQo8L3N0eWxlPgo8dGV4dCB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIDcuOTI2MSAxNS4xOTc4KSIgY2xhc3M9InN0MCBzdDEgc3QyIj5QREY8L3RleHQ+CjxnIGlkPSJNYXNrIj4KCTxwYXRoIGlkPSJwYXRoLTFfMV8iIGQ9Ik0xMi44LDI1LjNsMy41LDMuNXYtOWgzLjR2OWwzLjUtMy41bDIuNCwyLjRMMTgsMzUuMmwtNy42LTcuNkwxMi44LDI1LjN6IE0zNS4xLDIwLjZsLTAuMSwyLjVoLTEydi0zLjQKCQloOC42bDAtMC45aDBWNC4zSDQuMnYxNC42aDBsMCwwLjloOC42djMuNGgtMTJ2LTEuOHYtMi40di0zLjNWMC45aDM0LjR2MTguMVYyMC42eiIvPgo8L2c+Cjwvc3ZnPgo=");
}

.vf-file-list__link.vf-file-list__link--type-doc:before, .vf-file-list__link[href$=".doc"]:before, .vf-file-list__link[href$=".docx"]:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNiAzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzYgMzY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMjIyMjIyO30KCS5zdDF7Zm9udC1mYW1pbHk6J0FyaWFsLUJvbGRNVCc7fQoJLnN0Mntmb250LXNpemU6OS45NjUzcHg7fQo8L3N0eWxlPgo8dGl0bGU+Q29tcG9uZW50cyAvIEljb25zIC8gU3ltYm9sIC8gRG9jdW1lbnQgLyBET0M8L3RpdGxlPgo8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KPHRleHQgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgMSA2LjYyOTIgMTUuMDY5OCkiIGNsYXNzPSJzdDAgc3QxIHN0MiI+RE9DPC90ZXh0Pgo8ZyBpZD0iTWFzayI+Cgk8cGF0aCBpZD0icGF0aC0xXzFfIiBkPSJNMTIuNiwyNS4xbDMuNSwzLjV2LTguOWgzLjR2OC45bDMuNS0zLjVsMi40LDIuNEwxNy43LDM1bC03LjUtNy41TDEyLjYsMjUuMXogTTM0LjgsMjAuNUwzNC43LDIzSDIyLjgKCQl2LTMuNGg4LjZsMC0wLjloMFY0LjNINHYxNC41aDBsMCwwLjloOC42VjIzSDAuNnYtMS44di0yLjR2LTMuM1YwLjhoMzQuMnYxOFYyMC41eiIvPgo8L2c+Cjwvc3ZnPgo=");
}

.vf-file-list__link.vf-file-list__link--type-new-window:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMjIgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBkPSJNMjIsMTYgTDAsMTYgTDAsMCBMMTEuNTQ3MDg5OSwwIEwxMS41NDcwODk5LDIuMjgzNDA4OTggTDIuMjAzODgwMDcsMi4yODM0MDg5OCBMMi4yMDM4ODAwNywxMy43MTY1OTEgTDE5Ljc5NjExOTksMTMuNzE2NTkxIEwxOS43OTYxMTk5LDEwLjg2MDMxMjcgTDIyLDEwLjg2MDMxMjcgTDIyLDE2IFogTTEzLjIzOTAxMSwwIEwyMiwwIEwyMiw4Ljc2MDk4OTAxIEwxOS42NTkzNDA3LDguNzYwOTg5MDEgTDE5LjY1OTM0MDcsMy45ODkwMTA5OSBMMTQuNjU2NTkzNCw5IEwxMyw3LjM0MzQwNjU5IEwxOC4wMTA5ODksMi4zNDA2NTkzNCBMMTMuMjM5MDExLDIuMzQwNjU5MzQgTDEzLjIzOTAxMSwwIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQ29tcG9uZW50cy0vLUljb25zLS8tU3ltYm9sLS8tTmV3LVdpbmRvdyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuMDAwMDAwLCAtMTAuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJCcmFuZGluZy0vLUNvbG9ycy0vLVByaW1hcnktLy1CbGFjayIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy4wMDAwMDAsIDEwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICA8dXNlIGlkPSJNYXNrIiBmaWxsPSIjMjIyMjIyIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
}

.vf-file-list__link.vf-file-list__link--type-arrow-right:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMjAgMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZGVmcz4KICAgICAgICA8cG9seWdvbiBpZD0icGF0aC0xIiBwb2ludHM9IjggMTkgMjMuNDQ4MTc1MiAxOSAxNy40MzQzMDY2IDI1LjM0MjY0NzcgMTkuMDQwMTQ2IDI3IDI3LjggMTcuOTk1ODc3MiAxOS4wNDAxNDYgOSAxNy40MzQzMDY2IDEwLjY0OTEwNjcgMjMuNDQ4MTc1MiAxNyA4IDE3Ij48L3BvbHlnb24+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkNvbXBvbmVudHMtLy1JY29ucy0vLVN5bWJvbC0vLUFyQ29tcG9uZW50cy0vLVRhYmxlLS8tUm93LS8tUHJpbWFyeS0vLVJpZ2h0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOC4wMDAwMDAsIC05LjAwMDAwMCkiPgogICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgIDx1c2UgaWQ9Ik1hc2siIGZpbGw9IiMyMjIyMjIiIGZpbGwtcnVsZT0ibm9uemVybyIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
}

.vf-file-list__item-description {
  color: #888888;
  font-size: 14px;
  margin-left: 20px;
}

.vf-dropdown {
  position: relative;
  width: 300px;
}

.vf-dropdown .vf-dropdown-label {
  display: block;
  background: #fff;
  padding: 18px 114px 6px 20px;
  margin-bottom: 0;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #e8e8e9;
  color: #222222;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  letter-spacing: 0.3px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.vf-dropdown .vf-dropdown-label:hover {
  border: 1px solid #69788c;
}

.vf-dropdown .vf-dropdown-label:after {
  content: "";
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: right center;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNiAzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzYgMzY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMzMzMzMzO30KPC9zdHlsZT4KPGcgaWQ9Ik1hc2siIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4LjAwMDAwMCwgMTguNTAwMDAwKSBzY2FsZSgxLCAtMSkgdHJhbnNsYXRlKC0xOC4wMDAwMDAsIC0xOC41MDAwMDApICI+Cgk8cG9seWdvbiBpZD0icGF0aC0xXzFfIiBjbGFzcz0ic3QwIiBwb2ludHM9IjE4LDE0LjUgMTAsMjAuMyAxMSwyMS41IDE4LDE2LjUgMjUsMjEuNSAyNiwyMC4zIAkiLz4KPC9nPgo8L3N2Zz4K");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  padding: 18px;
}

.vf-dropdown .vf-dropdown-list {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  max-height: 500px;
  overflow-y: scroll;
}

.vf-dropdown .vf-dropdown-list .vf-dropdown-list-item {
  padding: 12px 20px;
}

.vf-dropdown .vf-dropdown-list .vf-dropdown-list-item:hover, .vf-dropdown .vf-dropdown-list .vf-dropdown-list-item.checked {
  background-color: #726898;
  color: #fff;
}

.vf-dropdown .vf-dropdown-list .vf-dropdown-list-item input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #a4a9ac;
  height: 28px;
  width: 28px;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  margin-right: 12px;
  cursor: pointer;
}

.vf-dropdown .vf-dropdown-list .vf-dropdown-list-item input:before {
  content: "";
  position: absolute;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  border-bottom: 3px solid #d8d8d8;
  border-right: 3px solid #d8d8d8;
  height: 16px;
  width: 8px;
  margin: auto;
  left: 9px;
  top: 3px;
  -webkit-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
}

.vf-dropdown .vf-dropdown-list .vf-dropdown-list-item input:checked:before {
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  border-bottom: 3px solid #4e4b48;
  border-right: 3px solid #4e4b48;
}

.vf-dropdown .vf-dropdown-list .vf-dropdown-list-item input:hover:before {
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}

.vf-dropdown .vf-dropdown-list .vf-dropdown-list-item input:disabled {
  background: #f1f1f1;
}

.vf-dropdown .vf-dropdown-list .vf-dropdown-list-item input:disabled:before {
  -webkit-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
}

.vf-dropdown .vf-dropdown-list .vf-dropdown-list-item input:disabled.pre-selected:before {
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  border-bottom: 3px solid #d8d8d8;
  border-right: 3px solid #d8d8d8;
}

.vf-dropdown .vf-dropdown-list .vf-dropdown-list-item .vf-dropdown-option {
  display: inline-block;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.3px;
  line-height: 22px;
  vertical-align: middle;
  word-break: break-all;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.vf-dropdown.vf-dropdown--underline .vf-dropdown-label {
  background: none;
  border-radius: 0px 0px 0px 0px;
  border: none;
  border-bottom: 1px solid #869bad;
}

.vf-dropdown.vf-dropdown--underline .vf-dropdown-label:hover {
  border-color: #69788c;
}

.vf-dropdown.vf-dropdown--underline.disabled .vf-dropdown-label, .vf-dropdown.vf-dropdown--underline.disabled .vf-dropdown-list {
  color: #767676;
  background: none;
  border-color: #869bad;
}

.vf-dropdown.vf-dropdown--underline.on .vf-dropdown-label, .vf-dropdown.vf-dropdown--underline.on .vf-dropdown-list {
  background: #fff;
}

.vf-dropdown.on .vf-dropdown-label {
  border: 1px solid #69788c;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  color: #767676;
}

.vf-dropdown.on .vf-dropdown-label:after {
  content: "";
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: right center;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNiAzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzYgMzY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMzMzMzMzO30KPC9zdHlsZT4KPGcgaWQ9Ik1hc2siIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4LjAwMDAwMCwgMTguNTAwMDAwKSBzY2FsZSgxLCAtMSkgdHJhbnNsYXRlKC0xOC4wMDAwMDAsIC0xOC41MDAwMDApICI+Cgk8cG9seWdvbiBpZD0icGF0aC0xXzFfIiBjbGFzcz0ic3QwIiBwb2ludHM9IjE4LDIxLjUgMjYsMTUuNyAyNSwxNC41IDE4LDE5LjUgMTEsMTQuNSAxMCwxNS43IAkiLz4KPC9nPgo8L3N2Zz4K");
}

.vf-dropdown.on .vf-dropdown-list {
  border-radius: 0 0 4px 4px;
  border: 1px solid #69788c;
  border-top: none;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.vf-dropdown.on .vf-dropdown-list .vf-dropdown-option {
  opacity: 1;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.vf-dropdown.on .vf-dropdown-label:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNiAzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzYgMzY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMzMzMzMzO30KPC9zdHlsZT4KPGcgaWQ9Ik1hc2siIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4LjAwMDAwMCwgMTguNTAwMDAwKSBzY2FsZSgxLCAtMSkgdHJhbnNsYXRlKC0xOC4wMDAwMDAsIC0xOC41MDAwMDApICI+Cgk8cG9seWdvbiBpZD0icGF0aC0xXzFfIiBjbGFzcz0ic3QwIiBwb2ludHM9IjE4LDIxLjUgMjYsMTUuNyAyNSwxNC41IDE4LDE5LjUgMTEsMTQuNSAxMCwxNS43IAkiLz4KPC9nPgo8L3N2Zz4K");
}

.vf-dropdown.on.disabled .vf-dropdown-label:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNiAzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzYgMzY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojOTk5OTk5O30KPC9zdHlsZT4KPGcgaWQ9Ik1hc2siIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4LjAwMDAwMCwgMTguNTAwMDAwKSBzY2FsZSgxLCAtMSkgdHJhbnNsYXRlKC0xOC4wMDAwMDAsIC0xOC41MDAwMDApICI+Cgk8cG9seWdvbiBpZD0icGF0aC0xXzFfIiBjbGFzcz0ic3QwIiBwb2ludHM9IjE4LDIxLjUgMjYsMTUuNyAyNSwxNC41IDE4LDE5LjUgMTEsMTQuNSAxMCwxNS43IAkiLz4KPC9nPgo8L3N2Zz4K");
}

.vf-dropdown.on.disabled .vf-dropdown-label {
  background: #fff;
  color: #767676;
  font-size: 18px;
}

.vf-dropdown.on.disabled .vf-dropdown-list {
  background: #fff;
  color: #222222;
}

.vf-dropdown.disabled .vf-dropdown-label:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNiAzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzYgMzY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojOTk5OTk5O30KPC9zdHlsZT4KPGcgaWQ9Ik1hc2siIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4LjAwMDAwMCwgMTguNTAwMDAwKSBzY2FsZSgxLCAtMSkgdHJhbnNsYXRlKC0xOC4wMDAwMDAsIC0xOC41MDAwMDApICI+Cgk8cG9seWdvbiBpZD0icGF0aC0xXzFfIiBjbGFzcz0ic3QwIiBwb2ludHM9IjE4LDE0LjUgMTAsMjAuMyAxMSwyMS41IDE4LDE2LjUgMjUsMjEuNSAyNiwyMC4zIAkiLz4KPC9nPgo8L3N2Zz4K");
}

.vf-dropdown.disabled .vf-dropdown-label, .vf-dropdown.disabled .vf-dropdown-list {
  color: #767676;
  background: #f1f1f1;
  border-color: #bcbcbc;
}

.vf-dropdown.disabled .vf-dropdown-label .vf-dropdown-list-item:hover, .vf-dropdown.disabled .vf-dropdown-list .vf-dropdown-list-item:hover {
  background-color: inherit;
  color: inherit;
}

.vf-input-container {
  position: relative;
  cursor: pointer;
  line-height: 1;
}

.vf-input-container input:focus,
.vf-input-container select:focus,
.vf-input-container textarea:focus,
.vf-input-container button:focus {
  outline: none;
}

.vf-input-container input::-webkit-outer-spin-button,
.vf-input-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.vf-input-container input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  padding-right: 40px;
}

.vf-input-container .vf-input--number-increment, .vf-input-container .vf-input--number-decrement {
  position: absolute;
  right: 1px;
  height: 48%;
  width: 40px;
  border-left: 1px solid #e8e8e9;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.vf-input-container .vf-input--number-increment {
  top: 1px;
}

.vf-input-container .vf-input--number-increment.vf-icon-up:before {
  position: absolute;
  font-size: 7px;
  left: calc(50% - 8px);
  top: calc(50% - 3.5px);
}

.vf-input-container .vf-input--number-decrement {
  border-top: 1px solid #e8e8e9;
  bottom: 1px;
}

.vf-input-container .vf-input--number-decrement.vf-icon-down:before {
  position: absolute;
  font-size: 7px;
  left: calc(50% - 8px);
  top: calc(50% - 3.5px);
}

.vf-input-container .vf-input {
  position: relative;
  min-width: 150px;
  background-color: white;
  color: #222222;
  padding: 16px 20px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #cccccc;
  font-size: 20px;
  letter-spacing: 0.3px;
  line-height: 24px;
  font-weight: normal;
  width: 100%;
}

.vf-input-container .vf-input:hover {
  border: 1px solid #999999;
}

.vf-input-container .vf-input:focus, .vf-input-container .vf-input.vf-input--data {
  border: 1px solid #726898;
}

.vf-input-container .vf-input:focus ~ label, .vf-input-container .vf-input.vf-input--data ~ label {
  top: -9px;
  left: 16.5px;
  padding: 0 7px;
  color: #726898;
  background-color: #fff;
  font-weight: 500;
  letter-spacing: 0.3px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.vf-input-container .vf-input.vf-input--underline {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #cccccc;
  padding-left: 0;
  border-radius: 0;
}

.vf-input-container .vf-input.vf-input--underline ~ label {
  background-color: transparent;
  left: 0;
  padding: 0;
}

.vf-input-container .vf-input.vf-input--underline.vf-input--error {
  -webkit-box-shadow: 0 0 #f93b18;
  box-shadow: 0 0 #f93b18;
}

.vf-input-container .vf-input.vf-input--underline.vf-input--error:focus {
  -webkit-box-shadow: 0 1px #f93b18;
  box-shadow: 0 1px #f93b18;
  -webkit-transition: -webkit-box-shadow .2s ease-in-out;
  transition: -webkit-box-shadow .2s ease-in-out;
  transition: box-shadow .2s ease-in-out;
  transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
}

.vf-input-container .vf-input.vf-input--underline.vf-input--warning {
  -webkit-box-shadow: 0 0 #f5a623;
  box-shadow: 0 0 #f5a623;
}

.vf-input-container .vf-input.vf-input--underline.vf-input--warning:focus {
  -webkit-box-shadow: 0 1px #f5a623;
  box-shadow: 0 1px #f5a623;
  -webkit-transition: -webkit-box-shadow .2s ease-in-out;
  transition: -webkit-box-shadow .2s ease-in-out;
  transition: box-shadow .2s ease-in-out;
  transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
}

.vf-input-container .vf-input.vf-input--error {
  border-color: #ffb2a4;
}

.vf-input-container .vf-input.vf-input--error:hover {
  border-color: #f93b18;
}

.vf-input-container .vf-input.vf-input--error:focus {
  border-color: #f93b18;
}

.vf-input-container .vf-input.vf-input--error ~ label {
  color: #f93b18;
}

.vf-input-container .vf-input.vf-input--warning {
  border-color: #ffdea8;
}

.vf-input-container .vf-input.vf-input--warning:hover {
  border-color: #f5a623;
}

.vf-input-container .vf-input.vf-input--warning:focus {
  border-color: #f5a623;
}

.vf-input-container .vf-input.vf-input--warning ~ label {
  color: #f5a623;
}

.vf-input-container label {
  position: absolute;
  top: 17px;
  left: 20px;
  margin-bottom: 0;
  color: #767676;
  line-height: 25px;
  font-size: 20px;
  letter-spacing: 0.3px;
  pointer-events: none;
  cursor: default;
  -webkit-transition: top .2s ease-in-out;
  transition: top .2s ease-in-out;
}

.vf-input-container .vf-tooltip-message {
  opacity: 0;
  position: absolute;
  top: -26px;
  right: 27px;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
}

.vf-input-container .vf-input-tooltip-icon {
  display: inline;
  cursor: pointer;
}

.vf-input-container .vf-input-tooltip-icon.vf-icon-question:before {
  position: absolute;
  top: calc(50% - 12px);
  right: 15px;
}

.vf-input-container .vf-input-tooltip-icon:hover ~ .vf-tooltip-message {
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

[class*="vf-utility-typo--"] {
  font-family: BEW;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 24px;
}

.vf-utility-typo--error {
  color: #F93B18;
}

.vf-utility-typo--link {
  color: #726898;
}

.vf-utility-typo--metadata {
  color: #888888;
}

.vf-utility-typo--success {
  color: #3DC07C;
}

.vf-utility-typo--warning {
  color: #f5a623;
}

.vf-notification-module-container {
  width: 333px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
}

.vf-notification-module-container .vf-notification-module-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 16px 10px 16px auto;
  padding: 10px;
  border-radius: 100%;
  color: #fff;
  background-color: #726898;
  cursor: pointer;
}

.vf-notification-module-container .vf-notification-module {
  position: absolute;
  top: 76px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #bcbcbc;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.vf-notification-module-container .vf-notification-module.vf-notification-module--show {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}

.vf-notification-module-container .vf-notification-module .vf-notification-module-header {
  position: relative;
  color: #fff;
  background-color: #726898;
  font-family: BEW Display;
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 24px;
  padding: 18px 20px;
  border-radius: 4px 4px 0 0;
}

.vf-notification-module-container .vf-notification-module .vf-notification-module-header:before {
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  right: 24px;
  width: 16px;
  height: 16px;
  border-top: 10px solid #726898;
  border-right: 10px solid #726898;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.vf-notification-module-container .vf-notification-module .vf-notification-module-header .vf-notification-module-header-settings {
  position: absolute;
  top: 16px;
  right: 20px;
  color: #fff;
}

.vf-notification-module-container .vf-notification-module .vf-notification-module-header .vf-notification-module-header-settings:hover {
  text-decoration: none;
}

.vf-notification-module-container .vf-notification-module .vf-notification-module-body {
  margin: 0 20px;
}

.vf-notification-module-container .vf-notification-module .vf-notification-module-body .vf-notification-module-body-item {
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vf-notification-module-container .vf-notification-module .vf-notification-module-body .vf-notification-module-body-item .vf-notification-module-body-item-col1 {
  padding-right: 12px;
}

.vf-notification-module-container .vf-notification-module .vf-notification-module-body .vf-notification-module-body-item .vf-notification-module-body-item-col1 .vf-notification-module-body-item-image {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vf-notification-module-container .vf-notification-module .vf-notification-module-body .vf-notification-module-body-item .vf-notification-module-body-item-col2 .vf-notification-module-body-item-event {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.05px;
  line-height: 28px;
}

.vf-notification-module-container .vf-notification-module .vf-notification-module-body .vf-notification-module-body-item .vf-notification-module-body-item-col2 .vf-notification-module-body-item-event .vf-notification-module-body-item-event-action {
  font-weight: 400;
}

.vf-notification-module-container .vf-notification-module .vf-notification-module-body .vf-notification-module-body-item .vf-notification-module-body-item-col2 .vf-notification-module-body-item-time {
  color: #888888;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 24px;
  font-size: 14px;
  padding-top: 1px;
}

.vf-notification-module-container .vf-notification-module .vf-notification-module-body .vf-notification-module-footer {
  padding: 10px 0;
  text-align: center;
}

.vf-subscribe {
  position: relative;
  background: #EAE9F0;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
  width: 100%;
  max-width: 1700px;
  border-left: 20px white solid;
  border-right: 20px white solid;
  border-bottom: 20px white solid;
}

@media (max-width: 991.98px) {
  .vf-subscribe {
    border-left: 30px white solid;
    border-right: 30px white solid;
    border-bottom: 30px white solid;
  }
}

@media (max-width: 767.98px) {
  .vf-subscribe {
    font-size: 44px;
    min-height: 370px;
    border-left: 20px white solid;
    border-right: 20px white solid;
    border-bottom: 20px white solid;
  }
}

.vf-subscribe .vf-subscribe__content {
  width: 100%;
  padding-top: 44px;
  padding-bottom: 88px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.1px;
}

@media (min-width: 576px) {
  .vf-subscribe .vf-subscribe__content {
    font-family: "BEW", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 36px;
  }
}

.vf-subscribe .vf-subscribe__content .vf-subscribe__headline {
  margin: 0 auto;
  max-width: 90%;
  padding-bottom: 28px;
}

@media (min-width: 576px) {
  .vf-subscribe .vf-subscribe__content .vf-subscribe__headline {
    padding-bottom: 32px;
  }
}

.vf-subscribe .vf-subscribe__content .vf-preamble {
  font-weight: normal;
}

.vf-subscribe .vf-subscribe__content .vf-subscribe__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vf-subscribe .vf-subscribe__content .vf-subscribe__input .vf-btn {
  margin-top: 28px;
}

.vf-form {
  position: relative;
  background: #fff;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
  width: 100%;
  max-width: 1700px;
}

@media (max-width: 767.98px) {
  .vf-form {
    font-size: 44px;
    min-height: 370px;
  }
}

.vf-form .vf-form__content {
  width: 100%;
  padding-top: 44px;
  padding-bottom: 88px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.1px;
}

@media (min-width: 576px) {
  .vf-form .vf-form__content {
    font-family: "BEW", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 20px;
    letter-spacing: 0.3px;
    line-height: 36px;
  }
}

.vf-form .vf-form__content .vf-form__headline {
  margin: 0 auto;
  max-width: 90%;
  padding-bottom: 28px;
}

@media (min-width: 576px) {
  .vf-form .vf-form__content .vf-form__headline {
    padding-bottom: 32px;
  }
}

.vf-form .vf-form__content .vf-preamble {
  font-weight: normal;
}

.vf-form .vf-form__content .vf-form__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vf-form .vf-form__content .vf-form__input .vf-form {
  width: 100%;
}

.vf-form .vf-form__content .vf-form__input .vf-input-container {
  margin-top: 28px;
}

.vf-form .vf-form__content .vf-form__input .vf-btn {
  margin-top: 28px;
}

.news-outer-container {
  margin-top: 50px;
}

@media (min-width: 576px) {
  .news-outer-container {
    margin-top: 300px;
  }
}

.news-inner-container {
  position: relative;
  top: -66px;
}

@media (min-width: 576px) {
  .news-inner-container {
    top: -220px;
  }
}

@media (min-width: 576px) {
  .news-inner-container {
    max-height: 430px;
  }
}

@media (max-width: 767.98px) {
  .news-inner-container {
    max-height: calc(100% + 520px);
  }
}

@media (min-width: 992px) {
  .news-inner-container {
    max-height: 400px;
  }
}

@media (min-width: 1200px) {
  .news-inner-container {
    max-height: 450px;
  }
}

.vf-bg--primary {
  background-color: #36286D !important;
}

a.vf-bg--primary:hover, a.vf-bg--primary:focus,
button.vf-bg--primary:hover,
button.vf-bg--primary:focus {
  background-color: #ccae00 !important;
}

.vf-bg--secondary {
  background-color: #726898 !important;
}

a.vf-bg--secondary:hover, a.vf-bg--secondary:focus,
button.vf-bg--secondary:hover,
button.vf-bg--secondary:focus {
  background-color: #AEA9C4 !important;
}

.vf-bg--success {
  background-color: #28a745 !important;
}

a.vf-bg--success:hover, a.vf-bg--success:focus,
button.vf-bg--success:hover,
button.vf-bg--success:focus {
  background-color: #1e7e34 !important;
}

.vf-bg--warning {
  background-color: #ffc107 !important;
}

a.vf-bg--warning:hover, a.vf-bg--warning:focus,
button.vf-bg--warning:hover,
button.vf-bg--warning:focus {
  background-color: #d39e00 !important;
}

.vf-bg--danger {
  background-color: #F93B18 !important;
}

a.vf-bg--danger:hover, a.vf-bg--danger:focus,
button.vf-bg--danger:hover,
button.vf-bg--danger:focus {
  background-color: #d82606 !important;
}

.vf-bg--light {
  background-color: #f8f9fa !important;
}

a.vf-bg--light:hover, a.vf-bg--light:focus,
button.vf-bg--light:hover,
button.vf-bg--light:focus {
  background-color: #dae0e5 !important;
}

.vf-bg--dark {
  background-color: #222222 !important;
}

a.vf-bg--dark:hover, a.vf-bg--dark:focus,
button.vf-bg--dark:hover,
button.vf-bg--dark:focus {
  background-color: #090909 !important;
}

.vf-bg--blue-grey {
  background-color: #EAE9F0 !important;
}

a.vf-bg--blue-grey:hover, a.vf-bg--blue-grey:focus,
button.vf-bg--blue-grey:hover,
button.vf-bg--blue-grey:focus {
  background-color: #535f6f !important;
}

.vf-bg--dark-moss {
  background-color: #005C63 !important;
}

a.vf-bg--dark-moss:hover, a.vf-bg--dark-moss:focus,
button.vf-bg--dark-moss:hover,
button.vf-bg--dark-moss:focus {
  background-color: #002d30 !important;
}

.vf-bg--dark-blue {
  background-color: #726898 !important;
}

a.vf-bg--dark-blue:hover, a.vf-bg--dark-blue:focus,
button.vf-bg--dark-blue:hover,
button.vf-bg--dark-blue:focus {
  background-color: #69608C !important;
}

.vf-bg--dark-pink {
  background-color: #D1266B !important;
}

a.vf-bg--dark-pink:hover, a.vf-bg--dark-pink:focus,
button.vf-bg--dark-pink:hover,
button.vf-bg--dark-pink:focus {
  background-color: #a61e55 !important;
}

.vf-bg--dark-green {
  background-color: #3DC07C !important;
}

a.vf-bg--dark-green:hover, a.vf-bg--dark-green:focus,
button.vf-bg--dark-green:hover,
button.vf-bg--dark-green:focus {
  background-color: #319963 !important;
}

.vf-bg--dark-red {
  background-color: #E73331 !important;
}

a.vf-bg--dark-red:hover, a.vf-bg--dark-red:focus,
button.vf-bg--dark-red:hover,
button.vf-bg--dark-red:focus {
  background-color: #E5211F !important;
}

.vf-bg--dark-purple {
  background-color: #36286D !important;
}

a.vf-bg--dark-purple:hover, a.vf-bg--dark-purple:focus,
button.vf-bg--dark-purple:hover,
button.vf-bg--dark-purple:focus {
  background-color: #2F235E !important;
}

.vf-bg--light-yellow {
  background-color: #FFFEE5 !important;
}

a.vf-bg--light-yellow:hover, a.vf-bg--light-yellow:focus,
button.vf-bg--light-yellow:hover,
button.vf-bg--light-yellow:focus {
  background-color: #fffcb2 !important;
}

.vf-bg--light-green {
  background-color: #EDF9F3 !important;
}

a.vf-bg--light-green:hover, a.vf-bg--light-green:focus,
button.vf-bg--light-green:hover,
button.vf-bg--light-green:focus {
  background-color: #c7ecda !important;
}

.vf-bg--light-turquoise {
  background-color: #EBF2F3 !important;
}

a.vf-bg--light-turquoise:hover, a.vf-bg--light-turquoise:focus,
button.vf-bg--light-turquoise:hover,
button.vf-bg--light-turquoise:focus {
  background-color: #cbdde0 !important;
}

.vf-bg--light-blue {
  background-color: #EAE9F0 !important;
}

.vf-bg--dark-gray {
  background-color: #AEA9C4 !important;
}


a.vf-bg--light-blue:hover, a.vf-bg--light-blue:focus,
button.vf-bg--light-blue:hover,
button.vf-bg--light-blue:focus {
  background-color: #cbd7e5 !important;
}

.vf-bg--light-red {
  background-color: #FAD6D5 !important;
}

a.vf-bg--light-red:hover, a.vf-bg--light-red:focus,
button.vf-bg--light-red:hover,
button.vf-bg--light-red:focus {
  background-color: #F8C4C3 !important;
}

.vf-bg--light-grey {
  background-color: #EAE9F0 !important;
}

a.vf-bg--light-grey:hover, a.vf-bg--light-grey:focus,
button.vf-bg--light-grey:hover,
button.vf-bg--light-grey:focus {
  background-color: #DEDDE8 !important;
}

.vf-bg--white {
  background-color: #fff !important;
}

.vf-bg--transparent {
  background-color: transparent !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.vf-text--monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.vf-text--justify {
  text-align: justify !important;
}

.vf-text--nowrap {
  white-space: nowrap !important;
}

.vf-text--truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vf-text--left {
  text-align: left !important;
}

.vf-text--right {
  text-align: right !important;
}

.vf-text--center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .vf-text-sm--left {
    text-align: left !important;
  }
  .vf-text-sm--right {
    text-align: right !important;
  }
  .vf-text-sm--center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .vf-text-md--left {
    text-align: left !important;
  }
  .vf-text-md--right {
    text-align: right !important;
  }
  .vf-text-md--center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .vf-text-lg--left {
    text-align: left !important;
  }
  .vf-text-lg--right {
    text-align: right !important;
  }
  .vf-text-lg--center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .vf-text-xl--left {
    text-align: left !important;
  }
  .vf-text-xl--right {
    text-align: right !important;
  }
  .vf-text-xl--center {
    text-align: center !important;
  }
}

.vf-text--lowercase {
  text-transform: lowercase !important;
}

.vf-text--uppercase {
  text-transform: uppercase !important;
}

.vf-text--capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.vf-text--white {
  color: #fff !important;
}

.vf-text--primary {
  color: #36286D !important;
}

a.vf-text--primary:hover, a.vf-text--primary:focus {
  color: #726898 !important;
}

.vf-text--secondary {
  color: #726898 !important;
}

a.vf-text--secondary:hover, a.vf-text--secondary:focus {
  color: #18568a !important;
}

.vf-text--success {
  color: #28a745 !important;
}

a.vf-text--success:hover, a.vf-text--success:focus {
  color: #1e7e34 !important;
}

.vf-text--warning {
  color: #ffc107 !important;
}

a.vf-text--warning:hover, a.vf-text--warning:focus {
  color: #d39e00 !important;
}

.vf-text--danger {
  color: #F93B18 !important;
}

a.vf-text--danger:hover, a.vf-text--danger:focus {
  color: #d82606 !important;
}

.vf-text--light {
  color: #f8f9fa !important;
}

a.vf-text--light:hover, a.vf-text--light:focus {
  color: #dae0e5 !important;
}

.vf-text--dark {
  color: #222222 !important;
}

a.vf-text--dark:hover, a.vf-text--dark:focus {
  color: #090909 !important;
}

.vf-text--blue-grey {
  color: #69788C !important;
}

a.vf-text--blue-grey:hover, a.vf-text--blue-grey:focus {
  color: #535f6f !important;
}

.vf-text--dark-moss {
  color: #005C63 !important;
}

a.vf-text--dark-moss:hover, a.vf-text--dark-moss:focus {
  color: #002d30 !important;
}

.vf-text--dark-blue {
  color: #1E324F !important;
}

a.vf-text--dark-blue:hover, a.vf-text--dark-blue:focus {
  color: #101b2a !important;
}

.vf-text--dark-pink {
  color: #D1266B !important;
}

a.vf-text--dark-pink:hover, a.vf-text--dark-pink:focus {
  color: #a61e55 !important;
}

.vf-text--dark-green {
  color: #3DC07C !important;
}

a.vf-text--dark-green:hover, a.vf-text--dark-green:focus {
  color: #319963 !important;
}

.vf-text--dark-red {
  color: #F93B18 !important;
}

a.vf-text--dark-red:hover, a.vf-text--dark-red:focus {
  color: #d82606 !important;
}

.vf-text--dark-purple {
  color: #9B62C3 !important;
}

a.vf-text--dark-purple:hover, a.vf-text--dark-purple:focus {
  color: #8243af !important;
}

.vf-text--light-yellow {
  color: #FFFEE5 !important;
}

a.vf-text--light-yellow:hover, a.vf-text--light-yellow:focus {
  color: #fffcb2 !important;
}

.vf-text--light-green {
  color: #EDF9F3 !important;
}

a.vf-text--light-green:hover, a.vf-text--light-green:focus {
  color: #c7ecda !important;
}

.vf-text--light-turquoise {
  color: #EBF2F3 !important;
}

a.vf-text--light-turquoise:hover, a.vf-text--light-turquoise:focus {
  color: #cbdde0 !important;
}

.vf-text--light-blue {
  color: #EAE9F0 !important;
}

a.vf-text--light-blue:hover, a.vf-text--light-blue:focus {
  color: #cbd7e5 !important;
}

.vf-text--light-red {
  color: #FEF0EA !important;
}

a.vf-text--light-red:hover, a.vf-text--light-red:focus {
  color: #fccdb9 !important;
}

.vf-text--light-grey {
  color: #EAE9F0 !important;
}

a.vf-text--light-grey:hover, a.vf-text--light-grey:focus {
  color: #d9d9d9 !important;
}

.vf-text--body {
  color: #222222 !important;
}

.vf-text--muted {
  color: #6c757d !important;
}

.vf-text--black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.vf-text--white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.vf-text--hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.vf-text--decoration-none {
  text-decoration: none !important;
}

.text-reset {
  color: inherit !important;
}

.vf-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.vf-sr-only-focusable:active, .vf-sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
/*# sourceMappingURL=main.css.map */
