/*bronze lighter*/
/*bronzey colour*/
@import url(https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@100;200;300;400;500;600;800;900&display=swap);
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.inner.show{
  position: relative;
  z-index: 99;
}

.dropdown-menu.inner.show{
    position: relative;
    z-index: 99;
}

.dropdown-menu.show {
  padding: 1rem;
}

.dropdown-menu.show .bs-donebutton .btn-group .btn{
  color: #000;
}

.dropdown-menu.show .bs-donebutton .btn-group .btn:hover{
  color: #fff;
}



:root {
  --vsm-white: 255, 255, 255;
  --vsm-black: 0, 0, 0;
  --vsm-body-copy-colour: 101, 101, 101;
  --vsm-heading-copy-colour: 50, 50, 45;
  --vsm-accent-colour: 220, 167, 150;
  --vsm-primary-colour: 135, 74, 55;
  --vsm-secondary-colour: 106, 106, 106;
  --vsm-tertiary-colour: 237, 232, 226;
  --vsm-quaternary-colour: 230, 222, 215;
  --vsm-quinary-colour: 214, 218, 213;
}

:root {
  --vsm-mobile-padding-top: 30px;
  --vsm-mobile-padding-bottom: 30px;
  --vsm-tablet-padding-top: 60px;
  --vsm-tablet-padding-bottom: 60px;
  --vsm-desktop-padding-top: 100px;
  --vsm-desktop-padding-bottom: 100px;
}
/* Hidden */
@media (min-width: 1024px){
.vsm-top .navigation .more-nav {
display: none;
}
}

/* **** EXTRA WIDE CONTAINER **** */
.container.wide {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container.wide {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container.wide {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container.wide {
    width: 100%;
    max-width: 90%;
  }
}

/* NO GUTTERS */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* ------------------------------
Icons
--------------------------------*/

.collapsing{
  transition: height .3s ease-in;
}

/* ------------------------------
Plyr
--------------------------------*/
.plyr--full-ui.plyr--video input[type="range"]::-moz-range-track {
  background-color: rgba(255,255,255,0.25);
}
.plyr--full-ui input[type="range"]::-moz-range-progress {
  background: #874A37;
}
.plyr--video .plyr__control.plyr__tab-focus, 
.plyr--video .plyr__control:hover, 
.plyr--video .plyr__control[aria-expanded="true"] {
  background: #000000;
  color: #874A37;
  border: 5px solid #874A37;
}
.plyr--video .plyr__control{
  color: #000000;
  border: 5px solid #000000;
  background: linear-gradient(to bottom right, #874A37, #DCA796);
}
/* ------------------------------
Typography
--------------------------------*/
html,
body {
  height: 100% !important;
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  font-size: 12px;
}

@media (min-width: 768px) {
  html,
  body {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  html,
  body {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
  color: #32322D;
}

ul,
ol,
dd,
p {
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}

ul strong,
ol strong,
dd strong,
p strong {
  font-weight: 600;
}

a {
  color: #874A37;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #DCA796;
}

.heading {
  font-size: 70px;
  font-size: 4.375rem;
}

.md-heading {
  font-size: 40px;
  font-size: 2.5rem;
}

.sm-heading {
  font-size: 30px;
  font-size: 1.875rem;
}

.xs-heading {
  font-size: 18px;
  font-size: 1.125rem;
}

.xxs-heading {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sub-heading {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ------------------------------
Buttons
--------------------------------*/
/*White button*/
.btn {
  background: #ffffff;
  text-decoration: inherit;
  font-family: system-ui;
  font-size: 1rem;
  padding: 0.5rem 2.5rem;
  border: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.btn span {
  color: rgba(var(--vsm-black), 1);
}

.btn:hover {
  background: #000000;
  text-decoration: inherit;
  font-family: system-ui;
  font-size: 1rem;
  padding: 0.5rem 2.5rem;
  border: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
}

.btn:hover span {
  color: rgba(var(--vsm-white), 1);
}

/*End White button*/
/*black button*/
/* alternative button
.btn {
    background: $black;
    text-decoration: inherit;
    font-family: system-ui;
    font-size: 1rem;
    padding: 0.5rem 2.5rem;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to bottom right, $primary-colour, $accent-colour);
          transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

    span {
        color:rgba(var(--vsm-white), 1);
      }

      &:hover{
        background: $white;
        text-decoration: inherit;
        font-family: system-ui;
        font-size: 1rem;
        padding: 0.5rem 2.5rem;
        border: 10px solid;
        border-image-slice: 1;
        border-width: 5px;
        border-image-source: linear-gradient(to bottom right, $primary-colour, $accent-colour);
        span {
            color:rgba(var(--vsm-black), 1);
          }
      }
  }
  /*End Black button*/
.inline-link:after {
  content: "\f054";
  position: relative;
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  left: 0.625rem;
}

/* ------------------------------
Theme
--------------------------------*/
::-moz-selection {
  background-color: #874a37;
  color: #ffffff;
}
::selection {
  background-color: #874a37;
  color: #ffffff;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#9a624f), to(#dca796));
  background: linear-gradient(to bottom, #9a624f 0%, #dca796 100%);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #dca796;
}

html {
  scrollbar-color: #874a37 #000000;
}

@media (min-width: 1024px) {
  .main {
    position: inherit;
  }
  header .container {
    max-width: 95%;
  }
}

body.auto-hide-menu header.hidden {
  pointer-events: none;
}

/* @media (max-width: 1023px) {
  .menu-open header {
    position: fixed;
  }
} */

/* ------------------------------

List items

-------------------------------*/
.rte ul {
  color: rgba(var(--vsm-body-copy-colour), 1);
  list-style-type: none;
  position: relative;
  margin-left: 0px;
  padding-left: 0px;
}

.rte ul li {
  color: rgba(var(--vsm-body-copy-colour), 1);
  padding-left: 1.5rem;
  list-style-type: none;
}

.rte ul li::before {
  color: rgba(var(--vsm-primary-colour), 1);
  content: "\f054";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  left: 0px;
}

.rte ul ul {
  padding-left: 1.5rem;
}

.rte ul ul li {
  color: rgba(var(--vsm-body-copy-colour), 1);
  padding-left: 1.5rem;
  list-style-type: none;
}

.rte ul ul li::before {
  color: rgba(var(--vsm-primary-colour), 1);
  content: "\f054";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  left: 1.5rem;
}

.dark-background .rte ul {
  color: rgba(var(--vsm-white), 1);
  list-style-type: none;
  position: relative;
  margin-left: 0px;
  padding-left: 0px;
}

.dark-background .rte ul li {
  color: rgba(var(--vsm-white), 1);
  padding-left: 1.5rem;
  list-style-type: none;
}

.dark-background .rte ul li::before {
  color: rgba(var(--vsm-white), 1);
  content: "\f054";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  left: 0px;
}

.dark-background .rte ul ul {
  padding-left: 1.5rem;
}

.dark-background .rte ul ul li {
  color: rgba(var(--vsm-white), 1);
  padding-left: 1.5rem;
  list-style-type: none;
}

.dark-background .rte ul ul li::before {
  color: rgba(var(--vsm-white), 1);
  content: "\f054";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  left: 1.5rem;
}
/*---------------------------------------------
Forms
----------------------------------------------*/
.input-group .btn {
  color: rgba(var(--vsm-black), 1);
}
.input-group .btn:hover {
  color: rgba(var(--vsm-white), 1);
}
.form-control:focus, .form-select:focus {
  border: 1px solid rgba(var(--vsm-primary-colour), 1);
  outline: 0;
  box-shadow: none;
  color: rgba(var(--vsm-primary-colour), 1);
}
/*---------------------------------------------
End Forms
----------------------------------------------*/
.slide-menu {
  margin-top:6rem;
  background-color: rgba(var(--vsm-black), 1);
}
/* .slide-menu .slide-menu__slider{
   margin-top:6rem!important; 
} */
.slide-menu .cta-box {
  padding: 2.5rem;
}

.slide-menu .bg-nav-gradient {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#502c1c), color-stop(27%, #99614e), color-stop(60%, #c6866d), color-stop(93%, #8c5747), color-stop(100%, #9c5340), color-stop(100%, #9b523f), to(#ca8b72));
  background: linear-gradient(90deg, #502c1c 0%, #99614e 27%, #c6866d 60%, #8c5747 93%, #9c5340 100%, #9b523f 100%, #ca8b72 100%);
  /*End Black button*/
}

.slide-menu .bg-nav-gradient .btn {
  background: #32322D;
  text-decoration: inherit;
  font-family: system-ui;
  font-size: 1rem;
  padding: 0.5rem 2.5rem;
  border: 0.4rem solid #ffffff;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.slide-menu .bg-nav-gradient .btn span {
  color: rgba(var(--vsm-white), 1);
}

.slide-menu .bg-nav-gradient .btn:hover {
  background: #ffffff;
  text-decoration: inherit;
  font-family: system-ui;
  font-size: 1rem;
  padding: 0.5rem 2.5rem;
  border: 0.4rem solid #000000;
}

.slide-menu .bg-nav-gradient .btn:hover span {
  color: rgba(var(--vsm-black), 1);
}



.slide-menu ul {
  padding: 0px;
}

.slide-menu ul li a {
  color: #ffffff;
  padding-left: 2.5rem;
  border: none;
  border-bottom: none;
}

.slide-menu ul li a i {
  padding-right: 2.5rem;
}

.slide-menu ul li a:active {
  border: none;
  border-bottom: none;
}

.slide-menu ul li a:focus {
  border: none;
  border-bottom: none;
}

.slide-menu ul li a:hover {
  color: #ffffff !important;
  border: none;
  border-bottom: none;
  background: -webkit-gradient(linear, left top, right top, from(#502c1c), color-stop(27%, #99614e), color-stop(60%, #c6866d), color-stop(93%, #8c5747), color-stop(100%, #9c5340), color-stop(100%, #9b523f), to(#ca8b72));
  background: linear-gradient(90deg, #502c1c 0%, #99614e 27%, #c6866d 60%, #8c5747 93%, #9c5340 100%, #9b523f 100%, #ca8b72 100%);
}
.slide-menu ul ul li:first-of-type a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  opacity: 0.6;
}
.menu-open .vsm-top {
  background: #502c1c;
  background: -webkit-gradient(linear, left top, right top, from(#502c1c), color-stop(27%, #99614e), color-stop(60%, #c6866d), color-stop(93%, #8c5747), color-stop(100%, #9c5340), color-stop(100%, #9b523f), to(#ca8b72));
  background: linear-gradient(90deg, #502c1c 0%, #99614e 27%, #c6866d 60%, #8c5747 93%, #9c5340 100%, #9b523f 100%, #ca8b72 100%);
  padding-bottom: 0.3rem;
} 

.vsm-top {
  background: #502c1c;
  background: -webkit-gradient(linear, left top, right top, from(#502c1c), color-stop(27%, #99614e), color-stop(60%, #c6866d), color-stop(93%, #8c5747), color-stop(100%, #9c5340), color-stop(100%, #9b523f), to(#ca8b72));
  background: linear-gradient(90deg, #502c1c 0%, #99614e 27%, #c6866d 60%, #8c5747 93%, #9c5340 100%, #9b523f 100%, #ca8b72 100%);
  padding-bottom: 0.3rem;
}

.vsm-top .navigation {
  background-color: #000000;
}

.vsm-top .navigation .brand img {
  height: 4rem;
}

@media (min-width: 768px) {
  .vsm-top .navigation .brand img {
    height: 3.8rem;
  }
}

@media (min-width: 1200px) {
  .vsm-top .navigation .brand img {
    height: 4.5rem;
  }
}

.vsm-top .navigation .burger-menu span {
  background: rgba(var(--vsm-white), 1) !important;
}

.vsm-top .navigation .burger-menu span::after {
  background: rgba(var(--vsm-white), 1) !important;
}

.vsm-top .navigation .burger-menu span::before {
  background: rgba(var(--vsm-white), 1) !important;
}

.vsm-top .navigation .primary-nav nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.vsm-top .navigation .primary-nav ul li.dropdown:hover {
  background: rgba(var(--vsm-black), 1);
}

.vsm-top .navigation .primary-nav ul li.dropdown:hover ul {
  background: rgba(var(--vsm-black), 1);
}

.vsm-top .navigation .primary-nav ul li.dropdown > a::after {
  color: rgba(var(--vsm-white), 1);
}

.vsm-top .navigation .primary-nav ul li a {
  color: rgba(var(--vsm-white), 1) !important;
}

@media (max-width: 1199px) {
  .vsm-top .navigation .primary-nav ul li a {
    padding: 0.875rem 0.5rem;
  }
}

.vsm-top .navigation .primary-nav ul li a:hover {
  color: rgba(var(--vsm-accent-colour), 1) !important;
}

.vsm-top .navigation .more-nav ul li a {
  color: #ffffff !important;
}

.vsm-top.fixed, .vsm-top.switch-fixed {
  position: inherit;
  background: #502c1c;
  background: -webkit-gradient(linear, left top, right top, from(#502c1c), color-stop(27%, #99614e), color-stop(60%, #c6866d), color-stop(93%, #8c5747), color-stop(100%, #9c5340), color-stop(100%, #9b523f), to(#ca8b72));
  background: linear-gradient(90deg, #502c1c 0%, #99614e 27%, #c6866d 60%, #8c5747 93%, #9c5340 100%, #9b523f 100%, #ca8b72 100%);
  padding-bottom: 0.3rem;
}

.vsm-top.fixed .navigation, .vsm-top.switch-fixed .navigation {
  background-color: #000000;
}

.vsm-top.fixed .navigation .more-nav ul li .burger-menu span, .vsm-top.switch-fixed .navigation .more-nav ul li .burger-menu span {
  background: rgba(var(--vsm-white), 1);
}

.vsm-top.fixed .navigation .more-nav ul li .burger-menu span::after, .vsm-top.switch-fixed .navigation .more-nav ul li .burger-menu span::after {
  background: rgba(var(--vsm-white), 1);
}

.vsm-top.fixed .navigation .more-nav ul li .burger-menu span::before, .vsm-top.switch-fixed .navigation .more-nav ul li .burger-menu span::before {
  background: rgba(var(--vsm-white), 1);
}

.vsm-top.fixed .navigation .primary-nav nav, .vsm-top.switch-fixed .navigation .primary-nav nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.vsm-top.fixed .navigation .primary-nav ul li.dropdown:hover, .vsm-top.switch-fixed .navigation .primary-nav ul li.dropdown:hover {
  background: rgba(var(--vsm-black), 1);
}

.vsm-top.fixed .navigation .primary-nav ul li.dropdown:hover ul, .vsm-top.switch-fixed .navigation .primary-nav ul li.dropdown:hover ul {
  background: rgba(var(--vsm-black), 1);
}

.vsm-top.fixed .navigation .primary-nav ul li.dropdown > a::after, .vsm-top.switch-fixed .navigation .primary-nav ul li.dropdown > a::after {
  color: rgba(var(--vsm-white), 1);
}

.vsm-top.fixed .navigation .primary-nav ul li a, .vsm-top.switch-fixed .navigation .primary-nav ul li a {
  color: rgba(var(--vsm-white), 1) !important;
}

.vsm-top.fixed .navigation .primary-nav ul li a:hover, .vsm-top.switch-fixed .navigation .primary-nav ul li a:hover {
  color: rgba(var(--vsm-accent-colour), 1) !important;
}

.vsm-top.fixed .navigation .more-nav ul li a, .vsm-top.switch-fixed .navigation .more-nav ul li a {
  color: #ffffff;
}

.vsm-top .signed-in-bar .signed-as {
  color: rgba(var(--vsm-white), 1);
  font-weight: 600;
}

.vsm-top .signed-in-bar .signed-as a {
  color: rgba(var(--vsm-white), 1);
  text-decoration: none;
}

.vsm-top .signed-in-bar .signed-as a:hover {
  text-decoration: underline;
}

.vsm-responsive-nav {
  position: inherit !important;
}

/* .vsm-default-internal-hero .content .md-heading {
  padding-bottom: 2rem;
} */

.vsm-default-internal-hero {
  position: relative;
  overflow: hidden;
}

.vsm-default-internal-hero .bg .content {
  position: relative;
  z-index: 5;
}

.vsm-default-internal-hero .search-bar .form-holder .btn { 
  line-height: 1.1;
}
.vsm-default-internal-hero::before {
  background-image: url(../img/AlchemyA.svg);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: contain;
  width: 160%;
  height: calc(160% + 6rem);
  content: "";
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.2;
  bottom: -4rem;
  right: -16.5rem;
  background-position-x: right;
}

@media (max-width: 991px) {
.vsm-default-internal-hero .bg {
  aspect-ratio: 16/8;
  display: flex;
align-items: end;
position: relative;
padding-bottom: 1rem;
}
}

@media (max-width: 420px) {
  .vsm-default-internal-hero.small .bg{
    height: 12rem;
  }
}
@media (min-width: 421px) {
.vsm-default-internal-hero.small .bg{
  padding: auto;
height: 15rem;
}
}
@media (max-width: 991px) {
.vsm-default-internal-hero.small .bg{
  aspect-ratio: auto;
}
}
@media (min-width: 992px) {
.vsm-default-internal-hero .bg {
  padding: 19rem 0 2rem 0;
  height: 30rem; /* added height 01-11-2022 */
  background-position: center;
background-size: cover;
background-repeat: no-repeat;
-webkit-box-align: center;
-ms-flex-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
position: relative;
}
}
@media (min-width: 992px) {
.vsm-default-internal-hero.small .bg{
  aspect-ratio: auto;
  padding: 0rem 0rem 0rem 0rem!important;
 height: 15rem;
}
}


.vsm-default-internal-hero .bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  mix-blend-mode: normal;
}

footer .container {
  max-width: 95%;
}

footer.vsm-default-footer {
  width: 100%;
  /* height:100%;*/
  background: url(../uploads/bg-footer.jpg);
  background-repeat: no-repeat;
  background-size: cover !important;
}

footer.vsm-default-footer .newsletter-signup .btn {
  border: none;
}

footer.vsm-default-footer .xs-heading {
  font-size: 1.1rem !important;
}

footer.vsm-default-footer ul li a {
  color: rgba(var(--vsm-white), 1) !important;
  font-size: 0.975rem;
}

footer.vsm-default-footer ul li a:hover {
  color: rgba(var(--vsm-accent-colour), 1) !important;
}

.vsm-default-signoff {
  border-top: 2px solid rgba(var(--vsm-secondary-colour), 1);
  background: rgba(var(--vsm-black), 1);
  color: rgba(var(--vsm-white), 1);
  padding: 1.875rem 0;
  font-size: 12px;
  font-size: 0.75rem;
}

.vsm-default-signoff .container {
  max-width: 95%;
}

@media (min-width: 1024px) {
  .vsm-default-signoff .signoff-links {
    margin-left: 22%;
  }
}

.vsm-default-signoff .signoff-links li {
  font-size: 0.75rem;
}

.vsm-hero-slider {
  position: relative;
}

.vsm-hero-slider .swiper-navigation div {
  margin: 0 0 0 1.275rem;
}

@media (min-width: 1024px) {
  .vsm-hero-slider.internal-events {
    height: 700px;
  }
  .vsm-hero-slider.internal-events .bg {
    height: 700px;
  }
  .vsm-hero-slider.internal-events .swiper-container .swiper-navigation {
    width: 100%;
    right: 14%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.vsm-hero-slider.internal-events .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #502c1c;
  background: -webkit-gradient(linear, left top, right top, from(#502c1c), color-stop(27%, #99614e), color-stop(60%, #c6866d), color-stop(93%, #8c5747), color-stop(100%, #9c5340), color-stop(100%, #9b523f), to(#ca8b72));
  background: linear-gradient(90deg, #502c1c 0%, #99614e 27%, #c6866d 60%, #8c5747 93%, #9c5340 100%, #9b523f 100%, #ca8b72 100%);
}

.vsm-hero-slider.internal-events .swiper-navigation .swiper-button-prev {
  font-size: 30px;
  font-size: 1.875rem;
  color: rgba(var(--vsm-white), 1);
  position: relative;
  top: 0;
  border: 4px solid rgba(var(--vsm-white), 1);
  border-radius: 100em;
  width: 4rem;
  height: 4rem;
}

.vsm-hero-slider.internal-events .swiper-navigation .swiper-button-next {
  font-size: 30px;
  font-size: 1.875rem;
  color: rgba(var(--vsm-white), 1);
  position: relative;
  top: 0;
  border: 4px solid rgba(var(--vsm-white), 1);
  border-radius: 100em;
  width: 4rem;
  height: 4rem;
}

.vsm-hero-slider.home-version .bg {
  z-index: 1;
  position: relative;
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
}

.vsm-hero-slider.home-version .bg::before {
  background-image: url(../img/smallbg-hero-overlay.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: bottom;
  background-position-x: center;
  width: 50vw;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0 !important;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  mix-blend-mode: overlay;
  opacity: 0.3;
  margin-left: 30%;
  margin-right: 10%;
}

.vsm-hero-slider.home-version .bg::after {
  display: none;
}

@media (min-width: 1024px) {
  .vsm-hero-slider.home-version .bg::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 40%;
    background-image: url(../img/smallbg-hero-overlay.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: bottom;
    background-position-x: center;
    width: 50vw;
    height: 100%;
    bottom: 0 !important;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0);
    mix-blend-mode: overlay;
    opacity: 0.3;
    margin-left: 10%;
    margin-right: 10%;
  }
  .vsm-hero-slider.home-version .bg::after {
    background-image: url(../img/AlchemyA.svg);
    background-repeat: no-repeat;
    background-size: 40%;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 0;
    left: -8rem;
    top: 11rem;
    display: inline-block;
    mix-blend-mode: overlay;
    opacity: 0.3;
  }
}

@media (min-width: 1024px) {
  .vsm-hero-slider.home-version .container .col {
    max-width: 75% !important;
  }
}

.vsm-hero-slider.home-version .container .content {
  z-index: 9999 !important;
}

.vsm-hero-slider.home-version .container .content .md-heading {
  font-size: 4.4rem;
  font-weight: 800;
}

.vsm-content-layout-2 .sm-heading {
  background: #9a624f;
  background: -webkit-gradient(linear, left top, right top, from(#9a624f), to(#dca796));
  background: linear-gradient(to right, #9a624f 0%, #dca796 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}

@media (min-width: 768px) {
  .vsm-content-layout-2 .abs-left {
    position: inherit !important;
    /* left: 0; */
    width: 94.5%;
  }
  .vsm-content-layout-2 .abs-left .media img {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.vsm-content-layout-2 .row .col-md-6:nth-child(1) .media {
  overflow: visible;
}

.vsm-content-layout-2 .row .col-md-6:nth-child(1) .media::before {
  opacity: 1;
  background: url(../img/community-overlay.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  display: inline-block;
}

.vsm-content-layout-2 .row .col-md-6:nth-child(1) .media::after {
  background: #502c1c;
  background: -webkit-gradient(linear, left top, right top, from(#502c1c), color-stop(27%, #99614e), color-stop(60%, #c6866d), color-stop(93%, #8c5747), color-stop(100%, #9c5340), color-stop(100%, #9b523f), to(#ca8b72));
  background: linear-gradient(90deg, #502c1c 0%, #99614e 27%, #c6866d 60%, #8c5747 93%, #9c5340 100%, #9b523f 100%, #ca8b72 100%);
  width: 100%;
  height: 0.3rem;
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 50%;
  display: inline-block;
}

.vsm-content-layout-2 .row .col-md-6:nth-child(2) .media:nth-child(1) {
  position: relative;
}

.vsm-content-layout-2 .row .col-md-6:nth-child(2) .media:nth-child(1)::before {
  opacity: 0.7;
  background: url(../img/white-overlay.svg);
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: overlay;
  width: 265px;
  height: 282px;
  content: "";
  position: absolute;
  z-index: 2;
  right: -2rem;
  bottom: 0;
  display: inline-block;
}

.vsm-content-layout-2 .row .col-md-6:nth-child(2) .media:nth-child(1)::after {
  background: #502c1c;
  background: -webkit-gradient(linear, left top, right top, from(#502c1c), color-stop(27%, #99614e), color-stop(60%, #c6866d), color-stop(93%, #8c5747), color-stop(100%, #9c5340), color-stop(100%, #9b523f), to(#ca8b72));
  background: linear-gradient(90deg, #502c1c 0%, #99614e 27%, #c6866d 60%, #8c5747 93%, #9c5340 100%, #9b523f 100%, #ca8b72 100%);
  width: 100%;
  height: 0.2rem;
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 50%;
  display: inline-block;
}

.vsm-content-layout-2 .row .col-md-6:nth-child(2) .col-md-8 .media:nth-child(1)::before {
  display: none;
}

.vsm-content-layout-2.circular-template .row .col-md-6 .abs-left .media {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 0.5rem;
  border-radius: 100%;
  border: 2px solid #874A37;
  overflow: visible;
}

.vsm-content-layout-2.circular-template .row .col-md-6 .abs-left .media.lax {
  -webkit-transform: none !important;
          transform: none !important;
}

.vsm-content-layout-2.circular-template .row .col-md-6 .abs-left .media.lax img {
  -webkit-transform: none !important;
          transform: none !important;
}

@media (min-width: 768px) {
  .vsm-content-layout-2.circular-template .row .col-md-6 .abs-left .media {
    padding-top: 100%;
    /* 1:1 Aspect Ratio */
  }
}

.vsm-content-layout-2.circular-template .row .col-md-6 .abs-left .media img {
  max-width: 767px;
  max-height: 100%;
  border-radius: 100%;
  padding: 0.5rem;
}

.vsm-content-layout-2.circular-template .row .col-md-6 .abs-left .media::before {
  display: none;
}

.vsm-content-layout-2.circular-template .row .col-md-6 .abs-left .media::after {
  display: none;
}

.vsm-content-layout-2.circular-template .row .col-md-6:nth-child(2) .media:nth-child(1) {
  position: relative;
}

.vsm-content-layout-2.circular-template .row .col-md-6:nth-child(2) .media:nth-child(1)::before {
  opacity: 0.7;
  background: url(../img/white-overlay.svg);
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: overlay;
  width: 265px;
  height: 282px;
  content: "";
  position: absolute;
  z-index: 2;
  right: -2rem;
  bottom: 0;
  display: inline-block;
}

.vsm-content-layout-2.circular-template .row .col-md-6:nth-child(2) .media:nth-child(1)::after {
  background: #502c1c;
  background: -webkit-gradient(linear, left top, right top, from(#502c1c), color-stop(27%, #99614e), color-stop(60%, #c6866d), color-stop(93%, #8c5747), color-stop(100%, #9c5340), color-stop(100%, #9b523f), to(#ca8b72));
  background: linear-gradient(90deg, #502c1c 0%, #99614e 27%, #c6866d 60%, #8c5747 93%, #9c5340 100%, #9b523f 100%, #ca8b72 100%);
  width: 100%;
  height: 0.2rem;
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 50%;
  display: inline-block;
}

.vsm-content-layout-2.circular-template .row .col-md-6:nth-child(2) .col-md-8 .media:nth-child(1)::before {
  display: none;
}


.vsm-full-width-featured-columns-carousel .vsm-body {
  overflow: hidden;
}

.vsm-full-width-featured-columns-carousel .component-wrapper {
  z-index: 2;
}

.vsm-full-width-featured-columns-carousel .vsm-header {
  z-index: 5;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .vsm-full-width-featured-columns-carousel .bg {
    z-index: 1;
    position: relative;
    overflow: hidden;
    /*
        &::before {
          background-image: url(../img/sector-overlay-icon.svg);
          background-repeat: no-repeat;
          background-size: contain;
          width: 100%;
          min-height: 100%;
          content: "";
          position: absolute;
          z-index: 1;
          right: 0;
          bottom: 0;
          background-position: right;
        }
        */
   }
 
  .vsm-full-width-featured-columns-carousel .bg::before {
    background-image: url(../img/AlchemyA.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 156%;
    content: "";
    position: absolute;
    z-index: 1;
    right: -65%;
    top: -56%;
    mix-blend-mode: normal;
    opacity: 0.15;
  }
  .vsm-full-width-featured-columns-carousel .vsm-header .col:nth-child(1) {
    max-width: 70%;
  }
}

.vsm-full-width-featured-columns-carousel .bg::after {
  display: none;
}

.vsm-full-width-featured-columns-carousel .swiper-navigation div {
  margin: 0 0 0 1.275rem;
  left: 0;
  right: 0;
}

.vsm-full-width-featured-columns-carousel .swiper-button-prev {
  font-size: 30px;
  font-size: 1.875rem;
  color: rgba(var(--vsm-white), 1);
  position: relative;
  top: 0;
  border: 4px solid rgba(var(--vsm-white), 1);
  border-radius: 100em;
  width: 4rem;
  height: 4rem;
}

.vsm-full-width-featured-columns-carousel .swiper-button-next {
  font-size: 30px;
  font-size: 1.875rem;
  color: rgba(var(--vsm-white), 1);
  position: relative;
  top: 0;
  border: 4px solid rgba(var(--vsm-white), 1);
  border-radius: 100em;
  width: 4rem;
  height: 4rem;
}

.vsm-full-width-featured-columns-carousel .swiper-slide {
  height: 100%;
}

.vsm-full-width-featured-columns-carousel .swiper-slide.swiper-slide-active {
  padding: 0.4rem;
  animation: fadeIn 4s;
  -webkit-animation: fadeIn 4s;
  -moz-animation: fadeIn 4s;
  -o-animation: fadeIn 4s;
  -ms-animation: fadeIn 4s;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#fff), to(#e7b3a2));
  background-image: linear-gradient(to bottom right, #fff, #e7b3a2);
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.vsm-full-width-featured-columns-carousel .swiper-slide.swiper-slide-active .content {
  background-color: rgba(50, 50, 45, 0.9);
}

.vsm-full-width-featured-columns-carousel .swiper-slide .content {
  padding: 2rem 1.5rem;
}

.vsm-full-width-featured-columns-carousel .swiper-slide .content .xs-heading {
  font-size: 1.6rem;
}

.vsm-full-width-featured-columns-carousel .swiper-slide .content a {
  color: rgba(var(--vsm-white), 1);
  font-weight: 700;
  display: block;
  margin-top: 1rem;
  text-decoration: none;
}

.vsm-full-width-featured-columns-carousel .swiper-slide .content a:hover {
  text-decoration: underline;
}


.vsm-content-image-50-50 {
  overflow: hidden;
}

.vsm-content-image-50-50.left.dark-background .media img{
  padding: 0;
}
.vsm-content-image-50-50 img{
  aspect-ratio: 1/1;
}

.vsm-content-image-50-50 .bg {
  padding-top: var(--vsm-mobile-padding-top);
  padding-bottom: var(--vsm-mobile-padding-bottom);
}

@media (min-width: 768px) {
  .vsm-content-image-50-50 .bg {
    padding-top: var(--vsm-tablet-padding-top);
    padding-bottom: var(--vsm-tablet-padding-bottom);
  }
}

@media (min-width: 1024px) {
  .vsm-content-image-50-50 .bg {
    padding-top: var(--vsm-desktop-padding-top);
    padding-bottom: var(--vsm-desktop-padding-bottom);
  }
}

@media (min-width: 1024px) {
  .vsm-content-image-50-50 .bg {
    padding-top: var(--vsm-desktop-padding-top);
    padding-bottom: var(--vsm-desktop-padding-bottom);
  }
}

.vsm-content-image-50-50.light-background-square .media {
  overflow: hidden;
  position: relative;
}

.vsm-content-image-50-50.light-background-square .media::before {
  background-image: url(../img/small-A-icon.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 2;
  right: 1rem;
  bottom: 1rem;
  background-size: 40%;
}

.vsm-content-image-50-50.light-background-square .media::after {
  background: #502c1c;
  background: -webkit-gradient(linear, left top, right top, from(#502c1c), color-stop(27%, #99614e), color-stop(60%, #c6866d), color-stop(93%, #8c5747), color-stop(100%, #9c5340), color-stop(100%, #9b523f), to(#ca8b72));
  background: linear-gradient(90deg, #502c1c 0%, #99614e 27%, #c6866d 60%, #8c5747 93%, #9c5340 100%, #9b523f 100%, #ca8b72 100%);
  width: 100%;
  height: 0.3rem;
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  top: 25px;
  display: inline-block;
}

.vsm-content-image-50-50.dark-background-square {
  background-color: #000;
  /*black btn*/
  /*End Black button*/
}

.vsm-content-image-50-50.dark-background-square .bg {
  padding-top: var(--vsm-mobile-padding-top);
  padding-bottom: var(--vsm-mobile-padding-bottom);
}

@media (min-width: 768px) {
  .vsm-content-image-50-50.dark-background-square .bg {
    padding-top: var(--vsm-tablet-padding-top);
    padding-bottom: var(--vsm-tablet-padding-bottom);
  }
}

@media (min-width: 1024px) {
  .vsm-content-image-50-50.dark-background-square .bg {
    padding-top: var(--vsm-desktop-padding-top);
    padding-bottom: var(--vsm-mobile-padding-bottom);
  }
}

@media (min-width: 1024px) {
  .vsm-content-image-50-50.dark-background-square .bg {
    padding-top: var(--vsm-desktop-padding-top);
    padding-bottom: var(--vsm-mobile-padding-bottom);
  }
}

.vsm-content-image-50-50.dark-background-square .btn {
  background: #32322D;
  text-decoration: inherit;
  font-family: system-ui;
  font-size: 1rem;
  padding: 0.5rem 2.5rem;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.vsm-content-image-50-50.dark-background-square .btn span {
  color: rgba(var(--vsm-white), 1);
}

.vsm-content-image-50-50.dark-background-square .btn:hover {
  background: #ffffff;
  text-decoration: inherit;
  font-family: system-ui;
  font-size: 1rem;
  padding: 0.5rem 2.5rem;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
}

.vsm-content-image-50-50.dark-background-square .btn:hover span {
  color: rgba(var(--vsm-black), 1);
}

.vsm-content-image-50-50.dark-background-square h5,
.vsm-content-image-50-50.dark-background-square h2,
.vsm-content-image-50-50.dark-background-square p,
.vsm-content-image-50-50.dark-background-square li {
  color: #fff;
}

.vsm-content-image-50-50.dark-background-square a {
  color: #DCA796;
}

.vsm-content-image-50-50.dark-background-square .media {
  position: relative;
  min-height: 100%
}

.vsm-content-image-50-50.dark-background-square .media::before {
  opacity: 0.7;
  background: url(../img/white-overlay.svg);
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: overlay;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  display: inline-block;
}

.vsm-content-image-50-50.dark-background-square img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 20px;
  border-radius: 0;
}

.vsm-content-image-50-50.dark-background {
  background-color: #000;
  /*black btn*/
  /*End Black button*/
}

.vsm-content-image-50-50.dark-background .btn {
  background: #32322D;
  text-decoration: inherit;
  font-family: system-ui;
  font-size: 1rem;
  padding: 0.5rem 2.5rem;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.vsm-content-image-50-50.dark-background .btn span {
  color: rgba(var(--vsm-white), 1);
}

.vsm-content-image-50-50.dark-background .btn:hover {
  background: #ffffff;
  text-decoration: inherit;
  font-family: system-ui;
  font-size: 1rem;
  padding: 0.5rem 2.5rem;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
}

.vsm-content-image-50-50.dark-background .btn:hover span {
  color: rgba(var(--vsm-black), 1);
}

.vsm-content-image-50-50.dark-background h5,
.vsm-content-image-50-50.dark-background h2,
.vsm-content-image-50-50.dark-background p,
.vsm-content-image-50-50.dark-background li {
  color: #fff;
}

.vsm-content-image-50-50.dark-background a {
  color: #DCA796;
}

.vsm-content-image-50-50.dark-background .media {
  -webkit-box-shadow: 0px 0px 100px -3px #99614e;
          box-shadow: 0px 0px 100px -3px #99614e;
  border-radius: 100%;
  padding: 1rem;
  border: 3px solid #99614e;
}

.vsm-content-image-50-50.dark-background img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 20px;
  border-radius: 100%;
}

.vsm-content-image-50-50.light-background .vsm-body .media {
  padding: 2rem 1rem;
  overflow: visible;
  /*
      &::after {
        background: rgb(80,44,28);
        background: linear-gradient(90deg, rgba(80,44,28,1) 0%, rgba(153,97,78,1) 27%, rgba(198,134,109,1) 60%, rgba(140,87,71,1) 93%, rgba(156,83,64,1) 100%, rgba(155,82,63,1) 100%, rgba(202,139,114,1) 100%); 
        width: 100%;
        height: 0.3rem;
        content: "";
        position: absolute;
        z-index: 2;
        right: 0;
        bottom: 50%;
        display: inline-block;
      }*/
}

.vsm-content-image-50-50.light-background .vsm-body .media::before {
  opacity: 1;
  background: url(../img/community-overlay.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  display: inline-block;
}

.vsm-centralised-title-intro-text {
  background-color: #EDE8E2;
  padding-top: var(--vsm-mobile-padding-top);
  padding-bottom: var(--vsm-mobile-padding-bottom);
  /*End Black button*/
}

@media (min-width: 768px) {
  .vsm-centralised-title-intro-text {
    padding-top: var(--vsm-tablet-padding-top);
    padding-bottom: var(--vsm-tablet-padding-bottom);
  }
}

@media (min-width: 1024px) {
  .vsm-centralised-title-intro-text {
    padding-top: var(--vsm-desktop-padding-top);
    padding-bottom: var(--vsm-mobile-padding-bottom);
  }
}

@media (min-width: 1024px) {
  .vsm-centralised-title-intro-text {
    padding-bottom: var(--vsm-desktop-padding-bottom);
    padding-top: var(--vsm-desktop-padding-top);
  }
}

.vsm-centralised-title-intro-text .btn {
  background: #32322D;
  text-decoration: inherit;
  font-family: system-ui;
  font-size: 1rem;
  padding: 0.5rem 2.5rem;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
}

.vsm-centralised-title-intro-text .btn span {
  color: rgba(var(--vsm-white), 1);
}

.vsm-centralised-title-intro-text .btn:hover {
  /*
      box-shadow:
  
    0 0 50px #fff,
    -10px 0 20px $primary-colour,
    10px 0 20px $accent-colour;*/
  background: #ffffff;
  text-decoration: inherit;
  font-family: system-ui;
  font-size: 1rem;
  padding: 0.5rem 2.5rem;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
}

.vsm-centralised-title-intro-text .btn:hover span {
  color: rgba(var(--vsm-black), 1);
}

.vsm-centralised-title-intro-text.pink-gradient-background {
  background-image: -webkit-gradient(linear, left top, right top, from(#f5eae7), to(#dfcfca));
  background-image: linear-gradient(to right, #f5eae7, #dfcfca);
}

.vsm-centralised-title-intro-text.pink-gradient-background .vsm-body .md-heading {
  color: #874A37;
}

.vsm-centralised-title-intro-text.pink-gradient-background .vsm-body .rte a {
  font-weight: 800;
  color: #656565;
}

.vsm-centralised-title-intro-text.pink-gradient-background .vsm-body .rte a:hover {
  color: #874A37;
}

.vsm-centralised-title-intro-text.dark-background {
  background: #222222;
}

.vsm-centralised-title-intro-text.dark-background .vsm-body .xs-heading {
  color: rgba(var(--vsm-white), 1);
}

.vsm-centralised-title-intro-text.dark-background .vsm-body .md-heading {
  color: rgba(var(--vsm-white), 1);
}

.vsm-centralised-title-intro-text.dark-background .vsm-body .rte {
  color: rgba(var(--vsm-white), 1);
}

.vsm-centralised-title-intro-text.linear {
  background: #502c1c;
  background: -webkit-gradient(linear, left top, right top, from(#502c1c), color-stop(27%, #99614e), color-stop(60%, #c6866d), color-stop(93%, #8c5747), color-stop(100%, #9c5340), color-stop(100%, #9b523f), to(#ca8b72));
  background: linear-gradient(90deg, #502c1c 0%, #99614e 27%, #c6866d 60%, #8c5747 93%, #9c5340 100%, #9b523f 100%, #ca8b72 100%);
}

.vsm-centralised-title-intro-text.linear .rte {
  margin-bottom: 2rem;
}

.vsm-centralised-title-intro-text.linear .btn {
  background: #32322D;
  text-decoration: inherit;
  font-family: system-ui;
  font-size: 1rem;
  padding: 0.5rem 2.5rem;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.vsm-centralised-title-intro-text.linear .btn span {
  color: rgba(var(--vsm-white), 1);
}

.vsm-centralised-title-intro-text.linear .btn:hover {
  background: #ffffff;
  text-decoration: inherit;
  font-family: system-ui;
  font-size: 1rem;
  padding: 0.5rem 2.5rem;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
}

.vsm-centralised-title-intro-text.linear .btn:hover span {
  color: rgba(var(--vsm-black), 1);
}

.vsm-latest-featured {
  background-image: url(/uploads/Bronze.jpg);
  background-size: cover;
  overflow: hidden;
}

.vsm-latest-featured .vsm-header {
  /* ghost white button */
}
.vsm-latest-featured .vsm-header {
  /* ghost white button */
}

.vsm-latest-featured .vsm-header .btn {
  background: transparent !important;
  text-decoration: inherit;
  font-family: system-ui;
  font-size: 1rem;
  padding: 0.5rem 2.5rem;
  border: 5px solid #ffffff;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.vsm-latest-featured .vsm-header .btn span {
  color: rgba(var(--vsm-white), 1);
}

.vsm-latest-featured .vsm-header .btn:hover {
  background-color: #000000 !important;
  text-decoration: inherit;
  font-family: system-ui;
  font-size: 1rem;
  padding: 0.5rem 2.5rem;
  border: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to bottom right, #ffffff, #DCA796);
}

.vsm-latest-featured .vsm-header .btn:hover span {
  color: rgba(var(--vsm-white), 1);
}

.vsm-latest-featured .vsm-header .xs-heading {
  color: rgba(var(--vsm-white), 1);
}

.vsm-latest-featured .vsm-header .md-heading {
  color: rgba(var(--vsm-white), 1);
}

.vsm-latest-featured .vsm-body .col .content-card {
  background-color: rgba(var(--vsm-white), 1);
  border: solid #fff 0.5rem;
}

.vsm-latest-featured .vsm-body .col .content-card .content {
  padding: 1rem 1rem;
}
.vsm-latest-featured .vsm-body .content-card .media img{
  margin-bottom: 1rem;
}
.vsm-latest-featured .vsm-body .col .content-card .content .subtitle {
  font-size: 0.875rem;
  margin-bottom: 1rem; 
  font-weight: 700;
}
.vsm-latest-featured .vsm-body .col .content-card .content .inline-link{
    margin-top: 1rem; 
}
.vsm-latest-featured .bg {
  padding-top: var(--vsm-mobile-padding-top);
}

@media (min-width: 768px) {
  .vsm-latest-featured .bg {
    padding-top: var(--vsm-tablet-padding-top);
  }
}

@media (min-width: 1024px) {
  .vsm-latest-featured .bg {
    padding-top: var(--vsm-desktop-padding-top);
  }
}

.vsm-latest-featured .bg {
  padding-bottom: var(--vsm-mobile-padding-bottom);
}

@media (min-width: 768px) {
  .vsm-latest-featured .bg {
    padding-bottom: var(--vsm-tablet-padding-bottom);
  }
}

@media (min-width: 1024px) {
  .vsm-latest-featured .bg {
    padding-bottom: var(--vsm-desktop-padding-bottom);
  }
}

.vsm-short-testimonial-carousel {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#f5eae7), to(#dfcfca));
  background-image: linear-gradient(to bottom right, #f5eae7, #dfcfca);
}

.vsm-short-testimonial-carousel .swiper-pagination .swiper-pagination-bullet {
  background: rgba(var(--vsm-white), 0.9);
}

.vsm-short-testimonial-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(var(--vsm-white), 1);
}

.vsm-short-testimonial-carousel .bg {
  z-index: 1;
  position: relative;
  padding-top: var(--vsm-mobile-padding-top);
  padding-bottom: var(--vsm-mobile-padding-bottom);
}

.vsm-short-testimonial-carousel .bg::before {
  background-image: url(../img/team-icon-overlay.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  width: 100%;
  height: 80%;
  content: "";
  position: absolute;
  z-index: 0;
  left: -50%;
  display: inline-block;
  mix-blend-mode: multiply;
  opacity: 1;
}

@media (min-width: 768px) {
  .vsm-short-testimonial-carousel .bg {
    padding-top: var(--vsm-tablet-padding-top);
    padding-bottom: var(--vsm-tablet-padding-bottom);
  }
}

@media (min-width: 1024px) {
  .vsm-short-testimonial-carousel .bg {
    padding-bottom: var(--vsm-desktop-padding-bottom);
    padding-top: var(--vsm-desktop-padding-top);
  }
}
.vsm-short-testimonial-carousel .testimonial-data .rte p{
  display: inline;
}
.vsm-short-testimonial-carousel .vsm-header .md-heading {
  color: #874A37;
}

.vsm-short-testimonial-carousel .vsm-body .testimonial-data .rte a {
  font-weight: 800;
  color: #656565;
}

.vsm-short-testimonial-carousel .vsm-body .testimonial-data .rte a:hover {
  color: #874A37;
}

.vsm-short-testimonial-carousel .vsm-body .testimonial-data .col {
  text-align: center;
}

.vsm-short-testimonial-carousel .vsm-body .testimonial-data .col:nth-child(1) {
  display: block !important;
  width: 100%;
}

.vsm-short-testimonial-carousel .vsm-body .testimonial-data .col:nth-child(2) {
  display: block !important;
  width: 100%;
}

.vsm-short-testimonial-carousel .vsm-body .testimonial-data .col .author .name {
  color: #874A37;
  font-weight: 700;
}

.vsm-short-testimonial-carousel .testimonial-data .media[data-initials]::before{
  display: none;
}

.vsm-short-testimonial-carousel .vsm-body .testimonial-data .col .author .position {
  font-weight: 400;
}

.vsm-short-testimonial-carousel .vsm-body .testimonial-data .media {
  height: 35rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0px;
  margin-right: 0rem;
  position: relative;
  margin-bottom: 2rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media (min-width: 768px) {
  .vsm-short-testimonial-carousel .vsm-body .testimonial-data .media {
    height: 28rem;
  }
}

@media (min-width: 992px) {
  .vsm-short-testimonial-carousel .vsm-body .testimonial-data .media {
    height: 24rem;
  }
}

@media (min-width: 1400px) {
  .vsm-short-testimonial-carousel .vsm-body .testimonial-data .media {
    height: 28rem;
  }
}

.vsm-short-testimonial-carousel .vsm-body .testimonial-data .media img {
  border: 0.4rem solid #ffffff;
  border-radius: 0px;
  -o-object-position: center;
     object-position: center;
}

.vsm-accordion-mixed-content-50-50 {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ede8e2), to(#ffffff));
  background-image: linear-gradient(to bottom, #ede8e2, #ffffff);
}

.vsm-accordion-mixed-content-50-50 .video .plyr--video{
  height: 100%;
  aspect-ratio: 1;
}


.vsm-accordion-mixed-content-50-50 .video .plyr__video-wrapper{
  height: 100%;
}

.vsm-accordion-mixed-content-50-50 .vsm-body .col .media {
  z-index: 1;
  position: relative;
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
}

/* .vsm-accordion-mixed-content-50-50 .vsm-body .col .media::before {
  background-image: url(../img/oval-overlay.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0 !important;
  background-color: rgba(0, 0, 0, 0.1);
  mix-blend-mode: overlay;
  opacity: 1;
} */

/* .vsm-accordion-mixed-content-50-50 .vsm-body .col .media::after */
.vsm-accordion-mixed-content-50-50 .vsm-body .col .media .plyr.plyr--fullscreen-enabled.plyr--stopped::after {
  background-image: url(../img/small-A-icon.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 40%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 2;
  right: 1rem;
  bottom: 1rem;
}
.vsm-accordion-mixed-content-50-50 .vsm-body .col .media .plyr.plyr--fullscreen-enabled.plyr--playing::after {
  display: none;
}

.vsm-accordion-mixed-content-50-50 .vsm-body .sm-heading {
  color: #874A37;
}

.vsm-accordion-mixed-content-50-50 .vsm-body .accordion {
  margin-bottom: 2rem;
}

.vsm-accordion-mixed-content-50-50 .vsm-body .accordion-item {
  border-radius: 0px;
  background-color: #E6DED7;
  border-bottom: 0.063rem solid white;
  cursor: pointer;
}

.vsm-accordion-mixed-content-50-50 .vsm-body .accordion-item .content {
  padding: 1.25rem 1.25rem;
}

.vsm-accordion-mixed-content-50-50 .vsm-body .accordion-header {
  padding: 1.25rem 1.25rem;
}

.vsm-accordion-mixed-content-50-50 .vsm-body .accordion-header::after {
  color: rgba(var(--vsm-heading-copy-colour), 1);
}

.vsm-single-accordion {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ede8e2), to(#ffffff));
  background-image: linear-gradient(to bottom, #ede8e2, #ffffff);
}

.vsm-single-accordion .accordion .accordion-item .accordion-collapse{
  padding: 0;
}

@media (min-width: 768px) {
  .vsm-single-accordion {
    padding-top: var(--vsm-tablet-padding-top);
    padding-bottom: var(--vsm-tablet-padding-bottom);
  }
}

@media (min-width: 1024px) {
  .vsm-single-accordion {
    padding-bottom: var(--vsm-desktop-padding-bottom);
    padding-top: var(--vsm-desktop-padding-top);
  }
}

.vsm-single-accordion .accordion .accordion-item .accordion-header{
  padding: 1.8rem;
}

.vsm-single-accordion .accordion .accordion-item .accordion-header:before{
  right: 3rem;
}


.vsm-single-accordion .vsm-body .sm-heading {
  color: #874A37;
}

.vsm-single-accordion .vsm-body .accordion {
  margin-bottom: 2rem;
}

.vsm-single-accordion .vsm-body .accordion-item {
  border-radius: 0px;
  background-color: #E6DED7;
  border-bottom: 0.063rem solid white;
  cursor: pointer;
}

.vsm-single-accordion .vsm-body .accordion-item .content {
  padding: 1.25rem 1.25rem;
}

.vsm-single-accordion .vsm-body .accordion-header {
  padding: 1.25rem 1.25rem;
}

.vsm-single-accordion .vsm-body .accordion-header::after {
  color: rgba(var(--vsm-heading-copy-colour), 1);
}

.vsm-default-single-media-hero {
  overflow: hidden;
  position: relative;
}

.vsm-default-single-media-hero::before {
  background-image: url(../img/AlchemyA.svg);
  background-repeat: no-repeat;
  background-position-y: bottom;
  right: -60%;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.2;
}

.vsm-default-single-media-hero .heading {
  font-size: 2.375rem;
}

.vsm-default-single-media-hero .bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 75vh;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
}

.vsm-default-single-media-hero .bg .component-wrapper {
  padding-bottom: 5rem;
}

@media (min-width: 1024px) {
  .vsm-default-single-media-hero .bg .component-wrapper .col {
    -webkit-box-flex: 65%;
        -ms-flex: 65% 0 1;
            flex: 65% 0 1;
  }
}

.vsm-default-single-media-hero .bg .video {
  height: 75vh;
  width: 100%;
}

.vsm-full-width-featured-testimonial-carousel {
  background-image: url(../img/Bronze.jpg);
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.vsm-full-width-featured-testimonial-carousel.dark-background {
  background: #000000;
}

.vsm-full-width-featured-testimonial-carousel::before {
  background-image: url(../img/AlchemyA.svg);
  background-repeat: no-repeat;
  background-position-y: bottom;
  right: -50%;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.1;
}

.vsm-full-width-featured-testimonial-carousel .bg {
  padding-top: var(--vsm-mobile-padding-top);
  padding-bottom: var(--vsm-mobile-padding-bottom);
  position: relative;
  overflow: visible;
  z-index: 1;
}

.vsm-full-width-featured-testimonial-carousel .bg .vsm-body .swiper-navigation div {
  margin: 0 0 0 1.275rem;
}

.vsm-full-width-featured-testimonial-carousel .bg .vsm-body .swiper-button-prev {
  font-size: 30px;
  font-size: 1.875rem;
  color: rgba(var(--vsm-white), 1);
  position: relative;
  top: 0;
  border: 4px solid rgba(var(--vsm-white), 1);
  border-radius: 100em;
  width: 4rem;
  height: 4rem;
}

.vsm-full-width-featured-testimonial-carousel .bg .vsm-body .swiper-button-next {
  font-size: 30px;
  font-size: 1.875rem;
  color: rgba(var(--vsm-white), 1);
  position: relative;
  top: 0;
  border: 4px solid rgba(var(--vsm-white), 1);
  border-radius: 100em;
  width: 4rem;
  height: 4rem;
}

.vsm-full-width-featured-testimonial-carousel .bg .vsm-body .col .content-card {
  background-color: rgba(var(--vsm-white), 1);
  border: solid #fff 0.5rem;
}

.vsm-full-width-featured-testimonial-carousel .bg .vsm-body .col .content-card .content {
  padding: 1rem 1rem;
}

.vsm-full-width-featured-testimonial-carousel .bg .testimonial-data .media {
  overflow: hidden;
  border-radius: 0px;
  margin-right: 0rem;
  position: relative;
  margin-bottom: 2rem;
}

.vsm-full-width-featured-testimonial-carousel .bg .testimonial-data .media img {
  border: 0.4rem solid #ffffff;
  border-radius: 0px;
  -o-object-position: center;
  object-position: center;
}

.vsm-full-width-featured-testimonial-carousel .bg .testimonial-data blockquote {
  left: 0;
  background: rgba(var(--vsm-white), 0);
  color: rgba(var(--vsm-white), 1);
}

.vsm-full-width-featured-testimonial-carousel .bg .testimonial-data blockquote a {
  color: rgba(var(--vsm-white), 1);
}

@media (min-width: 768px) {
  .vsm-full-width-featured-testimonial-carousel .bg {
    padding-top: var(--vsm-tablet-padding-top);
    padding-bottom: var(--vsm-tablet-padding-bottom);
  }
}

@media (min-width: 1024px) {
  .vsm-full-width-featured-testimonial-carousel .bg {
    padding-bottom: var(--vsm-desktop-padding-bottom);
    padding-top: var(--vsm-desktop-padding-top);
  }
}
.vsm-get-in-touch-form .element.select select {
  background-image: none;
  border: 0.063rem solid rgba(0,0,0,0.1);
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.625rem;
  appearance: none;
  background: #fff;
  color: rgba(var(--vsm-body-copy-colour), 0.7);
}
.vsm-get-in-touch-form.dark-background .element .error,
.vsm-get-in-touch-form.dark-background .element.checkbox .error{
 color: rgb(236, 188, 173);
 font-weight: 500;
}
.vsm-get-in-touch-form.dark-background {
  background-color: #000000;
}

.vsm-get-in-touch-form.dark-background .vsm-body a {
  color: #DCA796;
}

.vsm-get-in-touch-form.dark-background .vsm-body .sm-heading {
  color: rgba(var(--vsm-white), 1);
}

.vsm-get-in-touch-form.dark-background .vsm-body .element label {
  color: rgba(var(--vsm-white), 1);
}

.vsm-get-in-touch-form.dark-background .btn {
  background: #32322D;
  text-decoration: inherit;
  font-family: system-ui;
  font-size: 1rem;
  padding: 0.5rem 2.5rem;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
}

.vsm-get-in-touch-form.dark-background .btn span {
  color: rgba(var(--vsm-white), 1);
}

.vsm-get-in-touch-form.dark-background .btn:hover {
  background: #ffffff;
  text-decoration: inherit;
  font-family: system-ui;
  font-size: 1rem;
  padding: 0.5rem 2.5rem;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
}

.vsm-get-in-touch-form.dark-background .btn:hover span {
  color: rgba(var(--vsm-black), 1);
}

.vsm-timeline-vertical {
  position: relative;
  background: #ede8e2;
  background: -webkit-gradient(linear, left top, left bottom, from(#ede8e2), to(white));
  background: linear-gradient(180deg, #ede8e2 0%, white 100%);
}

.vsm-timeline-vertical .date-placeholder .date {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  color: rgba(var(--vsm-black), 1);
  text-align: center;
  position: relative;
}

.vsm-timeline-vertical .row {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  color: rgba(var(--vsm-primary-colour), 1);
  text-align: center;
  position: relative;
}

.vsm-timeline-vertical .row .content {
  text-align: left;
}

.vsm-timeline-vertical .row .rte p {
  color: rgba(var(--vsm-black), 1);
}

.vsm-timeline-vertical .row.left-side::before {
  background: #874A37;
}

.vsm-timeline-vertical .row.right-side::before {
  background: #874A37;
}

.vsm-timeline-vertical .row .bg {
  padding-top: var(--vsm-mobile-padding-top);
  padding-bottom: var(--vsm-mobile-padding-bottom);
}

@media (min-width: 768px) {
  .vsm-timeline-vertical .row .bg {
    padding-top: var(--vsm-tablet-padding-top);
    padding-bottom: var(--vsm-tablet-padding-bottom);
  }
}

@media (min-width: 1024px) {
  .vsm-timeline-vertical .row .bg {
    padding-top: var(--vsm-desktop-padding-top);
    padding-bottom: var(--vsm-mobile-padding-bottom);
  }
}

@media (min-width: 1024px) {
  .vsm-timeline-vertical .row .bg {
    padding-bottom: var(--vsm-desktop-padding-bottom);
    padding-top: var(--vsm-desktop-padding-top);
  }
}

.vsm-stats-count-up {
  background-color: #000;
  position: relative;
  padding-bottom: var(--vsm-mobile-padding-bottom);
}

@media (min-width: 768px) {
  .vsm-stats-count-up {
    padding-bottom: var(--vsm-tablet-padding-bottom);
  }
}

@media (min-width: 1024px) {
  .vsm-stats-count-up {
    padding-bottom: var(--vsm-mobile-padding-bottom);
  }
}

@media (min-width: 1024px) {
  .vsm-stats-count-up {
    padding-bottom: var(--vsm-desktop-padding-bottom);
  }
}

.vsm-stats-count-up::before {
  background-image: url(../img/arrow-up-overlay.png);
  background-repeat: no-repeat;
  background-size: 44%;
  background-position: bottom left;
  width: 120%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 0;
  left: -20%;
  bottom: 0;
  mix-blend-mode: normal;
  opacity: 1;
}

.vsm-stats-count-up .vsm-body {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vsm-stats-count-up .vsm-body .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1024px) {
  .vsm-stats-count-up .vsm-body .row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
}

.vsm-stats-count-up .col {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 99%;
  flex: 1 0 99%;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .vsm-stats-count-up .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 49%;
    flex: 1 0 49%;
  }
}

@media (min-width: 1024px) {
  .vsm-stats-count-up .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 49%;
    flex: 1 0 49%;
  }
}

.vsm-stats-count-up .col .stat {
  position: relative;
  z-index: 9999;
}

.vsm-stats-count-up .col .stat::after {
  display: none;
}

.vsm-stats-count-up .col .stat:last-child .stat:after {
  display: none;
}

.vsm-stats-count-up .col .stat .media {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  height: 10rem;
  min-width: 5rem;
  min-height: 5rem;
  border-radius: 100em;
  margin: 0 auto 0.938rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .vsm-stats-count-up .col .stat .media {
    width: 5rem;
    height: 5rem;
  }
}

@media (min-width: 1024px) {
  .vsm-stats-count-up .col .stat .media {
    width: 8rem;
    height: 8rem;
  }
}

.vsm-stats-count-up .col .stat .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 3.125rem;
  margin: 0 auto;
}

.vsm-stats-count-up .col .stat .count {
  margin: 0 auto 0.938rem auto;
  text-align: center;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 900;
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-stats-count-up .col .stat .description {
  font-weight: 900;
  font-size: 1.475rem;
  color: rgba(var(--vsm-white), 1);
}

/* ==============================
 sliders 
 ================================*/
.vsm-double-row-content-carousel .vsm-body {
  position: relative;
}

.vsm-double-row-content-carousel .vsm-body .media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 1.938rem;
margin-top: 1.938rem;
}


.vsm-profile-details {
  background-image: -webkit-gradient(linear, left top, right top, from(#f5eae7), to(#dfcfca));
  background-image: linear-gradient(to right, #f5eae7, #dfcfca);
}

.vsm-profile-details .vsm-body .md-heading {
  color: #874A37;
}

.vsm-profile-details .vsm-body .rte a {
  font-weight: 800;
  color: #656565;
}

.vsm-profile-details .profile-details .rte p b{
  font-weight: 700;
}

.vsm-profile-details .vsm-body .rte a:hover {
  color: #874A37;
}

.vsm-profile-details .profile-details .rte p{
  font-weight: 500;
}

.vsm-profile-details .profile-stats {
  padding: 0 0 1.25rem 0 !important;
  margin: 0 0 1.25rem 0 !important;
  border-bottom: 0.2rem solid #874A37;
}

.vsm-profile-details .profile-summary {
  padding: 0 0 0.75rem 0 !important;
  margin: 0 0 1.25rem 0 !important;
  border-bottom: 0.2rem solid #874A37;
}

.vsm-profile-details .profile-contacts .media {
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.vsm-profile-details .profile-contacts .media img {
  border: 0.4rem solid #ffffff;
  border-radius: 0px;
  -o-object-position: center;
     object-position: center;
}

.vsm-profile-details .profile-contacts .contacts a .back-link a {
  color: #000;
}

.vsm-profile-details .profile-contacts .contacts li {
  margin-bottom: 0px;
}

.vsm-profile-details .profile-contacts .contacts li:hover:nth-child(1) {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#502c1c), color-stop(27%, #99614e), color-stop(60%, #c6866d), color-stop(93%, #8c5747), color-stop(100%, #9c5340), color-stop(100%, #9b523f), to(#ca8b72));
  background: linear-gradient(90deg, #502c1c 0%, #99614e 27%, #c6866d 60%, #8c5747 93%, #9c5340 100%, #9b523f 100%, #ca8b72 100%);
}

.vsm-profile-details .profile-contacts .contacts li:hover:nth-child(1) .btn {
  color: #ffffff;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0.2rem solid #874A37;
}

.vsm-profile-details .profile-contacts .contacts li:hover:nth-child(1) .btn span {
  color: #ffffff;
}

.vsm-profile-details .profile-contacts .contacts li:hover:nth-child(1) .btn i {
  color: #ffffff;
}

.vsm-profile-details .profile-contacts .contacts li:hover:nth-child(2) {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#502c1c), color-stop(27%, #99614e), color-stop(60%, #c6866d), color-stop(93%, #8c5747), color-stop(100%, #9c5340), color-stop(100%, #9b523f), to(#ca8b72));
  background: linear-gradient(90deg, #502c1c 0%, #99614e 27%, #c6866d 60%, #8c5747 93%, #9c5340 100%, #9b523f 100%, #ca8b72 100%);
}

.vsm-profile-details .profile-contacts .contacts li:hover:nth-child(2) .btn {
  color: #ffffff;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0.2rem solid #874A37;
}

.vsm-profile-details .profile-contacts .contacts li:hover:nth-child(2) .btn span {
  color: #ffffff;
}

.vsm-profile-details .profile-contacts .contacts li:hover:nth-child(2) .btn i {
  color: #ffffff;
}

.vsm-profile-details .profile-contacts .contacts li:hover:nth-child(3) {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#502c1c), color-stop(27%, #99614e), color-stop(60%, #c6866d), color-stop(93%, #8c5747), color-stop(100%, #9c5340), color-stop(100%, #9b523f), to(#ca8b72));
  background: linear-gradient(90deg, #502c1c 0%, #99614e 27%, #c6866d 60%, #8c5747 93%, #9c5340 100%, #9b523f 100%, #ca8b72 100%);
}

.vsm-profile-details .profile-contacts .contacts li:hover:nth-child(3) .btn {
  color: #ffffff;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
}

.vsm-profile-details .profile-contacts .contacts li:hover:nth-child(3) .btn span {
  color: #ffffff;
}

.vsm-profile-details .profile-contacts .contacts li:hover:nth-child(3) .btn i {
  color: #ffffff;
}

.vsm-profile-details .profile-contacts .contacts li:hover:nth-child(3) .btn:hover {
  border-image-source: none;
  border-bottom: 0rem solid transparent;
}

.vsm-profile-details .profile-contacts .contacts li:hover a .btn {
  color: #ffffff;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0.2rem solid #874A37;
}

.vsm-profile-details .profile-contacts .contacts li:hover a .btn span {
  color: #ffffff;
}

.vsm-profile-details .profile-contacts .contacts li:hover a .btn i {
  color: #ffffff;
}

.vsm-profile-details .profile-contacts .contacts li .back-link {
  margin-top: 0.8rem;
}

.vsm-profile-details .profile-contacts .contacts li .back-link:hover {
  color: #874A37;
}

.vsm-profile-details .profile-contacts .contacts li .back-link:hover::before {
  color: #874A37;
}

.vsm-profile-details .profile-contacts .contacts li .back-link span {
  color: #000000;
}

.vsm-profile-details .profile-contacts .contacts li .back-link span:hover {
  color: #874A37;
}

.vsm-profile-details .profile-contacts .contacts li .back-link::before {
  color: #000000;
}

.vsm-profile-details .profile-contacts .contacts li:nth-child(1) .btn {
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0.2rem solid #874A37;
}

.vsm-profile-details .profile-contacts .contacts li:nth-child(1) .btn i {
  color: #000000;
}

.vsm-profile-details .profile-contacts .contacts li:nth-child(2) .btn {
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0.2rem solid #874A37;
}

.vsm-profile-details .profile-contacts .contacts li:nth-child(2) .btn i {
  color: #000000;
}

.vsm-profile-details .profile-contacts .contacts li:nth-child(3) .btn {
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
}

.vsm-profile-details .profile-contacts .contacts li:nth-child(3) .btn {
  background: transparent !important;
}

.vsm-profile-details .profile-contacts .contacts li:nth-child(4) .btn {
  background: #32322D;
  width: 100%;
}

.vsm-profile-details .profile-contacts .contacts li:nth-child(4) .btn span {
  color: #ffffff;
}

.vsm-profile-details .profile-contacts .contacts li .btn {
  width: 100%;
  background: none;
  color: #000;
}

.vsm-profile-cards {
  background-image: -webkit-gradient(linear, left top, right top, from(#f5eae7), to(#dfcfca));
  background-image: linear-gradient(to right, #f5eae7, #dfcfca);
  padding-bottom: var(--vsm-mobile-padding-bottom);
}

@media (min-width: 768px) {
  .vsm-profile-cards {
    padding-bottom: var(--vsm-tablet-padding-bottom);
  }
}

@media (min-width: 1024px) {
  .vsm-profile-cards {
    padding-bottom: var(--vsm-mobile-padding-bottom);
  }
}

@media (min-width: 1024px) {
  .vsm-profile-cards {
    padding-bottom: var(--vsm-desktop-padding-bottom);
  }
}

@media (min-width: 768px) {
  .vsm-profile-cards .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 992px) {
  .vsm-profile-cards .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}

.vsm-profile-cards .col:nth-child(2n + 1) {
  background: rgba(0, 0, 0, 0) !important;
}

.vsm-profile-cards .col:nth-child(2n) {
  background: rgba(0, 0, 0, 0) !important;
}

.vsm-profile-cards .profile {
  padding: 0rem 0 2rem 0;
}

.vsm-profile-cards .profile .content p {
  font-weight: 600;
}

.vsm-profile-cards .profile .content h4 {
  color: #874A37;
}

.vsm-profile-cards .profile .content a {
  color: #222222;
}

.vsm-profile-cards .profile .content a:hover {
  color: #874A37;
}

.vsm-profile-cards .profile .media {
  overflow: hidden;
  border-radius: 0px;
  margin-right: 0rem;
  width: 100%;
  margin-bottom: 2rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  min-height: 28rem;
}

@media (min-width: 768px) {
  .vsm-profile-cards .profile .media {
    min-height: 24rem;
  }
}

.vsm-profile-cards .profile .media img {
  border: 0.4rem solid #ffffff;
  border-radius: 0px;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  overflow: hidden;
}

.vsm-drop-off-your-cv {
  overflow: hidden;
  /*black btn*/
  /*End Black button*/
}

.vsm-drop-off-your-cv .container {
  position: relative;
}

.vsm-drop-off-your-cv .container::before {
  background-image: url(../img/small-A-icon.svg);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: contain;
  width: 160%;
  height: calc(160% + 6rem);
  content: "";
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.4;
  bottom: -4rem;
  right: 0;
  background-position-x: right;
}

.vsm-drop-off-your-cv .container .row {
  position: relative;
  z-index: 2;
}

.vsm-drop-off-your-cv .container > .row {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-item-align: left;
  -ms-grid-row-align: left;
  align-self: left;
}

.vsm-drop-off-your-cv .bg {
  background-color: rgba(var(--vsm-black), 1);
}

.vsm-drop-off-your-cv .form-holder a,
.vsm-drop-off-your-cv a {
  color: rgba(var(--vsm-accent-colour), 1) !important;
}

.vsm-drop-off-your-cv .form-holder .element.file .field .custom-file label .custom-file-label {
  font-size: 0.85rem;
  color: rgba(var(--vsm-black), 0.5) !important;
}

.vsm-drop-off-your-cv .form-holder .element.file .field .custom-file span {
  font-size: 0.85rem;
  color: rgba(var(--vsm-black), 0.5) !important;
}

.vsm-drop-off-your-cv .form-holder .element.file .custom-file label {
  background-color: rgba(var(--vsm-white), 1);
  color: rgba(var(--vsm-black), 1) !important;
}

.vsm-drop-off-your-cv .form-holder .element.file .custom-file label span {
  color: rgba(var(--vsm-black), 1) !important;
}

.vsm-drop-off-your-cv .form-holder .element.file .custom-file::after {
  color: rgba(var(--vsm-black), 1);
}

.vsm-drop-off-your-cv .form-holder .element.file .custom-file-label label {
  color: rgba(var(--vsm-black), 1) !important;
}

.vsm-drop-off-your-cv .form-holder .element.file .custom-file-label label span {
  color: rgba(var(--vsm-black), 1) !important;
}

.vsm-drop-off-your-cv .form-holder .element.file .custom-file-label::after {
  color: rgba(var(--vsm-black), 1);
}

.vsm-drop-off-your-cv .form-holder .element.select .field .custom-file label {
  color: rgba(var(--vsm-black), 1) !important;
}

.vsm-drop-off-your-cv .form-holder .element.select .field .custom-file label span {
  color: rgba(var(--vsm-black), 1) !important;
}

.vsm-drop-off-your-cv .form-holder .element.select .field::before {
  pointer-events: none;
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: rgba(var(--vsm-black), 1);
  position: absolute;
  top: 0.938rem;
  right: 0.938rem;
}

.vsm-drop-off-your-cv .form-holder .element.select select {
  font-size: 0.85rem;
  background-color: rgba(var(--vsm-white), 1);
  color: rgba(var(--vsm-black), 0.5) !important;
}

.vsm-drop-off-your-cv .form-holder .element.text input {
  background: white;
}

.vsm-drop-off-your-cv .form-holder .element.text input{
  color: #000;
}

.vsm-drop-off-your-cv .form-holder .element.text input::-webkit-input-placeholder {
  font-size: 0.85rem;
  color: rgba(var(--vsm-black), 0.5) !important;
}

.vsm-drop-off-your-cv .form-holder .element.text input:-ms-input-placeholder {
  font-size: 0.85rem;
  color: rgba(var(--vsm-black), 0.5) !important;
}

.vsm-drop-off-your-cv .form-holder .element.text input::-ms-input-placeholder {
  font-size: 0.85rem;
  color: rgba(var(--vsm-black), 0.5) !important;
}

.vsm-drop-off-your-cv .form-holder .element.text input::placeholder {
  font-size: 0.85rem;
  color: rgba(var(--vsm-black), 0.5) !important;
}

.vsm-drop-off-your-cv .form-holder .element.submit .btn {
  background: #32322D;
  text-decoration: inherit;
  font-family: system-ui;
  font-size: 1rem;
  padding: 0.5rem 2.5rem;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.vsm-drop-off-your-cv .form-holder .element.submit .btn:hover {
  background: #ffffff;
  text-decoration: inherit;
  font-family: system-ui;
  font-size: 1rem;
  padding: 0.5rem 2.5rem;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
}

.vsm-drop-off-your-cv .form-holder .element.submit .btn:hover span {
  color: rgba(var(--vsm-black), 1);
}

.vsm-drop-off-your-cv .btn {
  background: #32322D;
  text-decoration: inherit;
  font-family: system-ui;
  font-size: 1rem;
  padding: 0.5rem 2.5rem;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.vsm-drop-off-your-cv .btn span {
  color: rgba(var(--vsm-white), 1);
}

.vsm-drop-off-your-cv .btn:hover {
  background: #ffffff;
  text-decoration: inherit;
  font-family: system-ui;
  font-size: 1rem;
  padding: 0.5rem 2.5rem;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
}

.vsm-drop-off-your-cv .btn:hover span {
  color: rgba(var(--vsm-black), 1);
}

/* ============================
Job pages
==============================*/


.vsm-job-details .consultant{
  margin-right: 10rem;
}

.vsm-job-details .job-data .btn.btn-primary{
     background: #32322D;
    text-decoration: inherit;
    font-family: system-ui;
    font-size: 1rem;
    padding: 0.5rem 2.5rem;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
    cursor: pointer;
}

.vsm-job-details .job-data .btn.btn-primary span{
  color: #fff;
}

.vsm-job-details .job-data .btn.btn.btn-primary:hover{
    background: #fff;
        text-decoration: inherit;
        font-family: system-ui;
        font-size: 1rem;
        padding: 0.5rem 2.5rem;
        border: 10px solid;
        border-image-slice: 1;
        border-width: 5px;
        border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
}

.vsm-job-details .job-data .btn.btn-primary:hover span{
         color: #000;
}

/* Form button */


.vsm-job-details .form-holder .element.submit .btn-primary{
     background: #32322D;
    text-decoration: inherit;
    font-family: system-ui;
    font-size: 1rem;
    padding: 0.5rem 2.5rem;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
    cursor: pointer;
}

.vsm-job-details .form-holder .element.submit .btn.btn-primary span{
  color: #fff;
}

.vsm-job-details .form-holder .element.submit .btn.btn.btn-primary:hover{
    background: #fff;
        text-decoration: inherit;
        font-family: system-ui;
        font-size: 1rem;
        padding: 0.5rem 2.5rem;
        border: 10px solid;
        border-image-slice: 1;
        border-width: 5px;
        border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
}

.vsm-job-details .form-holder .element.submit .btn.btn-primary:hover span{
         color: #000;
}


.vsm-responsive-nav .search-bar .btn {
  border: none;
}

@media (max-width: 768px){

  .vsm-media-hub .row .content .rte p{
  font-weight: 400;
}

  .vsm-media-hub .row .content .rte ol li{
    font-weight: 400;
  }

    .vsm-media-hub .row .content .rte ul li{
      font-weight: 400;
    }

     .vsm-media-hub .row .content .rte {
       font-weight: 400;
     }

}

.vsm-media-hub .newsletter-signup .form-holder .input-group {
  border: solid;
  border-image-slice: 1;
  border-width: 0.3rem;
  border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
}

.vsm-media-hub .newsletter-signup .form-holder .form-control {
  border: none;
}

.vsm-media-hub .newsletter-signup .form-holder button {
  border: none;
  background-color: #222222;
}

.vsm-media-hub .newsletter-signup .form-holder button:hover {
  opacity: 0.7;
}

.vsm-small-boxes .bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ede8e2), to(#ffffff));
  background-image: linear-gradient(to bottom, #ede8e2, #ffffff);
  padding-top: var(--vsm-mobile-padding-top);
}

@media (min-width: 768px) {
  .vsm-small-boxes .bg {
    padding-top: var(--vsm-tablet-padding-top);
  }
}

@media (min-width: 1024px) {
  .vsm-small-boxes .bg {
    padding-top: var(--vsm-desktop-padding-top);
  }
}

@media (min-width: 1024px) {
  .vsm-small-boxes .bg {
    padding-top: var(--vsm-desktop-padding-top);
  }
}

.vsm-small-boxes .vsm-header {
  margin-bottom: 2rem;
}

.vsm-small-boxes .vsm-header .md-heading {
  background: #9a624f;
  background: -webkit-gradient(linear, left top, right top, from(#9a624f), to(#dca796));
  background: linear-gradient(to right, #9a624f 0%, #dca796 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}

@media (min-width: 768px) {
  .vsm-small-boxes .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
    max-width: 33%;
  }
}

.vsm-small-boxes .col .media {
  -webkit-transform: none;
  transform: none;
}

.vsm-small-boxes .col .media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: darken;
  background: rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#656565));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #656565 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#656565", GradientType=1);
}

.vsm-small-boxes .col .small-box-card {
  -webkit-transform: none;
  transform: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: 2px solid #99614e;
  padding: 0.5rem;
  border-radius: 100%;
}

.vsm-small-boxes .col .small-box-card .xs-heading {
  font-size: 1.75rem;
}

@media (min-width: 1024px) {
  .vsm-small-boxes .col .small-box-card .xs-heading {
    font-size: 2rem;
  }
}

@media (min-width: 1400px) {
  .vsm-small-boxes .col .small-box-card .xs-heading {
    font-size: 2.25rem;
  }
}

.vsm-small-boxes .col .small-box-card:hover .media {
  -webkit-transform: none;
  transform: none;
}

.vsm-small-boxes .col .small-box-card .media {
  position: relative;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  overflow: hidden;
}

.vsm-small-boxes .col .small-box-card .media img {
  max-width: 767px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.vsm-small-boxes .col .small-box-card .content {
  position: absolute;
  z-index: 0000;
}

.vsm-small-boxes .col .small-box-card .content .media {
  display: none;
}

.vsm-small-boxes .col .small-box-card .content .details a::after {
  color: rgba(var(--vsm-white), 1);
}

.vsm-small-boxes .col .small-box-card .content .details a span {
  font-weight: 700;
  color: rgba(var(--vsm-white), 1);
}

.vsm-image-grid {
  background-color: #000;
  overflow: hidden;
}
.vsm-image-grid .grid-right{
  position: relative;
}
.vsm-image-grid .grid-right::before {
  background-image: url(../img/AlchemyA.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
width: 100%;
height: 100%;
  content: "";
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.2;

}
.vsm-image-grid .bg {
  padding-top: var(--vsm-mobile-padding-top);
  padding-bottom: var(--vsm-mobile-padding-bottom);
}

@media (min-width: 992px) {
  .vsm-image-grid .container {
    max-width: 100%;
  }
}

.vsm-aligned-title-intro-text .bg {
  padding-top: var(--vsm-mobile-padding-top);
  padding-bottom: var(--vsm-mobile-padding-bottom);
}

@media (min-width: 768px) {
  .vsm-aligned-title-intro-text .bg {
    padding-top: var(--vsm-tablet-padding-top);
    padding-bottom: var(--vsm-tablet-padding-bottom);
  }
}

@media (min-width: 1024px) {
  .vsm-aligned-title-intro-text .bg {
    padding-top: var(--vsm-desktop-padding-top);
  }
}

@media (min-width: 1024px) {
  .vsm-aligned-title-intro-text .bg {
    padding-top: var(--vsm-desktop-padding-top);
  }
}

.vsm-aligned-title-intro-text .vsm-body .md-heading {
  background: #9a624f;
  background: -webkit-gradient(linear, left top, right top, from(#9a624f), to(#dca796));
  background: linear-gradient(to right, #9a624f 0%, #dca796 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}

.vsm-intro-content-40-60 .bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ede8e2), to(#ffffff));
  background-image: linear-gradient(to bottom, #ede8e2, #ffffff);
  padding-top: var(--vsm-mobile-padding-top);
  padding-bottom: var(--vsm-mobile-padding-bottom);
}

@media (min-width: 768px) {
  .vsm-intro-content-40-60 .bg {
    padding-top: var(--vsm-tablet-padding-top);
    padding-bottom: var(--vsm-tablet-padding-bottom);
  }
}

@media (min-width: 1024px) {
  .vsm-intro-content-40-60 .bg {
    padding-top: var(--vsm-desktop-padding-top);
    padding-bottom: var(--vsm-desktop-padding-bottom);
  }
}

@media (min-width: 1024px) {
  .vsm-intro-content-40-60 .bg {
    padding-top: var(--vsm-desktop-padding-top);
    padding-bottom: var(--vsm-desktop-padding-bottom);
  }
}

.vsm-job-carousel .bg {
  background: #333333;
  padding-top: var(--vsm-mobile-padding-top);
  padding-bottom: var(--vsm-mobile-padding-bottom);
}

@media (min-width: 768px) {
  .vsm-job-carousel .bg {
    padding-top: var(--vsm-tablet-padding-top);
    padding-bottom: var(--vsm-tablet-padding-bottom);
  }
}

@media (min-width: 1024px) {
  .vsm-job-carousel .bg {
    padding-top: var(--vsm-desktop-padding-top);
    padding-bottom: var(--vsm-desktop-padding-bottom);
  }
}

@media (min-width: 1024px) {
  .vsm-job-carousel .bg {
    padding-top: var(--vsm-desktop-padding-top);
    padding-bottom: var(--vsm-desktop-padding-bottom);
  }
}

.vsm-job-carousel .bg .vsm-header .md-heading {
  color: rgba(var(--vsm-white), 1);
}

.vsm-job-carousel .bg .vsm-body .swiper-slide {
  border: 5px solid;
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to bottom right, #874a37, #dca796);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ede8e2), to(#ffffff));
  background-image: linear-gradient(to bottom, #ede8e2, #ffffff);
}

.vsm-job-carousel .bg .vsm-body .swiper-slide .icon::before {
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  right: 0px;
  color: rgba(var(--vsm-black), 1);
}

.vsm-job-carousel .bg .vsm-body .swiper-navigation {
  margin-top: 1rem;
}

.vsm-job-carousel .bg .vsm-body .swiper-navigation .swiper-button-next {
  color: rgba(var(--vsm-white), 1);
}

.vsm-job-carousel .bg .vsm-body .swiper-navigation .swiper-button-prev {
  color: rgba(var(--vsm-white), 1);
}

/* Job Search results listings & filters*/

.vsm-job-search-results-listings .job-search-filters .form-holder .filter-apply .element.submit .btn{
    background: #32322D;
    text-decoration: inherit;
    font-family: system-ui;
    font-size: 1rem;
    padding: 0.5rem 2.5rem;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
    cursor: pointer;
}

.vsm-job-search-results-listings .job-search-filters .form-holder .filter-apply .element.submit .btn:hover{
  background: #fff;
        text-decoration: inherit;
        font-family: system-ui;
        font-size: 1rem;
        padding: 0.5rem 2.5rem;
        border: 10px solid;
        border-image-slice: 1;
        border-width: 5px;
        border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
}

.vsm-job-search-results-listings .job-search-filters .form-holder .filter-apply .element.submit .btn:hover span{
   color: #000;
}

.vsm-job-search-results-listings .job-search-filters .form-holder .filter-apply .element.submit .btn span{
  color: #fff;
}



.vsm-job-search-results-listings .job-search-filters .form-holder .filter-clear .element.submit .btn{
   background: #fff;
        text-decoration: inherit;
        font-family: system-ui;
        font-size: 1rem;
        padding: 0.5rem 2.5rem;
        border: 10px solid;
        border-image-slice: 1;
        border-width: 5px;
        border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
}

.vsm-job-search-results-listings .job-search-filters .form-holder .filter-clear .element.submit .btn:hover{
        background: #32322D;
        text-decoration: inherit;
        font-family: system-ui;
        font-size: 1rem;
        padding: 0.5rem 2.5rem;
        border: 5px solid;
        border-image-slice: 1;
        border-width: 5px;
        border-image-source: linear-gradient(to bottom right,#874A37,#DCA796);
}

.vsm-job-search-results-listings .job-search-filters .form-holder .filter-clear .element.submit .btn:hover span{
    color: #fff;

}


.vsm-job-search-results-listings .job-search-filters .form-holder .filter-clear .element.submit .btn span{
  color: #000;
}




.vsm-job-search-results-listings .job-results .job-listing .job-data .btn.btn-primary{
  background: #32322D;
    text-decoration: inherit;
    font-family: system-ui;
    font-size: 1rem;
    padding: 0.5rem 2.5rem;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
    cursor: pointer;
}

.vsm-job-search-results-listings .job-results .job-listing .job-data .btn.btn-primary span{
    color: #fff;
}

.vsm-job-search-results-listings .job-results .job-listing .job-data .btn.btn-primary:hover {
        background: #fff;
        text-decoration: inherit;
        font-family: system-ui;
        font-size: 1rem;
        padding: 0.5rem 2.5rem;
        border: 10px solid;
        border-image-slice: 1;
        border-width: 5px;
        border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
      }

.vsm-job-search-results-listings .job-results .job-listing .job-data .btn.btn-primary:hover span{
        color: #000;
}


.vsm-job-search-results-listings .job-results .job-listing .job-data .btn.btn-secondary{
    background: #fff;
    text-decoration: inherit;
    font-family: system-ui;
    font-size: 1rem;
    padding: 0.5rem 2.5rem;
    border: 5px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
    cursor: pointer;
}

 .vsm-job-search-results-listings .job-results .job-listing .job-data .btn.btn-secondary:hover{
       background: #32322D;
        text-decoration: inherit;
        font-family: system-ui;
        font-size: 1rem;
        padding: 0.5rem 2.5rem;
        border: 5px solid;
        border-image-slice: 1;
        border-width: 5px;
        border-image-source: linear-gradient(to bottom right,#874A37,#DCA796);
      }

.vsm-content-in-image-carousel .content-in-image {
  min-height: 365px;
}
.vsm-content-layout-4 {
  overflow: hidden;
}
.vsm-content-layout-4 .vsm-body .sm-heading {
  background: #9a624f;
  background: -webkit-gradient(linear, left top, right top, from(#9a624f), to(#dca796));
  background: linear-gradient(to right, #9a624f 0%, #dca796 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}

.vsm-content-layout-4 .vsm-body .left-col .media {
  overflow: hidden;
}

.vsm-content-layout-4 .vsm-body .left-col .media::after {
  background: #502c1c;
  background: -webkit-gradient(linear, left top, right top, from(#502c1c), color-stop(27%, #99614e), color-stop(60%, #c6866d), color-stop(93%, #8c5747), color-stop(100%, #9c5340), color-stop(100%, #9b523f), to(#ca8b72));
  background: linear-gradient(90deg, #502c1c 0%, #99614e 27%, #c6866d 60%, #8c5747 93%, #9c5340 100%, #9b523f 100%, #ca8b72 100%);
  width: 100%;
  height: 0.2rem;
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 25px;
  display: inline-block;
}

.vsm-content-layout-4 .vsm-body .right-col .media {
  overflow: hidden;
}

.vsm-content-layout-4 .vsm-body .right-col .media::before {
  opacity: 0.7;
  background: url(../img/white-overlay.svg);
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: overlay;
  background-size: contain;
  width: 265px;
  height: 250px;
  content: "";
  position: absolute;
  z-index: 2;
  right: 0.5rem;
  bottom: 2rem;
  display: inline-block;
}

.vsm-split-get-in-touch-form-content .bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ede8e2), to(#ffffff));
  background-image: linear-gradient(to bottom, #ede8e2, #ffffff);
  padding-top: var(--vsm-mobile-padding-top);
  padding-bottom: var(--vsm-mobile-padding-bottom);
}

@media (min-width: 768px) {
  .vsm-split-get-in-touch-form-content .bg {
    padding-top: var(--vsm-tablet-padding-top);
    padding-bottom: var(--vsm-tablet-padding-bottom);
  }
}

@media (min-width: 1024px) {
  .vsm-split-get-in-touch-form-content .bg {
    padding-top: var(--vsm-desktop-padding-top);
    padding-bottom: var(--vsm-desktop-padding-bottom);
  }
}

@media (min-width: 1024px) {
  .vsm-split-get-in-touch-form-content .bg {
    padding-top: var(--vsm-desktop-padding-top);
    padding-bottom: var(--vsm-desktop-padding-bottom);
  }
}

.vsm-split-get-in-touch-form-content .bg .vsm-body .md-heading {
  color: #874A37;
}

.vsm-split-get-in-touch-form-content .bg .vsm-body .socials a {
  color: #000;
}

.vsm-split-get-in-touch-form-content .bg .vsm-body .socials a i {
  color: #000;
}

.vsm-split-get-in-touch-form-content .bg .vsm-body .socials a:hover {
  opacity: 0.7;
}

.vsm-split-get-in-touch-form-content .bg .vsm-body .general-contact-details i {
  color: #000;
}

.vsm-split-get-in-touch-form-content .bg .vsm-body .form-holder {
  /*End Black button*/
}

.vsm-split-get-in-touch-form-content .bg .vsm-body .form-holder .btn {
  background: #32322D;
  text-decoration: inherit;
  font-family: system-ui;
  font-size: 1rem;
  padding: 0.5rem 2.5rem;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.vsm-split-get-in-touch-form-content .bg .vsm-body .form-holder .btn span {
  color: rgba(var(--vsm-white), 1);
}

.vsm-split-get-in-touch-form-content .bg .vsm-body .form-holder .btn:hover {
  background: #ffffff;
  text-decoration: inherit;
  font-family: system-ui;
  font-size: 1rem;
  padding: 0.5rem 2.5rem;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
}

.vsm-split-get-in-touch-form-content .bg .vsm-body .form-holder .btn:hover span {
  color: rgba(var(--vsm-black), 1);
}

.icheck-primary > input:first-child:checked + input[type="hidden"] + label::before, .icheck-primary > input:first-child:checked + label::before {
  background-color: rgba(var(--vsm-white), 1);
  border: 0.063rem solid rgba(var(--vsm-white), 1);
}

.vsm-timeline-vertical {
  height: auto!important;
}
@media (min-width: 768px){
.vsm-latest-featured .vsm-body .col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%;
  height: auto;
  display: flex;
  align-items: stretch;
}
}


.vsm-profile-cards .profile .media[data-initials]::before{
  display:none!important;
}


.vsm-video-carousel {
  position: relative;
}
.vsm-video-carousel .bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: var(--vsm-mobile-padding-top);
  padding-bottom: var(--vsm-mobile-padding-bottom);
  overflow: hidden;
}
@media (min-width: 1024px) {
  .vsm-video-carousel .bg {
    padding-top: var(--vsm-desktop-padding-top);
    padding-bottom: var(--vsm-desktop-padding-bottom);
  }
}
.vsm-video-carousel .bg::before {
  background-image: url("/img/AlchemyA.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 156%;
  content: "";
  position: absolute;
  z-index: 1;
  right: -59%;
  top: -43%;
  mix-blend-mode: normal;
  opacity: 0.15;
}
.vsm-video-carousel .vsm-header .xs-heading {
  color: black;
}
.vsm-video-carousel .vsm-header .md-heading {
  color: black;
}
.vsm-video-carousel .vsm-header .btn {
  background: #ffffff;
  text-decoration: inherit;
  font-family: system-ui;
  font-size: 1rem;
  padding: 0.5rem 2.5rem;
  border: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to bottom right, #874A37, #DCA796);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.vsm-video-carousel .vsm-header .btn:hover {
  background: #000000 !important;
  box-shadow: none;
}
.vsm-video-carousel .vsm-header .btn:hover span {
  color: #fff;
}
.vsm-video-carousel .vsm-header .btn span {
  color: #000;
}
.vsm-video-carousel .component-wrapper {
  position: relative;
  z-index: 1;
}
.vsm-video-carousel .xs-heading {
  color: black;
}
.vsm-video-carousel .md-heading {
  color: black;
}
.vsm-video-carousel .media:hover {
  border: 3px solid #fff;
  transition: all 0.2s ease-in-out;
}
.vsm-video-carousel .content a {
  color: #fff;
  text-decoration: none;
}
.vsm-video-carousel .content span {
  font-size: 1.7rem;
  font-weight: 600;
  color: #fff;
}
.vsm-video-carousel .content p {
  font-weight: 300;
}
.vsm-video-carousel .play-btn {
  padding: 3rem;
}
.vsm-video-carousel .play-btn::after {
  color: #fff !important;
}
.vsm-video-carousel .play-btn svg {
  height: 4rem;
  width: 4rem;
  border-radius: 0;
}
.vsm-video-carousel .swiper-navigation {
  margin-top: 2rem;
}
.vsm-video-carousel .swiper-navigation .swiper-button-next,
.vsm-video-carousel .swiper-navigation .swiper-button-prev {
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  padding: 2rem;
}

.vsm-default-single-media-hero.home-page-styles {
  overflow: hidden;
  position: relative;
}

.vsm-default-single-media-hero.home-page-styles::before{
  display: none;
}
@media (min-width: 1024px) {
.vsm-default-single-media-hero.home-page-styles .bg::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 40%;
    background: rgba(0,0,0,0);
    background-image: url(../img/smallbg-hero-overlay.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: bottom;
    background-position-x: center;
    width: 50vw;
    height: 100%;
    bottom: 0 !important;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0);
    mix-blend-mode: overlay;
    opacity: 0.3;
    margin-left: 10%;
    margin-right: 10%;
  }
 .vsm-default-single-media-hero.home-page-styles .bg::after {
    background-image: url(../img/AlchemyA.svg);
    background-repeat: no-repeat;
    background-size: 40%;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 0;
    left: -8rem;
    top: 11rem;
    display: inline-block;
    mix-blend-mode: overlay;
    opacity: 0.3;
  }
}
.vsm-default-single-media-hero.home-page-styles .bg .video::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0);
  mix-blend-mode: multiply;
}
.vsm-default-single-media-hero.home-page-styles .heading {
  font-size: 4.4rem;
  font-weight: 800;
}

.vsm-default-single-media-hero.home-page-styles .bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.vsm-default-single-media-hero.home-page-styles .bg .component-wrapper {
  padding-bottom: 5rem;
  z-index: 3;
}
.vsm-default-single-media-hero.home-page-styles .bg .component-wrapper .btn{
 margin-top:2rem; 
}
@media (min-width: 1024px) {
  .vsm-default-single-media-hero.home-page-styles .bg .component-wrapper .col {
    -webkit-box-flex: 65%;
        -ms-flex: 65% 0 1;
            flex: 65% 0 1;
  }
}

.vsm-default-single-media-hero.home-page-styles .bg .video {
  height: 100vh;
  width: 100%;
}
.vsm-double-row-content-carousel .vsm-body .media{
width: auto;
height: 8rem;
 -o-object-fit: contain;
  object-fit: contain;
  justify-content: center;
}
@media (min-width: 1024px) {
.vsm-double-row-content-carousel .vsm-body .media{
max-width: 12rem;
height: 8rem;
 -o-object-fit: contain;
  object-fit: contain;
  justify-content: center;
}
}

.vsm-double-row-content-carousel .vsm-body .row{
  justify-content: center;
}
.vsm-double-row-content-carousel .vsm-body .media img{
  -o-object-fit: contain;
  object-fit: contain;
  padding: 0.5rem;
  max-width: 100%;
  height: auto;
}
.vsm-double-row-content-carousel .vsm-body .col:nth-child(2){
  display: none;
}

.vsm-content-carousel .vsm-body .media{
max-width: auto;
height: 8rem;
 -o-object-fit: contain;
  object-fit: contain;
  justify-content: center;
}
@media (min-width: 1024px) {
.vsm-content-carousel .vsm-body .media{
max-width: 12rem;
height: 8rem;
 -o-object-fit: contain;
  object-fit: contain;
  justify-content: center;
}
}

.vsm-content-carousel .vsm-body .media img{
  -o-object-fit: contain;
  object-fit: contain;
  padding: 0.5rem;
  max-width: 100%;
  height: auto;
}
.vsm-content-carousel .vsm-body .col:nth-child(2){
  display: none;
}

@media (max-width: 767px) {
  .vsm-default-single-media-hero.home-page-styles .bg{
    height: 100%;
  }
  .vsm-default-single-media-hero.home-page-styles .bg .video{
    height:100%;
  }
  .vsm-default-single-media-hero.home-page-styles .heading {
    font-size: 2.4rem;
    font-weight: 800;
}
.vsm-default-single-media-hero.home-page-styles .bg .component-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
    
}
.vsm-default-single-media-hero.home-page-styles .bg {
    height: 60vw;
}
.vsm-default-single-media-hero .bg .video video {

    min-height: 100%;
    /* min-width: 50%; */
    width: auto;
    height: 100%;

}
}

.universal-embed-container a{
  text-decoration: none;
}
.universal-embed-container a:hover{
opacity: 0.7;
}

.vsm-short-testimonial-carousel .swiper-pagination .swiper-pagination-bullet{
  text-indent: -300em;
}

.vsm-media-hub.vsm-video-article .container-fluid {
  padding-left: 0;
  padding-right: 0;
 max-width: 1320px;
}
.vsm-responsive-nav.no-search {
  padding: 0rem 0rem;
}
.vsm-responsive-nav .more-nav li .submenu{
  z-index: 2;
}
.vsm-top .navigation .primary-nav ul li ul {
  width: max-content;
  min-width: 7rem;
}