/* Colors */
/* Swatch colors */
/*Fonts*/
/*Font sizes*/
/*Max container width*/
/*Border*/
/*Margins*/
/*Images*/
/* Icons */
body {
  overflow-x: clip !important; }

#layout-header h1 {
  padding: 16px;
  font-family: 'Montserrat','sans-serif';
  color: #6D7278;
  font-size: 30px;
  text-transform: capitalize; }
  @media (max-width: 769px) {
    #layout-header h1 {
      font-size: 20px;
      padding: 0; } }

.index-ul {
  padding-left: 0;
  list-style-type: none; }
  .index-ul li {
    /*&:first-child{
			font-weight: bold;
		}*/ }
    .index-ul li a {
      color: #72767E !important; }

@media (max-width: 769px) {
  ol.breadcrumb li.breadcrumb-item a {
    font-size: 12px; } }

.content-row h1, .content-row h2, .content-row h3, .content-row h4, .content-row-mobile h1, .content-row-mobile h2, .content-row-mobile h3, .content-row-mobile h4 {
  font-family: 'Montserrat','sans-serif';
  text-transform: uppercase;
  color: #787981;
  font-size: 25px;
  text-align: initial; }

.content-row p span, .content-row-mobile p span {
  font-family: 'Montserrat','sans-sefif';
  color: #787981 !important; }

.content-row .content .main-section-title, .content-row-mobile .content .main-section-title {
  font-family: 'Montserrat','sans-serif';
  text-transform: uppercase;
  color: #787981;
  font-size: 35px; }

@media (max-width: 768px) {
  .content-index-layout .index-col > ul [aria-expanded="false"] span::after {
    font-family: "FontAwesome";
    content: "\F078";
    position: absolute;
    right: 15px; }
  .content-index-layout .index-col > ul [aria-expanded="true"] span::after {
    font-family: "FontAwesome";
    content: "\F077";
    position: absolute;
    right: 15px; } }

.experience-commerce_layouts-contentIndex ol.breadcrumb li.breadcrumb-item:first-child::before {
  content: unset !important; }

.experience-commerce_layouts-contentIndex .content-index-layout .sticky-layout {
  position: sticky;
  top: 180px; }

@media (max-width: 769px) {
  .experience-commerce_layouts-contentIndex .content-index-layout .breadcrumb {
    padding-left: 0; } }

.experience-commerce_layouts-contentIndex .content-index-layout .content-row h4, .experience-commerce_layouts-contentIndex .content-index-layout .content-row-mobile h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold; }
  @media (max-width: 769px) {
    .experience-commerce_layouts-contentIndex .content-index-layout .content-row h4, .experience-commerce_layouts-contentIndex .content-index-layout .content-row-mobile h4 {
      padding-top: 12px; } }

.experience-commerce_layouts-contentIndex .content-index-layout .content-row .section-button, .experience-commerce_layouts-contentIndex .content-index-layout .content-row-mobile .section-button {
  color: #72767E !important; }

.experience-commerce_layouts-contentIndex .content-index-layout p {
  color: #6D7278;
  text-align: justify;
  font-size: 14px;
  line-height: 23px; }
  @media (max-width: 769px) {
    .experience-commerce_layouts-contentIndex .content-index-layout p {
      font-size: 12px; } }
  .experience-commerce_layouts-contentIndex .content-index-layout p img {
    width: 34%; }

.experience-commerce_layouts-contentIndex .content-index-layout .index-col {
  padding-left: 35px; }
  @media (max-width: 769px) {
    .experience-commerce_layouts-contentIndex .content-index-layout .index-col {
      padding-left: 15px; }
      .experience-commerce_layouts-contentIndex .content-index-layout .index-col ul {
        padding: 0; } }

.experience-commerce_layouts-contentIndex .content-index-layout .index-col > ul > li:not(:first-child) {
  border-top: solid 1px #c1c1c1; }

.experience-commerce_layouts-contentIndex .content-index-layout .index-col > ul > li {
  list-style: none;
  font-family: 'Montserrat','sans-serif';
  font-size: 15px;
  padding: 20px 0; }

.experience-commerce_layouts-contentIndex .content-index-layout .breadcrumb {
  font-size: 14px; }
  @media (max-width: 769px) {
    .experience-commerce_layouts-contentIndex .content-index-layout .breadcrumb {
      font-size: 12px; } }
  .experience-commerce_layouts-contentIndex .content-index-layout .breadcrumb .breadcrumb-item.bc-current-page {
    color: #6D7278;
    font-weight: bold;
    text-transform: uppercase; }
