:root {
  --vsm-white: 255, 255, 255;
  --vsm-black: 9, 9, 9;
  --vsm-body-copy-colour: 95, 99, 104;
  --vsm-accent-colour: 118, 160, 143;
  --vsm-primary-colour: 227, 101, 101;
  --vsm-secondary-colour: 118, 160, 143;
  --vsm-tertiary-colour: 218, 172, 134;
  --vsm-quaternary-colour: 58, 55, 49;
  --vsm-quinary-colour: 214, 218, 213;
  --plyr-video-control-background-hover: rgba(255, 255, 255, 0.5);
  --plyr-color-main: rgba(255, 255, 255, 0.5);
  --vsm-button-text-size:16px;
  --vsm-oversized-text-size:30px;
}
.vsm-media-hub .article-tags dd:last-child::after{
  display: none;
  content: none!important;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  padding: 1.875rem;
}

.plyr__control--overlaid svg {
  color: #e36565;
}

.plyr__control svg {
  height: 28px;
  height: var(--plyr-control-icon-size, 28px);
  pointer-events: none;
  width: 28px;
  width: var(--plyr-control-icon-size, 28px);
}

:root {
  --vsm-mobile-padding-top: 30px;
  --vsm-mobile-padding-bottom: 30px;
  --vsm-tablet-padding-top: 50px;
  --vsm-tablet-padding-bottom: 50px;
  --vsm-desktop-padding-top: 100px;
  --vsm-desktop-padding-bottom: 100px;
}

/* **** 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
--------------------------------*/
/* ------------------------------
Typography
--------------------------------*/
@font-face {
   font-family: 'THICCCBOI-Thin';
  src: url("../fonts/THICCCBOI-Thin.woff2") format("woff2");
  font-weight: 100;
}

@font-face {
  font-family: 'THICCCBOI-Light';
  src: url("../fonts/THICCCBOI-Light.woff2") format("woff2");
  font-weight: 300;
}

@font-face {
  font-family: 'THICCCBOI-Regular';
  src: url("../fonts/THICCCBOI-Regular.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family: 'THICCCBOI-Medium';
  src: url("../fonts/THICCCBOI-Medium.woff2") format("woff2");
  font-weight: 500;
}

@font-face {
  font-family: 'THICCCBOI-SemiBold';
  src: url("../fonts/THICCCBOI-SemiBold.woff2") format("woff2");
  font-weight: 600;
}

@font-face {
  font-family: 'THICCCBOI-Bold';
  src: url("../fonts/THICCCBOI-Bold.woff2") format("woff2");
  font-weight: 700;
}

@font-face {
  font-family: 'THICCCBOI-ExtraBold';
  src: url("../fonts/THICCCBOI-ExtraBold.woff2") format("woff2");
  font-weight: 900;
}

html,
body {
  height: 100% !important;
  font-family: 'THICCCBOI-Regular';
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  font-size: 14px;
}

@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: 'THICCCBOI-Bold';
  font-weight: 700;
}

p{
  font-family: 'THICCCBOI-Light';

}

ul,
ol,
dd,
li{
  font-family: 'THICCCBOI-Bold';
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6;
}

ul strong,
ol strong,
dd strong,
li strong,
p strong {
  font-weight: 600;
  font-family: 'THICCCBOI-ExtraBold';
}
.rte p{
  font-family: 'THICCCBOI-Light';
  font-size: 16px;
}
.rte ul li{
  font-family: 'THICCCBOI-Light';
  font-size: 16px;
}
a {
  color: #E36565;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #76A08F;
}

.heading {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .heading {
    font-size: 70px;
    font-size: 4.375rem;
  }
}

.md-heading {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
}

.sm-heading {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
}

.xs-heading {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.xxs-heading {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.sub-heading {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

/* ------------------------------
Buttons
--------------------------------*/
.btn {
  border-radius: 0.625rem;
  background: #e36565;
  border: 0.0625rem solid #e36565;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 1024px) {
  .btn {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

.btn:hover {
  background: #76a08f;
  border: 0.0625rem solid #76a08f;
}

/* ------------------------------
Forms
--------------------------------*/
/* ***** FORM VALIDATION MESSAGES ****** */
.field-validation-error,
.field-validation-valid,
.validation-summary-errors {
  /* DEFAULT STYLES FOR VALIDATION MESSAGES - CLASS BASED ON DEV REQUIREMENTS */
}

/* ------------------------------
Theme
--------------------------------*/
.fixed-bar-position header {
  position: -webkit-sticky;
  position: sticky;
}

.fixed-bar-position header .vsm-top .navigation {
  background: #e36565;
}

.fixed-bar-position header .vsm-top .navigation .primary-nav ul li a {
  color: white;
}

.fixed-bar-position header .vsm-top .navigation .primary-nav ul li a:hover {
  color: #090909;
}

.fixed-bar-position header .vsm-top .navigation .primary-nav ul li.dropdown > a:after, .fixed-bar-position header .vsm-top .navigation .primary-nav ul li.meganav > a:after {
  color: white;
}

.fixed-bar-position header .vsm-top .navigation .primary-nav ul li.dropdown:hover > a, .fixed-bar-position header .vsm-top .navigation .primary-nav ul li.meganav:hover > a {
  color: #090909;
}

.fixed-bar-position header .vsm-top .navigation .primary-nav ul li.dropdown:hover > a:after, .fixed-bar-position header .vsm-top .navigation .primary-nav ul li.meganav:hover > a:after {
  color: #e36565;
}
.vsm-top .navigation .primary-nav ul li ul{
  width: max-content;
min-width: 10rem;
}
.fixed-bar-position header .vsm-top .navigation .more-nav nav ul li a {
  color: white;
}

.fixed-bar-position header .vsm-top .navigation .more-nav nav ul li .burger-menu span {
  background: white;
}

.fixed-bar-position header .vsm-top .navigation .more-nav nav ul li .burger-menu span:before, .fixed-bar-position header .vsm-top .navigation .more-nav nav ul li .burger-menu span:after {
  background: white;
}

.element label {
  font-weight: 700;
}

header {
  position: fixed;
  width: 100%;
}

.inline-link {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.vsm-top .navigation.search-open .search-bar select {
  height: 100%;
}

.form-select {
  border: 0;
}

.form-control {
  border: 0;
}

.vsm-top .navigation.search-open {
  background: #e36565;
}

.vsm-top .navigation.search-open .search-bar .btn {
  background: #090909;
  border: 0.0625rem solid #090909;
}

.vsm-top .navigation.search-open .search-bar-btn i {
  color: white;
}

.vsm-top .navigation .brand img {
  height: 3.5rem;
}

.vsm-top .navigation .primary-nav ul li a {
  color: white;
}

.vsm-top .navigation .primary-nav ul li.dropdown > a:after, .vsm-top .navigation .primary-nav ul li.meganav > a:after {
  color: white;
}

.vsm-top .navigation .more-nav nav ul li a {
  color: white;
}

.vsm-top .navigation .more-nav nav ul li .burger-menu span {
  background: white;
}

.vsm-top .navigation .more-nav nav ul li .burger-menu span:before, .vsm-top .navigation .more-nav nav ul li .burger-menu span:after {
  background: white;
}

.vsm-top .navigation .more-nav nav ul li.lang {
  margin: 0 0 0 0.625rem;
}

.vsm-top .navigation .more-nav nav ul li.lang img {
  width: 100%;
  max-width: 20px;
}

.vsm-top .navigation .more-nav nav ul li.lang .toggle-drop {
  position: relative;
  top: -0.125rem;
}

.vsm-top .navigation .more-nav nav ul li.lang .toggle-drop .menu-dropdown {
  width: 5rem;
}

.vsm-top .navigation .more-nav nav ul li.lang .toggle-drop:hover {
  background: white;
}

.vsm-top .navigation .more-nav nav ul li.lang .toggle-drop span {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.vsm-top .navigation .more-nav nav ul li.lang .toggle-drop span i {
  color: white;
  margin-left: 0.3125rem;
}

.vsm-top .navigation .more-nav nav ul li.lang .toggle-drop span span {
  display: none;
}

.vsm-top.fixed {
  background: rgba(227, 101, 101, 0.9);
}

.vsm-top.fixed .navigation .primary-nav ul li a {
  color: white;
}

.vsm-top.fixed .navigation .primary-nav ul li a:hover {
  color: #090909;
}

.vsm-top.fixed .navigation .primary-nav ul li.dropdown > a:after, .vsm-top.fixed .navigation .primary-nav ul li.meganav > a:after {
  color: white;
}

.vsm-top.fixed .navigation .primary-nav ul li.dropdown:hover > a, .vsm-top.fixed .navigation .primary-nav ul li.meganav:hover > a {
  color: #090909;
}

.vsm-top.fixed .navigation .primary-nav ul li.dropdown:hover > a:after, .vsm-top.fixed .navigation .primary-nav ul li.meganav:hover > a:after {
  color: #e36565;
}

.vsm-top.fixed .navigation .more-nav nav ul li a {
  color: white;
}

.vsm-top.fixed .navigation .more-nav nav ul li .burger-menu span {
  background: white;
}

.vsm-top.fixed .navigation .more-nav nav ul li .burger-menu span:before, .vsm-top.fixed .navigation .more-nav nav ul li .burger-menu span:after {
  background: white;
}

.menu-open .vsm-top {
  background: #e36565;
}

.menu-open .vsm-top .navigation .primary-nav ul li a {
  color: white;
}

.menu-open .vsm-top .navigation .primary-nav ul li a:hover {
  color: #090909;
}

.menu-open .vsm-top .navigation .primary-nav ul li.dropdown > a:after, .menu-open .vsm-top .navigation .primary-nav ul li.meganav > a:after {
  color: white;
}

.menu-open .vsm-top .navigation .primary-nav ul li.dropdown:hover > a, .menu-open .vsm-top .navigation .primary-nav ul li.meganav:hover > a {
  color: #090909;
}

.menu-open .vsm-top .navigation .primary-nav ul li.dropdown:hover > a:after, .menu-open .vsm-top .navigation .primary-nav ul li.meganav:hover > a:after {
  color: #e36565;
}

.menu-open .vsm-top .navigation .more-nav nav ul li a {
  color: white;
}

.menu-open .vsm-top .navigation .more-nav nav ul li .burger-menu span {
  background: white;
}

.menu-open .vsm-top .navigation .more-nav nav ul li .burger-menu span:before, .menu-open .vsm-top .navigation .more-nav nav ul li .burger-menu span:after {
  background: white;
}

.vsm-default-internal-hero .search-bar .btn, .vsm-default-internal-hero .search-bar .input-group span, .vsm-default-internal-hero .search-bar .input-group input, .vsm-default-internal-hero .search-bar .input-group select {
  height: 3.125rem;
}

.btn.btn-primary:hover {
  border: 0.063rem solid rgba(var(--vsm-secondary-colour), 1);
  background-color: rgba(var(--vsm-secondary-colour), 1);
}

.btn.btn-secondary {
  border: 0.063rem solid rgba(var(--vsm-tertiary-colour), 1);
  background-color: rgba(var(--vsm-tertiary-colour), 1);
}

.job-search-filters .filter-apply .btn:hover {
  border: 0.063rem solid rgba(var(--vsm-secondary-colour), 1);
  background-color: rgba(var(--vsm-secondary-colour), 1);
}

.job-search-filters .filter-clear .btn {
  border: 0.063rem solid rgba(var(--vsm-tertiary-colour), 1);
  background-color: rgba(var(--vsm-tertiary-colour), 1);
}

#vennture_dynamic_jobsearch .vsm-body .search-bar .autocomplete-dropdown-container{
  z-index:10
}

body.dark_theme footer.vsm-default-footer {
  background: #090909;
}

body.dark_theme .vsm-default-signoff {
  background: #090909;
}

body.dark_theme footer.vsm-default-footer .newsletter-signup .btn {
  border: 2px solid white !important;
  color: white;
}

footer.vsm-default-footer {
  background: #3a3731;
}

footer.vsm-default-footer .newsletter-signup .btn {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  border-radius: 0;
  border: 0;
}

.vsm-default-signoff {
  background: #3a3731;
}

.vsm-default-signoff a,
.vsm-default-signoff span {
  font-size: 12px;
  font-size: 0.75rem;
}

.cm-box-options-hero::before {
  content: "3";
  font-family: "THICCCBOI-ExtraBold", sans-serif;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  font-size: 670px;
  font-size: 41.875rem;
  color: rgba(227, 101, 101, 0.5);
  mix-blend-mode: color-burn;
  z-index: 2;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.cm-box-options-hero .component-wrapper {
  padding-top: 9.375rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  z-index: 3;
}

@media (min-width: 768px) {
  .cm-box-options-hero .component-wrapper {
    padding-top: 7.5rem;
  }
}

.cm-box-options-hero .vsm-body {
  height: 100%;
}

.cm-box-options-hero .vsm-body > .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cm-box-options-hero .container > .row:nth-child(1) {
  padding-bottom: 3.75rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 70%;
}

@media (min-width: 768px) {
  .cm-box-options-hero .container > .row:nth-child(1) {
    padding-bottom: 1.875rem;
  }
}

.cm-box-options-hero .container > .row:nth-child(1) .col .content {
  text-align: center;
}

@media (min-width: 768px) {
  .cm-box-options-hero .container > .row:nth-child(1) .col .content .rte {
    width: 50%;
    margin: 0 auto;
  }
}

.cm-box-options-hero .container > .row:nth-child(2) {
  -ms-flex-line-pack: end;
      align-content: flex-end;
  height: 30%;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.cm-box-options-hero .container > .row:nth-child(2) .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin-bottom: 0.9375rem;
}

@media (min-width: 768px) {
  .cm-box-options-hero .container > .row:nth-child(2) .col {
    max-width: 33.33333%;
  }
}

.cm-box-options-hero .container > .row:nth-child(2) .col .content {
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.375rem;
  position: relative;
  padding: 1.25rem;
}

.cm-box-options-hero .container > .row:nth-child(2) .col .content.primary .xs-heading {
  color: #e36565;
}

.cm-box-options-hero .container > .row:nth-child(2) .col .content.secondary .xs-heading {
  color: #76a08f;
}

.cm-box-options-hero .container > .row:nth-child(2) .col .content.tertiary .xs-heading {
  color: #daac86;
}

.cm-box-options-hero .container > .row:nth-child(2) .col .content .media {
  width: 5rem;
  height: 5rem;
  border-radius: 100em;
  overflow: hidden;
  position: absolute;
  right: 1.25rem;
  top: -2.5rem;
  border: 0.125rem solid rgba(255, 255, 255, 0.9);
}

.cm-box-options-hero .container > .row:nth-child(2) .col .content .media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.cm-box-options-hero .container > .row:nth-child(2) .col .content .xs-heading {
  font-size: 22px;
  font-size: 1.375rem;
}

.cm-box-options-hero .container > .row:nth-child(2) .col .content .rte {
  font-size: 14px;
  font-size: 0.875rem;
  color: #3a3731;
}

.cm-box-options-hero .container > .row:nth-child(2) .col .content .rte p,
.cm-box-options-hero .container > .row:nth-child(2) .col .content .rte li,
.cm-box-options-hero .container > .row:nth-child(2) .col .content .rte ul,
.cm-box-options-hero .container > .row:nth-child(2) .col .content .rte dd,
.cm-box-options-hero .container > .row:nth-child(2) .col .content .rte a {
  font-size: inherit;
  color: inherit;
}

.cm-box-options-hero .container > .row:nth-child(2) .col .content a.inline-link {
  color: #090909;
  font-weight: 700;
}

.cm-box-options-hero .content {
  position: relative;
}

.cm-box-options-hero .content .xs-heading,
.cm-box-options-hero .content .heading {
  color: rgba(var(--vsm-white), 1);
}

.cm-box-options-hero .content .rte p,
.cm-box-options-hero .content .rte ul,
.cm-box-options-hero .content .rte li,
.cm-box-options-hero .content .rte dd {
  color: rgba(var(--vsm-white), 1);
  font-size: 20px;
  font-size: 1.25rem;
}

.cm-box-options-hero .bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 43.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.cm-box-options-hero .bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
  mix-blend-mode: multiply;
}

@media (min-width: 768px) {
  .cm-box-options-hero .bg {
    height: 100vh;
  }
}

.cm-box-options-hero .bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #5d4934;
  background: -webkit-gradient(linear, left top, left bottom, from(#5d4934), to(#d46c69));
  background: linear-gradient(180deg, #5d4934 0%, #d46c69 100%);
  mix-blend-mode: color;
  opacity: 0.1;
  z-index: 1;
}

.cm-box-options-hero .bg .video {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  width: 100vw;
  height: 100%;
}

.cm-box-options-hero .bg .video:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
}

.cm-box-options-hero .bg .video video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
  width: 100%;
  height: 110%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none !important;
}

.cm-box-options-hero .bg .video iframe {
  pointer-events: none !important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16 / 9) {
  .cm-box-options-hero .bg .video iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .cm-box-options-hero .bg .video iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}

.cm-box-options-hero .bg .container {
  z-index: 1;
}

.cm-listed-columns.primary-bg .bg {
  background: #e36565;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 101, 101, 0.05)), to(rgba(255, 255, 255, 0.05)));
  background: linear-gradient(180deg, rgba(227, 101, 101, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.cm-listed-columns.primary-bg .bg .cm-body .listed-columns li {
  border-color: rgba(227, 101, 101, 0.1);
}

.cm-listed-columns.secondary-bg .bg {
  background: #7f9f90;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 159, 144, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(180deg, rgba(127, 159, 144, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.cm-listed-columns.secondary-bg .bg .cm-body .listed-columns li {
  border-color: rgba(118, 160, 143, 0.1);
}

.cm-listed-columns.tertiary-bg .bg {
  background: #d3ae8b;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(211, 174, 139, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(180deg, rgba(211, 174, 139, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.cm-listed-columns.tertiary-bg .bg .cm-body .listed-columns li {
  border-color: rgba(218, 172, 134, 0.1);
}

.cm-listed-columns.grey-bg .bg {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.cm-listed-columns.grey-bg .bg .cm-body .listed-columns li {
  border-color: rgba(218, 172, 134, 0.1);
}

.cm-listed-columns .bg {
  padding: 3.75rem 0;
}

.cm-listed-columns .cm-header .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cm-listed-columns .cm-header .row .col {
  max-width: 66.66666667%;
}

.cm-listed-columns .cm-header .content {
  text-align: center;
  padding-bottom: 1.875rem;
}

.cm-listed-columns .cm-body .listed-columns {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cm-listed-columns .cm-body .listed-columns li {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
  padding: 0.9375rem;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.05);
}

.cm-listed-columns .cm-body .listed-columns li.hide {
  display: none;
}

.cm-listed-columns .cm-body .listed-columns li.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cm-listed-columns .cm-body .listed-columns li:first-child {
  border-top: 0rem solid rgba(0, 0, 0, 0);
}

@media (min-width: 768px) {
  .cm-listed-columns .cm-body .listed-columns li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
    border-right: 0.0625rem solid rgba(0, 0, 0, 0.05);
  }
  .cm-listed-columns .cm-body .listed-columns li:nth-child(2n) {
    border-right: 0rem solid rgba(0, 0, 0, 0);
  }
  .cm-listed-columns .cm-body .listed-columns li:nth-child(-n+2) {
    border-top: 0rem solid rgba(0, 0, 0, 0);
  }
}

@media (min-width: 1024px) {
  .cm-listed-columns .cm-body .listed-columns li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.33333%;
            flex: 1 0 33.33333%;
    max-width: 33.33333%;
    padding: 1.875rem;
    border-right: 0.0625rem solid rgba(0, 0, 0, 0.05);
  }
  .cm-listed-columns .cm-body .listed-columns li:nth-child(2n) {
    border-right: 0.0625rem solid rgba(0, 0, 0, 0.05);
  }
  .cm-listed-columns .cm-body .listed-columns li:nth-child(3n) {
    border-right: 0rem solid rgba(0, 0, 0, 0);
  }
  .cm-listed-columns .cm-body .listed-columns li:nth-child(-n+3) {
    border-top: 0rem solid rgba(0, 0, 0, 0);
  }
}

.cm-listed-columns .cm-body .listed-columns li:last-child, .cm-listed-columns .cm-body .listed-columns li.url-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border-right: 0rem solid rgba(0, 0, 0, 0);
  display: none;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.05);
}

.cm-listed-columns .cm-body .listed-columns li:last-child.show, .cm-listed-columns .cm-body .listed-columns li.url-btn.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 100%;
}

.cm-listed-columns .cm-body .listed-columns li:last-child.hide, .cm-listed-columns .cm-body .listed-columns li.url-btn.hide {
  display: none;
}

.cm-listed-columns .cm-body .listed-columns li:last-child .btn span:nth-child(1), .cm-listed-columns .cm-body .listed-columns li.url-btn .btn span:nth-child(1) {
  display: inline;
}

.cm-listed-columns .cm-body .listed-columns li:last-child .btn span:nth-child(2), .cm-listed-columns .cm-body .listed-columns li.url-btn .btn span:nth-child(2) {
  display: none;
}

.cm-listed-columns .cm-body .listed-columns li:last-child .btn.active span:nth-child(1), .cm-listed-columns .cm-body .listed-columns li.url-btn .btn.active span:nth-child(1) {
  display: none;
}

.cm-listed-columns .cm-body .listed-columns li:last-child .btn.active span:nth-child(2), .cm-listed-columns .cm-body .listed-columns li.url-btn .btn.active span:nth-child(2) {
  display: inline;
}

.cm-listed-columns .cm-body .listed-columns li.remove-border:last-child {
  border-top: 0rem solid rgba(0, 0, 0, 0);
}

.cm-listed-columns .cm-body .listed-columns li .media {
  width: 5rem;
  height: 5rem;
  border-radius: 100em;
  margin-right: 0.9375rem;
  min-width: 5rem;
}

.cm-listed-columns .cm-body .listed-columns li .media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.cm-listed-columns .cm-body .listed-columns li .content .xs-heading {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.3125rem;
}

.cm-listed-columns .cm-body .listed-columns li .content .rte {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
}

.cm-listed-columns .cm-body .listed-columns li .content .rte p,
.cm-listed-columns .cm-body .listed-columns li .content .rte li,
.cm-listed-columns .cm-body .listed-columns li .content .rte a,
.cm-listed-columns .cm-body .listed-columns li .content .rte dd {
  font-size: inherit;
  margin-bottom: inherit;
}

.cm-event-call-to-action-form .component-wrapper .vsm-body .form-holder .element.text input {
  background: rgba(255, 255, 255, 0.6) !important;
  color: #090909 !important;
}

.cm-event-call-to-action-form .text input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(9, 9, 9, 0.8) !important;
}

.cm-event-call-to-action-form .text input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(9, 9, 9, 0.8) !important;
}

.cm-event-call-to-action-form .text input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(9, 9, 9, 0.8) !important;
}

.cm-event-call-to-action-form .text input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(9, 9, 9, 0.8) !important;
}

.cm-event-call-to-action-form .component-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.125rem 3.125rem 1.875rem 3.125rem;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}

.cm-event-call-to-action-form .component-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(90%, #c6726c), to(black));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, #c6726c 90%, black 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
  opacity: 0.8;
}

.cm-event-call-to-action-form .component-wrapper .vsm-body {
  position: relative;
  z-index: 1;
}

.cm-event-call-to-action-form .component-wrapper .vsm-body .cal-style {
  border: 0.0625rem solid white;
  border-radius: 0.375rem;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

.cm-event-call-to-action-form .component-wrapper .vsm-body .cal-style strong {
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1;
  color: white;
  padding: 0.625rem;
}

.cm-event-call-to-action-form .component-wrapper .vsm-body .cal-style span {
  background: white;
  color: #e36565;
  display: block;
  font-weight: 700;
}

.cm-event-call-to-action-form .component-wrapper .vsm-body .md-heading, .cm-event-call-to-action-form .component-wrapper .vsm-body .rte {
  color: white;
  padding-right: 6.25rem;
}

.cm-event-call-to-action-form .component-wrapper .vsm-body .rte p, .cm-event-call-to-action-form .component-wrapper .vsm-body .rte ul, .cm-event-call-to-action-form .component-wrapper .vsm-body .rte li, .cm-event-call-to-action-form .component-wrapper .vsm-body .rte a {
  color: inherit;
}

.cm-event-call-to-action-form .component-wrapper .vsm-body .form-holder {
  position: relative;
  z-index: 2;
}

@media (min-width: 1024px) {
  .cm-event-call-to-action-form .component-wrapper .vsm-body .form-holder {
    padding: 6.25rem 1.875rem;
  }
}

@media (min-width: 1024px) {
  .cm-event-call-to-action-form .component-wrapper .vsm-body .form-holder form .row:nth-child(1) .col {
    max-width: 66.66666667%;
  }
}

.cm-event-call-to-action-form .component-wrapper .vsm-body .form-holder .error {
  color: rgba(var(--vsm-white), 1);
}

.cm-event-call-to-action-form .component-wrapper .vsm-body .form-holder label {
  color: rgba(var(--vsm-white), 1);
}

.cm-event-call-to-action-form .component-wrapper .vsm-body .form-holder .element.text input {
  background: rgba(255, 255, 255, 0.5);
  color: rgba(var(--vsm-white), 1);
}

.cm-event-call-to-action-form .component-wrapper .vsm-body .form-holder .element.text input::-webkit-input-placeholder {
  color: rgba(var(--vsm-white), 0.7);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.cm-event-call-to-action-form .component-wrapper .vsm-body .form-holder .element.text input:-ms-input-placeholder {
  color: rgba(var(--vsm-white), 0.7);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.cm-event-call-to-action-form .component-wrapper .vsm-body .form-holder .element.text input::-ms-input-placeholder {
  color: rgba(var(--vsm-white), 0.7);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.cm-event-call-to-action-form .component-wrapper .vsm-body .form-holder .element.text input::placeholder {
  color: rgba(var(--vsm-white), 0.7);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.cm-event-call-to-action-form .component-wrapper .vsm-body .form-holder .element.submit .btn {
  margin-top: 1.9rem;
  background: rgba(var(--vsm-primary-colour), 1);
  width: 100%;
}

.cm-event-call-to-action-form .component-wrapper .vsm-body .form-holder .element.submit .btn:hover {
  background: #76a08f;
}

.cm-event-call-to-action-form .component-wrapper .vsm-body .form-holder .element .icheck-primary > input:first-child:checked + input[type=hidden] + label::before,
.cm-event-call-to-action-form .component-wrapper .vsm-body .form-holder .element .icheck-primary > input:first-child:checked + label::before {
  background-color: rgba(var(--vsm-white), 1);
  border: 0.063rem solid rgba(var(--vsm-white), 1);
}

.cm-event-call-to-action-form .component-wrapper .vsm-body .form-holder .element.checkbox a {
  color: white;
}

.cm-event-call-to-action-form .component-wrapper .vsm-body .form-holder .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  width: 100%;
}

@media (min-width: 1024px) {
  .cm-event-call-to-action-form .component-wrapper .vsm-body .form-holder .col:nth-child(1) {
    width: 80%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .cm-event-call-to-action-form .component-wrapper .vsm-body .form-holder .col:nth-child(2) {
    width: 20%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

.cm-event-call-to-action-form .component-wrapper .vsm-body .form-holder .col .col {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

@media (min-width: 1024px) {
  .cm-event-call-to-action-form .component-wrapper .vsm-body .form-holder .col .col:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 41.6666666667%;
  }
  .cm-event-call-to-action-form .component-wrapper .vsm-body .form-holder .col .col:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 41.6666666667%;
  }
  .cm-event-call-to-action-form .component-wrapper .vsm-body .form-holder .col .col:nth-child(3) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 16.6666666667%;
  }
}

.cm-stats-hero .component-wrapper {
  width: 100%;
  height: 100%;
}

.cm-stats-hero .component-wrapper .cm-body {
  height: 100%;
}

.cm-stats-hero .component-wrapper .cm-body > .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .cm-stats-hero .component-wrapper .cm-body > .container > .row:nth-child(1) .col {
    max-width: 58.33333333%;
  }
}

.cm-stats-hero .component-wrapper .cm-body > .container > .row:nth-child(2) {
  padding: 1.875rem 0;
}

.cm-stats-hero .component-wrapper .cm-body > .container > .row:nth-child(2) .col {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 49%;
          flex: 1 0 49%;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .cm-stats-hero .component-wrapper .cm-body > .container > .row:nth-child(2) .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 24%;
            flex: 1 0 24%;
  }
}

@media (min-width: 1024px) {
  .cm-stats-hero .component-wrapper .cm-body > .container > .row:nth-child(2) .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 24%;
            flex: 1 0 24%;
  }
}

.cm-stats-hero .component-wrapper .cm-body > .container > .row:nth-child(2) .col:last-child .stat:after {
  display: none;
}

.cm-stats-hero .component-wrapper .cm-body > .container > .row:nth-child(2) .col .stat:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-right: 0.063rem solid rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}

.cm-stats-hero .component-wrapper .cm-body > .container > .row:nth-child(2) .stat .media {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 10rem;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 768px) {
  .cm-stats-hero .component-wrapper .cm-body > .container > .row:nth-child(2) .stat .media {
    width: 5rem;
    height: 5rem;
  }
}

@media (min-width: 1024px) {
  .cm-stats-hero .component-wrapper .cm-body > .container > .row:nth-child(2) .stat .media {
    width: 8rem;
    height: 8rem;
  }
}

.cm-stats-hero .component-wrapper .cm-body > .container > .row:nth-child(2) .stat .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 3.125rem;
  margin: 0 auto;
}

.cm-stats-hero .component-wrapper .cm-body > .container > .row:nth-child(2) .stat .count {
  margin: 0 auto 0.938rem auto;
  text-align: left;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 600;
  color: rgba(var(--vsm-primary-colour), 1);
}

.cm-stats-hero .component-wrapper .cm-body > .container > .row:nth-child(2) .stat .description {
  margin: 0 auto 0.938rem auto;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

.cm-stats-hero .content {
  position: relative;
}

.cm-stats-hero .content .play-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: rgba(var(--vsm-white), 1);
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.cm-stats-hero .content .play-btn span {
  margin-left: 10px;
}

.cm-stats-hero .content .play-btn:before {
  -webkit-transition: 300ms background-color ease-in-out;
  transition: 300ms background-color ease-in-out;
  content: "\f04b";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-indent: 2px;
  font-size: 0.6rem;
  color: rgba(var(--vsm-white), 1);
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 100rem;
  background-color: rgba(var(--vsm-primary-colour), 1);
}

.cm-stats-hero .content.align-center {
  text-align: center;
  justify-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
}

.cm-stats-hero .content.align-left {
  text-align: left;
  justify-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
}

.cm-stats-hero .content.align-right {
  text-align: right;
  justify-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
}

.cm-stats-hero .content .xs-heading,
.cm-stats-hero .content .heading {
  color: rgba(var(--vsm-white), 1);
}

.cm-stats-hero .content .heading {
  font-size: 50px;
  font-size: 3.125rem;
}

.cm-stats-hero .content .rte {
  font-size: 20px;
  font-size: 1.25rem;
}

.cm-stats-hero .content .rte p,
.cm-stats-hero .content .rte ul,
.cm-stats-hero .content .rte li,
.cm-stats-hero .content .rte dd {
  font-size: inherit;
  color: rgba(var(--vsm-white), 1);
}

.cm-stats-hero .bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  max-height: 700px;
}

.cm-stats-hero .bg::before {
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(212, 108, 105, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(212, 108, 105, 0) 100%);
  mix-blend-mode: multiply;
}

.cm-stats-hero .bg::after {
  content: "";
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(212, 108, 105, 0.8)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(212, 108, 105, 0.8) 100%);
  mix-blend-mode: color-burn;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cm-stats-hero .bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
  opacity: 0.8;
}

.cm-stats-hero .bg .video {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: 700px;
}

.cm-stats-hero .bg .video:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
}

.cm-stats-hero .bg .video video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
  width: 100%;
  height: 110%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none !important;
}

.cm-stats-hero .bg .video iframe {
  pointer-events: none !important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16 / 9) {
  .cm-stats-hero .bg .video iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .cm-stats-hero .bg .video iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}

.cm-stats-hero .bg .container {
  z-index: 1;
}

.cm-stats-hero.primary-bg .bg:after {
  background: #e36565;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(227, 101, 101, 0.8)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(227, 101, 101, 0.8) 100%);
  opacity: 0.8;
}

.cm-stats-hero.secondary-bg .bg::after {
  opacity: 0.8;
  mix-blend-mode: color;
  background: #7f9f90;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(127, 159, 144, 0.8)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(127, 159, 144, 0.8) 100%);
}

.cm-stats-hero.tertiary-bg .bg:after {
  background: #d3ae8b;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(211, 174, 139, 0.8)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(211, 174, 139, 0.8) 100%);
  opacity: 0.8;
}

.vsm-split-content-25-25-25-25 .media {
  border-radius: 0.5rem;
}

.case-study .vsm-content-image-50-50{
padding-bottom: var(--vsm-mobile-padding-bottom);
    padding-top: var(--vsm-mobile-padding-top);
}

@media (min-width: 768px){
  .case-study .vsm-content-image-50-50{
 padding-bottom: var(--vsm-tablet-padding-bottom);
     padding-top: var(--vsm-tablet-padding-top);
}
}

@media (min-width: 1024px){
  .case-study .vsm-content-image-50-50{
    padding-bottom: var(--vsm-desktop-padding-bottom);
        padding-top: var(--vsm-desktop-padding-top);
}
}

.case-study .vsm-centralised-title-intro-text .rte span{
 font-size: 1.5rem !important;
}


.case-study .vsm-centralised-title-intro-text{
padding-bottom: var(--vsm-mobile-padding-bottom);
    padding-top: var(--vsm-mobile-padding-top);
}

@media (min-width: 768px){
  .case-study .vsm-centralised-title-intro-text{
 padding-bottom: var(--vsm-tablet-padding-bottom);
     padding-top: var(--vsm-tablet-padding-top);
}
}

@media (min-width: 1024px){
  .case-study .vsm-centralised-title-intro-text{
    padding-bottom: var(--vsm-desktop-padding-bottom);
        padding-top: var(--vsm-desktop-padding-top);
}
}

.case-study .vsm-full-width-testimonial-carousel .testimonial-data img{
      width: 6.25rem;
    height: 6.25rem;
    overflow: hidden;
    border-radius: 100px;
    margin: 0 auto;
    position: relative;
}


.case-study .vsm-oversized-statement-block .col{
  max-width: 100%;
}

.case-study .vsm-oversized-statement-block{
  text-align: center;
  font-size: 1.875rem;
}

.vsm-oversized-statement-block.dark_theme{
  background: #090909;
}

.vsm-oversized-statement-block.dark_theme .rte p{
  color: #fff;
}

.vsm-oversized-statement-block .rte {
  font-weight: 100;
  font-size: 30px;
  font-size: 1.875rem;
}

.vsm-oversized-statement-block .rte p {
  font-weight: inherit;
}

.vsm-oversized-statement-block .rte span {
  color: #e36565;
  font-weight: 600;
}

.vsm-oversized-statement-block .rte strong {
  color: #202124;
  font-size: 40px;
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .vsm-oversized-statement-block .col {
    max-width: 83.33333333%;
  }
}

.vsm-oversized-statement-block.centre {
  text-align: center;
}

.vsm-oversized-statement-block.centre .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .vsm-oversized-statement-block.centre .row .col {
    max-width: 91.66666667%;
  }
}

.vsm-content-layout-1 {
  position: initial;
}

@media (min-width: 768px) {
  .vsm-content-layout-1 .vsm-header .col {
    max-width: 50%;
  }
}

.vsm-content-layout-1 .vsm-body {
  position: relative;
}

.vsm-content-layout-1 .vsm-body .xs-heading {
  display: none;
}

.vsm-content-layout-1 .vsm-body::before {
  content: "3";
  font-family: "THICCCBOI-ExtraBold", sans-serif;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6.25rem;
  margin: 0 auto;
  font-size: 670px;
  font-size: 41.875rem;
  color: #e36565;
  mix-blend-mode: color;
  z-index: 2;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  pointer-events: none;
}

.vsm-content-layout-1 .vsm-body .media {
  aspect-ratio: 2/1.5;
  border-radius: 0.5rem;
}

.vsm-content-layout-1 .vsm-body .media img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vsm-content-layout-1 .vsm-body .rte {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-size: 1.125rem;
}

.vsm-content-layout-1 .vsm-body .rte p, .vsm-content-layout-1 .vsm-body .rte li, .vsm-content-layout-1 .vsm-body .rte a {
  font-size: inherit;
}

.vsm-content-layout-2 {
  overflow: hidden;
}

.vsm-content-layout-2 .vsm-body {
  position: relative;
}

.vsm-content-layout-2 .vsm-body .content {
  margin-bottom: 0.9375rem;
  position: relative;
  z-index: 2;
}

.vsm-content-layout-2 .vsm-body::before {
  content: "3";
  font-family: "THICCCBOI-ExtraBold", sans-serif;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8.75rem;
  margin: 0 auto;
  font-size: 900px;
  font-size: 56.25rem;
  color: #e36565;
  mix-blend-mode: lighten;
  z-index: 2;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  pointer-events: none;
}

.vsm-content-layout-2 .sm-heading {
  font-size: 38px;
  font-size: 2.375rem;
}

.vsm-content-layout-2 .media {
  border-radius: 0.5rem;
}

.vsm-job-carousel .flex-wrapper .flex-item:nth-child(1) {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

@media (min-width: 768px) {
  .vsm-job-carousel .flex-wrapper .flex-item:nth-child(1) {
    margin-left: 0;
    margin-right: 0;
  }
}

.vsm-job-carousel .flex-wrapper {
  position: relative;
}

.vsm-job-carousel .swiper-navigation {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 40%;
  width: 100%;
  left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vsm-job-carousel .swiper-navigation div {
  margin: 0 0rem;
  left: 0;
  right: 0;
  background: rgba(227, 101, 101, 0.8);
  border-radius: 100em;
  width: 55px;
  height: 55px;
}

.vsm-job-carousel .swiper-navigation div:hover {
  background: #e36565;
}

.vsm-job-carousel .swiper-navigation div.swiper-button-disabled {
  opacity: 0;
}

.vsm-job-carousel .swiper-navigation div.swiper-button-prev {
  font-size: 30px;
  font-size: 1.875rem;
  color: white;
  position: relative;
  top: 0;
}

@media (min-width: 768px) {
  .vsm-job-carousel .swiper-navigation div.swiper-button-prev {
    left: -0.938rem;
  }
}

.vsm-job-carousel .swiper-navigation div.swiper-button-prev:after {
  content: "";
}

.vsm-job-carousel .swiper-navigation div.swiper-button-next {
  left: auto;
  font-size: 30px;
  font-size: 1.875rem;
  color: white;
  position: relative;
  top: 0;
}

@media (min-width: 768px) {
  .vsm-job-carousel .swiper-navigation div.swiper-button-next {
    right: -0.938rem;
  }
}

.vsm-job-carousel .swiper-navigation div.swiper-button-next:after {
  content: "";
}

.vsm-job-carousel .bg {
  padding: 3.75rem 0;
  background: #d3ae8b;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(211, 174, 139, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(180deg, rgba(211, 174, 139, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.vsm-job-carousel .vsm-header .xs-heading {
  display: none;
}

.vsm-job-carousel .vsm-header .row.justify-content-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vsm-job-carousel .vsm-header .md-heading {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .vsm-job-carousel .vsm-header .md-heading {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
}

.vsm-job-carousel .vsm-header .btn {
  padding: 0;
  border-radius: 0;
  background: none;
  border: none;
  color: #e36565;
  margin-right: 0.9375rem;
}

@media (min-width: 768px) {
  .vsm-job-carousel .vsm-header .btn {
    margin-right: 0rem;
  }
}

.vsm-job-carousel .vsm-header .btn span {
  color: #e36565;
}

.vsm-job-carousel .vsm-header .btn:after {
  content: "\f30b";
  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;
  color: #e36565;
}

.vsm-job-carousel .vsm-header .btn:hover {
  border: 0;
}

.vsm-job-carousel .vsm-header .btn:hover span {
  color: #76a08f;
}

.vsm-job-carousel .vsm-header .btn:hover:after {
  left: 1.25rem;
  -webkit-animation: forwardMovement 800ms infinite;
          animation: forwardMovement 800ms infinite;
  color: #76a08f;
}

.vsm-job-carousel .vsm-body .swiper-slide {
  background: white;
  border-radius: 0.5rem;
}

.vsm-job-carousel .vsm-body .swiper-slide .post-date {
  display: none;
}

.vsm-job-carousel .vsm-body .swiper-slide .xs-heading a {
  font-size: 26px;
  font-size: 1.625rem;
}

.vsm-job-carousel .vsm-body .swiper-slide .job-ref {
  display: none;
}

.vsm-job-carousel .vsm-body .swiper-slide .job-data-highlights {
  padding-left: 0;
}

.vsm-job-carousel .vsm-body .swiper-slide .job-data-highlights li {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #090909;
}

.vsm-job-carousel .vsm-body .swiper-slide .job-data-highlights li i {
  display: none;
}

.vsm-job-carousel .vsm-body .swiper-slide .job-data-highlights li:nth-child(2) {
  display: none;
}

.vsm-job-carousel .vsm-body .swiper-slide .job-data-highlights li:nth-child(3) {
  display: none;
}

.vsm-job-carousel .vsm-body .swiper-slide p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}

.vsm-job-carousel .vsm-body .swiper-slide .inline-link {
  display: inline-block;
  border-radius: 0.5rem;
  padding: 0.625rem 1.875rem;
  background: #e36565;
}

.vsm-job-carousel .vsm-body .swiper-slide .inline-link span {
  color: white;
}

.vsm-job-carousel .vsm-body .swiper-slide .inline-link:after {
  display: none;
}

.vsm-job-carousel .vsm-body .swiper-slide .inline-link:hover {
  background: #76a08f;
}

.vsm-content-in-image-100.dark_theme{
  background: #090909;
}

.vsm-content-in-image-100 {
  overflow: hidden;
}

.vsm-content-in-image-100 > .bg > .container {
  max-width: 100%;
  padding: 0;
}

.vsm-content-in-image-100 > .bg > .container .content-in-image .media:before {
  opacity: 0.6;
  mix-blend-mode: multiply;
  background: #5d4934;
  background: -webkit-gradient(linear, left top, left bottom, from(#aeaaaa), to(#4B2020));
  background: linear-gradient(180deg, #aeaaaa 0%, #4B2020 100%);
}

.vsm-content-in-image-100 > .bg > .container .content-in-image > .content {
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 9.0625rem;
  padding-bottom: 9.0625rem;
}

.vsm-content-in-image-100 > .bg > .container .content-in-image > .content .col {
  max-width: 66.666666%;
}

@media (max-width:768px){
  .vsm-content-in-image-100 > .bg > .container .content-in-image > .content .col{
    max-width: 100%;
  }
}

.vsm-content-in-image-100 > .bg > .container .content-in-image > .content .md-heading {
  font-size: 50px;
  font-size: 3.125rem;
}

.vsm-content-in-image-100 > .bg > .container .content-in-image > .content .btn {
  border: 0.125rem solid white;
  background: rgba(0, 0, 0, 0);
}

.vsm-content-in-image-100 > .bg > .container .content-in-image > .content .btn:hover {
  background: white;
}

.vsm-content-in-image-100 > .bg > .container .content-in-image > .content .btn:hover span {
  color: #e36565;
}

.vsm-content-in-image-100.primary .bg > .container .content-in-image > .content .btn {
  background: #e36565;
  border: 0;
}

.vsm-content-in-image-100.primary .bg > .container .content-in-image > .content .btn:hover {
  background: #76a08f;
}

.vsm-content-in-image-100.primary .bg > .container .content-in-image > .content .btn:hover span {
  color: white;
}

.vsm-content-in-image-100.secondary .bg > .container .content-in-image > .content .btn {
  background: #76a08f;
  border: 0;
}

.vsm-content-in-image-100.secondary .bg > .container .content-in-image > .content .btn:hover {
  background: #3a3731;
}

.vsm-content-in-image-100.secondary .bg > .container .content-in-image > .content .btn:hover span {
  color: white;
}

.vsm-content-in-image-100.tertiary .bg > .container .content-in-image > .content .btn {
  background: #daac86;
  border: 0;
}

.vsm-content-in-image-100.tertiary .bg > .container .content-in-image > .content .btn:hover {
  background: #3a3731;
}

.vsm-content-in-image-100.tertiary .bg > .container .content-in-image > .content .btn:hover span {
  color: white;
}

.vsm-content-in-image-100.contained > .bg > .container {
  max-width: 540px;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}

@media (min-width: 768px) {
  .vsm-content-in-image-100.contained > .bg > .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .vsm-content-in-image-100.contained > .bg > .container {
    max-width: 960px;
  }
}

@media (min-width: 1024px) {
  .vsm-content-in-image-100.contained > .bg > .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .vsm-content-in-image-100.contained > .bg > .container {
    max-width: 1320px;
  }
}

.vsm-content-in-image-100.dark_theme > .bg > .container .content-in-image{
  border: 1px solid #fff;
}

.vsm-content-in-image-100.contained > .bg > .container .content-in-image {
  border-radius: 0.625rem;
}

.vsm-content-in-image-100.contained > .bg > .container .content-in-image > .content {
  padding: 3.75rem;
}

.vsm-content-in-image-100.contained > .bg > .container .content-in-image > .content .md-heading {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
}

.vsm-centralised-title-intro-text.dark_theme{
  background: #090909;
}

.vsm-centralised-title-intro-text.dark_theme .md-heading{
  color: #fff;
}

.vsm-centralised-title-intro-text.dark_theme .rte p{
  color: #fff;
}

.vsm-centralised-title-intro-text.primary-bg .bg {
  padding-top: 3.75rem;
  background: #e36565;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 101, 101, 0.05)), to(rgba(255, 255, 255, 0.05)));
  background: linear-gradient(180deg, rgba(227, 101, 101, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.vsm-centralised-title-intro-text.primary-bg .bg .cm-body .listed-columns li {
  border-color: rgba(227, 101, 101, 0.1);
}

.vsm-centralised-title-intro-text.secondary-bg .bg {
  padding-top: 3.75rem;
  background: #7f9f90;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 159, 144, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(180deg, rgba(127, 159, 144, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.vsm-centralised-title-intro-text.secondary-bg .bg .cm-body .listed-columns li {
  border-color: rgba(118, 160, 143, 0.1);
}

.vsm-centralised-title-intro-text.tertiary-bg .bg {
  padding-top: 3.75rem;
  background: #d3ae8b;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(211, 174, 139, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(180deg, rgba(211, 174, 139, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.vsm-centralised-title-intro-text.tertiary-bg .bg .cm-body .listed-columns li {
  border-color: rgba(218, 172, 134, 0.1);
}

@media (min-width: 768px) {
  .vsm-centralised-title-intro-text .col-10 {
    max-width: 66.666666%;
  }
}

.vsm-centralised-title-intro-text .md-heading {
  margin-bottom: 1.875rem;
  font-size: 38px;
  font-size: 2.375rem;
}

@media (min-width: 768px) {
  .vsm-centralised-title-intro-text .md-heading {
    margin-bottom: 1.875rem;
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.vsm-centralised-title-intro-text .btn {
  margin-top: 0.625rem;
}

.vsm-content-carousel.logos .bg .vsm-body .flex-wrapper .flex-item .swiper-slide .content > .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vsm-content-carousel.logos .bg .vsm-body .flex-wrapper .flex-item .swiper-slide .content > .row .col .xs-heading,
.vsm-content-carousel.logos .bg .vsm-body .flex-wrapper .flex-item .swiper-slide .content > .row .col .rte,
.vsm-content-carousel.logos .bg .vsm-body .flex-wrapper .flex-item .swiper-slide .content > .row .col .inline-link {
  display: none;
}

.vsm-content-carousel.logos .bg .vsm-body .flex-wrapper .flex-item .swiper-slide .content > .row .col .media img {
  width: 100%;
}

.vsm-full-width-fixed-media-bg .bg:before {
  background: #5d4934;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(93, 73, 52, 0.2)), to(rgba(212, 108, 105, 0.2)));
  background: linear-gradient(180deg, rgba(93, 73, 52, 0.2) 0%, rgba(212, 108, 105, 0.2) 100%);
  mix-blend-mode: color-burn;
}

.vsm-full-width-call-to-action-alt .col {
  max-width: 75%;
}

.vsm-full-width-call-to-action-alt .col .rte {
  font-size: 40px;
  font-size: 2.5rem;
  text-align: left;
  font-weight: 700;
  line-height: 1.2;

}
.vsm-full-width-call-to-action-alt .col .rte p{
    font-family: 'THICCCBOI-Bold';
}
.vsm-full-width-call-to-action-alt .col .rte p,
.vsm-full-width-call-to-action-alt .col .rte a,
.vsm-full-width-call-to-action-alt .col .rte li {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.vsm-full-width-call-to-action-alt .col .btn {
  margin-top: 1.875rem;
  background: #090909;
  border: 0;
}

.vsm-full-width-call-to-action-alt .col .btn:hover {
  border: 0;
  background: white;
}

.vsm-full-width-call-to-action-alt .col .btn:hover span {
  color: #e36565;
}

.vsm-default-internal-hero .bg {
  padding-top: 12.5rem;
}

.vsm-default-internal-hero .bg .md-heading {
  font-size: 50px;
  font-size: 3.125rem;
}

.vsm-default-internal-hero .bg .rte {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .vsm-default-internal-hero .bg .rte {
    margin: 0 auto;
    max-width: 66.66666667%;
  }
}

.vsm-default-internal-hero .bg .rte p, .vsm-default-internal-hero .bg .rte li, .vsm-default-internal-hero .bg .rte a {
  font-size: inherit;
}

.vsm-default-internal-hero .bg::before {
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(212, 108, 105, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(212, 108, 105, 0) 100%);
  mix-blend-mode: multiply;
}

.vsm-default-internal-hero .bg::after {
  content: "";
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(212, 108, 105, 0.8)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(212, 108, 105, 0.8) 100%);
  mix-blend-mode: color-burn;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vsm-default-internal-hero.small .bg {
  padding-top: 12.5rem;
}

.vsm-default-internal-hero.medium .bg {
  padding-top: 12.5rem;
  padding-bottom: 10rem;
}

.vsm-default-internal-hero.primary-bg .bg:after {
  background: #e36565;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(227, 101, 101, 0.8)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(227, 101, 101, 0.8) 100%);
  opacity: 0.8;
}

.vsm-default-internal-hero.secondary-bg .bg::after {
  opacity: 0.8;
  mix-blend-mode: color;
  background: #7f9f90;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(127, 159, 144, 0.8)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(127, 159, 144, 0.8) 100%);
}

.vsm-default-internal-hero.tertiary-bg .bg:after {
  background: #d3ae8b;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(211, 174, 139, 0.8)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(211, 174, 139, 0.8) 100%);
  opacity: 0.8;
}

.vsm-default-internal-hero .search-bar .btn {
  border-radius: 0;
}

.vsm-split-content-33-33-33 .bg {
  padding: 5rem 0 3.75rem 0;
  background: #e36565;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 101, 101, 0.05)), to(rgba(255, 255, 255, 0.05)));
  background: linear-gradient(180deg, rgba(227, 101, 101, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.vsm-split-content-33-33-33 .vsm-header .md-heading {
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .vsm-split-content-33-33-33 .col-md-4 {
    margin-bottom: 0.9375rem;
    border-right: 0.0625rem solid rgba(0, 0, 0, 0.05);
  }
  .vsm-split-content-33-33-33 .col-md-4:nth-child(3n) {
    border-right: 0rem solid rgba(0, 0, 0, 0);
  }
}

.vsm-split-content-33-33-33 .col-md-4 .content .sm-heading {
  color: #e36565;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
}

.vsm-split-content-33-33-33 .col-md-4 .content .rte {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-split-content-33-33-33 .col-md-4 .content .rte p, .vsm-split-content-33-33-33 .col-md-4 .content .rte li, .vsm-split-content-33-33-33 .col-md-4 .content .rte dd, .vsm-split-content-33-33-33 .col-md-4 .content .rte a {
  font-size: inherit;
}

.vsm-content-image-50-50.dark_theme{
  background: #090909;
}

.vsm-content-image-50-50.dark_theme .md-heading{
  color: #E36565;
}

.vsm-content-image-50-50.dark_theme .rte ul li{
  color: #fff;
}


.vsm-content-image-50-50.dark_theme .rte p{
  color: #fff;
}

.vsm-content-image-50-50 .vsm-body .row {
  -ms-flex-line-pack: center;
      align-content: center;
}

.vsm-content-image-50-50 .media {
  border-radius: 0.5rem;
}

.vsm-content-image-50-50 .btn {
  margin-bottom: 0.625rem;
}

.vsm-content-image-50-50 .btn.ghost-black-btn {
  background: rgba(0, 0, 0, 0);
  border: 0.0625rem solid black;
}

.vsm-content-image-50-50 .btn.ghost-black-btn span {
  color: black;
}

.vsm-content-image-50-50 .btn.ghost-black-btn:hover {
  background: black;
}

.vsm-content-image-50-50 .btn.ghost-black-btn:hover span {
  color: white;
}

.vsm-content-image-50-50.primary-bg .bg {
  padding: 3.75rem 0;
  background: #e36565;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 101, 101, 0.05)), to(rgba(255, 255, 255, 0.05)));
  background: linear-gradient(180deg, rgba(227, 101, 101, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.vsm-content-image-50-50.secondary-bg .bg {
  padding: 3.75rem 0;
  background: #7f9f90;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 159, 144, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(180deg, rgba(127, 159, 144, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.vsm-content-image-50-50.tertiary-bg .bg {
  padding: 3.75rem 0;
  background: #d3ae8b;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(211, 174, 139, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(180deg, rgba(211, 174, 139, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.vsm-content-image-50-50.small-image .vsm-body .row {
  -ms-flex-line-pack: center;
      align-content: center;
}

.vsm-content-image-50-50.small-image .vsm-body .col-md-6:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.vsm-content-image-50-50.small-image .vsm-body .col-md-6:nth-child(2) .media {
  max-width: 21.875rem;
}

.vsm-content-image-50-50 .rte {
  font-size: 18px;
  font-size: 1.125rem;
}

.vsm-content-image-50-50 .bg .vsm-body .content .col .xs-heading {
  display: none;
}

.vsm-content-image-50-50 .bg .vsm-body .content .col .btn:nth-of-type(2) {
  border-color: #3a3731;
  background: #3a3731;
}

.vsm-content-image-50-50 .bg .vsm-body .content .col .btn:nth-of-type(2):hover {
  background: #090909;
  border-color: #090909;
}

.vsm-content-image-50-50 .bg .vsm-body .content .rte ul {
  list-style: none;
  padding: 0 0 0.9375rem 1.25rem;
  margin: 0;
  font-size: inherit;
}

.vsm-content-image-50-50 .bg .vsm-body .content .rte ul li::before {
  font-size: 14px;
  font-size: 0.875rem;
  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;
  margin-left: -0.625rem;
  left: -0.625rem;
  color: #e36565;
}

.vsm-content-layout-4 .media {
  border-radius: 0.5rem;
  overflow: hidden;
}

.vsm-content-layout-4 .right-col {
  padding-right: 0;
  padding-left: 0;
}

.vsm-content-layout-4 .right-col .w-50.mw-660 {
  padding-top: 1.25rem;
}

@media (min-width: 768px) {
  .vsm-content-layout-4 .right-col {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .vsm-content-layout-4 .right-col .w-50.mw-660 {
    padding-top: 0;
  }
  .vsm-content-layout-4 .right-col .media {
    padding-top: 25%;
  }
  .vsm-content-layout-4 .right-col .mw-660 .content {
    padding: calc(8.3333% + 1rem);
  }
}

.cm-column-header-content .bg {
  padding: 3.75rem 0;
}

.cm-column-header-content .cm-header {
  text-align: center;
  margin-bottom: 1.875rem;
}

.cm-column-header-content .cm-header .rte {
  font-weight: 300;
}

.cm-column-header-content .cm-header .rte p {
  font-weight: inherit;
}

.cm-column-header-content .cm-header .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cm-column-header-content .cm-header .col {
  max-width: 66.66666667%;
}

.cm-column-header-content .cm-body > .row > .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 50%;
}

@media (min-width: 768px) {
  .cm-column-header-content .cm-body > .row > .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 25%;
  }
}

.cm-column-header-content .cm-body > .row > .col .content .xs-heading {
  margin: 1.25rem 0;
}

.cm-column-header-content .cm-body > .row > .col .content .media {
  margin-bottom: 0.9375rem;
  border-radius: 0.5rem;
  max-height: 9.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cm-column-header-content .cm-body > .row > .col .content .media img {
  width: 100%;
}

.cm-column-header-content.three-column-icon .cm-body > .row > .col {
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .cm-column-header-content.three-column-icon .cm-body > .row > .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.33333%;
            flex: 1 0 33.33333%;
    max-width: 33.3333%;
  }
}

.cm-column-header-content.three-column-icon .cm-body > .row > .col .content {
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  border: 0.0625rem solid rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
  padding: 0.9375rem;
}

.cm-column-header-content.three-column-icon .cm-body > .row > .col .content .rte {
  font-size: 14px;
  font-size: 0.875rem;
}

.cm-column-header-content.three-column-icon .cm-body > .row > .col .content .rte p, .cm-column-header-content.three-column-icon .cm-body > .row > .col .content .rte li, .cm-column-header-content.three-column-icon .cm-body > .row > .col .content .rte a {
  font-size: inherit;
}

.cm-column-header-content.three-column-icon .cm-body > .row > .col .content .media {
  max-height: 3.75rem;
  max-width: 3.75rem;
}

@media (min-width: 768px) {
  .cm-column-header-content.five-column-image .cm-body > .row > .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.33333%;
            flex: 1 0 33.33333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 1024px) {
  .cm-column-header-content.five-column-image .cm-body > .row > .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%;
    max-width: 20%;
  }
}

.cm-column-header-content.primary-bg .bg {
  background: #e36565;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 101, 101, 0.05)), to(rgba(255, 255, 255, 0.05)));
  background: linear-gradient(180deg, rgba(227, 101, 101, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.cm-column-header-content.primary-bg.three-column-icon .cm-body > .row > .col .content {
  background: rgba(227, 101, 101, 0.1);
}

.cm-column-header-content.primary-bg.three-column-icon .cm-body > .row > .col .content .xs-heading {
  color: #e36565;
}

.cm-column-header-content.secondary-bg .bg {
  background: #7f9f90;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 159, 144, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(180deg, rgba(127, 159, 144, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.cm-column-header-content.secondary-bg.three-column-icon .cm-body > .row > .col .content {
  background: rgba(118, 160, 143, 0.1);
}

.cm-column-header-content.secondary-bg.three-column-icon .cm-body > .row > .col .content .xs-heading {
  color: #e36565;
}

.cm-column-header-content.tertiary-bg .bg {
  background: #d3ae8b;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(211, 174, 139, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(180deg, rgba(211, 174, 139, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.cm-column-header-content.tertiary-bg.three-column-icon .cm-body > .row > .col .content {
  background: rgba(218, 172, 134, 0.1);
}

.cm-column-header-content.tertiary-bg.three-column-icon .cm-body > .row > .col .content .xs-heading {
  color: #e36565;
}

.cm-column-header-content.grey-bg .bg {
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.cm-column-header-content.grey-bg.three-column-icon .cm-body > .row > .col .content {
  background: rgba(9, 9, 9, 0.1);
}

.cm-column-header-content.grey-bg.three-column-icon .cm-body > .row > .col .content .xs-heading {
  color: #e36565;
}

.vsm-latest-featured.dark_theme{
  background: #090909;
}

.vsm-latest-featured.dark_theme .md-heading{
  color: #fff;
}


.vsm-latest-featured.dark_theme .xs-heading{
  color: #fff;
}

.vsm-latest-featured.dark_theme .subtitle{
  color: #fff;
}

.vsm-latest-featured .bg {
  padding: 3.75rem 0;
}

.vsm-latest-featured .bg .vsm-body .row .col {
  max-width: 33.33%;
}

.vsm-latest-featured.case-study-primary-bg .bg {
  background: #e36565;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 101, 101, 0.05)), to(rgba(255, 255, 255, 0.05)));
  background: linear-gradient(180deg, rgba(227, 101, 101, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.vsm-latest-featured.case-study-primary-bg .bg .cm-body .listed-columns li {
  border-color: rgba(227, 101, 101, 0.1);
}

.vsm-latest-featured.case-study-secondary-bg .bg {
  background: #7f9f90;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 159, 144, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(180deg, rgba(127, 159, 144, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.vsm-latest-featured.case-study-secondary-bg .bg .cm-body .listed-columns li {
  border-color: rgba(118, 160, 143, 0.1);
}

.vsm-latest-featured.case-study-tertiary-bg .bg {
  background: #d3ae8b;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(211, 174, 139, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(180deg, rgba(211, 174, 139, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.vsm-latest-featured.case-study-tertiary-bg .bg .cm-body .listed-columns li {
  border-color: rgba(218, 172, 134, 0.1);
}

.vsm-latest-featured.case-study-grey-bg .bg {
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.vsm-latest-featured.case-study-grey-bg .bg .cm-body .listed-columns li {
  border-color: rgba(218, 172, 134, 0.1);
}

.vsm-latest-featured .vsm-header .row {
  -ms-flex-line-pack: center;
      align-content: center;
}

.vsm-latest-featured .vsm-body .content-card .subtitle {
  margin-bottom: 0.625rem;
  display: block;
}

.vsm-latest-featured .vsm-body .content-card .media {
  margin-bottom: 0.9375rem;
  border-radius: 0.5rem;
}

.vsm-latest-featured .vsm-body .content-card .media img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.vsm-latest-featured[class^='case-study'] .vsm-body .content-card .subtitle, .vsm-latest-featured[class*=' case-study'] .vsm-body .content-card .subtitle {
  display: none;
}

.vsm-latest-featured[class^='case-study'] .vsm-body .content-card .media, .vsm-latest-featured[class*=' case-study'] .vsm-body .content-card .media {
  max-height: 7.5rem;
}

.vsm-latest-featured[class^='case-study'] .vsm-body .content-card .media img, .vsm-latest-featured[class*=' case-study'] .vsm-body .content-card .media img {
  aspect-ratio: initial;
}

.vsm-latest-featured .paging-information .row {
  justify-content: space-between;
}

.vsm-split-content-50-50.dark_theme{
  background: #090909;
}

.vsm-split-content-50-50.dark_theme .md-heading{
  color: #fff;
}

.vsm-split-content-50-50.dark_theme .rte p{
  color: #fff;
}

.vsm-split-content-50-50 .col-md-6:nth-child(1) .content {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .vsm-split-content-50-50 .col-md-6:nth-child(1) .content {
    margin: 0 0 0.625rem 0;
  }
}

.vsm-split-content-50-50 .col-md-6:nth-child(2) {
  margin: 0 0 0.625rem 0;
}

.vsm-split-content-50-50 .rte ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0rem 0;
}

.vsm-split-content-50-50 .rte ul li {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
  padding: 0.625rem 0 0.625rem 1.5625rem;
  font-weight: 400;
  color: #090909;
  font-size: 18px;
  font-size: 1.125rem;
}

.vsm-split-content-50-50 .rte ul li:before {
  content: "\f058";
  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;
  color: #e36565;
  margin-left: -1.5625rem;
  margin-right: 0.5rem;
}

.vsm-split-image-row-50-50 .content {
  text-align: center;
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .vsm-split-image-row-50-50 .content {
    text-align: left;
  }
}

.vsm-content-in-image-50-50 .vsm-body .content-in-image {
  border-radius: 0.5rem;
  min-height: 18.75rem;
}

.vsm-content-in-image-50-50 .vsm-body .content-in-image .media:before {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#4b2020));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #4b2020 100%);
  mix-blend-mode: multiply;
}

.cm-footer-cta .bg {
  background: #3a3731;
  padding: 2.1875rem 0;
}

.cm-footer-cta .bg .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .cm-footer-cta .bg .row {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.cm-footer-cta .bg .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

@media (min-width: 768px) {
  .cm-footer-cta .bg .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}

.cm-footer-cta .bg .col:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.cm-footer-cta .bg .content {
  text-align: center;
}

@media (min-width: 768px) {
  .cm-footer-cta .bg .content {
    text-align: left;
  }
}

.cm-footer-cta .bg .content .sm-heading {
  color: white;
}

.cm-footer-cta .bg .content .rte {
  color: white;
}

.cm-footer-cta .bg .content .rte p,
.cm-footer-cta .bg .content .rte li,
.cm-footer-cta .bg .content .rte dd,
.cm-footer-cta .bg .content .rte a {
  color: inherit;
}

.cm-filter-bar .bg {
  padding: 3.75rem 0;
  background: #e36565;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 101, 101, 0.05)), to(rgba(255, 255, 255, 0.05)));
  background: linear-gradient(180deg, rgba(227, 101, 101, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.cm-filter-bar .bg .cm-header {
  text-align: center;
  margin-bottom: 0.9375rem;
}

.cm-filter-bar .bg .cm-body .select label {
  display: none;
}

.cm-filter-bar .bg .cm-body .text label {
  display: none;
}

.cm-filter-bar .bg .cm-body > .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .cm-filter-bar .bg .cm-body > .row > .col {
    max-width: 83.33333333%;
  }
}

@media (min-width: 768px) {
  .cm-filter-bar .bg .cm-body form > .row .col:nth-child(2) {
    max-width: 25%;
  }
}

@media (max-width: 768px) {

  .cm-filter-bar .bg {
    padding: 2rem 0 0 0;
  }

  .vsm-latest-featured .bg {
    padding: 2rem 0;
  }

  .cm-filter-bar .bg .cm-body form > .row .col {
    width: 100%;
    flex: 1 0 100%;
  }

  .cm-filter-bar .bg .cm-body form > .row .col-auto {
    margin-bottom: 0.4rem;
  }

  .vsm-latest-featured .bg .vsm-body .row .col {
    max-width: 50%;
  }
}

.vsm-profile-cards .row.no-gutters {
  margin-left: inherit;
  margin-right: inherit;
}

.vsm-profile-cards .row.no-gutters .col {
  background: rgba(0, 0, 0, 0);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
}

@media (min-width: 768px) {
  .vsm-profile-cards .row.no-gutters .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.33333%;
            flex: 1 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 1024px) {
  .vsm-profile-cards .row.no-gutters .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
  }
}

.vsm-profile-cards .row.no-gutters .col .profile {
  overflow: hidden;
  height: 22.5rem;
  margin-bottom: 1.875rem;
  position: relative;
}

.vsm-profile-cards .row.no-gutters .col .profile .btn {
  background: rgba(255, 255, 255, 0);
  border: 0.0625rem solid white;
}

.vsm-profile-cards .row.no-gutters .col .profile .btn span {
  color: white;
}

.vsm-profile-cards .row.no-gutters .col .profile .btn:hover {
  background: white;
}

.vsm-profile-cards .row.no-gutters .col .profile .btn:hover span {
  color: #e36565;
}

.vsm-profile-cards .row.no-gutters .col .profile .media[data-initials]:before {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.vsm-profile-cards .row.no-gutters .col .profile .media {
  border-radius: 0.5rem;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: 0;
}

.vsm-profile-cards .row.no-gutters .col .profile .media img {
  border-radius: 0;
}

.vsm-profile-cards .row.no-gutters .col .profile .media:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), to(#c6726c));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #c6726c 100%);
  z-index: 1;
  mix-blend-mode: multiply;
}

.vsm-profile-cards .row.no-gutters .col .profile .content {
  position: relative;
  z-index: 1;
  color: white;
  top: 80%;
  -webkit-transition: 800ms all ease-in-out;
  transition: 800ms all ease-in-out;
}

.vsm-profile-cards .row.no-gutters .col .profile .content h4 {
  color: inherit;
}

.vsm-profile-cards .row.no-gutters .col .profile .content .rte {
  display: none;
}

.vsm-profile-cards .row.no-gutters .col .profile .content .btn {
  opacity: 0;
  -webkit-transition: 800ms all ease-in-out;
  transition: 800ms all ease-in-out;
}

.vsm-profile-cards .row.no-gutters .col .profile .content .social {
  opacity: 0;
  -webkit-transition: 800ms all ease-in-out;
  transition: 800ms all ease-in-out;
}

.vsm-profile-cards .row.no-gutters .col .profile .content .social li a {
  color: white;
}

.vsm-profile-cards .row.no-gutters .col .profile:hover .content {
  top: 50%;
}

.vsm-profile-cards .row.no-gutters .col .profile:hover .content > p {
  display: none;
}

.vsm-profile-cards .row.no-gutters .col .profile:hover .content .rte {
  display: block;
}

.vsm-profile-cards .row.no-gutters .col .profile:hover .content .rte p {
  display: block;
}

.vsm-profile-cards .row.no-gutters .col .profile:hover .content .btn,
.vsm-profile-cards .row.no-gutters .col .profile:hover .content .social {
  opacity: 1;
}

.vsm-profile-details .bg .profile-head .profile-contacts .media {
  border-radius: 0.5rem;
}

.vsm-profile-details .bg .profile-stats {
  display: none;
}

.vsm-profile-details .bg .profile-summary {
  display: none;
}

.vsm-profile-details .bg .rte iframe {
  margin-bottom: 0.75rem;
  width: 100%;
}

.vsm-contained-full-width-banner .media {
  border-radius: 0.5rem;
}

.vsm-contained-full-width-banner .media .video {
  aspect-ratio: 16/8;
}

.vsm-contained-full-width-banner .plyr__video-embed {
  aspect-ratio: 16/8 !important;
}
.vsm-contained-full-width-banner .media img {
    width: 100%;
    aspect-ratio: auto;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    transform: scale3d(1, 1, 1)!important;
}

.vsm-short-testimonial-carousel .vsm-header {
  margin-bottom: 3.75rem;
}

.vsm-short-testimonial-carousel .vsm-header .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vsm-short-testimonial-carousel .vsm-header .row > .col {
  text-align: center;
}

.vsm-short-testimonial-carousel .testimonial-data .author .position {
  margin-top: 0;
}

.vsm-stats-count-up.align-left .media img {
  margin: 0;
}

.vsm-stats-count-up.align-left .count {
  text-align: left;
}

.vsm-stats-count-up.align-left .description {
  text-align: left;
}

.vsm-stats-count-up .stat .count {
  color: #daac86;
}

.vsm-stats-count-up .stat .description span {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
}

.vsm-testimonial-carousel .bg {
  position: relative;
}

.vsm-testimonial-carousel .bg .vsm-body .testimonial-data {
  border-radius: 0.5rem;
  overflow: hidden;
}

.vsm-testimonial-carousel .bg .vsm-body .testimonial-data:before {
  opacity: 0.48;
  background: #5d4934;
  background: -webkit-gradient(linear, left top, left bottom, from(#5d4934), to(#d46c69));
  background: linear-gradient(180deg, #5d4934 0%, #d46c69 100%);
}

.vsm-testimonial-carousel.primary-bg .bg {
  padding: 3.75rem 0;
  background: #e36565;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 101, 101, 0.05)), to(rgba(255, 255, 255, 0.05)));
  background: linear-gradient(180deg, rgba(227, 101, 101, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.vsm-testimonial-carousel.secondary-bg .bg {
  padding: 3.75rem 0;
  background: #7f9f90;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 159, 144, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(180deg, rgba(127, 159, 144, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.vsm-testimonial-carousel.tertiary-bg .bg {
  padding: 3.75rem 0;
  background: #d3ae8b;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(211, 174, 139, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(180deg, rgba(211, 174, 139, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.vsm-full-width-call-to-action .md-heading {
  font-weight: 600;
}

.vsm-full-width-call-to-action .rte {
  font-size: 24px;
  font-size: 1.5rem;
}

.vsm-full-width-call-to-action .rte p,
.vsm-full-width-call-to-action .rte li,
.vsm-full-width-call-to-action .rte a {
  font-size: inherit;
}

.vsm-full-width-call-to-action .btn {
  border: 0.125rem solid white;
}

.vsm-full-width-call-to-action .btn:hover {
  background: white;
}

.vsm-full-width-call-to-action .btn:hover span {
  color: #e36565;
}

.vsm-data-capture .bg {
  position: relative;
}

.vsm-data-capture.primary-bg .bg {
  padding: 3.75rem 0;
  background: #e36565;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 101, 101, 0.05)), to(rgba(255, 255, 255, 0.05)));
  background: linear-gradient(180deg, rgba(227, 101, 101, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.vsm-data-capture.secondary-bg .bg {
  padding: 3.75rem 0;
  background: #7f9f90;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 159, 144, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(180deg, rgba(127, 159, 144, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.vsm-data-capture.tertiary-bg .bg {
  padding: 3.75rem 0;
  background: #d3ae8b;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(211, 174, 139, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(180deg, rgba(211, 174, 139, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.vsm-data-capture .vsm-body .form-preview {
  border-radius: 0.5rem;
  overflow: hidden;
}

.vsm-full-width-featured-testimonial-carousel .testimonial-data .media {
  border-radius: 0.5rem;
}

.case-study .vsm-split-grid-images-content-features .content .rte p {
  font-size: 18px;
}

.vsm-split-grid-images-content-features .medias {
  position: relative;
}

.vsm-split-grid-images-content-features .medias::before {
  content: "3";
  font-family: "THICCCBOI-ExtraBold", sans-serif;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  font-size: 470px;
  font-size: 29.375rem;
  color: rgba(227, 101, 101, 0.5);
  mix-blend-mode: color;
  z-index: 2;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}

.vsm-split-grid-images-content-features .medias .grid .media {
  border-radius: 0.5rem;
}



.vsm-data-capture-alt .rte p{
  color: #ffff !important;
}


.vsm-data-capture-alt .bg .form-preview {
  border-radius: 0.5rem;
  overflow: hidden;
  background: #e36565;
}

.vsm-data-capture-alt .bg .form-preview::before {
  display: none;
}

.vsm-data-capture-alt .bg .form-preview .btn {
  border: 0.0625rem solid white;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.vsm-data-capture-alt .bg .form-preview .btn:hover {
  background: white;
}

.vsm-data-capture-alt .bg .form-preview .btn:hover span {
  color: #e36565;
}

.vsm-data-capture-alt .bg .form-preview .element.checkbox label a {
  color: white;
}

.vsm-accordion-mixed-content-50-50.dark_theme{
  background: #090909;
}

.vsm-accordion-mixed-content-50-50.dark_theme .sm-heading{
  color: #fff;
}

.vsm-accordion-mixed-content-50-50.dark_theme .rte p{
  color: #fff;
}

.vsm-accordion-mixed-content-50-50.dark_theme .accordion-header{
  color: #DAAC86;
}

.vsm-accordion-mixed-content-50-50.dark_theme .accordion-collapse p{
  color: #fff;
}



@media (min-width: 1024px) {
  .vsm-accordion-mixed-content-50-50 .col:nth-child(1) {
    max-width: 58.33333333%;
  }
  .vsm-accordion-mixed-content-50-50 .col:nth-child(2) {
    max-width: 41.66666667%;
  }
  .vsm-accordion-mixed-content-50-50 .col.order-md-2 {
    max-width: 58.33333333%;
  }
  .vsm-accordion-mixed-content-50-50 .col.order-md-1 {
    max-width: 41.66666667%;
  }
}

.vsm-accordion-mixed-content-50-50 .media {
  border-radius: 0.625rem;
}

.vsm-accordion-mixed-content-50-50 .media img {
  border-radius: 0.625rem;
}

.vsm-accordion-mixed-content-50-50 .accordion .accordion-item {
  background: none;
  margin-bottom: 0;
}

.vsm-accordion-mixed-content-50-50 .bg {
  position: relative;
}

.vsm-accordion-mixed-content-50-50.primary-bg .bg {
  padding: 3.75rem 0;
  background: #e36565;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 101, 101, 0.05)), to(rgba(255, 255, 255, 0.05)));
  background: linear-gradient(180deg, rgba(227, 101, 101, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.vsm-accordion-mixed-content-50-50.secondary-bg .bg {
  padding: 3.75rem 0;
  background: #7f9f90;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 159, 144, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(180deg, rgba(127, 159, 144, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.vsm-accordion-mixed-content-50-50.tertiary-bg .bg {
  padding: 3.75rem 0;
  background: #d3ae8b;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(211, 174, 139, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(180deg, rgba(211, 174, 139, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.vsm-single-accordion .accordion .accordion-item {
  background: none;
  margin-bottom: 0;
}

.vsm-single-accordion .accordion .accordion-item .accordion-header {
  padding: 2.1875rem 0;
  -webkit-appearance: none;
}

.vsm-single-accordion .vsm-header > .container > .row > .col {
  max-width: 75%;
}

.vsm-single-accordion .vsm-header .rte.larger-text {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-single-accordion .vsm-header .rte.larger-text p, .vsm-single-accordion .vsm-header .rte.larger-text li, .vsm-single-accordion .vsm-header .rte.larger-text dd, .vsm-single-accordion .vsm-header .rte.larger-text a {
  font-size: inherit;
}

.vsm-single-accordion .vsm-body .accordion .accordion-item .accordion-collapse .content {
  font-size: 18px;
  font-size: 1.125rem;
}

.vsm-single-accordion .vsm-body .accordion .accordion-item .accordion-collapse .content p, .vsm-single-accordion .vsm-body .accordion .accordion-item .accordion-collapse .content li, .vsm-single-accordion .vsm-body .accordion .accordion-item .accordion-collapse .content dd, .vsm-single-accordion .vsm-body .accordion .accordion-item .accordion-collapse .content a {
  font-size: inherit;
}

.vsm-single-accordion .vsm-footer {
  margin-top: 2.1875rem;
}

.vsm-single-accordion .vsm-footer > .container > .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .vsm-single-accordion .vsm-footer > .container > .row > .col {
    max-width: 50%;
  }
}

.vsm-single-accordion .component-wrapper {
  position: relative;
}

.vsm-single-accordion.primary-bg .component-wrapper {
  padding: 3.75rem 0;
  background: #e36565;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 101, 101, 0.05)), to(rgba(255, 255, 255, 0.05)));
  background: linear-gradient(180deg, rgba(227, 101, 101, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.vsm-single-accordion.secondary-bg .component-wrapper {
  padding: 3.75rem 0;
  background: #7f9f90;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 159, 144, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(180deg, rgba(127, 159, 144, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.vsm-single-accordion.tertiary-bg .component-wrapper {
  padding: 3.75rem 0;
  background: #d3ae8b;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(211, 174, 139, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(180deg, rgba(211, 174, 139, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.cm-the-team-carousel {
  overflow: hidden;
}

.cm-the-team-carousel.dark_theme{
  background: #090909;
}

.cm-the-team-carousel.dark_theme .bg{
  background: #090909;
}

.cm-the-team-carousel.dark_theme .md-heading{
  color: #fff;
}

.cm-the-team-carousel.dark_theme .btn{
  background: #e36565;
}

.cm-the-team-carousel.dark_theme .btn span{
  color: #fff;
}

.cm-the-team-carousel.dark_theme .btn:hover{
  background: #76A08F;
}

.cm-the-team-carousel.dark_theme

.cm-the-team-carousel.primary-bg .bg {
  padding: 3.75rem 0;
  background: #e36565;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 101, 101, 0.05)), to(rgba(255, 255, 255, 0.05)));
  background: linear-gradient(180deg, rgba(227, 101, 101, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.cm-the-team-carousel.secondary-bg .bg {
  padding: 3.75rem 0;
  background: #7f9f90;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 159, 144, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(180deg, rgba(127, 159, 144, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.cm-the-team-carousel.tertiary-bg .bg {
  padding: 3.75rem 0;
  background: #d3ae8b;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(211, 174, 139, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(180deg, rgba(211, 174, 139, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.cm-the-team-carousel.exec-bg .bg {
  padding: 3.75rem 0;
  background: #1c1c1c;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(180deg, rgba(28, 28, 28, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.cm-the-team-carousel.exec-bg .cm-body > .row:nth-child(2) .btn {
  border: 0.0625rem solid #090909;
  color: #090909;
}

.cm-the-team-carousel.exec-bg .cm-body > .row:nth-child(2) .btn span {
  color: #090909;
}

.cm-the-team-carousel.exec-bg .cm-body > .row:nth-child(2) .btn:hover {
  background: #090909;
  color: white;
}

.cm-the-team-carousel.exec-bg .cm-body > .row:nth-child(2) .btn:hover span {
  color: white;
}

.cm-the-team-carousel.exec-bg .cm-body .profile .media:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #000000 100%);
}

.cm-the-team-carousel .swiper-container {
  overflow: visible;
}

.cm-the-team-carousel .swiper-pagination {
  display: none;
}

.cm-the-team-carousel .swiper-navigation {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 40%;
  width: 100%;
  left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cm-the-team-carousel .swiper-navigation div {
  margin: 0 1.875rem;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100em;
  width: 55px;
  height: 55px;
}

.cm-the-team-carousel .swiper-navigation div:hover {
  background: white;
}

.cm-the-team-carousel .swiper-navigation div.swiper-button-disabled {
  opacity: 0;
}

.cm-the-team-carousel .swiper-button-prev {
  left: 0.938rem;
  font-size: 30px;
  font-size: 1.875rem;
  color: rgba(var(--vsm-primary-colour), 1);
  position: relative;
  top: 0;
}

.cm-the-team-carousel .swiper-button-prev:after {
  content: "";
}

.cm-the-team-carousel .swiper-button-next {
  right: 0.938rem;
  font-size: 30px;
  font-size: 1.875rem;
  color: rgba(var(--vsm-primary-colour), 1);
  position: relative;
  top: 0;
}

.cm-the-team-carousel .swiper-button-next:after {
  content: "";
}

.cm-the-team-carousel .content {
  text-align: center;
}

.cm-the-team-carousel .col {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .cm-the-team-carousel .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
            flex: 1 0 33%;
  }
}

.cm-the-team-carousel .bg {
  padding: 3.75rem 0;
}

.cm-the-team-carousel .cm-header .md-heading {
  font-weight: 600;
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 1.875rem;
}

.cm-the-team-carousel .cm-body .profile {
  overflow: hidden;
  height: 22.5rem;
  max-width: 19rem;
  margin-bottom: 1.875rem;
  position: relative;
}

.cm-the-team-carousel .cm-body .profile .btn {
  background: rgba(255, 255, 255, 0);
  border: 0.0625rem solid white;
}

.cm-the-team-carousel .cm-body .profile .btn span {
  color: white;
}

.cm-the-team-carousel .cm-body .profile .btn:hover {
  background: white;
}

.cm-the-team-carousel .cm-body .profile .btn:hover span {
  color: #e36565;
}

.cm-the-team-carousel .cm-body .profile .media[data-initials]:before {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.cm-the-team-carousel .cm-body .profile .media {
  border-radius: 0.5rem;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: 0;
}

.cm-the-team-carousel .cm-body .profile .media img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cm-the-team-carousel .cm-body .profile .media:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), to(#c6726c));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #c6726c 100%);
  z-index: 1;
  mix-blend-mode: multiply;
}

.cm-the-team-carousel .cm-body .profile .content {
  position: relative;
  z-index: 1;
  color: white;
  top: 80%;
  -webkit-transition: 800ms all ease-in-out;
  transition: 800ms all ease-in-out;
}

.cm-the-team-carousel .cm-body .profile .content .social {
  list-style: none;
  padding: 0;
  margin: 0.938rem auto 0 auto;
  text-align: center;
}

.cm-the-team-carousel .cm-body .profile .content .social li {
  display: inline-block;
  margin: 0 0.625rem;
}

.cm-the-team-carousel .cm-body .profile .content h4 {
  color: inherit;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0.3125rem;
}

.cm-the-team-carousel .cm-body .profile .content .rte {
  display: none;
  font-size: 16px;
  font-size: 1rem;
}

.cm-the-team-carousel .cm-body .profile .content .btn {
  opacity: 0;
  -webkit-transition: 800ms all ease-in-out;
  transition: 800ms all ease-in-out;
}

.cm-the-team-carousel .cm-body .profile .content .social {
  opacity: 0;
  -webkit-transition: 800ms all ease-in-out;
  transition: 800ms all ease-in-out;
}

.cm-the-team-carousel .cm-body .profile .content .social li a {
  color: white;
}

.cm-the-team-carousel .cm-body .profile:hover .content {
  top: 50%;
}

.cm-the-team-carousel .cm-body .profile:hover .content > p {
  display: none;
}

.cm-the-team-carousel .cm-body .profile:hover .content .rte {
  display: block;
}

.cm-the-team-carousel .cm-body .profile:hover .content .rte p {
  display: block;
}

.cm-the-team-carousel .cm-body .profile:hover .content .btn,
.cm-the-team-carousel .cm-body .profile:hover .content .social {
  opacity: 1;
}

.cm-the-team-carousel .cm-body .btn {
  background: rgba(0, 0, 0, 0);
  border: 0.0625rem solid white;
}

.cm-the-team-carousel .cm-body .btn:hover {
  border: 0.0625rem solid #e36565;
}

.cm-the-team-carousel .cm-body .btn:hover span {
  color: #e36565;
}

.cm-the-team-carousel .cm-body > .row:nth-child(2) .btn {
  border: 0.0625rem solid #e36565;
  color: #e36565;
}

.cm-the-team-carousel .cm-body > .row:nth-child(2) .btn span {
  color: #e36565;
}

.cm-the-team-carousel .cm-body > .row:nth-child(2) .btn:hover {
  background: #e36565;
  color: white;
}

.cm-the-team-carousel .cm-body > .row:nth-child(2) .btn:hover span {
  color: white;
}

.vsm-get-in-touch-form .bg {
  position: relative;
}

.vsm-get-in-touch-form .vsm-body .container > .row:nth-child(1) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vsm-get-in-touch-form .vsm-body .container > .row:nth-child(1) .col {
  text-align: center;
}

.vsm-get-in-touch-form .vsm-body .container > .row:nth-child(1) .sm-heading {
  margin-bottom: 3.125rem;
  font-size: 40px;
  font-size: 2.5rem;
}

.vsm-get-in-touch-form.primary-bg .bg {
  padding: 3.75rem 0;
  background: #e36565;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 101, 101, 0.05)), to(rgba(255, 255, 255, 0.05)));
  background: linear-gradient(180deg, rgba(227, 101, 101, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.vsm-get-in-touch-form.secondary-bg .bg {
  padding: 3.75rem 0;
  background: #7f9f90;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 159, 144, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(180deg, rgba(127, 159, 144, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.vsm-get-in-touch-form.tertiary-bg .bg {
  padding: 3.75rem 0;
  background: #d3ae8b;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(211, 174, 139, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background: linear-gradient(180deg, rgba(211, 174, 139, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.vsm-full-width-fixed-media-bg {
  position: relative;
}

.vsm-full-width-fixed-media-bg .component-wrapper {
  -webkit-transition: none !important;
  transition: none !important;
  position: relative;
  top: 0;
  min-height: 100vh;
}

.vsm-full-width-fixed-media-bg .vsm-body .row > .col {
  max-width: 90%;
}

@media (min-width: 768px) {
  .vsm-full-width-fixed-media-bg .vsm-body .row > .col {
    max-width: 50%;
  }
}

.cm-multi-forms .back-to-link {
  margin-bottom: 1.875rem;
  display: inline-block;
}

.cm-multi-forms .options {
  border: 0.0625rem solid rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
  padding: 1.875rem;
}

.cm-multi-forms .options a.btn {
  margin-bottom: 0.9375rem;
}

@media (min-width: 768px) {
  .cm-multi-forms .options {
    padding: 3.75rem;
  }
}

.cm-multi-forms .options a.btn {
  background: rgba(0, 0, 0, 0);
  border: 0.125rem solid #e36565;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  margin-right: 0.9375rem;
}

.cm-multi-forms .options a.btn span {
  color: #e36565;
}

.cm-multi-forms .options a.btn:hover {
  background: #e36565;
}

.cm-multi-forms .options a.btn:hover span {
  color: white;
}

@media (min-width: 1024px) {
  .cm-multi-forms .options .select-options > .row:nth-child(1) .col {
    max-width: 50%;
  }
}

.cm-multi-forms .options .select-options > .row:nth-child(1) .col .rte {
  margin: 0 0 1.875rem 0;
}

.cm-multi-forms .options .select-options .md-heading {
  color: #e36565;
}

.cm-multi-forms form .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

@media (min-width: 768px) {
  .cm-multi-forms form .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}

.cm-iframed-content .cm-header .row {
  text-align: center;
}

.candidate-dashboard .brand img {
  width: 3.125rem;
}

.vsm-responsive-nav .search-bar .input-group {
  padding: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  border-radius: 0.625rem;
}

.vsm-responsive-nav .search-bar .input-group input {
  border-radius: 0.625rem !important;
  border-top-left-radius: 0.625rem !important;
  border-bottom-left-radius: 0.625rem !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}


.vsm-media-hub .newsletter-signup .form-holder .input-group .form-control {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem !important;
  border-top-left-radius: 0.625rem !important;
  border-bottom-left-radius: 0.625rem !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.vsm-media-hub-category-latest-carousel .category .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .vsm-media-hub-category-latest-carousel .category .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    width: 50%;
  }
}

.candidate-dashboard .brand img {
  margin-bottom: 1.5625rem;
}

.candidate-dashboard > .container-fluid > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.cm-column-header-content.grey-bg.four-column-image .col .content {
  margin-bottom: 1.875rem;
}

.vsm-media-hub-category-latest-carousel .vsm-body .swiper-navigation.disabled {
  display: none;
}

.vsm-media-hub-category-latest-carousel .vsm-body .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.vsm-media-hub-category-latest-carousel .vsm-body .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

footer.vsm-default-footer .newsletter-signup .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}

@media (max-width: 1160px) {
  .vsm-top .navigation .primary-nav ul li a {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 0.875rem 0.538rem;
  }
}

.vsm-top .navigation .more-nav nav ul li a {
  position: relative;
}

.vsm-top .navigation .more-nav nav ul li.upload-vacancy a {
  text-decoration: none;
}

@media(max-width: 768px) {
  .vsm-top .navigation .more-nav ul li {
    margin: 0 0 0 0.8rem;
  }
}

.vsm-top .navigation .more-nav nav ul li a .tooltip {
  position: absolute;
  display: block;
  background: rgba(var(--vsm-primary-colour), 1);
  border-radius: 0.25rem;
  padding: 0.125rem 0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  color: rgba(var(--vsm-white), 0.9);
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

.vsm-top .navigation .more-nav nav ul li a:hover .tooltip {
  opacity: 1;
}

.vsm-top .navigation.search-open .more-nav nav ul li a:hover .tooltip {
  opacity: 0;
}

.vsm-top .notification-bar {
  background: rgba(var(--vsm-primary-colour), 1);
  padding: 0.625rem 0;
}

.vsm-top .notification-bar .col-auto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vsm-top .notification-bar .col-auto .rte {
  margin-right: 1.25rem;
  color: rgba(var(--vsm-white), 1);
  font-size: 14px;
  font-size: 0.875rem;
}

.vsm-top .notification-bar .col-auto .rte p, .vsm-top .notification-bar .col-auto .rte a, .vsm-top .notification-bar .col-auto .rte li, .vsm-top .notification-bar .col-auto .rte h1, .vsm-top .notification-bar .col-auto .rte h2, .vsm-top .notification-bar .col-auto .rte h3, .vsm-top .notification-bar .col-auto .rte h4, .vsm-top .notification-bar .col-auto .rte h5, .vsm-top .notification-bar .col-auto .rte h6 {
  color: rgba(var(--vsm-white), 1);
  line-height: 1.2;
}

.vsm-top .notification-bar .col-auto .rte p, .vsm-top .notification-bar .col-auto .rte a {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0.3125rem 0;
}

.vsm-top .notification-bar .col-auto .rte a {
  text-decoration: underline;
  font-weight: bold;
  white-space: nowrap;
}

.vsm-top .notification-bar .col-auto .rte a:hover {
  text-decoration: none;
}

.vsm-top .notification-bar .col-auto .btn {
  padding: 0.4375rem 1.25rem;
  background: rgba(var(--vsm-white), 0);
  border: 1px solid rgba(var(--vsm-white), 1);
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
}

.vsm-top .notification-bar .col-auto .btn span {
  font-size: 12px;
  font-size: 0.75rem;
  color: rgba(var(--vsm-white), 1);
}

.vsm-top .notification-bar .col-auto .btn:hover {
  background: rgba(var(--vsm-white), 1);
  border: 1px solid rgba(var(--vsm-white), 1);
}

.vsm-top .notification-bar .col-auto .btn:hover span {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-data-capture-alt .form-holder .element.select select {
  background: rgba(255, 255, 255, 0.5);
  color: rgba(var(--vsm-white), 1);
}

.vsm-default-internal-hero .component-wrapper {
  z-index: 1;
}

@media screen and (max-width: 769px) {
  .vsm-full-width-fixed-media-bg .bg {
    position: relative;
  }
  .vsm-full-width-fixed-media-bg .component-wrapper {
    position: absolute;
    top: 40px;
  }
}

.vsm-drop-off-your-cv select option, .vsm-data-capture-alt select option {
  color: rgba(var(--vsm-black), 1);
}
.vsm-drop-off-your-cv .rte a, .vsm-drop-off-your-cv .element label a{
color: rgba(var(--vsm-white), 1);
}

.vsm-job-details .post-date {
  font-weight: bold;
}
.vsm-job-details ul.job-data-highlights {
  padding: auto;
}
.vsm-job-details ul.job-data-highlights li {
  font-size: 18px;
  font-size: 1.125rem;
  margin-right: 2.8rem;
}

.vsm-job-details ul.job-data-highlights li span {
  font-weight: bold;
}

.vsm-job-details .job-ref {
  margin-top: 0;
}

.vsm-job-details .content .rte ul {
  list-style: none;
  padding: 0 0 0.9375rem 1.25rem;
  margin: 0;
  font-size: inherit;
}

.vsm-job-details .content .rte ul li::before {
  font-size: 14px;
  font-size: 0.875rem;
  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;
  margin-left: -0.625rem;
  left: -0.625rem;
  color: #e36565;
}

.vsm-job-details .share dl dt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}

.vsm-job-details .form-holder {
  border-radius: 0.625rem;
}
.vsm-job-details .form-holder .element.select select{
  color: rgba(var(--vsm-body-copy-colour), 0.7);
}
.vsm-job-details form .element label {
  color: rgba(var(--vsm-black), 1);
  font-size: 16px;
  font-size: 1rem;
}

.vsm-job-details form .element .custom-file-label {
  line-height: 1.7;
}

.vsm-job-details form .element.checkbox label {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(var(--vsm-body-copy-colour), 1);
}

.vsm-job-details form .element.submit {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.vsm-job-details form .content p {
  font-size: 17px;
  font-size: 1.0625rem;
}

.vsm-job-details form .content p a {
  font-weight: 600;
}

.vsm-job-details .notice {
  background: rgba(var(--vsm-primary-colour), 0);
  padding: 0;
  margin: 0;
}

.vsm-job-details .notice .box {
  background: rgba(var(--vsm-primary-colour), 0.1);
  padding: 1.25rem 2.5rem;
  margin: 1.875rem 0;
}

.vsm-job-details .md-heading {
  margin-bottom: 3.5rem;
}

.case-study .vsm-wide-content .content .rte p {
  font-size: 18px;
}

.vsm-wide-content .content .rte ul {
  list-style: none;
  padding: 0 0 0.9375rem 1.25rem;
  margin: 0;
  font-size: inherit;
}

.vsm-wide-content .content .rte {
  margin-top: 2rem;
}

.vsm-wide-content .content .rte ul li::before {
  font-size: 14px;
  font-size: 0.875rem;
  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;
  margin-left: -0.625rem;
  left: -0.625rem;
  color: #e36565;
}

.vsm-wide-content .text-center .content .rte ul li {
  list-style-position: inside;
}

.cm-the-team-carousel .swiper-wrapper.disabled {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vsm-job-carousel .vsm-body .swiper-slide .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.vsm-job-carousel .vsm-body .swiper-slide .content .job-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.vsm-job-carousel .vsm-body .swiper-slide .content .job-data p {
  min-height: 7.5rem;
}

.vsm-job-carousel .vsm-body .swiper-slide .content .job-data .inline-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.vsm-full-width-testimonial-carousel .swiper-pagination .swiper-pagination-bullet span{
  display: none;
}

.vsm-full-width-testimonial-carousel.dark_theme .bg{
  background: #090909;
}

.vsm-full-width-testimonial-carousel.dark_theme blockquote .name{
  color: #fff;
}

body.dark_theme .vsm-top.fixed {
  background: rgb(0 0 0 / 90%)
}

body.dark_theme .inline-link {
  color: white;
}

body.dark_theme .inline-link::after {
  color: white;
}

body.dark_theme .inline-link:hover {
  color: white;
}

body.dark_theme .btn {
  background: #000000 !important;
  border: 0.0625rem solid #ffffff !important;
}

body.dark_theme .btn:hover {
  background: #000000 !important;
  border: 0.0625rem solid #717171 !important;
}

body.dark_theme .btn span {
  color: white !important;
}

body.dark_theme .btn:hover span {
  color: white !important;
}

body.dark_theme .md-heading {
  color: white !important;
}

body.dark_theme .vsm-full-width-testimonial-carousel .testimonial-data .media {
  display: none;
}

body.dark_theme .vsm-split-content-50-50 .vsm-header .md-heading {
  color: black !important;
}

.vsm-tabbed-content .vsm-header { 
  margin-bottom: 2rem;
}
.vsm-tabbed-content.side-nav .nav li a.active:after {
  top: 1.5rem;
}
.vsm-tabbed-content.side-nav .nav li a:after {
  top: 1.5rem !important;
  right: 1rem;
}
.vsm-tabbed-content.side-nav .nav li a:not(.active) {
  background: white;
}
.vsm-tabbed-content.side-nav .nav li a {
  border-bottom: none !important;
}
.vsm-tabbed-content .flex-item .content {
  background: #d46c69;
  padding: 1rem;
  border-radius: 5px;
}
.vsm-tabbed-content .flex-item .content .sm-heading {
  color: white;
}
.vsm-tabbed-content .flex-item .content .rte p {
  color: white;
}
@media(min-width: 1024px) {
  .vsm-tabbed-content.side-nav .vsm-body .flex-item:nth-child(1) {
    max-width: 35%;
  }
  .vsm-tabbed-content.side-nav .nav li a:not(.active) {
  background: transparent;
  }
  .vsm-tabbed-content.side-nav .flex-item:first-child .row>.col:first-child {
    max-width: 100%;
  }
  .vsm-tabbed-content .vsm-body .flex-item:nth-child(2) {
    max-width: 65%;
  }
  .vsm-tabbed-content.side-nav .vsm-body .nav li {
    border: 2px solid #d46c69;
    border-radius: 5px;
    margin-bottom: 0.3rem;
  }
  .vsm-tabbed-content.side-nav .vsm-body .nav li:hover {
    background: #d46c69;
    border-radius: 5px;
    border: 2px solid #d46c69;
  }
  .vsm-tabbed-content.side-nav .nav li:hover a {
    color: white;
  }
  .vsm-tabbed-content.side-nav .nav li:hover a:after {
    color: white;
  }
}

@media(max-width: 768px) {
  .vsm-tabbed-content .vsm-body {
    flex-direction: column;
  }
  .vsm-tabbed-content.side-nav .vsm-body .flex-item:nth-child(1) {
    max-width: 100%;
  }
}


/*-------------------------------------------
cm Tabbed Content
-------------------------------------------*/
.cm-tabbed-map.side-nav {
  position: relative;
  overflow: hidden;
}
.cm-tabbed-map.side-nav .bg {
  position: relative;
  overflow: visible;
}
.cm-tabbed-map.side-nav .bg .component-wrapper {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 540px;
}
@media (min-width: 768px) {
  .cm-tabbed-map.side-nav .bg .component-wrapper {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .cm-tabbed-map.side-nav .bg .component-wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cm-tabbed-map.side-nav .bg .component-wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .cm-tabbed-map.side-nav .bg .component-wrapper {
    max-width: 1320px;
  }
}
.cm-tabbed-map.side-nav .bg .component-wrapper .cm-header {
  margin-bottom: 1.875rem;
}
.cm-tabbed-map.side-nav .bg .component-wrapper .cm-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cm-tabbed-map.side-nav .bg .component-wrapper .cm-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .flex-item .map-holder {
  width: 100%;
  height: 21.875rem;
}
.cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .flex-item .container .row .col-md-4 {
  padding-top: 0.7rem;
}
.cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .flex-item .container .row .col {
  background-color: #f8f8f8;
}
.cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .flex-item:first-child .row .col:first-child {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .flex-item:first-child .row .col:first-child {
    max-width: 95%;
    padding: 0px;
    margin-bottom: 0;
  }
}
.cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .flex-item:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
@media (min-width: 768px) {
  .cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .flex-item:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.33333%;
    flex: 1 0 33%;
  }
}
.cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .flex-item:nth-child(1) .title {
  padding: 2.1rem 1rem 0.2rem 1rem;
}
.cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .flex-item:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
.cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .flex-item:nth-child(2) .container .content .col {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .flex-item:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 66.66%;
    flex: 1 0 66.66%;
  }
}
.cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .flex-item:nth-child(2) .title {
  padding: 2.1rem 0rem 0rem 1rem;
}
@media (min-width: 1024px) {
  .cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .flex-item:nth-child(2) .details {
    min-height: 11.2rem;
    padding-left: 1rem;
  }
}
.cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .flex-item:nth-child(2) .content .rte {
  margin-bottom: 0rem;
  font-size: 1rem;
  font-weight: bold;
}
.cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .flex-item:nth-child(2) .content .rte a {
  text-decoration: none;
}
.cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .flex-item:nth-child(2) .content .rte a:hover {
  text-decoration: underline;
}
.cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .flex-item:nth-child(2) .content .rte address {
  font-size: 1rem;
}
.cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .flex-item:nth-child(2) .content .rte address p {
  font-size: 1rem;
  font-weight: bold;
}
.cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .flex-item:nth-child(2) .content .rte ul {
  font-size: 1rem;
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0.9375rem 0;
}
.cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .nav li {
  font-weight: 600;
  color: rgba(var(--vsm-primary-colour), 1);
}
.cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .nav li:first-child {
  border-top: 0.0625rem solid rgba(var(--vsm-primary-colour), 0.1);
}
.cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .nav li:not::last-child {
  border-bottom: 0.0625rem solid rgba(var(--vsm-primary-colour), 0.1);
}
.cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .nav li a {
  text-decoration: none;
  margin-right: 0rem;
  position: relative;
  display: block;
  color: rgba(var(--vsm-primary-colour), 1);
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0.25rem 1rem;
}
@media (min-width: 768px) {
  .cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .nav li a {
    padding: 1.25rem 1rem;
  }
}
.cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .nav li a:after {
  content: "\f105";
  color: rgba(var(--vsm-secondary-colour), 1);
  position: absolute;
  right: 1rem;
  display: inline-block;
  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;
}
.cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .nav li a:hover {
  background-color: rgba(var(--vsm-primary-colour), 1);
  color: rgba(var(--vsm-white), 1);
}
.cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .nav li a:hover:after {
  color: rgba(var(--vsm-white), 1);
}
.cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .nav li a.active {
  background-color: rgba(var(--vsm-primary-colour), 1);
  color: rgba(var(--vsm-white), 1);
}
.cm-tabbed-map.side-nav .bg .component-wrapper .cm-body .nav li a.active:after {
  color: rgba(var(--vsm-white), 1);
}

/* ------------------------------
End cm Tabbed Content
--------------------------------*/