<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical &gt; .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow &gt; .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-free-mode &gt; .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal &gt; .swiper-wrapper {
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical &gt; .swiper-wrapper {
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal &gt; .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical &gt; .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl &gt; .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal &gt; .swiper-pagination-progressbar, .swiper-container-vertical &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical &gt; .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal &gt; .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical &gt; .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container &gt; canvas, .swiper-zoom-container &gt; img, .swiper-zoom-container &gt; svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

#ss .wrapper, #ss .header__wrapper, #ss .nav__sub-list, #ss .aside__social, #ss .columns-icons__wrapper, #ss .columns-icons__list, #ss .columns-list__list, #ss .content .form-accordion__buttons, #ss .grid, #ss .grid--row .grid--container, #ss .list-text, #ss .map__modal-list, #ss .slider-text, #ss .table__row, #ss .table-accordion__hidden, #ss .table-accordion .table__row, #ss .table-accordion .table__cell {
  display: flex;
  flex-wrap: wrap; }

#ss [class^='icon-ss-']::before, #ss [class*='icon-ss-']::before, #ss .nav, #ss .is-touch .sticky::before, #ss .footer__upper-to-top::after, .banner__wrapper, #ss .columns-icons__text strong::before, #ss .content .form-accordion__button, #ss .hero, #ss .list-columns__list, #ss .map__modal-item::before, #ss .pagination__link, #ss .search__dropdown-wrapper-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

#ss .header__search, #ss .aside__nav-link, #ss .card--flex, #ss .card__image-figure, #ss .content__detail-icon-item, #ss .map__dashboard, #ss .map__current-location, #ss .map__modal-close, #ss .pagination, #ss .search-hero__wrapper, #ss .slider__text, #ss .toggle__view-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.banner__icons, #ss .card--hp.card-links .card__image, #ss .content__text-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

#ss .container-fluid {
  display: flex;
  flex-direction: column; }

#ss .list-columns, #ss .map__modal-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

#ss .nav__hamburger, #ss .card--hp.card-links .card__text-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column; }

#ss .content__search-pagination, #ss .content__dropdown-wrapper, #ss .content__toggle-box, #ss .list-cards, #ss .list-links__list, #ss .toggle__switch-dashboard {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

#ss .footer__wrapper, #ss .footer__lower, #ss .aside--right, #ss .content__detail-wrapper-inner, #ss .list-anchors__list, #ss .toggle, #ss .toggle__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

#ss .slider-reveal__text, #ss .table .cell--arrow i {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%); }

#ss .content__dropdown-container i, #ss .search__dropdown-wrapper-inner i, #ss .header__search-close, #ss .nav.open .nav__list-link::after, #ss .is-touch .sticky::before, #ss .aside .text--biggest.has-children::after, #ss .aside .text--biggest.has-menu::after, #ss .content__toggle .icon-ss-arrow-small, #ss .content__detail-dropdown-link i, #ss .hero__info::after, #ss .map-locations__link, #ss .table .cell--arrow, #ss .toggle__label::before, #ss .toggle__label::after {
  top: 50%;
  position: absolute;
  transform: translate(0, -50%); }

#ss .skip-content, #ss .nav__list-link:hover::after, #ss .nav__list-link.active::after, #ss .footer__upper-to-top {
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0); }

#ss .aside--right, .banner__wrapper, #ss .columns-icons, #ss .content__wrapper, #ss .content__detail .content__wrapper, #ss .content__detail-wrapper-inner, #ss .grid--container, #ss .list-cards, #ss .list-columns, #ss .list-links, #ss .search-hero__wrapper, #ss .slider, #ss .slider-text, #ss .header__wrapper, #ss .footer__wrapper, #ss .hero__info.open + .hero__list, #ss .x-center, #ss .list-columns__item-text, #ss .list-columns__item-text-big, #ss .map__modal-wrapper {
  margin-right: auto;
  margin-left: auto; }

#ss input[type=checkbox], #ss .header__search-input {
  left: -9999.9rem;
  position: absolute; }

#ss .columns-list:not(:last-of-type)::after, #ss .content__toggle::before, #ss .simulator h1::after {
  content: '';
  left: 0;
  right: 0;
  position: absolute;
  height: 3rem; }

#ss .columns-icons__column, #ss .columns-list__icontent__toggle-texttem, #ss .grid__item, #ss .list-links__item {
  width: 100%; }

@media (min-width: 48em) {
  #ss .columns-icons__column, #ss .columns-list__item, #ss .grid__item, #ss .list-links__item {
    width: 50%; } }
@media (min-width: 64em) {
  #ss .columns-icons__column, #ss .columns-list__item, #ss .grid__item, #ss .list-links__item {
    width: calc(100%/3);
    max-width: 33.32%; } }
#ss .content__wrapper.has-shadow, #ss .content__detail-wrapper.has-shadow, #ss .content .form-accordion__section-box .has-shadow, #ss .map {
  box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.1); }

#ss .aside.has-shadow, #ss .aside--small, #ss .aside__text-wrapper.has-shadow, #ss .aside .text--biggest.has-children.open, #ss .aside .text--biggest.has-menu.open, #ss .aside .text--biggest.open + .aside__list-wrapper, #ss .slider-text .has-shadow, #ss .toggle__filter.open + .toggle__switch {
  box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.15); }

#ss .content__dropdown, #ss .content__toggle-input[type=text], #ss .content__toggle-box-input, #ss .search__dropdown {
  background-color: #f0f0f0;
  border-radius: 2rem;
  background-clip: padding-box;
  max-height: 4rem; }

#ss .content__dropdown-container i, #ss .search__dropdown-wrapper-inner i {
  width: 4rem;
  height: 4rem;
  right: 0;
  pointer-events: none; }

#ss .content__dropdown-container i::before, #ss .search__dropdown-wrapper-inner i::before {
  color: #4d4d4d;
  font-size: 20px;
  font-size: 2rem;
  transform: rotate(90deg); }

html:not(.accessibility) a, html:not(.accessibility) input, html:not(.accessibility) button, html:not(.accessibility) select, html:not(.accessibility) textarea, html:not(.accessibility) [tabindex] {
  outline: 0; }

html:not(.accessibility) a:focus, html:not(.accessibility) input:focus, html:not(.accessibility) button:focus, html:not(.accessibility) select:focus, html:not(.accessibility) textarea:focus, html:not(.accessibility) :focus[tabindex] {
  outline: inherit; }

html.accessibility a:focus, html.accessibility input:focus, html.accessibility button:focus, html.accessibility select:focus, html.accessibility textarea:focus, html.accessibility :focus[tabindex] {
  outline: thin dotted black; }

#ss .aside--right, .banner__wrapper, #ss .columns-icons, #ss .content__wrapper, #ss .content__detail .content__wrapper, #ss .content__detail-wrapper-inner, #ss .grid--container, #ss .list-cards, #ss .list-columns, #ss .list-links, #ss .search-hero__wrapper, #ss .slider, #ss .slider-text, #ss .header__wrapper, #ss .footer__wrapper, #ss .hero__info.open + .hero__list {
  max-width: 90%; }

@media (min-width: 48em) {
  #ss .aside--right, .banner__wrapper, #ss .columns-icons, #ss .content__wrapper, #ss .content__detail .content__wrapper, #ss .content__detail-wrapper-inner, #ss .grid--container, #ss .list-cards, #ss .list-columns, #ss .list-links, #ss .search-hero__wrapper, #ss .slider, #ss .slider-text, #ss .header__wrapper, #ss .footer__wrapper, #ss .hero__info.open + .hero__list {
    max-width: 80%; } }
#ss .container-fluid {
  min-height: 100%; }

#ss .wrapper {
  flex: 1 0 auto; }

#ss {
  font-size: 62.5%; }

#ss.accessibility__font {
  font-size: 67.5%; }

@media (min-width: 90em) {
  #ss.accessibility__font {
    font-size: 70.5%; } }
#ss body {
  font-family: "Open Sans";
  letter-spacing: .03em;
  font-size: inherit; }

#ss h1, #ss .alpha {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Poppins";
  font-weight: 700;
  letter-spacing: .025em; }

@media (min-width: 64em) {
  #ss h1, #ss .alpha {
    font-size: 36px; } }
#ss h2, #ss .beta {
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Poppins";
  font-weight: 600; }

@media (min-width: 64em) {
  #ss h2, #ss .beta {
    font-size: 20px;
    font-size: 2rem; } }
#ss h3, #ss .gamma {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700; }

@media (min-width: 64em) {
  #ss h3, #ss .gamma {
    font-size: 18px;
    font-size: 1.8rem; } }
#ss h4, #ss .delta {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700; }

@media (min-width: 64em) {
  #ss h4, #ss .delta {
    font-size: 16px;
    font-size: 1.6rem; } }
#ss .epsilon {
  font-size: 24px;
  font-size: 2.4rem;
  color: #4d4d4d;
  font-family: "Poppins";
  font-weight: 700;
  letter-spacing: .025em; }

@media (min-width: 64em) {
  #ss .epsilon {
    font-size: 32px;
    font-size: 3.2rem; } }
#ss .zeta {
  color: #007d45;
  font-family: "Poppins";
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .025em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.53333; }

@media (min-width: 64em) {
  #ss .zeta {
    font-size: 15px;
    font-size: 1.5rem; } }
#ss [class^='icon-ss-']::before, #ss [class*='icon-ss-']::before {
  font-size: 25px;
  font-size: 2.5rem; }

@media (min-width: 64em) {
  #ss [class^='icon-ss-']::before, #ss [class*='icon-ss-']::before {
    font-size: 30px;
    font-size: 3rem; } }
#ss .aside__nav {
  font-family: "Poppins";
  line-height: 1.53333;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 500; }

#ss .aside__list {
  font-family: "Poppins";
  padding-bottom: 10px; }

#ss .aside__list-text.active {
  color: #007d45; }

#ss .aside__sub-list {
  line-height: 1.85714;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Poppins";
  letter-spacing: .043em;
  text-transform: none; }

#ss .aside__sub-list-item {
  font-weight: 400;
  color: #4d4d4d;
  line-height: 1.42857; }

#ss .aside__sub-list-item .active {
  font-weight: 600; }

#ss .aside__link-home {
  color: #007d45;
  text-transform: uppercase;
  line-height: 1.42857;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Poppins";
  letter-spacing: .043em;
  font-weight: 600; }

#ss .aside .text--biggest {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .025em;
  line-height: 1.16667;
  color: #007d45;
  text-transform: uppercase; }

@media (min-width: 48em) {
  #ss .aside .text--biggest {
    font-size: 18px;
    font-size: 1.8rem; } }
@media (min-width: 64em) {
  #ss .aside .text--biggest {
    font-size: 24px;
    font-size: 2.4rem;
    color: #666;
    text-transform: none; } }
#ss .aside .text--biggest span {
  text-transform: none;
  color: #666;
  font-size: 12px;
  font-size: 1.2rem; }

@media (min-width: 48em) {
  #ss .aside .text--biggest span {
    font-size: 14px;
    font-size: 1.4rem; } }
#ss .aside .text--uppercase {
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .056em;
  line-height: 1.42857;
  text-transform: uppercase;
  color: #4d4d4d; }

#ss .banner__text {
  color: #4d4d4d;
  font-family: "Poppins";
  line-height: 1.5;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .02em; }

#ss .banner__text span {
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem; }

#ss .card__info {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .083em; }

#ss .card__info.text--green {
  color: #007d45; }

#ss .card__info.text--big {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .017em;
  line-height: 1.07143;
  font-family: "Poppins"; }

@media (min-width: 64em) {
  #ss .card__info.text--big {
    font-size: 28px;
    font-size: 2.8rem; } }
#ss .card__info.text--uppercase {
  text-transform: uppercase; }

#ss .card__info &gt; span {
  font-weight: 600; }

#ss .card__text {
  font-weight: 400;
  line-height: 1.66667; }

#ss .card__text.text--big {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .021em;
  line-height: 1.45833;
  font-weight: 600; }

@media (min-width: 64em) {
  #ss .card__text.text--big {
    font-size: 24px;
    font-size: 2.4rem; } }
#ss .card__text-small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143; }

#ss .card__list {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #666; }

@media (min-width: 64em) {
  #ss .card__list {
    font-size: 16px;
    font-size: 1.6rem; } }
#ss .card-links .text--bold {
  font-size: 20px;
  font-size: 2rem; }

#ss .card.no-shadow .text--big {
  font-size: 20px;
  font-size: 2rem; }

#ss .card--flex {
  font-family: "Poppins";
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .025em;
  line-height: 1.53333;
  font-weight: 600; }

#ss .card--flex i::before {
  font-size: 20px;
  font-size: 2rem; }

@media (min-width: 64em) {
  #ss .card--flex i::before {
    font-size: 30px;
    font-size: 3rem; } }
#ss .columns-icons {
  color: #4d4d4d;
  font-family: "Open Sans";
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.375; }

@media (min-width: 64em) {
  #ss .columns-icons {
    font-size: 16px;
    font-size: 1.6rem; } }
#ss .columns-icons .link--green {
  color: #007d45;
  text-decoration: underline; }

#ss .columns-list__text {
  text-transform: uppercase;
  font-family: "Poppins";
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  color: #4d4d4d;
  line-height: 1.5;
  letter-spacing: .025em; }

#ss .columns-list__item {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  line-height: 1.35714;
  font-family: "Open Sans"; }

#ss .columns-list__link.open {
  color: #007d45;
  font-weight: 700; }

#ss .columns-list__sub-item {
  font-size: 12px;
  font-size: 1.2rem; }

#ss .columns-list__sub-link.open {
  font-weight: 700; }

#ss .content {
  font-family: "Open Sans"; }

#ss .content .text--semi-bold {
  line-height: 1.45833;
  font-family: "Poppins";
  font-weight: 600; }

#ss .content .text--regular {
  line-height: 1.85714;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  font-family: "Open Sans"; }

#ss .content__filter {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  letter-spacing: .041em;
  text-transform: uppercase;
  color: #4d4d4d; }

#ss .content__text {
  width: 100%;
  color: #4d4d4d;
  line-height: 1.33333;
  font-size: 36px; }

#ss .content__dropdown {
  text-transform: uppercase;
  line-height: 1.33333;
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .02em;
  font-family: "Poppins";
  color: #4d4d4d; }

#ss .content__dropdown-text {
  font-family: "Open Sans";
  line-height: 1.33333;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .02em;
  color: #4d4d4d; }

#ss .content__info {
  line-height: 1.28571;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .025em;
  font-family: "Poppins";
  color: #666; }

#ss .content__info.text--bolder.formulario p, #ss .content__info.text--bolder.formulario span, #ss .content__info.text--bolder.formulario textarea, #ss .content__info.text--bolder.formulario input, #ss .content__info.text--bolder.formulario select, #ss .content__info.text--bolder.formulario select option {
  color: black;
  font-size: 15px;
  font-size: 2.0rem;
  font-family: "Open Sans";
  line-height: 1.33333;
  font-weight: 700; }

#ss .content__search-pagination, #ss .content__text-pagination {
  color: #4d4d4d;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.33333; }

#ss .content__blockquote {
  color: #007d45;
  font-style: italic;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.35714;
  font-family: "Open Sans";
  letter-spacing: .021em; }

@media (min-width: 64em) {
  #ss .content__blockquote {
    font-size: 28px;
    font-size: 2.8rem; } }
#ss .content__toggle.text--uppercase {
  text-transform: uppercase; }

#ss .content__toggle.text--green {
  color: #007d45;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0; }

@media (min-width: 64em) {
  #ss .content__toggle.text--green {
    line-height: 2.66667;
    font-size: 15px;
    font-size: 1.5rem; } }
#ss .content__toggle-text {
  color: #4d4d4d;
  font-size: 16px;
  font-size: 1.5rem;
  line-height: 2.85714; }

#ss .content__toggle-text.text--small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: .022em; }

#ss .content__toggle-box-text {
  font-weight: 700;
  color: #4d4d4d;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2; }

#ss .content__toggle-box-text.text--green {
  color: #007d45;
  font-weight: 600;
  letter-spacing: .025em; }

#ss .content__detail h1.text--biggest {
  font-size: 36px;
  letter-spacing: .025em;
  line-height: 1.25; }

@media (min-width: 64em) {
  #ss .content__detail h1.text--biggest {
    font-size: 36px; } }
#ss .content__detail h2 {
  line-height: 1.5;
  font-size: 20px; }

#ss .content__detail h2.text--small {
  line-height: 1.625;
  font-family: "Open Sans";
  font-weight: 600; }

#ss .content__detail-dropdown-link {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.14286; }

#ss .content__detail-dropdown-list {
  font-size: 16px;
  font-size: 1.6rem; }

#ss .content__detail-icon-list {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.35714;
  letter-spacing: .025em; }

@media (min-width: 64em) {
  #ss .content__detail-icon-list {
    font-size: 16px;
    font-size: 1.6rem; } }
#ss #footer {
  flex-shrink: 0;
  font-family: "Poppins";
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #f0f0f0;
  border-bottom: 1rem solid #007d45;
  position: relative;
  width: 100%;
  height: auto; }

@media (min-width: 64em) {
  #ss #footer {
    z-index: 40;
    margin-top: 50px; } }
#ss .footer__upper-to-top {
  font-size: 25px;
  font-size: 2.5rem; }

#ss .footer__upper-list {
  letter-spacing: 0;
  line-height: 1.5; }

#ss .footer__upper-link--bigger {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5625; }

#ss .form-accordion__button {
  font-family: "Poppins";
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.53333;
  font-weight: 500;
  letter-spacing: .033em; }

#ss .grid {
  font-family: "Open Sans";
  font-weight: 400; }

#ss .header {
  font-family: "Poppins"; }

#ss .header__search {
  font-size: 14px;
  font-size: 1.4rem; }

#ss .header__search-input {
  color: #007d45;
  font-weight: 600;
  letter-spacing: .021em; }

#ss .header__nav-info {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Poppins";
  text-transform: uppercase;
  line-height: 1.5625;
  font-weight: 600;
  letter-spacing: .044em; }

#ss .hero__list {
  font-size: 16px;
  font-size: 1.6rem;
  color: #4d4d4d;
  font-weight: 500;
  font-family: "Poppins"; }

#ss .hero__text {
  text-align: center; }

#ss .hero__info {
  font-weight: 600;
  color: #007d45;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.11111;
  letter-spacing: .019em; }

@media (min-width: 80em) {
  #ss .hero__info {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .025em; } }
#ss .list-anchors__item .btn {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: .017em;
  text-transform: none; }

#ss .list-columns__list {
  text-align: center; }

#ss .list-columns__item-text-big {
  color: #4d4d4d;
  font-family: "Poppins";
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: .033em;
  font-weight: 500; }

@media (min-width: 64em) {
  #ss .list-columns__item-text-big {
    font-size: 24px;
    font-size: 2.4rem; } }
#ss .list-columns__item-number {
  color: #007d45;
  font-family: "Poppins";
  font-size: 55px;
  font-size: 5.5rem;
  line-height: 1.5;
  letter-spacing: .006em;
  font-weight: 600; }

@media (min-width: 64em) {
  #ss .list-columns__item-number {
    font-size: 60px;
    font-size: 6rem; } }
#ss .list-columns__item-text {
  color: #666;
  font-family: "Open Sans";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.35714;
  letter-spacing: .036em; }

@media (min-width: 64em) {
  #ss .list-columns__item-text {
    font-size: 14px;
    font-size: 1.4rem; } }
#ss .list-links__item {
  font-family: "Poppins";
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  color: #4d4d4d;
  line-height: 1.5;
  letter-spacing: .025em; }

@media (min-width: 64em) {
  #ss .list-links__item {
    font-size: 20px;
    font-size: 2rem; } }
#ss .list-links h2 {
  color: #4d4d4d; }

#ss .list-text__article {
  font-family: "Open Sans"; }

#ss .list-text__article-text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: #4d4d4d; }

#ss .list-text__article-info {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.41667;
  font-weight: 600;
  color: #666;
  letter-spacing: .083em; }

#ss .map__current-location {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.53333;
  font-weight: 500;
  color: #4d4d4d;
  font-family: "Poppins";
  letter-spacing: .025em;
  text-transform: uppercase; }

#ss .map__dashboard .search {
  font-size: 12px;
  font-size: 1.2rem; }

@media (min-width: 36em) {
  #ss .map__dashboard .search {
    font-size: 16px;
    font-size: 1.6rem; } }
#ss .map__modal-close {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  letter-spacing: .019em; }

#ss .map__modal-text {
  font-family: "Open Sans";
  text-transform: uppercase; }

#ss .map__modal-text.text--green {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: .019em;
  color: #007d45;
  font-weight: 700; }

#ss .map__modal-text.text--small {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: .019em;
  color: #4d4d4d; }

#ss .map__modal-item {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5; }

#ss .map__modal-item-text.text--bold {
  font-weight: 700; }

#ss .map-locations__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 400;
  color: gray;
  font-family: "Open Sans";
  letter-spacing: .021em; }

#ss .map-locations__text.text--uppercase {
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: 700; }

#ss .map-locations__number {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 400;
  color: #007d45;
  font-family: "Poppins";
  letter-spacing: .025em; }

#ss .nav {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500; }

#ss .nav-menu ul {
  margin: 0; }

#ss .nav li, #ss .nav-menu li, #ss .footer__wrapper li, #ss .no-list-style {
  list-style: none; }

#ss .nav__sub-list {
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0; }

#ss .nav__sub-list-item {
  line-height: 1.21429; }

#ss .search {
  font-size: 13px;
  font-size: 1.3rem; }

@media (min-width: 64em) {
  #ss .search {
    font-size: 15px;
    font-size: 1.5rem; } }
#ss .search-result__text {
  font-family: "Open Sans";
  line-height: 1.66667;
  font-size: 15px;
  font-size: 1.5rem;
  color: #666; }

@media (min-width: 64em) {
  #ss .search-result__text {
    font-size: 18px;
    font-size: 1.8rem; } }
#ss .search-result__text.text--big {
  font-family: "Poppins";
  color: #007d45;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: .021em; }

#ss .search-result__text.text--big &gt; a {
  color: inherit;
  text-decoration: underline;
  font-weight: 400; }

#ss .search-result .search-result__text &gt; liferay-hl {
  font-weight: bold; }

@media (min-width: 64em) {
  #ss .search-result__text.text--big {
    font-size: 24px;
    font-size: 2.4rem; } }
#ss .search-hero {
  font-family: "Poppins"; }

#ss .search-hero__search-text {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: .025em;
  line-height: 1.5;
  text-shadow: 0 0 2rem #000; }

@media (min-width: 64em) {
  #ss .search-hero__search-text {
    font-size: 32px;
    font-size: 3.2rem; } }
#ss .search-hero__text {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.53333;
  font-weight: 500;
  letter-spacing: -0.013em;
  text-shadow: 0 0 2rem #000; }

#ss .search-hero__text .text--bold {
  font-weight: 700;
  letter-spacing: .083em; }

#ss .search-hero .search__input::-webkit-input-placeholder {
  font-family: "Open Sans";
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .025em; }

#ss .search-hero .search__input::-moz-placeholder {
  font-family: "Open Sans";
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .025em; }

#ss .search-hero .search__input:-ms-input-placeholder {
  font-family: "Open Sans";
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .025em; }

#ss .search-hero .search__input::-ms-input-placeholder {
  font-family: "Open Sans";
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .025em; }

#ss .search-hero .search__input::placeholder {
  font-family: "Open Sans";
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .025em; }

@media (min-width: 64em) {
  #ss .search-hero .search__input::-webkit-input-placeholder {
    font-size: 18px;
    font-size: 1.8rem; }

  #ss .search-hero .search__input::-moz-placeholder {
    font-size: 18px;
    font-size: 1.8rem; }

  #ss .search-hero .search__input:-ms-input-placeholder {
    font-size: 18px;
    font-size: 1.8rem; }

  #ss .search-hero .search__input::-ms-input-placeholder {
    font-size: 18px;
    font-size: 1.8rem; }

  #ss .search-hero .search__input::placeholder {
    font-size: 18px;
    font-size: 1.8rem; } }
#ss .search__box {
  font-family: "Poppins";
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .025em; }

@media (min-width: 64em) {
  #ss .search__box {
    font-size: 18px;
    font-size: 1.8rem; } }
#ss .slider__text {
  color: #4d4d4d; }

#ss .slider__text-small {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  letter-spacing: .041em;
  text-transform: uppercase; }

#ss .slider-reveal__text {
  letter-spacing: .036em;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.28571; }

#ss .slider__item-text-big {
  font-family: "Poppins";
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.41667;
  color: #4d4d4d;
  font-weight: 600; }

@media (min-width: 64em) {
  #ss .slider__item-text-big {
    font-size: 24px;
    font-size: 2.4rem; } }
#ss .slider__item-text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.375;
  color: #666; }

@media (min-width: 64em) {
  #ss .slider__item-text {
    font-size: 16px;
    font-size: 1.6rem; } }
#ss .table {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.42857; }

@media (min-width: 64em) {
  #ss .table {
    font-size: 14px;
    font-size: 1.4rem; } }
#ss .table__head {
  font-weight: 700;
  text-transform: uppercase; }

#ss .table__head-mobile {
  font-family: "Poppins";
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #4d4d4d; }

#ss .table__head .table__cell {
  font-size: 0;
  font-size: 0rem; }

@media (min-width: 64em) {
  #ss .table__head .table__cell {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Poppins"; } }
#ss .table__head .table__cell .open {
  color: currentColor; }

#ss .table__body {
  letter-spacing: .043em;
  color: #666; }

#ss .table__row.open {
  font-weight: 700; }

#ss .table a {
  text-decoration: underline; }

#ss .table-accordion__head {
  font-weight: 700;
  text-transform: uppercase;
  color: #007d45; }

#ss .toggle {
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing: .042em; }

#ss .toggle__switch {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }

#ss .toggle__text {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.33333;
  color: #4d4d4d; }

@media (min-width: 64em) {
  #ss .toggle__text {
    font-size: 18px;
    font-size: 1.8rem; } }
#ss .toggle__view {
  font-family: "Poppins";
  color: #4d4d4d;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .033em;
  line-height: 1.53333; }

#ss .toggle__view-item i::before {
  font-size: 20px;
  font-size: 2rem; }

#ss .toggle__pagination-text {
  font-family: "Poppins";
  color: #4d4d4d;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: .025em;
  line-height: 1.5; }

@media (min-width: 64em) {
  #ss .toggle__pagination-text {
    font-size: 32px;
    font-size: 3.2rem; } }
@font-face {
  font-family: "ss-icons";
  src: url("../fonts/ss-icons.eot");
  src: url("../fonts/ss-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/ss-icons.woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff2");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2");
  font-weight: normal;
  font-style: normal; }

#ss [class^='icon-ss-'], #ss [class*='icon-ss-'] {
  font-family: "ss-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline; }

#ss [class^='icon-ss-']::before, #ss [class*='icon-ss-']::before {
  width: 100%;
  height: 100%; }

#ss .icon-ss-address::before {
  content: ""; }

#ss .icon-ss-arrow-big::before {
  content: ""; }

#ss .icon-ss-arrow-small::before {
  content: ""; }

#ss .icon-ss-arrow-small {
  transition: transform 1s; }

#ss .open .icon-ss-arrow-small {
  transform: rotate(90deg); }

#ss .content__detail-dropdown-link.open .icon-ss-arrow-small {
  transform: translate(0, -50%) rotate(0); }

#ss .icon-ss-calculate::before {
  content: ""; }

#ss .icon-ss-checkmark::before {
  content: ""; }

#ss .icon-ss-clean::before {
  content: ""; }

#ss .icon-ss-contact::before {
  content: ""; }

#ss .icon-ss-cross::before {
  content: ""; }

#ss .icon-ss-facebook::before {
  content: ""; }

#ss .icon-ss-filter::before {
  content: ""; }

#ss .icon-ss-denuncia {
  background: url("../images/layout/icon-denuncia.png");
  height: 3rem;
  width: 3rem;
  display: block;
  background-clip: padding-box;
  margin-left: 4rem;
  color: #fff; }

#ss .icon-ss-grid::before {
  content: ""; }

#ss .icon-ss-grid-2::before {
  content: ""; }

#ss .icon-ss-instagram:before {
  content: ""; }

#ss .icon-ss-link::before {
  content: ""; }

#ss .icon-ss-list::before {
  content: ""; }

#ss .icon-ss-linkedin:before {
  content: ""; }

#ss .icon-ss-list-2::before {
  content: ""; }

#ss .icon-ss-mail::before {
  content: ""; }

#ss .icon-ss-minus::before {
  content: ""; }

#ss .icon-ss-plus::before {
  content: ""; }

#ss .icon-ss-print::before {
  content: ""; }

#ss .icon-ss-schedule::before {
  content: ""; }

#ss .icon-ss-search::before {
  content: ""; }

#ss .icon-ss-settings::before {
  content: ""; }

#ss .icon-ss-share::before {
  content: ""; }

#ss .icon-ss-twitter::before {
  content: ""; }

#ss .icon-ss-youtube:before {
  content: ""; }

#ss .icon-ss-zoom::before {
  content: ""; }

#ss .sr-only {
  position: absolute;
  width: .1rem;
  height: .1rem;
  padding: 0;
  margin: -0.1rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap; }

#ss .sr-only-focusable:active, #ss .sr-only-focusable:focus {
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  white-space: normal; }

#ss .d-none {
  display: none !important; }

#ss .no-visible {
  visibility: hidden !important; }

#ss .no-transition {
  transition: none !important; }

#ss .no-margin {
  margin: 0 !important; }

#ss .no-padding {
  padding: 0 !important; }

#ss .no-scroll {
  position: fixed;
  width: 100%;
  height: auto; }

#ss .no-scroll.show-scrollbar {
  overflow-y: scroll; }

#ss img[data-object-fit=cover] {
  -o-object-fit: cover;
  object-fit: cover; }

#ss img[data-object-fit=contain] {
  -o-object-fit: contain;
  object-fit: contain; }

#ss .img-fluid {
  max-width: 100%;
  display: block; }

#ss .img-full-width {
  width: 100%;
  height: auto;
  display: block; }

#ss .img-full-height {
  width: auto;
  height: 100%;
  display: block; }

#ss .img-full {
  width: 100%;
  height: 100%;
  display: block; }

#ss .img-circle {
  border-radius: 50%;
  background-clip: padding-box; }

#ss .mt-0 {
  margin-top: 0; }

#ss .mt-1 {
  margin-top: 1rem; }

#ss .mt-2 {
  margin-top: 2rem; }

#ss .mt-3 {
  margin-top: 3rem; }

#ss .mt-4 {
  margin-top: 4rem; }

#ss .mt-5 {
  margin-top: 5rem; }

#ss .mr-0 {
  margin-right: 0; }

#ss .mr-1 {
  margin-right: 1rem; }

#ss .mr-2 {
  margin-right: 2rem; }

#ss .mr-3 {
  margin-right: 3rem; }

#ss .mr-4 {
  margin-right: 4rem; }

#ss .mr-5 {
  margin-right: 5rem; }

#ss .mb-0 {
  margin-bottom: 0; }

#ss .mb-1 {
  margin-bottom: 1rem; }

#ss .mb-2 {
  margin-bottom: 2rem; }

#ss .mb-3 {
  margin-bottom: 3rem; }

#ss .mb-4 {
  margin-bottom: 4rem; }

#ss .mb-5 {
  margin-bottom: 5rem; }

#ss .ml-0 {
  margin-left: 0; }

#ss .ml-1 {
  margin-left: 1rem; }

#ss .ml-2 {
  margin-left: 2rem; }

#ss .ml-3 {
  margin-left: 3rem; }

#ss .ml-4 {
  margin-left: 4rem; }

#ss .ml-5 {
  margin-left: 5rem; }

#ss .mx-0 {
  margin-left: 0;
  margin-right: 0; }

#ss .mx-1 {
  margin-left: 1rem;
  margin-right: 1rem; }

#ss .mx-2 {
  margin-left: 2rem;
  margin-right: 2rem; }

#ss .mx-3 {
  margin-left: 3rem;
  margin-right: 3rem; }

#ss .mx-4 {
  margin-left: 4rem;
  margin-right: 4rem; }

#ss .mx-5 {
  margin-left: 5rem;
  margin-right: 5rem; }

#ss .my-0 {
  margin-top: 0;
  margin-bottom: 0; }

#ss .my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

#ss .my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

#ss .my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

#ss .my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

#ss .my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem; }

#ss .pt-0 {
  padding-top: 0; }

#ss .pt-1 {
  padding-top: 1rem; }

#ss .pt-2 {
  padding-top: 2rem; }

#ss .pt-3 {
  padding-top: 3rem; }

#ss .pt-4 {
  padding-top: 4rem; }

#ss .pt-5 {
  padding-top: 5rem; }

#ss .pr-0 {
  padding-right: 0; }

#ss .pr-1 {
  padding-right: 1rem; }

#ss .pr-2 {
  padding-right: 2rem; }

#ss .pr-3 {
  padding-right: 3rem; }

#ss .pr-4 {
  padding-right: 4rem; }

#ss .pr-5 {
  padding-right: 5rem; }

#ss .pb-0 {
  padding-bottom: 0; }

#ss .pb-1 {
  padding-bottom: 1rem; }

#ss .pb-2 {
  padding-bottom: 2rem; }

#ss .pb-3 {
  padding-bottom: 3rem; }

#ss .pb-4 {
  padding-bottom: 4rem; }

#ss .pb-5 {
  padding-bottom: 5rem; }

#ss .pl-0 {
  padding-left: 0; }

#ss .pl-1 {
  padding-left: 1rem; }

#ss .pl-2 {
  padding-left: 2rem; }

#ss .pl-3 {
  padding-left: 3rem; }

#ss .pl-4 {
  padding-left: 4rem; }

#ss .pl-5 {
  padding-left: 5rem; }

#ss .px-0 {
  padding-left: 0;
  padding-right: 0; }

#ss .px-1 {
  padding-left: 1rem;
  padding-right: 1rem; }

#ss .px-2 {
  padding-left: 2rem;
  padding-right: 2rem; }

#ss .px-3 {
  padding-left: 3rem;
  padding-right: 3rem; }

#ss .px-4 {
  padding-left: 4rem;
  padding-right: 4rem; }

#ss .px-5 {
  padding-left: 5rem;
  padding-right: 5rem; }

#ss .py-0 {
  padding-top: 0;
  padding-bottom: 0; }

#ss .py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

#ss .py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

#ss .py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

#ss .py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

#ss .py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem; }

*, *::before, *::after {
  box-sizing: border-box; }

::-moz-selection {
  background-color: #007d45;
  color: #fff; }

::selection {
  background-color: #007d45;
  color: #fff; }

#ss html {
  overflow-y: scroll; }

#ss body {
  height: 100vh;
  overflow-x: hidden;
  line-height: 1;
  background-color: transparent;
  color: inherit; }

#ss .skip-content {
  background-color: #007d45;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  z-index: 1000;
  top: 0; }

#ss a {
  color: inherit;
  text-decoration: none; }

#ss input, #ss button, #ss select, #ss textarea {
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

#ss select::-ms-expand {
  display: none; }

#ss select::-ms-value {
  background: 0;
  color: #007d45; }

#ss input::-ms-clear {
  width: 0;
  height: 0; }

#ss input::-ms-value {
  background: 0;
  color: #007d45; }

#ss input[type=search]::-ms-clear, #ss input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

#ss input[type=search]::-webkit-search-decoration, #ss input[type=search]::-webkit-search-cancel-button, #ss input[type=search]::-webkit-search-results-button, #ss input[type=search]::-webkit-search-results-decoration {
  display: none; }

#ss strong {
  font-weight: 700; }

#ss em {
  font-style: italic; }

#ss .container {
  width: 100%; }

#ss.accessibility__font .footer__upper-to-top::after {
  background-position: center .4rem; }

#ss .btn {
  display: inline-flex;
  border-radius: 20rem;
  background-clip: padding-box;
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins";
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.53333;
  letter-spacing: .033em; }

#ss .btn--gray {
  background-color: #4d4d4d; }

#ss .btn--gray-light {
  background-color: #f0f0f0;
  color: #4d4d4d; }

#ss .btn--green {
  background-color: #007d45; }

#ss header.header {
  background: #007d45;
  color: #fff;
  padding: .5rem 0;
  top: 0;
  left: 0;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 60;
  padding: 1.5rem 0;
  min-height: 10rem; }

#ss body.signed-in header.header {
  padding-top: 40px; }

#ss .header.fixed {
  position: fixed; }

#ss .header.fixed + .wrapper {
  padding-top: 6rem; }

@media (min-width: 48em) {
  #ss .header.fixed + .wrapper {
    padding-top: 8rem; } }
#ss .header.open {
  z-index: 100; }

#ss .header.open .header__wrapper {
  max-width: none;
  width: 100%;
  height: auto; }

#ss .header.open .header__search-button {
  left: auto;
  right: 5%; }

@media (min-width: 48em) {
  #ss .header.open .header__search-button {
    right: 10%; } }
#ss .header.open .header__search-button::before {
  color: #007d45; }

#ss .header.open .nav__toggle {
  right: 5%; }

@media (min-width: 48em) {
  #ss .header.open .nav__toggle {
    right: 10%; } }
#ss .header__wrapper {
  justify-content: flex-end;
  position: relative; }

@media (min-width: 64em) {
  #ss .header__wrapper {
    justify-content: space-between; } }
#ss .header__logo {
  top: -2.5rem;
  left: -0.5rem;
  position: absolute;
  z-index: 100; }

@media (min-width: 48em) {
  #ss .header__logo {
    left: -6rem; } }
#ss .header__logo-img {
  box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.25);
  display: block;
  max-width: 10rem; }

@media (min-width: 48em) {
  #ss .header__logo-img {
    max-width: none; } }
#ss .header__logo-img.hide {
  display: none; }

#ss .header__search {
  padding: 1rem;
  top: 0;
  right: 0;
  position: absolute;
  transition: width .3s ease;
  width: 5rem;
  height: 5rem; }

@media (min-width: 48em) {
  #ss .header__search {
    border-radius: 2.5rem;
    background-clip: padding-box; } }
#ss .header__search.active {
  width: 100%;
  height: 100%;
  background-color: #fff; }

@media (min-width: 48em) {
  #ss .header__search.active .header__search-close {
    display: block; } }
@media (min-width: 48em) {
  #ss .header__search.active .header__search-button::before {
    color: #007d45; } }
@media (min-width: 48em) {
  #ss .header__search.active .header__search-input {
    width: 95%;
    height: 100%;
    padding-left: 5rem;
    left: 0;
    top: 0; }

  #ss .header__search.active .header__search-input::-webkit-input-placeholder {
    color: #999;
    font-weight: 400; }

  #ss .header__search.active .header__search-input::-moz-placeholder {
    color: #999;
    font-weight: 400; }

  #ss .header__search.active .header__search-input:-ms-input-placeholder {
    color: #999;
    font-weight: 400; }

  #ss .header__search.active .header__search-input::-ms-input-placeholder {
    color: #999;
    font-weight: 400; }

  #ss .header__search.active .header__search-input::placeholder {
    color: #999;
    font-weight: 400; } }
#ss .header__search-form {
  right: 10rem;
  position: absolute; }

#ss .header__search-form.open {
  width: 75%;
  height: 5rem;
  top: 0; }

@media (min-width: 80em) {
  #ss .header__search-form {
    right: 5rem; }

  #ss .header__search-form.open {
    width: 88.5%; } }
#ss .header__search-form.open-search {
  top: 5.5rem;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff; }

#ss .header__search-form.open-search .header__search.active {
  width: 100%;
  height: 6rem; }

@media (min-width: 48em) {
  #ss .header__search-form.open-search .header__search.active {
    width: 100%;
    height: 8rem; } }
#ss .header__search-form.open-search .header__search-button {
  width: 6rem;
  height: 6rem; }

#ss .header__search-form.open-search .header__search-input {
  left: 0;
  top: 0;
  width: 100%;
  height: 6rem;
  border-bottom: 1px solid #ccc;
  padding-right: 13%;
  padding-left: 5%; }

#ss .header__search-form.open-search .header__search-input::-webkit-input-placeholder {
  color: #999;
  font-weight: 400; }

#ss .header__search-form.open-search .header__search-input::-moz-placeholder {
  color: #999;
  font-weight: 400; }

#ss .header__search-form.open-search .header__search-input:-ms-input-placeholder {
  color: #999;
  font-weight: 400; }

#ss .header__search-form.open-search .header__search-input::-ms-input-placeholder {
  color: #999;
  font-weight: 400; }

#ss .header__search-form.open-search .header__search-input::placeholder {
  color: #999;
  font-weight: 400; }

#ss .header__search-input::-webkit-input-placeholder {
  color: transparent; }

#ss .header__search-input::-moz-placeholder {
  color: transparent; }

#ss .header__search-input:-ms-input-placeholder {
  color: transparent; }

#ss .header__search-input::-ms-input-placeholder {
  color: transparent; }

#ss .header__search-input::placeholder {
  color: transparent; }

#ss .header__search-close {
  display: none;
  color: #007d45;
  right: 1rem; }

#ss .header__search-button {
  padding: 1rem;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 50%;
  background-clip: padding-box; }

#ss .header__search-button::before {
  color: #fff; }

@media (min-width: 48em) {
  #ss .header__search-button {
    left: 0; } }
@media (min-width: 80em) {
  #ss .header__search-button:hover {
    background-color: rgba(255, 255, 255, 0.25); } }
#ss .header__zoom {
  width: 5rem;
  height: 5rem;
  top: 0;
  right: 5rem;
  position: absolute;
  padding: 1rem;
  border-radius: 50%;
  background-clip: padding-box; }

@media (min-width: 80em) {
  #ss .header__zoom {
    right: -1.4rem; }

  #ss .header__zoom:hover, #ss .header__zoom .active {
    background-color: rgba(255, 255, 255, 0.25); } }
#ss .header__nav-info {
  top: 1.5rem;
  left: 5%;
  position: absolute; }

@media (min-width: 48em) {
  #ss .header__nav-info {
    left: 10%; } }
#ss #heading .nav {
  flex: 1;
  margin-left: 6rem;
  margin-right: 10rem; }

#ss .nav__toggle {
  width: 5rem;
  height: 5rem;
  top: 0;
  right: 0;
  position: absolute;
  margin-left: auto;
  z-index: 1; }

#ss .nav__toggle span {
  display: block;
  border-radius: .3rem;
  background-clip: padding-box;
  background-color: #fff;
  transition: .25s ease-in-out; }

@media (min-width: 80em) {
  #ss .nav__toggle {
    display: none; } }
#ss .nav__hamburger {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  padding: 1rem; }

#ss .nav__hamburger span {
  position: relative;
  width: 2rem;
  height: .2rem;
  margin: .2rem auto; }

#ss .nav__hamburger span:first-of-type {
  transition-delay: .5s; }

#ss .nav__hamburger span:nth-of-type(2) {
  transition-delay: .625s; }

#ss .nav__hamburger span:last-of-type {
  transition-delay: .75s; }

#ss .nav__cross {
  width: 100%;
  height: 100%;
  top: -2.1rem;
  position: absolute;
  transform: rotate(45deg); }

#ss .nav__cross span:first-of-type {
  width: .4rem;
  height: 0;
  top: 61.5%;
  left: 4rem;
  position: absolute; }

#ss .nav__cross span:last-of-type {
  width: 0;
  height: .4rem;
  top: 4rem;
  left: 61.5%;
  position: absolute;
  transition-delay: .25s; }

#ss .nav__list {
  top: 6rem;
  left: 0;
  position: absolute; }

@media (min-width: 80em) {
  #ss .nav__list {
    top: 0;
    position: relative; } }
#ss .nav__list-item.d-hidden &gt; .nav__sub-list {
  opacity: 0;
  visibility: hidden; }

#ss .nav__list-link {
  display: inline-flex;
  padding: 1.7rem;
  border-radius: 2.5rem;
  background-clip: padding-box;
  transition: .1s background-color ease-in;
  position: relative; }

#ss .nav__list-without-down-menu {
  display: inline-flex;
  padding: 1.7rem;
  border-radius: 2.5rem;
  background-clip: padding-box;
  transition: .1s background-color ease-in;
  position: relative; }

#ss .nav__list-link.active {
  background-color: rgba(255, 255, 255, 0.25); }

#ss .is-enable-dropdown.nav__list-link.active::after {
  content: '';
  bottom: -1.2rem;
  background: url("../images/layout/shape-wave.svg") no-repeat 0 0/contain;
  width: 4.8rem;
  height: 1.2rem;
  z-index: 1; }

@media (max-width: 979px) {
  .aui .portlet-dockbar {
    display: none;
    width: 100%; } }
#ss .nav__sub-list {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transition: opacity .2s;
  margin-top: 1.1rem;
  right: -13.5rem;
  left: -13.5rem;
  position: absolute;
  color: #4d4d4d;
  background-color: #fff;
  padding: 3rem 4rem 1rem 9rem;
  border-radius: 0 0 1rem 1rem;
  background-clip: padding-box;
  box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.1); }

#ss .nav__sub-list-item {
  margin-right: 5rem;
  flex-basis: calc(25% - 5rem); }

#ss .nav__sub-list-link {
  display: block;
  margin-bottom: 2rem; }

#ss .nav.open {
  width: 100%;
  height: 100vh; }

#ss .nav.open .nav__hamburger span {
  width: 0;
  height: .2rem; }

#ss .nav.open .nav__hamburger span:first-of-type {
  transition-delay: 0; }

#ss .nav.open .nav__hamburger span:nth-of-type(2) {
  transition-delay: .125s; }

#ss .nav.open .nav__hamburger span:last-of-type {
  transition-delay: .25s; }

#ss .nav.open .nav__cross span:first-of-type {
  width: .2rem;
  height: 40%;
  transition-delay: .625s; }

#ss .nav.open .nav__cross span:last-of-type {
  width: 40%;
  height: .2rem;
  transition-delay: .375s; }

#ss .nav.open .nav__list {
  margin: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  color: #007d45;
  overflow-y: auto;
  overflow-x: hidden; }

#ss .nav.open .nav__list-item.d-hidden .nav__sub-list {
  width: auto;
  height: 0;
  padding: 0; }

#ss .nav.open .nav__list-link {
  padding-right: 5%;
  padding-left: 5%;
  border-bottom: .1rem solid #ccc;
  background: #fff;
  width: 100%;
  height: auto;
  border-radius: 0;
  background-clip: padding-box;
  position: relative; }

@media (min-width: 48em) {
  #ss .nav.open .nav__list-link {
    padding-right: 10%;
    padding-left: 10%; } }
#ss .nav.open .nav__list-link::after {
  right: 7%;
  content: "";
  font-family: "ss-icons";
  font-size: 30px;
  font-size: 3rem; }

@media (min-width: 48em) {
  #ss .nav.open .nav__list-link::after {
    right: 11%; } }
#ss .nav.open .nav__list-link.active::after {
  content: ""; }

#ss .nav.open .nav__list-link:hover::after, #ss .nav.open .nav__list-link.active::after {
  background: transparent;
  width: auto;
  height: auto;
  left: auto;
  bottom: auto; }

#ss .nav.open .nav__list-link.active {
  border-bottom: 0; }

#ss .nav.open .nav__list-link.active + ul {
  border-bottom: .1rem solid #ccc; }

#ss .nav.open .nav__sub-list {
  z-index: 0;
  top: 100%;
  left: 0;
  position: relative;
  padding: 1.7rem 9% 0;
  border-radius: 0;
  background-clip: padding-box;
  box-shadow: none;
  transition: opacity 0; }

@media (min-width: 48em) {
  #ss .nav.open .nav__sub-list {
    padding-right: 13.5%;
    padding-left: 13.5%; } }
#ss .nav.open .nav__sub-list-item {
  flex-basis: 100%; }

#ss .sticky {
  top: 50%;
  right: -220px;
  position: fixed;
  transform: translate(0, -50%);
  z-index: 90;
  transition: right .3s ease-in; }

#ss .sticky__item:not(:last-of-type) {
  border-bottom: .1rem solid #ccc; }

#ss .is-touch .sticky {
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  background-clip: padding-box;
  box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.15); }

#ss .is-touch .sticky::before {
  content: "";
  background: url("../images/layout/shape-wave-vertical.svg") no-repeat center;
  width: 42px;
  height: 160px;
  -webkit-filter: drop-shadow(-0.8rem 0 0.6rem rgba(0, 0, 0, 0.05));
  filter: drop-shadow(-0.8rem 0 0.6rem rgba(0, 0, 0, 0.05));
  right: 218px;
  font-family: "ss-icons";
  font-size: 25px;
  font-size: 2.5rem;
  color: #007d45; }

#ss .is-touch .sticky.open {
  right: 0;
  padding: 1rem 2rem; }

#ss .is-touch .sticky.open::before {
  content: "";
  right: 258px; }

#ss .is-non-touch .sticky {
  pointer-events: none;
  right: 0; }

#ss .is-non-touch .sticky.open {
  padding: 0; }

#ss .is-non-touch .sticky__item {
  right: -145px;
  position: relative;
  border-radius: 10rem 0 0 10rem;
  background-clip: padding-box;
  background-color: #fff;
  box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.15);
  transition: right .3s ease-in;
  pointer-events: auto; }

#ss .is-non-touch .sticky__item:hover {
  right: 0; }

#ss .is-non-touch .sticky__item a {
  display: block; }

#ss .footer__wrapper {
  width: 100%;
  height: auto;
  position: relative; }

#ss .footer__upper {
  background-color: #fff;
  padding: 2.5rem 0;
  box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  height: auto;
  text-align: center; }

#ss .footer__upper-to-top {
  color: #4d4d4d;
  top: -6.7rem; }

@media (min-width: 64em) {
  #ss .footer__upper-to-top {
    left: auto;
    right: 0;
    transform: translate(0, 0); } }
#ss .footer__upper-to-top::before {
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: 1; }

#ss .footer__upper-to-top::after {
  content: '';
  background: url("../images/layout/shape-wave.svg") no-repeat center;
  width: 16.8rem;
  height: 4.3rem;
  -webkit-filter: drop-shadow(0 -0.8rem 0.6rem rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0 -0.8rem 0.6rem rgba(0, 0, 0, 0.05)); }

#ss .footer__upper-link {
  width: inherit;
  height: inherit;
  margin-bottom: 2rem;
  color: #4d4d4d; }

@media (min-width: 64em) {
  #ss .footer__upper-link {
    width: auto;
    height: auto;
    margin-bottom: 0; } }
#ss .footer__upper-list {
  width: inherit;
  height: inherit; }

@media (min-width: 48em) {
  #ss .footer__upper-list {
    width: auto;
    height: auto;
    flex-grow: 1;
    max-width: 80rem; } }
#ss .footer__upper-item {
  margin-bottom: 1rem; }

@media (min-width: 64em) {
  #ss .footer__upper-item {
    margin-bottom: 0;
    margin-left: 3rem; } }
@media (min-width: 48em) and (max-width: 64em) {
  .footer__upper-list-en {
    justify-content: center !important; }

  .footer__upper-list-en .footer__upper-item {
    margin-left: 3rem; } }
#ss .footer__lower {
  padding: 3.5rem 0;
  color: #007d45; }

#ss .footer__lower-icons {
  text-align: center; }

@media (min-width: 48em) {
  #ss .footer__lower-icons {
    text-align: right; } }
#ss .footer__lower-link {
  display: block; }

#ss .footer__lower-left, #ss .footer__lower-right {
  flex: 0 100%;
  text-align: center; }

@media (min-width: 48em) {
  #ss .footer__lower-left, #ss .footer__lower-right {
    flex: 0 auto;
    text-align: left; } }
#ss .footer__lower-left img, #ss .footer__lower-right img {
  vertical-align: bottom; }

#ss .footer__lower-left {
  margin-bottom: 2rem;
  font-size: 0; }

@media (min-width: 48em) {
  #ss .footer__lower-left {
    margin-bottom: 0; } }
#ss .aside {
  width: 100%;
  height: auto;
  background-color: #fff;
  top: 0;
  left: 0;
  position: relative;
  z-index: 40; }

@media (min-width: 64em) {
  #ss .aside {
    max-width: 35rem;
    overflow: hidden;
    min-height: 100vh; } }
@media (min-width: 64em) {
  #ss .aside--small {
    max-width: 22.5rem;
    box-shadow: none; } }
@media (min-width: 64em) {
  #ss .aside--small .aside__text-wrapper.fixed {
    box-shadow: none;
    max-width: 22.5rem;
    bottom: auto; } }
#ss .aside--right {
  width: 100%;
  height: 6rem; }

@media (min-width: 64em) {
  #ss .aside--right {
    width: 100%;
    height: auto;
    margin-left: 0;
    max-width: none; } }
#ss .aside--right.fixed {
  max-width: none; }

#ss .aside--right.fixed .aside__nav {
  left: 5%;
  position: absolute; }

@media (min-width: 48em) {
  #ss .aside--right.fixed .aside__nav {
    left: 10%; } }
@media (min-width: 64em) {
  #ss .aside--right.fixed .aside__nav {
    position: static; } }
#ss .aside--right.fixed .aside__social {
  right: 5%;
  position: absolute; }

@media (min-width: 48em) {
  #ss .aside--right.fixed .aside__social {
    right: 10%; } }
@media (min-width: 64em) {
  #ss .aside--right.fixed .aside__social {
    position: static; } }
@media (min-width: 64em) {
  #ss .aside__image-wrapper {
    border-bottom: .5rem solid #007d45;
    position: relative;
    z-index: 1; } }
#ss .aside__figure {
  display: none; }

@media (min-width: 64em) {
  #ss .aside__figure {
    display: block;
    height: 17rem;
    position: relative;
    z-index: 1; } }
#ss .aside__text-wrapper.fixed {
  position: fixed;
  background-color: #fff;
  width: 100%; }

@media (min-width: 64em) {
  #ss .aside__text-wrapper.fixed {
    max-width: 35rem;
    bottom: 0;
    box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.15); } }
#ss .aside__text-info {
  display: inline-block; }

@media (min-width: 64em) {
  #ss .aside__text-info {
    display: none; } }
#ss .aside__text-info + a {
  display: none; }

@media (min-width: 64em) {
  #ss .aside__text-info + a {
    display: block; } }
#ss .aside__list-wrapper {
  display: none;
  left: 0;
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: auto; }

@media (min-width: 64em) {
  #ss .aside__list-wrapper {
    display: block;
    position: static; } }
#ss .aside__list-text {
  position: relative;
  max-width: 90%;
  display: block; }

#ss .aside__list-text i {
  top: -0.3rem;
  right: -7%;
  position: absolute;
  width: 3rem;
  height: 3rem; }

#ss .aside__list-text i::before {
  font-size: 20px;
  font-size: 2rem; }

#ss .aside__list-text.active i {
  transform: rotate(90deg); }

#ss .aside__sub-list {
  max-width: 90%; }

#ss .aside__link.active span {
  color: #4d4d4d;
  border-bottom: .2rem solid #fabc3b; }

#ss .aside__link-home {
  display: block;
  padding: 2rem 0 0 2rem; }

@media (min-width: 64em) {
  #ss .aside__link-home {
    display: none; } }
@media (min-width: 64em) {
  #ss .aside__nav {
    padding-top: 6rem;
    margin-bottom: 5rem; } }
#ss .aside__nav-link i::before {
  color: #4d4d4d; }

#ss .aside__social {
  margin-right: 1rem; }

@media (min-width: 64em) {
  #ss .aside__social {
    margin-right: 0; } }
#ss .aside__social .aside__social-item {
  list-style: none; }

#ss .aside__social-item {
  width: 3rem;
  height: 3rem;
  background-color: #ebebeb;
  border-radius: 50%;
  background-clip: padding-box; }

#ss .aside__social-item i::before {
  color: #4d4d4d; }

#ss .aside .icon-link.copied {
  position: relative; }

#ss .aside .icon-link.copied::before {
  content: attr(data-copy);
  top: -2rem;
  left: -3.5rem;
  position: absolute;
  width: 10rem;
  height: auto;
  background-color: #d9ede4;
  color: #4d4d4d;
  border-radius: 1rem;
  background-clip: padding-box;
  padding: .5rem;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem; }

#ss .aside .text--biggest {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-top: 2.5rem;
  padding-right: 2rem;
  padding-left: 5%; }

@media (min-width: 48em) {
  #ss .aside .text--biggest {
    padding-left: 10%; } }
@media (min-width: 64em) {
  #ss .aside .text--biggest {
    padding: 2rem;
    border-bottom: .1rem solid #ccc;
    box-shadow: none; } }
#ss .aside .text--biggest.has-children::after, #ss .aside .text--biggest.has-menu::after {
  content: "";
  font-family: "ss-icons";
  right: 7%;
  font-size: 25px;
  font-size: 2.5rem; }

@media (min-width: 48em) {
  #ss .aside .text--biggest.has-children::after, #ss .aside .text--biggest.has-menu::after {
    right: 11.5%; } }
@media (min-width: 64em) {
  #ss .aside .text--biggest.has-children::after, #ss .aside .text--biggest.has-menu::after {
    content: ''; } }
#ss .aside .text--biggest.has-children.open::after, #ss .aside .text--biggest.has-menu.open::after {
  content: ""; }

#ss .aside .text--biggest.open + .aside__list-wrapper {
  padding-right: calc(10% - 2rem);
  padding-left: calc(10% - 2rem); }

@media (min-width: 48em) {
  #ss .aside .text--biggest.open + .aside__list-wrapper {
    padding-right: calc(10%+1rem); } }
#ss .aside .text--biggest.open + .aside__list-wrapper .aside__list-text {
  max-width: 100%; }

#ss .aside .text--biggest.open + .aside__list-wrapper .aside__list-text i {
  display: none; }

#ss .aside .text--biggest span {
  display: block;
  max-width: 90%; }

#ss .aside .is-dropdown {
  width: auto;
  height: 65vw; }

@media (orientation: landscape) {
  #ss .aside .is-dropdown {
    width: auto;
    height: 22vw; } }
#ss .iScrollIndicator {
  background-color: rgba(0, 0, 0, 0.2) !important; }

.banner {
  background-color: #f0f0f0;
  width: 100%;
  height: auto; }

@media (min-width: 48em) {
  .banner {
    height: 25rem;
    overflow: hidden; }

  .banner_homepage-newsletter {
    height: auto !important; } }
.banner__wrapper {
  padding: 5rem 0; }

@media (min-width: 48em) {
  .banner__wrapper {
    padding: 0;
    flex-wrap: nowrap; } }
.banner__text {
  text-align: center; }

@media (min-width: 48em) {
  .banner__text {
    text-align: right;
    margin-right: 5.5rem; } }
.banner__text span {
  display: block; }

.banner__image {
  order: -1;
  flex-basis: 100%; }

@media (min-width: 48em) {
  .banner__image {
    order: 0;
    flex-basis: auto; } }
.banner__image-figure {
  width: 28rem;
  height: auto;
  margin: 0 auto 2rem; }

@media (min-width: 48em) {
  .banner__image-figure {
    width: 35rem;
    height: auto;
    margin: -15% 0 0; } }
@media (min-width: 48em) {
  .banner__icons {
    flex-wrap: nowrap;
    justify-content: flex-end; } }
.banner__icons a:first-of-type {
  margin-right: 1.5rem; }

#ss .card {
  color: #4d4d4d;
  margin: 0 1.5rem 3rem;
  border-radius: 1rem;
  background-clip: padding-box;
  box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.15);
  transition: transform .3s ease-in;
  background: #fff; }

#ss .card:hover {
  transform: translate(0, -1rem); }

#ss .card &gt; a {
  position: relative;
  display: block;
  width: 100%;
  height: auto; }

#ss .card &gt; a::after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  border-radius: 1rem;
  background-clip: padding-box;
  box-shadow: 0 0.2rem 3rem 0 rgba(0, 0, 0, 0.25);
  transition: opacity .3s ease-in-out; }

#ss .card &gt; a:hover::after {
  opacity: 1; }

#ss .card &gt; a.card--flex {
  width: auto;
  height: auto;
  display: flex;
  margin: 0;
  padding-bottom: 0; }

#ss .card &gt; a.card--flex::after {
  display: none; }

#ss .card--third-responsive {
  flex-basis: 100%;
  margin: 0 0 3rem; }

@media (min-width: 48em) {
  #ss .card--third-responsive {
    margin: 0 1.5rem 3rem;
    flex-basis: calc((100%/2) - 2rem);
    max-width: 48.2%;
    text-align: center; }

  #ss .card--third-responsive:nth-of-type(2n+1) {
    margin-left: 0; }

  #ss .card--third-responsive:nth-of-type(2n) {
    margin-right: 0; } }
@media (min-width: 80em) {
  #ss .card--third-responsive {
    flex-basis: calc((100%/3) - 2rem);
    max-width: 31.2%; }

  #ss .card--third-responsive:nth-of-type(2n+1) {
    margin-left: 1.5rem; }

  #ss .card--third-responsive:nth-of-type(2n) {
    margin-right: 1.5rem; }

  #ss .card--third-responsive:nth-of-type(3n+1) {
    margin-left: 0; }

  #ss .card--third-responsive:nth-of-type(3n) {
    margin-right: 0; } }
#ss .card--third {
  flex-basis: 100%;
  margin: 0 0 3rem; }

@media (min-width: 48em) {
  #ss .card--third {
    display: flex; } }
@media (min-width: 80em) {
  #ss .card--third {
    flex-direction: column;
    margin: 0 1.5rem 3rem;
    flex-basis: calc((100%/3) - 2rem);
    max-width: 31.2%; }

  #ss .card--third:nth-of-type(3n+1) {
    margin-left: 0; }

  #ss .card--third:nth-of-type(3n) {
    margin-right: 0; } }
#ss .card--third .card__info {
  padding-bottom: 2rem;
  margin-bottom: 2rem; }

@media (min-width: 48em) {
  #ss .card--third .card__info {
    padding-bottom: 0;
    margin-bottom: 0; } }
@media (min-width: 80em) {
  #ss .card--third .card__info {
    padding-bottom: 2rem;
    margin-bottom: 2rem; } }
@media (min-width: 80em) {
  #ss .card--third .card__info.text--big {
    padding-right: 0;
    flex-direction: row;
    justify-content: flex-start; } }
#ss .card--full {
  flex-basis: 100%;
  margin: 0 0 3rem;
  background: #fff; }

@media (min-width: 48em) {
  #ss .card--full {
    display: flex; } }
#ss .card--full .card__info {
  padding-bottom: 2rem;
  margin-bottom: 2rem; }

@media (min-width: 48em) {
  #ss .card--full .card__info {
    padding-bottom: 0;
    margin-bottom: 0; } }
@media (min-width: 48em) {
  #ss .card--full .card__info.text--big {
    min-width: 13rem; } }
@media (min-width: 64em) {
  #ss .card--full .card__info.text--big {
    min-width: 17.5rem; } }
@media (min-width: 80em) {
  #ss .card--full .card__info.text--big {
    border-width: 0 .2rem 0 0; } }
@media (min-width: 64em) {
  #ss .card--full:not(.card--hp) {
    min-height: 15rem; } }
#ss .card--full:not(.card--hp) .card__text-wrapper {
  align-self: center; }

#ss .card--hp.card-links .card__image {
  min-width: 9rem; }

#ss .card--hp .card__info {
  display: flex;
  margin-bottom: 1rem;
  line-height: 2; }

@media (min-width: 48em) {
  #ss .card--hp .card__info {
    padding-right: 2rem;
    margin-bottom: 0;
    border-right: .2rem solid currentColor;
    border-bottom: 0;
    line-height: 1.07143; } }
#ss .card--flex {
  padding: 0;
  margin-bottom: 0;
  margin-left: auto; }

@media (min-width: 48em) {
  #ss .card--flex {
    margin: 0; } }
@media (min-width: 80em) {
  #ss .card--flex {
    margin-top: 2rem; } }
#ss .card__img {
  border-radius: .5rem;
  background-clip: padding-box;
  box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.15); }

@media (min-width: 48em) {
  #ss .card__text-wrapper {
    flex: 1; } }
#ss .card__text-wrapper.mb-auto {
  margin-bottom: auto; }

#ss .card__info.text--big {
  border-bottom: .2rem solid currentColor;
  display: flex; }

@media (min-width: 48em) {
  #ss .card__info.text--big {
    border: solid currentColor;
    border-width: 0 .2rem 0 0;
    margin-right: 2rem;
    padding-right: 2rem; } }
@media (min-width: 80em) {
  #ss .card__info.text--big {
    border: solid currentColor;
    border-width: 0 0 .2rem;
    display: block; } }
#ss .card__info.card--flex {
  padding: 0;
  margin: 0 0 0 auto; }

#ss .card__info-checked {
  width: 2rem;
  height: 2rem;
  background: #007d45;
  border-radius: 50%;
  background-clip: padding-box;
  color: #fff; }

@media (min-width: 64em) {
  #ss .card__info-checked {
    width: 3rem;
    height: 3rem; } }
#ss .card__info span {
  margin-right: .3rem; }

#ss .card__image-figure {
  width: auto;
  height: 100%; }

#ss .card.no-shadow {
  box-shadow: none;
  background: transparent;
  margin: 0;
  padding-right: 2rem; }

#ss .card.no-shadow:hover {
  transform: translate(0, 0); }

#ss .card.no-shadow .card__info {
  min-width: 9rem;
  min-height: 7.5rem;
  padding-bottom: 0; }

@media (min-width: 48em) {
  #ss .card.no-shadow .card__info {
    padding-right: .5rem;
    min-height: auto; } }
@media (min-width: 80em) {
  #ss .is-ie .card--third {
    display: block; } }
#ss .columns-icons__column {
  margin-bottom: 2rem; }

@media (min-width: 64em) {
  #ss .columns-icons__column {
    margin-bottom: 0; } }
@media (min-width: 48em) {
  #ss .columns-icons__column:first-of-type {
    flex: 0 100%; } }
@media (min-width: 48em) and (min-width: 64em) {
  #ss .columns-icons__column:first-of-type {
    flex-basis: auto; } }
#ss .columns-icons__column:nth-of-type(2) div:first-of-type strong::before {
  content: ""; }

#ss .columns-icons__column:nth-of-type(2) a {
  display: block; }

#ss .columns-icons__column:last-of-type div:first-of-type strong::before {
  content: ""; }

#ss .columns-icons__column:last-of-type div:nth-last-of-type(2) strong::before {
  content: ""; }

@media (min-width: 64em) {
  #ss .columns-icons__image {
    max-width: 85%; } }
#ss .columns-icons__list {
  margin-bottom: 5rem; }

@media (min-width: 64em) {
  #ss .columns-icons__list {
    margin-bottom: 0; } }
#ss .columns-icons__item {
  width: 4rem;
  height: 4rem; }

#ss .columns-icons__text {
  padding-left: 4rem; }

#ss .columns-icons__text strong {
  position: relative; }

#ss .columns-icons__text strong::before {
  content: '';
  font-family: "ss-icons";
  top: -0.5rem;
  left: -4rem;
  position: absolute;
  background-color: #f0f0f0;
  border-radius: 50%;
  background-clip: padding-box;
  width: 3rem;
  height: 3rem;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 400; }

#ss .columns-icons__link {
  width: 100%;
  height: 100%; }

#ss .columns-icons__link.link--green {
  width: auto;
  height: auto; }

#ss .columns-icons__link i {
  display: block;
  width: 100%;
  height: 100%; }

#ss .columns-icons__link i::before {
  border-radius: 50%;
  background-clip: padding-box;
  color: #fff; }

#ss .columns-icons__link i.twitter::before {
  background-color: #38a1f3; }

#ss .columns-icons__link i.facebook::before {
  background-color: #4267b2; }

#ss .columns-icons__link i.youtube::before {
  background-color: #ed3833; }

#ss .columns-icons__link i.linkedin::before {
  background-color: #0077b5; }

#ss .columns-icons__link i.instagram::before {
  background-color: #231f20; }

#ss .columns-list__link {
  display: block;
  max-width: 80%; }

@media (min-width: 48em) {
  #ss .columns-list__item:nth-of-type(2n+1) {
    border-right: .1rem solid #ccc; }

  #ss .columns-list__item:nth-of-type(2n+2) {
    padding-left: 4rem; } }
@media (min-width: 64em) {
  #ss .columns-list__item:nth-of-type(2n+2) {
    padding-left: 0; }

  #ss .columns-list__item:not(:nth-of-type(3n+1)) {
    padding-left: 4rem; }

  #ss .columns-list__item:not(:nth-of-type(3n+3)) {
    border-right: .1rem solid #ccc; }

  #ss .columns-list__item:nth-of-type(3n+3) {
    border: 0; } }
#ss .columns-list:first-of-type {
  padding-top: 4rem; }

#ss .columns-list:not(:first-of-type) {
  padding-top: 7rem; }

#ss .columns-list:not(:last-of-type)::after {
  border-bottom: .1rem solid #ccc; }

#ss .columns-list li {
  position: relative; }

#ss .columns-list li &gt; a i {
  top: 0;
  right: 10%;
  position: absolute;
  transition: .75s transform ease-out;
  width: 3rem;
  height: 3rem; }

#ss .columns-list li .open i {
  transform: rotate(90deg); }

#ss .columns-list li .open + ul {
  position: relative; }

#ss .columns-list li .open + ul::before {
  content: '';
  border-left: .1rem solid #007d45;
  top: 0;
  left: .5rem;
  position: absolute;
  width: .1rem;
  height: 100%; }

#ss .columns-list li .open + ul a {
  display: block;
  max-width: 80%; }

#ss .columns-list li .open + ul a i {
  width: 2rem;
  height: 2rem;
  right: 12%; }

#ss .columns-list li .open + ul a i::before {
  font-size: 20px;
  font-size: 2rem; }

#ss .columns-list li .open + ul ul::before {
  border-left: .1rem solid #666; }

#ss .content {
  width: 100%;
  height: auto;
  background-color: #fff; }

#ss .content.has-sidebar {
  min-height: 100vh; }

@media (min-width: 64em) {
  #ss .content.has-sidebar {
    flex: 1; } }
#ss .columns-list:not(:last-of-type)::after, #ss .content__toggle::before #ss .content__wrapper {
  padding: 5rem 0; }

#ss .content__search-pagination {
  border-bottom: .1rem solid #f0f0f0; }

#ss .content__search-pagination .search {
  margin-bottom: 2rem; }

@media (min-width: 48em) {
  #ss .content__search-pagination .search {
    max-width: 42rem;
    margin-right: 2rem;
    margin-bottom: 0; } }
@media (min-width: 64em) {
  #ss .content__search-pagination .search {
    max-width: 30rem; } }
@media (min-width: 90em) {
  #ss .content__search-pagination .search {
    max-width: 35rem; } }
#ss .content__search-pagination .search__dropdown-wrapper {
  margin-bottom: 2rem; }

@media (min-width: 48em) {
  #ss .content__search-pagination .search__dropdown-wrapper {
    margin-bottom: 0; } }
#ss .content__search-pagination .search__box-list {
  padding-top: .8rem; }

#ss .content__search-pagination .pagination {
  display: none; }

@media (min-width: 48em) {
  #ss .content__search-pagination .pagination {
    flex-basis: auto;
    margin-left: auto; } }
#ss .content__text:not(.text--semi-bold) a {
  text-decoration: underline;
  color: #007d45;
  font-weight: 700; }

#ss .content__text-pagination .pagination {
  justify-content: center; }

@media (min-width: 48em) {
  #ss .content__text-pagination .pagination {
    justify-content: flex-start; } }
#ss .content__dropdown {
  padding: 1.1rem 4rem 1rem 2rem; }

#ss .content__dropdown-container {
  position: relative;
  margin-bottom: 2rem; }

#ss .content__toggle {
  cursor: pointer; }

#ss .content__toggle.content-no-expand {
  cursor: default; }

#ss .content__toggle .content__section {
  text-transform: none;
  font-weight: 400; }

#ss .content__toggle::before {
  margin-top: -3rem;
  border-top: .1rem solid #ccc; }

#ss .content__toggle &gt; span {
  display: block;
  position: relative; }

#ss .content__toggle &gt; span:not(.sr-only):not(.content__toggle-span) {
  max-width: 90%; }

@media (min-width: 48em) {
  #ss .content__toggle &gt; span:not(.sr-only):not(.content__toggle-span) {
    max-width: 95%; } }
#ss .content__toggle .icon-ss-arrow-small {
  right: -8%;
  transition: .75s transform ease-out; }

@media (min-width: 48em) {
  #ss .content__toggle .icon-ss-arrow-small {
    right: -5%; } }
#ss .content__toggle .icon-ss-arrow-small::before {
  color: #4d4d4d; }

#ss .content__toggle .icon-ss-arrow-small.arrow-responsive {
  right: 0; }

@media (min-width: 80em) {
  #ss .content__toggle .icon-ss-arrow-small.arrow-responsive {
    right: -5%; } }
#ss .content__toggle .icon-ss-arrow-small.arrow-responsive:not(.arrow-no-content) {
  top: 1rem;
  transform: translate(0, 0); }

#ss .content__toggle.open .icon-ss-arrow-small {
  top: 50%;
  transform: rotate(90deg) translateX(-50%); }

#ss .content__toggle.open .icon-ss-arrow-small.arrow-responsive {
  top: 1rem;
  transform: rotate(90deg) translateX(0); }

@media (min-width: 80em) {
  #ss .content__toggle.open .icon-ss-arrow-small.arrow-responsive {
    top: 50%;
    transform: rotate(90deg) translateX(-50%); } }
#ss .content__toggle.open + .content__section {
  margin-bottom: 5rem; }

#ss .content__toggle-span {
  max-width: 100%; }

@media (min-width: 80em) {
  #ss .content__toggle-span {
    max-width: 95%; } }
#ss .content__toggle-text.text--big {
  text-transform: uppercase;
  font-weight: 700; }

#ss .content__toggle-text.content-no-limit-width {
  max-width: none; }

#ss .content__toggle-input {
  width: 100%;
  height: auto;
  padding-right: 2.5rem;
  text-align: right;
  margin-top: 1rem; }

@media (min-width: 80em) {
  #ss .content__toggle-input {
    margin-top: 0;
    max-width: 15rem; } }
#ss .content__toggle-input[disabled] {
  background: #edf6f2; }

#ss .content__toggle-box-input {
  text-align: center;
  padding: .5rem;
  width: 100%;
  height: auto; }

@media (min-width: 48em) {
  #ss .content__toggle-box-input {
    width: auto;
    height: auto; } }
#ss .content__toggle-box-text.text--green {
  width: 100%;
  height: auto; }

@media (min-width: 48em) {
  #ss .content__toggle-box-text.text--green {
    width: auto;
    height: auto; } }
#ss .content__info {
  width: 100%;
  height: auto; }

#ss .content__filter {
  text-align: right; }

#ss .content__detail .content__wrapper {
  padding: 0 0 10rem; }

#ss .content__detail-wrapper {
  width: 100%;
  height: auto;
  padding: 5rem 0; }

#ss .content__detail-wrapper.content--small {
  padding: 5rem 0 2rem; }

#ss .content__detail-wrapper.sitemap {
  background-color: #fff;
  transition: .5s all; }

#ss .content__detail-wrapper.sitemap.fixed {
  padding: 4rem 0 2rem;
  position: fixed;
  z-index: 1; }

@media (min-width: 64em) {
  #ss .content__detail-wrapper.sitemap.fixed {
    padding: 5rem 0; } }
#ss .content__detail-wrapper.sitemap.fixed .content__info, #ss .content__detail-wrapper.sitemap.fixed .content__text {
  display: none; }

#ss .content__detail-text {
  flex: 0 100%; }

@media (min-width: 48em) {
  #ss .content__detail-text {
    margin-right: 3.5rem;
    flex: 1; } }
#ss .content__detail-text ul {
  list-style: inside disc; }

#ss .content__detail-text a {
  text-decoration: underline;
  color: #007d45;
  font-weight: 700; }

#ss .content__detail-text ol {
  top: 0;
  left: 0;
  position: relative;
  counter-reset: orderedList;
  padding-left: 3rem; }

#ss .content__detail-icon-item {
  color: #666;
  flex-wrap: nowrap; }

#ss .content__detail-dropdown {
  position: relative;
  color: #fff; }

@media (min-width: 64em) {
  #ss .content__detail-dropdown {
    width: 21rem; } }
#ss .content__detail-dropdown-link {
  background-color: #007d45;
  border-radius: 2rem;
  background-clip: padding-box;
  padding: 1.2rem 4rem 1.2rem 2rem;
  display: inline-flex; }

#ss .content__detail-dropdown-link.open {
  border-radius: 2rem 2rem 0 0;
  background-clip: padding-box; }

#ss .content__detail-dropdown-link i {
  right: 0;
  width: 4rem;
  height: 4rem;
  pointer-events: none;
  transform: translate(0, -50%) rotate(-90deg); }

#ss .content__detail-dropdown-link i::before {
  color: inherit;
  font-size: 20px;
  font-size: 2rem;
  transform: rotate(90deg); }

#ss .content__detail-dropdown-list {
  background-color: #fff;
  border-radius: 0 0 2rem 2rem;
  background-clip: padding-box;
  box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.15);
  top: 100%;
  position: absolute;
  padding: 2rem;
  width: 100%;
  height: auto;
  z-index: 1; }

#ss .content__detail-dropdown-item {
  color: #007d45; }

#ss .content__detail-dropdown-item-link {
  position: relative;
  display: block; }

#ss .content__detail-dropdown-item-link i {
  top: 0;
  right: -1.2rem;
  position: absolute; }

#ss .content__detail-dropdown-item-link i::before {
  color: inherit;
  font-size: 20px;
  font-size: 2rem; }

#ss .content .accordion-section:first-of-type .content__toggle::before, #ss .content .is-open-default:first-of-type .content__toggle::before {
  display: none; }

#ss .content .symbol {
  right: 1rem;
  bottom: 0;
  position: absolute;
  font-weight: 400; }

#ss .content .text-indicator {
  margin-bottom: 2rem; }

@media (min-width: 48em) {
  #ss .content .text-indicator {
    margin-bottom: 2rem; } }
#ss .content .form-accordion__section-box .content__toggle::after {
  margin-top: 4rem; }

#ss .content .form-accordion__section-box .has-shadow {
  border-radius: 1rem;
  background-clip: padding-box; }

#ss .content .form-accordion__buttons {
  justify-content: flex-end; }

#ss .content .form-accordion__button {
  width: auto;
  height: 3rem;
  cursor: pointer; }

#ss .content .form-accordion__button i::before {
  width: 3rem;
  height: 3rem; }

#ss .content .form-accordion__button[type=reset] i {
  background-color: #ebebeb;
  border-radius: 50%;
  background-clip: padding-box; }

#ss .content .form-accordion .symbol {
  bottom: .3rem; }

@media (min-width: 64em) {
  #ss .content .form-accordion .symbol {
    bottom: 0; } }
#ss .grid__column {
  flex: 1; }

#ss .grid__column:first-of-type {
  margin: 0 -2rem; }

#ss .grid__column:not(:first-of-type) {
  display: none; }

@media (min-width: 48em) {
  #ss .grid__column:first-of-type {
    margin: 0 0 0 -2rem; }

  #ss .grid__column:nth-of-type(2) {
    display: block;
    margin-right: -2rem; } }
@media (min-width: 64em) {
  #ss .grid__column:nth-of-type(2) {
    margin-right: 0; }

  #ss .grid__column:last-of-type {
    display: block;
    margin-right: -2rem; } }
#ss .grid--bg {
  background-color: #f0f0f0;
  width: 100%;
  height: auto; }

#ss .grid--container {
  width: 100%;
  height: auto; }

#ss .grid--half {
  flex-basis: 100%; }

@media (min-width: 64em) {
  #ss .grid--half {
    flex-basis: 50%; } }
#ss .grid--half .grid--container {
  max-width: none; }

.grid.grid--half .portlet-dropzone.portlet-column-content {
  flex: 1; }

#ss .grid--row {
  flex-basis: 100%; }

#ss .grid--row .grid--container {
  max-width: none; }

#ss .grid--row .grid--container .card {
  flex-basis: 100%; }

@media (min-width: 64em) {
  #ss .grid--row .grid--container .card {
    flex-basis: 50%; } }
#ss .hero {
  width: 100%;
  height: 25rem;
  position: relative; }

#ss .hero::after {
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%; }

#ss .hero.has-margin {
  padding-bottom: 3.8rem;
  margin-bottom: 10rem; }

#ss .hero__figure {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1; }

#ss .hero__text {
  color: #fff;
  position: relative;
  z-index: 1; }

#ss .hero__nav {
  box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  z-index: 40;
  width: 100%;
  height: auto;
  top: 100%;
  right: 0;
  left: 0;
  position: absolute; }

@media (min-width: 80em) {
  #ss .hero__nav {
    display: block;
    top: auto;
    bottom: -3.8rem;
    border-radius: 1rem;
    background-clip: padding-box;
    max-width: 80%;
    padding: 3rem; } }
@media (min-width: 90em) {
  #ss .hero__nav {
    max-width: 70%; } }
@media (min-width: 100em) {
  #ss .hero__nav {
    max-width: 60%; } }
#ss .hero__nav.fixed {
  right: 0;
  left: 0;
  position: fixed; }

#ss .hero__list {
  display: none; }

#ss .hero__info {
  width: 100%;
  height: 100%;
  display: block;
  padding: 2.5rem 0 2.2rem;
  cursor: pointer;
  position: relative;
  padding-left: 10%; }

@media (min-width: 80em) {
  #ss .hero__info {
    display: none; } }
#ss .hero__info::after {
  content: "";
  font-family: "ss-icons";
  right: 7%;
  font-size: 25px;
  font-size: 2.5rem; }

@media (min-width: 48em) {
  #ss .hero__info::after {
    right: 11.5%; } }
@media (min-width: 80em) {
  #ss .hero__info::after {
    content: ''; } }
#ss .hero__info.open::after {
  content: ""; }

#ss .hero__info.open + .hero__list .hero__item {
  margin-bottom: 2rem;
  padding-left: 5%; }

.hero .hero__nav .hero__list .hero__item {
  margin: 1px 10px; }

@media (min-width: 48em) {
  #ss .hero__info.open + .hero__list .hero__item {
    padding-left: 0; } }
#ss .list-anchors {
  width: 100%;
  height: auto;
  overflow-x: auto; }

@media (min-width: 64em) {
  #ss .list-anchors {
    width: auto;
    height: auto; } }
#ss .list-anchors__list {
  flex-wrap: nowrap; }

#ss .list-anchors__item {
  flex-shrink: 0; }

#ss .list-anchors__item.active a {
  background-color: #4d4d4d;
  color: #f0f0f0; }

#ss .list-anchors__item {
  margin-bottom: 1.5rem; }

@media (min-width: 64em) {
  #ss .list-anchors__item {
    flex-basis: auto;
    margin-bottom: 0; } }
#ss .list-anchors__item .btn {
  padding: .3rem 1rem; }

#ss .list-cards {
  width: 100%;
  height: auto; }

#ss .list-columns {
  width: 100%;
  height: auto;
  padding: 4rem 0 15rem; }

#ss .list-columns__list {
  width: 100%;
  height: auto;
  box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  background-clip: padding-box; }

@media (min-width: 48em) {
  #ss .list-columns__list {
    flex-wrap: nowrap; } }
#ss .list-columns__item {
  flex-basis: 100%; }

@media (min-width: 48em) {
  #ss .list-columns__item {
    flex-basis: calc(100%/3); } }
#ss .list-columns__item:not(:last-of-type) {
  border-bottom: .2rem solid #ccc;
  padding-bottom: 2rem;
  margin-bottom: 2rem; }

@media (min-width: 48em) {
  #ss .list-columns__item:not(:last-of-type) {
    border-bottom: 0;
    border-right: .2rem solid #ccc;
    padding-bottom: 0;
    margin-bottom: 0; } }
#ss .list-columns__item-text, #ss .list-columns__item-text-big {
  max-width: 90%; }

#ss .list-columns__link {
  text-transform: none; }

#ss .list-text {
  flex-grow: 1;
  flex-basis: 50%; }

#ss .list-text__text {
  flex: 0 100%;
  margin-bottom: 2rem; }

@media (min-width: 64em) {
  #ss .list-text__text {
    margin-bottom: 0; } }
#ss .list-text__article {
  flex: 0 100%;
  margin-bottom: 2rem; }

@media (min-width: 48em) {
  #ss .list-text__article {
    flex-basis: calc(100%/3); } }
@media (min-width: 64em) {
  #ss .list-text__article {
    flex-basis: 100%;
    margin-bottom: 0; } }
#ss .list-text__article-text {
  max-width: 90%; }

@media (min-width: 64em) {
  #ss .list-text__article-text {
    max-width: none; } }
#ss .map {
  border-radius: 1rem;
  background-clip: padding-box; }

#ss .map__dashboard, #ss .map__current-location {
  flex-wrap: nowrap;
  justify-content: flex-end; }

#ss .map__current-location {
  flex: 0; }

@media (min-width: 64em) {
  #ss .map__current-location {
    flex: 1; } }
#ss .map__current-location span {
  display: none; }

@media (min-width: 64em) {
  #ss .map__current-location span {
    display: block; } }
#ss .map__current-location i {
  background-color: #f0f0f0;
  border-radius: 50%;
  background-clip: padding-box;
  width: 4rem;
  height: 4rem; }

@media (min-width: 64em) {
  #ss .map__current-location i {
    width: 3rem;
    height: 3rem; } }
#ss .map__dashboard .search {
  flex: 2;
  max-width: 80%; }

@media (min-width: 22.5em) {
  #ss .map__dashboard .search {
    max-width: none; } }
#ss .map__wrapper {
  width: 100%;
  height: 40rem; }

#ss .map__modal {
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  background: rgba(77, 77, 77, 0.9);
  z-index: 100; }

#ss .map__modal-wrapper {
  width: 90%;
  height: 100%;
  max-width: 60rem; }

#ss .map__modal-inner-wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 1rem;
  background-clip: padding-box; }

#ss .map__modal-image {
  border-radius: 1rem 1rem 0 0;
  background-clip: padding-box; }

#ss .map__modal-image-wrapper {
  display: none; }

@media (min-width: 90em) and (min-height: 50rem) {
  #ss .map__modal-image-wrapper {
    display: block; } }
#ss .map__modal-close {
  top: -4rem;
  right: 0;
  position: absolute; }

#ss .map__modal-close i {
  background-color: #f0f0f0;
  border-radius: 50%;
  background-clip: padding-box;
  width: 3rem;
  height: 3rem;
  color: #4d4d4d; }

#ss .map__modal-close i::before {
  font-size: 20px;
  font-size: 2rem; }

#ss .map__modal-text-wrapper {
  padding: 2rem 2rem 1rem 6rem;
  width: 100%;
  height: 35rem;
  overflow: auto; }

@media (min-width: 22.5em) {
  #ss .map__modal-text-wrapper {
    width: 100%;
    height: 50vh; } }
@media (min-width: 48em) {
  #ss .map__modal-text-wrapper {
    padding: 3rem 2rem 5rem 6rem;
    width: 100%;
    height: 80vh; } }
@media (min-width: 90em) and (min-height: 50rem) {
  #ss .map__modal-text-wrapper {
    width: 100%;
    height: 65vh; } }
#ss .map__modal-item {
  flex: 0 100%;
  position: relative; }

@media (min-width: 48em) {
  #ss .map__modal-item:not(:nth-last-of-type(-n+2)) {
    flex: 1 50%; } }
#ss .map__modal-item::before {
  top: 0;
  left: -4rem;
  position: absolute;
  font-family: "ss-icons";
  width: 3rem;
  height: 3rem;
  background-color: #f0f0f0;
  color: #4d4d4d;
  font-size: 20px;
  font-size: 2rem;
  content: '';
  border-radius: 50%;
  background-clip: padding-box; }

#ss .map__modal-item:first-of-type:before {
  content: ""; }

#ss .map__modal-item:nth-of-type(2):before {
  content: ""; }

#ss .map__modal-item:nth-of-type(n+3):not(:nth-last-of-type(-n+2)):before {
  content: ""; }

#ss .map__modal-item:nth-last-of-type(-n+2)::before {
  content: ""; }

#ss .map__modal-item-text {
  display: block; }

#ss .map__modal-item-link {
  display: block;
  color: #007d45;
  text-decoration: underline; }

#ss .map-locations__item {
  position: relative; }

#ss .map-locations__item:not(:last-of-type) {
  margin-bottom: 4rem; }

#ss .map-locations__link {
  right: 0;
  background-color: #f0f0f0;
  border-radius: 50%;
  background-clip: padding-box;
  width: 3rem;
  height: 3rem; }

#ss .pagination {
  flex: 0 100%; }

@media (min-width: 48em) {
  #ss .pagination {
    flex-basis: auto;
    margin-left: auto; } }
#ss .pagination__input {
  width: 100%;
  height: auto;
  max-width: 5rem !important;
  border-radius: 2rem;
  background-clip: padding-box;
  background-color: #d9ede4;
  text-align: center; }

#ss .pagination__link {
  width: 3rem;
  height: 3rem; }

#ss .pagination__link i::before {
  color: #007d45;
  font-size: 20px;
  font-size: 2rem; }

#ss .pagination--left i::before {
  transform: rotate(180deg); }

#ss .search {
  background-color: #f0f0f0;
  border-radius: 2.5rem;
  background-clip: padding-box;
  width: 100%;
  height: auto;
  display: flex;
  position: relative; }

#ss .search__clear {
  color: #4d4d4d; }

#ss .search__input {
  flex: 1;
  color: #4d4d4d; }

#ss .search__button {
  width: 4rem;
  height: 4rem;
  cursor: pointer; }

#ss .search__button::before {
  color: #4d4d4d; }

#ss .search__box-list {
  top: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 0 0 2.5rem 2.5rem;
  background-clip: padding-box;
  padding: 1.5rem 2rem;
  color: #4d4d4d;
  z-index: 40;
  box-shadow: 0 2rem 5rem 0 rgba(0, 0, 0, 0.15);
  border-top: 2px solid #e2e2e2; }

#ss .search__box-item:not(:last-of-type) {
  margin-bottom: 1.5rem; }

#ss .search__dropdown-wrapper {
  display: none; }

#ss .search__dropdown-wrapper-inner {
  position: relative; }

#ss .search .search__box-list {
  background-color: #f0f0f0;
  box-shadow: none; }

#ss .search-hero {
  width: 100%;
  height: 25rem;
  color: #fff; }

#ss .search-hero__wrapper {
  width: auto;
  height: 100%; }

@media (min-width: 48em) {
  #ss .search-hero__search {
    flex: 2;
    margin-right: 6rem; } }
#ss .search-hero__search .search__box-list, #ss .search-hero__search .search {
  background-color: #fff; }

#ss .search-hero__search .search__box-list {
  box-shadow: 0 2rem 5rem 0 rgba(0, 0, 0, 0.15); }

#ss .search-hero__text {
  display: none; }

@media (min-width: 48em) {
  #ss .search-hero__text {
    display: block;
    flex: 1; } }
#ss .search-hero .search__button {
  width: 5rem;
  height: 5rem; }

#ss .slider {
  position: relative; }

#ss .slider__text-small {
  margin-left: auto; }

#ss .slider__nav {
  background: 0; }

#ss .slider__nav i {
  color: #007d45; }

#ss .slider__gradient {
  position: relative; }

#ss .slider__gradient::after {
  content: '';
  width: 100%;
  height: 55%;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%); }

#ss .slider__image {
  max-height: 31.5rem; }

#ss .slider__item-text:not(.text--big) {
  width: auto;
  height: 5rem;
  overflow: hidden; }

#ss .slider .card {
  box-shadow: 0 0.2rem 1.4rem 0 rgba(0, 0, 0, 0.15);
  width: auto;
  height: auto; }

#ss .slider .card__text {
  overflow: hidden;
  width: 100%;
  height: 6rem; }

#ss .slider .card a::after {
  box-shadow: 0 0.2rem 0.7rem 0 rgba(0, 0, 0, 0.25); }

#ss .slider .swiper-container {
  padding: 2rem 0; }

@media (min-width: 48em) {
  #ss .slider .swiper-container {
    width: calc(100%+3rem);
    height: auto;
    left: -1.5rem; } }
#ss .slider .swiper-pagination-bullet {
  width: 1.2rem;
  height: .2rem;
  border-radius: .25rem;
  background-clip: padding-box;
  background-color: rgba(0, 125, 69, 0.85); }

@media (min-width: 48em) {
  #ss .slider .swiper-pagination-bullet {
    width: 3.2rem;
    height: .4rem; } }
#ss .slider .swiper-pagination-bullet-active {
  background-color: #007d45; }

#ss .slider .swiper-button-prev {
  display: none; }

@media (min-width: 48em) {
  #ss .slider .swiper-button-prev {
    display: block;
    left: -5rem;
    transform: rotate(-180deg); } }
#ss .slider .swiper-button-next {
  display: none; }

@media (min-width: 48em) {
  #ss .slider .swiper-button-next {
    display: block;
    right: -5rem; } }
#ss .slider-reveal__item {
  background-color: #007d45;
  border-radius: 1rem;
  background-clip: padding-box;
  max-height: 6rem;
  position: relative;
  overflow: hidden;
  margin: 0 1rem;
  transform: translate3d(0, 0, 0); }

#ss .slider-reveal__item::after {
  content: '';
  background: rgba(0, 125, 69, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%; }

#ss .slider-reveal__item:hover img {
  transform: scale(1.3); }

#ss .slider-reveal__item.inactive::after {
  background: rgba(153, 153, 153, 0.8); }

#ss .slider-reveal__image {
  border-radius: 1rem;
  background-clip: padding-box;
  transform: scale(1);
  transition: .5s transform ease-in-out; }

#ss .slider-reveal__text {
  color: #fff;
  text-align: center;
  width: 100%;
  height: auto;
  z-index: 1; }

@media (min-width: 64em) {
  #ss .slider-text {
    flex-wrap: nowrap; } }
#ss .slider-text .swiper-container {
  padding: 0;
  width: 100%;
  height: auto;
  left: 0;
  margin: 0 0 5rem;
  border-radius: 1rem;
  background-clip: padding-box; }

@media (min-width: 64em) {
  #ss .slider-text .swiper-container {
    flex-grow: 2;
    margin: 0 6rem 0 0; } }
#ss .slider-text .swiper-pagination {
  width: auto;
  height: auto;
  left: auto;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: .5rem 3rem 2.6rem 0; }

#ss .table {
  border-radius: 1rem;
  background-clip: padding-box;
  box-shadow: 0 0.2rem 5rem 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  height: auto;
  overflow: hidden; }

#ss .table__head {
  background-color: #007d45;
  color: #fff; }

#ss .table__head .table__row {
  width: 100%;
  height: 1.5rem; }

@media (min-width: 64em) {
  #ss .table__head .table__row {
    width: 100%;
    height: auto; } }
#ss .table__body .table__row:nth-of-type(2n+1) {
  background-color: #edf6f2; }

#ss .table__row {
  position: relative; }

@media (min-width: 64em) {
  #ss .table__row {
    display: table-row; } }
#ss .table__row.has-accordion {
  cursor: pointer; }

#ss .table__row.open .cell--arrow i {
  transform: rotate(90deg) translate(-50%, 50%); }

#ss .table__cell {
  width: 100%;
  height: auto;
  padding: 2rem 2.5rem; }

@media (min-width: 48em) {
  #ss .table__cell {
    width: 50%;
    height: auto; } }
@media (min-width: 64em) {
  #ss .table__cell {
    width: auto;
    height: auto;
    vertical-align: middle; } }
#ss .table-accordion__hidden {
  background-color: #f0f0f0;
  width: 100%;
  height: auto; }

#ss .table-accordion__head {
  background-color: #f0f0f0;
  text-align: left; }

#ss .table-accordion__head .table__cell:first-of-type {
  text-align: left; }

#ss .table-accordion__body .table-accordion__row:nth-of-type(2n+1) {
  background-color: rgba(255, 255, 255, 0.7); }

#ss .table-accordion__body .table-accordion__row:nth-of-type(2n) {
  background-color: #f0f0f0; }

#ss .table-accordion__cell {
  padding: 1.5rem 5rem;
  text-align: left; }

#ss .table-accordion .table__body .table__row:nth-of-type(2n+1) {
  background-color: #fff; }

#ss .table-accordion .table__body .table__row:nth-of-type(4n+1) {
  background-color: #edf6f2; }

@media (min-width: 64em) {
  #ss .table-accordion .table__cell {
    flex: 1; } }
#ss .table .table__head {
  padding: 0 2.5rem;
  width: auto;
  height: 0; }

@media (min-width: 64em) {
  #ss .table .table__head {
    width: auto;
    height: auto;
    padding: 1.25rem 2.5rem; } }
#ss .table .table__head-mobile {
  width: 100%;
  height: auto; }

#ss .table .cell--arrow {
  max-width: 5rem; }

@media (min-width: 64em) {
  #ss .table .cell--arrow {
    position: relative;
    top: 0;
    transform: translate(0, 0); } }
#ss .table .cell--arrow i {
  width: 3rem;
  height: 3rem;
  transition: .75s transform ease-out; }

#ss .table .cell--arrow i::before {
  font-size: 20px;
  font-size: 2rem; }

#ss .table .cell--arrow ~ .table__cell {
  padding: 2rem 5rem; }

@media (min-width: 64em) {
  #ss .table .cell--arrow ~ .table__cell {
    padding: 2rem 2.5rem 2rem 0; } }
#ss .table .cell--small {
  width: 100%;
  height: auto; }

@media (min-width: 48em) {
  #ss .table .cell--small {
    width: 50%;
    height: auto; } }
@media (min-width: 64em) {
  #ss .table .cell--small {
    width: auto;
    height: auto;
    min-width: 14rem; } }
#ss .is-ie .table {
  border-collapse: separate; }

#ss .is-ie .table__head .table__cell:first-of-type {
  border-radius: 1rem 0 0 0;
  background-clip: padding-box; }

#ss .is-ie .table__head .table__cell:last-of-type {
  border-radius: 0 1rem 0 0;
  background-clip: padding-box; }

#ss .is-ie .table__body .table__row:last-of-type .table__cell:first-of-type {
  border-radius: 0 0 0 1rem;
  background-clip: padding-box; }

#ss .is-ie .table__body .table__row:last-of-type .table__cell:last-of-type {
  border-radius: 0 0 1rem;
  background-clip: padding-box; }

#ss .is-ie .table-accordion {
  background: linear-gradient(to bottom, #007d45 100px, #ffffff 100%); }

#ss .is-ie .table-accordion .table__head {
  background-color: transparent; }

#ss .is-ie .table-accordion .table__row:not(.open):nth-last-of-type(2) {
  border-radius: 0 0 1rem 1rem;
  background-clip: padding-box; }

#ss .is-ie .table-accordion__hidden {
  max-width: 125rem; }

#ss .is-ie .table-accordion__body .table-accordion__row:last-of-type .table-accordion__cell:first-of-type {
  border-radius: 0 0 0 1rem;
  background-clip: padding-box; }

#ss .is-ie .table-accordion__body .table-accordion__row:last-of-type .table-accordion__cell:last-of-type {
  border-radius: 0 0 1rem;
  background-clip: padding-box; }

#ss .toggle {
  position: relative; }

#ss .toggle__switch {
  display: none; }

#ss .toggle__switch-dashboard {
  background-color: #007d45;
  color: #fff;
  border-radius: 1rem 1rem 0 0;
  background-clip: padding-box;
  padding: 1rem 2rem;
  margin-bottom: 2rem; }

#ss .toggle__switch-close {
  cursor: pointer; }

#ss .toggle__view {
  display: none;
  cursor: pointer; }

@media (min-width: 80em) {
  #ss .toggle__view {
    display: flex; } }
#ss .toggle__view-item:first-of-type {
  margin-right: 2rem; }

#ss .toggle__view-icon {
  background-color: #ebebeb;
  border-radius: 50%;
  background-clip: padding-box;
  width: 3rem;
  height: 3rem; }

#ss .toggle__view-icon.active {
  background-color: #4d4d4d;
  color: #fff; }

#ss .toggle__pagination-arrow {
  color: #4d4d4d; }

#ss .toggle__pagination-arrow.disabled {
  color: rgba(77, 77, 77, 0.35);
  cursor: default; }

#ss .toggle__pagination .arrow--left i::before {
  transform: rotate(180deg); }

#ss .toggle__input:checked + label {
  color: #007d45; }

#ss .toggle__input:checked + label::after {
  left: 1.5rem;
  background-color: currentColor; }

#ss .toggle__label {
  cursor: pointer;
  position: relative;
  color: #4d4d4d; }

#ss .toggle__label::before {
  content: '';
  left: 0;
  background-color: #f0f0f0;
  width: 3rem;
  height: 1.2rem;
  border-radius: 1.5rem;
  background-clip: padding-box; }

#ss .toggle__label::after {
  content: '';
  background-color: #999;
  border-radius: 50%;
  background-clip: padding-box;
  width: 1.8rem;
  height: 1.8rem;
  left: 0;
  box-shadow: 0 0 30rem 0 rgba(0, 0, 0, 0.25);
  transition: left .3s; }

#ss .toggle__filter {
  background: #007d45;
  padding: .5rem;
  border-radius: 50%;
  background-clip: padding-box; }

@media (min-width: 80em) {
  #ss .toggle__filter {
    display: none; } }
#ss .toggle__filter i::before {
  color: #fff; }

#ss .toggle__filter.open + .toggle__switch {
  top: 0;
  left: 5rem;
  position: absolute;
  background-color: #fff;
  border-radius: 1rem;
  background-clip: padding-box;
  z-index: 50;
  padding-bottom: 2rem; }

#ss .toggle__filter.open + .toggle__switch .toggle__switch-wrapper {
  padding: 0 2rem;
  margin-bottom: 2rem; }

#ss .nav {
  margin-bottom: 0; }

#ss .nav__list {
  margin-bottom: 0; }

#ss .nav__list-item {
  position: static;
  line-height: 1; }

@media (min-width: 48em) {
  #ss .card--third-responsive {
    display: flex;
    flex-wrap: wrap; } }
@media (min-width: 80em) {
  #ss .nav__list {
    display: flex;
    flex-wrap: wrap; } }
@media (min-width: 48em) {
  #ss .content__search-pagination .pagination, #ss .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; } }
@media (min-width: 80em) {
  #ss .search__dropdown-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; } }
@media (min-width: 64em) {
  #ss .aside--right {
    display: flex;
    flex-direction: column; } }
@media (min-width: 48em) {
  #ss .card__info.text--big {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column; } }
@media (min-width: 80em) {
  #ss .toggle__switch {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }
@media (min-width: 48em) {
  #ss .footer__upper-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }

  #ss .content__text-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; } }
@media (min-width: 64em) {
  #ss .footer__upper-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    align-items: center; } }
@media (min-width: 80em) {
  #ss .hero__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; } }
@media (min-width: 80em) {
  #ss .content__toggle .icon-ss-arrow-small.arrow-responsive:not(.arrow-no-content) {
    top: 50%;
    position: absolute;
    transform: translate(0, -50%); } }
@media (min-width: 80em) {
  #ss .hero__nav {
    margin-right: auto;
    margin-left: auto; } }
article.card.py-3.card--full.card--hp.no-shadow.article-1 {
  min-height: 230px; }

article.card.py-2.px-2.card--full.card--hp.card-links.article-1 {
  min-height: 200px; }

#ss .card__text-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column; }

@page {
  size: A4;
  margin: 0 !important; }

@media print {
  #ss .simulador #conteudo-simulador {
    margin-left: 22px;
    margin-top: 30px; }

  #ss .simulador .content #conteudo-simulador .content__wrapper, #ss .simulador .content #conteudo-simulador .content__wrapper .content__toggle, #ss .simulador .content #conteudo-simulador .content__wrapper .content__toggle-box-input {
    padding: 0;
    margin: 0;
    line-height: 1.5; }

  #ss .simulador .content #conteudo-simulador .content__wrapper .py-3 .content__toggle-box-input #RendAnualProtJuridica {
    margin-right: 4px; }

  #ss .simulador .content #conteudo-simulador .content__wrapper .py-3 .content__toggle-box-input span {
    margin-right: 28px; }

  #ss .field-flex label {
    text-align: left;
    font-size: 13px; }

  #ss .simulador .content #conteudo-simulador h1 {
    font-size: 23.4px; }

  #ss .simulador .content #conteudo-simulador select {
    font-size: 13px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal; }

  #ss .simulador .content #conteudo-simulador .content__dropdown-container {
    margin-bottom: 0; }

  #ss .content__toggle-box-text {
    font-size: 13px !important;
    font-weight: normal !important; }

  #ss .simulador .content #conteudo-simulador .py-3 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-weight: normal !important;
    line-height: 2; }

  #ss .simulador .content #conteudo-simulador .content__wrapper .content__section .content__toggle-text.mb-2 strong {
    font-size: 13px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }

  #ss .simulador .content #conteudo-simulador .divider.my-3 {
    border-top: 0;
    margin-top: 0;
    margin-bottom: 0; }

  #ss .simulador .content #conteudo-simulador h2 {
    font-size: 20.8px; }

  #ss .simulador .content #conteudo-simulador .content__wrapper .content__toggle-box .py-3 .mb-1 .content_toogle-box-text {
    font-size: 13px;
    font-weight: normal; }

  #ss .simulador .content #conteudo-simulador .content__wrapper .content__section .content__toggle-text.mb-2 {
    margin-bottom: 5px; }

  body * {
    visibility: hidden; }

  div#main-content, div#main-content * {
    visibility: visible; }

  div#main-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0; }

  html, body, div, h1, h2, h3, h4, h5, h6span, p, a, strong, label {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline; }

  body {
    background-color: white;
    color: #333; }

  strong, b {
    font-weight: bold; }

  #ss .simulador #conteudo-simulador h1, #ss .simulador #conteudo-simulador h2, #ss .simulador #conteudo-simulador h3, #ss .simulador #conteudo-simulador h4, #ss .simulador #conteudo-simulador h5, #ss .simulador #conteudo-simulador h6 {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }

  .no-print {
    display: none !important; }

  i.icon-ss-arrow-small.arrow-responsive.arrow-no-content, .form-accordion__buttons, i.icon-ss-arrow-small, i.icon-ss-arrow-small.arrow-responsive.arrow-no-content {
    display: none !important; }

  section.content__wrapper.field-flex.content__toggle-text {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center !important; }

  #ss .simulador .content #conteudo-simulador .formulario input, #ss .simulador .content .formulario textarea {
    width: auto;
    padding: 5px;
    min-height: inherit; }

  #ss .content__wrapper .content__section .field-flex.content__toggle-text .content__toggle-box-input {
    padding: .5rem;
    width: inherit;
    height: auto;
    text-align: left; }

  #ss .content__wrapper .content__section .field-flex.content__toggle-text.mb-2 {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid lightgray;
    margin-bottom: 0; }

  #ss .content__wrapper .content__section .field-flex.content__toggle-text.mb-2 label {
    margin-bottom: 0;
    font-size: 13px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal; }

  #ss .simulador .content .content__search-pagination, #ss .simulador .content .content__dropdown-wrapper, #ss .simulador .content .content__toggle-box, #ss .simulador .content .list-cards, #ss .simulador .content .list-links__list, #ss .simulador .content .toggle__switch-dashboard {
    align-items: center;
    margin-bottom: 1mm;
    border-bottom: 1px solid lightgray; }

  #ss .py-3 .content__toggle-box .content__toggle-box-input {
    border: 0; }

  #ss .content__toggle::before {
    margin-top: unset;
    border-top: unset;
    font-size: 13px !important;
    content: none !important; }

  #ss .content__dropdown {
    padding: 0 !important; }

  #ss .content.has-sidebar {
    min-height: unset; } }
#ss .dockbar .nav-add-controls {
  display: block;
  position: fixed; }

#ss .dockbar .nav-add-controls &gt; li &gt; a, #ss .dockbar .navbar-inner .nav &gt; li &gt; a {
  color: #FFF; }

#ss .dockbar .nav-item-label {
  font-size: 14px; }

#ss .navbar .btn-navbar {
  display: none; }

#ss .content .text--lowercase {
  text-transform: lowercase; }

#ss .btn-group button, #ss .portlet-login button {
  padding: unset;
  margin: unset;
  background: unset; }

#ss .lfr-admin-panel .btn, #ss .dialog-iframe-modal .btn {
  color: #000; }

#ss .btn-group .btn, #ss .portlet-login button {
  color: #000;
  padding: 4px 12px;
  border-radius: 0;
  background: #eaeaea; }

#ss .lfr-admin-panel select {
  border: 1px solid #ccc;
  padding: 4px 6px;
  font-size: 14px;
  -webkit-appearance: menulist; }

#ss .few-pages-nav {
  font-size: 24px; }

#ss .dockbar-user-notifications .dropdown-toggle .user-notifications-count {
  display: inline; }

#ss .dockbar-ready .header {
  position: sticky; }

@media (min-width: 48em) {
  #ss .content__search-pagination .search__dropdown-wrapper {
    max-height: 40px; }

  .banner_homepage-newsletter {
    height: auto !important; } }
#wrapper h3.CCL_Title.CCL_ItemBox1 {
  line-height: 1.45833;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 2rem;
  color: #4d4d4d; }

#wrapper p.CCL_Txt, #ss .ContentType1 p, #ss .content.content__detail p {
  line-height: 1.85714;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  font-family: "Open Sans";
  text-align: left;
  margin-bottom: 0; }

#wrapper p.CCL_More {
  display: none; }

#ss .portlet-login {
  font-size: 1.5em;
  padding: 20px; }

#portlet_new-password {
  padding: 20px; }

#portlet_new-password input {
  border: 1px solid #ccc; }

#portlet_new-password button {
  color: #000 !important;
  padding: 4px 12px;
  border-radius: 0 !important;
  background: #eaeaea; }

.SiteBtn5 {
  display: none; }

.portlet-boundary_portletcaixaacessorapido_WAR_ptinportlet_ {
  display: none; }

#wrapper p.CCL_Txt {
  margin-bottom: 4rem; }

.content__detail-text {
  max-width: 100%; }

.content__detail-wrapper-inner .content__detail-text h1 {
  max-width: 460px; }

#ss .portlet-body .sign-in-form input {
  border: 1px solid #ccc; }

#ss .journal-content-article table:not(.table__head), #ss .journal-content-article table:not(.table__head) td, #ss .journal-content-article table:not(.table__head) th, .html-editor table:not(.table__head), .html-editor table:not(.table__head) td, .html-editor table:not(.table__head) th {
  border: .5px solid #000;
  color: #000;
  padding: 10px; }

#ss .journal-content-article table:not(.table__head), #ss .journal-content-article table:not(.table__head) td, #ss .journal-content-article table:not(.table__head) th {
  border-collapse: collapse; }

#ss .journal-content-article table[border="0"], #ss .journal-content-article table[border="0"] th, #ss .journal-content-article table[border="0"] td {
  border: 0; }

#ss.aui thead.table-accordion__head th {
  background-color: transparent;
  font-size: unset;
  font-weight: 700; }

#ss.aui thead.table__head th {
  background-color: transparent;
  font-weight: 700; }

#ss.aui .table td.table__cell {
  background-color: unset; }

#ss.aui tbody tr td {
  vertical-align: middle; }

#ss.aui .table-accordion__hidden &gt; td {
  padding: unset; }

#ss.aui .table-accordion__hidden td {
  line-height: unset;
  border-top: unset;
  text-align: unset;
  vertical-align: unset;
  background-color: unset;
  width: 100%; }

#ss.aui #wrapper form {
  margin: unset; }

#ss.aui #wrapper .table thead th {
  vertical-align: unset; }

#ss.aui #wrapper .table th, .aui .table td {
  line-height: unset;
  border-top: unset; }

#ss.aui #wrapper select, #ss.aui #wrapper textarea, #ss.aui #wrapper input[type="text"], #ss.aui #wrapper input[type="password"], #ss.aui #wrapper input[type="datetime"], #ss.aui #wrapper input[type="datetime-local"], #ss.aui #wrapper input[type="date"], #ss.aui #wrapper input[type="month"], #ss.aui #wrapper input[type="time"], #ss.aui #wrapper input[type="week"], #ss.aui #wrapper input[type="number"], #ss.aui #wrapper input[type="email"], #ss.aui #wrapper input[type="url"], #ss.aui #wrapper input[type="tel"], #ss.aui #wrapper input[type="color"], #ss.aui #wrapper .uneditable-input {
  height: inherit; }

#ss ul.npss_qualificacoes {
  list-style: none; }

.aui .portlet-borderless-container {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0; }

#ss .portlet-borderless-container {
  min-height: 0; }

.aui .js-scroll-menu .aside__list-text &gt; a {
  font-weight: unset; }

#ss #search_keywords {
  height: 40px; }

.aui .search .portlet-body input {
  border: 0; }

#ss #wrapper input:focus {
  outline: 0;
  box-shadow: none; }

#ss.aui #wrapper .pagination {
  margin: inherit;
  margin-left: auto; }

#ss.aui #wrapper select {
  width: inherit; }

#ss.aui #wrapper select, #ss.aui #wrapper input[type="file"] {
  line-height: inherit; }

#ss.aui #wrapper .content__search-pagination .search {
  max-width: 35rem;
  margin-right: 2rem;
  max-height: 40px; }

.pagination &gt; .disabled &gt; a {
  pointer-events: none;
  opacity: .2; }

#ss #ptin-pagination-delta-top {
  max-height: 40px; }

@media (min-width: 64em) {
  #ss .columns-list__item:nth-of-type(3n+3) {
    border: 0 !important; } }
.list-anchors &gt; ul.list-anchors__list &gt; li.active &gt; a.btn {
  background-image: none !important; }

.aui .aside .icon-link:before, .aui .aside .icon-facebook:before, .aui .aside .icon-twitter:before {
  content: none; }

#ss .content__toggle.text--green {
  margin: 0; }

#ss .mb-2 {
  margin-top: 0; }

#ss .pt-3.simulator-padding-3 {
  padding-top: 3rem; }

#ss .btn--green {
  background-image: none;
  text-shadow: none;
  box-shadow: none;
  border-color: white; }

span.sr-only {
  position: absolute;
  width: .1rem;
  height: .1rem;
  padding: 0;
  margin: -0.1rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap; }

#ss .signed-in input.field[type=checkbox] {
  left: 0;
  position: relative;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

#ss .content__wrapper p &gt; a {
  text-decoration: underline;
  color: #007d45;
  font-weight: 700; }

#ss .Layout_Organismo_Sem_Menu .taglib-header, #ss .Layout_Organismo_Sem_Menu .taglib-header, #ss .layout_organismo .taglib-header {
  display: none; }

#ss .signed-in .journal-article-container input[type="checkbox"] {
  left: 0;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

#ss .signed-in input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }

#ss .signed-in .journal-article-container input.field {
  display: block !important; }

#ss .lfr-add-panel .search-panel input {
  border: 1px solid gray;
  font-size: 20px;
  padding: 4px 12px; }

#ss a {
  font-weight: unset; }

#ss .dockbar .nav-item-label {
  color: #fff; }

table {
  margin: 0 auto; }

#ss .article-form-add a.taglib-icon, #ss .article-form-add a.taglib-icon:focus, #ss .article-form-add a.taglib-icon:hover, #ss .article-form-add .btn, #ss .article-form-edit a.taglib-icon, #ss .article-form-edit a.taglib-icon:focus, #ss .article-form-edit a.taglib-icon:hover, #ss .article-form-edit .btn {
  color: #555; }

#ss .article-form-add input, #ss .article-form-add button, #ss .article-form-add select, #ss .article-form-add textarea, #ss .article-form-edit input, #ss .article-form-edit button, #ss .article-form-edit select, #ss .article-form-edit textarea {
  border: 1px solid #BBB;
  margin: 15px;
  padding: 5px;
  color: #000;
  font-size: 15px; }

#ss .article-form-add .nav, #ss .article-form-edit .nav {
  display: block;
  -ms-flex-wrap: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset; }

#ss .article-form-add .row-fluid, #ss .article-form-edit .row-fluid {
  width: 100%;
  *zoom: 1; }

#ss .article-form-add, #ss .article-form-edit {
  padding: 2em 5em 0; }

#ss .article-form-add select, #ss .article-form-edit select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist; }

#ss .aui a [class^="icon-"], #ss .aui a [class*=" icon-"] {
  display: unset; }

.html-editor ul, .html-editor ol {
  margin: 0 0 10px 25px;
  list-style-position: inside; }

.html-editor ul {
  list-style-type: disc; }

#ss .ui-autocomplete {
  margin: 0;
  top: 100%;
  left: 0 !important;
  position: absolute;
  height: auto;
  background-color: #fff;
  border-radius: 0 0 2.5rem 2.5rem;
  background-clip: padding-box;
  padding: 1.5rem 2rem;
  color: #4d4d4d;
  z-index: 40;
  -webkit-box-shadow: 0 2rem 5rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2rem 5rem 0 rgba(0, 0, 0, 0.15);
  border-top: 2px solid #e2e2e2;
  list-style: none; }

#ss .search .ui-autocomplete {
  width: 100%;
  margin: 0;
  background-color: #f0f0f0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#ss .js-search-form .header__search-input {
  color: #007d45;
  font-weight: 600;
  letter-spacing: .021em; }

#ss .ui-menu-item:not(:last-of-type) {
  margin-bottom: 1.5rem; }

#ss .wrapper .columns-max {
  width: 100%; }

.html-editor ol {
  list-style-type: decimal; }

.html-editor ul ul, .html-editor ol ul {
  list-style-type: circle;
  margin-left: 15px; }

.html-editor ol ol, .html-editor ul ol {
  list-style-type: lower-latin;
  margin-left: 15px; }

.html-editor h1 {
  font-size: 38.5px !important; }

.html-editor h2 {
  font-size: 24px !important; }

.html-editor h3 {
  font-size: 20px !important; }

.html-editor h2, body.html-editor h3 {
  font-weight: normal !important; }

.html-editor h1, .html-editor h2, .html-editor h3 {
  line-height: 40px !important; }

.html-editor h1, .html-editor h2, .html-editor h3, .html-editor h4, .html-editor h5, .html-editor h6, .html-editor p, .html-editor th {
  margin: 10px 0;
  font-style: normal;
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility; }

.html-editor h1, .html-editor h2, .html-editor h3, .html-editor h4, .html-editor h5, .html-editor h6, .html-editor th {
  font-weight: bold; }

.html-editor strong {
  font-weight: bold; }

#ss .article-form-edit input, #ss .article-form-edit button, #ss .article-form-edit select, #ss .article-form-edit textarea, #ss .cke input, #ss .cke button, #ss .cke select, #ss .cke textarea {
  border: 1px solid #DDD;
  background: white;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

#ss .article-form-edit select, #ss .cke select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist; }

#ss .article-form-edit .btn-group button {
  background: #f1f1f1;
  border: 1px solid #b5b5b5;
  margin: 15px;
  padding: 5px;
  font-family: "Poppins";
  font-size: 15px;
  border-radius: 0; }

#ss .simulador .form-accordion__section-box .content__toggle-box-input {
  width: 270px; }

@media (max-width: 979px) {
  #ss .simulador .form-accordion__section-box .content__toggle-box-input {
    width: 100%; } }
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

@media (min-width: 1200px) {
  #ss.aui .row-fluid .span9.user-notifications-list-container {
    width: 69%; }

  #ss .notifications-portlet .non-actionable .user-notification .timestamp {
    padding-right: 15px; }

  #ss .header + .wrapper .notifications-portlet {
    margin-top: 8rem; }

  #ss .header.fixed + .wrapper .notifications-portlet {
    margin-top: 0; } }
@media only screen and (max-width: 1200px) {
  #ss .list-columns__list {
    flex-wrap: nowrap;
    display: block; }

  #ss .list-columns__item:not(:last-of-type) {
    border-bottom: .2rem solid #ccc;
    padding-bottom: 2rem;
    margin-bottom: 2rem; } }
.aui .search-hero .search-hero__text .portlet-borderless-container {
  background: 0; }

#ss .list-text__article {
  margin-bottom: 30px; }

#ss .slider__item-wrapper {
  background-color: white; }

.aui .grid--container .portlet-borderless-container {
  background: transparent; }

.aui .lfr-admin-panel.lfr-device-preview-panel {
  width: 300px; }

.aui .lfr-admin-panel.lfr-device-preview-panel .lfr-device-item {
  height: 70px;
  line-height: 20px; }

#ss .list-columns .portlet-column-content {
  width: 100%;
  text-align: center; }

#ss .search-hero .home-search input {
  height: auto; }

#ss .alert-block .btn.popup-alert-close {
  border: 1px solid #cfcfcf;
  background-color: initial;
  text-transform: initial;
  padding: inherit;
  color: initial;
  margin-left: 10px;
  background: #f1f1f1; }

#ss .btn-toolbar input {
  border: 1px solid #DDD;
  height: auto;
  font-size: 14px;
  padding: 4px 6px; }

#ss .lfr-add-content .accordion-inner .nav {
  display: block;
  font-size: 12px; }

#ss .pesquisa-portlet input {
  height: auto; }

#ss .content__toggle-input[type=number] {
  background-color: #f0f0f0;
  border-radius: 2rem;
  background-clip: padding-box;
  max-height: 4rem; }

#ss .banner .portlet-borderless-container {
  background-color: #f0f0f0; }

#ss .slider-text .swiper-container {
  margin: auto; }

@media (min-width: 1024px) {
  #ss .slider-text .swiper-container {
    margin: 0 6rem 0 0; } }
#ss .content__detail-dropdown-item-link {
  line-height: 16px; }

#ss .content__detail-text table {
  float: none; }

#ss .content__detail-text table ol[style] &gt; li::before {
  content: none; }

#ss .cookies {
  position: fixed;
  background: #007d45;
  width: 100%;
  color: #fff;
  font-family: "Open Sans";
  font-size: 14px;
  z-index: 61;
  bottom: 0; }
#ss .inner_cookies {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  flex-wrap: wrap; }
  @media (min-width: 1024px) {
    #ss .inner_cookies {
      flex-wrap: nowrap; } }
  #ss .inner_cookies a {
    color: #fff;
    margin-right: 10px; }
  #ss .inner_cookies button {
    border: 0;
    background: #fff;
    color: #007d45;
    border-radius: 20px;
    margin: 0;
    padding: 10px 20px;
    font-family: inherit;
    font-size: inherit; }
    @media (max-width: 390px) {
      #ss .inner_cookies button {
        padding: 10px 3px; } }
#ss #openGlobal_privacy_accept_essencial {
  background: transparent;
  border: 1px solid white;
  color: white; }
#ss .span3 {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  justify-content: center;
  align-items: center; }
  @media (min-width: 1200px) {
    #ss .span3 {
      width: 406px; } }
#ss .span9 {
  margin: 0 30px 20px 0; }
  @media (min-width: 900px) {
    #ss .span9 {
      margin-bottom: 0; } }

#ss .observacoes-list .map__modal-item:last-of-type::before {
  content: ""; }

#ss.aui .layout_organismo_menu_lat_esq_c_wrapper h1 {
  margin: 0; }

#ss div.info-tooltip &gt; abbr {
  display: none !important; }

#ss .layout_organismo div.portlet-boundary:not(:first-child) {
  margin-top: 8rem; }

#ss.aui .header__search-input:-ms-input-placeholder {
  color: transparent;
  transition: color .4s ease-in-out; }

#ss.aui .header__search-input::-moz-placeholder {
  color: transparent;
  transition: color .4s ease-in-out; }

#ss.aui .header__search-input::-webkit-input-placeholder {
  color: transparent;
  transition: color .4s ease-in-out; }

.ptin-noticias-organismo + .alert.alert-info {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5rem;
  max-width: 90%; }
  @media (min-width: 48em) {
    .ptin-noticias-organismo + .alert.alert-info {
      max-width: 80%; } }
  @media (min-width: 90em) {
    .ptin-noticias-organismo + .alert.alert-info {
      max-width: 70%; } }
  @media (min-width: 100em) {
    .ptin-noticias-organismo + .alert.alert-info {
      max-width: 65%; } }

#ss.aui #heading {
  bottom: 0; }

#ss.aui #skip-to-content:focus {
  margin-top: 0; }

#heading script {
  display: none !important; }

#ss.aui table.table .table__cell img {
  max-width: unset; }

#ss #filtros .slider {
  max-width: 100%; }

#ss #filtros .slider .slider-reveal__item {
  cursor: pointer; }

#ss #filtros {
  padding-bottom: 5rem; }

#ss .layout_S_MenuLatEsq h2.taglib-categorization-filter {
  font-size: 0;
  display: none; }

#ss .layout_S_MenuLatEsq h2.taglib-categorization-filter em {
  font-size: 16px;
  padding-bottom: 40px;
  display: block; }

#ss.aui h2.js-aside-menu {
  margin: 0; }

#ss.aui #heading {
  margin-top: 0; }

@media (max-width: 767px) {
  #ss.aui body {
    padding: 0; } }
#ss .wrapper__flex {
  display: flex;
  flex-wrap: wrap; }

#ss .portlet-asset-publisher .asset-full-content.show-asset-title .asset-content {
  margin-left: 0;
  margin-right: 0; }

#ss .portlet-column-content.empty {
  padding: unset; }

#ss .signed-in .portlet-column-content.empty {
  padding: 50px; }

#ss #estatisticas_detalhes {
  width: 100%;
  min-height: 600px; }

#ss .list-anchors__item .btn {
  border: 0;
  background-image: none; }

@media (min-width: 48em) {
  #ss .card--third .card__text-wrapper, #ss .list-cards .card--hp .card__text-wrapper {
    flex: auto; }

  #ss .list-cards .card--hp .card__text-wrapper {
    flex: 1; } }
#ss input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0; }

#ss .taglib-header .header-back-to {
  display: none; }

#p_p_id_101_INSTANCE_9N8j_ .taglib-header {
  display: none; }

#ss .signed-in .sitemap.fixed {
  top: 80px; }

.ss_custom-style .mt-5.layout_S_MenuLatEsq_S_Header {
  margin-top: 0 !important; }

#ss .article-form-add input[disabled], #ss .article-form-edit input[disabled], #ss .article-form-add select[disabled], #ss .article-form-edit select[disabled], #ss .signed-in #portlet-set-properties input[disabled], #ss .signed-in #portlet-set-properties select[disabled] {
  cursor: not-allowed;
  background-color: #eee; }

#ss .article-form-add select, #ss .article-form-edit input[type="text"], #ss .signed-in #portlet-set-properties select, #ss .signed-in #portlet-set-properties input[type="text"] {
  border: 1px solid #DDD;
  color: #8d8d8d;
  font-weight: 200;
  height: 30px;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle; }

#ss .article-form-add .field, #ss .article-form-edit .btn, #ss .signed-in #portlet-set-properties .field, #ss .signed-in #portlet-set-properties .btn {
  border: 1px solid #cfcfcf;
  padding: 7px; }

#ss .article-form-add .btn, #ss .article-form-edit .btn, #ss .signed-in #portlet-set-properties .btn {
  color: #000;
  background-color: #eaeaea; }

#ss .article-form-add .btn-primary, #ss .article-form-edit .btn-primary, #ss .signed-in #portlet-set-properties .btn-primary {
  color: #fff;
  background-color: #4a96e8; }

#ss .signed-in .close {
  border: 0;
  color: #000;
  background: transparent;
  -webkit-appearance: none; }

#ss .signed-in #portlet-set-properties select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist; }

#ss .signed-in .nav.add-content {
  display: block;
  font-size: 14px; }

#ss .signed-in .nav.add-content span {
  font-size: 14px;
  padding-right: 10rem;
  padding-left: 10px; }

#ss .signed-in .nav.add-content li {
  display: flex; }

#ss .signed-in .nav.add-content.add-content-icon li {
  display: list-item; }

#ss .signed-in .nav.add-content i, #ss .signed-in .nav.add-content span {
  display: inline; }

#ss .signed-in .user-notifications-list .user-notifications-header a:hover {
  color: #faa732; }

#ss .hero + aside + div .journal-content-article .content__wrapper {
  padding: 5rem 0; }

#ss .portlet-top-border {
  content: '';
  left: 0;
  position: absolute;
  border-top: .1rem solid #ccc;
  width: 100%;
  height: 3rem; }

#ss .content__wrapper.pedidoniss-top-adjust {
  padding-top: 0;
  margin-top: -14rem; }

#ss .signed-in .content__wrapper.pedidoniss-top-adjust {
  padding-top: 0;
  margin-top: 1rem; }

@media (min-width: 48em) {
  #ss .content__detail-wrapper-inner .content__detail-text h1 {
    max-width: 70%; } }
#ss .formulario .input-text-wrapper {
  line-height: initial; }
#ss .formulario .form-accordion__buttons {
  max-width: 95%; }
#ss .formulario input[type="text"], #ss .formulario textarea {
  width: 100%;
  height: auto !important;
  border: .1rem solid #ccc;
  padding: 1rem 1.5rem;
  border-radius: 2rem;
  background-clip: padding-box; }
#ss .formulario textarea {
  height: 20em !important; }
#ss .formulario input[type='radio'].radio-button {
  width: auto;
  height: auto;
  min-height: auto;
  -moz-appearance: radio;
  -webkit-appearance: radio;
  appearance: radio;
  margin: .7rem; }
#ss .formulario input[type='checkbox'].checkbox {
  position: relative;
  left: auto;
  width: auto;
  height: auto;
  min-height: auto;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  margin: .7rem .7rem .7rem 0rem; }
#ss .formulario select::-ms-expand {
  display: block !important; }
#ss .formulario select.select {
  width: 100% !important;
  height: auto !important;
  border: .1rem solid #ccc;
  padding: 1rem 1.5rem;
  border-radius: 2rem;
  cursor: pointer;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist; }
#ss .formulario select.select.half-width {
  width: 50% !important; }
#ss .formulario .text--green {
  color: #007d45; }
#ss .formulario .button_wrapper {
  display: flex; }
#ss .formulario .button_wrapper input[type], #ss .formulario .button_wrapper span {
  align-self: center; }
#ss .formulario .form_row {
  display: block; }
#ss .formulario .form_column:nth-child(odd) {
  padding-right: 0; }
#ss .formulario .form_column:nth-child(even) {
  padding-left: 0; }
@media (min-width: 48em) {
  #ss .formulario .form_row {
    display: flex; }
  #ss .formulario .form_column:nth-child(odd) {
    padding-right: 1rem; }
  #ss .formulario .form_column:nth-child(even) {
    padding-left: 1rem; }
  #ss .formulario .form_column {
    flex: 50%; } }

.spr-bg-associacoes_mutualistas {
  width: 66px;
  height: 66px;
  background: url("../images/sprite.png") -365px -80px; }

.spr-bg-crianca_jovem {
  width: 66px;
  height: 66px;
  background: url("../images/sprite.png") -5px -360px; }

.spr-bg-empregador_trabalhadores_agricolas {
  width: 66px;
  height: 66px;
  background: url("../images/sprite.png") -81px -360px; }

.spr-bg-empregador_servico_domestico {
  width: 66px;
  height: 66px;
  background: url("../images/sprite.png") -157px -360px; }

.spr-bg-seguro_social_voluntario {
  width: 66px;
  height: 66px;
  background: url("../images/sprite.png") -233px -360px; }

.spr-bg-empresa {
  width: 66px;
  height: 66px;
  background: url("../images/sprite.png") -309px -360px; }

.spr-bg-situacao_carencia {
  width: 66px;
  height: 66px;
  background: url("../images/sprite.png") -385px -360px; }

.spr-bg-tabalhador_conta_outrem {
  width: 66px;
  height: 66px;
  background: url("../images/sprite.png") -5px -436px; }

.spr-bg-instituicoes_particulares_sociedade_social {
  width: 66px;
  height: 66px;
  background: url("../images/sprite.png") -81px -436px; }

.spr-bg-membros_orgaos_estatutarios {
  width: 66px;
  height: 66px;
  background: url("../images/sprite.png") -157px -436px; }

.spr-bg-mobilidade_internacional {
  width: 66px;
  height: 66px;
  background: url("../images/sprite.png") -233px -436px; }

.spr-bg-trabalhador_independente {
  width: 66px;
  height: 66px;
  background: url("../images/sprite.png") -309px -436px; }

.spr-bg-trabalhadores_servico_domestico {
  width: 66px;
  height: 66px;
  background: url("../images/sprite.png") -385px -436px; }

.spr-bg-app_google {
  width: 135px;
  height: 40px !important;
  background: url("../images/sprite.png") -5px -310px; }

.spr-bg-app_apple {
  width: 135px;
  height: 40px !important;
  background: url("../images/sprite.png") -150px -310px; }

.spr-bg-ico_acessibilidade {
  width: 30px;
  height: 30px !important;
  background: url("../images/sprite.png") -465px -225px; }

.spr-bg-ico_map {
  width: 23px;
  height: 29px;
  background: url("../images/sprite.png") -461px -360px; }

.spr-bg-icon_arrow_down_small {
  width: 16px;
  height: 8px;
  background: url("../images/sprite.png") -273px -210px; }

.spr-bg-icon_arrow_down_small_gray {
  width: 12px;
  height: 6px;
  background: url("../images/sprite.png") -441px -118px; }

.spr-bg-shape_wave_vertical {
  width: 42px;
  height: 160px;
  background: url("../images/sprite.png") -465px -5px; }

.spr-bg-icon_arrow_down_small_green {
  width: 12px;
  height: 6px;
  background: url("../images/sprite.png") -441px -134px; }

.spr-bg-icon_arrow_down_small_white {
  width: 12px;
  height: 6px;
  background: url("../images/sprite.png") -299px -210px; }

.spr-bg-icon_arrow_right {
  width: 28px;
  height: 10px;
  background: url("../images/sprite.png") -235px -210px; }

.spr-bg-shape_wave {
  width: 169px;
  height: 43px;
  background: url("../images/sprite.png") -174px -230px; }

.spr-bg-icon_search {
  width: 30px;
  height: 30px;
  background: url("../images/sprite.png") -465px -265px; }

.spr-bg-icon_share {
  width: 30px;
  height: 30px;
  background: url("../images/sprite.png") -353px -230px; }

.spr-bg-icon_search_active {
  width: 30px;
  height: 30px;
  background: url("../images/sprite.png") -393px -230px; }

.spr-bg-icon_arrow_up {
  width: 10px;
  height: 28px;
  background: url("../images/sprite.png") -441px -80px; }

.spr-bg-icon_twitter {
  width: 30px;
  height: 30px;
  background: url("../images/sprite.png") -295px -310px; }

.spr-bg-icon_search_gray {
  width: 30px;
  height: 30px;
  background: url("../images/sprite.png") -335px -310px; }

.spr-bg-icon_email {
  width: 30px;
  height: 30px;
  background: url("../images/sprite.png") -375px -310px; }

.spr-bg-icon_facebook {
  width: 30px;
  height: 30px;
  background: url("../images/sprite.png") -415px -310px; }

.spr-bg-icon_denuncia {
  width: 30px;
  height: 30px;
  background: url("../images/icon-denuncia.png"); }

.spr-bg-icon_search_close {
  width: 30px;
  height: 30px;
  background: url("../images/sprite.png") -455px -310px; }

.spr-bg-ico_services {
  width: 40px;
  height: 40px;
  background: url("../images/sprite.png") -465px -175px; }

.spr-bg-sticky_ssd {
  width: 220px;
  height: 65px !important;
  background: url("../images/sprite.png") -5px -5px; }

.spr-bg-sticky_linha {
  width: 220px;
  height: 65px !important;
  background: url("../images/sprite.png") -5px -80px; }

.spr-bg-sticky_chat {
  width: 220px;
  height: 65px !important;
  background: url("../images/sprite.png") -3px -152px; }

.spr-bg-sticky_ssd_new {
  width: 220px;
  height: 65px;
  background: url("../images/sprite.png") -5px -155px; }

.spr-bg-sticky_siga {
  width: 220px;
  height: 65px !important;
  background: url("../images/sprite.png") -235px -5px; }

.spr-bg-logo_seguranca_social {
  width: 120px;
  height: 120px !important;
  background: url("../images/sprite.png") -235px -80px; }

.spr-bg-logo_gov {
  width: 159px;
  height: 70px !important;
  background: url("../images/sprite.png") -5px -230px; }

.spr-bg-ico_w3c {
  width: 85px;
  height: 30px !important;
  background: url("../images/sprite.png") -365px -156px; }

.e-clic_logo {
  height: 65px !important; }

.e-clic_logo a {
  display: flex !important; }

.e-clic_logo .e-clic_logo__img {
  width: auto;
  height: 65px !important;
  margin-left: 10px; }

.e-clic_logo .clic_logo__span {
  color: black !important;
  margin: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: .15px;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Poppins"; }

.header__logo-img {
  max-width: 12rem !important; }

#ss .covid-19-content figure {
  text-align: center; }

#ss .covid-19-content .img-width-50 {
  width: 50%;
  margin: 0 auto; }

.aui .lfr-has-add-content {
  padding-left: 330px; }

#ss .divider {
  border-top: .1rem solid #ccc; }

@media all and (min-width: 64em) {
  .ie .is-ie .list-links .grid--row .grid--container .card {
    flex-basis: 48% !important; } }
.ptin-noticias .card figure, .ptin-noticias-organismo .card figure {
  width: 100%;
  height: auto;
  max-height: 200px; }

@media all and (min-width: 768px) {
  .ptin-noticias .card figure, .ptin-noticias-organismo .card figure {
    height: 200px !important;
    overflow: hidden; }

  .ptin-noticias .card figure .card__img, .ptin-noticias-organismo .card figure .card__img {
    object-fit: cover; } }
.footer .footer__wrapper .footer__upper-list {
  margin: 0; }

@media (max-width: 48em) {
  .ss_custom-style .content__wrapper .columns-list .columns-list__list {
    flex-direction: column; } }
@media print {
  header, footer, .sticky, .aside {
    display: none !important; }

  a[href]:after {
    content: none !important; }

  .div-to-print, .div-to-print * {
    visibility: visible; }

  .div-to-print {
    position: fixed;
    left: 60px;
    top: 10px;
    float: none; }

  @page {
    margin-bottom: 0;
    margin-left: 0; } }
.widget-container.compact-mode {
  padding-top: 7rem !important; }

.article-2 {
  text-align: center; }

textarea#outro_destino_texto {
  resize: none; }

#ss .formulario {
  margin-top: 5%; }

</pre></body></html>