@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@600;700&display=swap");
:root {
  --vsm-white:  255, 255, 255;
  --vsm-black:  32, 33, 36;
  --vsm-body-copy-colour:  95, 99, 104;
  --vsm-accent-colour:  16, 15, 48;
  --vsm-primary-colour:  7, 234, 155;
  --vsm-secondary-colour:  50, 35, 237;
  --vsm-tertiary-colour:  252, 174, 0;
  --vsm-quaternary-colour:  148, 0, 238;
  --vsm-quinary-colour:  112, 112, 112;
}

: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: 80px;
  --vsm-desktop-padding-bottom: 80px;
}

/* **** 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
--------------------------------*/
html,
body {
  height: 100% !important;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  font-size: 12px;
}

@media (min-width: 768px) {
  html,
  body {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  html,
  body {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

ul,
ol,
dd,
p {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 150%;
  color: rgba(95, 99, 104, 0.9);
}

ul strong,
ol strong,
dd strong,
p strong {
  font-weight: 600;
}

a {
  color: #07ea9b;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #100f30;
}

.heading {
  font-size: 70px;
  font-size: 4.375rem;
}

.md-heading {
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: 1.2rem;
}

.sm-heading {
  font-size: 40px;
  font-size: 2.5rem;
}

.xs-heading {
  font-size: 18px;
  font-size: 1.125rem;
}

.xxs-heading {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sub-heading {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ------------------------------
Buttons
--------------------------------*/
.btn {
  border-radius: 30rem;
  background: #07ea9b;
  border: #07ea9b;
}

.btn:hover {
  background: #202124;
  border: #202124;
}

/* ------------------------------
Forms
--------------------------------*/
/* ***** FORM VALIDATION MESSAGES ****** */
.field-validation-error,
.field-validation-valid,
.validation-summary-errors {
  /* DEFAULT STYLES FOR VALIDATION MESSAGES - CLASS BASED ON DEV REQUIREMENTS */
}

/* ------------------------------
Theme
--------------------------------*/
:root {
  --vsm-text-size:1.25rem;
  --vsm-md-heading:3.125rem;
}

/* Setting fade transition and default settings */
body {
  color: #000;
  background-color: #fff;
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

/* panel styles */
.scroll-panel {
  /* min height incase content is higher than window height */
}

/* colours */
.color-white {
  background-color: #ffffff;
}

.color-primary {
  background-color: rgba(7, 234, 155, 0.1);
}

.color-secondary {
  background-color: rgba(50, 35, 237, 0.05);
}

.color-secondary-2 {
  background-color: rgba(50, 35, 237, 0.7);
}

.container {
  padding-left: 25px;
  padding-right: 25px;
}

.vsm-top .navigation .primary-nav .mega-menu {
  overflow: scroll;
  height: 70vh;
  background: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 1.875rem 1.875rem 0 rgba(0, 0, 0, 0);
          box-shadow: 0 1.875rem 1.875rem 0 rgba(0, 0, 0, 0);
  overflow: visible;
  height: auto;
}

.vsm-top .navigation .primary-nav .mega-menu > .container {
  background: white;
  -webkit-box-shadow: 0 1.875rem 1.875rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1.875rem 1.875rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.3125rem;
  overflow: scroll;
  height: 70vh;
}

.vsm-top .navigation .primary-nav .mega-menu .col nav {
  grid-auto-flow: row;
}

.vsm-top .navigation .primary-nav .mega-menu .col:nth-child(1) {
  width: 25%;
}

.vsm-top .navigation .primary-nav .mega-menu .col:nth-child(2) {
  width: 25%;
}

.vsm-top .navigation .primary-nav .mega-menu .col:nth-child(3) {
  width: 25%;
  border-right: 0.063rem solid rgba(0, 0, 0, 0.1);
}

.vsm-top .navigation .primary-nav .mega-menu .col:nth-child(4) {
  width: 25%;
}

.vsm-top.fixed {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.vsm-top .navigation .primary-nav ul li a {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-top .navigation .primary-nav .mega-menu nav a p {
  margin-bottom: 0;
}

.vsm-centralised-title-intro-text .md-heading {
  font-size: 60px;
  font-size: 3.75rem;
}

.vsm-default-single-media-hero .search-bar {
  padding: 0 15px;
}

.vsm-default-single-media-hero .bg .video:after {
  background: rgba(0, 0, 0, 0.1);
}

.vsm-default-single-media-hero .search-bar > .row > .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.vsm-default-single-media-hero .content.searchbar-holder {
  position: absolute;
  width: 100%;
  left: 0;
  max-width: 540px;
  margin: 0 auto;
  right: 0;
  bottom: 5rem;
}

@media (min-width: 768px) {
  .vsm-default-single-media-hero .content.searchbar-holder {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .vsm-default-single-media-hero .content.searchbar-holder {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .vsm-default-single-media-hero .content.searchbar-holder {
    max-width: 1140px;
  }
}

.vsm-default-single-media-hero .search-bar .input-group {
  border-top-left-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
  overflow: hidden;
  height: 3.75rem;
}

.vsm-default-single-media-hero .search-bar .input-group .input-group-text {
  height: 100%;
  padding: .375rem 0.75rem .375rem 1.75rem;
}

.vsm-content-layout-7 .bg {
  margin: 3.75rem 0;
}

.vsm-content-layout-7 .medias img {
  border-radius: 10px;
}

.vsm-content-layout-7 .sm-heading {
  font-size: 50px;
  font-size: 3.125rem;
}

.vsm-full-width-fixed-media-bg .bg .video:after {
  background: rgba(0, 0, 0, 0.1);
}

.vsm-full-width-fixed-media-bg .content blockquote {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.vsm-full-width-fixed-media-bg .content blockquote .author .name {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}

.vsm-full-width-fixed-media-bg .content blockquote .author .position {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
}

.vsm-full-width-fixed-media-bg .content .play-btn:hover {
  color: #07ea9b;
}

.vsm-full-width-fixed-media-bg .content .inline-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vsm-full-width-fixed-media-bg .content .inline-link:hover {
  color: #ffffff;
}

.vsm-small-boxes .vsm-body .container {
  max-width: 100%;
}

.vsm-small-boxes .col {
  padding: 0;
  margin: 0;
  max-width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

@media (min-width: 768px) {
  .vsm-small-boxes .col {
    max-width: 33.33333%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3333%;
            flex: 1 0 33.3333%;
  }
}

.vsm-small-boxes .col .small-box-card {
  min-height: 300px;
  margin: 0;
  border-radius: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.vsm-small-boxes .col .small-box-card .media {
  margin-bottom: 0;
  background: #07ea9b;
}

.vsm-small-boxes .col .small-box-card .media:after {
  display: none;
}

.vsm-small-boxes .col .small-box-card:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.vsm-small-boxes .col .small-box-card:hover .content .media img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.vsm-small-boxes .col .small-box-card .content .media {
  background: none;
  margin-bottom: 0.9rem;
}

.vsm-small-boxes .col .small-box-card .content .media img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -o-object-fit: contain;
     object-fit: contain;
}

.vsm-small-boxes .col .small-box-card .content .xs-heading {
  font-size: 40px;
  font-size: 2.5rem;
}

.vsm-small-boxes .col .small-box-card .content .inline-link {
  color: white;
}

.vsm-small-boxes .col .small-box-card .content .inline-link:hover {
  color: #07ea9b;
}

.vsm-small-boxes .col .small-box-card .content .details {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.vsm-wide-media-carousel .vsm-header .md-heading {
  font-size: 60px;
  font-size: 3.75rem;
  margin: 0 auto;
  margin-bottom: 2.2rem;
}

.vsm-wide-media-carousel .vsm-body .media {
  border-radius: 10px;
}

.vsm-indented-content .md-heading {
  font-size: 40px;
  font-size: 2.5rem;
}

.vsm-indented-content .col-md-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}

.vsm-centralised-title-intro-text .col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .vsm-centralised-title-intro-text .col-10 {
    width: 66.6666666667%;
  }
}

.vsm-centralised-title-intro-text.larger-title .md-heading {
  font-size: 60px;
  font-size: 3.75rem;
}

.vsm-centralised-title-intro-text.larger-title .col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .vsm-centralised-title-intro-text.larger-title .col-10 {
    width: 66.6666666667%;
  }
}

.vsm-video-carousel .video-card {
  border-radius: 30px;
  overflow: hidden;
}

.vsm-video-carousel .video-card p {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

.vsm-full-width-call-to-action .bg {
  background: #202124;
}

.vsm-full-width-call-to-action .vsm-body > .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.vsm-full-width-call-to-action .vsm-body .md-heading {
  font-size: 40px;
  font-size: 2.5rem;
}

.vsm-full-width-call-to-action .vsm-body p {
  color: #ffffff;
}

.vsm-full-width-call-to-action .vsm-body a.btn {
  background: white;
  border: white;
}

.vsm-full-width-call-to-action .vsm-body a.btn span {
  color: #202124;
}

.vsm-full-width-call-to-action .vsm-body a.btn:hover {
  background: #07ea9b;
  border: #07ea9b;
}

.vsm-full-width-call-to-action .vsm-body a.btn:hover span {
  color: white;
}

footer.vsm-default-footer, .vsm-default-signoff {
  background: #202124;
}

footer.vsm-default-footer .newsletter-signup p {
  font-size: 16px;
  font-size: 1rem;
}

footer.vsm-default-footer .newsletter-signup .btn {
  border-radius: 0;
}

.vsm-default-signoff a:hover {
  color: #07ea9b;
}

.vsm-default-signoff .signoff-links {
  font-size: 12px;
  font-size: 0.75rem;
}

.vsm-default-signoff .signoff-links a:hover {
  color: #07ea9b;
}

.vsm-content-in-image-carousel .vsm-body .content-in-image {
  border-radius: 1.25rem;
}

.vsm-content-in-image-carousel .vsm-body .content-in-image .md-heading {
  font-size: 40px;
  font-size: 2.5rem;
}

.vsm-content-in-image-carousel .vsm-body .content-in-image p {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-card-links .vsm-body .col a.card-link {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 1.25rem;
}

.vsm-card-links .vsm-body .col a.card-link .sm-heading {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 500;
  color: #202124;
}

.vsm-card-links .vsm-body .col a.card-link p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  color: #5f6368;
}

.vsm-card-links .vsm-body .col a.card-link p strong {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  color: #5f6368;
}

.vsm-content-image-50-50 .media {
  border-radius: 1.875rem;
}

.vsm-content-image-50-50 .btn {
  background: #202124;
  border: #202124;
}

.vsm-content-image-50-50 .btn:hover {
  background: #3223ed;
  border: #3223ed;
}

.vsm-content-image-50-50.right .btn {
  background: #07ea9b;
  border: #07ea9b;
}

.vsm-content-image-50-50.right .btn:hover {
  background: #202124;
  border: #202124;
}

.color-secondary-2 {
  color: white;
}

.color-secondary-2 .md-heading {
  color: white;
}

.color-secondary-2 .rte {
  color: white;
}

.color-secondary-2 .rte p, .color-secondary-2 .rte ul, .color-secondary-2 .rte li, .color-secondary-2 .rte a {
  color: white;
}

.vsm-short-content-33-33-33 p {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-short-content-33-33-33 .component-wrapper .col {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
}

.vsm-short-content-33-33-33 .component-wrapper .col:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0);
}

.vsm-short-content-33-33-33 .component-wrapper .col:last-child .content {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .vsm-short-content-33-33-33 .component-wrapper .col {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .vsm-short-content-33-33-33 .component-wrapper .col:nth-child(1), .vsm-short-content-33-33-33 .component-wrapper .col:nth-child(2) {
    border-top: 1px solid rgba(0, 0, 0, 0);
  }
  .vsm-short-content-33-33-33 .component-wrapper .col:nth-child(odd) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .vsm-short-content-33-33-33 .component-wrapper .col:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0);
  }
}

@media (min-width: 1024px) {
  .vsm-short-content-33-33-33 .component-wrapper .col {
    border-bottom: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .vsm-short-content-33-33-33 .component-wrapper .col .content {
    margin-bottom: 0;
  }
  .vsm-short-content-33-33-33 .component-wrapper .col:nth-child(1) {
    border-top: 0px solid rgba(0, 0, 0, 0);
  }
  .vsm-short-content-33-33-33 .component-wrapper .col:nth-child(2) {
    border-top: 0px solid rgba(0, 0, 0, 0);
  }
  .vsm-short-content-33-33-33 .component-wrapper .col:nth-child(3) {
    border-top: 0px solid rgba(0, 0, 0, 0);
  }
  .vsm-short-content-33-33-33 .component-wrapper .col:nth-child(3n) {
    border-right: 1px solid rgba(0, 0, 0, 0);
  }
  .vsm-short-content-33-33-33 .component-wrapper .col:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0);
  }
  .vsm-short-content-33-33-33 .component-wrapper .col:last-child .content {
    margin-bottom: 0;
  }
}

.vsm-short-content-33-33-33 .component-wrapper .content .feature .media {
  background: none;
  padding: 0;
}

.vsm-short-content-33-33-33 .component-wrapper .content .feature .media img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vsm-content-layout-3 .media {
  border-radius: 1.25rem;
}

.vsm-content-layout-3 .media .plyr video {
  aspect-ratio: 1/1.2;
}

.vsm-content-layout-3 .media .plyr__poster-enabled .plyr__poster {
  height: 100%;
}

.vsm-job-carousel .vsm-header .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.vsm-job-carousel .vsm-header .col-auto {
  display: none;
}

.vsm-job-carousel .swiper-slide {
  border-radius: 1.875rem;
}

.vsm-job-carousel .job-data .post-date {
  display: none;
}

.vsm-job-carousel .job-data .job-ref {
  display: none;
}

.vsm-job-carousel .job-data .xs-heading a {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.vsm-job-carousel .job-data .job-data-highlights {
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

.vsm-job-carousel .job-data .job-data-highlights li i {
  display: none;
}

.vsm-job-carousel .job-data p {
  font-size: 14px;
  font-size: 0.875rem;
}

.vsm-single-accordion .vsm-header {
  margin-bottom: 3.75rem;
}

.vsm-stats-count-up .content {
  background: rgba(32, 33, 36, 0.05);
  border-radius: 10px;
  mix-blend-mode: multiply;
}

.vsm-stats-count-up .col {
  margin-bottom: 1.875rem;
}

.vsm-stats-count-up .col .stat:after {
  display: none;
}

.vsm-stats-count-up .stat {
  padding: 1.25rem;
}

.vsm-stats-count-up .stat .count {
  margin-top: 0.938rem;
  text-align: left;
  font-size: 35px;
  font-size: 2.1875rem;
}

.vsm-stats-count-up .stat .count span {
  color: #202124;
}

.vsm-stats-count-up .stat .description {
  text-align: left;
}

.vsm-contained-full-width-banner .media {
  border-radius: 1.875rem;
}

.vsm-content-layout-3 .sm-heading {
  font-size: 30px;
  font-size: 1.875rem;
}

.vsm-aligned-title-intro-text.big-intro .rte p, .vsm-aligned-title-intro-text.big-intro .rte li {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.2;
}

.vsm-content-in-image-carousel.plain-secondary-boxes .vsm-header {
  display: none;
}

.vsm-content-in-image-carousel.plain-secondary-boxes .content-in-image {
  background: #3223ed;
  border-radius: 1.25rem;
}

.vsm-content-in-image-carousel.plain-secondary-boxes .content-in-image .btn {
  position: relative;
  background: none;
  padding: 0;
}

.vsm-content-in-image-carousel.plain-secondary-boxes .content-in-image .btn span {
  color: white;
}

.vsm-content-in-image-carousel.plain-secondary-boxes .content-in-image .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;
}

.vsm-short-testimonial-carousel {
  overflow: hidden;
}

.vsm-short-testimonial-carousel .swiper-container {
  overflow: visible;
}

.vsm-short-testimonial-carousel .testimonial-data {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1.875rem;
}

.vsm-short-testimonial-carousel .testimonial-data .author .name {
  margin-bottom: 0px;
}

.vsm-short-testimonial-carousel .testimonial-data .author .position {
  font-family: "Inter", sans-serif;
  margin-top: 0;
}

.vsm-job-search-results-listings-alt .job-listing .job-data .xs-heading a {
  font-size: 30px;
  font-size: 1.875rem;
}

.vsm-job-search-results-listings-alt .job-listing .job-data .btn.btn-secondary {
  background: #07ea9b;
  border: #07ea9b;
}

.vsm-job-search-results-listings-alt .job-listing .job-data .btn.btn-secondary:hover {
  background: #202124;
  border: #202124;
}

.vsm-job-search-results-listings-alt .side-cta {
  margin-top: 2.5rem;
  border-radius: 1.25rem;
  background: rgba(50, 35, 237, 0.3);
  color: white;
}

.vsm-job-search-results-listings-alt .side-cta p {
  color: white;
}

.vsm-job-search-results-listings-alt .side-cta .btn {
  background: #3223ed;
  border: #3223ed;
}

.vsm-job-search-results-listings-alt .side-cta .btn:hover {
  background: #202124;
  border: #202124;
}

.vsm-job-details .job-data > .row > .col, .vsm-job-details .job-data > .row > .col-auto {
  width: 100%;
}

.vsm-job-details .job-data > .row > .col-auto {
  margin: 1.25rem 0;
}

.vsm-job-details .vsm-body .container > .row > .col:nth-child(1) {
  margin: 0 auto;
}

.vsm-job-details .vsm-body .container > .row:nth-child(1) .col:nth-child(1) {
  margin: 0;
}

.vsm-drop-off-your-cv .bg {
  background: #202124;
}

.vsm-job-details .share dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vsm-job-details .form-holder {
  border-radius: 1.25rem;
}

.element.file label {
  line-height: 1.8;
}

.slide-menu {
  background: black;
}

.slide-menu .cta-box {
  border-radius: 0.625rem;
}

.vsm-full-width-fixed-media-bg .vsm-body .row > .col {
  max-width: 80%;
}

@media (min-width: 768px) {
  .vsm-full-width-fixed-media-bg .vsm-body .row > .col {
    max-width: 50%;
  }
}

.vsm-indented-content .col-md-10 {
  width: 100%;
}

@media (min-width: 768px) {
  .vsm-indented-content .col-md-10 {
    width: 66.6666666667%;
  }
}

:root {
  scroll-behavior: auto;
}

body.side-scroll .main {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
}

body.side-scroll .main > div {
  height: 100vh;
  width: 100vw;
}
