@keyframes fadeIn-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* ----------------------------------------------- */
/* = Reset CSS file for AEM Custom HTML Template
 * -----------------------------------------------
 *	This document is used as a reset for the the KPMG AEM site. It contains:
 *	- A reset for the main HTML container that is used to house the HTML on the page to allow for fullwidth and uniterrupted styling
 *	- A reset Bootstrap grid for the .CustomHTML container with column sizes for xxs, and additional pulls and pushes for manipulation 
 *  - NOTE: The custom Bootstrap column width is set to 30px. Find and replace 30px with your column width to change this size
 * ----------------------------------------------- */
.inner-container {
  width: auto !important;
}

.parsys-container {
  border: 0px none !important;
}

.module-htmlcontainer {
  padding: 0px !important;
}

.module-htmlcontainer div {
  margin: 0px auto;
}
.CustomHTML .container {
  width: 100%;
  max-width: 588px;
  position: relative;
  z-index: 10;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px !important;
  padding-left: 30px !important;
}

@media only screen and (min-width: 640px) {
  .CustomHTML .container {
    max-width: 588px;
  }
}
@media only screen and (min-width: 768px) {
  .CustomHTML .container {
    max-width: 716px;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML .container {
    max-width: 940px;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .container {
    max-width: 1148px;
  }
}
@media only screen and (min-width: 1440px) {
  .CustomHTML .container {
    max-width: 1230px;
  }
}

.CustomHTML .row {
  margin-right: -30px;
  margin-left: -30px;
}

 .CustomHTML .col-md-4, .CustomHTML .col-lg-4, .CustomHTML .col-sm-6, .CustomHTML .col-xs-12, .CustomHTML .col-sm-12, .CustomHTML .col-md-12, .CustomHTML .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (min-width: 480px) and (max-width: 639px) {
   .CustomHTML .col-xs-12 {
    float: left;
  }
  .CustomHTML .col-xs-12 {
    width: 100%;
  }
}
@media screen and (min-width: 640px) and (max-width: 991px) {
   .CustomHTML .col-sm-6, .CustomHTML .col-sm-12 {
    float: left;
  }
  .CustomHTML .col-sm-12 {
    width: 100%;
  }
  .CustomHTML .col-sm-6 {
    width: 50%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
   .CustomHTML .col-md-4, .CustomHTML .col-md-12 {
    float: left;
  }
  .CustomHTML .col-md-12 {
    width: 100%;
  }
  .CustomHTML .col-md-4 {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 1200px) {
   .CustomHTML .col-lg-4, .CustomHTML .col-lg-12 {
    float: left;
  }
  .CustomHTML .col-lg-12 {
    width: 100%;
  }
  .CustomHTML .col-lg-4 {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .CustomHTML .col-xs-12 {
    width: 100%;
  }
}
@media screen and (min-width: 640px) and (max-width: 991px) {
  .CustomHTML .col-sm-12 {
    width: 100%;
  }
  .CustomHTML .col-sm-6 {
    width: 50%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .CustomHTML .col-md-12 {
    width: 100%;
  }
  .CustomHTML .col-md-4 {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 1200px) {
  .CustomHTML .col-lg-12 {
    width: 100%;
  }
  .CustomHTML .col-lg-4 {
    width: 33.33333333%;
  }
}
.CustomHTML__container:before, .CustomHTML .row:before {
  display: table;
  content: " ";
}

.CustomHTML__container:after, .CustomHTML .row:after {
  display: table;
  content: " ";
  clear: both;
}
* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html.jsStopScroll,
body.jsStopScroll {
  overflow-y: hidden;
  height: auto;
}

.CustomHTML div,
.CustomHTML span,
.CustomHTML iframe,
.CustomHTML h2,
.CustomHTML p,
.CustomHTML a,
.CustomHTML big,
.CustomHTML img,
.CustomHTML strong,
.CustomHTML sub,
.CustomHTML ul,
.CustomHTML li,
.CustomHTML section,
.CustomHTML video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}
.CustomHTML section {
  display: block;
}

.CustomHTML ul {
  list-style: none;
}

.CustomHTML ul::before,
.CustomHTML ul::after {
  display: none;
}

.CustomHTML {
  background-color: #ffffff;
}

.CustomHTML h2 {
  color: #00338d;
  margin-left: auto;
  margin-right: auto;
}

.CustomHTML h2 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
}
.CustomHTML h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 0.625em;
  margin-bottom: 0.625em;
}
@media only screen and (min-width: 480px) {
  .CustomHTML h2 {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML h2 {
    font-size: 4.8rem;
  }
}
.CustomHTML p + h2,
.CustomHTML ul + h2 {
  margin-top: 1em;
}
@media only screen and (min-width: 480px) {
  .CustomHTML p + h2,
  .CustomHTML ul + h2 {
    margin-top: 0.8333333333em;
  }
}
@media only screen and (min-width: 640px) {
  .CustomHTML p + h2,
  .CustomHTML ul + h2 {
    margin-top: 0.8888888889em;
  }
}
@media only screen and (min-width: 768px) {
  .CustomHTML p + h2,
  .CustomHTML ul + h2 {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 992px) {
  .CustomHTML p + h2,
  .CustomHTML ul + h2 {
    margin-top: 0.8333333333em;
  }
}
.CustomHTML p {
  color: #333333;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.CustomHTML ul {
  list-style: disc;
}
.CustomHTML ul {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding: 0px 0px 0px 1.5em;
  border: 0px none;
}
.CustomHTML ul li {
  color: inherit;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.35em;
  margin: 0 auto;
  padding: 0;
}
.CustomHTML ul ul {
  list-style: circle;
}
.CustomHTML ul ul {
  margin: 0.1875em auto;
}

.CustomHTML h2 + ul,
.CustomHTML h2 + p {
  margin-top: 0;
}
.CustomHTML a {
  color: #005eb8;
  font-family: inherit;
  text-decoration: none !important;
  cursor: pointer;
}
.CustomHTML a:hover {
  text-decoration: underline !important;
}
.CustomHTML sub {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
.CustomHTML sub {
  bottom: -0.25em;
}
.CustomHTML .CustomHTML__anchor {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  top: -117px;
  left: 0;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: transparent;
}
.CustomHTML .CustomHTML__content {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  border: none;
  background-color: #ffffff;
}
.CustomHTML .CustomHTML__section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
  margin: 0 auto;
  padding: 50px 0 50px 0;
  border: none;
  background-color: #ffffff;
}
.CustomHTML .CustomHTML__section::after {
  display: block;
  clear: both;
  content: "";
}
@media only screen and (min-width: 768px) {
  .CustomHTML .CustomHTML__section {
    padding: 75px 0 75px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .CustomHTML .CustomHTML__section {
    padding: 100px 0 100px 0;
  }
}
.CustomHTML .CustomHTML__container,
.CustomHTML .container {
  padding-top: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0;
}

.CustomHTML .js-scroll-animate-up,
.CustomHTML .js-scroll-animate-left,
.CustomHTML .js-scroll-animate-right {
  opacity: 1;
  transform: translate(0);
  transition: none;
}
.CustomHTML .js-scroll-animate-up.js-animated,
.CustomHTML .js-scroll-animate-left.js-animated,
.CustomHTML .js-scroll-animate-right.js-animated {
  opacity: 1;
  transform: translate(0);
}
@media only screen and (min-width: 480px) {
  .CustomHTML .js-scroll-animate-up,
  .CustomHTML .js-scroll-animate-left,
  .CustomHTML .js-scroll-animate-right {
    opacity: 0;
    transition-delay: 0.075s;
    transition-duration: 0.75s;
    transition-property: opacity, transform;
    transition-timing-function: ease-in-out;
  }
  .CustomHTML .js-scroll-animate-up.js-animated,
  .CustomHTML .js-scroll-animate-left.js-animated,
  .CustomHTML .js-scroll-animate-right.js-animated {
    opacity: 1;
    transform: translate(0);
  }
  .CustomHTML .js-scroll-animate-up {
    transform: translateY(50px);
  }
  .CustomHTML .js-scroll-animate-left {
    transform: translateX(-50px);
  }
  .CustomHTML .js-scroll-animate-right {
    transform: translateX(50px);
  }
}

.CustomHTML .button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bolder;
  padding: 1em 2em;
  margin-top: 1em;
  margin-bottom: 0.5em;
  background-color: transparent;
  color: #1e49ff;
  border: 0.125em solid;
  transition: 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.CustomHTML .button:link, .CustomHTML .button:visited {
  color: #1e49ff;
}
.CustomHTML .button:hover {
  text-decoration: none !important;
}
.CustomHTML .button:focus-visible {
  outline: 0.15em dashed #000000;
}

/* @import "breadcrumb"; */
/* @import "hero"; */

/* @import "quotation"; */
.CustomHTML .slider {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 0 2.5em 0;
  margin: 0;
  z-index: 1;
}
@media only screen and (min-width: 480px) {
  .CustomHTML .slider {
    padding-bottom: 0;
  }
}

/* @import "infocard"; */
/* @import "expert_contact"; */
/* @import "market_insights"; */
/* @import "custom_form"; */
/* @import "svg"; */
/* @import "video_thumbnail"; */
/* @import "play_button"; */
@keyframes custom-modal-appear {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.CustomHTML .CustomHTML__modal {
  position: fixed;
  z-index: 4;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  padding: 1em;
  padding-top: 60px;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-items: center;
  overflow: auto;
}
@media only screen and (min-width: 640px) {
  .CustomHTML .CustomHTML__modal {
    padding: 1em 1.875em;
    padding-top: 60px;
  }
}
.CustomHTML .CustomHTML__modal.js-modal-active {
  display: flex;
  animation: custom-modal-appear 0.3s ease-in-out both;
}
.CustomHTML .CustomModal {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: auto;
  max-height: 100%;
  background-color: #00338d;
  padding: 4em 1em 1em 1em;
  margin: auto;
  color: #ffffff;
  transition: background-color 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media only screen and (min-width: 640px) {
  .CustomHTML .CustomModal {
    padding: 4em 1.875em 1.875em 1.875em;
  }
}
.CustomHTML .CustomModal__close {
  display: block;
  width: 2em;
  height: 2em;
  position: absolute;
  top: 1em;
  right: 1.875em;
  cursor: pointer;
  z-index: 2;
}
.CustomHTML .CustomModal__close:focus-visible {
  outline: 0.1875em dashed #ffffff;
}
.CustomHTML .CustomModal__close::before, .CustomHTML .CustomModal__close::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #ffffff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.CustomHTML .CustomModal__close::before {
  transform: rotate(-45deg);
}
.CustomHTML .CustomModal__close::after {
  transform: rotate(45deg);
}
.CustomHTML .CustomModal__content {
  height: auto;
  max-height: 75vh;
  padding-right: 1em;
  overflow-y: auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
.CustomHTML .CustomModal--video {
  padding: 0;
}
.CustomHTML .CustomModal--video .CustomModal__content {
  padding: 0;
  padding-bottom: 56.25%;
}
.CustomHTML .CustomModal--video .CustomModal__content iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.CustomHTML .CustomModal--video .CustomModal__content::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  border: 8px solid #ffffff;
  border-radius: 50%;
  border-color: #ffffff #ffffff transparent transparent;
  z-index: -5;
  animation: image-circle-loading-animation 1s both infinite linear;
}
.CustomHTML .CustomModal--video .CustomModal__close {
  padding: 8px;
  background-color: #0c233c;
  top: 0;
  right: 0;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.filter-menu {
  font-size: 16px;
}
.filter-menu .filter-by {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
@media (min-width: 600px) {
  .filter-menu .filter-by {
    flex-direction: row;
  }
}
.filter-menu .filter-by .filter-tag {
  color: rgba(60, 60, 60, 0.6);
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  font-size: 20px;
}
.filter-menu .filter-by ul {
  padding: 0 5px;
  margin: 0 0 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (min-width: 600px) {
  .filter-menu .filter-by ul {
    flex-direction: row;
    padding: 0 20px;
  }
}
.filter-menu .filter-by ul li {
  list-style: none;
  margin: 0px;
  display: inline-block;
}
.filter-menu .filter-by ul li a {
  padding: 12px 15px;
  border-bottom: 2px solid #979797;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  color: #3c3c3c;
  font-weight: bold;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  font-size: 22px;
}
.filter-menu .filter-by ul li a:hover, .filter-menu .filter-by ul li a.active {
  border-color: #1e49ff;
  color: #1e49ff;
}
.filter-menu .filter-by ul li a:hover::before, .filter-menu .filter-by ul li a.active::before {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1e49ff;
}
.filter-menu .filter-by-sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.filter-menu .filter-by-sub ul {
  margin: 0 0 15px 0;
  padding: 0;
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.filter-menu .filter-by-sub ul.active {
  display: flex;
}
.filter-menu .filter-by-sub ul li {
  list-style: none;
  margin: 2px 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}
.filter-menu .filter-by-sub ul li.industry, .filter-menu .filter-by-sub ul li.serviceline, .filter-menu .filter-by-sub ul li.emergingtech {
  display: none;
}
.filter-menu .filter-by-sub ul li:nth-child(1) a {
  padding: 6px 14px;
}
.filter-menu .filter-by-sub ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 14px 6px 14px;
  position: relative;
  color: #3c3c3c;
  border: 1px solid #1e49ff;
  border-radius: 50px;
  text-decoration: none;
}
.filter-menu .filter-by-sub ul li a.null {
  display: none;
}
.filter-menu .filter-by-sub ul li a::before {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  left: 0;
  top: 0;
  background: #ffffff;
  z-index: -2;
  content: "";
}
.filter-menu .filter-by-sub ul li a:hover, .filter-menu .filter-by-sub ul li a.active {
  color: #ffffff;
  text-decoration: none !important;
  border: 1px solid #1e49ff;
}
.filter-menu .filter-by-sub ul li a:hover::before, .filter-menu .filter-by-sub ul li a.active::before {
  background: #1e49ff;
}
.filter-menu .filter-by-sub ul li a span {
  margin-left: 8px;
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: -1;
}

.advance-search-section {
  padding-top: 20px !important;
}

.filter-products {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.filter-products .filtered-product {
  position: relative;
  margin-bottom: 0px;
}
.filter-products .filtered-product .filter-product {
  position: relative;
  padding-bottom: 20px;
  width: 100%;
  height: 90%;
  padding-top: 150px;
  z-index: 2;
}
.filter-products .filtered-product .filter-product:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 160px;
  background: #ffffff;
  z-index: 1;
}
.filter-products .filtered-product .filter-product .filter-product-inner {
  background: #ffffff;
  padding: 15px 15px 15px 15px;
  position: relative;
  z-index: 3;
}
.filter-products .filtered-product .filter-product .filter-product-icon {
  margin: 15px 0 0px 0;
  display: flex;
  padding: 0;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.filter-products .filtered-product .filter-product .filter-product-icon li {
  list-style: none;
  border-radius: 5px;
  background: #7213ea;
  cursor: pointer;
  padding: 8px;
  margin: 0 10px 10px 0;
  position: relative;
}
.filter-products .filtered-product .filter-product .filter-product-icon li.null, .filter-products .filtered-product .filter-product .filter-product-icon li.industry, .filter-products .filtered-product .filter-product .filter-product-icon li.serviceline {
  display: none;
}
.filter-products .filtered-product .filter-product .filter-product-icon li .icon-tooltip {
  position: absolute;
  left: 50%;
  top: -35px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #7213ea;
  color: #ffffff;
  font-size: 13px;
  transform: translate(-50%, -20px) scale(0);
  display: none;
  border: 1px solid #ffffff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  transition: all;
}
.filter-products .filtered-product .filter-product .filter-product-icon li .icon-tooltip::before {
  width: 10px;
  height: 10px;
  background: #7213ea;
  transform: rotate(-45deg) scale(1);
  position: absolute;
  left: 50%;
  bottom: -2px;
  margin-left: -5px;
  content: "";
  z-index: -1;
}
.filter-products .filtered-product .filter-product .filter-product-icon li:hover {
  cursor: pointer;
}
.filter-products .filtered-product .filter-product .filter-product-icon li:hover .icon-tooltip {
  display: block;
  transform: translate(-50%, 0);
}
.filter-products .filtered-product .filter-product .filter-product-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  min-height: auto;
}
@media (min-width: 640px) {
  .filter-products .filtered-product .filter-product .filter-product-title {
    font-size: 18px;
    min-height: 60px;
  }
}
@media (min-width: 768px) {
  .filter-products .filtered-product .filter-product .filter-product-title {
    font-size: 22px;
    min-height: 73px;
  }
}
.filter-products .filtered-product .filter-product p {
  margin-bottom: 15px !important;
  min-height: auto;
}
@media (min-width: 640px) {
  .filter-products .filtered-product .filter-product p {
    min-height: 80px;
  }
}
.filter-products .filtered-product .filter-product .read-more {
  color: #ffffff;
  background-color: #fd349c;
  padding: 5px 8px 6px 8px;
  font-weight: bold;
  line-height: 1;
}
.filter-products .filtered-product .filter-product .filter-product-img {
  position: absolute;
  overflow: hidden;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background: #1e49ff;
  height: 100%;
  z-index: -1;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}
.filter-products .filtered-product .filter-product .filter-product-img img {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 100%;
  transition: all 0.2s linear;
}
.filter-products .filtered-product .filter-product .filter-product-img:hover img {
  transform: scale(1.1);
}
.filter-products .filter-product {
  margin-bottom: 30px;
}
.filter-products .filter-product .filter-product-img {
  position: relative;
  overflow: hidden;
  background: #343a40;
}
.filter-products .filter-product .filter-product-img img {
  width: 100%;
}

.CustomHTML .tns-outer {
  padding: 0 !important;
}
.CustomHTML .tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.CustomHTML .tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.CustomHTML .tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.CustomHTML .tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.CustomHTML .tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.CustomHTML .tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.CustomHTML .tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.CustomHTML .tns-no-calc {
  position: relative;
  left: 0;
}
.CustomHTML .tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.CustomHTML .tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.CustomHTML .tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.CustomHTML .tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.CustomHTML .tns-autowidth {
  display: inline-block;
}
.CustomHTML .tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.CustomHTML .tns-lazy-img.tns-complete {
  opacity: 1;
}
.CustomHTML .tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}
.CustomHTML .tns-ovh {
  overflow: hidden;
}
.CustomHTML .tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.CustomHTML .tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.CustomHTML .tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}
.CustomHTML .tns-normal, .CustomHTML .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.CustomHTML .tns-vpfix {
  white-space: nowrap;
}
.CustomHTML .tns-vpfix > div, .CustomHTML .tns-vpfix > li {
  display: inline-block;
}
.CustomHTML .tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.CustomHTML .tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}
.CustomHTML .tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.CustomHTML .tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

.CustomHTML .tns-outer,
.CustomHTML .tns-ovh,
.CustomHTML .tns-ah,
.CustomHTML .tns-inner,
.CustomHTML .tns-slider {
  display: block;
  overflow: hidden;
}

.CustomHTML .text-center {
  text-align: center;
}
@keyframes image-circle-loading-animation {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.CustomHTML .mt-0 {
  margin-top: 0px !important;
}
.CustomHTML .pt-6 {
  padding-top: 48px !important;
}
.CustomHTML .pb-6 {
  padding-bottom: 48px !important;
}
.CustomHTML .img-fluid {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=crt147186-rick-insights-changes-v1.0.0.css.map */

/*# sourceMappingURL=crt147186-rick-insights-changes-v1.0.0.slim.min.css.map*/