/*---=== MAIN LESS FILE ===---*/
/*---=== MEDIA QUERIES ===---*/
@media screen and (max-width:575px) {
    @-ms-viewport {
      width: device-width;
    }
  }
  @media screen and (min-width:576px) and (max-width:767px) {
    @-ms-viewport {
      width: device-width;
    }
  }
  @media screen and (min-width:768px) and (max-width:1199px) {
    @-ms-viewport {
      width: device-width;
    }
  }
  /*---===<<< MIX-INS >>>===---*/
  .hide-text {
    overflow: hidden;
    text-indent: -9999em;
    display: block;
  }
  /*.trans(@s:1s) {transition:@s; -moz-transition:@s; -webkit-transition:@s;}*/
  /*---===<<< FUNCTIONS >>>===---*/
  /*---=== 20PX GUTTER GRID ===---*/
  /*---=== COLUMNS ===---*/
  /*---=== COLORS ===---*/
  .txt-brand1 {
    color: #00bcb4;
  }
  .txt-brand2 {
    color: #ff8200;
  }
  .txt-white {
    color: #ffffff;
  }
  .txt-white90 {
    color: rgba(255, 255, 255, 0.9);
  }
  .txt-white75 {
    color: rgba(255, 255, 255, 0.75);
  }
  .txt-black {
    color: #000000;
  }
  .txt-black90 {
    color: rgba(0, 0, 0, 0.9);
  }
  .txt-black75 {
    color: rgba(0, 0, 0, 0.75);
  }
  .txt-border-gray {
    color: #c5c5c4;
  }
  .txt-hov-gray {
    color: #888c8d;
  }
  .txt-onblack-gray {
    color: #8a8c8c;
  }
  .txt-gray {
    color: #6f6f6e;
  }
  .txt-md-gray {
    color: #575756;
  }
  .txt-drk-gray {
    color: #202020;
  }
  .txt-tier1 {
    color: #767c8c;
  }
  .txt-tier2 {
    color: #d6ba83;
  }
  .txt-tier3 {
    color: #b7c4c9;
  }
  .bg-reset {
    background: none;
  }
  .bg-trans {
    background: transparent;
  }
  .bg-brand1 {
    background-color: #00bcb4;
  }
  .bg-brand1-90 {
    background-color: rgba(0, 188, 180, 0.9);
  }
  .bg-brand1-75 {
    background-color: rgba(0, 188, 180, 0.75);
  }
  .bg-brand2 {
    background-color: #ff8200;
  }
  .bg-white {
    background-color: #ffffff;
  }
  .bg-white90 {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .bg-white75 {
    background-color: rgba(255, 255, 255, 0.75);
  }
  .bg-black {
    background-color: #000000;
  }
  .bg-black90 {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .bg-black75 {
    background-color: rgba(0, 0, 0, 0.75);
  }
  .bg-lt-gray {
    background-color: #f7f7f8;
  }
  .bg-lt2-gray {
    background-color: #f7f7f8;
  }
  .bg-border-gray {
    background-color: #c5c5c4;
  }
  .bg-onblack-gray {
    background-color: #8a8c8c;
  }
  .bg-drk-gray {
    background-color: #202020;
  }
  /*---=== FONT ===---*/
  /* Font Familys */
  .arial {
    font-family: Arial, sans-serif;
  }
  .d-lt {
    font-family: "DIN-Lt", Arial, sans-serif;
    font-weight: normal;
  }
  .d-it {
    font-family: "DIN-Italic", Arial, sans-serif;
    font-weight: normal;
  }
  .d {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
  }
  .d-md {
    font-family: "DIN-Med", Arial, sans-serif;
    font-weight: normal;
  }
  .dcond {
    font-family: "DIN-Cond", Arial, sans-serif;
    font-weight: normal;
  }
  .dcond-md {
    font-family: "DIN-CondMed", Arial, sans-serif;
    font-weight: normal;
  }
  .dcond-b {
    font-family: "DIN-CondBold", Arial, sans-serif;
    font-weight: normal;
  }
  /* Font Weights and Transforms */
  .bold {
    font-weight: bold;
  }
  .lower {
    text-transform: lowercase;
  }
  .talign-l {
    text-align: left;
  }
  .talign-c {
    text-align: center;
  }
  .talign-r {
    text-align: right;
  }
  .no-breaky {
    white-space: nowrap;
  }
  /*---===<<< UNIVERSAL RESETS AND STYLES >>>===---*/
  * {
    margin: 0;
    padding: 0;
  }
  .clearlist,
  .clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
  }
  button {
    cursor: pointer;
  }
  button:focus {
    outline: none;
  }
  .left {
    float: left;
  }
  .right {
    float: right;
  }
  .clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
  }
  .clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
  }
  .hide {
    display: none;
  }
  @media screen and (max-width:767px) {
    .hide-mob {
      display: none;
      /* transition: all 0.2s; */
      /* transform: translateY(-100px); */
      /* opacity: 1; */
    }
  }
  .block {
    display: block;
  }
  .inline {
    display: inline-block;
  }
  .round {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  ::-moz-selection {
    color: #fff;
    background: #000;
  }
  ::-webkit-selection {
    color: #fff;
    background: #000;
  }
  ::selection {
    color: #fff;
    background: #000;
  }
  .animate,
  .animate * {
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  }
  .no-animate,
  .no-animate * {
    -webkit-transition: 0 none !important;
    -moz-transition: 0 none !important;
    -ms-transition: 0 none !important;
    -o-transition: 0 none !important;
    transition: 0 none !important;
  }
  .shadow {
    -webkit-box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.15);
  }
  .white-shadow {
    -webkit-box-shadow: 0px 0px 200px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0px 0px 200px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 200px rgba(255, 255, 255, 0.2);
  }
  .full-wrapper {
    margin: 0 2%;
  }
  .error-red-border {
    border-color: #ff0000;
  }
  a img {
    border: 0;
  }
  a:focus {
    border: none;
    outline: none;
  }
  .btn:focus {
    box-shadow: none;
  }
  /* Section Margins and Padding */
  .sec-marg-default {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  @media screen and (min-width:992px) {
    .sec-marg-default {
      margin-top: 125px;
      margin-bottom: 125px;
    }
  }
  .sec-pad-default {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  @media screen and (min-width:992px) {
    .sec-pad-default {
      padding-top: 125px;
      padding-bottom: 125px;
    }
  }
  .sec-pad-default-sm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sec-pad-default-sm--bottom {
    padding-bottom: 30px;
  }
  @media screen and (min-width:992px) {
    .sec-pad-default-sm {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .sec-pad-default-sm--bottom {
      padding-bottom: 50px;
    }
  }
  .sec-pad-top {
    padding-top: 80px;
  }
  @media screen and (min-width:768px) {
    .sec-pad-top {
      padding-top: 100px;
    }
  }
  .sec-pad-bot {
    padding-bottom: 70px;
  }
  @media screen and (min-width:768px) {
    .sec-pad-bot {
      padding-bottom: 100px;
    }
  }
  @media screen and (min-width:1200px) {
    .sec-sm-pad-top {
      padding-top: 100px;
    }
  }
  @media (max-width: 1199px) {
    .sec-sm-pad-top {
      padding-top: 50px;
    }
  }
  @media screen and (max-width:575px) {
    .sec-sm-pad-top {
      padding-top: 20px;
    }
  }
  @media screen and (min-width:1200px) {
    .sec-keyben-pad {
      padding-top: 230px;
      padding-bottom: 230px;
    }
  }
  @media (max-width: 1199px) {
    .sec-keyben-pad {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }
  @media screen and (max-width:767px) {
    .sec-keyben-pad {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }
  @media screen and (max-width:575px) {
    .sec-keyben-pad {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }
  @media screen and (min-width:1200px) {
    .sec-keyben-pad-sm {
      padding-top: 130px;
      padding-bottom: 130px;
    }
  }
  @media (max-width: 1199px) {
    .sec-keyben-pad-sm {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }
  @media screen and (max-width:991px) {
    .sec-keyben-pad-sm {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  @media screen and (max-width:767px) {
    .sec-keyben-pad-sm {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }
  @media screen and (max-width:575px) {
    .sec-keyben-pad-sm {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }
  .box-cont-pad {
    padding: 20px;
  }
  @media screen and (min-width:768px) {
    .box-cont-pad {
      padding: 25px;
    }
  }
  .box-grid-marg-wrap {
    margin-top: 45px;
  }
  @media screen and (min-width:768px) {
    .box-grid-marg-wrap {
      margin-top: 45px;
    }
  }
  .box-grid-marg-bot {
    margin-bottom: 20px;
  }
  @media screen and (min-width:768px) {
    .box-grid-marg-bot {
      margin-bottom: 30px;
    }
  }
  /* Offset Rt */
  .offset-right-12 {
    margin-right: 100%;
  }
  .offset-right-11 {
    margin-right: 91.66666667%;
  }
  .offset-right-10 {
    margin-right: 83.33333333%;
  }
  .offset-right-9 {
    margin-right: 75%;
  }
  .offset-right-8 {
    margin-right: 66.66666667%;
  }
  .offset-right-7 {
    margin-right: 58.33333333%;
  }
  .offset-right-6 {
    margin-right: 50%;
  }
  .offset-right-5 {
    margin-right: 41.66666667%;
  }
  .offset-right-4 {
    margin-right: 33.33333333%;
  }
  .offset-right-3 {
    margin-right: 25%;
  }
  .offset-right-2 {
    margin-right: 16.66666667%;
  }
  .offset-right-1 {
    margin-right: 8.33333333%;
  }
  .offset-right-0 {
    margin-right: 0;
  }
  @media screen and (min-width:1200px) {
    .offset-xl-right-12 {
      margin-right: 100%;
    }
    .offset-xl-right-11 {
      margin-right: 91.66666667%;
    }
    .offset-xl-right-10 {
      margin-right: 83.33333333%;
    }
    .offset-xl-right-9 {
      margin-right: 75%;
    }
    .offset-xl-right-8 {
      margin-right: 66.66666667%;
    }
    .offset-xl-right-7 {
      margin-right: 58.33333333%;
    }
    .offset-xl-right-6 {
      margin-right: 50%;
    }
    .offset-xl-right-5 {
      margin-right: 41.66666667%;
    }
    .offset-xl-right-4 {
      margin-right: 33.33333333%;
    }
    .offset-xl-right-3 {
      margin-right: 25%;
    }
    .offset-xl-right-2 {
      margin-right: 16.66666667%;
    }
    .offset-xl-right-1 {
      margin-right: 8.33333333%;
    }
    .offset-xl-right-0 {
      margin-right: 0;
    }
  }
  @media screen and (min-width:992px) {
    .offset-lg-right-12 {
      margin-right: 100%;
    }
    .offset-lg-right-11 {
      margin-right: 91.66666667%;
    }
    .offset-lg-right-10 {
      margin-right: 83.33333333%;
    }
    .offset-lg-right-9 {
      margin-right: 75%;
    }
    .offset-lg-right-8 {
      margin-right: 66.66666667%;
    }
    .offset-lg-right-7 {
      margin-right: 58.33333333%;
    }
    .offset-lg-right-6 {
      margin-right: 50%;
    }
    .offset-lg-right-5 {
      margin-right: 41.66666667%;
    }
    .offset-lg-right-4 {
      margin-right: 33.33333333%;
    }
    .offset-lg-right-3 {
      margin-right: 25%;
    }
    .offset-lg-right-2 {
      margin-right: 16.66666667%;
    }
    .offset-lg-right-1 {
      margin-right: 8.33333333%;
    }
    .offset-lg-right-0 {
      margin-right: 0;
    }
  }
  @media screen and (min-width:768px) {
    .offset-md-right-12 {
      margin-right: 100%;
    }
    .offset-md-right-11 {
      margin-right: 91.66666667%;
    }
    .offset-md-right-10 {
      margin-right: 83.33333333%;
    }
    .offset-md-right-9 {
      margin-right: 75%;
    }
    .offset-md-right-8 {
      margin-right: 66.66666667%;
    }
    .offset-md-right-7 {
      margin-right: 58.33333333%;
    }
    .offset-md-right-6 {
      margin-right: 50%;
    }
    .offset-md-right-5 {
      margin-right: 41.66666667%;
    }
    .offset-md-right-4 {
      margin-right: 33.33333333%;
    }
    .offset-md-right-3 {
      margin-right: 25%;
    }
    .offset-md-right-2 {
      margin-right: 16.66666667%;
    }
    .offset-md-right-1 {
      margin-right: 8.33333333%;
    }
    .offset-md-right-0 {
      margin-right: 0;
    }
  }
  /*---===<<< GRID CLASSES >>>===---*/
  /*---===<<< FONTS >>>===---*/
  /* LESS Document */
  /* DIN Font Import */
  @font-face {
    font-family: "DIN";
    src: url("https://download2.vectorworks.net/web/static-assets/fonts/DIN_Reg/5eb0af6c-78f3-4b41-a963-221e4bbae0a3.eot?#iefix");
    src: url("https://download2.vectorworks.net/web/static-assets/fonts/DIN_Reg/5eb0af6c-78f3-4b41-a963-221e4bbae0a3.eot?#iefix") format("eot"), url("https://download2.vectorworks.net/web/static-assets/fonts/DIN_Reg/89495911-441c-4a94-b785-8fbbde758233.woff2") format("woff2"), url("https://download2.vectorworks.net/web/static-assets/fonts/DIN_Reg/27e61977-1c85-4892-b030-9d3339639298.woff") format("woff"), url("https://download2.vectorworks.net/web/static-assets/fonts/DIN_Reg/38c9d500-4abf-4486-a088-30b4c9233d29.ttf") format("truetype");
  }
  @font-face {
    font-family: "DIN-Lt";
    src: url("https://download2.vectorworks.net/web/static-assets/fonts/DIN_Light/1d02ce13-aafd-4c16-8182-09c3da13b4aa.eot?#iefix");
    src: url("https://download2.vectorworks.net/web/static-assets/fonts/DIN_Light/1d02ce13-aafd-4c16-8182-09c3da13b4aa.eot?#iefix") format("eot"), url("https://download2.vectorworks.net/web/static-assets/fonts/DIN_Light/e259563d-7c59-40c9-999d-11259f239777.woff2") format("woff2"), url("https://download2.vectorworks.net/web/static-assets/fonts/DIN_Light/12fdfba0-a41d-4419-8dcf-522291a23af2.woff") format("woff"), url("https://download2.vectorworks.net/web/static-assets/fonts/DIN_Light/29d75aac-ff34-429b-8d02-eca27f239530.ttf") format("truetype");
  }
  @font-face {
    font-family: "DIN-Med";
    src: url("https://s3.amazonaws.com/download2.nemetschek.net/web/static-assets/fonts/DIN-Med/din-medium.woff2");
    src: url("https://download2.vectorworks.net/web/static-assets/fonts/DIN-Med/2faca088-c5cd-4839-8d0d-9114e46a2fa9.eot?#iefix") format("eot"), url("https://download2.vectorworks.net/web/static-assets/fonts/DIN-Med/3a97d711-0278-4fcc-9527-37e7911bcfb7.woff2") format("woff2"), url("https://download2.vectorworks.net/web/static-assets/fonts/DIN-Med/8491ec80-cec4-4e7a-8c3a-27c0cf767c12.woff") format("woff"), url("https://download2.vectorworks.net/web/static-assets/fonts/DIN-Med/f28d8edb-74fe-471d-b259-11e0398960b9.ttf") format("truetype");
  }
  @font-face {
    font-family: "DIN-Cond";
    src: url("https://download2.vectorworks.net/web/static-assets/fonts/DIN_Cond/92b9d4a1-9ae3-40f0-928c-0e31c6bc3189.eot?#iefix");
    src: url("https://download2.vectorworks.net/web/static-assets/fonts/DIN_Cond/92b9d4a1-9ae3-40f0-928c-0e31c6bc3189.eot?#iefix") format("eot"), url("https://download2.vectorworks.net/web/static-assets/fonts/DIN_Cond/6159dda7-8634-4aa8-a515-4b1a1d9559cb.woff2") format("woff2"), url("https://download2.vectorworks.net/web/static-assets/fonts/DIN_Cond/e59598a2-53d0-4028-847d-b37faee6772f.woff") format("woff"), url("https://download2.vectorworks.net/web/static-assets/fonts/DIN_Cond/0e7aad7a-314e-4575-a1c8-a8bf6cfa0888.ttf") format("truetype");
  }
  @font-face {
    font-family: "DIN-CondMed";
    src: url("https://download2.vectorworks.net/web/static-assets/fonts/DIN_CondMed/25e31e6b-a3ab-43eb-8532-80e7e21764d6.eot?#iefix");
    src: url("https://download2.vectorworks.net/web/static-assets/fonts/DIN_CondMed/25e31e6b-a3ab-43eb-8532-80e7e21764d6.eot?#iefix") format("eot"), url("https://download2.vectorworks.net/web/static-assets/fonts/DIN_CondMed/9999c76f-4468-426c-8650-65d39b11a7da.woff2") format("woff2"), url("https://download2.vectorworks.net/web/static-assets/fonts/DIN_CondMed/09c7c276-17f4-4e35-81ba-e50beab6964e.woff") format("woff"), url("https://download2.vectorworks.net/web/static-assets/fonts/DIN_CondMed/72819ccb-1515-4d20-9855-821283c6fdbb.ttf") format("truetype");
  }
  @font-face {
    font-family: "DIN-Italic";
    src: url("https://download2.vectorworks.net/web/static-assets/fonts/DIN-Italic/adff7f7a-50a8-4c22-a26e-e8661b677735.eot?#iefix");
    src: url("https://download2.vectorworks.net/web/static-assets/fonts/DIN-Italic/adff7f7a-50a8-4c22-a26e-e8661b677735.eot?#iefix") format("eot"), url("https://download2.vectorworks.net/web/static-assets/fonts/DIN-Italic/e75ed71f-0579-409d-9ba0-96aee64a7112.woff2") format("woff2"), url("https://download2.vectorworks.net/web/static-assets/fonts/DIN-Italic/8a89fc70-65e6-4065-922b-414b99184d16.woff") format("woff"), url("https://download2.vectorworks.net/web/static-assets/fonts/DIN-Italic/be122789-8557-4595-8f5a-44b75cad68b3.ttf") format("truetype");
  }
  /*---===<<< ICO FONT >>>===---*/
  /* LESS Document */
  /* Icon Fonts */
  /* Main VW Icon Font*/
  @font-face {
    font-family: 'ico-vw';
    src: url('https://download2.vectorworks.net/web/static-assets/fonts/ico-vw-2019/ico-vw.eot?xahyof');
    src: url('https://download2.vectorworks.net/web/static-assets/fonts/ico-vw-2019/ico-vw.eot?xahyof#iefix') format('embedded-opentype'), url('https://download2.vectorworks.net/web/static-assets/fonts/ico-vw-2019/ico-vw.ttf?xahyof') format('truetype'), url('https://download2.vectorworks.net/web/static-assets/fonts/ico-vw-2019/ico-vw.woff?xahyof') format('woff'), url('https://download2.vectorworks.net/web/static-assets/fonts/ico-vw-2019/ico-vw.woff2?xahyof') format('woff2'), url('https://download2.vectorworks.net/web/static-assets/fonts/ico-vw-2019/ico-vw.svg?xahyof#ico-vw') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  [class^="ico-"],
  [class*=" ico-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ico-vw' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .ico {
    position: relative;
  }
  .ico:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ico-vw' !important;
    /* speak:none; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .ico-vw-v:before {
    content: "\e900";
  }
  .ico-search:before {
    content: "\e901";
  }
  .ico-search-circ:before {
    content: "\e902";
  }
  .ico-login:before {
    content: "\e903";
  }
  .ico-fb:before {
    content: "\e904";
  }
  .ico-ig:before {
    content: "\e905";
  }
  .ico-tw:before {
    content: "\e906";
  }
  .ico-yt:before {
    content: "\e907";
  }
  .ico-blog:before {
    content: "\e908";
  }
  .ico-hamburger:before {
    content: "\e909";
  }
  .ico-plus:before {
    content: "\e90a";
  }
  .ico-plus-circ:before {
    content: "\e90b";
  }
  .ico-plus-circ-fill:before {
    content: "\e90c";
  }
  .ico-close:before {
    content: "\e90d";
  }
  .ico-close-circ:before {
    content: "\e90e";
  }
  .ico-close-circ-fill:before {
    content: "\e90f";
  }
  .ico-chevron-rt-dbl:before {
    content: "\e910";
  }
  .ico-chevron-down:before {
    content: "\e911";
  }
  .ico-chevron-lft:before {
    content: "\e912";
  }
  .ico-chevron-rt:before {
    content: "\e913";
  }
  .ico-chevron-lft-box:before {
    content: "\e914";
  }
  .ico-chevron-rt-box:before {
    content: "\e915";
  }
  .ico-chevron-lft-box-fill:before {
    content: "\e916";
  }
  .ico-chevron-rt-box-fill:before {
    content: "\e917";
  }
  .ico-arrow-lft:before {
    content: "\e918";
  }
  .ico-arrow-rt:before {
    content: "\e919";
  }
  .ico-arrow-lft-box:before {
    content: "\e91a";
  }
  .ico-arrow-rt-box:before {
    content: "\e91b";
  }
  .ico-arrow-lft-box-fill:before {
    content: "\e91c";
  }
  .ico-arrow-rt-box-fill:before {
    content: "\e91d";
  }
  .ico-play-btn:before {
    content: "\e91e";
  }
  .ico-play-btn-box:before {
    content: "\e91f";
  }
  .ico-play-btn-box-fill:before {
    content: "\e920";
  }
  .ico-check:before {
    content: "\e921";
  }
  .ico-check-circ:before {
    content: "\e922";
  }
  .ico-check-circ-fill:before {
    content: "\e923";
  }
  .ico-quotes:before {
    content: "\e924";
  }
  .ico-document:before {
    content: "\e925";
  }
  .ico-webinars:before {
    content: "\e926";
  }
  .ico-remote-assist:before {
    content: "\e927";
  }
  .ico-classroom:before {
    content: "\e928";
  }
  .ico-award:before {
    content: "\e929";
  }
  .ico-full-screen:before {
    content: "\e92a";
  }
  .ico-img-credit:before {
    content: "\e92b";
  }
  .ico-pano-360:before {
    content: "\e92c";
  }
  .ico-minus-circ:before {
    content: "\e92d";
  }
  .ico-info-circ:before {
    content: "\e92e";
  }
  .ico-quest-circ-fill:before {
    content: "\e92f";
  }
  .ico-li:before {
    content: "\e930";
  }
  /* Ico After */
  .ico-after {
    position: relative;
  }
  .ico-after:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ico-vw' !important;
    /* speak:none; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .ico-vw-v-after:after {
    content: "\e900";
  }
  .ico-search-after:after {
    content: "\e901";
  }
  .ico-search-circ-after:after {
    content: "\e902";
  }
  .ico-login-after:after {
    content: "\e903";
  }
  .ico-fb-after:after {
    content: "\e904";
  }
  .ico-ig-after:after {
    content: "\e905";
  }
  .ico-tw-after:after {
    content: "\e906";
  }
  .ico-yt-after:after {
    content: "\e907";
  }
  .ico-blog-after:after {
    content: "\e908";
  }
  .ico-hamburger-after:after {
    content: "\e909";
  }
  .ico-plus-after:after {
    content: "\e90a";
  }
  .ico-plus-circ-after:after {
    content: "\e90b";
  }
  .ico-plus-circ-fill-after:after {
    content: "\e90c";
  }
  .ico-close-after:after {
    content: "\e90d";
  }
  .ico-close-circ-after:after {
    content: "\e90e";
  }
  .ico-close-circ-fill-after:after {
    content: "\e90f";
  }
  .ico-chevron-rt-dbl-after:after {
    content: "\e910";
  }
  .ico-chevron-down-after:after {
    content: "\e911";
  }
  .ico-chevron-lft-after:after {
    content: "\e912";
  }
  .ico-chevron-rt-after:after {
    content: "\e913";
  }
  .ico-chevron-lft-box-after:after {
    content: "\e914";
  }
  .ico-chevron-rt-box-after:after {
    content: "\e915";
  }
  .ico-chevron-lft-box-fill-after:after {
    content: "\e916";
  }
  .ico-chevron-rt-box-fill-after:after {
    content: "\e917";
  }
  .ico-arrow-lft-after:after {
    content: "\e918";
  }
  .ico-arrow-rt-after:after {
    content: "\e919";
  }
  .ico-arrow-lft-box-after:after {
    content: "\e91a";
  }
  .ico-arrow-rt-box-after:after {
    content: "\e91b";
  }
  .ico-arrow-lft-box-fill-after:after {
    content: "\e91c";
  }
  .ico-arrow-rt-box-fill-after:after {
    content: "\e91d";
  }
  .ico-play-btn-after:after {
    content: "\e91e";
  }
  .ico-play-btn-box-after:after {
    content: "\e91f";
  }
  .ico-play-btn-box-fill-after:after {
    content: "\e920";
  }
  .ico-check-after:after {
    content: "\e921";
  }
  .ico-check-circ-after:after {
    content: "\e922";
  }
  .ico-check-circ-fill-after:after {
    content: "\e923";
  }
  .ico-quotes-after:after {
    content: "\e924";
  }
  .ico-document-after:after {
    content: "\e925";
  }
  .ico-webinars-after:after {
    content: "\e926";
  }
  .ico-remote-assist-after:after {
    content: "\e927";
  }
  .ico-classroom-after:after {
    content: "\e928";
  }
  .ico-award-after:after {
    content: "\e929";
  }
  .ico-full-screen-after:after {
    content: "\e92a";
  }
  .ico-img-credit-after:after {
    content: "\e92b";
  }
  .ico-pano-360-after:after {
    content: "\e92c";
  }
  .ico-minus-circ-after:before {
    content: "\e92d";
  }
  .ico-info-circ-after:before {
    content: "\e92e";
  }
  .ico-quest-circ-fill-after:before {
    content: "\e92f";
  }
  .ico-li-after:before {
    content: "\e930";
  }
  /*---===<<< NAVS >>>===---*/
  /* LESS Document */
  .search-navbar-collapse {
    display: none;
  }
  .nav-wrap {
    background-color: #000000;
  }
  .nav-wrap > div {
    max-width: 1800px;
    margin: 0 auto;
  }
  .navbar-nav {
    margin-top: 0;
  }
  .navbar-nav a {
    text-decoration: none;
  }
  .vw-main-nav {
    background-color: #000000;
    max-width: 2400px;
    padding: 0 1rem;
    /*~~---Main Site Search---~~*/
    /* Buttons */
    /* Links */
    /* Icons */
    /* Layout for search container */
    /* Search Initiator Wrapper */
    /* Search Input */
    /*~~---//Main Site Search---~~*/
  }
  .vw-main-nav ul.navbar-nav li.nav-item {
    font-family: "DIN-Med", Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1.5px;
    margin: 0;
    text-align: left;
    text-indent: 0;
  }
  .vw-main-nav ul.navbar-nav li.nav-item a.nav-link {
    font-family: "DIN-Med", Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1.5px;
    margin: 0;
    text-align: left;
    text-indent: 0;
  }
  .vw-main-nav ul.navbar-nav li.nav-item::before {
    content: none;
  }
  .vw-main-nav ul.navbar-nav.login .ico.ico-login {
    font-size: 25px;
    line-height: 0;
    position: relative;
    top: 1px;
    margin: 0 10px;
  }
  .vw-main-nav ul.navbar-nav.login .dropdown-toggle::after {
    display: none;
  }
  .vw-main-nav ul.navbar-nav.login li.nav-item a.nav-link {
    padding: 0;
  }
  .vw-main-nav ul.navbar-nav.login .dropdown-menu {
    z-index: 1030;
  }
  .vw-main-nav ul.navbar-nav.login .dropdown-menu .dropdown-item {
    letter-spacing: 0.15em;
  }
  .vw-main-nav ul.navbar-nav.login .dropdown-menu .dropdown-item:hover {
    color: #888c8d;
  }
  .vw-main-nav .navbar-brand {
    width: 200px;
    display: block;
  }
  .vw-main-nav .navbar-brand .vw-v {
    width: 35px;
  }
  .vw-main-nav .btn-hidden {
    pointer-events: none;
    opacity: 0;
  }
  .vw-main-nav .hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
  }
  .vw-main-nav .icon {
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin: 0 auto;
    fill: currentColor;
  }
  .vw-main-nav .search {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: rgba(11, 14, 18, 0.95);
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 72px);
    pointer-events: none;
    padding-top: 60px;
    opacity: 0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    margin-top: 72px;
  }
  .vw-main-nav .search::before,
  .vw-main-nav .search::after {
    content: "";
    position: absolute;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    pointer-events: none;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
  }
  .vw-main-nav .search::before {
    top: 0;
    left: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    transform: translate3d(-15px, -15px, 0);
    -webkit-transform: translate3d(-15px, -15px, 0);
    -moz-transform: translate3d(-15px, -15px, 0);
    -ms-transform: translate3d(-15px, -15px, 0);
  }
  .vw-main-nav .search::after {
    right: 0;
    bottom: 0;
    border-top-width: 0;
    border-left-width: 0;
    transform: translate3d(15px, 15px, 0);
    -webkit-transform: translate3d(15px, 15px, 0);
    -moz-transform: translate3d(15px, 15px, 0);
    -ms-transform: translate3d(15px, 15px, 0);
  }
  .vw-main-nav .search-wrap {
    width: 52px;
  }
  .vw-main-nav .search-wrap .btn-search {
    margin: 0;
    padding: 23px 0;
    cursor: pointer;
    border: none;
    background: none;
    text-decoration: none;
    color: #fff;
    outline: none;
  }
  .vw-main-nav .search-wrap .btn-search:focus {
    outline: none;
  }
  .vw-main-nav .search-wrap .ico {
    left: 0;
    padding: 0;
    margin: 0;
    width: 26px;
    height: 26px;
    font-size: 25px;
    line-height: 0;
  }
  .vw-main-nav .search-wrap .ico-plus {
    transform: rotate(135deg);
    display: none;
  }
  .vw-main-nav .search-wrap .ico-plus::before {
    transform: rotate(135deg);
  }
  .vw-main-nav .search-wrap .mob-search {
    font-family: "DIN-Med", Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1.5px;
    margin: 0;
    text-align: left;
    text-indent: 0;
  }
  .vw-main-nav .search-wrap.search-open .btn-search-plus {
    cursor: pointer;
  }
  .vw-main-nav .search-wrap.search-open .btn-search {
    padding-top: 26px;
    z-index: 1;
  }
  .vw-main-nav .search-wrap.search-open .ico.ico-plus {
    z-index: 3;
    transform: rotate(135deg);
    cursor: pointer;
  }
  .vw-main-nav .search-wrap.search-open .ico.ico-search-circ {
    opacity: 0;
    z-index: 1;
  }
  .vw-main-nav .search-wrap.search-open .btn-search-close {
    opacity: 1;
  }
  .vw-main-nav .search-form {
    width: 80%;
    margin: 0;
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transform: scale3d(0.8, 0.8, 1);
    -moz-transform: scale3d(0.8, 0.8, 1);
    -ms-transform: scale3d(0.8, 0.8, 1);
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transition: opacity 0.5s, transform 0.5s;
    -moz-transition: opacity 0.5s, transform 0.5s;
  }
  .vw-main-nav .search-input {
    font-family: "DIN-Lt", Arial, sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.5;
    text-transform: none;
    color: #888c8d;
    letter-spacing: 0.01em;
    margin: 0;
    text-align: left;
    text-indent: 0;
    border: 0;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.05em 0;
    border-bottom: 1px solid #ffffff;
  }
  .vw-main-nav .search-input:focus {
    outline: none;
  }
  .vw-main-nav .search-input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge
                    opacity:0.3; color:rgba(255,255,255,0.25);*/
    font-family: "DIN-Lt", Arial, sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.5;
    text-transform: none;
    color: #888c8d;
    letter-spacing: 0.01em;
    margin: 0;
    text-align: left;
    text-indent: 0;
  }
  .vw-main-nav .search-input::-moz-placeholder {
    opacity: 0.3;
    /* Mozilla Firefox 19+
                    color:rgba(255,255,255,0.25);*/
    font-family: "DIN-Lt", Arial, sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.5;
    text-transform: none;
    color: #888c8d;
    letter-spacing: 0.01em;
    margin: 0;
    text-align: left;
    text-indent: 0;
  }
  .vw-main-nav .search-input:-ms-input-placeholder {
    /* Internet Explorer 10-11
                    opacity:0.3; color:rgba(255,255,255,0.25);*/
    font-family: "DIN-Lt", Arial, sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.5;
    text-transform: none;
    color: #888c8d;
    letter-spacing: 0.01em;
    margin: 0;
    text-align: left;
    text-indent: 0;
  }
  .vw-main-nav .search-input::-webkit-search-cancel-button,
  .vw-main-nav .search-input::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  .vw-main-nav .search-input::-ms-clear {
    display: none;
  }
  .vw-main-nav .search-info {
    font-size: 90%;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    padding: 0.85em 0;
    text-align: right;
    color: rgba(255, 255, 255, 0.25);
  }
  .vw-main-nav .search-open {
    pointer-events: auto;
    opacity: 1;
  }
  .vw-main-nav .search-open::before,
  .vw-main-nav .search-open::after {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
  .vw-main-nav .search-open .search-form {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
  }
  .vw-main-nav .search-open .search-form button:hover {
    cursor: pointer;
  }
  .vw-main-nav .search-open .search-form .vw-btn {
    border-color: #ffffff;
    color: #ffffff;
  }
  .vw-main-nav .search-open .search-form .vw-btn:hover {
    background-color: #ffffff;
    color: #000000;
  }
  /*---Hamburger---*/
  .menustate {
    display: none;
  }
  /*---//Hamburger---*/
  @media screen and (min-width:1400px) {
    .vw-main-nav .navbar-brand {
      padding: 20px 0;
      margin-right: 6vw;
    }
  }
  @media screen and (min-width:1200px) {
    .vw-main-nav {
      padding: 0 35px;
      /*~~---Main Site Search---~~*/
      /*~~---//Main Site Search---~~*/
    }
    .vw-main-nav ul.navbar-nav li.nav-item {
      letter-spacing: 2px;
    }
    .vw-main-nav ul.navbar-nav li.nav-item:hover {
      border-top: 3px solid #888c8d;
    }
    .vw-main-nav ul.navbar-nav li.nav-item:hover a.nav-link {
      padding-top: 25px;
    }
    .vw-main-nav ul.navbar-nav.login {
      margin-right: 30px;
    }
    .vw-main-nav ul.navbar-nav.login li.nav-item a.nav-link {
      margin-right: 4px;
    }
    .vw-main-nav ul.navbar-nav.login li.nav-item a.nav-link:hover .ico.ico-login {
      top: 2px;
    }
    .vw-main-nav ul.navbar-nav.login li.nav-item:hover,
    .vw-main-nav ul.navbar-nav.login li.nav-item.show {
      border-top: 3px solid #888c8d;
    }
    .vw-main-nav ul.navbar-nav.login li.nav-item:hover a.nav-link,
    .vw-main-nav ul.navbar-nav.login li.nav-item.show a.nav-link {
      padding-top: 21px;
    }
    .vw-main-nav ul.navbar-nav.login li.nav-item:hover .dropdown-menu,
    .vw-main-nav ul.navbar-nav.login li.nav-item.show .dropdown-menu {
      top: 72px;
    }
    .vw-main-nav ul.navbar-nav.login .ico.ico-login {
      top: 2px;
    }
    .vw-main-nav ul.navbar-nav.login .mob-hide {
      position: relative;
      top: -4px;
      left: auto;
      bottom: auto;
      right: auto;
    }
    .vw-main-nav .search-wrap {
      width: auto;
      height: 75px;
      position: relative;
      top: auto;
      left: auto;
      bottom: auto;
      right: auto;
    }
    .vw-main-nav .search-wrap:hover {
      border-top: 3px solid #888c8d;
    }
    .vw-main-nav .search-wrap:hover .btn-search {
      padding: 22px 0 21px;
    }
    .vw-main-nav .search-wrap:hover .btn-search .mob-search {
      top: -5px;
    }
    .vw-main-nav .search-wrap:hover .ico.ico-search-circ {
      top: 1px;
    }
    .vw-main-nav .search-wrap .btn-search {
      width: auto;
      padding: 23px 0;
    }
    .vw-main-nav .search-wrap .btn-search .mob-search {
      position: relative;
      top: -3px;
      left: auto;
      bottom: auto;
      right: auto;
    }
    .vw-main-nav .search-wrap .ico {
      margin-right: 8px;
      position: relative;
      top: 3px;
      left: auto;
      bottom: auto;
      right: auto;
    }
    .vw-main-nav .search-wrap.search-open .btn-search {
      padding-top: 21px;
    }
    .vw-main-nav .search-wrap.search-open .ico.ico-search-circ {
      z-index: 1;
    }
  }
  @media screen and (min-width:992px) {
    .vw-main-nav {
      margin: 0 auto;
      /* Hamburger */
      /*~~---Main Site Search---~~*/
      /*Search Input*/
      /*~~---//Main Site Search---~~*/
    }
    .vw-main-nav ul.navbar-nav li.nav-item a.nav-link {
      padding: 28px 15px;
    }
    .vw-main-nav ul.navbar-nav.login {
      /* Login Dropdown */
    }
    .vw-main-nav ul.navbar-nav.login li.nav-item a.nav-link {
      padding: 23px 0;
    }
    .vw-main-nav ul.navbar-nav.login .dropdown-menu {
      top: 74px;
      border: 0;
      background: rgba(11, 14, 18, 0.9);
      font-family: "DIN-Lt", Arial, sans-serif;
      font-weight: normal;
      font-size: 13px;
      line-height: 1.5;
      text-transform: uppercase;
      color: #ffffff;
      letter-spacing: 0;
      margin: 0;
      text-align: left;
      text-indent: 0;
      padding: 0 1.5rem;
      border-radius: 0;
    }
    .vw-main-nav ul.navbar-nav.login .dropdown-menu .dropdown-item {
      padding: 1rem 0;
      border-top: 0.25px solid #888c8d;
      background: none;
      font-family: "DIN-Lt", Arial, sans-serif;
      font-weight: normal;
      font-size: 13px;
      line-height: 1.5;
      text-transform: uppercase;
      color: #ffffff;
      letter-spacing: 0.15em;
      margin: 0;
      text-align: left;
      text-indent: 0;
    }
    .vw-main-nav ul.navbar-nav.login .dropdown-menu .dropdown-item:first-child {
      border-top: 0;
    }
    .vw-main-nav .navbar-brand {
      padding: 18px 0;
      margin-right: 2vw;
    }
    .vw-main-nav .navbar-toggler {
      display: none;
    }
    .vw-main-nav .search-wrap {
      /*height:75px; .relative();*/
    }
    .vw-main-nav .search-wrap:hover {
      border-top: 3px solid #888c8d;
    }
    .vw-main-nav .search-wrap.search-open {
      border-top: 3px solid #888c8d;
    }
    .vw-main-nav .search-form {
      width: 50%;
    }
    .vw-main-nav .search-form .ico {
      color: #ffffff;
      background: none;
      font-size: 25px;
      position: absolute;
      top: 0;
      left: auto;
      bottom: auto;
      right: 10px;
      border: 0;
    }
  }
  @media screen and (min-width:992px) and (max-width:1199px) {
    .vw-main-nav {
      padding: 0 2rem;
      /*~~---Main Site Search---~~*/
      /*~~---//Main Site Search---~~*/
    }
    .vw-main-nav .mob-hide {
      display: none;
    }
    .vw-main-nav ul.navbar-nav li.nav-item {
      letter-spacing: 1.25px;
    }
    .vw-main-nav ul.navbar-nav li.nav-item a.nav-link {
      padding: 28px 12px;
      letter-spacing: 1.25px;
    }
    .vw-main-nav ul.navbar-nav li.nav-item:hover,
    .vw-main-nav ul.navbar-nav li.nav-item.show {
      border-top: 3px solid #888c8d;
    }
    .vw-main-nav ul.navbar-nav li.nav-item:hover a.nav-link,
    .vw-main-nav ul.navbar-nav li.nav-item.show a.nav-link {
      padding-top: 25px;
    }
    .vw-main-nav ul.navbar-nav.login {
      width: 46px;
    }
    .vw-main-nav ul.navbar-nav.login li.nav-item:hover a.nav-link,
    .vw-main-nav ul.navbar-nav.login li.nav-item.show a.nav-link {
      padding-top: 21px;
    }
    .vw-main-nav ul.navbar-nav.login .dropdown-menu {
      padding: 0 1.5rem;
      left: -122px;
      top: 72px;
    }
    .vw-main-nav .search-wrap {
      height: 75px;
      margin: 0;
      width: 46px;
    }
    .vw-main-nav .search-wrap:hover .btn-search {
      height: 68px;
    }
    .vw-main-nav .search-wrap:hover .btn-search .ico {
      top: 20px;
    }
    .vw-main-nav .search-wrap .ico.ico-plus {
      position: absolute;
      top: 24px;
      left: auto;
      bottom: auto;
      right: 11px;
      width: 20px;
      height: 20px;
    }
    .vw-main-nav .search-wrap .ico.ico-plus::before {
      transform: rotate(0);
    }
    .vw-main-nav .search-wrap .ico.ico-search-circ {
      right: 10px;
      top: 25px;
    }
    .vw-main-nav .search-wrap .btn-search {
      height: 71px;
      padding: 0;
      width: 46px;
      z-index: 3;
      display: flex;
      justify-content: center;
      position: relative;
    }
    .vw-main-nav .search-wrap .btn-search .ico {
      top: 23px;
      left: 13px;
      position: absolute;
    }
  }
  @media screen and (max-width:991px) {
    .search-navbar-collapse {
      display: block !important;
      margin-top: 64px;
      height: 450px;
      overflow-y: scroll;
      overflow-x: hidden;
    }
    .search-navbar-collapse .search-form {
      opacity: 1;
      transform: scale3d(1, 1, 1);
      display: flex;
      position: relative;
      margin: 0 auto;
    }
    .search-navbar-collapse .search-form .ico-search {
      background: transparent;
      position: absolute;
      right: 0;
      top: 10px;
      font-size: 15px;
      -webkit-appearance: none;
      outline: 0;
      border: 0;
    }
    .search-navbar-collapse .search-form .ico-search:before {
      color: white;
    }
    .vw-main-nav {
      padding: 0;
      min-height: 63px;
      background-color: transparent;
      /* Hamburger */
      /*~~---Main Site Search---~~*/
      /*~~---//Main Site Search---~~*/
    }
    .vw-main-nav .mob-hide.mob-search {
      display: none;
    }
    .vw-main-nav .navbar-brand {
      width: 35px;
      margin: 0 auto;
      padding: 14px 0;
    }
    .vw-main-nav ul.navbar-nav li.nav-item .nav-link {
      border-bottom: 1px solid #888c8d;
      margin-bottom: 13px;
      padding-bottom: 18px;
      padding-top: 18px;
    }
    .vw-main-nav ul.navbar-nav li.nav-item .nav-link:hover {
      color: #888c8d;
    }
    .vw-main-nav ul.navbar-nav li.nav-item:first-of-type .nav-link {
      padding-top: 18px;
    }
    .vw-main-nav ul.navbar-nav.login li.nav-item .nav-link {
      border: none;
      margin-bottom: 0;
    }
    .vw-main-nav ul.navbar-nav.login .ico.ico-login {
      margin-left: 0;
    }
    .vw-main-nav ul.navbar-nav.login .mob-hide {
      position: relative;
      top: -4px;
      left: auto;
      bottom: auto;
      right: auto;
    }
    .vw-main-nav .dropdown-menu {
      background: transparent;
      border: none;
      padding: 0;
    }
    .vw-main-nav .dropdown-menu .dropdown-item {
      color: #ffffff;
      padding: 10px 0;
      font-size: 13px;
      text-indent: 37px;
    }
    .vw-main-nav .dropdown-menu .dropdown-item:hover {
      background: none;
    }
    .vw-main-nav #utilityWrap {
      padding-top: 10px;
    }
    .vw-main-nav .navbar-toggler {
      width: 63px;
      height: 63px;
      padding: 0;
      margin: 0;
      z-index: 3;
      position: absolute;
      top: 0;
      display: block;
      -webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      -webkit-tap-highlight-color: transparent;
    }
    .vw-main-nav .navbar-toggler:hover {
      opacity: 0.65;
    }
    .vw-main-nav .navbar-collapse {
      padding: 0 25px 0 25px;
      background: rgba(0, 0, 0, 0.9);
      position: absolute;
      top: 63px;
      left: 0;
      bottom: auto;
      right: auto;
      width: 100%;
      z-index: 1025;
    }
    .vw-main-nav .search-wrap {
      display: none !important;
      height: 63px;
      margin: 0;
      width: 65px;
      position: absolute;
      top: 0;
      left: auto;
      bottom: auto;
      right: 70px;
    }
    .vw-main-nav .search-wrap .ico.ico-plus {
      position: absolute;
      top: 23px;
      left: auto;
      bottom: auto;
      right: 22px;
      width: 20px;
      height: 20px;
    }
    .vw-main-nav .search-wrap .btn-search {
      height: 63px;
      padding: 0;
      width: 65px;
      z-index: 3;
    }
    .vw-main-nav .search {
      margin-top: 63px;
      height: calc(100% - 63px);
    }
    /*--Hamburger---*/
    #menustate:checked ~ #vwMainNav .menuicon-label,
    #menustate:target ~ #vwMainNav .menuicon-label {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -moz-transform: rotate(90deg);
    }
    #menustate:checked ~ #vwMainNav .menuicon-bread-top,
    #menustate:target ~ #vwMainNav .menuicon-bread-top {
      -webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -moz-transform: rotate(45deg);
    }
    #menustate:checked ~ #vwMainNav .menuicon-bread-bottom,
    #menustate:target ~ #vwMainNav .menuicon-bread-bottom {
      -webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
    }
    #menustate:checked ~ #vwMainNav .menuicon-bread-crust-top,
    #menustate:target ~ #vwMainNav .menuicon-bread-crust-top {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      -moz-transform: translateY(0px);
      -webkit-transition-delay: 0;
      transition-delay: 0;
    }
    #menustate:checked ~ #vwMainNav .menuicon-bread-crust-bottom,
    #menustate:target ~ #vwMainNav .menuicon-bread-crust-bottom {
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      -moz-transform: translateY(0px);
    }
    #vwMainNav .menuicon-bread {
      position: absolute;
      z-index: 3;
      top: 0;
      left: 0;
      width: 63px;
      height: 63px;
      -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    #vwMainNav .menuicon-bread-top {
      -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      -moz-transform: rotate(0);
      z-index: 4;
    }
    #vwMainNav .menuicon-bread-bottom {
      -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      -moz-transform: rotate(0);
    }
    #vwMainNav .menuicon-bread-crust {
      display: block;
      width: 22px;
      height: 1px;
      background: #fff;
      position: absolute;
      left: 20px;
      z-index: 1;
      -webkit-transition: -webkit-transform 0.2s;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s;
    }
    #vwMainNav .menuicon-bread-crust-top {
      top: 31px;
      -webkit-transition: -webkit-transform 0.2s 0.2s;
      transition: -webkit-transform 0.2s 0.2s;
      transition: transform 0.2s 0.2s;
      transition: transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
      -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      transform: translateY(-5px);
      -moz-transform: translateY(-5px);
    }
    #vwMainNav .menuicon-bread-crust-bottom {
      bottom: 31px;
      -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
      transform: translateY(5px);
      -moz-transform: translateY(5px);
    }
    /*---//Hamburger---*/
  }
  @media screen and (max-width:991px) {
    .search-navbar-collapse {
      height: 475px;
    }
    .vw-main-nav .search-open .search-form .ico {
      font-size: 15px;
      top: 8px;
      right: 0;
    }
    .vw-main-nav .search-input {
      font-size: 18px;
      padding-right: 20px;
    }
    .vw-main-nav .search-input::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      font-size: 18px;
    }
    .vw-main-nav .search-input::-moz-placeholder {
      opacity: 0.3;
      /* Mozilla Firefox 19+ */
      font-size: 18px;
    }
    .vw-main-nav .search-input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      font-size: 18px;
    }
    .vw-main-nav .search-info {
      text-align: center;
      font-size: 12px;
    }
  }
  @media screen and (min-width:992px) {
    .vw-main-nav .search-wrap {
      position: relative;
    }
    .search-navbar-collapse {
      position: absolute;
      top: 76px;
      z-index: 5500;
      width: 100vw;
      margin: 0 auto;
      min-height: 100vh;
      height: auto;
      left: 0;
      background: rgba(0, 0, 0, 0.9);
      grid-template-columns: minmax(100px, 1fr) minmax(800px, 960px) minmax(100px, 1fr);
      grid-template-rows: 10vh 100px min-content 265px;
      height: calc(100vh - 74px);
      overflow-y: scroll;
      overflow-x: hidden;
    }
    #searchbox,
    #powered-by,
    #hits,
    #hits-2 {
      grid-column: 2;
    }
  }
  .langNavbar {
    margin-top: -8px;
  }
  .langNavbar .mob-hide {
    display: inline;
  }
  .langNavbar .navbar-collapse {
    width: 100%;
  }
  .langNavbar .vw-main-nav ul.navbar-nav.login {
    width: auto;
  }
  .langNavbar .flag-image {
    height: 40px;
    width: 40px;
    position: absolute;
    top: -6px;
    left: -6px;
  }
  .langNavbar .form-inline {
    margin-left: auto;
  }
  .langNavbar .dropdown-toggle {
    display: flex;
    align-items: center;
  }
  .langNavbar div.dropdown-menu {
    top: 67px;
  }
  .langNavbar div.dropdown-menu a.dropdown-item {
    max-width: 44px;
  }
  .langNavbar li.nav-item:hover a.nav-link {
    padding-top: 20px !important;
  }
  .langNavbar .flag {
    width: 20px;
    height: 20px;
    overflow: hidden;
    display: block;
    border: 2px solid white;
    border-radius: 30px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .langNavbar .flag img {
    height: 100%;
    margin-top: -7px;
  }
  .langNavbar ul.navbar-nav.login .mob-hide {
    top: 0;
  }
  .langNavbar ul.navbar-nav.login .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
  }
  .langNavbar ul.navbar-nav.login .dropdown-menu .dropdown-item .flag {
    margin-left: 10px;
  }
  @media screen and (min-width:992px) and (max-width:1199px) {
    .langNavbar .vw-main-nav ul.navbar-nav.login {
      width: auto !important;
    }
  }
  @media screen and (min-width:992px) and (max-width:1199px) {
    #vwMainNav .langNavbar .navbar-nav.login {
      width: auto;
    }
  }
  @media screen and (max-width:991px) {
    #vwMainNav .langNavbar .dropdown-item {
      text-indent: 0;
      margin-left: 5px;
    }
  }
  .dropdown-menu--flag {
    top: 64px !important;
    min-width: 50px !important;
    left: -20px;
  }
  @media screen and (min-width:992px) and (max-width:1199px) {
    .dropdown-menu--flag {
      left: -20px !important;
    }
  }

  @media screen and (min-width:1801px) {
    .search-navbar-collapse {
      grid-template-columns: 1fr 1140px 1fr;
      --left: calc(100vw  - 1800px);
      --leftf: calc( var(--left) / 2);
      left: calc(-1 * var(--leftf));
      overflow-x: visible !important;
      background: transparent;
    }
    .search-navbar-collapse:before {
      content: "";
      background: rgba(0, 0, 0, 0.9);
      width: 200vw;
      left: -50vw;
      height: 100vh;
      position: fixed;
      z-index: -1;
      pointer-events: none !important;
    }
  }
  @media screen and (max-width:575px) {
    .search-navbar-collapse {
      height: auto;
      overflow: hidden;
    }
  }
  @media screen and (min-width:768px) and (max-width:991px) {
    .search-navbar-collapse {
      height: 450px;
    }
  }
  @media screen and (max-width:767px) {
    .search-navbar-collapse {
      height: 250px;
    }
  }
  /*---===<<< NAVS >>>===---*/
  /* LESS Document */
  /* Sticky Nav */
  #productStickyNav {
    background: transparent;
    -webkit-transition: all 0.3s linear 0s;
    transition: background-color 0.3s linear 0s;
  }
  #productStickyNav.scrolled {
    background: rgba(255, 255, 255, 0.92);
    padding: 8px 0;
    border-bottom: 1px solid #ebedee;
    position: fixed;
    width: 100%;
    top: 0;
  }
  #productStickyNav.scrolled ul.navbar-nav li a {
    color: #000000;
  }
  #productStickyNav.scrolled ul.navbar-nav li .sticky-link {
    color: #000000;
  }
  #productStickyNav.scrolled ul.navbar-nav li .sticky-link:hover {
    color: #000000;
  }
  #productStickyNav.scrolled ul.navbar-nav li::before {
    content: none;
  }
  #productStickyNav.scrolled ul.navbar-nav .vw-btn {
    border-color: #000000;
  }
  #productStickyNav.scrolled ul.navbar-nav .vw-btn:hover {
    background-color: #000000;
    color: #ffffff;
  }
  #productStickyNav.scrolled ul.navbar-nav .vw-btn.fill {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
  }
  #productStickyNav.scrolled ul.navbar-nav .vw-btn.fill:hover {
    background-color: #8a8c8c;
    border-color: #8a8c8c;
  }
  #productStickyNav.scrolled ul.navbar-nav .sticky-buy {
    background-color: transparent;
    color: #000000;
    border: 1px solid #000000;
  }
  #productStickyNav .prod-logo {
    line-height: 46px;
  }
  #productStickyNav .navbar-brand {
    width: auto;
    height: 27px;
    margin: 0;
    padding: 0;
  }
  #productStickyNav .navbar-brand .sticky-logo {
    height: 27px;
    max-width: none;
    width: auto;
  }
  #productStickyNav .row {
    width: 100%;
  }
  #productStickyNav ul.navbar-nav li {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 0.1em;
    margin: 0;
    text-align: left;
    text-indent: 0;
  }
  #productStickyNav ul.navbar-nav li .sticky-link {
    color: #ffffff;
  }
  #productStickyNav ul.navbar-nav li .sticky-link:hover {
    color: #ffffff;
  }
  #productStickyNav ul.navbar-nav li a {
    line-height: 1;
    display: inline-block;
    color: #ffffff;
    letter-spacing: 0.1em;
  }
  #productStickyNav ul.navbar-nav li a:hover {
    text-decoration: underline;
  }
  #productStickyNav ul.navbar-nav li::before {
    content: none;
  }
  #productStickyNav ul.navbar-nav .vw-btn {
    margin-top: 0;
    padding: 12px 25px;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
  }
  #productStickyNav ul.navbar-nav .vw-btn:hover {
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #000000;
  }
  #productStickyNav ul.navbar-nav .vw-btn.fill {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
  }
  #productStickyNav ul.navbar-nav .vw-btn.fill:hover {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #000000;
  }
  #productStickyNav ul.navbar-nav .sticky-buy {
    background-color: #ffffff;
    color: #000000;
    border: none;
  }
  #productStickyNav ul.navbar-nav .sticky-buy:hover {
    background-color: #000000;
    color: #ffffff;
  }
  @media screen and (min-width:992px) {
    #productStickyNav {
      padding: 18px 0;
      margin-bottom: -83px;
    }
    #productStickyNav ul.navbar-nav li a {
      padding: 17px 0;
      margin-right: 30px;
    }
    #productStickyNav ul.navbar-nav li .vw-btn:last-of-type {
      margin: 0;
    }
    #productStickyNav ul.navbar-nav .vw-btn {
      margin-right: 15px;
    }
    #productStickyNav.vw-2021 .navbar-brand .sticky-logo {
      height: 20px;
    }
  }
  @media screen and (max-width:991px) {
    #productStickyNav {
      padding: 15px 0;
      background: rgba(255, 255, 255, 0.92);
      margin-bottom: 0 !important;
      border-bottom: 1px solid #ebedee;
    }
    #productStickyNav > .container > .row {
      margin-left: 0;
    }
    #productStickyNav .prod-logo {
      margin: 0 auto;
      line-height: 1;
    }
    #productStickyNav #logoWhite {
      display: none;
      /* transition: all 0.2s; */
      /* transform: translateY(-100px); */
      /* opacity: 1; */
    }
    #productStickyNav #logoBlack {
      display: block;
    }
    #productStickyNav .navbar-brand {
      height: 15px;
    }
    #productStickyNav .navbar-brand .sticky-logo {
      height: 15px;
      width: auto;
      max-width: none;
    }
    #productStickyNav .secondary-nav {
      width: 100%;
      position: absolute;
      top: 48px;
      left: auto;
      bottom: auto;
      right: 0;
    }
    #productStickyNav .navbar-toggler {
      position: absolute;
      top: -50px;
      left: auto;
      bottom: auto;
      right: 20px;
      padding: 0;
    }
    #productStickyNav .navbar-toggler .ico:before {
      -webkit-transition: transform 0.5s;
      -moz-transition: transform 0.5s;
    }
    #productStickyNav .navbar-toggler.collapsed .ico:before {
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      transition: transform 0.5s;
      -webkit-transition: transform 0.5s;
      -moz-transition: transform 0.5s;
    }
    #productStickyNav .navbar-collapse {
      width: 100%;
      position: relative;
      top: -15px;
      left: auto;
      bottom: auto;
      right: auto;
      background: rgba(255, 255, 255, 0.9);
      padding: 0 20px;
      border-top: 1px solid #000000;
    }
    #productStickyNav ul.navbar-nav {
      padding-bottom: 20px;
      border-bottom: 1px solid #ebedee;
    }
    #productStickyNav ul.navbar-nav li {
      border-bottom: 1px solid #c5c5c4;
    }
    #productStickyNav ul.navbar-nav li:last-of-type {
      border: none;
    }
    #productStickyNav ul.navbar-nav li a {
      padding: 25px 0;
      display: block;
      color: #000000;
    }
    #productStickyNav ul.navbar-nav li .sticky-link {
      color: #000000;
    }
    #productStickyNav ul.navbar-nav li .sticky-link:hover {
      color: #000000;
    }
    #productStickyNav ul.navbar-nav .vw-btn {
      margin-top: 25px;
      display: inline-block;
      border-color: #000000;
      color: #000000;
    }
    #productStickyNav ul.navbar-nav .vw-btn:first-child {
      margin-right: 15px;
    }
    #productStickyNav ul.navbar-nav .vw-btn:hover {
      background-color: #000000;
      color: #ffffff;
    }
    #productStickyNav ul.navbar-nav .vw-btn.fill {
      background-color: #000000;
      color: #ffffff;
      border-color: #000000;
    }
    #productStickyNav ul.navbar-nav .vw-btn.fill:hover {
      background-color: #8a8c8c;
      border-color: #8a8c8c;
    }
    #productStickyNav.mob-center ul.navbar-nav li {
      text-align: center;
    }
  }
  /* Internet Explorer Overrides */
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    #productStickyNav {
      position: fixed;
      top: 125px;
      width: 100%;
      z-index: 1;
    }
    #productStickyNav.scrolled {
      top: 0;
    }
  }
  @media screen and (max-width:991px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #productStickyNav {
      top: 63px;
    }
  }
  /* Edge Overrides */
  @supports (-ms-ime-align: auto) {
    /* IE Edge 12+ CSS styles go here */
    #productStickyNav {
      position: fixed;
      top: 75px;
      width: 100%;
      z-index: 1;
    }
    #productStickyNav.scrolled {
      top: 0;
    }
    @media screen and (max-width:991px) {
      #productStickyNav {
        top: 63px;
      }
    }
  }
  /*.sticky-top {*/
  /*  position: absolute;*/
  /*  width: 100%;*/
  /*  top: 75px;*/
  /*}*/
  /*@media screen and (max-width:991px) {*/
  /*  .sticky-top {*/
  /*    top: 0;*/
  /*    position: relative;*/
  /*  }*/
  /*}*/
  /*@media screen and (min-width:992px) {*/
  /*  .global-promo-bar:not([style="display: none;"]) + noscript + .nav-wrap + #productStickyNav,*/
  /*  .global-promo-bar:not([style="display: none;"]) + .nav-wrap + #productStickyNav {*/
  /*    top: 109px;*/
  /*  }*/
  /*  .global-promo-bar:not([style="display: none;"]) + noscript + .nav-wrap + #productStickyNav.scrolled,*/
  /*  .global-promo-bar:not([style="display: none;"]) + .nav-wrap + #productStickyNav.scrolled {*/
  /*    top: 0;*/
  /*  }*/
  /*}*/
  .sticky-top-promo-bar-active {
    top: 125px;
  }
  @media screen and (max-width:991px) {
    .sticky-top-promo-bar-active {
      top: 0;
    }
  }
  /*---===<<< FOOTER >>>===---*/
  /* LESS Document */
  /* Sticky footer styles */
  html {
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
  }
  body {
    /* margin-bottom:60px; Margin bottom by footer height */
  }
  .footer {
    width: 100%;
    background-color: #000000;
    border-top: 5px solid #888c8d;
    padding: 40px 0;
    /* Text Styles */
    /* Social Links */
  }
  .footer h2 {
    font-family: "DIN-Med", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    text-transform: none;
    color: #ffffff;
    letter-spacing: 1px;
    margin: 0;
    text-align: left;
    text-indent: 0;
    pointer-events: all;
  }
  .footer ul {
    margin: 20px 0 0;
  }
  .footer .footer-nav.open h2 {
    padding-bottom: 0px;
  }
  .footer .footer-nav.open ul {
    margin: 20px;
  }
  .footer p {
    line-height: 1.5;
  }
  .footer p.links,
  .footer p.address,
  .footer p.copy-right {
    font-family: "DIN-Lt", Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 2;
    text-transform: none;
    color: #ffffff;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
  }
  .footer p.links a,
  .footer p.address a,
  .footer p.copy-right a {
    color: #ffffff;
  }
  .footer p.links {
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .footer p.links a,
  .footer p.links a[href^="tel:"] {
    letter-spacing: 0.1em;
    text-decoration: none;
  }
  .footer p.links a:hover,
  .footer p.links a[href^="tel:"]:hover {
    text-decoration: underline;
  }
  .footer p.address a[href^="tel:"] {
    letter-spacing: 0.1em;
    text-decoration: none;
  }
  .footer p.address a[href^="tel:"]:hover {
    text-decoration: underline;
  }
  .footer p.copy-right {
    color: #888c8d;
  }
  .footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-indent: 0;
  }
  .footer ul li {
    font-family: "DIN-Lt", Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.1em;
    margin: 0;
    text-align: left;
    text-indent: 0;
    margin-bottom: 12px;
  }
  .footer ul li a {
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.1em;
  }
  .footer ul li a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
  }
  .footer ul li::before {
    content: none;
  }
  .footer .social {
    margin: 20px 0 10px;
  }
  .footer .social a {
    display: inline-block;
    margin-right: 10px;
  }
  .footer .social a:hover {
    text-decoration: none;
  }
  .footer .social a:hover .ico {
    color: rgba(255, 255, 255, 0.75);
  }
  .footer .social .ico {
    color: #ffffff;
    font-size: 25px;
  }
  @media screen and (min-width:1200px) {
    .footer {
      bottom: -830px;
    }
  }
  @media screen and (min-width:768px) {
    .footer {
      bottom: -942px;
      padding: 80px 0;
    }
    .footer h2 {
      border-bottom: 1px solid #888c8d;
      padding-bottom: 0px;
      padding: 15px 0;
    }
    .footer .footer-nav h2 {
      pointer-events: none;
    }
    .footer p.address {
      margin-bottom: 30px;
    }
    .footer p.copy-right {
      line-height: 2.5;
    }
    .footer ul {
      margin: 15px 0 70px;
    }
  }
  @media screen and (max-width:767px) {
    .footer {
      position: relative;
      /*Collapse Styles*/
    }
    .footer .footer-nav h2 {
      cursor: pointer;
      top: auto;
      left: auto;
      bottom: auto;
      right: auto;
      position: relative;
      transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      border-top: 1px solid #888c8d;
      margin-top: 10px;
      padding-top: 18px;
    }
    .footer .footer-nav h2:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'ico-vw' !important;
      /* speak:none; */
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    .footer .footer-nav h2--brand {
      color: #00bcb4 !important;
    }
    .footer .footer-nav h2:before {
      content: "\e90a";
    }
    .footer .footer-nav h2:before {
      position: absolute;
      top: auto;
      left: auto;
      bottom: auto;
      right: 0;
      font-size: 15px;
      transition: transform 0.5s;
      -webkit-transition: transform 0.5s;
      -moz-transition: transform 0.5s;
    }
    .footer .footer-nav ul {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s ease-out;
      -webkit-transition: max-height 0.5s ease-out;
      -moz-transition: max-height 0.5s ease-out;
    }
    .footer .footer-nav ul li {
      text-indent: 15px;
    }
    .footer .footer-nav ul li:first-child {
      margin-top: 20px !important;
    }
    .footer .footer-nav.open h2:before {
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      transition: transform 0.5s;
      -webkit-transition: transform 0.5s;
      -moz-transition: transform 0.5s;
    }
    .footer .footer-nav.open ul {
      height: auto;
      max-height: 500px;
      transition: max-height 0.5s ease-in !important;
      -webkit-transition: max-height 0.5s ease-in !important;
      -moz-transition: max-height 0.5s ease-in !important;
      margin: 0 0 0;
    }
    .footer .footer-nav:first-child h2 {
      border-top: none;
      margin: 0;
      padding: 0;
    }
    .footer .footer-nav:last-child h1 {
      border-bottom: 1px solid #888c8d;
      margin-bottom: 20px;
      padding-bottom: 18px;
    }
    .footer p.copy-right {
      line-height: 1.5;
    }
    .footer .footer-bottom {
      margin-top: 25px;
    }
  }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .footer {
      background-color: #000000;
    }
  }
  @media screen and (min-width:576px) {
    .footer {
      /* Social Links */
    }
    .footer .vw-v {
      max-width: 68px;
    }
    .footer p.links,
    .footer p.address {
      text-align: right;
      line-height: 2.5;
    }
    .footer p.copy-right {
      text-align: right;
    }
    .footer .social {
      text-align: right;
    }
    .footer .social a {
      margin: 0 0 0 15px;
    }
  }
  @media screen and (max-width:575px) {
    .footer {
      position: relative;
      top: auto;
      left: auto;
      bottom: auto;
      right: auto;
    }
    .footer .container {
      max-width: 100%;
    }
    .footer .vw-v {
      max-width: 54px !important;
    }
    .footer p.copy-right {
      font-size: 11px;
    }
    .footer .social a {
      margin-right: 5px;
    }
  }
  .footer--distributor .logo-distributorCont {
    display: flex;
    flex-direction: column;
  }
  .footer--distributor .logo-distributorCont img {
    max-width: 130px;
    margin-bottom: 10px;
    max-height: 70px;
    align-self: flex-end;
    width: auto;
  }
  .footer--distributor .logo-distributorCont img.square-logo {
    max-height: none;
    max-width: 50px;
  }
  .footer--distributor .logo-distributorCont p {
    text-align: right;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 11px;
    margin-bottom: 3px;
  }
  .footer--distributor .address p {
    text-align: right;
    color: white;
    font-size: 13px;
  }
  .footer--distributor .address a {
    color: white;
  }
  .footer--distributor .copy-right p {
    text-align: right;
    font-size: 13px;
  }
  /*---===<<< CONTENT >>>===---*/
  /* LESS Document */
  /*~~---Main Styles---~~*/
  html {
    /*overflow:scroll;*/
    -webkit-overflow-scrolling: touch;
  }
  body {
    font-family: "DIN", Arial, sans-serif;
    overflow-x: hidden;
  }
  .container {
    max-width: 1140px;
  }
  .container-fluid {
    max-width: 1800px;
  }
  .container-fluid.no-max {
    max-width: none;
  }
  /*Headers*/
  h1 {
    font-family: "DIN-CondMed", Arial, sans-serif;
    font-weight: normal;
    font-size: 72px;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 0.04em;
    margin: 0;
    text-align: left;
    text-indent: 0;
  }
  h1.small {
    font-family: "DIN-Cond", Arial, sans-serif;
    font-weight: normal;
    font-size: 48px;
    line-height: 1.125;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 0;
    margin: 0 0 10px;
    text-align: left;
    text-indent: 0;
  }
  h2 {
    font-family: "DIN-CondMed", Arial, sans-serif;
    font-weight: normal;
    font-size: 46px;
    line-height: 1.125;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 0.05em;
    margin: 0 0 20px;
    text-align: left;
    text-indent: 0;
    text-align: center;
  }
  h3 {
    font-family: "DIN-CondMed", Arial, sans-serif;
    font-weight: normal;
    font-size: 36px;
    line-height: 1.125;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 0.05em;
    margin: 0 0 13px;
    text-align: left;
    text-indent: 0;
  }
  h3 span {
    font-family: "DIN-Lt", Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.75;
    text-transform: none;
    color: #575756;
    letter-spacing: 0.15em;
    margin: 0 0 3px;
    text-align: left;
    text-indent: 0;
    display: block;
  }
  h3 ~ p {
    text-align: left;
  }
  h4 {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.25;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0 0 10px;
    text-align: left;
    text-indent: 0;
  }
  h5 {
    font-family: "DIN-CondMed", Arial, sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.125;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.05em;
    margin: 0;
    text-align: left;
    text-indent: 0;
  }
  .bg-white-wrap h5,
  .bg-lt-gray-wrap h5 {
    color: #000000;
  }
  p + h2,
  ul + h2,
  p + h3,
  ul + h3,
  p + h4,
  ul + h4,
  p + h5,
  ul + h5 {
    margin-top: 40px;
  }
  /*Text Styles*/
  p {
    font-family: "DIN-Lt", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.75;
    text-transform: none;
    color: #575756;
    letter-spacing: 0.01em;
    margin: 7px 0 25px;
    text-align: left;
    text-indent: 0;
  }
  p:last-child {
    margin-bottom: 0;
  }
  .disclaimer p,
  p.disclaimer {
    font-size: 12px;
  }
  p:empty {
    display: none;
  }
  .large p {
    text-align: center;
  }
  a {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: inherit;
    line-height: 1.75;
    text-transform: inherit;
    color: #000000;
    letter-spacing: 0.025em;
    margin: 0;
    text-align: left;
    text-indent: 0;
    text-decoration: underline;
  }
  a:hover {
    color: #888c8d;
  }
  ul,
  ol {
    list-style: none;
    margin: 7px 0 25px;
    padding: 0;
    text-indent: 0;
  }
  ul li,
  ol li {
    font-family: "DIN-Lt", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    text-transform: none;
    color: #575756;
    letter-spacing: 0.01em;
    margin: 0;
    text-align: left;
    text-indent: 0;
    list-style: none;
    margin: 0 0 12px 25px;
    padding: 0;
    text-indent: -7px;
  }
  ul li::before,
  ol li::before {
    font-family: "DIN-CondMed", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
    display: inline-block;
  }
  ul li a,
  ol li a {
    color: #575756;
  }
  ul li::before {
    content: "•";
    position: relative;
    top: auto;
    left: -15px;
    bottom: auto;
    right: auto;
  }
  ol > li {
    counter-increment: item 1;
  }
  ol > li::before {
    content: counter(item);
    font-size: 20px;
    position: relative;
    top: 1px;
    left: -15px;
    bottom: auto;
    right: auto;
  }
  .list-check ul li {
    position: relative;
    text-indent: -13px;
  }
  .list-check ul li:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ico-vw' !important;
    /* speak:none; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .list-check ul li--brand {
    color: #00bcb4 !important;
  }
  .list-check ul li:before {
    content: "\e921";
  }
  .list-check ul li::before {
    left: -18px;
    font-size: 14px;
  }
  .list-two-column ul li {
    margin-left: 0;
    text-indent: 0;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .list-two-column ul li::before {
    content: none;
  }
  .list-two-column ul li span {
    flex-grow: 1;
    flex-basis: 35%;
  }
  .list-two-column ul li span:nth-of-type(odd) {
    font-family: "DIN-CondMed", Arial, sans-serif;
    text-transform: uppercase;
  }
  .list-two-column ul li span:nth-of-type(even) {
    flex-grow: 3;
    flex-basis: 65%;
  }
  img {
    width: 100%;
  }
  hr.small-hr {
    background-color: #00bcb4;
    height: 2px;
    width: 37px;
    margin: 5px 0;
  }
  hr.white {
    background-color: #ffffff;
  }
  hr.teal {
    background-color: #00bcb4;
  }
  /*Override list styles for CMS*/
  .vwcms-theme ul li {
    margin: 0;
  }
  .vwcms-theme ul li::before {
    content: none;
  }
  /*Buttons*/
  .vw-btn,
  .vw-btn:focus {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 0.075em;
    margin: 45px 0 0 0;
    text-align: center;
    text-indent: 0;
    border: 1px solid #000000;
    padding: 17px 25px;
    display: inline-block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-decoration: none;
    background: none;
  }
  .vw-btn:hover,
  .vw-btn:focus:hover {
    color: #ffffff;
    background-color: #000000;
    text-decoration: none;
    cursor: pointer;
  }
  .vw-btn.fill,
  .vw-btn:focus.fill {
    color: #ffffff;
    background-color: #000000;
  }
  .vw-btn.fill:hover,
  .vw-btn:focus.fill:hover {
    border-color: #00bcb4;
    background-color: #00bcb4;
  }
  .vw-btn-wrap {
    text-align: center;
    margin-top: 20px;
  }
  /*Image Credits */
  .img-credit {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 10px;
    line-height: 1.25;
    text-transform: uppercase;
    color: #888c8d;
    letter-spacing: 0.075em;
    margin: 0;
    text-align: left;
    text-indent: 0;
    display: block;
    margin-top: 25px;
  }
  .img-credit strong {
    font-family: "DIN-Med", Arial, sans-serif;
    font-weight: normal;
  }
  .img-credit .ico {
    margin-right: 10px;
  }
  /*Spacing*/
  .section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  @media screen and (min-width:992px) {
    .section {
      margin-top: 125px;
      margin-bottom: 125px;
    }
  }
  .section + .section.mt-0 {
    margin-bottom: 0;
  }
  .section.bg-black-wrap + .section.mt-0,
  .section.bg-drk-gray-wrap + .section.mt-0 {
    color: #ffffff;
  }
  .section.bg-black-wrap + .section.mt-0 div,
  .section.bg-drk-gray-wrap + .section.mt-0 div,
  .section.bg-black-wrap + .section.mt-0 span,
  .section.bg-drk-gray-wrap + .section.mt-0 span,
  .section.bg-black-wrap + .section.mt-0 .ico,
  .section.bg-drk-gray-wrap + .section.mt-0 .ico {
    color: #ffffff;
  }
  .section.bg-black-wrap + .section.mt-0 {
    background-color: #000000;
  }
  .section.bg-drk-gray-wrap + .section.mt-0 {
    background-color: #202020;
  }
  .section.bg-lt-gray-wrap + .section.mt-0 {
    background-color: #f7f7f8;
  }
  .section.bg-lt-gray-wrap + .section.mt-0 .h2-box-grid-2up .info {
    border: none;
  }
  @media screen and (min-width:992px) {
    .section.bg-white-wrap + .section.bg-white-wrap.mt-0,
    .section:not(.bg-black-wrap) + .section.bg-white-wrap.mt-0,
    .section:not(.bg-lt-gray-wrap) + .section.bg-white-wrap.mt-0,
    .section:not(.bg-drk-gray-wrap) + .section.bg-white-wrap.mt-0 {
      margin-top: -125px !important;
      padding-bottom: 125px;
    }
    .section.bg-black-wrap + .section.bg-black-wrap.mt-0 {
      margin-top: -125px !important;
      padding-bottom: 125px;
    }
    .section.bg-lt-gray-wrap + .section.bg-lt-gray-wrap.mt-0 {
      margin-top: -125px !important;
      padding-bottom: 125px;
    }
    .section.bg-drk-gray-wrap + .section.bg-drk-gray-wrap.mt-0 {
      margin-top: -125px !important;
      padding-bottom: 125px;
    }
    .section.bg-black-wrap + .section.mt-0,
    .section.bg-lt-gray-wrap + .section.mt-0,
    .section.bg-drk-gray-wrap + .section.mt-0 {
      padding-top: 0;
      margin-top: -125px !important;
    }
  }
  @media screen and (max-width:991px) {
    .section.bg-white-wrap + .section.bg-white-wrap.mt-0,
    .section:not(.bg-black-wrap) + .section.bg-white-wrap.mt-0,
    .section:not(.bg-lt-gray-wrap) + .section.bg-white-wrap.mt-0,
    .section:not(.bg-drk-gray-wrap) + .section.bg-white-wrap.mt-0 {
      margin-top: -80px !important;
      padding-bottom: 80px;
    }
    .section.bg-black-wrap + .section.bg-black-wrap.mt-0 {
      margin-top: -80px !important;
      padding-bottom: 80px;
    }
    .section.bg-lt-gray-wrap + .section.bg-lt-gray-wrap.mt-0 {
      margin-top: -80px !important;
      padding-bottom: 80px;
    }
    .section.bg-drk-gray-wrap + .section.bg-drk-gray-wrap.mt-0 {
      margin-top: -80px !important;
      padding-bottom: 80px;
    }
    .section.bg-black-wrap + .section.mt-0,
    .section.bg-lt-gray-wrap + .section.mt-0,
    .section.bg-drk-gray-wrap + .section.mt-0 {
      padding-top: 0;
      margin-top: -80px !important;
    }
  }
  .section.section-small {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .section.section-small + .section {
    margin-top: 0;
  }
  @media screen and (min-width:992px) {
    .section.grid-blocks + .section.grid-blocks {
      margin-top: -75px !important;
    }
  }
  .mt-0 {
    margin-top: 0;
  }
  .mb-0 {
    margin-bottom: 0;
  }
  .pt-0 {
    padding-top: 0;
  }
  .pb-0 {
    padding-bottom: 0;
  }
  .row + .row .vw-btn:only-child {
    margin-top: 0;
  }
  .row + .row.grid {
    margin-top: 45px;
  }
  @media screen and (min-width:768px) {
    .row + .row.grid {
      margin-top: 45px;
    }
  }
  /* Card Hover States */
  .card-action {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    margin-bottom: 20px;
  }
  @media screen and (min-width:768px) {
    .card-action {
      margin-bottom: 30px;
    }
  }
  .card-action:hover {
    text-decoration: none;
  }
  @media screen and (min-width:992px) {
    .section.grid-blocks + .section.grid-blocks .row.if-empty {
      margin-top: -120px;
    }
    .section.grid-blocks + .section.grid-blocks .row.if-empty h2 {
      margin-top: 125px;
    }
    .section.grid-blocks + .section.grid-blocks .row.if-empty h2 + div p {
      margin-top: 7px;
    }
    .section.grid-blocks + .section.grid-blocks .row.if-empty p {
      margin-top: 45px;
    }
  }
  @media screen and (min-width:768px) and (max-width:991px) {
    .vw-btn {
      margin-top: 25px;
    }
    .section.grid-blocks + .section.grid-blocks .row.if-empty {
      margin-top: -40px;
    }
    .section.grid-blocks + .section.grid-blocks .row.if-empty h2 {
      margin-top: 80px;
    }
    .section.grid-blocks + .section.grid-blocks .row.if-empty h2 + div p {
      margin-top: 7px;
    }
    .section.grid-blocks + .section.grid-blocks .row.if-empty p {
      margin-top: 20px;
    }
    .list-two-column ul li span {
      flex-basis: 20%;
    }
    .list-two-column ul li span:nth-of-type(even) {
      flex-basis: 80%;
    }
  }
  @media screen and (max-width:991px) {
    h1 {
      font-size: 40px;
    }
    h1.small {
      font-size: 40px;
    }
  }
  @media screen and (min-width:768px) {
    h2 {
      text-align: center;
    }
    h2 ~ p {
      text-align: center;
    }
    h2 ~ p.large {
      font-family: "DIN", Arial, sans-serif;
      font-weight: normal;
      font-size: 20px;
      line-height: 1.5;
      text-transform: uppercase;
      color: #000000;
      letter-spacing: 0.025em;
      margin: 20px 0 15px;
      text-align: center;
      text-indent: 0;
    }
    .quick-links {
      text-align: right;
    }
    .quick-links a {
      text-transform: uppercase;
    }
    .card-action {
      cursor: pointer;
      position: relative;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      -webkit-transition-property: box-shadow, -webkit-transform;
      -webkit-transition-property: box-shadow, transform;
      transition-property: box-shadow, transform;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -ms-flex: 0 0 25%;
      flex: 0 0 100%;
      max-width: 100%;
      -webkit-box-flex: 1;
    }
    .card-action:hover {
      z-index: 2;
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
      -webkit-transform: translate3d(0, -5px, 0);
      -ms-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0);
    }
  }
  @media screen and (max-width:767px) {
    h2 {
      font-size: 40px;
    }
    h3 {
      text-align: center;
    }
    h3 ~ p {
      text-align: center;
    }
    h5 {
      font-size: 22px;
    }
    .quick-links {
      text-align: center;
    }
    .quick-links a {
      text-transform: uppercase;
    }
    .vw-btn {
      font-size: 12px;
      padding: 15px 20px;
    }
    .section.grid-blocks + .section.grid-blocks .row.if-empty {
      margin-top: -45px;
    }
    .section.grid-blocks + .section.grid-blocks .row.if-empty h2 {
      margin-top: 40px;
    }
    .section.grid-blocks + .section.grid-blocks .row.if-empty h2 + div p {
      margin-top: 7px;
    }
    .section.grid-blocks + .section.grid-blocks .row.if-empty p {
      margin-top: 35px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .list-two-column ul li span {
      flex-basis: 25%;
    }
    .list-two-column ul li span:nth-of-type(even) {
      flex-basis: 75%;
    }
  }
  @media screen and (min-width:576px) {
    .large p {
      font-size: 18px;
    }
    .vw-btn,
    .vw-btn:focus {
      margin-left: 15px;
    }
    .vw-btn:first-of-type,
    .vw-btn:focus:first-of-type,
    .vw-btn:only-of-type,
    .vw-btn:focus:only-of-type {
      margin-left: 0;
    }
  }
  @media screen and (max-width:575px) {
    h2 {
      font-size: 30px;
      margin-bottom: 10px;
    }
    h3 {
      font-size: 26px;
    }
    h3 span {
      margin-bottom: 0;
    }
    h4 {
      font-size: 16px;
      line-height: 1.25;
    }
    p {
      font-size: 16px;
      line-height: 1.5;
    }
    ul li,
    ol li {
      font-size: 16px;
    }
    ul li::before,
    ol li::before {
      font-size: 16px;
    }
    .vw-btn {
      margin-top: 25px;
    }
    .container {
      max-width: 100%;
    }
  }
  .vw-btn--floatLeft,
  .vw-btn--floatLeft:focus {
    float: left;
    margin-right: 20px;
    font-size: 14px;
  }
  .vw-btn--floatRight {
    float: right;
  }
  .vw-btn--playVideo,
  .vw-btn--playVideo:focus {
    background: none;
    box-shadow: none;
    border: 0;
    display: block;
    float: left;
    font-size: 14px;
    margin-left: 0;
    margin-top: 40px;
    padding: 20px 0;
    text-transform: uppercase;
    overflow: hidden;
  }
  .vw-btn--playVideo .ico,
  .vw-btn--playVideo:focus .ico {
    border: 1px solid black;
    display: block;
    float: left;
    font-size: 9px;
    height: 26px;
    margin-right: 9px !important;
    overflow: hidden;
    vertical-align: middle;
    width: 26px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .vw-btn--playVideo .ico:after,
  .vw-btn--playVideo:focus .ico:after {
    content: "";
    background-color: black;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .vw-btn--playVideo .ico::before,
  .vw-btn--playVideo:focus .ico::before {
    position: relative;
    z-index: 10;
    top: calc(50% - 4px);
    left: 1px;
  }
  .vw-btn--playVideo .align-top,
  .vw-btn--playVideo:focus .align-top {
    display: block;
    float: left;
    position: relative;
    padding-top: 7px;
  }
  .vw-btn--playVideo:hover,
  .vw-btn--playVideo:focus:hover {
    background: none;
    color: #000;
  }
  .vw-btn--playVideo:hover .ico,
  .vw-btn--playVideo:focus:hover .ico {
    color: white;
  }
  .vw-btn--playVideo:hover .ico:after,
  .vw-btn--playVideo:focus:hover .ico:after {
    opacity: 1;
    z-index: 0;
  }
  @media screen and (max-width:991px) {
    .vw-btn--floatLeft,
    .vw-btn--floatRight,
    .vw-btn--floatLeft:focus,
    .vw-btn--floatRight:focus {
      padding: 15px 20px;
    }
    .vw-btn--floatLeft,
    .vw-btn--floatRight,
    .vw-btn--playVideo,
    .vw-btn--floatLeft:focus,
    .vw-btn--floatRight:focus,
    .vw-btn--playVideo:focus {
      float: none;
      margin: 25px auto 0;
      display: inline-block;
    }
    .vw-btn--playVideo,
    .vw-btn--playVideo:focus {
      width: 150px;
      display: block;
    }
  }
  .bg-black-wrap .vw-btn--playVideo {
    color: #fff !important;
  }
  .bg-black-wrap .vw-btn--playVideo .ico {
    border: 1px solid #fff;
  }
  .bg-black-wrap .vw-btn--playVideo .ico:after {
    background-color: white;
  }
  .bg-black-wrap .vw-btn--playVideo:hover {
    background: #000 !important;
    color: #fff !important;
  }
  .bg-black-wrap .vw-btn--playVideo:hover .ico {
    color: black;
  }
  .card-mb {
    margin-bottom: 20px;
  }
  @media screen and (min-width:768px) {
    .card-mb {
      margin-bottom: 30px;
    }
  }
  /*---===<<< CONTENT >>>===---*/
  /* LESS Document */
  /*~~---Section Background Color Styles---~~*/
  /*** Background Color overrides ***/
  .bg-black-wrap {
    background-color: #000000;
  }
  .bg-drk-gray-wrap {
    background-color: #202020;
  }
  .bg-lt-gray-wrap {
    background-color: #f7f7f8;
  }
  .bg-lt-gray-wrap .h2-box-grid-2up .info {
    border: none;
  }
  .bg-white-wrap {
    background-color: #ffffff;
  }
  .bg-black-wrap h1,
  .bg-drk-gray-wrap h1,
  .bg-black-wrap h2,
  .bg-drk-gray-wrap h2,
  .bg-black-wrap h3,
  .bg-drk-gray-wrap h3,
  .bg-black-wrap h4,
  .bg-drk-gray-wrap h4,
  .bg-black-wrap h5,
  .bg-drk-gray-wrap h5,
  .bg-black-wrap li::before,
  .bg-drk-gray-wrap li::before,
  .bg-black-wrap .ico,
  .bg-drk-gray-wrap .ico,
  .bg-black-wrap span,
  .bg-drk-gray-wrap span,
  .bg-black-wrap div,
  .bg-drk-gray-wrap div {
    color: #ffffff;
  }
  .bg-black-wrap h3 span,
  .bg-drk-gray-wrap h3 span {
    color: #ffffff;
  }
  .bg-black-wrap hr,
  .bg-drk-gray-wrap hr {
    background-color: #ffffff;
  }
  .bg-black-wrap a,
  .bg-drk-gray-wrap a {
    color: #00bcb4;
  }
  .bg-black-wrap a:hover,
  .bg-drk-gray-wrap a:hover {
    color: #ffffff;
  }
  .bg-black-wrap .vw-btn,
  .bg-drk-gray-wrap .vw-btn {
    color: #ffffff;
    border-color: #ffffff;
  }
  .bg-black-wrap .vw-btn:hover,
  .bg-drk-gray-wrap .vw-btn:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .bg-black-wrap ::selection {
    background: #00bcb4;
    /* WebKit/Blink Browsers */
  }
  .bg-black-wrap p,
  .bg-black-wrap ul,
  .bg-black-wrap li {
    color: #c5c5c4;
  }
  .bg-drk-gray-wrap p,
  .bg-drk-gray-wrap ul,
  .bg-drk-gray-wrap li {
    color: #ffffff;
  }
  /* Spacing Overrides */
  .section.bg-black-wrap,
  .section.bg-drk-gray-wrap,
  .section.bg-lt-gray-wrap {
    margin: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  @media screen and (min-width:992px) {
    .section.bg-black-wrap,
    .section.bg-drk-gray-wrap,
    .section.bg-lt-gray-wrap {
      padding-top: 125px;
      padding-bottom: 125px;
    }
  }
  @media screen and (max-width:991px) {
    .section.bg-black-wrap:first-of-type,
    .section.bg-drk-gray-wrap:first-of-type,
    .section.bg-lt-gray-wrap:first-of-type {
      padding-top: 50px;
    }
  }
  .section.bg-black-wrap + .bg-black-wrap,
  .section.bg-black-wrap + .modal + .bg-black-wrap {
    padding-top: 0;
  }
  .section.bg-drk-gray-wrap + .bg-drk-gray-wrap,
  .section.bg-drk-gray-wrap + .modal + .bg-drk-gray-wrap {
    padding-top: 0;
  }
  .section.bg-lt-gray-wrap + .bg-lt-gray-wrap,
  .section.bg-lt-gray-wrap + .modal + .bg-lt-gray-wrap {
    padding-top: 0;
  }
  /*---===<<< FORMS >>>===---*/
  /* LESS Document */
  /* Author krievley 2/3/2018 */
  .vw-form {
    padding-top: 50px;
    padding-bottom: 50px;
    /* Focus Styles */
    /* Error Styles */
    /* Valid Styles */
  }
  .vw-form label,
  .vw-form .form-check-label-fake {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    text-transform: none;
    color: #6f6f6e;
    letter-spacing: 0.4px;
    margin: 0;
    text-align: left;
    text-indent: 0;
  }
  .vw-form .form-check-label-fake {
    padding-left: 28px;
  }
  .vw-form label {
    margin-bottom: 20px;
  }
  .vw-form label .fieldLabel {
    margin-left: 5px;
  }
  .vw-form label .form-status {
    font-family: "DIN-Lt", Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5;
    text-transform: none;
    color: #6f6f6e;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
    border: 1px solid #c5c5c4;
    border-radius: 50%;
    padding: 1px 5px;
  }
  .vw-form label .form-status:after {
    content: none;
  }
  .vw-form label.wrap {
    width: 100%;
    margin-bottom: 0;
    display: block;
    position: relative;
  }
  .vw-form label.wrap:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ico-vw' !important;
    /* speak:none; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .vw-form label.wrap:after {
    content: "\e911";
  }
  .vw-form label.wrap:after {
    font-size: 12px;
    padding: 15px 5px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    pointer-events: none;
    cursor: pointer;
  }
  .vw-form .label-wrapper {
    position: relative;
  }
  .vw-form .select-wrap {
    position: relative;
  }
  .vw-form .select-wrap:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ico-vw' !important;
    /* speak:none; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .vw-form .select-wrap:after {
    content: "\e911";
  }
  .vw-form .select-wrap:before {
    font-size: 12px;
    padding: 15px 5px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    pointer-events: none;
    cursor: pointer;
  }
  .vw-form input.form-control,
  .vw-form select.form-control {
    border: none;
    border-bottom: 1px solid #c5c5c4;
    border-radius: 0px;
    background: none;
    padding-left: 0;
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 1;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
  }
  .vw-form input.form-control:active,
  .vw-form select.form-control:active,
  .vw-form input.form-control:focus,
  .vw-form select.form-control:focus {
    border: none;
    box-shadow: none;
    background: none;
    border-bottom: 3px solid #000000;
  }
  .vw-form input.form-control:invalid,
  .vw-form select.form-control:invalid {
    box-shadow: none;
  }
  .vw-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
  }
  .vw-form select.selectpicker {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    display: block;
  }
  .vw-form textarea.form-control {
    border-radius: 0;
    border: 1px solid #c5c5c4;
  }
  .vw-form textarea.form-control:active,
  .vw-form textarea.form-control:focus {
    border-bottom: 3px solid #000000;
    box-shadow: none;
  }
  .vw-form .label-wrapper {
    display: block;
    width: 100%;
  }
  .vw-form .form-row {
    margin-bottom: 35px;
    margin-right: -15px;
    margin-left: -15px;
  }
  .vw-form .form-row > .col,
  .vw-form .form-row > .label-wrapper,
  .vw-form .form-row > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .vw-form .form-check-input {
    position: static;
    margin: 0;
  }
  .vw-form .form-check-label {
    padding-left: 10px;
  }
  .vw-form .form-check-inline {
    flex: 100%;
    margin: 0;
  }
  .vw-form .submit-wrapper {
    width: 100%;
    text-align: center;
  }
  .vw-form .btn-submit {
    min-width: 140px;
  }
  .vw-form hr.show-mobile {
    display: none;
  }
  .vw-form [type="radio"]:checked,
  .vw-form [type="radio"]:not(:checked) {
    position: absolute;
    left: 2px;
    top: 0;
    opacity: 0;
    z-index: 55;
    cursor: pointer;
  }
  .vw-form [type="radio"]:checked + label,
  .vw-form [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
  }
  .vw-form [type="radio"]:checked + label:before,
  .vw-form [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #c5c5c4;
    border-radius: 100%;
    background: #fff;
  }
  .vw-form [type="radio"]:checked + label:after,
  .vw-form [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 18px;
    height: 18px;
    background: #3B88FD;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%;
    box-shadow: 0px 0px 0px 5px #e0e0e0;
    /*-webkit-transition:all 0.2s ease; transition:all 0.2s ease;*/
  }
  .vw-form [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .vw-form [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .vw-form [type="checkbox"]:checked,
  .vw-form [type="checkbox"]:not(:checked) {
    position: absolute;
    left: 15px;
    opacity: 0;
    cursor: pointer;
    z-index: 5000;
    height: 20px;
    width: 20px;
  }
  .vw-form [type="checkbox"]:checked + label,
  .vw-form [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    display: inline-block;
    color: #666;
  }
  .vw-form [type="checkbox"]:checked + label:before,
  .vw-form [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #c5c5c4;
    border-radius: 3px;
    background: #ffffff;
  }
  .vw-form [type="checkbox"]:checked + label:after,
  .vw-form [type="checkbox"]:not(:checked) + label:after {
    font-family: ico-vw;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
    content: '\e921';
    width: 18px;
    height: 18px;
    color: #ffffff;
    background: #3B88FD;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    padding: 0 4px;
    /*-webkit-transition:all 0.2s ease; transition:all 0.2s ease;*/
  }
  .vw-form [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .vw-form [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .vw-form .has-error .error-msg {
    text-transform: uppercase;
  }
  .vw-form .has-error .form-status {
    position: relative;
  }
  .vw-form .has-error .form-status:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ico-vw' !important;
    /* speak:none; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .vw-form .has-error .form-status:after {
    content: "\e90d";
  }
  .vw-form .has-error .form-status:after {
    font-family: ico-vw;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5;
    text-transform: none;
    color: #ffffff;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
    background-color: #dc3545;
    border: 1px solid #dc3545;
    border-radius: 50%;
    padding: 3px 5px;
    position: absolute;
    top: 3px;
    left: 13px;
  }
  .vw-form .has-error .wrap .form-status:after {
    top: 0px;
    left: -1px;
  }
  .vw-form .has-error .wrap .fieldLabel {
    margin-left: 5px;
  }
  .vw-form .has-error .label-wrapper .form-status:after {
    top: 4px;
    left: 13px;
  }
  .vw-form .has-success .form-status:after {
    font-family: ico-vw;
    font-weight: normal;
    font-size: 8px;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
    content: '\e921';
    color: #ffffff;
    background-color: #05ce7c;
    border: 1px solid #05ce7c;
    border-radius: 50%;
    padding: 1px 5px;
    position: absolute;
    top: 3px;
    left: 13px;
  }
  .vw-form .has-success .wrap .form-status:after {
    top: 0px;
    left: -1px;
  }
  .vw-form .has-success .wrap .fieldLabel {
    margin-left: 5px;
  }
  .vw-form .has-success .label-wrapper .form-status:after {
    top: 4px;
    left: 13px;
  }
  .vw-form#student2pro_form .form-row:first-of-type {
    margin-top: 75px;
  }
  .filter-row .filter-label {
    display: none;
  }
  .filter-row .filter-toggler {
    font-size: 16px;
    cursor: pointer;
  }
  .filter-row .filter-toggler img {
    height: 20px;
    width: auto;
  }
  .filter-row .filter-collapse.collapsing,
  .filter-row .filter-collapse.show {
    position: static;
  }
  .filter-row .filter-collapse.collapsing .filter-content,
  .filter-row .filter-collapse.show .filter-content {
    position: absolute;
    max-width: 375px;
    border: 1px solid #c5c5c4;
    background-color: #ffffff;
    z-index: 9999;
    left: 15px;
  }
  .filter-row .filter-collapse.collapsing .filter-content .filter-header,
  .filter-row .filter-collapse.show .filter-content .filter-header {
    display: block;
    padding: 20px 25px;
    background-color: #000000;
    color: #ffffff;
    font-size: 18px;
  }
  .filter-row .filter-collapse.collapsing .filter-content .filter-header .btn,
  .filter-row .filter-collapse.show .filter-content .filter-header .btn {
    background-color: #000000;
    color: #ffffff;
  }
  .filter-row .filter-collapse.collapsing .filter-content .vw-form,
  .filter-row .filter-collapse.show .filter-content .vw-form {
    padding: 25px;
  }
  .filter-row .filter-collapse.collapsing .filter-content .vw-form .form-group,
  .filter-row .filter-collapse.show .filter-content .vw-form .form-group {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .filter-row .filter-collapse.collapsing .filter-content .vw-form .form-group:last-of-type,
  .filter-row .filter-collapse.show .filter-content .vw-form .form-group:last-of-type {
    margin-bottom: 12px;
  }
  .filter-row .filter-collapse.collapsing .filter-content .vw-form .checkbox-row,
  .filter-row .filter-collapse.show .filter-content .vw-form .checkbox-row {
    padding: 24px 0px;
    border-top: 1px solid #c5c5c4;
    border-bottom: 1px solid #c5c5c4;
  }
  .filter-row .filter-collapse.collapsing .filter-content .vw-form .checkbox-row [class*="col-"],
  .filter-row .filter-collapse.show .filter-content .vw-form .checkbox-row [class*="col-"] {
    display: block;
    flex: 0 0 100%;
    margin-bottom: 17px;
  }
  .filter-row .filter-collapse.collapsing .filter-content .vw-form .checkbox-row [class*="col-"]:last-of-type,
  .filter-row .filter-collapse.show .filter-content .vw-form .checkbox-row [class*="col-"]:last-of-type {
    margin-bottom: 0;
  }
  .filter-row form {
    padding: 0;
  }
  .filter-row form .form-row {
    margin-bottom: 0;
  }
  .filter-row form label.filter-wrap {
    width: 100%;
    display: block;
    margin-bottom: 0;
    position: relative;
  }
  .filter-row form label.filter-wrap:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ico-vw' !important;
    /* speak:none; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .filter-row form label.filter-wrap:after {
    content: "\e911";
  }
  .filter-row form label.filter-wrap:after {
    font-size: 12px;
    padding: 10px 12px;
    color: #ffffff;
    background-color: #8a8c8c;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    pointer-events: none;
    cursor: pointer;
  }
  .filter-row form select.filter-dropdown {
    height: 33px !important;
    line-height: 33px;
    padding: 0 10px;
    border: 0;
    font-size: 15px;
    width: 100%;
    border: 1px solid #8a8c8c;
    background-color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .filter-row form select.filter-dropdown:active,
  .filter-row form select.filter-dropdown:focus {
    border: 1px solid #8a8c8c;
    box-shadow: inherit;
    background: inherit;
  }
  .filter-row form input.form-control {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
    border-bottom: 1px solid #8a8c8c;
  }
  .filter-row form input.form-control:active,
  .filter-row form input.form-control:focus {
    border: none;
    box-shadow: none;
    background: none;
    border-bottom: 1px solid #8a8c8c;
  }
  .filter-row form .input-group-btn {
    border-bottom: 1px solid #8a8c8c;
  }
  .filter-row form .input-group-btn .ico-search {
    font-size: 16px;
  }
  .filter-row form .form-check-inline {
    margin: 0;
  }
  .filter-row form .form-check-inline .form-check-label {
    margin-bottom: 0;
    color: #000000;
  }
  .filter-row form [type="radio"]:checked + label:before,
  .filter-row form [type="radio"]:not(:checked) + label:before {
    border-color: #575756;
  }
  .filter-row form [type="checkbox"]:checked + label:before,
  .filter-row form [type="checkbox"]:not(:checked) + label:before {
    border-color: #575756;
  }
  .filter-row ::-webkit-input-placeholder {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
  }
  .filter-row :-moz-placeholder {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
  }
  .filter-row ::-moz-placeholder {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
  }
  .filter-row :-ms-input-placeholder {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
  }
  .filter-row ::-ms-input-placeholder {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
  }
  .filter-row ::placeholder {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
  }
  .form-thankyou {
    display: none;
    margin-top: 67px;
  }
  .form-thank-you {
    min-height: 55vh;
  }
  .form-thankyou .thankyou-icon,
  .form-thank-you .thankyou-icon {
    font-size: 121px;
    color: #00bcb4;
    line-height: 1;
  }
  .form-thankyou .thankyou-title,
  .form-thank-you .thankyou-title {
    font-family: "DIN-Cond", Arial, sans-serif;
    font-weight: 500;
    font-size: 72px;
    line-height: 50px;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
    text-indent: 0;
    letter-spacing: 3.6px;
    margin-top: 42px;
    margin-bottom: 31px;
  }
  .form-thankyou hr,
  .form-thank-you hr {
    width: 48px;
    height: 2px;
    background-color: #00bcb4;
    text-align: center;
    margin: 0 auto;
  }
  .form-thankyou .thankyou-text,
  .form-thank-you .thankyou-text {
    letter-spacing: 0.18px;
    max-width: 545px;
    margin: 0 auto;
  }
  .form-thankyou .thankyou-text p,
  .form-thank-you .thankyou-text p {
    font-family: "DIN", Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
    text-indent: 0;
    margin-top: 32px;
    margin-bottom: 29px;
  }
  .form-thankyou .thankyou-disclaimer,
  .form-thank-you .thankyou-disclaimer {
    font-family: "DIN", Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
    text-indent: 0;
    letter-spacing: 0.35px;
  }
  @media screen and (min-width:1400px) {
    .filter-expand-xl .filter-label,
    .filter-expand-xl .collapse.filter-collapse {
      display: block;
    }
    .filter-expand-xl .filter-toggler {
      display: none;
    }
  }
  @media screen and (min-width:1200px) {
    .filter-expand-lg .filter-label,
    .filter-expand-lg .collapse.filter-collapse {
      display: block;
    }
    .filter-expand-lg .filter-toggler {
      display: none;
    }
  }
  @media screen and (min-width:992px) {
    .filter-expand-md .filter-label,
    .filter-expand-md .collapse.filter-collapse {
      display: block;
    }
    .filter-expand-md .filter-toggler {
      display: none;
    }
  }
  @media screen and (max-width:991px) {
    .vw-form .form-check-inline {
      display: block;
      width: 100%;
    }
    .vw-form hr.show-mobile {
      display: block;
    }
  }
  @media screen and (min-width:768px) {
    .filter-expand-sm .filter-label,
    .filter-expand-sm .collapse.filter-collapse {
      display: block;
    }
    .filter-toggler {
      display: none;
    }
    .filter-row form .form-group {
      margin-bottom: 0;
    }
  }
  @media screen and (max-width:767px) {
    .filter-row form .form-group {
      margin-bottom: 20px;
    }
    .filter-row form .form-group:last-of-type,
    .filter-row form .form-group:only-of-type {
      margin-bottom: 0;
    }
  }
  @media screen and (min-width:576px) {
    .filter-expand-xs .filter-label,
    .filter-expand-xs .collapse.filter-collapse {
      display: block;
    }
    .filter-expand-xs .filter-toggler {
      display: none;
    }
  }
  .form-radioGroup {
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .form-radioGroup .form-check-label {
    margin-bottom: 0;
  }
  .form-radioGroup__mixedInput div:first-child {
    flex: 50%;
  }
  .form-radioGroup .form-check-inline {
    margin-bottom: 0;
  }
  @media screen and (max-width:991px) {
    .form-radioGroup .form-check-inline {
      display: flex;
    }
  }
  .form-radioGroup___radioInput {
    display: flex;
    flex: 70%;
  }
  .form-radioGroup___radioInput input[type=text] {
    margin-left: 10px;
    padding: 0;
    margin-top: 0;
    font-size: 15px;
    padding-bottom: 2px;
  }
  .form-radioGroup___radioInput input[type=text]:focus {
    padding-bottom: 0px;
  }
  .checkout-form label {
    margin-bottom: 10px;
  }
  .checkout-form input.form-control,
  .checkout-form select.form-control {
    font-size: 16px;
  }
  .checkout-form .select-wrap:after {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    pointer-events: none;
  }
  /*---===<<< CONTENT >>>===---*/
  /* LESS Document */
  /*~~---H2 3 Box Grid---~~*/
  .h2-box-grid-3up h2,
  .h2-box-grid-3up p {
    text-align: center;
  }
  .h2-box-grid-3up .box-3-wrap {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 54%;
  }
  .h2-box-grid-3up .box-3-wrap img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .h2-box-grid-3up a {
    text-decoration: none;
  }
  .h2-box-grid-3up .title {
    padding: 20px;
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.25;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
    text-indent: 0;
    background-color: #ffffff;
    text-decoration: none;
  }
  @media screen and (min-width:768px) {
    .h2-box-grid-3up .title {
      padding: 25px;
    }
  }
  .h2-box-grid-3up .quick-links a {
    text-decoration: underline;
  }
  @media screen and (min-width:992px) {
    .h2-box-grid-3up p {
      font-size: 18px;
    }
  }
  @media screen and (max-width:575px) {
    .h2-box-grid-3up .box-3-wrap img {
      width: 100%;
    }
  }
  /* Background Color Overrides */
  .bg-black-wrap .h2-box-grid-3up .title {
    background-color: #202020;
    color: #ffffff;
  }
  /*---===<<< CONTENT >>>===---*/
  /* LESS Document */
  /*~~---H2 2up Box Grid---~~*/
  .h2-box-grid-2up h2,
  .h2-box-grid-2up p {
    text-align: center;
  }
  .h2-box-grid-2up .card-action-special {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }
  .h2-box-grid-2up .card-action-special a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100%;
    z-index: 5;
  }
  .h2-box-grid-2up .info {
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 20px;
    border: 1px solid #f7f7f8;
    border-top: 0 solid #000000;
  }
  @media screen and (min-width:768px) {
    .h2-box-grid-2up .info {
      padding: 25px;
    }
  }
  @media screen and (min-width:768px) {
    .h2-box-grid-2up .info {
      margin-bottom: 30px;
    }
  }
  .h2-box-grid-2up .info h4 + p:not(.mt-auto) {
    font-family: "DIN-Lt", Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #6f6f6e;
    letter-spacing: 0.05em;
    margin: 0 0 15px;
    text-align: left;
    text-indent: 0;
  }
  .h2-box-grid-2up .info p {
    margin-top: 15px;
    text-align: left;
  }
  .h2-box-grid-2up .info .vw-btn,
  .h2-box-grid-2up .info .vw-btn:only-child {
    margin-top: 25px;
  }
  .h2-box-grid-2up .box-2-wrap {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 53%;
  }
  .h2-box-grid-2up .box-2-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    min-width: 100%;
    min-height: 100%;
  }
  .h2-box-grid-2up .title {
    padding: 20px;
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 1;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
    text-indent: 0;
    background-color: #ffffff;
    margin-bottom: 20px;
  }
  @media screen and (min-width:768px) {
    .h2-box-grid-2up .title {
      padding: 25px;
    }
  }
  @media screen and (min-width:768px) {
    .h2-box-grid-2up .title {
      margin-bottom: 30px;
    }
  }
  @media screen and (min-width:768px) {
    .h2-box-grid-2up .card-action-special .wrapper,
    .h2-box-grid-2up .card-action-special .info {
      cursor: pointer;
      position: relative;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      -webkit-transition-property: box-shadow, -webkit-transform;
      -webkit-transition-property: box-shadow, transform;
      transition-property: box-shadow, transform;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -ms-flex: 0 0 25%;
      flex: 0 0 40%;
      max-width: 100%;
      -webkit-box-flex: 1;
    }
    .h2-box-grid-2up .card-action-special:hover .wrapper,
    .h2-box-grid-2up .card-action-special:hover .info {
      z-index: 2;
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
      -webkit-transform: translate3d(0, -5px, 0);
      -ms-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0);
    }
  }
  @media screen and (max-width:767px) {
    .h2-box-grid-2up .info h4 {
      font-size: 16px;
      text-align: left;
    }
    .h2-box-grid-2up .info h4 + p:not(.mt-auto) {
      font-size: 11px;
    }
  }
  @media screen and (min-width:576px) {
    .h2-box-grid-2up .grid {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .h2-box-grid-2up .grid .col-12 {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
      flex: 1 0 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .h2-box-grid-2up .grid .info {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
    }
  }
  .bg-lt-gray .h2-box-grid-2up .info {
    border: none;
  }
  @media screen and (min-width:992px) and (max-width:1199px) {
    .card-action-special {
      min-height: 540px;
    }
  }
  @media screen and (min-width:768px) and (max-width:991px) {
    .card-action-special {
      min-height: 440px;
    }
  }
  /*---===<<< CONTENT >>>===---*/
  /* LESS Document */
  /*~~---H2 3 Box Grid---~~*/
  .h2-img-cont ul li::before,
  .h2-img-cont ol li::before {
    font-size: 18px;
  }
  .h2-img-cont ol li::before {
    font-size: 22px;
  }
  .h2-img-cont .list-check ul li {
    text-indent: -16px;
    position: relative;
  }
  .h2-img-cont .list-check ul li:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ico-vw' !important;
    /* speak:none; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .h2-img-cont .list-check ul li--brand {
    color: #00bcb4 !important;
  }
  .h2-img-cont .list-check ul li:before {
    content: "\e923";
  }
  .h2-img-cont .list-check ul li::before {
    font-size: 17px;
    left: -8px;
  }
  .h2-img-cont .image img,
  .h2-img-cont .image video {
    max-width: none;
    width: 100%;
  }
  .h2-img-cont .img-credit {
    text-align: right;
  }
  .h2-img-cont .img-credit strong {
    font-family: "DIN-Med", Arial, sans-serif;
    font-weight: normal;
  }
  .h2-img-cont.reverse .image img,
  .h2-img-cont.reverse .image video {
    margin-left: 0;
  }
  .h2-img-cont.reverse .img-credit {
    text-align: left;
  }
  @media screen and (min-width:1200px) {
    .h2-img-cont.img-pad-top .image .content {
      padding-top: 130px;
      padding-bottom: 130px;
    }
  }
  @media (max-width: 1199px) {
    .h2-img-cont.img-pad-top .image .content {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }
  @media screen and (max-width:991px) {
    .h2-img-cont.img-pad-top .image .content {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  @media screen and (max-width:767px) {
    .h2-img-cont.img-pad-top .image .content {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }
  @media screen and (max-width:575px) {
    .h2-img-cont.img-pad-top .image .content {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }
  @media screen and (min-width:1200px) {
    .h2-img-cont.sec-sm-pad-top .content {
      padding-top: 130px;
      padding-bottom: 130px;
    }
  }
  @media (max-width: 1199px) {
    .h2-img-cont.sec-sm-pad-top .content {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }
  @media screen and (max-width:991px) {
    .h2-img-cont.sec-sm-pad-top .content {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  @media screen and (max-width:767px) {
    .h2-img-cont.sec-sm-pad-top .content {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }
  @media screen and (max-width:575px) {
    .h2-img-cont.sec-sm-pad-top .content {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }
  @media screen and (min-width:1400px) {
    .h2-img-cont .image img,
    .h2-img-cont .image video {
      width: 175%;
      margin-left: -75%;
    }
  }
  @media screen and (min-width:1200px) and (max-width :1399px) {
    .h2-img-cont .image img,
    .h2-img-cont .image video {
      width: 140%;
      margin-left: -40%;
    }
  }
  @media screen and (min-width:992px) {
    .h2-img-cont h2 {
      text-align: left;
    }
    .h2-img-cont p {
      text-align: left;
    }
    .h2-img-cont .image {
      padding-left: 0;
    }
    .h2-img-cont.reverse .image {
      padding: 0 0 0 15px;
    }
  }
  @media screen and (max-width:991px) {
    .h2-img-cont .content {
      text-align: center;
    }
    .h2-img-cont .img-credit {
      text-align: center;
    }
    .h2-img-cont.reverse .img-credit {
      text-align: center;
    }
  }
  @media screen and (min-width:992px) and (max-width:1199px) {
    .h2-img-cont .image img,
    .h2-img-cont .image video {
      width: 130%;
      margin-left: -30%;
    }
  }
  @media screen and (min-width:768px) and (max-width:991px) {
    .h2-img-cont .content {
      margin-top: 25px;
    }
    .h2-img-cont .vw-btn {
      margin-top: 25px;
    }
  }
  @media screen and (max-width:767px) {
    .h2-img-cont .content {
      margin-top: 25px;
    }
    .h2-img-cont h2,
    .h2-img-cont p {
      text-align: center;
    }
  }
  @media screen and (min-width:576px) {
    .h2-img-cont p {
      font-size: 18px;
      line-height: 2;
    }
    .h2-img-cont ul li,
    .h2-img-cont ol li {
      font-size: 18px;
    }
    .h2-img-cont ul li::before,
    .h2-img-cont ol li::before {
      font-size: 18px;
    }
  }
  @media screen and (max-width:575px) {
    .h2-img-cont video {
      max-width: 100%;
      height: auto;
    }
    .h2-img-cont ul li,
    .h2-img-cont ol li {
      font-size: 16px;
    }
    .h2-img-cont ul li::before,
    .h2-img-cont ol li::before {
      font-size: 16px;
    }
    .h2-img-cont .list-check ul li::before {
      font-size: 16px;
    }
  }
  /*---===<<< CONTENT >>>===---*/
  /* LESS Document */
  /*~~---H2 3 Box Grid---~~*/
  .bg-black .h3-icon-callout {
    color: #ffffff;
  }
  .bg-black .h3-icon-callout h3,
  .bg-black .h3-icon-callout p,
  .bg-black .h3-icon-callout a {
    color: #ffffff;
  }
  .bg-black .h3-icon-callout .vw-btn {
    border-color: #ffffff;
  }
  .bg-black .h3-icon-callout .vw-btn:hover {
    color: #000000;
    background-color: #ffffff;
  }
  .h3-icon-callout ul.icon-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-indent: 0;
  }
  .h3-icon-callout ul.icon-list li {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 3;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.1em;
    margin: 0 0 15px;
    text-align: left;
    text-indent: 0;
    border-bottom: 1px solid #888c8d;
    padding-bottom: 20px;
  }
  .h3-icon-callout ul.icon-list li:last-child {
    border: none;
    margin: 0;
    padding: 0;
  }
  .h3-icon-callout ul.icon-list li .ico {
    font-size: 37px;
    margin-right: 35px;
    top: 9px;
  }
  .h3-icon-callout ul.icon-list li::before {
    content: none;
  }
  @media screen and (max-width:767px) {
    .h3-icon-callout ul.icon-list {
      margin-top: 30px;
    }
    .h3-icon-callout p {
      text-align: center;
    }
  }
  @media screen and (max-width:575px) {
    .h3-icon-callout ul.icon-list li {
      font-size: 14px;
    }
    .h3-icon-callout ul.icon-list li .ico {
      font-size: 35px;
      margin-right: 20px;
    }
  }
  .h3-icon-callout.simple hr {
    margin: 45px 0;
  }
  @media screen and (max-width:767px) {
    .h3-icon-callout.simple h5 {
      text-align: center;
    }
    .h3-icon-callout.simple hr {
      display: none;
      /* transition: all 0.2s; */
      /* transform: translateY(-100px); */
      /* opacity: 1; */
    }
    .h3-icon-callout.simple .content {
      margin: 0 0 35px;
    }
  }
  .h3-icon-callout.simple a {
    color: white;
  }
  .h3-icon-callout.simple ul li,
  .h3-icon-callout.simple ul a {
    color: white;
    text-transform: capitalize;
  }
  .bg-lt-gray-wrap .h3-icon-callout.simple a,
  .bg-white-wrap .h3-icon-callout.simple a {
    color: #575756;
  }
  .bg-lt-gray-wrap .h3-icon-callout.simple ul li,
  .bg-white-wrap .h3-icon-callout.simple ul li,
  .bg-lt-gray-wrap .h3-icon-callout.simple ul a,
  .bg-white-wrap .h3-icon-callout.simple ul a {
    color: #575756;
  }
  .bg-lt-gray-wrap .h3-icon-callout.simple h5,
  .bg-white-wrap .h3-icon-callout.simple h5 {
    color: black;
  }
  /*---===<<< CONTENT >>>===---*/
  /* LESS Document */
  /*~~---H2 3 Box Grid---~~*/
  .h3-award-callout {
    padding-top: 80px;
    border-bottom: 5px solid #000000;
  }
  @media screen and (min-width:768px) {
    .h3-award-callout {
      padding-top: 100px;
    }
  }
  @media screen and (min-width:768px) and (max-width:991px) {
    .h3-award-callout {
      padding-bottom: 50px;
    }
  }
  @media screen and (min-width:768px) {
    .h3-award-callout .content {
      padding-right: 40px;
    }
  }
  @media screen and (max-width:767px) {
    .h3-award-callout {
      padding-bottom: 50px;
    }
    .h3-award-callout .img-wrap {
      text-align: center;
      margin-bottom: 25px;
    }
    .h3-award-callout h3 span {
      text-align: center;
    }
  }
  /*---===<<< CONTENT >>>===---*/
  /* LESS Document */
  /*~~---H2 2up Box Grid---~~*/
  .h3-box-grid-news h5 {
    color: #ffffff;
  }
  .h3-box-grid-news .grid-wrap {
    list-style: none;
    margin: 0;
    padding: 0;
    text-indent: 0;
    margin: 30px 0 0;
  }
  .h3-box-grid-news .grid-wrap .grid {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin: 0;
    text-indent: 0;
  }
  .h3-box-grid-news .grid-wrap .grid:before {
    content: '';
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(to bottom, transparent 0%, black 100%);
    opacity: 0.8;
    height: 50%;
    max-height: 150px;
  }
  .h3-box-grid-news .grid-wrap .grid.g1 .cover-link .ico {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    margin: -30px 0 0 -30px;
    font-size: 60px;
    width: 60px;
    height: 60px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: rgba(0, 0, 0, 0.75);
  }
  .h3-box-grid-news .grid-wrap .grid.g1 .cover-link:hover .ico {
    color: rgba(255, 255, 255, 0.75);
  }
  .h3-box-grid-news .grid-wrap .grid.g1 .cover-link:hover .ico:before {
    content: "\e920";
  }
  .h3-box-grid-news .grid-wrap .grid.g1 .vw-btn {
    color: #ffffff;
    border-color: #ffffff;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    z-index: 6;
    cursor: pointer;
  }
  .h3-box-grid-news .grid-wrap .grid.g1 .vw-btn:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
  }
  .h3-box-grid-news .grid-wrap .grid.g5 .content,
  .h3-box-grid-news .grid-wrap .grid.g6 .content {
    width: 70%;
  }
  .h3-box-grid-news .grid-wrap .grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .h3-box-grid-news .grid-wrap .grid .content {
    position: absolute;
    top: auto;
    left: 23px;
    bottom: 20px;
    right: auto;
    width: 60%;
    color: #ffffff;
  }
  .h3-box-grid-news .grid-wrap .grid .ico-bg {
    background-color: #000000;
    width: 26px;
    height: 26px;
    display: block;
    border-radius: 10px;
  }
  .h3-box-grid-news .grid-wrap .grid .ico {
    position: absolute;
    top: 10px;
    left: auto;
    bottom: auto;
    right: 15px;
    font-size: 30px;
    color: #ffffff;
  }
  .h3-box-grid-news .grid-wrap .grid.twitter {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.5;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
    text-indent: 0;
    background-color: #ffffff;
  }
  .h3-box-grid-news .grid-wrap .grid.twitter:before {
    background-image: none;
  }
  .h3-box-grid-news .grid-wrap .grid.twitter .ico {
    color: #000000;
  }
  .h3-box-grid-news .grid-wrap .grid.twitter .cover-link {
    cursor: pointer;
  }
  .h3-box-grid-news .grid-wrap .grid.twitter .cover-link .ico {
    color: #000000;
    border-color: #000000;
  }
  .h3-box-grid-news .grid-wrap .grid.twitter .cover-link:hover {
    cursor: pointer;
  }
  .h3-box-grid-news .grid-wrap .grid.twitter .cover-link:hover .ico {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .h3-box-grid-news .grid-wrap .grid.instagram:before {
    background-image: none;
  }
  .h3-box-grid-news .grid-wrap .grid .cover-link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    z-index: 5;
    cursor: pointer;
  }
  .h3-box-grid-news .grid-wrap .grid .cover-link .ico {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    font-size: 15px;
    color: #ffffff;
    transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    border: 1px solid #ffffff;
    padding: 10px;
  }
  .h3-box-grid-news .grid-wrap .grid .cover-link:hover {
    cursor: pointer;
  }
  .h3-box-grid-news .grid-wrap .grid .cover-link:hover .ico {
    color: #000000;
    background-color: #ffffff;
  }
  @media screen and (min-width:992px) {
    .h3-box-grid-news .grid-wrap {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-rows: 220px 220px 220px;
    }
    .h3-box-grid-news .grid-wrap .grid.g1 {
      grid-column: span 3;
      grid-row: span 2;
      -ms-grid-column: span 3;
      -ms-grid-row: span 2;
    }
    .h3-box-grid-news .grid-wrap .grid.g4 {
      grid-column: span 2;
      grid-row: span 2;
      -ms-grid-column: span 2;
      -ms-grid-row: span 2;
    }
    .h3-box-grid-news .grid-wrap .grid.g5,
    .h3-box-grid-news .grid-wrap .grid.g6 {
      grid-column: span 2;
      -ms-grid-column: span 2;
    }
    .h3-box-grid-news .grid-wrap .grid .ico-bg {
      position: absolute;
      top: 12px;
      left: auto;
      bottom: auto;
      right: 12px;
    }
  }
  @media screen and (min-width:768px) and (max-width:991px) {
    .h3-box-grid-news .grid-wrap {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-template-rows: 0.5fr 0.5fr 0.5fr;
    }
    .h3-box-grid-news .grid-wrap .grid.g1 {
      grid-column: span 4;
      grid-row: span 3;
      -ms-grid-column: span 4;
      -ms-grid-row: span 3;
    }
    .h3-box-grid-news .grid-wrap .grid.g2 {
      grid-column: span 2;
      grid-row: span 2;
      -ms-grid-column: span 2;
      -ms-grid-row: span 2;
    }
    .h3-box-grid-news .grid-wrap .grid.g4 {
      grid-column: span 2;
      grid-row: span 2;
      -ms-grid-column: span 2;
      -ms-grid-row: span 2;
    }
    .h3-box-grid-news .grid-wrap .grid.g5 {
      grid-column: span 6;
      grid-row: span 2;
      -ms-grid-column: span 6;
      -ms-grid-row: span 2;
    }
    .h3-box-grid-news .grid-wrap .grid.g6 {
      grid-column: span 4;
      grid-row: span 1;
      -ms-grid-column: span 4;
      -ms-grid-row: span 1;
    }
    .h3-box-grid-news .grid-wrap .grid .ico {
      font-size: 35px;
    }
    .h3-box-grid-news .grid-wrap .grid.twitter {
      font-size: 16px;
    }
    .h3-box-grid-news .grid-wrap .grid .ico-bg {
      position: absolute;
      top: 14px;
      left: auto;
      bottom: auto;
      right: 14px;
    }
  }
  @media screen and (min-width:576px) and (max-width:767px) {
    .h3-box-grid-news .grid-wrap {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .h3-box-grid-news .grid-wrap .grid.g1 {
      grid-column: span 4;
      grid-row: span 3;
      -ms-grid-column: span 4;
      -ms-grid-row: span 3;
    }
    .h3-box-grid-news .grid-wrap .grid.g2 {
      grid-column: span 2;
      grid-row: span 4;
      -ms-grid-column: span 2;
      -ms-grid-row: span 4;
    }
    .h3-box-grid-news .grid-wrap .grid.g3 {
      grid-column: span 2;
      grid-row: span 2;
      -ms-grid-column: span 2;
      -ms-grid-row: span 2;
    }
    .h3-box-grid-news .grid-wrap .grid.g4 {
      grid-column: span 2;
      grid-row: span 1;
      -ms-grid-column: span 2;
      -ms-grid-row: span 1;
    }
    .h3-box-grid-news .grid-wrap .grid.g5 {
      grid-column: span 6;
      grid-row: span 2;
      -ms-grid-column: span 6;
      -ms-grid-row: span 2;
    }
    .h3-box-grid-news .grid-wrap .grid.g6 {
      grid-column: span 4;
      grid-row: span 2;
      -ms-grid-column: span 4;
      -ms-grid-row: span 2;
    }
    .h3-box-grid-news .grid-wrap .grid .content {
      left: 13px;
      bottom: 10px;
    }
    .h3-box-grid-news .grid-wrap .grid .ico-bg {
      position: absolute;
      top: 13px;
      left: auto;
      bottom: auto;
      right: 13px;
      width: 25px;
      height: 25px;
    }
    .h3-box-grid-news .grid-wrap .grid .cover-link .ico {
      bottom: 15px;
      right: 15px;
      font-size: 20px;
    }
  }
  @media screen and (min-width:576px) {
    .h3-box-grid-news .grid-wrap {
      display: grid;
      grid-gap: 4px;
      grid-auto-flow: dense;
    }
    .h3-box-grid-news .grid-wrap .grid.g1 .content {
      width: 49%;
    }
    .h3-box-grid-news .grid-wrap .grid .ico {
      top: 10px;
      right: 10px;
    }
    .h3-box-grid-news .grid-wrap .grid.twitter {
      padding: 0 15px 0;
    }
    .h3-box-grid-news .grid-wrap .grid.twitter .d-flex {
      height: 100%;
    }
    .h3-box-grid-news .grid-wrap .grid.twitter .ico {
      position: relative;
      top: auto;
      left: auto;
      bottom: auto;
      right: auto;
      display: block;
      margin: 0 0 15px;
    }
  }
  @media screen and (max-width:575px) {
    .h3-box-grid-news .grid-wrap .grid {
      height: 0;
      overflow: hidden;
      position: relative;
      top: auto;
      left: auto;
      bottom: auto;
      right: auto;
      padding-top: 66%;
    }
    .h3-box-grid-news .grid-wrap .grid.g1 .content {
      bottom: auto;
      top: 25px;
    }
    .h3-box-grid-news .grid-wrap .grid.g1 .cover-link .ico {
      position: absolute;
      top: auto;
      left: auto;
      bottom: 15px;
      right: 20px;
      font-size: 15px;
      width: 40px;
      height: 40px;
      padding: 13px;
    }
    .h3-box-grid-news .grid-wrap .grid.g1 .vw-btn {
      position: absolute;
      top: auto;
      left: 20px;
      bottom: 15px;
      right: auto;
    }
    .h3-box-grid-news .grid-wrap .grid:before {
      z-index: 1;
    }
    .h3-box-grid-news .grid-wrap .grid img {
      position: absolute;
      top: 0;
      left: auto;
      bottom: auto;
      right: auto;
    }
    .h3-box-grid-news .grid-wrap .grid .ico-bg {
      position: absolute;
      top: 12px;
      left: auto;
      bottom: auto;
      right: 17px;
    }
    .h3-box-grid-news .grid-wrap .grid .content {
      z-index: 1;
      width: 70%;
    }
    .h3-box-grid-news .grid-wrap .grid.twitter:before {
      background-image: none;
    }
    .h3-box-grid-news .grid-wrap .grid.twitter .tw-content {
      width: 80%;
      position: absolute;
      top: 40%;
      left: 10%;
      bottom: auto;
      right: auto;
    }
    .h3-box-grid-news .grid-wrap .grid.twitter .ico {
      right: auto;
      left: 50%;
      margin-left: -15px;
      top: 15%;
    }
  }
  /*---===<<< CONTENT >>>===---*/
  /* LESS Document */
  /*~~---4 Box Grid---~~*/
  .box-grid-4up .box-4-wrap {
    border-top: 5px solid #000000;
  }
  .box-grid-4up .info {
    padding: 20px;
    background-color: #ffffff;
  }
  @media screen and (min-width:768px) {
    .box-grid-4up .info {
      padding: 25px;
    }
  }
  .box-grid-4up .info p {
    text-align: center;
    margin-top: 10px;
  }
  @media screen and (min-width:576px) {
    .box-grid-4up .grid {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .box-grid-4up .grid .col-12 {
      display: -webkit-box;
    }
    .box-grid-4up .grid .info {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      position: relative;
      top: auto;
      left: auto;
      bottom: auto;
      right: auto;
    }
    .box-grid-4up .grid .info p:first-child {
      margin-bottom: 105px;
    }
    .box-grid-4up .box-4-wrap + .info .vw-btn {
      position: absolute;
      top: auto;
      left: 50%;
      bottom: 30px;
      right: auto;
      display: block;
      margin-left: -75px;
      width: 150px;
    }
  }
  @media screen and (max-width:575px) {
    .box-grid-4up .info p {
      margin-top: 0;
    }
    .box-grid-4up .info .vw-btn {
      margin-top: 15px;
    }
  }
  /*---===<<< QUOTES >>>===---*/
  /* LESS Document */
  /* Default Quote Styles */
  .ico-quotes {
    font-size: 44px;
    color: #00bcb4;
    margin-bottom: 20px;
    display: block;
  }
  blockquote .blockquote-text {
    font-family: "DIN-Cond", Arial, sans-serif;
    font-weight: normal;
    font-size: 29px;
    line-height: 1.5;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
    letter-spacing: 0.01em;
  }
  blockquote .blockquote-author {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  blockquote.blockquote__headshot img {
    margin: 25px 0;
    object-fit: cover;
    border-radius: 50%;
    height: 84px;
    width: 84px;
  }
  .quote-full {
    text-align: center;
  }
  .quote-full .blockquote-text,
  .quote-full .blockquote-author {
    text-align: center;
  }
  .quote-full .small-hr {
    margin: 25px auto 12px;
  }
  @media screen and (max-width:767px) {
    blockquote .blockquote-text {
      font-size: 24px;
      text-align: center;
    }
    blockquote .blockquote-author {
      font-size: 12px;
      text-align: center;
    }
  }
  @media screen and (max-width:575px) {
    blockquote .blockquote-text {
      font-size: 20px;
    }
    blockquote .blockquote-author {
      font-size: 11px;
    }
    .ico-quotes {
      font-size: 34px;
    }
  }
  /* Quote Carousel */
  .carousel {
    font-family: "DIN-Cond", Arial, sans-serif;
    font-weight: normal;
    font-size: 29px;
    line-height: 1.5;
    text-transform: none;
    color: #ffffff;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
    text-indent: 0;
  }
  .carousel .carousel-caption {
    position: static;
  }
  .carousel .carousel-caption blockquote .blockquote-text {
    color: #000000;
    text-align: center;
    padding: 20px;
  }
  @media screen and (min-width:768px) {
    .carousel .carousel-caption blockquote .blockquote-text {
      padding: 25px;
    }
  }
  .carousel .carousel-caption blockquote .blockquote-author {
    color: #888c8d;
    text-align: center;
  }
  .carousel .carousel-indicators {
    position: static;
    cursor: pointer;
    padding-top: 20px;
    margin: 0;
  }
  .carousel .carousel-indicators li {
    background: none;
    text-indent: 0;
    border-top: 1px dashed #c5c5c4;
    width: 100%;
    margin-right: 21px;
    margin-left: 21px;
  }
  .carousel .carousel-indicators li .indicator-label {
    font-family: "DIN-CondMed", Arial, sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    text-transform: none;
    color: #c5c5c4;
    letter-spacing: 0;
    margin: 0;
    text-align: right;
    text-indent: 0;
  }
  .carousel .carousel-indicators li .progress {
    background-color: transparent;
    height: 3px;
    margin-top: -3px;
  }
  .carousel .carousel-indicators li .progress-bar {
    background-color: #8a8c8c;
  }
  .carousel .carousel-indicators li::before {
    content: none;
  }
  .carousel .carousel-indicators li.active .indicator-label {
    color: #000000;
  }
  .carousel .carousel-indicators li.active .progress-bar {
    background-color: #000000;
  }
  .carousel .carousel-control-prev {
    left: inherit;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .carousel .carousel-control-next {
    right: inherit;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .carousel .ico-chevron-rt-box,
  .carousel .ico-chevron-lft-box {
    font-family: "DIN-Cond", Arial, sans-serif;
    font-weight: normal;
    font-size: 48px;
    line-height: 1.5;
    text-transform: none;
    color: #ffffff;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
  }
  .carousel .ico-quotes {
    margin-bottom: 0;
  }
  /* Background Color Overrides */
  .bg-black-wrap .carousel .carousel-caption blockquote .blockquote-text,
  .bg-drk-gray-wrap .carousel .carousel-caption blockquote .blockquote-text {
    color: #ffffff;
  }
  .bg-black-wrap .carousel .carousel-caption blockquote .blockquote-author,
  .bg-drk-gray-wrap .carousel .carousel-caption blockquote .blockquote-author {
    color: #8a8c8c;
  }
  .bg-black-wrap .carousel .carousel-indicators li,
  .bg-drk-gray-wrap .carousel .carousel-indicators li {
    border-top-color: #8a8c8c;
  }
  .bg-black-wrap .carousel .carousel-indicators li .indicator-label,
  .bg-drk-gray-wrap .carousel .carousel-indicators li .indicator-label {
    color: #8a8c8c;
  }
  .bg-black-wrap .carousel .carousel-indicators li.active .indicator-label,
  .bg-drk-gray-wrap .carousel .carousel-indicators li.active .indicator-label {
    color: #ffffff;
  }
  .bg-black-wrap .carousel .carousel-indicators li.active .progress-bar,
  .bg-drk-gray-wrap .carousel .carousel-indicators li.active .progress-bar {
    background-color: #ffffff;
  }
  /*---===<<< QUOTES - MOBILE >>>===---*/
  /* Author krievley 1/17/18 */
  @media screen and (min-width:768px) and (max-width:991px) {
    .carousel .carousel-indicators {
      padding: 0;
      margin: 0;
    }
    .carousel .carousel-indicators li {
      margin-right: 16px;
      margin-left: 16px;
    }
  }
  @media screen and (max-width:767px) {
    .carousel .carousel-control-prev {
      left: 24px;
    }
    .carousel .carousel-control-next {
      right: 24px;
    }
    .carousel .ico-chevron-rt-box,
    .carousel .ico-chevron-lft-box {
      font-size: 37px;
    }
    .carousel .carousel-indicators {
      padding: 0;
      margin: 0;
    }
    .carousel .carousel-indicators li {
      margin-right: 8px;
      margin-left: 8px;
    }
    .carousel .carousel-indicators li .indicator-label {
      text-align: center;
    }
  }
  @media screen and (max-width:575px) {
    .carousel .carousel-caption {
      padding: 0;
    }
    .carousel .ico-chevron-rt-box,
    .carousel .ico-chevron-lft-box {
      font-size: 28px;
    }
    .carousel .carousel-inner {
      padding-bottom: 20px;
    }
    .carousel .carousel-indicators li .indicator-label {
      font-size: 16px;
    }
  }
  /*---===<<< Try / Demo / Buy >>>===---*/
  /* LESS Document */
  /* Author krievley 1/17/18 */
  .tdb-section .tdb-title,
  .tdb-section .tdb-tagLine {
    text-align: center;
  }
  .tdb-section .btn-row-pad {
    margin: 15px 0;
    line-height: 4;
  }
  .tdb-section .tdb-award {
    font-family: "DIN-Lt", Arial, sans-serif;
  }
  .bg-black-wrap .tdb-section .tdb-award .ico,
  .bg-drk-gray-wrap .tdb-section .tdb-award .ico {
    color: #ffffff;
  }
  .tdb-section .tdb-award .ico-award {
    font-size: 44px;
    display: inline-block;
  }
  .tdb-section .tdb-award .award-title {
    font-family: "DIN-Lt", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.25;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0 0 7px;
    text-align: left;
    text-indent: 0;
    display: block;
  }
  .bg-black-wrap .tdb-section .tdb-award .award-title,
  .bg-drk-gray-wrap .tdb-section .tdb-award .award-title {
    color: #ffffff;
  }
  .tdb-section .tdb-award .award-wrapper {
    text-align: center;
    margin: auto;
    width: 100%;
  }
  .tdb-section .tdb-award .award-body {
    font-family: "DIN-Med", Arial, sans-serif;
    font-weight: normal;
    font-size: 10px;
    line-height: 1.25;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
    display: inline-block;
    max-width: 155px;
  }
  .bg-black-wrap .tdb-section .tdb-award .award-body,
  .bg-drk-gray-wrap .tdb-section .tdb-award .award-body {
    color: #ffffff;
  }
  .tdb-section .vw-btn {
    margin-top: 25px !important;
  }
  @media screen and (min-width:1400px) {
    .tdb-section .tdb-award .award-body {
      width: 130px;
    }
  }
  @media screen and (min-width:1200px) {
    .tdb-section .awards-wrap {
      max-width: 1000px;
      margin: 0 auto;
    }
  }
  @media screen and (min-width:768px) and (max-width:991px) {
    .tdb-section .tdb-award .award-body {
      display: block;
      text-align: center;
      margin: 8px auto 0 auto;
    }
    .tdb-section .tdb-award .award-title {
      text-align: center;
    }
  }
  @media screen and (min-width:576px) and (max-width:767px) {
    .tdb-section .tdb-award .award-body {
      display: block;
      text-align: center;
      margin-top: 8px;
    }
    .tdb-section .tdb-award .award-title {
      text-align: center;
    }
  }
  @media screen and (max-width:575px) {
    .tdb-section .awards-wrap {
      padding: 0 35px;
      margin-top: 85px;
    }
    .tdb-section .tdb-award {
      margin-bottom: 35px;
      grid-column-gap: 0.5rem;
      display: flex;
      justify-content: center;
    }
    .tdb-section .tdb-award .award-title {
      max-width: 20ch;
      text-align: center;
      line-height: 1.5;
    }
    .tdb-section .tdb-award .award-body {
      max-width: 100%;
      text-align: center;
    }
    .tdb-section .award-wrapper {
      display: grid;
      flex-basis: 100%;
      justify-content: center;
      grid-gap: 0.5rem;
      text-align: center;
    }
    .tdb-section .award-wrapper br {
      display: none;
    }
  }
  @media (max-width: 399.99px) {
    .tdb-section .vw-btn {
      display: block;
      width: 150px;
      margin: 20px auto 0;
    }
    .tdb-section .vw-btn:first-of-type {
      margin-top: 0;
    }
  }
  @media screen and (max-width:575px) {
    .vw-testimonials-row + .awards-wrap {
      margin-top: 0;
    }
  }
  /*---===<<< Banner >>>===---*/
  /* LESS Document */
  /* Author krievley 1/19/18 */
  .banner {
    background-image: url("../images/arch_banner.jpg");
    background-repeat: no-repeat;
    background-color: transparent;
    position: relative;
    background-size: cover;
    margin-bottom: 0;
    background-position: center;
    padding: 0;
  }
  @media screen and (min-width:992px) {
    .banner {
      background-size: cover;
      height: 725px;
    }
  }
  @media screen and (min-width:768px) and (max-width:991px) {
    .banner {
      height: 450px;
    }
  }
  @media screen and (max-width:767px) {
    .banner {
      min-height: 325px;
    }
  }
  @media screen and (min-width:576px) {
    .banner {
      align-items: center !important;
    }
  }
  @media screen and (max-width:575px) {
    .banner {
      min-height: auto;
      position: relative;
      height: 0;
      overflow: hidden;
      padding-top: 120%;
    }
  }
  .banner-wrap {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }
  .banner-wrap h1 {
    text-shadow: 0px 0px 8px rgba(69, 69, 69, 0.75);
  }
  .banner-wrap h1.header-title {
    color: #ffffff;
  }
  .banner-wrap h1.header-title sup {
    font-family: "DIN-Lt", Arial, sans-serif;
    font-weight: normal;
    font-size: 0.25em;
    top: -2em;
  }
  .banner-wrap .header-button {
    font-family: "DIN-Cond", Arial, sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.5;
    text-transform: uppercase;
    color: transparent;
    letter-spacing: 0.05em;
    margin: 0;
    text-align: left;
    text-indent: 0;
    background: none;
    border: none;
  }
  .banner-wrap .header-button .ico {
    font-size: 32px;
    text-shadow: 0px 0px 8px rgba(69, 69, 69, 0.75);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .banner-wrap .header-button .ico:before {
    color: #ffffff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .banner-wrap .header-button:hover {
    text-decoration: none;
  }
  .banner-wrap .header-button:hover .ico:before {
    content: "\e920";
  }
  .banner-wrap .header-button span {
    color: #ffffff;
  }
  .banner-wrap .header-text {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.025em;
    margin: 0;
    text-align: left;
    text-indent: 0;
    padding: 25px 0 35px;
  }
  .banner-wrap h3.header-text {
    font-family: "DIN-CondMed", Arial, sans-serif;
    font-weight: normal;
  }
  .banner-wrap hr {
    background-color: #ffffff;
    margin: 15px 0 0;
  }
  .banner-wrap hr.teal {
    background-color: #00bcb4;
  }
  .banner-wrap .img-credit {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 90px;
    right: auto;
    color: #ffffff;
  }
  @media screen and (min-width:768px) and (max-width:991px) {
    .banner-wrap .header-content {
      padding: 0;
    }
    .banner-wrap .header-text {
      padding: 20px 0;
      font-family: "DIN", Arial, sans-serif;
      font-weight: normal;
    }
    .banner-wrap > .container {
      margin-top: -100px;
    }
    .banner-wrap .img-credit {
      bottom: 20px;
    }
  }
  @media screen and (min-width:992px) {
    .banner-wrap h3.header-text {
      font-size: 36px;
    }
  }
  @media screen and (max-width:767px) {
    .banner-wrap .header-content {
      padding: 0;
    }
    .banner-wrap .header-text {
      font-size: 16px;
      padding: 20px 0;
      font-family: "DIN", Arial, sans-serif;
      font-weight: normal;
    }
    .banner-wrap .img-credit {
      bottom: 7px;
    }
  }
  @media screen and (min-width:576px) {
    .banner-wrap .header-content {
      max-width: 50%;
    }
  }
  @media screen and (max-width:575px) {
    .banner-wrap .header-content {
      margin-top: 7%;
      position: absolute;
      top: 0;
      left: auto;
      bottom: auto;
      right: auto;
    }
    .banner-wrap hr {
      margin-top: 15px;
    }
    .banner-wrap .header-text {
      padding: 17px 0;
    }
    .banner-wrap .img-credit {
      display: none;
      /* transition: all 0.2s; */
      /* transform: translateY(-100px); */
      /* opacity: 1; */
    }
    .banner-wrap .header-button {
      font-size: 20px;
      line-height: 1.25;
    }
    .banner-wrap .header-button .ico {
      font-size: 25px;
    }
  }
  .banner-wrap .header-content--center {
    text-align: center;
    max-width: none !important;
  }
  .banner-wrap .header-content--center .header-title,
  .banner-wrap .header-content--center .header-text {
    text-align: center;
  }
  .banner-wrap .header-content--center .header-text {
    padding-bottom: 0;
  }
  .banner-wrap .header-content--center .header-title {
    margin-bottom: 35px;
  }
  @media screen and (max-width:575px) {
    .banner-wrap .header-content--center {
      margin-top: 40%;
    }
  }
  /* Special Banner */
  .hello-bar-wrap {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    z-index: 150;
  }
  .hello-bar {
    background-color: #00bcb4;
    z-index: 300;
  }
  .hello-bar .container {
    text-align: center;
  }
  .hello-bar span {
    padding: 25px 20px;
    font-family: "DIN-Lt", Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.025em;
    margin: 0;
    text-align: center;
    text-indent: 0;
    display: block;
  }
  .hello-bar span.ico {
    display: inline-block;
    padding: 0;
    margin-left: 7px;
    font-size: 14px;
  }
  .hello-bar a:not(.vw-btn) {
    text-decoration: none;
    color: #ffffff;
    font-family: "DIN-Lt", Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
  }
  .hello-bar a:not(.vw-btn):hover {
    text-decoration: underline;
  }
  @media screen and (min-width:992px) {
    .hello-bar {
      position: absolute;
      top: auto;
      left: auto;
      bottom: 0;
      right: auto;
      width: 100%;
      background-color: rgba(0, 188, 180, 0.9);
    }
  }
  .hello-bar.bg-drk-gray-wrap {
    background-color: #202020;
  }
  .hello-bar__with-btn {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  @media screen and (max-width:767px) {
    .hello-bar__with-btn {
      flex-wrap: wrap;
      justify-content: center;
    }
  }
  .hello-bar__with-btn span {
    padding: 38px 30px 38px 10px;
    text-align: left;
  }
  .hello-bar__with-btn span.center {
    text-align: center;
  }
  @media screen and (min-width:576px) and (max-width:767px) {
    .hello-bar__with-btn span {
      text-align: left;
    }
  }
  @media screen and (max-width:767px) {
    .hello-bar__with-btn span {
      text-align: center;
    }
  }
  .hello-bar__with-btn .vw-btn,
  .hello-bar__with-btn .vw-btn:focus {
    border: 1px solid #fff;
    color: #fff;
    line-height: 1.5;
    min-width: fit-content;
  }
  @media screen and (min-width:768px) {
    .hello-bar__with-btn .vw-btn,
    .hello-bar__with-btn .vw-btn:focus {
      margin: 0 0 0 auto;
    }
  }
  @media screen and (max-width:767px) {
    .hello-bar__with-btn .vw-btn,
    .hello-bar__with-btn .vw-btn:focus {
      margin: 0 auto 38px;
    }
  }
  .hello-bar__with-btn .vw-btn:hover,
  .hello-bar__with-btn .vw-btn:focus:hover {
    border: 1px solid black;
    text-decoration: none;
    color: #fff;
  }
  .bg-drk-gray-wrap .hello-bar__with-btn .vw-btn,
  .bg-drk-gray-wrap .hello-bar__with-btn .vw-btn:focus {
    color: #000000;
    background-color: #ffffff;
  }
  .bg-drk-gray-wrap .hello-bar__with-btn .vw-btn:hover,
  .bg-drk-gray-wrap .hello-bar__with-btn .vw-btn:focus:hover {
    background-color: #00bcb4;
    color: #ffffff !important;
    border-color: #00bcb4;
  }
  .hello-bar__with-btn .vw-btn--white-fill {
    background-color: white;
    color: #000000;
    border: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .hello-bar__with-btn .vw-btn--white-fill:hover {
    background-color: #00bcb4;
    border: 0;
  }
  .hello-bar.bg-drk-gray-wrap .hello-bar__with-btn .vw-btn:hover {
    color: #000000;
  }
  /* Small h1 Banner */
  .page-header picture > img {
    width: 100%;
    height: auto;
    /* min-height:300px;*/
  }
  .page-header .subtitle {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 0.025em;
    margin: 0;
    text-align: left;
    text-indent: 0;
  }
  .page-header .banner-wrapper {
    position: relative;
  }
  .page-header .banner-wrapper .header-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
  }
  .page-header .banner-wrapper h1 {
    color: #ffffff;
  }
  .page-header .banner-wrapper .subtitle {
    color: #ffffff;
    padding: 15px 0 30px 0;
  }
  .page-header .utility-nav {
    padding-top: 50px;
  }
  .page-header .utility-nav .nav-item {
    text-transform: uppercase;
    margin: 0 0 15px;
    font-size: 14px;
  }
  .page-header .utility-nav .nav-item .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
  }
  .page-header .utility-nav .nav-item:last-of-type {
    border-right: none;
  }
  .page-header .utility-nav .nav-item:last-of-type .nav-link {
    padding-right: 0;
  }
  .page-header .utility-nav .nav-item:first-of-type .nav-link {
    padding-left: 0;
  }
  .page-header .utility-nav .nav-item:only-of-type .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
  .page-header .utility-nav .nav-item::before {
    content: none;
  }
  @media screen and (max-width:575px) {
    .page-header .subtitle {
      font-size: 16px;
    }
  }
  .opening-text {
    padding-top: 25px;
  }
  @media screen and (min-width:768px) {
    .utility-nav .nav-item {
      border-right: 1px solid #000000;
    }
  }
  @media screen and (max-width:767px) {
    .page-header .utility-nav ul.nav {
      display: block;
    }
    .page-header .utility-nav .nav-item {
      text-align: right;
      margin: 0 0 12px;
    }
    .page-header .utility-nav .nav-item:last-child {
      margin: 0;
    }
    .page-header .utility-nav .nav-item .nav-link {
      padding: 0;
      text-align: right;
    }
  }
  /* Home Page Banner */
  .hp-banner {
    width: 100%;
    height: 735px;
    position: relative;
    overflow: hidden;
  }
  .hp-banner__container {
    height: 100%;
  }
  .hp-banner__slideImage {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 100;
  }
  @supports (object-fit: cover) {
    .hp-banner__slideImage {
      height: 100%;
      object-fit: cover;
    }
  }
  .hp-banner__screen {
    left: 50%;
    margin-left: -498px;
    width: 986px;
    height: 460px;
    bottom: -6px;
    background-size: 100%;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 150;
  }
  .hp-banner__screenImageContainer {
    position: absolute;
    width: calc(100% - 80px);
    height: 420px;
    bottom: 0;
    left: 40px;
    overflow: hidden;
  }
  .hp-banner__screen-border {
    filter: drop-shadow(0 10px 26px rgba(0, 0, 0, 0.64));
  }
  .hp-banner h1 {
    text-align: center;
    color: white;
    text-shadow: 0px 0px 8px rgba(69, 69, 69, 0.75);
    letter-spacing: 0;
  }
  .hp-banner p {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.01em;
    margin: 0;
    text-align: left;
    text-indent: 0;
    padding: 25px 0;
    text-align: center;
    text-shadow: 0px 0px 8px rgba(69, 69, 69, 0.75);
  }
  .hp-banner__screenImage {
    width: 100%;
    position: absolute;
    z-index: 200;
    top: 0px;
  }
  .hp-banner__textContainer {
    position: absolute;
    top: 0px;
    display: flex;
    align-items: center;
    height: 325px;
    z-index: 250;
    width: 90%;
    left: 50%;
    margin-left: -45%;
    text-align: center;
  }
  @media screen and (min-width:992px) and (max-width:1199px) {
    .hp-banner__screen {
      margin-left: -440px;
      width: 880px;
      height: 460px;
      bottom: -6px;
    }
    .hp-banner__screenShadow {
      margin-left: -435px;
      height: 460px;
      bottom: -15px;
      left: 50%;
      width: 870px;
    }
  }
  @media screen and (max-width:991px) {
    .hp-banner__textContainer h1 {
      margin-top: -25px;
    }
  }
  @media screen and (max-width:575px) {
    .hp-banner {
      height: 450px;
      overflow: visible;
      margin-bottom: 90px;
    }
    .hp-banner__screen {
      background-size: 100%;
      height: 150px;
      width: 330px;
      margin-left: -165px;
      bottom: -10px;
    }
    .hp-banner__screenShadow {
      height: 150px;
      width: 300px;
      bottom: -20px;
      margin-left: -150px;
    }
    .hp-banner__textContainer {
      position: absolute;
      top: 0px;
      left: 0;
      margin-left: 0;
      width: 100%;
      text-align: center;
      padding: 0 10px;
      display: flex;
      align-items: center;
      height: calc(100% - 150px);
    }
    .hp-banner__textContainer h1 {
      font-size: 42px;
      margin-top: 35px;
      margin-bottom: 9px;
    }
    .hp-banner__textContainer p {
      font-size: 16px;
      padding-top: 14px;
      letter-spacing: 0.025px;
    }
    .hp-banner__screenImageContainer {
      position: absolute;
      width: calc(100% - 30px);
      height: 325px;
      bottom: -191px;
      left: 15px;
      overflow: hidden;
    }
    .hp-banner .hello-bar {
      z-index: 300;
      position: relative;
      bottom: 0;
      left: 0;
      width: 100%;
    }
    .hp-banner .hello-bar span {
      padding: 10px 0;
    }
  }
  @media screen and (min-width:768px) and (max-width:991px) {
    .hp-banner {
      height: 450px;
      margin-bottom: 90px;
      overflow: visible;
    }
    .hp-banner__container {
      height: 100%;
    }
    .hp-banner__textContainer {
      left: 50%;
      width: 90%;
      margin-left: -45%;
      text-align: center;
      display: flex;
      height: calc(100% - 220px);
      align-items: center;
      top: 0;
    }
    .hp-banner__textContainer h1 {
      font-size: 42px;
      margin-bottom: 15px;
    }
    .hp-banner__textContainer p {
      font-size: 16px;
      padding: 0;
    }
    .hp-banner__screen {
      background-size: 100%;
      height: 300px;
      width: 700px;
      bottom: -27px;
      margin-left: -350px;
    }
    .hp-banner__screenShadow {
      height: 230px;
      width: 680px;
      margin-left: -350px;
      bottom: 40px;
    }
    .hp-banner__screenImageContainer {
      position: absolute;
      width: calc(100% - 60px);
      height: 325px;
      bottom: -60px;
      left: 30px;
      overflow: hidden;
    }
    .hp-banner .hello-bar {
      position: relative;
      bottom: 0;
      width: 100%;
    }
  }
  @media screen and (min-width:576px) and (max-width:767px) {
    .hp-banner {
      height: 450px;
    }
    .hp-banner__textContainer {
      left: 50%;
      width: 90%;
      margin-left: -45%;
      text-align: center;
      height: 270px;
    }
    .hp-banner__screen {
      background-size: 100%;
      height: 270px;
      width: 380px;
      bottom: -20px;
      margin-left: -190px;
    }
    .hp-banner__screenShadow {
      width: 375px;
      height: 460px;
      bottom: -220px;
      margin-left: -190px;
    }
    .hp-banner__screenImageContainer {
      position: absolute;
      width: calc(100% - 40px);
      height: 358px;
      bottom: -112px;
      left: 20px;
      overflow: hidden;
    }
    .hp-banner .hello-bar {
      background-color: #00bcb4;
      z-index: 380;
      bottom: -25px;
      position: absolute;
      left: 0;
      width: 100%;
      padding: 0 25px;
      margin-bottom: 15px;
    }
  }
  @media screen and (min-width:1200px) and (max-width :1399px) {
    .hp-banner__textContainer {
      height: 345px;
    }
  }
  @media screen and (min-width:992px) {
    __textContainer h1 {
      font-size: 42px;
    }
    __textContainer p {
      font-size: 16px;
      padding: 0;
    }
  }
  .singleImageBanner p.header-text {
    max-width: 550px;
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
  }
  /*---===<<< Video Modal >>>===---*/
  /* LESS Document */
  /* Author krievley 1/20/18 */
  .video-modal .modal-dialog {
    max-width: 80%;
    margin-top: 25px;
  }
  .video-modal .modal-body {
    padding: 0;
    position: relative;
  }
  .video-modal .btn-close {
    color: #ffffff;
    background: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5000;
    top: -25px;
    right: -3px;
  }
  .video-modal .btn-close .ico-close {
    font-size: 12px;
  }
  @media screen and (max-width:767px) {
    .video-modal .modal-dialog {
      max-width: 100%;
    }
  }
  @media screen and (min-width:576px) {
    .video-modal .modal-dialog {
      margin-top: 40px;
    }
    .video-modal .btn-close {
      top: -25px;
      right: -25px;
    }
    .video-modal .btn-close .ico-close {
      font-size: 16px;
    }
  }
  .linked-thumbs {
    /*Centered Option*/
  }
  .linked-thumbs .thumb {
    margin-top: 50px;
  }
  .linked-thumbs .thumb-link {
    text-decoration: none;
    cursor: pointer;
  }
  .linked-thumbs .thumb-title {
    padding-top: 25px;
    padding-bottom: 15px;
    margin: 0;
    letter-spacing: 0.01em;
  }
  .linked-thumbs .thumb-text {
    text-transform: none;
    padding-bottom: 22px;
  }
  .linked-thumbs .linked-text {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 0.025em;
  }
  .linked-thumbs .linked-text span {
    display: none!important;
  }
  .linked-thumbs .linked-text a:nth-of-type(2):hover:before {
    color: #000000;
  }
  .linked-thumbs .linked-text a:nth-of-type(2):before {
    content: " | ";
    display: inline-block;
    margin: 0 5px;
  }
  .linked-thumbs .linked-text a:hover {
    text-decoration: none;
    color: #888c8d;
  }
  .linked-thumbs .thumb-disclaimer {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    text-transform: none;
    color: #575756;
    letter-spacing: 0;
    text-align: left;
    text-indent: 0;
    margin: 0;
  }
  .linked-thumbs .modal-link .image-wrapper {
    position: relative;
    min-width: 180px;
  }
  .linked-thumbs .modal-link .image-wrapper .triangle {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 37px;
    border-right-color: rgba(0, 188, 180, 0.75);
    border-bottom-color: rgba(0, 188, 180, 0.75);
    z-index: 999;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .linked-thumbs .modal-link .image-wrapper .ico-plus {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1000;
    color: white;
  }
  .linked-thumbs .modal-link:hover .triangle {
    border-right-color: #00bcb4;
    border-bottom-color: #00bcb4;
  }
  .linked-thumbs.product-feature-thumbs {
    margin-top: 40px;
  }
  .centered-content .linked-thumbs .thumb-title,
  .centered-content .linked-thumbs p,
  .centered-content .linked-thumbs .img-wrap {
    text-align: center;
  }
  .centered-content .linked-thumbs .thumb-img {
    max-width: 150px;
  }
  .centered-content__logos .linked-thumbs .img-wrap {
    background-color: #ffffff;
  }
  .centered-content__logos .linked-thumbs .img-wrap .thumb-img {
    max-width: 175px;
  }
  /*Linked thumbs with Logos*/
  .logo-wrap .linked-thumbs .img-wrap img {
    width: auto;
    max-width: 60%;
    max-height: 45px;
  }
  @media screen and (min-width:576px) and (max-width:767px) {
    .logo-wrap .linked-thumbs .img-wrap img {
      width: auto;
      max-width: 60%;
      max-height: 45px;
    }
  }
  @media screen and (max-width:767px) {
    .logo-wrap .linked-thumbs .img-wrap {
      text-align: center;
    }
  }
  .filter-pills {
    padding-bottom: 50px;
  }
  .filter-pills .filter-link {
    color: #000000;
    border-radius: 0;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    border-top: 3px solid transparent;
  }
  .filter-pills .filter-link.active {
    background-color: #f7f7f8;
    color: #000000;
  }
  .filter-pills .filter-link:hover {
    border-color: #ebedee;
  }
  .load-more-row {
    margin-top: 40px;
  }
  .filter-mobile {
    display: none;
  }
  .filter-mobile label.wrap {
    width: 100%;
    height: 50px;
    display: block;
    position: relative;
  }
  .filter-mobile label.wrap:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ico-vw' !important;
    /* speak:none; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .filter-mobile label.wrap:after {
    content: "\e911";
  }
  .filter-mobile label.wrap:after {
    font-size: 20px;
    padding: 10px 15px;
    color: #ffffff;
    background-color: #8a8c8c;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    pointer-events: none;
    cursor: pointer;
  }
  .filter-mobile label select {
    border-radius: 0;
    cursor: pointer;
  }
  .filter-mobile label select.dropdown {
    height: 50px;
    padding: 10px;
    border: 0;
    font-size: 15px;
    width: 100%;
    border: 1px solid #8a8c8c;
    background-color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .filter-mobile label select:focus,
  .filter-mobile label select:active {
    border-color: #8a8c8c;
    box-shadow: none;
    outline: none;
  }
  .nav-item::before {
    content: none;
  }
  @media screen and (min-width:992px) {
    .linked-thumbs .thumb:nth-child(1),
    .linked-thumbs .thumb:nth-child(2),
    .linked-thumbs .thumb:nth-child(3) {
      margin-top: 0;
    }
    .linked-thumbs--4col .thumb:nth-child(4) {
      margin-top: 0;
    }
  }
  @media screen and (max-width:991px) {
    .linked-thumbs .thumb-title,
    .linked-thumbs .thumb-text,
    .linked-thumbs .linked-text,
    .linked-thumbs .logo-wrapper,
    .linked-thumbs .thumb-disclaimer {
      text-align: left;
    }
    .filter-pills {
      justify-content: center !important;
    }
  }
  @media screen and (min-width:768px) and (max-width:991px) {
    .linked-thumbs .thumb:nth-child(1),
    .linked-thumbs .thumb:nth-child(2) {
      margin-top: 0;
    }
  }
  @media screen and (max-width:767px) {
    .linked-thumbs .thumb:first-child {
      margin-top: 0;
    }
    .filter-desktop {
      display: none;
    }
    .filter-mobile {
      display: block;
    }
    .linked-thumbs .thumb-title,
    .linked-thumbs .thumb-text,
    .linked-thumbs .linked-text,
    .linked-thumbs .logo-wrapper,
    .linked-thumbs .thumb-disclaimer {
      text-align: center;
    }
    .linked-text,
    .thumb-disclaimer {
      font-size: 12px;
    }
    .logo-wrapper[style] {
      height: auto !important;
    }
  }
  .control-class-container .linked-thumbs.product-feature-thumbs {
    margin-bottom: 50px;
  }
  .vw-modal .modal-content .subtitle {
    margin-bottom: 37px;
  }
  .vw-modal .modal-content .feature-description {
    margin-top: 38px;
    margin-bottom: 84px;
  }
  .vw-modal .modal-content .controls {
    text-align: right;
    margin: 0 0 13px;
  }
  .vw-modal .modal-content .controls .control-left,
  .vw-modal .modal-content .controls .control-right {
    display: inline-block;
    font-size: 28px;
    background-color: transparent;
    border: none;
  }
  .vw-modal .modal-content .controls .control-left:hover .ico,
  .vw-modal .modal-content .controls .control-right:hover .ico {
    background-color: #000000;
    color: #ffffff;
  }
  .vw-modal .modal-content .controls .control-left:hover.slick-disabled .ico,
  .vw-modal .modal-content .controls .control-right:hover.slick-disabled .ico {
    background: none;
    color: #888c8d;
  }
  .vw-modal .modal-content .controls .control-left {
    margin-right: 4px;
  }
  .vw-modal .modal-content .feature-container h3 {
    text-align: left;
  }
  .vw-modal .feature {
    cursor: pointer;
  }
  .vw-modal .feature .feature-link {
    text-decoration: none;
    cursor: pointer;
    height: 100%;
  }
  .vw-modal .feature .feature-link .image-wrapper {
    position: relative;
  }
  .vw-modal .feature .feature-link .image-wrapper .triangle {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 37px;
    border-right-color: rgba(0, 188, 180, 0.75);
    border-bottom-color: rgba(0, 188, 180, 0.75);
    z-index: 999;
  }
  .vw-modal .feature .feature-link .image-wrapper .ico-plus {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1000;
    color: white;
  }
  .vw-modal .feature .feature-link:hover .triangle {
    border-right-color: #00bcb4;
    border-bottom-color: #00bcb4;
  }
  .vw-modal .feature .feature-title {
    font-family: "DIN", Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
    margin-top: 18px;
    margin-bottom: 15px;
  }
  .vw-modal hr {
    margin: 80px 0;
  }
  .vw-modal .slick-disabled {
    color: #888c8d;
    cursor: auto;
  }
  .vw-modal .slick-list {
    margin-right: -15px;
    margin-left: -15px;
  }
  .vw-modal .slick-slide {
    padding-right: 15px;
    padding-left: 15px;
  }
  .modal-backdrop {
    background-color: #000000;
  }
  @media screen and (max-width:767px) {
    .vw-modal .feature .feature-title {
      text-align: center;
    }
  }
  @media screen and (min-width:992px) {
    .linked-thumbs.product-feature-thumbs .thumb:nth-child(4) {
      margin-top: 0;
    }
  }
  @media screen and (min-width:768px) and (max-width:991px) {
    .linked-thumbs.product-feature-thumbs .thumb:nth-child(1),
    .linked-thumbs.product-feature-thumbs .thumb:nth-child(2) {
      margin-top: 0px;
    }
  }
  @media screen and (max-width:767px) {
    .linked-thumbs.product-feature-thumbs .thumb:nth-child(1) {
      margin-top: 0px;
    }
  }
  .additional-resources .resource-link {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
    display: block;
    margin-top: 20px;
  }
  /* Datepicker styles */
  .datepicker {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
    padding: 10px;
    text-align: center;
    cursor: pointer;
  }
  .datepicker table {
    width: 100%;
  }
  .datepicker table thead .prev {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .datepicker table thead .next {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .datepicker table thead .datepicker-switch {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }
  .datepicker table thead .dow {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .datepicker table tbody {
    color: #6f6f6e;
  }
  .datepicker table tbody .day {
    padding: 15px 18px;
    border: 1px solid #c5c5c4;
  }
  .datepicker table tbody .day.disabled-date {
    color: #f7f7f8;
    position: relative;
  }
  .datepicker table tbody .day.disabled-date:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #f7f7f8;
    width: 70px;
    transform: rotate(-43deg);
    transform-origin: 0% 0%;
  }
  .datepicker table tbody .day.disabled-date:hover {
    background-color: inherit;
  }
  .datepicker table tbody .day.old {
    visibility: hidden;
    border: none;
  }
  .datepicker table tbody .day.new {
    display: none;
    border: none;
  }
  .datepicker table tbody .day.active {
    background-color: #000000;
    color: #ffffff;
  }
  .datepicker table tbody .day:hover {
    background-color: #f7f7f8;
  }
  /*---===<<< CONTENT >>>===---*/
  /* LESS Document */
  /*~~---Customer Showcase---~~*/
  /*--Detail Page--*/
  .customer-story .container {
    margin: 70px auto;
  }
  .customer-story .container.start {
    padding-top: 30px;
    margin: 0 auto;
  }
  .customer-story .container.start .small-hr {
    margin: 15px auto 20px;
  }
  .customer-story .container.hero {
    margin-top: 40px;
  }
  .customer-story p {
    text-align: left;
  }
  .customer-story h1 {
    text-align: center;
  }
  .customer-story .firm-info {
    display: block;
    font-family: "DIN-Lt", Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.25;
    text-transform: uppercase;
    color: #575756;
    letter-spacing: 0.01em;
    margin: 0;
    text-align: center;
    text-indent: 0;
  }
  .customer-story .firm-info strong {
    color: #000000;
    font-family: "DIN-Med", Arial, sans-serif;
    font-weight: normal;
  }
  .customer-story blockquote + .img-credit {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.25;
    text-transform: none;
    color: #888c8d;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
  }
  .customer-story blockquote hr {
    background-color: #00bcb4;
    margin: 25px 0 12px;
  }
  .customer-story .icon-social {
    width: 28px;
    display: inline-block;
    margin-right: 10px;
  }
  @media screen and (min-width:992px) {
    .customer-story .container.start {
      padding-top: 50px;
    }
    .customer-story .quote-wrap .img-wrap img {
      width: 163%;
      max-width: none;
    }
    .customer-story .quote-wrap .img-wrap img.vertical {
      margin-right: -10%;
      width: 110%;
    }
    .customer-story .quote-wrap.reverse .img-wrap img {
      margin-left: -63%;
    }
    .customer-story .quote-wrap.reverse .img-wrap img.vertical {
      margin-left: -10%;
      margin-right: 0;
    }
  }
  @media screen and (max-width:991px) {
    .customer-story blockquote {
      margin-bottom: 25px;
    }
    .customer-story blockquote .small-hr {
      margin-left: auto;
      margin-right: auto;
    }
    .customer-story .quote {
      text-align: center;
      margin-bottom: 15px;
    }
    .customer-story .quote .blockquote-text,
    .customer-story .quote .blockquote-author {
      text-align: center;
    }
    .customer-story .quote .hide-mob {
      display: none;
      /* transition: all 0.2s; */
      /* transform: translateY(-100px); */
      /* opacity: 1; */
    }
    .customer-story .quote-full .blockquote {
      margin-bottom: 0;
    }
  }
  @media screen and (max-width:767px) {
    .customer-story .container {
      margin: 40px auto;
    }
    .customer-story .social-share {
      text-align: center;
    }
  }
  /*---===<<< CONTENT >>>===---*/
  /* LESS Document */
  /*~~---FAQ---~~*/
  .faq {
    /*Accordion*/
  }
  .faq #accordion {
    border-top: 1px solid #c5c5c4;
    margin-top: 30px;
  }
  .faq #accordion .card {
    border: none;
    background: none;
    border-bottom: 1px solid #c5c5c4;
    padding: 0 40px;
    border-radius: 0;
  }
  .faq #accordion .card .card-header {
    padding: 25px 0;
    border: none;
    background: none;
  }
  .faq #accordion .card .card-header .btn {
    color: #000000;
    border: none;
    font-size: inherit;
    padding: 0;
    white-space: normal;
    text-align: left;
  }
  .faq #accordion .card .card-header .btn:hover {
    text-decoration: none;
  }
  .faq #accordion .card .card-header h4 {
    position: relative;
    text-align: left;
  }
  .faq #accordion .card .card-header h4:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ico-vw' !important;
    /* speak:none; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .faq #accordion .card .card-header h4--brand {
    color: #00bcb4 !important;
  }
  .faq #accordion .card .card-header h4:before {
    content: "\e90b";
  }
  .faq #accordion .card .card-header h4::before {
    position: absolute;
    top: 2px;
    left: -40px;
    bottom: auto;
    right: auto;
    font-size: 25px;
    -moz-transform: rotate(135deg);
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
  }
  .faq #accordion .card .card-header h4:hover {
    cursor: pointer;
  }
  .faq #accordion .card .card-header h4.btn {
    font-size: 20px;
    font-weight: 400;
  }
  .faq #accordion .card .card-header.open h4::before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .faq #accordion .card .card-body {
    padding: 0 0 1.25rem;
  }
  .faq #accordion .card .card-body p:first-of-type {
    margin-top: 0;
  }
  @media screen and (max-width:767px) {
    .faq #accordion .card .card-body p {
      text-align: left;
    }
  }
  /*---===<<< CONTENT >>>===---*/
  /* LESS Document */
  /*~~---h2 4column plus Styles---~~*/
  .h2-4col-icon h2,
  .h2-4col-icon h5,
  .h2-4col-icon p {
    text-align: center;
  }
  .h2-4col-icon .plus,
  .h2-4col-icon .arrow {
    position: relative;
  }
  .h2-4col-icon .plus:before,
  .h2-4col-icon .arrow:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ico-vw' !important;
    /* speak:none; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .h2-4col-icon .plus--brand,
  .h2-4col-icon .arrow--brand {
    color: #00bcb4 !important;
  }
  .h2-4col-icon .plus:before,
  .h2-4col-icon .arrow:before {
    content: "\e90a";
  }
  .h2-4col-icon .plus::before,
  .h2-4col-icon .arrow::before {
    font-size: 24px;
    color: #00bcb4;
    position: absolute;
    top: 50%;
    left: auto;
    bottom: auto;
    right: -10px;
    margin-top: -12px;
  }
  .h2-4col-icon .grid {
    margin-left: -35px;
    margin-right: -35px;
  }
  .h2-4col-icon .content {
    padding: 0 35px;
    margin-bottom: 25px;
  }
  .h2-4col-icon.plus-wrap h5 {
    color: #000000;
  }
  .h2-4col-icon.arrow-wrap .svg {
    text-align: center;
  }
  .h2-4col-icon.arrow-wrap h5 {
    margin-top: 30px;
    color: #00bcb4;
  }
  .h2-4col-icon .arrow:before {
    content: "\e919";
  }
  .h2-4col-icon .arrow::before {
    font-size: 27px;
    top: 40%;
    margin-top: -13px;
    width: 25px;
  }
  .h2-4col-icon .arrow:first-child::before {
    right: -25px;
  }
  @media screen and (min-width:1200px) {
    .h2-4col-icon.arrow-wrap .svg svg {
      height: 185px;
    }
  }
  @media screen and (min-width:992px) and (max-width:1199px) {
    .h2-4col-icon.arrow-wrap .svg svg {
      height: 155px;
    }
  }
  @media screen and (min-width:768px) and (max-width:991px) {
    .h2-4col-icon .content:nth-child(1),
    .h2-4col-icon .content:nth-child(2) {
      margin-bottom: 45px;
    }
    .h2-4col-icon .plus:nth-child(1)::before,
    .h2-4col-icon .plus:nth-child(3)::before {
      content: none;
    }
    .h2-4col-icon .plus:nth-child(2)::before {
      font-size: 70px;
      position: absolute;
      top: auto;
      left: -36%;
      bottom: -57px;
      right: auto;
    }
    .h2-4col-icon.arrow-wrap .svg svg {
      height: 160px;
    }
    .h2-4col-icon .arrow::before {
      right: -20%;
    }
    .h2-4col-icon .arrow:first-child::before {
      right: -20%;
    }
    .h2-4col-icon .arrow:nth-child(2)::before {
      right: -5%;
    }
    .h2-4col-icon .arrow:nth-child(3) {
      position: relative;
    }
    .h2-4col-icon .arrow:nth-child(3):after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'ico-vw' !important;
      /* speak:none; */
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    .h2-4col-icon .arrow:nth-child(3):after {
      content: "\e919";
    }
    .h2-4col-icon .arrow:nth-child(3)::after {
      font-size: 27px;
      color: #00bcb4;
      position: absolute;
      top: 40%;
      left: -5%;
      bottom: auto;
      right: auto;
      margin-top: -13px;
      font-family: 'ico-vw' !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
  }
  @media screen and (max-width:767px) {
    .h2-4col-icon .content {
      margin-bottom: 85px;
    }
    .h2-4col-icon .content:last-of-type {
      margin-bottom: 25px;
    }
    .h2-4col-icon.arrow-wrap .svg svg {
      height: 180px;
    }
    .h2-4col-icon .plus::before,
    .h2-4col-icon .arrow::before {
      position: absolute;
      top: auto;
      left: 50%;
      bottom: -55px;
      right: auto;
      margin-left: -12px;
    }
    .h2-4col-icon .arrow {
      margin-bottom: 105px;
    }
    .h2-4col-icon .arrow::before {
      bottom: -65px;
      font-size: 35px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -moz-transform: rotate(90deg);
    }
  }
  /*PRODUCT SLIDER CSS*/
  div.product-slider-container {
    padding: 25px 0px 15px;
    margin-bottom: 15px;
  }
  @media screen and (max-width:575px) {
    div.product-slider-container {
      padding: 15px 0px;
      margin-bottom: 0px;
    }
  }
  .product-slider-text h2,
  .product-slider-text p {
    text-align: center;
  }
  @media screen and (min-width:992px) {
    .product-slider-text p {
      font-size: 18px;
    }
  }
  .slide-nav-buttons {
    font-size: 24px;
    text-align: right;
  }
  .slide-nav-buttons .nav-btn {
    border: none;
    color: #000000;
    transition: all 0.5s ease-in;
    width: 28px;
    height: 28px;
    font-size: 28px;
    padding: 0px;
  }
  .slide-nav-buttons .nav-btn.prev-slide:hover:before {
    content: "\e916";
  }
  .slide-nav-buttons .nav-btn.next-slide:hover:before {
    content: "\e917";
  }
  .bg-black-wrap .slide-nav-buttons .nav-btn,
  .bg-drk-gray-wrap .slide-nav-buttons .nav-btn {
    color: rgba(255, 255, 255, 0.75);
  }
  .slick-track {
    padding: 0px 0;
  }
  .product-slider-container {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    width: 100%;
    /* the slides */
  }
  .product-slider-container.container-fluid {
    height: auto;
    max-width: 100%;
  }
  .product-slider-container h2,
  .product-slider-container p {
    text-align: center;
  }
  .product-slider-container .product-slider li:before {
    display: none;
  }
  .product-slider-container .slick-slide {
    opacity: 0.3;
    transform: scale(0.85);
  }
  .product-slider-container li.slick-center {
    opacity: 1;
    transform: scale(1);
  }
  .product-slider-container .slide-counter {
    font-size: 20px;
    text-align: left;
    letter-spacing: 2px;
  }
  .bg-black-wrap .product-slider-container .slide-counter {
    color: rgba(255, 255, 255, 0.75);
  }
  .product-slider-container .slider-footer {
    text-align: center;
    color: #c5c5c4;
    margin-top: 10px;
  }
  .product-slider-container .slider-footer .photo-credit-cont {
    text-transform: uppercase;
    display: flex;
    text-align: center;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    align-items: center;
    justify-content: center;
    transform: translateY(10px);
  }
  .product-slider-container .slider-footer .photo-credit-cont-transition {
    opacity: 1;
    transform: translateY(0px);
  }
  .product-slider-container .slider-footer .ico {
    color: #c5c5c4;
    width: 12px;
    height: 12px;
    margin-bottom: 1px;
  }
  .product-slider-container .slider-footer .product-slider-photoCredit {
    color: #8a8c8c;
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.07em;
    margin-left: 10px;
    padding-top: 3px;
  }
  @media screen and (max-width:575px) {
    .product-slider-container .slider-footer .photo-credit-cont {
      margin-top: 10px;
    }
    .product-slider-container .slider-footer .ico {
      width: 9px;
      height: 9px;
    }
    .product-slider-container .slider-footer .product-slider-photoCredit {
      font-size: 7px;
      letter-spacing: 0.05em;
      padding-top: 6px;
    }
  }
  @media screen and (min-width:768px) and (max-width:1199px) {
    .product-slider-container .slider-footer {
      margin-top: 0;
    }
    .product-slider-container .slider-footer .photo-credit-cont {
      margin-top: 14px;
    }
  }
  .product-slider-container .product-slider {
    width: 100%;
    height: 580px;
    padding: 0;
    margin: 0 !important;
  }
  @media screen and (max-width:575px) {
    .product-slider-container .product-slider {
      height: 340px;
    }
  }
  .product-slider-container .slick-slide {
    margin: 0 15px;
    transition: transform 0.5s, opacity 0.5s;
    transform: scale(0.85);
  }
  .product-slider-container #panorama {
    width: 100%;
    height: 100%;
  }
  .product-slider-container .slide {
    width: 1000px;
    height: 580px;
    position: relative;
  }
  .product-slider-container .slide .hidden-slide-content {
    opacity: 0;
    transition: opacity 0.5s;
  }
  @media only screen and (max-width: 600px) {
  }
  .product-slider-container .slide:first-child {
    padding-left: 0 !important;
  }
  .product-slider-container .slide:last-child {
    padding-right: 0 !important;
  }
  .product-slider-container .slider-navigation {
    border: none;
  }
  @media screen and (max-width:575px) {
    .product-slider-container .slider-navigation .slider-nav-container {
      text-align: center;
    }
  }
  @media screen and (min-width:576px) and (max-width:767px) {
    .product-slider-container .slider-navigation .slider-nav-container {
      text-align: center;
    }
  }
  .slide-content {
    position: relative;
    width: 100%;
    height: 580px;
    padding: 15px;
    display: flex;
    align-items: center;
    background-size: calc(100% - 30px), auto;
    background-repeat: no-repeat;
    background-position: 0;
    margin: 0;
    opacity: 1;
  }
  .slide-content .jwplayer.jw-flag-aspect-mode {
    min-height: 100% !important;
  }
  .slide-content .jwplayer {
    min-height: calc(100% - 30px)!important;
    box-shadow: 0px 4px 10px 0 rgba(60, 66, 83, 0.25);
  }
  .slide-content .jwplayer video {
    height: auto !important;
    width: 100% !important;
  }
  .slide-content img {
    box-shadow: 0px 4px 10px 0 rgba(60, 66, 83, 0.4);
    max-height: 100%;
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .slide-content .btn-fullscreen {
    background-color: rgba(0, 0, 0, 0.65);
    color: #ffffff;
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 5px;
    border: none !important;
    width: 45px;
    height: 45px;
    display: none;
    font-size: 25px;
    transition: background-color 0.5s;
  }
  .slide-content .btn-fullscreen:hover {
    background-color: rgba(0, 0, 0, 0.85);
  }
  @media screen and (max-width:575px) {
    .slide-content .btn-fullscreen {
      display: block;
      bottom: 0px;
    }
  }
  .slide-content .pano-overlay {
    background-color: #575756;
    opacity: 0.85;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    display: flex;
    position: absolute;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: background-color 0.5s;
    box-shadow: 0px 4px 10px 0 rgba(60, 66, 83, 0.4);
    font-size: 16px;
    color: #ffffff;
  }
  .slide-content .pano-overlay:hover {
    opacity: 0.75;
  }
  .slide-content .pano-overlay p {
    color: #ffffff;
  }
  .slide-content .pano-overlay .ico {
    width: 85px;
    height: 85px;
    font-size: 85px;
  }
  @media screen and (max-width:575px) {
    .slide-content {
      border: 0;
    }
  }
  @media screen and (min-width:576px) and (max-width:767px) {
    .slide-content {
      border: 0;
    }
  }
  .slide-content .close-full-screen {
    float: right;
    font-size: 48px;
    text-shadow: none;
    font-weight: 700;
    line-height: 1;
    color: #000;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    opacity: 1;
    display: none;
    transition: transform 0.5s ease-in-out;
    transform: rotateZ(0);
    transform-origin: center;
  }
  .slide-content .close-full-screen:hover {
    transform: rotateZ(180deg);
  }
  .panoFrame {
    position: absolute;
  }
  .panoFrame,
  .pano-background {
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    border: 0;
  }
  .pano-background {
    object-fit: cover;
    position: absolute;
    width: calc(100% - 30px)!important;
  }
  .disabled-cursor {
    pointer-events: none;
  }
  .slick-slide {
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
  }
  #product-slide-modal .modal-content {
    padding-bottom: 0;
    border: none;
    text-align: center;
    background: transparent;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  #product-slide-modal .modal-content img {
    max-width: 100%;
  }
  .draggableIMG-container {
    width: 100vw;
    height: 100vh;
  }
  .draggableIMG-container .panoFrame {
    width: 100%;
    height: 100%;
  }
  .c-panoMobile-container {
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.72);
    height: 100vh;
    z-index: 8000;
    display: none;
  }
  .c-panoMobile-container .close-full-screen {
    background: black;
    position: fixed;
    color: #ffffff;
    top: 25px;
    left: 50%;
    height: 48px;
    width: 48px;
    margin-left: -24px;
    z-index: 8010;
    border-radius: 25px;
    border: 0;
  }
  li[data-type="panorama"].panorama-fullScreen .slide-content {
    background: aquamarine;
    padding: 0;
  }
  li[data-type="panorama"].panorama-fullScreen .slide-content,
  li[data-type="panorama"].panorama-fullScreen .panoFrame {
    width: 100%;
    height: 100%;
  }
  li[data-type="panorama"].panorama-fullScreen .pano-frame {
    position: absolute;
  }
  .panoMobile {
    width: 100%;
    height: 100%;
    border: 0;
  }
  @media screen and (max-width:575px) {
    .product-slider-container.container-fluid {
      height: 350px;
    }
    .slider-footer {
      margin-top: 15px;
    }
    .product-slider-container .slide {
      height: 240px;
      width: 100%;
    }
    .product-slider-container .product-slider {
      height: 240px;
    }
    .product-slider-container .slick-slide {
      margin: 0px;
    }
    .product-slider-container .slide-content {
      height: 220px;
      display: flex;
      padding: 0;
      min-width: 100%;
      align-items: center;
    }
    .product-slider-container .slide-content img,
    .product-slider-container .slide-content .jwplayer,
    .product-slider-container .slide-content .pano-overlay {
      box-shadow: none;
    }
    .product-slider-container .slide-content .pano-overlay,
    .product-slider-container .slide-content .pano-background {
      width: 100%;
      height: 100%;
    }
    .product-slider-container .slide-content .pano-background {
      width: 100%!important;
    }
    .product-slider-container .slide-content img {
      width: auto;
      height: 100%;
      margin: 0 auto;
      display: block;
    }
  }
  @media screen and (min-width:576px) and (max-width:767px) {
    .product-slider-container .slide {
      height: 430px;
    }
    .product-slider-container .product-slider {
      height: 430px;
    }
    .slide-content {
      height: 100%;
      padding: 10px 0;
      display: flex;
      align-items: center;
    }
  }
  @media screen and (min-width:768px) and (max-width:1199px) {
    .slide-content {
      min-height: 200px;
      height: 220px;
      max-height: 220px;
      border-radius: 0;
      display: flex;
      align-items: center;
    }
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .pano-overlay {
      top: 15px;
    }
    .pano-background {
      top: 15px;
    }
  }
  div.customer-stories-content.customer-stories-slide {
    background-image: none;
  }
  div.customer-stories-wrap {
    height: 550px;
    position: relative;
    background-color: #575756;
    overflow: hidden;
    top: 0;
  }
  div.customer-stories-wrap div.row.header-content {
    display: flex;
    align-items: center;
    padding-top: 15px;
    max-width: 100%;
    height: 70%;
  }
  div.customer-stories-wrap .customer-stories-slide {
    height: 550px;
  }
  div.customer-stories-wrap .customer-stories-slide .slide-content {
    height: 550px;
  }
  div.customer-stories-wrap .customer-stories-content {
    height: 550px;
    position: absolute;
    z-index: 5;
    height: 100%;
  }
  div.customer-stories-wrap .customer-stories-content .customer-stories-copy {
    padding-top: 50px;
  }
  div.customer-stories-wrap .customer-stories-content h1.header-title {
    margin: 20px 0 25px 0;
  }
  div.customer-stories-wrap .customer-stories-content .vw-btn.white {
    border-color: white;
    color: white;
    margin-top: 35px;
    transition: none !important;
    transition: background-color 0.5s;
    pointer-events: all;
  }
  div.customer-stories-wrap .customer-stories-content .vw-btn.white:hover {
    background-color: white;
    color: #000;
  }
  div.customer-stories-wrap .customer-stories-content p.header-text {
    font-family: 'DIN-Lt', Arial, sans-serif;
    padding: 0 !important;
  }
  div.customer-stories-wrap .customer-stories-content p.header-text-small {
    font-size: 14px;
    margin-top: 0px;
    padding-bottom: 0;
  }
  @media screen and (min-width:768px) and (max-width:991px) {
    div.customer-stories-wrap .customer-stories-content > .container {
      margin-top: 0px;
      height: 100%;
    }
    div.customer-stories-wrap .customer-stories-content .customer-stories-copy {
      margin-top: 80px;
    }
  }
  div.customer-stories-wrap div.carousel {
    position: relative;
    padding: 0;
    height: 30%;
  }
  div.customer-stories-wrap ol.carousel-indicators {
    position: relative;
    left: 0;
    z-index: 1000;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-left: 0%;
    list-style: none;
  }
  @media screen and (max-width:767px) {
    div.customer-stories-wrap ol.carousel-indicators {
      padding: 0 20px;
    }
  }
  div.customer-stories-wrap div.customer-stories-nav {
    position: relative;
    bottom: 60px;
    padding-top: 10px;
    z-index: 1000;
  }
  div.customer-stories-wrap div.customer-stories-nav span.img-credit {
    text-align: left;
    color: white;
    opacity: 0;
    margin-top: 0;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 1;
  }
  @media screen and (max-width:767px) {
    div.customer-stories-wrap div.customer-stories-nav span.img-credit {
      margin: 30px 20px;
    }
  }
  div.customer-stories-wrap div.customer-stories-nav span.img-credit .credit-animation {
    opacity: 1;
    transform: translateY(0px);
  }
  div.customer-stories-wrap div.customer-stories-nav .carousel .carousel-indicators li.active .indicator-label {
    color: #ffffff;
    text-shadow: 0px 0px 7.36px rgba(51, 80, 110, 0.45);
  }
  div.customer-stories-wrap div.customer-stories-nav .carousel .carousel-indicators li.active .progress-bar {
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  }
  div.customer-stories-wrap .list-group-horizontal .list-group-item {
    display: inline-block;
  }
  div.customer-stories-wrap .list-group-horizontal .list-group-item {
    margin-bottom: 0;
    margin-left: -4px;
    margin-right: 0;
  }
  div.customer-stories-wrap .list-group-horizontal .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
  }
  div.customer-stories-wrap .list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
  @media screen and (min-width:768px) {
    div.customer-stories-wrap .header-content {
      max-width: 33.333333%;
    }
  }
  @media screen and (max-width:767px) {
    div.customer-stories-wrap {
      min-height: 325px;
    }
    div.customer-stories-wrap .header-content {
      padding: 0;
      margin-top: 0;
    }
    div.customer-stories-wrap .header-content .header-text {
      font-size: 16px;
      padding: 20px 0;
    }
  }
  .banner.customer-stories-slide {
    max-height: 550px;
    min-height: 550px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .banner.customer-stories-slide:first-child {
    opacity: 1;
  }
  .banner.customer-stories-slide .slide-content {
    height: 550px;
  }
  .banner.customer-stories-slide .customer-stories-overlay {
    width: 100%;
    height: 100%;
    background-color: #000000;
    display: block;
    /*opacity:.4;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    /*display:none;*/
  }
  .banner.customer-stories-slide .customer-stories-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.66) 13%, rgba(0, 0, 0, 0.66) 15%, rgba(0, 0, 0, 0.38) 40%, rgba(0, 0, 0, 0.23) 51%, rgba(83, 83, 83, 0) 67%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.66) 13%, rgba(0, 0, 0, 0.66) 15%, rgba(0, 0, 0, 0.38) 40%, rgba(0, 0, 0, 0.23) 51%, rgba(83, 83, 83, 0) 67%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.66) 13%, rgba(0, 0, 0, 0.66) 15%, rgba(0, 0, 0, 0.38) 40%, rgba(0, 0, 0, 0.23) 51%, rgba(83, 83, 83, 0) 67%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 1;
    opacity: 1;
    /*z-index:-10; display:none;*/
  }
  .customer-stories-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    left: 0;
    z-index: -20;
    opacity: 01;
    transition: all 2.75s;
  }
  .customer-stories-bg {
    -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
  }
  .customer-stories-slides-list {
    height: 550px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .customer-stories-slides-list .container-fluid {
    max-width: 100% !important;
  }
  .show-image {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
  @media screen and (min-width:992px) {
    div.customer-stories-wrap {
      background-size: cover;
    }
  }
  @media screen and (min-width:768px) and (max-width:991px) {
    div.customer-stories-wrap {
      min-height: 430px;
      padding: 50px 0;
    }
    div.customer-stories-wrap .header-content {
      padding: 0;
      margin-top: -15px;
    }
    div.customer-stories-wrap .header-content .header-text {
      padding: 20px 0;
    }
    div.customer-stories-wrap div.customer-stories-nav {
      bottom: 20px;
    }
  }
  @media PhoneL {
    .customer-stories-copy {
      padding-top: 32px;
    }
  }
  @media PhoneP {
    .customer-stories-wrap .customer-stories-content .header-content {
      margin-top: 7%;
      background: yellow;
    }
    .customer-stories-wrap .customer-stories-content .customer-stories-copy {
      padding-top: 0;
    }
  }
  .customer-showcase-filter {
    margin-bottom: 40px;
  }
  /*---===<<< CONTENT >>>===---*/
  /* LESS Document */
  /*~~---4 Box Grid---~~*/
  .vw-table tr:nth-child(2n) td {
    background-color: #ffffff;
  }
  .vw-table thead th {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    letter-spacing: 0.075em;
    padding-left: 0.75rem;
    border-left: 2px solid #ffffff;
  }
  .vw-table thead th:first-child {
    border-left: none;
  }
  .vw-table th {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    border-top: none;
    border-bottom: 1px solid #c5c5c4;
    padding-left: 0;
  }
  .vw-table th:first-child {
    text-align: left;
  }
  .vw-table td {
    font-family: "DIN-Lt", Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    background-color: #f7f7f8;
    border-top: none;
    border-bottom: 1px solid #ebedee;
    border-left: 2px solid #ffffff;
    padding: 0.75rem 20px;
    vertical-align: middle;
  }
  .vw-table td .h2-box-grid-2up .info {
    border: none;
  }
  .vw-table td .ico,
  .vw-table td span {
    font-size: 20px;
    color: #8a8c8c;
    top: 3px;
  }
  .vw-table td:first-child {
    text-align: left;
    border-left: none;
  }
  .vw-table td:nth-child(2) .ico,
  .vw-table td:nth-child(2) span {
    color: #00bcb4;
  }
  @media screen and (max-width:575px) {
    .vw-table th {
      font-size: 16px;
    }
  }
  .import-export .header h3 {
    text-align: center;
    margin: 20px 0;
  }
  .import-export .vw-table td:nth-child(3) .ico,
  .import-export .vw-table td:nth-child(3) span {
    color: #ff8200;
  }
  .innovation-section {
    text-align: center;
  }
  .innovation-section iframe {
    border: 0!important;
  }
  .innovation-section h2,
  .innovation-section p {
    text-align: center;
  }
  .innovation-section__iconList {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 55px;
  }
  .innovation-section__icon-text {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 0.1em;
    margin: 0;
    text-align: left;
    text-indent: 0;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .innovation-section__icon-container {
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin: 0;
    padding-bottom: 25px;
    cursor: pointer;
  }
  .innovation-section__icon-container:first-child {
    margin-left: 0;
  }
  .innovation-section__icon-container::before {
    display: none;
  }
  .innovation-section__icon {
    width: 100px;
    height: 100px;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 1;
  }
  .innovation-section__iconGroup {
    fill: #808080;
  }
  .innovation-section .path-fill {
    fill: #fff;
  }
  .a-card-shadow {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #f7f7f8;
  }
  .a-card-shadow .h2-box-grid-2up .info {
    border: none;
  }
  .a-card-shadow:hover {
    z-index: 2;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    background-color: #ffffff;
  }
  .panorama {
    background-color: #808080;
    width: 100%;
    height: 578px;
    padding-left: 0;
    padding-right: 0;
    background-size: cover;
  }
  .panorama__overlay {
    background-color: rgba(0, 0, 0, 0.25);
    opacity: 1;
    height: 100%;
    width: 100%;
    display: flex;
    position: absolute;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: background-color 0.5s ease-out;
    font-size: 16px;
    text-shadow: 0px 0px 8px rgba(69, 69, 69, 0.75);
    color: #ffffff;
    cursor: pointer;
  }
  .panorama__overlay:hover {
    background-color: rgba(0, 0, 0, 0.45);
  }
  .panorama__overlay p {
    color: #ffffff;
  }
  .panorama__overlay .ico {
    width: 85px;
    height: 85px;
    font-size: 85px;
  }
  .panorama__closeFullScreen-btn {
    font-size: 48px;
    text-shadow: none;
    font-weight: 700;
    line-height: 1;
    color: #000;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    opacity: 1;
    display: none;
    z-index: 1500;
    transition: transform 0.5s ease-in-out;
    transform: rotateZ(0);
    transform-origin: center;
  }
  .panorama__closeFullScreen-btn:hover {
    transform: rotateZ(180deg);
  }
  .panorama__panoContainer {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s;
    display: none;
  }
  .panorama_pannoContainer--visible {
    opacity: 1;
    display: block;
  }
  .panorama__gotoFullScreen-btn {
    background-color: rgba(0, 0, 0, 0.65);
    color: #ffffff;
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 5px;
    border: none !important;
    width: 45px;
    height: 45px;
    display: none;
    cursor: pointer;
    font-size: 25px;
  }
  .panorama__gotoFullScreen-btn .ico::before {
    opacity: 1;
  }
  .panorama__gotoFullScreen-btn::hover .ico::before {
    opacity: 1;
  }
  .bg-black-wrap .innovation-section__icon-container {
    background-color: black;
    color: white!important;
  }
  .bg-black-wrap .innovation-section__iconGroup {
    fill: #7e7e7e;
  }
  .bg-black-wrap .path-fill {
    fill: #000;
  }
  .bg-black-wrap .a-card-shadow:hover {
    background-color: #141414;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0);
  }
  .hide-from-m {
    display: none;
  }
  @media screen and (max-width:767px) {
    .innovation-section__iconList {
      flex-wrap: wrap;
    }
    .innovation-section__icon-container {
      flex-basis: 100%;
      margin-left: 0;
    }
    .hide-from-m {
      display: flex;
    }
  }
  .a-enter-vr-button {
    display: none!important;
  }
  .video-section {
    height: 480px;
    background-size: cover;
    background-position: center center;
    color: white;
    position: relative;
    width: 100%;
  }
  .video-section .container,
  .video-section .row {
    height: 100%;
  }
  .video-section h2 {
    color: #ffffff;
    text-align: center;
  }
  .video-section .img-credit {
    margin-top: auto;
    margin-bottom: 15px;
    color: #ffffff;
    text-align: center;
  }
  .video-section__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .video-section__btn {
    border: 0;
    background: none;
    margin-top: auto;
    margin-left: auto;
    margin-bottom: 25px;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #ffffff;
    height: 85px;
    width: 85px;
    text-align: center;
    background-color: #000;
    border-radius: 85px;
    justify-self: center;
    padding-left: 10px;
  }
  .video-section__btn--square {
    border-radius: 0;
  }
  .video-section:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
  }
  @media screen and (max-width:767px) {
    .video-section {
      height: 332px;
    }
    .video-section__btn {
      font-size: 24px;
      height: 46px;
      width: 46px;
      border-radius: 25px;
      padding-left: 5px;
    }
  }
  .supportSection a {
    color: white;
    text-decoration: none;
  }
  .supportSection__link {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 11px;
  }
  .supportSection__left-col p {
    margin: 0;
  }
  .supportSection__left-col p:last-child {
    margin: 0;
  }
  .supportSection__left-col p:first-of-type {
    margin-top: 28px;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  .supportSection__left-col .vw-btn {
    margin: 0;
  }
  .a-moveUp {
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .a-moveUp:hover {
    z-index: 2;
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  .a-moveUp--shadow:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  }
  .a-backgroundColorPrimary {
    background-color: black;
    position: relative;
    z-index: 10;
    overflow: hidden;
  }
  .a-backgroundColorPrimary:after {
    content: "";
    position: absolute;
    background-color: #00bcb4;
    width: 100%;
    height: 50px;
    left: -100%;
    top: 5px;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .a-backgroundColorPrimary:hover:after {
    left: 0;
  }
  .a-moveRight {
    background-color: black;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .a-moveRight:hover {
    -webkit-transform: translate3d(15px, 0, 0);
    -ms-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
  }
  .mtm-iconList {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0!important;
    margin-top: 45px;
  }
  .mtm-iconList h5 {
    color: black;
    text-align: center;
    margin-bottom: 0;
    margin-top: 25px;
  }
  .mtm-iconList p {
    font-size: 16px;
  }
  .mtm-iconList__item {
    align-items: center;
    border-bottom: 1px solid #c5c5c4;
    display: flex;
    flex: 50%;
    flex-direction: column;
    margin: 0;
    padding-bottom: 27px;
    padding-left: 15px;
    padding-top: 20px;
    padding-right: 15px;
    text-align: center;
  }
  .mtm-iconList__item:nth-child(even) {
    border-left: 1px solid #c5c5c4;
  }
  .mtm-iconList__item:nth-child(n+5),
  .mtm-iconList__item:last-child {
    border-bottom: none;
  }
  .mtm-iconList__item:nth-child(n+3) {
    padding-top: 45px ;
  }
  .mtm-iconList__item:before {
    display: none!important;
  }
  .mtm-iconList__icon {
    height: 62px;
    width: 100px!important;
  }
  @media screen and (max-width:767px) {
    .mtm-iconList__item {
      flex: 100%;
      flex-grow: 1;
      border: none;
    }
    .mtm-iconList__item:nth-child(n+4) {
      border-top: 0;
    }
    .mtm-iconList__item:nth-child(even) {
      border-left: 0;
    }
  }
  @media screen and (min-width:1200px) {
    .mtm-iconList__item {
      flex: calc(100% / 3);
      border-left: none;
      border-bottom: none;
      border-right: 1px solid #c5c5c4;
    }
    .mtm-iconList__item:nth-child(even) {
      border-left: none;
    }
    .mtm-iconList__item:nth-child(n+4) {
      border-top: 1px solid #c5c5c4;
      padding-top: 45px;
    }
    .mtm-iconList__item:last-child,
    .mtm-iconList__item:nth-child(3) {
      border-right: none;
    }
    .mtm-iconList__item:nth-child(3) {
      padding-top: 25px;
    }
  }
  /*
   * @Author: Rodrigo, rsanchez@vectorworks.net
   * @Date: 2018-07-24 13:43:49
   * @Last Modified by: Rodrigo reyes
   * @Last Modified time: 2019-04-25 15:26:53
   */
  .make-the-move--header .vw-btn-wrap {
    text-align: left;
  }
  .make-the-move--header .vw-btn-wrap .vw-btn {
    margin: 0 15px 10px 0;
    border-color: #ffffff;
    color: #ffffff;
  }
  .make-the-move--header .vw-btn-wrap .vw-btn:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
  }
  .make-the-move--header .vw-btn-wrap .vw-btn.fill {
    background-color: #ffffff;
    color: black;
  }
  .make-the-move--header .vw-btn-wrap .vw-btn:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
  }
  .make-the-move--header .vw-btn-wrap .vw-btn.hover-brand:hover {
    background-color: #00bcb4;
    border-color: #00bcb4;
  }
  .make-the-move--header .header-content .sale-area {
    position: absolute;
    left: auto;
    top: 0;
    max-width: 315px;
    text-align: center;
    width: auto;
    justify-content: center;
    margin: 0;
    border: 0;
    outline: 0;
    padding: 10px 10px 20px;
    background-color: #00bcb4;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .make-the-move--header .header-content .sale-area h5 {
    color: #fff;
    font-size: 64px;
    line-height: 1;
    font-weight: 500;
    font-family: "DIN-CondMed";
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .make-the-move--header .header-content .sale-area p {
    color: #fff;
    font-size: 23px;
    line-height: 1;
    font-weight: 500;
    font-family: "DIN-CondMed";
    text-transform: uppercase;
    margin: 0 !important;
    width: 100%;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
  }
  @media screen and (min-width:992px) and (max-width:1199px) {
    .make-the-move--header .header-content .sale-area {
      padding: 15px 10px;
      max-width: 280px;
    }
    .make-the-move--header .header-content .sale-area h5 {
      font-size: 48px;
    }
    .make-the-move--header .header-content .sale-area p {
      font-size: 24px;
    }
  }
  @media screen and (min-width:768px) and (max-width:991px) {
    .make-the-move--header .header-content .sale-area {
      max-width: 280px;
      padding: 15px 10px;
    }
    .make-the-move--header .header-content .sale-area h5 {
      font-size: 38px;
    }
    .make-the-move--header .header-content .sale-area p {
      font-size: 20px;
    }
  }
  @media screen and (min-width:768px) {
    .make-the-move--header .header-content {
      max-width: 50%;
    }
    .make-the-move--header .header-content .container {
      margin-top: 50px;
    }
  }
  @media screen and (max-width:767px) {
    .make-the-move--header .header-content {
      max-width: none;
    }
    .make-the-move--header .header-content .container {
      margin-top: 50px;
    }
    .make-the-move--header .header-content .sale-area {
      padding: 10px;
      max-width: 280px;
    }
    .make-the-move--header .header-content .sale-area h5 {
      font-size: 35px;
    }
    .make-the-move--header .header-content .sale-area p {
      font-size: 19px;
    }
  }
  @media screen and (max-width:575px) {
    .make-the-move--header .header-content {
      margin-top: 28px;
    }
  }
  .make-the-move--header.centered-content .header-content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: fit-content;
  }
  .make-the-move--header.centered-content .header-content h1,
  .make-the-move--header.centered-content .header-content p {
    text-align: center;
    max-width: none;
  }
  .make-the-move--header.centered-content .header-content hr {
    display: none;
  }
  .make-the-move--header.centered-content .btn-row-pad {
    margin-top: 20px;
  }
  .make-the-move--header.centered-content .vw-btn-wrap {
    text-align: center;
  }
  @media screen and (min-width:1200px) {
    .make-the-move--header.centered-content .header-content {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
  }
  @media (max-width: 991px) and (min-width: 576px) {
    .make-the-move--header.centered-content .header-content {
      max-width: fit-content;
    }
  }
  @media screen and (max-width:575px) {
    .make-the-move--header.centered-content .container {
      margin-top: -110%;
    }
    .make-the-move--header.centered-content .header-content {
      padding: 0 25px;
      margin-top: 0;
      position: relative;
      top: auto;
    }
  }
  @media (max-width: 500px) {
    .make-the-move--header.centered-content .vw-btn {
      display: block;
      margin-right: 0;
    }
  }
  @media (max-width: 374px) {
    .make-the-move--header.centered-content .banner.singleImageBanner {
      padding-top: calc(150%);
    }
    .make-the-move--header.centered-content .container {
      margin-top: -135%;
    }
  }
  @media screen and (max-width:767px) {
    .make-the-move--header .banner {
      min-height: 315px;
    }
  }
  @media screen and (max-width:575px) {
    .make-the-move--header .banner.singleImageBanner {
      height: auto;
      overflow: hidden;
      padding-top: calc(120%);
    }
  }
  .make-the-move--headerCredit {
    bottom: 15px !important;
  }
  .make-the-move__footer {
    background-color: #000;
    padding-bottom: 20px;
  }
  .make-the-move__footer a {
    color: #ffffff;
    text-decoration: none;
  }
  .make-the-move__footer .make-the-move__footerCont {
    display: flex;
    flex-wrap: nowrap;
  }
  .make-the-move__footer .make-the-move__footerCont p {
    font-family: "DIN", Arial, sans-serif;
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.9);
  }
  .make-the-move__footer .make-the-move__footerCont div {
    flex-grow: 0;
    flex-basis: 30%;
    flex-wrap: wrap;
    display: flex;
    padding-top: 35px;
    align-items: center;
  }
  .make-the-move__footer .make-the-move__footerCont .logo-cont {
    flex-basis: 10%;
    text-align: center;
    align-items: center;
    padding-right: 15px;
  }
  .make-the-move__footer .make-the-move__footerCont .copy-cont {
    flex-basis: 70%;
    padding-right: 50px;
    flex-grow: 1;
  }
  .make-the-move__footer .make-the-move__footerCont .dist-cont {
    display: block;
    flex-basis: 20%;
    text-align: right;
    padding-right: 15px;
  }
  .make-the-move__footer .make-the-move__footerCont .dist-cont p {
    text-align: right;
    font-size: 12px;
  }
  .make-the-move__footer .make-the-move__footerCont .dist-cont p:first-of-type {
    margin-bottom: 25px;
  }
  .make-the-move__footer .make-the-move__footerCont .make-the-move__distLogo {
    width: 100%;
    display: block;
    text-align: right;
  }
  .make-the-move__footer .make-the-move__footerCont .make-the-move__distLogo img {
    max-width: 120px;
  }
  @media screen and (max-width:767px) {
    .make-the-move__footer .make-the-move__footerCont {
      flex-wrap: wrap;
    }
    .make-the-move__footer .make-the-move__footerCont div {
      flex-grow: 1;
      flex-basis: 100%;
    }
    .make-the-move__footer .make-the-move__footerCont .logo-cont {
      flex-basis: 100%;
      text-align: center;
      align-items: center;
    }
    .make-the-move__footer .make-the-move__footerCont .logo-cont a {
      margin: 0 auto;
    }
    .make-the-move__footer .make-the-move__footerCont .copy-cont {
      flex-basis: 100%;
      padding: 10px 20px;
    }
    .make-the-move__footer .make-the-move__footerCont .copy-cont p {
      text-align: center;
    }
    .make-the-move__footer .make-the-move__footerCont .dist-cont {
      flex-basis: 100%;
      text-align: center;
      padding: 10px 20px;
    }
    .make-the-move__footer .make-the-move__footerCont .dist-cont p {
      text-align: center;
      font-size: 12px;
    }
    .make-the-move__footer .make-the-move__footerCont .dist-cont a {
      text-align: center;
    }
  }
  @media screen and (max-width:575px) {
    .make-the-move--header .container {
      margin-top: 0;
    }
    .make-the-move--header .banner {
      padding-top: calc(120%);
    }
    .make-the-move--header .banner.singleImageBanner {
      height: 100%;
      align-items: flex-start;
    }
  }
  /*
   * @Author: Rodrigo, rsanchez@vectorworks.net
   * @Date: 2018-07-17 10:10:05
   * @Last Modified by: Rodrigo
   * @Last Modified time: 2018-08-14 16:14:24
   */
  .promo-section {
    border: 0;
  }
  .promo-section .content {
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }
  .promo-section .img-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 1;
  }
  .promo-section .img-credit {
    bottom: -15px;
    display: block;
    position: absolute;
    text-align: left;
    width: 100%;
  }
  .promo-section h2 {
    text-align: left;
  }
  .promo-section .justify-content-md-center h3 {
    text-align: center;
  }
  .promo-section h3 {
    margin: 0;
  }
  .promo-section__tagLine {
    text-transform: uppercase;
  }
  .promo-section__image {
    min-width: 150px;
    width: 100%;
    min-height: 150px;
    height: auto;
  }
  .promo-section__copyText {
    margin: 0;
  }
  .promo-section .vw-btn {
    margin-right: auto;
    float: left;
  }
  .promo-section--rightSideImage .content {
    order: 1;
  }
  .promo-section--rightSideImage .img-wrap {
    order: 1;
  }
  .promo-section--fullWidth {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
  }
  .promo-section--fullWidth .container {
    text-align: center;
    position: relative;
    z-index: 20;
  }
  .promo-section--fullWidth .promo-section__tagLine,
  .promo-section--fullWidth .promo-section__copyText {
    text-align: center;
  }
  .promo-section--fullWidth .promo-section__copyText {
    margin: 40px auto;
    width: 100%;
  }
  .promo-section--fullWidth .promo-section__tagLine {
    margin: 0 auto 10px auto;
  }
  .promo-section--fullWidth .content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .promo-section--fullWidth .jwplayer {
    min-height: 100%;
    background-color: transparent!important;
  }
  .promo-section--fullWidth .vw-btn {
    margin: 5px 0 0 0;
  }
  .promo-section .promo-section__videoBG {
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .promo-section .promo-section__videoBG video {
    width: 100%;
    height: 100%;
  }
  .promo-section--black-overlay .container {
    color: white;
    text-shadow: 0px 0px 8px rgba(69, 69, 69, 0.75);
  }
  .promo-section--black-overlay:after {
    opacity: 0.85;
  }
  .promo-section--black-overlay .vw-btn {
    text-shadow: none;
  }
  @media screen and (max-width:767px) {
    .promo-section .content {
      order: 2;
    }
    .promo-section .img-wrap {
      order: 1;
    }
    .promo-section h2 {
      text-align: center;
    }
    .promo-section__copyText {
      margin-top: 40px;
      margin-bottom: 40px;
      text-align: center;
    }
    .promo-section__copyText p {
      text-align: center;
    }
    .promo-section .vw-btn {
      margin: 3px auto 0;
    }
  }
  @media screen and (min-width:1200px) {
    .promo-section .jwplayer video {
      width: 100%;
      height: auto;
      min-height: 100%;
      position: absolute;
      background-color: transparent!important;
      display: block;
      top: -35%;
    }
  }
  @media screen and (max-width:767px) {
    .promo-section .img-credit {
      display: block;
      margin-bottom: 50px;
      margin-top: -35px;
      position: relative;
      text-align: center;
    }
    .promo-section .jwplayer {
      height: 100%;
      width: 100%;
    }
    .promo-section .jwplayer video {
      height: 100%;
      position: absolute;
      top: 0;
      width: auto;
    }
  }
  @media screen and (min-width:768px) and (max-width:991px) {
    .promo-section .img-credit {
      text-align: left;
      position: relative;
      margin: 0;
    }
  }
  /*
   * @Author: Rodrigo, rsanchez@vectorworks.net
   * @Date: 2018-08-06 10:40:29
   * @Last Modified by: Rodrigo reyes
   * @Last Modified time: 2019-09-09 11:27:51
   */
  .videoBanner {
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 50%;
    height: 728px;
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .videoBanner .header-text {
    text-align: center;
  }
  .videoBanner .header-text:empty {
    display: none;
  }
  .videoBanner__BGcontainer {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 16;
  }
  .videoBanner__BGvideo {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
  }
  .videoBanner__content {
    align-items: center;
    color: white;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 100;
  }
  .videoBanner__content h1 {
    color: white;
    margin-top: -100px;
    text-align: center;
    letter-spacing: 1.6px;
  }
  .videoBanner__logoCont {
    height: 110px;
    margin-top: 15px;
    margin-left: -15px;
    width: 70px;
  }
  .videoBanner__logo {
    fill: #fff;
  }
  .videoBanner__imgCredit {
    bottom: 85px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 5;
  }
  .videoBanner__helloBar {
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 500;
  }
  .videoBanner__helloBar span {
    padding: 38px 10px;
    text-align: left;
  }
  .videoBanner__helloBarContent {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    font-size: 15px;
  }
  .videoBanner .vw-btn,
  .videoBanner .vw-btn:focus {
    border: 1px solid #fff;
    color: #fff;
    line-height: 1.5;
    margin: 0;
    min-width: 114px;
  }
  .videoBanner .vw-btn:hover,
  .videoBanner .vw-btn:focus:hover {
    border: 1px solid black;
    text-decoration: none;
    color: #fff;
  }
  .videoBanner .vw-btn--white-fill {
    background-color: white;
    color: #000000;
    border: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .videoBanner .vw-btn--white-fill:hover {
    background-color: #00bcb4;
    border: 0;
  }
  .videoBanner--left-text .videoBanner__BGvideo {
    object-fit: cover;
    height: 100%;
  }
  .videoBanner--left-text .videoBanner__content {
    position: relative;
    align-items: flex-start;
  }
  .videoBanner .vw-btn:first-of-type {
    margin-left: auto;
    margin-right: 15px;
  }
  @media screen and (min-width:1200px) {
    .videoBanner__BGvideo {
      width: 100%;
      height: 100%;
      object-fit: cover;
      left: 0;
    }
    .videoBanner__helloBar span {
      max-width: 74%;
    }
  }
  @media screen and (min-width:992px) {
    .videoBanner__helloBar span {
      max-width: 70%;
    }
  }
  @media screen and (min-width:576px) and (max-width:767px) {
    .videoBanner__helloBar span {
      max-width: 57%;
      text-align: left;
    }
  }
  @media screen and (max-width:991px) {
    .videoBanner__helloBar {
      padding-top: 20px;
    }
    .videoBanner__helloBarContent {
      flex-wrap: wrap;
      justify-content: center;
      margin-bottom: 0px;
    }
    .videoBanner__helloBarContent span {
      padding: 0 0;
      text-align: center;
      max-width: 100%;
      margin-bottom: 24px;
    }
    .videoBanner__helloBarContent .vw-btn {
      margin-bottom: 22px;
    }
    .videoBanner__helloBarContent .vw-btn:first-of-type {
      margin-left: 0;
    }
    .videoBanner--pressKit .videoBanner__helloBar span {
      margin-bottom: 23px;
    }
  }
  @media screen and (max-width:575px) {
    .videoBanner {
      height: 100%;
      margin-bottom: 0;
      overflow: visible;
      background-position-x: 50%;
    }
    .videoBanner__BGvideo {
      height: 100%;
      object-fit: cover;
      width: 100%;
      display: none;
    }
    .videoBanner__title {
      padding: 0 20px;
    }
    .videoBanner__logo {
      height: 90px;
      width: 50px;
      margin-left: 13px;
    }
    .videoBanner__video {
      height: 100%;
      min-height: 100%;
      width: auto;
    }
    .videoBanner__helloBar {
      position: relative;
      padding-bottom: 25px;
      padding-top: 23px;
      width: 100%;
    }
    .videoBanner__content {
      height: 520px;
      position: relative;
    }
    .videoBanner .header-text {
      margin-top: 0;
    }
    .videoBanner .header-content {
      position: relative;
      margin-top: 0;
    }
    .videoBanner--left-text .videoBanner__BGvideo {
      left: 0;
      object-fit: cover;
    }
  }
  .videoBanner--pressKit .vw-btn {
    display: none;
  }
  .videoBanner--pressKit .videoBanner__helloBar span {
    max-width: 100%;
    text-align: center;
  }
  /*
   * @Author: Rodrigo, rsanchez@vectorworks.net
   * @Date: 2018-08-03 11:09:49
   * @Last Modified by: Rodrigo
   * @Last Modified time: 2018-09-17 16:16:36
   */
  .a-cardUp-shadow {
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition-property: box-shadow, -webkit-transform;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    -webkit-box-flex: 1;
  }
  .a-cardUp-shadow:hover {
    z-index: 500;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  .webinars-section__copyContent h2,
  .webinars-section__copyContent p {
    text-align: center;
  }
  .webinars-section__list {
    list-style: none;
    margin-top: 45px;
  }
  .webinars-section__list li {
    list-style: none;
  }
  .webinars-section__list:last-of-type,
  .webinars-section__list:only-of-type {
    margin-bottom: 0;
  }
  .webinars-section__webinarItem {
    align-items: center;
    background-color: #f7f7f8;
    border: 1px solid #6f6f6e;
    display: flex;
    border-left: 4px solid black;
    min-height: 90px;
    list-style: none;
    margin-left: 0;
  }
  .webinars-section__webinarItem:nth-child(n+4),
  .webinars-section__webinarItem:before {
    display: none;
  }
  .webinars-section__webinarItem:hover {
    border-left: 4px solid #00bcb4;
  }
  .webinars-section__webinarItem:last-of-type,
  .webinars-section__webinarItem:only-of-type {
    margin-bottom: 0;
  }
  .webinars-section__date-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 30px;
    min-width: 50px;
  }
  .webinars-section__date-icon .webinars-section__day,
  .webinars-section__date-icon .webinars-section__month {
    margin: 0;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
  }
  .webinars-section__date-icon .ico {
    font-size: 30px;
    display: inline-block;
    margin: 0 auto;
  }
  .webinars-section__date-icon .on-demand-text {
    line-height: 1;
    font-size: 10px;
    margin: 0 auto;
  }
  .webinars-section__date-icon .on-demand-icon {
    width: 45px;
    height: 45px;
    fill: black;
  }
  .webinars-section__day {
    font-size: 34px;
    padding: 0;
  }
  .webinars-section p.webinars-section__day {
    font-size: 34px;
  }
  .webinars-section__main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-left: 10px;
    text-align: left;
  }
  .webinars-section__main p {
    text-align: left;
  }
  .webinars-section__tittle {
    line-height: 1.5;
    margin: 0;
    margin-bottom: 5px;
    text-align: left;
  }
  .webinars-section p.webinars-section {
    color: #6f6f6e;
    line-height: 1;
    margin: 0;
    text-align: left;
  }
  .webinars-section__duration {
    text-transform: uppercase;
    margin: 0;
    margin-left: 0;
    margin-right: 30px;
  }
  .webinars-section .vw-btn {
    margin-left: auto;
    margin-right: 25px;
    margin-top: 0;
    margin-bottom: 0;
    min-width: 105px;
    padding: 10px 15px;
  }
  @media screen and (min-width:992px) {
    .webinars-section__tittle {
      line-height: 1;
    }
    .webinars-section__time,
    .webinars-section__duration {
      line-height: 1;
    }
  }
  @media screen and (min-width:768px) and (max-width:991px) {
    .webinars-section__webinarItem {
      padding: 15px 0;
    }
    .webinars-section__webinarItem:hover {
      box-shadow: 0;
      transform: none;
      border-left: 4px solid black;
    }
    .webinars-section__tittle {
      line-height: 1.25;
      margin-bottom: 0;
    }
    .webinars-section__time,
    .webinars-section__duration {
      margin-top: 5px;
      line-height: 1;
      text-align: center;
    }
  }
  @media screen and (max-width:767px) {
    .webinars-section__webinarItem {
      flex-direction: column;
      height: auto;
      margin: 0;
      margin-top: 20px;
      margin-bottom: 20px;
      padding: 20px;
    }
    .webinars-section__main {
      margin: 20px 0;
      text-align: center;
      margin: 22px 0 20px  0;
    }
    .webinars-section__duration {
      margin-bottom: 20px;
      margin-top: -20px;
      margin-right: 0;
    }
    .webinars-section__tittle,
    .webinars-section__time {
      margin: 0;
      text-align: center;
    }
    .webinars-section__time {
      margin-top: 0px;
      text-align: center;
    }
    .webinars-section p.webinars-section__time {
      text-align: center;
    }
    .webinars-section__date-icon {
      min-width: auto;
      margin-left: 0;
    }
    .webinars-section .vw-btn {
      margin: 0 0 4px 0;
      padding: 10px;
    }
  }
  /*---===<<< MODALS >>>===---*/
  /* LESS Document */
  .vw-modal h2 {
    text-align: center;
  }
  .vw-modal h3 {
    text-align: center;
    line-height: 1.25;
  }
  .vw-modal .close {
    font-family: "DIN", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.7px;
    margin: 0;
    text-align: center;
    text-indent: 0;
    width: 100%;
    text-shadow: none;
    opacity: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    z-index: 5000;
  }
  .vw-modal .close span {
    width: 32px;
    height: 32px;
  }
  .vw-modal .close .ico {
    color: #000000;
    padding: 0;
    font-size: 32px;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .vw-modal .close .close-text {
    display: block;
    color: #000000;
  }
  .vw-modal .close:hover .ico {
    color: rgba(0, 0, 0, 0.75);
  }
  .vw-modal .modal-dialog {
    max-width: 100%;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .vw-modal .modal-dialog .load-txt {
    display: block;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
    bottom: auto;
    right: auto;
    width: 100%;
  }
  .vw-modal .modal-content {
    border-radius: 0;
    padding-top: 65px;
    padding-bottom: 100px;
    height: inherit;
    overflow: hidden;
    min-height: 100%;
  }
  .vw-modal--small {
    display: flex;
  }
  .vw-modal--small .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .vw-modal--small .modal-content {
    min-width: 300px;
    width: auto;
    height: auto !important;
    min-height: auto !important;
    max-width: 500px;
    padding: 75px 25px 40px;
  }
  .vw-modal__distributor {
    height: 500px;
  }
  @media screen and (min-width:576px) {
    .vw-modal__distributor {
      max-width: 730px;
      width: 100%;
      margin: 125px auto 0;
      background: transparent;
      background-color: #ffffff;
    }
    .vw-modal__distributor .modal-dialog {
      max-width: none;
      padding-left: 25px;
      padding-right: 25px;
      margin-top: 20px;
    }
    .vw-modal__distributor .modal-content {
      border: none;
    }
  }
  @media screen and (max-width:575px) {
    .vw-modal .modal-dialog {
      padding: 0;
      margin: 0;
    }
  }
  .no-scroll {
    width: 100%;
    position: fixed;
    height: 100%;
    overflow: hidden;
  }
  .html-no-scroll {
    overflow: hidden;
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .vw-modal .close {
      margin: 0 0 0 -16px;
      width: 34px;
      position: fixed;
      left: 50%;
    }
    .vw-modal .modal-dialog {
      top: auto;
    }
    .vw-modal .modal-content {
      padding-top: 80px;
    }
  }
  .h2-box-grid-4up-fw {
    padding: 0;
  }
  .h2-box-grid-4up-fw .row {
    margin: 0;
  }
  .h2-box-grid-4up-fw .column {
    padding: 0;
  }
  .h2-box-grid-4up-fw .product-card-wrap {
    display: flex;
    overflow: hidden;
  }
  .h2-box-grid-4up-fw .product-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
  }
  .h2-box-grid-4up-fw .product-card:hover {
    cursor: pointer;
  }
  .h2-box-grid-4up-fw .product-card:hover .card-bg {
    transform: scale(1);
  }
  .h2-box-grid-4up-fw .product-card .card-bg {
    height: 101%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    transform: scale(1.04);
    transition: transform 0.75s;
    width: 101%;
  }
  .h2-box-grid-4up-fw .product-card .content {
    width: 100%;
    padding: 0 5%;
    text-align: center;
    z-index: 1;
  }
  .h2-box-grid-4up-fw h2,
  .h2-box-grid-4up-fw p {
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
  }
  .h2-box-grid-4up-fw hr {
    margin: 5px auto;
    background-color: #ffffff;
  }
  .h2-box-grid-4up-fw .vw-btn,
  .h2-box-grid-4up-fw .vw-btn:focus {
    background: none;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    margin: 20px auto 0;
    float: none;
    width: auto;
    padding: 20px 0 10px;
  }
  .h2-box-grid-4up-fw .vw-btn .ico,
  .h2-box-grid-4up-fw .vw-btn:focus .ico {
    border-color: #ffffff;
  }
  .h2-box-grid-4up-fw .vw-btn:hover .ico,
  .h2-box-grid-4up-fw .vw-btn:focus:hover .ico {
    color: #000000;
  }
  .h2-box-grid-4up-fw .vw-btn:hover .ico::after,
  .h2-box-grid-4up-fw .vw-btn:focus:hover .ico::after {
    background-color: #ffffff;
  }
  @media screen and (min-width:1400px) {
    .h2-box-grid-4up-fw .product-card-wrap {
      min-height: 35vw;
    }
  }
  @media screen and (min-width:1801px) {
    .h2-box-grid-4up-fw .product-card-wrap {
      min-height: 25vw;
    }
  }
  @media screen and (min-width:1200px) and (max-width :1399px) {
    .h2-box-grid-4up-fw .product-card-wrap {
      min-height: 35vw;
    }
  }
  @media screen and (min-width:992px) and (max-width:1199px) {
    .h2-box-grid-4up-fw .product-card-wrap {
      min-height: 40vw;
    }
  }
  @media screen and (min-width:768px) and (max-width:991px) {
    .h2-box-grid-4up-fw .product-card-wrap {
      min-height: 40vw;
    }
    .h2-box-grid-4up-fw .product-card .content {
      padding: 0 10%;
    }
  }
  @media screen and (min-width:768px) {
    .h2-box-grid-4up-fw .product-card::before {
      -webkit-transition: -webkit-transform 0.75s;
      transition: transform 0.75s;
      -webkit-transform: scale(1.04);
      transform: scale(1.04);
    }
    .h2-box-grid-4up-fw .product-card-wrap:hover .product-card::before {
      -webkit-transform: scale(1.00125);
      transform: scale(1.00125);
    }
  }
  @media screen and (min-width:576px) and (max-width:767px) {
    .h2-box-grid-4up-fw .product-card-wrap {
      min-height: 70vw;
    }
    .h2-box-grid-4up-fw .product-card .content {
      padding: 0 10%;
    }
  }
  @media screen and (max-width:575px) {
    .h2-box-grid-4up-fw .product-card-wrap {
      min-height: 65vw;
    }
    .h2-box-grid-4up-fw .product-card .content {
      padding: 0 15%;
    }
    .h2-box-grid-4up-fw.h2-box-grid-3up-fw .product-card-wrap {
      min-height: 105vw;
    }
  }
  /*
   * @Author: Rodrigo Reyes
   * @Date: 2019-02-06 15:02:59
   * @Last Modified by: Rodrigo reyes
   * @Last Modified time: 2019-05-03 13:06:42
   */
  .no-bullet-list {
    padding: 0;
  }
  .no-bullet-list li {
    list-style: none !important;
    padding-left: 0;
    margin-left: 0;
  }
  .no-bullet-list li:before {
    display: none;
  }
  .item-row-border {
    background-color: #f7f7f8;
    border-radius: 0px;
    border: 1px solid #ebedee !important;
  }
  .shopping-cart {
    z-index: 2147483650;
    display: flex;
    flex-direction: column;
    position: fixed;
    right: -700px;
    top: 0;
    width: 450px;
    background: #ffffff;
    height: 100%;
    padding-bottom: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0);
  }
  .shopping-cart .title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
  }
  .shopping-cart .section-title {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
    text-transform: capitalize;
    margin-bottom: 8px;
    display: inline-block;
  }
  .shopping-cart .section-title .ico {
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #00bcb4;
  }
  .shopping-cart-container {
    height: 100%;
    padding-top: 45px;
    padding-left: 25px;
    position: relative;
    padding-right: calc(25px + 27px);
  }
  .shopping-cart .scrollbar-fix {
    box-sizing: content-box;
    height: calc(100vh - 130px);
    overflow-y: scroll;
    padding-right: 27px;
    width: calc(100% + 27px);
  }
  .shopping-cart--is-open {
    right: 0;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  }
  @media screen and (max-width:575px) {
    .shopping-cart {
      width: 100%;
    }
    .shopping-cart-container {
      height: 100%;
      padding-left: 20px;
    }
  }
  .shopping-cart input[type="number"]::-webkit-outer-spin-button,
  .shopping-cart input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .shopping-cart input[type="number"] {
    -moz-appearance: textfield;
  }
  .products-list {
    margin-bottom: 20px;
  }
  .products-list .products-list__row {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px;
    border: 1px solid transparent;
  }
  .products-list .products-list__row:first-child {
    margin-top: 0;
  }
  .products-list .prod-desc {
    padding-left: 0;
    padding-right: 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .products-list .prod-desc .prod-price-num {
    margin: 0;
  }
  .products-list .product-name {
    line-height: 1;
    margin-bottom: 10px;
    font-family: "DIN-Med", Arial, sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.5;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
    text-transform: capitalize;
  }
  .products-list .product-license {
    line-height: 1;
    font-size: 14px;
    margin-top: 10px;
    font-family: "DIN-Lt", Arial, sans-serif;
  }
  .products-list .collapse-control {
    position: relative;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    flex-grow: 2;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .products-list .collapse-control:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ico-vw' !important;
    /* speak:none; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .products-list .collapse-control--brand {
    color: #00bcb4 !important;
  }
  .products-list .collapse-control:before {
    content: "\e90b";
  }
  .products-list .collapse-control:before {
    margin-right: 10px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(0deg);
  }
  .products-list .prod-price-cont {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    flex-grow: 3;
  }
  .products-list .prod-price-cont p {
    margin-bottom: 0;
    line-height: 1;
    color: #000000;
  }
  .products-list .prod-price-cont a {
    margin-top: 15px;
    line-height: 1;
    font-size: 14px;
  }
  @media screen and (max-width:575px) {
    .products-list {
      width: 100%;
    }
    .products-list .product-license {
      margin-top: 5px;
      line-height: 1.5;
    }
    .products-list .cart-item-row--product {
      flex-wrap: wrap;
    }
    .products-list .cart-item-row--product .cart-item-row-col-3,
    .products-list .cart-item-row--product .cart-item-row-col-1 {
      flex-basis: 50%;
    }
    .products-list .cart-item-row--product .cart-item-row-col-2 {
      justify-content: start;
      flex-basis: 100%;
      margin-top: 10px;
      order: 3;
    }
    .products-list .cart-item-row--product .delete-cont {
      position: relative;
      bottom: -28px;
    }
  }
  .prod-price-cont {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-grow: 3;
  }
  .prod-price-cont .prod-price-num {
    font-size: 16px;
    font-family: 'DIN';
    line-height: 1;
    margin-top: 0;
  }
  .prod-price-cont .prod-price-curr {
    font-size: 16px;
  }
  .prod-price-cont .price-hour {
    font-size: 16px;
  }
  .item-cart-cont {
    width: 400px;
    padding: 10px 15px 10px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
  }
  .item-cart-cont .checkbox-field {
    margin-bottom: 0;
  }
  .item-cart-cont .checkbox-field .checkbox-label {
    padding-left: 30px;
    margin-bottom: 0;
    font-size: 14px;
  }
  .item-cart-cont .item-description {
    flex-grow: 2;
    margin-left: 30px;
    margin-top: 10px;
    margin-right: 20px;
  }
  .item-cart-cont .item-description p {
    margin-top: 0;
    font-size: 14px;
  }
  @media screen and (max-width:575px) {
    .item-cart-cont {
      width: 100%;
    }
    .item-cart-cont .item-description {
      margin-top: 5px;
    }
    .item-cart-cont .checkbox-label {
      margin-bottom: 0;
    }
  }
  .qty-widget {
    display: flex;
    align-items: top;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
    justify-content: center;
    flex-grow: 2;
    font-size: 14px;
  }
  .qty-widget .qty-controls {
    display: flex;
    flex-wrap: nowrap;
    height: 24px;
    align-items: center;
  }
  .qty-widget .qty-controls .qty-btn {
    border: 0;
    outline: none;
    background-color: transparent;
    width: 18px;
    height: 18px;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    padding-bottom: 0;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    display: flex;
    align-items: center;
  }
  .qty-widget .qty-controls .qty-btn ellipse {
    fill: #ffffff;
    stroke: #000000;
  }
  .qty-widget .qty-controls .qty-btn path {
    stroke: #000000;
  }
  .qty-widget .qty-controls .qty-btn span {
    display: block;
  }
  .qty-widget .qty-controls .qty-btn:hover ellipse {
    fill: #000000;
  }
  .qty-widget .qty-controls .qty-btn:hover path {
    stroke: #ffffff;
  }
  .qty-widget .qty-controls .qty-num {
    margin: 0;
    width: 35px;
    height: 25px;
    border: 0;
    outline: 0;
    background: transparent;
    text-align: center;
    border-bottom: 1px solid #000000;
    padding-left: 5px;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    display: table-cell;
    vertical-align: middle;
    text-indent: -7px;
    border-radius: 0;
  }
  .promo-code-cont {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-right: 20px 10px;
  }
  .promo-code-cont input.input-field {
    font-size: 16px;
    line-height: 2.5;
  }
  .promo-code-cont .vw-btn {
    margin-top: 0;
    padding: 10px;
    line-height: 1;
    align-self: center;
    max-height: 40px;
  }
  .promo-code-cont .valid-promo-cont {
    flex-grow: 1;
    display: flex;
  }
  .promo-code-cont .valid-promo-cont .ico {
    color: #00bcb4;
    flex-basis: 40px;
    margin-right: 10px;
    margin-left: 15px;
  }
  .promo-code-cont .valid-promo-cont .ico:before {
    margin-top: 3px;
    font-size: 40px;
  }
  .promo-code-cont .valid-promo-cont .message {
    margin-left: 10px;
    margin-right: 25px;
  }
  .promo-code-cont .valid-promo-cont .message p,
  .promo-code-cont .valid-promo-cont .message h6 {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  @media screen and (max-width:575px) {
    .promo-code-cont {
      width: 100%;
    }
  }
  .shopping-cart-total {
    background-color: #f7f7f8;
    border-top: 1px solid #ebedee;
    bottom: 0;
    height: 130px;
    padding-left: 25px;
    position: static;
    display: flex;
  }
  .shopping-cart-total .total-cont {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 26px;
  }
  .shopping-cart-total .total-price {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .shopping-cart-total .total-price .price {
    font-family: "DIN-Cond", Arial, sans-serif;
    font-weight: normal;
    font-size: 48px;
    line-height: 1.5;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
    position: relative;
    line-height: 1;
  }
  .shopping-cart-total .total-price .label {
    position: relative;
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
    text-transform: uppercase;
  }
  .shopping-cart-total .total-price .currency {
    bottom: 10px;
    font-size: 27px;
    position: relative;
  }
  .shopping-cart-total .vw-btn {
    margin: 0;
  }
  .shopping-cart-total .vw-btn[disabled],
  .shopping-cart-total .vw-btn:disabled {
    background: #888c8d;
    border: #888c8d;
  }
  @media screen and (max-width:575px) {
    .shopping-cart-total {
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 0px;
      padding-bottom: 35px;
      padding-top: 20px;
    }
    .shopping-cart-total .total-cont {
      width: 100%;
    }
  }
  .cart-maint-cont {
    margin-bottom: 30px;
  }
  .cart-maint-cont .cart-maintenance .checkbox-field {
    width: 160px;
  }
  .cart-training-cont {
    margin-bottom: 30px;
  }
  .custom-training-cont .prod-price-cont {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .custom-training-cont .prod-price-cont p {
    margin-bottom: 0;
  }
  .close-cart {
    width: 30px;
    height: 30px;
    position: absolute;
    font-size: 28px;
    top: 20px;
    right: 40px;
    background: #ffffff;
    outline: 0;
    border: 0;
    transition: all 0.3s ease-in-out;
  }
  .close-cart:hover {
    color: #00bcb4;
  }
  .empty-cart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .empty-cart--contact-info {
    margin-top: 30px;
  }
  .empty-cart--image {
    margin-top: 10px;
    max-width: 304px;
    margin-right: 85px;
  }
  .empty-cart .vw-btn {
    max-width: 215px;
    margin-left: auto;
    margin-right: auto;
  }
  @media screen and (max-width:575px) {
    .empty-cart--image {
      max-width: 224px;
      margin-right: 55px;
    }
    .empty-cart--contact-info {
      margin-bottom: 10px;
    }
  }
  .cart-item-row {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 15px;
  }
  .cart-item-row:first-child {
    margin-top: 0;
  }
  .cart-item-row p {
    margin: 0;
  }
  .cart-item-row-col-1,
  .cart-item-row-col-3 {
    flex-basis: 38%;
  }
  .cart-item-row-col-2 {
    margin: 0 1%;
    flex-basis: 20%;
  }
  .cart-item-row-maint {
    padding-top: 10px;
    border-top: 1px solid #ebedee;
  }
  .cart-item-row-maint .prod-desc p {
    font-family: "DIN", Arial, sans-serif;
    color: #000000;
    font-size: 14px;
  }
  .cart-item-row-maint .prod-price-curr {
    font-size: 14px;
  }
  .cart-item-row-maint .prod-price-num {
    font-size: 14px;
  }
  .cart-item-row-maint .price-hour {
    font-size: 14px;
  }
  @media screen and (max-width:575px) {
    .cart-item-row-col-1 {
      flex-basis: 39%;
    }
  }
  .cart-promo-bar {
    position: absolute;
    bottom: 130px;
    color: #ffffff;
    background-color: #00bcb4;
    padding: 20px 41px 20px 25px;
  }
  .cart-promo-bar a {
    color: #ffffff;
  }
  .cart-promo-bar p {
    color: #ffffff;
  }
  .cart-promo-bar button {
    position: absolute;
    right: 10px;
    top: 10px;
    outline: 0;
    background: transparent;
    border: 0;
    color: #000000;
    font-size: 20px;
  }
  @media screen and (max-width:575px) {
    .cart-promo-bar {
      bottom: 120px;
      padding: 20px;
    }
  }
  .cart-not-scroll {
    overflow: hidden;
  }
  .cart-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background: #000;
    opacity: 0;
    transition: opacity 697.251ms cubic-bezier(0.33, 0, 0, 0.99) 0s;
    transition-delay: 0.1s;
    pointer-events: none;
  }
  .cart-overlay-is-on {
    opacity: 0.75;
    pointer-events: all;
  }
  /*
   * @Author: Rodrigo Reyes
   * @Date: 2019-02-13 13:43:10
   * @Last Modified by: Rodrigo reyes
   * @Last Modified time: 2019-03-22 11:02:41
   */
  .input-control {
    display: flex;
    flex-direction: column;
    flex-basis: calc(50% - 40px);
    margin-bottom: 10px;
  }
  .input-control .input-label {
    display: block;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .input-control .input-label:before {
    content: "";
    width: 18px;
    height: 18px;
    transform: scale(0);
    left: 0;
    top: 4px;
    position: absolute;
    transition: all 0.3s ease-in-out;
  }
  .input-control .input-hint {
    display: block;
    min-height: 18px;
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    text-transform: none;
    color: #6f6f6e;
    letter-spacing: 0.4px;
    margin: 0;
    text-align: left;
    text-indent: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: translateX(-15px);
  }
  .input-control .input-field {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.5;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
    border: 0;
    box-shadow: 0px 1px 0px 0px #8a8c8c;
    transition: box-shadow ease-in-out 0.15s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    margin-bottom: 3px;
  }
  .input-control .input-field:active,
  .input-control .input-field:focus {
    border: 0;
    box-shadow: none;
    background: none;
    outline: none;
    box-shadow: 0px 3px 0px 0px #000000;
    margin-bottom: 3px;
  }
  .input-control-is-valid .input-label {
    padding-left: 35px;
  }
  .input-control-is-valid .input-label:before {
    font-family: ico-vw;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: -1px;
    content: "\e921";
    color: #ffffff;
    background: #000000;
    position: absolute;
    border-radius: 100%;
    padding: 0 4px;
    left: 0;
    transform: scale(1);
  }
  .input-control-is-not-valid .input-label {
    padding-left: 25px;
  }
  .input-control-is-not-valid .input-label:before {
    font-family: ico-vw;
    font-weight: normal;
    font-size: 8px;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
    content: "\e90d";
    color: #ffffff;
    background: #dc3545;
    position: absolute;
    border-radius: 100%;
    padding: 3px 0 0px 5px;
    left: 0px;
    transform: scale(1);
  }
  .input-control-is-not-valid .input-hint {
    color: #dc3545 !important;
    transform: translateX(0);
    opacity: 1;
  }
  .checkbox-field {
    margin-bottom: 0;
    position: relative;
  }
  .checkbox-field .checkbox,
  .checkbox-field input {
    opacity: 0;
    position: absolute;
  }
  .checkbox-field .checkbox-label {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
  }
  .checkbox-field .checkbox-label:before,
  .checkbox-field .checkbox-label:after {
    position: absolute;
    content: "";
    display: inline-block;
    top: 2px;
    left: 0;
  }
  .checkbox-field .checkbox-label:before {
    content: "";
    position: absolute;
    width: 18px;
    top: 2px;
    height: 18px;
    border: 1px solid #c5c5c4;
    border-radius: 5px;
    background: #ffffff;
  }
  .checkbox-field .checkbox-label:after {
    font-family: ico-vw;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: -1px;
    content: "\e921";
    width: 18px;
    height: 18px;
    color: #ffffff;
    background: #00bcb4;
    position: absolute;
    border-radius: 5px;
    padding: 0 4px;
    top: 2px;
  }
  .checkbox-field .checkbox + label:after,
  .checkbox-field__input + label:after {
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s cubic-bezier(0.15, 0.62, 0.15, 1);
  }
  .checkbox-field .checkbox:checked + label:after,
  .checkbox-field input:checked + label:after {
    opacity: 1;
    transform: scale(1);
  }
  .checkbox-field .checkbox:checked:focus + label:before,
  .checkbox-field input:checked:focus + label:before {
    outline: none;
    border-radius: 100%;
  }
  /*
   * @Author: Rodrigo Reyes
   * @Date: 2019-02-20 12:28:24
   * @Last Modified by: Rodrigo reyes
   * @Last Modified time: 2019-03-26 17:47:55
   */
  .compare-section.compare-products.product-purchasing-cards .vw-btn {
    margin-top: 45px;
  }
  .compare-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    background-color: #f7f7f8;
    align-items: center;
    margin-bottom: 0px;
  }
  .compare-card .prod-image {
    margin: 15px 0 4px 0;
    width: 100%;
    height: auto;
    max-height: 100%;
  }
  .compare-card .title {
    background-color: transparent;
    text-transform: uppercase;
  }
  .compare-card .title .logo-image {
    height: 20px;
  }
  .compare-card .compare-checkbox {
    width: 18px;
    height: 18px;
    border: 1px solid #c5c5c4;
    border-radius: 5px;
    background: #ffffff;
    margin-top: 15px;
    cursor: pointer;
    position: relative;
  }
  .compare-card .compare-checkbox:after {
    font-family: ico-vw;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: -1px;
    content: "\e921";
    width: 18px;
    height: 18px;
    color: #ffffff;
    background: #00bcb4;
    position: absolute;
    border-radius: 5px;
    transition: all 0.3s cubic-bezier(0.15, 0.62, 0.15, 1);
    padding: 0 4px;
    transform: scale(0);
    opacity: 1;
    left: -1px;
    top: -1px;
  }
  .compare-card-selected .compare-checkbox:after {
    transform: scale(1);
    opacity: 1;
  }
  /*
   * @Author: Rodrigo Reyes
   * @Date: 2019-02-22 12:42:33
   * @Last Modified by: Rodrigo reyes
   * @Last Modified time: 2019-09-27 08:19:46
   */
  div.section.pricing-cards-section {
    padding-top: 0;
    margin-top: -400px;
  }
  div.section.pricing-cards-section .pricing-card {
    border-radius: 6px;
    height: 545px;
    background-color: #ffffff;
    border: 2px solid #ebedee;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 25px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }
  div.section.pricing-cards-section .pricing-card .pcard-title {
    margin-top: 25px;
    text-transform: uppercase;
    color: #000000;
  }
  div.section.pricing-cards-section .pricing-card .price {
    font-family: "DIN-CondMed", Arial, sans-serif;
    font-weight: normal;
    font-size: 92px;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  div.section.pricing-cards-section .pricing-card .currency {
    position: relative;
    top: -21px;
  }
  div.section.pricing-cards-section .pricing-card .small {
    font-size: 52px;
  }
  div.section.pricing-cards-section .pricing-card .pcard-list {
    margin-top: 30px;
    margin-bottom: 0;
  }
  div.section.pricing-cards-section .pricing-card .pcard-list li {
    position: relative;
    padding-left: 25px;
    text-indent: 0;
  }
  div.section.pricing-cards-section .pricing-card .pcard-list li:before {
    font-family: "ico-vw" !important;
    content: "\e923";
    font-size: 19px;
    top: 2px;
    position: absolute;
  }
  div.section.pricing-cards-section .pricing-card .pcard-list li:last-child {
    margin-bottom: 0;
  }
  div.section.pricing-cards-section .pricing-card .vw-btn {
    position: absolute;
    bottom: 35px;
  }
  div.section.pricing-cards-section .subscription-card .period {
    font-size: 52px;
  }
  div.section.pricing-cards-section .subscription-card .savings {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
    color: #575756;
    font-family: "DIN-Italic", Arial, sans-serif;
    text-align: center;
  }
  @media screen and (max-width:575px) {
    div.section.pricing-cards-section .subscription-card .savings {
      margin-bottom: 15px;
    }
  }
  div.section.pricing-cards-section .subscription-card--yearly .price {
    margin-bottom: 0;
  }
  div.section.pricing-cards-section .subscription-card--yearly .savings {
    display: block;
  }
  div.section.pricing-cards-section .subscription-card--yearly .pcard-list {
    margin-top: 26px;
  }
  div.section.pricing-cards-section-visionCards {
    margin-top: -400px;
  }
  div.section.pricing-cards-section-visionCards .pricing-card {
    height: 445px;
  }
  div.section.pricing-cards-section-visionCards .pricing-card .price {
    margin-top: 45px;
  }
  div.section.pricing-cards-section-visionCards .pricing-card .pcard-list {
    margin-top: 40px;
  }
  div.section.pricing-cards-section-visionCards .pricing-card .vw-btn {
    margin-top: 40px;
  }
  div.section.pricing-cards-section .row + .row.grid {
    margin-bottom: 0;
  }
  @media screen and (max-width:991px) {
    div.section.pricing-cards-section {
      margin-top: -230px;
    }
    div.section.pricing-cards-section-visionCards {
      margin-top: -268px;
    }
  }
  @media screen and (max-width:767px) {
    div.section.pricing-cards-section {
      padding-top: 65px;
      margin-top: 0;
    }
    div.section.pricing-cards-section .pricing-card {
      padding: 0 20px;
    }
    div.section.pricing-cards-section .pricing-card .price {
      font-size: 72px;
    }
    div.section.pricing-cards-section .pricing-card .small {
      font-size: 32px;
      top: -24px;
    }
  }
  @media screen and (max-width:575px) {
    div.section.pricing-cards-section .pricing-card {
      height: 400px;
      justify-content: space-evenly;
      padding: 15px 0;
    }
    div.section.pricing-cards-section .pricing-card .pcard-list,
    div.section.pricing-cards-section .pricing-card .pcard-title {
      margin-top: 0px;
    }
    div.section.pricing-cards-section .pricing-card .toggle-switch {
      margin: 10px 0;
    }
    div.section.pricing-cards-section .pricing-card .price {
      margin-top: 0;
      font-size: 48px;
    }
    div.section.pricing-cards-section .pricing-card .currency {
      top: -12px;
    }
    div.section.pricing-cards-section .pricing-card .small {
      font-size: 28px;
    }
    div.section.pricing-cards-section .pricing-card .vw-btn {
      margin-top: 15px;
      position: static;
    }
    div.section.pricing-cards-section .pricing-card .pcard-list {
      width: 290px;
    }
    div.section.pricing-cards-section .pricing-card .pcard-list li {
      margin-bottom: 10px;
    }
  }
  .pricing-cards--speak-to {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .pricing-cards--speak-to .vw-icon {
    flex-basis: 56px;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: flex-end;
    align-content: center;
  }
  .pricing-cards--speak-to .speak-to-info {
    margin-top: 0;
    margin-left: 25px;
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .pricing-card {
      /* Enter your style code */
    }
    .pricing-card .vw-btn {
      left: 50%;
      margin-left: -57px;
    }
  }
  .toggle-switch {
    margin: 0 auto;
    min-height: 25px;
    width: 264px;
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 0;
    display: flex;
    border: 1px solid #00bcb4;
    position: relative;
    overflow: hidden;
    margin-top: 34px;
  }
  .toggle-switch .toggle-bg {
    background: #00bcb4;
    width: 132px;
    position: absolute;
    transform: translate3d(0, 0, 0);
    height: 100%;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    z-index: 0;
    left: 0;
    top: 0;
  }
  .toggle-switch .toggle-btn {
    border: 0;
    border-radius: 0;
    border-left: 1px solid #00bcb4;
    flex-basis: 50%;
    padding: 2px 0;
    cursor: pointer;
    background-color: Transparent;
    outline: 0;
    color: #000000;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-size: 11px;
    letter-spacing: 0.018em;
  }
  .toggle-switch .toggle-btn-current {
    color: white;
  }
  .toggle-switch .toggle-btn:nth-child(1).toggle-btn-current ~ .toggle-bg {
    transform: translate3d(0, 0, 0);
  }
  .toggle-switch .toggle-btn:nth-child(2).toggle-btn-current ~ .toggle-bg {
    transform: translate3d(132px, 0, 0);
  }
  .toggle-switch .toggle-btn:first-child {
    border-left: 0;
  }
  .versions-toggle {
    padding-bottom: 40px;
  }
  .versions-toggle .toggle-switch {
    border: 1px solid #000000;
    margin-top: 0px;
  }
  .versions-toggle .toggle-btn {
    color: black;
    border-left: 1px solid #000000;
    background: rgba(255, 255, 255, 0.75);
  }
  .versions-toggle .toggle-bg {
    background: #000000;
  }
  .versions-toggle .toggle-btn-current {
    background: rgba(255, 255, 255, 0);
    color: #ffffff;
  }
  @media screen and (max-width:575px) {
    .versions-toggle {
      margin-top: 0px;
      color: #000000;
    }
    .versions-toggle .toggle-btn {
      color: #000000;
    }
    .versions-toggle .toggle-btn-current {
      color: white;
    }
  }
  .pricing-cards__survey {
    display: none;
  }
  html[lang="en-US"] .pricing-cards--speak-to {
    margin-top: 30px;
  }
  html[lang="en-US"] .pricing-cards__survey {
    bottom: 20px;
    display: block;
  }
  .buy-product-banner .banner {
    max-height: 682px;
    align-items: flex-start !important;
  }
  .buy-product-banner .banner .container {
    margin-top: 70px;
  }
  .buy-product-banner .banner .copy-cont {
    text-align: center;
  }
  .buy-product-banner .banner .copy-cont .header-title {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.36);
  }
  .buy-product-banner .banner .copy-cont h1,
  .buy-product-banner .banner .copy-cont p {
    text-align: center;
    color: white;
  }
  .buy-product-banner .banner .copy-cont p {
    margin-top: 26px;
    font-size: 18px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.36);
    letter-spacing: 0.25px;
  }
  @media screen and (max-width:991px) {
    .buy-product-banner .banner .container {
      margin-top: 45px;
    }
    .buy-product-banner .banner .copy-cont p {
      margin-top: 20px;
    }
  }
  @media screen and (max-width:575px) {
    .buy-product-banner .banner {
      height: 418px;
      padding-top: 0;
    }
    .buy-product-banner .banner .container {
      padding-top: 0;
      height: 100%;
      display: flex;
      flex-direction: column;
      margin-top: 0;
      align-content: center;
      justify-content: center;
    }
  }
  /*
   * @Author: Rodrigo Reyes
   * @Date: 2019-02-25 16:52:38
   * @Last Modified by: Rodrigo reyes
   * @Last Modified time: 2019-04-01 16:25:28
   */
  .product-purchasing-cards .purchase-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  .product-purchasing-cards .purchase-card p {
    text-align: center;
    margin-bottom: 0;
  }
  .product-purchasing-cards .purchase-card .vw-btn {
    margin: 0;
  }
  .product-purchasing-cards .purchase-card-compare {
    height: 310px;
  }
  .product-purchasing-cards .purchase-card-compare p {
    text-align: center;
  }
  .product-purchasing-cards .purchase-card-related {
    height: 360px;
    justify-content: space-between;
  }
  .product-purchasing-cards .action-card .info {
    background: transparent;
  }
  .product-purchasing-cards .action-card:hover {
    background: #ffffff;
  }
  .product-purchasing-cards .compare-card p {
    text-align: center;
  }
  @media screen and (max-width:991px) {
    .product-purchasing-cards .compare-card {
      height: auto;
    }
    .product-purchasing-cards .compare-card p {
      text-align: center;
    }
  }
  .related-products {
    padding-bottom: 100px!important;
  }
  .related-products .row + .row.grid {
    margin-top: 0;
    margin-bottom: 0;
  }
  .related-products .compare-card-img {
    width: auto;
    max-height: 124px;
    flex-grow: 1;
    margin-bottom: 25px;
  }
  .related-products .related-card {
    padding: 25px 15px;
    transition: all 0.3s ease-in-out;
  }
  .related-products .related-card p {
    margin-top: 20px;
  }
  .related-products .related-card p:first-of-type {
    position: relative;
    flex-grow: 500;
    margin: 0;
    width: 100%;
  }
  .related-products .related-card:hover {
    background: #ffffff;
  }
  @media screen and (max-width:575px) {
    .related-products {
      padding-bottom: 50px!important;
    }
    .related-products .related-card {
      margin-bottom: 25px;
      background: transparent;
    }
    .related-products .card-container:last-child .related-card {
      margin-bottom: 0;
    }
  }
  .gradient-separator {
    border-width: 0 0 2px 0;
    border-style: solid !important;
    border-image: linear-gradient(90deg, rgba(235, 235, 235, 0), #ebebeb 50%, rgba(235, 235, 235, 0) 100%) 2%;
  }
  .section.bg-lt-gray-wrap.gradient-separator + .bg-lt-gray-wrap,
  .section.bg-lt-gray-wrap + .gradient-separator {
    padding-top: 75px;
  }
  @media screen and (max-width:575px) {
    .section.bg-lt-gray-wrap.gradient-separator + .bg-lt-gray-wrap,
    .section.bg-lt-gray-wrap + .gradient-separator {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  }
  .compare-section + .promo-section--black-overlay .container,
  .pricing-cards-section + .promo-section--black-overlay .container {
    text-shadow: none !important;
  }
  /*
   * @Author: Rodrigo Reyes
   * @Date: 2019-02-26 11:08:51
   * @Last Modified by: Rodrigo reyes
   * @Last Modified time: 2019-04-01 16:50:28
  
    h2-numbered-list-2col
  */
  .list-2col .list-2col-item {
    display: block;
    margin-left: 0;
    padding: 0 20px;
    margin-bottom: 0px;
  }
  .list-2col .list-2col-item:nth-last-of-type(-n + 1) {
    margin-bottom: 0px;
  }
  .list-2col .list-2col-item::before {
    left: 5px;
  }
  .list-2col .list-2col-item h4 {
    display: inline;
    margin-left: 15px;
  }
  .list-2col .list-2col-item p {
    text-align: left;
    margin-left: 30px;
  }
  @media screen and (max-width:575px) {
    .list-2col .list-2col-item {
      margin-bottom: 25px;
    }
    .list-2col .list-2col-item:nth-last-of-type(-n + 1) {
      margin-bottom: 15px;
    }
  }
  .list-2col-numbered .numbered-item {
    margin-bottom: 25px;
  }
  .list-2col-numbered .numbered-item:before {
    content: '0' counter(item);
    position: absolute;
    left: 10px;
    top: -2px;
  }
  .list-2col-numbered .numbered-item h4 {
    display: block;
    margin-left: 20px;
  }
  .list-2col-numbered .numbered-item ul {
    margin-left: 20px;
  }
  @media screen and (min-width:768px) and (max-width:991px) {
    .list-2col-numbered .numbered-item ul {
      margin-left: -10px;
    }
  }
  @media screen and (max-width:767px) {
    .list-2col-numbered .numbered-item:before {
      left: 0;
    }
    .list-2col-numbered .numbered-item h4 {
      margin-left: 10px;
    }
  }
  .list-2col-faq .list-2col-item {
    list-style: none;
    margin-bottom: 25px;
  }
  .list-2col-faq .list-2col-item h4 {
    margin-top: -25px;
    margin-left: 30px;
    display: block;
  }
  .list-2col-faq .list-2col-item:before {
    font-family: "DIN-CondMed", Arial, sans-serif;
    font-weight: bold;
    content: "?";
    color: #f7f7f8;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    padding: 0px 1px 0 0;
    background: #00bcb4;
    border-radius: 50%;
  }
  .list-2col-faq ul {
    margin-left: 30px;
  }
  .system-requirements p:last-child {
    margin-bottom: 25px !important;
  }
  @media screen and (max-width:575px) {
    .system-requirements p,
    .system-requirements h4 {
      text-align: center;
    }
  }
  /*
   * @Author: Rodrigo Reyes
   * @Date: 2019-02-27 14:21:48
   * @Last Modified by: Rodrigo reyes
   * @Last Modified time: 2019-02-27 15:19:38
   */
  .h2-3-icon-centered .innovation-section__iconList .innovation-section__icon-container p.innovation-section__icon-text {
    line-height: 1.2;
  }
  .h2-3-icon-centered .card-icon {
    width: 110px;
    height: 100px;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 1;
  }
  /*
   * @Author: Rodrigo Reyes
   * @Date: 2019-03-07 16:17:10
   * @Last Modified by: Rodrigo reyes
   * @Last Modified time: 2019-03-07 16:51:36
   */
  .checkout-container {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .sc-summary-container {
    padding: 15px;
  }
  .sc-summary-header {
    margin-bottom: 25px;
  }
  .sc-summary-header h4 {
    text-transform: uppercase;
  }
  .sc-summary-header .col-4 {
    text-align: right;
  }
  .sc-summary-edit-cart {
    font-size: 14px;
    line-height: 1;
  }
  .sc-summary-row {
    margin-bottom: 15px;
  }
  .sc-summary-total {
    font-family: "DIN-CondMed", Arial, sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.5;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
  }
  .sc-summary-total .sc-summary-label {
    text-transform: uppercase;
  }
  /*
   * @Author: Rodrigo Reyes
   * @Date: 2019-03-14 10:57:40
   * @Last Modified by: Rodrigo reyes
   * @Last Modified time: 2019-03-22 10:36:57
   */
  .tooltip {
    z-index: 2147483651;
    filter: drop-shadow(0 2px 9px rgba(0, 0, 0, 0.1));
  }
  .tooltip > .tooltip-inner {
    background-color: #ffffff !important;
    padding: 15px;
    border-radius: 5px;
    max-width: 420px;
    border-color: #ebedee;
    color: #6f6f6e;
  }
  .tooltip > .tooltip-inner p {
    text-align: center;
    font-size: 14px;
  }
  .tooltip.show {
    opacity: 1;
  }
  .bs-tooltip-auto[placement^=top] .arrow::before,
  .bs-tooltip-top .arrow::before {
    margin-left: -10px !important;
    border-color: #ebedee !important;
    border-width: 1px 0 0 1px !important;
    transform: rotate(-135deg);
    margin-top: -11px;
    width: 25px;
    background: #ffffff;
    height: 25px;
  }
  .tooltip-ico {
    color: #00bcb4 !important;
  }
  /*
   * @Author: Rodrigo Reyes
   * @Date: 2019-03-22 17:30:03
   * @Last Modified by: Rodrigo reyes
   * @Last Modified time: 2019-04-08 21:09:41
   */
  .checkout-success {
    padding-bottom: 50px;
  }
  .checkout-success h1 {
    margin-top: 56px;
    font-size: 56px;
  }
  .checkout-success-illustration {
    max-height: 350px;
    width: auto;
    margin: 40px 0;
  }
  .checkout-success-message {
    text-align: center;
  }
  .checkout-success h3 {
    font-family: "DIN", Arial, sans-serif;
    font-size: 24px;
    margin-top: 25px;
  }
  .checkout-success-training {
    background-color: #f7f7f8;
    padding-bottom: 50px;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
  }
  .checkout-success-training p:first-of-type {
    flex-grow: 1;
  }
  .checkout-success-training .icon {
    width: 58px;
    height: 58px;
    margin-bottom: 20px;
  }
  .checkout-success-training .ico {
    font-size: 27px;
    display: none;
  }
  @media screen and (max-width:575px) {
    .checkout-success-training {
      text-align: center;
      padding: 25px 0;
    }
    .checkout-success-training h4 {
      text-align: center;
    }
    .checkout-success-training .icon {
      margin: 15px auto;
    }
  }
  .checkout-success-goto {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
  }
  .checkout-billing-info p,
  .checkout-payment-info p {
    margin-bottom: 0;
  }
  .checkout-billing-info {
    margin-top: -25px;
  }
  @media screen and (max-width:767px) {
    .checkout-order-summary {
      order: -1;
      margin-top: 10px;
      margin-bottom: 25px;
    }
  }
  .u-font-size-18 {
    font-size: 18px !important;
  }
  .u-line-height1 {
    line-height: 1 !important;
  }
  .no-bullet {
    list-style: none !important;
  }
  .no-bullet:before {
    display: none!important;
  }
  .debug {
    border: 1px solid red!important;
  }
  /*
   * @Author: Rodrigo Reyes
   * @Date: 2019-05-02 10:50:12
   * @Last Modified by: Rodrigo reyes
   * @Last Modified time: 2019-05-08 10:23:54
   */
  .global-promo-bar {
    background-color: #00bcb4;
    color: #ffffff;
    padding: 9px;
  }
  .global-promo-bar--dark {
    background-color: #202020;
  }
  .global-promo-bar-button {
    position: absolute;
    right: 20px;
    top: 8px;
    height: 20px;
    width: 20px;
    background: none;
    border: 0;
    color: white;
    font-size: 10px;
    transition: opacity 0.3s ease-in-out;
    opacity: 0.7;
  }
  .global-promo-bar-button:hover {
    opacity: 1;
  }
  @media screen and (max-width:575px) {
    .global-promo-bar-button {
      right: 0;
    }
  }
  .global-promo-bar p {
    font-weight: normal;
    color: #ffffff;
    line-height: 1;
    padding: 0;
    margin: 0;
  }
  .global-promo-bar span.ico {
    font-size: 14px;
  }
  .global-promo-bar a {
    font-family: "DIN-Med", Arial, sans-serif;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
  }
  /*
   * @Author: Rodrigo Reyes
   * @Date: 2019-05-06 16:18:08
   * @Last Modified by: Rodrigo reyes
   * @Last Modified time: 2019-05-23 11:41:32
   */
  .cue-list {
    padding: 0;
  }
  .cue-list-icon,
  .cue-list img,
  .cue-list svg {
    width: 52px;
    height: 52px;
    vertical-align: middle;
    margin: 0 27px 0 15px;
  }
  .cue-list-item {
    font-family: "DIN", Arial, sans-serif;
    text-transform: uppercase;
    margin-left: 0;
    padding: 15px 0;
    box-shadow: 0;
    transition: all 0.3s ease-in-out;
    transform: translate3d(0, 0, 0);
    display: flex;
    align-items: center;
    letter-spacing: 1.3px;
    cursor: pointer;
  }
  .cue-list-item:last-child {
    border: 0;
  }
  .cue-list-item-is-active {
    box-shadow: 0 4px 30px 0 rgba(91, 118, 155, 0.13);
    background: white;
    transform: translate3d(0, -5px, 0);
  }
  @keyframes reveal {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .lazy-wrapper {
    position: relative;
    width: 100%;
  }
  .lazy-wrapper img {
    width: 100%;
  }
  .lazy-wrapper.lazy-fade .lazy-preview {
    will-change: transform, opacity;
    animation: hide 0.75s ease-in;
    opacity: 0;
    position: absolute;
    top: 0;
  }
  /* Distributor Modal */
  .vw-modal__distributor {
    position: relative;
    overflow: visible;
    height: 530px;
  }
  .vw-modal__distributor .modal-body {
    padding: 30px;
  }
  .vw-modal__distributor .img-wrap {
    text-align: center;
  }
  .vw-modal__distributor h5 {
    color: #000000;
  }
  .vw-modal__distributor .close-top-right {
    background: none;
    border: 0;
    height: 25px;
    position: absolute;
    right: -25px;
    top: -25px;
    width: 25px;
    z-index: 5000;
  }
  .vw-modal__distributor .close-top-right .ico {
    color: white;
  }
  .vw-modal__distributor .license-info {
    margin-bottom: 20px ;
  }
  .vw-modal__distributor .license-info .license-type {
    margin-bottom: 0;
  }
  .vw-modal__distributor .license-info p {
    font-size: 14px;
  }
  .vw-modal__distributor .country-selection-row {
    position: relative;
    height: 50px;
    align-items: center;
    margin-bottom: 32px;
  }
  .vw-modal__distributor .country-selection-row:before {
    background-color: black;
    content: "";
    height: 100%;
    left: -30px;
    position: absolute;
    top: 0;
    width: calc(100% + 60px);
  }
  .vw-modal__distributor .country-selection-row p {
    color: white;
    margin: 0;
  }
  .vw-modal__distributor .country-selection-row .vw-form {
    display: flex;
    align-items: center;
    padding: 0;
  }
  .vw-modal__distributor .country-selection-row .select-wrap {
    color: white;
    margin-left: 15px;
    flex-basis: 60%;
    margin-left: 16px;
  }
  .vw-modal__distributor .country-selection-row .select-wrap:after {
    color: white;
    position: absolute;
    right: 5px;
    top: 12px;
    pointer-events: none;
  }
  .vw-modal__distributor .country-selection-row .select-wrap select {
    color: white;
    border: none;
    font-size: 16px;
  }
  .vw-modal__distributor .country-selection-row .icon-flag {
    border: 2px solid white;
    border-radius: 30px;
    display: flex;
    height: 20px;
    overflow: hidden;
    padding: 0;
    width: 20px;
  }
  .vw-modal__distributor .country-selection-row .icon-flag i {
    transform-origin: 50% 50%;
    transform: scale(1.3);
  }
  .vw-modal__distributor .modal-contact-form p {
    text-align: center;
    margin-bottom: 5px;
  }
  .vw-modal__distributor .modal-contact-form a[href^="tel:"] {
    text-align: center;
  }
  .vw-modal__distributor .modal-contact-form a[href^="mailto:"] {
    text-align: center;
    font-size: 14px;
  }
  .vw-modal__distributor .modal-contact-form .dist-logo {
    height: auto;
    max-width: 125px;
    width: 100%;
  }
  .vw-modal__distributor .modal-contact-form .vw-form {
    padding: 0;
  }
  .vw-modal__distributor .modal-contact-form .form-row {
    padding: 0;
    margin-left: 2px;
    margin-bottom: 8px;
  }
  .vw-modal__distributor .modal-contact-form label {
    margin-bottom: 5px;
  }
  @media screen and (max-width:767px) {
    .vw-modal__distributor {
      height: auto;
      background: white;
    }
    .vw-modal__distributor .ico-close-circ-fill {
      top: 15px!important;
    }
    .vw-modal__distributor .license-info {
      width: 100%;
    }
    .vw-modal__distributor .modal-body {
      overflow: hidden;
      height: auto;
      margin-bottom: 30px;
    }
    .vw-modal__distributor .modal-body .vw-btn {
      margin-bottom: 60px;
    }
    .vw-modal__distributor .license-info__image {
      max-height: 168px;
      margin-bottom: 15px;
      margin-top: 15px;
      width: auto;
    }
    .vw-modal__distributor .country-selection-row {
      height: 90px ;
      padding: 15px 0;
    }
    .vw-modal__distributor .country-selection-row .vw-form {
      justify-content: center;
    }
    .vw-modal__distributor .country-selection-row .select-wrap {
      flex: 1;
    }
  }
  .vw-modal__sugested-prods {
    overflow-y: hidden;
  }
  .vw-modal__sugested-prods .close {
    top: calc(50% - 710px/2);
  }
  .vw-modal__sugested-prods .modal-content {
    margin: 0 auto;
    padding-bottom: 0;
    min-height: unset;
    width: 730px;
    height: 770px;
    flex-direction: column;
    top: calc(50% - 770px/2);
  }
  .vw-modal__sugested-prods .compare-card {
    padding: 16px;
    background: none;
  }
  .vw-modal__sugested-prods .compare-card-selected {
    background: #f7f7f8;
  }
  .vw-modal__sugested-prods .added-cost {
    border-top: 1px solid #c5c5c4;
    text-transform: uppercase;
    margin-top: 28px;
    padding-top: 20px;
    display: flex;
    width: 100%;
  }
  .vw-modal__sugested-prods .added-cost-price {
    margin-left: auto;
  }
  .vw-modal__sugested-prods .total-cont {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    margin-right: auto;
    text-transform: uppercase;
    padding-top: 40px;
  }
  .vw-modal__sugested-prods .total-price {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
  }
  .vw-modal__sugested-prods .total-price .price {
    font-family: "DIN-Cond", Arial, sans-serif;
    font-weight: normal;
    font-size: 48px;
    line-height: 1.5;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
    position: relative;
    margin-left: 15px;
    line-height: 1;
  }
  .vw-modal__sugested-prods .total-price .label {
    position: relative;
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
    text-transform: uppercase;
  }
  .vw-modal__sugested-prods .total-price .currency {
    bottom: 10px;
    font-size: 27px;
    position: relative;
  }
  .vw-modal__sugested-prods .bottom-row {
    background-color: #f7f7f8;
    height: 125px;
    padding-left: 45px;
    padding-right: 45px;
    margin-top: auto;
  }
  .vw-modal__sugested-prods .vw-btn {
    margin: 0;
    margin-left: auto;
  }
  .vw-modal__sugested-prods .vw-btn:last-child {
    margin-left: 16px;
  }
  .vw-modal__sugested-prods .vw-btn[disabled],
  .vw-modal__sugested-prods .vw-btn:disabled {
    background: #888c8d;
    border: #888c8d;
  }
  @media screen and (max-width:767px) {
    .vw-modal__sugested-prods .modal-content {
      width: 100%;
      height: 100%;
      overflow: scroll;
      top: 0;
    }
    .vw-modal__sugested-prods .close {
      top: 20px;
    }
    .vw-modal__sugested-prods .compare-card .prod-image {
      width: 100%;
      height: auto;
      max-width: 100%;
      width: auto;
      max-height: 180px;
    }
    .vw-modal__sugested-prods .total-cont {
      padding-top: 20px;
      flex-grow: 32;
      flex-basis: 100%;
      flex-wrap: wrap;
      justify-content: center;
      padding-bottom: 35px;
    }
    .vw-modal__sugested-prods .total-cont .total-price {
      flex-basis: 100%;
      margin-bottom: 35px;
    }
    .vw-modal__sugested-prods .total-cont .price {
      margin-left: auto;
    }
    .vw-modal__sugested-prods .vw-btn {
      margin-left: 0;
      flex-grow: 1;
    }
    .vw-modal__sugested-prods .bottom-row {
      height: auto;
      margin-top: 28px;
    }
  }
  div#vwModal.vw-modal__sugested-prods .modal-content {
    height: auto !important;
    min-height: auto !important;
  }
  .vw-modal__short {
    overflow-y: hidden;
  }
  .vw-modal__short .close {
    top: calc(50% - 710px/2);
    display: none;
  }
  .vw-modal__short .close-top-right {
    background: transparent;
    border: 0;
    color: white;
    height: 25px;
    outline: none;
    position: absolute;
    right: -25px;
    top: -25px;
    width: 25px;
  }
  .vw-modal__short .modal-content {
    margin: 0 auto;
    min-height: unset!important;
    height: auto!important;
    width: 841px;
    padding-top: 50px;
    padding-bottom: 55px;
    flex-direction: column;
    top: 180px;
    overflow: visible;
    position: relative;
  }
  .vw-modal__short .modal-content h3 {
    margin-top: 0;
  }
  .vw-modal__short .compare-card {
    padding: 16px;
    background: none;
  }
  .vw-modal__short .compare-card-selected {
    background: #f7f7f8;
  }
  .vw-modal__short .vw-btn {
    margin: 0;
    margin-left: auto;
  }
  .vw-modal__short .vw-btn:last-child {
    margin-left: 16px;
  }
  .vw-modal__short .vw-btn[disabled],
  .vw-modal__short .vw-btn:disabled {
    background: #888c8d;
    border: #888c8d;
  }
  @media screen and (min-width:768px) and (max-width:991px) {
    .vw-modal__short .close-top-right {
      right: 0;
    }
    .vw-modal__short .modal-content {
      width: 723px;
    }
    .vw-modal__short h3 {
      margin-top: 20px;
    }
  }
  @media screen and (max-width:767px) {
    .vw-modal__short .modal-content {
      width: 100%;
      height: auto;
      overflow: scroll;
      padding-top: 45px;
      top: 0;
    }
    .vw-modal__short .modal-content h3 {
      margin-top: 20px;
    }
    .vw-modal__short .close {
      top: 20px;
      display: block;
    }
    .vw-modal__short .compare-card .prod-image {
      width: 100%;
      height: auto;
      max-width: 100%;
      width: auto;
      max-height: 180px;
    }
    .vw-modal__short .total-cont {
      padding-top: 20px;
      flex-grow: 32;
      flex-basis: 100%;
      flex-wrap: wrap;
      justify-content: center;
      padding-bottom: 35px;
    }
    .vw-modal__short .total-cont .total-price {
      flex-basis: 100%;
      margin-bottom: 35px;
    }
    .vw-modal__short .total-cont .price {
      margin-left: auto;
    }
    .vw-modal__short .vw-btn {
      margin-left: 0;
      flex-grow: 1;
    }
    .vw-modal__short .bottom-row {
      height: auto;
      margin-top: 28px;
    }
  }
  .vw-modal-card-option {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    width: 240px;
    padding: 25px 25px;
    position: relative;
    padding: 25px 12px;
    min-height: 200px;
    text-align: center;
    border: 2px solid #ebedee;
    border-top: 0;
  }
  .vw-modal-card-option-cont {
    display: flex;
    position: relative;
    justify-content: space-between;
    max-width: 517px;
    margin: 0 auto;
  }
  .vw-modal-card-option-cont__1-item {
    justify-content: center;
  }
  .vw-modal-card-option::before {
    background-color: #000000;
    content: '';
    height: 5px;
    left: -1.5px;
    position: absolute;
    width: calc(100% + 3px);
    top: -1px;
    z-index: 100;
  }
  .vw-modal-card-option h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    font-family: "DIN-CondMed", Arial, sans-serif;
    line-height: 1.09;
  }
  .vw-modal-card-option p {
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
    font-family: "DIN", Arial, sans-serif;
    letter-spacing: 0.3;
    margin-bottom: auto;
  }
  .vw-modal-card-option a {
    text-decoration: none;
    color: black;
  }
  .vw-modal-card-option .vw-btn {
    width: 88px;
    height: 36px;
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin: 0 auto!important;
  }
  .vw-modal-card-option .vw-btn:hover {
    background-color: #00bcb4;
    color: white!important;
    border-color: #00bcb4;
  }
  @media screen and (min-width:768px) and (max-width:1199px) {
    .vw-modal-card-option {
      padding: 20px 15px;
    }
    .vw-modal-card-option p {
      line-height: 1.5;
    }
  }
  @media screen and (max-width:767px) {
    .vw-modal-card-option {
      border: 1px solid #ebedee;
      flex: auto;
      flex-basis: auto;
      margin-bottom: 10px;
      max-width: unset;
      padding: 32px 28px 28px;
      height: auto;
      width: 92%;
      height: 210px;
    }
    .vw-modal-card-option-cont {
      display: flex;
      position: relative;
      flex-direction: column;
      justify-content: space-evenly;
      align-items: center;
      max-width: unset;
      width: 100%;
    }
    .vw-modal-card-option p {
      margin-bottom: auto;
    }
    .vw-modal-card-option .vw-btn {
      width: 112px;
      height: 36px;
      max-height: 36px;
    }
  }
  .int-table__controls {
    display: none;
  }
  .int-table__grid {
    display: flex;
    margin-top: 60px;
  }
  @media screen and (min-width:768px) {
    .int-table__grid.vss-benefits__table {
      margin-top: 40px;
    }
  }
  .int-table__column {
    margin: 0;
  }
  .int-table__column--features .int-table__header {
    opacity: 0;
    visibility: hidden;
  }
  .int-table__column--vw .int-table__item {
    background-color: #e6f8f8;
  }
  .int-table__column--vw .int-table__item:nth-child(2n) {
    background-color: #e6f8f8;
  }
  .partner-tier__table .int-table__column--vw .int-table__item:nth-child(2n) {
    background-color: #ffffff;
  }
  .partner-tier__table .int-table__column--vw .int-table__item {
    background-color: #f7f7f8;
  }
  .int-table__header {
    color: white;
    height: 35px;
    display: flex;
    font-family: "DIN", Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: black;
    text-transform: uppercase;
    letter-spacing: 1px;
    letter-spacing: 0.075em;
    padding-left: 0;
    border-left: 2px solid #ffffff;
  }
  .int-table__header::before {
    display: none;
    text-align: none;
  }
  .vss-benefits .int-table__header {
    height: 125px;
  }
  @media screen and (min-width:768px) and (max-width:991px) {
    .vss-benefits .int-table__header {
      font-size: 12px;
    }
  }
  @media screen and (max-width:767px) {
    .vss-benefits .int-table__header {
      height: 40px;
      font-family: "DIN-CondMed", Arial, sans-serif;
      font-weight: normal;
    }
  }
  .int-table__header-small {
    text-align: left;
    justify-content: start;
    padding-left: 20px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top: none;
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-weight: bold;
    color: #212529;
    background-color: #ffffff;
    display: flex;
    height: 55px;
    align-items: center;
    border-bottom: 1px solid #c5c5c4;
  }
  @media screen and (min-width:768px) and (max-width:991px) {
    .int-table__header-small {
      font-size: 16px;
    }
  }
  @media screen and (max-width:767px) {
    .int-table__header-small {
      font-size: 14px;
      padding-left: 14px;
    }
  }
  .int-table__item {
    align-items: center;
    color: #8a8c8c;
    background-color: #f7f7f8;
    display: flex;
    height: 55px;
    font-size: 20px;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid #ebedee;
  }
  .int-table__item:nth-child(2n) {
    background-color: #ffffff;
  }
  @media screen and (max-width:575px) {
    .int-table__item {
      height: 75px;
    }
  }
  .int-table__item--feature {
    text-align: left;
  }
  .int-table__column--features .int-table__item--feature {
    justify-content: flex-start;
    padding-left: 20px;
    font-size: 14px;
  }
  @media screen and (max-width:767px) {
    .int-table__column--features .int-table__item--feature {
      padding-left: 14px;
    }
  }
  .int-table__item__text {
    font-size: 16px;
  }
  @media screen and (max-width:991px) {
    .partner-tier .int-table__item {
      height: 80px;
    }
  }
  @media screen and (min-width:768px) {
    .int-table__column {
      flex: 300px;
    }
    .int-table__column--features {
      flex: auto;
    }
  }
  @media screen and (max-width:767px) {
    .int-table__controls {
      position: sticky;
      position: -webkit-sticky;
      top: 10px;
      display: block;
      z-index: 5020;
      background: white;
      margin-bottom: 0;
      top: 0;
      padding-bottom: 0px;
      display: flex;
      padding-top: 10px;
      flex-direction: column;
    }
    .int-table__controls .int-table__header {
      display: flex ;
    }
    .int-table__controls select {
      font-size: 16px!important;
    }
    .int-table__controls .form-group {
      margin: 10px auto 40px;
      width: 60vw;
      font-size: 16px;
    }
    .int-table__controls .form-group:focus {
      outline: none;
    }
    .int-table__controls .form-group .select-wrap:after {
      position: absolute;
      top: 13px;
      right: 0px;
      pointer-events: none;
    }
    .int-table__grid,
    .int-table--ent {
      display: grid;
      grid-template-columns: 50vw repeat(5, 20.875vw);
      pointer-events: none;
      overflow-x: scroll;
      margin-top: 0;
    }
    .int-table__header {
      padding-left: 0;
      font-size: 14px;
      display: none;
    }
    .int-table__item--feature {
      padding-left: 14px ;
    }
    .int-table__column--features {
      position: absolute;
      background: white;
      z-index: 500;
      width: 50vw;
    }
    .int-table__column--vw {
      width: 22.5vw;
      position: absolute;
      border-left: 1px solid white;
      border-right: 1px solid white;
      left: calc(50vw + 15px);
      z-index: 5000;
    }
    .int-table__column--vw--header {
      left: 50vw;
    }
    .int-table__column--vw:before {
      content: '';
      position: absolute;
      background: white;
      z-index: -1;
      width: 10vw;
      height: 100%;
    }
    #autocad,
    #tierTwo {
      grid-column: 3;
    }
    #wisi {
      grid-column: 3;
    }
  }
  .ico--brand {
    color: #00bcb4 !important;
  }
  .toggle-rounded {
    border-radius: 45px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
  }
  .toggle-rounded .toggle-btn {
    text-transform: none ;
  }
  .toggle-content {
    transform-origin: 50% 50%;
    display: block;
    animation: scalecontent 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .toggle-content img {
    max-width: 900px;
  }
  .toggle-content-active {
    animation: scalecontent 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  @keyframes scalecontent {
    0% {
      transform: scale(0.6);
      opacity: 0;
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  .vw-testimonial {
    padding-top: 55px;
    padding-left: 32px;
    padding-bottom: 32px;
    padding-right: 32px;
    border: 1px solid white;
    position: relative;
    height: 100%;
    letter-spacing: 0.01em;
  }
  .vw-testimonial:before {
    font-family: "ico-vw" !important;
    background-color: black;
    content: "\e924";
    color: #00bcb4;
    font-size: 40px;
    position: absolute;
    top: -32px;
    padding: 0 10px;
  }
  .vw-testimonial p.vw-testimonial__copy {
    font-family: "DIN-CondMed", Arial, sans-serif;
    color: #ffffff;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 1.45;
  }
  .vw-testimonial__author {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    letter-spacing: 0.01em;
  }
  @media screen and (max-width:991px) {
    .vw-testimonial {
      padding: 60px;
    }
    .vw-testimonial:before {
      left: 50px;
    }
    .vw-testimonial-cont {
      margin-bottom: 60px;
    }
    .vw-testimonial-cont:last-child {
      margin-bottom: 0;
    }
  }
  .vw-testimonials-row .large p {
    margin-bottom: 45px;
  }
  /*==-- GDPR Alert bar --==*/
  #gdprAlert {
    background: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: auto;
    padding: 30px 20px;
    font-size: 14px;
    font-family: 'DIN', Arial, sans-serif;
    z-index: 5000;
  }
  #gdprAlert p {
    font-family: 'DIN', Arial, sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    text-align: center;
  }
  #gdprAlert a {
    color: #ffffff;
    text-decoration: underline;
    margin-top: 0;
  }
  #gdprAlert .vw-btn {
    border-color: #fff;
  }
  #gdprAlert .vw-btn:hover {
    border-color: #00bcb4;
    background-color: #00bcb4;
  }
  #gdprAlert .vw-btn.fill {
    background-color: #fff;
    color: #000;
  }
  #gdprAlert .vw-btn.fill:hover {
    border-color: #00bcb4;
    background-color: #00bcb4;
    color: #fff;
  }
  .vw-btn.no-href {
    color: #000 !important;
  }
  .vw-btn.no-href:hover {
    color: #fff !important;
  }
  .vw-btn.fill.no-href {
    color: #fff !important;
  }
  body {
    --brand-color: #00bcb4;
  }
  .ais-ClearRefinements {
    margin: 1em 0;
  }
  .ais-SearchBox {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  @media screen and (max-width:991px) {
    .ais-SearchBox {
      margin-bottom: 48px;
      margin-top: 0;
    }
  }
  .ais-SearchBox-input {
    font-family: "DIN-Lt", Arial, sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.5;
    text-transform: none;
    color: #c5c5c4;
    letter-spacing: 0.01em;
    margin: 0;
    text-align: left;
    text-indent: 0;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding-left: 0px;
    border-bottom: 1px solid #ffffff;
  }
  .ais-SearchBox-input:focus {
    outline: none;
  }
  .ais-Pagination {
    margin-top: 1em;
    color: black !important;
  }
  .left-panel {
    float: left;
    width: 250px;
  }
  .fake-image {
    background-image: url("https://res.cloudinary.com/vectorworks/image/upload/v1594232519/aloglia-test/Screenshot_2020-07-08_3D_Design_Software_-_Fully_Integrated_BIM_Vectorworks.jpg");
    width: 1200px;
    height: 100vh;
    z-index: -1;
    position: relative;
  }
  .search-modal {
    width: 100vw;
    min-height: 100vh;
    height: auto;
    padding-top: 2rem;
    background-color: rgba(11, 14, 18, 0.95);
    position: absolute;
    z-index: 500;
    top: 0;
    left: 0;
    transition: all 0.5s;
    pointer-events: auto;
    transform: translateY(0px);
    opacity: 1;
  }
  .ais-InstantSearch {
    /* max-width: 960px;
    width: auto;
    overflow: hidden;
    margin: 0 auto; */
  }
 
  .hit-description {
    color: #888;
    font-size: 14px;
    margin-bottom: 0.5em;
    text-indent: 0;
  }
  .hide {
    /* transition: all 0.2s; */
    /* transform: translateY(-100px); */
    /* opacity: 1; */
  }
  h4 {
    color: white;
  }
  .ais-Highlight-highlighted {
    background: #393939;
    color: #ffffff;
    border-radius: 4px;
    padding: 0.15em 2px;
    display: inline-block;
  }
  .vw-empty-seach {
    color: white;
    text-align: center;
  }
  #searchbox + #pagination {
    display: none;
  }
  .ais-Pagination-item--selected .ais-Pagination-link {
    border: 0;
    background: black;
    padding: 0.25em;
    border-radius: 2px;
    color: white;
  }
  #hits-2 {
    color: white;
  }
  .light {
    color: black !important;
  }
  h4 {
    color: black;
  }
  .search h4 {
    color: white;
  }
  .search .vw-btn {
    color: #ffffff;
    border-color: #ffffff;
    margin: 0 auto;
    width: max-content;
  }
  .alg-box {
    position: relative;
  }
  .alg-box a.ico-search {
    background: transparent;
    color: white;
    outline: 0;
    border: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 25px;
    height: 25px;
    font-size: 25px;
    top: 20px;
  }
  .alg-box a.ico-search::before {
    color: #ffffff;
  }
  @media screen and (max-width:991px) {
    .alg-box a.ico-search {
      top: 5px;
    }
  }
  .alg-box--results a.ico-search {
    top: 5px;
  }
  .alg-box--results a.ico-search::before {
    color: #000000;
  }
  .ais-Hits-list {
    display: grid;
    grid-template-rows: max-content;
    grid-gap: 44px;
  }
  .alg-hit__empty span {
    font-style: italic;
  }
  .alg-hits__nav .ais-Highlight-highlighted {
    background-color: #393939;
    color: #ffffff;
  }
  .alg-hits__nav .alg-hit__empty {
    color: #ffffff;
  }
  .alg-hit__title {
    margin-top: 0;
    margin-bottom: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80ch;
    color: #ffffff;
  }
  .alg-hit__title .ais-Highlight-highlighted {
    border-radius: 10px;
  }
  @media screen and (max-width:991px) {
    .alg-hit__title .ais-Highlight-highlighted {
      padding: 2px;
      border-radius: 4px;
    }
  }
  .alg-hit__link {
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.25;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0 0 0px;
    text-align: left;
    text-indent: 0;
    text-decoration: none;
    color: #ffffff;
  }
  .alg-hit__link:hover {
    text-decoration: underline;
    text-decoration-color: #00bcb4;
    color: white;
  }
  .alg-hit__full-link {
    color: #8a8c8c;
    margin-top: 0;
    margin-bottom: 0px;
  }
  .alg-hit__full-link a {
    color: #8a8c8c;
    underline-color: currentColor;
  }
  .alg-hit__full-link a:hover {
    color: #00bcb4;
  }
  .alg-hit__description {
    color: #f7f7f8;
    margin-top: 0;
    margin-bottom: 8px;
    max-width: calc(100% - 45px);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  @media screen and (max-width:991px) {
    .alg-hit__description {
      -webkit-line-clamp: 3;
    }
  }
  @media screen and (max-width:991px) {
    .alg-hit__title {
      max-width: calc(100vw - 5ch);
      font-size: 16px;
      -webkit-line-clamp: 1;
    }
    .alg-hit__title a {
      font-size: 16px;
    }
    .alg-hit__description {
      max-width: calc(100vw - 5ch);
      font-size: 12px;
    }
    .alg-hit__full-link {
      font-size: 12px;
    }
  }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .alg-hit__link {
      font-size: 14px;
      line-height: 1.55;
    }
    .alg-hit__title {
      max-width: calc(100vw - 30px);
      font-size: 20px;
    }
    .alg-hit__title a {
      font-size: 20px;
    }
    .alg-hit__description {
      max-width: calc(100vw - 30px);
      font-size: 14px;
    }
    .alg-hit__full-link {
      font-size: 14px;
    }
  }
  .search-results__buttons {
    display: flex;
    justify-content: center;
  }
  .search-results__buttons .vw-btn {
    margin-top: 0px;
    margin-bottom: 64px;
    color: #ffffff;
    border-color: #ffffff;
  }
  .search-results__buttons .vw-btn:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .alg__results {
    min-height: 90vh;
    margin-top: 10vh;
  }
  .alg__results .ais-SearchBox-input {
    border-bottom: 1px solid #c5c5c4;
    color: #000000;
  }
  .alg__results .ais-SearchBox-input:focus {
    border-bottom: 3px solid #000000;
  }
  .alg__results .alg-hits__results {
    margin-top: 48px;
  }
  .alg__results .alg-hit__title {
    margin-top: 0;
    color: #000000;
  }
  .alg__results .alg-hit__link {
    color: #000000;
  }
  .alg__results .alg-hit__link:hover {
    text-decoration: underline;
    text-decoration-color: #00bcb4;
  }
  .alg__results .alg-hit__full-link {
    color: #888c8d;
  }
  .alg__results .alg-hit__description {
    color: #575756;
    margin-bottom: 8px;
  }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .alg__results .alg-hit__title {
      max-width: calc(100vw - 160px);
    }
    .alg__results .alg-hit__description {
      max-width: calc(100vw - 160px);
      font-size: 14px;
    }
  }
  .alg-pag__results {
    margin-bottom: 64px;
  }
  .alg-pag__results .ais-Pagination {
    display: flex;
    justify-content: center;
  }
  .alg-pag__results .ais-Pagination-list {
    display: flex;
    justify-content: center;
    width: auto;
    margin-left: -30px;
    max-width: 800px;
  }
  .alg-pag__results .ais-Pagination-list li:before {
    display: none !important;
  }
  @media screen and (max-width:575px) {
    .alg-pag__results .ais-Pagination-list {
      margin-left: -10px;
    }
  }
  .ais-PoweredBy-logo {
    opacity: 0 !important;
    display: none;
  }
  .alg-stats {
    color: #888c8d;
    font-family: "DIN", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.25;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    margin: 0 0 0px;
    text-align: left;
    text-indent: 0;
  }
  .ais-Pagination-list {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .ais-Pagination-list:nth-child(2) {
    margin: 0;
  }
  li.ais-Pagination-item {
    margin-left: 30px;
  }
  li.ais-Pagination-item:first-child {
    margin-left: 0;
  }
  @media screen and (max-width:575px) {
    li.ais-Pagination-item {
      margin-left: 10px;
    }
  }
  .ais-Pagination-item--firstPage,
  .ais-Pagination-item--lastPage {
    display: none;
  }
  .ais-Pagination-item--page .ais-Pagination-link {
    border: 1px solid black;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: transparent;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #575756;
  }
  .ais-Pagination-item--page .ais-Pagination-link:hover {
    background: #000000;
    color: white;
  }
  .ais-Pagination-item--selected .ais-Pagination-link {
    background-color: #000000;
    color: #ffffff;
  }
  .ais-Pagination-item--previousPage {
    position: relative;
    width: 30px;
    height: 30px;
    z-index: 0;
    text-indent: -5000px;
  }
  .ais-Pagination-item--previousPage .ais-Pagination-link {
    text-indent: 0;
  }
  .ais-Pagination-item--previousPage .ais-Pagination-link:before {
    left: 0;
    top: 6px;
    font-size: 20px;
    color: black;
    content: "\e912";
    font-family: "ico-vw" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    position: absolute;
    cursor: pointer;
    line-height: 1;
  }
  .ais-Pagination-item--nextPage {
    position: relative;
    width: 30px;
    height: 30px;
    z-index: 0;
    text-indent: -5000px;
  }
  .ais-Pagination-item--nextPage .ais-Pagination-link {
    text-indent: 0;
  }
  .ais-Pagination-item--nextPage .ais-Pagination-link:hover:before {
    color: #575756;
  }
  .ais-Pagination-item--nextPage .ais-Pagination-link:before {
    right: 0;
    top: 6px;
    font-size: 20px;
    color: black;
    content: "\e913";
    font-family: "ico-vw" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    position: absolute;
    cursor: pointer;
    line-height: 1;
  }
  .dropdown-container {
    text-align: right;
    margin-left: auto;
    width: max-content;
    min-height: 39px;
  }
  .dropdown-container .btn {
    background-color: transparent;
    color: white;
    padding: 0;
    padding-bottom: 0.5em;
  }
  .dropdown-container .btn svg {
    fill: currentColor;
    width: 1.5em;
    position: relative;
    top: 7px;
    margin-right: 3px;
  }
  .dropdown-container .footer__lang-selector {
    margin: 0;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .dropdown-container .lang_link {
    align-items: center;
    color: #000000 !important;
    display: flex;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1.5em;
  }
  .dropdown-container .lang_link:hover {
    background-color: #ebedee;
  }
  .dropdown-container ul > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-container .flag-icon {
    border-radius: 50%;
    margin-right: 15px;
    width: 2em;
    height: 2em;
  }
  .dropdown-container .flag-icon.flag-icon-squared {
    width: 2em;
  }
  @media screen and (max-width:575px) {
    .dropdown-container {
      margin-left: 0;
      margin-top: 2em;
    }
  }
  html:lang(es) .hp-banner__subtitle {
    width: max-content !important;
  }
  html:lang(es) .card-action .info .vw-btn {
    width: max-content !important;
    margin-left: -95px !important;
  }
  html:lang(es) .h3-box-grid-news .row .col-lg-8,
  html:lang(es) .h3-box-grid-news .row .col-lg-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  html:lang(es) .h3-box-grid-news .row .col-lg-4 {
    align-items: center;
    display: flex;
    justify-content: end;
  }
  html:lang(es) .h2-box-grid-3up .title {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 5em;
  }
  @media screen and (max-width:575px) {
    html:lang(es) .h2-box-grid-3up .title {
      min-height: auto;
    }
  }
  html:lang(es) .section.pricing-cards-section div.pricing-card {
    height: 585px;
  }
  html:lang(es) .pricing-card[style^="height:"] {
    height: 495px !important;
  }
  html:lang(es) .shopping-cart .scrollbar-fix {
    height: 100vh;
  }
  html:lang(es) .shopping-cart .empty-cart .vw-btn {
    line-height: 1.6;
  }
  .arch-process {
    position: relative;
  }
  .arch-process h4 {
    margin-bottom: 10px;
    margin-top: 80px;
  }
  .arch-process h4 ~ p {
    margin-bottom: 40px;
  }
  .arch-process .slide-container {
    display: grid;
  }
  .arch-process .vw-btn {
    width: max-content;
    margin-top: 0;
  }
  @media screen and (max-width:991px) {
    .arch-process .vw-btn {
      margin-top: 45px;
      margin-left: auto;
      margin-right: auto;
    }
  }
  .arch-process .vw-btn.vw-btn--playVideo {
    margin-top: 0;
    padding: 0;
    font-size: 12px;
    line-height: 29px;
  }
  .arch-process .vw-btn.vw-btn--playVideo .align-top {
    padding-top: 0;
  }
  .arch-process .copy-container {
    display: flex;
    flex-direction: column;
    padding-top: 100px;
  }
  .arch-process .slideCtrl {
    cursor: pointer;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    width: max-content;
  }
  .arch-process .slideCtrl:nth-child(-n + 5) {
    border-right: 1px solid white;
  }
  .arch-process .slideCtrl:first-child {
    border-radius: var(--borderRadius) 0 0 var(--borderRadius);
  }
  .arch-process .slideCtrl:nth-child(4) {
    border-right: 1px solid black;
    border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
  }
  .arch-process .slideCtrl:hover {
    background-color: #00bcb4;
  }
  .arch-process .slideCtrl:before {
    display: none;
    opacity: 0;
  }
  .arch-process #slide1 {
    display: grid;
    opacity: 1;
  }
  .arch-process .slide {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: calc(8.33% + 30px);
    border-radius: 15px;
    grid-area: slide;
    position: relative;
    opacity: 0;
  }
  .arch-process .slide__image {
    height: auto;
    width: 195%;
  }
  .bg-white-wrap .arch-process .slide__image {
    background-color: #ffffff;
  }
  .bg-lt-gray-wrap .arch-process .slide__image {
    background-color: #f7f7f8;
  }
  .bg-lt-gray-wrap .arch-process .slide__image .h2-box-grid-2up .info {
    border: none;
  }
  .bg-drk-gray-wrap .arch-process .slide__image {
    background-color: #202020;
  }
  .bg-black-wrap .arch-process .slide__image {
    background-color: #000000;
  }
  .arch-process .row {
    padding: 0 !important;
    margin: 0 !important;
  }
  .arch-process .close-btn {
    right: 0;
    position: absolute;
    z-index: 800;
    font-size: 1.4rem;
    opacity: 0;
    background-color: black;
  }
  .arch-process .close-btn {
    border: 0;
    color: white;
    right: 15px;
    padding: 1rem;
  }
  .arch-process .subtitle {
    text-align: left;
  }
  @media screen and (min-width:992px) {
    .arch-process h2 {
      position: absolute;
      top: 55px;
      width: 30ch;
      text-align: left;
    }
    .arch-process .slide-container {
      grid-gap: 60px;
      grid-template-rows: auto 40px;
      grid-template-areas: "slide" "menu";
      margin-top: 35px;
      width: 100%;
    }
  }
  @media only screen and (max-width: 991px) {
    .arch-process h2 {
      margin-bottom: 25px;
    }
    .arch-process h4 ~ p {
      margin-bottom: 0px;
      text-align: center;
    }
    .arch-process .slide {
      height: auto;
      position: relative;
      grid-gap: 30px;
    }
    .arch-process .copy-container {
      grid-row: 2;
      justify-content: flex-start;
      padding-top: 0;
    }
    .arch-process .subtitle {
      text-align: center !important;
      margin-top: 0;
    }
    .arch-process .vw-btn.vw-btn--playVideo {
      margin: 25px auto 0;
    }
    .arch-process h2 {
      text-align: center;
      padding: 0 15px;
      width: 100%;
      left: 0;
      top: 0;
    }
    .arch-process .slide {
      grid-template-columns: 1fr;
      grid-template-columns: auto;
      grid-template-rows: repeat(2, max-content);
    }
    .arch-process .slide-container {
      grid-template-areas: "menu" "slide";
    }
    .arch-process .slide__image {
      width: 100%;
      position: static;
      height: auto;
      grid-row: 1;
    }
    .arch-process .arch__toggle {
      margin-top: 40px;
    }
  }
  @media screen and (max-width:767px) {
  }
  .arch-process .cursorActive {
    pointer-events: auto;
  }
  .arch-process .arch__toggle {
    --toggle-width: 100%;
  }
  .arch__toggle {
    --toggle-width: 90%;
    --teal: #00bcb4;
    --width: calc(var(--toggle-width) / 4);
    --num-items: 4;
    height: 40px;
    margin: 0 auto;
    width: calc(var(--num-items)*var(--width));
    border-radius: 45px;
    display: flex;
    border: 1px solid #000000;
    position: relative;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, #000);
  }
  @media screen and (min-width:992px) and (max-width:1199px) {
    .arch__toggle {
      --toggle-width: 100%;
    }
  }
  .arch__toggle .bg {
    background: var(--teal);
    width: calc(100% / var(--num-items));
    position: absolute;
    transform: translate3d(0, 0, 0);
    height: 55px;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    z-index: -1;
  }
  .arch__toggle .btn {
    border: 0;
    border-radius: 0;
    border-left: 1px solid #000000;
    flex-basis: 50%;
    cursor: pointer;
    background-color: Transparent;
    outline: 0;
    color: #000000;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
  }
  .arch__toggle .btn:first-of-type {
    border-left: 0;
  }
  .arch__toggle .btn:last-child {
    border: 0;
  }
  .arch__toggle .btn-current {
    color: white;
  }
  .arch__toggle .btn .d-lg-block,
  .arch__toggle .btn .d-block {
    position: relative;
    top: 2px;
  }
  .arch__toggle[data-slides="3"] {
    --num-items: 3;
    --width: calc(var(--toggle-width) / 3);
  }
  .arch__toggle[data-slides="2"] {
    --num-items: 2;
    --width: calc(var(--toggle-width) / 2);
  }
  .arch__toggle .btn:nth-child(1).btn-current ~ .bg {
    transform: translate3d(0, 0, 0);
  }
  .arch__toggle .btn:nth-child(2).btn-current ~ .bg {
    transform: translate3d(100%, 0, 0);
  }
  .arch__toggle .btn:nth-child(3).btn-current ~ .bg {
    transform: translate3d(calc(100% * 2), 0, 0);
  }
  .arch__toggle .btn:nth-child(4).btn-current ~ .bg {
    transform-origin: left top;
    transform: translate3d(calc(100% * 3), 0, 0) scale(1.01,1);
  }
  .open_bim h4 {
    text-align: center;
  }
  .open_bim .card-action {
    box-shadow: none;
  }
  .open_bim a {
    margin: 0;
    text-align: center;
  }
  .open_bim .logo_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 132px);
    grid-gap: 30px;
    margin-top: 64px;
  }
  @media only screen and (max-width: 991px) {
    .open_bim a {
      margin: 0 auto;
    }
    .open_bim .logo_grid {
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      grid-auto-rows: minmax(100px, 181px);
      width: 100%;
      margin-top: 32px;
    }
  }
  .grid-partners-scale {
    transform-origin: 50% 50%;
    backface-visibility: hidden;
  }
  .grid-partners-scale-move {
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.05s;
  }
  .grid-partners-scale-enter-active {
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 1;
    transform: scale(1);
  }
  .grid-partners-scale-leave-active {
    transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    position: absolute;
    z-index: 0;
  }
  .grid-partners-scale-enter,
  .grid-partners-scale-leave-to {
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transform: scale(0);
  }
  .grid-partners-scale-enter-to {
    transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    transform: scale(1);
    opacity: 1;
  }
  .vwds-filter-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .vwds-filter-toggle--checkbox {
    display: none;
  }
  .vwds-filter-toggle--checkbox:checked + .vwds-filter-toggle__switch {
    background: #00bcb4;
    border-color: #00bcb4;
  }
  .vwds-filter-toggle--checkbox:checked + .vwds-filter-toggle__switch:before {
    border: 1px solid #00bcb4;
    left: 18px;
  }
  .vwds-filter-toggle__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 180px;
    font-size: 1rem;
  }
  .vwds-filter-toggle__switch {
    display: block;
    border: 1px solid #9b9b9b;
    background-color: rgba(155, 155, 155, 0.25);
    border-radius: 19px;
    width: 35px;
    height: 10px;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .vwds-filter-toggle__switch:before {
    content: "";
    border: 1px solid #9b9b9b;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    width: 18px;
    height: 18px;
    background-color: white;
    position: absolute;
    border-radius: 50%;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: -5px;
    left: -2px;
  }
  .vwds-btn--link {
    background: none;
    border: 0;
  }
  .vwds-filter__list-toggle .vwds-filters__close-btn__icon {
    height: 14px;
    margin-left: 8px;
    width: 19px;
  }
  .vwds-filters__close-btn__icon {
    stroke: currentcolor;
    stroke-width: 2px;
    width: 10px;
    height: 10px;
  }
  .vwds-filter__option-list--mobile {
    background-color: #ffffff;
    height: 100%;
    left: -300px;
    margin: 0;
    padding-left: 1.5rem;
    padding-right: 1.25rem;
    padding-top: 2rem;
    position: fixed;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    top: 0;
    z-index: 100;
  }
  .vwds-filter__option-list--mobile::after {
    background-color: #000000;
    content: "";
    height: 100%;
    left: 300px;
    position: absolute;
    opacity: 0;
    top: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    width: 200vw;
  }
  .vwds-filter__option-list--mobile--open {
    left: 0;
  }
  .vwds-filter__option-list--mobile--open::before {
    background-color: #ffffff;
    -webkit-box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.12);
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    pointer-events: all;
    position: absolute;
    top: 0;
    width: 225px;
    z-index: -1;
  }
  .vwds-filter__option-list--mobile--open::after {
    left: -300px;
    pointer-events: all;
    opacity: 0.25;
    z-index: -15;
  }
  .vwds-active-filter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 19px;
    border: 1px solid #9b9b9b;
    color: #9b9b9b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.8125rem;
    height: 32px;
    margin-right: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .vwds-active-filter:hover {
    background: #9b9b9b;
    color: #ffffff;
  }
  .vwds-filters__close-btn {
    background: none;
    border: 0;
    color: currentcolor;
    cursor: pointer;
    height: 100%;
  }
  .vwds-filters__close-btn:focus {
    border: 0;
    outline: 0;
  }
  .vwds-filters__close-btn__icon {
    stroke: currentcolor;
    stroke-width: 2px;
    width: 10px;
    height: 10px;
  }
  .vwds-filters__applied-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .vwds-filters__applied-list__container {
    height: auto;
  }
  .active-filters {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .active-filters-move {
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.05s;
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.05s;
  }
  .active-filters-enter-active {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .active-filters-leave-active {
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    position: absolute;
    z-index: 0;
  }
  .active-filters-enter,
  .active-filters-leave-to {
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .active-filters-enter-to {
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  @media (max-width: 991px) {
    .hidden-md-down {
      display: none !important;
    }
  }
  @media (min-width: 992px) {
    .hidden-lg-up {
      display: none !important;
    }
  }
  .partners-card {
    border: none;
    border-radius: 5px;
  }
  .partners-card .card-body {
    padding: 22px 20px 20px 10px;
  }
  .partners-card .card-footer {
    background-color: white;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    letter-spacing: 4px;
    padding: 0;
    text-align: center;
    border: none;
    text-transform: uppercase;
    border-radius: 0 0 5px 5px;
  }
  .partners-card .card-footer.platinum {
    background-color: #767c8c;
    color: white;
  }
  .partners-card .card-footer.gold {
    background-color: #d6ba83;
    color: white;
  }
  .partners-card .card-footer.silver {
    background-color: #b7c4c9;
    color: #ffffff;
  }
  .partners-card .partners-body-wrapper {
    display: flex;
    flex: 1 1 auto;
  }
  .partners-card .partners-body-wrapper h4 {
    margin-top: 0;
  }
  #right-column .partners-card .partners-body-wrapper {
    padding-bottom: 0;
  }
  .partners-card .partners-body-wrapper .img-fluid {
    width: 150px;
    height: 150px;
    object-fit: contain;
    padding: 20px 10px 20px 20px;
    margin: auto;
  }
  .partners-card .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
  }
  @media screen and (min-width:992px) {
    .partners-card {
      cursor: pointer;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      -webkit-transition-property: box-shadow, -webkit-transform;
      -webkit-transition-property: box-shadow, transform;
      transition-property: box-shadow, transform;
    }
    .partners-card:hover {
      z-index: 2;
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
      -webkit-transform: translate3d(0, -5px, 0);
      -ms-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0);
    }
  }
  @media screen and (max-width:767px) {
    .partners-card .partners-body-wrapper {
      display: block;
      text-align: center;
    }
    .partners-card .partners-body-wrapper .img-fluid {
      margin: 0 auto;
      padding: 0;
      padding-top: 20px;
      height: auto;
    }
    .partners-card .partners-body-wrapper .card-body {
      padding-top: 0;
      padding-left: 20px;
    }
    .partners-card .partners-body-wrapper .card-body h4,
    .partners-card .partners-body-wrapper .card-body p {
      text-align: center;
    }
  }
  #vw-partners.container-fluid {
    max-width: unset;
  }
  #vw-partners .partners-grid {
    padding-bottom: 80px;
  }
  #vw-partners #filters-sidebar {
    max-width: 260px;
    padding-left: 0;
    padding-right: 0;
    z-index: 3;
  }
  @media (min-width: 992px) {
    #vw-partners #filters-sidebar {
      flex-grow: 1;
      align-self: start;
      position: sticky;
      top: 0;
    }
  }
  #vw-partners #filters-sidebar #filters-wrapper {
    max-width: 260px;
    height: 100%;
    background-color: #2a2a2a;
    color: white;
    padding-bottom: 80px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
  }
  @media (min-width: 992px) {
    #vw-partners #filters-sidebar #filters-wrapper {
      height: 100vh;
      position: relative;
    }
  }
  #vw-partners #filters-sidebar #filters-wrapper .row {
    margin: 0;
  }
  #vw-partners #filters-sidebar #filters-wrapper .filter-title {
    padding: 0 13px;
    height: 66px;
    line-height: 66px;
  }
  #vw-partners #filters-sidebar #filters-wrapper .filter-title a {
    line-height: 66px;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
  }
  #vw-partners #filters-sidebar #filters-wrapper .filter-header {
    height: 66px;
    padding: 24px 13px;
    background-color: #444444;
    line-height: 18px;
    font-size: 14px;
    font-family: "DIN-Med", Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  #vw-partners #filters-sidebar #filters-wrapper .filter-header label {
    margin-bottom: 0;
  }
  #vw-partners #filters-sidebar #filters-wrapper .filter-row {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 13px;
  }
  #vw-partners #filters-sidebar #filters-wrapper .filter-row label {
    margin-bottom: 0;
    height: 30px;
    justify-content: left;
    font-size: 14px;
  }
  #vw-partners #filters-sidebar #filters-wrapper .filter-row label span.vwds-filter-toggle__switch {
    margin-right: 20px;
  }
  #vw-partners #filters-sidebar #filters-wrapper .badge-counter {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background-color: #444444;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 0.25em;
  }
  #vw-partners #grid-section {
    margin: 0 auto;
  }
  #vw-partners #grid-section .results-heading {
    padding-top: 80px;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
  }
  #vw-partners #grid-section #partners-search-wrapper:after {
    content: "\e901";
    font-family: 'ico-vw' !important;
    color: black;
    border-bottom: 1px solid #202020;
    font-size: 16px;
  }
  #vw-partners #grid-section #partners-search-wrapper #partners-search {
    border-color: #202020;
    font-size: 16px;
    z-index: 1;
    background-color: transparent;
    color: #575756;
  }
  #vw-partners #grid-section #partners-search-wrapper #partners-search:focus {
    box-shadow: none;
  }
  #vw-partners #grid-section ul li {
    margin: 0;
    text-indent: unset;
  }
  #vw-partners #grid-section ul li:before {
    display: none;
  }
  #vw-partners #grid-section .vwds-filters__close-btn {
    padding: 1px 0 1px 6px;
  }
  #vw-partners #grid-section .partners-card-wrapper {
    margin-top: 30px;
  }
  #vw-partners #grid-section .partners-card-wrapper .partners-card {
    height: 100%;
  }
  #vw-partners .vwds-filter__option-list--mobile {
    background-color: unset;
    /*margin-top: 63px;*/
    padding: 0;
  }
  #vw-partners .vwds-filter__option-list--mobile--open::before {
    background-color: unset;
  }
  #vw-partners #mobile-nav {
    text-align: right;
  }
  #vw-partners h4 {
    font-family: "DIN", Arial, sans-serif;
    color: black;
  }
  @media screen and (min-width:992px) {
    #vw-partners .partners-grid {
      margin-top: 35px;
    }
  }
  #vw-partners-details {
    padding-bottom: 100px;
  }
  #vw-partners-details .page-header {
    margin-bottom: 40px;
  }
  @media screen and (max-width: 767px) {
    #vw-partners-details .page-header .utility-nav .nav-item {
      text-align: left;
    }
  }
  #vw-partners-details .page-header .utility-nav .nav-item:last-of-type .nav-link {
    padding-left: 0;
  }
  @media screen and (max-width: 767px) {
    #vw-partners-details .page-header .utility-nav .nav-item:last-of-type .nav-link {
      text-align: left;
    }
  }
  #vw-partners-details h2 ~ p {
    text-align: left;
  }
  #vw-partners-details #left-column {
    margin-bottom: 80px;
  }
  #vw-partners-details #left-column .partners-card {
    max-width: 255px;
    margin: 10px auto 30px;
  }
  #vw-partners-details #right-column {
    margin-bottom: 80px;
  }
  #vw-partners-details #right-column .partners-card {
    max-width: 255px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  #vw-partners-details #right-column .partners-card .partners-body-wrapper .img-fluid {
    width: 100%;
    padding: 10px;
  }
  #vw-partners-details #right-column .partners-phone {
    text-decoration: none;
  }
  #vw-partners-details #right-column img.platform {
    max-width: 25px;
    max-height: 25px;
    margin-right: 12px;
    position: relative;
  }
  #vw-partners-details #right-column img:last-of-type {
    top: 3px;
  }
  #vw-partners-details #right-column .vw-btn {
    margin: 7px 0 40px;
  }
  #vw-partners-details #right-column h4 {
    text-transform: uppercase;
  }
  #vw-partners-details .slider-navigation {
    margin: 20px 0 0;
  }
  #vw-partners-details .slider-navigation span {
    font-size: 20px;
    letter-spacing: 2px;
  }
  #vw-partners-details .slick-track {
    display: flex !important;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  #vw-partners-details .slick-track .slick-slide {
    height: inherit !important;
  }
  #vw-partners-details .slick-track .partners-card-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  #vw-partners-details .slick-track .partners-card-wrapper .partners-card {
    height: 100%;
  }
  @media screen and (max-width:767px) {
    #vw-partners-details #right-column {
      text-align: center;
    }
    #vw-partners-details #right-column .partners-card {
      margin-left: auto;
      margin-right: auto;
    }
    #vw-partners-details #right-column h4,
    #vw-partners-details #right-column p {
      text-align: center;
    }
  }
  /* Qualtrics Modal Overrides */
  @media only screen and (min-width: 768px) and (min-height: 610px) {
    .QSIWebResponsive .QSIWebResponsiveDialog-Layout1-SI_bdWeXj7LcaXR66O_embedded-target-container {
      height: 65vh !important;
      max-height: 600px !important;
    }
  }
  @media screen and (max-width:767px) {
    .pricing-cards__survey {
      display: none !important;
    }
  }
  /* Pulled from _settings_timing.scss */
  :root {
    --arrow-time: 250ms;
    --show-arrow: block;
  }
  #leadership-page {
    min-height: 100vh;
    /* overflow: hidden; */
    margin-top: -125px;
  }
  @media screen and (max-width:991px) {
    #leadership-page {
      margin-top: -75px;
    }
  }
  #leadership-page #vw-expandable-grid {
    margin-bottom: -50px;
  }
  section .exp-section-wrapper {
    margin-left: auto;
    margin-right: auto;
    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;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .exp-section__background--gray {
    background-color: #f7f7f8;
    margin: 0;
    padding: 2.5rem 0;
  }
  .exp-section__background--gray.exp-entities-page {
    padding-top: 0;
  }
  .exp-section__lead-text {
    grid-column: 1/-1;
  }
  .exp-section__content {
    display: grid;
    grid-gap: 0.625rem;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }
  .entities-grid-container {
    height: 100%;
  }
  .vwexp-entities-grid {
    display: grid;
    grid-template-columns: repeat(4, 21.75%);
    grid-template-rows: repeat(auto-fill, minmax(1fr, 550px));
    grid-column-gap: 4.257%;
    grid-row-gap: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    will-change: height;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    height: 100%;
  }
  .exp-section--entities {
    padding-bottom: 80px;
  }
  @media screen and (max-width:991px) {
    .exp-section--entities {
      padding-bottom: 40px;
    }
  }
  .exp-section--entities .exp-section-wrapper {
    background-color: #f7f7f8;
    /*padding-top: 2.5rem;*/
  }
  .vwexp-entity-card {
    max-height: 550px;
    cursor: pointer;
    padding: unset;
    margin: unset;
    margin-top: 2.5rem;
    display: block;
    position: relative;
  }
  .vwexp-entity-card:before {
    content: none;
  }
  .vwexp-entity-card:after {
    -webkit-transition: all var(--arrow-time) ease-in;
    transition: all var(--arrow-time) ease-in;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
    -webkit-transition-property: border-bottom-color;
    transition-property: border-bottom-color;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 20px solid #f7f7f8;
    display: var(--show-arrow);
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -45px;
  }
  .vwexp-entity-card:hover .vwexp-entity-card__image {
    z-index: 2;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07);
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  .vwexp-entity-card__image {
    padding-top: 100%;
    position: relative;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition-property: box-shadow, -webkit-transform;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
  }
  .vwexp-entity-card__image img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    -webkit-transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    top: 0;
    width: 100%;
    border-radius: 5px;
  }
  .vwexp-entity-card__info {
    bottom: 0;
    color: #000000;
    -webkit-transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
    z-index: 10;
    position: relative;
  }
  .vwexp-entity-card__name {
    margin: 1rem 0 0 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: capitalize;
    line-height: 1;
  }
  .vwexp-entity-card__company {
    margin-top: 0.5rem;
    margin-bottom: 2rem !important;
    text-transform: none;
  }
  .vwexp-entity-card--is-active {
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .vwexp-entity-card--is-active:after {
    border-bottom-color: white;
  }
  .vwexp-entity-card--is-active .vwexp-entity-card__image {
    z-index: 2;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07);
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  .vwexp-entity-bio {
    background-color: white;
    grid-column: 1/-1;
    padding: 0;
    position: relative;
  }
  .vwexp-entity-bio:before {
    display: block;
    background: white;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    top: 0;
    z-index: 1;
    left: -100%;
  }
  .vwexp-entity-bio:after {
    display: block;
    background: white;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    top: 0;
    z-index: 1;
    right: -100%;
  }
  .vwexp-entity-bio__content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding-bottom: 25px;
    overflow: hidden;
    padding-top: 0;
    z-index: 5;
  }
  .vwexp-entity-bio__image {
    height: auto;
    max-width: 350px;
    margin: 4rem 0;
  }
  .vwexp-entity-bio__text {
    padding: 4rem 0 5rem;
  }
  .vwexp-entity-bio__text .vwexp-entity-bio-name,
  .vwexp-entity-bio__text .vwexp-entity-bio-title,
  .vwexp-entity-bio__text .vwexp-entity-bio__bio {
    text-align: left;
  }
  .vwexp-entity__controls {
    position: relative;
    z-index: 100;
  }
  .vwexp-entity__controls button {
    position: absolute;
    right: 0;
    top: 25px;
    -webkit-appearance: none;
    border: none;
    width: 25px;
    height: 25px;
    background-color: transparent;
  }
  .vwexp-entity__controls button:after {
    content: " ";
    width: 1px;
    background-color: gray;
    height: 25px;
    padding: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 25px;
    top: 0;
  }
  .vwexp-entity__controls button:before {
    content: " ";
    -webkit-appearance: none;
    border: none;
    width: 1px;
    background-color: gray;
    height: 25px;
    padding: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    right: 25px;
    top: 0;
    display: block;
  }
  .vwexp-entity__controls button:hover {
    cursor: pointer;
  }
  .vwexp-entity__controls button:focus {
    outline: none;
  }
  .vwexp-entity__controls button__bio {
    text-align: left;
  }
  /* Pulled from _animation_scroll.scss */
  [data-aos="etsy-rotation"] {
    -webkit-transform: translateY(10%) rotate(20deg) scaleX(0.7) scaleY(0.7);
    transform: translateY(10%) rotate(20deg) scaleX(0.7) scaleY(0.7);
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
  }
  [data-aos="etsy-rotation"].aos-animate {
    -webkit-transform: translateY(0) rotate(-16deg) scaleX(1) scaleY(1);
    transform: translateY(0) rotate(-16deg) scaleX(1) scaleY(1);
    opacity: 1;
  }
  [data-aos="etsy-no-rotation"] {
    -webkit-transform: translateY(10%) rotate(20deg) scaleX(0.7) scaleY(0.7);
    transform: translateY(10%) rotate(20deg) scaleX(0.7) scaleY(0.7);
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
  }
  [data-aos="etsy-no-rotation"].aos-animate {
    -webkit-transform: translateY(0) rotate(0) scaleX(1) scaleY(1);
    transform: translateY(0) rotate(0) scaleX(1) scaleY(1);
    opacity: 1;
  }
  [data-aos="resources"] {
    -webkit-transform: translateY(10%) rotate(45deg) scaleX(0.7) scaleY(0.7);
    transform: translateY(10%) rotate(45deg) scaleX(0.7) scaleY(0.7);
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
  }
  [data-aos="resources"].aos-animate {
    -webkit-transform: translateY(0) rotate(24deg) scaleX(1) scaleY(1);
    transform: translateY(0) rotate(24deg) scaleX(1) scaleY(1);
    opacity: 1;
  }
  /* Pulled from _animation_transitions.scss */
  .fade-enter-active,
  .fade-leave-active {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .fade-enter,
  .fade-leave-to {
    opacity: 0;
  }
  .grid-scale {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .grid-scale-move {
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .grid-scale-enter-active {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .grid-scale-leave-active {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    position: absolute;
  }
  .grid-scale-enter {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .grid-scale-leave-to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .grid-scale-enter-to {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  @media screen and (min-width: 576px) {
    section .exp-section-wrapper {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }
  @media screen and (min-width: 992px) {
    .exp-section__background--gray {
      padding: 5rem 0;
    }
  }
  @media (min-width: 48em) and (max-width: 61.99em) {
    .exp-section__lead-text--full {
      grid-column: 2 / span 4;
    }
    .exp-section__content {
      grid-gap: 1.25rem;
      grid-template-columns: repeat(6, 1fr);
      max-width: 100%;
    }
    .exp-section--entities .exp-section__lead-text--full {
      grid-column: 1 / -1;
    }
    .exp-section--entities .vwexp-entities-grid {
      grid-template-columns: repeat(3, 30.5%);
    }
    .vwexp-entity-bio__content {
      display: grid;
      grid-template-columns: 0.5fr 2fr;
      grid-gap: 1.5rem;
    }
    .vwexp-entity-bio__image {
      max-width: 200px;
    }
  }
  @media (max-width: 61.99em) {
    .exp-section__lead-text {
      margin-bottom: 2.5rem;
    }
    .vwexp-entities-grid {
      grid-template-columns: repeat(2, 47.8715%);
    }
    /*.exp-section--entities {
      margin-top: -5rem;
    }*/
  }
  @media (min-width: 62em) {
    .exp-section {
      /*&--entities {
        .exp-section-wrapper {
      padding-top: 5rem;
        }
    }*/
    }
    .exp-section__lead-text {
      grid-column: 1 / span 7;
    }
    .exp-section__lead-text--full {
      grid-column: 1 / span 12;
    }
    .exp-section__content {
      max-width: 70.625rem;
      width: 100%;
      margin: 0 auto;
      grid-gap: 1rem;
      grid-template-columns: repeat(12, 1fr);
    }
    .vwexp-entity-bio__content {
      display: grid;
      grid-template-columns: 1fr 2fr;
      grid-gap: 4rem;
      height: 100%;
      padding: 0;
      margin-bottom: 0;
      overflow: hidden;
    }
  }
  @media (min-width: 48em) {
    .vwexp-entities-grid {
      min-height: 350px;
    }
  }
  @media (max-width: 35.99em) {
    .vwexp-entities-grid {
      grid-column-gap: 5%;
      grid-template-columns: repeat(2, 47.5%);
    }
    .vwexp-entity-card {
      max-height: none;
    }
    .vwexp-entity-bio__image {
      width: 100%;
      max-width: none;
    }
    .vwexp-entity-bio__content {
      padding: 0 0 25px 0;
    }
    .vwexp-entity__controls button {
      right: 20px;
      width: 45px;
      height: 35px;
    }
    .vwexp-entity__controls button:before {
      height: 35px;
      right: 22px;
    }
    .vwexp-entity__controls button:after {
      height: 35px;
      right: 22px;
    }
  }
  @media (max-width: 47.99em) {
    .vwexp-entity-bio__content {
      grid-template-columns: 100%;
    }
    .vwexp-entity-bio__image {
      margin-bottom: 25px;
      display: none;
    }
  }
  .full_width_video {
    display: block;
    height: auto;
  }
  .full_width_video video[data-size="desktop"] {
    width: 100%;
    display: block;
  }
  .full_width_video video[data-size="mobile"] {
    width: 100%;
  }
  /*
   * @Author: Alexis, aselekof@vectorworks.net
   * @Date: 2021-06-16
   * @Last Modified by: Alexis
   * @Last Modified time: 2021-06-16
   */
  .row.intro-section + .row .info-card-section__list {
    margin-top: 45px;
  }
  .info-card-section__list {
    list-style: none;
  }
  .info-card-section__list li {
    list-style: none;
    background-color: #ffffff;
  }
  .info-card-section__list:last-of-type,
  .info-card-section__list:only-of-type {
    margin-bottom: 0;
  }
  .info-card-section__cardItem {
    padding-top: 30px;
    padding-bottom: 30px;
    align-items: center;
    background-color: #f7f7f8;
    border: 1px solid #6f6f6e;
    display: flex;
    border-left: 4px solid black;
    min-height: 90px;
    list-style: none;
    margin-left: 0;
  }
  .info-card-section__cardItem:nth-child(n+4),
  .info-card-section__cardItem:before {
    display: none;
  }
  .info-card-section__cardItem:last-of-type,
  .info-card-section__cardItem:only-of-type {
    margin-bottom: 0;
  }
  .info-card-section__card-img-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 30px;
    min-width: 100px;
  }
  .info-card-section__card-img-wrap .info-card-section__day,
  .info-card-section__card-img-wrap .info-card-section__month {
    margin: 0;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
  }
  .info-card-section__card-img-wrap .card-img {
    width: 100px;
    height: auto;
  }
  .info-card-section__main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: left;
  }
  .info-card-section__main p {
    text-align: left;
  }
  .info-card-section__title {
    line-height: 1.5;
    margin: 0;
    margin-bottom: 5px;
    text-align: left;
  }
  .info-card-section p.info-card-section {
    color: #6f6f6e;
    line-height: 1;
    margin: 0;
    text-align: left;
  }
  .info-card-section .vw-btn {
    margin-left: auto;
    margin-right: 25px;
    margin-top: 0;
    margin-bottom: 0;
    min-width: 105px;
  }
  @media screen and (min-width:768px) {
    .info-card-section__cardItem {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .info-card-section__card-img-wrap {
      margin-left: 50px;
      margin-right: 50px;
    }
    .info-card-section__main {
      padding-right: 50px;
      width: min-content;
    }
    .info-card-section .vw-btn {
      margin-right: 50px;
      width: max-content;
    }
  }
  @media screen and (min-width:992px) {
    .info-card-section__title {
      line-height: 1;
    }
  }
  @media screen and (min-width:768px) and (max-width:991px) {
    .info-card-section__cardItem {
      padding: 15px 0;
    }
    .info-card-section__title {
      line-height: 1.25;
      margin-bottom: 0;
    }
    .info-card-section__text {
      margin-top: 5px;
      line-height: 1;
      text-align: center;
    }
  }
  @media screen and (max-width:767px) {
    .info-card-section__cardItem {
      flex-direction: column;
      height: auto;
      margin: 0;
      margin-top: 30px;
      margin-bottom: 30px;
      padding-left: 20px;
      padding-right: 20px;
    }
    .info-card-section__main {
      margin: 20px 0;
      text-align: center;
      margin: 22px 0 20px  0;
    }
    .info-card-section__title,
    .info-card-section__text {
      margin: 0;
      text-align: center;
    }
    .info-card-section__text {
      margin-top: 0px;
      text-align: center;
    }
    .info-card-section p.webinars-section__text {
      text-align: center;
    }
    .info-card-section__card-img-wrap {
      min-width: auto;
      margin-left: 0;
      min-width: 130px;
    }
    .info-card-section__card-img-wrap .card-img {
      width: 130px;
    }
    .info-card-section .vw-btn {
      margin: 0 0 4px 0;
    }
  }
  .company-values-grid {
    padding-bottom: 80px;
    margin-top: -80px;
  }
  @media screen and (max-width:991px) {
    .company-values-grid {
      padding-bottom: 40px;
      margin-top: -40px;
    }
  }
  
  /*# sourceMappingURL=styles-cb0b2ad740.css.map */
  