<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma_Regular.otf') format('opentype');
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Salesforce Sans", sans-serif;
  /* line-height: normal; */
}

.col-12 {
  padding: 0!important;
}

.row {
  margin: 0!important;
}

.page-designer-reference button {
  text-transform: unset !important;
  padding: 12px 18px;
  max-width: 370px;
  min-width: 255px;
  height: 55px;
}

p {
  margin: 0;
}

.page-container {
  max-width: 1200px;
}

.region {
  position: relative;
  overflow: hidden;
}

.region:before {
  display: block;
  content: "";
  width: 100%;
}

.region .experience-component {
  position: relative;
  top: 0;
  bottom: 0;
  /*replicating the gutters*/
  left: 0.5rem;
  right: 0.5rem;
}

/* padding-top in percentages refers to parent width
   this allows us to specify an aspect-ratio         
.region_landscape-large:before {
  padding-top: calc(400 / 1024 * 100%);
}

.region_square:before {
  padding-top: calc(1 / 1 * 100%);
}

.region_landscape-small:before {
  padding-top: calc(1 / 2 * 100%);
}

.region_portrait-small:before {
  padding-top: calc(2 / 1 * 100%);
}*/

div.sf-interactions-proxyHoverContainer a {
  overflow: visible;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 24%);
  grid-gap: 10px;
  overflow: auto;
  width: fit-content;
  scrollbar-color: transparent transparent;
}

.grid-4::-webkit-slider-thumb {
  background-color: transparent;
  border: none;
}

.grid-4::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.grid-4 *::-webkit-scrollbar-track {
  background: transparent;
}

.grid-4 *::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}

.grid-4 * {
  -ms-overflow-style: none;
}

.adjust {
  height: auto;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .grid-4 {
    width: 96%;
  }
}

.grid-5, .grid-6 {
  display: grid;
  grid-gap: .5rem;
  width: fit-content;
  scrollbar-color: transparent transparent;
  scroll-behavior: smooth;
  transition: all 0.4s;
}

.grid-5 {
  grid-template-columns: repeat(5, 25vw);
}

.grid-6 {
  grid-template-columns: repeat(6, 25vw);
}

.grid-5, .grid-6::-webkit-slider-thumb {
  background-color: transparent;
  border: none;
}

.grid-5, .grid-6::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.grid-5, .grid-6 *::-webkit-scrollbar-track {
  background: transparent;
}

.grid-5, .grid-6 *::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}

.grid-5, .grid-6 * {
  -ms-overflow-style: none;
}

.container-inner {
  padding-top: 55px !important;
  padding-left: 0 !important;
  font-family: 'Axiforma';
}

.container-inner &gt; .container-fluid {
  margin: 0;
  padding: 0;
}

.container-inner &gt; .page-container {
  max-width: 100vw !important;
}

.container-inner &gt; .container {
  max-width: 100vw !important;
  width: 100vw !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.col-12 &gt; div[class*="experience-layouts-"],
.col-12 &gt; .experience-assets-centeredimage,
.col-12 &gt; .experience-assets-imagerowbanner,
.col-12 &gt; .experience-assets-fullwidthbutton,
.col-12 &gt; .experience-assets-solopuedesermo{
  margin-bottom: 50px;
}

.experience-layouts-1column {
  margin-bottom: 0px !important;
}

.arrowCarousel  {
  display: flex;
  z-index: 1;
  cursor: pointer;
}

@media (max-width: 767px) {
  .col-12 {
    overflow: hidden;
  }
  .col-12 &gt; div[class*="experience-layouts-"],
  .col-12 &gt; .experience-assets-centeredimage,
  .col-12 &gt; .experience-assets-imagerowbanner,
  .col-12 &gt; .experience-assets-fullwidthbutton,
  .col-12 &gt; .experience-assets-solopuedesermo {
    margin-bottom: 70px;
  }
  .grid-4 {
    grid-template-columns: repeat(4, 65%);
  }
  .grid-5 {
    grid-template-columns: repeat(5, 65%);
    overflow: auto;
  }
  .grid-6 {
    grid-template-columns: repeat(6, 65%);
    overflow: auto;
  }
  .container-inner {
    padding-top: 5rem !important;
  }
  .arrowCarousel  {
    display: none !important;
  }
}</pre></body></html>