body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.5;
  color: #003041;
}

.alert-footer-notify {
  color: white;
  background: #007CA2;  
  border-color: #0096c4;
  font-size: 12px;
  border-radius: 2px !important;
}

.alert-footer-notify > button[data-notify="dismiss"] {
  display: none;
}

.alert-footer-notify-link {
  color: white;    
}
.alert-footer-notify-link:hover, .alert-footer-notify-link:focus, .alert-footer-notify-link:active {    
  color: white;    
  text-decoration: underline;
}
.alert-footer-notify-button {
  color: white;  
  font-size: 16px;
  text-shadow: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

/* Remove link outline on chrome */
a {
  outline: none;
}


.side-menu.dropdown-toggle::after {
  vertical-align: 0em;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
}

.side-menu.dropdown-menu {
  top: 0;
  left: 100%;
  margin: 0 0.125rem 0 0.125rem;
}

.footer-heading {
  color: #ffffff !important;
  text-decoration: underline;
  font-size: 1.125rem;
}

.case-study-container-light {  
  padding: 50px;
  background-color: white;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 9px 5px 0 rgba(0, 0, 0, 0.05);
}

.case-study-container-dark {  
  padding: 50px;
  background-color: #ededed;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 9px 5px 0 rgba(0, 0, 0, 0.05);
}


.case-study-image {
  border-radius: 5px;
  max-height: 200px;
  border: 1px solid rgba(0, 0, 0, .12);
}

.news-card-top {
  height: 10rem;
  object-fit: contain;
  padding: 10px;
}

a.news-link {
  color: #003041 !important  
}

a.news-link:hover {
  text-decoration: underline;
  color: #003041 !important;  
}

a.pricing-link {
  color: #ff6040 !important;  
  /* font-size: 1rem; */
}

a.pricing-link:hover {
  text-decoration: underline;
  color: #003041 !important;  
}

a.footer-link {
  color: #ffffff !important;  
  font-size: 1rem;
}

a.footer-link:hover {
  text-decoration: underline;
  color: #efefef !important;  
}

span.footer-link {
  color: #ffffff !important;  
  font-size: 1rem;
}

.headline {
  font-size: 3.25rem;
  line-height: 1.05;
  /* text-transform: uppercase; */
  font-weight: 700;
}

h1 {
  font-size: 5rem;
  font-weight: 500;
  color: #0095a9;
}

h2 {
  font-size: 2.5rem;
  font-weight: 600;
}

h3 {
  font-size: 1.75rem;
  font-weight: 600;  
}

h4 {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
}

h5 {
  font-size: 1.5rem;
  font-weight: 600;
}

h6 {
  font-size: 1rem;
  font-weight: 400;
  color: #006c95;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

h5.larger {
  font-size: 2rem;
}

ul.dash {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
}
ul.dash > li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
}

p.testimonial {
  font-size: 16px;  
}

p.testimonial img.quote {
  display: inline-block; height: 15px; width: 15px;
}

p.callout {
  font-size: 1.4em;
  font-style: italic;
  color: #ff6040;
  padding-left: 10px;
  padding-right: 10px;
}

.lead {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}

.medium {
  font-size: 26px;
}

.small {
  font-size: 16px;
}

.smaller {
  font-size: 14px;
}

.smallest {
  font-size: 12px;
}

.border-radius-rounded {
  border-radius: 2rem!important;
}

.btn {
  border-radius: 5px 5px 5px 5px;
  padding: 0.65rem 1.75rem;
  border-width: 2px;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-square {
  padding: 0.65rem 1.75rem;
  border-width: 2px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-primary {
  background-color: #ff6040;
  border-color: #ff6040;
}

.btn-primary:hover {
  border-radius: 0px;
  background-color: #ffffff;
  border-color: #ff6040;
  color: #ff6040;
}

.btn-primary.btn-primary-blue {
  background-color: #42d2eb;
  border-color: #42d2eb;
  color: #003041;
}

.btn-primary.btn-primary-blue:hover {
  border-radius: 0px;
  background-color: #ffffff;
  border-color: #42d2eb;
}

.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active{
  background-color: #0a3059;
  border-color: #0095a9;
}

.btn-primary-inverted {
  background-color: #ffffff;
  border-color: #ff6040;
  color: #ff6040;  
  text-transform: none;
}

.btn-primary-inverted:hover {
  border-radius: 0px;
  background-color: #ff6040;
  border-color: #ff6040;
  color: #ffffff;
}

.btn-primary-inverted.btn-primary-blue-inverted {
  color: #003041;
  border-radius: 0px;
  background-color: #ffffff;
  border-color: #42d2eb;
}

.btn-primary-inverted.btn-primary-blue-inverted:hover {
  background-color: #42d2eb;
  border-color: #42d2eb;
}

.btn-primary-inverted.focus, .btn-primary-inverted:focus,
.btn-primary-inverted:not(:disabled):not(.disabled).active,
.btn-primary-inverted:not(:disabled):not(.disabled):active{
  background-color: #0a3059;
  border-color: #0095a9;
}

.btn-link {
  border-radius: 0px;
  padding: 0rem;
  border-width: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #ff6040;
}

.btn-secondary {
  background-color: #003041;
  color: #ffffff;
  padding: 15px;
  font-weight: 700;
  border-radius: 5px;
  font-size: 1.5rem;
  border-color: #003041;
}

.btn-secondary:hover {
  background-color: #ffffff;
  color: #003041;
  border-color: #003041;
}

.demo-btn-container {
  position: absolute;
  bottom: 0;
  width: 83%;
}

.btn-link:hover {
  text-decoration: none;
  color: #003041;
}

.top-and-bottom-blue-border {
  border-top: 2px solid #0095A8 !important;
  border-bottom: 2px solid #0095A8 !important;
}

.blue-horizontal-rule {
  background-color: #0095A8 !important;
  width: 100%;
  height: .25px;
}

.orange-horizontal-rule {
  background-color: #ff6040 !important;
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
}

.orange-vertical-line {  
  border-left: 3px solid #ff6040;
  height: 220px;
  margin-right: 10px;
}

.black {
  color: #000000 !important;
}

.white {
  color: #ffffff !important;
}

.orange {
  color: #ff6040 !important;
}

.gray {
  color: #999999 !important;
}

.error {
  color: #ff0000;
}

.dark-blue {
  color: #003041 !important;
}

.teal {
  color: #0095a9;
}

.bright-blue {
  color: #42d2eb;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.testimonial-link {
  color: #ff6040 !important;
  text-decoration: none;  
}

.testimonial-link:hover {
  color: #003041 !important;
  text-decoration: none;  
}

.testimonial-text-white {
  color: white;
  font-weight: 100;
  font-style: italic;
  font-size: 1.1rem;
}

.blog-link {
  color: #003041 !important;
  text-decoration: none;  
}

.blog-link:hover {
  color: #003041 !important;
  text-decoration: underline;  
}


img.testimonial {
  max-height: 50px;    
}

img.integration {
  max-height: 100px; 
  max-width: 50%; 
}

.blog-post-image {
  object-fit: cover;
  margin-bottom: 20px;
}

.blog-card {
  padding: 20px;
  height: 100%;  
}

.blog-card:hover {  
  -webkit-box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.1);
}


.svg-orange {
  /* -webkit-filter: invert(40%) sepia(72%) saturate(1227%) hue-rotate(335deg) brightness(108%) contrast(101%);
  -ms-filter: invert(40%) sepia(72%) saturate(1227%) hue-rotate(335deg) brightness(108%) contrast(101%);
          filter: invert(40%) sepia(72%) saturate(1227%) hue-rotate(335deg) brightness(108%) contrast(101%); */
}

.svg-orange-icon {
  -webkit-filter: invert(40%) sepia(72%) saturate(1227%) hue-rotate(335deg) brightness(108%) contrast(101%);
  -ms-filter: invert(40%) sepia(72%) saturate(1227%) hue-rotate(335deg) brightness(108%) contrast(101%);
          filter: invert(40%) sepia(72%) saturate(1227%) hue-rotate(335deg) brightness(108%) contrast(101%);
}


.svg-white {
  -webkit-filter: invert(100%) sepia(0%) saturate(0%);
  filter: invert(100%) sepia(0%) saturate(0%);
}

.card {
  /*border: none;*/
  /*box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2);*/
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.card:hover {
  -webkit-box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.1);
}

.no-hover:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bg-orange {
  background: #ffd0c7;
}

.bg-teal {
  background: #0095a9;
}

.bg-gradient-color-blend {
  background: radial-gradient(circle at -20% -70%, #ffffff, #afb9c6, #65778f, #213b5a, #022f54, #07547b, #107ca1, #1fa7c5);
}

.bg-gradient {
  background: rgb(1,30,65);
}

.js-fixed-navbar {
  transition: background 0.2s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}

.js-fixed-navbar.bg-gradient.fixed-top {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
}


.bg-blue {
  background-color: #1ec0ca;
}

.bg-dark {
  background-color: #0a3059 !important;
}

.bg-gray {
  background-color: #f7f7f7 !important;
}

.bg-light-gray {
  background: #ededed;
}

.bg-white {
  background-color: #ffffff !important;
}

.border-gray {
  border-color: #ededed;
  border-style: solid;
}

.border-sm {
  border-width: 2px;
}

.border-xs {
  border-width: 1px;
}

.border-y {
  border-right: none;
  border-left: none;
}

.border-x {
  border-top: none;
  border-bottom: none;
}

.navbar-brand {
  padding-left: 20px;
}

.nav-item {
  text-transform: uppercase;
  font-size: 1.0rem;
  letter-spacing: 1px;
  font-weight: 600;
}

.header-desktop .dropdown-item {
  text-transform: none;
  letter-spacing: 0px;
  color: #003041;
}

.header-desktop .dropdown-item:hover {
  color: #ff6040;
}

.header-desktop .dropdown-menu {
  border: none;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
}

.header-desktop .dropdown-item.active {
  color: #ff6040;
  background-color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-toggler:focus,
.navbar-dark .navbar-toggler:hover {
  background-color: transparent;
}

.navbar-dark .navbar-toggler {
  border-color: transparent;
}

.header-mobile .dropdown-menu {
  border: none;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
}

.header-mobile .navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
}

.offcanvas-collapse {
  position: fixed;
  top: 0;
  /* Height of navbar */
  bottom: 0;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  overflow-y: auto;
  transition: -webkit-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.offcanvas-collapse.open {
  -webkit-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  transform: translateX(-1rem);
  /* Account for horizontal padding on navbar */
}

.header-mobile .nav-item {
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.header-mobile .dropdown-menu {
  background-color: #fff0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.header-mobile .dropdown-item {
  background-color: transparent;
  text-transform: none;
  font-size: 1.25rem;
  letter-spacing: 0px;
  color: #fff;
}

.header-mobile .dropdown-item:hover {
  background-color: transparent;
}

.form-container {
  /* border-radius: 0.25rem; */
  background-color: #ffffff;
  padding: 60px;
  border: none;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
}

input[type="text"],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-moz-document url-prefix() {
  select {
    -moz-appearance: none;
  }

  .form-group {
    position: relative;
  }

  .arrow {
    pointer-events: none;
    content: "";
    background: #ff6040;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    display: block;
    height: 6px;
    width: 12px;
    position: absolute;
    top: 46px;
    right: 15px;
  }
}

label {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: none;
  color: #006c95;
  margin-bottom: 0.25rem;
}


/*.angled-bottom {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
  margin-bottom: -30px;
}

.angled-top {
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
  margin-top: -30px;
}

.angled-both {
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
  margin-bottom: -30px;
  margin-top: -30px;
}*/

.angled-bottom,
.angled-top,
.angled-both {
  position: relative;
  width: 100%;
}

.angled-bottom:after {
  position: absolute;
  width: 100%;
  height: auto;
  content: "";
  z-index: 7;
  background: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  transform: skewY(2deg);
}

.angled-top:before {
  position: absolute;
  width: 100%;
  height: auto;
  content: "";
  z-index: 7;
  background: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  transform: skewY(2deg);
}

.angled-both:before {
  position: absolute;
  width: 100%;
  height: auto;
  content: "";
  z-index: 7;
  background: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  transform: skewY(2deg);
}

.angled-both:after {
  position: absolute;
  width: 100%;
  height: auto;
  content: "";
  z-index: 7;
  background: inherit;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  transform: skewY(2deg);
}

.angled-contents {
  position: relative;
  z-index: 10;
}

.object-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.slick-track,
.slick-list {
  display: flex;
}
.slick-track .card,
.slick-list .card {
  height: 100%;
  min-height: 250px;
}

/*.slick-prev {
  left: -30px;
}*/

.slick-prev:before {
  background-image: url("../images/arrow-left-circle.svg");
  background-size: 30px 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
}

/*.slick-next {
  right: -20px;
}*/

.slick-next:before {
  background-image: url("../images/arrow-right-circle.svg");
  background-size: 30px 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
}

.modal-dialog {
  max-width: 768px;
}

.testimonials-slider .slick-dots li button:before {
  color: #ffffff;
}

@media (min-width: 768px) {
  .py-md-100px {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/*FAQ Accordion CSS Start*/
.accordion {
  padding-left: 0; 
  margin-left: 0;
}

.accordion .card {
  background-color: transparent;
  border-bottom: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 0; 
  margin-left: 0;
  border-bottom: 0.1em solid #cccccc !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.accordion .card:hover {
  -webkit-box-shadow: none;
}

.accordion .card-header {
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: transparent;
  border-bottom: transparent;
  padding-left: 0; 
  margin-left: 0;
  font-weight: 400;
}

.accordion .btn-link {
  text-transform: none;
  letter-spacing: 0px;
  text-align: left;
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  text-decoration: none;
}

.accordion .card-body {
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0; 
  margin-left: 0;
}

.accordion .card-header h2 {
  display: flex;
  padding-left: 0; 
  margin-left: 0;  
}

.accordion .card-header .btn-link span:after {
  display: flex;
  content: url("../images/minus-square-black.svg");
  margin-left: auto;
  padding-left: 20px;
}

.accordion .card-header .btn-link.collapsed span:after {
  display: flex;
  content: url("../images/plus-square-black.svg");
  margin-left: auto;
  padding-left: 20px;
}
/*FAQ Accordion CSS End*/

/* QQ Pricing Page CSS Start */

.pricing-row-height {
  min-height: 600px;
}

.big-text {
  font-weight: 600;
}

.lighter-gray {
  color: #949494;
}

.bolder {
  font-weight: 700;
}

.background-position-y-center {
  background-position-y: center!important;
}

.background-position-y-top {
  background-position-y: top!important;
}

.textured-pattern-background {
  background: url("../images/paper-style-white-monochrome-background.webp") rgba(10, 48, 89, .9);
  background-size: cover;
  background-blend-mode: multiply;
  background-position-y: bottom;
}

.row-of-houses {
  background: url("../../../public/qqdemo/assets/images/row-of-houses-cropped.jpg") rgba(10, 48, 89, .9);
  background-size: cover;
  background-blend-mode: multiply;
  background-position-y: bottom;
}

.homepage-row-of-houses {
  background: url("../images/lightblue-row-of-houses-cropped.webp");
  background-size: cover;
  background-blend-mode: multiply;
  background-position-y: bottom;
}

.integrations-background {
  background: url("../images/integration-background-website.webp");
  background-size: cover;
  background-blend-mode: multiply;
}

.banner-overlay {
  background-color: #0095a9;
  color: #ffffff;
  width: 106%;
  margin-left: -4.5%;
  position: absolute;
}

/* QQ Pricing Page CSS End */

/* QQ ROI Calculator CSS Start */

#quickqual-roi-form label {
  text-transform: none;
  color: #ffffff;
}

#quickqual-roi-form .error {
  color: #ff6040;
}

.calculated-value:empty:before {
  content: " - - - ";
}

img.hero-image-lg {
  position: absolute;
  width: 115%;
  top: 40%;
  left: 3rem;
  bottom: 50%;
  margin-top: auto;
  margin-bottom: auto;
}

img.products-hero-image-lg {
  position: absolute;
  width: 115%;
  top: 0;
  left: -1rem;
  bottom: -10rem;
  margin-top: auto;
  margin-bottom: auto;
}

img.products-hero-image-lg-litespeed {
  position: absolute;
  width: 115%;
  top: 0;
  left: -1rem;
  bottom: -1rem;
  margin-top: auto;
  margin-bottom: auto;
}

.team-picture {  
  aspect-ratio : 1 / 1;
  -o-object-fit: cover;
  object-fit: cover;
}

/* QQ ROI Calculator CSS End */

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .headline {
    line-height: 1.25;
    font-size: 2.5rem;
  }
  .lead { 
    line-height: 1.5;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  .pricing-row-height {
    min-height: none;
  }

}

/*Extra small devices & Small devices (portrait phones, landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .product-sm-cropped {
    height: min(75vw,350px);
    overflow-y: hidden;
    border-bottom: 1px solid #e0e1e0;
  }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .headline {
    font-size: 3.25rem;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  .pricing-row-height {
    min-height: none;
  }

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .headline {
    font-size: 3.25rem;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  .pricing-row-height {
    min-height: none;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .headline {
    font-size: 3.25rem;
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.5rem;
  }

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slick-track,
  .slick-list {
    display: block;
  }

  .slick-track .card {
    max-height: 450px;
  }

  .card {
    display: block;
  }

  .offcanvas-collapse.open {
    transform: translateX(-100%);
  }
}

.profile-image-container {
  position: relative;
  display: inline-block;
  background-color: black;
}

.profile-image-container .hover-image {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-height: 100%;
  object-fit: scale-down;
}

.card:hover .profile-image-container .default-image {
  opacity: 0;
}

.card:hover .profile-image-container .hover-image {
  opacity: 1;
}

.slick-slide img.bio {
  display: inline;
}

section.client-logos{
  --logo-max-height:35px;
  padding:30px 0;
}

section.client-logos .logo-slider{
  overflow:hidden;
  position:relative;
  max-height:var(--logo-max-height);
}

section.client-logos .logo-track{
  display:flex;
  align-items:center;
  gap:50px;
  will-change:transform;
}

section.client-logos .logo{
  flex:0 0 auto;
}

section.client-logos .logo img{
  max-height:var(--logo-max-height);
  width:auto;
  height:auto;

  filter:grayscale(100%);
  opacity:.7;
  transition:.3s;
}

section.client-logos .logo img:hover{
  filter:grayscale(0);
  opacity:1;
}

section.client-logos .logo-slider.center .logo-track{
  justify-content:center;
}

section.client-logos .logo-slider::before,
section.client-logos .logo-slider::after{
  content:"";
  position:absolute;
  top:0;
  width:25px;
  height:100%;
  pointer-events:none;
  z-index:2;
}

section.client-logos .logo-slider::before{
  left:0;
  background:linear-gradient(to right,#fff,transparent);
}

section.client-logos .logo-slider::after{
  right:0;
  background:linear-gradient(to left,#fff,transparent);
}

section.client-logos .logo-track{
  align-items:center;
}