@charset "UTF-8";
.flex {
  display: flex; }

.block {
  display: block; }

.align-self {
  align-self: center; }

.align-center {
  display: flex;
  align-items: center; }

.align-baseline {
  display: flex;
  align-items: baseline; }

.justify-center {
  display: flex;
  justify-content: center; }

.justify-between {
  display: flex;
  justify-content: space-between; }

.justify-evenly {
  display: flex;
  justify-content: space-evenly; }

.no-margin {
  margin: 0; }

.margin {
  margin: 15px; }

.margin-bottom {
  margin-bottom: 15px !important; }

.margin-top {
  margin-top: 15px !important; }

.margin-auto {
  margin: 0 auto; }

.nmt-1 {
  margin-top: -0.25rem !important; }

.nmt-2 {
  margin-top: -0.5rem !important; }

.nmt-3 {
  margin-top: -1rem !important; }

.nmt-4 {
  margin-top: -1.5rem !important; }

.nmt-5 {
  margin-top: -3rem !important; }

.no-padding {
  padding: 0; }

.padding {
  padding: 15px; }

.text-center {
  text-align: center; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

.text-decoration-none {
  text-decoration: none !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

.text-transform-unset {
  text-transform: unset !important; }

@media screen and (min-width: 1024px) {
  .overflow-y {
    margin-top: -50px; } }

@media screen and (max-width: 1024px) {
  .bg-gray-light .container {
    max-width: 97%;
    margin: 0 auto; } }
@media screen and (max-width: 998px) {
  .bg-gray-light .container {
    max-width: 100%; } }

.object-fit-contain {
  height: 100%;
  object-fit: contain !important; }

.rounded-3 {
  border-radius: 10px !important; }

.rounded-4 {
  border-radius: 16px !important; }

.rounded-5 {
  border-radius: 20px !important; }

/* Opacity Property */
.opacity-0 {
  opacity: 0 !important; }

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-75 {
  opacity: 0.75 !important; }

.opacity-100 {
  opacity: 1 !important; }

/* Pointer events Property */
.cursor-pointer {
  cursor: pointer; }

/* font size Property */
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important; }

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important; }

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important; }

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important; }

.fs-5 {
  font-size: 1.25rem !important; }

.fs-6 {
  font-size: 1rem !important; }

.fs-7 {
  font-size: 0.875rem !important; }

.fs-8 {
  font-size: 0.75rem !important; }

.fs-9 {
  font-size: 0.625rem !important; }

/* Line Height Property */
.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

/* width Property */
.w-35 {
  width: 35% !important; }
  @media screen and (max-width: 992px) {
    .w-35 {
      width: 100% !important; } }

.w-48 {
  width: 48% !important; }

.w-53 {
  width: 53% !important; }

.w-65 {
  width: 65% !important; }

.w-90 {
  width: 90% !important; }

.w-95 {
  width: 95% !important; }

.w-fit-content {
  width: fit-content !important; }

.w-max-content {
  width: max-content !important; }

@media (min-width: 576px) {
  .w-sm-max-content {
    width: max-content !important; } }

.h-40 {
  height: 40% !important; }

.h-fit-content {
  height: fit-content !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-end-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-start-0 {
  border-left: 0 !important; }

.gap-0 {
  gap: 0 !important; }

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !important; }

.row-gap-0 {
  row-gap: 0 !important; }

.row-gap-1 {
  row-gap: 0.25rem !important; }

.row-gap-2 {
  row-gap: 0.5rem !important; }

.row-gap-3 {
  row-gap: 1rem !important; }

.row-gap-4 {
  row-gap: 1.5rem !important; }

.row-gap-5 {
  row-gap: 3rem !important; }

.column-gap-0 {
  column-gap: 0 !important; }

.column-gap-1 {
  column-gap: 0.25rem !important; }

.column-gap-2 {
  column-gap: 0.5rem !important; }

.column-gap-3 {
  column-gap: 1rem !important; }

.column-gap-4 {
  column-gap: 1.5rem !important; }

.column-gap-5 {
  column-gap: 3rem !important; }

.object-fit-cover {
  object-fit: cover !important; }

.object-fit-fill {
  object-fit: fill !important; }

.object-fit-scale {
  object-fit: scale-down !important; }

.object-fit-none {
  object-fit: none !important; }

.object-position-left {
  object-position: left !important; }

.object-position-right {
  object-position: right !important; }

.object-position-bottom {
  object-position: bottom !important; }

.z-n1 {
  z-index: -1 !important; }

.z-0 {
  z-index: 0 !important; }

.z-1 {
  z-index: 1 !important; }

.z-2 {
  z-index: 2 !important; }

.z-3 {
  z-index: 3 !important; }

.z-9 {
  z-index: 9 !important; }

.z-auto {
  z-index: auto !important; }

.top-0 {
  top: 0 !important; }

.top-5 {
  top: 5% !important; }

.top-10 {
  top: 10% !important; }

.top-15 {
  top: 15% !important; }

.top-25 {
  top: 25% !important; }

.top-30 {
  top: 30% !important; }

.top-50 {
  top: 50% !important; }

.top-70 {
  top: 70% !important; }

.top-80 {
  top: 80% !important; }

.top-100 {
  top: 100% !important; }

.ntop-30 {
  top: -30% !important; }

.bottom-0 {
  bottom: 0 !important; }

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

.left-0,
.start-0 {
  left: 0 !important; }

.start-5 {
  left: 5% !important; }

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

.end-0 {
  right: 0 !important; }

.end-5 {
  right: 5% !important; }

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.flex-unset {
  flex-direction: unset !important; }

.cursor-default {
  cursor: default !important; }

.cursor-pointer {
  cursor: pointer !important; }

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto; }

/* for login page*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@font-face {
  font-family: PFDinTextPro-Light;
  src: url(../fonts/PF-Din/PFDinTextPro-Light.ttf) format("truetype"); }
@font-face {
  font-family: PFDinTextPro-Medium;
  src: url(../fonts/PF-Din/PFDinTextPro-Medium.ttf) format("truetype"); }
@font-face {
  font-family: PFDinTextPro-SemiBold;
  font-weight: 600;
  src: url(../fonts/PF-Din/PFDinTextPro-Medium.ttf) format("truetype"); }
@font-face {
  font-family: PFDinTextPro-MediumItalic;
  src: url(../fonts/PF-Din/PFDinTextPro-MedItalic.ttf) format("truetype"); }
@font-face {
  font-family: PFDinTextPro-Regular;
  src: url(../fonts/PF-Din/PFDinTextPro-Regular.ttf) format("truetype"); }
@font-face {
  font-family: PFDinTextPro-Bold;
  src: url(../fonts/PF-Din/PFDinTextPro-Bold.ttf) format("truetype"); }
@font-face {
  font-family: PFDinTextPro-BoldItalic;
  src: url(../fonts/PF-Din/PFDinTextPro-BoldItal.ttf) format("truetype"); }
@font-face {
  font-family: PFDinTextPro-Italic;
  src: url(../fonts/PF-Din/PFDinTextPro-Italic.ttf) format("truetype"); }
@font-face {
  font-family: PFDinTextPro-LightItalic;
  src: url(../fonts/PF-Din/PFDinTextPro-LightItalic.ttf) format("truetype"); }
@font-face {
  font-family: PFDinTextPro-Thin;
  src: url(../fonts/PF-Din/PFDinTextPro-Thin.ttf) format("truetype"); }
@font-face {
  font-family: PFDinTextPro-ThinItalic;
  src: url(../fonts/PF-Din/PFDinTextPro-ThinItalic.ttf) format("truetype"); }
.family-pfdintextpro-light {
  font-family: "PFDinTextPro-Light", sans-serif !important; }

.family-pfdintextpro-lightitalic {
  font-family: "PFDinTextPro-LightItalic", sans-serif !important; }

.family-pfdintextpro-medium {
  font-family: "PFDinTextPro-Medium", sans-serif !important; }

.family-pfdintextpro-semibold {
  font-family: "PFDinTextPro-SemiBold", sans-serif !important; }

.family-pfdintextpro-mediumitalic {
  font-family: "PFDinTextPro-MediumItalic", sans-serif !important; }

.family-pfdintextpro-regular {
  font-family: "PFDinTextPro-Regular", sans-serif !important; }

.family-pfdintextpro-bold {
  font-family: "PFDinTextPro-Bold", sans-serif !important; }

.family-pfdintextpro-bolditalic {
  font-family: "PFDinTextPro-BoldItalic", sans-serif !important; }

.family-pfdintextpro-italic {
  font-family: "PFDinTextPro-Italic", sans-serif !important; }

.family-pfdintextpro-thin {
  font-family: "PFDinTextPro-Thin", sans-serif !important; }

.family-pfdintextpro-thinitalic {
  font-family: "PFDinTextPro-ThinItalic", sans-serif !important; }

/*------------ Montserrat -----------------------*/
@font-face {
  font-family: Montserrat-Regular;
  src: url(../fonts/Montserrat/Montserrat-Regular.ttf) format("truetype"); }
@font-face {
  font-family: Montserrat-Medium;
  src: url(../fonts/Montserrat/Montserrat-Medium.ttf) format("truetype"); }
@font-face {
  font-family: Montserrat-Bold;
  src: url(../fonts/Montserrat/Montserrat-Bold.ttf) format("truetype"); }
@font-face {
  font-family: Montserrat-SemiBold;
  src: url(../fonts/Montserrat/Montserrat-SemiBold.ttf) format("truetype"); }
.family-montserrat-regular {
  font-family: "Montserrat-Regular", sans-serif !important; }

.family-montserrat-medium {
  font-family: "Montserrat-Medium", sans-serif !important; }

.family-montserrat-bold {
  font-family: "Montserrat-Bold", sans-serif !important; }

.family-montserrat-semibold {
  font-family: "Montserrat-SemiBold", sans-serif !important; }

/*------------ Roboto -----------------------*/
@font-face {
  font-family: Roboto-Regular;
  src: url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype"); }
@font-face {
  font-family: Roboto-Medium;
  src: url(../fonts/Roboto/Roboto-Medium.ttf) format("truetype"); }
@font-face {
  font-family: Roboto-Bold;
  src: url(../fonts/Roboto/Roboto-Bold.ttf) format("truetype"); }
.family-roboto-regular {
  font-family: "Roboto-Regular", sans-serif !important; }

.family-roboto-medium {
  font-family: "Roboto-Medium", sans-serif !important; }

.family-roboto-bold {
  font-family: "Roboto-Bold", sans-serif !important; }

.fst-normal {
  font-style: normal !important; }

span.emoji {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: baseline;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 1em;
  height: 1em;
  background-size: 1em;
  background-repeat: no-repeat;
  text-indent: -9999px; }

span.emoji-sizer {
  line-height: 0.81em;
  font-size: 1em;
  margin: -2px 0; }

span.emoji-outer {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  height: 1em;
  width: 1em; }

span.emoji-inner {
  display: -moz-inline-box;
  display: inline-block;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  vertical-align: baseline;
  *vertical-align: auto;
  *zoom: 1; }

img.emoji {
  width: 1em;
  height: 1em; }

.emoji-wysiwyg-editor:empty:before {
  content: attr(placeholder);
  color: #9aa2ab; }

.emoji-picker-container {
  position: relative; }

.emoji-picker-icon {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 20px;
  opacity: 0.7;
  z-index: 100;
  transition: none;
  color: black;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

.emoji-picker-icon.parent-has-scroll {
  right: 28px; }

.emoji-picker-icon:hover {
  opacity: 1; }

/* Emoji area */
.emoji-wysiwyg-editor:empty:before {
  content: attr(placeholder);
  color: #9aa2ab; }

.emoji-wysiwyg-editor:active:before,
.emoji-wysiwyg-editor:focus:before {
  content: none; }

.emoji-wysiwyg-editor {
  padding: 6px;
  padding-right: 35px;
  margin-bottom: 0px;
  min-height: 35px;
  /* 35 */
  height: 30px;
  max-height: 284px;
  overflow: auto;
  line-height: 17px;
  border: 1px solid #d2dbe3;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-user-select: text;
  word-wrap: break-word; }

.emoji-wysiwyg-editor.parent-has-scroll {
  padding-right: 40px; }

.emoji-wysiwyg-editor.single-line-editor {
  min-height: 35px;
  height: inherit; }

.emoji-wysiwyg-editor img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: -3px 0 0 0; }

.emoji-menu {
  position: absolute;
  right: 0;
  z-index: 999;
  width: 225px;
  border: 1px #dfdfdf solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }

.emoji-items-wrap1 {
  background: #ffffff;
  padding: 5px 2px 5px 5px; }

.emoji-items-wrap1 .emoji-menu-tabs {
  width: 100%;
  margin-bottom: 8px;
  margin-top: 3px; }

.emoji-items-wrap1 .emoji-menu-tabs td {
  text-align: center;
  color: white;
  line-height: 0; }

.emoji-menu-tabs .emoji-menu-tab {
  display: inline-block;
  width: 24px;
  height: 29px;
  background: url("../images/emoji/IconsetSmiles.png") no-repeat;
  background-size: 42px 350px;
  border: 0; }

.is_1x .emoji-menu-tabs .emoji-menu-tab {
  background-image: url("../images/emoji/IconsetSmiles_1x.png"); }

.emoji-menu-tabs .icon-recent {
  background-position: -9px -306px; }

.emoji-menu-tabs .icon-recent-selected {
  background-position: -9px -277px; }

.emoji-menu-tabs .icon-smile {
  background-position: -9px -34px; }

.emoji-menu-tabs .icon-smile-selected {
  background-position: -9px -5px; }

.emoji-menu-tabs .icon-flower {
  background-position: -9px -145px; }

.emoji-menu-tabs .icon-flower-selected {
  background-position: -9px -118px; }

.emoji-menu-tabs .icon-bell {
  background-position: -9px -89px; }

.emoji-menu-tabs .icon-bell-selected {
  background-position: -9px -61px; }

.emoji-menu-tabs .icon-car {
  background-position: -9px -196px; }

.emoji-menu-tabs .icon-car-selected {
  background-position: -9px -170px; }

.emoji-menu-tabs .icon-grid {
  background-position: -9px -248px; }

.emoji-menu-tabs .icon-grid-selected {
  background-position: -9px -222px; }

.emoji-menu-tabs .icon-smile,
.emoji-menu-tabs .icon-flower,
.emoji-menu-tabs .icon-bell,
.emoji-menu-tabs .icon-car,
.emoji-menu-tabs .icon-grid {
  opacity: 0.7; }

.emoji-menu-tabs .icon-smile:hover,
.emoji-menu-tabs .icon-flower:hover,
.emoji-menu-tabs .icon-bell:hover,
.emoji-menu-tabs .icon-car:hover,
.emoji-menu-tabs .icon-grid:hover {
  opacity: 1; }

.emoji-menu .emoji-items-wrap {
  position: relative;
  height: 174px;
  overflow: scroll; }

.emoji-menu .emoji-items {
  padding-right: 8px;
  outline: 0 !important; }

.emoji-menu img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: 0 none; }

.emoji-menu .emoji-items a {
  margin: -1px 0 0 -1px;
  padding: 5px;
  display: block;
  float: left;
  border-radius: 2px;
  border: 0; }

.emoji-menu .emoji-items a:hover {
  background-color: #edf2f5; }

.emoji-menu:after {
  content: ' ';
  display: block;
  clear: left; }

.emoji-menu a .label {
  display: none; }

/*NEW CSS FOR TIMELINE EMOJI*/
.dropdown-menu.textcomplete-dropdown[data-strategy=emojionearea] {
  position: absolute;
  z-index: 1000;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-menu.textcomplete-dropdown[data-strategy=emojionearea] li.textcomplete-item {
  font-size: 14px;
  padding: 1px 3px;
  border: 0; }

.dropdown-menu.textcomplete-dropdown[data-strategy=emojionearea] li.textcomplete-item a {
  text-decoration: none;
  display: block;
  height: 100%;
  line-height: 1.8em;
  padding: 0 1.54em 0 .615em;
  color: #4f4f4f; }

.dropdown-menu.textcomplete-dropdown[data-strategy=emojionearea] li.textcomplete-item.active, .dropdown-menu.textcomplete-dropdown[data-strategy=emojionearea] li.textcomplete-item:hover {
  background-color: #e4e4e4; }

.dropdown-menu.textcomplete-dropdown[data-strategy=emojionearea] li.textcomplete-item.active a, .dropdown-menu.textcomplete-dropdown[data-strategy=emojionearea] li.textcomplete-item:hover a {
  color: #333; }

.dropdown-menu.textcomplete-dropdown[data-strategy=emojionearea] li.textcomplete-item .emojioneemoji {
  font-size: inherit;
  height: 2ex;
  width: 2.1ex;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: 0 5px .2ex 0;
  line-height: normal;
  vertical-align: middle;
  max-width: 100%;
  top: 0; }

.emojionearea-text .emojioneemoji, .emojionearea-text [class*=emojione-] {
  font-size: inherit;
  height: 2ex;
  width: 2.1ex;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.2ex .15em .2ex;
  line-height: normal;
  vertical-align: middle;
  max-width: 100%;
  top: 0; }

.emojionearea, .emojionearea * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.emojionearea.emojionearea-disable {
  position: relative;
  background-color: #eee;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.emojionearea.emojionearea-disable:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: .3;
  position: absolute;
  background-color: #eee; }

.emojionearea, .emojionearea.form-control {
  display: block;
  position: relative !important;
  width: 100%;
  height: auto;
  padding: 0;
  font-size: 14px;
  background-color: #FFF;
  border: 1px solid #CCC;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: border-color .15s ease-in-out,-moz-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.emojionearea.focused {
  border-color: #66AFE9;
  outline: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.emojionearea .emojionearea-editor {
  display: block;
  height: auto;
  min-height: 8em;
  max-height: 15em;
  overflow: auto;
  padding: 6px 24px 6px 12px;
  line-height: 1.42857143;
  font-size: inherit;
  color: #555;
  background-color: transparent;
  border: 0;
  cursor: text;
  margin-right: 1px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.emojionearea .emojionearea-editor:empty:before {
  content: attr(placeholder);
  display: block;
  color: #000000;
  font-family: "Roboto-Regular", sans-serif; }

.emojionearea .emojionearea-editor:focus {
  border: 0;
  outline: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.emojionearea .emojionearea-editor .emojioneemoji, .emojionearea .emojionearea-editor [class*=emojione-] {
  font-size: inherit;
  height: 2ex;
  width: 2.1ex;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.2ex .15em .2ex;
  line-height: normal;
  vertical-align: middle;
  max-width: 100%;
  top: 0; }

.emojionearea.emojionearea-inline {
  height: 56px; }

.emojionearea.emojionearea-inline > .emojionearea-editor {
  height: 56px;
  min-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 12px;
  left: 12px;
  right: 24px;
  padding: 6px 0; }

.emojionearea.emojionearea-inline > .emojionearea-button {
  top: 15px; }

.emojionearea .emojionearea-button {
  z-index: 5;
  position: absolute;
  right: 3px;
  top: 3px;
  width: 24px;
  height: 24px;
  opacity: .6;
  cursor: pointer;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out; }

.emojionearea .emojionearea-button:hover {
  opacity: 1; }

.emojionearea .emojionearea-button > div {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

.emojionearea .emojionearea-button > div.emojionearea-button-open {
  background-position: 0 -24px;
  filter: alpha(enabled=false);
  opacity: 1; }

.emojionearea .emojionearea-button > div.emojionearea-button-close {
  background-position: 0 0;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  filter: alpha(Opacity=0);
  opacity: 0; }

.emojionearea .emojionearea-button.active > div.emojionearea-button-open {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: alpha(Opacity=0);
  opacity: 0; }

.emojionearea .emojionearea-button.active > div.emojionearea-button-close {
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  filter: alpha(enabled=false);
  opacity: 1; }

.emojionearea .emojionearea-picker {
  background: #FFF;
  position: absolute;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.32);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.32);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 276px;
  width: 316px;
  top: -15px;
  right: -15px;
  z-index: 90;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  filter: alpha(Opacity=0);
  opacity: 0;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.emojionearea .emojionearea-picker.hidden {
  display: none; }

.emojionearea .emojionearea-picker .emojionearea-wrapper {
  position: relative;
  height: 276px;
  width: 316px; }

.emojionearea .emojionearea-picker .emojionearea-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 91; }

.emojionearea .emojionearea-picker .emojionearea-filters {
  width: 100%;
  position: absolute;
  z-index: 95;
  background: #F5F7F9;
  padding: 0 0 0 7px;
  height: 40px; }

.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter {
  display: block;
  float: left;
  height: 40px;
  width: 32px;
  padding: 7px 1px 0;
  cursor: pointer;
  -webkit-filter: grayscale(1);
  filter: grayscale(1); }

.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter.active {
  background: #fff; }

.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter.active, .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter > i {
  width: 24px;
  height: 24px;
  top: 0; }

.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter > img {
  width: 24px;
  height: 24px;
  margin: 0 3px; }

.emojionearea .emojionearea-picker .emojionearea-search-panel {
  height: 30px;
  position: absolute;
  z-index: 95;
  top: 40px;
  left: 0;
  right: 0;
  padding: 5px 0 5px 8px; }

.emojionearea .emojionearea-picker .emojionearea-search-panel .emojionearea-tones {
  float: right;
  margin-right: 10px;
  margin-top: -1px; }

.emojionearea .emojionearea-picker .emojionearea-tones-panel .emojionearea-tones {
  position: absolute;
  top: 4px;
  left: 171px; }

.emojionearea .emojionearea-picker .emojionearea-search {
  float: left;
  padding: 0;
  height: 20px;
  width: 160px; }

.emojionearea .emojionearea-picker .emojionearea-search > input {
  outline: 0;
  width: 160px;
  min-width: 160px;
  height: 20px; }

.emojionearea .emojionearea-picker .emojionearea-tones {
  padding: 0;
  width: 120px;
  height: 20px; }

.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone {
  display: inline-block;
  padding: 0;
  border: 0;
  vertical-align: middle;
  outline: 0;
  background: 0 0;
  cursor: pointer;
  position: relative; }

.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-0, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-0:after {
  background-color: #ffcf3e; }

.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-1, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-1:after {
  background-color: #fae3c5; }

.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-2, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-2:after {
  background-color: #e2cfa5; }

.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-3, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-3:after {
  background-color: #daa478; }

.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-4, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-4:after {
  background-color: #a78058; }

.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-5, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-5:after {
  background-color: #5e4d43; }

.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone {
  width: 20px;
  height: 20px;
  margin: 0;
  background-color: transparent; }

.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone:after {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px; }

.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone.active:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone.active:after {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px; }

.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-checkbox > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-radio > .btn-tone {
  width: 16px;
  height: 16px;
  margin: 0 2px; }

.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-checkbox > .btn-tone.active:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-radio > .btn-tone.active:after {
  content: "";
  position: absolute;
  display: block;
  background-color: transparent;
  border: 2px solid #fff;
  width: 8px;
  height: 8px;
  top: 2px;
  left: 2px;
  box-sizing: initial; }

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block:after, .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block:before, .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block > .emojionearea-category:after, .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block > .emojionearea-category:before, .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-title:after, .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-title:before {
  content: " ";
  clear: both;
  display: block; }

.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-radio > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-radio > .btn-tone:after {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-checkbox > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-checkbox > .btn-tone:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone:after {
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px; }

.emojionearea .emojionearea-picker .emojionearea-scroll-area {
  height: 236px;
  overflow: auto;
  overflow-x: hidden;
  width: 100%;
  position: absolute;
  padding: 0 0 5px; }

.emojionearea .emojionearea-picker .emojionearea-search-panel + .emojionearea-scroll-area {
  height: 206px; }

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-emojis-list {
  z-index: 1; }

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-title {
  display: block;
  font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #b2b2b2;
  background: #FFF;
  line-height: 20px;
  margin: 0;
  padding: 7px 0 5px 6px; }

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block {
  padding: 0 0 0 7px; }

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block > .emojionearea-category {
  padding: 0 !important; }

.emojionearea .emojionearea-picker .emojionearea-scroll-area [class*=emojione-] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0;
  width: 24px;
  height: 24px;
  top: 0; }

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  float: left;
  display: block;
  margin: 1px;
  padding: 3px; }

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn:hover {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #e4e4e4;
  cursor: pointer; }

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn i, .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn img {
  float: left;
  display: block;
  width: 24px;
  height: 24px; }

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn img.lazy-emoji {
  filter: alpha(Opacity=0);
  opacity: 0; }

.emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters {
  top: 0;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px; }

.emojionearea .emojionearea-picker.emojionearea-filters-position-top.emojionearea-search-position-top .emojionearea-scroll-area {
  bottom: 0; }

.emojionearea .emojionearea-picker.emojionearea-filters-position-top.emojionearea-search-position-bottom .emojionearea-scroll-area {
  top: 40px; }

.emojionearea .emojionearea-picker.emojionearea-filters-position-top.emojionearea-search-position-bottom .emojionearea-search-panel {
  top: initial;
  bottom: 0; }

.emojionearea .emojionearea-picker.emojionearea-filters-position-bottom .emojionearea-filters {
  bottom: 0;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.emojionearea .emojionearea-picker.emojionearea-filters-position-bottom.emojionearea-search-position-bottom .emojionearea-scroll-area {
  top: 0; }

.emojionearea .emojionearea-picker.emojionearea-filters-position-bottom.emojionearea-search-position-bottom .emojionearea-search-panel, .emojionearea .emojionearea-picker.emojionearea-filters-position-bottom.emojionearea-search-position-top .emojionearea-scroll-area {
  top: initial;
  bottom: 40px; }

.emojionearea .emojionearea-picker.emojionearea-filters-position-bottom.emojionearea-search-position-top .emojionearea-search-panel {
  top: 0; }

.emojionearea .emojionearea-picker.emojionearea-picker-position-top {
  margin-top: -286px;
  right: -14px; }

.emojionearea .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper:after {
  width: 19px;
  height: 10px;
  background-position: -2px -49px;
  bottom: -10px;
  right: 20px; }

.emojionearea .emojionearea-picker.emojionearea-picker-position-top.emojionearea-filters-position-bottom .emojionearea-wrapper:after {
  background-position: -2px -80px; }

.emojionearea .emojionearea-picker.emojionearea-picker-position-left, .emojionearea .emojionearea-picker.emojionearea-picker-position-right {
  margin-right: -326px;
  top: -8px; }

.emojionearea .emojionearea-picker.emojionearea-picker-position-left .emojionearea-wrapper:after, .emojionearea .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper:after {
  width: 10px;
  height: 19px;
  background-position: 0 -60px;
  top: 13px;
  left: -10px; }

.emojionearea .emojionearea-picker.emojionearea-picker-position-left.emojionearea-filters-position-bottom .emojionearea-wrapper:after, .emojionearea .emojionearea-picker.emojionearea-picker-position-right.emojionearea-filters-position-bottom .emojionearea-wrapper:after {
  background-position: right -60px; }

.emojionearea .emojionearea-picker.emojionearea-picker-position-bottom {
  margin-top: 10px;
  right: -14px;
  top: 47px; }

.emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after {
  width: 19px;
  height: 10px;
  background-position: -2px -100px;
  top: -10px;
  right: 20px; }

.emojionearea .emojionearea-picker.emojionearea-picker-position-bottom.emojionearea-filters-position-bottom .emojionearea-wrapper:after {
  background-position: -2px -90px; }

.emojionearea .emojionearea-button.active + .emojionearea-picker {
  filter: alpha(enabled=false);
  opacity: 1; }

.emojionearea .emojionearea-button.active + .emojionearea-picker-position-top {
  margin-top: -269px; }

.emojionearea .emojionearea-button.active + .emojionearea-picker-position-left, .emojionearea .emojionearea-button.active + .emojionearea-picker-position-right {
  margin-right: -309px; }

.emojionearea .emojionearea-button.active + .emojionearea-picker-position-bottom {
  margin-top: -7px; }

.emojionearea.emojionearea-standalone {
  display: inline-block;
  width: auto;
  box-shadow: none; }

.emojionearea.emojionearea-standalone .emojionearea-editor {
  min-height: 33px;
  position: relative;
  padding: 6px 42px 6px 6px; }

.emojionearea.emojionearea-standalone .emojionearea-editor::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 50%;
  bottom: 4px;
  border-left: 1px solid #e6e6e6; }

.emojionearea.emojionearea-standalone .emojionearea-editor.has-placeholder .emojioneemoji {
  opacity: .4; }

.emojionearea.emojionearea-standalone .emojionearea-button {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto; }

.emojionearea.emojionearea-standalone .emojionearea-button > div {
  right: 6px;
  top: 5px; }

.emojionearea.emojionearea-standalone .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after, .emojionearea.emojionearea-standalone .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper:after {
  right: 23px; }

.emojionearea.emojionearea-standalone .emojionearea-picker.emojionearea-picker-position-left .emojionearea-wrapper:after, .emojionearea.emojionearea-standalone .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper:after {
  top: 15px; }

.emojionearea .emojionearea-button > div, .emojionearea .emojionearea-picker .emojionearea-wrapper:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAABuCAYAAADMB4ipAAAHfElEQVRo3u1XS1NT2Rb+9uOcQF4YlAJzLymFUHaLrdxKULvEUNpdTnRqD532f+AHMLMc94gqR1Zbt8rBnUh3YXipPGKwRDoWgXvrYiFUlEdIkPPYZ/dAkwox5yQCVt/bzRrBPnt9e+211/etFeDQDu3ArL+/X37OeqmRWoH7+vpItfWawStF1tfXR+zW9xW5ne0p8loOcAKuCdwpRft60C8a+X5zTvebCqcAvmidf1GGHtqhHdpf1qqKzsrKipyensbi4iKWl5cBAMFgEG1tbYhGo2hpadlbmxseHpaDg4MAgI6ODng8HgBAPp/H/Pw8AODatWvo7e2tvUHrui7v3r2L+fl5XL58GVeuXIHH49m1N5/Py0ePHmF0dBQdHR24desWVFXdtYdXAn/48CHm5+dx8+ZNRKPRigEUDpuenpb3799H4YaOnWh5eVmOj48jFoshGo0STdPkwMCAXF5elqV7BgYGpKZpMhqNklgshrGxMbx580Y6gicSCTDGEIvFAADpdBqpVArJZLK4J5lMIpVKIZ1OAwBisRgYY0gkEs6Rp1IphMNh+Hw+AgCGYQAANE0r7in8Xfjm8/lIOBzGq1evnMHX19fR1NRU/D8UCoFzjnA4XFwLh8PgnCMUChXXmpqakM1mUfVBS62xsZHk83lZWi1nz579ZA0AhBDO4A0NDchkMsWSJIRAURRiVy26rktVVUkmk0EgEHAGP3XqFKamppDP56Vpmrhz5w5u374t/X4/OP+w3TRNZLNZ6LoO0zSRz+dlf38/Ll686Jzz8+fPQwiBeDwOt9tNrl+/jkwmU6yaQpVkMhncuHEDbrebxONxCCEQiUScIw8Gg+TBgwdyZGQEyWRSdnV1kVQqJYeGhrC6ugrGGEKhEHp7e3Hy5EmSTCblvXv30NPTg2AwSA6M/vF4HCMjI7b0/yzh8vv9AIBsNrt34aokuQsLC7skt729varkHtqftUFf++FHsrq0QN3eBvp68Tfvf9Mv12oFCYU7G//e9nVuO7dpNbe2W4M//yQr0p8yRvyBo1Zr++lwLcCt7afD/sBRizJGavrB1dDYYh47Htrq+Kb7jBNwxzfdZ44dD201NLaYVUkU7ozQpuAJBkARwnRZpunN5zaa5hJjiXLH05GeiMd7JEM5zzHGNQBGZvk/Iv0yYVWMvK0zKk1Dl6ahW5RQobjqdjy+wEZn9PKF0n2d0csXPL7AhuKq26GECtPQLdPQZVtn1LlB69p7yRVVSEiDEGJwRd12e4+8PR3piRQidnuPvOWKuk0IMSSkwRVV6Np7WVVbSqvGsgSnlKkAFNPQXdrOtuKqcxtcUTUAhmUJnVJmlleJo3CVHmAaOlPUOmYJkxFKibQsSRkXhr4juKIKO2BHVSwcoLrqCVdUYho6K3YYRRWmoUtdey/tgKtK7rUffiQAsLq08MnbNLe2WwBgB/zHzueFyD8nwlIfbvdx8eU0WV1aKD1cVAMs9+F2j9gUPEEKemEJIe3AnXy4XfkBoNKSZHNthWfX31EA69VKttyHVyIOY1wRwmS6tqNsrr31vXo5k/bUu4gT2cp9lhbm0rzCJpeUUrE0vS63+c7/6uXMbDUWl/ssLczNFrVFddUT09AZpUy1LKvO0DVfPrfR9HxqfNbuEe185l9MFX3o6tIC5YpKFLWOfdQQ93Zu49j0+FDCDtjOp1yaOQCYhs4Y40wI05XfWj8yPT40Ua2ey33mEmMTtp2IUEq0nW3FKeJPGPjRp1Iz2QUuLUu66txG9NLVSK3gBZ+C1lcE54oqKOOCK6rm8QU2unu+u1ANuNynvFsBAG1ubbdMQ5eGviMAFDuP0w3sfMpvQEtb24fOQncU1bXl8R7JnOu+ZNv97XxKJwY6+PNPsrm13drObVqUMlMIU5OWpVHOc96Go5lTnV2fzC/VfAozD7HTCa6olBBa1Imlhbmq2lLuQ5xaW6nCPfnln0Yt7bDUhzhps8cfKH5//uTXmvS81OeLdqI/ZoROzSZrHqG/OvOPzxuhK5VgJTvV2bW3EdqJRABwrvvS/kfoSkoZvXT1YEbociHr7vnuYEfogpBFL109HKH/h0fomnXg3Lff79r7/MmvVbWG7gX4QObzc99+Tz7mHKah05KcW6ahQ9feS6cbMCdgt7eBWJagjCuUAC5tZzuouuo0Spm0hElc9R4cbf4bVl8v1p6WUmCuqEwIs34ruxaeeTy4uJVd67As08UVlVmWoG5vA7FLG3WMmHEupVTyW+vh2cn4DADMTsaTuc21LiGEhzHOnQ6gNtMrJSBMCKHkNt999WLi0S7hejEZH81n174WpukiIMw0dKq66p3Bw50RwhUVXFGJKUy28Xal48VkfKrSlWenhsc23q2cEB9SR7iiItwZIbbgHn8AlDFCCMW7laXjqZnHjkNpaubJzNuVpWZCKChjxOMPVH/QlaW0f/G3ZLqWWl6ce/bvlddp7yFD/w8Z+njoX1+GoZMjgzMAMDkyeLAMnRh+uKveJ0YGD4ahEyODFRk6OfrL/hj67GnckaHPng7vjaGzyYmaGDr77KktQ38H8tqx8Wja+WIAAAAASUVORK5CYII=) !important; }

.emojionearea.emojionearea-standalone .emojionearea-editor.has-placeholder {
  background-repeat: no-repeat;
  background-position: 20px 4px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMAQMAAABsu86kAAAABlBMVEUAAAC/v79T5hyIAAAAAXRSTlMAQObYZgAAABNJREFUCNdjYGNgQEb/P4AQqiAASiUEG6Vit44AAAAASUVORK5CYII=) !important; }

img.emojioneemoji {
  font-size: inherit;
  height: 2ex;
  width: 2.1ex;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.2ex .15em .2ex;
  line-height: normal;
  vertical-align: middle;
  max-width: 100%;
  top: 0; }

.accordion-item .accordion {
  width: 100%;
  border-radius: 25px;
  font-family: "PFDinTextPro-Regular", sans-serif;
  font-weight: normal;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  border: 0;
  margin: 0; }
  .accordion-item .accordion b {
    font-family: "PFDinTextPro-Medium", sans-serif;
    font-weight: normal; }
  .accordion-item .accordion::after {
    content: '';
    width: 22px;
    height: 22px;
    text-align: center;
    display: inline-block;
    transition: all .35s;
    background-image: url(../images/icon/down-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 11px; }
.accordion-item .accordion-content {
  max-height: 0;
  background: white;
  transition: all .35s;
  border-radius: 25px;
  overflow: hidden; }
  .accordion-item .accordion-content ul {
    height: 0;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    overflow: auto; }
    .accordion-item .accordion-content ul::-webkit-scrollbar {
      width: 5px;
      height: 5px;
      background-color: #f5f5f5; }
    .accordion-item .accordion-content ul li {
      font-family: "PFDinTextPro-Regular", sans-serif;
      color: #5B5B5B;
      font-style: italic;
      padding: 5px 10px;
      font-weight: normal; }
      .accordion-item .accordion-content ul li:nth-child(even) {
        background-color: #F4F4F4; }
      .accordion-item .accordion-content ul li.notification-list.read .notification .content h5 {
        font-family: "PFDinTextPro-LightItalic", sans-serif; }
      .accordion-item .accordion-content ul li.notification-list.read .notification .content a {
        font-family: "PFDinTextPro-Regular", sans-serif; }
      .accordion-item .accordion-content ul li.notification-list.read .notification .content small {
        font-family: "PFDinTextPro-Regular", sans-serif; }
      .accordion-item .accordion-content ul li.notification-list .notification {
        max-width: 270px;
        width: 100%;
        height: 100%; }
        .accordion-item .accordion-content ul li.notification-list .notification .content {
          width: 100%; }
          .accordion-item .accordion-content ul li.notification-list .notification .content h5 {
            margin: 0px;
            font-size: 14px;
            font-family: "PFDinTextPro-BoldItalic", sans-serif; }
          .accordion-item .accordion-content ul li.notification-list .notification .content a {
            color: #5B5B5B !important;
            font-family: "PFDinTextPro-Bold", sans-serif; }
          .accordion-item .accordion-content ul li.notification-list .notification .content small {
            font-family: "PFDinTextPro-BoldItalic", sans-serif; }
        .accordion-item .accordion-content ul li.notification-list .notification .img {
          width: 75px;
          height: 75px; }
.accordion-item input {
  display: none; }
.accordion-item input:checked + .accordion::after {
  transform: rotate(180deg); }
.accordion-item input:checked ~ .accordion-content {
  max-height: 100%;
  margin-top: -35px; }
  .accordion-item input:checked ~ .accordion-content ul {
    padding-top: 35px;
    height: 360px; }
.accordion-item.header-badge .accordion.notification-header {
  display: flex !important;
  align-items: center; }
  .accordion-item.header-badge .accordion.notification-header b {
    display: flex;
    padding-left: 5px;
    align-items: center; }
  .accordion-item.header-badge .accordion.notification-header::after {
    top: 12px; }

.page .header-accordion .accordion-item .accordion .cart,
.single .header-accordion .accordion-item .accordion .cart,
.archive .header-accordion .accordion-item .accordion .cart,
.woocommerce .header-accordion .accordion-item .accordion .cart {
  width: 26px; }
.page .header-accordion .accordion-item .accordion-content ul li,
.single .header-accordion .accordion-item .accordion-content ul li,
.archive .header-accordion .accordion-item .accordion-content ul li,
.woocommerce .header-accordion .accordion-item .accordion-content ul li {
  padding: 10px 15px; }
  .page .header-accordion .accordion-item .accordion-content ul li a,
  .single .header-accordion .accordion-item .accordion-content ul li a,
  .archive .header-accordion .accordion-item .accordion-content ul li a,
  .woocommerce .header-accordion .accordion-item .accordion-content ul li a {
    display: flex;
    align-items: center;
    color: #5B5B5B;
    font-style: normal;
    text-transform: uppercase; }
    .page .header-accordion .accordion-item .accordion-content ul li a.btn,
    .single .header-accordion .accordion-item .accordion-content ul li a.btn,
    .archive .header-accordion .accordion-item .accordion-content ul li a.btn,
    .woocommerce .header-accordion .accordion-item .accordion-content ul li a.btn {
      padding: 8px 20px !important;
      width: fit-content;
      margin: 0 auto; }
.page .header-accordion .accordion-item input:checked ~ .accordion-content,
.single .header-accordion .accordion-item input:checked ~ .accordion-content,
.archive .header-accordion .accordion-item input:checked ~ .accordion-content,
.woocommerce .header-accordion .accordion-item input:checked ~ .accordion-content {
  min-height: 155px; }
  .page .header-accordion .accordion-item input:checked ~ .accordion-content ul,
  .single .header-accordion .accordion-item input:checked ~ .accordion-content ul,
  .archive .header-accordion .accordion-item input:checked ~ .accordion-content ul,
  .woocommerce .header-accordion .accordion-item input:checked ~ .accordion-content ul {
    min-height: 155px;
    height: 415px; }

.woocommerce-page.woocommerce .header-accordion .accordion-item input:checked ~ .accordion-content {
  min-height: 155px;
  overflow: unset; }
  .woocommerce-page.woocommerce .header-accordion .accordion-item input:checked ~ .accordion-content ul {
    height: max-content; }

@keyframes "draw" {
  0% {
    height: 0; } }
.bar-chart {
  display: flex;
  align-items: flex-end;
  margin: 0;
  padding-left: 0px; }
  .bar-chart li {
    position: relative;
    height: 200px;
    width: 30px;
    list-style: none;
    background-color: #DADADA;
    margin: 0 5px;
    margin-top: 25px;
    border-radius: 5px; }
    .bar-chart li span {
      display: block;
      background-color: #878787;
      animation: draw 1s ease-in-out;
      position: absolute;
      bottom: 0;
      width: 100%;
      max-height: 100%;
      border-radius: 5px; }
      .bar-chart li span:before {
        position: absolute;
        left: 0;
        right: 0;
        width: 35px;
        bottom: -20px;
        margin: 0 auto;
        display: block;
        font-size: 12px;
        color: #5B5B5B;
        text-align: center;
        content: attr(title);
        text-transform: uppercase; }
      .bar-chart li span:after {
        position: absolute;
        left: 0;
        right: 0;
        top: -20px;
        width: 35px;
        margin: 0 auto;
        display: block;
        font-size: 12px;
        color: #5B5B5B;
        text-align: center;
        content: attr(value); }
    .bar-chart li:first-child span {
      background-color: #5B5B5B; }
    .bar-chart li:last-child span {
      background-color: #B2B2B2; }

@keyframes anim-lightspeed-in {
  0% {
    transform: translateX(-200%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
.progress-bar,
.bar {
  animation: 1s anim-lightspeed-in ease forwards;
  font-family: "Roboto-Medium", sans-serif;
  border-right: 1px solid #5B5B5B;
  color: #5B5B5B;
  font-size: 16px;
  background-color: transparent; }
  .progress-bar:last-child,
  .bar:last-child {
    border: none; }

.progress-bar.italic {
  font-style: unset;
  font-family: "Roboto-Regular", sans-serif; }
  .progress-bar.italic span {
    height: 100%;
    position: absolute;
    z-index: -1; }

.bg-transparent,
.bg-red-gradient,
.bg-green-gradient,
.bg-red-bar,
.bg-green-bar {
  color: #FFFFFF !important; }
  .bg-transparent.pr span,
  .bg-red-gradient.pr span,
  .bg-green-gradient.pr span,
  .bg-red-bar.pr span,
  .bg-green-bar.pr span {
    padding-right: 10px;
    color: #FFFFFF !important; }

.bg-yellow-gradient {
  color: #5B5B5B; }

.bg-transparent {
  color: #5B5B5B !important; }

.table-right-arrow {
  position: relative;
  padding-left: 30px !important;
  font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .table-right-arrow:before {
    content: '';
    width: 10px;
    height: 10px;
    border: solid #BF0609;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    position: absolute;
    top: 14px;
    left: 10px; }
  .table-right-arrow span {
    color: #BF0609;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }

.bar-container .bar-head,
.bar-container .bar-content {
  font-family: "PFDinTextPro-MediumItalic", sans-serif;
  font-size: 20px !important;
  text-transform: uppercase;
  width: fit-content;
  padding: 5px; }
  .bar-container .bar-head small,
  .bar-container .bar-content small {
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
.bar-container .bar-head {
  background-color: #fbba00;
  border-bottom-left-radius: 15px;
  padding-left: 20px !important;
  border-top-left-radius: 15px;
  color: #5B5B5B; }
.bar-container .bar-content {
  background-color: #bf0909;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  color: #FBBA00; }
  .bar-container .bar-content span {
    color: #FFFFFF;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
.bar-container .yellow-arrow {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #fbba00;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0; }
.bar-container .red-arrow {
  border: 20px solid #bf0909;
  border-left: 20px solid transparent;
  margin-left: -30px;
  width: 0;
  height: 0; }

.clube-loader {
  top: 0;
  bottom: 0;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 9999999;
  background-color: rgba(255, 255, 255, 0.37);
  backdrop-filter: blur(20px) brightness(115%); }

.loader {
  position: relative;
  width: 25px;
  height: 25px;
  background-color: currentcolor;
  border-radius: 100%;
  -webkit-animation: loader-1 30s infinite linear;
  animation: loader-1 30s infinite linear; }

.loader:after {
  content: '';
  border-radius: 100%;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.loader:after {
  width: 80px;
  height: 20px;
  -webkit-animation: loader-2 1.2s linear infinite;
  animation: loader-2 1.2s linear infinite; }

.loader {
  position: relative;
  width: 90px;
  height: 90px;
  background-color: #FFFFFF;
  background-image: url(../images/common/new-app-logo.png);
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  -webkit-animation: loader-1 30s infinite linear;
  animation: loader-1 30s infinite linear; }

.loader:before,
.loader:after {
  content: "" !important;
  position: absolute;
  top: -15px !important;
  left: -15px !important;
  width: 120px !important;
  height: 120px !important;
  border-radius: 100%;
  border: 10px solid transparent;
  border-top-color: #E30609;
  border-right-color: #E30609;
  background-image: none !important;
  margin: 0 !important; }

.loader:before {
  z-index: 100;
  animation: spin 1s infinite; }

.loader:after {
  border: 10px solid transparent; }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
* {
  font-family: "PFDinTextPro-Regular", sans-serif; }
  *::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 8px; }
  *::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5; }
  *::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #BF0609;
    background-image: linear-gradient(0deg, #BF0609, #E30609); }

body {
  font-family: "PFDinTextPro-Regular", sans-serif;
  background-color: transparent;
  padding: 0;
  margin: 0; }

@media (min-width: 1200px) {
  .container {
    max-width: 1216px; } }

h1,
h2,
h3 {
  font-family: "PFDinTextPro-Medium", sans-serif; }

p {
  margin: 0 !important; }

a {
  color: #FFFFFF; }
  a:hover {
    text-decoration: none;
    color: #FBBA00; }

header a:hover,
footer a:hover {
  text-decoration: none;
  color: #FFFFFF; }

.whatsapp-link-button {
  bottom: 20px;
  right: 20px; }
  @media screen and (max-width: 992px) {
    .whatsapp-link-button {
      bottom: 85px;
      z-index: 6; } }

.slider-content {
  width: 835px; }
  @media screen and (max-width: 998px) {
    .slider-content {
      width: 100%;
      padding-bottom: 30px;
      flex-direction: column; } }
  .slider-content .store-download {
    width: 23.125rem;
    height: 23.125rem; }
    @media screen and (max-width: 998px) {
      .slider-content .store-download {
        width: 100%;
        height: 18.75rem; } }

img {
  width: 100%;
  height: auto; }

main {
  position: relative; }

select,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="date"],
input[type="search"],
input[type="password"],
input[type="tel"] {
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
  color: #000000;
  border-radius: 5px;
  text-indent: 15px;
  display: block;
  height: 56px;
  width: 400px; }
  select:focus,
  input[type="text"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="date"]:focus,
  input[type="search"]:focus,
  input[type="password"]:focus,
  input[type="tel"]:focus {
    outline-color: #C7C7C7 !important; }
  select::-webkit-inner-spin-button,
  input[type="text"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-inner-spin-button,
  input[type="email"]::-webkit-inner-spin-button,
  input[type="date"]::-webkit-inner-spin-button,
  input[type="search"]::-webkit-inner-spin-button,
  input[type="password"]::-webkit-inner-spin-button,
  input[type="tel"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  select::-webkit-outer-spin-button,
  input[type="text"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-outer-spin-button,
  input[type="email"]::-webkit-outer-spin-button,
  input[type="date"]::-webkit-outer-spin-button,
  input[type="search"]::-webkit-outer-spin-button,
  input[type="password"]::-webkit-outer-spin-button,
  input[type="tel"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  select::-webkit-clear-button,
  input[type="text"]::-webkit-clear-button,
  input[type="number"]::-webkit-clear-button,
  input[type="email"]::-webkit-clear-button,
  input[type="date"]::-webkit-clear-button,
  input[type="search"]::-webkit-clear-button,
  input[type="password"]::-webkit-clear-button,
  input[type="tel"]::-webkit-clear-button {
    display: none; }
  select:disabled,
  input[type="text"]:disabled,
  input[type="number"]:disabled,
  input[type="email"]:disabled,
  input[type="date"]:disabled,
  input[type="search"]:disabled,
  input[type="password"]:disabled,
  input[type="tel"]:disabled {
    color: #878787; }
  select:-internal-autofill-selected,
  input[type="text"]:-internal-autofill-selected,
  input[type="number"]:-internal-autofill-selected,
  input[type="email"]:-internal-autofill-selected,
  input[type="date"]:-internal-autofill-selected,
  input[type="search"]:-internal-autofill-selected,
  input[type="password"]:-internal-autofill-selected,
  input[type="tel"]:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset; }
  select:hover,
  input[type="text"]:hover,
  input[type="number"]:hover,
  input[type="email"]:hover,
  input[type="date"]:hover,
  input[type="search"]:hover,
  input[type="password"]:hover,
  input[type="tel"]:hover {
    border-color: #C7C7C7 !important; }

button:focus {
  outline: none; }

select {
  -webkit-appearance: none; }

textarea {
  background-color: transparent;
  border: 1px solid #878787;
  border-radius: 5px;
  text-indent: 15px; }

label {
  display: block !important; }
  label.error {
    color: #BF0609 !important;
    font-family: "Roboto-Bold", sans-serif !important; }

span.product-category-badge {
  z-index: 1;
  font-size: 14px;
  font-weight: 100;
  padding: 5px 15px;
  text-align: center;
  position: absolute;
  width: fit-content;
  color: #000000;
  border-radius: 15px;
  margin: 0 !important;
  top: 25px !important;
  left: 15px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  text-transform: uppercase;
  line-height: 20px !important;
  font-family: "PFDinTextPro-Italic", sans-serif;
  background-color: #FFD800; }
span.onsale {
  font-size: 10px;
  font-weight: 100;
  width: fit-content;
  min-width: 0 !important;
  min-height: 0 !important;
  text-transform: uppercase;
  line-height: 20px !important;
  font-family: "PFDinTextPro-Italic", sans-serif; }

.coupons-distributors-link {
  margin: 40px 0; }
  @media (max-width: 992px) {
    .coupons-distributors-link {
      margin: 15px 0; } }
  .coupons-distributors-link.coupons .flex {
    justify-content: space-between; }
    .coupons-distributors-link.coupons .flex .nav-item {
      width: 20%; }
      .coupons-distributors-link.coupons .flex .nav-item .btn-outline-gray {
        font-size: 15px; }
  .coupons-distributors-link .flex {
    justify-content: center; }
    @media (max-width: 992px) {
      .coupons-distributors-link .flex {
        flex-direction: column; } }
    .coupons-distributors-link .flex .nav-item:nth-child(even) {
      margin: 0 15px; }
      @media (max-width: 992px) {
        .coupons-distributors-link .flex .nav-item:nth-child(even) {
          margin: 15px 0; } }
    .coupons-distributors-link .flex .nav-item .btn-outline-gray {
      border: unset;
      font-size: 16px;
      color: #000000;
      text-transform: uppercase;
      background: #F5F5F5;
      padding: 15px 20px !important;
      font-family: "PFDinTextPro-BoldItalic", sans-serif !important; }
      .coupons-distributors-link .flex .nav-item .btn-outline-gray:hover, .coupons-distributors-link .flex .nav-item .btn-outline-gray:focus {
        outline: none; }
      .coupons-distributors-link .flex .nav-item .btn-outline-gray.active {
        background: #E30609;
        color: #FFFFFF;
        border: 0; }
      @media (max-width: 992px) {
        .coupons-distributors-link .flex .nav-item .btn-outline-gray {
          width: 100%; } }

.services-policy {
  margin-top: 0; }
  .services-policy label {
    margin: 0;
    color: #5B5B5B;
    font-size: 16px;
    font-style: unset;
    text-transform: unset;
    font-family: "Roboto-Regular", sans-serif; }
  .services-policy p.services-status,
  .services-policy em,
  .services-policy span.services-status {
    margin: 0;
    color: #DADADA;
    font-size: 30px;
    text-transform: uppercase;
    font-family: "Roboto-Medium", sans-serif; }
  .services-policy p.services-status,
  .services-policy em,
  .services-policy span.services-status.active {
    color: #E30609; }

.plus-icon {
  position: relative; }
  .plus-icon:before {
    top: 30px;
    z-index: 1;
    right: -12px;
    content: "";
    width: 22px;
    height: 22px;
    text-align: center;
    position: absolute;
    transition: all 0.35s;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/icon/plus-icon.png); }

.learndash-pager {
  background-color: transparent;
  justify-content: center;
  display: flex;
  width: 100%; }
  .learndash-pager .pagedisplay {
    font-size: 0; }
    .learndash-pager .pagedisplay span {
      width: 30px;
      height: 30px;
      margin: 0 4px;
      font-size: 14px;
      line-height: 30px;
      text-align: center;
      border-radius: 50%;
      display: inline-block;
      background: #F5F5F5; }
      .learndash-pager .pagedisplay span.current_page {
        background: #E30609;
        color: #FFFFFF; }

.shop-point-section .avatar {
  width: 2.5rem;
  height: 2.5rem; }
.shop-point-section .icon {
  width: 1.25rem;
  height: 1.25rem; }

.product-like-container.archive {
  left: auto;
  right: 10px;
  top: 0.625rem;
  position: absolute; }
  .product-like-container.archive.active .like {
    background-image: url("../images/icon/product-like-icon-red.png"); }
  .product-like-container.archive .like {
    width: 2rem;
    height: 2rem;
    background-size: 100%;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/icon/product-like-icon.png"); }

.like-container.active .like {
  background-image: url("../images/icon/like-icon-red.png") !important; }
.like-container .like {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/like-icon.png"); }

.comment-container.active .comment {
  background-image: url("../images/icon/comment-black-icon.png") !important; }
.comment-container .comment {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon/comment-icon.png"); }

.card-light-gray {
  background-color: #F4F4F4;
  border-radius: 28px !important;
  padding-top: 20px !important;
  border: none; }
  .card-light-gray .card-title {
    padding: 8px 20px !important;
    height: 100%; }
    .card-light-gray .card-title label {
      margin: 0px;
      background-color: transparent;
      border: 1px solid #878787;
      border-radius: 28px;
      color: #878787;
      font-size: 13px;
      padding: 4px 20px;
      text-transform: uppercase;
      width: max-content;
      margin-bottom: 20px;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    .card-light-gray .card-title .card-content h2 {
      text-transform: uppercase;
      font-family: "PFDinTextPro-Regular", sans-serif;
      font-style: italic; }
    .card-light-gray .card-title .card-content h2,
    .card-light-gray .card-title .card-content p {
      color: #5B5B5B !important;
      margin: 0px; }
  .card-light-gray .card-footer {
    border: 0px;
    text-align: center;
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px; }
    .card-light-gray .card-footer .mission-points {
      color: #BF0609;
      margin: 0;
      font-family: "PFDinTextPro-MediumItalic", sans-serif;
      text-transform: uppercase; }
    .card-light-gray .card-footer p {
      color: #5B5B5B !important; }
      .card-light-gray .card-footer p.mission-points {
        color: #666666 !important; }
    .card-light-gray .card-footer .btn-block {
      background: #28AF00; }
  .card-light-gray.product {
    padding-top: 0 !important;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    overflow: hidden; }
    .card-light-gray.product:hover {
      box-shadow: 0px 0px 5px rgba(211, 6, 9, 0.45); }
      .card-light-gray.product:hover a img {
        transform: scale(1.1); }
  .card-light-gray .woocommerce-loop-product__title,
  .card-light-gray .price,
  .card-light-gray .button {
    max-width: 85%;
    margin: 10px auto !important;
    display: block; }
  .card-light-gray .woocommerce-LoopProduct-link img {
    transition: all 0.5s ease-in-out;
    background-color: #FFFFFF;
    border-radius: 0;
    min-height: 280px;
    max-height: 280px;
    object-fit: contain;
    height: 100% !important;
    margin: 0 auto 1em auto !important;
    width: 70% !important; }
  .card-light-gray .woocommerce-loop-product__title {
    height: 90px;
    line-height: 1;
    overflow: hidden;
    color: #000000;
    font-style: italic;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-size: 2rem !important;
    font-family: "PFDinTextPro-BoldItalic", sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0 !important; }
    @media (max-width: 992px) {
      .card-light-gray .woocommerce-loop-product__title {
        height: 55px;
        font-size: 16px !important; } }
    .card-light-gray .woocommerce-loop-product__title + .description {
      width: 85%;
      height: 48px;
      margin: 0 auto;
      overflow: hidden;
      color: #000000;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      font-family: "Roboto-Regular", sans-serif;
      -webkit-box-orient: vertical; }
      @media (max-width: 992px) {
        .card-light-gray .woocommerce-loop-product__title + .description {
          height: 35px; } }
  .card-light-gray .button {
    border-radius: 25px !important;
    background: linear-gradient(180deg, #BF0609, #E30609) !important;
    color: #FFFFFF !important;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    display: block !important;
    margin-bottom: 20px !important;
    font-weight: 100 !important;
    font-family: "PFDinTextPro-Regular", sans-serif; }
    .card-light-gray .button.add_to_cart_button {
      font-family: "PFDinTextPro-BoldItalic", sans-serif;
      background: transparent !important;
      display: flex !important;
      justify-content: center;
      align-items: center;
      gap: 8px; }
      .card-light-gray .button.add_to_cart_button:before {
        content: "";
        width: 25px;
        height: 29px;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: contain;
        transition: all 0.35s;
        background-image: url(../images/icon/cart-white-icon.png); }
  .card-light-gray.mission-new .missiom-status {
    background-color: #FFD800 !important; }
  .card-light-gray.mission-new .btn-block {
    background: #E30609; }
  .card-light-gray.mission-pending {
    background-color: #FFD800; }
    .card-light-gray.mission-pending .card-footer {
      background-color: #FFD800 !important; }
      .card-light-gray.mission-pending .card-footer .btn-block {
        background: #E30609; }
  .card-light-gray.mission-completed .card-header::after {
    content: '';
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    position: absolute;
    text-align: center;
    display: inline-block;
    transition: all 0.35s;
    background-image: url(../images/icon/success-green-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .card-light-gray.mission-completed .missiom-status {
    color: #FFFFFF !important;
    background-color: #30AD2F !important; }
  .card-light-gray.mission-completed .btn-block {
    color: rgba(102, 102, 102, 0.5);
    background: #E0E0E0; }
  .card-light-gray.mission-expired {
    opacity: 0.3; }
    .card-light-gray.mission-expired .card-body .missiom-status {
      color: rgba(102, 102, 102, 0.5) !important;
      background-color: #E0E0E0 !important; }
    .card-light-gray.mission-expired .card-body .title {
      color: #CCCCCC !important; }
    .card-light-gray.mission-expired .card-footer .text-gray-medium {
      color: rgba(102, 102, 102, 0.5) !important; }
    .card-light-gray.mission-expired .card-footer .btn-block {
      color: rgba(102, 102, 102, 0.5);
      background: #E0E0E0; }
  .card-light-gray.mission-closed {
    opacity: 0.3; }
    .card-light-gray.mission-closed .card-body .missiom-status {
      color: rgba(102, 102, 102, 0.5) !important;
      background-color: #E0E0E0 !important; }
    .card-light-gray.mission-closed .card-body .title {
      color: #CCCCCC !important; }
    .card-light-gray.mission-closed .card-footer .text-gray-medium {
      color: rgba(102, 102, 102, 0.5) !important; }
    .card-light-gray.mission-closed .card-footer .btn-block {
      color: rgba(102, 102, 102, 0.5);
      background: #E0E0E0; }

.site-footer.bg-gradient {
  color: #FFFFFF;
  background: #E30609 !important; }
@media screen and (max-width: 992px) {
  .site-footer.login-footer .container .footer-content .footer-menu-content {
    width: fit-content; } }
.site-footer.login-footer .container .footer-content .footer-menu-content .footer-logo {
  height: 50px; }
.site-footer.login-footer .container .footer-content .contact-links {
  width: 615px; }
  @media screen and (max-width: 992px) {
    .site-footer.login-footer .container .footer-content .contact-links {
      width: fit-content; } }
.site-footer.login-footer .container .footer-content .footer-content {
  width: 615px; }
  @media screen and (max-width: 992px) {
    .site-footer.login-footer .container .footer-content .footer-content {
      width: fit-content; } }
.site-footer .container {
  padding: 40px 0; }
  @media screen and (max-width: 992px) {
    .site-footer .container {
      padding: 20px; } }
  .site-footer .container .footer-content.flex {
    flex-wrap: wrap; }
  @media screen and (max-width: 992px) {
    .site-footer .container .footer-content {
      flex-direction: column; } }
  .site-footer .container .footer-content p {
    line-height: normal; }
  .site-footer .container .footer-content .footer-menu .footer-logo {
    margin: 0px 5px; }
  .site-footer .container .footer-content .footer-menu-content .flex .footer-logo {
    height: 50px; }
  .site-footer .container .footer-content .footer-menu {
    display: flex;
    align-items: baseline;
    margin-left: auto;
    float: right;
    right: 50px;
    width: 88%;
    justify-content: end; }
    @media screen and (max-width: 992px) {
      .site-footer .container .footer-content .footer-menu {
        margin: 0;
        display: block;
        position: unset;
        margin-bottom: 15px; } }
    @media screen and (max-width: 998px) {
      .site-footer .container .footer-content .footer-menu .collapse:not(.show) {
        display: block; } }
    .site-footer .container .footer-content .footer-menu nav .navbar-collapse .navbar-nav {
      max-width: 95%;
      flex-wrap: wrap;
      justify-content: end; }
      @media only screen and (min-width: 1240px) and (max-width: 1900px) {
        .site-footer .container .footer-content .footer-menu nav .navbar-collapse .navbar-nav {
          max-width: 900px; } }
      .site-footer .container .footer-content .footer-menu nav .navbar-collapse .navbar-nav li .nav-link {
        padding-top: 0;
        font-size: 14px;
        padding-bottom: 0;
        text-transform: uppercase;
        font-family: "PFDinTextPro-Italic", sans-serif; }
      .site-footer .container .footer-content .footer-menu nav .navbar-collapse .navbar-nav li:last-child {
        padding-top: 16px; }
        .site-footer .container .footer-content .footer-menu nav .navbar-collapse .navbar-nav li:last-child .nav-link {
          text-transform: unset;
          font-family: "PFDinTextPro-Regular", sans-serif; }
        @media only screen and (min-width: 1240px) and (max-width: 1900px) {
          .site-footer .container .footer-content .footer-menu nav .navbar-collapse .navbar-nav li:last-child {
            padding: 0.5rem;
            padding-top: 16px; } }

.logo-section .logo {
  height: 49px;
  width: 260px; }
.logo-section .rounded {
  border-radius: 20px !important; }

.banner-slider .rounded {
  border-radius: 20px !important; }
.banner-slider .carousel-control-prev {
  transform: rotate(3.142rad);
  left: -130px;
  opacity: 1; }
  .banner-slider .carousel-control-prev .carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
    .banner-slider .carousel-control-prev .carousel-control-prev-icon::after {
      content: '';
      top: 50%;
      left: 50%;
      width: 8px;
      height: 8px;
      display: block;
      position: absolute;
      border-top: 2px solid #000000;
      border-right: 2px solid #000000;
      transform: translate(-50%, -50%) rotate(50deg); }
.banner-slider .carousel-control-next {
  right: -130px;
  opacity: 1; }
  .banner-slider .carousel-control-next .carousel-control-next-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
    .banner-slider .carousel-control-next .carousel-control-next-icon::after {
      content: '';
      top: 50%;
      left: 50%;
      width: 8px;
      height: 8px;
      display: block;
      position: absolute;
      border-top: 2px solid #000000;
      border-right: 2px solid #000000;
      transform: translate(-50%, -50%) rotate(45deg); }

header .site-header .container .header-content .logo-content {
  display: block;
  height: 130px;
  width: 250px; }
header .site-header .container.header-container.owner .contact-section .credential-menu .header-accordion.gallery {
  display: none; }
header .site-header .container.header-container .user-details .credential-menu .header-accordion.user-detail-accordion .accordion-item {
  max-width: 350px;
  top: -30px;
  z-index: 9; }
  @media screen and (max-width: 998px) {
    header .site-header .container.header-container .user-details .credential-menu .header-accordion.user-detail-accordion .accordion-item {
      width: 95%;
      margin: 0 auto;
      position: unset;
      max-width: unset; } }
  header .site-header .container.header-container .user-details .credential-menu .header-accordion.user-detail-accordion .accordion-item :checked ~ .accordion-content {
    display: none !important;
    min-height: unset;
    max-height: unset;
    margin-top: unset; }
  header .site-header .container.header-container .user-details .credential-menu .header-accordion.user-detail-accordion .accordion-item.active {
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 9px rgba(70, 70, 70, 0.31); }
    header .site-header .container.header-container .user-details .credential-menu .header-accordion.user-detail-accordion .accordion-item.active label.accordion.user-detail-header .user-content {
      padding-bottom: 0 !important; }
    header .site-header .container.header-container .user-details .credential-menu .header-accordion.user-detail-accordion .accordion-item.active .user-detail-accordion-content {
      display: block !important;
      width: 100% !important;
      min-height: 100px;
      overflow: unset; }
  header .site-header .container.header-container .user-details .credential-menu .header-accordion.user-detail-accordion .accordion-item label.accordion.user-detail-header::after {
    display: none; }
  header .site-header .container.header-container .user-details .credential-menu .header-accordion.user-detail-accordion .accordion-item label.accordion.user-detail-header .user-content .avatar {
    width: 65px;
    height: 65px;
    margin-left: 0;
    display: block;
    min-width: 65px;
    margin-right: 15px; }
    @media screen and (max-width: 998px) {
      header .site-header .container.header-container .user-details .credential-menu .header-accordion.user-detail-accordion .accordion-item label.accordion.user-detail-header .user-content .avatar {
        width: 70px;
        height: 70px;
        min-width: 70px; } }
  header .site-header .container.header-container .user-details .credential-menu .header-accordion.user-detail-accordion .accordion-item label.accordion.user-detail-header .user-content .user-name-detail p.user-role-detail {
    height: 20px; }
  header .site-header .container.header-container .user-details .credential-menu .header-accordion.user-detail-accordion .accordion-item label.accordion.user-detail-header .user-content .user-name-detail h3.user-name span {
    width: 200px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: "Roboto-Medium", sans-serif;
    color: #E30609; }
    @media screen and (max-width: 998px) {
      header .site-header .container.header-container .user-details .credential-menu .header-accordion.user-detail-accordion .accordion-item label.accordion.user-detail-header .user-content .user-name-detail h3.user-name span {
        width: 200px; } }
  header .site-header .container.header-container .user-details .credential-menu .header-accordion.user-detail-accordion .accordion-item label.accordion.user-detail-header .user-content .user-name-detail .user-points {
    position: relative; }
    header .site-header .container.header-container .user-details .credential-menu .header-accordion.user-detail-accordion .accordion-item label.accordion.user-detail-header .user-content .user-name-detail .user-points:after {
      top: 5px;
      content: '';
      width: 10px;
      right: -20px;
      height: 10px;
      position: absolute;
      border-style: solid;
      display: inline-block;
      transform: rotate(45deg);
      border-color: #000000;
      border-width: 0 2px 2px 0; }
  header .site-header .container.header-container .user-details .credential-menu .header-accordion.user-detail-accordion .accordion-item .accordion-content.user-detail-accordion-content .menu .expiring-points {
    margin-left: 80px !important; }
@media screen and (max-width: 998px) {
  header .site-header .container.header-container .menu-content .menu .collapse:not(.show) {
    display: block; } }
header .site-header .container.header-container .menu-content .menu a {
  padding: 0 5px;
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-right: 5px;
  color: #000000;
  text-transform: uppercase;
  font-family: "PFDinTextPro-Italic", sans-serif; }
  @media screen and (max-width: 998px) {
    header .site-header .container.header-container .menu-content .menu a {
      margin-bottom: 5px; } }
  @media only screen and (min-width: 1240px) and (max-width: 1900px) {
    header .site-header .container.header-container .menu-content .menu a {
      padding-right: 10px; } }
  header .site-header .container.header-container .menu-content .menu a:hover, header .site-header .container.header-container .menu-content .menu a.highlighted {
    font-family: "PFDinTextPro-BoldItalic", sans-serif !important; }
header .site-header .container.header-container .contact-section .credential-menu .header-accordion {
  margin: 0 10px; }
  header .site-header .container.header-container .contact-section .credential-menu .header-accordion.active .header-badge.accordion-item .accordion {
    background-color: #FFD800; }
  header .site-header .container.header-container .contact-section .credential-menu .header-accordion.active .header-badge.accordion-item .accordion-content {
    display: block; }
  header .site-header .container.header-container .contact-section .credential-menu .header-accordion .accordion-item .accordion {
    height: 45px;
    width: 45px;
    cursor: pointer;
    background-color: #FFFFFF; }
    header .site-header .container.header-container .contact-section .credential-menu .header-accordion .accordion-item .accordion:after {
      display: none; }
    header .site-header .container.header-container .contact-section .credential-menu .header-accordion .accordion-item .accordion .icon {
      height: 25px;
      margin: auto;
      width: 25px; }
    header .site-header .container.header-container .contact-section .credential-menu .header-accordion .accordion-item .accordion .item-count {
      top: 0;
      right: 0;
      width: 10px;
      height: 10px;
      position: absolute;
      border-radius: 30px;
      background-color: #E30609; }
  header .site-header .container.header-container .contact-section .credential-menu .header-accordion .accordion-item .accordion-content ul.accordion-content-title .accordion-content-sub-title {
    border: 0;
    background: #FFD800 !important; }
    header .site-header .container.header-container .contact-section .credential-menu .header-accordion .accordion-item .accordion-content ul.accordion-content-title .accordion-content-sub-title span.count {
      width: 25px;
      height: 25px;
      font-size: 13px;
      text-align: center;
      border-radius: 15px;
      align-items: center;
      display: inline-flex;
      justify-content: center;
      background-color: #FFFFFF; }
  header .site-header .container.header-container .contact-section .credential-menu .header-accordion.gallery {
    margin-left: 0; }
    header .site-header .container.header-container .contact-section .credential-menu .header-accordion.gallery .accordion-item .gallery-header {
      padding: 0; }
    header .site-header .container.header-container .contact-section .credential-menu .header-accordion.gallery .accordion-item .gallery-contents {
      z-index: 1;
      display: none;
      right: -100px;
      min-height: 0;
      margin-top: 8px;
      min-width: 315px;
      max-height: 100vh;
      position: absolute;
      background-color: #FFFFFF; }
      @media screen and (max-width: 998px) {
        header .site-header .container.header-container .contact-section .credential-menu .header-accordion.gallery .accordion-item .gallery-contents {
          right: 0;
          left: -50px;
          min-width: 250px; } }
      header .site-header .container.header-container .contact-section .credential-menu .header-accordion.gallery .accordion-item .gallery-contents ul {
        padding: 0;
        min-height: 155px;
        height: 200px; }
        header .site-header .container.header-container .contact-section .credential-menu .header-accordion.gallery .accordion-item .gallery-contents ul li {
          width: 64px;
          height: 64px;
          border: none;
          margin: 10px 0;
          padding: 10px 0;
          border-radius: 50%;
          display: inline-flex;
          background-color: #F5F5F5; }
          header .site-header .container.header-container .contact-section .credential-menu .header-accordion.gallery .accordion-item .gallery-contents ul li:nth-child(even) {
            margin: 10px 13px; }
          header .site-header .container.header-container .contact-section .credential-menu .header-accordion.gallery .accordion-item .gallery-contents ul li img {
            width: 44px;
            height: 44px;
            margin: auto;
            object-fit: contain; }
          header .site-header .container.header-container .contact-section .credential-menu .header-accordion.gallery .accordion-item .gallery-contents ul li.unread {
            cursor: pointer; }
          header .site-header .container.header-container .contact-section .credential-menu .header-accordion.gallery .accordion-item .gallery-contents ul li:empty {
            background-color: transparent;
            border: none; }
      header .site-header .container.header-container .contact-section .credential-menu .header-accordion.gallery .accordion-item .gallery-contents .btn.selos-btn {
        background-color: #E30609 !important; }
  header .site-header .container.header-container .contact-section .credential-menu .header-accordion.notification .accordion-item .notification-content {
    right: -70px;
    z-index: 1000;
    display: none;
    min-height: 0;
    margin-top: 8px;
    min-width: 315px;
    max-height: 100vh;
    position: absolute;
    background-color: #FFFFFF; }
    @media screen and (max-width: 998px) {
      header .site-header .container.header-container .contact-section .credential-menu .header-accordion.notification .accordion-item .notification-content {
        right: 0;
        left: -100px;
        min-width: 250px; } }
    header .site-header .container.header-container .contact-section .credential-menu .header-accordion.notification .accordion-item .notification-content ul {
      padding: 0;
      min-height: 155px;
      height: 450px; }
      header .site-header .container.header-container .contact-section .credential-menu .header-accordion.notification .accordion-item .notification-content ul li {
        cursor: pointer;
        font-style: normal;
        border-bottom: 1px solid #DADADA;
        background-color: #FFFFFF !important; }
        header .site-header .container.header-container .contact-section .credential-menu .header-accordion.notification .accordion-item .notification-content ul li.unread .notification .content small:after {
          right: 0;
          content: "nova!";
          font-size: 11px;
          padding: 4px 10px;
          position: absolute;
          color: #000000;
          border-radius: 25px;
          text-transform: uppercase;
          background-color: #FFD800;
          font-family: "PFDinTextPro-BoldItalic", sans-serif; }
        header .site-header .container.header-container .contact-section .credential-menu .header-accordion.notification .accordion-item .notification-content ul li:nth-child(even) {
          background-color: #FFFFFF; }
        header .site-header .container.header-container .contact-section .credential-menu .header-accordion.notification .accordion-item .notification-content ul li .notification {
          margin: 0 auto; }
          header .site-header .container.header-container .contact-section .credential-menu .header-accordion.notification .accordion-item .notification-content ul li .notification .content {
            position: relative; }
            header .site-header .container.header-container .contact-section .credential-menu .header-accordion.notification .accordion-item .notification-content ul li .notification .content h5 {
              margin: 0;
              font-size: 20px;
              margin-bottom: 10px;
              text-transform: uppercase;
              color: #E30609;
              font-family: "PFDinTextPro-BoldItalic", sans-serif; }
              header .site-header .container.header-container .contact-section .credential-menu .header-accordion.notification .accordion-item .notification-content ul li .notification .content h5:empty {
                display: none; }
            header .site-header .container.header-container .contact-section .credential-menu .header-accordion.notification .accordion-item .notification-content ul li .notification .content a {
              font-size: 12px;
              text-transform: unset;
              color: #000000 !important;
              font-family: "PFDinTextPro-Bold", sans-serif; }
            header .site-header .container.header-container .contact-section .credential-menu .header-accordion.notification .accordion-item .notification-content ul li .notification .content small {
              font-family: "Roboto-Regular", sans-serif;
              color: #666666;
              font-size: 12px; }
          header .site-header .container.header-container .contact-section .credential-menu .header-accordion.notification .accordion-item .notification-content ul li .notification .img {
            display: none; }
  header .site-header .container.header-container .contact-section .credential-menu .header-accordion.cart.active .accordion-item.header-badge .accordion-content.card-content {
    display: block; }
  header .site-header .container.header-container .contact-section .credential-menu .header-accordion.cart .accordion-item.header-badge .accordion-content.card-content {
    z-index: 1;
    position: absolute;
    min-width: 300px;
    display: none;
    min-height: 0;
    right: -70px;
    padding: 15px;
    margin-top: 5px;
    max-height: 100vh; }
    @media screen and (max-width: 998px) {
      header .site-header .container.header-container .contact-section .credential-menu .header-accordion.cart .accordion-item.header-badge .accordion-content.card-content {
        right: -50px; } }
    header .site-header .container.header-container .contact-section .credential-menu .header-accordion.cart .accordion-item.header-badge .accordion-content.card-content ul {
      padding-top: 0;
      min-height: 155px;
      height: max-content; }
      header .site-header .container.header-container .contact-section .credential-menu .header-accordion.cart .accordion-item.header-badge .accordion-content.card-content ul li:nth-child(even) {
        background-color: unset; }
      header .site-header .container.header-container .contact-section .credential-menu .header-accordion.cart .accordion-item.header-badge .accordion-content.card-content ul li a .icon {
        width: 24px;
        height: 24px; }
      header .site-header .container.header-container .contact-section .credential-menu .header-accordion.cart .accordion-item.header-badge .accordion-content.card-content ul li a span {
        font-size: 14px;
        padding: 4px 10px;
        text-align: center;
        border-radius: 15px; }
  header .site-header .container.header-container .contact-section .credential-menu .header-accordion.antenna {
    margin: 0;
    margin-left: 10px; }
    header .site-header .container.header-container .contact-section .credential-menu .header-accordion.antenna .antenna-btn {
      border: 0;
      position: relative;
      background: transparent; }
      header .site-header .container.header-container .contact-section .credential-menu .header-accordion.antenna .antenna-btn:focus {
        box-shadow: unset;
        outline: none !important; }
      header .site-header .container.header-container .contact-section .credential-menu .header-accordion.antenna .antenna-btn::after {
        content: '';
        width: 45px;
        height: 45px;
        display: inline-block;
        transition: all .35s;
        background-image: url(../images/icon/header-antenna-icon.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        right: -5px;
        top: -2px; }

.mega-menu-container .mega-menu {
  border-radius: 25px;
  border: 1px solid #B2B2B2;
  overflow: hidden; }
  .mega-menu-container .mega-menu .menu-content {
    width: 100%;
    z-index: 0;
    display: flex;
    overflow: auto;
    list-style: none;
    margin: 0;
    padding: 0; }
    .mega-menu-container .mega-menu .menu-content .menu-item {
      text-align: center;
      padding: 25px 0 10px 0;
      cursor: pointer;
      width: 100%;
      height: 100%;
      outline: none; }
      .mega-menu-container .mega-menu .menu-content .menu-item a:hover, .mega-menu-container .mega-menu .menu-content .menu-item a:visited, .mega-menu-container .mega-menu .menu-content .menu-item a:focus {
        outline: none; }
      .mega-menu-container .mega-menu .menu-content .menu-item a .icon {
        width: 80px;
        height: 80px;
        background-color: #FFFFFF; }
        .mega-menu-container .mega-menu .menu-content .menu-item a .icon img {
          filter: brightness(0) saturate(100%) invert(0%); }
      .mega-menu-container .mega-menu .menu-content .menu-item:hover {
        outline: none; }
        .mega-menu-container .mega-menu .menu-content .menu-item:hover .sub-link {
          outline: none; }
          .mega-menu-container .mega-menu .menu-content .menu-item:hover .sub-link:hover, .mega-menu-container .mega-menu .menu-content .menu-item:hover .sub-link:focus {
            outline: none; }
          .mega-menu-container .mega-menu .menu-content .menu-item:hover .sub-link .icon img {
            filter: unset; }
          .mega-menu-container .mega-menu .menu-content .menu-item:hover .sub-link p {
            color: #E30609; }
      .mega-menu-container .mega-menu .menu-content .menu-item.active {
        outline: none; }
        .mega-menu-container .mega-menu .menu-content .menu-item.active a {
          outline: none; }
          .mega-menu-container .mega-menu .menu-content .menu-item.active a:hover, .mega-menu-container .mega-menu .menu-content .menu-item.active a:focus {
            outline: none; }
          .mega-menu-container .mega-menu .menu-content .menu-item.active a .icon {
            background-color: #FFD800; }
      .mega-menu-container .mega-menu .menu-content .menu-item .sub-link p {
        padding: 10px 0;
        color: #000000;
        line-height: normal;
        font-size: 13px;
        padding-bottom: 0;
        height: 38px;
        font-family: "PFDinTextPro-BoldItalic", sans-serif !important; }
    .mega-menu-container .mega-menu .menu-content .slick-list {
      padding: 0 1rem; }
    .mega-menu-container .mega-menu .menu-content .slick-arrow {
      display: block;
      height: 22px;
      width: 22px;
      text-align: center;
      border-radius: 50%;
      background-color: #FFFFFF;
      margin: 0 6px; }
      .mega-menu-container .mega-menu .menu-content .slick-arrow:before {
        width: 9px;
        height: 9px;
        border-top: 1px solid #000000;
        border-right: 1px solid #000000;
        background: none;
        transform: rotate(45deg);
        margin: 0 auto;
        opacity: 1;
        position: absolute;
        top: 6px;
        right: 7px; }
      .mega-menu-container .mega-menu .menu-content .slick-arrow.slick-prev:before {
        transform: rotate(220deg);
        right: 4px; }

.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.rangeslider {
  background: #e6e6e6;
  position: relative; }

.rangeslider--horizontal {
  height: 20px;
  width: 100%; }

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%; }

.rangeslider--disabled {
  filter: alpha(Opacity=40);
  opacity: 0.4; }

.rangeslider__fill {
  background: #0f0;
  position: absolute; }

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%; }

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%; }

.rangeslider__handle {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g) #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.rangeslider__handle:active {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12)); }

.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y; }

.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x; }

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9); }

.rangeslider .rangeslider__fill {
  background: #FBBA00; }
.rangeslider .rangeslider__handle {
  width: 25px;
  height: 25px;
  top: -2px !important;
  box-shadow: none;
  background-color: #B2B2B2; }
  .rangeslider .rangeslider__handle:after {
    content: '+';
    width: 23px;
    height: 23px;
    font-family: "PFDinTextPro-Medium", sans-serif;
    background-image: none;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center; }

.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1; }

.irs-handle.type_last {
  z-index: 2; }

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default; }

.irs-min {
  left: 0; }

.irs-max {
  right: 0; }

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: 0.4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

.irs--flat {
  height: 40px; }

.irs--flat.irs-with-grid {
  height: 60px; }

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px; }

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565; }

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9; }

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent; }

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453; }

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540; }

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px; }

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px; }

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565; }

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9; }

.irs--flat .irs-grid-text {
  color: #999; }

.irs--big {
  height: 55px; }

.irs--big.irs-with-grid {
  height: 70px; }

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px; }

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5); }

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px; }

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5); }

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  background-color: #cbcfd5;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: linear-gradient(to bottom, white 0%, #b4b9be 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px; }

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  background-color: #939ba7;
  border-color: rgba(0, 0, 0, 0.45);
  background: linear-gradient(to bottom, white 0%, #919ba5 30%, white 100%); }

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px; }

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px; }

.irs--big .irs-grid-pol {
  background-color: #428bca; }

.irs--big .irs-grid-text {
  color: #428bca; }

.irs--modern {
  height: 55px; }

.irs--modern.irs-with-grid {
  height: 55px; }

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px; }

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%); }

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px; }

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5); }

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg); }

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1; }

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%); }

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2; }

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a; }

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px; }

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px; }

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426; }

.irs--modern .irs-grid {
  height: 25px; }

.irs--modern .irs-grid-pol {
  background-color: #dedede; }

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1; }

.irs--sharp.irs-with-grid {
  height: 57px; }

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px; }

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa; }

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px; }

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5); }

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2; }

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black; }

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black; }

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px; }

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px; }

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-grid {
  height: 25px; }

.irs--sharp .irs-grid-pol {
  background-color: #dedede; }

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--round {
  height: 50px; }

.irs--round.irs-with-grid {
  height: 65px; }

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px; }

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa; }

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5); }

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3); }

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px; }

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa; }

.irs--round .irs-grid {
  height: 25px; }

.irs--round .irs-grid-pol {
  background-color: #dedede; }

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--square {
  height: 50px; }

.irs--square.irs-with-grid {
  height: 60px; }

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede; }

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black; }

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede; }

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1); }

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white; }

.irs--square .irs-grid {
  height: 25px; }

.irs--square .irs-grid-pol {
  background-color: #dedede; }

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #f5f5f5;
  border: 0px solid #aaa;
  border-radius: 0.5rem; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role="group"] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role="group"] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2-container .select2-selection__arrow {
  background: url(../images/icon/down-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  top: 10px !important;
  right: 10px !important;
  width: 20px !important;
  height: 20px !important;
  background-color: #878787;
  border-radius: 50%;
  transition: all .5s ease-in-out; }
  .select2-container .select2-selection__arrow b {
    display: none; }
.select2-container.select2-container--open .select2-selection {
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }
.select2-container.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg); }
.select2-container .select2-selection {
  width: 50px;
  min-width: 215px !important;
  border-radius: 25px;
  height: 56px; }
  .select2-container .select2-selection:hover, .select2-container .select2-selection:focus {
    outline: none; }
  .select2-container .select2-selection .select2-selection__rendered {
    line-height: 35px;
    padding-left: 10px; }
.select2-container .select2-dropdown {
  border-radius: 25px;
  border-top-left-radius: 0;
  overflow: hidden;
  margin-top: -1px;
  border-top-right-radius: 0; }
  .select2-container .select2-dropdown .select2-search {
    display: none; }
  .select2-container .select2-dropdown .select2-results {
    background-color: #F4F4F4; }
    .select2-container .select2-dropdown .select2-results ul {
      max-height: 255px; }
      .select2-container .select2-dropdown .select2-results ul li.select2-results__option--highlighted {
        background-color: #B2B2B2; }

.slick-next,
.slick-prev {
  width: 50px;
  height: 50px;
  z-index: 1; }
  .slick-next:before,
  .slick-prev:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-position: center;
    opacity: 1; }

.slick-next {
  right: 0; }
  .slick-next:before {
    background-image: url("../images/icon/slider-arrow-right.png") !important; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    background-image: url("../images/icon/slider-arrow-left.png") !important; }

.post-slider .slick-slide {
  transition: all 0.5s ease-in-out;
  transform: scale(0.7); }
  .post-slider .slick-slide:hover, .post-slider .slick-slide:focus {
    outline: none; }
.post-slider .slick-slide {
  filter: contrast(0.8) brightness(0.8); }
  @media screen and (max-width: 767px) {
    .post-slider .slick-slide {
      filter: none; } }
  .post-slider .slick-slide .card-light-gray {
    background: linear-gradient(180deg, #BF0609, #E30609) !important; }
    .post-slider .slick-slide .card-light-gray a:hover, .post-slider .slick-slide .card-light-gray a:focus, .post-slider .slick-slide .card-light-gray a.active {
      outline: none; }
      .post-slider .slick-slide .card-light-gray a:hover img, .post-slider .slick-slide .card-light-gray a:focus img, .post-slider .slick-slide .card-light-gray a.active img {
        transition: none;
        transform: none; }
    .post-slider .slick-slide .card-light-gray a img {
      transition: none; }
    .post-slider .slick-slide .card-light-gray a h2 {
      height: 28px;
      overflow: hidden;
      color: #FFFFFF;
      font-style: normal; }
      @media (max-width: 992px) {
        .post-slider .slick-slide .card-light-gray a h2 {
          height: 50px; } }
    .post-slider .slick-slide .card-light-gray a .description {
      color: #FFFFFF !important; }
      @media (max-width: 992px) {
        .post-slider .slick-slide .card-light-gray a .description {
          height: 50px;
          line-height: 14px; } }
    .post-slider .slick-slide .card-light-gray a span {
      font-size: 16px;
      line-height: normal;
      color: #FBBA00 !important;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
      .post-slider .slick-slide .card-light-gray a span .price {
        max-width: 100%; }
      .post-slider .slick-slide .card-light-gray a span span {
        margin: 0 !important;
        width: calc(100% - 100px) !important; }
    .post-slider .slick-slide .card-light-gray a.button {
      padding: 7px 15px;
      width: fit-content;
      width: -moz-fit-content;
      background: #FBBA00 !important;
      position: absolute;
      bottom: 35px;
      right: 30px;
      margin: 0 !important; }
.post-slider .slick-current {
  transform: scale(0.7); }
  .post-slider .slick-current + .slick-active {
    transform: scale(0.9) !important;
    filter: none !important; }
    .post-slider .slick-current + .slick-active .card-light-gray {
      background: linear-gradient(180deg, #BF0609, #E30609) !important;
      background-color: transparent;
      box-shadow: 4px 4px 5px rgba(90, 81, 81, 0.58);
      margin: 8px; }
      .post-slider .slick-current + .slick-active .card-light-gray span span.woocommerce-Price-amount.amount {
        font-size: 30px !important; }
      .post-slider .slick-current + .slick-active .card-light-gray a.button {
        background: #878787 !important;
        position: absolute;
        bottom: 40px;
        right: 30px;
        margin: 0 !important; }
.post-slider .card {
  border-radius: 30px;
  max-width: 400px;
  margin: 0 auto;
  padding: 0px;
  border: none; }
  .post-slider .card .card-body {
    padding: 0px; }
    .post-slider .card .card-body img {
      border-radius: 30px 30px 0px 0px; }
  .post-slider .card .padding {
    border-radius: 0px 0px 30px 30px; }
    .post-slider .card .padding .points {
      margin: 0px; }
      .post-slider .card .padding .points h4 {
        padding: 0px;
        margin: 0px; }
    .post-slider .card .padding a.button {
      background-color: #FBBA00 !important;
      box-shadow: 3px 3px 6px 0px rgba(64, 58, 58, 0.7); }
      .post-slider .card .padding a.button:hover, .post-slider .card .padding a.button:focus {
        outline: none; }

.wizard .steps {
  background-color: #F4F4F4; }
  .wizard .steps ul .number {
    display: none; }
.wizard ul {
  list-style: none !important;
  display: flex;
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 998px) {
    .wizard ul {
      flex-wrap: wrap;
      justify-content: center; } }
  .wizard ul > li {
    display: block;
    padding: 0; }
.wizard > .steps .current-info {
  position: absolute;
  left: -999em; }
.wizard > .steps > ul > li {
  width: auto;
  float: left; }
.wizard > .steps li.current a {
  background-color: #FFD800;
  font-family: "PFDinTextPro-BoldItalic", sans-serif; }
.wizard > .steps a {
  display: block;
  font-size: 18px;
  padding: 12px 20px;
  border-radius: 28px;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #FFFFFF;
  font-family: "PFDinTextPro-Italic", sans-serif; }
  .wizard > .steps a:hover {
    background-color: #EBEBEB; }
.wizard > .steps .error a {
  background: transparent !important;
  color: #fbba00; }
  .wizard > .steps .error a:hover {
    background: transparent !important;
    color: #fbba00; }
  .wizard > .steps .error a:active {
    background: transparent !important;
    color: #fbba00; }
.wizard > .content {
  background: #FFFFFF;
  display: block;
  min-height: 380px;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .wizard > .content > .title {
    display: none !important;
    left: auto; }
  .wizard > .content .current {
    display: block; }
  .wizard > .content > .body {
    float: left;
    width: 95%;
    height: 95%;
    padding: 2.5%; }
    .wizard > .content > .body input[type="checkbox"] {
      display: inline-block; }
    .wizard > .content > .body select,
    .wizard > .content > .body input[type="text"],
    .wizard > .content > .body input[type="number"],
    .wizard > .content > .body input[type="email"],
    .wizard > .content > .body input[type="date"],
    .wizard > .content > .body input[type="password"] {
      border-radius: 8px;
      margin-bottom: 10px; }
    .wizard > .content > .body input.error {
      background: #fbe3e4;
      border: 1px solid #fbc2c4;
      color: #BF0609; }
    .wizard > .content > .body label.error {
      color: #BF0609;
      display: inline-block; }
.wizard > .actions > ul > li {
  float: left; }
.wizard > .actions .previous-holder a {
  background-color: #F5F5F5;
  color: #000000; }
  .wizard > .actions .previous-holder a:hover {
    background: #EBEBEB; }
.wizard > .actions .next-holder {
  margin-left: auto; }
  .wizard > .actions .next-holder a {
    background-color: #000000;
    color: #FFFFFF; }
    .wizard > .actions .next-holder a:hover {
      background: #666666; }
.wizard > .actions .finish-holder {
  margin-left: 16px; }
  .wizard > .actions .finish-holder a {
    background-color: #000000;
    color: #FFFFFF; }
    .wizard > .actions .finish-holder a:hover {
      background: #666666; }
.wizard > .actions a {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 28px !important;
  font-family: "PFDinTextPro-BoldItalic", sans-serif; }

.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden; }
  .tabcontrol a {
    outline: 0; }
  .tabcontrol .steps {
    background-color: red; }
  .tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
    padding-left: 15px; }
    .tabcontrol ul > li {
      display: block;
      padding: 0; }
  .tabcontrol > .steps .current-info {
    position: absolute;
    left: -999em; }
  .tabcontrol > .content > .title {
    display: block;
    left: auto; }

table.extrato-page-table,
.dataTable {
  text-align: center;
  border-collapse: collapse;
  border-radius: 28px !important;
  overflow: hidden; }
  table.extrato-page-table td,
  .dataTable td {
    padding: 15px 10px; }
  table.extrato-page-table th,
  .dataTable th {
    padding: 5px 6px; }
  table.extrato-page-table tbody td,
  .dataTable tbody td {
    font-size: 16px;
    color: #5B5B5B; }
  table.extrato-page-table tr:nth-child(even),
  .dataTable tr:nth-child(even) {
    background: #F4F4F4; }
  table.extrato-page-table thead,
  .dataTable thead {
    background: #E30609 !important; }
    table.extrato-page-table thead th,
    .dataTable thead th {
      color: #FFFFFF;
      font-weight: unset !important;
      font-family: "PFDinTextPro-BoldItalic", sans-serif !important; }

.indicatorTable {
  border: 1px solid #B2B2B2;
  border-collapse: collapse;
  text-transform: uppercase;
  overflow: hidden;
  display: block; }
  .indicatorTable thead {
    background-color: #F4F4F4; }
    .indicatorTable thead th {
      font-size: 20px;
      padding: 5px 10px;
      font-weight: unset !important;
      color: #BF0609;
      background-color: #F4F4F4; }
  .indicatorTable td {
    padding: 0;
    border-right: 1px solid #B2B2B2;
    border-bottom: 1px solid #B2B2B2;
    color: #878787; }
  .indicatorTable tbody tr td {
    font-size: 16px;
    color: #5B5B5B; }
    .indicatorTable tbody tr td span {
      color: #BF0609; }
    .indicatorTable tbody tr td:first-child {
      padding-left: 10px;
      padding-right: 10px; }
    .indicatorTable tbody tr td:last-child {
      text-align: center; }
  .indicatorTable tbody tr:last-child {
    background-color: #F4F4F4; }
    .indicatorTable tbody tr:last-child td {
      color: #BF0609; }
  .indicatorTable tbody tr.btn-red td.title-white {
    color: #FFFFFF !important; }

.indicadores_elsys {
  height: 295px; }

.op_vendas_table {
  height: 100%; }

.divTable {
  border: 1px solid #B2B2B2;
  border-radius: 10px;
  height: 100%; }
  .divTable .table_vendas {
    padding: 0px !important;
    height: 100%; }
  .divTable .header-content {
    background-color: #F4F4F4;
    padding: 10px 15px; }
    .divTable .header-content h5 {
      margin: 0;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .divTable .eligibility-content {
    padding: 10px 15px; }
    .divTable .eligibility-content p {
      font-family: "PFDinTextPro-MediumItalic", sans-serif;
      color: #5B5B5B; }
      .divTable .eligibility-content p.text-uppercase {
        font-size: 11px; }
      .divTable .eligibility-content p.text-capitalize {
        text-transform: uppercase !important; }
        .divTable .eligibility-content p.text-capitalize.small {
          text-transform: capitalize !important; }
      .divTable .eligibility-content p span {
        color: #BF0609;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
        .divTable .eligibility-content p span.title-gray {
          color: #5B5B5B; }
      .divTable .eligibility-content p sup {
        font-family: "PFDinTextPro-MediumItalic", sans-serif;
        color: #5B5B5B; }
    .divTable .eligibility-content .headers {
      display: flex;
      justify-content: space-between; }
    .divTable .eligibility-content .header_title {
      margin-left: 25px;
      margin-top: 10px; }
      .divTable .eligibility-content .header_title .table-right-arrow {
        padding-top: 8px; }
    .divTable .eligibility-content .header_title_second {
      margin-right: 35px;
      margin-top: 10px; }
    .divTable .eligibility-content .table-row.table-head {
      background-color: #BF0609;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      overflow: hidden;
      margin-top: 15px;
      width: 267px; }
      @media screen and (max-width: 998px) {
        .divTable .eligibility-content .table-row.table-head {
          width: 100%; } }
      .divTable .eligibility-content .table-row.table-head .divTableCell {
        padding: 5px 10px;
        border: none; }
        .divTable .eligibility-content .table-row.table-head .divTableCell p {
          color: #FFFFFF !important;
          position: relative; }
    .divTable .eligibility-content .primary_container {
      margin-left: 10px; }
      .divTable .eligibility-content .primary_container .table-row.table-head {
        width: 270px; }
        .divTable .eligibility-content .primary_container .table-row.table-head .divTableCell p {
          position: relative;
          left: 0; }
      .divTable .eligibility-content .primary_container .row_title {
        width: 50% !important; }
      .divTable .eligibility-content .primary_container .table-row .divTableCell {
        width: 135px; }
      .divTable .eligibility-content .primary_container .table-row.footer_table_vendas {
        width: 270px !important; }
    .divTable .eligibility-content .second_container .table-row.table-head {
      width: 306px; }
      .divTable .eligibility-content .second_container .table-row.table-head .divTableCell {
        padding: 5px 10px; }
        .divTable .eligibility-content .second_container .table-row.table-head .divTableCell p {
          left: 0px; }
    .divTable .eligibility-content .second_container .table-row .divTableCell {
      width: 50%; }
    .divTable .eligibility-content .second_container .table-row:last-child {
      width: 100% !important; }
      .divTable .eligibility-content .second_container .table-row:last-child .divTableCell {
        width: 50%; }
        .divTable .eligibility-content .second_container .table-row:last-child .divTableCell + .divTableCell {
          width: 50%; }
    .divTable .eligibility-content .multiplicador .divTableCell p {
      left: 195px !important; }
    .divTable .eligibility-content .table-row.table-footer {
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      overflow: hidden; }
    .divTable .eligibility-content .table-row .divTableCell {
      width: 134px;
      border: 1px solid #B2B2B2;
      border-bottom: 0;
      padding: 0 10px;
      text-transform: none; }
      .divTable .eligibility-content .table-row .divTableCell p {
        font-size: 14px; }
        .divTable .eligibility-content .table-row .divTableCell p.text-uppercase {
          font-size: 11px; }
          .divTable .eligibility-content .table-row .divTableCell p.text-uppercase.fs-7 {
            font-size: 14px; }
      .divTable .eligibility-content .table-row .divTableCell + .divTableCell {
        text-align: center;
        border-left: 0; }
    .divTable .eligibility-content .table-row:last-child {
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
      border: 1px solid #B2B2B2;
      overflow: hidden;
      width: 268px; }
      @media screen and (max-width: 998px) {
        .divTable .eligibility-content .table-row:last-child {
          width: 100%; } }
      .divTable .eligibility-content .table-row:last-child .divTableCell {
        border: 0;
        border-bottom-left-radius: 15px;
        border-right: 1px solid #B2B2B2;
        width: 50%; }
        .divTable .eligibility-content .table-row:last-child .divTableCell + .divTableCell {
          border: 0;
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 15px; }
          .divTable .eligibility-content .table-row:last-child .divTableCell + .divTableCell.border-right {
            border-color: #B2B2B2 !important; }
  .divTable .table-revisita {
    position: relative;
    left: 30px; }
    @media screen and (max-width: 998px) {
      .divTable .table-revisita {
        left: 0; } }
  .divTable .vendas {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important; }
  .divTable .multiplicador {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important; }
  .divTable .footer_table_vendas {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border: 1px solid #B2B2B2;
    overflow: hidden;
    width: 48% !important; }
  .divTable .title-red {
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .divTable .title-gray {
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }

.bg-gradient,
.btn-gradient {
  background: linear-gradient(180deg, #BF0609, #E30609) !important; }

.bg-white {
  background-color: #FFFFFF !important; }

.bg-gray-light {
  background-color: #F4F4F4 !important; }

.bg-gray-lighter {
  background-color: #F5F5F5 !important; }

.bg-gray-medium {
  background-color: #B2B2B2 !important; }

.bg-red-gradient,
.bg-red-bar {
  background: #E30609 !important; }

.bg-green-gradient,
.bg-green-bar {
  background: #28AF00 !important; }

.bg-yellow-gradient,
.bg-yellow-bar {
  background: #FBBA00 !important;
  color: #FFFFFF !important; }

.bg-yellow {
  background-color: #FBBA00; }

.bg-yellow-medium {
  background-color: #FFB819 !important; }

.bg-yellow-lighter {
  background-color: #FFD800 !important; }

.bg-black {
  background: #000000 !important; }

.bg-text-medium {
  background-color: #666666 !important; }

.title-gray {
  color: #B2B2B2;
  font-family: "PFDinTextPro-LightItalic", sans-serif; }
  .title-gray span {
    color: #BF0609;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }

.title-dark-gray {
  color: #5B5B5B; }

.text-gray-medium {
  color: #666666 !important; }

.title-gray-light {
  color: #F4F4F4; }

.title-yellow {
  color: #FBBA00 !important;
  font-family: "PFDinTextPro-LightItalic", sans-serif; }
  .title-yellow span {
    color: #FFFFFF !important;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }

.title-yellow-medium {
  color: #FFB819 !important; }

.title-yellow-light {
  color: #FFD800 !important; }

.title-white {
  color: #FFFFFF !important; }

.title-red {
  color: #BF0609;
  font-family: "PFDinTextPro-Italic", sans-serif; }
  .title-red span {
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }

.title-black,
.text-black {
  color: #000000 !important; }

.text-primary-light {
  color: #E30609 !important; }

.title-green {
  color: #28AF00 !important; }

.italic {
  font-style: italic; }

.font-normal {
  font-style: normal !important;
  font-family: "PFDinTextPro-Regular", sans-serif; }

.italic-light {
  font-style: italic;
  font-family: "PFDinTextPro-Light", sans-serif; }

/*BUTTON*/
.btn {
  border-radius: 28px !important;
  color: #FFFFFF;
  box-shadow: none;
  display: block;
  line-height: 1.5 !important;
  font-size: 13px;
  padding: 12px 20px !important;
  text-transform: uppercase;
  font-weight: normal !important;
  font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .btn:focus {
    box-shadow: none; }
  .btn:hover {
    color: #FFFFFF; }
  .btn.bg-red-bar:hover {
    background: #BF0609 !important; }
  .btn.bg-gray-lighter:hover {
    background: #EBEBEB !important; }
  .btn.btn-black:hover, .btn.bg-black:hover {
    background: #666666 !important; }
  .btn.back-button {
    position: relative;
    padding-left: 35px !important; }
    .btn.back-button:before {
      content: '';
      display: inline-block;
      position: absolute;
      left: 10px;
      top: 13px;
      width: 20px;
      height: 20px;
      transform: rotate(180deg);
      background-image: url("../images/icon/arrow-right-white-icon.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
  .btn.comment-container, .btn.like-container {
    padding: 8px 10px !important; }
  .btn.p-sm-0 {
    padding: 0 !important; }

label.btn {
  padding: 8px 20px !important; }

a.btn {
  display: block; }

.btn-outline-gray {
  background-color: transparent;
  border: 1px solid #B2B2B2; }

.btn-red {
  background-color: #BF0609 !important; }

.btn-outline-light {
  background-color: transparent;
  border: 1px solid #000000; }

.btn-outline-gray-extra {
  border: 1px solid #E0E0E0; }

.border-light-color {
  border-color: #CCCCCC !important; }

.btn-yellow {
  background-color: #FBBA00 !important;
  color: #FFFFFF !important; }

.btn-green {
  background-color: #28AF00 !important;
  color: #FFFFFF !important; }

.btn-black {
  background-color: #000000 !important;
  color: #FFFFFF !important; }

.bg-gray,
.btn-gray {
  background-color: #878787 !important;
  color: #FFFFFF; }

.btn-outline-yellow {
  background-color: transparent;
  border: 1px solid #FBBA00; }

.btn-outline-green {
  background-color: transparent;
  border: 1px solid #28AF00; }

.background-transparent {
  background: transparent !important;
  background-color: transparent !important; }

span.glow {
  width: 20px;
  height: 5px;
  display: block;
  background: #FFFFFF;
  margin-bottom: 12px;
  box-shadow: 0 0 7px 1px white; }

.right-arrow {
  width: 22px;
  height: 22px;
  text-align: center;
  transition: all 0.35s;
  background-image: url(../images/icon/down-icon.png);
  background-repeat: no-repeat;
  background-size: contain; }

.container .page-content.overflow-y {
  padding: 25px;
  z-index: 999;
  margin-top: -10vw;
  position: relative;
  background-color: #FFFFFF; }
  .container .page-content.overflow-y.rounded {
    border-radius: 20px !important; }
  @media screen and (max-width: 767px) {
    .container .page-content.overflow-y {
      margin-top: 0;
      padding: 15px; } }
  .container .page-content.overflow-y p {
    color: #5B5B5B; }
  .container .page-content.overflow-y .comingsoon h2 {
    color: #5B5B5B; }

.avatar {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  width: 135px;
  height: 135px;
  cursor: default; }
  .avatar img {
    margin: 0px;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .avatar .avatar-upload {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden; }
    .avatar .avatar-upload input[type="file"] {
      opacity: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      cursor: pointer; }
    .avatar .avatar-upload label {
      width: 100%;
      text-align: center;
      color: #FFFFFF !important;
      text-transform: capitalize;
      padding: 10px;
      padding-top: 5px;
      background-color: #E30609;
      bottom: 0;
      position: absolute;
      margin-bottom: 0 !important;
      font-family: "Roboto-Regular", sans-serif !important; }

.bg-footer {
  background-color: rgba(0, 0, 0, 0.2); }

.pagination .screen-reader-text,
.pagination .nav-links .meta-nav {
  display: none; }
.pagination .nav-links {
  margin: 0 auto;
  display: flex; }
  .pagination .nav-links a {
    color: #5B5B5B; }
  .pagination .nav-links .page-numbers {
    width: 30px;
    height: 30px;
    margin: 0 4px;
    display: block;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #F5F5F5; }
    .pagination .nav-links .page-numbers.current {
      background: #E30609;
      color: #FFFFFF; }
    .pagination .nav-links .page-numbers.next {
      display: none; }

.woocommerce-breadcrumb {
  color: #000000;
  text-transform: uppercase;
  margin: 1.875rem 0 !important; }
  .woocommerce-breadcrumb a {
    color: #000000;
    font-family: "PFDinTextPro-Italic", sans-serif; }
    .woocommerce-breadcrumb a:last-child {
      color: #E30609;
      font-family: "PFDinTextPro-BoldItalic", sans-serif; }

.entry-summary .button.single_add_to_cart_button::before {
  content: "";
  width: 25px;
  height: 24px;
  display: inline-block;
  transition: all 0.35s;
  background-image: url(../images/icon/cart-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -2px;
  position: absolute;
  left: 10px;
  top: 10px; }

.border-bottom {
  border-bottom: 1px solid #878787 !important; }

@media screen and (max-width: 1200px) {
  header .site-header .container .header-content {
    margin: 0 !important;
    padding-left: 15px; } }
.play-store .app-info {
  font-size: 40px; }
.play-store .store-image {
  width: 135px;
  height: 40px; }

.header-banner {
  position: relative;
  z-index: 0; }
  @media screen and (max-width: 998px) {
    .header-banner {
      position: static; } }
  .header-banner .banner-image {
    height: 31.25rem; }
    @media screen and (max-width: 998px) {
      .header-banner .banner-image {
        height: 13.125rem !important; } }
  .header-banner .container {
    position: absolute;
    top: 5vw; }
    @media (max-width: 992px) {
      .header-banner .container {
        max-width: 960px;
        margin-top: 0 !important; } }
    @media screen and (max-width: 998px) {
      .header-banner .container {
        padding: 20px;
        position: static !important;
        background-color: #FFD800; } }
    .header-banner .container .header-title-content.default label {
      width: max-content;
      margin-bottom: 1vw;
      color: #5B5B5B !important;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
      @media (max-width: 992px) {
        .header-banner .container .header-title-content.default label {
          margin-bottom: 15px; } }
    .header-banner .container .header-title-content.default p {
      width: 37vw;
      line-height: normal; }
      @media screen and (max-width: 998px) {
        .header-banner .container .header-title-content.default p {
          width: 100% !important; } }

.avatar-alt {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  font-size: 26px;
  align-items: center;
  border-radius: 50px;
  justify-content: center;
  text-transform: uppercase;
  color: #FFD800;
  background-color: #E30609;
  font-family: "PFDinTextPro-MediumItalic", sans-serif; }

@media screen and (max-width: 998px) {
  .club-star-link {
    margin: 0 !important;
    margin-bottom: 40px !important; } }
@media screen and (max-width: 998px) {
  .club-star-link .flex {
    flex-direction: column; } }
@media screen and (max-width: 998px) {
  .club-star-link .flex .nav-item:nth-child(even) {
    margin: 15px 0 !important; } }
@media screen and (max-width: 998px) {
  .club-star-link .flex .nav-item .nav-link {
    width: 100% !important; } }

.stars-rating em:before,
.stars-rating i:before {
  color: #FFFFFF;
  text-shadow: -1px 0 #707070, 0 1px #707070, 1px 0 #707070, 0 -1px #707070; }
.stars-rating em.active:before,
.stars-rating i.active:before {
  content: "\f005";
  color: #FFC107;
  text-shadow: -1px 0 #707070, 0 1px #707070, 1px 0 #707070, 0 -1px #707070; }
.stars-rating em.half-active:before,
.stars-rating i.half-active:before {
  content: "\f123";
  color: #FFC107; }

.page-template-page-single-recharge .page-content h3.title-gray + label,
.page-template-page-single-recharge .page-content h1.title-gray + label,
.page-template-page-ecom-pagemento .page-content h3.title-gray + label,
.page-template-page-ecom-pagemento .page-content h1.title-gray + label,
.post-type-archive-news .page-content h3.title-gray + label,
.post-type-archive-news .page-content h1.title-gray + label,
.tax-product_cat .page-content h3.title-gray + label,
.tax-product_cat .page-content h1.title-gray + label,
.single-product .page-content h3.title-gray + label,
.single-product .page-content h1.title-gray + label,
.single-news .page-content h3.title-gray + label,
.single-news .page-content h1.title-gray + label {
  display: none !important; }
.page-template-page-single-recharge .page-content .success h1.message.title-gray,
.page-template-page-single-recharge .page-content .failure h1.message.title-gray,
.page-template-page-ecom-pagemento .page-content .success h1.message.title-gray,
.page-template-page-ecom-pagemento .page-content .failure h1.message.title-gray,
.post-type-archive-news .page-content .success h1.message.title-gray,
.post-type-archive-news .page-content .failure h1.message.title-gray,
.tax-product_cat .page-content .success h1.message.title-gray,
.tax-product_cat .page-content .failure h1.message.title-gray,
.single-product .page-content .success h1.message.title-gray,
.single-product .page-content .failure h1.message.title-gray,
.single-news .page-content .success h1.message.title-gray,
.single-news .page-content .failure h1.message.title-gray {
  line-height: 1;
  width: 41% !important;
  margin: 0 auto; }
.page-template-page-single-recharge .page-content .success .success-image,
.page-template-page-single-recharge .page-content .success .failure-image,
.page-template-page-single-recharge .page-content .failure .success-image,
.page-template-page-single-recharge .page-content .failure .failure-image,
.page-template-page-ecom-pagemento .page-content .success .success-image,
.page-template-page-ecom-pagemento .page-content .success .failure-image,
.page-template-page-ecom-pagemento .page-content .failure .success-image,
.page-template-page-ecom-pagemento .page-content .failure .failure-image,
.post-type-archive-news .page-content .success .success-image,
.post-type-archive-news .page-content .success .failure-image,
.post-type-archive-news .page-content .failure .success-image,
.post-type-archive-news .page-content .failure .failure-image,
.tax-product_cat .page-content .success .success-image,
.tax-product_cat .page-content .success .failure-image,
.tax-product_cat .page-content .failure .success-image,
.tax-product_cat .page-content .failure .failure-image,
.single-product .page-content .success .success-image,
.single-product .page-content .success .failure-image,
.single-product .page-content .failure .success-image,
.single-product .page-content .failure .failure-image,
.single-news .page-content .success .success-image,
.single-news .page-content .success .failure-image,
.single-news .page-content .failure .success-image,
.single-news .page-content .failure .failure-image {
  width: 75px;
  height: 75px;
  margin: auto; }

@media (max-width: 992px) {
  .woocommerce .product-filter-section .product-filter .input-group {
    display: block; } }
.woocommerce .product-filter-section .product-filter .fa-spinner {
  display: none; }
.woocommerce .product-filter-section .search-product-list {
  width: calc(100% - 110px); }
  .woocommerce .product-filter-section .search-product-list .product-image {
    width: 4rem; }
.woocommerce .product .summary,
.woocommerce .product .images {
  margin-bottom: 60px; }
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background-color: transparent;
  border: 0;
  font-size: 20px; }
  .woocommerce .woocommerce-info:before,
  .woocommerce .woocommerce-message:before {
    content: "";
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain; }
  .woocommerce .woocommerce-info .button.wc-forward,
  .woocommerce .woocommerce-message .button.wc-forward {
    background: transparent !important;
    border: 1px solid #B2B2B2;
    color: #BF0609;
    box-shadow: none; }
  .woocommerce .woocommerce-info a,
  .woocommerce .woocommerce-message a {
    color: #BF0609; }
.woocommerce .woocommerce-info:before {
  background-image: url("../images/icon/info-icon.png"); }
.woocommerce .woocommerce-message:before {
  background-image: url("../images/icon/success.png"); }
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  float: none;
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin-bottom: 25px; }
.woocommerce .button:not(.btn-gray) {
  background-color: #E30609 !important;
  color: #FFFFFF !important;
  border-radius: 25px !important;
  font-family: "PFDinTextPro-MediumItalic", sans-serif !important;
  text-transform: uppercase !important;
  padding: 1.25rem !important;
  font-size: 1rem !important; }
.woocommerce .button:hover, .woocommerce .button:focus {
  outline: none; }
.woocommerce .woocommerce-products-header {
  overflow-x: initial; }
  .woocommerce .woocommerce-products-header .title-red {
    font-family: "PFDinTextPro-Italic", sans-serif; }
.woocommerce .summary .product_title {
  display: none; }
.woocommerce .product_title.title-red {
  font-family: "PFDinTextPro-Italic", sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 35px; }
  @media screen and (max-width: 1024px) {
    .woocommerce .product_title.title-red {
      font-size: 24px; } }
.woocommerce .category-title {
  border-radius: 25px;
  justify-content: space-between;
  padding: 20px 15px;
  align-items: center;
  background-image: url("../images/common/category-bg.png");
  background-size: cover;
  background-position: center; }
  .woocommerce .category-title h1 {
    margin: 0;
    font-size: 50px;
    font-style: normal;
    text-transform: uppercase;
    color: #FFD800;
    font-family: "PFDinTextPro-BoldItalic", sans-serif; }
.woocommerce .product-quantity,
.woocommerce .quantity {
  margin: 0px 10px; }
  .woocommerce .product-quantity label,
  .woocommerce .quantity label {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #878787;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .woocommerce .product-quantity .input-group,
  .woocommerce .quantity .input-group {
    justify-content: center; }
    .woocommerce .product-quantity .input-group .input-group-btn .btn,
    .woocommerce .quantity .input-group .input-group-btn .btn {
      padding: 5px !important;
      width: 30px; }
      .woocommerce .product-quantity .input-group .input-group-btn .btn span,
      .woocommerce .quantity .input-group .input-group-btn .btn span {
        font-size: 20px;
        line-height: 15px; }
    .woocommerce .product-quantity .input-group input,
    .woocommerce .quantity .input-group input {
      z-index: -1;
      width: 80px;
      text-align: center;
      height: 30px;
      text-indent: 0;
      margin: 0 -12px; }
      .woocommerce .product-quantity .input-group input:focus,
      .woocommerce .quantity .input-group input:focus {
        outline-color: transparent !important; }
.woocommerce .woocommerce-product-search .search-field {
  width: calc(100% - 110px);
  border: 1px solid #B2B2B2;
  box-shadow: none;
  text-indent: 12px;
  border-radius: 25px;
  margin-right: 12px;
  color: #B2B2B2;
  font-family: "PFDinTextPro-Medium", sans-serif; }
  @media (max-width: 992px) {
    .woocommerce .woocommerce-product-search .search-field {
      width: 95%;
      height: 35px;
      font-size: 14px;
      margin-bottom: 10px; } }
  .woocommerce .woocommerce-product-search .search-field:hover, .woocommerce .woocommerce-product-search .search-field:focus {
    outline: none; }
@media (max-width: 992px) {
  .woocommerce .woocommerce-product-search .input-group-btn .btn {
    margin: 0 auto;
    padding: 8px 20px !important; } }
.woocommerce #quantityform {
  margin-bottom: 30px; }
  .woocommerce #quantityform .filter-points-slider .points-slider {
    display: flex;
    align-items: center;
    border: 1px solid #B2B2B2;
    padding: 5px 15px;
    border-radius: 30px; }
    @media (max-width: 992px) {
      .woocommerce #quantityform .filter-points-slider .points-slider {
        flex-direction: column; } }
    .woocommerce #quantityform .filter-points-slider .points-slider .irs-from,
    .woocommerce #quantityform .filter-points-slider .points-slider .irs-to {
      display: none; }
    .woocommerce #quantityform .filter-points-slider .points-slider #from,
    .woocommerce #quantityform .filter-points-slider .points-slider #to {
      height: auto;
      border: 0;
      width: 100px;
      text-indent: 0;
      color: #000000;
      background-color: transparent;
      font-family: "PFDinTextPro-BoldItalic", sans-serif; }
      @media (max-width: 992px) {
        .woocommerce #quantityform .filter-points-slider .points-slider #from,
        .woocommerce #quantityform .filter-points-slider .points-slider #to {
          text-align: center; } }
    @media (max-width: 992px) {
      .woocommerce #quantityform .filter-points-slider .points-slider #from {
        margin-bottom: -20px; } }
    .woocommerce #quantityform .filter-points-slider .points-slider #to {
      text-indent: 5px;
      text-align: center; }
      @media (max-width: 992px) {
        .woocommerce #quantityform .filter-points-slider .points-slider #to {
          margin-bottom: 10px; } }
    .woocommerce #quantityform .filter-points-slider .points-slider .irs--round {
      height: 70px;
      width: 100%;
      margin: 0 5px;
      margin-right: 0; }
      @media (max-width: 992px) {
        .woocommerce #quantityform .filter-points-slider .points-slider .irs--round {
          height: 50px; } }
      .woocommerce #quantityform .filter-points-slider .points-slider .irs--round .irs .irs-min,
      .woocommerce #quantityform .filter-points-slider .points-slider .irs--round .irs .irs-max {
        background-color: transparent; }
      .woocommerce #quantityform .filter-points-slider .points-slider .irs--round .irs .irs-from,
      .woocommerce #quantityform .filter-points-slider .points-slider .irs--round .irs .irs-to,
      .woocommerce #quantityform .filter-points-slider .points-slider .irs--round .irs .irs-single {
        display: none;
        background-color: #BF0609; }
        .woocommerce #quantityform .filter-points-slider .points-slider .irs--round .irs .irs-from:before,
        .woocommerce #quantityform .filter-points-slider .points-slider .irs--round .irs .irs-to:before,
        .woocommerce #quantityform .filter-points-slider .points-slider .irs--round .irs .irs-single:before {
          border: none; }
      .woocommerce #quantityform .filter-points-slider .points-slider .irs--round .irs-bar,
      .woocommerce #quantityform .filter-points-slider .points-slider .irs--round .irs-handle {
        border: none;
        background-color: #BF0609; }
  .woocommerce #quantityform .filter-points-slider .qty-form-group {
    margin: auto 0px;
    margin-left: 10px; }
    .woocommerce #quantityform .filter-points-slider .qty-form-group .btn {
      padding: 8px 20px !important; }
.woocommerce .menu-content {
  position: relative; }
  .woocommerce .menu-content .menu-title-bar {
    transition: all 0.5s ease-in-out;
    display: flex;
    height: 100%;
    min-width: 280px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px !important;
    border-radius: 25px !important;
    font-family: "PFDinTextPro-Regular", sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 100; }
    .woocommerce .menu-content .menu-title-bar .menu-title {
      text-transform: uppercase;
      color: #FFFFFF;
      margin-right: 10px; }
    .woocommerce .menu-content .menu-title-bar .arrow-icon {
      width: 10px;
      height: 10px;
      border-bottom: 2px solid #FBBA00;
      border-right: 2px solid #FBBA00;
      display: inline-block;
      transform: rotate(45deg);
      transition: all 0.5s ease-in-out; }
    .woocommerce .menu-content .menu-title-bar:hover {
      background: linear-gradient(0deg, #BF0609, #E30609) !important;
      box-shadow: 0px 0px 10px rgba(123, 123, 123, 0.4); }
      .woocommerce .menu-content .menu-title-bar:hover .arrow-icon {
        border: 0;
        border-top: 2px solid #FBBA00;
        border-left: 2px solid #FBBA00; }
  .woocommerce .menu-content .productos-menu-list {
    display: none;
    background-color: #FFFFFF;
    position: absolute;
    top: 40px;
    z-index: 9999;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
    .woocommerce .menu-content .productos-menu-list .menu .list {
      font-size: 14px;
      font-family: "PFDinTextPro-Medium", sans-serif;
      color: #5B5B5B;
      padding: 8px 20px;
      display: flex;
      align-items: center; }
      .woocommerce .menu-content .productos-menu-list .menu .list:hover {
        text-decoration: none; }
    .woocommerce .menu-content .productos-menu-list .menu:hover {
      background-color: #B2B2B2; }
      .woocommerce .menu-content .productos-menu-list .menu:hover a.list {
        color: #FFFFFF !important; }
        .woocommerce .menu-content .productos-menu-list .menu:hover a.list .arrow-right {
          border-color: #BF0609; }
    .woocommerce .menu-content .productos-menu-list .menu a {
      font-family: "PFDinTextPro-Regular", sans-serif;
      color: #5B5B5B;
      display: block;
      text-transform: capitalize; }
    .woocommerce .menu-content .productos-menu-list .menu .arrow-right {
      display: block;
      width: 10px;
      height: 10px;
      margin: 0;
      margin-left: auto;
      border-bottom: 2px solid #FBBA00;
      border-right: 2px solid #FBBA00;
      transition: all 0.5s ease-in-out;
      transform: rotate(-45deg); }
    .woocommerce .menu-content .productos-menu-list .menu .category-submenu {
      background-color: #DADADA;
      display: none;
      height: 100%;
      width: 100%; }
      .woocommerce .menu-content .productos-menu-list .menu .category-submenu .menu:hover {
        background-color: #FFFFFF; }
        .woocommerce .menu-content .productos-menu-list .menu .category-submenu .menu:hover a {
          color: #5B5B5B !important; }
          .woocommerce .menu-content .productos-menu-list .menu .category-submenu .menu:hover a.list .arrow-right {
            border-color: #BF0609;
            transform: rotate(45deg); }
      .woocommerce .menu-content .productos-menu-list .menu .category-submenu .menu .list {
        color: #5B5B5B !important; }
    .woocommerce .menu-content .productos-menu-list .menu:active .category-submenu {
      display: block; }
      .woocommerce .menu-content .productos-menu-list .menu:active .category-submenu .list .arrow-right {
        border-color: #BF0609;
        transform: rotate(45deg); }
  .woocommerce .menu-content:active .productos-menu-list, .woocommerce .menu-content:hover .productos-menu-list {
    display: block; }
.woocommerce .page-content .product {
  margin-bottom: 20px !important; }
  .woocommerce .page-content .product .related.products {
    display: none; }
  .woocommerce .page-content .product span.price {
    display: flex !important;
    color: #000000 !important;
    text-transform: uppercase;
    line-height: normal; }
    .woocommerce .page-content .product span.price .price {
      display: block !important;
      margin: 0 !important;
      max-width: 100%; }
      .woocommerce .page-content .product span.price .price .woocommerce-Price-currencySymbol {
        font-family: "PFDinTextPro-Italic", sans-serif;
        font-size: 14px;
        margin-right: 6px;
        color: #000000; }
      .woocommerce .page-content .product span.price .price .woocommerce-Price-amount {
        display: block;
        font-size: 28px !important;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    .woocommerce .page-content .product span.price .partner-logo {
      width: 100px;
      margin: auto;
      margin-left: 15px; }
      .woocommerce .page-content .product span.price .partner-logo img {
        margin: 0;
        width: 100%;
        height: auto;
        border-radius: 0;
        object-fit: contain; }
    .woocommerce .page-content .product span.price del,
    .woocommerce .page-content .product span.price ins {
      font-weight: 400 !important;
      text-transform: uppercase;
      text-decoration: none;
      font-style: italic;
      font-size: 50%; }
      .woocommerce .page-content .product span.price del .woocommerce-Price-amount,
      .woocommerce .page-content .product span.price ins .woocommerce-Price-amount {
        font-size: 25px !important;
        line-height: normal;
        font-style: normal; }
    .woocommerce .page-content .product span.price del {
      text-decoration: line-through; }
  .woocommerce .page-content .product .price {
    color: #5B5B5B !important;
    text-transform: uppercase;
    line-height: normal; }
    .woocommerce .page-content .product .price .woocommerce-Price-currencySymbol {
      font-family: "PFDinTextPro-Italic", sans-serif;
      font-size: 14px;
      margin-right: 6px;
      color: #000000; }
    .woocommerce .page-content .product .price .woocommerce-Price-amount {
      display: block;
      font-size: 35px !important;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    .woocommerce .page-content .product .price .price {
      margin: 0 !important;
      max-width: 100%; }
      .woocommerce .page-content .product .price .price .woocommerce-Price-currencySymbol {
        font-family: "PFDinTextPro-Italic", sans-serif;
        font-size: 14px;
        margin-right: 6px;
        color: #000000; }
      .woocommerce .page-content .product .price .price .woocommerce-Price-amount {
        display: block;
        font-size: 28px !important;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .woocommerce .page-content .product select {
    border-radius: 25px;
    text-transform: uppercase;
    transition: all 0.35s;
    -webkit-appearance: none;
    position: relative; }
    .woocommerce .page-content .product select:focus {
      outline: none; }
    .woocommerce .page-content .product select:after {
      content: "";
      width: 22px;
      height: 22px;
      text-align: center;
      display: inline-block;
      transition: all 0.35s;
      background-image: url(../images/icon/down-icon.png);
      background-repeat: no-repeat;
      background-color: #B2B2B2;
      background-size: contain;
      position: absolute;
      right: 15px;
      top: 11px; }
.woocommerce .page-content ul.products li a {
  color: #5B5B5B; }
  .woocommerce .page-content ul.products li a:hover {
    color: #5B5B5B; }
.woocommerce .page-content ul.products li.product .onsale {
  margin: 0;
  top: 25px;
  z-index: 1;
  left: 110px;
  font-size: 10px;
  padding: 0 10px;
  font-weight: unset;
  border-radius: 15px;
  background-color: #000000; }
.woocommerce .woocommerce-pagination .page-numbers {
  border: 0; }
  .woocommerce .woocommerce-pagination .page-numbers li {
    border: 0;
    margin: 5px; }
    .woocommerce .woocommerce-pagination .page-numbers li .page-numbers {
      width: 35px;
      height: 35px;
      color: #878787;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-family: "PFDinTextPro-Regular", sans-serif; }
      .woocommerce .woocommerce-pagination .page-numbers li .page-numbers.current, .woocommerce .woocommerce-pagination .page-numbers li .page-numbers:hover {
        background: linear-gradient(0deg, #BF0609, #E30609) !important;
        color: #FFFFFF !important; }
      .woocommerce .woocommerce-pagination .page-numbers li .page-numbers.prev, .woocommerce .woocommerce-pagination .page-numbers li .page-numbers.next {
        color: transparent !important;
        line-height: 0;
        position: relative; }
        .woocommerce .woocommerce-pagination .page-numbers li .page-numbers.prev:before, .woocommerce .woocommerce-pagination .page-numbers li .page-numbers.next:before {
          content: "";
          width: 10px;
          height: 10px;
          display: block;
          border-left: 2px solid #5B5B5B;
          border-bottom: 2px solid #5B5B5B;
          transform: rotate(45deg);
          position: absolute;
          top: 10px;
          left: 0;
          right: -5px;
          margin: 0 auto; }
        .woocommerce .woocommerce-pagination .page-numbers li .page-numbers.prev:hover:before, .woocommerce .woocommerce-pagination .page-numbers li .page-numbers.next:hover:before {
          border-color: #FFFFFF; }
      .woocommerce .woocommerce-pagination .page-numbers li .page-numbers.next:before {
        transform: rotate(-135deg);
        right: 5px; }
.woocommerce .product-category-badge {
  font-size: 10px;
  padding: 0 10px; }

.post-list {
  height: 2430px;
  overflow-y: auto;
  border-radius: 20px;
  background-color: #f0f3f6; }
  @media screen and (max-width: 998px) {
    .post-list {
      padding: 15px; } }
  .post-list .single-post {
    margin-bottom: 20px;
    border-radius: 20px;
    background-color: #FFFFFF; }
    .post-list .single-post .reaction-content {
      align-items: baseline;
      padding: 15px;
      margin-bottom: 10px;
      padding-bottom: 0; }
      .post-list .single-post .reaction-content .reaction-list {
        margin: 0;
        padding: 0;
        margin-right: 15px; }
        .post-list .single-post .reaction-content .reaction-list li {
          display: block;
          width: auto; }
          .post-list .single-post .reaction-content .reaction-list li a {
            display: flex;
            color: #5B5B5B;
            cursor: pointer;
            position: relative; }
            .post-list .single-post .reaction-content .reaction-list li a img {
              margin: 0 7px;
              width: 18px !important;
              height: 17px; }
            .post-list .single-post .reaction-content .reaction-list li a.like {
              position: relative;
              cursor: pointer;
              align-items: center;
              font-family: "PFDinTextPro-Regular", sans-serif;
              color: #000000;
              font-size: 14px; }
              .post-list .single-post .reaction-content .reaction-list li a.like span {
                font-family: "PFDinTextPro-Regular", sans-serif;
                color: #000000; }
              .post-list .single-post .reaction-content .reaction-list li a.like:hover {
                text-decoration: underline; }
                .post-list .single-post .reaction-content .reaction-list li a.like:hover .liked-users {
                  display: block !important;
                  position: absolute;
                  width: 230px;
                  top: 120%;
                  left: 0;
                  padding: 10px;
                  background-color: #000000;
                  border-radius: 5px;
                  z-index: 1; }
                  .post-list .single-post .reaction-content .reaction-list li a.like:hover .liked-users:before {
                    content: "";
                    display: block;
                    border: 6px solid #5B5B5B;
                    transform: rotate(45deg);
                    position: absolute;
                    top: -6px;
                    left: 40px;
                    border-right-color: transparent;
                    border-bottom-color: transparent; }
                  .post-list .single-post .reaction-content .reaction-list li a.like:hover .liked-users p {
                    color: #FFFFFF;
                    border-bottom: 1px solid rgba(156, 156, 156, 0.72);
                    padding: 2px 0;
                    text-align: left;
                    font-family: "PFDinTextPro-Italic", sans-serif;
                    font-size: 12px;
                    line-height: 1.5; }
                    .post-list .single-post .reaction-content .reaction-list li a.like:hover .liked-users p:last-child {
                      border-bottom: 0; }
      .post-list .single-post .reaction-content .faceBookShare {
        border: 0;
        background-color: transparent;
        padding-left: 30px;
        font-family: "Montserrat-Medium", sans-serif;
        color: #878787;
        background-image: url(../images/icon/facebook-share.png);
        background-size: 16px;
        background-position: 6px center;
        background-repeat: no-repeat; }
      .post-list .single-post .reaction-content .toggleComment,
      .post-list .single-post .reaction-content .replyToggle {
        cursor: pointer;
        margin: 0 10px; }
      .post-list .single-post .reaction-content .likeShow {
        font-family: "PFDinTextPro-Regular", sans-serif;
        margin-right: 15px;
        color: #000000;
        font-size: 14px; }
        .post-list .single-post .reaction-content .likeShow:hover {
          position: relative;
          cursor: pointer; }
          .post-list .single-post .reaction-content .likeShow:hover .liked-users {
            display: block !important;
            position: absolute;
            width: 230px;
            top: 25px;
            left: -20px;
            padding: 10px;
            background-color: #000000;
            border-radius: 5px;
            z-index: 1; }
            .post-list .single-post .reaction-content .likeShow:hover .liked-users:before {
              content: "";
              display: block;
              border: 6px solid #5B5B5B;
              transform: rotate(45deg);
              position: absolute;
              top: -6px;
              left: 40px;
              border-right-color: transparent;
              border-bottom-color: transparent; }
            .post-list .single-post .reaction-content .likeShow:hover .liked-users p {
              color: #FFFFFF;
              border-bottom: 1px solid rgba(156, 156, 156, 0.72);
              padding: 2px 0;
              text-align: left;
              font-family: "PFDinTextPro-Italic", sans-serif;
              font-size: 12px;
              line-height: 1.5; }
              .post-list .single-post .reaction-content .likeShow:hover .liked-users p:last-child {
                border-bottom: 0; }
      .post-list .single-post .reaction-content .post-comment-count {
        font-family: "PFDinTextPro-Regular", sans-serif;
        color: #000000;
        font-size: 14px;
        margin-right: 15px; }
      .post-list .single-post .reaction-content p {
        margin: 0;
        color: #5B5B5B;
        font-family: Montserrat-Regular, sans-serif;
        line-height: normal;
        font-size: 14px; }
      .post-list .single-post .reaction-content .likes {
        margin-left: auto; }
        .post-list .single-post .reaction-content .likes .remaining-time {
          font-family: "PFDinTextPro-Regular", sans-serif;
          color: #000000;
          font-size: 14px; }
    .post-list .single-post .comment-info {
      padding: 10px; }
      .post-list .single-post .comment-info:empty {
        display: none; }
      .post-list .single-post .comment-info .show-more-comments {
        width: 100%;
        display: block;
        font-size: 14px;
        padding: 8px 20px;
        text-align: center;
        border-radius: 18px;
        color: #FFFFFF;
        text-transform: uppercase;
        background-color: #000000;
        font-family: "PFDinTextPro-BoldItalic", sans-serif; }
    .post-list .single-post h3 {
      padding: 0 15px;
      font-family: "Montserrat-Medium", sans-serif;
      font-size: 12px;
      color: #878787;
      margin: 0; }
      .post-list .single-post h3.avatar-alt {
        margin: 0;
        width: 50px;
        height: 50px;
        display: flex;
        font-size: 16px;
        margin-right: 15px;
        align-items: center;
        border-radius: 50px;
        justify-content: center;
        color: #FFD800;
        background-color: #E30609;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    .post-list .single-post .post-image {
      height: 500px;
      overflow: hidden; }
      .post-list .single-post .post-image:empty {
        display: none; }
      .post-list .single-post .post-image img {
        height: 100%;
        object-fit: contain; }
    .post-list .single-post .single-post-content {
      padding: 5px 15px; }
      .post-list .single-post .single-post-content h1 {
        font-family: "Montserrat-Medium", sans-serif;
        color: #5B5B5B;
        font-size: 28px;
        font-weight: 600;
        margin: 0;
        margin-bottom: 20px; }
        @media screen and (max-width: 600px) {
          .post-list .single-post .single-post-content h1 {
            font-size: 18px;
            word-break: break-all; } }
        .post-list .single-post .single-post-content h1:after {
          content: "";
          width: 30px;
          height: 2px;
          background-color: #E30609;
          display: block;
          margin: 15px 0; }
      .post-list .single-post .single-post-content p {
        font-family: "Roboto-Regular", sans-serif;
        color: #000000;
        overflow-wrap: anywhere; }
        .post-list .single-post .single-post-content p iframe {
          height: 400px;
          width: 100%; }
          @media screen and (max-width: 767px) {
            .post-list .single-post .single-post-content p iframe {
              width: 100%;
              height: 55vw; } }
        @media screen and (max-width: 767px) {
          .post-list .single-post .single-post-content p table {
            width: 100%; } }
        .post-list .single-post .single-post-content p p {
          margin-bottom: 10px !important; }
      .post-list .single-post .single-post-content a {
        color: #bf0609; }
      .post-list .single-post .single-post-content .wp-polls label {
        display: inline-block !important; }
      .post-list .single-post .single-post-content .single-comment {
        margin-bottom: 10px; }
        .post-list .single-post .single-post-content .single-comment:empty {
          margin-bottom: 0; }
        .post-list .single-post .single-post-content .single-comment .comment-avatar {
          width: 50px;
          height: 50px;
          object-fit: cover;
          object-position: center;
          border-radius: 50%;
          display: inline-block;
          margin-right: 15px; }
        .post-list .single-post .single-post-content .single-comment .userName-container {
          display: inline-block;
          font-size: 20px;
          margin: 0;
          color: #FBBA00;
          text-transform: capitalize; }
          .post-list .single-post .single-post-content .single-comment .userName-container:after {
            display: none; }
      .post-list .single-post .single-post-content video,
      .post-list .single-post .single-post-content .wp-video {
        width: 100% !important;
        height: auto; }
    .post-list .single-post .comment_count {
      margin: 0 15px;
      padding: 16px;
      border-bottom: 1px solid #FFFFFF;
      color: #5B5B5B;
      justify-content: space-between; }
      .post-list .single-post .comment_count a {
        color: #5B5B5B; }
      .post-list .single-post .comment_count [class*="comment_count_"] {
        display: none; }
    .post-list .single-post .load-more-comment {
      padding: 0.9375rem;
      padding-top: 0; }
      .post-list .single-post .load-more-comment .btn.load-more {
        width: 100%;
        font-size: 14px;
        color: #FFFFFF;
        background-color: #000000;
        font-family: "PFDinTextPro-BoldItalic", sans-serif; }
        .post-list .single-post .load-more-comment .btn.load-more:focus {
          outline: none; }
    .post-list .single-post .comment-form {
      padding: 0 15px; }
    .post-list .single-post .userName-container {
      font-size: 20px;
      color: #E30609;
      font-family: "PFDinTextPro-BoldItalic", sans-serif; }
      .post-list .single-post .userName-container.show-card:hover {
        cursor: pointer;
        text-decoration: underline; }
    .post-list .single-post .comment-section {
      padding: 0 15px;
      padding-bottom: 25px; }
      .post-list .single-post .comment-section .comment_holder {
        padding: 0 25px;
        background-color: #F5F5F5; }
        .post-list .single-post .comment-section .comment_holder:first-child {
          padding-top: 25px;
          border-top-left-radius: 16px;
          border-top-right-radius: 16px; }
        .post-list .single-post .comment-section .comment_holder:last-child {
          padding-bottom: 25px;
          border-bottom-right-radius: 16px;
          border-bottom-left-radius: 16px; }
        @media screen and (max-width: 998px) {
          .post-list .single-post .comment-section .comment_holder {
            padding: 0 5px; } }
        .post-list .single-post .comment-section .comment_holder .single-comment {
          display: flex;
          align-items: flex-start;
          flex-wrap: wrap;
          position: relative; }
          .post-list .single-post .comment-section .comment_holder .single-comment .comment-avatar {
            width: 50px;
            height: 50px;
            object-fit: cover;
            object-position: center;
            border-radius: 50%;
            margin-right: 15px; }
          .post-list .single-post .comment-section .comment_holder .single-comment .comment-image img {
            width: 280px;
            height: auto;
            margin: 20px 0; }
          .post-list .single-post .comment-section .comment_holder .single-comment .single-comment-data,
          .post-list .single-post .comment-section .comment_holder .single-comment .userName-container {
            color: #5B5B5B;
            margin: 0 15px;
            text-align: left;
            width: 100%; }
          .post-list .single-post .comment-section .comment_holder .single-comment .userName-container {
            color: #E30609;
            font-family: "PFDinTextPro-BoldItalic", sans-serif; }
          .post-list .single-post .comment-section .comment_holder .single-comment .delete-comment {
            position: absolute;
            right: 0;
            top: 0;
            background-color: transparent;
            color: #BF0609;
            padding: 0;
            margin: 0 10px;
            margin-left: auto;
            font-weight: bold;
            text-decoration: none;
            border: 0; }
            .post-list .single-post .comment-section .comment_holder .single-comment .delete-comment:hover, .post-list .single-post .comment-section .comment_holder .single-comment .delete-comment:focus {
              outline: none; }
          .post-list .single-post .comment-section .comment_holder .single-comment ol li {
            display: none; }
            .post-list .single-post .comment-section .comment_holder .single-comment ol li:first-child {
              display: block; }
          .post-list .single-post .comment-section .comment_holder .single-comment .comment-reactions-count {
            margin-left: 25px;
            padding-left: 15px;
            margin-right: 0; }
            .post-list .single-post .comment-section .comment_holder .single-comment .comment-reactions-count ol.reaction-list.emoji {
              margin-left: 25px;
              margin-right: 0; }
            .post-list .single-post .comment-section .comment_holder .single-comment .comment-reactions-count p {
              font-family: "PFDinTextPro-Medium", sans-serif;
              line-height: normal;
              font-size: 14px; }
            .post-list .single-post .comment-section .comment_holder .single-comment .comment-reactions-count .replyToggle {
              cursor: pointer;
              margin: 0 10px;
              font-size: 12px;
              font-family: "Montserrat-Medium", sans-serif;
              color: #878787; }
        .post-list .single-post .comment-section .comment_holder .like-reply {
          color: #FFFFFF;
          width: calc(100% - 65px); }
          .post-list .single-post .comment-section .comment_holder .like-reply .emoji .icon img {
            width: 100% !important;
            height: 100% !important; }
        .post-list .single-post .comment-section .comment_holder .reply-comment-section {
          padding: 10px 0; }
          .post-list .single-post .comment-section .comment_holder .reply-comment-section .show-more-replies {
            font-size: 14px;
            padding: 8px 20px;
            text-align: center;
            border-radius: 18px;
            color: #FFFFFF;
            text-transform: uppercase;
            background-color: #000000;
            font-family: "PFDinTextPro-BoldItalic", sans-serif; }
            .post-list .single-post .comment-section .comment_holder .reply-comment-section .show-more-replies:hover {
              cursor: pointer; }
          .post-list .single-post .comment-section .comment_holder .reply-comment-section .replyHolder {
            margin-left: 65px; }
            .post-list .single-post .comment-section .comment_holder .reply-comment-section .replyHolder .replySlice {
              display: flex;
              align-items: flex-start;
              flex-wrap: wrap;
              width: 100%;
              margin-bottom: 15px;
              position: relative; }
              .post-list .single-post .comment-section .comment_holder .reply-comment-section .replyHolder .replySlice .reply-avatar {
                width: 50px;
                height: 50px;
                object-fit: cover;
                object-position: center;
                border-radius: 50%;
                margin-right: 15px; }
              .post-list .single-post .comment-section .comment_holder .reply-comment-section .replyHolder .replySlice .like-reply {
                min-width: calc(100% - 65px); }
              .post-list .single-post .comment-section .comment_holder .reply-comment-section .replyHolder .replySlice .comment-reactions-count {
                margin-left: 25px;
                padding-left: 15px; }
                .post-list .single-post .comment-section .comment_holder .reply-comment-section .replyHolder .replySlice .comment-reactions-count ol.reaction-list.emoji {
                  margin-left: 25px;
                  margin-right: 0; }
              .post-list .single-post .comment-section .comment_holder .reply-comment-section .replyHolder .replySlice .replyToggle {
                cursor: pointer;
                margin: 0 10px; }
              .post-list .single-post .comment-section .comment_holder .reply-comment-section .replyHolder .replySlice .comment-image img {
                width: 250px;
                height: 250px;
                object-fit: contain;
                margin: 20px 0; }
              .post-list .single-post .comment-section .comment_holder .reply-comment-section .replyHolder .replySlice .reply-comment,
              .post-list .single-post .comment-section .comment_holder .reply-comment-section .replyHolder .replySlice .userName-container {
                color: #5B5B5B;
                margin: 0 15px;
                text-align: left;
                width: 100%; }
              .post-list .single-post .comment-section .comment_holder .reply-comment-section .replyHolder .replySlice .userName-container {
                color: #E30609;
                font-family: "PFDinTextPro-BoldItalic", sans-serif; }
              .post-list .single-post .comment-section .comment_holder .reply-comment-section .replyHolder .replySlice .delete-comment {
                position: absolute;
                right: 0;
                top: 0;
                background-color: transparent;
                color: #BF0609;
                padding: 0;
                margin: 0 10px;
                margin-left: auto;
                font-weight: bold;
                text-decoration: none;
                border: 0; }
                .post-list .single-post .comment-section .comment_holder .reply-comment-section .replyHolder .replySlice .delete-comment:hover, .post-list .single-post .comment-section .comment_holder .reply-comment-section .replyHolder .replySlice .delete-comment:focus {
                  outline: none; }
            .post-list .single-post .comment-section .comment_holder .reply-comment-section .replyHolder .show-more-replies {
              color: #5B5B5B;
              text-decoration: underline;
              margin-bottom: 10px; }
          .post-list .single-post .comment-section .comment_holder .reply-comment-section .new-reply {
            display: flex;
            align-items: center;
            position: relative;
            margin-left: 65px;
            padding-bottom: 20px; }
            .post-list .single-post .comment-section .comment_holder .reply-comment-section .new-reply .attachReplyFile {
              position: absolute;
              opacity: 0;
              width: 50px;
              z-index: -1; }
              .post-list .single-post .comment-section .comment_holder .reply-comment-section .new-reply .attachReplyFile + label {
                margin-left: -1px;
                margin-top: 0;
                margin-bottom: 0;
                display: flex !important;
                width: 29px;
                height: 40px;
                z-index: 9;
                background-color: #FFFFFF;
                align-items: center;
                justify-content: center;
                margin-right: 0;
                color: #404040;
                border: 0 solid #878787;
                border-left: 0;
                border-right: 0; }
                .post-list .single-post .comment-section .comment_holder .reply-comment-section .new-reply .attachReplyFile + label i:before {
                  font-size: 18px; }
            .post-list .single-post .comment-section .comment_holder .reply-comment-section .new-reply input {
              margin-right: 0;
              width: 100%;
              text-indent: 10px;
              height: 40px;
              border-top-left-radius: 8px;
              border: 0px solid #878787;
              border-bottom-left-radius: 8px;
              background-color: #FFFFFF; }
              .post-list .single-post .comment-section .comment_holder .reply-comment-section .new-reply input:focus {
                outline: none; }
              .post-list .single-post .comment-section .comment_holder .reply-comment-section .new-reply input:-internal-autofill-selected {
                -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset; }
            .post-list .single-post .comment-section .comment_holder .reply-comment-section .new-reply button {
              width: 40px;
              height: 40px;
              border-left: 0;
              color: #000000;
              border: 0 solid #878787;
              border-top-right-radius: 8px;
              background-color: #FFFFFF;
              border-bottom-right-radius: 8px; }
      .post-list .single-post .comment-section .comment-reactions-count {
        align-items: center;
        border-radius: 5px;
        padding: 3px;
        margin: 12px 8px;
        width: 100%; }
        .post-list .single-post .comment-section .comment-reactions-count p {
          margin: 0;
          font-family: "PFDinTextPro-Medium", sans-serif;
          line-height: normal;
          font-size: 14px; }
        .post-list .single-post .comment-section .comment-reactions-count ol {
          margin: 0;
          padding: 0;
          margin-top: 0;
          margin-right: 15px; }
          .post-list .single-post .comment-section .comment-reactions-count ol li {
            width: auto;
            height: 20px;
            display: none; }
            .post-list .single-post .comment-section .comment-reactions-count ol li:first-child {
              display: block; }
            .post-list .single-post .comment-section .comment-reactions-count ol li a img {
              margin: 0 5px;
              width: 18px !important;
              height: 17px; }
            .post-list .single-post .comment-section .comment-reactions-count ol li a.like {
              position: relative;
              cursor: pointer;
              font-size: 12px;
              font-family: "Montserrat-Medium", sans-serif;
              color: #878787; }
              .post-list .single-post .comment-section .comment-reactions-count ol li a.like:hover {
                text-decoration: underline; }
                .post-list .single-post .comment-section .comment-reactions-count ol li a.like:hover .liked-users {
                  display: block !important;
                  position: absolute;
                  width: 230px;
                  top: 120%;
                  left: 0;
                  padding: 10px;
                  background-color: #000000;
                  border-radius: 5px;
                  z-index: 1; }
                  .post-list .single-post .comment-section .comment-reactions-count ol li a.like:hover .liked-users:before {
                    content: "";
                    display: block;
                    border: 6px solid #5B5B5B;
                    transform: rotate(45deg);
                    position: absolute;
                    top: -6px;
                    left: 40px;
                    border-right-color: transparent;
                    border-bottom-color: transparent; }
                  .post-list .single-post .comment-section .comment-reactions-count ol li a.like:hover .liked-users p {
                    color: #FFFFFF;
                    border-bottom: 1px solid rgba(156, 156, 156, 0.72);
                    padding: 2px 0;
                    text-align: left;
                    font-family: "PFDinTextPro-Italic", sans-serif;
                    font-size: 12px;
                    line-height: 1.5; }
                    .post-list .single-post .comment-section .comment-reactions-count ol li a.like:hover .liked-users p:last-child {
                      border-bottom: 0; }
        .post-list .single-post .comment-section .comment-reactions-count .remaining-time {
          padding: 0;
          margin-left: auto;
          text-decoration: none; }
    .post-list .single-post .new-comment {
      padding: 0 15px;
      display: flex;
      align-items: center;
      position: relative; }
      .post-list .single-post .new-comment .attachFile {
        position: absolute;
        opacity: 0;
        width: 50px;
        z-index: -1; }
        .post-list .single-post .new-comment .attachFile + label {
          margin-top: 8px;
          margin-bottom: 8px;
          display: flex !important;
          width: 40px;
          height: 56px;
          padding: 10px 0;
          color: #878787;
          text-align: center;
          align-items: center;
          justify-content: center;
          border: 0 solid #878787;
          border-left: 0;
          border-right: 0;
          background-color: #F5F5F5 !important; }
          .post-list .single-post .new-comment .attachFile + label i:before {
            font-size: 18px; }
      .post-list .single-post .new-comment .emoji-picker {
        margin-top: 8px;
        margin-bottom: 8px;
        display: flex !important;
        width: 40px;
        height: 40px;
        padding: 10px 0;
        color: #878787;
        text-align: center;
        align-items: center;
        justify-content: center;
        border: 1px solid #878787;
        border-left: 0;
        border-right: 0;
        position: unset;
        opacity: unset;
        background-color: #FFFFFF !important; }
        .post-list .single-post .new-comment .emoji-picker i:before {
          font-size: 18px; }
      .post-list .single-post .new-comment .comment-text {
        height: 56px;
        width: calc(100% - 45px);
        background-color: #F5F5F5;
        border-radius: 8px;
        border-right: 0;
        border-color: #878787;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border: 0;
        font-family: "Montserrat-Medium", sans-serif; }
        .post-list .single-post .new-comment .comment-text.emojionearea.emojionearea-inline {
          height: 56px; }
          .post-list .single-post .new-comment .comment-text.emojionearea.emojionearea-inline.focused {
            -moz-box-shadow: unset;
            -webkit-box-shadow: unset;
            box-shadow: unset; }
          .post-list .single-post .new-comment .comment-text.emojionearea.emojionearea-inline .emojionearea-button.active + .emojionearea-picker-position-left,
          .post-list .single-post .new-comment .comment-text.emojionearea.emojionearea-inline .emojionearea-button.active + .emojionearea-picker-position-right {
            margin-right: 0;
            top: 55px; }
          .post-list .single-post .new-comment .comment-text.emojionearea.emojionearea-inline .emojionearea-picker.emojionearea-picker-position-left .emojionearea-wrapper:after, .post-list .single-post .new-comment .comment-text.emojionearea.emojionearea-inline .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper:after {
            top: -10px;
            left: auto;
            right: 20px;
            width: 20px;
            background-position: 0 -90px; }
      @media screen and (max-width: 998px) {
        .post-list .single-post .new-comment .emoji-wysiwyg-editor:empty:before {
          font-size: 14px; } }
      .post-list .single-post .new-comment .add-new-comment {
        background-color: #F5F5F5 !important;
        color: #000000;
        border-radius: 0 !important;
        width: 40px;
        height: 56px;
        padding: 0 !important;
        border: 0 solid #878787;
        border-left: 0;
        box-shadow: none;
        border-bottom-right-radius: 8px !important;
        border-top-right-radius: 8px !important; }
        .post-list .single-post .new-comment .add-new-comment:hover {
          background-color: #B2B2B2; }
        .post-list .single-post .new-comment .add-new-comment i:before {
          font-size: 15px; }
    .post-list .single-post .profile-info {
      display: flex;
      align-items: flex-start;
      padding: 15px; }
      .post-list .single-post .profile-info img.comment-avatar {
        width: 50px;
        height: 50px;
        object-fit: cover;
        object-position: center;
        border-radius: 50%;
        margin-right: 15px;
        box-shadow: 5px 5px 9px rgba(70, 70, 70, 0.31); }
      .post-list .single-post .profile-info .name-time h1,
      .post-list .single-post .profile-info .name-time h3 {
        color: #5B5B5B;
        margin: 0;
        padding: 0;
        margin-bottom: 8px; }
      .post-list .single-post .profile-info .name-time .userName-container {
        color: #E30609;
        font-family: "PFDinTextPro-BoldItalic", sans-serif; }
      .post-list .single-post .profile-info .name-time .siteName-container {
        font-family: "Montserrat-Medium", sans-serif;
        color: #fc7821;
        font-size: 12px; }
      .post-list .single-post .profile-info .name-time h3 {
        margin-bottom: 0;
        color: #666;
        text-transform: lowercase; }
      .post-list .single-post .profile-info .delete-post-button {
        background-color: transparent;
        color: #BF0609;
        padding: 0;
        margin: 0 10px;
        margin-left: auto;
        font-weight: bold;
        text-decoration: none;
        border: 0; }
        .post-list .single-post .profile-info .delete-post-button:hover, .post-list .single-post .profile-info .delete-post-button:focus {
          outline: none; }
    .post-list .single-post .user-more-detail {
      top: 0;
      left: 0;
      z-index: 1;
      width: 500px;
      position: relative;
      padding: 10px 15px;
      color: #FFFFFF;
      text-align: center;
      border-radius: 15px;
      justify-content: space-between;
      background: linear-gradient(180deg, #BF0609, #E30609) !important; }
      .post-list .single-post .user-more-detail:before {
        content: "";
        top: -5px;
        left: 40px;
        display: block;
        position: absolute;
        transform: rotate(45deg);
        border: 6px solid #BF0609;
        border-right-color: transparent;
        border-bottom-color: transparent; }
      .post-list .single-post .user-more-detail .user-regional-detail p,
      .post-list .single-post .user-more-detail .user-profile-detail p,
      .post-list .single-post .user-more-detail .user-stamps-detail p {
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
        .post-list .single-post .user-more-detail .user-regional-detail p:last-child,
        .post-list .single-post .user-more-detail .user-profile-detail p:last-child,
        .post-list .single-post .user-more-detail .user-stamps-detail p:last-child {
          width: 150px; }
      .post-list .single-post .user-more-detail .user-info-close p {
        width: 20px;
        cursor: pointer;
        margin-top: -10px !important; }

.post-content .refresh-post {
  cursor: pointer;
  position: absolute;
  bottom: 12px;
  right: 12px;
  background-color: #E30609;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999; }
  .post-content .refresh-post i:before {
    font-size: 14px;
    color: #5B5B5B; }

.left-sidebar .post-content .timeline-loader {
  top: 10vw;
  z-index: 1;
  width: 100%;
  bottom: auto;
  position: absolute;
  max-width: 728px;
  overflow: hidden;
  height: 100%; }

.animated-background {
  zoom: 3;
  width: 16px;
  height: 16px;
  margin: auto;
  display: block;
  animation: wait 0.8s steps(1, start) infinite;
  background: linear-gradient(0deg, #f4f5fa 1px, transparent 0, transparent 8px, #f4f5fa 8px), linear-gradient(90deg, #f4f5fa 1px, #f6f9fb 0, #f6f9fb 3px, #f4f5fa 3px), linear-gradient(0deg, #ececf5 1px, transparent 0, transparent 8px, #ececf5 8px), linear-gradient(90deg, #ececf5 1px, #f2f3f9 0, #f2f3f9 3px, #ececf5 3px), linear-gradient(0deg, #e7eaf4 1px, transparent 0, transparent 8px, #e7eaf4 8px), linear-gradient(90deg, #e7eaf4 1px, #eef1f8 0, #eef1f8 3px, #e7eaf4 3px), linear-gradient(0deg, #b9bedd 1px, transparent 0, transparent 10px, #b9bedd 10px), linear-gradient(90deg, #b9bedd 1px, #d0d5e8 0, #d0d5e8 3px, #b9bedd 3px), linear-gradient(0deg, #9fa6d2 1px, transparent 0, transparent 15px, #9fa6d2 15px), linear-gradient(90deg, #9fa6d2 1px, #c0c5e1 0, #c0c5e1 3px, #9fa6d2 3px), linear-gradient(0deg, #8490c6 1px, transparent 0, transparent 15px, #8490c6 15px), linear-gradient(90deg, #8490c6 1px, #aeb5da 0, #aeb5da 3px, #8490c6 3px);
  background-repeat: no-repeat;
  background-size: 4px 9px, 4px 9px, 4px 9px, 4px 9px, 4px 9px, 4px 9px, 4px 11px, 4px 11px, 4px 16px, 4px 16px, 4px 16px, 4px 16px;
  background-position: -4px 3px, -4px 3px, -4px 3px, -4px 3px, -4px 3px, -4px 3px, -4px 2px, -4px 2px, -4px 0, -4px 0, -4px 0, -4px 0; }
  .animated-background.timeline-bottom-loader {
    zoom: 2;
    right: 27%;
    width: 15px;
    height: 5px;
    bottom: 10px;
    position: absolute; }

@keyframes wait {
  12.5% {
    background-position: -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, 0, 0; }
  25% {
    background-position: -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, 0, 0, 6px, 6px; }
  37.5% {
    background-position: -4px, -4px, -4px, -4px, -4px, -4px, 0, 0, 6px, 6px, 12px, 12px; }
  50% {
    background-position: -4px, -4px, -4px, -4px, 0, 0, 6px, 6px, 12px, 12px, -4px, -4px; }
  62.5% {
    background-position: -4px, -4px, 0, 0, 6px, 6px, 12px, 12px, -4px, -4px, -4px, -4px; }
  75% {
    background-position: 0, 0, 6px, 6px, 12px, 12px, -4px, -4px, -4px, -4px, -4px, -4px; }
  87.5% {
    background-position: 6px, 6px, 12px, 12px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px; }
  100% {
    background-position: 12px, 12px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px, -4px; } }
/* Term & Conditions Popup */
.term-conditions-popup {
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  position: fixed;
  z-index: 1050;
  height: 100%;
  width: 100%;
  outline: 0;
  left: 0;
  top: 0; }
  .term-conditions-popup .term-conditions-popup-content-section {
    position: relative;
    margin-top: 4vw; }
    .term-conditions-popup .term-conditions-popup-content-section .term-conditions-popup-content {
      top: 25%;
      left: 20vw;
      width: 55%;
      padding: 25px;
      position: absolute;
      border-radius: 25px;
      background-color: #FFFFFF; }
      .term-conditions-popup .term-conditions-popup-content-section .term-conditions-popup-content .popup-header {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        justify-content: space-between; }
        .term-conditions-popup .term-conditions-popup-content-section .term-conditions-popup-content .popup-header .title-red.title {
          margin: 0;
          text-transform: uppercase;
          font-family: "PFDinTextPro-MediumItalic", sans-serif; }
        .term-conditions-popup .term-conditions-popup-content-section .term-conditions-popup-content .popup-header .close-btn {
          border: unset;
          color: #BF0609;
          position: absolute;
          right: 10px;
          top: 14px;
          padding: 0;
          outline: unset;
          margin: 0 10px;
          font-size: 30px;
          font-weight: bold;
          text-decoration: none;
          background-color: transparent; }
          .term-conditions-popup .term-conditions-popup-content-section .term-conditions-popup-content .popup-header .close-btn:focus {
            outline: unset; }
      .term-conditions-popup .term-conditions-popup-content-section .term-conditions-popup-content .popup-content {
        margin-bottom: 25px; }
        .term-conditions-popup .term-conditions-popup-content-section .term-conditions-popup-content .popup-content p.description {
          margin-bottom: 15px !important;
          color: #000000;
          line-height: normal;
          font-size: 20px; }
        .term-conditions-popup .term-conditions-popup-content-section .term-conditions-popup-content .popup-content .term-conditions-description .regulamento-content {
          direction: ltr;
          overflow-y: scroll;
          overflow-x: hidden;
          max-height: 250px;
          padding: 25px;
          margin: 15px 0px;
          border: 1px solid #000000; }
        .term-conditions-popup .term-conditions-popup-content-section .term-conditions-popup-content .popup-content .term-conditions-accept-status .term-conditions-status {
          display: block;
          margin: 12px 0;
          cursor: pointer;
          font-size: 22px;
          user-select: none;
          position: relative;
          padding-left: 45px;
          -ms-user-select: none;
          -moz-user-select: none;
          -webkit-user-select: none;
          font-family: "PFDinTextPro-Regular", sans-serif; }
          .term-conditions-popup .term-conditions-popup-content-section .term-conditions-popup-content .popup-content .term-conditions-accept-status .term-conditions-status input {
            position: absolute;
            cursor: pointer;
            opacity: 0;
            height: 0;
            width: 0; }
            .term-conditions-popup .term-conditions-popup-content-section .term-conditions-popup-content .popup-content .term-conditions-accept-status .term-conditions-status input:checked ~ .checkmark {
              border: unset;
              background-color: #28AF00 !important; }
              .term-conditions-popup .term-conditions-popup-content-section .term-conditions-popup-content .popup-content .term-conditions-accept-status .term-conditions-status input:checked ~ .checkmark:after {
                display: block; }
          .term-conditions-popup .term-conditions-popup-content-section .term-conditions-popup-content .popup-content .term-conditions-accept-status .term-conditions-status:hover input ~ .checkmark {
            background-color: #f0f0f0; }
          .term-conditions-popup .term-conditions-popup-content-section .term-conditions-popup-content .popup-content .term-conditions-accept-status .term-conditions-status .checkmark:after {
            top: 3px;
            left: 10px;
            width: 10px;
            height: 20px;
            border: solid #FFFFFF;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
        .term-conditions-popup .term-conditions-popup-content-section .term-conditions-popup-content .popup-content .term-conditions-accept-status .error-regulamento {
          display: none;
          color: #d42e12;
          font-weight: 700;
          padding-left: 45px;
          font-family: "Arial-Regular", sans-serif; }
        .term-conditions-popup .term-conditions-popup-content-section .term-conditions-popup-content .popup-content .term-conditions-accept-status .checkmark {
          top: 0;
          left: 0;
          width: 30px;
          height: 30px;
          position: absolute;
          border: 2px solid #28AF00;
          box-shadow: 0px 0px 13px rgba(52, 49, 49, 0.2); }
          .term-conditions-popup .term-conditions-popup-content-section .term-conditions-popup-content .popup-content .term-conditions-accept-status .checkmark:after {
            content: "";
            display: none;
            position: absolute; }
      .term-conditions-popup .term-conditions-popup-content-section .term-conditions-popup-content .popup-footer .lgpd-popup {
        width: 100px;
        margin: 0 auto;
        text-transform: uppercase;
        box-shadow: 3px 3px 11px #C7C7C7; }

/* Regulation Popup */
.regulation-data-content-popup {
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  position: fixed;
  z-index: 1050;
  height: 100%;
  width: 100%;
  outline: 0;
  left: 0;
  top: 0; }
  .regulation-data-content-popup .regulation-data-content-section {
    position: relative;
    margin-top: 5vw; }
    @media screen and (max-width: 998px) {
      .regulation-data-content-popup .regulation-data-content-section {
        margin-top: 15vw; } }
    .regulation-data-content-popup .regulation-data-content-section .regulation-data-popup-content {
      top: 25%;
      left: 0;
      right: 0;
      width: 55%;
      padding: 25px;
      direction: ltr;
      margin: 0 auto;
      max-height: 720px;
      overflow-y: scroll;
      overflow-x: hidden;
      position: absolute;
      border-radius: 25px;
      background-color: #FFFFFF; }
      @media screen and (max-width: 998px) {
        .regulation-data-content-popup .regulation-data-content-section .regulation-data-popup-content {
          width: 90%; } }
      .regulation-data-content-popup .regulation-data-content-section .regulation-data-popup-content .popup-header {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        justify-content: space-between; }
        .regulation-data-content-popup .regulation-data-content-section .regulation-data-popup-content .popup-header .title-red.title {
          margin: 0;
          text-transform: uppercase;
          font-family: "PFDinTextPro-MediumItalic", sans-serif; }
        .regulation-data-content-popup .regulation-data-content-section .regulation-data-popup-content .popup-header .close-btn {
          border: unset;
          color: #BF0609;
          position: absolute;
          right: 10px;
          top: 14px;
          padding: 0;
          outline: unset;
          margin: 0 10px;
          font-size: 30px;
          font-weight: bold;
          text-decoration: none;
          background-color: transparent; }
          .regulation-data-content-popup .regulation-data-content-section .regulation-data-popup-content .popup-header .close-btn:focus {
            outline: unset; }
      .regulation-data-content-popup .regulation-data-content-section .regulation-data-popup-content .popup-content {
        margin-bottom: 25px; }
        .regulation-data-content-popup .regulation-data-content-section .regulation-data-popup-content .popup-content .description {
          font-family: "PFDinTextPro-Medium", sans-serif;
          color: #5B5B5B; }
      .regulation-data-content-popup .regulation-data-content-section .regulation-data-popup-content .popup-footer .regulation-data-btn {
        text-transform: uppercase;
        box-shadow: 3px 3px 11px #C7C7C7; }

/* Antena/Globo */
.consulta-antena-globo-popup {
  background-color: rgba(0, 0, 0, 0.7); }
  .consulta-antena-globo-popup .modal-dialog .modal-content {
    border-radius: 20px; }
    .consulta-antena-globo-popup .modal-dialog .modal-content .modal-header {
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      background-color: #E30609; }
      .consulta-antena-globo-popup .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 26px;
        color: #FFFFFF;
        font-family: "PFDinTextPro-BoldItalic", sans-serif; }
      .consulta-antena-globo-popup .modal-dialog .modal-content .modal-header .close {
        opacity: 1;
        color: #FFFFFF; }
        .consulta-antena-globo-popup .modal-dialog .modal-content .modal-header .close span {
          width: 2rem;
          height: 2rem;
          border-radius: 50%;
          display: inline-block;
          color: #FFFFFF;
          text-align: center;
          line-height: 2rem;
          border: 1px solid #FFFFFF;
          font-family: "Arial", sans-serif; }
    .consulta-antena-globo-popup .modal-dialog .modal-content .modal-body {
      margin: 0 auto; }
      @media screen and (max-width: 992px) {
        .consulta-antena-globo-popup .modal-dialog .modal-content .modal-body {
          width: 100%; } }
      .consulta-antena-globo-popup .modal-dialog .modal-content .modal-body .form-control {
        text-indent: 0;
        padding-left: 0;
        font-size: 18px;
        color: #E30609;
        font-family: "Roboto-Regular", sans-serif; }
        .consulta-antena-globo-popup .modal-dialog .modal-content .modal-body .form-control:focus {
          box-shadow: unset;
          outline: none !important; }
        @media screen and (max-width: 992px) {
          .consulta-antena-globo-popup .modal-dialog .modal-content .modal-body .form-control {
            width: 100%; } }
      .consulta-antena-globo-popup .modal-dialog .modal-content .modal-body .select2-container {
        width: 400px !important; }
        @media screen and (max-width: 992px) {
          .consulta-antena-globo-popup .modal-dialog .modal-content .modal-body .select2-container {
            width: 100% !important; } }
        .consulta-antena-globo-popup .modal-dialog .modal-content .modal-body .select2-container .select2-selection {
          border: 0;
          height: 3.5rem;
          border-radius: 0.5rem;
          width: 400px !important;
          background-color: #F5F5F5; }
          @media screen and (max-width: 992px) {
            .consulta-antena-globo-popup .modal-dialog .modal-content .modal-body .select2-container .select2-selection {
              width: 100% !important; } }
          .consulta-antena-globo-popup .modal-dialog .modal-content .modal-body .select2-container .select2-selection .select2-selection__arrow {
            margin: 0 4px;
            color: #5B5B5B;
            background: unset;
            top: 25px !important;
            border-radius: unset;
            background-size: unset;
            width: 10px !important;
            height: 10px !important;
            background-color: unset;
            background-repeat: unset;
            background-position: unset;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid; }
    .consulta-antena-globo-popup .modal-dialog .modal-content .modal-footer {
      padding-bottom: 1.5625rem; }
      .consulta-antena-globo-popup .modal-dialog .modal-content .modal-footer .consult-btn {
        width: 83%; }
        @media screen and (max-width: 992px) {
          .consulta-antena-globo-popup .modal-dialog .modal-content .modal-footer .consult-btn {
            width: fit-content; } }
    .consulta-antena-globo-popup .modal-dialog .modal-content .antenna-icon {
      display: none;
      width: 60px;
      height: 60px;
      margin-left: auto;
      margin-right: 15px;
      margin-bottom: 20px; }
      .consulta-antena-globo-popup .modal-dialog .modal-content .antenna-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain; }

.globo .modal-backdrop + .select2-container .select2-dropdown .select2-search {
  display: block; }
.globo .modal-backdrop + .select2-container .select2-dropdown ul.select2-results__options li.select2-results__option::after {
  display: none !important; }

/* TWO STEP FACTOR POPUP */
.two-step-factor-popup {
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  position: fixed;
  z-index: 1050;
  height: 100%;
  width: 100%;
  outline: 0;
  left: 0;
  top: 0; }
  .two-step-factor-popup .popup-content {
    width: 35%;
    height: 280px;
    padding: 25px;
    margin: 0 auto;
    margin-top: 5vw;
    overflow: hidden;
    border-radius: 25px;
    background-color: #FFFFFF; }
    @media screen and (max-width: 998px) {
      .two-step-factor-popup .popup-content {
        width: 90%;
        padding: 15px;
        margin-top: 30px;
        height: fit-content; } }
    .two-step-factor-popup .popup-content .title {
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    .two-step-factor-popup .popup-content span.glow-red {
      width: 80px;
      height: 5px;
      display: block;
      margin: 0 auto;
      margin-bottom: 10px;
      border-radius: 30px;
      background: #E30609;
      box-shadow: 3px 3px 11px #E30609; }
    .two-step-factor-popup .popup-content .title-gray {
      color: #5B5B5B;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    .two-step-factor-popup .popup-content .input-section {
      margin: 10px 0; }
      .two-step-factor-popup .popup-content .input-section .input-group .input-field {
        width: 70%;
        margin: 0 auto;
        font-size: 14px;
        padding: 10px 0;
        box-shadow: none;
        text-indent: 20px;
        border-radius: 10px;
        background-color: transparent;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
        .two-step-factor-popup .popup-content .input-section .input-group .input-field:focus {
          outline-color: #000000 !important; }
        @media screen and (max-width: 998px) {
          .two-step-factor-popup .popup-content .input-section .input-group .input-field {
            width: 100%; } }
    .two-step-factor-popup .popup-content .two-step-factor-button .btn-otp {
      display: block;
      margin: 0 auto;
      text-transform: capitalize;
      background-color: #E30609 !important; }

/* TWO STEP ORDER FACTOR POPUP */
.two-step-factor-order-popup {
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  position: fixed;
  z-index: 1050;
  height: 100%;
  width: 100%;
  outline: 0;
  left: 0;
  top: 0; }
  .two-step-factor-order-popup .popup-content {
    width: 35%;
    height: 350px;
    padding: 25px;
    margin: 0 auto;
    margin-top: 5vw;
    overflow: hidden;
    border-radius: 25px;
    background-color: #FFFFFF; }
    @media screen and (max-width: 998px) {
      .two-step-factor-order-popup .popup-content {
        width: 90%;
        padding: 15px;
        margin-top: 30px;
        height: fit-content; } }
    .two-step-factor-order-popup .popup-content .title {
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    .two-step-factor-order-popup .popup-content span.glow-red {
      width: 80px;
      height: 5px;
      display: block;
      margin: 0 auto;
      margin-bottom: 10px;
      border-radius: 30px;
      background: #E30609;
      box-shadow: 3px 3px 11px #E30609; }
    .two-step-factor-order-popup .popup-content .popup-header {
      display: flex;
      position: relative;
      align-items: center;
      margin-bottom: 15px; }
      .two-step-factor-order-popup .popup-content .popup-header .title {
        margin: 0 auto;
        color: #5B5B5B;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
      .two-step-factor-order-popup .popup-content .popup-header .close-btn {
        top: 0;
        padding: 0;
        right: 10px;
        border: unset;
        outline: unset;
        margin: 0 10px;
        font-size: 30px;
        font-weight: bold;
        position: absolute;
        text-decoration: none;
        color: #E30609;
        background-color: transparent; }
        .two-step-factor-order-popup .popup-content .popup-header .close-btn:focus {
          outline: unset; }
    .two-step-factor-order-popup .popup-content .title-gray {
      color: #5B5B5B;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    .two-step-factor-order-popup .popup-content .input-section {
      margin: 10px 0;
      margin-bottom: 30px; }
      .two-step-factor-order-popup .popup-content .input-section .input-group .input-field {
        width: 70%;
        margin: 0 auto;
        font-size: 14px;
        padding: 10px 0;
        box-shadow: none;
        text-indent: 20px;
        border-radius: 10px;
        background-color: transparent;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
        .two-step-factor-order-popup .popup-content .input-section .input-group .input-field:focus {
          outline-color: #000000 !important; }
        @media screen and (max-width: 998px) {
          .two-step-factor-order-popup .popup-content .input-section .input-group .input-field {
            width: 100%; } }
    .two-step-factor-order-popup .popup-content .two-step-factor-button {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 998px) {
        .two-step-factor-order-popup .popup-content .two-step-factor-button {
          flex-direction: column-reverse; } }
      .two-step-factor-order-popup .popup-content .two-step-factor-button .btn-otp,
      .two-step-factor-order-popup .popup-content .two-step-factor-button .btn-otp-email {
        display: block;
        text-transform: capitalize;
        background-color: #5B5B5B !important; }
        @media screen and (max-width: 998px) {
          .two-step-factor-order-popup .popup-content .two-step-factor-button .btn-otp,
          .two-step-factor-order-popup .popup-content .two-step-factor-button .btn-otp-email {
            width: 200px;
            margin: 0 auto; } }
      .two-step-factor-order-popup .popup-content .two-step-factor-button .btn-otp {
        background-color: #E30609 !important; }
        @media screen and (max-width: 998px) {
          .two-step-factor-order-popup .popup-content .two-step-factor-button .btn-otp {
            margin-bottom: 5px; } }

.poll-content-popup {
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  position: fixed;
  z-index: 1050;
  height: 100%;
  width: 100%;
  outline: 0;
  left: 0;
  top: 0; }
  .poll-content-popup .poll-content-section {
    position: relative;
    margin-top: 5vw; }
    .poll-content-popup .poll-content-section .poll-popup-content {
      left: 35vw;
      width: 25%;
      padding: 25px;
      position: absolute;
      border-radius: 25px;
      background-color: #FFFFFF; }
      @media screen and (max-width: 768px) {
        .poll-content-popup .poll-content-section .poll-popup-content {
          left: 35px;
          width: 300px; } }
      .poll-content-popup .poll-content-section .poll-popup-content .popup-header {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        justify-content: space-between; }
        .poll-content-popup .poll-content-section .poll-popup-content .popup-header .title-red.title {
          margin: 0;
          color: #E30609;
          text-transform: uppercase;
          font-family: "PFDinTextPro-BoldItalic", sans-serif; }
        .poll-content-popup .poll-content-section .poll-popup-content .popup-header .close-btn {
          border: unset;
          color: #BF0609;
          position: absolute;
          right: 10px;
          top: 14px;
          padding: 0;
          outline: unset;
          margin: 0 10px;
          font-size: 30px;
          font-weight: bold;
          text-decoration: none;
          background-color: transparent; }
          .poll-content-popup .poll-content-section .poll-popup-content .popup-header .close-btn:focus {
            outline: unset; }
      .poll-content-popup .poll-content-section .poll-popup-content .popup-content {
        margin-bottom: 25px; }
        .poll-content-popup .poll-content-section .poll-popup-content .popup-content .description {
          font-family: "Montserrat-Bold", sans-serif;
          color: #5B5B5B; }
      .poll-content-popup .poll-content-section .poll-popup-content .popup-footer .poll-btn {
        margin: 0 auto;
        width: fit-content;
        text-transform: uppercase;
        box-shadow: 3px 3px 11px #C7C7C7; }

/* Delete Account Confirmation */
.delete-account-confirmation-popup {
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  position: fixed;
  z-index: 1050;
  height: 100%;
  width: 100%;
  outline: 0;
  left: 0;
  top: 0; }
  .delete-account-confirmation-popup .delete-account-confirmation-section {
    position: relative;
    margin-top: 5vw; }
    @media screen and (max-width: 998px) {
      .delete-account-confirmation-popup .delete-account-confirmation-section {
        margin-top: 15vw; } }
    .delete-account-confirmation-popup .delete-account-confirmation-section .delete-account-confirmation-popup-content {
      left: 0;
      right: 0;
      width: 15%;
      padding: 25px;
      margin: 0 auto;
      position: absolute;
      border-radius: 25px;
      background-color: #FFFFFF; }
      @media screen and (max-width: 998px) {
        .delete-account-confirmation-popup .delete-account-confirmation-section .delete-account-confirmation-popup-content {
          width: 90%; } }
      .delete-account-confirmation-popup .delete-account-confirmation-section .delete-account-confirmation-popup-content .popup-header {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        justify-content: space-between; }
        .delete-account-confirmation-popup .delete-account-confirmation-section .delete-account-confirmation-popup-content .popup-header .title-red.title {
          width: 95%;
          font-size: 22px;
          color: #000000;
          font-family: "Roboto-Regular", sans-serif; }
          @media only screen and (min-width: 1240px) and (max-width: 1900px) {
            .delete-account-confirmation-popup .delete-account-confirmation-section .delete-account-confirmation-popup-content .popup-header .title-red.title {
              font-size: 20px; } }
        .delete-account-confirmation-popup .delete-account-confirmation-section .delete-account-confirmation-popup-content .popup-header .close-btn {
          border: unset;
          color: #BF0609;
          position: absolute;
          right: 10px;
          top: 14px;
          padding: 0;
          outline: unset;
          margin: 0 10px;
          font-size: 30px;
          font-weight: bold;
          text-decoration: none;
          background-color: transparent; }
          .delete-account-confirmation-popup .delete-account-confirmation-section .delete-account-confirmation-popup-content .popup-header .close-btn:focus {
            outline: unset; }
      .delete-account-confirmation-popup .delete-account-confirmation-section .delete-account-confirmation-popup-content .popup-footer .dac-btn {
        width: 6.875rem;
        box-shadow: 3px 3px 11px #C7C7C7; }

/* Discount coupon Popup */
.discount-coupon-content-popup {
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  position: fixed;
  z-index: 1050;
  height: 100%;
  width: 100%;
  outline: 0;
  left: 0;
  top: 0; }
  .discount-coupon-content-popup .discount-coupon-content-section {
    position: relative;
    margin-top: 5vw; }
    @media screen and (max-width: 998px) {
      .discount-coupon-content-popup .discount-coupon-content-section {
        margin-top: 15vw; } }
    .discount-coupon-content-popup .discount-coupon-content-section .discount-coupon-popup-content {
      top: 0;
      left: 0;
      right: 0;
      width: 20%;
      padding: 25px;
      margin: 0 auto;
      text-align: center;
      position: absolute; }
      @media screen and (max-width: 998px) {
        .discount-coupon-content-popup .discount-coupon-content-section .discount-coupon-popup-content {
          width: 100%; } }
      .discount-coupon-content-popup .discount-coupon-content-section .discount-coupon-popup-content .popup-header {
        text-align: end; }
        .discount-coupon-content-popup .discount-coupon-content-section .discount-coupon-popup-content .popup-header .close-btn {
          padding: 0;
          border: unset;
          outline: unset;
          font-size: 30px;
          width: fit-content;
          color: #FFFFFF;
          background-color: transparent; }
          .discount-coupon-content-popup .discount-coupon-content-section .discount-coupon-popup-content .popup-header .close-btn:focus {
            outline: unset; }
      .discount-coupon-content-popup .discount-coupon-content-section .discount-coupon-popup-content .popup-content {
        padding: 25px;
        background-color: #FFFFFF; }
        .discount-coupon-content-popup .discount-coupon-content-section .discount-coupon-popup-content .popup-content .popup-image {
          width: 110px;
          height: 110px;
          margin: 0 auto;
          margin-bottom: 20px; }
          .discount-coupon-content-popup .discount-coupon-content-section .discount-coupon-popup-content .popup-content .popup-image img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
        .discount-coupon-content-popup .discount-coupon-content-section .discount-coupon-popup-content .popup-content .title {
          color: #E30609;
          font-family: "PFDinTextPro-LightItalic", sans-serif; }
        .discount-coupon-content-popup .discount-coupon-content-section .discount-coupon-popup-content .popup-content .description {
          color: #5B5B5B;
          font-family: "Roboto-Regular", sans-serif; }

/* Selos Popup */
.selos-popup {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.6); }
  .selos-popup .complete-popup {
    height: 99vh; }
    .selos-popup .complete-popup .modal-content {
      border-radius: 15px; }
      .selos-popup .complete-popup .modal-content .modal-body .top-title.margin-bottom {
        margin-bottom: 25px !important; }
        .selos-popup .complete-popup .modal-content .modal-body .top-title.margin-bottom .close {
          font-family: "PFDinTextPro-SemiBold", sans-serif !important;
          color: #FF0000; }
      .selos-popup .complete-popup .modal-content .modal-body .content {
        margin-top: 25px;
        margin-bottom: 25px; }
        @media screen and (max-width: 767px) {
          .selos-popup .complete-popup .modal-content .modal-body .content {
            margin: 0; } }
        .selos-popup .complete-popup .modal-content .modal-body .content .status-content .badge-icon {
          width: 165px;
          height: 165px; }
          .selos-popup .complete-popup .modal-content .modal-body .content .status-content .badge-icon .selos-image {
            width: 100px;
            height: 100px;
            opacity: 1; }
        .selos-popup .complete-popup .modal-content .modal-body .content .status-content .badge-active {
          right: 140px;
          width: 35px;
          height: 35px;
          display: block; }
        .selos-popup .complete-popup .modal-content .modal-body .content .status-content.incomplete .selos-image {
          opacity: 0.4; }
        .selos-popup .complete-popup .modal-content .modal-body .content .status-content.incomplete .badge-active {
          display: none; }
        .selos-popup .complete-popup .modal-content .modal-body .content .status-content.incomplete .selos-content .selos-title {
          opacity: 0.4;
          color: #666666 !important; }
        .selos-popup .complete-popup .modal-content .modal-body .content .status-content.incomplete .selos-content .description p {
          opacity: 0.4;
          color: #666666; }
        .selos-popup .complete-popup .modal-content .modal-body .content .status-content .description p {
          color: #000000;
          font-family: "Roboto-Regular", sans-serif; }

/* loja online Popup */
.loja-online-popup {
  background-color: rgba(0, 0, 0, 0.7);
  outline: 0; }
  @media screen and (max-width: 998px) {
    .loja-online-popup .loja-online-data-content-section {
      margin-top: 15vw; } }
  .loja-online-popup .loja-online-data-content-section .loja-online-data-popup-content {
    top: 25%;
    left: 0;
    right: 0;
    width: 45%;
    padding: 25px;
    margin: 0 auto;
    max-height: 720px;
    position: absolute;
    border-radius: 25px;
    background-color: #FFFFFF; }
    @media screen and (max-width: 998px) {
      .loja-online-popup .loja-online-data-content-section .loja-online-data-popup-content {
        width: 90%; } }
    .loja-online-popup .loja-online-data-content-section .loja-online-data-popup-content .popup-header .tag {
      padding: 8px 15px !important; }
    .loja-online-popup .loja-online-data-content-section .loja-online-data-popup-content .popup-header .close-btn {
      outline: unset;
      padding: 10px !important;
      line-height: normal !important; }
      .loja-online-popup .loja-online-data-content-section .loja-online-data-popup-content .popup-header .close-btn:focus {
        outline: unset; }
    .loja-online-popup .loja-online-data-content-section .loja-online-data-popup-content .popup-content {
      max-height: 500px;
      overflow-y: scroll;
      overflow-x: hidden; }
      .loja-online-popup .loja-online-data-content-section .loja-online-data-popup-content .popup-content .title {
        font-size: 2.125rem;
        line-height: 1; }
      .loja-online-popup .loja-online-data-content-section .loja-online-data-popup-content .popup-content .tags {
        gap: 1rem; }
        .loja-online-popup .loja-online-data-content-section .loja-online-data-popup-content .popup-content .tags .tag-btn {
          background-color: #E0E0E0; }
      .loja-online-popup .loja-online-data-content-section .loja-online-data-popup-content .popup-content .image-section {
        width: 98%;
        height: 320px;
        overflow: hidden;
        border-radius: 25px; }
        .loja-online-popup .loja-online-data-content-section .loja-online-data-popup-content .popup-content .image-section.files {
          height: 250px; }
          .loja-online-popup .loja-online-data-content-section .loja-online-data-popup-content .popup-content .image-section.files .object-fit-cover {
            object-fit: contain !important; }
        .loja-online-popup .loja-online-data-content-section .loja-online-data-popup-content .popup-content .image-section .loja-slider * {
          height: 100%; }
    .loja-online-popup .loja-online-data-content-section .loja-online-data-popup-content .popup-footer .download-btn {
      position: relative; }
      .loja-online-popup .loja-online-data-content-section .loja-online-data-popup-content .popup-footer .download-btn:before {
        content: "";
        width: 20px;
        height: 20px;
        margin-right: 8px;
        display: inline-block;
        vertical-align: middle;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../images/icon/download-icon.png); }

/* Retrospectiva Popup */
.retrospectiva-content-popup {
  background-color: rgba(0, 0, 0, 0.7);
  outline: 0; }
  .retrospectiva-content-popup .retrospectiva-content-section {
    width: 22.125rem;
    border-radius: 1.25rem; }
    @media screen and (min-width: 1024px) and (max-width: 1100px) {
      .retrospectiva-content-popup .retrospectiva-content-section {
        margin-top: 2rem !important; } }
    @media screen and (min-width: 1024px) and (max-width: 1100px) {
      .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .fs-2 {
        font-size: 1.25rem !important; } }
    @media screen and (max-width: 1366px) {
      .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .fs-2 {
        font-size: 1.5rem !important; } }
    @media screen and (min-width: 1024px) and (max-width: 1100px) {
      .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .fs-3 {
        font-size: 1.4375rem !important;
        line-height: normal; } }
    @media screen and (max-width: 1366px) {
      .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .fs-3 {
        font-size: 1.4375rem !important; } }
    @media screen and (min-width: 1024px) and (max-width: 1100px) {
      .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .fs-4 {
        font-size: 1rem !important; } }
    @media screen and (max-width: 1366px) {
      .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .fs-4 {
        font-size: 1rem !important; } }
    @media screen and (min-width: 1024px) and (max-width: 1100px) {
      .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .fs-5 {
        font-size: 0.875rem !important; } }
    @media screen and (max-width: 1366px) {
      .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .fs-5 {
        font-size: 1rem !important; } }
    @media screen and (min-width: 1024px) and (max-width: 1100px) {
      .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .fs-6 {
        font-size: 0.75rem !important; } }
    @media screen and (max-width: 1366px) {
      .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .fs-6 {
        font-size: 0.875rem !important; } }
    @media screen and (min-width: 1024px) and (max-width: 1100px) {
      .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .my-3 {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important; } }
    @media screen and (max-width: 1366px) {
      .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .my-3 {
        margin-top: 0.625rem !important;
        margin-bottom: 0.625rem !important; } }
    @media screen and (min-width: 1024px) and (max-width: 1100px) {
      .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .px-4 {
        padding: 1rem !important;
        padding-bottom: 0 !important; } }
    @media screen and (max-width: 1366px) {
      .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .px-4 {
        padding: 1rem !important;
        padding-bottom: 0 !important; } }
    @media screen and (min-width: 1024px) and (max-width: 1100px) {
      .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .p-4 {
        padding: 1rem !important; } }
    @media screen and (max-width: 1366px) {
      .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .p-4 {
        padding: 1rem !important; } }
    @media screen and (min-width: 1024px) and (max-width: 1100px) {
      .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .mx-2 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important; } }
    @media screen and (max-width: 1366px) {
      .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .mx-2 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important; } }
    .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step.step-4 .popup-header .image {
      height: 25rem; }
      @media screen and (min-width: 1024px) and (max-width: 1100px) {
        .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step.step-4 .popup-header .image {
          height: 18.75rem; } }
      @media screen and (max-width: 1366px) {
        .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step.step-4 .popup-header .image {
          height: 18.75rem; } }
      @media screen and (min-width: 1024px) and (max-width: 1100px) {
        .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step.step-4 .popup-header .image img {
          object-position: top; } }
    .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step.step-4 .popup-content {
      height: 11.25rem; }
      @media screen and (min-width: 1024px) and (max-width: 1100px) {
        .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step.step-4 .popup-content {
          height: fit-content; } }
      @media screen and (max-width: 1366px) {
        .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step.step-4 .popup-content {
          height: 6.875rem; } }
    .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step.step-9 .popup-header .image {
      height: 23.75rem; }
      @media screen and (min-width: 1024px) and (max-width: 1100px) {
        .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step.step-9 .popup-header .image {
          height: 18.75rem; } }
      @media screen and (max-width: 1366px) {
        .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step.step-9 .popup-header .image {
          height: 18.75rem; } }
    .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step.step-9 .popup-content {
      height: 13.125rem; }
      @media screen and (min-width: 1024px) and (max-width: 1100px) {
        .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step.step-9 .popup-content {
          height: fit-content; } }
      @media screen and (max-width: 1366px) {
        .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step.step-9 .popup-content {
          height: 6.875rem; } }
      @media screen and (min-width: 1024px) and (max-width: 1100px) {
        .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step.step-9 .popup-content .my-3 {
          margin: 0 !important; } }
      @media screen and (max-width: 1366px) {
        .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step.step-9 .popup-content .my-3 {
          margin: 0 !important; } }
    @media screen and (min-width: 1024px) and (max-width: 1100px) {
      .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step.step-8 .popup-content, .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step.step-10 .popup-content {
        overflow-y: scroll; } }
    @media screen and (max-width: 1366px) {
      .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step.step-8 .popup-content, .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step.step-10 .popup-content {
        overflow-y: scroll; } }
    .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step.step-12 .popup-header .image {
      height: 28.125rem; }
      @media screen and (min-width: 1024px) and (max-width: 1100px) {
        .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step.step-12 .popup-header .image {
          height: 18.75rem; } }
      @media screen and (max-width: 1366px) {
        .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step.step-12 .popup-header .image {
          height: 18.75rem; } }
    .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step.step-12 .popup-content {
      height: 10rem; }
      @media screen and (min-width: 1024px) and (max-width: 1100px) {
        .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step.step-12 .popup-content {
          height: fit-content; } }
      @media screen and (max-width: 1366px) {
        .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step.step-12 .popup-content {
          height: 6.5625rem; } }
    .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step .popup-header .btn {
      top: 0.9375rem;
      right: 0.9375rem; }
      @media screen and (min-width: 1024px) and (max-width: 1100px) {
        .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step .popup-header .btn {
          padding: 5px 12px !important; } }
      @media screen and (max-width: 1366px) {
        .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step .popup-header .btn {
          padding: 5px 12px !important; } }
    .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step .popup-header .image {
      height: 18.75rem; }
      @media screen and (min-width: 1024px) and (max-width: 1100px) {
        .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step .popup-header .image {
          height: 16rem; } }
      @media screen and (max-width: 1366px) {
        .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step .popup-header .image {
          height: 16rem; } }
    .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step .popup-content {
      height: 19rem; }
      @media screen and (min-width: 1024px) and (max-width: 1100px) {
        .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step .popup-content {
          height: 7.5rem; } }
      @media screen and (max-width: 1366px) {
        .retrospectiva-content-popup .retrospectiva-content-section .retrospectiva-popup-content .retro-step .popup-content {
          height: 9.375rem; } }

.tecnico-informative-popup {
  background-color: rgba(0, 0, 0, 0.7); }
  .tecnico-informative-popup .tecnico-informative-content-section {
    margin-top: 4rem; }
    @media screen and (max-width: 998px) {
      .tecnico-informative-popup .tecnico-informative-content-section {
        margin-top: 15vw; } }
    .tecnico-informative-popup .tecnico-informative-content-section .tecnico-informative-popup-content {
      width: 36.5625rem; }
      @media screen and (max-width: 998px) {
        .tecnico-informative-popup .tecnico-informative-content-section .tecnico-informative-popup-content {
          width: 90% !important; } }
      .tecnico-informative-popup .tecnico-informative-content-section .tecnico-informative-popup-content .popup-header .rounded {
        border-radius: 1.25rem !important; }
        .tecnico-informative-popup .tecnico-informative-content-section .tecnico-informative-popup-content .popup-header .rounded .logo {
          width: 6.875rem;
          height: 1.5625rem; }
      .tecnico-informative-popup .tecnico-informative-content-section .tecnico-informative-popup-content .popup-header .close-btn {
        color: #7C7E80;
        width: 3.5625rem;
        font-size: 2.5rem;
        line-height: 1 !important;
        border-radius: 0.5rem !important;
        padding: 0.5rem 0.75rem !important; }
        .tecnico-informative-popup .tecnico-informative-content-section .tecnico-informative-popup-content .popup-header .close-btn:focus {
          outline: unset; }
      .tecnico-informative-popup .tecnico-informative-content-section .tecnico-informative-popup-content .popup-content .rounded-top {
        border-top-left-radius: 1.25rem !important;
        border-top-right-radius: 1.25rem !important; }
        .tecnico-informative-popup .tecnico-informative-content-section .tecnico-informative-popup-content .popup-content .rounded-top .popup-image {
          width: 9.375rem;
          height: 9.375rem; }
          @media screen and (max-width: 998px) {
            .tecnico-informative-popup .tecnico-informative-content-section .tecnico-informative-popup-content .popup-content .rounded-top .popup-image {
              width: 5.625rem;
              height: 5.625rem; } }
        .tecnico-informative-popup .tecnico-informative-content-section .tecnico-informative-popup-content .popup-content .rounded-top .title {
          font-size: 4.75rem; }
          @media screen and (max-width: 998px) {
            .tecnico-informative-popup .tecnico-informative-content-section .tecnico-informative-popup-content .popup-content .rounded-top .title {
              font-size: 3rem; } }
      .tecnico-informative-popup .tecnico-informative-content-section .tecnico-informative-popup-content .popup-content .rounded-bottom {
        border-bottom-left-radius: 1.25rem !important;
        border-bottom-right-radius: 1.25rem !important; }

.page-template #cconsent-bar {
  background-color: transparent;
  transition: unset;
  transform: unset;
  position: unset;
  padding: unset; }
  .page-template #cconsent-bar.ccb--hidden {
    display: none;
    transform: translateY(100%); }
  .page-template #cconsent-bar .overlay {
    background-color: rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(20px) brightness(115%);
    overflow: hidden;
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  .page-template #cconsent-bar .ccb__wrapper {
    background-color: #FFFFFF;
    justify-content: end;
    position: fixed;
    max-width: 100%;
    z-index: 99999;
    padding: 15px;
    width: 90%;
    bottom: 0;
    right: 0;
    left: 0; }
    @media screen and (max-width: 998px) {
      .page-template #cconsent-bar .ccb__wrapper {
        justify-content: center; } }
    .page-template #cconsent-bar .ccb__wrapper .cc-title {
      color: #BF0609;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    .page-template #cconsent-bar .ccb__wrapper p {
      color: #000000;
      font-family: "Roboto-Regular", sans-serif; }
      .page-template #cconsent-bar .ccb__wrapper p a {
        color: #BF0609;
        font-family: "Roboto-Regular", sans-serif; }
    .page-template #cconsent-bar .ccb__wrapper .ccb__button {
      display: flex; }
      @media screen and (max-width: 998px) {
        .page-template #cconsent-bar .ccb__wrapper .ccb__button {
          flex-direction: column; } }
      .page-template #cconsent-bar .ccb__wrapper .ccb__button button {
        font-family: "PFDinTextPro-MediumItalic", sans-serif;
        background-color: #BF0609;
        text-transform: uppercase;
        text-decoration: unset;
        font-weight: normal;
        color: #FFFFFF;
        border-radius: 28px;
        padding: 12px 20px;
        box-shadow: none;
        line-height: 1.5;
        font-size: 13px;
        display: block; }
        @media screen and (max-width: 998px) {
          .page-template #cconsent-bar .ccb__wrapper .ccb__button button {
            width: 100%; } }
        @media screen and (max-width: 998px) {
          .page-template #cconsent-bar .ccb__wrapper .ccb__button button.ccb__edit {
            margin-right: 0;
            margin-bottom: 15px; } }
.page-template #cconsent-modal.ccm--visible {
  z-index: 999999; }
  @media screen and (max-width: 998px) {
    .page-template #cconsent-modal.ccm--visible .ccm__content {
      display: block; } }
  .page-template #cconsent-modal.ccm--visible .ccm__content .ccm__content__heading #ccm__content__title {
    color: #BF0609;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .page-template #cconsent-modal.ccm--visible .ccm__content .ccm__content__heading p {
    color: #000000;
    font-family: "Roboto-Regular", sans-serif; }
  .page-template #cconsent-modal.ccm--visible .ccm__content .ccm__tab-head button:focus {
    outline: unset; }
  .page-template #cconsent-modal.ccm--visible .ccm__content .ccm__footer {
    justify-content: space-between; }
    @media screen and (max-width: 998px) {
      .page-template #cconsent-modal.ccm--visible .ccm__content .ccm__footer {
        flex-direction: column;
        padding: 20px; } }
    .page-template #cconsent-modal.ccm--visible .ccm__content .ccm__footer button {
      font-family: "PFDinTextPro-MediumItalic", sans-serif;
      background-color: #BF0609;
      text-transform: uppercase;
      text-decoration: unset;
      font-weight: normal;
      color: #FFFFFF;
      border-radius: 28px;
      padding: 12px 20px;
      box-shadow: none;
      line-height: 1.5;
      font-size: 13px;
      display: block; }
      @media screen and (max-width: 998px) {
        .page-template #cconsent-modal.ccm--visible .ccm__content .ccm__footer button {
          width: 100%; } }
      @media screen and (max-width: 998px) {
        .page-template #cconsent-modal.ccm--visible .ccm__content .ccm__footer button.consent-give {
          margin-right: 0;
          margin-top: 15px; } }

/* Enrollment */
/* First Access Page */
@media screen and (max-width: 998px) {
  .page-template-page-first-access .page-credential .container.form-section {
    flex-direction: column; } }
.page-template-page-first-access .page-credential .container.form-section .page-content {
  padding: 30px;
  max-width: 50%;
  border-radius: 20px;
  border: 1px solid transparent; }
  .page-template-page-first-access .page-credential .container.form-section .page-content:hover {
    border-color: #C7C7C7; }
  @media screen and (max-width: 998px) {
    .page-template-page-first-access .page-credential .container.form-section .page-content {
      max-width: 100%;
      padding: 0.9375rem; } }
  .page-template-page-first-access .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce-form .form-group input[type="email"], .page-template-page-first-access .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce-form .form-group input[type="text"] {
    width: 100%;
    max-width: 100%;
    color: #000000;
    border-radius: 8px;
    background-color: #F5F5F5;
    border-color: #F5F5F5 !important; }
    .page-template-page-first-access .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce-form .form-group input[type="email"]:-internal-autofill, .page-template-page-first-access .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce-form .form-group input[type="text"]:-internal-autofill {
      -webkit-text-fill-color: #000000;
      -webkit-box-shadow: 0 0 0px 1000px #F5F5F5 inset; }
    .page-template-page-first-access .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce-form .form-group input[type="email"]:-internal-autofill-selected, .page-template-page-first-access .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce-form .form-group input[type="text"]:-internal-autofill-selected {
      -webkit-text-fill-color: #000000;
      -webkit-box-shadow: 0 0 0px 1000px #F5F5F5 inset; }
  .page-template-page-first-access .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce-form .form-group input:disabled {
    color: #878787; }
.page-template-page-first-access .page-credential .container.form-section .banner {
  max-width: 48%; }
  @media screen and (max-width: 998px) {
    .page-template-page-first-access .page-credential .container.form-section .banner {
      max-width: 100%; } }
  @media screen and (max-width: 998px) {
    .page-template-page-first-access .page-credential .container.form-section .banner .awards-section,
    .page-template-page-first-access .page-credential .container.form-section .banner .communication-section {
      width: 50%; } }
  .page-template-page-first-access .page-credential .container.form-section .banner .rounded {
    border-radius: 1.25rem !important; }
    @media screen and (max-width: 998px) {
      .page-template-page-first-access .page-credential .container.form-section .banner .rounded .banner-image {
        height: 9.375rem; } }
    @media screen and (max-width: 998px) {
      .page-template-page-first-access .page-credential .container.form-section .banner .rounded .banner-image .object-fit-cover {
        object-fit: contain !important; } }

/* Login Page */
@media screen and (max-width: 998px) {
  .page-template-page-login .page-credential .container.form-section {
    flex-direction: column; } }
.page-template-page-login .page-credential .container.form-section .page-content {
  padding: 1.875rem;
  max-width: 50%;
  border-radius: 1.25rem;
  border: 0.0625rem solid transparent; }
  .page-template-page-login .page-credential .container.form-section .page-content:hover {
    border-color: #C7C7C7; }
  @media screen and (max-width: 998px) {
    .page-template-page-login .page-credential .container.form-section .page-content {
      max-width: 100%; } }
  .page-template-page-login .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce-form .form-row input[type="text"],
  .page-template-page-login .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce-form .form-row input[type="password"] {
    width: 100%;
    max-width: 100%;
    color: #000000;
    border-radius: 0.5rem;
    background-color: #F5F5F5;
    border-color: #F5F5F5 !important; }
    .page-template-page-login .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce-form .form-row input[type="text"]:-internal-autofill,
    .page-template-page-login .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce-form .form-row input[type="password"]:-internal-autofill {
      -webkit-text-fill-color: #000000;
      -webkit-box-shadow: 0 0 0 62.5rem #F5F5F5 inset; }
    .page-template-page-login .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce-form .form-row input[type="text"]:-internal-autofill-selected,
    .page-template-page-login .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce-form .form-row input[type="password"]:-internal-autofill-selected {
      -webkit-text-fill-color: #000000;
      -webkit-box-shadow: 0 0 0 62.5rem #F5F5F5 inset; }
    .page-template-page-login .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce-form .form-row input[type="text"]:hover,
    .page-template-page-login .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce-form .form-row input[type="password"]:hover {
      border-color: #C7C7C7 !important; }
  .page-template-page-login .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce-form .form-row .eye-toggle .toggle {
    cursor: pointer;
    right: 1.25rem;
    bottom: auto;
    top: auto; }
    .page-template-page-login .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce-form .form-row .eye-toggle .toggle::after {
      font-family: WooCommerce;
      speak: none;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      content: "";
      text-decoration: none; }
    .page-template-page-login .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce-form .form-row .eye-toggle .toggle.show-password-input::after {
      color: #B2B2B2; }
  .page-template-page-login .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce-form .form-row.error label {
    font-family: "Roboto-Medium", sans-serif;
    color: #E30609 !important; }
  .page-template-page-login .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce-form .form-row.error input[type="text"],
  .page-template-page-login .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce-form .form-row.error input[type="password"] {
    border: 0.0625rem solid #E30609 !important; }
  .page-template-page-login .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce-form .form-row.error .error {
    font-family: "Roboto-Medium", sans-serif;
    color: #E30609; }
.page-template-page-login .page-credential .container.form-section .banner {
  max-width: 48%; }
  @media screen and (max-width: 998px) {
    .page-template-page-login .page-credential .container.form-section .banner {
      max-width: 100%; } }
  @media screen and (max-width: 998px) {
    .page-template-page-login .page-credential .container.form-section .banner .awards-section,
    .page-template-page-login .page-credential .container.form-section .banner .communication-section {
      width: 50%; } }
  .page-template-page-login .page-credential .container.form-section .banner .rounded {
    border-radius: 1.25rem !important; }
    @media screen and (max-width: 998px) {
      .page-template-page-login .page-credential .container.form-section .banner .rounded .banner-image {
        height: 9.375rem; } }
    @media screen and (max-width: 998px) {
      .page-template-page-login .page-credential .container.form-section .banner .rounded .banner-image .object-fit-cover {
        object-fit: contain !important; } }

/* Forgot Password Page */
@media screen and (max-width: 998px) {
  .page-template-page-my-account .page-credential .container.form-section {
    flex-direction: column; } }
.page-template-page-my-account .page-credential .container.form-section .page-content {
  padding: 30px;
  max-width: 50%;
  border-radius: 20px;
  border: 1px solid transparent; }
  .page-template-page-my-account .page-credential .container.form-section .page-content:hover {
    border-color: #C7C7C7; }
  @media screen and (max-width: 998px) {
    .page-template-page-my-account .page-credential .container.form-section .page-content {
      max-width: 100%;
      padding: 0.9375rem; } }
  .page-template-page-my-account .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce {
    height: 100%; }
    .page-template-page-my-account .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce .form-row input[type="text"],
    .page-template-page-my-account .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce .form-row input[type="password"] {
      width: 100%;
      max-width: 100%;
      color: #000000;
      border-radius: 8px;
      background-color: #F5F5F5;
      border-color: #F5F5F5 !important; }
      .page-template-page-my-account .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce .form-row input[type="text"]:-internal-autofill,
      .page-template-page-my-account .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce .form-row input[type="password"]:-internal-autofill {
        -webkit-text-fill-color: #000000;
        -webkit-box-shadow: 0 0 0px 1000px #F5F5F5 inset; }
      .page-template-page-my-account .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce .form-row input[type="text"]:-internal-autofill-selected,
      .page-template-page-my-account .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce .form-row input[type="password"]:-internal-autofill-selected {
        -webkit-text-fill-color: #000000;
        -webkit-box-shadow: 0 0 0px 1000px #F5F5F5 inset; }
      .page-template-page-my-account .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce .form-row input[type="text"]:hover,
      .page-template-page-my-account .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce .form-row input[type="password"]:hover {
        border-color: #C7C7C7 !important; }
    .page-template-page-my-account .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce .woocommerce-ResetPassword .password-input {
      width: 100%;
      margin-bottom: 0.5rem; }
      .page-template-page-my-account .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce .woocommerce-ResetPassword .password-input .show-password-input {
        right: 1.25rem;
        bottom: auto;
        top: auto; }
        .page-template-page-my-account .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce .woocommerce-ResetPassword .password-input .show-password-input.display-password::after {
          color: #B2B2B2; }
.page-template-page-my-account .page-credential .container.form-section .banner {
  max-width: 48%; }
  @media screen and (max-width: 998px) {
    .page-template-page-my-account .page-credential .container.form-section .banner {
      max-width: 100%; } }
  @media screen and (max-width: 998px) {
    .page-template-page-my-account .page-credential .container.form-section .banner .awards-section,
    .page-template-page-my-account .page-credential .container.form-section .banner .communication-section {
      width: 50%; } }
  .page-template-page-my-account .page-credential .container.form-section .banner .rounded {
    border-radius: 1.25rem !important; }
    @media screen and (max-width: 998px) {
      .page-template-page-my-account .page-credential .container.form-section .banner .rounded .banner-image {
        height: 9.375rem; } }
    @media screen and (max-width: 998px) {
      .page-template-page-my-account .page-credential .container.form-section .banner .rounded .banner-image .object-fit-cover {
        object-fit: contain !important; } }

/* Reset Password Page */
@media screen and (max-width: 998px) {
  .page-template-page-reset-password-success .page-credential .container.form-section {
    flex-direction: column; } }
.page-template-page-reset-password-success .page-credential .container.form-section .page-content {
  padding: 30px;
  max-width: 50%;
  border-radius: 20px;
  border: 1px solid transparent; }
  .page-template-page-reset-password-success .page-credential .container.form-section .page-content:hover {
    border-color: #C7C7C7; }
  @media screen and (max-width: 998px) {
    .page-template-page-reset-password-success .page-credential .container.form-section .page-content {
      max-width: 100%;
      padding: 0.9375rem; } }
.page-template-page-reset-password-success .page-credential .container.form-section .banner {
  max-width: 48%; }
  @media screen and (max-width: 998px) {
    .page-template-page-reset-password-success .page-credential .container.form-section .banner {
      max-width: 100%; } }
  @media screen and (max-width: 998px) {
    .page-template-page-reset-password-success .page-credential .container.form-section .banner .awards-section,
    .page-template-page-reset-password-success .page-credential .container.form-section .banner .communication-section {
      width: 50%; } }
  .page-template-page-reset-password-success .page-credential .container.form-section .banner .rounded {
    border-radius: 1.25rem !important; }
    @media screen and (max-width: 998px) {
      .page-template-page-reset-password-success .page-credential .container.form-section .banner .rounded .banner-image {
        height: 9.375rem; } }
    @media screen and (max-width: 998px) {
      .page-template-page-reset-password-success .page-credential .container.form-section .banner .rounded .banner-image .object-fit-cover {
        object-fit: contain !important; } }

/* Account Blocked Page */
@media screen and (max-width: 998px) {
  .page-template-page-block-account .page-credential .container.form-section {
    flex-direction: column; } }
.page-template-page-block-account .page-credential .container.form-section .page-content {
  padding: 30px;
  max-width: 50%;
  border-radius: 20px;
  border: 1px solid transparent; }
  .page-template-page-block-account .page-credential .container.form-section .page-content:hover {
    border-color: #C7C7C7; }
  @media screen and (max-width: 998px) {
    .page-template-page-block-account .page-credential .container.form-section .page-content {
      max-width: 100%;
      padding: 0.9375rem; } }
  .page-template-page-block-account .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce {
    height: 100%; }
    .page-template-page-block-account .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce .form-row input[type="text"],
    .page-template-page-block-account .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce .form-row input[type="password"] {
      width: 100%;
      max-width: 100%;
      color: #000000;
      border-radius: 8px;
      background-color: #F5F5F5;
      border-color: #F5F5F5 !important; }
      .page-template-page-block-account .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce .form-row input[type="text"]:-internal-autofill,
      .page-template-page-block-account .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce .form-row input[type="password"]:-internal-autofill {
        -webkit-text-fill-color: #000000;
        -webkit-box-shadow: 0 0 0px 1000px #F5F5F5 inset; }
      .page-template-page-block-account .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce .form-row input[type="text"]:-internal-autofill-selected,
      .page-template-page-block-account .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce .form-row input[type="password"]:-internal-autofill-selected {
        -webkit-text-fill-color: #000000;
        -webkit-box-shadow: 0 0 0px 1000px #F5F5F5 inset; }
    .page-template-page-block-account .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce .woocommerce-ResetPassword .password-input {
      width: 100%;
      margin-bottom: 0.5rem; }
      .page-template-page-block-account .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce .woocommerce-ResetPassword .password-input .show-password-input {
        right: 1.25rem;
        bottom: auto;
        top: auto; }
        .page-template-page-block-account .page-credential .container.form-section .page-content .form-content .content-block .post-content .woocommerce .woocommerce-ResetPassword .password-input .show-password-input.display-password::after {
          color: #B2B2B2; }
.page-template-page-block-account .page-credential .container.form-section .banner {
  max-width: 48%; }
  @media screen and (max-width: 998px) {
    .page-template-page-block-account .page-credential .container.form-section .banner {
      max-width: 100%; } }
  @media screen and (max-width: 998px) {
    .page-template-page-block-account .page-credential .container.form-section .banner .awards-section,
    .page-template-page-block-account .page-credential .container.form-section .banner .communication-section {
      width: 50%; } }
  .page-template-page-block-account .page-credential .container.form-section .banner .rounded {
    border-radius: 1.25rem !important; }
    @media screen and (max-width: 998px) {
      .page-template-page-block-account .page-credential .container.form-section .banner .rounded .banner-image {
        height: 9.375rem; } }
    @media screen and (max-width: 998px) {
      .page-template-page-block-account .page-credential .container.form-section .banner .rounded .banner-image .object-fit-cover {
        object-fit: contain !important; } }

/* Minha Conta Page */
.page-template-page-profile .overflow-y .u-column1.rounded {
  border-radius: 20px !important; }
  .page-template-page-profile .overflow-y .u-column1.rounded .wizard .steps {
    padding: 35px 30px;
    padding-top: 50px; }
    .page-template-page-profile .overflow-y .u-column1.rounded .wizard .steps li {
      margin-right: 20px; }
      .page-template-page-profile .overflow-y .u-column1.rounded .wizard .steps li.last {
        margin: 0; }
  .page-template-page-profile .overflow-y .u-column1.rounded .wizard .actions {
    width: 100%;
    display: flex;
    justify-content: space-around; }
    .page-template-page-profile .overflow-y .u-column1.rounded .wizard .actions ul {
      width: 100%; }
      .page-template-page-profile .overflow-y .u-column1.rounded .wizard .actions ul li {
        padding: 0; }
        .page-template-page-profile .overflow-y .u-column1.rounded .wizard .actions ul li.previous-holder {
          order: 2;
          margin-left: auto; }
          .page-template-page-profile .overflow-y .u-column1.rounded .wizard .actions ul li.previous-holder a {
            color: #000000 !important;
            background-color: #F5F5F5 !important;
            position: relative;
            width: 160px !important;
            padding-left: 35px !important; }
            .page-template-page-profile .overflow-y .u-column1.rounded .wizard .actions ul li.previous-holder a:before {
              content: '';
              display: inline-block;
              position: absolute;
              left: 15px;
              top: 15px;
              width: 25px;
              height: 25px;
              transform: rotate(180deg);
              background-image: url("../images/icon/arrow-right-gray-icon.png");
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center; }
            .page-template-page-profile .overflow-y .u-column1.rounded .wizard .actions ul li.previous-holder a:hover {
              background: transparent !important;
              background-color: #EBEBEB !important; }
          .page-template-page-profile .overflow-y .u-column1.rounded .wizard .actions ul li.previous-holder.disabled + .next-holder {
            order: 2;
            margin-left: auto;
            margin-right: 10px; }
        .page-template-page-profile .overflow-y .u-column1.rounded .wizard .actions ul li.next-holder {
          order: 3;
          margin: 0 10px;
          position: relative; }
          .page-template-page-profile .overflow-y .u-column1.rounded .wizard .actions ul li.next-holder a {
            width: 265px;
            padding-right: 35px; }
            .page-template-page-profile .overflow-y .u-column1.rounded .wizard .actions ul li.next-holder a:before {
              content: '';
              display: inline-block;
              position: absolute;
              right: 15px;
              top: 15px;
              width: 25px;
              height: 25px;
              background-image: url("../images/icon/arrow-right-white-icon.png");
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center; }
        .page-template-page-profile .overflow-y .u-column1.rounded .wizard .actions ul li.finish-holder {
          order: 1;
          margin-left: 10px !important; }
          .page-template-page-profile .overflow-y .u-column1.rounded .wizard .actions ul li.finish-holder a {
            background-color: #E30609;
            color: #FFFFFF; }

/* Minha Conta Success Page */
.page-template-page-profile-update-success .header-banner .banner-image {
  height: 25rem; }
.page-template-page-profile-update-success .header-banner .container {
  top: 2rem; }
.page-template-page-profile-update-success .overflow-y {
  margin-top: -10vw; }
  .page-template-page-profile-update-success .overflow-y .page-content.rounded {
    height: 20vw; }

@media screen and (max-width: 1200px) {
  .page-template-page-register header .site-header .container .header-content,
  .page-template-page-profile header .site-header .container .header-content {
    margin: 0 !important;
    padding-left: 15px; } }
@media screen and (max-width: 998px) {
  .page-template-page-register,
  .page-template-page-profile {
    padding-left: 0 !important; }
    .page-template-page-register header .site-header .container .header-content,
    .page-template-page-profile header .site-header .container .header-content {
      padding-left: 0 !important; } }
.page-template-page-register .overflow-y,
.page-template-page-profile .overflow-y {
  margin-top: -10.625rem; }
  @media screen and (max-width: 998px) {
    .page-template-page-register .overflow-y,
    .page-template-page-profile .overflow-y {
      margin-top: 0 !important; } }
  .page-template-page-register .overflow-y.main,
  .page-template-page-profile .overflow-y.main {
    margin: 0; }
@media screen and (max-width: 1269px) {
  .page-template-page-register .flex.overflow-y.bg-gray-light,
  .page-template-page-profile .flex.overflow-y.bg-gray-light {
    margin-top: 0; } }
@media screen and (max-width: 998px) {
  .page-template-page-register #stepform .content .padding,
  .page-template-page-profile #stepform .content .padding {
    margin-top: 0 !important;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 998px) {
  .page-template-page-register #stepform .content .padding .row,
  .page-template-page-profile #stepform .content .padding .row {
    margin: 0; } }
.page-template-page-register #stepform .content .padding .user-details .avatar,
.page-template-page-profile #stepform .content .padding .user-details .avatar {
  width: 135px;
  height: 135px;
  cursor: default; }
  @media screen and (max-width: 998px) {
    .page-template-page-register #stepform .content .padding .user-details .avatar,
    .page-template-page-profile #stepform .content .padding .user-details .avatar {
      margin: 0 auto; } }
  .page-template-page-register #stepform .content .padding .user-details .avatar img,
  .page-template-page-profile #stepform .content .padding .user-details .avatar img {
    margin: 0px;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; }
@media screen and (max-width: 992px) {
  .page-template-page-register #stepform .content .padding .term-conditions-data-description,
  .page-template-page-profile #stepform .content .padding .term-conditions-data-description {
    width: 100%; } }
@media screen and (max-width: 998px) {
  .page-template-page-register #stepform .content .form-row .input-text,
  .page-template-page-profile #stepform .content .form-row .input-text {
    width: 100%; } }
.page-template-page-register #stepform .content .form-row .w-25,
.page-template-page-profile #stepform .content .form-row .w-25 {
  width: 28% !important; }
  @media screen and (max-width: 998px) {
    .page-template-page-register #stepform .content .form-row .w-25,
    .page-template-page-profile #stepform .content .form-row .w-25 {
      width: 100% !important; } }
.page-template-page-register #stepform .content .form-row span.info-message,
.page-template-page-profile #stepform .content .form-row span.info-message {
  margin-top: -5px;
  margin-bottom: 20px;
  color: #878787;
  font-size: 12px; }
.page-template-page-register #stepform .content .form-row .eye-toggle .toggle,
.page-template-page-profile #stepform .content .form-row .eye-toggle .toggle {
  cursor: pointer;
  right: 1.25rem;
  top: 0.8125rem; }
  .page-template-page-register #stepform .content .form-row .eye-toggle .toggle::after,
  .page-template-page-profile #stepform .content .form-row .eye-toggle .toggle::after {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "";
    text-decoration: none; }
  .page-template-page-register #stepform .content .form-row .eye-toggle .toggle.show-password-input::after,
  .page-template-page-profile #stepform .content .form-row .eye-toggle .toggle.show-password-input::after {
    color: #e8e8e8; }
.page-template-page-register #stepform .content .form-row.error label,
.page-template-page-profile #stepform .content .form-row.error label {
  font-family: "Roboto-Medium", sans-serif;
  color: #E30609 !important; }
.page-template-page-register #stepform .content .form-row.error select,
.page-template-page-register #stepform .content .form-row.error input[type="text"],
.page-template-page-register #stepform .content .form-row.error input[type="number"],
.page-template-page-register #stepform .content .form-row.error input[type="email"],
.page-template-page-register #stepform .content .form-row.error input[type="date"],
.page-template-page-register #stepform .content .form-row.error input[type="password"],
.page-template-page-profile #stepform .content .form-row.error select,
.page-template-page-profile #stepform .content .form-row.error input[type="text"],
.page-template-page-profile #stepform .content .form-row.error input[type="number"],
.page-template-page-profile #stepform .content .form-row.error input[type="email"],
.page-template-page-profile #stepform .content .form-row.error input[type="date"],
.page-template-page-profile #stepform .content .form-row.error input[type="password"] {
  border: 1px solid #E30609 !important; }
.page-template-page-register #stepform .content .form-row.error .error,
.page-template-page-profile #stepform .content .form-row.error .error {
  margin: 0;
  font-family: "Roboto-Medium", sans-serif;
  color: #E30609; }
.page-template-page-register #stepform .content h2,
.page-template-page-profile #stepform .content h2 {
  font-family: "PFDinTextPro-Regular", sans-serif;
  text-transform: uppercase; }
.page-template-page-register #stepform .content .regulamento-content,
.page-template-page-profile #stepform .content .regulamento-content {
  direction: ltr;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #878787;
  max-height: 400px;
  padding: 25px;
  margin: 15px 0px; }
  .page-template-page-register #stepform .content .regulamento-content h3:first-child,
  .page-template-page-profile #stepform .content .regulamento-content h3:first-child {
    color: #BF0609;
    margin-bottom: 15px;
    font-family: "PFDinTextPro-Regular", sans-serif; }
.page-template-page-register #stepform .actions,
.page-template-page-profile #stepform .actions {
  width: 100%; }
  .page-template-page-register #stepform .actions .disabled a,
  .page-template-page-profile #stepform .actions .disabled a {
    display: none; }
  .page-template-page-register #stepform .actions ul,
  .page-template-page-profile #stepform .actions ul {
    margin: 0 15px; }
    .page-template-page-register #stepform .actions ul .next-holder,
    .page-template-page-register #stepform .actions ul .finish-holder,
    .page-template-page-profile #stepform .actions ul .next-holder,
    .page-template-page-profile #stepform .actions ul .finish-holder {
      float: right; }
    .page-template-page-register #stepform .actions ul li,
    .page-template-page-profile #stepform .actions ul li {
      padding-bottom: 20px; }
      .page-template-page-register #stepform .actions ul li:first-child a,
      .page-template-page-profile #stepform .actions ul li:first-child a {
        width: 130px;
        color: #FFFFFF;
        background-color: #E30609; }
        .page-template-page-register #stepform .actions ul li:first-child a:hover,
        .page-template-page-profile #stepform .actions ul li:first-child a:hover {
          background-color: #BF0609; }
      .page-template-page-register #stepform .actions ul li.finish-holder,
      .page-template-page-profile #stepform .actions ul li.finish-holder {
        margin-left: auto; }
      .page-template-page-register #stepform .actions ul li a,
      .page-template-page-profile #stepform .actions ul li a {
        box-shadow: none;
        text-align: center;
        text-transform: uppercase;
        line-height: 1.5 !important;
        font-size: 1.25rem !important;
        font-weight: normal !important; }
.page-template-page-register .custom-control .custom-control-input:checked ~ .custom-control-label::before,
.page-template-page-profile .custom-control .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #28AF00;
  background-color: #28AF00; }
.page-template-page-register .custom-control .custom-control-label::before,
.page-template-page-profile .custom-control .custom-control-label::before {
  border: 1px solid #28AF00; }

.page-template-page-register header.bg-gradient,
.page-template-page-contact-us header.bg-gradient,
.page-template-page-contact-us-success:not(.admin-bar) header.bg-gradient,
.page-template-page-unauthirized-landing header.bg-gradient {
  background: none !important;
  z-index: 9; }

/* Register Page */
.page-template-page-register .header-banner .banner-image {
  height: 500px; }
.page-template-page-register .header-banner .container .header-title-content.default p {
  width: 500px; }
  @media screen and (max-width: 998px) {
    .page-template-page-register .header-banner .container .header-title-content.default p {
      width: 100% !important; } }
.page-template-page-register .overflow-y {
  margin-top: -10vw; }
  .page-template-page-register .overflow-y .u-column1.rounded {
    border-radius: 20px !important; }
    .page-template-page-register .overflow-y .u-column1.rounded .wizard .steps {
      padding: 35px 30px;
      padding-top: 50px; }
      @media screen and (max-width: 998px) {
        .page-template-page-register .overflow-y .u-column1.rounded .wizard .steps {
          padding: 1.25rem; } }
      .page-template-page-register .overflow-y .u-column1.rounded .wizard .steps li {
        margin-right: 1.25rem; }
        @media screen and (max-width: 998px) {
          .page-template-page-register .overflow-y .u-column1.rounded .wizard .steps li {
            margin: 0;
            width: 100%;
            margin-bottom: 20px; } }
        @media screen and (max-width: 998px) {
          .page-template-page-register .overflow-y .u-column1.rounded .wizard .steps li a {
            text-align: center; } }
        .page-template-page-register .overflow-y .u-column1.rounded .wizard .steps li.last {
          margin: 0; }

/* Register Success Page */
@media screen and (max-width: 1200px) {
  .page-template-page-register-success header .site-header .container .header-content {
    margin: 0 !important;
    padding-left: 15px; } }
.page-template-page-register-success .main.overflow-y {
  margin: 0; }
  .page-template-page-register-success .main.overflow-y .header-banner .container {
    top: 20px; }
    .page-template-page-register-success .main.overflow-y .header-banner .container .header-title-content.default .title-red {
      margin: 0;
      font-size: 72px;
      color: #E30609;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
      @media screen and (max-width: 998px) {
        .page-template-page-register-success .main.overflow-y .header-banner .container .header-title-content.default .title-red {
          line-height: 1;
          font-size: 35px; } }
    .page-template-page-register-success .main.overflow-y .header-banner .container .header-title-content.default p {
      width: 500px;
      font-size: 24px;
      font-family: "Roboto-Regular", sans-serif; }
.page-template-page-register-success .main .page-content {
  text-transform: uppercase; }
  .page-template-page-register-success .main .page-content label.bg-gradient {
    width: max-content;
    margin: 20px auto;
    padding: 6px 15px;
    border-radius: 25px;
    color: #FFFFFF;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    @media screen and (max-width: 998px) {
      .page-template-page-register-success .main .page-content label.bg-gradient {
        width: auto;
        text-align: center;
        margin-top: 0 !important; } }
  .page-template-page-register-success .main .page-content .text-gray {
    text-align: center;
    color: #5B5B5B;
    margin-bottom: 30px;
    font-family: "PFDinTextPro-LightItalic", sans-serif; }
    .page-template-page-register-success .main .page-content .text-gray span {
      color: #BF0609;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .page-template-page-register-success .main .page-content .page-card {
    border: 0;
    border-radius: 30px;
    margin-bottom: 20px;
    height: 100%; }
    .page-template-page-register-success .main .page-content .page-card a {
      display: contents; }
    .page-template-page-register-success .main .page-content .page-card .card-image img {
      border-top-left-radius: 30px;
      border-top-right-radius: 30px; }
    .page-template-page-register-success .main .page-content .page-card .card-content {
      padding: 15px;
      color: #FFFFFF;
      padding-left: 20px;
      padding-right: 20px; }
      .page-template-page-register-success .main .page-content .page-card .card-content h3 {
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
        .page-template-page-register-success .main .page-content .page-card .card-content h3 span {
          font-family: "PFDinTextPro-LightItalic", sans-serif; }
      .page-template-page-register-success .main .page-content .page-card .card-content label {
        margin: 20px 0; }
      .page-template-page-register-success .main .page-content .page-card .card-content .title-yellow {
        font-style: unset; }
      .page-template-page-register-success .main .page-content .page-card .card-content .btn {
        width: max-content; }
    .page-template-page-register-success .main .page-content .page-card.quiz {
      background-color: #BF0609; }
      .page-template-page-register-success .main .page-content .page-card.quiz label {
        border: 1px solid #FBBA00 !important;
        color: #FFFFFF; }
    .page-template-page-register-success .main .page-content .page-card.mission {
      background-color: #FBBA00; }
      .page-template-page-register-success .main .page-content .page-card.mission label {
        border: 1px solid #FFFFFF !important;
        color: #5B5B5B; }
    .page-template-page-register-success .main .page-content .page-card.performance {
      background-color: #878787; }
      .page-template-page-register-success .main .page-content .page-card.performance label {
        border: 1px solid #FFFFFF !important;
        color: #FBBA00; }
      .page-template-page-register-success .main .page-content .page-card.performance h3 {
        font-family: "PFDinTextPro-LightItalic", sans-serif; }
        .page-template-page-register-success .main .page-content .page-card.performance h3 span {
          font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    @media screen and (max-width: 1200px) {
      .page-template-page-register-success .main .page-content .page-card.shop-card {
        height: 335px; } }
    .page-template-page-register-success .main .page-content .page-card.shop-card a {
      display: block;
      height: 100%; }
    @media screen and (max-width: 1200px) {
      .page-template-page-register-success .main .page-content .page-card.shop-card .card-image {
        height: 100%; } }
    .page-template-page-register-success .main .page-content .page-card.shop-card .card-image img {
      border-radius: 25px; }
      @media screen and (max-width: 1200px) {
        .page-template-page-register-success .main .page-content .page-card.shop-card .card-image img {
          height: 100%;
          object-fit: cover;
          object-position: center; } }
    .page-template-page-register-success .main .page-content .page-card.shop-card .card-image .overlay {
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      height: 100%;
      background-color: rgba(60, 60, 60, 0.5);
      border-radius: 25px; }
    .page-template-page-register-success .main .page-content .page-card.shop-card .card-content {
      position: absolute;
      width: 95%;
      right: 0;
      top: 15px;
      margin: 0 auto; }
.page-template-page-register-success .main:not(.overflow-y) {
  margin-bottom: calc(100vh - 610px); }
.page-template-page-register-success .site-footer.login-footer {
  background-color: #E30609; }
  .page-template-page-register-success .site-footer.login-footer .container .footer-content.flex .footer-menu-content img {
    height: 50px; }
  .page-template-page-register-success .site-footer.login-footer .container .footer-content.flex .contact-links {
    width: 615px;
    margin-right: 0;
    width: fit-content;
    justify-content: end; }
    @media screen and (max-width: 992px) {
      .page-template-page-register-success .site-footer.login-footer .container .footer-content.flex .contact-links {
        margin: 0;
        display: block;
        margin-bottom: 15px; } }
    .page-template-page-register-success .site-footer.login-footer .container .footer-content.flex .contact-links a {
      font-size: 20px;
      font-style: unset;
      font-family: "Roboto-Regular", sans-serif;
      color: #FFFFFF !important; }
      .page-template-page-register-success .site-footer.login-footer .container .footer-content.flex .contact-links a .title-red {
        font-family: "Roboto-Regular", sans-serif;
        color: #FFFFFF !important; }
        .page-template-page-register-success .site-footer.login-footer .container .footer-content.flex .contact-links a .title-red span {
          font-family: "Roboto-Regular", sans-serif; }
      .page-template-page-register-success .site-footer.login-footer .container .footer-content.flex .contact-links a:last-child {
        margin-left: 15px; }
        @media screen and (max-width: 992px) {
          .page-template-page-register-success .site-footer.login-footer .container .footer-content.flex .contact-links a:last-child {
            margin: 0; } }
  .page-template-page-register-success .site-footer.login-footer .container .footer-content.flex .footer-content {
    margin-left: auto; }
    @media screen and (max-width: 992px) {
      .page-template-page-register-success .site-footer.login-footer .container .footer-content.flex .footer-content {
        margin: 0;
        float: unset;
        position: unset; } }
    .page-template-page-register-success .site-footer.login-footer .container .footer-content.flex .footer-content p {
      color: #FFFFFF;
      text-align: right; }
      @media screen and (max-width: 992px) {
        .page-template-page-register-success .site-footer.login-footer .container .footer-content.flex .footer-content p {
          text-align: unset; } }

@media screen and (max-width: 1200px) {
  .page-template-page-unauthirized-landing header .site-header .container .header-content {
    margin: 0 !important;
    padding-left: 15px; } }
.page-template-page-unauthirized-landing .bannar .header-banner .banner-image {
  height: 500px; }
.page-template-page-unauthirized-landing .main.overflow-y {
  margin: 0; }
  .page-template-page-unauthirized-landing .main.overflow-y .header-banner .container {
    top: 20px; }
    .page-template-page-unauthirized-landing .main.overflow-y .header-banner .container .header-title-content.default .title-red {
      margin: 0;
      font-size: 72px;
      color: #E30609;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
      @media screen and (max-width: 998px) {
        .page-template-page-unauthirized-landing .main.overflow-y .header-banner .container .header-title-content.default .title-red {
          line-height: 1;
          font-size: 35px; } }
    .page-template-page-unauthirized-landing .main.overflow-y .header-banner .container .header-title-content.default p {
      width: 500px;
      font-size: 24px;
      font-family: "Roboto-Regular", sans-serif; }
.page-template-page-unauthirized-landing .main .page-content label.bg-gradient {
  width: max-content;
  margin: 20px auto;
  padding: 6px 15px;
  border-radius: 25px;
  color: #FFFFFF;
  font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  @media screen and (max-width: 998px) {
    .page-template-page-unauthirized-landing .main .page-content label.bg-gradient {
      width: auto;
      text-align: center;
      margin-top: 0 !important; } }
.page-template-page-unauthirized-landing .main .page-content .text-gray {
  text-align: center;
  color: #5B5B5B;
  margin-bottom: 30px;
  font-family: "PFDinTextPro-LightItalic", sans-serif; }
  .page-template-page-unauthirized-landing .main .page-content .text-gray span {
    color: #BF0609;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
.page-template-page-unauthirized-landing .main .page-content .page-card {
  border: 0;
  border-radius: 30px;
  margin-bottom: 20px;
  height: 100%; }
  .page-template-page-unauthirized-landing .main .page-content .page-card a {
    display: contents; }
  .page-template-page-unauthirized-landing .main .page-content .page-card .card-image img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px; }
  .page-template-page-unauthirized-landing .main .page-content .page-card .card-content {
    padding: 15px;
    color: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px; }
    .page-template-page-unauthirized-landing .main .page-content .page-card .card-content h3 {
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
      .page-template-page-unauthirized-landing .main .page-content .page-card .card-content h3 span {
        font-family: "PFDinTextPro-LightItalic", sans-serif; }
    .page-template-page-unauthirized-landing .main .page-content .page-card .card-content label {
      margin: 20px 0; }
    .page-template-page-unauthirized-landing .main .page-content .page-card .card-content .title-yellow {
      font-style: unset; }
    .page-template-page-unauthirized-landing .main .page-content .page-card .card-content .btn {
      width: max-content; }
  .page-template-page-unauthirized-landing .main .page-content .page-card.quiz {
    background-color: #BF0609; }
    .page-template-page-unauthirized-landing .main .page-content .page-card.quiz label {
      border: 1px solid #FBBA00 !important;
      color: #FFFFFF; }
  .page-template-page-unauthirized-landing .main .page-content .page-card.mission {
    background-color: #FBBA00; }
    .page-template-page-unauthirized-landing .main .page-content .page-card.mission label {
      border: 1px solid #FFFFFF !important;
      color: #5B5B5B; }
  .page-template-page-unauthirized-landing .main .page-content .page-card.performance {
    background-color: #878787; }
    .page-template-page-unauthirized-landing .main .page-content .page-card.performance label {
      border: 1px solid #FFFFFF !important;
      color: #FBBA00; }
    .page-template-page-unauthirized-landing .main .page-content .page-card.performance h3 {
      font-family: "PFDinTextPro-LightItalic", sans-serif; }
      .page-template-page-unauthirized-landing .main .page-content .page-card.performance h3 span {
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  @media screen and (max-width: 1200px) {
    .page-template-page-unauthirized-landing .main .page-content .page-card.shop-card {
      height: 335px; } }
  .page-template-page-unauthirized-landing .main .page-content .page-card.shop-card a {
    display: block;
    height: 100%; }
  @media screen and (max-width: 1200px) {
    .page-template-page-unauthirized-landing .main .page-content .page-card.shop-card .card-image {
      height: 100%; } }
  .page-template-page-unauthirized-landing .main .page-content .page-card.shop-card .card-image img {
    border-radius: 25px; }
    @media screen and (max-width: 1200px) {
      .page-template-page-unauthirized-landing .main .page-content .page-card.shop-card .card-image img {
        height: 100%;
        object-fit: cover;
        object-position: center; } }
  .page-template-page-unauthirized-landing .main .page-content .page-card.shop-card .card-image .overlay {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgba(60, 60, 60, 0.5);
    border-radius: 25px; }
  .page-template-page-unauthirized-landing .main .page-content .page-card.shop-card .card-content {
    position: absolute;
    width: 95%;
    right: 0;
    top: 15px;
    margin: 0 auto; }
.page-template-page-unauthirized-landing .main:not(.overflow-y) {
  margin-bottom: calc(100vh - 610px); }
.page-template-page-unauthirized-landing .site-footer.login-footer {
  background-color: #E30609; }
  .page-template-page-unauthirized-landing .site-footer.login-footer .container .footer-content.flex .footer-menu-content img {
    height: 50px; }
  .page-template-page-unauthirized-landing .site-footer.login-footer .container .footer-content.flex .contact-links {
    width: 615px;
    margin-right: 0;
    justify-content: end; }
    @media screen and (max-width: 992px) {
      .page-template-page-unauthirized-landing .site-footer.login-footer .container .footer-content.flex .contact-links {
        margin: 0;
        display: block;
        width: fit-content;
        margin-bottom: 15px; } }
    .page-template-page-unauthirized-landing .site-footer.login-footer .container .footer-content.flex .contact-links a {
      font-size: 20px;
      font-style: unset;
      font-family: "Roboto-Regular", sans-serif;
      color: #FFFFFF !important; }
      .page-template-page-unauthirized-landing .site-footer.login-footer .container .footer-content.flex .contact-links a .title-red {
        font-family: "Roboto-Regular", sans-serif;
        color: #FFFFFF !important; }
        .page-template-page-unauthirized-landing .site-footer.login-footer .container .footer-content.flex .contact-links a .title-red span {
          font-family: "Roboto-Regular", sans-serif; }
      .page-template-page-unauthirized-landing .site-footer.login-footer .container .footer-content.flex .contact-links a:last-child {
        margin-left: 15px; }
        @media screen and (max-width: 992px) {
          .page-template-page-unauthirized-landing .site-footer.login-footer .container .footer-content.flex .contact-links a:last-child {
            margin: 0; } }
  .page-template-page-unauthirized-landing .site-footer.login-footer .container .footer-content.flex .footer-content {
    margin-left: auto; }
    @media screen and (max-width: 992px) {
      .page-template-page-unauthirized-landing .site-footer.login-footer .container .footer-content.flex .footer-content {
        margin: 0;
        float: unset;
        position: unset; } }
    .page-template-page-unauthirized-landing .site-footer.login-footer .container .footer-content.flex .footer-content p {
      color: #FFFFFF;
      text-align: right; }
      @media screen and (max-width: 992px) {
        .page-template-page-unauthirized-landing .site-footer.login-footer .container .footer-content.flex .footer-content p {
          text-align: unset; } }

.page-template-page-restricted-access .header-banner .container {
  top: 5vw; }

/* Other pages */
/* Fale Conosco Page */
@media screen and (max-width: 1200px) {
  .page-template-page-contact-us header .site-header .container .header-content {
    width: 95% !important; } }
@media screen and (max-width: 998px) {
  .page-template-page-contact-us header .site-header .container .header-content {
    width: 100% !important; } }
.page-template-page-contact-us .header-banner .container {
  top: 5vw; }
.page-template-page-contact-us .page-content.rounded {
  border-radius: 20px !important; }
.page-template-page-contact-us .page-content .contact-links {
  margin-bottom: 25px; }
  @media screen and (max-width: 998px) {
    .page-template-page-contact-us .page-content .contact-links .col-xs-12 {
      margin-bottom: 15px; } }
  .page-template-page-contact-us .page-content .contact-links .link {
    border-radius: 16px;
    padding: 20px 15px;
    height: 100%; }
    .page-template-page-contact-us .page-content .contact-links .link.btn-green {
      background-color: #25D366 !important; }
      .page-template-page-contact-us .page-content .contact-links .link.btn-green.flex h5 {
        color: #FFFFFF;
        font-size: 18px; }
        .page-template-page-contact-us .page-content .contact-links .link.btn-green.flex h5 a {
          font-family: "PFDinTextPro-Regular", sans-serif;
          color: #FBBA00;
          font-size: 18px;
          display: block;
          cursor: unset; }
          @media screen and (max-width: 998px) {
            .page-template-page-contact-us .page-content .contact-links .link.btn-green.flex h5 a {
              display: unset; } }
    .page-template-page-contact-us .page-content .contact-links .link .link-icon {
      width: 45px;
      height: 45px; }
.page-template-page-contact-us .page-content .content-block .post-content form .wpcf7-response-output:empty {
  display: none !important; }
@media screen and (max-width: 998px) {
  .page-template-page-contact-us .page-content .content-block .post-content form .col-lg-6 {
    margin-bottom: 15px; } }
.page-template-page-contact-us .page-content .content-block .post-content form .col-lg-6.error label,
.page-template-page-contact-us .page-content .content-block .post-content form .col-lg-12.error label {
  color: #E30609;
  font-family: "Roboto-Medium", sans-serif; }
.page-template-page-contact-us .page-content .content-block .post-content form .col-lg-6.error input[type="text"],
.page-template-page-contact-us .page-content .content-block .post-content form .col-lg-6.error input[type="email"],
.page-template-page-contact-us .page-content .content-block .post-content form .col-lg-6.error textarea,
.page-template-page-contact-us .page-content .content-block .post-content form .col-lg-12.error input[type="text"],
.page-template-page-contact-us .page-content .content-block .post-content form .col-lg-12.error input[type="email"],
.page-template-page-contact-us .page-content .content-block .post-content form .col-lg-12.error textarea {
  border-color: #E30609; }
.page-template-page-contact-us .page-content .content-block .post-content form label {
  margin: 0;
  font-size: 14px;
  margin-bottom: 5px;
  color: #000000;
  font-family: "PFDinTextPro-Italic", sans-serif;
  text-transform: uppercase; }
.page-template-page-contact-us .page-content .content-block .post-content form select,
.page-template-page-contact-us .page-content .content-block .post-content form input[type="text"],
.page-template-page-contact-us .page-content .content-block .post-content form input[type="number"],
.page-template-page-contact-us .page-content .content-block .post-content form input[type="email"],
.page-template-page-contact-us .page-content .content-block .post-content form input[type="date"],
.page-template-page-contact-us .page-content .content-block .post-content form input[type="password"],
.page-template-page-contact-us .page-content .content-block .post-content form input[type="tel"],
.page-template-page-contact-us .page-content .content-block .post-content form textarea {
  border: 0;
  border-radius: 8px;
  background-color: #F5F5F5;
  font-family: "Roboto-Regular", sans-serif; }
.page-template-page-contact-us .page-content .content-block .post-content form .wpcf7-submit {
  border: 0;
  width: 125px;
  display: block;
  margin-left: auto;
  padding: 12px 20px;
  color: #FFFFFF;
  border-radius: 25px;
  text-transform: uppercase;
  background-color: #E30609;
  font-family: "PFDinTextPro-BoldItalic", sans-serif; }
@media screen and (max-width: 998px) {
  .page-template-page-contact-us .page-content .content-block .post-content form .mt-5 {
    margin-top: 15px !important; } }

/* Fale Conosco Success Page */
@media screen and (max-width: 1200px) {
  .page-template-page-contact-us-success header .site-header .container .header-content {
    width: 95% !important; } }
@media screen and (max-width: 998px) {
  .page-template-page-contact-us-success header .site-header .container .header-content {
    width: 100% !important; } }
.page-template-page-contact-us-success .header-banner .container {
  top: 5vw; }
.page-template-page-contact-us-success .page-content.rounded {
  height: 20vw;
  border-radius: 20px !important; }
  @media screen and (max-width: 998px) {
    .page-template-page-contact-us-success .page-content.rounded {
      height: 100%; } }

/* Perguntas Frequentes Page */
.page-template-page-faq header {
  z-index: 9; }
  .page-template-page-faq header .site-header .container {
    top: 5vw; }
    @media screen and (max-width: 1200px) {
      .page-template-page-faq header .site-header .container .header-content {
        width: 95% !important; } }
    @media screen and (max-width: 998px) {
      .page-template-page-faq header .site-header .container .header-content {
        width: 100% !important; } }
.page-template-page-faq .header-banner .container {
  top: 5vw; }
.page-template-page-faq .faq-content .rounded {
  border-radius: 20px !important; }
.page-template-page-faq .faq-content .page-content.rounded ul li.quiz_listItem .quiz-accordion-block input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 50px; }
  .page-template-page-faq .faq-content .page-content.rounded ul li.quiz_listItem .quiz-accordion-block input:checked + label.quiz-detail {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-color: #FFD800 !important; }
  .page-template-page-faq .faq-content .page-content.rounded ul li.quiz_listItem .quiz-accordion-block input:checked ~ .faq_answer-detail {
    height: auto;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .page-template-page-faq .faq-content .page-content.rounded ul li.quiz_listItem .quiz-accordion-block input + label {
    padding: 15px 25px; }
    .page-template-page-faq .faq-content .page-content.rounded ul li.quiz_listItem .quiz-accordion-block input + label p.faq_question {
      min-width: 180px; }
    .page-template-page-faq .faq-content .page-content.rounded ul li.quiz_listItem .quiz-accordion-block input + label:after {
      top: 25px;
      content: "";
      right: 20px;
      width: 10px;
      height: 10px;
      position: absolute;
      border-style: solid;
      transform: rotate(45deg);
      border-width: 0 2px 2px 0;
      border-color: #000000; }
.page-template-page-faq .faq-content .page-content.rounded .faq_answer-detail {
  background: #F5F5F5;
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .page-template-page-faq .faq-content .page-content.rounded .faq_answer-detail .faq_answer-table {
    padding: 15px 25px; }
    .page-template-page-faq .faq-content .page-content.rounded .faq_answer-detail .faq_answer-table p {
      margin: 0 !important;
      font-size: 1rem !important;
      color: #000000 !important;
      font-family: "Roboto-Regular", sans-serif !important; }

.home-performance {
  padding: 30px 0;
  padding-bottom: 0; }
  @media screen and (max-width: 767px) {
    .home-performance {
      padding-top: 0px;
      margin-top: 0px !important; } }
  @media screen and (max-width: 767px) {
    .home-performance .header-section {
      display: block; } }
  .home-performance .header-section .title-gray {
    margin-bottom: 0 !important; }
  .home-performance .header-section .nav {
    width: 100%;
    max-width: 550px;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .home-performance .header-section .nav {
        display: block; } }
    .home-performance .header-section .nav li {
      margin-left: 15px; }
      .home-performance .header-section .nav li.mission {
        margin-bottom: 15px;
        margin-left: calc(100% - 175px); }
      @media screen and (max-width: 767px) {
        .home-performance .header-section .nav li {
          margin: 15px 0 !important; } }
      .home-performance .header-section .nav li .btn-outline-gray {
        color: #B2B2B2 !important;
        padding: 8px 20px !important;
        font-size: 14px !important;
        font-family: "PFDinTextPro-BoldItalic", sans-serif !important; }
        .home-performance .header-section .nav li .btn-outline-gray:hover, .home-performance .header-section .nav li .btn-outline-gray:focus {
          outline: none; }
      .home-performance .header-section .nav li .active {
        background: linear-gradient(180deg, #BF0609, #E30609);
        color: #FFFFFF !important;
        box-shadow: 5px 5px 9px rgba(70, 70, 70, 0.31);
        border: 0; }
  @media screen and (max-width: 767px) {
    .home-performance .sub-header-section {
      display: block; } }
  .home-performance .sub-header-section .points,
  .home-performance .sub-header-section .user-details,
  .home-performance .sub-header-section .services-policy {
    margin: 0px 15px; }
  .home-performance .sub-header-section .user-name label,
  .home-performance .sub-header-section .user-details label,
  .home-performance .sub-header-section .points label {
    margin: 0px;
    font-size: 12px;
    color: #5B5B5B;
    font-style: unset;
    text-transform: capitalize;
    font-family: "Roboto-Regular", sans-serif; }
  .home-performance .sub-header-section .user-name h3,
  .home-performance .sub-header-section .user-details h3,
  .home-performance .sub-header-section .points h3 {
    margin: 0px;
    font-size: 20px;
    font-style: unset;
    text-transform: capitalize;
    color: #E30609;
    font-family: "Roboto-Regular", sans-serif; }
  .home-performance .sub-header-section .user-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 270px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .home-performance .sub-header-section .user-name {
        margin: 15px 0 !important;
        text-align: center;
        max-width: 100%; } }
  @media screen and (max-width: 767px) {
    .home-performance .sub-header-section .user-details,
    .home-performance .sub-header-section .points {
      margin: 0 !important;
      vertical-align: text-top;
      width: 49%;
      display: inline-block; } }
  .home-performance .sub-header-section .services-policy label {
    margin: 0px;
    font-size: 12px;
    color: #5B5B5B;
    font-style: unset;
    font-family: "Roboto-Regular", sans-serif; }
  .home-performance .sub-header-section .services-policy p.services-status,
  .home-performance .sub-header-section .services-policy i,
  .home-performance .sub-header-section .services-policy span.services-status {
    margin: 0px;
    line-height: 1;
    font-size: 20px;
    color: #B2B2B2;
    text-transform: uppercase;
    font-family: "Roboto-Regular", sans-serif; }
    .home-performance .sub-header-section .services-policy p.services-status.active,
    .home-performance .sub-header-section .services-policy i.active,
    .home-performance .sub-header-section .services-policy span.services-status.active {
      color: #E30609; }
  @media screen and (max-width: 767px) {
    .home-performance .content-section {
      text-align: center; } }
  .home-performance .content-section .weekly-report {
    display: none; }
    .home-performance .content-section .weekly-report.active {
      display: block; }
    .home-performance .content-section .weekly-report .weekly-points-content .points-detail .weekly-points.red-border {
      display: block;
      border-color: #E30609; }
    .home-performance .content-section .weekly-report .weekly-points-content .points-detail .weekly-points label {
      margin: 0px;
      font-size: 20px;
      color: #5B5B5B;
      font-style: unset;
      text-transform: none;
      font-family: "Roboto-Regular", sans-serif; }
    .home-performance .content-section .weekly-report .weekly-points-content .points-detail .weekly-points h1 {
      margin: 0px;
      font-family: "Roboto-Medium", sans-serif;
      color: #E30609; }
      @media screen and (max-width: 767px) {
        .home-performance .content-section .weekly-report .weekly-points-content .points-detail .weekly-points h1 {
          margin-top: 10px !important; } }
      .home-performance .content-section .weekly-report .weekly-points-content .points-detail .weekly-points h1 sub {
        font-size: 16px;
        margin-left: -5px;
        text-transform: uppercase;
        color: #E30609; }
    .home-performance .content-section .weekly-report .weekly-points-content .points-detail .finished-service-points label.finished-service {
      margin: 0;
      line-height: 1;
      font-size: 20px;
      color: #5B5B5B;
      text-transform: uppercase;
      font-family: "PFDinTextPro-Italic", sans-serif; }
    .home-performance .content-section .weekly-report .weekly-points-content .points-detail .finished-service-points h1.serviceSirius {
      margin: 0;
      font-size: 40px;
      font-family: "PFDinTextPro-MediumItalic", sans-serif;
      color: #BF0609; }
      @media screen and (max-width: 767px) {
        .home-performance .content-section .weekly-report .weekly-points-content .points-detail .finished-service-points h1.serviceSirius {
          margin-top: 10px !important; } }
    .home-performance .content-section .weekly-report .weekly-points-content .points-detail .services-policy {
      margin-top: 0; }
      .home-performance .content-section .weekly-report .weekly-points-content .points-detail .services-policy label {
        margin: 0;
        color: #5B5B5B;
        font-size: 16px;
        font-style: unset;
        text-transform: unset;
        font-family: "Roboto-Regular", sans-serif; }
      .home-performance .content-section .weekly-report .weekly-points-content .points-detail .services-policy p.services-status,
      .home-performance .content-section .weekly-report .weekly-points-content .points-detail .services-policy i,
      .home-performance .content-section .weekly-report .weekly-points-content .points-detail .services-policy span.services-status {
        margin: 0;
        color: #DADADA;
        font-size: 30px;
        text-transform: uppercase;
        font-family: "Roboto-Medium", sans-serif; }
      .home-performance .content-section .weekly-report .weekly-points-content .points-detail .services-policy p.services-status,
      .home-performance .content-section .weekly-report .weekly-points-content .points-detail .services-policy i,
      .home-performance .content-section .weekly-report .weekly-points-content .points-detail .services-policy span.services-status.active {
        color: #E30609; }
    .home-performance .content-section .weekly-report .weekly-points-content .points-progress .services-bar.mt-4 {
      margin-top: 20px !important; }
    .home-performance .content-section .weekly-report .weekly-points-content .points-progress .revisit-bar + p {
      text-align: end;
      color: #BF0609;
      font-family: "Roboto-Medium", sans-serif; }
    .home-performance .content-section .weekly-report .weekly-points-content .points-progress label {
      margin: 0;
      line-height: 1;
      font-size: 20px;
      font-style: unset;
      color: #5B5B5B;
      margin-bottom: 10px;
      text-transform: none;
      font-family: "Roboto-Regular", sans-serif; }
      @media screen and (max-width: 767px) {
        .home-performance .content-section .weekly-report .weekly-points-content .points-progress label.w-50 {
          width: 100% !important; } }
    .home-performance .content-section .weekly-report .weekly-points-content .points-progress sup {
      font-family: "Roboto-Regular", sans-serif;
      text-decoration: underline;
      text-transform: none;
      font-size: 20px;
      top: -5px; }
    .home-performance .content-section .weekly-report .weekly-points-content .points-progress .progress {
      height: 35px;
      border: 1px solid #5B5B5B;
      border-radius: 10px;
      background-color: #FFFFFF; }
      .home-performance .content-section .weekly-report .weekly-points-content .points-progress .progress span {
        color: #5B5B5B; }
      @media screen and (max-width: 767px) {
        .home-performance .content-section .weekly-report .weekly-points-content .points-progress .progress.w-35 {
          width: 100% !important; } }
    .home-performance .content-section .weekly-report .weekly-points-content .points-progress div.bar:first-child {
      background: linear-gradient(to right, #840305, #ff0003); }
    .home-performance .content-section .weekly-report .weekly-points-content .points-progress div.bar:last-child {
      background: linear-gradient(to right, #166200, #33de00); }
    .home-performance .content-section .weekly-report .weekly-points-content .points-progress .points-bar .bar-detail {
      padding-right: 0; }
      .home-performance .content-section .weekly-report .weekly-points-content .points-progress .points-bar .bar-detail .bar {
        display: flex;
        padding-right: 10px;
        align-items: center;
        color: #FFFFFF;
        justify-content: flex-end; }
    .home-performance .content-section .weekly-report .weekly-points-content .points-progress p {
      font-size: 20px;
      color: #5B5B5B;
      text-align: center;
      text-transform: capitalize;
      font-family: "Roboto-Regular", sans-serif; }
      .home-performance .content-section .weekly-report .weekly-points-content .points-progress p span {
        color: #E30609;
        font-family: "Roboto-Medium", sans-serif; }
  .home-performance .content-section #technicoDegradePills-home.weekly-report .points-progress .revisit-bar p.weekly-points {
    width: 15%;
    text-align: end;
    color: #BF0609;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .home-performance .content-section #technicoDegradePills-home.weekly-report p {
    width: 60%;
    font-family: "PFDinTextPro-Italic", sans-serif; }
    .home-performance .content-section #technicoDegradePills-home.weekly-report p span {
      color: #BF0609;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .home-performance .content-section #almoxarifePills-home.weekly-report .points-progress .services-bar .progress-bar.title-red {
    color: #E30609 !important; }
  .home-performance .content-section #almoxarifePills-home.weekly-report .points-progress .revisit-bar p.weekly-points {
    width: 93%;
    font-size: 20px;
    text-align: end;
    color: #BF0609;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .home-performance .content-section #torrePills-home.weekly-report .points-progress .points-bar p.weekly-progress {
    width: 40%;
    font-size: 20px;
    text-align: right;
    color: #BF0609;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .home-performance .content-section #technicoPills-mission.weekly-report .weekly-points-content .points-progress .header-section ul li a,
  .home-performance .content-section #retiradorPills-mission.weekly-report .weekly-points-content .points-progress .header-section ul li a {
    color: #B2B2B2;
    font-family: "PFDinTextPro-Italic", sans-serif;
    padding: 0; }
  .home-performance .content-section #technicoPills-mission.weekly-report .weekly-points-content .points-progress .header-section ul li a.active,
  .home-performance .content-section #retiradorPills-mission.weekly-report .weekly-points-content .points-progress .header-section ul li a.active {
    font-family: "PFDinTextPro-MediumItalic", sans-serif;
    background: transparent !important;
    color: #BF0609 !important;
    box-shadow: none;
    text-decoration: underline; }
  .home-performance .content-section #technicoPills-mission.weekly-report .weekly-points-content .points-progress .points-detail .weekly-points h1,
  .home-performance .content-section #retiradorPills-mission.weekly-report .weekly-points-content .points-progress .points-detail .weekly-points h1 {
    display: inline-block;
    vertical-align: middle; }
    .home-performance .content-section #technicoPills-mission.weekly-report .weekly-points-content .points-progress .points-detail .weekly-points h1 + span,
    .home-performance .content-section #retiradorPills-mission.weekly-report .weekly-points-content .points-progress .points-detail .weekly-points h1 + span {
      font-family: "PFDinTextPro-MediumItalic", sans-serif;
      color: #B2B2B2;
      font-size: 10px;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: middle;
      width: 50%; }
  .home-performance .content-section #technicoPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .content-section p,
  .home-performance .content-section #retiradorPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .content-section p {
    font-size: 14px;
    text-align: left;
    font-family: "PFDinTextPro-MediumItalic", sans-serif;
    color: #5B5B5B;
    text-transform: unset; }
    .home-performance .content-section #technicoPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .content-section p i,
    .home-performance .content-section #retiradorPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .content-section p i {
      color: #878787; }
  .home-performance .content-section #technicoPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .content-section p.table-right-arrow:before,
  .home-performance .content-section #retiradorPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .content-section p.table-right-arrow:before {
    top: 5px; }
  .home-performance .content-section #technicoPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .divTable,
  .home-performance .content-section #retiradorPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .divTable {
    border: 0;
    overflow: initial; }
    .home-performance .content-section #technicoPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .divTable .eligibility-content,
    .home-performance .content-section #retiradorPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .divTable .eligibility-content {
      padding: 0; }
      .home-performance .content-section #technicoPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .divTable .eligibility-content .table-row,
      .home-performance .content-section #retiradorPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .divTable .eligibility-content .table-row {
        border-radius: 0; }
        .home-performance .content-section #technicoPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .divTable .eligibility-content .table-row .divTableCell,
        .home-performance .content-section #retiradorPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .divTable .eligibility-content .table-row .divTableCell {
          border-radius: 0;
          width: 70%; }
          .home-performance .content-section #technicoPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .divTable .eligibility-content .table-row .divTableCell + .divTableCell,
          .home-performance .content-section #retiradorPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .divTable .eligibility-content .table-row .divTableCell + .divTableCell {
            width: 30%; }
            .home-performance .content-section #technicoPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .divTable .eligibility-content .table-row .divTableCell + .divTableCell p,
            .home-performance .content-section #retiradorPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .divTable .eligibility-content .table-row .divTableCell + .divTableCell p {
              text-align: center; }
  .home-performance .content-section #supervisorDeTelevendasPills-home.weekly-report .factors-points-section,
  .home-performance .content-section #supervisorDeVendasPills-home.weekly-report .factors-points-section,
  .home-performance .content-section #vendedor-interno-home.weekly-report .factors-points-section,
  .home-performance .content-section #televendasPills-home.weekly-report .factors-points-section,
  .home-performance .content-section #vendedorPills-home.weekly-report .factors-points-section {
    position: relative; }
    @media screen and (max-width: 767px) {
      .home-performance .content-section #supervisorDeTelevendasPills-home.weekly-report .factors-points-section,
      .home-performance .content-section #supervisorDeVendasPills-home.weekly-report .factors-points-section,
      .home-performance .content-section #vendedor-interno-home.weekly-report .factors-points-section,
      .home-performance .content-section #televendasPills-home.weekly-report .factors-points-section,
      .home-performance .content-section #vendedorPills-home.weekly-report .factors-points-section {
        flex-direction: column; } }
    .home-performance .content-section #supervisorDeTelevendasPills-home.weekly-report .factors-points-section:before,
    .home-performance .content-section #supervisorDeVendasPills-home.weekly-report .factors-points-section:before,
    .home-performance .content-section #vendedor-interno-home.weekly-report .factors-points-section:before,
    .home-performance .content-section #televendasPills-home.weekly-report .factors-points-section:before,
    .home-performance .content-section #vendedorPills-home.weekly-report .factors-points-section:before {
      content: "";
      width: 30px;
      height: 20px;
      left: 0;
      top: 30px;
      position: absolute;
      text-align: center;
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(../images/icon/arrow-right.png); }
      @media screen and (max-width: 767px) {
        .home-performance .content-section #supervisorDeTelevendasPills-home.weekly-report .factors-points-section:before,
        .home-performance .content-section #supervisorDeVendasPills-home.weekly-report .factors-points-section:before,
        .home-performance .content-section #vendedor-interno-home.weekly-report .factors-points-section:before,
        .home-performance .content-section #televendasPills-home.weekly-report .factors-points-section:before,
        .home-performance .content-section #vendedorPills-home.weekly-report .factors-points-section:before {
          top: 0;
          left: auto;
          right: auto;
          transform: rotate(90deg); } }
    .home-performance .content-section #supervisorDeTelevendasPills-home.weekly-report .factors-points-section.gray-arrow:before,
    .home-performance .content-section #supervisorDeVendasPills-home.weekly-report .factors-points-section.gray-arrow:before,
    .home-performance .content-section #vendedor-interno-home.weekly-report .factors-points-section.gray-arrow:before,
    .home-performance .content-section #televendasPills-home.weekly-report .factors-points-section.gray-arrow:before,
    .home-performance .content-section #vendedorPills-home.weekly-report .factors-points-section.gray-arrow:before {
      top: unset;
      bottom: 15px;
      background-image: url(../images/icon/arrow-right-gray-icon.png); }
      @media screen and (max-width: 767px) {
        .home-performance .content-section #supervisorDeTelevendasPills-home.weekly-report .factors-points-section.gray-arrow:before,
        .home-performance .content-section #supervisorDeVendasPills-home.weekly-report .factors-points-section.gray-arrow:before,
        .home-performance .content-section #vendedor-interno-home.weekly-report .factors-points-section.gray-arrow:before,
        .home-performance .content-section #televendasPills-home.weekly-report .factors-points-section.gray-arrow:before,
        .home-performance .content-section #vendedorPills-home.weekly-report .factors-points-section.gray-arrow:before {
          top: 0; } }
    .home-performance .content-section #supervisorDeTelevendasPills-home.weekly-report .factors-points-section .weekly-factors,
    .home-performance .content-section #supervisorDeVendasPills-home.weekly-report .factors-points-section .weekly-factors,
    .home-performance .content-section #vendedor-interno-home.weekly-report .factors-points-section .weekly-factors,
    .home-performance .content-section #televendasPills-home.weekly-report .factors-points-section .weekly-factors,
    .home-performance .content-section #vendedorPills-home.weekly-report .factors-points-section .weekly-factors {
      width: 80px;
      position: relative; }
      .home-performance .content-section #supervisorDeTelevendasPills-home.weekly-report .factors-points-section .weekly-factors:after,
      .home-performance .content-section #supervisorDeVendasPills-home.weekly-report .factors-points-section .weekly-factors:after,
      .home-performance .content-section #vendedor-interno-home.weekly-report .factors-points-section .weekly-factors:after,
      .home-performance .content-section #televendasPills-home.weekly-report .factors-points-section .weekly-factors:after,
      .home-performance .content-section #vendedorPills-home.weekly-report .factors-points-section .weekly-factors:after {
        content: "+";
        font-family: "PFDinTextPro-MediumItalic", sans-serif;
        color: #BF0609;
        position: absolute;
        font-size: 40px;
        display: block;
        right: -45px;
        bottom: 0; }
        @media screen and (max-width: 767px) {
          .home-performance .content-section #supervisorDeTelevendasPills-home.weekly-report .factors-points-section .weekly-factors:after,
          .home-performance .content-section #supervisorDeVendasPills-home.weekly-report .factors-points-section .weekly-factors:after,
          .home-performance .content-section #vendedor-interno-home.weekly-report .factors-points-section .weekly-factors:after,
          .home-performance .content-section #televendasPills-home.weekly-report .factors-points-section .weekly-factors:after,
          .home-performance .content-section #vendedorPills-home.weekly-report .factors-points-section .weekly-factors:after {
            bottom: -50px;
            right: auto;
            left: 30px; } }
      .home-performance .content-section #supervisorDeTelevendasPills-home.weekly-report .factors-points-section .weekly-factors:nth-last-child(2),
      .home-performance .content-section #supervisorDeVendasPills-home.weekly-report .factors-points-section .weekly-factors:nth-last-child(2),
      .home-performance .content-section #vendedor-interno-home.weekly-report .factors-points-section .weekly-factors:nth-last-child(2),
      .home-performance .content-section #televendasPills-home.weekly-report .factors-points-section .weekly-factors:nth-last-child(2),
      .home-performance .content-section #vendedorPills-home.weekly-report .factors-points-section .weekly-factors:nth-last-child(2) {
        margin-right: 20px; }
        @media screen and (max-width: 767px) {
          .home-performance .content-section #supervisorDeTelevendasPills-home.weekly-report .factors-points-section .weekly-factors:nth-last-child(2),
          .home-performance .content-section #supervisorDeVendasPills-home.weekly-report .factors-points-section .weekly-factors:nth-last-child(2),
          .home-performance .content-section #vendedor-interno-home.weekly-report .factors-points-section .weekly-factors:nth-last-child(2),
          .home-performance .content-section #televendasPills-home.weekly-report .factors-points-section .weekly-factors:nth-last-child(2),
          .home-performance .content-section #vendedorPills-home.weekly-report .factors-points-section .weekly-factors:nth-last-child(2) {
            margin: 0;
            margin-top: 3rem; } }
        .home-performance .content-section #supervisorDeTelevendasPills-home.weekly-report .factors-points-section .weekly-factors:nth-last-child(2):after,
        .home-performance .content-section #supervisorDeVendasPills-home.weekly-report .factors-points-section .weekly-factors:nth-last-child(2):after,
        .home-performance .content-section #vendedor-interno-home.weekly-report .factors-points-section .weekly-factors:nth-last-child(2):after,
        .home-performance .content-section #televendasPills-home.weekly-report .factors-points-section .weekly-factors:nth-last-child(2):after,
        .home-performance .content-section #vendedorPills-home.weekly-report .factors-points-section .weekly-factors:nth-last-child(2):after {
          display: none; }
      .home-performance .content-section #supervisorDeTelevendasPills-home.weekly-report .factors-points-section .weekly-factors:last-child:after,
      .home-performance .content-section #supervisorDeVendasPills-home.weekly-report .factors-points-section .weekly-factors:last-child:after,
      .home-performance .content-section #vendedor-interno-home.weekly-report .factors-points-section .weekly-factors:last-child:after,
      .home-performance .content-section #televendasPills-home.weekly-report .factors-points-section .weekly-factors:last-child:after,
      .home-performance .content-section #vendedorPills-home.weekly-report .factors-points-section .weekly-factors:last-child:after {
        content: "=";
        font-family: "PFDinTextPro-MediumItalic", sans-serif;
        color: #BF0609;
        position: absolute;
        font-size: 40px;
        display: block;
        left: -45px;
        bottom: -5px; }
        @media screen and (max-width: 767px) {
          .home-performance .content-section #supervisorDeTelevendasPills-home.weekly-report .factors-points-section .weekly-factors:last-child:after,
          .home-performance .content-section #supervisorDeVendasPills-home.weekly-report .factors-points-section .weekly-factors:last-child:after,
          .home-performance .content-section #vendedor-interno-home.weekly-report .factors-points-section .weekly-factors:last-child:after,
          .home-performance .content-section #televendasPills-home.weekly-report .factors-points-section .weekly-factors:last-child:after,
          .home-performance .content-section #vendedorPills-home.weekly-report .factors-points-section .weekly-factors:last-child:after {
            bottom: 30px;
            right: auto;
            left: 30px; } }
      .home-performance .content-section #supervisorDeTelevendasPills-home.weekly-report .factors-points-section .weekly-factors .weekly-factors-label,
      .home-performance .content-section #supervisorDeVendasPills-home.weekly-report .factors-points-section .weekly-factors .weekly-factors-label,
      .home-performance .content-section #vendedor-interno-home.weekly-report .factors-points-section .weekly-factors .weekly-factors-label,
      .home-performance .content-section #televendasPills-home.weekly-report .factors-points-section .weekly-factors .weekly-factors-label,
      .home-performance .content-section #vendedorPills-home.weekly-report .factors-points-section .weekly-factors .weekly-factors-label {
        margin: 0;
        margin-bottom: 5px;
        font-family: "PFDinTextPro-Italic", sans-serif; }
      .home-performance .content-section #supervisorDeTelevendasPills-home.weekly-report .factors-points-section .weekly-factors .points,
      .home-performance .content-section #supervisorDeVendasPills-home.weekly-report .factors-points-section .weekly-factors .points,
      .home-performance .content-section #vendedor-interno-home.weekly-report .factors-points-section .weekly-factors .points,
      .home-performance .content-section #televendasPills-home.weekly-report .factors-points-section .weekly-factors .points,
      .home-performance .content-section #vendedorPills-home.weekly-report .factors-points-section .weekly-factors .points {
        margin: 0;
        width: 100px;
        padding: 3px;
        height: 50px;
        padding: 5px 0;
        font-size: 30px;
        text-align: center;
        border-radius: 10px;
        border: 1px solid #5B5B5B;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .home-performance .content-section #torrePills-home.weekly-report .weekly_play {
    width: 80px;
    margin-top: 35px;
    border-radius: 10px;
    border: 1px solid #5B5B5B;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    .home-performance .content-section #torrePills-home.weekly-report .weekly_play #points-qtde-vendas {
      margin: 0 auto; }
  .home-performance .content-section #torrePills-home.weekly-report .points-progress .points-bar p.weekly-progress {
    color: #5B5B5B !important; }
  .home-performance .content-section #torrePills-home.weekly-report .factors-points-section {
    position: relative; }
    @media screen and (max-width: 767px) {
      .home-performance .content-section #torrePills-home.weekly-report .factors-points-section {
        flex-direction: column;
        margin-top: 30px; } }
    .home-performance .content-section #torrePills-home.weekly-report .factors-points-section:after {
      content: "vendas";
      font-family: "PFDinTextPro-Italic", sans-serif;
      text-transform: uppercase;
      color: #5B5B5B;
      position: absolute;
      font-size: 20px;
      line-height: 1;
      display: block;
      left: -45px;
      top: 0; }
      @media screen and (max-width: 767px) {
        .home-performance .content-section #torrePills-home.weekly-report .factors-points-section:after {
          top: -30px;
          left: auto;
          right: auto; } }
    .home-performance .content-section #torrePills-home.weekly-report .factors-points-section:before {
      content: "";
      width: 30px;
      height: 20px;
      left: 0;
      top: 30px;
      position: absolute;
      text-align: center;
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(../images/icon/arrow-right.png); }
      @media screen and (max-width: 767px) {
        .home-performance .content-section #torrePills-home.weekly-report .factors-points-section:before {
          top: 0;
          left: auto;
          right: auto;
          transform: rotate(90deg); } }
    .home-performance .content-section #torrePills-home.weekly-report .factors-points-section .weekly-factors {
      width: 80px;
      position: relative; }
      .home-performance .content-section #torrePills-home.weekly-report .factors-points-section .weekly-factors:after {
        content: "+";
        font-family: "PFDinTextPro-MediumItalic", sans-serif;
        color: #BF0609;
        position: absolute;
        font-size: 40px;
        display: block;
        right: -45px;
        bottom: 0; }
        @media screen and (max-width: 767px) {
          .home-performance .content-section #torrePills-home.weekly-report .factors-points-section .weekly-factors:after {
            bottom: -50px;
            right: auto;
            left: 30px; } }
      .home-performance .content-section #torrePills-home.weekly-report .factors-points-section .weekly-factors:nth-last-child(2) {
        margin-right: 20px; }
        @media screen and (max-width: 767px) {
          .home-performance .content-section #torrePills-home.weekly-report .factors-points-section .weekly-factors:nth-last-child(2) {
            margin: 0;
            margin-top: 3rem; } }
        .home-performance .content-section #torrePills-home.weekly-report .factors-points-section .weekly-factors:nth-last-child(2):after {
          display: none; }
      .home-performance .content-section #torrePills-home.weekly-report .factors-points-section .weekly-factors:last-child:after {
        content: "=";
        font-family: "PFDinTextPro-MediumItalic", sans-serif;
        color: #BF0609;
        position: absolute;
        font-size: 40px;
        display: block;
        left: -45px;
        bottom: -5px; }
        @media screen and (max-width: 767px) {
          .home-performance .content-section #torrePills-home.weekly-report .factors-points-section .weekly-factors:last-child:after {
            bottom: 30px;
            right: auto;
            left: 30px; } }
      .home-performance .content-section #torrePills-home.weekly-report .factors-points-section .weekly-factors .weekly-factors-label {
        margin: 0;
        margin-bottom: 5px;
        font-family: "PFDinTextPro-Italic", sans-serif; }
      .home-performance .content-section #torrePills-home.weekly-report .factors-points-section .weekly-factors .points {
        margin: 0;
        width: 100px;
        padding: 3px;
        height: 50px;
        padding: 5px 0;
        font-size: 30px;
        text-align: center;
        border-radius: 10px;
        border: 1px solid #5B5B5B;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .home-performance .content-section #vendedor-interno-contact .content-section#regras-tabContent {
    padding: unset;
    box-shadow: unset;
    border-radius: unset;
    background-color: unset; }
    .home-performance .content-section #vendedor-interno-contact .content-section#regras-tabContent .revisit-content .revisit-header .vendedor-interno {
      bottom: 40px !important; }
    .home-performance .content-section #vendedor-interno-contact .content-section#regras-tabContent .revisit-content .table-right-arrow:before {
      top: 7px; }
  .home-performance .content-section #vendedorPills-contact .content-section#regras-tabContent {
    padding: unset;
    box-shadow: unset;
    border-radius: unset;
    background-color: unset; }
    .home-performance .content-section #vendedorPills-contact .content-section#regras-tabContent .revisit-content .revisit-header .vendedor {
      bottom: 32px !important; }
    .home-performance .content-section #vendedorPills-contact .content-section#regras-tabContent .table-right-arrow:before {
      top: 7px; }
  .home-performance .content-section #televendasPills-contact .content-section#regras-tabContent .table-right-arrow:before {
    top: 7px; }
  .home-performance .content-section #televendasPills-contact .content-section#regras-tabContent {
    padding: unset;
    box-shadow: unset;
    border-radius: unset;
    background-color: unset; }
    .home-performance .content-section #televendasPills-contact .content-section#regras-tabContent .revisit-content .revisit-header .op_televendas {
      bottom: 83px !important; }
  .home-performance .content-section .monthly-report {
    margin-bottom: 60px;
    display: none; }
    .home-performance .content-section .monthly-report.active {
      display: block; }
    .home-performance .content-section .monthly-report .report,
    .home-performance .content-section .monthly-report .monthly-report-title,
    .home-performance .content-section .monthly-report .total-report,
    .home-performance .content-section .monthly-report .revisit-report,
    .home-performance .content-section .monthly-report .services-report,
    .home-performance .content-section .monthly-report .connections-report {
      display: flex;
      align-items: flex-end; }
      @media screen and (max-width: 998px) {
        .home-performance .content-section .monthly-report .report,
        .home-performance .content-section .monthly-report .monthly-report-title,
        .home-performance .content-section .monthly-report .total-report,
        .home-performance .content-section .monthly-report .revisit-report,
        .home-performance .content-section .monthly-report .services-report,
        .home-performance .content-section .monthly-report .connections-report {
          margin-bottom: 40px; } }
      .home-performance .content-section .monthly-report .report .bar-header-content .title-red,
      .home-performance .content-section .monthly-report .monthly-report-title .bar-header-content .title-red,
      .home-performance .content-section .monthly-report .total-report .bar-header-content .title-red,
      .home-performance .content-section .monthly-report .revisit-report .bar-header-content .title-red,
      .home-performance .content-section .monthly-report .services-report .bar-header-content .title-red,
      .home-performance .content-section .monthly-report .connections-report .bar-header-content .title-red {
        font-family: "PFDinTextPro-LightItalic", sans-serif; }
        .home-performance .content-section .monthly-report .report .bar-header-content .title-red span,
        .home-performance .content-section .monthly-report .monthly-report-title .bar-header-content .title-red span,
        .home-performance .content-section .monthly-report .total-report .bar-header-content .title-red span,
        .home-performance .content-section .monthly-report .revisit-report .bar-header-content .title-red span,
        .home-performance .content-section .monthly-report .services-report .bar-header-content .title-red span,
        .home-performance .content-section .monthly-report .connections-report .bar-header-content .title-red span {
          color: #5B5B5B;
          font-family: "PFDinTextPro-Italic", sans-serif; }
      .home-performance .content-section .monthly-report .report .bar-header-content h5,
      .home-performance .content-section .monthly-report .monthly-report-title .bar-header-content h5,
      .home-performance .content-section .monthly-report .total-report .bar-header-content h5,
      .home-performance .content-section .monthly-report .revisit-report .bar-header-content h5,
      .home-performance .content-section .monthly-report .services-report .bar-header-content h5,
      .home-performance .content-section .monthly-report .connections-report .bar-header-content h5 {
        text-transform: uppercase;
        text-align: end;
        line-height: 1;
        margin: 0;
        width: 100px;
        margin-right: 6px; }
        .home-performance .content-section .monthly-report .report .bar-header-content h5 sup,
        .home-performance .content-section .monthly-report .monthly-report-title .bar-header-content h5 sup,
        .home-performance .content-section .monthly-report .total-report .bar-header-content h5 sup,
        .home-performance .content-section .monthly-report .revisit-report .bar-header-content h5 sup,
        .home-performance .content-section .monthly-report .services-report .bar-header-content h5 sup,
        .home-performance .content-section .monthly-report .connections-report .bar-header-content h5 sup {
          font-family: "PFDinTextPro-MediumItalic", sans-serif;
          text-decoration: underline;
          text-transform: none;
          font-size: 18px;
          top: -5px; }
      .home-performance .content-section .monthly-report .report li span,
      .home-performance .content-section .monthly-report .monthly-report-title li span,
      .home-performance .content-section .monthly-report .total-report li span,
      .home-performance .content-section .monthly-report .revisit-report li span,
      .home-performance .content-section .monthly-report .services-report li span,
      .home-performance .content-section .monthly-report .connections-report li span {
        text-transform: uppercase;
        font-size: 12px; }
    .home-performance .content-section .monthly-report .total-report .bar-header-content h5,
    .home-performance .content-section .monthly-report .revisit-report .bar-header-content h5 {
      width: 100px !important; }
      @media screen and (max-width: 998px) {
        .home-performance .content-section .monthly-report .total-report .bar-header-content h5,
        .home-performance .content-section .monthly-report .revisit-report .bar-header-content h5 {
          width: 100% !important; } }
  .home-performance .content-section .rule {
    display: none; }
    .home-performance .content-section .rule.active {
      display: block; }
    .home-performance .content-section .rule .header-section ul li {
      margin: 0px;
      margin-right: 15px; }
    .home-performance .content-section .rule .content-section .revisit-content {
      padding-top: 0;
      padding-bottom: 0; }
      .home-performance .content-section .rule .content-section .revisit-content .revisit-header h6 {
        color: #5B5B5B;
        text-transform: uppercase; }
        .home-performance .content-section .rule .content-section .revisit-content .revisit-header h6 span {
          display: block; }
      @media screen and (max-width: 998px) {
        .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail {
          padding: 0; } }
      .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .header-content h6 {
        height: 90px; }
      .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .header-content h2 {
        color: #BF0609;
        font-weight: normal;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
      .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table,
      .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        border-radius: 10px;
        height: 100%;
        overflow: hidden;
        display: block;
        padding-top: 10px;
        text-transform: uppercase;
        background-color: #F4F4F4; }
        .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .header-content,
        .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .other-rules-header,
        .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .header-content,
        .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .other-rules-header {
          padding-left: 15px; }
          .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .header-content .title-red,
          .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .other-rules-header .title-red,
          .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .header-content .title-red,
          .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .other-rules-header .title-red {
            font-family: "PFDinTextPro-MediumItalic", sans-serif; }
        .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .content-section,
        .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .other-rules-content,
        .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .content-section,
        .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .other-rules-content {
          background-color: #FFFFFF;
          flex-direction: column;
          height: 90%; }
          .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .content-section p.table-right-arrow,
          .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .other-rules-content p.table-right-arrow,
          .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .content-section p.table-right-arrow,
          .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .other-rules-content p.table-right-arrow {
            padding: 10px 14px;
            font-size: 14px;
            color: #5B5B5B;
            padding-bottom: 0px !important;
            font-family: "PFDinTextPro-MediumItalic", sans-serif; }
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .content-section p.table-right-arrow span,
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .other-rules-content p.table-right-arrow span,
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .content-section p.table-right-arrow span,
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .other-rules-content p.table-right-arrow span {
              font-family: "PFDinTextPro-MediumItalic", sans-serif;
              color: #BF0609; }
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .content-section p.table-right-arrow sup,
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .other-rules-content p.table-right-arrow sup,
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .content-section p.table-right-arrow sup,
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .other-rules-content p.table-right-arrow sup {
              font-family: "PFDinTextPro-Italic", sans-serif;
              text-decoration: underline;
              text-transform: none;
              font-size: 14px;
              top: -5px; }
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .content-section p.table-right-arrow i,
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .other-rules-content p.table-right-arrow i,
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .content-section p.table-right-arrow i,
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .other-rules-content p.table-right-arrow i {
              font-size: 14px;
              color: #878787;
              font-family: "PFDinTextPro-MediumItalic", sans-serif; }
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .content-section p.table-right-arrow i.technico-content,
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .other-rules-content p.table-right-arrow i.technico-content,
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .content-section p.table-right-arrow i.technico-content,
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .other-rules-content p.table-right-arrow i.technico-content {
              font-size: 10px; }
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .content-section p.table-right-arrow small,
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .other-rules-content p.table-right-arrow small,
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .content-section p.table-right-arrow small,
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .other-rules-content p.table-right-arrow small {
              font-size: 10px;
              color: #5B5B5B;
              font-family: "PFDinTextPro-MediumItalic", sans-serif; }
          .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .content-section .other-rules-footer,
          .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .other-rules-content .other-rules-footer,
          .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .content-section .other-rules-footer,
          .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .other-rules-content .other-rules-footer {
            padding-bottom: 10px; }
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .content-section .other-rules-footer .btn,
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .other-rules-content .other-rules-footer .btn,
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .content-section .other-rules-footer .btn,
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .other-rules-content .other-rules-footer .btn {
              width: max-content;
              font-size: 10px !important;
              padding-right: 8px !important;
              padding-left: 8px !important;
              margin: 10px auto; }
        .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white,
        .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white {
          height: 100%;
          text-align: left; }
          .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white .padding,
          .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white .padding {
            color: #5B5B5B;
            font-family: "PFDinTextPro-MediumItalic", sans-serif; }
          .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white h5,
          .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white p,
          .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white h5,
          .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white p {
            font-size: 14px; }
          .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white h5,
          .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white h5 {
            font-family: "PFDinTextPro-MediumItalic", sans-serif; }
          .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white p.table-right-arrow,
          .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white p.table-right-arrow {
            padding: 10px 14px;
            font-size: 14px;
            color: #5B5B5B;
            padding-bottom: 0px !important;
            font-family: "PFDinTextPro-MediumItalic", sans-serif; }
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white p.table-right-arrow span,
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white p.table-right-arrow span {
              font-family: "PFDinTextPro-MediumItalic", sans-serif;
              color: #BF0609; }
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white p.table-right-arrow sup,
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white p.table-right-arrow sup {
              font-family: "PFDinTextPro-Italic", sans-serif;
              text-decoration: underline;
              text-transform: none;
              font-size: 14px;
              top: -5px; }
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white p.table-right-arrow i,
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white p.table-right-arrow i {
              font-size: 14px;
              color: #878787;
              font-family: "PFDinTextPro-MediumItalic", sans-serif; }
          .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white .justify-between,
          .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white .justify-between {
            align-items: flex-start; }
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white .justify-between .indicatorTable,
            .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white .justify-between .indicatorTable {
              border: 0.5px solid #B2B2B2;
              margin-bottom: 10px;
              width: 45%; }
              .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white .justify-between .indicatorTable thead tr th,
              .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white .justify-between .indicatorTable thead tr th {
                font-family: "PFDinTextPro-MediumItalic", sans-serif; }
              .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white .justify-between .indicatorTable tbody,
              .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white .justify-between .indicatorTable tbody {
                width: 100%;
                display: inline-table; }
                .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white .justify-between .indicatorTable tbody tr:last-child,
                .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white .justify-between .indicatorTable tbody tr:last-child {
                  background-color: transparent !important; }
                  .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white .justify-between .indicatorTable tbody tr:last-child td,
                  .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white .justify-between .indicatorTable tbody tr:last-child td {
                    color: #5B5B5B !important;
                    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
      .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail table.indicatorTable thead tr th {
        font-size: 20px;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
      .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail table.indicatorTable tbody tr:first-child td {
        font-size: 14px; }
      .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail table.indicatorTable tbody tr td {
        font-size: 13px;
        font-family: "PFDinTextPro-MediumItalic", sans-serif;
        text-transform: none; }
      .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail table.indicatorTable tfoot {
        height: 20px !important; }
        .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail table.indicatorTable tfoot tr {
          height: inherit; }
          .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail table.indicatorTable tfoot tr td {
            padding-left: 10px;
            padding-right: 10px;
            font-family: "PFDinTextPro-MediumItalic", sans-serif; }
      .home-performance .content-section .rule .content-section .revisit-content .revisit-header .other-rules-footer .btn {
        font-size: 10px !important;
        padding: 7px 20px !important;
        margin: 10px auto; }
      .home-performance .content-section .rule .content-section .revisit-content .revisit-footer h6 {
        color: #5B5B5B; }
      @media screen and (max-width: 767px) {
        .home-performance .content-section .rule .content-section .revisit-content .revisit-table {
          overflow: auto; } }
      .home-performance .content-section .rule .content-section .revisit-content .revisit-table table.revisit-table-detail {
        border-collapse: separate;
        border-spacing: 0;
        text-align: center; }
        .home-performance .content-section .rule .content-section .revisit-content .revisit-table table.revisit-table-detail thead th {
          font-size: 15px;
          color: #5B5B5B;
          padding: 5px 10px;
          font-weight: unset;
          text-transform: uppercase;
          font-family: "PFDinTextPro-MediumItalic", sans-serif; }
        .home-performance .content-section .rule .content-section .revisit-content .revisit-table table.revisit-table-detail tr th {
          border-right: 1px solid #5B5B5B;
          border-bottom: 1px solid #5B5B5B;
          background: transparent;
          border-top: 1px solid #5B5B5B; }
          .home-performance .content-section .rule .content-section .revisit-content .revisit-table table.revisit-table-detail tr th:first-child {
            border-left: 1px solid #5B5B5B; }
        .home-performance .content-section .rule .content-section .revisit-content .revisit-table table.revisit-table-detail tr td.tbl-label {
          vertical-align: bottom; }
          .home-performance .content-section .rule .content-section .revisit-content .revisit-table table.revisit-table-detail tr td.tbl-label .btn {
            margin-left: auto;
            width: max-content; }
        .home-performance .content-section .rule .content-section .revisit-content .revisit-table table.revisit-table-detail tr td {
          padding: 5px;
          font-size: 15px;
          color: #FFFFFF;
          border-right: 1px solid #5B5B5B;
          border-bottom: 1px solid #5B5B5B;
          font-family: "PFDinTextPro-MediumItalic", sans-serif; }
          .home-performance .content-section .rule .content-section .revisit-content .revisit-table table.revisit-table-detail tr td small {
            font-family: "PFDinTextPro-MediumItalic", sans-serif; }
          .home-performance .content-section .rule .content-section .revisit-content .revisit-table table.revisit-table-detail tr td:first-child {
            border-left: 1px solid #5B5B5B; }
        .home-performance .content-section .rule .content-section .revisit-content .revisit-table table.revisit-table-detail tr:first-child th:first-child {
          border-top-left-radius: 6px; }
        .home-performance .content-section .rule .content-section .revisit-content .revisit-table table.revisit-table-detail tr:first-child th:last-child {
          border-top-right-radius: 6px; }
        .home-performance .content-section .rule .content-section .revisit-content .revisit-table table.revisit-table-detail tr:last-child td:first-child {
          line-height: 1;
          border-bottom-left-radius: 6px;
          border-bottom-right-radius: 6px;
          border-right: 1px solid #5B5B5B; }
        .home-performance .content-section .rule .content-section .revisit-content .revisit-table table.revisit-table-detail tr:last-child td:last-child {
          border: none; }
    .home-performance .content-section .rule .play-rules .play-rules-content .auto-margin {
      margin: auto 0; }
    .home-performance .content-section .rule .play-rules .play-rules-content .play-rules-detail .rules-detail label {
      margin-bottom: 5px;
      font-size: 15px;
      color: #5B5B5B;
      text-transform: uppercase; }
    .home-performance .content-section .rule .play-rules .play-rules-content .play-rules-detail .rules-detail h1 {
      margin: 0px;
      font-size: 25px;
      padding-left: 5px;
      color: #BF0609;
      text-transform: uppercase;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
      .home-performance .content-section .rule .play-rules .play-rules-content .play-rules-detail .rules-detail h1 small {
        display: block;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    .home-performance .content-section .rule .play-rules .play-rules-content .play-rules-detail p {
      color: #5B5B5B; }
    .home-performance .content-section .rule .play-rules table.indicatorTable tbody tr td {
      padding-left: 10px;
      padding-right: 10px; }
    .home-performance .content-section .rule .play-rules table.indicatorTable tbody tr:last-child {
      background-color: transparent !important; }
      .home-performance .content-section .rule .play-rules table.indicatorTable tbody tr:last-child td {
        color: #5B5B5B !important; }
    .home-performance .content-section .rule .play-rules table.indicatorTable tfoot tr td {
      padding-left: 10px;
      padding-right: 10px; }
  .home-performance .content-section .red-border {
    border: 2px solid #BF0609;
    width: max-content;
    border-radius: 10px;
    padding: 10px; }
  .home-performance .content-section .border-gray {
    border: 1px solid #5B5B5B;
    width: max-content;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      .home-performance .content-section .border-gray {
        width: fit-content;
        min-width: 100%; } }
  .home-performance .content-section .regras {
    border: 2px solid #BF0609;
    border-radius: 25px;
    padding: 10px;
    height: 230px;
    width: 160px;
    position: relative;
    top: 50px; }
    .home-performance .content-section .regras label {
      position: absolute;
      font-size: 1.5em; }
    .home-performance .content-section .regras p {
      position: absolute;
      top: 95px;
      font-size: 14px;
      color: #5B5B5B;
      padding-bottom: 0px !important;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    .home-performance .content-section .regras h2 {
      position: absolute;
      top: 45px;
      right: 107px;
      font-size: 2.5em;
      color: #BF0609;
      font-style: italic; }
    .home-performance .content-section .regras span {
      position: absolute;
      top: 63px;
      right: 78px;
      font-size: 17px;
      color: #5B5B5B;
      padding-bottom: 0px !important;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .home-performance .content-section .gray-border {
    width: 70px;
    margin-top: 30px; }
  .home-performance .content-section .weekly_play h1 {
    color: #BF0609;
    font-family: "Roboto-Medium", sans-serif;
    text-align: center;
    font-size: 40px;
    margin: 0; }
  .home-performance .content-section .weekly_play_label {
    font-size: 20px;
    color: #5B5B5B;
    position: absolute;
    font-family: "Roboto-Regular", sans-serif; }
  .home-performance .content-section .second_container {
    position: absolute;
    bottom: 57px;
    right: 10px; }
  .home-performance .content-section .regras_op_televendas {
    top: 50px; }
  .home-performance .content-section .monthly-report#technicoPills-profile .technico-monthly-report {
    margin: 0;
    flex-wrap: unset;
    overflow-x: scroll;
    padding-bottom: 30px; }
    .home-performance .content-section .monthly-report#technicoPills-profile .technico-monthly-report .sales-report {
      display: flex;
      align-items: flex-end; }
      .home-performance .content-section .monthly-report#technicoPills-profile .technico-monthly-report .sales-report .bar-header-content .title-red {
        font-family: "PFDinTextPro-LightItalic", sans-serif; }
        .home-performance .content-section .monthly-report#technicoPills-profile .technico-monthly-report .sales-report .bar-header-content .title-red span {
          color: #5B5B5B;
          font-family: "PFDinTextPro-Italic", sans-serif; }
      .home-performance .content-section .monthly-report#technicoPills-profile .technico-monthly-report .sales-report .bar-header-content h5 {
        text-transform: uppercase;
        text-align: end;
        line-height: 1;
        margin: 0;
        width: 100px;
        margin-right: 6px; }
        .home-performance .content-section .monthly-report#technicoPills-profile .technico-monthly-report .sales-report .bar-header-content h5 sup {
          font-family: "PFDinTextPro-MediumItalic", sans-serif;
          text-decoration: underline;
          text-transform: none;
          font-size: 18px;
          top: -5px; }
      .home-performance .content-section .monthly-report#technicoPills-profile .technico-monthly-report .sales-report li span {
        text-transform: uppercase;
        font-size: 12px; }
  .home-performance .content-section .monthly-report#torrePills-profile .torre-monthly-report {
    margin: 0;
    flex-wrap: unset;
    overflow-x: scroll;
    padding-bottom: 30px; }
    .home-performance .content-section .monthly-report#torrePills-profile .torre-monthly-report .sales-report {
      display: flex;
      align-items: flex-end; }
      .home-performance .content-section .monthly-report#torrePills-profile .torre-monthly-report .sales-report .bar-header-content .title-red {
        font-family: "PFDinTextPro-LightItalic", sans-serif; }
        .home-performance .content-section .monthly-report#torrePills-profile .torre-monthly-report .sales-report .bar-header-content .title-red span {
          color: #5B5B5B;
          font-family: "PFDinTextPro-Italic", sans-serif; }
      .home-performance .content-section .monthly-report#torrePills-profile .torre-monthly-report .sales-report .bar-header-content h5 {
        text-transform: uppercase;
        text-align: end;
        line-height: 1;
        margin: 0;
        width: 100px;
        margin-right: 6px; }
        .home-performance .content-section .monthly-report#torrePills-profile .torre-monthly-report .sales-report .bar-header-content h5 sup {
          font-family: "PFDinTextPro-MediumItalic", sans-serif;
          text-decoration: underline;
          text-transform: none;
          font-size: 18px;
          top: -5px; }
      .home-performance .content-section .monthly-report#torrePills-profile .torre-monthly-report .sales-report li span {
        text-transform: uppercase;
        font-size: 12px; }
  .home-performance .content-section .monthly-report#almoxarifePills-profile .almoxarife-monthly-report {
    margin: 0;
    flex-wrap: unset;
    overflow-x: scroll;
    padding-bottom: 30px; }
    .home-performance .content-section .monthly-report#almoxarifePills-profile .almoxarife-monthly-report .consumption-report {
      display: flex;
      align-items: flex-end; }
      .home-performance .content-section .monthly-report#almoxarifePills-profile .almoxarife-monthly-report .consumption-report .bar-header-content .title-red {
        font-family: "PFDinTextPro-LightItalic", sans-serif; }
        .home-performance .content-section .monthly-report#almoxarifePills-profile .almoxarife-monthly-report .consumption-report .bar-header-content .title-red span {
          color: #5B5B5B;
          font-family: "PFDinTextPro-Italic", sans-serif; }
      .home-performance .content-section .monthly-report#almoxarifePills-profile .almoxarife-monthly-report .consumption-report .bar-header-content h5 {
        text-transform: uppercase;
        text-align: end;
        line-height: 1;
        margin: 0;
        width: 100px;
        margin-right: 6px; }
        .home-performance .content-section .monthly-report#almoxarifePills-profile .almoxarife-monthly-report .consumption-report .bar-header-content h5 sup {
          font-family: "PFDinTextPro-MediumItalic", sans-serif;
          text-decoration: underline;
          text-transform: none;
          font-size: 18px;
          top: -5px; }
      .home-performance .content-section .monthly-report#almoxarifePills-profile .almoxarife-monthly-report .consumption-report li span {
        text-transform: uppercase;
        font-size: 12px; }
  .home-performance .content-section .monthly-report#televendasPills-profile .televendas-monthly-report {
    margin: 0;
    flex-wrap: unset;
    overflow-x: scroll;
    padding-bottom: 30px; }
    .home-performance .content-section .monthly-report#televendasPills-profile .televendas-monthly-report .sales-report {
      display: flex;
      align-items: flex-end; }
      .home-performance .content-section .monthly-report#televendasPills-profile .televendas-monthly-report .sales-report .bar-header-content .title-red {
        font-family: "PFDinTextPro-LightItalic", sans-serif; }
        .home-performance .content-section .monthly-report#televendasPills-profile .televendas-monthly-report .sales-report .bar-header-content .title-red span {
          color: #5B5B5B;
          font-family: "PFDinTextPro-Italic", sans-serif; }
      .home-performance .content-section .monthly-report#televendasPills-profile .televendas-monthly-report .sales-report .bar-header-content h5 {
        text-transform: uppercase;
        text-align: end;
        line-height: 1;
        margin: 0;
        width: 100px;
        margin-right: 6px; }
        .home-performance .content-section .monthly-report#televendasPills-profile .televendas-monthly-report .sales-report .bar-header-content h5 sup {
          font-family: "PFDinTextPro-MediumItalic", sans-serif;
          text-decoration: underline;
          text-transform: none;
          font-size: 18px;
          top: -5px; }
      .home-performance .content-section .monthly-report#televendasPills-profile .televendas-monthly-report .sales-report li span {
        text-transform: uppercase;
        font-size: 12px; }
  .home-performance .content-section .monthly-report#vendedorPills-profile .vendedo-monthly-report {
    margin: 0;
    flex-wrap: unset;
    overflow-x: scroll;
    padding-bottom: 30px; }
    .home-performance .content-section .monthly-report#vendedorPills-profile .vendedo-monthly-report .sales-report {
      display: flex;
      align-items: flex-end; }
      .home-performance .content-section .monthly-report#vendedorPills-profile .vendedo-monthly-report .sales-report .bar-header-content .title-red {
        font-family: "PFDinTextPro-LightItalic", sans-serif; }
        .home-performance .content-section .monthly-report#vendedorPills-profile .vendedo-monthly-report .sales-report .bar-header-content .title-red span {
          color: #5B5B5B;
          font-family: "PFDinTextPro-Italic", sans-serif; }
      .home-performance .content-section .monthly-report#vendedorPills-profile .vendedo-monthly-report .sales-report .bar-header-content h5 {
        text-transform: uppercase;
        text-align: end;
        line-height: 1;
        margin: 0;
        width: 100px;
        margin-right: 6px; }
        .home-performance .content-section .monthly-report#vendedorPills-profile .vendedo-monthly-report .sales-report .bar-header-content h5 sup {
          font-family: "PFDinTextPro-MediumItalic", sans-serif;
          text-decoration: underline;
          text-transform: none;
          font-size: 18px;
          top: -5px; }
      .home-performance .content-section .monthly-report#vendedorPills-profile .vendedo-monthly-report .sales-report li span {
        text-transform: uppercase;
        font-size: 12px; }
  .home-performance .content-section .monthly-report#vendedor-interno-profile .vendedor-interno-monthly-report {
    margin: 0;
    flex-wrap: unset;
    overflow-x: scroll;
    padding-bottom: 30px; }
    .home-performance .content-section .monthly-report#vendedor-interno-profile .vendedor-interno-monthly-report .sales-report {
      display: flex;
      align-items: flex-end; }
      .home-performance .content-section .monthly-report#vendedor-interno-profile .vendedor-interno-monthly-report .sales-report .bar-header-content .title-red {
        font-family: "PFDinTextPro-LightItalic", sans-serif; }
        .home-performance .content-section .monthly-report#vendedor-interno-profile .vendedor-interno-monthly-report .sales-report .bar-header-content .title-red span {
          color: #5B5B5B;
          font-family: "PFDinTextPro-Italic", sans-serif; }
      .home-performance .content-section .monthly-report#vendedor-interno-profile .vendedor-interno-monthly-report .sales-report .bar-header-content h5 {
        text-transform: uppercase;
        text-align: end;
        line-height: 1;
        margin: 0;
        width: 100px;
        margin-right: 6px; }
        .home-performance .content-section .monthly-report#vendedor-interno-profile .vendedor-interno-monthly-report .sales-report .bar-header-content h5 sup {
          font-family: "PFDinTextPro-MediumItalic", sans-serif;
          text-decoration: underline;
          text-transform: none;
          font-size: 18px;
          top: -5px; }
      .home-performance .content-section .monthly-report#vendedor-interno-profile .vendedor-interno-monthly-report .sales-report li span {
        text-transform: uppercase;
        font-size: 12px; }
  .home-performance .content-section .monthly-report#superTechnico-profile .superTechnico-monthly-report {
    margin: 0;
    flex-wrap: unset;
    overflow-x: scroll;
    padding-bottom: 30px; }
    .home-performance .content-section .monthly-report#superTechnico-profile .superTechnico-monthly-report .sales-report {
      display: flex;
      align-items: flex-end; }
      .home-performance .content-section .monthly-report#superTechnico-profile .superTechnico-monthly-report .sales-report .bar-header-content .title-red {
        font-family: "PFDinTextPro-LightItalic", sans-serif; }
        .home-performance .content-section .monthly-report#superTechnico-profile .superTechnico-monthly-report .sales-report .bar-header-content .title-red span {
          color: #5B5B5B;
          font-family: "PFDinTextPro-Italic", sans-serif; }
      .home-performance .content-section .monthly-report#superTechnico-profile .superTechnico-monthly-report .sales-report .bar-header-content h5 {
        text-transform: uppercase;
        text-align: end;
        line-height: 1;
        margin: 0;
        width: 100px;
        margin-right: 6px; }
        .home-performance .content-section .monthly-report#superTechnico-profile .superTechnico-monthly-report .sales-report .bar-header-content h5 sup {
          font-family: "PFDinTextPro-MediumItalic", sans-serif;
          text-decoration: underline;
          text-transform: none;
          font-size: 18px;
          top: -5px; }
      .home-performance .content-section .monthly-report#superTechnico-profile .superTechnico-monthly-report .sales-report li span {
        text-transform: uppercase;
        font-size: 12px; }
  .home-performance .vendedor .vendedor-interno {
    bottom: 23px !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .download-calendar-section form {
    display: flex; }
    .home-performance#proprietario .content-section .remuneration-model-section .download-calendar-section form .data-until {
      margin-right: 25px; }
      .home-performance#proprietario .content-section .remuneration-model-section .download-calendar-section form .data-until .label {
        font-family: "Roboto-Regular", sans-serif !important;
        color: #5B5B5B;
        font-size: 14px; }
      .home-performance#proprietario .content-section .remuneration-model-section .download-calendar-section form .data-until .btn.input-label {
        font-family: "Roboto-Medium", sans-serif !important;
        color: #E30609 !important;
        padding: 10px 20px !important;
        background-color: #EBEBEB;
        font-size: 14px !important;
        height: 40px;
        width: 135px; }
    .home-performance#proprietario .content-section .remuneration-model-section .download-calendar-section form .owner-month-filter {
      margin-right: 25px; }
      .home-performance#proprietario .content-section .remuneration-model-section .download-calendar-section form .owner-month-filter .owner-filter .filter-flex .month {
        margin-bottom: 20px; }
        .home-performance#proprietario .content-section .remuneration-model-section .download-calendar-section form .owner-month-filter .owner-filter .filter-flex .month label {
          font-size: 14px;
          color: #5B5B5B;
          margin-left: 10px;
          margin-right: 10px !important;
          font-family: "Roboto-Regular", sans-serif !important; }
        .home-performance#proprietario .content-section .remuneration-model-section .download-calendar-section form .owner-month-filter .owner-filter .filter-flex .month .input {
          border: unset;
          padding: 10px;
          text-indent: 0;
          font-size: 14px;
          border-radius: 30px;
          width: 150px !important;
          text-transform: uppercase;
          color: #E30609;
          background-color: #EBEBEB;
          font-family: "Roboto-Medium", sans-serif !important; }
          .home-performance#proprietario .content-section .remuneration-model-section .download-calendar-section form .owner-month-filter .owner-filter .filter-flex .month .input:focus {
            outline: none; }
  .home-performance#proprietario .content-section .remuneration-model-section .download-calendar-section .competence,
  .home-performance#proprietario .content-section .remuneration-model-section .download-calendar-section .date-update {
    margin-right: 25px; }
    .home-performance#proprietario .content-section .remuneration-model-section .download-calendar-section .competence .label,
    .home-performance#proprietario .content-section .remuneration-model-section .download-calendar-section .date-update .label {
      font-family: "Roboto-Regular", sans-serif !important;
      color: #5B5B5B;
      font-size: 14px; }
    .home-performance#proprietario .content-section .remuneration-model-section .download-calendar-section .competence .btn.input-label,
    .home-performance#proprietario .content-section .remuneration-model-section .download-calendar-section .date-update .btn.input-label {
      font-family: "Roboto-Medium", sans-serif !important;
      color: #E30609 !important;
      padding: 10px 20px !important;
      background-color: #EBEBEB;
      font-size: 14px !important;
      height: 40px;
      width: 135px; }
  .home-performance#proprietario .content-section .remuneration-model-section .download-calendar-section .competence .competence-date.input-label {
    width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .home-performance#proprietario .content-section .remuneration-model-section .download-calendar-section .date-update .date-update-date {
    width: 147px; }
  .home-performance#proprietario .content-section .remuneration-model-section .download-calendar-section .calendar-btn {
    margin: auto 0;
    margin-left: auto; }
    .home-performance#proprietario .content-section .remuneration-model-section .download-calendar-section .calendar-btn.btn {
      height: 40px;
      text-indent: 30px;
      position: relative;
      font-size: 14px !important;
      padding: 10px 20px !important;
      font-family: "Roboto-Medium", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .download-calendar-section .calendar-btn.btn:before {
        top: 5px;
        left: 20px;
        content: "";
        width: 22px;
        height: 22px;
        text-align: center;
        position: absolute;
        transition: all 0.35s;
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../images/icon/download-icon.png); }
  .home-performance#proprietario .content-section .remuneration-model-section .header-section {
    height: auto !important;
    margin-bottom: 30px; }
    @media screen and (max-width: 998px) {
      .home-performance#proprietario .content-section .remuneration-model-section .header-section {
        flex-direction: column;
        text-align: center; } }
    .home-performance#proprietario .content-section .remuneration-model-section .header-section .nav .nav-item .nav-link {
      font-family: "Roboto-Regular", sans-serif !important;
      background-color: #EBEBEB;
      color: #B2B2B2 !important;
      font-size: 13px !important;
      width: fit-content;
      border: unset; }
      .home-performance#proprietario .content-section .remuneration-model-section .header-section .nav .nav-item .nav-link.active {
        font-family: "Roboto-Medium", sans-serif !important;
        background-color: #E30609;
        color: #FFD800 !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .description {
    font-family: "Roboto-Regular", sans-serif;
    margin-bottom: 25px !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-header-section .title-gray.face-value-title {
    margin: 0;
    margin-bottom: 15px; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-header-section .title-gray.face-value-title span {
      font-size: 32px;
      color: #E30609 !important;
      font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section {
    width: 500px; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .sub-header-section .title-gray {
      margin: 0;
      font-size: 24px;
      margin-bottom: 10px;
      color: #5B5B5B !important;
      font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table {
      border: 1px solid #B2B2B2;
      border-collapse: collapse;
      margin-bottom: 25px;
      border-radius: 20px;
      overflow: hidden;
      display: block; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-head {
        background-color: #EBEBEB; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-head .divTableCell {
          padding: 20px;
          width: 100%; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-head .divTableCell p {
            font-size: 20px;
            color: #5B5B5B;
            font-family: "Roboto-Medium", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-content {
        padding: 20px; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-content .table-row.flex {
          flex-direction: column; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-content .table-row.flex .divTableCell {
            width: 230px;
            padding: 0 10px; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-content .table-row.flex .divTableCell .face-value-points-label,
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-content .table-row.flex .divTableCell .permanence-points-label {
              font-size: 16px;
              color: #5B5B5B;
              font-family: "Roboto-Regular", sans-serif !important; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-content .table-row.flex .divTableCell .face-value-points,
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-content .table-row.flex .divTableCell .permanence-points {
              line-height: 1;
              font-size: 24px;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section {
    width: 450px;
    margin-left: auto;
    margin-right: 30px; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .sub-header-section .title-gray {
      margin: 0;
      font-size: 24px;
      margin-bottom: 10px;
      color: #5B5B5B !important;
      font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table {
      border: 1px solid #B2B2B2;
      border-collapse: collapse;
      margin-bottom: 25px;
      border-radius: 20px;
      overflow: hidden;
      display: block; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-head {
        background-color: #EBEBEB; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-head .divTableCell {
          padding: 20px;
          width: 100%; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-head .divTableCell p {
            font-size: 20px;
            color: #5B5B5B;
            font-family: "Roboto-Medium", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-content {
        padding: 10px 0;
        padding-bottom: 0; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-content .table-row.flex {
          flex-direction: column; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-content .table-row.flex .divTableCell {
            width: 150px;
            padding: 0 20px;
            border-bottom: 1px solid #B2B2B2; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-content .table-row.flex .divTableCell:last-child {
              border: unset; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-points,
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-content .table-row.flex .divTableCell .permanence-points,
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-content .table-row.flex .divTableCell .permanence-points-label {
              padding: 5px 0;
              font-size: 16px;
              color: #5B5B5B;
              font-family: "Roboto-Regular", sans-serif !important; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-content .table-row.flex.title-red .permanence-points,
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-content .table-row.flex.title-red .permanence-points-label {
            text-align: center;
            color: #E30609;
            font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-header-section .paytv-bonus-title.title-gray {
    margin: 0;
    margin-bottom: 15px; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-header-section .paytv-bonus-title.title-gray span {
      font-size: 32px;
      color: #E30609 !important;
      font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section {
    width: 500px; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .sub-header-section .title-gray {
      margin: 0;
      font-size: 24px;
      margin-bottom: 10px;
      color: #5B5B5B !important;
      font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table {
      border: 1px solid #B2B2B2;
      border-collapse: collapse;
      margin-bottom: 25px;
      border-radius: 20px;
      overflow: hidden;
      display: block; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-head {
        background-color: #EBEBEB; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-head .divTableCell {
          padding: 20px;
          width: 100%; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-head .divTableCell p {
            font-size: 20px;
            color: #5B5B5B;
            font-family: "Roboto-Medium", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-content {
        padding: 20px; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-content .table-row.flex {
          flex-direction: column; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-content .table-row.flex .divTableCell {
            width: 230px;
            padding: 0 10px; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-content .table-row.flex .divTableCell .PayTV-bonus-label,
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-content .table-row.flex .divTableCell .bonus-points-label {
              font-size: 16px;
              color: #5B5B5B;
              font-family: "Roboto-Regular", sans-serif !important; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-content .table-row.flex .divTableCell .bonus-points,
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-content .table-row.flex .divTableCell .PayTV-bonus-points {
              line-height: 1;
              font-size: 24px;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table-description p {
      font-size: 14px;
      color: #5B5B5B;
      font-family: "Roboto-Regular", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section {
    width: 450px;
    margin-left: auto;
    margin-right: 30px; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .sub-header-section .title-gray {
      margin: 0;
      font-size: 24px;
      margin-bottom: 10px;
      color: #5B5B5B !important;
      font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table {
      border: 1px solid #B2B2B2;
      border-collapse: collapse;
      margin-bottom: 25px;
      border-radius: 20px;
      overflow: hidden;
      display: block; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-head {
        background-color: #EBEBEB; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-head .divTableCell {
          padding: 20px;
          width: 100%; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-head .divTableCell p {
            font-size: 20px;
            color: #5B5B5B;
            font-family: "Roboto-Medium", sans-serif !important; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-head .divTableCell p span {
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-content {
        padding: 10px 0;
        padding-bottom: 0; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-content .table-row.flex {
          flex-direction: column; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-content .table-row.flex .divTableCell {
            width: 225px;
            padding: 0 20px;
            border-bottom: 1px solid #B2B2B2; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-content .table-row.flex .divTableCell:last-child {
              border: unset; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-content .table-row.flex .divTableCell .bonus-points,
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-content .table-row.flex .divTableCell .bonus-points-label,
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-content .table-row.flex .divTableCell .permanence-points-label {
              padding: 5px 0;
              font-size: 16px;
              color: #5B5B5B;
              font-family: "Roboto-Regular", sans-serif !important; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-content .table-row.flex.title-red .bonus-points,
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-content .table-row.flex.title-red .bonus-points-label {
            text-align: center;
            color: #E30609;
            font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table-above {
      border: 1px solid #B2B2B2;
      border-collapse: collapse;
      margin-bottom: 25px;
      border-radius: 20px;
      overflow: hidden;
      display: block; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table-above .table-row.table-head {
        background-color: #EBEBEB; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table-above .table-row.table-head .divTableCell {
          padding: 20px;
          width: 100%; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table-above .table-row.table-head .divTableCell p {
            font-size: 20px;
            color: #5B5B5B;
            font-family: "Roboto-Medium", sans-serif !important; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table-above .table-row.table-head .divTableCell p span {
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table-above .table-row.table-content {
        padding: 10px 0; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table-above .table-row.table-content .table-row.flex {
          flex-direction: column; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table-above .table-row.table-content .table-row.flex .divTableCell {
            padding: 0 20px; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table-above .table-row.table-content .table-row.flex .divTableCell .bonus-points-label {
              padding: 5px 0;
              font-size: 16px;
              color: #5B5B5B;
              font-family: "Roboto-Regular", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table {
      border: 1px solid #B2B2B2;
      border-collapse: collapse;
      margin-bottom: 25px;
      border-radius: 20px;
      overflow: hidden;
      display: block; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-head {
        background-color: #EBEBEB; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-head .divTableCell {
          padding: 20px;
          width: 100%; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-head .divTableCell p {
            font-size: 20px;
            color: #5B5B5B;
            font-family: "Roboto-Medium", sans-serif !important; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-head .divTableCell p span {
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content {
        padding: 10px 0;
        padding-bottom: 0; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content .table-row.flex {
          flex-direction: column; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content .table-row.flex .divTableCell {
            width: 150px;
            padding: 0 20px;
            border-bottom: 1px solid #B2B2B2; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content .table-row.flex .divTableCell:last-child {
              border: unset; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content .table-row.flex .divTableCell .target-range-points,
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content .table-row.flex .divTableCell .target-range-points-label {
              padding: 5px 0;
              font-size: 16px;
              color: #5B5B5B;
              font-family: "Roboto-Regular", sans-serif !important; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content .table-row.flex.title-red .target-range-points,
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content .table-row.flex.title-red .target-range-points-label {
            text-align: center;
            color: #E30609;
            font-family: "Roboto-Medium", sans-serif !important; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content.justify-content-between {
          background-color: #B2B2B2; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content.justify-content-between.table-content .table-row.flex .divTableCell {
            width: 100%; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content.justify-content-between.table-content .table-row.flex .divTableCell .target-range-points-label {
              color: #FFFFFF;
              font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-header-section .additional-bonus-title.title-gray {
    margin: 0;
    margin-bottom: 15px; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-header-section .additional-bonus-title.title-gray span {
      font-size: 32px;
      color: #E30609 !important;
      font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-bonus-table-section {
    width: 500px; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-bonus-table-section .sub-header-section .title-gray {
      margin: 0;
      font-size: 24px;
      margin-bottom: 10px;
      color: #5B5B5B !important;
      font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-bonus-table-section .additional-bonus-table {
      border: 1px solid #B2B2B2;
      border-collapse: collapse;
      margin-bottom: 25px;
      border-radius: 20px;
      overflow: hidden;
      display: block; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-bonus-table-section .additional-bonus-table .table-row.table-head {
        background-color: #EBEBEB; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-bonus-table-section .additional-bonus-table .table-row.table-head .divTableCell {
          padding: 20px;
          width: 100%; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-bonus-table-section .additional-bonus-table .table-row.table-head .divTableCell p {
            font-size: 20px;
            color: #5B5B5B;
            font-family: "Roboto-Medium", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-bonus-table-section .additional-bonus-table .table-row.table-content {
        padding: 20px; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-bonus-table-section .additional-bonus-table .table-row.table-content .table-row.flex {
          flex-direction: column; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-bonus-table-section .additional-bonus-table .table-row.table-content .table-row.flex .divTableCell {
            width: 230px;
            padding: 0 10px; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-bonus-table-section .additional-bonus-table .table-row.table-content .table-row.flex .divTableCell .result-label,
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-bonus-table-section .additional-bonus-table .table-row.table-content .table-row.flex .divTableCell .additional-bonus-label {
              font-size: 16px;
              color: #5B5B5B;
              font-family: "Roboto-Regular", sans-serif !important; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-bonus-table-section .additional-bonus-table .table-row.table-content .table-row.flex .divTableCell .result-points,
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-bonus-table-section .additional-bonus-table .table-row.table-content .table-row.flex .divTableCell .additional-bonus-points {
              line-height: 1;
              font-size: 24px;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section {
    width: 450px;
    margin-left: auto;
    margin-right: 30px; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section .sub-header-section .title-gray {
      margin: 0;
      font-size: 24px;
      margin-bottom: 10px;
      color: #5B5B5B !important;
      font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section .additional-conversion-table {
      border: 1px solid #B2B2B2;
      border-collapse: collapse;
      margin-bottom: 25px;
      border-radius: 20px;
      overflow: hidden;
      display: block; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section .additional-conversion-table .table-row.table-head {
        background-color: #EBEBEB; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section .additional-conversion-table .table-row.table-head .divTableCell {
          padding: 20px;
          width: 100%; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section .additional-conversion-table .table-row.table-head .divTableCell p {
            font-size: 20px;
            color: #5B5B5B;
            font-family: "Roboto-Medium", sans-serif !important; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section .additional-conversion-table .table-row.table-head .divTableCell p span {
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section .additional-conversion-table .table-row.table-content {
        padding: 10px 0;
        padding-bottom: 0; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section .additional-conversion-table .table-row.table-content .table-row.flex {
          flex-direction: column; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section .additional-conversion-table .table-row.table-content .table-row.flex .divTableCell {
            width: 150px;
            padding: 0 20px;
            border-bottom: 1px solid #B2B2B2; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section .additional-conversion-table .table-row.table-content .table-row.flex .divTableCell:last-child {
              border: unset; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section .additional-conversion-table .table-row.table-content .table-row.flex .divTableCell .additional-conversion-points,
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section .additional-conversion-table .table-row.table-content .table-row.flex .divTableCell .additional-conversion-points-label {
              padding: 5px 0;
              font-size: 16px;
              color: #5B5B5B;
              font-family: "Roboto-Regular", sans-serif !important; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section .additional-conversion-table .table-row.table-content .table-row.flex.title-red .additional-conversion-points,
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section .additional-conversion-table .table-row.table-content .table-row.flex .additional-conversion-points-label {
            text-align: center;
            color: #E30609;
            font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .content-section .eligibility-criteria-section {
    margin: 30px 0; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .eligibility-criteria-section .header-content .title-red {
      margin: 0;
      font-size: 32px;
      margin-bottom: 15px;
      color: #E30609 !important;
      font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .eligibility-criteria-section .content-section .table-right-dot {
      font-size: 16px;
      text-indent: 25px;
      position: relative;
      font-family: "Roboto-Regular", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .eligibility-criteria-section .content-section .table-right-dot:before {
        top: 8px;
        left: 10px;
        width: 6px;
        height: 6px;
        content: "\A";
        position: absolute;
        border-radius: 100%;
        display: inline-block;
        background-color: #E30609; }
  .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .description {
    font-family: "Roboto-Regular", sans-serif;
    margin-bottom: 25px !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-header-section .title-gray.service-bonus-alliance-title {
    margin: 0;
    margin-bottom: 15px; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-header-section .title-gray.service-bonus-alliance-title span {
      font-size: 32px;
      color: #E30609 !important;
      font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section {
    width: 500px; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section.especical {
      width: 550px; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section.especical .service-bonus-alliance-result-table .table-row.table-content .table-row.flex:last-child .divTableCell {
        width: 130px; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .sub-header-section .title-gray {
      margin: 0;
      font-size: 24px;
      margin-bottom: 10px;
      color: #5B5B5B !important;
      font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table {
      border: 1px solid #B2B2B2;
      border-collapse: collapse;
      margin-bottom: 25px;
      border-radius: 20px;
      overflow: hidden;
      display: block; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-head {
        background-color: #EBEBEB; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-head .divTableCell {
          padding: 20px;
          width: 100%; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-head .divTableCell p {
            font-size: 20px;
            color: #5B5B5B;
            font-family: "Roboto-Medium", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-content {
        padding: 20px; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-content .table-row:nth-child(even).flex .divTableCell {
          padding: 0; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-content .table-row.flex {
          flex-direction: column; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-content .table-row.flex .divTableCell {
            width: 95px;
            padding: 0 10px;
            padding-left: 0; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-content .table-row.flex .divTableCell .service-bonus-points-label {
              font-size: 16px;
              color: #5B5B5B;
              font-family: "Roboto-Regular", sans-serif !important; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-content .table-row.flex .divTableCell .service-bonus-points {
              line-height: 1;
              font-size: 20px;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-table-description p {
      font-size: 14px;
      color: #5B5B5B;
      font-family: "Roboto-Regular", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section {
    width: 450px;
    margin-left: auto;
    margin-right: 30px; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .sub-header-section .title-gray {
      margin: 0;
      font-size: 24px;
      margin-bottom: 10px;
      color: #5B5B5B !important;
      font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table {
      border: 1px solid #B2B2B2;
      border-collapse: collapse;
      margin-bottom: 25px;
      border-radius: 20px;
      overflow: hidden;
      display: block; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-head {
        background-color: #EBEBEB; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-head .divTableCell {
          padding: 20px;
          width: 100%; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-head .divTableCell p {
            font-size: 20px;
            color: #5B5B5B;
            font-family: "Roboto-Medium", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content {
        padding: 10px 0;
        padding-bottom: 0; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex {
          flex-direction: column; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell {
            width: 150px;
            padding: 0 20px;
            border-bottom: 1px solid #B2B2B2; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell:last-child {
              border: unset; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-points,
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-points-label,
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-bonus-points,
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-bonus-points-label {
              padding: 5px 0;
              font-size: 16px;
              color: #5B5B5B;
              font-family: "Roboto-Regular", sans-serif !important; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex.title-red .reference-bonus-points,
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex.title-red .reference-bonus-points-label {
            text-align: center;
            color: #E30609;
            font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-header-section .title-gray.at-fibra-result-title {
    margin: 0;
    margin-bottom: 15px; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-header-section .title-gray.at-fibra-result-title span {
      font-size: 32px;
      color: #E30609 !important;
      font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section {
    width: 420px; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section.especical {
      width: 530px; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section.especical .at-fibra-result-result-table .table-row.table-content .table-row.flex .divTableCell {
        width: 100px; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section .sub-header-section .title-gray {
      margin: 0;
      font-size: 24px;
      margin-bottom: 10px;
      color: #5B5B5B !important;
      font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section .at-fibra-result-result-table {
      border: 1px solid #B2B2B2;
      border-collapse: collapse;
      margin-bottom: 25px;
      border-radius: 20px;
      overflow: hidden;
      display: block; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section .at-fibra-result-result-table .table-row.table-head {
        background-color: #EBEBEB; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section .at-fibra-result-result-table .table-row.table-head .divTableCell {
          padding: 20px;
          width: 100%; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section .at-fibra-result-result-table .table-row.table-head .divTableCell p {
            font-size: 20px;
            color: #5B5B5B;
            font-family: "Roboto-Medium", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section .at-fibra-result-result-table .table-row.table-content {
        padding: 20px; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section .at-fibra-result-result-table .table-row.table-content .table-row:nth-child(even).flex .divTableCell {
          padding: 0; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section .at-fibra-result-result-table .table-row.table-content .table-row.flex {
          flex-direction: column; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section .at-fibra-result-result-table .table-row.table-content .table-row.flex .divTableCell {
            width: 85px;
            padding: 0 10px;
            padding-left: 0; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section .at-fibra-result-result-table .table-row.table-content .table-row.flex .divTableCell .service-bonus-points-label {
              font-size: 16px;
              color: #5B5B5B;
              font-family: "Roboto-Regular", sans-serif !important; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section .at-fibra-result-result-table .table-row.table-content .table-row.flex .divTableCell .service-bonus-points {
              line-height: 1;
              font-size: 20px;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section .service-bonus-alliance-table-description p {
      font-size: 14px;
      color: #5B5B5B;
      font-family: "Roboto-Regular", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section {
    width: 620px;
    margin-left: auto; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.especical {
      width: 450px;
      margin-left: auto;
      margin-right: 30px; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .sub-header-section .title-gray {
      margin: 0;
      font-size: 24px;
      margin-bottom: 10px;
      color: #5B5B5B !important;
      font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table {
      border: 1px solid #B2B2B2;
      border-collapse: collapse;
      margin-bottom: 25px;
      border-radius: 20px;
      overflow: hidden;
      display: block; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table .table-row.table-head {
        background-color: #EBEBEB; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table .table-row.table-head .divTableCell {
          padding: 20px;
          width: 100%; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table .table-row.table-head .divTableCell p {
            font-size: 20px;
            color: #5B5B5B;
            font-family: "Roboto-Medium", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table .table-row.table-content {
        padding: 5px 0;
        align-items: end;
        padding-bottom: 0; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table .table-row.table-content .table-row.flex {
          flex-direction: column; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table .table-row.table-content .table-row.flex .divTableCell {
            width: 155px;
            padding: 0 20px;
            border-bottom: 1px solid #B2B2B2; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table .table-row.table-content .table-row.flex .divTableCell:last-child {
              border: unset; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-points,
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-points-label,
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-bonus-points,
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-bonus-points-label {
              padding: 5px 0;
              font-size: 16px;
              color: #5B5B5B;
              font-family: "Roboto-Regular", sans-serif !important; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table .table-row.table-content .table-row.flex.title-red .divTableCell .reference-bonus-points-label.title-gray {
            color: #5B5B5B; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table .table-row.table-content .table-row.flex.title-red .reference-bonus-points,
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table .table-row.table-content .table-row.flex.title-red .reference-bonus-points-label {
            text-align: center;
            color: #E30609;
            font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-table-description p {
    font-size: 14px;
    color: #5B5B5B;
    font-family: "Roboto-Regular", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-header-section .title-gray.installation-bonus-title {
    margin: 0;
    margin-bottom: 15px; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-header-section .title-gray.installation-bonus-title span {
      font-size: 32px;
      color: #E30609 !important;
      font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section {
    width: 500px; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .sub-header-section .title-gray {
      margin: 0;
      font-size: 24px;
      margin-bottom: 10px;
      color: #5B5B5B !important;
      font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table {
      border: 1px solid #B2B2B2;
      border-collapse: collapse;
      margin-bottom: 25px;
      border-radius: 20px;
      overflow: hidden;
      display: block; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-head {
        background-color: #EBEBEB; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-head .divTableCell {
          padding: 20px;
          width: 100%; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-head .divTableCell p {
            font-size: 20px;
            color: #5B5B5B;
            font-family: "Roboto-Medium", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-content {
        padding: 20px; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-content .table-row.flex {
          flex-direction: column; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-content .table-row.flex .divTableCell {
            width: 225px;
            padding: 0 10px; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-content .table-row.flex .divTableCell .installation-bonus-label {
              font-size: 16px;
              color: #5B5B5B;
              font-family: "Roboto-Regular", sans-serif !important; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-content .table-row.flex .divTableCell .installation-bonus-points {
              line-height: 1;
              font-size: 24px;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section {
    width: 450px;
    margin-left: auto;
    margin-right: 30px; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .sub-header-section .title-gray {
      margin: 0;
      font-size: 24px;
      margin-bottom: 10px;
      color: #5B5B5B !important;
      font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table {
      border: 1px solid #B2B2B2;
      border-collapse: collapse;
      margin-bottom: 25px;
      border-radius: 20px;
      overflow: hidden;
      display: block; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-head {
        background-color: #EBEBEB; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-head .divTableCell {
          padding: 20px;
          width: 100%; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-head .divTableCell p {
            font-size: 20px;
            color: #5B5B5B;
            font-family: "Roboto-Medium", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content {
        padding: 10px 0;
        padding-bottom: 0; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex {
          flex-direction: column; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell {
            width: 225px;
            padding: 0 20px;
            border-bottom: 1px solid #B2B2B2; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell:last-child {
              border: unset; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell .backlog-days-reference-points,
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell .backlog-days-reference-bonus-points,
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell .backlog-days-reference-points-label,
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell .backlog-days-reference-bonus-points-label {
              padding: 5px 0;
              font-size: 16px;
              color: #5B5B5B;
              font-family: "Roboto-Regular", sans-serif !important; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex.title-red .backlog-days-reference-bonus-points,
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex.title-red .backlog-days-reference-bonus-points-label {
            color: #E30609;
            font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .at-fibra-result-table-description p {
    font-size: 14px;
    color: #5B5B5B;
    font-family: "Roboto-Regular", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-header-section .title-gray.withdrawal-title {
    margin: 0;
    margin-bottom: 15px; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-header-section .title-gray.withdrawal-title span {
      font-size: 32px;
      color: #E30609 !important;
      font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section {
    width: 500px; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .sub-header-section .title-gray {
      margin: 0;
      font-size: 24px;
      margin-bottom: 10px;
      color: #5B5B5B !important;
      font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table {
      border: 1px solid #B2B2B2;
      border-collapse: collapse;
      margin-bottom: 25px;
      border-radius: 20px;
      overflow: hidden;
      display: block; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-head {
        background-color: #EBEBEB; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-head .divTableCell {
          padding: 20px;
          width: 100%; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-head .divTableCell p {
            font-size: 20px;
            color: #5B5B5B;
            font-family: "Roboto-Medium", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-content {
        padding: 20px; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-content .table-row.flex {
          flex-direction: column; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-content .table-row.flex .divTableCell {
            width: 225px;
            padding: 0 10px; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-content .table-row.flex .divTableCell .target-range-points-label {
              font-size: 16px;
              color: #5B5B5B;
              font-family: "Roboto-Regular", sans-serif !important; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-content .table-row.flex .divTableCell .target-range-points {
              line-height: 1;
              font-size: 24px;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-content .table-row.flex .divTableCell.title-red .target-range-points,
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-content .table-row.flex .divTableCell.title-red .target-range-points-label {
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-table-description p {
      font-size: 14px;
      color: #5B5B5B;
      font-family: "Roboto-Regular", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section {
    width: 450px;
    margin-left: auto;
    margin-right: 30px; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .sub-header-section .title-gray {
      margin: 0;
      font-size: 24px;
      margin-bottom: 10px;
      color: #5B5B5B !important;
      font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table {
      border: 1px solid #B2B2B2;
      border-collapse: collapse;
      margin-bottom: 25px;
      border-radius: 20px;
      overflow: hidden;
      display: block; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-head {
        background-color: #EBEBEB; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-head .divTableCell {
          padding: 20px;
          width: 100%; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-head .divTableCell p {
            font-size: 20px;
            color: #5B5B5B;
            font-family: "Roboto-Medium", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content {
        padding: 10px 0;
        padding-bottom: 0; }
        .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex {
          flex-direction: column; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex .divTableCell {
            width: 150px;
            padding: 0 20px;
            border-bottom: 1px solid #B2B2B2; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex .divTableCell:last-child {
              border: unset; }
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex .divTableCell .target-range-points,
            .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex .divTableCell .target-range-points-label {
              padding: 5px 0;
              font-size: 16px;
              color: #5B5B5B;
              font-family: "Roboto-Regular", sans-serif !important; }
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex.title-red .target-range-points,
          .home-performance#proprietario .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex.title-red .target-range-points-label {
            text-align: center;
            color: #E30609;
            font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .description {
    font-family: "Roboto-Regular", sans-serif;
    margin-bottom: 25px !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-header-section .title-gray.broadband-result-title {
    margin: 0;
    margin-bottom: 15px; }
    .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-header-section .title-gray.broadband-result-title span {
      font-size: 32px;
      color: #E30609 !important;
      font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-result-table {
    width: 500px; }
    .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-result-table .sub-header-section .title-gray {
      margin: 0;
      font-size: 24px;
      margin-bottom: 10px;
      color: #5B5B5B !important;
      font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-result-table .broadband-result-table {
      border: 1px solid #B2B2B2;
      border-collapse: collapse;
      margin-bottom: 25px;
      border-radius: 20px;
      overflow: hidden;
      display: block; }
      .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-result-table .broadband-result-table .table-row.table-head {
        background-color: #EBEBEB; }
        .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-result-table .broadband-result-table .table-row.table-head .divTableCell {
          padding: 20px;
          width: 100%; }
          .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-result-table .broadband-result-table .table-row.table-head .divTableCell p {
            font-size: 20px;
            color: #5B5B5B;
            font-family: "Roboto-Medium", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-result-table .broadband-result-table .table-row.table-content {
        padding: 20px; }
        .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-result-table .broadband-result-table .table-row.table-content .table-row.flex {
          flex-direction: column; }
          .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-result-table .broadband-result-table .table-row.table-content .table-row.flex .divTableCell {
            width: 230px;
            padding: 0 10px; }
            .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-result-table .broadband-result-table .table-row.table-content .table-row.flex .divTableCell .bonus-points-label,
            .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-result-table .broadband-result-table .table-row.table-content .table-row.flex .divTableCell .broadband-solo-points-label {
              font-size: 16px;
              color: #5B5B5B;
              font-family: "Roboto-Regular", sans-serif !important; }
            .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-result-table .broadband-result-table .table-row.table-content .table-row.flex .divTableCell .bonus-points,
            .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-result-table .broadband-result-table .table-row.table-content .table-row.flex .divTableCell .broadband-solo-points {
              line-height: 1;
              font-size: 24px;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section {
    width: 450px;
    margin-left: auto;
    margin-right: 30px; }
    .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .sub-header-section .title-gray {
      margin: 0;
      font-size: 24px;
      margin-bottom: 10px;
      color: #5B5B5B !important;
      font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-solo-table {
      border: 1px solid #B2B2B2;
      border-collapse: collapse;
      margin-bottom: 25px;
      border-radius: 20px;
      overflow: hidden;
      display: block; }
      .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-solo-table .table-row.table-head {
        background-color: #EBEBEB; }
        .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-solo-table .table-row.table-head .divTableCell {
          padding: 20px;
          width: 100%; }
          .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-solo-table .table-row.table-head .divTableCell p {
            font-size: 20px;
            color: #5B5B5B;
            font-family: "Roboto-Medium", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-solo-table .table-row.table-content {
        padding: 20px 0; }
        .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-solo-table .table-row.table-content .table-row.flex {
          flex-direction: column; }
          .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-solo-table .table-row.table-content .table-row.flex .divTableCell {
            width: 100%;
            padding: 10px 20px; }
          .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-solo-table .table-row.table-content .table-row.flex .solo-broadband-face-value-label {
            font-size: 18px;
            color: #E30609;
            font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-total-goal-result-table {
      border: 1px solid #B2B2B2;
      border-collapse: collapse;
      margin-bottom: 25px;
      border-radius: 20px;
      overflow: hidden;
      display: block; }
      .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-total-goal-result-table .table-row.table-head {
        background-color: #EBEBEB; }
        .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-total-goal-result-table .table-row.table-head .divTableCell {
          padding: 20px;
          width: 100%; }
          .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-total-goal-result-table .table-row.table-head .divTableCell p {
            font-size: 20px;
            color: #5B5B5B;
            font-family: "Roboto-Medium", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-total-goal-result-table .table-row.table-content {
        padding: 10px 0;
        padding-bottom: 0; }
        .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-total-goal-result-table .table-row.table-content .table-row.flex {
          flex-direction: column; }
          .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-total-goal-result-table .table-row.table-content .table-row.flex .divTableCell {
            width: 150px;
            padding: 0 20px;
            border-bottom: 1px solid #B2B2B2; }
            .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-total-goal-result-table .table-row.table-content .table-row.flex .divTableCell:last-child {
              border: unset; }
            .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-total-goal-result-table .table-row.table-content .table-row.flex .divTableCell .broadband-total-goal-result-label,
            .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-total-goal-result-table .table-row.table-content .table-row.flex .divTableCell .broadband-total-goal-result-points {
              padding: 5px 0;
              font-size: 16px;
              color: #5B5B5B;
              font-family: "Roboto-Regular", sans-serif !important; }
          .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-total-goal-result-table .table-row.table-content .table-row.flex.upto .divTableCell:last-child {
            width: 100px;
            margin: 0 auto; }
          .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-total-goal-result-table .table-row.table-content .table-row.flex.title-red .broadband-total-goal-result-label,
          .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-total-goal-result-table .table-row.table-content .table-row.flex.title-red .broadband-total-goal-result-points {
            text-align: center;
            color: #E30609;
            font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-header-section .title-gray.new-face-value-product-title {
    margin: 0;
    font-size: 32px;
    color: #5B5B5B;
    margin-bottom: 15px;
    font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-header-section .title-gray.new-face-value-product-title span {
      color: #E30609 !important;
      font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-result-table-section {
    width: 500px; }
    .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-result-table-section .sub-header-section .title-gray {
      margin: 0;
      font-size: 24px;
      margin-bottom: 10px;
      color: #5B5B5B !important;
      font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-result-table-section .new-face-value-product-table {
      border: 1px solid #B2B2B2;
      border-collapse: collapse;
      margin-bottom: 25px;
      border-radius: 20px;
      overflow: hidden;
      display: block; }
      .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-result-table-section .new-face-value-product-table .table-row.table-head {
        background-color: #EBEBEB; }
        .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-result-table-section .new-face-value-product-table .table-row.table-head .divTableCell {
          padding: 20px;
          width: 100%;
          border-right: 1px solid #B2B2B2; }
          .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-result-table-section .new-face-value-product-table .table-row.table-head .divTableCell:last-child {
            border: unset; }
          .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-result-table-section .new-face-value-product-table .table-row.table-head .divTableCell p {
            font-size: 20px;
            color: #5B5B5B;
            font-family: "Roboto-Medium", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-result-table-section .new-face-value-product-table .table-row.table-content {
        padding: 20px; }
        .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-result-table-section .new-face-value-product-table .table-row.table-content .table-row .divTableCell {
          width: 225px;
          padding: 0 10px; }
          .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-result-table-section .new-face-value-product-table .table-row.table-content .table-row .divTableCell .new-face-value-product-points {
            line-height: 1;
            font-size: 24px;
            color: #E30609;
            font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-result-table-section .new-face-value-product-table-description p {
      font-size: 14px;
      color: #5B5B5B;
      font-family: "Roboto-Regular", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section {
    width: 450px;
    margin-left: auto;
    margin-right: 30px; }
    .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section .sub-header-section .title-gray {
      margin: 0;
      font-size: 24px;
      margin-bottom: 10px;
      color: #5B5B5B !important;
      font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section .new-face-value-product-reference-table {
      border: 1px solid #B2B2B2;
      border-collapse: collapse;
      margin-bottom: 25px;
      border-radius: 20px;
      overflow: hidden;
      display: block; }
      .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section .new-face-value-product-reference-table .table-row.table-head {
        background-color: #EBEBEB; }
        .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section .new-face-value-product-reference-table .table-row.table-head .divTableCell {
          padding: 20px;
          width: 100%; }
          .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section .new-face-value-product-reference-table .table-row.table-head .divTableCell p {
            font-size: 20px;
            color: #5B5B5B;
            font-family: "Roboto-Medium", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section .new-face-value-product-reference-table .table-row.table-content {
        padding: 10px 0;
        padding-bottom: 0; }
        .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section .new-face-value-product-reference-table .table-row.table-content .table-row.flex {
          flex-direction: column; }
          .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section .new-face-value-product-reference-table .table-row.table-content .table-row.flex .divTableCell {
            width: 150px;
            padding: 0 20px;
            border-bottom: 1px solid #B2B2B2; }
            .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section .new-face-value-product-reference-table .table-row.table-content .table-row.flex .divTableCell:last-child {
              border: unset; }
            .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section .new-face-value-product-reference-table .table-row.table-content .table-row.flex .divTableCell .target-achievement-points,
            .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section .new-face-value-product-reference-table .table-row.table-content .table-row.flex .divTableCell .target-achievement-points-label {
              padding: 5px 0;
              font-size: 16px;
              color: #5B5B5B;
              font-family: "Roboto-Regular", sans-serif !important; }
          .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section .new-face-value-product-reference-table .table-row.table-content .table-row.flex.upto .divTableCell:last-child {
            width: 100px;
            margin: 0 auto; }
          .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section .new-face-value-product-reference-table .table-row.table-content .table-row.flex.title-red .target-achievement-points,
          .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section .new-face-value-product-reference-table .table-row.table-content .table-row.flex.title-red .target-achievement-points-label {
            text-align: center;
            color: #E30609;
            font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .eligibility-criteria-section {
    margin: 30px 0; }
    .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .eligibility-criteria-section .header-content .title-red {
      margin: 0;
      font-size: 32px;
      margin-bottom: 15px;
      color: #E30609 !important;
      font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .eligibility-criteria-section .content-section .table-right-dot {
      font-size: 16px;
      text-indent: 25px;
      position: relative;
      font-family: "Roboto-Regular", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .broadband-section .broadband-result-section .eligibility-criteria-section .content-section .table-right-dot:before {
        top: 8px;
        left: 10px;
        width: 6px;
        height: 6px;
        content: "\A";
        position: absolute;
        border-radius: 100%;
        display: inline-block;
        background-color: #E30609; }
  .home-performance#proprietario .content-section .remuneration-model-section .services-section .description {
    font-family: "Roboto-Regular", sans-serif;
    margin-bottom: 25px !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-header-section .title-gray.service-bonus-alliance-title {
    margin: 0;
    margin-bottom: 15px; }
    .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-header-section .title-gray.service-bonus-alliance-title span {
      font-size: 32px;
      color: #E30609 !important;
      font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section {
    width: 500px; }
    .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .sub-header-section .title-gray {
      margin: 0;
      font-size: 24px;
      margin-bottom: 10px;
      color: #5B5B5B !important;
      font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table {
      border: 1px solid #B2B2B2;
      border-collapse: collapse;
      margin-bottom: 25px;
      border-radius: 20px;
      overflow: hidden;
      display: block; }
      .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-head {
        background-color: #EBEBEB; }
        .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-head .divTableCell {
          padding: 20px;
          width: 100%; }
          .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-head .divTableCell p {
            font-size: 20px;
            color: #5B5B5B;
            font-family: "Roboto-Medium", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-content {
        padding: 20px; }
        .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-content .table-row:nth-child(even).flex .divTableCell {
          padding: 0; }
        .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-content .table-row.flex {
          flex-direction: column; }
          .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-content .table-row.flex .divTableCell {
            width: 95px;
            padding: 0 10px;
            padding-left: 0; }
            .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-content .table-row.flex .divTableCell .service-bonus-points-label {
              font-size: 16px;
              color: #5B5B5B;
              font-family: "Roboto-Regular", sans-serif !important; }
            .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-content .table-row.flex .divTableCell .service-bonus-points {
              line-height: 1;
              font-size: 20px;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-table-description p {
      font-size: 14px;
      color: #5B5B5B;
      font-family: "Roboto-Regular", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section {
    width: 450px;
    margin-left: auto;
    margin-right: 30px; }
    .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .sub-header-section .title-gray {
      margin: 0;
      font-size: 24px;
      margin-bottom: 10px;
      color: #5B5B5B !important;
      font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table {
      border: 1px solid #B2B2B2;
      border-collapse: collapse;
      margin-bottom: 25px;
      border-radius: 20px;
      overflow: hidden;
      display: block; }
      .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-head {
        background-color: #EBEBEB; }
        .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-head .divTableCell {
          padding: 20px;
          width: 100%; }
          .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-head .divTableCell p {
            font-size: 20px;
            color: #5B5B5B;
            font-family: "Roboto-Medium", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content {
        padding: 10px 0;
        padding-bottom: 0; }
        .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex {
          flex-direction: column; }
          .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell {
            width: 150px;
            padding: 0 20px;
            border-bottom: 1px solid #B2B2B2; }
            .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell:last-child {
              border: unset; }
            .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-points,
            .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-points-label,
            .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-bonus-points,
            .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-bonus-points-label {
              padding: 5px 0;
              font-size: 16px;
              color: #5B5B5B;
              font-family: "Roboto-Regular", sans-serif !important; }
          .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex.title-red .reference-bonus-points,
          .home-performance#proprietario .content-section .remuneration-model-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex.title-red .reference-bonus-points-label {
            text-align: center;
            color: #E30609;
            font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-header-section .title-gray.installation-bonus-title {
    margin: 0;
    margin-bottom: 15px; }
    .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-header-section .title-gray.installation-bonus-title span {
      font-size: 32px;
      color: #E30609 !important;
      font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section {
    width: 500px; }
    .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .sub-header-section .title-gray {
      margin: 0;
      font-size: 24px;
      margin-bottom: 10px;
      color: #5B5B5B !important;
      font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table {
      border: 1px solid #B2B2B2;
      border-collapse: collapse;
      margin-bottom: 25px;
      border-radius: 20px;
      overflow: hidden;
      display: block; }
      .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-head {
        background-color: #EBEBEB; }
        .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-head .divTableCell {
          padding: 20px;
          width: 100%; }
          .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-head .divTableCell p {
            font-size: 20px;
            color: #5B5B5B;
            font-family: "Roboto-Medium", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-content {
        padding: 20px; }
        .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-content .table-row.flex {
          flex-direction: column; }
          .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-content .table-row.flex .divTableCell {
            width: 225px;
            padding: 0 10px; }
            .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-content .table-row.flex .divTableCell .installation-bonus-label {
              font-size: 16px;
              color: #5B5B5B;
              font-family: "Roboto-Regular", sans-serif !important; }
            .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-content .table-row.flex .divTableCell .installation-bonus-points {
              line-height: 1;
              font-size: 24px;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section {
    width: 450px;
    margin-left: auto;
    margin-right: 30px; }
    .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .sub-header-section .title-gray {
      margin: 0;
      font-size: 24px;
      margin-bottom: 10px;
      color: #5B5B5B !important;
      font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table {
      border: 1px solid #B2B2B2;
      border-collapse: collapse;
      margin-bottom: 25px;
      border-radius: 20px;
      overflow: hidden;
      display: block; }
      .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-head {
        background-color: #EBEBEB; }
        .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-head .divTableCell {
          padding: 20px;
          width: 100%; }
          .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-head .divTableCell p {
            font-size: 20px;
            color: #5B5B5B;
            font-family: "Roboto-Medium", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content {
        padding: 10px 0;
        padding-bottom: 0; }
        .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex {
          flex-direction: column; }
          .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell {
            width: 150px;
            padding: 0 20px;
            border-bottom: 1px solid #B2B2B2; }
            .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell:last-child {
              border: unset; }
            .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell .backlog-days-reference-points,
            .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell .backlog-days-reference-bonus-points,
            .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell .backlog-days-reference-points-label,
            .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell .backlog-days-reference-bonus-points-label {
              padding: 5px 0;
              font-size: 16px;
              color: #5B5B5B;
              font-family: "Roboto-Regular", sans-serif !important; }
          .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex.upto .divTableCell:last-child {
            width: 100px;
            margin: 0 auto; }
          .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex.title-red .backlog-days-reference-bonus-points,
          .home-performance#proprietario .content-section .remuneration-model-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex.title-red .backlog-days-reference-bonus-points-label {
            text-align: center;
            color: #E30609;
            font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-header-section .title-gray.withdrawal-title {
    margin: 0;
    margin-bottom: 15px; }
    .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-header-section .title-gray.withdrawal-title span {
      font-size: 32px;
      color: #E30609 !important;
      font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section {
    width: 500px; }
    .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .sub-header-section .title-gray {
      margin: 0;
      font-size: 24px;
      margin-bottom: 10px;
      color: #5B5B5B !important;
      font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table {
      border: 1px solid #B2B2B2;
      border-collapse: collapse;
      margin-bottom: 25px;
      border-radius: 20px;
      overflow: hidden;
      display: block; }
      .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-head {
        background-color: #EBEBEB; }
        .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-head .divTableCell {
          padding: 20px;
          width: 100%; }
          .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-head .divTableCell p {
            font-size: 20px;
            color: #5B5B5B;
            font-family: "Roboto-Medium", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-content {
        padding: 20px; }
        .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-content .table-row.flex {
          flex-direction: column; }
          .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-content .table-row.flex .divTableCell {
            width: 225px;
            padding: 0 10px; }
            .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-content .table-row.flex .divTableCell .withdrawal-bonus-label {
              font-size: 16px;
              color: #5B5B5B;
              font-family: "Roboto-Regular", sans-serif !important; }
            .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-content .table-row.flex .divTableCell .withdrawal-bonus-points {
              line-height: 1;
              font-size: 24px;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-table-description p {
      font-size: 14px;
      color: #5B5B5B;
      font-family: "Roboto-Regular", sans-serif !important; }
  .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section {
    width: 450px;
    margin-left: auto;
    margin-right: 30px; }
    .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .sub-header-section .title-gray {
      margin: 0;
      font-size: 24px;
      margin-bottom: 10px;
      color: #5B5B5B !important;
      font-family: "Roboto-Medium", sans-serif !important; }
    .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table {
      border: 1px solid #B2B2B2;
      border-collapse: collapse;
      margin-bottom: 25px;
      border-radius: 20px;
      overflow: hidden;
      display: block; }
      .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-head {
        background-color: #EBEBEB; }
        .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-head .divTableCell {
          padding: 20px;
          width: 100%; }
          .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-head .divTableCell p {
            font-size: 20px;
            color: #5B5B5B;
            font-family: "Roboto-Medium", sans-serif !important; }
      .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content {
        padding: 10px 0;
        padding-bottom: 0; }
        .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex {
          flex-direction: column; }
          .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex .divTableCell {
            width: 150px;
            padding: 0 20px;
            border-bottom: 1px solid #B2B2B2; }
            .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex .divTableCell:last-child {
              border: unset; }
            .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex .divTableCell .withdrawal-success-points,
            .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex .divTableCell .withdrawal-success-points-label,
            .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex .divTableCell .withdrawal-success-additional-points,
            .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex .divTableCell .withdrawal-success-additional-points-label {
              padding: 5px 0;
              font-size: 16px;
              color: #5B5B5B;
              font-family: "Roboto-Regular", sans-serif !important; }
          .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex.title-red .withdrawal-success-additional-points,
          .home-performance#proprietario .content-section .remuneration-model-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex.title-red .withdrawal-success-additional-points-label {
            text-align: center;
            color: #E30609;
            font-family: "Roboto-Medium", sans-serif !important; }
  .home-performance#proprietario .club-stars-award-section .starship-period {
    display: flex;
    margin: 0 auto;
    margin-bottom: 5vw;
    padding: 15px 25px;
    border-radius: 22px;
    align-items: center;
    border: 1px solid #B2B2B2;
    background-color: #EBEBEB; }
    .home-performance#proprietario .club-stars-award-section .starship-period .icon {
      width: 40px;
      height: 40px;
      margin-right: 20px; }
      .home-performance#proprietario .club-stars-award-section .starship-period .icon img {
        object-fit: contain;
        height: 100%;
        width: 100%; }
    .home-performance#proprietario .club-stars-award-section .starship-period .title-gray {
      margin: 0;
      font-size: 24px;
      color: #5B5B5B;
      font-family: "Roboto-Regular", sans-serif !important; }
      .home-performance#proprietario .club-stars-award-section .starship-period .title-gray span {
        font-size: 24px;
        color: #E30609;
        font-family: "Roboto-Bold", sans-serif !important; }

#matriz-dashboard .proprietario .visao-1-filters {
  border-radius: 16px;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 998px) {
    #matriz-dashboard .proprietario .visao-1-filters {
      flex-direction: column; } }
  #matriz-dashboard .proprietario .visao-1-filters div {
    margin-bottom: 20px; }
    #matriz-dashboard .proprietario .visao-1-filters div .select2-container {
      display: block;
      width: auto !important; }
      @media screen and (max-width: 998px) {
        #matriz-dashboard .proprietario .visao-1-filters div .select2-container {
          width: 100% !important; } }
      @media screen and (max-width: 998px) {
        #matriz-dashboard .proprietario .visao-1-filters div .select2-container .select2-selection {
          min-width: 100% !important; } }
    #matriz-dashboard .proprietario .visao-1-filters div.periodo-class {
      margin: 0; }
    #matriz-dashboard .proprietario .visao-1-filters div.btn_executar {
      margin: 0;
      margin-left: auto; }
      @media screen and (max-width: 998px) {
        #matriz-dashboard .proprietario .visao-1-filters div.btn_executar {
          margin: 0 auto; } }
#matriz-dashboard #proprietario .club-star-link {
  margin: 40px 0; }
  #matriz-dashboard #proprietario .club-star-link .flex {
    justify-content: center; }
    #matriz-dashboard #proprietario .club-star-link .flex .nav-item:last-child {
      margin-left: 15px; }
    #matriz-dashboard #proprietario .club-star-link .flex .nav-item .btn-outline-gray {
      width: 268px;
      border: unset;
      text-transform: unset;
      font-size: 20px !important;
      background: #EBEBEB;
      color: #5B5B5B !important;
      padding: 15px 20px !important;
      font-family: "Roboto-Regular", sans-serif !important; }
      #matriz-dashboard #proprietario .club-star-link .flex .nav-item .btn-outline-gray:hover, #matriz-dashboard #proprietario .club-star-link .flex .nav-item .btn-outline-gray:focus {
        outline: none; }
    #matriz-dashboard #proprietario .club-star-link .flex .nav-item .btn-outline-gray.active {
      background: linear-gradient(180deg, #BF0609, #E30609);
      color: #FFFFFF !important;
      box-shadow: 5px 5px 9px rgba(70, 70, 70, 0.31);
      border: 0; }

#technicoPills-home .weekly-points-content .points-detail .weekly-points label {
  font-family: "PFDinTextPro-Italic", sans-serif !important; }
#technicoPills-home .weekly-points-content .points-detail .weekly-points h1 {
  font-size: 45px; }
#technicoPills-home .weekly-points-content .conexoes label,
#technicoPills-home .weekly-points-content .satisfaction-note label,
#technicoPills-home .weekly-points-content .consumption-optimization label {
  margin: 0;
  line-height: 1;
  font-size: 20px;
  color: #5B5B5B;
  margin-bottom: 10px;
  font-family: "PFDinTextPro-Italic", sans-serif !important; }
  #technicoPills-home .weekly-points-content .conexoes label.family-pfdintextpro-bolditalic,
  #technicoPills-home .weekly-points-content .satisfaction-note label.family-pfdintextpro-bolditalic,
  #technicoPills-home .weekly-points-content .consumption-optimization label.family-pfdintextpro-bolditalic {
    font-family: "PFDinTextPro-BoldItalic", sans-serif !important; }
#technicoPills-home .weekly-points-content .conexoes .conexoes,
#technicoPills-home .weekly-points-content .conexoes .satisfaction-note,
#technicoPills-home .weekly-points-content .conexoes .consumption-optimization,
#technicoPills-home .weekly-points-content .satisfaction-note .conexoes,
#technicoPills-home .weekly-points-content .satisfaction-note .satisfaction-note,
#technicoPills-home .weekly-points-content .satisfaction-note .consumption-optimization,
#technicoPills-home .weekly-points-content .consumption-optimization .conexoes,
#technicoPills-home .weekly-points-content .consumption-optimization .satisfaction-note,
#technicoPills-home .weekly-points-content .consumption-optimization .consumption-optimization {
  width: 80px;
  margin-top: 0;
  border-radius: 10px;
  border: 1px solid #5B5B5B;
  font-family: "PFDinTextPro-Italic", sans-serif; }
  #technicoPills-home .weekly-points-content .conexoes .conexoes .points-value,
  #technicoPills-home .weekly-points-content .conexoes .satisfaction-note .points-value,
  #technicoPills-home .weekly-points-content .conexoes .consumption-optimization .points-value,
  #technicoPills-home .weekly-points-content .satisfaction-note .conexoes .points-value,
  #technicoPills-home .weekly-points-content .satisfaction-note .satisfaction-note .points-value,
  #technicoPills-home .weekly-points-content .satisfaction-note .consumption-optimization .points-value,
  #technicoPills-home .weekly-points-content .consumption-optimization .conexoes .points-value,
  #technicoPills-home .weekly-points-content .consumption-optimization .satisfaction-note .points-value,
  #technicoPills-home .weekly-points-content .consumption-optimization .consumption-optimization .points-value {
    margin: 0 auto;
    color: #BF0609;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
#technicoPills-home .weekly-points-content .evaluations label {
  margin: 0px;
  font-size: 12px;
  color: #5B5B5B;
  font-style: unset;
  font-family: "PFDinTextPro-Italic", sans-serif; }
#technicoPills-home .weekly-points-content .evaluations i,
#technicoPills-home .weekly-points-content .evaluations .evaluations-status {
  margin: 0px;
  line-height: 1;
  font-size: 20px;
  color: #B2B2B2;
  font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  #technicoPills-home .weekly-points-content .evaluations i.active,
  #technicoPills-home .weekly-points-content .evaluations .evaluations-status.active {
    color: #E30609; }
#technicoPills-home.weekly-report .weekly_play_label {
  font-family: "PFDinTextPro-Italic", sans-serif !important; }
#technicoPills-home.weekly-report .weekly_play {
  width: 80px;
  margin-top: 35px;
  border-radius: 10px;
  border: 1px solid #5B5B5B;
  font-family: "PFDinTextPro-Italic", sans-serif; }
  #technicoPills-home.weekly-report .weekly_play #points-sky-play {
    margin: 0 auto;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
#technicoPills-home.weekly-report .bar-detail .services-bar label {
  margin-top: 13px;
  font-family: "PFDinTextPro-Italic", sans-serif !important; }
#technicoPills-home.weekly-report .bar-detail .revisit-bar label {
  margin-top: 13px;
  font-family: "PFDinTextPro-Italic", sans-serif !important; }
#technicoPills-home.weekly-report .bar-detail .revisit-bar + p {
  color: #5B5B5B;
  text-align: center;
  font-family: "Roboto-Regular", sans-serif; }
  #technicoPills-home.weekly-report .bar-detail .revisit-bar + p span {
    color: #E30609;
    font-family: "Roboto-Medium", sans-serif; }
#technicoPills-home.weekly-report .bar-detail .recharges-antennas-label {
  font-size: 16px;
  font-family: "PFDinTextPro-Italic", sans-serif !important; }
  #technicoPills-home.weekly-report .bar-detail .recharges-antennas-label sup {
    font-size: unset;
    text-decoration: unset;
    font-family: "PFDinTextPro-Italic", sans-serif !important; }
#technicoPills-home.weekly-report .bar-detail .recharges-antennas {
  width: 80px;
  margin-top: 0;
  border-radius: 10px;
  border: 1px solid #5B5B5B;
  font-family: "PFDinTextPro-Italic", sans-serif; }
  #technicoPills-home.weekly-report .bar-detail .recharges-antennas #recharges-antennas-points {
    font-size: 27px;
    margin: 0 auto;
    color: #BF0609;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }

#technicoPills-contact .content-section .play-rules .revisit-content .revisit-detail .revisit-header .revisit-header-detail .indicatorTable .eligibility-content .table-row .divTableCell {
  padding: 5px; }
  #technicoPills-contact .content-section .play-rules .revisit-content .revisit-detail .revisit-header .revisit-header-detail .indicatorTable .eligibility-content .table-row .divTableCell p {
    font-size: 13px; }
#technicoPills-contact .content-section .play-rules .revisit-content .revisit-detail .revisit-header .revisit-header-detail .other-rules-Table .other-rules-content p.table-right-arrow span {
  color: #E30609 !important; }
#technicoPills-contact .content-section .table-right-arrow:before {
  top: 7px; }
#technicoPills-contact .content-section .divTableCell p.title-red {
  color: #BF0609 !important; }

#supervisorDeVendasPills-home.weekly-report .weekly-points-content .points-progress label.italic,
#supervisorDeTelevendasPills-home.weekly-report .weekly-points-content .points-progress label.italic {
  font-size: 14px; }
  #supervisorDeVendasPills-home.weekly-report .weekly-points-content .points-progress label.italic sup,
  #supervisorDeTelevendasPills-home.weekly-report .weekly-points-content .points-progress label.italic sup {
    font-size: 14px; }
#supervisorDeVendasPills-home.weekly-report .weekly-points-content .points-progress .connection-bar.mt-4,
#supervisorDeTelevendasPills-home.weekly-report .weekly-points-content .points-progress .connection-bar.mt-4 {
  margin-top: 1rem !important; }

#supervisorDeTelevendasPills-profile.monthly-report .revisit-report .bar-header-content h5.title-gray {
  width: 140px !important; }

#almoxarifePills-profile.monthly-report .revisit-report .bar-header-content h5.title-gray,
#vendedorPills-profile.monthly-report .revisit-report .bar-header-content h5.title-gray,
#vendedor-interno-profile.monthly-report .revisit-report .bar-header-content h5.title-gray,
#televendasPills-profile.monthly-report .revisit-report .bar-header-content h5.title-gray,
#supervisorDeVendasPills-profile.monthly-report .revisit-report .bar-header-content h5.title-gray {
  width: 140px !important; }

#superVendasDistributorPills-profile .row.my-5 .connections-report.dist,
#superVendasDistributorPills-profile .row.my-5 .services-report.dist,
#superVendasDistributorPills-profile .row.my-5 .revisit-report,
#superVendasDistributorPills-profile .row.my-5 .total-report {
  padding-left: 0;
  justify-content: space-evenly; }
#superVendasDistributorPills-profile .row.my-5 .revisit-report .bar-header-content h5.title-gray {
  width: 150px !important; }

@media screen and (min-width: 1200px) {
  .page-template-page-home .main .container {
    max-width: 1024px; } }
.page-template-page-home .banner-slider {
  background-color: #F4F4F4; }
  @media screen and (min-width: 1080px) {
    .page-template-page-home .banner-slider + .overflow-y {
      margin-top: -80px; } }
  @media screen and (max-width: 767px) {
    .page-template-page-home .banner-slider + .overflow-y {
      margin-top: 0; } }
  .page-template-page-home .banner-slider .slider-item .slick-dots {
    bottom: 60px; }
    @media screen and (max-width: 767px) {
      .page-template-page-home .banner-slider .slider-item .slick-dots {
        display: none !important; } }
    .page-template-page-home .banner-slider .slider-item .slick-dots li {
      height: auto;
      width: auto; }
      .page-template-page-home .banner-slider .slider-item .slick-dots li button {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0; }
        .page-template-page-home .banner-slider .slider-item .slick-dots li button:before {
          display: none; }
      .page-template-page-home .banner-slider .slider-item .slick-dots li.slick-active button {
        background-color: #BF0609; }
@media screen and (max-width: 767px) {
  .page-template-page-home .home-category .flex {
    text-align: center;
    flex-direction: column; } }
.page-template-page-home .home-category .flex .card {
  border-radius: 30px;
  padding: 20px;
  border: 0;
  width: 100%;
  margin-right: 20px; }
  @media screen and (max-width: 767px) {
    .page-template-page-home .home-category .flex .card span.glow {
      margin: 0 auto;
      margin-bottom: 0.75rem; } }
  .page-template-page-home .home-category .flex .card h5.card-title {
    color: #FBBA00;
    font-size: 28px;
    line-height: normal; }
    .page-template-page-home .home-category .flex .card h5.card-title a {
      font-family: "PFDinTextPro-MediumItalic", sans-serif;
      color: #FBBA00;
      font-size: 28px; }
  .page-template-page-home .home-category .flex .card p {
    padding: 2px;
    line-height: normal; }
  .page-template-page-home .home-category .flex .card img {
    width: 50px; }
  .page-template-page-home .home-category .flex .card .card-body {
    padding: 0;
    padding-top: 20px; }
    @media screen and (max-width: 767px) {
      .page-template-page-home .home-category .flex .card .card-body {
        padding: 0; } }
  .page-template-page-home .home-category .flex .card:last-child {
    margin-right: 0; }
.page-template-page-home .home-page-post-slider span {
  color: #BF0609;
  font-style: normal; }
.page-template-page-home .home-page-post-slider .flex h1 {
  width: 100%; }
@media screen and (max-width: 767px) {
  .page-template-page-home .home-page-post-slider .flex {
    padding-bottom: 0;
    margin-bottom: 0; } }
@media screen and (max-width: 767px) {
  .page-template-page-home .home-page-post-slider .home-post-slider {
    padding-top: 0px;
    margin-top: -20vw; } }
.page-template-page-home .home-page-post-slider .home-post-slider .slick-list .slick-track .slick-slide li.product {
  position: relative; }
  .page-template-page-home .home-page-post-slider .home-post-slider .slick-list .slick-track .slick-slide li.product a.woocommerce-LoopProduct-link {
    margin-bottom: 35px;
    display: block; }
    .page-template-page-home .home-page-post-slider .home-post-slider .slick-list .slick-track .slick-slide li.product a.woocommerce-LoopProduct-link span.price {
      text-transform: uppercase;
      color: #FFFFFF !important; }
      .page-template-page-home .home-page-post-slider .home-post-slider .slick-list .slick-track .slick-slide li.product a.woocommerce-LoopProduct-link span.price .woocommerce-Price-amount.amount {
        display: block;
        font-size: 25px;
        padding-right: 5px; }
        .page-template-page-home .home-page-post-slider .home-post-slider .slick-list .slick-track .slick-slide li.product a.woocommerce-LoopProduct-link span.price .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
          display: none; }
      .page-template-page-home .home-page-post-slider .home-post-slider .slick-list .slick-track .slick-slide li.product a.woocommerce-LoopProduct-link span.price .woocommerce-Price-currencySymbol {
        font-size: 16px;
        padding-right: 5px;
        color: #FFFFFF !important; }
    .page-template-page-home .home-page-post-slider .home-post-slider .slick-list .slick-track .slick-slide li.product a.woocommerce-LoopProduct-link span.product-category-badge {
      font-size: 14px !important;
      color: #FFFFFF !important;
      background: #878787 !important;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    .page-template-page-home .home-page-post-slider .home-post-slider .slick-list .slick-track .slick-slide li.product a.woocommerce-LoopProduct-link .description span {
      color: #FFFFFF !important;
      margin: 0 !important;
      font-size: unset; }
.page-template-page-home .home-page-post-slider {
  background-color: #F4F4F4;
  margin-bottom: 180px; }
  .page-template-page-home .home-page-post-slider h1 {
    padding: 40px 0px;
    padding-bottom: 0; }
  @media screen and (min-width: 1024px) {
    .page-template-page-home .home-page-post-slider .post-slider {
      height: 370px; } }
  .page-template-page-home .home-page-post-slider .post-slider button.slick-prev,
  .page-template-page-home .home-page-post-slider .post-slider button.slick-next {
    top: 70% !important; }
    @media (max-width: 992px) {
      .page-template-page-home .home-page-post-slider .post-slider button.slick-prev,
      .page-template-page-home .home-page-post-slider .post-slider button.slick-next {
        top: 50% !important; } }
.page-template-page-home .performance-page-content .performance-header {
  position: relative;
  z-index: 0; }
  .page-template-page-home .performance-page-content .performance-header .lesson-image {
    width: 100%;
    max-height: 230px;
    overflow: hidden;
    max-width: 1140px;
    border-radius: 30px; }
    .page-template-page-home .performance-page-content .performance-header .lesson-image img {
      object-fit: cover;
      max-height: 275px; }
  .page-template-page-home .performance-page-content .performance-header .lesson-content {
    position: absolute;
    top: 20%;
    width: 95%;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .page-template-page-home .performance-page-content .performance-header .lesson-content {
        top: 20px !important;
        left: 25px;
        display: block; } }
    .page-template-page-home .performance-page-content .performance-header .lesson-content .quiz-link .btn {
      margin-bottom: 10px !important;
      height: 27px !important;
      padding: 0 !important;
      width: 80px; }
      @media screen and (max-width: 767px) {
        .page-template-page-home .performance-page-content .performance-header .lesson-content .quiz-link .btn {
          padding: 5px 8px !important; } }
    .page-template-page-home .performance-page-content .performance-header .lesson-content .quiz-link h2 {
      margin: 0px;
      line-height: 1;
      text-transform: uppercase;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
      .page-template-page-home .performance-page-content .performance-header .lesson-content .quiz-link h2 span {
        font-family: "PFDinTextPro-LightItalic", sans-serif; }
      @media screen and (max-width: 767px) {
        .page-template-page-home .performance-page-content .performance-header .lesson-content .quiz-link h2 {
          line-height: 1;
          margin-bottom: 10px !important; } }
    .page-template-page-home .performance-page-content .performance-header .lesson-content .video-link a.btn {
      width: max-content;
      padding: 8px 20px !important; }
    @media screen and (max-width: 767px) {
      .page-template-page-home .performance-page-content .performance-header .lesson-content .video-link a {
        width: 50%; } }
.page-template-page-home .performance-page-content .performance-container {
  margin-bottom: 30px; }
  .page-template-page-home .performance-page-content .performance-container .left-section {
    padding: 0 5px 0px 15px; }
    @media screen and (max-width: 767px) {
      .page-template-page-home .performance-page-content .performance-container .left-section {
        margin-bottom: 15px;
        padding: 0px 15px; } }
  .page-template-page-home .performance-page-content .performance-container .left-section .performance-content,
  .page-template-page-home .performance-page-content .performance-container .right-section .performance-content {
    position: relative;
    z-index: 0; }
    .page-template-page-home .performance-page-content .performance-container .left-section .performance-content .mobile-image,
    .page-template-page-home .performance-page-content .performance-container .right-section .performance-content .mobile-image {
      width: 100%;
      min-height: 350px;
      overflow: hidden;
      border-radius: 30px; }
      .page-template-page-home .performance-page-content .performance-container .left-section .performance-content .mobile-image img,
      .page-template-page-home .performance-page-content .performance-container .right-section .performance-content .mobile-image img {
        height: 355px;
        object-fit: cover; }
    .page-template-page-home .performance-page-content .performance-container .left-section .performance-content .mobile-content,
    .page-template-page-home .performance-page-content .performance-container .right-section .performance-content .mobile-content {
      position: absolute;
      top: 3vw;
      margin: 0 3vw 0 2vw;
      width: 250px; }
      @media screen and (max-width: 767px) {
        .page-template-page-home .performance-page-content .performance-container .left-section .performance-content .mobile-content,
        .page-template-page-home .performance-page-content .performance-container .right-section .performance-content .mobile-content {
          top: 25px !important;
          right: 0 !important;
          left: 5vw !important; } }
      .page-template-page-home .performance-page-content .performance-container .left-section .performance-content .mobile-content .download-content h1,
      .page-template-page-home .performance-page-content .performance-container .left-section .performance-content .mobile-content .mobile-content h1,
      .page-template-page-home .performance-page-content .performance-container .right-section .performance-content .mobile-content .download-content h1,
      .page-template-page-home .performance-page-content .performance-container .right-section .performance-content .mobile-content .mobile-content h1 {
        line-height: 1;
        text-transform: uppercase;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
        .page-template-page-home .performance-page-content .performance-container .left-section .performance-content .mobile-content .download-content h1 span,
        .page-template-page-home .performance-page-content .performance-container .left-section .performance-content .mobile-content .mobile-content h1 span,
        .page-template-page-home .performance-page-content .performance-container .right-section .performance-content .mobile-content .download-content h1 span,
        .page-template-page-home .performance-page-content .performance-container .right-section .performance-content .mobile-content .mobile-content h1 span {
          display: block;
          font-family: "PFDinTextPro-LightItalic", sans-serif; }
      .page-template-page-home .performance-page-content .performance-container .left-section .performance-content .mobile-content .download-content,
      .page-template-page-home .performance-page-content .performance-container .right-section .performance-content .mobile-content .download-content {
        margin-bottom: 25px; }
        .page-template-page-home .performance-page-content .performance-container .left-section .performance-content .mobile-content .download-content h1.title-yellow,
        .page-template-page-home .performance-page-content .performance-container .right-section .performance-content .mobile-content .download-content h1.title-yellow {
          font-size: 60px; }
      .page-template-page-home .performance-page-content .performance-container .left-section .performance-content .mobile-content .download-link .btn,
      .page-template-page-home .performance-page-content .performance-container .right-section .performance-content .mobile-content .download-link .btn {
        cursor: default;
        width: fit-content;
        padding: 8px 20px !important; }
      .page-template-page-home .performance-page-content .performance-container .left-section .performance-content .mobile-content .download-link a.btn,
      .page-template-page-home .performance-page-content .performance-container .right-section .performance-content .mobile-content .download-link a.btn {
        cursor: pointer; }
  .page-template-page-home .performance-page-content .performance-container .right-section {
    margin: -2px 0px 0px -5px;
    padding-right: 0px; }
    @media screen and (max-width: 767px) {
      .page-template-page-home .performance-page-content .performance-container .right-section {
        padding: 0px 15px;
        margin: auto; } }
    .page-template-page-home .performance-page-content .performance-container .right-section .performance-content .mobile-content {
      left: 10px !important; }
      .page-template-page-home .performance-page-content .performance-container .right-section .performance-content .mobile-content .download-content {
        margin-bottom: 10px; }
        .page-template-page-home .performance-page-content .performance-container .right-section .performance-content .mobile-content .download-content.title-yellow .btn {
          padding: 8px 20px !important; }
        .page-template-page-home .performance-page-content .performance-container .right-section .performance-content .mobile-content .download-content p.title-yellow {
          font-family: "PFDinTextPro-BoldItalic", sans-serif; }
        .page-template-page-home .performance-page-content .performance-container .right-section .performance-content .mobile-content .download-content h1.title-white {
          font-size: 50px;
          font-family: "PFDinTextPro-LightItalic", sans-serif; }
      .page-template-page-home .performance-page-content .performance-container .right-section .performance-content .mobile-content .download-link .btn {
        cursor: pointer;
        box-shadow: 5px 8px 7px rgba(0, 0, 0, 0.42); }
.page-template-page-home #matriz-dashboard #chart .table-description p {
  text-transform: uppercase;
  font-family: "PFDinTextPro-MediumItalic", sans-serif; }
.page-template-page-home #matriz-dashboard #chart .proprietario .title-gray {
  font-family: "PFDinTextPro-MediumItalic", sans-serif;
  color: #5B5B5B; }
.page-template-page-home #matriz-dashboard #chart .proprietario .performance.dot-table td {
  text-transform: none; }
  .page-template-page-home #matriz-dashboard #chart .proprietario .performance.dot-table td span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin: 0 auto; }
.page-template-page-home #matriz-dashboard #chart .proprietario .performance.dot-table tbody tr:first-child td.active span {
  background-color: #00821e; }
.page-template-page-home #matriz-dashboard #chart .proprietario .performance.dot-table tbody tr:nth-child(2) td.active span {
  background-color: #00c82e; }
.page-template-page-home #matriz-dashboard #chart .proprietario .performance.dot-table tbody tr:nth-child(3) td.active span {
  background-color: #0a5fa8; }
.page-template-page-home #matriz-dashboard #chart .proprietario .performance.dot-table tbody tr:nth-child(4) td.active span {
  background-color: #f7d301; }
.page-template-page-home #matriz-dashboard #chart .proprietario .performance.dot-table tbody tr:last-child td.active span {
  background-color: #ab01f7; }
.page-template-page-home #matriz-dashboard #chart .proprietario table {
  width: 100%;
  text-align: center;
  font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .page-template-page-home #matriz-dashboard #chart .proprietario table th,
  .page-template-page-home #matriz-dashboard #chart .proprietario table td {
    border: 1px solid #B2B2B2;
    width: 114px;
    font-family: "PFDinTextPro-MediumItalic", sans-serif;
    color: #5B5B5B;
    font-weight: normal;
    text-transform: uppercase;
    line-height: normal; }
    .page-template-page-home #matriz-dashboard #chart .proprietario table th.title-red,
    .page-template-page-home #matriz-dashboard #chart .proprietario table td.title-red {
      color: #BF0609 !important;
      font-size: 18px;
      padding: 5px 10px;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .page-template-page-home #matriz-dashboard #chart .proprietario table tr:first-child {
    border-top-left-radius: 8px; }
  .page-template-page-home #matriz-dashboard #chart .proprietario table tr:last-child {
    border-bottom-left-radius: 8px; }
  .page-template-page-home #matriz-dashboard #chart .proprietario table tr.bg-gradient th {
    font-size: 18px;
    padding: 5px 10px;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .page-template-page-home #matriz-dashboard #chart .proprietario table.performance {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    .page-template-page-home #matriz-dashboard #chart .proprietario table.performance + .performance {
      width: calc(100% - 103px);
      margin-left: auto; }
      .page-template-page-home #matriz-dashboard #chart .proprietario table.performance + .performance + p {
        margin-left: 120px !important; }
.page-template-page-home #matriz-dashboard #chart .proprietario .dot-table tbody tr td:first-child {
  background-color: #F4F4F4;
  font-family: "PFDinTextPro-Regular", sans-serif; }
.page-template-page-home #matriz-dashboard #chart .proprietario .dot-table tbody tr:first-child td:first-child {
  border-top-left-radius: 10px;
  overflow: hidden; }
.page-template-page-home #matriz-dashboard #chart .proprietario .dot-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
  overflow: hidden; }
.page-template-page-home #matriz-dashboard #chart .proprietario p small {
  font-family: "PFDinTextPro-MediumItalic", sans-serif;
  text-transform: uppercase;
  font-size: 14px; }
  .page-template-page-home #matriz-dashboard #chart .proprietario p small span {
    font-size: 18px;
    color: #BF0609;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
.page-template-page-home #matriz-dashboard #chart .proprietario .get-star {
  margin-bottom: 35px; }
  .page-template-page-home #matriz-dashboard #chart .proprietario .get-star thead th {
    text-transform: uppercase; }
    .page-template-page-home #matriz-dashboard #chart .proprietario .get-star thead th:not(:first-child) {
      color: #FFFFFF !important; }
  .page-template-page-home #matriz-dashboard #chart .proprietario .get-star tbody tr td:first-child {
    background-color: #F4F4F4; }
.page-template-page-home #matriz-dashboard #chart .proprietario .review-star {
  background-image: url("../images/common/star-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto; }
  .page-template-page-home #matriz-dashboard #chart .proprietario .review-star h1 {
    font-size: 50px;
    line-height: 45px;
    color: #5B5B5B; }
  .page-template-page-home #matriz-dashboard #chart .proprietario .review-star p {
    line-height: normal;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
.page-template-page-home #matriz-dashboard #chart .proprietario .table-description p {
  text-transform: uppercase;
  font-family: "PFDinTextPro-MediumItalic", sans-serif; }
.page-template-page-home #matriz-dashboard #chart .proprietario .indicadore-table {
  background-color: #F4F4F4; }
.page-template-page-home #matriz-dashboard #chart .proprietario .bg-gradient {
  color: #FBBA00 !important;
  text-transform: capitalize;
  font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .page-template-page-home #matriz-dashboard #chart .proprietario .bg-gradient th {
    color: #FBBA00 !important; }

.page-template-page-lesson .header-banner .container,
.page-template-page-courses .header-banner .container {
  top: 5vw; }
@media screen and (max-width: 767px) {
  .page-template-page-lesson .container .page-content.overflow-y,
  .page-template-page-courses .container .page-content.overflow-y {
    padding: 15px; } }
.page-template-page-lesson .container .page-content.overflow-y .training-search-section,
.page-template-page-courses .container .page-content.overflow-y .training-search-section {
  margin: -25px;
  padding: 25px; }
  .page-template-page-lesson .container .page-content.overflow-y .training-search-section .search-training .search-field,
  .page-template-page-courses .container .page-content.overflow-y .training-search-section .search-training .search-field {
    width: calc(100% - 110px);
    border: 1px solid #B2B2B2;
    box-shadow: none;
    text-indent: 25px;
    border-radius: 25px;
    margin-right: 12px;
    color: #E30609;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    @media (max-width: 992px) {
      .page-template-page-lesson .container .page-content.overflow-y .training-search-section .search-training .search-field,
      .page-template-page-courses .container .page-content.overflow-y .training-search-section .search-training .search-field {
        width: 95%;
        height: 35px;
        font-size: 14px;
        margin-bottom: 10px; } }
    .page-template-page-lesson .container .page-content.overflow-y .training-search-section .search-training .search-field::-webkit-input-placeholder,
    .page-template-page-courses .container .page-content.overflow-y .training-search-section .search-training .search-field::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #E30609; }
    .page-template-page-lesson .container .page-content.overflow-y .training-search-section .search-training .search-field::-moz-placeholder,
    .page-template-page-courses .container .page-content.overflow-y .training-search-section .search-training .search-field::-moz-placeholder {
      /* Firefox 19+ */
      color: #E30609; }
    .page-template-page-lesson .container .page-content.overflow-y .training-search-section .search-training .search-field:-ms-input-placeholder,
    .page-template-page-courses .container .page-content.overflow-y .training-search-section .search-training .search-field:-ms-input-placeholder {
      /* IE 10+ */
      color: #E30609; }
    .page-template-page-lesson .container .page-content.overflow-y .training-search-section .search-training .search-field:-moz-placeholder,
    .page-template-page-courses .container .page-content.overflow-y .training-search-section .search-training .search-field:-moz-placeholder {
      /* Firefox 18- */
      color: #E30609; }
    .page-template-page-lesson .container .page-content.overflow-y .training-search-section .search-training .search-field:hover, .page-template-page-lesson .container .page-content.overflow-y .training-search-section .search-training .search-field:focus,
    .page-template-page-courses .container .page-content.overflow-y .training-search-section .search-training .search-field:hover,
    .page-template-page-courses .container .page-content.overflow-y .training-search-section .search-training .search-field:focus {
      outline: none; }
  .page-template-page-lesson .container .page-content.overflow-y .training-search-section .search-training .input-group-btn .btn,
  .page-template-page-courses .container .page-content.overflow-y .training-search-section .search-training .input-group-btn .btn {
    border: none;
    padding: 10px 15px !important;
    background-color: #FBBA00; }
    @media (max-width: 992px) {
      .page-template-page-lesson .container .page-content.overflow-y .training-search-section .search-training .input-group-btn .btn,
      .page-template-page-courses .container .page-content.overflow-y .training-search-section .search-training .input-group-btn .btn {
        margin: 0 auto;
        padding: 8px 20px !important; } }
    .page-template-page-lesson .container .page-content.overflow-y .training-search-section .search-training .input-group-btn .btn .fa.fa-search,
    .page-template-page-courses .container .page-content.overflow-y .training-search-section .search-training .input-group-btn .btn .fa.fa-search {
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .page-template-page-lesson .container .page-content.overflow-y .training-search-section .search-training .input-group-btn .btn .fa.fa-search,
        .page-template-page-courses .container .page-content.overflow-y .training-search-section .search-training .input-group-btn .btn .fa.fa-search {
          font-size: 15px; } }
.page-template-page-lesson .container .page-content.overflow-y .post-content,
.page-template-page-courses .container .page-content.overflow-y .post-content {
  margin: 0 25px; }
  @media screen and (max-width: 767px) {
    .page-template-page-lesson .container .page-content.overflow-y .post-content,
    .page-template-page-courses .container .page-content.overflow-y .post-content {
      margin: 0; } }
  .page-template-page-lesson .container .page-content.overflow-y .post-content .recent-courses .card.card-light-gray,
  .page-template-page-courses .container .page-content.overflow-y .post-content .recent-courses .card.card-light-gray {
    border: 0;
    max-height: 220px;
    padding: 0 !important;
    background: transparent;
    background-color: #F4F4F4; }
    .page-template-page-lesson .container .page-content.overflow-y .post-content .recent-courses .card.card-light-gray:hover,
    .page-template-page-courses .container .page-content.overflow-y .post-content .recent-courses .card.card-light-gray:hover {
      box-shadow: 0 0 7px rgba(47, 47, 47, 0.42); }
    .page-template-page-lesson .container .page-content.overflow-y .post-content .recent-courses .card.card-light-gray .courses-image,
    .page-template-page-courses .container .page-content.overflow-y .post-content .recent-courses .card.card-light-gray .courses-image {
      height: 220px;
      max-width: 235px; }
      .page-template-page-lesson .container .page-content.overflow-y .post-content .recent-courses .card.card-light-gray .courses-image .novidade-btn,
      .page-template-page-courses .container .page-content.overflow-y .post-content .recent-courses .card.card-light-gray .courses-image .novidade-btn {
        color: #000000 !important; }
      .page-template-page-lesson .container .page-content.overflow-y .post-content .recent-courses .card.card-light-gray .courses-image img,
      .page-template-page-courses .container .page-content.overflow-y .post-content .recent-courses .card.card-light-gray .courses-image img {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px; }
    .page-template-page-lesson .container .page-content.overflow-y .post-content .recent-courses .card.card-light-gray .courses-content,
    .page-template-page-courses .container .page-content.overflow-y .post-content .recent-courses .card.card-light-gray .courses-content {
      padding: 8px 20px;
      border-radius: 28px;
      padding-bottom: 20px; }
      .page-template-page-lesson .container .page-content.overflow-y .post-content .recent-courses .card.card-light-gray .courses-content label,
      .page-template-page-courses .container .page-content.overflow-y .post-content .recent-courses .card.card-light-gray .courses-content label {
        margin: 12px 0; }
      .page-template-page-lesson .container .page-content.overflow-y .post-content .recent-courses .card.card-light-gray .courses-content .title,
      .page-template-page-courses .container .page-content.overflow-y .post-content .recent-courses .card.card-light-gray .courses-content .title {
        font-size: 24px;
        overflow: hidden;
        min-height: 70px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; }
  .page-template-page-lesson .container .page-content.overflow-y .post-content .future-courses .card.card-light-gray,
  .page-template-page-courses .container .page-content.overflow-y .post-content .future-courses .card.card-light-gray {
    border: 0;
    max-width: 261px;
    max-height: 345px;
    padding: 0 !important;
    background: transparent;
    background-color: #F4F4F4; }
    .page-template-page-lesson .container .page-content.overflow-y .post-content .future-courses .card.card-light-gray:hover,
    .page-template-page-courses .container .page-content.overflow-y .post-content .future-courses .card.card-light-gray:hover {
      box-shadow: 0 0 7px rgba(47, 47, 47, 0.42); }
    .page-template-page-lesson .container .page-content.overflow-y .post-content .future-courses .card.card-light-gray .courses-image,
    .page-template-page-courses .container .page-content.overflow-y .post-content .future-courses .card.card-light-gray .courses-image {
      height: 185px;
      max-width: 260px; }
      .page-template-page-lesson .container .page-content.overflow-y .post-content .future-courses .card.card-light-gray .courses-image img,
      .page-template-page-courses .container .page-content.overflow-y .post-content .future-courses .card.card-light-gray .courses-image img {
        border-top-right-radius: 30px;
        border-top-left-radius: 30px; }
    .page-template-page-lesson .container .page-content.overflow-y .post-content .future-courses .card.card-light-gray .courses-content,
    .page-template-page-courses .container .page-content.overflow-y .post-content .future-courses .card.card-light-gray .courses-content {
      padding: 8px 20px;
      border-radius: 28px;
      padding-bottom: 20px; }
      .page-template-page-lesson .container .page-content.overflow-y .post-content .future-courses .card.card-light-gray .courses-content label,
      .page-template-page-courses .container .page-content.overflow-y .post-content .future-courses .card.card-light-gray .courses-content label {
        margin: 12px 0; }
      .page-template-page-lesson .container .page-content.overflow-y .post-content .future-courses .card.card-light-gray .courses-content .title,
      .page-template-page-courses .container .page-content.overflow-y .post-content .future-courses .card.card-light-gray .courses-content .title {
        font-size: 24px;
        overflow: hidden;
        min-height: 70px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; }

@media (max-width: 767px) {
  .iframe-mobile-app.sfwd-courses-template-default .container .page-content.overflow-y article .learndash-course-inprogress-message .video-date {
    display: none; }
  .iframe-mobile-app.sfwd-courses-template-default .container .page-content.overflow-y article .learndash-course-inprogress-message .content-block .post-content .learndash.learndash_post_sfwd-courses .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions .quiz_continue_link {
    display: none; }
  .iframe-mobile-app.sfwd-courses-template-default .container .page-content.overflow-y article .learndash-course-inprogress-message .content-block .post-content .learndash.learndash_post_sfwd-courses .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list {
    padding: 15px 0 !important; }
    .iframe-mobile-app.sfwd-courses-template-default .container .page-content.overflow-y article .learndash-course-inprogress-message .content-block .post-content .learndash.learndash_post_sfwd-courses .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem {
      margin-top: 20px;
      border-bottom: 1px solid #dadada; }
      .iframe-mobile-app.sfwd-courses-template-default .container .page-content.overflow-y article .learndash-course-inprogress-message .content-block .post-content .learndash.learndash_post_sfwd-courses .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem::before {
        top: auto !important;
        left: auto !important;
        padding: 5px 9px !important;
        position: static !important; }
      .iframe-mobile-app.sfwd-courses-template-default .container .page-content.overflow-y article .learndash-course-inprogress-message .content-block .post-content .learndash.learndash_post_sfwd-courses .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_question {
        border: none !important;
        padding-left: 0 !important;
        margin-left: 0 !important; }
        .iframe-mobile-app.sfwd-courses-template-default .container .page-content.overflow-y article .learndash-course-inprogress-message .content-block .post-content .learndash.learndash_post_sfwd-courses .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_question .wpProQuiz_question_text p {
          font-size: 16px; }
        .iframe-mobile-app.sfwd-courses-template-default .container .page-content.overflow-y article .learndash-course-inprogress-message .content-block .post-content .learndash.learndash_post_sfwd-courses .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_question ul.wpProQuiz_questionList {
          margin-left: 0 !important; }
  .iframe-mobile-app.sfwd-courses-template-default .container .page-content.overflow-y article .learndash-course-inprogress-message .content-block .post-content .learndash.learndash_post_sfwd-courses .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .wpProQuiz_content .wpProQuiz_quiz div .wpProQuiz_button {
    text-align: center;
    width: min-content;
    height: 50px; }
  .iframe-mobile-app.sfwd-courses-template-default .container .page-content.overflow-y article .comments-section {
    padding: 0 !important;
    padding-bottom: 0.5rem !important; }
    .iframe-mobile-app.sfwd-courses-template-default .container .page-content.overflow-y article .comments-section .avatar {
      display: none; }
  .iframe-mobile-app.sfwd-courses-template-default .container .page-content.overflow-y .learndash-course-complete-message {
    margin: 0 -15px;
    margin-top: -40px;
    margin-bottom: 40px; }
    .iframe-mobile-app.sfwd-courses-template-default .container .page-content.overflow-y .learndash-course-complete-message::before {
      background-image: url(../images/banner/aprenda-success.jpg);
      content: '';
      display: block;
      width: 100%;
      height: 390px;
      position: relative;
      background-size: 100%;
      background-repeat: no-repeat; }
    .iframe-mobile-app.sfwd-courses-template-default .container .page-content.overflow-y .learndash-course-complete-message .course-success {
      position: relative;
      width: 80%;
      margin: 0 auto;
      margin-top: -40px;
      background-color: #ffffff;
      border-radius: 20px;
      padding: 25px;
      box-shadow: 0px 0px 10px #a8a8a8; }
      .iframe-mobile-app.sfwd-courses-template-default .container .page-content.overflow-y .learndash-course-complete-message .course-success .message.title-red {
        font-size: 30px;
        margin-bottom: 10px; }
      .iframe-mobile-app.sfwd-courses-template-default .container .page-content.overflow-y .learndash-course-complete-message .course-success .success-content .title-gray {
        font-size: 20px; }
      .iframe-mobile-app.sfwd-courses-template-default .container .page-content.overflow-y .learndash-course-complete-message .course-success .justify-center {
        position: absolute;
        z-index: 1;
        width: 75%;
        bottom: -15px;
        margin-top: -25px; }
        .iframe-mobile-app.sfwd-courses-template-default .container .page-content.overflow-y .learndash-course-complete-message .course-success .justify-center .btn-gray {
          height: 50px;
          width: min-content;
          padding: 12px 20px !important;
          background-color: #bf0609 !important; } }

/* --------------- Dashboard Single Mission ------------------*/
.single-mission .page-content .dashboard-mission .mission-header .title-block {
  position: unset;
  background-color: #B2B2B2; }
.single-mission .page-content .dashboard-mission .content-block {
  padding: 0 30px;
  padding-bottom: 30px; }
  .single-mission .page-content .dashboard-mission .content-block .mission-description p {
    padding: 0 !important; }
    .single-mission .page-content .dashboard-mission .content-block .mission-description p img {
      max-width: 100%;
      margin: 0 !important; }
  .single-mission .page-content .dashboard-mission .content-block .mission-description h1,
  .single-mission .page-content .dashboard-mission .content-block .mission-description h2,
  .single-mission .page-content .dashboard-mission .content-block .mission-description h3,
  .single-mission .page-content .dashboard-mission .content-block .mission-description h4,
  .single-mission .page-content .dashboard-mission .content-block .mission-description h5,
  .single-mission .page-content .dashboard-mission .content-block .mission-description h6 {
    padding: 0 !important; }
  .single-mission .page-content .dashboard-mission .content-block .btn.mission-participate {
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 25px !important; }
  .single-mission .page-content .dashboard-mission .content-block .btn.single-mission-back {
    width: 160px;
    margin: 0 auto;
    box-shadow: 8px 10px 11px #C7C7C7; }
    @media screen and (max-width: 767px) {
      .single-mission .page-content .dashboard-mission .content-block .btn.single-mission-back {
        width: auto; } }
    .single-mission .page-content .dashboard-mission .content-block .btn.single-mission-back:before {
      top: 18px;
      left: 20px; }

.page-template-page-mission-tele-dashboard-v11 .bg-gray-light,
.page-template-page-mission-tele-dashboard-v12 .bg-gray-light,
.page-template-page-mission-tele-dashboard-v13 .bg-gray-light,
.page-template-page-mission-tele-dashboard-v14 .bg-gray-light,
.page-template-page-mission-tele-dashboard-v15 .bg-gray-light {
  height: 100vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .page-template-page-mission-tele-dashboard-v11 .bg-gray-light .container,
  .page-template-page-mission-tele-dashboard-v12 .bg-gray-light .container,
  .page-template-page-mission-tele-dashboard-v13 .bg-gray-light .container,
  .page-template-page-mission-tele-dashboard-v14 .bg-gray-light .container,
  .page-template-page-mission-tele-dashboard-v15 .bg-gray-light .container {
    height: 100%;
    max-width: 70vw; }
    @media screen and (max-width: 767px) {
      .page-template-page-mission-tele-dashboard-v11 .bg-gray-light .container,
      .page-template-page-mission-tele-dashboard-v12 .bg-gray-light .container,
      .page-template-page-mission-tele-dashboard-v13 .bg-gray-light .container,
      .page-template-page-mission-tele-dashboard-v14 .bg-gray-light .container,
      .page-template-page-mission-tele-dashboard-v15 .bg-gray-light .container {
        max-width: 100vw; } }
    .page-template-page-mission-tele-dashboard-v11 .bg-gray-light .container .page-content.overflow-y,
    .page-template-page-mission-tele-dashboard-v12 .bg-gray-light .container .page-content.overflow-y,
    .page-template-page-mission-tele-dashboard-v13 .bg-gray-light .container .page-content.overflow-y,
    .page-template-page-mission-tele-dashboard-v14 .bg-gray-light .container .page-content.overflow-y,
    .page-template-page-mission-tele-dashboard-v15 .bg-gray-light .container .page-content.overflow-y {
      margin: 0;
      padding: 0;
      height: 100%;
      z-index: auto;
      padding-top: 6%;
      overflow: hidden;
      background-color: transparent; }
      .page-template-page-mission-tele-dashboard-v11 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid,
      .page-template-page-mission-tele-dashboard-v12 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid,
      .page-template-page-mission-tele-dashboard-v13 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid,
      .page-template-page-mission-tele-dashboard-v14 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid,
      .page-template-page-mission-tele-dashboard-v15 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid {
        position: relative; }
        .page-template-page-mission-tele-dashboard-v11 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .mission-background,
        .page-template-page-mission-tele-dashboard-v12 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .mission-background,
        .page-template-page-mission-tele-dashboard-v13 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .mission-background,
        .page-template-page-mission-tele-dashboard-v14 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .mission-background,
        .page-template-page-mission-tele-dashboard-v15 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .mission-background {
          width: 100%;
          height: 100%;
          position: unset; }
          .page-template-page-mission-tele-dashboard-v11 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .mission-background img,
          .page-template-page-mission-tele-dashboard-v12 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .mission-background img,
          .page-template-page-mission-tele-dashboard-v13 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .mission-background img,
          .page-template-page-mission-tele-dashboard-v14 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .mission-background img,
          .page-template-page-mission-tele-dashboard-v15 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .mission-background img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
        .page-template-page-mission-tele-dashboard-v11 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list,
        .page-template-page-mission-tele-dashboard-v12 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list,
        .page-template-page-mission-tele-dashboard-v13 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list,
        .page-template-page-mission-tele-dashboard-v14 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list,
        .page-template-page-mission-tele-dashboard-v15 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list {
          left: 0;
          right: 0;
          width: 55vw;
          bottom: 5vw;
          display: flex;
          margin: 0 auto;
          position: absolute;
          justify-content: space-between; }
          .page-template-page-mission-tele-dashboard-v11 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item,
          .page-template-page-mission-tele-dashboard-v12 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item,
          .page-template-page-mission-tele-dashboard-v13 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item,
          .page-template-page-mission-tele-dashboard-v14 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item,
          .page-template-page-mission-tele-dashboard-v15 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item {
            width: 11vw;
            height: 12vw;
            position: relative;
            padding-right: 30px;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat; }
            .page-template-page-mission-tele-dashboard-v11 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item:after,
            .page-template-page-mission-tele-dashboard-v12 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item:after,
            .page-template-page-mission-tele-dashboard-v13 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item:after,
            .page-template-page-mission-tele-dashboard-v14 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item:after,
            .page-template-page-mission-tele-dashboard-v15 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item:after {
              content: "";
              width: 13%;
              height: 13%;
              right: -20%;
              bottom: 5.5vw;
              position: absolute;
              text-align: center;
              display: inline-block;
              transform: rotate(90deg);
              background-size: contain;
              background-repeat: no-repeat;
              background-image: url(../images/icon/arrow-up-icon.png); }
            .page-template-page-mission-tele-dashboard-v11 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item:last-child:after,
            .page-template-page-mission-tele-dashboard-v12 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item:last-child:after,
            .page-template-page-mission-tele-dashboard-v13 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item:last-child:after,
            .page-template-page-mission-tele-dashboard-v14 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item:last-child:after,
            .page-template-page-mission-tele-dashboard-v15 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item:last-child:after {
              content: none; }
            .page-template-page-mission-tele-dashboard-v11 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-batman,
            .page-template-page-mission-tele-dashboard-v12 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-batman,
            .page-template-page-mission-tele-dashboard-v13 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-batman,
            .page-template-page-mission-tele-dashboard-v14 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-batman,
            .page-template-page-mission-tele-dashboard-v15 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-batman {
              background-image: url(../images/common/tele-cine-batman.png); }
            .page-template-page-mission-tele-dashboard-v11 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-cat-woman,
            .page-template-page-mission-tele-dashboard-v12 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-cat-woman,
            .page-template-page-mission-tele-dashboard-v13 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-cat-woman,
            .page-template-page-mission-tele-dashboard-v14 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-cat-woman,
            .page-template-page-mission-tele-dashboard-v15 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-cat-woman {
              background-image: url(../images/common/tele-cine-cat-woman.png); }
            .page-template-page-mission-tele-dashboard-v11 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-charade,
            .page-template-page-mission-tele-dashboard-v12 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-charade,
            .page-template-page-mission-tele-dashboard-v13 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-charade,
            .page-template-page-mission-tele-dashboard-v14 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-charade,
            .page-template-page-mission-tele-dashboard-v15 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-charade {
              background-image: url(../images/common/tele-cine-charade.png); }
            .page-template-page-mission-tele-dashboard-v11 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-basic-achievement,
            .page-template-page-mission-tele-dashboard-v12 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-basic-achievement,
            .page-template-page-mission-tele-dashboard-v13 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-basic-achievement,
            .page-template-page-mission-tele-dashboard-v14 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-basic-achievement,
            .page-template-page-mission-tele-dashboard-v15 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-basic-achievement {
              background-image: url(../images/common/tele-cine-basic-achievement.png); }
            .page-template-page-mission-tele-dashboard-v11 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-not-reached,
            .page-template-page-mission-tele-dashboard-v12 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-not-reached,
            .page-template-page-mission-tele-dashboard-v13 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-not-reached,
            .page-template-page-mission-tele-dashboard-v14 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-not-reached,
            .page-template-page-mission-tele-dashboard-v15 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-not-reached {
              background-image: url(../images/common/tele-cine-not-reached.png); }
            .page-template-page-mission-tele-dashboard-v11 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-not-started,
            .page-template-page-mission-tele-dashboard-v12 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-not-started,
            .page-template-page-mission-tele-dashboard-v13 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-not-started,
            .page-template-page-mission-tele-dashboard-v14 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-not-started,
            .page-template-page-mission-tele-dashboard-v15 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-not-started {
              background-image: url(../images/common/tele-cine-not-started.png); }
      .page-template-page-mission-tele-dashboard-v11 .bg-gray-light .container .page-content.overflow-y .footer-banner,
      .page-template-page-mission-tele-dashboard-v12 .bg-gray-light .container .page-content.overflow-y .footer-banner,
      .page-template-page-mission-tele-dashboard-v13 .bg-gray-light .container .page-content.overflow-y .footer-banner,
      .page-template-page-mission-tele-dashboard-v14 .bg-gray-light .container .page-content.overflow-y .footer-banner,
      .page-template-page-mission-tele-dashboard-v15 .bg-gray-light .container .page-content.overflow-y .footer-banner {
        position: absolute;
        bottom: 2vw;
        left: 0;
        right: 0; }
        .page-template-page-mission-tele-dashboard-v11 .bg-gray-light .container .page-content.overflow-y .footer-banner a.btn,
        .page-template-page-mission-tele-dashboard-v12 .bg-gray-light .container .page-content.overflow-y .footer-banner a.btn,
        .page-template-page-mission-tele-dashboard-v13 .bg-gray-light .container .page-content.overflow-y .footer-banner a.btn,
        .page-template-page-mission-tele-dashboard-v14 .bg-gray-light .container .page-content.overflow-y .footer-banner a.btn,
        .page-template-page-mission-tele-dashboard-v15 .bg-gray-light .container .page-content.overflow-y .footer-banner a.btn {
          width: fit-content;
          box-shadow: none; }

.page-template-page-mission-tele-dashboard-v11 .bg-gray-light {
  background-image: url(../images/banner/tele-cine-background-image-v11.jpg); }

.page-template-page-mission-tele-dashboard-v12 .bg-gray-light {
  background-image: url(../images/banner/tele-cine-background-image-v12.jpg); }

.page-template-page-mission-tele-dashboard-v13 .bg-gray-light {
  background-image: url(../images/banner/tele-cine-background-image-v13.jpg); }

.page-template-page-mission-tele-dashboard-v14 .bg-gray-light {
  background-image: url(../images/banner/tele-cine-background-image-v14.jpg); }

.page-template-page-mission-tele-dashboard-v15 .bg-gray-light {
  background-image: url(../images/banner/tele-cine-background-image-v15.jpg); }

.page-template-page-mission-dashboard-v6 .bg-gray-light,
.page-template-page-mission-dashboard-v7 .bg-gray-light,
.page-template-page-mission-dashboard-v8 .bg-gray-light {
  height: 125vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .page-template-page-mission-dashboard-v6 .bg-gray-light .container,
  .page-template-page-mission-dashboard-v7 .bg-gray-light .container,
  .page-template-page-mission-dashboard-v8 .bg-gray-light .container {
    height: 100%;
    max-width: 70vw; }
    @media screen and (max-width: 767px) {
      .page-template-page-mission-dashboard-v6 .bg-gray-light .container,
      .page-template-page-mission-dashboard-v7 .bg-gray-light .container,
      .page-template-page-mission-dashboard-v8 .bg-gray-light .container {
        max-width: 100vw; } }
    .page-template-page-mission-dashboard-v6 .bg-gray-light .container .page-content.overflow-y,
    .page-template-page-mission-dashboard-v7 .bg-gray-light .container .page-content.overflow-y,
    .page-template-page-mission-dashboard-v8 .bg-gray-light .container .page-content.overflow-y {
      margin: 0;
      padding: 0;
      height: 100%;
      z-index: auto;
      padding-top: 18.5vw;
      overflow: hidden;
      background-color: transparent; }
      .page-template-page-mission-dashboard-v6 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid,
      .page-template-page-mission-dashboard-v7 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid,
      .page-template-page-mission-dashboard-v8 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid {
        position: relative; }
        .page-template-page-mission-dashboard-v6 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .mission-background,
        .page-template-page-mission-dashboard-v7 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .mission-background,
        .page-template-page-mission-dashboard-v8 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .mission-background {
          width: 100%;
          height: 100%;
          position: unset; }
          .page-template-page-mission-dashboard-v6 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .mission-background img,
          .page-template-page-mission-dashboard-v7 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .mission-background img,
          .page-template-page-mission-dashboard-v8 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .mission-background img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
        .page-template-page-mission-dashboard-v6 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list,
        .page-template-page-mission-dashboard-v7 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list,
        .page-template-page-mission-dashboard-v8 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list {
          left: 0;
          right: 0;
          width: 55vw;
          top: 5vw;
          display: flex;
          margin: 0 auto;
          position: absolute;
          justify-content: space-between; }
          .page-template-page-mission-dashboard-v6 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item,
          .page-template-page-mission-dashboard-v7 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item,
          .page-template-page-mission-dashboard-v8 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item {
            width: 11vw;
            height: 12vw;
            position: relative;
            padding-right: 30px;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat; }
            .page-template-page-mission-dashboard-v6 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item:after,
            .page-template-page-mission-dashboard-v7 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item:after,
            .page-template-page-mission-dashboard-v8 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item:after {
              content: "";
              width: 13%;
              height: 13%;
              right: -20%;
              bottom: 5.5vw;
              position: absolute;
              text-align: center;
              display: inline-block;
              transform: rotate(90deg);
              background-size: contain;
              background-repeat: no-repeat;
              background-image: url(../images/icon/arrow-up-icon.png); }
            .page-template-page-mission-dashboard-v6 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item:last-child:after,
            .page-template-page-mission-dashboard-v7 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item:last-child:after,
            .page-template-page-mission-dashboard-v8 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item:last-child:after {
              content: none; }
            .page-template-page-mission-dashboard-v6 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-gift,
            .page-template-page-mission-dashboard-v7 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-gift,
            .page-template-page-mission-dashboard-v8 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-gift {
              background-image: url(../images/common/mission-dashboard-gift.png); }
            .page-template-page-mission-dashboard-v6 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-ice-doll,
            .page-template-page-mission-dashboard-v7 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-ice-doll,
            .page-template-page-mission-dashboard-v8 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-ice-doll {
              background-image: url(../images/common/mission-dashboard-ice-doll.png); }
            .page-template-page-mission-dashboard-v6 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-reindeer,
            .page-template-page-mission-dashboard-v7 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-reindeer,
            .page-template-page-mission-dashboard-v8 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-reindeer {
              background-image: url(../images/common/mission-dashboard-reindeer.png); }
            .page-template-page-mission-dashboard-v6 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-basic-achievement,
            .page-template-page-mission-dashboard-v7 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-basic-achievement,
            .page-template-page-mission-dashboard-v8 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-basic-achievement {
              background-image: url(../images/common/mission-dashboard-basic-achievement.png); }
            .page-template-page-mission-dashboard-v6 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-not-reached,
            .page-template-page-mission-dashboard-v7 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-not-reached,
            .page-template-page-mission-dashboard-v8 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-not-reached {
              background-image: url(../images/common/tele-cine-not-reached.png); }
            .page-template-page-mission-dashboard-v6 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-not-started,
            .page-template-page-mission-dashboard-v7 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-not-started,
            .page-template-page-mission-dashboard-v8 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-not-started {
              background-image: url(../images/common/tele-cine-not-started.png); }
      .page-template-page-mission-dashboard-v6 .bg-gray-light .container .page-content.overflow-y .footer-banner,
      .page-template-page-mission-dashboard-v7 .bg-gray-light .container .page-content.overflow-y .footer-banner,
      .page-template-page-mission-dashboard-v8 .bg-gray-light .container .page-content.overflow-y .footer-banner {
        position: absolute;
        bottom: 8vw;
        left: 0;
        right: 0; }
        .page-template-page-mission-dashboard-v6 .bg-gray-light .container .page-content.overflow-y .footer-banner a.btn,
        .page-template-page-mission-dashboard-v7 .bg-gray-light .container .page-content.overflow-y .footer-banner a.btn,
        .page-template-page-mission-dashboard-v8 .bg-gray-light .container .page-content.overflow-y .footer-banner a.btn {
          width: fit-content;
          box-shadow: none; }

.page-template-page-mission-dashboard-v6 .bg-gray-light {
  background-image: url(../images/banner/mission-dashboard-background-image-v6.jpg); }

.page-template-page-mission-dashboard-v7 .bg-gray-light {
  background-image: url(../images/banner/mission-dashboard-background-image-v7.jpg); }

.page-template-page-mission-dashboard-v8 .bg-gray-light {
  background-image: url(../images/banner/mission-dashboard-background-image-v8.jpg); }

.page-template-page-mission-tele-dashboard-v16 .bg-gray-light {
  height: 125vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/mission-game/banner/mission-dashboard-background-image-v16.jpg); }
  .page-template-page-mission-tele-dashboard-v16 .bg-gray-light .container {
    height: 100%;
    max-width: 70vw; }
    @media screen and (max-width: 767px) {
      .page-template-page-mission-tele-dashboard-v16 .bg-gray-light .container {
        max-width: 100vw; } }
    .page-template-page-mission-tele-dashboard-v16 .bg-gray-light .container .page-content.overflow-y {
      margin: 0;
      padding: 0;
      height: 100%;
      z-index: auto;
      padding-top: 18.5vw;
      overflow: hidden;
      background-color: transparent; }
      .page-template-page-mission-tele-dashboard-v16 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid {
        position: relative; }
        .page-template-page-mission-tele-dashboard-v16 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .mission-background {
          width: 100%;
          height: 100%;
          position: unset; }
          .page-template-page-mission-tele-dashboard-v16 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .mission-background img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
        .page-template-page-mission-tele-dashboard-v16 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list {
          left: 0;
          right: 0;
          width: 55vw;
          top: 6vw;
          display: flex;
          margin: 0 auto;
          position: absolute;
          justify-content: space-between; }
          .page-template-page-mission-tele-dashboard-v16 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item {
            width: 11vw;
            height: 12vw;
            position: relative;
            padding-right: 30px;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat; }
            .page-template-page-mission-tele-dashboard-v16 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item:after {
              content: "";
              width: 13%;
              height: 13%;
              right: -20%;
              bottom: 5.5vw;
              position: absolute;
              text-align: center;
              display: inline-block;
              background-size: contain;
              background-repeat: no-repeat;
              background-image: url(../images/icon/gray-right-arrow-icon.png); }
            .page-template-page-mission-tele-dashboard-v16 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item:last-child:after {
              content: none; }
            .page-template-page-mission-tele-dashboard-v16 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-first {
              background-image: url(../images/mission-game/icon/mission-dashboard-medal.png); }
            .page-template-page-mission-tele-dashboard-v16 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-second {
              background-image: url(../images/mission-game/icon/mission-dashboard-cell-phone.png); }
            .page-template-page-mission-tele-dashboard-v16 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-third {
              background-image: url(../images/mission-game/icon/mission-dashboard-headphone.png); }
            .page-template-page-mission-tele-dashboard-v16 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-fourth {
              background-image: url(../images/mission-game/icon/mission-dashboard-notebook.png); }
            .page-template-page-mission-tele-dashboard-v16 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-not-achieved {
              background-image: url(../images/mission-game/icon/tele-cine-not-reached.png); }
            .page-template-page-mission-tele-dashboard-v16 .bg-gray-light .container .page-content.overflow-y .content-block .post-content.hex-grid .hex-grid__list .hex-grid__item.tele-cine-not-started {
              background-image: url(../images/mission-game/icon/tele-cine-not-started.png); }
      .page-template-page-mission-tele-dashboard-v16 .bg-gray-light .container .page-content.overflow-y .footer-banner {
        position: absolute;
        bottom: 8vw;
        left: 0;
        right: 0; }
        .page-template-page-mission-tele-dashboard-v16 .bg-gray-light .container .page-content.overflow-y .footer-banner a.btn {
          width: fit-content;
          box-shadow: none; }

/* ---------------- Single Game Mission ----------------------------*/
.single-mission .header-banner.game-header-banner {
  position: relative;
  z-index: 0; }
  .single-mission .header-banner.game-header-banner .banner-image.game-mission {
    width: 100%; }
    @media screen and (max-width: 998px) {
      .single-mission .header-banner.game-header-banner .banner-image.game-mission img {
        object-position: 60%; } }
.single-mission .bg-gray-light.memory-game {
  padding-bottom: 30px; }
@media (min-width: 1200px) {
  .single-mission .bg-gray-light .container {
    max-width: 1280px; } }
.single-mission .bg-gray-light .container .game-mission-content {
  margin-top: -60px;
  position: relative;
  background-color: unset; }
  @media screen and (max-width: 767px) {
    .single-mission .bg-gray-light .container .game-mission-content.page-content.overflow-y {
      margin-top: 0; } }
  .single-mission .bg-gray-light .container .game-mission-content iframe.game-mission-iframe-content {
    width: 100%;
    border: none;
    height: 1420px;
    margin-bottom: 15px; }
    @media screen and (width: 768px) {
      .single-mission .bg-gray-light .container .game-mission-content iframe.game-mission-iframe-content {
        height: 600px;
        width: 100%; } }
  .single-mission .bg-gray-light .container .game-mission-content .mission-rules {
    text-align: center;
    width: 99%;
    padding: 20px;
    padding-bottom: 30px;
    background-color: #FFFFFF; }
    .single-mission .bg-gray-light .container .game-mission-content .mission-rules .title-red {
      margin-top: 30px;
      color: #BF0609;
      font-family: "Montserrat-Bold", sans-serif; }
    .single-mission .bg-gray-light .container .game-mission-content .mission-rules span.glow {
      width: 70px;
      margin: 0 auto;
      background: #BF0609;
      box-shadow: 0px 0px 5px rgba(211, 6, 9, 0.45); }
    .single-mission .bg-gray-light .container .game-mission-content .mission-rules p {
      color: #878787;
      font-family: "Montserrat-Bold", sans-serif; }
    .single-mission .bg-gray-light .container .game-mission-content .mission-rules .single-mission-back.btn {
      width: 160px;
      box-shadow: 8px 10px 11px #C7C7C7; }
      @media screen and (max-width: 767px) {
        .single-mission .bg-gray-light .container .game-mission-content .mission-rules .single-mission-back.btn {
          width: auto; } }
      .single-mission .bg-gray-light .container .game-mission-content .mission-rules .single-mission-back.btn:before {
        top: 18px;
        left: 20px; }

/* ---------------- Mission ----------------------------*/
.post-type-archive-mission .header-banner .container {
  top: 5vw; }
@media screen and (max-width: 767px) {
  .post-type-archive-mission .container .page-content.overflow-y {
    padding: 15px; } }
.post-type-archive-mission .container .page-content.overflow-y .post-content .mission-status {
  justify-content: normal;
  margin-bottom: 25px;
  display: none; }
  .post-type-archive-mission .container .page-content.overflow-y .post-content .mission-status .btn {
    border-radius: 10px !important;
    font-style: italic;
    cursor: unset;
    color: #5B5B5B !important; }
    .post-type-archive-mission .container .page-content.overflow-y .post-content .mission-status .btn b {
      font-style: normal; }
.post-type-archive-mission .container .page-content.overflow-y .post-content .mission-search-section {
  margin: -25px;
  padding: 25px; }
  .post-type-archive-mission .container .page-content.overflow-y .post-content .mission-search-section .search-mission .search-field {
    width: calc(100% - 110px);
    border: 1px solid #B2B2B2;
    box-shadow: none;
    text-indent: 25px;
    border-radius: 25px;
    margin-right: 12px;
    color: #E30609;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    @media (max-width: 992px) {
      .post-type-archive-mission .container .page-content.overflow-y .post-content .mission-search-section .search-mission .search-field {
        width: 95%;
        height: 35px;
        font-size: 14px;
        margin-bottom: 10px; } }
    .post-type-archive-mission .container .page-content.overflow-y .post-content .mission-search-section .search-mission .search-field::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #E30609; }
    .post-type-archive-mission .container .page-content.overflow-y .post-content .mission-search-section .search-mission .search-field::-moz-placeholder {
      /* Firefox 19+ */
      color: #E30609; }
    .post-type-archive-mission .container .page-content.overflow-y .post-content .mission-search-section .search-mission .search-field:-ms-input-placeholder {
      /* IE 10+ */
      color: #E30609; }
    .post-type-archive-mission .container .page-content.overflow-y .post-content .mission-search-section .search-mission .search-field:-moz-placeholder {
      /* Firefox 18- */
      color: #E30609; }
    .post-type-archive-mission .container .page-content.overflow-y .post-content .mission-search-section .search-mission .search-field:hover, .post-type-archive-mission .container .page-content.overflow-y .post-content .mission-search-section .search-mission .search-field:focus {
      outline: none; }
  .post-type-archive-mission .container .page-content.overflow-y .post-content .mission-search-section .search-mission .input-group-btn .btn {
    border: none;
    padding: 10px 15px !important;
    background-color: #FBBA00; }
    @media (max-width: 992px) {
      .post-type-archive-mission .container .page-content.overflow-y .post-content .mission-search-section .search-mission .input-group-btn .btn {
        margin: 0 auto;
        padding: 8px 20px !important; } }
    .post-type-archive-mission .container .page-content.overflow-y .post-content .mission-search-section .search-mission .input-group-btn .btn .fa.fa-search {
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .post-type-archive-mission .container .page-content.overflow-y .post-content .mission-search-section .search-mission .input-group-btn .btn .fa.fa-search {
          font-size: 15px; } }
.post-type-archive-mission .container .page-content.overflow-y .post-content .row .card.card-light-gray {
  padding: 0 !important; }
  .post-type-archive-mission .container .page-content.overflow-y .post-content .row .card.card-light-gray:hover {
    box-shadow: 0 0 7px rgba(47, 47, 47, 0.42); }
  .post-type-archive-mission .container .page-content.overflow-y .post-content .row .card.card-light-gray .card-header .mission-image {
    height: 225px; }
    .post-type-archive-mission .container .page-content.overflow-y .post-content .row .card.card-light-gray .card-header .mission-image img {
      border-top-right-radius: 30px;
      border-top-left-radius: 30px; }
  .post-type-archive-mission .container .page-content.overflow-y .post-content .row .card.card-light-gray .card-body .title {
    overflow: hidden;
    min-height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .post-type-archive-mission .container .page-content.overflow-y .post-content .row .card.card-light-gray .card-footer .btn-block {
    padding: 8px 10px !important; }

/* ---------------- Single Mission ----------------------------*/
.single-mission .header-banner .container {
  top: 5vw; }
.single-mission .page-content {
  padding: 0 !important; }
  .single-mission .page-content .mission .title-block,
  .single-mission .page-content .mission .content-block {
    padding: 30px; }
  .single-mission .page-content .mission .title-block {
    position: absolute;
    top: 40px; }
    @media screen and (max-width: 767px) {
      .single-mission .page-content .mission .title-block {
        padding: 10px; } }
    .single-mission .page-content .mission .title-block label {
      box-shadow: 0 2px 8px #5B5B5B; }
      @media screen and (max-width: 767px) {
        .single-mission .page-content .mission .title-block label {
          padding: 10px;
          margin-bottom: 5px; } }
    .single-mission .page-content .mission .title-block .flex {
      justify-content: space-between;
      align-items: flex-start; }
      @media screen and (max-width: 767px) {
        .single-mission .page-content .mission .title-block .flex {
          display: block; } }
      .single-mission .page-content .mission .title-block .flex .bg-gradient {
        border-radius: 10px;
        color: #FFFFFF;
        font-family: "PFDinTextPro-Regular", sans-serif;
        display: flex;
        align-items: center;
        padding: 20px;
        min-width: 215px; }
        .single-mission .page-content .mission .title-block .flex .bg-gradient p {
          color: #FFFFFF;
          font-family: "PFDinTextPro-LightItalic", sans-serif;
          margin: 0 5px !important;
          font-size: 20px;
          text-transform: uppercase; }
          .single-mission .page-content .mission .title-block .flex .bg-gradient p span {
            height: 0;
            display: inline;
            background-color: transparent;
            color: #FBBA00;
            font-family: "PFDinTextPro-MediumItalic", sans-serif; }
          .single-mission .page-content .mission .title-block .flex .bg-gradient p + p {
            color: #FBBA00;
            font-family: "PFDinTextPro-MediumItalic", sans-serif;
            margin: 0 !important; }
        @media screen and (max-width: 767px) {
          .single-mission .page-content .mission .title-block .flex .bg-gradient {
            padding: 5px;
            width: fit-content; } }
      .single-mission .page-content .mission .title-block .flex h1 {
        font-family: "PFDinTextPro-Regular", sans-serif;
        color: #FFFFFF;
        text-transform: uppercase;
        font-style: italic; }
        @media screen and (max-width: 767px) {
          .single-mission .page-content .mission .title-block .flex h1 {
            font-size: 30px; } }
      .single-mission .page-content .mission .title-block .flex span.mission-glow {
        display: block;
        width: 70px;
        height: 5px;
        background-color: #FFFFFF; }
        @media screen and (max-width: 767px) {
          .single-mission .page-content .mission .title-block .flex span.mission-glow {
            margin-bottom: 15px; } }
      .single-mission .page-content .mission .title-block .flex .mission-title .post-title {
        color: #FFFFFF; }
  @media screen and (max-width: 767px) {
    .single-mission .page-content .mission .content-block {
      padding: 10px;
      text-align: center; } }
  .single-mission .page-content .mission .content-block .post-content .post-title {
    color: #BF0609;
    font-family: "PFDinTextPro-Italic", sans-serif;
    margin: 2vw 0;
    width: 53%;
    text-transform: uppercase; }
  .single-mission .page-content .mission .content-block .post-content .mission-description h1 {
    font-family: "PFDinTextPro-Italic", sans-serif;
    color: #BF0609; }
  .single-mission .page-content .mission .content-block .post-content .mission-description h2 {
    font-family: "PFDinTextPro-Italic", sans-serif;
    color: #878787; }
  .single-mission .page-content .mission .content-block .post-content .mission-description p {
    margin-bottom: 15px !important; }
    .single-mission .page-content .mission .content-block .post-content .mission-description p img {
      margin: 4vw auto;
      display: block; }
  .single-mission .page-content .mission .content-block .post-content .mission-description h5 a {
    color: #FBBA00; }
  .single-mission .page-content .mission .content-block .post-content .mission-status {
    margin: 25px auto; }
    .single-mission .page-content .mission .content-block .post-content .mission-status label.status {
      padding: 12px 20px !important;
      text-transform: uppercase;
      font-weight: normal !important;
      font-family: PFDinTextPro-MediumItalic !important;
      border: 1px solid #5B5B5B;
      color: #5B5B5B;
      border-radius: 24px;
      width: max-content;
      margin: 0 auto; }
    .single-mission .page-content .mission .content-block .post-content .mission-status.mission-completed label.status, .single-mission .page-content .mission .content-block .post-content .mission-status.mission-closed label.status {
      color: #28AF00; }
  .single-mission .page-content .mission .content-block .post-content .mission-form .modal-dialog {
    max-width: 700px; }
    @media screen and (max-width: 998px) {
      .single-mission .page-content .mission .content-block .post-content .mission-form .modal-dialog {
        max-width: unset; } }
    .single-mission .page-content .mission .content-block .post-content .mission-form .modal-dialog .modal-content {
      border: 0; }
      .single-mission .page-content .mission .content-block .post-content .mission-form .modal-dialog .modal-content .popup-content #shareform .file-upload {
        display: inline-block;
        vertical-align: top;
        max-width: 350px;
        width: 100%;
        margin-right: 150px; }
        @media screen and (max-width: 998px) {
          .single-mission .page-content .mission .content-block .post-content .mission-form .modal-dialog .modal-content .popup-content #shareform .file-upload {
            margin-bottom: 80px;
            max-width: unset;
            margin-right: 0; } }
        .single-mission .page-content .mission .content-block .post-content .mission-form .modal-dialog .modal-content .popup-content #shareform .file-upload #file-attached {
          display: none; }
        .single-mission .page-content .mission .content-block .post-content .mission-form .modal-dialog .modal-content .popup-content #shareform .file-upload label {
          width: 100%;
          border: 1px solid #DADADA;
          height: 45px;
          display: inline-block !important;
          margin: 0;
          cursor: pointer;
          line-height: 44px;
          text-indent: 10px;
          position: relative; }
          .single-mission .page-content .mission .content-block .post-content .mission-form .modal-dialog .modal-content .popup-content #shareform .file-upload label:after {
            content: "Selecionar";
            width: 135px;
            height: 42px;
            background-color: #E30609;
            color: #FFFFFF;
            display: inline-block;
            border-radius: 25px;
            font-size: 14px;
            padding: 0 10px;
            text-align: center;
            background-image: url("../images/icon/gallery-icon.png");
            background-size: 15px;
            background-position: 15px;
            background-repeat: no-repeat;
            position: absolute;
            right: -147px; }
        .single-mission .page-content .mission .content-block .post-content .mission-form .modal-dialog .modal-content .popup-content #shareform .file-upload.video-mission .attached-file-name {
          position: unset;
          overflow: hidden;
          max-width: 350px;
          white-space: nowrap;
          border-radius: 20px;
          text-overflow: ellipsis; }
          @media screen and (max-width: 998px) {
            .single-mission .page-content .mission .content-block .post-content .mission-form .modal-dialog .modal-content .popup-content #shareform .file-upload.video-mission .attached-file-name {
              max-width: unset; } }
          .single-mission .page-content .mission .content-block .post-content .mission-form .modal-dialog .modal-content .popup-content #shareform .file-upload.video-mission .attached-file-name:after {
            right: 27%;
            text-indent: 15px;
            background-size: 35px;
            background-position: 10px;
            background-image: url("../images/icon/video-upload-icon.png"); }
        .single-mission .page-content .mission .content-block .post-content .mission-form .modal-dialog .modal-content .popup-content #shareform .file-upload.video-mission .progress {
          display: none;
          margin: 5px 0; }
          .single-mission .page-content .mission .content-block .post-content .mission-form .modal-dialog .modal-content .popup-content #shareform .file-upload.video-mission .progress #progress-bar {
            color: #FFFFFF; }
            .single-mission .page-content .mission .content-block .post-content .mission-form .modal-dialog .modal-content .popup-content #shareform .file-upload.video-mission .progress #progress-bar.video-upload-success {
              background-color: #28AF00; }
            .single-mission .page-content .mission .content-block .post-content .mission-form .modal-dialog .modal-content .popup-content #shareform .file-upload.video-mission .progress #progress-bar.video-upload-error {
              background-color: #BF0609; }
        .single-mission .page-content .mission .content-block .post-content .mission-form .modal-dialog .modal-content .popup-content #shareform .file-upload.video-mission #uploadStatus {
          margin: 5px 0; }
          .single-mission .page-content .mission .content-block .post-content .mission-form .modal-dialog .modal-content .popup-content #shareform .file-upload.video-mission #uploadStatus p {
            font-family: PFDinTextPro-SemiBold, sans-serif; }
            .single-mission .page-content .mission .content-block .post-content .mission-form .modal-dialog .modal-content .popup-content #shareform .file-upload.video-mission #uploadStatus p.video-upload-success {
              color: #28AF00; }
              .single-mission .page-content .mission .content-block .post-content .mission-form .modal-dialog .modal-content .popup-content #shareform .file-upload.video-mission #uploadStatus p.video-upload-success span {
                color: #5B5B5B;
                margin-left: 10px;
                font-family: "PFDinTextPro-Light", sans-serif; }
            .single-mission .page-content .mission .content-block .post-content .mission-form .modal-dialog .modal-content .popup-content #shareform .file-upload.video-mission #uploadStatus p.video-upload-error {
              color: #BF0609; }
      .single-mission .page-content .mission .content-block .post-content .mission-form .modal-dialog .modal-content .popup-content #shareform .btn {
        display: inline-block;
        width: 160px; }
        .single-mission .page-content .mission .content-block .post-content .mission-form .modal-dialog .modal-content .popup-content #shareform .btn:before {
          content: "";
          width: 20px;
          height: 20px;
          display: inline-block;
          background-image: url("../images/icon/gallery-icon.png");
          background-size: 20px;
          background-position: left;
          font-size: arial;
          font-size: 12px; }
      .single-mission .page-content .mission .content-block .post-content .mission-form .modal-dialog .modal-content .popup-content #shareform .steps {
        margin: 40px 0;
        margin-bottom: 0; }
  .single-mission .page-content .mission .content-block .post-content .mission-form .mission-type8 .modal-dialog,
  .single-mission .page-content .mission .content-block .post-content .mission-form .mission-type17 .modal-dialog {
    max-width: unset; }
    .single-mission .page-content .mission .content-block .post-content .mission-form .mission-type8 .modal-dialog .modal-content .modal-body .popup-content .share-form form,
    .single-mission .page-content .mission .content-block .post-content .mission-form .mission-type17 .modal-dialog .modal-content .modal-body .popup-content .share-form form {
      display: flex;
      flex-direction: column; }
      .single-mission .page-content .mission .content-block .post-content .mission-form .mission-type8 .modal-dialog .modal-content .modal-body .popup-content .share-form form label,
      .single-mission .page-content .mission .content-block .post-content .mission-form .mission-type17 .modal-dialog .modal-content .modal-body .popup-content .share-form form label {
        font-family: "Montserrat-SemiBold", sans-serif; }
      .single-mission .page-content .mission .content-block .post-content .mission-form .mission-type8 .modal-dialog .modal-content .modal-body .popup-content .share-form form textarea#sua-mensagem,
      .single-mission .page-content .mission .content-block .post-content .mission-form .mission-type17 .modal-dialog .modal-content .modal-body .popup-content .share-form form textarea#sua-mensagem {
        width: 100%;
        height: 300px;
        margin-bottom: 25px; }
  .single-mission .page-content .mission .content-block .post-content .mission-form .mission-type17 .modal-dialog .modal-content .modal-body .popup-content .share-form form label {
    margin-top: 20px;
    margin-bottom: 10px; }
  .single-mission .page-content .mission .content-block .post-content .mission-form .mission-type18 .modal-dialog {
    max-width: unset; }
    .single-mission .page-content .mission .content-block .post-content .mission-form .mission-type18 .modal-dialog .modal-content .modal-body .popup-content .share-form form {
      display: flex;
      flex-direction: column; }
      .single-mission .page-content .mission .content-block .post-content .mission-form .mission-type18 .modal-dialog .modal-content .modal-body .popup-content .share-form form label {
        font-family: "Montserrat-SemiBold", sans-serif; }
      .single-mission .page-content .mission .content-block .post-content .mission-form .mission-type18 .modal-dialog .modal-content .modal-body .popup-content .share-form form input[type="text"]#first-question {
        width: 100%;
        margin-bottom: 25px; }
      .single-mission .page-content .mission .content-block .post-content .mission-form .mission-type18 .modal-dialog .modal-content .modal-body .popup-content .share-form form textarea#sua-mensagem {
        width: 100%;
        height: 300px;
        margin-bottom: 25px; }
  .single-mission .page-content .mission .content-block .btn.single-mission-back {
    width: 160px;
    box-shadow: 8px 10px 11px #C7C7C7; }
    @media screen and (max-width: 767px) {
      .single-mission .page-content .mission .content-block .btn.single-mission-back {
        width: auto; } }
    .single-mission .page-content .mission .content-block .btn.single-mission-back:before {
      top: 18px;
      left: 20px; }
  .single-mission .page-content .mission.mission-new .missiom-status {
    background-color: #FFD800 !important; }
  .single-mission .page-content .mission.mission-completed .missiom-status {
    color: #FFFFFF !important;
    background-color: #30AD2F !important; }

.page-template-page-modelo-de-remunerao .header-banner .container {
  top: 5vw; }
.page-template-page-modelo-de-remunerao .main .bg-gray-light .container .page-content.overflow-y {
  padding: 0;
  margin-bottom: 30px; }
  .page-template-page-modelo-de-remunerao .main .bg-gray-light .container .page-content.overflow-y .club-star-link {
    margin: 40px 0 60px 0; }
    .page-template-page-modelo-de-remunerao .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex {
      justify-content: space-evenly; }
      .page-template-page-modelo-de-remunerao .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item:nth-child(even) {
        margin: 0 15px; }
      .page-template-page-modelo-de-remunerao .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item .btn-outline-gray {
        border: 0;
        width: 250px;
        font-size: 16px;
        color: #000000;
        text-transform: uppercase;
        padding: 15px 20px !important;
        background-color: #F5F5F5;
        font-family: "PFDinTextPro-BoldItalic", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item .btn-outline-gray:hover, .page-template-page-modelo-de-remunerao .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item .btn-outline-gray:focus {
          outline: none; }
        .page-template-page-modelo-de-remunerao .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item .btn-outline-gray.active {
          background-color: #E30609 !important;
          box-shadow: 5px 5px 9px rgba(70, 70, 70, 0.31);
          color: #FFFFFF; }
.page-template-page-modelo-de-remunerao .main .bg-white {
  padding-bottom: 3rem !important;
  background-color: #F4F4F4 !important; }
  .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y {
    margin-top: -4vw; }
    @media screen and (max-width: 998px) {
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .nav {
        flex-direction: column; } }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .nav.nav-tabs {
      border-bottom: 0; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .nav .nav-item {
      margin-left: 0;
      margin-right: 15px; }
      @media screen and (max-width: 998px) {
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .nav .nav-item {
          margin: 0;
          margin-bottom: 15px; } }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .nav .nav-item .nav-link {
        font-family: "PFDinTextPro-BoldItalic", sans-serif !important;
        background-color: #F5F5F5;
        color: #000000;
        font-size: 20px !important;
        text-transform: uppercase;
        border: unset; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .nav .nav-item .nav-link.active {
          background-color: #E30609 !important;
          box-shadow: 5px 5px 9px rgba(70, 70, 70, 0.31);
          color: #FFFFFF; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .nav .nav-item .nav-link:focus {
          box-shadow: none; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .download-calendar-section {
      border-radius: 12px; }
      @media screen and (max-width: 998px) {
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .download-calendar-section {
          flex-direction: column; } }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .download-calendar-section form {
        display: flex; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .download-calendar-section form .data-until {
          margin-right: 25px; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .download-calendar-section form .data-until .label {
            font-family: "PFDinTextPro-Italic", sans-serif !important;
            text-transform: uppercase;
            color: #000000;
            margin-bottom: 0;
            font-size: 14px; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .download-calendar-section form .data-until .btn.input-label {
            font-family: "PFDinTextPro-BoldItalic", sans-serif;
            color: #000000 !important;
            padding: 0 !important;
            font-size: 20px;
            text-align: left;
            width: 135px; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .download-calendar-section form .owner-month-filter {
          margin-right: 25px; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .download-calendar-section form .owner-month-filter .owner-filter .filter-flex .month label {
            font-size: 14px;
            color: #5B5B5B;
            margin-bottom: 0;
            margin-left: 10px;
            text-transform: uppercase;
            margin-right: 10px !important;
            font-family: "PFDinTextPro-Italic", sans-serif !important; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .download-calendar-section form .owner-month-filter .owner-filter .filter-flex .month .input {
            border: unset;
            padding: 0 10px;
            text-indent: 0;
            font-size: 20px;
            height: fit-content;
            border-radius: 30px;
            width: 150px !important;
            text-transform: uppercase;
            color: #000000;
            font-family: "PFDinTextPro-BoldItalic", sans-serif; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .download-calendar-section form .owner-month-filter .owner-filter .filter-flex .month .input:focus {
              outline: none; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .download-calendar-section .competence,
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .download-calendar-section .date-update {
        margin-right: 25px; }
        @media screen and (max-width: 998px) {
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .download-calendar-section .competence,
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .download-calendar-section .date-update {
            margin-right: 0;
            margin-bottom: 25px; } }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .download-calendar-section .competence .label,
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .download-calendar-section .date-update .label {
          font-family: "PFDinTextPro-Italic", sans-serif !important;
          text-transform: uppercase;
          color: #000000;
          margin-bottom: 0;
          font-size: 14px; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .download-calendar-section .competence .btn.input-label,
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .download-calendar-section .date-update .btn.input-label {
          font-family: "PFDinTextPro-BoldItalic", sans-serif;
          color: #000000 !important;
          padding: 0 !important;
          font-size: 20px;
          text-align: left;
          width: 135px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .download-calendar-section .competence .competence-date.input-label {
        width: 350px;
        white-space: nowrap;
        text-overflow: ellipsis; }
        @media screen and (max-width: 998px) {
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .download-calendar-section .competence .competence-date.input-label {
            white-space: unset; } }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .download-calendar-section .date-update .date-update-date {
        width: 147px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .download-calendar-section .calendar-btn {
        margin: auto 0;
        margin-left: auto; }
        @media screen and (max-width: 998px) {
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .download-calendar-section .calendar-btn {
            margin: auto; } }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .download-calendar-section .calendar-btn.btn {
          height: 40px;
          text-indent: 30px;
          position: relative;
          font-size: 14px;
          padding: 10px 20px !important;
          font-family: "Roboto-Medium", sans-serif !important; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .download-calendar-section .calendar-btn.btn:before {
            top: 5px;
            left: 20px;
            content: '';
            width: 22px;
            height: 22px;
            text-align: center;
            position: absolute;
            transition: all .35s;
            display: inline-block;
            background-size: contain;
            background-repeat: no-repeat;
            background-image: url(../images/icon/calendar-icon.png); }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .header-section {
      height: auto !important;
      margin-bottom: 30px; }
      @media screen and (max-width: 998px) {
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .header-section {
          flex-direction: column;
          text-align: center; } }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .header-section .nav .nav-item .nav-link {
        font-family: "PFDinTextPro-BoldItalic", sans-serif !important;
        background-color: #F5F5F5;
        color: #000000;
        font-size: 13px !important;
        width: fit-content; }
        @media screen and (max-width: 998px) {
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .header-section .nav .nav-item .nav-link {
            width: 100%; } }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .header-section .nav .nav-item .nav-link.active {
          background-color: #E30609 !important;
          box-shadow: 5px 5px 9px rgba(70, 70, 70, 0.31);
          color: #FFFFFF;
          font-family: "PFDinTextPro-BoldItalic", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .description {
      font-family: "Roboto-Regular", sans-serif;
      margin-bottom: 25px !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-header-section .title-gray.face-value-title {
      margin: 0;
      margin-bottom: 15px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-header-section .title-gray.face-value-title span {
        font-size: 32px;
        color: #E30609 !important;
        font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section {
      width: 500px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .sub-header-section .title-gray {
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
        color: #5B5B5B !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-content {
          padding: 20px; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-content .table-row.flex .divTableCell {
              width: 230px;
              padding: 0 10px; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-content .table-row.flex .divTableCell .face-value-points-label,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-content .table-row.flex .divTableCell .permanence-points-label {
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-content .table-row.flex .divTableCell .face-value-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-content .table-row.flex .divTableCell .permanence-points {
                line-height: 1;
                font-size: 24px;
                color: #E30609;
                font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section {
      width: 450px;
      margin-left: auto;
      margin-right: 30px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .sub-header-section .title-gray {
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
        color: #5B5B5B !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-content {
          padding: 10px 0;
          padding-bottom: 0; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-content .table-row.flex .divTableCell {
              width: 150px;
              padding: 0 20px;
              border-bottom: 1px solid #B2B2B2; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-content .table-row.flex .divTableCell:last-child {
                border: unset; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-content .table-row.flex .divTableCell .permanence-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-content .table-row.flex .divTableCell .permanence-points-label {
                padding: 5px 0;
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-content .table-row.flex.title-red .permanence-points,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-content .table-row.flex.title-red .permanence-points-label {
              text-align: center;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-header-section .paytv-bonus-title.title-gray {
      margin: 0;
      margin-bottom: 15px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-header-section .paytv-bonus-title.title-gray span {
        font-size: 32px;
        color: #E30609 !important;
        font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section {
      width: 500px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .sub-header-section .title-gray {
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
        color: #5B5B5B !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-content {
          padding: 20px; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-content .table-row.flex .divTableCell {
              width: 230px;
              padding: 0 10px; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-content .table-row.flex .divTableCell .PayTV-bonus-label,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-content .table-row.flex .divTableCell .bonus-points-label {
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-content .table-row.flex .divTableCell .bonus-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-content .table-row.flex .divTableCell .PayTV-bonus-points {
                line-height: 1;
                font-size: 24px;
                color: #E30609;
                font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table-description p {
        font-size: 14px;
        color: #5B5B5B;
        font-family: "Roboto-Regular", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section {
      width: 450px;
      margin-left: auto;
      margin-right: 30px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .sub-header-section .title-gray {
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
        color: #5B5B5B !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-head .divTableCell p span {
                color: #E30609;
                font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-content {
          padding: 10px 0;
          padding-bottom: 0; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-content .table-row.flex .divTableCell {
              width: 225px;
              padding: 0 20px;
              border-bottom: 1px solid #B2B2B2; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-content .table-row.flex .divTableCell:last-child {
                border: unset; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-content .table-row.flex .divTableCell .bonus-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-content .table-row.flex .divTableCell .bonus-points-label,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-content .table-row.flex .divTableCell .permanence-points-label {
                padding: 5px 0;
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-content .table-row.flex.title-red .bonus-points,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-content .table-row.flex.title-red .bonus-points-label {
              text-align: center;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table-above {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table-above .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table-above .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table-above .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table-above .table-row.table-head .divTableCell p span {
                color: #E30609;
                font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table-above .table-row.table-content {
          padding: 10px 0; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table-above .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table-above .table-row.table-content .table-row.flex .divTableCell {
              padding: 0 20px; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table-above .table-row.table-content .table-row.flex .divTableCell .bonus-points-label {
                padding: 5px 0;
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-head .divTableCell p span {
                color: #E30609;
                font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content {
          padding: 10px 0;
          padding-bottom: 0; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content .table-row.flex .divTableCell {
              width: 150px;
              padding: 0 20px;
              border-bottom: 1px solid #B2B2B2; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content .table-row.flex .divTableCell:last-child {
                border: unset; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content .table-row.flex .divTableCell .target-range-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content .table-row.flex .divTableCell .target-range-points-label {
                padding: 5px 0;
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content .table-row.flex.title-red .target-range-points,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content .table-row.flex.title-red .target-range-points-label {
              text-align: center;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content .table-row.flex.title-red .target-range-points-label.small {
              line-height: 1;
              font-size: 12px; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content.justify-content-between {
            background-color: #B2B2B2; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content.justify-content-between.table-content .table-row.flex .divTableCell {
              width: 100%; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content.justify-content-between.table-content .table-row.flex .divTableCell .target-range-points-label {
                color: #FFFFFF;
                font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-header-section .additional-bonus-title.title-gray {
      margin: 0;
      margin-bottom: 15px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-header-section .additional-bonus-title.title-gray span {
        font-size: 32px;
        color: #E30609 !important;
        font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-bonus-table-section {
      width: 500px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-bonus-table-section .sub-header-section .title-gray {
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
        color: #5B5B5B !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-bonus-table-section .additional-bonus-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-bonus-table-section .additional-bonus-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-bonus-table-section .additional-bonus-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-bonus-table-section .additional-bonus-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-bonus-table-section .additional-bonus-table .table-row.table-content {
          padding: 20px; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-bonus-table-section .additional-bonus-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-bonus-table-section .additional-bonus-table .table-row.table-content .table-row.flex .divTableCell {
              width: 230px;
              padding: 0 10px; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-bonus-table-section .additional-bonus-table .table-row.table-content .table-row.flex .divTableCell .result-label,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-bonus-table-section .additional-bonus-table .table-row.table-content .table-row.flex .divTableCell .additional-bonus-label {
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-bonus-table-section .additional-bonus-table .table-row.table-content .table-row.flex .divTableCell .result-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-bonus-table-section .additional-bonus-table .table-row.table-content .table-row.flex .divTableCell .additional-bonus-points {
                line-height: 1;
                font-size: 24px;
                color: #E30609;
                font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section {
      width: 450px;
      margin-left: auto;
      margin-right: 30px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section .sub-header-section .title-gray {
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
        color: #5B5B5B !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section .additional-conversion-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section .additional-conversion-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section .additional-conversion-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section .additional-conversion-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section .additional-conversion-table .table-row.table-head .divTableCell p span {
                color: #E30609;
                font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section .additional-conversion-table .table-row.table-content {
          padding: 10px 0;
          padding-bottom: 0; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section .additional-conversion-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section .additional-conversion-table .table-row.table-content .table-row.flex .divTableCell {
              width: 150px;
              padding: 0 20px;
              border-bottom: 1px solid #B2B2B2; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section .additional-conversion-table .table-row.table-content .table-row.flex .divTableCell:last-child {
                border: unset; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section .additional-conversion-table .table-row.table-content .table-row.flex .divTableCell .additional-conversion-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section .additional-conversion-table .table-row.table-content .table-row.flex .divTableCell .additional-conversion-points-label {
                padding: 5px 0;
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section .additional-conversion-table .table-row.table-content .table-row.flex.title-red .additional-conversion-points,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .additional-bonus-section .additional-bonus-content-section .additional-bonus-table-section .additional-reference-table-section .additional-conversion-table .table-row.table-content .table-row.flex.title-red .additional-conversion-points-label {
              text-align: center;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .eligibility-criteria-section {
      margin: 30px 0; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .eligibility-criteria-section .header-content .title-red {
        margin: 0;
        font-size: 32px;
        margin-bottom: 15px;
        color: #E30609 !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .eligibility-criteria-section .content-section .table-right-dot {
        font-size: 16px;
        text-indent: 25px;
        position: relative;
        font-family: "Roboto-Regular", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-section .eligibility-criteria-section .content-section .table-right-dot:before {
          top: 8px;
          left: 10px;
          width: 6px;
          height: 6px;
          content: "\A";
          position: absolute;
          border-radius: 100%;
          display: inline-block;
          background-color: #E30609; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .description {
      font-family: "Roboto-Regular", sans-serif;
      margin-bottom: 25px !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .description.mb-2 {
        margin-bottom: 0.5rem !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-header-section .title-gray.face-value-title {
      margin: 0;
      margin-bottom: 15px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-header-section .title-gray.face-value-title span {
        font-size: 32px;
        color: #E30609 !important;
        font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section {
      width: 500px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .sub-header-section .title-gray {
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
        color: #5B5B5B !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-content {
          padding: 20px; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-content .table-row.flex .divTableCell {
              width: 230px;
              padding: 0 10px; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-content .table-row.flex .divTableCell .face-value-points-label,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-content .table-row.flex .divTableCell .permanence-points-label {
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-content .table-row.flex .divTableCell .face-value-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-result-table-section .face-value-table .table-row.table-content .table-row.flex .divTableCell .permanence-points {
                line-height: 1;
                font-size: 24px;
                color: #E30609;
                font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section {
      width: 450px;
      margin-left: auto;
      margin-right: 30px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .sub-header-section .title-gray {
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
        color: #5B5B5B !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-content {
          padding: 20px 0; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-content .table-row.flex .divTableCell {
              width: 100%;
              padding: 10px 20px; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-table .table-row.table-content .table-row.flex .permanence-points-label {
              font-size: 18px;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-result-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-result-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-result-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-result-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-result-table .table-row.table-content {
          padding: 10px 0;
          padding-bottom: 0; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-result-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-result-table .table-row.table-content .table-row.flex .divTableCell {
              width: 150px;
              padding: 0 20px;
              border-bottom: 1px solid #B2B2B2; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-result-table .table-row.table-content .table-row.flex .divTableCell:last-child {
                border: unset; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-result-table .table-row.table-content .table-row.flex .divTableCell .reference-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-result-table .table-row.table-content .table-row.flex .divTableCell .permanence-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-result-table .table-row.table-content .table-row.flex .divTableCell .permanence-points-label {
                padding: 5px 0;
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-result-table .table-row.table-content .table-row.flex.title-red .permanence-points,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .face-value-section .face-value-content-section .face-value-table-section .face-value-reference-table-section .face-value-reference-result-table .table-row.table-content .table-row.flex.title-red .permanence-points-label {
              text-align: center;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-header-section .paytv-bonus-title.title-gray {
      margin: 0;
      margin-bottom: 15px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-header-section .paytv-bonus-title.title-gray span {
        font-size: 32px;
        color: #E30609 !important;
        font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section {
      width: 500px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .sub-header-section .title-gray {
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
        color: #5B5B5B !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-content {
          padding: 20px; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-content .table-row.flex .divTableCell {
              width: 230px;
              padding: 0 10px; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-content .table-row.flex .divTableCell .PayTV-bonus-label,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-content .table-row.flex .divTableCell .bonus-points-label {
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-content .table-row.flex .divTableCell .bonus-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table .table-row.table-content .table-row.flex .divTableCell .PayTV-bonus-points {
                line-height: 1;
                font-size: 24px;
                color: #E30609;
                font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-result-table-section .paytv-bonus-table-description p {
        font-size: 14px;
        color: #5B5B5B;
        font-family: "Roboto-Regular", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section {
      width: 450px;
      margin-left: auto;
      margin-right: 30px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .sub-header-section .title-gray {
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
        color: #5B5B5B !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-head .divTableCell p span {
                color: #E30609;
                font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-content {
          padding: 10px 0;
          padding-bottom: 0; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-content .table-row.flex .divTableCell {
              width: 225px;
              padding: 0 20px;
              border-bottom: 1px solid #B2B2B2; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-content .table-row.flex .divTableCell:last-child {
                border: unset; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-content .table-row.flex .divTableCell .bonus-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-content .table-row.flex .divTableCell .bonus-points-label,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-content .table-row.flex .divTableCell .permanence-points-label {
                padding: 5px 0;
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-content .table-row.flex.title-red .bonus-points,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table .table-row.table-content .table-row.flex.title-red .bonus-points-label {
              text-align: center;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table-above {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table-above .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table-above .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table-above .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table-above .table-row.table-head .divTableCell p span {
                color: #E30609;
                font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table-above .table-row.table-content {
          padding: 10px 0; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table-above .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table-above .table-row.table-content .table-row.flex .divTableCell {
              padding: 0 20px; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-bonus-permanence-table-above .table-row.table-content .table-row.flex .divTableCell .bonus-points-label {
                padding: 5px 0;
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-head .divTableCell p span {
                color: #E30609;
                font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content {
          padding: 10px 0;
          padding-bottom: 0; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content .table-row.flex .divTableCell {
              width: 150px;
              padding: 0 20px;
              border-bottom: 1px solid #B2B2B2; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content .table-row.flex .divTableCell:last-child {
                border: unset; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content .table-row.flex .divTableCell .target-range-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content .table-row.flex .divTableCell .target-range-points-label {
                padding: 5px 0;
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content .table-row.flex.title-red .target-range-points,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content .table-row.flex.title-red .target-range-points-label {
              text-align: center;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content.justify-content-between {
            background-color: #B2B2B2; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content.justify-content-between.table-content .table-row.flex .divTableCell {
              width: 100%; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .paytv-bonus-section .paytv-bonus-content-section .paytv-bonus-table-section .paytv-bonus-reference-table-section .paytv-target-range-table .table-row.table-content.justify-content-between.table-content .table-row.flex .divTableCell .target-range-points-label {
                color: #FFFFFF;
                font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .eligibility-criteria-section {
      margin: 30px 0; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .eligibility-criteria-section .header-content .title-red {
        margin: 0;
        font-size: 32px;
        margin-bottom: 15px;
        color: #E30609 !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .eligibility-criteria-section .content-section .table-right-dot {
        font-size: 16px;
        text-indent: 25px;
        position: relative;
        font-family: "Roboto-Regular", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .fibra-section .eligibility-criteria-section .content-section .table-right-dot:before {
          top: 8px;
          left: 10px;
          width: 6px;
          height: 6px;
          content: "\A";
          position: absolute;
          border-radius: 100%;
          display: inline-block;
          background-color: #E30609; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .description {
      font-family: "Roboto-Regular", sans-serif;
      margin-bottom: 25px !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-header-section .title-gray.broadband-result-title {
      margin: 0;
      margin-bottom: 15px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-header-section .title-gray.broadband-result-title span {
        font-size: 32px;
        color: #E30609 !important;
        font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-result-table {
      width: 500px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-result-table .sub-header-section .title-gray {
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
        color: #5B5B5B !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-result-table .broadband-result-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-result-table .broadband-result-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-result-table .broadband-result-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-result-table .broadband-result-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-result-table .broadband-result-table .table-row.table-content {
          padding: 20px; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-result-table .broadband-result-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-result-table .broadband-result-table .table-row.table-content .table-row.flex .divTableCell {
              width: 230px;
              padding: 0 10px; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-result-table .broadband-result-table .table-row.table-content .table-row.flex .divTableCell .bonus-points-label,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-result-table .broadband-result-table .table-row.table-content .table-row.flex .divTableCell .broadband-solo-points-label {
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-result-table .broadband-result-table .table-row.table-content .table-row.flex .divTableCell .bonus-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-result-table .broadband-result-table .table-row.table-content .table-row.flex .divTableCell .broadband-solo-points {
                line-height: 1;
                font-size: 24px;
                color: #E30609;
                font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section {
      width: 450px;
      margin-left: auto;
      margin-right: 30px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .sub-header-section .title-gray {
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
        color: #5B5B5B !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-solo-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-solo-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-solo-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-solo-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-solo-table .table-row.table-content {
          padding: 20px 0; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-solo-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-solo-table .table-row.table-content .table-row.flex .divTableCell {
              width: 100%;
              padding: 10px 20px; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-solo-table .table-row.table-content .table-row.flex .solo-broadband-face-value-label {
              font-size: 18px;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-total-goal-result-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-total-goal-result-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-total-goal-result-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-total-goal-result-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-total-goal-result-table .table-row.table-content {
          padding: 10px 0;
          padding-bottom: 0; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-total-goal-result-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-total-goal-result-table .table-row.table-content .table-row.flex .divTableCell {
              width: 150px;
              padding: 0 20px;
              border-bottom: 1px solid #B2B2B2; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-total-goal-result-table .table-row.table-content .table-row.flex .divTableCell:last-child {
                border: unset; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-total-goal-result-table .table-row.table-content .table-row.flex .divTableCell .broadband-total-goal-result-label,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-total-goal-result-table .table-row.table-content .table-row.flex .divTableCell .broadband-total-goal-result-points {
                padding: 5px 0;
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-total-goal-result-table .table-row.table-content .table-row.flex.upto .divTableCell:last-child {
              width: 100px;
              margin: 0 auto; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-total-goal-result-table .table-row.table-content .table-row.flex.title-red .broadband-total-goal-result-label,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .broadband-result-content-section .broadband-result-table-section .broadband-reference-table-section .broadband-total-goal-result-table .table-row.table-content .table-row.flex.title-red .broadband-total-goal-result-points {
              text-align: center;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-header-section .title-gray.new-face-value-product-title {
      margin: 0;
      font-size: 32px;
      color: #5B5B5B;
      margin-bottom: 15px;
      font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-header-section .title-gray.new-face-value-product-title span {
        color: #E30609 !important;
        font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-result-table-section {
      width: 500px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-result-table-section .sub-header-section .title-gray {
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
        color: #5B5B5B !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-result-table-section .new-face-value-product-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-result-table-section .new-face-value-product-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-result-table-section .new-face-value-product-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%;
            border-right: 1px solid #B2B2B2; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-result-table-section .new-face-value-product-table .table-row.table-head .divTableCell:last-child {
              border: unset; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-result-table-section .new-face-value-product-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-result-table-section .new-face-value-product-table .table-row.table-content {
          padding: 20px; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-result-table-section .new-face-value-product-table .table-row.table-content .table-row .divTableCell {
            width: 225px;
            padding: 0 10px; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-result-table-section .new-face-value-product-table .table-row.table-content .table-row .divTableCell .new-face-value-product-points {
              line-height: 1;
              font-size: 24px;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-result-table-section .new-face-value-product-table-description p {
        font-size: 14px;
        color: #5B5B5B;
        font-family: "Roboto-Regular", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section {
      width: 450px;
      margin-left: auto;
      margin-right: 30px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section .sub-header-section .title-gray {
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
        color: #5B5B5B !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section .new-face-value-product-reference-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section .new-face-value-product-reference-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section .new-face-value-product-reference-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section .new-face-value-product-reference-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section .new-face-value-product-reference-table .table-row.table-content {
          padding: 10px 0;
          padding-bottom: 0; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section .new-face-value-product-reference-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section .new-face-value-product-reference-table .table-row.table-content .table-row.flex .divTableCell {
              width: 150px;
              padding: 0 20px;
              border-bottom: 1px solid #B2B2B2; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section .new-face-value-product-reference-table .table-row.table-content .table-row.flex .divTableCell:last-child {
                border: unset; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section .new-face-value-product-reference-table .table-row.table-content .table-row.flex .divTableCell .target-achievement-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section .new-face-value-product-reference-table .table-row.table-content .table-row.flex .divTableCell .target-achievement-points-label {
                padding: 5px 0;
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section .new-face-value-product-reference-table .table-row.table-content .table-row.flex.upto .divTableCell:last-child {
              width: 100px;
              margin: 0 auto; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section .new-face-value-product-reference-table .table-row.table-content .table-row.flex.title-red .target-achievement-points,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .new-face-value-product-section .new-face-value-product-content-section .new-face-value-product-table-section .new-face-value-product-reference-table-section .new-face-value-product-reference-table .table-row.table-content .table-row.flex.title-red .target-achievement-points-label {
              text-align: center;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .eligibility-criteria-section {
      margin: 30px 0; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .eligibility-criteria-section .header-content .title-red {
        margin: 0;
        font-size: 32px;
        margin-bottom: 15px;
        color: #E30609 !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .eligibility-criteria-section .content-section .table-right-dot {
        font-size: 16px;
        text-indent: 25px;
        position: relative;
        font-family: "Roboto-Regular", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .broadband-section .broadband-result-section .eligibility-criteria-section .content-section .table-right-dot:before {
          top: 8px;
          left: 10px;
          width: 6px;
          height: 6px;
          content: "\A";
          position: absolute;
          border-radius: 100%;
          display: inline-block;
          background-color: #E30609; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .description {
      font-family: "Roboto-Regular", sans-serif;
      margin-bottom: 25px !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-header-section .title-gray.service-bonus-alliance-title {
      margin: 0;
      margin-bottom: 15px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-header-section .title-gray.service-bonus-alliance-title span {
        font-size: 32px;
        color: #E30609 !important;
        font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section {
      width: 500px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .sub-header-section .title-gray {
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
        color: #5B5B5B !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-content {
          padding: 20px; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-content .table-row:nth-child(even).flex .divTableCell {
            padding: 0; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-content .table-row.flex .divTableCell {
              width: 95px;
              padding: 0 10px;
              padding-left: 0; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-content .table-row.flex .divTableCell .service-bonus-points-label {
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-content .table-row.flex .divTableCell .service-bonus-points {
                line-height: 1;
                font-size: 20px;
                color: #E30609;
                font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-table-description p {
        font-size: 14px;
        color: #5B5B5B;
        font-family: "Roboto-Regular", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section {
      width: 450px;
      margin-left: auto;
      margin-right: 30px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .sub-header-section .title-gray {
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
        color: #5B5B5B !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content {
          padding: 10px 0;
          padding-bottom: 0; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell {
              width: 150px;
              padding: 0 20px;
              border-bottom: 1px solid #B2B2B2; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell:last-child {
                border: unset; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-points-label,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-bonus-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-bonus-points-label {
                padding: 5px 0;
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex.title-red .reference-bonus-points,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex.title-red .reference-bonus-points-label {
              text-align: center;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-header-section .title-gray.installation-bonus-title {
      margin: 0;
      margin-bottom: 15px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-header-section .title-gray.installation-bonus-title span {
        font-size: 32px;
        color: #E30609 !important;
        font-family: "Roboto-Medium", sans-serif !important; }
    @media screen and (max-width: 998px) {
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section {
        overflow-x: scroll; } }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section {
      width: 500px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .sub-header-section .title-gray {
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
        color: #5B5B5B !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-content {
          padding: 20px; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-content .table-row.flex .divTableCell {
              width: 225px;
              padding: 0 10px; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-content .table-row.flex .divTableCell .installation-bonus-label {
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-content .table-row.flex .divTableCell .installation-bonus-points {
                line-height: 1;
                font-size: 24px;
                color: #E30609;
                font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section {
      width: 450px;
      margin-left: auto;
      margin-right: 30px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .sub-header-section .title-gray {
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
        color: #5B5B5B !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content {
          padding: 10px 0;
          padding-bottom: 0; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell {
              width: 150px;
              padding: 0 20px;
              border-bottom: 1px solid #B2B2B2; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell:last-child {
                border: unset; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell .backlog-days-reference-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell .backlog-days-reference-bonus-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell .backlog-days-reference-points-label,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell .backlog-days-reference-bonus-points-label {
                padding: 5px 0;
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex.upto .divTableCell:last-child {
              width: 100px;
              margin: 0 auto; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex.title-red .backlog-days-reference-bonus-points,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex.title-red .backlog-days-reference-bonus-points-label {
              text-align: center;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-header-section .title-gray.withdrawal-title {
      margin: 0;
      margin-bottom: 15px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-header-section .title-gray.withdrawal-title span {
        font-size: 32px;
        color: #E30609 !important;
        font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section {
      width: 500px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .sub-header-section .title-gray {
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
        color: #5B5B5B !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-content {
          padding: 20px; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-content .table-row.flex .divTableCell {
              width: 225px;
              padding: 0 10px; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-content .table-row.flex .divTableCell .withdrawal-bonus-label {
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-content .table-row.flex .divTableCell .withdrawal-bonus-points {
                line-height: 1;
                font-size: 24px;
                color: #E30609;
                font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-table-description p {
        font-size: 14px;
        color: #5B5B5B;
        font-family: "Roboto-Regular", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section {
      width: 450px;
      margin-left: auto;
      margin-right: 30px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .sub-header-section .title-gray {
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
        color: #5B5B5B !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content {
          padding: 10px 0;
          padding-bottom: 0; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex .divTableCell {
              width: 150px;
              padding: 0 20px;
              border-bottom: 1px solid #B2B2B2; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex .divTableCell:last-child {
                border: unset; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex .divTableCell .withdrawal-success-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex .divTableCell .withdrawal-success-points-label,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex .divTableCell .withdrawal-success-additional-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex .divTableCell .withdrawal-success-additional-points-label {
                padding: 5px 0;
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex.title-red .withdrawal-success-additional-points,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex.title-red .withdrawal-success-additional-points-label {
              text-align: center;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .description {
      font-family: "Roboto-Regular", sans-serif;
      margin-bottom: 25px !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-header-section .title-gray.service-bonus-alliance-title {
      margin: 0;
      margin-bottom: 15px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-header-section .title-gray.service-bonus-alliance-title span {
        font-size: 32px;
        color: #E30609 !important;
        font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section {
      width: 500px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section.bonus-alliance {
        width: 350px; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section.bonus-alliance .service-bonus-alliance-result-table .table-row.table-content .table-row.flex:last-child .divTableCell {
          padding: 0; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section.especical {
        width: 550px; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section.especical .service-bonus-alliance-result-table .table-row.table-content .table-row.flex:last-child .divTableCell {
          width: 130px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .sub-header-section .title-gray {
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
        color: #5B5B5B !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-content {
          padding: 20px; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-content .table-row:nth-child(even).flex .divTableCell {
            padding: 0; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-content .table-row.flex .divTableCell {
              width: 95px;
              padding: 0 10px;
              padding-left: 0; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-content .table-row.flex .divTableCell .service-bonus-points-label {
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-result-table .table-row.table-content .table-row.flex .divTableCell .service-bonus-points {
                line-height: 1;
                font-size: 20px;
                color: #E30609;
                font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-result-table-section .service-bonus-alliance-table-description p {
        font-size: 14px;
        color: #5B5B5B;
        font-family: "Roboto-Regular", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section {
      width: 450px;
      margin-left: auto;
      margin-right: 30px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance {
        width: 600px; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-head .divTableCell {
          text-align: center; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-head .divTableCell.ta-value {
            width: 180px; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.from .divTableCell, .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.upto .divTableCell {
          width: 100px;
          text-align: center; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.from .divTableCell .reference-points,
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.from .divTableCell .reference-points-label, .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.upto .divTableCell .reference-points,
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.upto .divTableCell .reference-points-label {
            font-size: 14px; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell {
          width: 100px;
          padding: 0;
          text-align: center; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points,
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points-label,
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points,
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points-label {
            font-size: 14px; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points.table-red,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points-label.table-red,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points.table-red,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points-label.table-red {
              background-color: #F4CDCC; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points.table-lightest,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points-label.table-lightest,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points.table-lightest,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points-label.table-lightest {
              background-color: #ECF5F0; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points.table-lightest-2,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points-label.table-lightest-2,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points.table-lightest-2,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points-label.table-lightest-2 {
              background-color: #F7FFFA; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points.table-lightest-3,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points-label.table-lightest-3,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points.table-lightest-3,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points-label.table-lightest-3 {
              background-color: #FDFFFE; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points.table-lighter,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points-label.table-lighter,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points.table-lighter,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points-label.table-lighter {
              background-color: #DDECE1; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points.table-light,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points-label.table-light,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points.table-light,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points-label.table-light {
              background-color: #CDE6D3; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points.table-medium,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points-label.table-medium,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points.table-medium,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points-label.table-medium {
              background-color: #BDDFC3; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points.table-medium-light,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points-label.table-medium-light,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points.table-medium-light,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points-label.table-medium-light {
              background-color: #DDEBE1; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points.table-red-soft,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points-label.table-red-soft,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points.table-red-soft,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section.bonus-alliance .service-bonus-alliance-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points-label.table-red-soft {
              background-color: #F8E0DE; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .sub-header-section .title-gray {
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
        color: #5B5B5B !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content {
          padding: 10px 0;
          padding-bottom: 0; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell {
              width: 150px;
              padding: 0 20px;
              border-bottom: 1px solid #B2B2B2; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell:last-child {
                border: unset; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-points-label,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-bonus-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-bonus-points-label {
                padding: 5px 0;
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
                .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-points.title-red,
                .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-points-label.title-red,
                .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-bonus-points.title-red,
                .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-bonus-points-label.title-red {
                  color: #BF0609 !important; }
                .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-points.family-roboto-bold,
                .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-points-label.family-roboto-bold,
                .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-bonus-points.family-roboto-bold,
                .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-bonus-points-label.family-roboto-bold {
                  font-family: "Roboto-Bold", sans-serif !important; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex.title-red .reference-bonus-points,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .service-bonus-alliance-section .service-bonus-alliance-content-section .service-bonus-alliance-table-section .service-bonus-alliance-reference-table-section .service-bonus-alliance-reference-table .table-row.table-content .table-row.flex.title-red .reference-bonus-points-label {
              text-align: center;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-header-section .title-gray.at-fibra-result-title {
      margin: 0;
      margin-bottom: 15px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-header-section .title-gray.at-fibra-result-title span {
        font-size: 32px;
        color: #E30609 !important;
        font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section {
      width: 480px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section.bonus-alliance {
        width: 350px;
        margin-bottom: 30px; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section.bonus-alliance .at-fibra-result-result-table .table-row.table-content .table-row.flex .divTableCell {
          width: 85px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section.especical {
        width: 530px; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section.especical .at-fibra-result-result-table .table-row.table-content .table-row.flex .divTableCell {
          width: 100px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section .sub-header-section .title-gray {
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
        color: #5B5B5B !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section .at-fibra-result-result-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section .at-fibra-result-result-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section .at-fibra-result-result-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section .at-fibra-result-result-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section .at-fibra-result-result-table .table-row.table-content {
          padding: 20px; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section .at-fibra-result-result-table .table-row.table-content .table-row:nth-child(even).flex .divTableCell {
            padding: 0; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section .at-fibra-result-result-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section .at-fibra-result-result-table .table-row.table-content .table-row.flex .divTableCell {
              width: 85px;
              padding: 0 10px;
              padding-left: 0; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section .at-fibra-result-result-table .table-row.table-content .table-row.flex .divTableCell .service-bonus-points-label {
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section .at-fibra-result-result-table .table-row.table-content .table-row.flex .divTableCell .service-bonus-points {
                line-height: 1;
                font-size: 16px;
                color: #E30609;
                font-family: "Roboto-Medium", sans-serif !important; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section .at-fibra-result-result-table .table-row.table-content .table-row.flex:last-child .divTableCell {
              width: max-content; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-table-section .service-bonus-alliance-table-description p {
        font-size: 14px;
        color: #5B5B5B;
        font-family: "Roboto-Regular", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section {
      width: 565px;
      margin-left: auto; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.especical {
        width: 450px;
        margin-left: auto;
        margin-right: 30px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance {
        width: 100%;
        margin-left: 0; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance.especical {
          width: 640px;
          margin-left: auto; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance.especical .at-fibra-result-reference-table .table-head .divTableCell.ta-value {
            width: 300px; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-head .divTableCell {
          text-align: center; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-head .divTableCell.ta-value {
            align-items: center;
            display: flex;
            width: 460px; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-head .divTableCell.ta-value p {
              margin: 0 auto !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.from .divTableCell, .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.upto .divTableCell {
          width: 100px;
          text-align: center; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.from .divTableCell .reference-points,
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.from .divTableCell .reference-points-label, .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.upto .divTableCell .reference-points,
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.upto .divTableCell .reference-points-label {
            font-size: 14px; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell {
          width: 110px;
          padding: 0;
          text-align: center; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points,
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points-label,
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points,
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points-label {
            font-size: 14px; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points.table-red,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points-label.table-red,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points.table-red,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points-label.table-red {
              background-color: #F4CDCC; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points.table-red-light,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points-label.table-red-light,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points.table-red-light,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points-label.table-red-light {
              background-color: #F8E4E5; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points.table-red-soft,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points-label.table-red-soft,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points.table-red-soft,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points-label.table-red-soft {
              background-color: #F8E0DE; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points.table-lightest,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points-label.table-lightest,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points.table-lightest,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points-label.table-lightest {
              background-color: #ECF5F0; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points.table-lightest-2,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points-label.table-lightest-2,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points.table-lightest-2,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points-label.table-lightest-2 {
              background-color: #F7FFFA; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points.table-lightest-3,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points-label.table-lightest-3,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points.table-lightest-3,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points-label.table-lightest-3 {
              background-color: #FDFFFE; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points.table-lighter,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points-label.table-lighter,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points.table-lighter,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points-label.table-lighter {
              background-color: #DDECE1; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points.table-light,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points-label.table-light,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points.table-light,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points-label.table-light {
              background-color: #CDE6D3; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points.table-medium,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points-label.table-medium,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points.table-medium,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points-label.table-medium {
              background-color: #BDDFC3; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points.table-medium-light,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-points-label.table-medium-light,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points.table-medium-light,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section.bonus-alliance .at-fibra-result-reference-table .table-row.table-content .table-row.stage .divTableCell .reference-bonus-points-label.table-medium-light {
              background-color: #DDEBE1; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .sub-header-section .title-gray {
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
        color: #5B5B5B !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table .table-row.table-content {
          padding: 5px 0;
          align-items: end;
          padding-bottom: 0; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table .table-row.table-content .table-row.flex .divTableCell {
              width: 145px;
              padding: 0 20px;
              border-bottom: 1px solid #B2B2B2; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table .table-row.table-content .table-row.flex .divTableCell:last-child {
                border: unset; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-points-label,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-bonus-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table .table-row.table-content .table-row.flex .divTableCell .reference-bonus-points-label {
                padding: 5px 0;
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table .table-row.table-content .table-row.flex.title-red .divTableCell .reference-bonus-points-label.title-gray {
              color: #5B5B5B; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table .table-row.table-content .table-row.flex.title-red .reference-bonus-points,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-content-section .at-fibra-results-table-section .at-fibra-result-reference-table-section .at-fibra-result-reference-table .table-row.table-content .table-row.flex.title-red .reference-bonus-points-label {
              text-align: center;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .at-fibra-result-table-section .at-fibra-result-table-description p {
      font-size: 14px;
      color: #5B5B5B;
      font-family: "Roboto-Regular", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-header-section .title-gray.installation-bonus-title {
      margin: 0;
      margin-bottom: 15px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-header-section .title-gray.installation-bonus-title span {
        font-size: 32px;
        color: #E30609 !important;
        font-family: "Roboto-Medium", sans-serif !important; }
    @media screen and (max-width: 998px) {
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section {
        overflow-x: scroll; } }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section {
      width: 500px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .sub-header-section .title-gray {
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
        color: #5B5B5B !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-content {
          padding: 20px; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-content .table-row.flex .divTableCell {
              width: 225px;
              padding: 0 10px; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-content .table-row.flex .divTableCell .installation-bonus-label {
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table .table-row.table-content .table-row.flex .divTableCell .installation-bonus-points {
                line-height: 1;
                font-size: 24px;
                color: #E30609;
                font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section .installation-bonus-table-description p {
        font-size: 14px;
        color: #5B5B5B;
        font-family: "Roboto-Regular", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section.bonus-pp {
        width: 400px; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-result-table-section.bonus-pp .table-row.table-content .table-row.flex .divTableCell {
          width: 120px; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section {
      width: 450px;
      margin-left: auto;
      margin-right: 30px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .sub-header-section .title-gray {
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
        color: #5B5B5B !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content {
          padding: 10px 0;
          padding-bottom: 0; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell {
              width: 225px;
              padding: 0 20px;
              border-bottom: 1px solid #B2B2B2; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell:last-child {
                border: unset; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell .backlog-days-reference-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell .backlog-days-reference-bonus-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell .backlog-days-reference-points-label,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell .backlog-days-reference-bonus-points-label {
                padding: 5px 0;
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
                .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell .backlog-days-reference-points.title-red,
                .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell .backlog-days-reference-bonus-points.title-red,
                .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell .backlog-days-reference-points-label.title-red,
                .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell .backlog-days-reference-bonus-points-label.title-red {
                  color: #BF0609 !important; }
                .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell .backlog-days-reference-points.family-roboto-bold,
                .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell .backlog-days-reference-bonus-points.family-roboto-bold,
                .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell .backlog-days-reference-points-label.family-roboto-bold,
                .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex .divTableCell .backlog-days-reference-bonus-points-label.family-roboto-bold {
                  font-family: "Roboto-Bold", sans-serif !important; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex.title-red .backlog-days-reference-bonus-points,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section .installation-bonus-reference-table .table-row.table-content .table-row.flex.title-red .backlog-days-reference-bonus-points-label {
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section.bonus-pp {
        width: 420px; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section.bonus-pp.stage-3 {
          width: 530px; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section.bonus-pp .installation-bonus-reference-table .table-row.table-head .divTableCell {
          text-align: center; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section.bonus-pp .installation-bonus-reference-table .table-row.table-head .divTableCell.ta-value {
            width: 350px; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section.bonus-pp .installation-bonus-reference-table .table-row.table-content .table-row.flex.upto .divTableCell, .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section.bonus-pp .installation-bonus-reference-table .table-row.table-content .table-row.flex.from .divTableCell {
          width: 100px;
          text-align: center; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section.bonus-pp .installation-bonus-reference-table .table-row.table-content .table-row.flex.upto .divTableCell .backlog-days-reference-points,
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section.bonus-pp .installation-bonus-reference-table .table-row.table-content .table-row.flex.upto .divTableCell .backlog-days-reference-points-label, .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section.bonus-pp .installation-bonus-reference-table .table-row.table-content .table-row.flex.from .divTableCell .backlog-days-reference-points,
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section.bonus-pp .installation-bonus-reference-table .table-row.table-content .table-row.flex.from .divTableCell .backlog-days-reference-points-label {
            font-size: 14px; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section.bonus-pp .installation-bonus-reference-table .table-row.table-content .table-row.flex.stage .divTableCell {
          width: 110px;
          padding: 0;
          text-align: center; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section.bonus-pp .installation-bonus-reference-table .table-row.table-content .table-row.flex.stage .divTableCell .reference-points-label,
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section.bonus-pp .installation-bonus-reference-table .table-row.table-content .table-row.flex.stage .divTableCell .reference-points {
            font-size: 14px;
            padding: 5px 0;
            text-align: center;
            font-family: "Roboto-Medium", sans-serif !important; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section.bonus-pp .installation-bonus-reference-table .table-row.table-content .table-row.flex.stage .divTableCell .reference-points-label.table-red,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section.bonus-pp .installation-bonus-reference-table .table-row.table-content .table-row.flex.stage .divTableCell .reference-points.table-red {
              background-color: #F4CDCC; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section.bonus-pp .installation-bonus-reference-table .table-row.table-content .table-row.flex.stage .divTableCell .reference-points-label.table-lighter,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section.bonus-pp .installation-bonus-reference-table .table-row.table-content .table-row.flex.stage .divTableCell .reference-points.table-lighter {
              background-color: #DDECE1; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section.bonus-pp .installation-bonus-reference-table .table-row.table-content .table-row.flex.stage .divTableCell .reference-points-label.table-red-soft,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .installation-bonus-content-section .installation-bonus-table-section .installation-bonus-reference-table-section.bonus-pp .installation-bonus-reference-table .table-row.table-content .table-row.flex.stage .divTableCell .reference-points.table-red-soft {
              background-color: #F8E0DE; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .installation-bonus-section .at-fibra-result-table-description p {
      font-size: 14px;
      color: #5B5B5B;
      font-family: "Roboto-Regular", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-header-section .title-gray.withdrawal-title {
      margin: 0;
      margin-bottom: 15px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-header-section .title-gray.withdrawal-title span {
        font-size: 32px;
        color: #E30609 !important;
        font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section {
      width: 500px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .sub-header-section .title-gray {
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
        color: #5B5B5B !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-content {
          padding: 20px; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-content .table-row.flex .divTableCell {
              width: 225px;
              padding: 0 10px; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-content .table-row.flex .divTableCell .target-range-points-label {
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-content .table-row.flex .divTableCell .target-range-points {
                line-height: 1;
                font-size: 24px;
                color: #E30609;
                font-family: "Roboto-Medium", sans-serif !important; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-content .table-row.flex .divTableCell.title-red .target-range-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-bonus-table .table-row.table-content .table-row.flex .divTableCell.title-red .target-range-points-label {
                color: #E30609;
                font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section .withdrawal-table-description p {
        font-size: 14px;
        color: #5B5B5B;
        font-family: "Roboto-Regular", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section.success-withdrawal {
        width: 400px; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-result-table-section.success-withdrawal .withdrawal-bonus-table .table-row.table-content .table-row.flex .divTableCell {
          width: 170px; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section {
      width: 450px;
      margin-left: auto;
      margin-right: 30px; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .sub-header-section .title-gray {
        margin: 0;
        font-size: 24px;
        margin-bottom: 10px;
        color: #5B5B5B !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        margin-bottom: 25px;
        border-radius: 20px;
        overflow: hidden;
        display: block; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-head {
          background-color: #EBEBEB; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-head .divTableCell {
            padding: 20px;
            width: 100%; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-head .divTableCell p {
              font-size: 20px;
              color: #5B5B5B;
              font-family: "Roboto-Medium", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content {
          padding: 10px 0;
          padding-bottom: 0; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex {
            flex-direction: column; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex .divTableCell {
              width: 150px;
              padding: 0 20px;
              border-bottom: 1px solid #B2B2B2; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex .divTableCell:last-child {
                border: unset; }
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex .divTableCell .target-range-points,
              .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex .divTableCell .target-range-points-label {
                padding: 5px 0;
                font-size: 16px;
                color: #5B5B5B;
                font-family: "Roboto-Regular", sans-serif !important; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex.title-red .target-range-points,
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section .withdrawal-reference-table .table-row.table-content .table-row.flex.title-red .target-range-points-label {
              text-align: center;
              color: #E30609;
              font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section.success-withdrawal {
        width: 400px; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section.success-withdrawal .withdrawal-reference-table .table-row.table-head .divTableCell {
          text-align: center; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section.success-withdrawal .withdrawal-reference-table .table-row.table-content .table-row.flex.upto .divTableCell, .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section.success-withdrawal .withdrawal-reference-table .table-row.table-content .table-row.flex.from .divTableCell {
          width: 110px;
          text-align: center; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section.success-withdrawal .withdrawal-reference-table .table-row.table-content .table-row.flex.upto .divTableCell .target-range-points-label,
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section.success-withdrawal .withdrawal-reference-table .table-row.table-content .table-row.flex.upto .divTableCell .target-range-points, .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section.success-withdrawal .withdrawal-reference-table .table-row.table-content .table-row.flex.from .divTableCell .target-range-points-label,
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section.success-withdrawal .withdrawal-reference-table .table-row.table-content .table-row.flex.from .divTableCell .target-range-points {
            font-size: 14px; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section.success-withdrawal .withdrawal-reference-table .table-row.table-content .table-row.flex.stage .divTableCell {
          width: 180px;
          padding: 0;
          text-align: center; }
          .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section.success-withdrawal .withdrawal-reference-table .table-row.table-content .table-row.flex.stage .divTableCell .target-range-points {
            font-size: 14px;
            padding: 5px 0;
            text-align: center;
            font-family: "Roboto-Medium", sans-serif !important; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section.success-withdrawal .withdrawal-reference-table .table-row.table-content .table-row.flex.stage .divTableCell .target-range-points.table-red {
              background-color: #F4CDCC; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section.success-withdrawal .withdrawal-reference-table .table-row.table-content .table-row.flex.stage .divTableCell .target-range-points.table-lighter {
              background-color: #DDECE1; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section.success-withdrawal .withdrawal-reference-table .table-row.table-content .table-row.flex.stage .divTableCell .target-range-points.table-light {
              background-color: #CDE6D3; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section.success-withdrawal .withdrawal-reference-table .table-row.table-content .table-row.flex.stage .divTableCell .target-range-points.table-lightest {
              background-color: #ECF5F0; }
            .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .remuneration-model-section .content-section .paytv-fiber-services-section .withdrawal-section .withdrawal-content-section .withdrawal-table-section .withdrawal-reference-table-section.success-withdrawal .withdrawal-reference-table .table-row.table-content .table-row.flex.stage .divTableCell .target-range-points.table-red-soft {
              background-color: #F8E0DE; }
    .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .club-stars-award-section .starship-period {
      display: flex;
      margin: 0 auto;
      margin-bottom: 5vw;
      padding: 15px 25px;
      border-radius: 22px;
      align-items: center;
      border: 1px solid #B2B2B2;
      background-color: #EBEBEB; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .club-stars-award-section .starship-period .icon {
        width: 40px;
        height: 40px;
        margin-right: 20px; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .club-stars-award-section .starship-period .icon img {
          object-fit: contain;
          height: 100%;
          width: 100%; }
      .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .club-stars-award-section .starship-period .title-gray {
        margin: 0;
        font-size: 24px;
        color: #5B5B5B;
        font-family: "Roboto-Regular", sans-serif !important; }
        .page-template-page-modelo-de-remunerao .main .bg-white .page-content.overflow-y .content-section .club-stars-award-section .starship-period .title-gray span {
          font-size: 24px;
          color: #E30609;
          font-family: "Roboto-Bold", sans-serif !important; }

.post-type-archive-news .header-banner .container {
  top: 5vw; }
.post-type-archive-news .container .page-content.overflow-y .recent-banner {
  position: relative;
  z-index: 999;
  margin: 25px 0px; }
  .post-type-archive-news .container .page-content.overflow-y .recent-banner .bg-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px; }
  .post-type-archive-news .container .page-content.overflow-y .recent-banner .recent-banner-image {
    width: 100%;
    height: 350px;
    position: relative; }
    .post-type-archive-news .container .page-content.overflow-y .recent-banner .recent-banner-image img {
      border-radius: 30px;
      height: 100%;
      width: 100%;
      object-fit: cover;
      max-height: 350px; }
  .post-type-archive-news .container .page-content.overflow-y .recent-banner .recent-container {
    position: absolute;
    top: 30px;
    left: 15px;
    right: 0;
    padding: 8px 20px !important; }
    .post-type-archive-news .container .page-content.overflow-y .recent-banner .recent-container label {
      margin: 12px 0;
      border: 1px solid #FBBA00;
      border-radius: 28px;
      color: #FFFFFF;
      font-size: 13px;
      padding: 8px 20px;
      text-transform: uppercase;
      width: max-content;
      background-color: transparent !important; }
    .post-type-archive-news .container .page-content.overflow-y .recent-banner .recent-container .header-title-content {
      margin-top: 10px;
      color: #FFFFFF;
      font-style: italic; }
      .post-type-archive-news .container .page-content.overflow-y .recent-banner .recent-container .header-title-content h1 {
        font-family: "PFDinTextPro-Regular", sans-serif;
        text-transform: uppercase;
        max-width: 38%;
        line-height: 1; }
        @media (max-width: 992px) {
          .post-type-archive-news .container .page-content.overflow-y .recent-banner .recent-container .header-title-content h1 {
            font-size: 25px; } }
.post-type-archive-news .container .page-content.overflow-y .news-search-section {
  margin: -25px;
  padding: 25px; }
  .post-type-archive-news .container .page-content.overflow-y .news-search-section .search-news .search-field {
    width: calc(100% - 110px);
    border: 1px solid #B2B2B2;
    box-shadow: none;
    text-indent: 25px;
    border-radius: 25px;
    margin-right: 12px;
    color: #E30609;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    @media (max-width: 992px) {
      .post-type-archive-news .container .page-content.overflow-y .news-search-section .search-news .search-field {
        width: 95%;
        height: 35px;
        font-size: 14px;
        margin-bottom: 10px; } }
    .post-type-archive-news .container .page-content.overflow-y .news-search-section .search-news .search-field::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #E30609; }
    .post-type-archive-news .container .page-content.overflow-y .news-search-section .search-news .search-field::-moz-placeholder {
      /* Firefox 19+ */
      color: #E30609; }
    .post-type-archive-news .container .page-content.overflow-y .news-search-section .search-news .search-field:-ms-input-placeholder {
      /* IE 10+ */
      color: #E30609; }
    .post-type-archive-news .container .page-content.overflow-y .news-search-section .search-news .search-field:-moz-placeholder {
      /* Firefox 18- */
      color: #E30609; }
    .post-type-archive-news .container .page-content.overflow-y .news-search-section .search-news .search-field:hover, .post-type-archive-news .container .page-content.overflow-y .news-search-section .search-news .search-field:focus {
      outline: none; }
  .post-type-archive-news .container .page-content.overflow-y .news-search-section .search-news .input-group-btn .btn {
    border: none;
    padding: 10px 15px !important;
    background-color: #FBBA00; }
    @media (max-width: 992px) {
      .post-type-archive-news .container .page-content.overflow-y .news-search-section .search-news .input-group-btn .btn {
        margin: 0 auto;
        padding: 8px 20px !important; } }
    .post-type-archive-news .container .page-content.overflow-y .news-search-section .search-news .input-group-btn .btn .fa.fa-search {
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .post-type-archive-news .container .page-content.overflow-y .news-search-section .search-news .input-group-btn .btn .fa.fa-search {
          font-size: 15px; } }
@media screen and (min-width: 1080px) {
  .post-type-archive-news .container .page-content.overflow-y .wrap .page-content .row .margin-bottom {
    margin-bottom: 25px !important; } }

.post-type-archive-news .card,
.single-news .card {
  max-width: 261px;
  max-height: 340px; }
  @media screen and (max-width: 767px) {
    .post-type-archive-news .card,
    .single-news .card {
      max-width: 100%; } }
  .post-type-archive-news .card:hover,
  .single-news .card:hover {
    box-shadow: 0 0 7px rgba(47, 47, 47, 0.42); }
.post-type-archive-news .card-light-gray,
.single-news .card-light-gray {
  padding: 0 !important; }
  .post-type-archive-news .card-light-gray .news-image,
  .single-news .card-light-gray .news-image {
    width: 100%;
    height: 185px;
    max-width: 260px; }
    @media screen and (max-width: 767px) {
      .post-type-archive-news .card-light-gray .news-image,
      .single-news .card-light-gray .news-image {
        max-width: 100%; } }
    .post-type-archive-news .card-light-gray .news-image img,
    .single-news .card-light-gray .news-image img {
      border-top-right-radius: 30px;
      border-top-left-radius: 30px; }
  .post-type-archive-news .card-light-gray .news-content,
  .single-news .card-light-gray .news-content {
    padding: 8px 20px;
    border-radius: 28px;
    padding-bottom: 20px; }
    .post-type-archive-news .card-light-gray .news-content label,
    .single-news .card-light-gray .news-content label {
      margin: 12px 0;
      padding: 8px 10px !important; }
    .post-type-archive-news .card-light-gray .news-content .title,
    .single-news .card-light-gray .news-content .title {
      font-size: 24px;
      overflow: hidden;
      max-height: 70px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
    .post-type-archive-news .card-light-gray .news-content h2,
    .single-news .card-light-gray .news-content h2 {
      font-size: 30px;
      color: #5B5B5B;
      text-transform: uppercase;
      font-family: "PFDinTextPro-Italic", sans-serif; }
      @media (max-width: 992px) {
        .post-type-archive-news .card-light-gray .news-content h2,
        .single-news .card-light-gray .news-content h2 {
          font-size: 25px; } }
      .post-type-archive-news .card-light-gray .news-content h2 a,
      .single-news .card-light-gray .news-content h2 a {
        color: #5B5B5B; }
      .post-type-archive-news .card-light-gray .news-content h2:hover,
      .single-news .card-light-gray .news-content h2:hover {
        color: #5B5B5B; }

.single-news .header-banner .container {
  top: 5vw; }
.single-news .btn-video {
  width: fit-content;
  margin: 10px auto;
  background-color: #E30609; }
@media screen and (max-width: 767px) {
  .single-news .comments-section {
    flex-direction: column;
    align-items: center; } }
@media screen and (max-width: 767px) {
  .single-news .comments-section .post-button {
    width: 100%; } }
.single-news .avatar {
  width: 65px;
  height: 65px;
  margin-left: 0;
  display: block;
  min-width: 65px;
  margin-right: 15px; }
  @media screen and (max-width: 767px) {
    .single-news .avatar {
      margin-right: 0; } }
.single-news .textarea {
  height: 65px !important; }
  @media screen and (max-width: 767px) {
    .single-news .textarea {
      margin: 15px 0; } }
  .single-news .textarea:focus-visible {
    outline: unset; }
.single-news .content-block .post-content iframe,
.single-news .content-block .post-content video {
  width: 100%;
  height: -webkit-fill-available; }
  @media screen and (max-width: 600px) {
    .single-news .content-block .post-content iframe,
    .single-news .content-block .post-content video {
      height: auto; } }
.single-news .content-block .post-content table {
  width: 100%;
  margin: 25px auto; }
  .single-news .content-block .post-content table thead {
    background: linear-gradient(180deg, #BF0609, #E30609); }
    .single-news .content-block .post-content table thead th {
      font-size: 18px;
      padding: 5px 10px;
      text-align: center;
      font-weight: normal;
      color: #FFFFFF;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
      .single-news .content-block .post-content table thead th:first-child {
        border-top-left-radius: 20px; }
      .single-news .content-block .post-content table thead th:last-child {
        border-top-right-radius: 20px; }
  .single-news .content-block .post-content table tbody {
    font-size: 14px;
    color: #5B5B5B; }
    .single-news .content-block .post-content table tbody tr {
      text-align: center; }
      .single-news .content-block .post-content table tbody tr:nth-child(odd) {
        background: #F4F4F4; }
      .single-news .content-block .post-content table tbody tr:nth-child(even) {
        background: #DADADA; }
      .single-news .content-block .post-content table tbody tr td {
        font-size: 14px;
        font-family: "PFDinTextPro-Italic", sans-serif; }
      .single-news .content-block .post-content table tbody tr:last-child td:first-child {
        border-bottom-left-radius: 20px; }
      .single-news .content-block .post-content table tbody tr:last-child td:last-child {
        border-bottom-right-radius: 20px; }
.single-news .content-block .post-thumbnail img {
  margin: 25px auto; }
.single-news .btn.back-button {
  width: 160px; }
  .single-news .btn.back-button:before {
    top: 18px;
    left: 20px;
    filter: invert(1); }

.page-template-page-otimizao-de-consumo .header-banner .container {
  top: 5vw; }
.page-template-page-otimizao-de-consumo .main .bg-gray-light .container .page-content.overflow-y {
  padding: 0;
  margin-bottom: 30px; }
  .page-template-page-otimizao-de-consumo .main .bg-gray-light .container .page-content.overflow-y .club-star-link {
    margin: 40px 0 60px 0; }
    .page-template-page-otimizao-de-consumo .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex {
      justify-content: space-evenly; }
      .page-template-page-otimizao-de-consumo .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item:nth-child(even) {
        margin: 0 15px; }
      .page-template-page-otimizao-de-consumo .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item .btn-outline-gray {
        border: 0;
        width: 250px;
        font-size: 16px;
        color: #000000;
        text-transform: uppercase;
        padding: 15px 20px !important;
        background-color: #F5F5F5;
        font-family: "PFDinTextPro-BoldItalic", sans-serif !important; }
        .page-template-page-otimizao-de-consumo .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item .btn-outline-gray:hover, .page-template-page-otimizao-de-consumo .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item .btn-outline-gray:focus {
          outline: none; }
        .page-template-page-otimizao-de-consumo .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item .btn-outline-gray.active {
          background-color: #E30609 !important;
          box-shadow: 5px 5px 9px rgba(70, 70, 70, 0.31);
          color: #FFFFFF; }
.page-template-page-otimizao-de-consumo .main .bg-white {
  padding-bottom: 3rem !important;
  background-color: #F4F4F4 !important; }
  .page-template-page-otimizao-de-consumo .main .bg-white .page-content.overflow-y {
    margin-top: -4vw; }
    .page-template-page-otimizao-de-consumo .main .bg-white .page-content.overflow-y .content-section .title.title-gray {
      font-size: 20px;
      color: #5B5B5B;
      font-family: "Roboto-Bold", sans-serif !important; }
      .page-template-page-otimizao-de-consumo .main .bg-white .page-content.overflow-y .content-section .title.title-gray span {
        color: #E30609;
        font-family: "Roboto-Bold", sans-serif !important; }
    .page-template-page-otimizao-de-consumo .main .bg-white .page-content.overflow-y .content-section .description {
      font-family: "Roboto-Regular", sans-serif; }
      .page-template-page-otimizao-de-consumo .main .bg-white .page-content.overflow-y .content-section .description span {
        font-family: "Roboto-Bold", sans-serif; }
    .page-template-page-otimizao-de-consumo .main .bg-white .page-content.overflow-y .content-section .reference-month-section {
      border-radius: 16px; }
      .page-template-page-otimizao-de-consumo .main .bg-white .page-content.overflow-y .content-section .reference-month-section .reference-month-title.title-gray {
        font-size: 14px;
        color: #000000;
        text-transform: uppercase;
        font-family: "PFDinTextPro-LightItalic", sans-serif; }
        .page-template-page-otimizao-de-consumo .main .bg-white .page-content.overflow-y .content-section .reference-month-section .reference-month-title.title-gray span {
          font-size: 20px;
          width: fit-content;
          color: #000000;
          font-family: "PFDinTextPro-BoldItalic", sans-serif; }
    .page-template-page-otimizao-de-consumo .main .bg-white .page-content.overflow-y .content-section .table-section .table-detail {
      overflow-y: auto;
      margin-bottom: 60px; }
      .page-template-page-otimizao-de-consumo .main .bg-white .page-content.overflow-y .content-section .table-section .table-detail table {
        width: 1350px;
        margin-bottom: 60px; }
        .page-template-page-otimizao-de-consumo .main .bg-white .page-content.overflow-y .content-section .table-section .table-detail table thead {
          background-color: #EBEBEB; }
          .page-template-page-otimizao-de-consumo .main .bg-white .page-content.overflow-y .content-section .table-section .table-detail table thead tr th {
            padding: 10px;
            color: #5B5B5B;
            font-weight: unset;
            font-family: "Roboto-Medium", sans-serif; }
            .page-template-page-otimizao-de-consumo .main .bg-white .page-content.overflow-y .content-section .table-section .table-detail table thead tr th:first-child {
              width: 50px;
              padding-left: 15px;
              border-top-left-radius: 15px; }
              .page-template-page-otimizao-de-consumo .main .bg-white .page-content.overflow-y .content-section .table-section .table-detail table thead tr th:first-child img {
                width: 100%;
                height: 100%;
                object-fit: contain; }
            .page-template-page-otimizao-de-consumo .main .bg-white .page-content.overflow-y .content-section .table-section .table-detail table thead tr th:last-child {
              border-top-right-radius: 15px; }
        .page-template-page-otimizao-de-consumo .main .bg-white .page-content.overflow-y .content-section .table-section .table-detail table tbody {
          background-color: #FFFFFF; }
          .page-template-page-otimizao-de-consumo .main .bg-white .page-content.overflow-y .content-section .table-section .table-detail table tbody tr td {
            padding: 10px;
            color: #5B5B5B;
            border-bottom: 1px solid #B2B2B2;
            font-family: "Roboto-Regular", sans-serif; }
            .page-template-page-otimizao-de-consumo .main .bg-white .page-content.overflow-y .content-section .table-section .table-detail table tbody tr td:first-child {
              border-bottom-left-radius: 15px; }
            .page-template-page-otimizao-de-consumo .main .bg-white .page-content.overflow-y .content-section .table-section .table-detail table tbody tr td:last-child {
              border-bottom-right-radius: 15px; }
    .page-template-page-otimizao-de-consumo .main .bg-white .page-content.overflow-y .content-section .important-section {
      margin: 30px 0; }
      .page-template-page-otimizao-de-consumo .main .bg-white .page-content.overflow-y .content-section .important-section .header-content .title-red {
        margin: 0;
        font-size: 32px;
        margin-bottom: 15px;
        color: #E30609 !important;
        font-family: "Roboto-Medium", sans-serif !important; }
      .page-template-page-otimizao-de-consumo .main .bg-white .page-content.overflow-y .content-section .important-section .content-section .table-right-dot {
        font-size: 16px;
        text-indent: 15px;
        position: relative;
        color: #5B5B5B;
        font-family: "Roboto-Regular", sans-serif !important; }
        .page-template-page-otimizao-de-consumo .main .bg-white .page-content.overflow-y .content-section .important-section .content-section .table-right-dot:before {
          left: 0;
          top: 8px;
          width: 6px;
          height: 6px;
          content: "\A";
          position: absolute;
          border-radius: 100%;
          display: inline-block;
          background-color: #5B5B5B; }
        .page-template-page-otimizao-de-consumo .main .bg-white .page-content.overflow-y .content-section .important-section .content-section .table-right-dot span.title-gray {
          color: #5B5B5B;
          font-family: "Roboto-Bold", sans-serif !important; }
        .page-template-page-otimizao-de-consumo .main .bg-white .page-content.overflow-y .content-section .important-section .content-section .table-right-dot span.title-red {
          color: #E30609;
          font-family: "Roboto-Bold", sans-serif !important; }

.page-template-page-painel-de-gestao .header-banner .container {
  top: 5vw; }
.page-template-page-painel-de-gestao .main .bg-gray-light .container .page-content.overflow-y {
  padding: 0;
  margin-bottom: 30px; }
  .page-template-page-painel-de-gestao .main .bg-gray-light .container .page-content.overflow-y .club-star-link {
    margin: 40px 0 60px 0; }
    .page-template-page-painel-de-gestao .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex {
      justify-content: space-evenly; }
      .page-template-page-painel-de-gestao .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item:nth-child(even) {
        margin: 0 15px; }
      .page-template-page-painel-de-gestao .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item .btn-outline-gray {
        border: 0;
        width: 250px;
        font-size: 16px;
        color: #000000;
        text-transform: uppercase;
        padding: 15px 20px !important;
        background-color: #F5F5F5;
        font-family: "PFDinTextPro-BoldItalic", sans-serif !important; }
        .page-template-page-painel-de-gestao .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item .btn-outline-gray:hover, .page-template-page-painel-de-gestao .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item .btn-outline-gray:focus {
          outline: none; }
        .page-template-page-painel-de-gestao .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item .btn-outline-gray.active {
          background-color: #E30609 !important;
          box-shadow: 5px 5px 9px rgba(70, 70, 70, 0.31);
          color: #FFFFFF; }
.page-template-page-painel-de-gestao .main .bg-white {
  padding-bottom: 3rem !important;
  background-color: #F4F4F4 !important; }
  .page-template-page-painel-de-gestao .main .bg-white .page-content.overflow-y {
    margin-top: -4vw; }
    .page-template-page-painel-de-gestao .main .bg-white .page-content.overflow-y .club-star-link {
      margin: 40px 0 60px 0; }
      .page-template-page-painel-de-gestao .main .bg-white .page-content.overflow-y .club-star-link .flex {
        justify-content: center; }
  .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section form.margin-bottom {
    margin-bottom: 30px !important; }
  .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section form .month label {
    font-family: "PFDinTextPro-Italic", sans-serif !important;
    text-transform: uppercase;
    color: #000000;
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 14px; }
  .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section form .month .input {
    border: unset;
    padding: 0 10px;
    text-indent: 0;
    font-size: 20px;
    height: fit-content;
    border-radius: 30px;
    width: 150px !important;
    text-transform: uppercase;
    color: #000000 !important;
    font-family: "PFDinTextPro-BoldItalic", sans-serif; }
    .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section form .month .input:focus {
      outline: none; }
  .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .owner-month-filter {
    border-radius: 12px; }
    .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .owner-month-filter .filter-flex {
      align-items: end;
      margin-bottom: 30px; }
      .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .owner-month-filter .filter-flex .header-section {
        margin-left: auto; }
        .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .owner-month-filter .filter-flex .header-section .nav .nav-item:last-child {
          margin-left: 20px; }
        .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .owner-month-filter .filter-flex .header-section .nav .nav-item .nav-link {
          font-family: "PFDinTextPro-BoldItalic", sans-serif !important;
          background-color: #FFFFFF;
          padding: 10px 15px !important;
          font-size: 13px !important;
          color: #000000;
          border: unset;
          width: 125px; }
          .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .owner-month-filter .filter-flex .header-section .nav .nav-item .nav-link.active {
            background-color: #E30609 !important;
            box-shadow: 5px 5px 9px rgba(70, 70, 70, 0.31);
            color: #FFFFFF;
            font-family: "PFDinTextPro-BoldItalic", sans-serif !important; }
  .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .sub-content-section .title.title-gray {
    font-size: 20px;
    color: #5B5B5B;
    font-family: "Roboto-Bold", sans-serif !important; }
    .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .sub-content-section .title.title-gray span {
      color: #E30609;
      font-family: "Roboto-Bold", sans-serif !important; }
  .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .sub-content-section .description {
    font-family: "Roboto-Regular", sans-serif;
    margin-bottom: 25px !important; }
    .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .sub-content-section .description span {
      font-family: "Roboto-Regular", sans-serif; }
  .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .sub-content-section .color-range-section .color-range-title.title-gray {
    font-size: 30px;
    color: #5B5B5B;
    font-family: "Roboto-Bold", sans-serif !important; }
    .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .sub-content-section .color-range-section .color-range-title.title-gray span {
      color: #FFFFFF;
      background-color: #1A65B2;
      font-family: "Roboto-Bold", sans-serif !important;
      padding: 5px 35px !important;
      border-radius: 30px !important;
      font-size: 20px; }
  .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .sub-content-section .table-section .title-section.more-information-section .description a {
    color: #E30609;
    text-decoration: underline;
    font-family: "Roboto-Bold", sans-serif; }
  .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .sub-content-section .table-section .title-section .title-gray {
    font-size: 20px;
    color: #5B5B5B;
    font-family: "Roboto-Medium", sans-serif !important; }
    .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .sub-content-section .table-section .title-section .title-gray span {
      color: #E30609;
      font-family: "Roboto-Medium", sans-serif !important; }
  .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .sub-content-section .table-section .title-section .table-scroll {
    margin-left: auto; }
    .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .sub-content-section .table-section .title-section .table-scroll .btn {
      position: relative; }
      .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .sub-content-section .table-section .title-section .table-scroll .btn:after {
        top: 10px;
        left: 15px;
        content: '';
        width: 10px;
        height: 10px;
        padding: 3px;
        position: absolute;
        border-style: solid;
        display: inline-block;
        border-color: #5B5B5B;
        border-width: 0 2px 2px 0; }
      .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .sub-content-section .table-section .title-section .table-scroll .btn.left:after {
        transform: rotate(130deg); }
      .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .sub-content-section .table-section .title-section .table-scroll .btn.right:after {
        transform: rotate(315deg); }
  .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .sub-content-section .table-section .table-detail {
    overflow-y: auto;
    margin-bottom: 60px; }
    .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .sub-content-section .table-section .table-detail table {
      width: 1300px;
      text-align: center; }
      .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .sub-content-section .table-section .table-detail table thead {
        background-color: #EBEBEB; }
        .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .sub-content-section .table-section .table-detail table thead tr th {
          padding: 10px;
          color: #5B5B5B;
          overflow: hidden;
          text-transform: uppercase;
          font-family: "Roboto-Medium", sans-serif;
          border-right: 1px solid #B2B2B2;
          border-bottom: 1px solid #B2B2B2; }
          .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .sub-content-section .table-section .table-detail table thead tr th:first-child {
            border-top-left-radius: 15px; }
          .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .sub-content-section .table-section .table-detail table thead tr th:last-child {
            border-right: unset;
            border-top-right-radius: 15px; }
      .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .sub-content-section .table-section .table-detail table tbody {
        background-color: #FFFFFF; }
        .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .sub-content-section .table-section .table-detail table tbody tr td {
          padding: 10px;
          color: #5B5B5B;
          overflow: hidden;
          font-family: "Roboto-Regular", sans-serif;
          border-right: 1px solid #B2B2B2;
          border-bottom: 1px solid #B2B2B2; }
          .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .sub-content-section .table-section .table-detail table tbody tr td:first-child {
            border-bottom-left-radius: 15px; }
          .page-template-page-painel-de-gestao .main .bg-white .page-content .content-section .sub-content-section .table-section .table-detail table tbody tr td:last-child {
            border-right: unset;
            border-bottom-right-radius: 15px; }

/* PROGRAMA */
.page-template-page-program .container .page-content {
  padding: 0px; }
  .page-template-page-program .container .page-content .program-banner {
    padding: 25px;
    text-align: center; }
    .page-template-page-program .container .page-content .program-banner .program-container .header-title-content {
      margin: 25px 0px; }
      .page-template-page-program .container .page-content .program-banner .program-container .header-title-content h1 {
        color: #5B5B5B;
        text-transform: uppercase;
        padding: 0px 3vw;
        font-size: 54px;
        font-weight: 100;
        max-width: 767px;
        margin: 0 auto; }
        @media (max-width: 992px) {
          .page-template-page-program .container .page-content .program-banner .program-container .header-title-content h1 {
            font-size: 35px;
            line-height: 30px; } }
    .page-template-page-program .container .page-content .program-banner .program-container .banner-title {
      margin: 25px 0px; }
      .page-template-page-program .container .page-content .program-banner .program-container .banner-title p {
        color: #5B5B5B;
        max-width: 555px;
        margin: 0 auto !important; }
        @media (max-width: 992px) {
          .page-template-page-program .container .page-content .program-banner .program-container .banner-title p {
            font-size: 15px; } }
    .page-template-page-program .container .page-content .program-banner .program-container .banner-content {
      display: inline-flex;
      margin: 20px 0px; }
      @media (max-width: 992px) {
        .page-template-page-program .container .page-content .program-banner .program-container .banner-content {
          display: block; } }
      .page-template-page-program .container .page-content .program-banner .program-container .banner-content label {
        border-radius: 28px;
        font-size: 13px;
        padding: 8px 20px;
        text-transform: uppercase;
        width: max-content;
        margin: 0px 5px;
        font-family: "PFDinTextPro-MediumItalic", sans-serif;
        font-size: 22px; }
        @media (max-width: 992px) {
          .page-template-page-program .container .page-content .program-banner .program-container .banner-content label {
            margin: 0 auto;
            margin-bottom: 10px;
            font-size: 15px !important; } }
      .page-template-page-program .container .page-content .program-banner .program-container .banner-content .btn-gradient.title-yellow {
        font-family: "PFDinTextPro-BoldItalic", sans-serif; }
        @media (max-width: 992px) {
          .page-template-page-program .container .page-content .program-banner .program-container .banner-content .btn-gradient.title-yellow {
            margin: 0 auto; } }
        .page-template-page-program .container .page-content .program-banner .program-container .banner-content .btn-gradient.title-yellow span {
          font-family: "PFDinTextPro-BoldItalic", sans-serif; }
      .page-template-page-program .container .page-content .program-banner .program-container .banner-content .btn-outline-gray {
        color: #878787; }
    .page-template-page-program .container .page-content .program-banner .program-container .header-content {
      padding: 0px 4vw;
      max-width: 587px;
      width: 100%;
      margin: 20px auto; }
      @media (max-width: 992px) {
        .page-template-page-program .container .page-content .program-banner .program-container .header-content p {
          font-size: 14px; } }
  .page-template-page-program .container .page-content .content-block .post-content .goal-banner .goal-banner-imgage {
    margin-bottom: 15px !important; }
  .page-template-page-program .container .page-content .content-block .post-content .goal-banner .goal-content {
    padding: 0px 25px; }
    .page-template-page-program .container .page-content .content-block .post-content .goal-banner .goal-content .row {
      margin: 0 auto; }
      .page-template-page-program .container .page-content .content-block .post-content .goal-banner .goal-content .row .card-light-gray {
        padding: 25px !important;
        max-height: 495px;
        width: 100%;
        height: 100%; }
        .page-template-page-program .container .page-content .content-block .post-content .goal-banner .goal-content .row .card-light-gray .card-icon {
          width: 100%;
          max-height: 495px;
          margin: 15px 0px; }
          .page-template-page-program .container .page-content .content-block .post-content .goal-banner .goal-content .row .card-light-gray .card-icon img {
            height: 100%;
            width: 100%;
            object-fit: contain;
            max-height: 70px;
            max-width: 130px; }
        .page-template-page-program .container .page-content .content-block .post-content .goal-banner .goal-content .row .card-light-gray .program-content {
          max-width: 345px;
          width: 100%;
          height: 100%; }
          .page-template-page-program .container .page-content .content-block .post-content .goal-banner .goal-content .row .card-light-gray .program-content .title {
            margin: 0px;
            color: #5B5B5B;
            font-family: "PFDinTextPro-LightItalic", sans-serif; }
            @media (max-width: 992px) {
              .page-template-page-program .container .page-content .content-block .post-content .goal-banner .goal-content .row .card-light-gray .program-content .title {
                font-size: 22px; } }
          .page-template-page-program .container .page-content .content-block .post-content .goal-banner .goal-content .row .card-light-gray .program-content .subtitle {
            color: #BF0609;
            font-style: normal;
            margin-bottom: 15px;
            font-family: "PFDinTextPro-MediumItalic", sans-serif; }
            @media (max-width: 992px) {
              .page-template-page-program .container .page-content .content-block .post-content .goal-banner .goal-content .row .card-light-gray .program-content .subtitle {
                font-size: 22px; } }
          .page-template-page-program .container .page-content .content-block .post-content .goal-banner .goal-content .row .card-light-gray .program-content p {
            font-family: "PFDinTextPro-Regular", sans-serif;
            font-size: 16px;
            color: #5B5B5B; }
            @media (max-width: 992px) {
              .page-template-page-program .container .page-content .content-block .post-content .goal-banner .goal-content .row .card-light-gray .program-content p {
                font-size: 14px; } }
  .page-template-page-program .container .page-content .content-block .post-content .work-banner .work-title .title-gray {
    margin-bottom: 15px;
    padding: 25px;
    padding-bottom: 0px;
    color: #5B5B5B; }
    @media (max-width: 992px) {
      .page-template-page-program .container .page-content .content-block .post-content .work-banner .work-title .title-gray {
        font-size: 30px;
        line-height: 30px; } }
  .page-template-page-program .container .page-content .content-block .post-content .work-banner .work-title label {
    margin: 0px auto;
    border: 1px solid #B2B2B2;
    border-radius: 28px;
    color: #BF0609;
    font-size: 13px;
    padding: 8px 20px;
    text-transform: uppercase;
    width: max-content;
    font-family: "PFDinTextPro-MediumItalic", sans-serif;
    background-color: transparent !important; }
    @media (max-width: 992px) {
      .page-template-page-program .container .page-content .content-block .post-content .work-banner .work-title label {
        width: 75%; } }
  .page-template-page-program .container .page-content .content-block .post-content .work-banner .row {
    margin: 0 auto;
    max-width: 770px; }
    .page-template-page-program .container .page-content .content-block .post-content .work-banner .row .margin-bottom .card-light-gray {
      background-color: transparent;
      align-items: center; }
      .page-template-page-program .container .page-content .content-block .post-content .work-banner .row .margin-bottom .card-light-gray .card-icon {
        border-radius: 50%;
        width: 60px;
        height: 60px;
        padding: 12px; }
        .page-template-page-program .container .page-content .content-block .post-content .work-banner .row .margin-bottom .card-light-gray .card-icon span {
          font-size: 24px;
          color: #FFFFFF; }
      .page-template-page-program .container .page-content .content-block .post-content .work-banner .row .margin-bottom .card-light-gray .work-content .title {
        margin: 0px;
        color: #BF0609;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
        @media (max-width: 992px) {
          .page-template-page-program .container .page-content .content-block .post-content .work-banner .row .margin-bottom .card-light-gray .work-content .title {
            font-size: 22px; } }
      .page-template-page-program .container .page-content .content-block .post-content .work-banner .row .margin-bottom .card-light-gray .work-content .subtitle {
        color: #5B5B5B;
        margin-bottom: 15px;
        font-family: "PFDinTextPro-LightItalic", sans-serif; }
        @media (max-width: 992px) {
          .page-template-page-program .container .page-content .content-block .post-content .work-banner .row .margin-bottom .card-light-gray .work-content .subtitle {
            font-size: 22px; } }
      .page-template-page-program .container .page-content .content-block .post-content .work-banner .row .margin-bottom .card-light-gray .work-content p {
        font-family: "PFDinTextPro-Regular", sans-serif;
        font-size: 16px;
        color: #5B5B5B; }
        @media (max-width: 992px) {
          .page-template-page-program .container .page-content .content-block .post-content .work-banner .row .margin-bottom .card-light-gray .work-content p {
            font-size: 14px; } }
        .page-template-page-program .container .page-content .content-block .post-content .work-banner .row .margin-bottom .card-light-gray .work-content p a {
          color: #BF0609;
          text-decoration: underline; }
    .page-template-page-program .container .page-content .content-block .post-content .work-banner .row :nth-child(2) .card-light-gray .work-content .title,
    .page-template-page-program .container .page-content .content-block .post-content .work-banner .row :nth-child(3) .card-light-gray .work-content .title {
      color: #5B5B5B;
      font-family: "PFDinTextPro-LightItalic", sans-serif; }
    .page-template-page-program .container .page-content .content-block .post-content .work-banner .row :nth-child(2) .card-light-gray .work-content .subtitle,
    .page-template-page-program .container .page-content .content-block .post-content .work-banner .row :nth-child(3) .card-light-gray .work-content .subtitle {
      color: #BF0609;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .page-template-page-program .container .page-content .content-block .post-content .work-banner .work-document {
    margin-bottom: 20px;
    margin-top: 3vw; }
    .page-template-page-program .container .page-content .content-block .post-content .work-banner .work-document .btn {
      margin: 0 auto;
      width: max-content; }
      .page-template-page-program .container .page-content .content-block .post-content .work-banner .work-document .btn::before {
        content: '';
        width: 22px;
        height: 18px;
        display: inline-block;
        transition: all .35s;
        background-image: url(../images/icon/list-icon.png);
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: -5px; }
      @media (max-width: 992px) {
        .page-template-page-program .container .page-content .content-block .post-content .work-banner .work-document .btn {
          width: 75%; } }
  .page-template-page-program .container .page-content .content-block .post-content .post-slider .slider-title {
    margin-bottom: 5vw; }
    .page-template-page-program .container .page-content .content-block .post-content .post-slider .slider-title .title-gray {
      padding: 25px;
      padding-bottom: 0px;
      color: #5B5B5B; }
      @media (max-width: 992px) {
        .page-template-page-program .container .page-content .content-block .post-content .post-slider .slider-title .title-gray {
          font-size: 30px;
          padding: 15px 0;
          line-height: 30px; } }
    .page-template-page-program .container .page-content .content-block .post-content .post-slider .slider-title label {
      margin: 0px auto;
      border: 1px solid #B2B2B2;
      border-radius: 28px;
      color: #BF0609;
      font-size: 13px;
      padding: 8px 20px;
      text-transform: uppercase;
      width: max-content;
      background-color: transparent !important;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
      @media (max-width: 992px) {
        .page-template-page-program .container .page-content .content-block .post-content .post-slider .slider-title label {
          width: 75%; } }
  .page-template-page-program .container .page-content .content-block .post-content .home-page-post-slider .container.text-center.flex {
    display: none; }
  @media screen and (max-width: 767px) {
    .page-template-page-program .container .page-content .content-block .post-content .home-page-post-slider .home-post-slider .slick-list .slick-track .slick-slide {
      filter: none; } }
  .page-template-page-program .container .page-content .content-block .post-content .home-page-post-slider .home-post-slider .slick-list .slick-track .slick-slide li.product {
    position: relative; }
    .page-template-page-program .container .page-content .content-block .post-content .home-page-post-slider .home-post-slider .slick-list .slick-track .slick-slide li.product a.woocommerce-LoopProduct-link {
      margin-bottom: 35px;
      display: block; }
      .page-template-page-program .container .page-content .content-block .post-content .home-page-post-slider .home-post-slider .slick-list .slick-track .slick-slide li.product a.woocommerce-LoopProduct-link span.price {
        text-transform: uppercase;
        color: #FFFFFF !important; }
        .page-template-page-program .container .page-content .content-block .post-content .home-page-post-slider .home-post-slider .slick-list .slick-track .slick-slide li.product a.woocommerce-LoopProduct-link span.price .woocommerce-Price-amount.amount {
          display: block;
          font-size: 25px;
          padding-right: 5px; }
          .page-template-page-program .container .page-content .content-block .post-content .home-page-post-slider .home-post-slider .slick-list .slick-track .slick-slide li.product a.woocommerce-LoopProduct-link span.price .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
            display: none; }
        .page-template-page-program .container .page-content .content-block .post-content .home-page-post-slider .home-post-slider .slick-list .slick-track .slick-slide li.product a.woocommerce-LoopProduct-link span.price .woocommerce-Price-currencySymbol {
          display: block;
          font-size: 16px;
          padding-right: 5px;
          color: #FFFFFF !important; }
      .page-template-page-program .container .page-content .content-block .post-content .home-page-post-slider .home-post-slider .slick-list .slick-track .slick-slide li.product a.woocommerce-LoopProduct-link span.product-category-badge {
        font-size: 14px !important;
        color: #FFFFFF !important;
        background: #878787 !important;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
      .page-template-page-program .container .page-content .content-block .post-content .home-page-post-slider .home-post-slider .slick-list .slick-track .slick-slide li.product a.woocommerce-LoopProduct-link .description span {
        color: #FFFFFF !important;
        margin: 0 !important;
        font-size: unset; }
  .page-template-page-program .container .page-content .content-block .post-content .footer-banner {
    position: relative;
    z-index: 0;
    margin-top: 25px; }
    .page-template-page-program .container .page-content .content-block .post-content .footer-banner .title-gray {
      color: #5B5B5B;
      font-size: 55px; }
      .page-template-page-program .container .page-content .content-block .post-content .footer-banner .title-gray span {
        color: #BF0609;
        margin: 0 15px; }
    .page-template-page-program .container .page-content .content-block .post-content .footer-banner .container {
      position: absolute;
      bottom: 8vw;
      left: 0;
      right: 0; }
      .page-template-page-program .container .page-content .content-block .post-content .footer-banner .container .footer-title-content .title-yellow {
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
        .page-template-page-program .container .page-content .content-block .post-content .footer-banner .container .footer-title-content .title-yellow span {
          font-family: "PFDinTextPro-LightItalic", sans-serif; }
      .page-template-page-program .container .page-content .content-block .post-content .footer-banner .container .footer-title-content .btn {
        margin: 0 auto;
        width: max-content;
        padding: 8px 20px !important;
        background-color: transparent;
        border: 1px solid #FFFFFF; }
  .page-template-page-program .container .page-content .work-banner .row.margin-top {
    justify-content: space-between; }
  .page-template-page-program .container .page-content .work-banner .margin-bottom {
    margin: 30px 0 !important;
    max-width: 320px; }

/* O PROGRAMA */
.page-template-page-oprograma .banner .header-banner .banner-image {
  height: 25rem; }
.page-template-page-oprograma .container .page-content.overflow-y .program-banner .program-container .header-title-content h1.title-gray {
  color: #000000;
  font-size: 54px; }
  .page-template-page-oprograma .container .page-content.overflow-y .program-banner .program-container .header-title-content h1.title-gray span {
    color: #E30609; }
.page-template-page-oprograma .container .page-content.overflow-y .program-banner .program-container .banner-title p.banner-title-description {
  color: #000000;
  font-family: "Roboto-Regular", sans-serif !important; }
  .page-template-page-oprograma .container .page-content.overflow-y .program-banner .program-container .banner-title p.banner-title-description span {
    color: #E30609;
    font-family: "Roboto-Bold", sans-serif !important; }
.page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .goal-banner-image {
  margin-bottom: 15px !important; }
.page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .rounded-sm {
  border-radius: 20px !important; }
  .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .rounded-sm .goal-banner-image {
    width: 269px;
    height: 342px;
    margin: 0 !important; }
.page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .goal-content {
  width: 100%;
  padding: 0 4vw;
  max-width: 860px;
  margin: 40px auto; }
  .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .goal-content .goal-description {
    margin-bottom: 40px !important;
    font-family: "Roboto-Regular", sans-serif !important; }
    .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .goal-content .goal-description span {
      font-family: "Roboto-Bold", sans-serif !important; }
      .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .goal-content .goal-description span.title-red {
        color: #E30609; }
      .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .goal-content .goal-description span.title-gray {
        color: #5B5B5B; }
.page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .rules-detail {
  padding: 20px; }
  .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .rules-detail .row.margin-top {
    width: 100%;
    margin: 20px auto;
    max-width: 800px; }
    .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .rules-detail .row.margin-top .margin-bottom .title-yellow {
      text-transform: uppercase;
      color: #FFFFFF !important;
      font-family: "PFDinTextPro-ThinItalic", sans-serif; }
      .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .rules-detail .row.margin-top .margin-bottom .title-yellow span {
        display: block;
        color: #FFD800 !important;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .rules-detail .row.margin-top .margin-bottom .arrow-icon {
      width: 20px;
      height: 20px; }
      .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .rules-detail .row.margin-top .margin-bottom .arrow-icon img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
    .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .rules-detail .row.margin-top .margin-bottom .card-light-gray {
      border-radius: 0 !important;
      padding: 20px !important;
      height: 250px; }
      .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .rules-detail .row.margin-top .margin-bottom .card-light-gray .card-icon {
        width: 60px;
        height: 60px; }
        .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .rules-detail .row.margin-top .margin-bottom .card-light-gray .card-icon span {
          font-size: 46px;
          color: #E30609;
          font-family: "PFDinTextPro-ThinItalic", sans-serif; }
      .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .rules-detail .row.margin-top .margin-bottom .card-light-gray .rules-content .description {
        font-size: 19px;
        color: #5B5B5B;
        font-family: "Roboto-Regular", sans-serif !important; }
        .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .rules-detail .row.margin-top .margin-bottom .card-light-gray .rules-content .description span {
          color: #E30609;
          font-family: "Roboto-Bold", sans-serif !important; }
.page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .catalog-products-detail.bg-gray {
  background-color: #EBEBEB !important; }
  .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .catalog-products-detail.bg-gray .catalog-banner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px; }
  .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .catalog-products-detail.bg-gray .catalog-products-card-section {
    justify-content: center;
    position: relative;
    margin-top: -80px;
    flex-wrap: wrap;
    display: flex;
    padding: 10px; }
    .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .catalog-products-detail.bg-gray .catalog-products-card-section .catalog-products-card {
      width: 210px;
      height: 210px;
      display: block;
      overflow: hidden;
      position: relative;
      margin-right: 10px;
      margin-bottom: 10px; }
      .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .catalog-products-detail.bg-gray .catalog-products-card-section .catalog-products-card .bg-overlay {
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.5); }
      .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .catalog-products-detail.bg-gray .catalog-products-card-section .catalog-products-card:hover .bg-overlay {
        opacity: 1; }
      .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .catalog-products-detail.bg-gray .catalog-products-card-section .catalog-products-card:hover .catalog-products-details {
        opacity: 1; }
      .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .catalog-products-detail.bg-gray .catalog-products-card-section .catalog-products-card .card-products-image {
        height: 100%;
        width: 100%;
        object-fit: contain; }
      .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .catalog-products-detail.bg-gray .catalog-products-card-section .catalog-products-card .catalog-products-details {
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute; }
        .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .catalog-products-detail.bg-gray .catalog-products-card-section .catalog-products-card .catalog-products-details .like-icon {
          width: 40px;
          height: 40px;
          margin-top: 20px;
          margin-left: 20px; }
          .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .catalog-products-detail.bg-gray .catalog-products-card-section .catalog-products-card .catalog-products-details .like-icon img {
            height: 100%;
            width: 100%;
            object-fit: contain; }
        .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .catalog-products-detail.bg-gray .catalog-products-card-section .catalog-products-card .catalog-products-details .card-name {
          z-index: 8;
          bottom: 20px;
          line-height: 1;
          font-size: 20px;
          position: absolute;
          color: #FFFFFF;
          transition: all .6s ease;
          text-transform: uppercase;
          margin-left: 20px !important;
          font-family: "PFDinTextPro-MediumItalic", sans-serif; }
          .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .catalog-products-detail.bg-gray .catalog-products-card-section .catalog-products-card .catalog-products-details .card-name span {
            display: block;
            font-family: "PFDinTextPro-MediumItalic", sans-serif; }
.page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .regulamento-detail.bg-white .row.margin-top {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  padding: 20px 5px; }
  .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .regulamento-detail.bg-white .row.margin-top .margin-bottom .card-light-gray {
    background-color: #FFD800 !important;
    border-radius: 0 !important;
    padding: 20px !important;
    height: 250px; }
    .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .regulamento-detail.bg-white .row.margin-top .margin-bottom .card-light-gray .regulamento-content .title-gray {
      color: #5B5B5B;
      text-transform: uppercase;
      font-family: "PFDinTextPro-ThinItalic", sans-serif; }
      .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .regulamento-detail.bg-white .row.margin-top .margin-bottom .card-light-gray .regulamento-content .title-gray span {
        color: #E30609;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .regulamento-detail.bg-white .row.margin-top .margin-bottom .row .margin-bottom {
    padding: 0px;
    flex: 0 0 50%;
    max-width: 50%; }
    .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .regulamento-detail.bg-white .row.margin-top .margin-bottom .row .margin-bottom .card-light-gray {
      background-color: #FFFFFF !important;
      border-radius: 0 !important;
      padding: 0 !important;
      height: 120px; }
      .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .regulamento-detail.bg-white .row.margin-top .margin-bottom .row .margin-bottom .card-light-gray .regulamento-content .title-red {
        text-transform: uppercase;
        font-family: "PFDinTextPro-ThinItalic", sans-serif; }
        .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .regulamento-detail.bg-white .row.margin-top .margin-bottom .row .margin-bottom .card-light-gray .regulamento-content .title-red span {
          display: block;
          font-family: "PFDinTextPro-ThinItalic", sans-serif; }
      .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .regulamento-detail.bg-white .row.margin-top .margin-bottom .row .margin-bottom .card-light-gray .regulamento-content .description {
        font-size: 14px;
        color: #5B5B5B;
        font-family: "Roboto-Regular", sans-serif !important; }
        .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .regulamento-detail.bg-white .row.margin-top .margin-bottom .row .margin-bottom .card-light-gray .regulamento-content .description span {
          display: block;
          color: #5B5B5B;
          font-family: "Roboto-Regular", sans-serif !important; }
.page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .regulamento-detail.bg-white .regulamento-link {
  width: 400px;
  display: flex;
  margin: 0 auto;
  position: relative;
  margin-bottom: 35px;
  align-items: center;
  text-transform: unset;
  justify-content: center;
  background-color: #EBEBEB !important; }
  .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .regulamento-detail.bg-white .regulamento-link p.regulamento-label {
    padding-left: 5px;
    font-size: 16px !important;
    color: #5B5B5B !important;
    font-family: "Roboto-Regular", sans-serif !important; }
    @media screen and (max-width: 992px) {
      .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .regulamento-detail.bg-white .regulamento-link p.regulamento-label {
        padding-right: 5px; } }
    .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .regulamento-detail.bg-white .regulamento-link p.regulamento-label:before {
      top: 20px;
      left: 40px;
      content: '';
      width: 22px;
      height: 22px;
      text-align: center;
      position: absolute;
      transition: all .35s;
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(../images/icon/arrow-right-gray-icon.png); }
  .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .regulamento-detail.bg-white .regulamento-link .btn-red {
    box-shadow: none;
    margin-left: 10px;
    text-transform: unset;
    padding: 0 !important;
    text-decoration: underline;
    min-width: unset !important;
    width: fit-content !important;
    background: transparent !important;
    color: #E30609 !important;
    font-family: "Roboto-Bold", sans-serif !important; }
.page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .campaigns-detail.bg-gray {
  background-color: #EBEBEB !important; }
  .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .campaigns-detail.bg-gray .row.margin-top {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    max-width: 800px; }
    .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .campaigns-detail.bg-gray .row.margin-top .margin-bottom {
      margin: 20px 0; }
      .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .campaigns-detail.bg-gray .row.margin-top .margin-bottom .title-gray {
        font-size: 16px;
        color: #5B5B5B !important;
        font-family: "Roboto-Regular", sans-serif !important; }
        .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .campaigns-detail.bg-gray .row.margin-top .margin-bottom .title-gray span {
          display: block;
          color: #5B5B5B !important;
          font-family: "Roboto-Regular", sans-serif !important; }
      .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .campaigns-detail.bg-gray .row.margin-top .margin-bottom .arrow-icon {
        width: 20px;
        height: 20px; }
        .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .campaigns-detail.bg-gray .row.margin-top .margin-bottom .arrow-icon img {
          height: 100%;
          width: 100%;
          object-fit: contain; }
      .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .campaigns-detail.bg-gray .row.margin-top .margin-bottom .row .margin-bottom {
        margin: 0; }
        .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .campaigns-detail.bg-gray .row.margin-top .margin-bottom .row .margin-bottom .btn {
          width: 230px;
          border: unset;
          margin-bottom: 15px;
          text-transform: unset;
          font-size: 20px !important;
          padding: 8px 20px !important;
          font-family: "Roboto-Regular", sans-serif !important; }
          .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .campaigns-detail.bg-gray .row.margin-top .margin-bottom .row .margin-bottom .btn:hover, .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .campaigns-detail.bg-gray .row.margin-top .margin-bottom .row .margin-bottom .btn:focus {
            outline: none; }
          .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .campaigns-detail.bg-gray .row.margin-top .margin-bottom .row .margin-bottom .btn.btn-white {
            background-color: #FFFFFF !important;
            color: #5B5B5B !important; }
          .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .campaigns-detail.bg-gray .row.margin-top .margin-bottom .row .margin-bottom .btn.btn-red {
            background-color: #E30609 !important;
            font-family: "Roboto-Bold", sans-serif !important;
            color: #FFFFFF !important; }
.page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .program-detail.bg-yellow {
  padding: 25px;
  text-align: center; }
  .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .program-detail.bg-yellow .program-container .header-title-content {
    margin-bottom: 30px !important;
    margin: 25px auto;
    width: 95%; }
    .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .program-detail.bg-yellow .program-container .header-title-content h1.title-gray {
      font-family: "PFDinTextPro-ThinItalic", sans-serif;
      text-transform: uppercase;
      padding-bottom: 30px;
      color: #5B5B5B;
      font-size: 54px;
      line-height: 1; }
      .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .program-detail.bg-yellow .program-container .header-title-content h1.title-gray span {
        color: #E30609;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
.page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .logo-section.bg-white {
  position: relative;
  height: 150px; }
  .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .logo-section.bg-white .logo-container {
    left: 0;
    right: 0;
    top: -40px;
    width: 300px;
    padding: 20px;
    margin: 0 auto;
    position: absolute; }
    .page-template-page-oprograma .container .page-content.overflow-y .content-block .post-content .goal-banner .logo-section.bg-white .logo-container img {
      height: 100%;
      width: 100%;
      object-fit: contain; }

.post-type-archive-selos .header-banner .container {
  top: 5vw; }
.post-type-archive-selos .container .page-content.overflow-y {
  z-index: auto;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px; }
  @media screen and (max-width: 767px) {
    .post-type-archive-selos .container .page-content.overflow-y {
      padding: 15px 0;
      margin-top: 0;
      border-top-left-radius: 0;
      border-top-right-radius: 0; } }
  .post-type-archive-selos .container .page-content.overflow-y .selos-archive-links {
    padding-left: 15px;
    padding-right: 15px; }
    .post-type-archive-selos .container .page-content.overflow-y .selos-archive-links .nav-link.btn-outline-gray {
      height: 70px;
      width: fit-content;
      border-radius: 40px !important;
      background-color: #F5F5F5; }
      .post-type-archive-selos .container .page-content.overflow-y .selos-archive-links .nav-link.btn-outline-gray.active {
        box-shadow: 7px 7px 11px #C7C7C7;
        background-color: #FFD800; }
      .post-type-archive-selos .container .page-content.overflow-y .selos-archive-links .nav-link.btn-outline-gray#contact-tab {
        width: 260px; }
      .post-type-archive-selos .container .page-content.overflow-y .selos-archive-links .nav-link.btn-outline-gray .count {
        height: 50px;
        width: 50px; }
      .post-type-archive-selos .container .page-content.overflow-y .selos-archive-links .nav-link.btn-outline-gray .selos-status-image {
        width: 35px;
        height: 35px; }
  .post-type-archive-selos .container .page-content.overflow-y .selos-rows {
    margin: 0 auto; }
    .post-type-archive-selos .container .page-content.overflow-y .selos-rows .selos-col {
      margin-bottom: 15px; }
      .post-type-archive-selos .container .page-content.overflow-y .selos-rows .selos-col .selos-link .selos-card {
        padding: 20px;
        border-radius: 16px !important; }
        .post-type-archive-selos .container .page-content.overflow-y .selos-rows .selos-col .selos-link .selos-card .badge-icon {
          width: 90px;
          height: 90px; }
          .post-type-archive-selos .container .page-content.overflow-y .selos-rows .selos-col .selos-link .selos-card .badge-icon.p-0 {
            padding: 0 !important; }
          .post-type-archive-selos .container .page-content.overflow-y .selos-rows .selos-col .selos-link .selos-card .badge-icon.rounded-circle {
            border-radius: 50% !important; }
          .post-type-archive-selos .container .page-content.overflow-y .selos-rows .selos-col .selos-link .selos-card .badge-icon .selos-image {
            width: 60px;
            height: 60px;
            opacity: 1; }
        .post-type-archive-selos .container .page-content.overflow-y .selos-rows .selos-col .selos-link .selos-card .badge-active {
          right: -.3125rem;
          width: 1.375rem;
          height: 1.375rem;
          display: block; }
        .post-type-archive-selos .container .page-content.overflow-y .selos-rows .selos-col .selos-link .selos-card.incomplete .selos-image {
          opacity: 0.4; }
        .post-type-archive-selos .container .page-content.overflow-y .selos-rows .selos-col .selos-link .selos-card.incomplete .badge-active {
          display: none; }
        .post-type-archive-selos .container .page-content.overflow-y .selos-rows .selos-col .selos-link .selos-card.incomplete .selos-content .selos-title {
          opacity: 0.4;
          color: #666666 !important; }
        .post-type-archive-selos .container .page-content.overflow-y .selos-rows .selos-col .selos-link .selos-card.incomplete .selos-content .description p {
          opacity: 0.4;
          color: #666666; }
        .post-type-archive-selos .container .page-content.overflow-y .selos-rows .selos-col .selos-link .selos-card .selos-content .selos-title {
          overflow: hidden;
          min-height: 60px;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
        .post-type-archive-selos .container .page-content.overflow-y .selos-rows .selos-col .selos-link .selos-card .selos-content .description {
          overflow: hidden;
          min-height: 70px;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; }
          .post-type-archive-selos .container .page-content.overflow-y .selos-rows .selos-col .selos-link .selos-card .selos-content .description * {
            font-style: unset;
            color: #000000;
            font-family: "Roboto-Regular", sans-serif; }
  .post-type-archive-selos .container .page-content.overflow-y .selos-title-content .selos-title.title-red {
    font-family: "PFDinTextPro-MediumItalic", sans-serif;
    color: #BF0609;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 40px; }
    @media screen and (max-width: 767px) {
      .post-type-archive-selos .container .page-content.overflow-y .selos-title-content .selos-title.title-red {
        font-size: 25px !important;
        line-height: normal;
        margin-bottom: 15px; } }
    .post-type-archive-selos .container .page-content.overflow-y .selos-title-content .selos-title.title-red span {
      font-family: "PFDinTextPro-BoldItalic", sans-serif;
      color: #BF0609;
      display: block; }
  .post-type-archive-selos .container .page-content.overflow-y .selos-title-content .selos-sub-title.title-red {
    font-family: "PFDinTextPro-MediumItalic", sans-serif;
    color: #BF0609;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 40px; }
    @media screen and (max-width: 767px) {
      .post-type-archive-selos .container .page-content.overflow-y .selos-title-content .selos-sub-title.title-red {
        font-size: 25px !important;
        line-height: normal;
        margin-bottom: 15px; } }
  .post-type-archive-selos .container .page-content.overflow-y .selos-title-content p {
    font-family: "Montserrat-Medium", sans-serif;
    margin: 25px 0 !important;
    margin-top: 0 !important;
    font-size: 16px; }
    .post-type-archive-selos .container .page-content.overflow-y .selos-title-content p.description {
      margin: 0 !important; }
    @media screen and (max-width: 767px) {
      .post-type-archive-selos .container .page-content.overflow-y .selos-title-content p {
        font-size: 12px;
        margin-bottom: 10px !important; } }

.sfwd-lessons-template-default .header-banner .container,
.sfwd-courses-template-default .header-banner .container {
  top: 5vw; }
@media screen and (max-width: 767px) {
  .sfwd-lessons-template-default .container .page-content.overflow-y,
  .sfwd-courses-template-default .container .page-content.overflow-y {
    padding: 15px; } }
.sfwd-lessons-template-default .container .page-content.overflow-y .btn.back-button,
.sfwd-courses-template-default .container .page-content.overflow-y .btn.back-button {
  width: 160px; }
  .sfwd-lessons-template-default .container .page-content.overflow-y .btn.back-button:before,
  .sfwd-courses-template-default .container .page-content.overflow-y .btn.back-button:before {
    top: 18px;
    left: 20px;
    filter: invert(1); }
.sfwd-lessons-template-default .container .page-content.overflow-y .avatar,
.sfwd-courses-template-default .container .page-content.overflow-y .avatar {
  width: 65px;
  height: 65px;
  margin-left: 0;
  display: block;
  min-width: 65px;
  margin-right: 15px; }
.sfwd-lessons-template-default .container .page-content.overflow-y .textarea,
.sfwd-courses-template-default .container .page-content.overflow-y .textarea {
  height: 65px !important; }
  .sfwd-lessons-template-default .container .page-content.overflow-y .textarea:focus-visible,
  .sfwd-courses-template-default .container .page-content.overflow-y .textarea:focus-visible {
    outline: unset; }
.sfwd-lessons-template-default .container .page-content.overflow-y .post-content,
.sfwd-courses-template-default .container .page-content.overflow-y .post-content {
  margin: 20px 0; }
  @media screen and (max-width: 767px) {
    .sfwd-lessons-template-default .container .page-content.overflow-y .post-content,
    .sfwd-courses-template-default .container .page-content.overflow-y .post-content {
      margin: 0; } }
  .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-item-list,
  .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-item-list {
    display: none; }
    .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-item-list .ld-button,
    .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-item-list .ld-button {
      display: none; }
  .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-status,
  .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-course-status,
  .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-status,
  .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-course-status {
    background: transparent; }
    .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-status .ld-breadcrumbs,
    .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-status .ld-progress,
    .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-course-status .ld-breadcrumbs,
    .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-course-status .ld-progress,
    .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-status .ld-breadcrumbs,
    .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-status .ld-progress,
    .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-course-status .ld-breadcrumbs,
    .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-course-status .ld-progress {
      background: transparent; }
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-status .ld-breadcrumbs .ld-breadcrumbs-segments,
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-status .ld-breadcrumbs .ld-progress-heading,
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-status .ld-breadcrumbs .ld-progress-bar,
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-status .ld-progress .ld-breadcrumbs-segments,
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-status .ld-progress .ld-progress-heading,
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-status .ld-progress .ld-progress-bar,
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-course-status .ld-breadcrumbs .ld-breadcrumbs-segments,
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-course-status .ld-breadcrumbs .ld-progress-heading,
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-course-status .ld-breadcrumbs .ld-progress-bar,
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-course-status .ld-progress .ld-breadcrumbs-segments,
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-course-status .ld-progress .ld-progress-heading,
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-course-status .ld-progress .ld-progress-bar,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-status .ld-breadcrumbs .ld-breadcrumbs-segments,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-status .ld-breadcrumbs .ld-progress-heading,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-status .ld-breadcrumbs .ld-progress-bar,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-status .ld-progress .ld-breadcrumbs-segments,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-status .ld-progress .ld-progress-heading,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-status .ld-progress .ld-progress-bar,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-course-status .ld-breadcrumbs .ld-breadcrumbs-segments,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-course-status .ld-breadcrumbs .ld-progress-heading,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-course-status .ld-breadcrumbs .ld-progress-bar,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-course-status .ld-progress .ld-breadcrumbs-segments,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-course-status .ld-progress .ld-progress-heading,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-course-status .ld-progress .ld-progress-bar {
        display: none; }
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-status .ld-breadcrumbs .ld-status.ld-status-progress,
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-status .ld-progress .ld-status.ld-status-progress,
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-course-status .ld-breadcrumbs .ld-status.ld-status-progress,
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-course-status .ld-progress .ld-status.ld-status-progress,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-status .ld-breadcrumbs .ld-status.ld-status-progress,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-status .ld-progress .ld-status.ld-status-progress,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-course-status .ld-breadcrumbs .ld-status.ld-status-progress,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-course-status .ld-progress .ld-status.ld-status-progress {
        display: block;
        box-shadow: none;
        margin-left: auto;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-size: 13px !important;
        line-height: 1.5 !important;
        padding: 8px 20px !important;
        font-weight: normal !important;
        border-radius: 28px !important;
        color: #28AF00 !important;
        border: 1px solid #28AF00;
        background-color: transparent !important; }
  .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1,
  .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 {
    margin: 0 !important; }
    .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible iframe,
    .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible iframe {
      width: 100%;
      height: 1000px; }
    .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible figure.wp-block-embed-youtube .wp-block-embed__wrapper,
    .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible figure.wp-block-embed-vimeo .wp-block-embed__wrapper,
    .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible figure.wp-block-embed-youtube .wp-block-embed__wrapper,
    .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible figure.wp-block-embed-vimeo .wp-block-embed__wrapper {
      height: 0;
      padding-top: 0;
      position: relative;
      padding-bottom: 56.25%; }
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible figure.wp-block-embed-vimeo .wp-block-embed__wrapper iframe,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible figure.wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute; }
    .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .ld-alert .ld-button,
    .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .ld-alert .ld-button {
      display: none; }
    .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_description p,
    .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_description p {
      display: none; }
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_description p.course-description,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_description p.course-description {
        display: block; }
    .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_description .title-gray,
    .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_description .title-gray {
      color: #5B5B5B; }
    .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit,
    .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit {
      margin: 0;
      margin-bottom: 10px !important; }
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit:before,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit:before {
        height: 10px; }
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .time,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .time {
        font-weight: normal;
        margin: 0; }
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress {
        background: linear-gradient(90deg, #28af00, #33de00) !important;
        height: 10px; }
    .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_text .wpProQuiz_button,
    .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_text .wpProQuiz_button {
      display: block;
      box-shadow: none;
      text-transform: uppercase;
      font-size: 13px !important;
      line-height: 1.5 !important;
      padding: 8px 20px !important;
      font-weight: normal !important;
      border-radius: 28px !important;
      color: #FFFFFF !important;
      background-color: #28AF00 !important; }
    .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .wpProQuiz_header,
    .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .wpProQuiz_header {
      margin: 0;
      font-size: 40px;
      text-align: center;
      font-weight: normal;
      text-transform: uppercase;
      color: #BF0609;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions,
    .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions {
      align-items: baseline; }
      @media screen and (max-width: 767px) {
        .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions,
        .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions {
          align-items: center; } }
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions .wpProQuiz_button_restartQuiz,
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions .wpProQuiz_button_reShowQuestion,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions .wpProQuiz_button_restartQuiz,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions .wpProQuiz_button_reShowQuestion {
        display: block;
        box-shadow: none;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-size: 13px !important;
        line-height: 1.5 !important;
        padding: 8px 20px !important;
        font-weight: normal !important;
        border-radius: 28px !important;
        color: #FFFFFF !important; }
        @media screen and (max-width: 767px) {
          .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions .wpProQuiz_button_restartQuiz,
          .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions .wpProQuiz_button_reShowQuestion,
          .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions .wpProQuiz_button_restartQuiz,
          .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions .wpProQuiz_button_reShowQuestion {
            text-align: center; } }
      @media screen and (max-width: 767px) {
        .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions .quiz_continue_link,
        .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions .quiz_continue_link {
          display: none; } }
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions .quiz_continue_link a,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions .quiz_continue_link a {
        display: block;
        box-shadow: none;
        margin-bottom: 15px;
        text-transform: uppercase !important;
        font-size: 13px !important;
        line-height: 1.5 !important;
        padding: 8px 20px !important;
        font-weight: normal !important;
        border-radius: 28px !important;
        color: #FFFFFF !important;
        background: linear-gradient(180deg, #BF0609, #E30609) !important; }
        @media screen and (max-width: 767px) {
          .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions .quiz_continue_link a,
          .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions .quiz_continue_link a {
            max-width: 385px; } }
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions .quiz_continue_link + p,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions .quiz_continue_link + p {
        display: flex; }
        @media screen and (max-width: 767px) {
          .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions .quiz_continue_link + p,
          .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions .quiz_continue_link + p {
            width: 185px; } }
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions .wpProQuiz_button_restartQuiz,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions .wpProQuiz_button_restartQuiz {
        background-color: #878787 !important; }
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions .wpProQuiz_button_reShowQuestion,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions .wpProQuiz_button_reShowQuestion {
        background-color: #28AF00 !important; }
        @media screen and (max-width: 767px) {
          .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions .wpProQuiz_button_reShowQuestion,
          .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_results .ld-quiz-actions .wpProQuiz_button_reShowQuestion {
            width: 100%; } }
    .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list,
    .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list {
      padding: 15px;
      list-style: none;
      counter-reset: my-awesome-counter; }
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem {
        counter-increment: my-awesome-counter; }
        .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem::before,
        .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem::before {
          top: 15px;
          left: -15px;
          color: #5B5B5B;
          font-weight: bold;
          padding: 8px 15px;
          position: absolute;
          border-radius: 30px;
          border: 1px solid #B2B2B2;
          font-family: "PFDinTextPro-MediumItalic", sans-serif;
          content: counter(my-awesome-counter); }
          @media (max-width: 992px) {
            .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem::before,
            .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem::before {
              font-size: 12px;
              padding: 5px 10px; } }
        .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_question_page,
        .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_question_page {
          display: none; }
        .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_question,
        .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_question {
          padding-top: 20px;
          padding-left: 30px;
          padding-bottom: 0px;
          margin: 0 !important;
          margin-left: 15px !important;
          border-top: 1px solid #DADADA; }
          @media (max-width: 992px) {
            .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_question,
            .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_question {
              font-size: 14px;
              padding-left: 15px; } }
          .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_question .wpProQuiz_question_text,
          .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_question .wpProQuiz_question_text {
            margin: 0 !important; }
            .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_question .wpProQuiz_question_text p,
            .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_question .wpProQuiz_question_text p {
              padding: 0; }
          .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_question ul.wpProQuiz_questionList,
          .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_question ul.wpProQuiz_questionList {
            font-size: 16px; }
            @media (max-width: 992px) {
              .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_question ul.wpProQuiz_questionList,
              .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_question ul.wpProQuiz_questionList {
                margin-left: -40px !important; } }
            @media (max-width: 992px) {
              .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_question ul.wpProQuiz_questionList li.wpProQuiz_questionListItem p br,
              .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_question ul.wpProQuiz_questionList li.wpProQuiz_questionListItem p br {
                display: none; } }
            .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_question ul.wpProQuiz_questionList li.wpProQuiz_questionListItem label,
            .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_question ul.wpProQuiz_questionList li.wpProQuiz_questionListItem label {
              border: 0;
              padding: 0;
              align-items: center;
              display: flex !important; }
              .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_question ul.wpProQuiz_questionList li.wpProQuiz_questionListItem label .wpProQuiz_questionInput,
              .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_question ul.wpProQuiz_questionList li.wpProQuiz_questionListItem label .wpProQuiz_questionInput {
                min-width: 20px;
                height: 20px; }
                .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_question ul.wpProQuiz_questionList li.wpProQuiz_questionListItem label .wpProQuiz_questionInput:checked:after,
                .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_question ul.wpProQuiz_questionList li.wpProQuiz_questionListItem label .wpProQuiz_questionInput:checked:after {
                  top: 0px;
                  left: 1px;
                  width: 17px;
                  height: 18px;
                  position: relative;
                  border-radius: 15px;
                  background-color: #FFFFFF;
                  content: "";
                  display: inline-block;
                  visibility: visible;
                  border: 4px solid #28AF00; }
        .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_response,
        .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_response {
          border: 0;
          padding: 0;
          overflow: hidden;
          min-height: auto;
          border-radius: 20px;
          text-transform: uppercase;
          color: #FFFFFF; }
          .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_response .wpProQuiz_correct,
          .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_response .wpProQuiz_incorrect,
          .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_response .wpProQuiz_correct,
          .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_response .wpProQuiz_incorrect {
            padding: 5px;
            background-color: #BF0609; }
            .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_response .wpProQuiz_correct span,
            .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_response .wpProQuiz_incorrect span,
            .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_response .wpProQuiz_correct span,
            .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_response .wpProQuiz_incorrect span {
              font-weight: normal; }
              .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_response .wpProQuiz_correct span br,
              .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_response .wpProQuiz_incorrect span br,
              .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_response .wpProQuiz_correct span br,
              .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_response .wpProQuiz_incorrect span br {
                display: none; }
            .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_response .wpProQuiz_correct .wpProQuiz_AnswerMessage,
            .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_response .wpProQuiz_incorrect .wpProQuiz_AnswerMessage,
            .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_response .wpProQuiz_correct .wpProQuiz_AnswerMessage,
            .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_response .wpProQuiz_incorrect .wpProQuiz_AnswerMessage {
              padding: 0; }
          .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_response .wpProQuiz_correct,
          .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem .wpProQuiz_response .wpProQuiz_correct {
            background-color: #28AF00 !important; }
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list .wpProQuiz_answerCorrect label,
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list .wpProQuiz_answerIncorrect label,
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list .wpProQuiz_answerCorrectIncomplete label,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list .wpProQuiz_answerCorrect label,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list .wpProQuiz_answerIncorrect label,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list .wpProQuiz_answerCorrectIncomplete label {
        font-weight: bold;
        background: transparent; }
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list .wpProQuiz_answerCorrect .wpProQuiz_questionInput,
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list .wpProQuiz_answerIncorrect .wpProQuiz_questionInput,
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list .wpProQuiz_answerCorrectIncomplete .wpProQuiz_questionInput,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list .wpProQuiz_answerCorrect .wpProQuiz_questionInput,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list .wpProQuiz_answerIncorrect .wpProQuiz_questionInput,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list .wpProQuiz_answerCorrectIncomplete .wpProQuiz_questionInput {
        width: 20px;
        height: 20px; }
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list .wpProQuiz_answerCorrect label.is-selected,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list .wpProQuiz_answerCorrect label.is-selected {
        background: transparent;
        color: #28AF00 !important; }
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list .wpProQuiz_answerCorrect .wpProQuiz_questionInput:after,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list .wpProQuiz_answerCorrect .wpProQuiz_questionInput:after {
        top: 0px;
        left: 1px;
        width: 17px;
        height: 18px;
        position: relative;
        border-radius: 15px;
        background-color: #FFFFFF;
        content: "";
        display: inline-block;
        visibility: visible;
        border: 4px solid #28AF00 !important; }
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list .wpProQuiz_answerCorrectIncomplete label,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list .wpProQuiz_answerCorrectIncomplete label {
        background: transparent;
        color: #28AF00 !important; }
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list .wpProQuiz_answerCorrectIncomplete .wpProQuiz_questionInput:after,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list .wpProQuiz_answerCorrectIncomplete .wpProQuiz_questionInput:after {
        top: 0px;
        left: 1px;
        width: 17px;
        height: 18px;
        position: relative;
        border-radius: 15px;
        background-color: #FFFFFF;
        content: "";
        display: inline-block;
        visibility: visible;
        border: 4px solid #28AF00 !important; }
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list .wpProQuiz_answerIncorrect label.is-selected,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list .wpProQuiz_answerIncorrect label.is-selected {
        background: transparent;
        color: #BF0609 !important; }
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list .wpProQuiz_answerIncorrect .wpProQuiz_questionInput:checked:after,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list .wpProQuiz_answerIncorrect .wpProQuiz_questionInput:checked:after {
        top: 0px;
        left: 1px;
        width: 17px;
        height: 18px;
        position: relative;
        border-radius: 15px;
        background-color: #FFFFFF;
        content: "";
        display: inline-block;
        visibility: visible;
        border: 4px solid #BF0609 !important; }
      .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list + div .wpProQuiz_button,
      .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list + div .wpProQuiz_button {
        display: block;
        margin: 0 auto;
        box-shadow: none;
        margin-bottom: 40px;
        float: none !important;
        text-transform: uppercase;
        font-size: 13px !important;
        line-height: 1.5 !important;
        padding: 8px 20px !important;
        font-weight: normal !important;
        border-radius: 28px !important;
        color: #FFFFFF !important;
        font-family: "PFDinTextPro-MediumItalic", sans-serif;
        background-color: #28AF00 !important; }
  .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-topic-list .ld-table-list .ld-table-list-header,
  .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-courses-topic-list .ld-table-list .ld-table-list-header,
  .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-topic-list .ld-table-list .ld-table-list-header,
  .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-courses-topic-list .ld-table-list .ld-table-list-header {
    background-color: #878787 !important;
    font-weight: normal; }
  .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-topic-list .ld-table-list .ld-table-list-items .ld-table-list-item .ld-table-list-item-preview .ld-item-title,
  .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-topic-list .ld-table-list .ld-table-list-items .ld-table-list-item .ld-table-list-item-preview .ld-topic-title,
  .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-courses-topic-list .ld-table-list .ld-table-list-items .ld-table-list-item .ld-table-list-item-preview .ld-item-title,
  .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-courses-topic-list .ld-table-list .ld-table-list-items .ld-table-list-item .ld-table-list-item-preview .ld-topic-title,
  .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-topic-list .ld-table-list .ld-table-list-items .ld-table-list-item .ld-table-list-item-preview .ld-item-title,
  .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-topic-list .ld-table-list .ld-table-list-items .ld-table-list-item .ld-table-list-item-preview .ld-topic-title,
  .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-courses-topic-list .ld-table-list .ld-table-list-items .ld-table-list-item .ld-table-list-item-preview .ld-item-title,
  .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-courses-topic-list .ld-table-list .ld-table-list-items .ld-table-list-item .ld-table-list-item-preview .ld-topic-title {
    color: #BF0609; }
    .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-topic-list .ld-table-list .ld-table-list-items .ld-table-list-item .ld-table-list-item-preview .ld-item-title:hover,
    .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-topic-list .ld-table-list .ld-table-list-items .ld-table-list-item .ld-table-list-item-preview .ld-topic-title:hover,
    .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-courses-topic-list .ld-table-list .ld-table-list-items .ld-table-list-item .ld-table-list-item-preview .ld-item-title:hover,
    .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-courses-topic-list .ld-table-list .ld-table-list-items .ld-table-list-item .ld-table-list-item-preview .ld-topic-title:hover,
    .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-topic-list .ld-table-list .ld-table-list-items .ld-table-list-item .ld-table-list-item-preview .ld-item-title:hover,
    .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-topic-list .ld-table-list .ld-table-list-items .ld-table-list-item .ld-table-list-item-preview .ld-topic-title:hover,
    .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-courses-topic-list .ld-table-list .ld-table-list-items .ld-table-list-item .ld-table-list-item-preview .ld-item-title:hover,
    .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-courses-topic-list .ld-table-list .ld-table-list-items .ld-table-list-item .ld-table-list-item-preview .ld-topic-title:hover {
      color: #BF0609; }
  .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-topic-list .ld-table-list .ld-table-list-items .ld-table-list-item .ld-table-list-item-preview:hover,
  .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-courses-topic-list .ld-table-list .ld-table-list-items .ld-table-list-item .ld-table-list-item-preview:hover,
  .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-topic-list .ld-table-list .ld-table-list-items .ld-table-list-item .ld-table-list-item-preview:hover,
  .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-courses-topic-list .ld-table-list .ld-table-list-items .ld-table-list-item .ld-table-list-item-preview:hover {
    color: #BF0609; }
  .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-content-actions,
  .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-topic-list,
  .sfwd-lessons-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-courses-topic-list,
  .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-content-actions,
  .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-lesson-topic-list,
  .sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-courses-topic-list {
    display: none; }
.sfwd-lessons-template-default .container .page-content.overflow-y .learndash-course-complete-message .course-success .message.title-red,
.sfwd-courses-template-default .container .page-content.overflow-y .learndash-course-complete-message .course-success .message.title-red {
  margin-bottom: 30px;
  font-family: "PFDinTextPro-MediumItalic", sans-serif; }
.sfwd-lessons-template-default .container .page-content.overflow-y .learndash-course-complete-message .course-success .success-content,
.sfwd-courses-template-default .container .page-content.overflow-y .learndash-course-complete-message .course-success .success-content {
  margin-bottom: 30px; }
  .sfwd-lessons-template-default .container .page-content.overflow-y .learndash-course-complete-message .course-success .success-content .title-gray,
  .sfwd-courses-template-default .container .page-content.overflow-y .learndash-course-complete-message .course-success .success-content .title-gray {
    margin: 0;
    color: #5B5B5B; }
.sfwd-lessons-template-default .container .page-content.overflow-y .learndash-course-complete-message .course-success .text-center,
.sfwd-courses-template-default .container .page-content.overflow-y .learndash-course-complete-message .course-success .text-center {
  margin-bottom: 30px; }
  .sfwd-lessons-template-default .container .page-content.overflow-y .learndash-course-complete-message .course-success .text-center .learndash-course-points,
  .sfwd-courses-template-default .container .page-content.overflow-y .learndash-course-complete-message .course-success .text-center .learndash-course-points {
    font-size: 60px;
    line-height: 50px;
    color: #28AF00;
    margin-bottom: 15px !important;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    .sfwd-lessons-template-default .container .page-content.overflow-y .learndash-course-complete-message .course-success .text-center .learndash-course-points strong,
    .sfwd-courses-template-default .container .page-content.overflow-y .learndash-course-complete-message .course-success .text-center .learndash-course-points strong {
      display: none; }
  .sfwd-lessons-template-default .container .page-content.overflow-y .learndash-course-complete-message .course-success .text-center .title-gray,
  .sfwd-courses-template-default .container .page-content.overflow-y .learndash-course-complete-message .course-success .text-center .title-gray {
    margin: 0;
    color: #5B5B5B; }
.sfwd-lessons-template-default .container .page-content.overflow-y .learndash-course-complete-message .course-success .justify-center .btn,
.sfwd-courses-template-default .container .page-content.overflow-y .learndash-course-complete-message .course-success .justify-center .btn {
  padding: 5px 15px !important; }
.sfwd-lessons-template-default .future-courses .card.card-light-gray,
.sfwd-courses-template-default .future-courses .card.card-light-gray {
  border: 0;
  max-width: 261px;
  max-height: 345px;
  padding: 0 !important;
  background: transparent;
  background-color: #F4F4F4; }
  .sfwd-lessons-template-default .future-courses .card.card-light-gray:hover,
  .sfwd-courses-template-default .future-courses .card.card-light-gray:hover {
    box-shadow: 0 0 7px rgba(47, 47, 47, 0.42); }
  .sfwd-lessons-template-default .future-courses .card.card-light-gray .courses-image,
  .sfwd-courses-template-default .future-courses .card.card-light-gray .courses-image {
    height: 185px;
    max-width: 260px; }
    .sfwd-lessons-template-default .future-courses .card.card-light-gray .courses-image img,
    .sfwd-courses-template-default .future-courses .card.card-light-gray .courses-image img {
      border-top-right-radius: 30px;
      border-top-left-radius: 30px; }
  .sfwd-lessons-template-default .future-courses .card.card-light-gray .courses-content,
  .sfwd-courses-template-default .future-courses .card.card-light-gray .courses-content {
    padding: 8px 20px;
    border-radius: 28px;
    padding-bottom: 20px; }
    .sfwd-lessons-template-default .future-courses .card.card-light-gray .courses-content label,
    .sfwd-courses-template-default .future-courses .card.card-light-gray .courses-content label {
      margin: 12px 0; }
    .sfwd-lessons-template-default .future-courses .card.card-light-gray .courses-content .title,
    .sfwd-courses-template-default .future-courses .card.card-light-gray .courses-content .title {
      font-size: 24px;
      overflow: hidden;
      min-height: 70px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }

.page-template-page-my-timeline .main {
  position: inherit;
  background-color: #F5F5F5; }
.page-template-page-my-timeline .banner-slider .container {
  padding: 0;
  max-width: 100%; }
.page-template-page-my-timeline .banner-slider .slider-item {
  margin-bottom: 0; }
  .page-template-page-my-timeline .banner-slider .slider-item .slick-dots {
    bottom: 60px; }
    @media screen and (max-width: 998px) {
      .page-template-page-my-timeline .banner-slider .slider-item .slick-dots {
        display: none !important; } }
    .page-template-page-my-timeline .banner-slider .slider-item .slick-dots li {
      height: auto;
      width: auto; }
      .page-template-page-my-timeline .banner-slider .slider-item .slick-dots li button {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0; }
        .page-template-page-my-timeline .banner-slider .slider-item .slick-dots li button:before {
          display: none; }
      .page-template-page-my-timeline .banner-slider .slider-item .slick-dots li.slick-active button {
        background-color: #BF0609; }
.page-template-page-my-timeline .quickstart-menu-section .container .proprietario .card.shop-section .icon {
  width: 220px;
  height: 164px;
  right: -20px; }
.page-template-page-my-timeline .quickstart-menu-section .container .proprietario .card.discount-coupons-section .icon {
  width: 108px;
  height: 124px;
  bottom: 20px;
  right: 10px; }
.page-template-page-my-timeline .quickstart-menu-section .container .proprietario .card.loja-online-section .icon {
  width: 137px;
  height: 137px;
  bottom: 30px;
  right: 10px; }
.page-template-page-my-timeline .quickstart-menu-section .container .arrow-icon {
  width: 88px;
  height: 88px; }
.page-template-page-my-timeline .quickstart-menu-section .container .card {
  height: 220px;
  padding: 32px; }
  .page-template-page-my-timeline .quickstart-menu-section .container .card .icon {
    transition: transform 0.3s ease, bottom 0.3s ease; }
  .page-template-page-my-timeline .quickstart-menu-section .container .card.mission-section .icon {
    width: 270px;
    height: 220px;
    bottom: -40px; }
  .page-template-page-my-timeline .quickstart-menu-section .container .card.mission-section:hover .icon {
    transform: translateX(25px) translateY(-70px) scale(1.1); }
  .page-template-page-my-timeline .quickstart-menu-section .container .card.aprenda-section .icon {
    width: 250px;
    right: -15px;
    height: 200px; }
  .page-template-page-my-timeline .quickstart-menu-section .container .card.aprenda-section:hover .icon {
    transform: scale(1);
    right: 15px; }
  .page-template-page-my-timeline .quickstart-menu-section .container .card.shop-section .icon {
    width: 310px;
    height: 200px;
    right: 32px; }
  .page-template-page-my-timeline .quickstart-menu-section .container .card.shop-section:hover .icon {
    transform: scale(1.1); }
  .page-template-page-my-timeline .quickstart-menu-section .container .card.game-section .icon {
    width: 310px;
    height: 200px; }
  .page-template-page-my-timeline .quickstart-menu-section .container .card.game-section:hover .icon {
    transform: scale(1.2); }
  .page-template-page-my-timeline .quickstart-menu-section .container .card.discount-coupons-section .icon {
    width: 150px;
    height: 150px;
    bottom: 32px;
    right: 32px; }
  .page-template-page-my-timeline .quickstart-menu-section .container .card.discount-coupons-section:hover .icon {
    transform: scale(1.2); }
  .page-template-page-my-timeline .quickstart-menu-section .container .card.performance-section .icon {
    width: 310px;
    height: 200px; }
  .page-template-page-my-timeline .quickstart-menu-section .container .card.performance-section:hover .icon {
    transform: scale(1.2); }
  .page-template-page-my-timeline .quickstart-menu-section .container .card.loja-online-section .icon {
    width: 220px;
    height: 220px;
    right: 45px; }
  .page-template-page-my-timeline .quickstart-menu-section .container .card.loja-online-section:hover .icon {
    transform: scale(1.2); }
.page-template-page-my-timeline .performance-page-content-section .card {
  height: 256px; }
  .page-template-page-my-timeline .performance-page-content-section .card .icon {
    width: 150px;
    height: 150px; }
.page-template-page-my-timeline .home-performance-section .my-3 {
  margin-bottom: 25px !important; }
.page-template-page-my-timeline .home-performance-section .home-performance {
  padding: 30px 0; }
  @media screen and (max-width: 998px) {
    .page-template-page-my-timeline .home-performance-section .home-performance {
      padding: 15px; } }
  .page-template-page-my-timeline .home-performance-section .home-performance .container {
    padding: 0; }
    .page-template-page-my-timeline .home-performance-section .home-performance .container .header-section {
      margin-bottom: 15px; }
      .page-template-page-my-timeline .home-performance-section .home-performance .container .header-section .nav {
        max-width: unset;
        padding: 0 20px;
        padding-left: 10px;
        justify-content: end; }
        .page-template-page-my-timeline .home-performance-section .home-performance .container .header-section .nav li:first-child {
          margin-left: 0; }
        .page-template-page-my-timeline .home-performance-section .home-performance .container .header-section .nav li.mission {
          margin-bottom: unset;
          margin-left: auto; }
        .page-template-page-my-timeline .home-performance-section .home-performance .container .header-section .nav li .btn-outline-gray {
          border: 0;
          font-size: 16px !important;
          color: #000000 !important;
          padding: 8px 20px !important;
          background: #F5F5F5 !important;
          font-family: "PFDinTextPro-Italic", sans-serif !important; }
          .page-template-page-my-timeline .home-performance-section .home-performance .container .header-section .nav li .btn-outline-gray:hover, .page-template-page-my-timeline .home-performance-section .home-performance .container .header-section .nav li .btn-outline-gray:focus {
            outline: none; }
        .page-template-page-my-timeline .home-performance-section .home-performance .container .header-section .nav li .active {
          background: #FFD800 !important;
          box-shadow: 5px 5px 9px rgba(70, 70, 70, 0.31);
          font-family: "PFDinTextPro-BoldItalic", sans-serif !important;
          border: 0; }
  .page-template-page-my-timeline .home-performance-section .home-performance .content-section.tab-content {
    padding: 25px;
    border-radius: 20px;
    background-color: #F5F5F5;
    box-shadow: 5px 5px 9px rgba(70, 70, 70, 0.31); }
  .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .profiles-distributor {
    margin-top: 31px !important; }
  @media screen and (max-width: 998px) {
    .page-template-page-my-timeline .home-performance-section .home-performance .sub-header-section {
      display: block; } }
  .page-template-page-my-timeline .home-performance-section .home-performance .sub-header-section .points,
  .page-template-page-my-timeline .home-performance-section .home-performance .sub-header-section .user-details,
  .page-template-page-my-timeline .home-performance-section .home-performance .sub-header-section .services-policy {
    margin: 0px 15px; }
    @media screen and (max-width: 998px) {
      .page-template-page-my-timeline .home-performance-section .home-performance .sub-header-section .points,
      .page-template-page-my-timeline .home-performance-section .home-performance .sub-header-section .user-details,
      .page-template-page-my-timeline .home-performance-section .home-performance .sub-header-section .services-policy {
        margin: 15px 0 !important; } }
    .page-template-page-my-timeline .home-performance-section .home-performance .sub-header-section .points label,
    .page-template-page-my-timeline .home-performance-section .home-performance .sub-header-section .user-details label,
    .page-template-page-my-timeline .home-performance-section .home-performance .sub-header-section .services-policy label {
      font-family: "PFDinTextPro-Italic", sans-serif !important; }
  .page-template-page-my-timeline .home-performance-section .home-performance .sub-header-section .user-name label,
  .page-template-page-my-timeline .home-performance-section .home-performance .sub-header-section .user-details label,
  .page-template-page-my-timeline .home-performance-section .home-performance .sub-header-section .points label {
    margin: 0px;
    font-size: 12px;
    color: #5B5B5B;
    font-style: unset;
    text-transform: capitalize;
    font-family: "PFDinTextPro-Italic", sans-serif !important; }
  .page-template-page-my-timeline .home-performance-section .home-performance .sub-header-section .user-name h3,
  .page-template-page-my-timeline .home-performance-section .home-performance .sub-header-section .user-details h3,
  .page-template-page-my-timeline .home-performance-section .home-performance .sub-header-section .points h3 {
    margin: 0px;
    font-size: 20px;
    font-style: unset;
    text-transform: capitalize;
    color: #E30609;
    font-family: "PFDinTextPro-MediumItalic", sans-serif !important; }
  .page-template-page-my-timeline .home-performance-section .home-performance .sub-header-section .user-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 270px;
    width: 100%; }
    @media screen and (max-width: 998px) {
      .page-template-page-my-timeline .home-performance-section .home-performance .sub-header-section .user-name {
        margin: 15px 0 !important;
        text-align: center;
        max-width: 100%; } }
  @media screen and (max-width: 998px) {
    .page-template-page-my-timeline .home-performance-section .home-performance .sub-header-section .user-details,
    .page-template-page-my-timeline .home-performance-section .home-performance .sub-header-section .points {
      margin: 0 !important;
      vertical-align: text-top;
      width: 49%;
      display: inline-block; } }
  .page-template-page-my-timeline .home-performance-section .home-performance .sub-header-section .services-policy label {
    margin: 0px;
    font-size: 12px;
    color: #5B5B5B;
    font-style: unset;
    font-family: "Roboto-Regular", sans-serif; }
  .page-template-page-my-timeline .home-performance-section .home-performance .sub-header-section .services-policy p.services-status,
  .page-template-page-my-timeline .home-performance-section .home-performance .sub-header-section .services-policy i,
  .page-template-page-my-timeline .home-performance-section .home-performance .sub-header-section .services-policy span.services-status {
    margin: 0px;
    line-height: 1;
    font-size: 20px;
    color: #B2B2B2;
    text-transform: capitalize;
    font-family: "PFDinTextPro-MediumItalic", sans-serif !important; }
    .page-template-page-my-timeline .home-performance-section .home-performance .sub-header-section .services-policy p.services-status.active,
    .page-template-page-my-timeline .home-performance-section .home-performance .sub-header-section .services-policy i.active,
    .page-template-page-my-timeline .home-performance-section .home-performance .sub-header-section .services-policy span.services-status.active {
      color: #E30609; }
  @media screen and (max-width: 998px) {
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section {
      text-align: center; } }
  .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report {
    display: none; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report.active {
      display: block; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-detail {
      margin-bottom: 10px !important; }
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-detail.mb-0 {
        margin-bottom: 0 !important; }
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-detail .weekly-points.red-border {
        display: block;
        border-color: #E30609; }
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-detail .weekly-points label {
        margin: 0;
        font-size: 20px;
        color: #5B5B5B;
        font-style: unset;
        text-transform: none;
        font-family: "PFDinTextPro-Italic", sans-serif; }
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-detail .weekly-points h1 {
        margin: 0;
        font-family: "PFDinTextPro-MediumItalic", sans-serif;
        color: #BF0609; }
        @media screen and (max-width: 998px) {
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-detail .weekly-points h1 {
            margin-top: 10px !important; } }
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-detail .weekly-points h1 sub {
          font-size: 16px;
          margin-left: -5px;
          text-transform: uppercase;
          color: #BF0609; }
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-detail .finished-service-points label.finished-service {
        margin: 0;
        line-height: 1;
        font-size: 14px;
        color: #5B5B5B;
        text-transform: uppercase;
        font-family: "PFDinTextPro-Italic", sans-serif; }
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-detail .finished-service-points h1.serviceSirius {
        margin: 0;
        font-size: 60px;
        font-family: "PFDinTextPro-MediumItalic", sans-serif;
        color: #BF0609; }
        @media screen and (max-width: 998px) {
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-detail .finished-service-points h1.serviceSirius {
            margin-top: 10px !important; } }
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-detail .services-policy {
        margin-top: 0; }
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-detail .services-policy label {
          margin: 0;
          color: #5B5B5B;
          font-size: 16px;
          text-transform: unset;
          font-family: "Roboto-Regular", sans-serif; }
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-detail .services-policy p.services-status,
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-detail .services-policy i,
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-detail .services-policy span.services-status {
          margin: 0;
          color: #DADADA;
          font-size: 30px;
          text-transform: capitalize;
          font-family: "Roboto-Medium", sans-serif; }
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-detail .services-policy p.services-status.active,
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-detail .services-policy i.active,
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-detail .services-policy span.services-status.active {
            color: #E30609; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-progress .services-bar.mt-4 {
      margin-top: 20px !important; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-progress .revisit-bar + p {
      text-align: end;
      color: #BF0609;
      font-family: "Roboto-Medium", sans-serif; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-progress .gdistributor {
      color: #BF0609;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-progress label {
      margin: 0px;
      line-height: 1;
      font-size: 20px;
      font-style: unset;
      color: #5B5B5B;
      margin-bottom: 10px;
      text-transform: none;
      font-family: "Roboto-Regular", sans-serif; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-progress sup {
      font-family: "Roboto-Regular", sans-serif;
      text-decoration: underline;
      text-transform: none;
      font-size: 20px;
      margin: 0 5px;
      top: -5px; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-progress .progress {
      height: 35px;
      border: 1px solid #5B5B5B;
      border-radius: 10px;
      background-color: #FFFFFF; }
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-progress .progress span {
        color: #5B5B5B; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-progress div.bar:first-child {
      background: linear-gradient(to right, #840305, #FF0003); }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-progress div.bar:last-child {
      background: linear-gradient(to right, #166200, #33DE00); }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-progress .points-bar .bar-detail {
      padding-right: 0; }
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-progress .points-bar .bar-detail .bar {
        display: flex;
        padding-right: 10px;
        align-items: center;
        color: #FFFFFF;
        justify-content: flex-end; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-progress p {
      font-size: 20px;
      color: #5B5B5B;
      text-align: center;
      text-transform: capitalize;
      font-family: "Roboto-Regular", sans-serif; }
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report .weekly-points-content .points-progress p span {
        color: #E30609;
        font-family: "Roboto-Medium", sans-serif; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .weekly-report small.italic {
      font-family: "Roboto-Regular", sans-serif;
      line-height: normal;
      font-style: unset;
      color: #5B5B5B;
      display: block; }
  .page-template-page-my-timeline .home-performance-section .home-performance .content-section #technicoDegradePills-home.weekly-report .points-progress .revisit-bar p.weekly-points {
    width: 15%;
    text-align: end;
    color: #BF0609;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .page-template-page-my-timeline .home-performance-section .home-performance .content-section #technicoDegradePills-home.weekly-report p {
    width: 60%;
    font-family: "PFDinTextPro-Italic", sans-serif; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section #technicoDegradePills-home.weekly-report p span {
      color: #BF0609;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .page-template-page-my-timeline .home-performance-section .home-performance .content-section #almoxarifePills-home.weekly-report .weekly-points-content .weekly_play_label {
    width: 200px;
    line-height: 1; }
  .page-template-page-my-timeline .home-performance-section .home-performance .content-section #almoxarifePills-home.weekly-report .weekly-points-content .weekly_play {
    width: 100px;
    margin-top: 70px;
    border-radius: 10px;
    border: 1px solid #5B5B5B; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section #almoxarifePills-home.weekly-report .weekly-points-content .weekly_play h1 {
      margin: 0 auto; }
  .page-template-page-my-timeline .home-performance-section .home-performance .content-section #almoxarifePills-home.weekly-report .points-progress .revisit-bar p.weekly-points {
    width: 93%;
    font-size: 20px;
    text-align: end;
    color: #BF0609;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .page-template-page-my-timeline .home-performance-section .home-performance .content-section #torrePills-home.weekly-report .points-progress .points-bar p.weekly-progress {
    width: 40%;
    font-size: 20px;
    text-align: right;
    color: #BF0609;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .page-template-page-my-timeline .home-performance-section .home-performance .content-section #technicoPills-mission.weekly-report .weekly-points-content .points-progress .header-section ul li a,
  .page-template-page-my-timeline .home-performance-section .home-performance .content-section #retiradorPills-mission.weekly-report .weekly-points-content .points-progress .header-section ul li a {
    color: #B2B2B2;
    font-family: "PFDinTextPro-Italic", sans-serif;
    padding: 0; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section #technicoPills-mission.weekly-report .weekly-points-content .points-progress .header-section ul li a.active,
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section #retiradorPills-mission.weekly-report .weekly-points-content .points-progress .header-section ul li a.active {
      font-family: "PFDinTextPro-MediumItalic", sans-serif;
      background: transparent !important;
      color: #BF0609 !important;
      box-shadow: none;
      text-decoration: underline; }
  .page-template-page-my-timeline .home-performance-section .home-performance .content-section #technicoPills-mission.weekly-report .weekly-points-content .points-progress .points-detail .weekly-points h1,
  .page-template-page-my-timeline .home-performance-section .home-performance .content-section #retiradorPills-mission.weekly-report .weekly-points-content .points-progress .points-detail .weekly-points h1 {
    display: inline-block;
    vertical-align: middle; }
  .page-template-page-my-timeline .home-performance-section .home-performance .content-section #technicoPills-mission.weekly-report .weekly-points-content .points-progress .points-detail .weekly-points h1 + span,
  .page-template-page-my-timeline .home-performance-section .home-performance .content-section #retiradorPills-mission.weekly-report .weekly-points-content .points-progress .points-detail .weekly-points h1 + span {
    font-family: "PFDinTextPro-MediumItalic", sans-serif;
    color: #B2B2B2;
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    width: 50%; }
  .page-template-page-my-timeline .home-performance-section .home-performance .content-section #technicoPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .content-section p,
  .page-template-page-my-timeline .home-performance-section .home-performance .content-section #retiradorPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .content-section p {
    font-size: 14px;
    text-align: left;
    font-family: "PFDinTextPro-MediumItalic", sans-serif;
    color: #5B5B5B;
    text-transform: unset; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section #technicoPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .content-section p i,
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section #retiradorPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .content-section p i {
      color: #878787; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section #technicoPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .content-section p.table-right-arrow:before,
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section #retiradorPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .content-section p.table-right-arrow:before {
      top: 5px; }
  .page-template-page-my-timeline .home-performance-section .home-performance .content-section #technicoPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .divTable,
  .page-template-page-my-timeline .home-performance-section .home-performance .content-section #retiradorPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .divTable {
    border: 0;
    overflow: initial; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section #technicoPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .divTable .eligibility-content,
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section #retiradorPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .divTable .eligibility-content {
      padding: 0; }
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section #technicoPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .divTable .eligibility-content .table-row,
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section #retiradorPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .divTable .eligibility-content .table-row {
        border-radius: 0; }
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section #technicoPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .divTable .eligibility-content .table-row .divTableCell,
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section #retiradorPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .divTable .eligibility-content .table-row .divTableCell {
          border-radius: 0;
          width: 70%; }
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section #technicoPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .divTable .eligibility-content .table-row .divTableCell + .divTableCell,
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section #retiradorPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .divTable .eligibility-content .table-row .divTableCell + .divTableCell {
            width: 30%; }
            .page-template-page-my-timeline .home-performance-section .home-performance .content-section #technicoPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .divTable .eligibility-content .table-row .divTableCell + .divTableCell p,
            .page-template-page-my-timeline .home-performance-section .home-performance .content-section #retiradorPills-mission.weekly-report .weekly-points-content .points-progress.mission .tab-content .revisit-content .revisit-header .revisit-header-detail .divTable .eligibility-content .table-row .divTableCell + .divTableCell p {
              text-align: center; }
  .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report {
    margin-bottom: 40px;
    display: none; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report.active {
      display: block; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .report,
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .total-report,
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .revisit-report,
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .services-report,
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .connections-report {
      display: flex;
      align-items: flex-end; }
      @media screen and (max-width: 998px) {
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .report,
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .total-report,
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .revisit-report,
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .services-report,
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .connections-report {
          margin-bottom: 40px; } }
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .report .bar-header-content .title-red,
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .total-report .bar-header-content .title-red,
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .revisit-report .bar-header-content .title-red,
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .services-report .bar-header-content .title-red,
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .connections-report .bar-header-content .title-red {
        font-family: "PFDinTextPro-LightItalic", sans-serif; }
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .report .bar-header-content .title-red span,
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .total-report .bar-header-content .title-red span,
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .revisit-report .bar-header-content .title-red span,
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .services-report .bar-header-content .title-red span,
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .connections-report .bar-header-content .title-red span {
          color: #5B5B5B;
          font-family: "PFDinTextPro-Italic", sans-serif; }
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .report .bar-header-content h5,
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .total-report .bar-header-content h5,
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .revisit-report .bar-header-content h5,
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .services-report .bar-header-content h5,
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .connections-report .bar-header-content h5 {
        text-transform: uppercase;
        text-align: end;
        line-height: 1;
        margin: 0;
        width: 150px;
        margin-right: 6px;
        margin-left: -12px; }
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .report .bar-header-content h5 sup,
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .total-report .bar-header-content h5 sup,
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .revisit-report .bar-header-content h5 sup,
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .services-report .bar-header-content h5 sup,
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .connections-report .bar-header-content h5 sup {
          font-family: "Roboto-Regular", sans-serif;
          text-decoration: underline;
          text-transform: none;
          font-size: 18px;
          margin: 0 5px;
          top: -5px; }
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .report li span,
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .total-report li span,
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .revisit-report li span,
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .services-report li span,
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .monthly-report .connections-report li span {
        text-transform: uppercase;
        font-size: 12px; }
  .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule {
    display: none; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule.active {
      display: block; }
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule.active .header-section .nav li .btn-outline-gray {
        text-transform: unset; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .header-section ul li {
      margin: 0px;
      margin-right: 15px; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content {
      padding-top: 0;
      padding-bottom: 0; }
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header h6 {
        color: #5B5B5B;
        text-transform: uppercase; }
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header h6 span {
          display: block; }
      @media screen and (max-width: 998px) {
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail {
          padding: 0; } }
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .header-content h6 {
        height: 90px; }
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .header-content h2 {
        color: #BF0609;
        font-weight: normal;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table,
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table {
        border: 1px solid #B2B2B2;
        border-collapse: collapse;
        border-radius: 10px;
        height: 100%;
        overflow: hidden;
        display: block;
        padding-top: 10px;
        text-transform: uppercase;
        background-color: #F4F4F4; }
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .header-content,
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .other-rules-header,
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .header-content,
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .other-rules-header {
          padding-left: 15px; }
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .header-content .title-red,
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .other-rules-header .title-red,
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .header-content .title-red,
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .other-rules-header .title-red {
            font-family: "PFDinTextPro-MediumItalic", sans-serif; }
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .content-section,
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .other-rules-content,
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .content-section,
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .other-rules-content {
          background-color: #FFFFFF;
          flex-direction: column;
          height: 90%; }
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .content-section p.table-right-arrow,
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .other-rules-content p.table-right-arrow,
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .content-section p.table-right-arrow,
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .other-rules-content p.table-right-arrow {
            padding: 10px 14px;
            font-size: 14px;
            color: #5B5B5B;
            padding-bottom: 0px !important;
            font-family: "PFDinTextPro-MediumItalic", sans-serif; }
            .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .content-section p.table-right-arrow span,
            .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .other-rules-content p.table-right-arrow span,
            .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .content-section p.table-right-arrow span,
            .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .other-rules-content p.table-right-arrow span {
              font-family: "PFDinTextPro-MediumItalic", sans-serif;
              color: #BF0609; }
            .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .content-section p.table-right-arrow sup,
            .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .other-rules-content p.table-right-arrow sup,
            .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .content-section p.table-right-arrow sup,
            .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .other-rules-content p.table-right-arrow sup {
              font-family: "Roboto-Regular", sans-serif;
              text-decoration: underline;
              text-transform: none;
              font-size: 14px;
              margin: 0 5px;
              top: -5px; }
            .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .content-section p.table-right-arrow i,
            .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .other-rules-content p.table-right-arrow i,
            .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .content-section p.table-right-arrow i,
            .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .other-rules-content p.table-right-arrow i {
              font-size: 14px;
              color: #878787;
              font-family: "PFDinTextPro-MediumItalic", sans-serif; }
              .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .content-section p.table-right-arrow i.technico-content,
              .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .other-rules-content p.table-right-arrow i.technico-content,
              .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .content-section p.table-right-arrow i.technico-content,
              .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .other-rules-content p.table-right-arrow i.technico-content {
                font-size: 10px; }
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .content-section .other-rules-footer,
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .other-rules-content .other-rules-footer,
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .content-section .other-rules-footer,
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .other-rules-content .other-rules-footer {
            padding-bottom: 10px; }
            .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .content-section .other-rules-footer .btn,
            .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .other-rules-content .other-rules-footer .btn,
            .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .content-section .other-rules-footer .btn,
            .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .other-rules-content .other-rules-footer .btn {
              width: max-content;
              font-size: 10px !important;
              padding-right: 8px !important;
              padding-left: 8px !important;
              margin: 10px auto; }
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white,
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white {
          height: 100%;
          text-align: left; }
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white .padding,
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white .padding {
            color: #5B5B5B;
            font-family: "PFDinTextPro-MediumItalic", sans-serif; }
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white h5,
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white p,
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white h5,
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white p {
            font-size: 14px; }
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white h5,
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white h5 {
            font-family: "PFDinTextPro-MediumItalic", sans-serif; }
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white p.table-right-arrow,
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white p.table-right-arrow {
            padding: 10px 14px;
            font-size: 14px;
            color: #5B5B5B;
            padding-bottom: 0px !important;
            font-family: "PFDinTextPro-MediumItalic", sans-serif; }
            .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white p.table-right-arrow span,
            .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white p.table-right-arrow span {
              font-family: "PFDinTextPro-MediumItalic", sans-serif;
              color: #BF0609; }
            .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white p.table-right-arrow sup,
            .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white p.table-right-arrow sup {
              font-family: "Roboto-Regular", sans-serif;
              text-transform: none;
              font-size: 14px;
              margin: 0 5px;
              top: -5px; }
            .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white p.table-right-arrow i,
            .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white p.table-right-arrow i {
              font-size: 14px;
              color: #878787;
              font-family: "PFDinTextPro-MediumItalic", sans-serif; }
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white .justify-between,
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white .justify-between {
            align-items: flex-start; }
            .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white .justify-between .indicatorTable,
            .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white .justify-between .indicatorTable {
              border: 0.5px solid #B2B2B2;
              margin-bottom: 10px;
              width: 45%; }
              .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white .justify-between .indicatorTable thead tr th,
              .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white .justify-between .indicatorTable thead tr th {
                font-family: "PFDinTextPro-MediumItalic", sans-serif; }
              .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white .justify-between .indicatorTable tbody,
              .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white .justify-between .indicatorTable tbody {
                width: 100%;
                display: inline-table; }
                .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white .justify-between .indicatorTable tbody tr:last-child,
                .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white .justify-between .indicatorTable tbody tr:last-child {
                  background-color: transparent !important; }
                  .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .eligibility-criteria-Table .eligibility-content.bg-white .justify-between .indicatorTable tbody tr:last-child td,
                  .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail .other-rules-Table .eligibility-content.bg-white .justify-between .indicatorTable tbody tr:last-child td {
                    color: #5B5B5B !important;
                    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail table.indicatorTable thead tr th {
        font-size: 20px;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail table.indicatorTable tbody tr:first-child td {
        font-size: 14px; }
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail table.indicatorTable tbody tr td {
        font-size: 13px;
        font-family: "PFDinTextPro-MediumItalic", sans-serif;
        text-transform: none; }
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail table.indicatorTable tfoot {
        height: 20px !important; }
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail table.indicatorTable tfoot tr {
          height: inherit; }
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .revisit-header-detail table.indicatorTable tfoot tr td {
            padding-left: 10px;
            padding-right: 10px;
            font-family: "PFDinTextPro-MediumItalic", sans-serif; }
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-header .other-rules-footer .btn {
        font-size: 10px !important;
        padding: 7px 20px !important;
        margin: 10px auto; }
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-footer h6 {
        color: #5B5B5B; }
      @media screen and (max-width: 998px) {
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-table {
          overflow: auto; } }
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-table table.revisit-table-detail {
        border-collapse: separate;
        border-spacing: 0;
        text-align: center; }
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-table table.revisit-table-detail thead th {
          font-size: 15px;
          color: #5B5B5B;
          padding: 5px 10px;
          font-weight: unset;
          text-transform: uppercase;
          font-family: "PFDinTextPro-MediumItalic", sans-serif; }
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-table table.revisit-table-detail tr th {
          border-right: 1px solid #5B5B5B;
          border-bottom: 1px solid #5B5B5B;
          background: transparent;
          border-top: 1px solid #5B5B5B; }
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-table table.revisit-table-detail tr th:first-child {
            border-left: 1px solid #5B5B5B; }
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-table table.revisit-table-detail tr td.tbl-label {
          vertical-align: bottom; }
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-table table.revisit-table-detail tr td.tbl-label .btn {
            margin-left: auto;
            width: max-content; }
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-table table.revisit-table-detail tr td {
          padding: 5px;
          font-size: 15px;
          color: #FFFFFF;
          border-right: 1px solid #5B5B5B;
          border-bottom: 1px solid #5B5B5B;
          font-family: "PFDinTextPro-MediumItalic", sans-serif; }
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-table table.revisit-table-detail tr td small {
            font-family: "PFDinTextPro-MediumItalic", sans-serif; }
          .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-table table.revisit-table-detail tr td:first-child {
            border-left: 1px solid #5B5B5B; }
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-table table.revisit-table-detail tr:first-child th:first-child {
          border-top-left-radius: 6px; }
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-table table.revisit-table-detail tr:first-child th:last-child {
          border-top-right-radius: 6px; }
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-table table.revisit-table-detail tr:last-child td:first-child {
          line-height: 1;
          border-bottom-left-radius: 6px;
          border-bottom-right-radius: 6px;
          border-right: 1px solid #5B5B5B; }
        .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .content-section .revisit-content .revisit-table table.revisit-table-detail tr:last-child td:last-child {
          border: none; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .play-rules .play-rules-content .auto-margin {
      margin: auto 0; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .play-rules .play-rules-content .play-rules-detail .rules-detail label {
      margin-bottom: 5px;
      font-size: 15px;
      color: #5B5B5B;
      text-transform: uppercase; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .play-rules .play-rules-content .play-rules-detail .rules-detail h1 {
      margin: 0px;
      font-size: 25px;
      padding-left: 5px;
      color: #BF0609;
      text-transform: uppercase;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .play-rules .play-rules-content .play-rules-detail .rules-detail h1 small {
        display: block;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .play-rules .play-rules-content .play-rules-detail p {
      color: #5B5B5B; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .play-rules table.indicatorTable tbody tr td {
      padding-left: 10px;
      padding-right: 10px; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .play-rules table.indicatorTable tbody tr:last-child {
      background-color: transparent !important; }
      .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .play-rules table.indicatorTable tbody tr:last-child td {
        color: #5B5B5B !important; }
    .page-template-page-my-timeline .home-performance-section .home-performance .content-section .rule .play-rules table.indicatorTable tfoot tr td {
      padding-left: 10px;
      padding-right: 10px; }
  .page-template-page-my-timeline .home-performance-section .home-performance .content-section .red-border {
    border: 2px solid #BF0609;
    width: max-content;
    border-radius: 10px;
    padding: 10px; }
.page-template-page-my-timeline .timeline-content.margin-bottom {
  margin-bottom: 0 !important; }
  @media screen and (max-width: 998px) {
    .page-template-page-my-timeline .timeline-content.margin-bottom {
      padding: 15px; } }
  .page-template-page-my-timeline .timeline-content.margin-bottom .timeline-container {
    padding-right: 0;
    padding-left: 0; }
  @media screen and (max-width: 600px) {
    .page-template-page-my-timeline .timeline-content.margin-bottom .post-container {
      flex-direction: column-reverse; } }
  .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .left-sidebar {
    width: 100%;
    max-width: 750px;
    margin-right: 15px; }
    @media screen and (max-width: 600px) {
      .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .left-sidebar {
        width: calc(100% + 30px);
        margin-right: -15px;
        margin-left: -15px; } }
    .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .left-sidebar .post-content .create-post .btn-orange {
      padding: 10px 0; }
      @media screen and (max-width: 998px) {
        .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .left-sidebar .post-content .create-post .btn-orange {
          flex-direction: column; } }
      .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .left-sidebar .post-content .create-post .btn-orange .btn-post {
        margin: 0 10px;
        font-size: 16px;
        color: #5B5B5B;
        background-color: #FFFFFF;
        font-family: "PFDinTextPro-Italic", sans-serif; }
        @media screen and (max-width: 998px) {
          .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .left-sidebar .post-content .create-post .btn-orange .btn-post {
            width: 90%;
            margin: 0 auto;
            margin-bottom: 10px;
            padding: 12px 20px !important; }
            .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .left-sidebar .post-content .create-post .btn-orange .btn-post:last-child {
              margin-bottom: 0; } }
        .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .left-sidebar .post-content .create-post .btn-orange .btn-post.active {
          margin: 0;
          color: #000000;
          background-color: #FFD800;
          font-family: "PFDinTextPro-BoldItalic", sans-serif; }
    .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .left-sidebar .footer-banner.timeline-load-more {
      margin-bottom: 20px; }
      .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .left-sidebar .footer-banner.timeline-load-more .btn.btn-orange {
        font-family: "PFDinTextPro-BoldItalic", sans-serif;
        background-color: #000000;
        font-size: 20px; }
        @media screen and (max-width: 998px) {
          .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .left-sidebar .footer-banner.timeline-load-more .btn.btn-orange {
            width: 90% !important; } }
  .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .right-sidebar {
    max-width: 380px;
    width: 100%; }
    .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .right-sidebar .user-point-details {
      margin: 0;
      overflow: hidden;
      margin-bottom: 15px; }
      .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .right-sidebar .user-point-details .achievements-title {
        font-size: 32px;
        padding: 20px; }
        @media screen and (max-width: 998px) {
          .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .right-sidebar .user-point-details .achievements-title span {
            display: block; } }
        @media screen and (max-width: 600px) {
          .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .right-sidebar .user-point-details .achievements-title {
            font-size: 20px;
            padding: 10px 20px; } }
        @media screen and (max-width: 998px) {
          .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .right-sidebar .user-point-details .achievements-title {
            text-align: center;
            font-size: 26px;
            padding: 0; } }
      .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .right-sidebar .user-point-details div.padding {
        padding: 20px;
        border-radius: 20px;
        background-color: #FFFFFF; }
      .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .right-sidebar .user-point-details .points-detail .user-points {
        font-size: 40px; }
      .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .right-sidebar .user-point-details .expiring-day-detail .your-points {
        font-size: 40px; }
      .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .right-sidebar .user-point-details .achievement-detail .btn {
        padding: 10px !important;
        width: 160px; }
        @media screen and (max-width: 998px) {
          .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .right-sidebar .user-point-details .achievement-detail .btn {
            width: 100%;
            justify-content: center; } }
    .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .right-sidebar .clarification-section {
      margin-bottom: 10px; }
      .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .right-sidebar .clarification-section .doubt-header .banner-image {
        height: 700px; }
        @media screen and (max-width: 998px) {
          .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .right-sidebar .clarification-section .doubt-header .banner-image {
            height: unset; } }
        .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .right-sidebar .clarification-section .doubt-header .banner-image img {
          height: 100%;
          object-fit: cover;
          margin-bottom: 15px;
          border-radius: 20px;
          overflow: hidden;
          box-shadow: 5px 5px 9px rgba(70, 70, 70, 0.31); }
  .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px; }
    .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .user-performance-detail {
      max-width: 400px;
      width: 100%;
      margin-right: 25px;
      margin-bottom: 25px; }
      .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .user-performance-detail a {
        display: block;
        height: 100%; }
        .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .user-performance-detail a .recent-banner {
          height: 100%; }
          .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .user-performance-detail a .recent-banner .recent-banner-image {
            height: 100%; }
      .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .user-performance-detail img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .user-performance-detail + .performance-dashboard {
        width: 100%; }
    .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .create-post {
      margin-bottom: 20px; }
      .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .create-post h5 {
        margin: 0;
        font-size: 25px;
        padding: 8px 15px; }
        .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .create-post h5 small {
          font-size: 14px; }
      .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .create-post .add-post {
        align-items: center;
        position: relative;
        border-radius: 20px;
        background-color: #FFFFFF;
        padding-bottom: 25px; }
        .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .create-post .add-post .avatar {
          margin-right: 15px;
          min-width: 50px;
          width: 50px;
          height: 50px; }
          .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .create-post .add-post .avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
          .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .create-post .add-post .avatar + .w-100 {
            position: relative;
            margin-bottom: -15px;
            border-bottom: 1px solid #E5E5E5; }
          .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .create-post .add-post .avatar .avatar-alt {
            font-size: 16px; }
        .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .create-post .add-post textarea {
          border: 0;
          width: 100%;
          font-size: 17px;
          font-size: 20px;
          max-height: 80px;
          resize: none;
          margin: 25px 0; }
          .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .create-post .add-post textarea:focus, .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .create-post .add-post textarea:hover {
            outline: none; }
        .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .create-post .add-post .textarea {
          border: 0;
          width: 100%;
          font-size: 20px;
          max-height: 80px;
          resize: none;
          margin: 25px 0;
          margin-bottom: 50px; }
          .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .create-post .add-post .textarea:focus, .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .create-post .add-post .textarea:hover {
            outline: none; }
          .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .create-post .add-post .textarea.emojionearea {
            width: calc(100% - 10px);
            box-shadow: unset;
            height: 40px; }
            .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .create-post .add-post .textarea.emojionearea.focused {
              -moz-box-shadow: unset;
              -webkit-box-shadow: unset;
              box-shadow: unset; }
            .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .create-post .add-post .textarea.emojionearea .emojionearea-button.active + .emojionearea-picker-position-left,
            .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .create-post .add-post .textarea.emojionearea .emojionearea-button.active + .emojionearea-picker-position-right {
              margin-right: 0;
              top: 55px; }
            .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .create-post .add-post .textarea.emojionearea .emojionearea-picker.emojionearea-picker-position-left .emojionearea-wrapper:after, .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .create-post .add-post .textarea.emojionearea .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper:after {
              top: -10px;
              left: auto;
              right: 20px;
              width: 20px;
              background-position: 0 -90px; }
        .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .create-post .add-post .emoji-picker-icon {
          top: unset;
          bottom: 8px;
          opacity: unset;
          font-size: 32px;
          right: 280px !important; }
          .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .create-post .add-post .emoji-picker-icon::before {
            content: '';
            width: 25px;
            height: 24px;
            transition: all .35s;
            display: inline-block;
            background-size: contain;
            background-repeat: no-repeat;
            background-image: url(../images/icon/emoji-icon.png); }
        .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .create-post .add-post #fileName {
          margin-left: 10px !important;
          width: 350px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .create-post .add-post .error {
          color: #BF0609; }
        .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .create-post .add-post #post-media {
          display: none; }
        .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .create-post .add-post label.btn {
          right: 110px !important;
          cursor: pointer;
          font-size: 16px !important;
          padding-left: 40px !important;
          background-image: url(../images/icon/gallery.png);
          background-size: 20px;
          background-position: 12px center;
          background-repeat: no-repeat; }
        .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .create-post .add-post label,
        .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .create-post .add-post #add-new-post {
          position: absolute;
          margin: 0;
          right: 10px;
          bottom: 0px;
          margin-bottom: 10px;
          font-size: 16px !important;
          color: #B2B2B2 !important;
          padding: 5px 15px !important;
          box-shadow: none !important; }
    .page-template-page-my-timeline .timeline-content.margin-bottom .post-container .post-content .reaction-content.source {
      display: none !important; }
@media screen and (max-width: 998px) {
  .page-template-page-my-timeline .performance-page-content {
    padding: 20px; } }
.page-template-page-my-timeline .performance-page-content .performance-header {
  margin-bottom: 30px !important;
  position: relative;
  z-index: 0; }
  .page-template-page-my-timeline .performance-page-content .performance-header .lesson-image {
    width: 100%;
    max-height: 230px;
    overflow: hidden;
    max-width: 1140px;
    border-radius: 30px; }
    @media screen and (max-width: 998px) {
      .page-template-page-my-timeline .performance-page-content .performance-header .lesson-image {
        max-height: unset;
        max-width: unset;
        height: 150px; } }
    .page-template-page-my-timeline .performance-page-content .performance-header .lesson-image img {
      object-fit: cover;
      max-height: 275px; }
      @media screen and (max-width: 998px) {
        .page-template-page-my-timeline .performance-page-content .performance-header .lesson-image img {
          height: 100%;
          max-height: unset;
          object-position: right; } }
  .page-template-page-my-timeline .performance-page-content .performance-header .lesson-content {
    position: absolute;
    top: 20%;
    width: 95%;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    @media screen and (max-width: 998px) {
      .page-template-page-my-timeline .performance-page-content .performance-header .lesson-content {
        top: 50px;
        left: 25px;
        display: block; } }
    .page-template-page-my-timeline .performance-page-content .performance-header .lesson-content .quiz-link .btn {
      margin-bottom: 10px !important;
      height: 27px !important;
      padding: 0 !important;
      width: 80px; }
      @media screen and (max-width: 998px) {
        .page-template-page-my-timeline .performance-page-content .performance-header .lesson-content .quiz-link .btn {
          padding: 5px 8px !important; } }
    .page-template-page-my-timeline .performance-page-content .performance-header .lesson-content .quiz-link h2.title-gray {
      margin: 0;
      line-height: 1;
      font-size: 58px;
      color: #5B5B5B;
      margin-bottom: 15px;
      text-transform: uppercase;
      font-family: "PFDinTextPro-LightItalic", sans-serif; }
      .page-template-page-my-timeline .performance-page-content .performance-header .lesson-content .quiz-link h2.title-gray span {
        display: block;
        color: #E30609;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
      @media screen and (max-width: 998px) {
        .page-template-page-my-timeline .performance-page-content .performance-header .lesson-content .quiz-link h2.title-gray {
          line-height: 1;
          font-size: 32px;
          margin-bottom: 10px !important; } }
    .page-template-page-my-timeline .performance-page-content .performance-header .lesson-content .quiz-link p.title-gray {
      color: #5B5B5B;
      font-family: "Roboto-Regular", sans-serif;
      margin-bottom: 10px !important; }
      .page-template-page-my-timeline .performance-page-content .performance-header .lesson-content .quiz-link p.title-gray span {
        color: #5B5B5B;
        font-family: "Roboto-Bold", sans-serif; }
    .page-template-page-my-timeline .performance-page-content .performance-header .lesson-content .video-link {
      display: flex;
      border: unset;
      text-transform: unset;
      background-color: #FFFFFF; }
      @media screen and (max-width: 998px) {
        .page-template-page-my-timeline .performance-page-content .performance-header .lesson-content .video-link {
          width: fit-content;
          padding: 8px 10px !important; } }
      .page-template-page-my-timeline .performance-page-content .performance-header .lesson-content .video-link a {
        display: none; }
        .page-template-page-my-timeline .performance-page-content .performance-header .lesson-content .video-link a.link {
          display: block;
          font-size: 16px;
          color: #5B5B5B;
          position: relative;
          padding-left: 35px;
          padding-right: 10px;
          font-family: "Roboto-Medium", sans-serif;
          text-decoration: underline; }
          .page-template-page-my-timeline .performance-page-content .performance-header .lesson-content .video-link a.link:before {
            top: 5px;
            content: '';
            width: 22px;
            height: 22px;
            margin-left: -30px;
            margin-right: 10px;
            text-align: center;
            position: absolute;
            transition: all .35s;
            display: inline-block;
            background-size: contain;
            background-repeat: no-repeat;
            background-image: url(../images/icon/arrow-right.png); }
      .page-template-page-my-timeline .performance-page-content .performance-header .lesson-content .video-link .video-link-label {
        font-size: 16px;
        color: #5B5B5B;
        font-family: "Roboto-Regular", sans-serif; }
.page-template-page-my-timeline .performance-page-content .performance-container {
  margin-bottom: 30px; }
  .page-template-page-my-timeline .performance-page-content .performance-container .left-section {
    padding: 0 5px 0px 15px; }
    @media screen and (max-width: 998px) {
      .page-template-page-my-timeline .performance-page-content .performance-container .left-section {
        margin-bottom: 15px;
        padding: 0px 15px; } }
  .page-template-page-my-timeline .performance-page-content .performance-container .left-section .performance-content,
  .page-template-page-my-timeline .performance-page-content .performance-container .right-section .performance-content {
    position: relative;
    z-index: 0; }
    .page-template-page-my-timeline .performance-page-content .performance-container .left-section .performance-content .mobile-image,
    .page-template-page-my-timeline .performance-page-content .performance-container .right-section .performance-content .mobile-image {
      width: 550px;
      height: 244px;
      overflow: hidden;
      border-radius: 30px; }
      @media screen and (max-width: 998px) {
        .page-template-page-my-timeline .performance-page-content .performance-container .left-section .performance-content .mobile-image,
        .page-template-page-my-timeline .performance-page-content .performance-container .right-section .performance-content .mobile-image {
          width: 100%;
          height: 100%; } }
      .page-template-page-my-timeline .performance-page-content .performance-container .left-section .performance-content .mobile-image img,
      .page-template-page-my-timeline .performance-page-content .performance-container .right-section .performance-content .mobile-image img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .page-template-page-my-timeline .performance-page-content .performance-container .left-section .performance-content .mobile-content,
    .page-template-page-my-timeline .performance-page-content .performance-container .right-section .performance-content .mobile-content {
      position: absolute;
      top: 3vw;
      margin: 0 3vw 0 2vw; }
      @media screen and (max-width: 998px) {
        .page-template-page-my-timeline .performance-page-content .performance-container .left-section .performance-content .mobile-content,
        .page-template-page-my-timeline .performance-page-content .performance-container .right-section .performance-content .mobile-content {
          top: 25px !important;
          right: 0 !important;
          left: 5vw !important; } }
      .page-template-page-my-timeline .performance-page-content .performance-container .left-section .performance-content .mobile-content .download-link h1.title-red,
      .page-template-page-my-timeline .performance-page-content .performance-container .right-section .performance-content .mobile-content .download-link h1.title-red {
        margin: 0;
        line-height: 1;
        font-size: 58px;
        margin-bottom: 15px;
        text-transform: uppercase;
        color: #E30609;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
        .page-template-page-my-timeline .performance-page-content .performance-container .left-section .performance-content .mobile-content .download-link h1.title-red span,
        .page-template-page-my-timeline .performance-page-content .performance-container .right-section .performance-content .mobile-content .download-link h1.title-red span {
          display: unset;
          color: #5B5B5B;
          font-family: "PFDinTextPro-MediumItalic", sans-serif; }
      .page-template-page-my-timeline .performance-page-content .performance-container .left-section .performance-content .mobile-content .download-content .title-gray,
      .page-template-page-my-timeline .performance-page-content .performance-container .right-section .performance-content .mobile-content .download-content .title-gray {
        font-size: 40px;
        font-family: "PFDinTextPro-ThinItalic", sans-serif; }
      .page-template-page-my-timeline .performance-page-content .performance-container .left-section .performance-content .mobile-content .download-content .description,
      .page-template-page-my-timeline .performance-page-content .performance-container .right-section .performance-content .mobile-content .download-content .description {
        font-size: 12px;
        color: #5B5B5B;
        font-family: "Roboto-Regular", sans-serif; }
  .page-template-page-my-timeline .performance-page-content .performance-container .right-section {
    margin: -2px 0px 0px -5px;
    padding-right: 0px; }
    @media screen and (max-width: 998px) {
      .page-template-page-my-timeline .performance-page-content .performance-container .right-section {
        padding: 0px 15px;
        margin: auto; } }
    .page-template-page-my-timeline .performance-page-content .performance-container .right-section .performance-content .mobile-content {
      left: 10px !important; }

/* Timeline Poll */
.page-template-page-poll .wp-polls-loading {
  display: none !important; }
.page-template-page-poll .wp-polls-form .wp-polls-ans ul.wp-polls-ul li {
  margin-bottom: 15px;
  align-items: center;
  display: flex !important; }
  .page-template-page-poll .wp-polls-form .wp-polls-ans ul.wp-polls-ul li input[type="radio"] {
    width: 20px;
    height: 20px; }
  .page-template-page-poll .wp-polls-form .wp-polls-ans ul.wp-polls-ul li label {
    margin-left: 15px;
    background-color: transparent;
    border: 1px solid #878787;
    border-radius: 5px;
    display: block;
    height: 40px;
    width: 400px;
    padding: 5px 0;
    text-indent: 15px; }
    .page-template-page-poll .wp-polls-form .wp-polls-ans ul.wp-polls-ul li label:focus {
      outline-color: #FBBA00 !important; }
.page-template-page-poll .wp-polls-form .wp-polls-ans .poll-btn {
  display: flex;
  justify-content: space-between; }
  .page-template-page-poll .wp-polls-form .wp-polls-ans .poll-btn p input[type="button"] {
    width: 125px;
    display: block;
    box-shadow: none;
    background: #BF0609;
    color: #FFFFFF !important;
    border-radius: 28px !important;
    line-height: 1.5 !important;
    font-size: 13px !important;
    padding: 12px 20px !important;
    text-transform: uppercase;
    font-weight: normal !important;
    font-family: "PFDinTextPro-MediumItalic", sans-serif !important; }
    .page-template-page-poll .wp-polls-form .wp-polls-ans .poll-btn p input[type="button"]:focus {
      outline-color: unset !important; }
  .page-template-page-poll .wp-polls-form .wp-polls-ans .poll-btn p a {
    width: 125px;
    display: block;
    box-shadow: none;
    background: #BF0609;
    color: #FFFFFF !important;
    border-radius: 28px !important;
    line-height: 1.5 !important;
    font-size: 13px !important;
    padding: 12px 20px !important;
    text-transform: uppercase;
    font-weight: normal !important;
    font-family: "PFDinTextPro-MediumItalic", sans-serif !important; }
    .page-template-page-poll .wp-polls-form .wp-polls-ans .poll-btn p a:focus {
      outline-color: unset !important; }
.page-template-page-poll .wp-polls ul.wp-polls-ul li {
  margin-bottom: 15px; }
.page-template-page-poll .wp-polls p a.back-to-poll {
  width: 125px;
  box-shadow: none;
  display: inline-block;
  background: #BF0609;
  color: #FFFFFF !important;
  border-radius: 28px !important;
  line-height: 1.5 !important;
  font-size: 13px !important;
  padding: 12px 20px !important;
  text-transform: uppercase;
  font-weight: normal !important;
  font-family: "PFDinTextPro-MediumItalic", sans-serif !important; }
  .page-template-page-poll .wp-polls p a.back-to-poll:focus {
    outline-color: unset !important; }

.page-template-page-vantagens .header-banner .container {
  top: 5vw; }
.page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .title {
  color: #5B5B5B;
  margin-bottom: 50px; }
  .page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .title span {
    color: #5B5B5B;
    font-family: "PFDinTextPro-Medium", sans-serif; }
.page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .description {
  margin-bottom: 50px; }
  .page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .description .title-gray {
    color: #5B5B5B; }
.page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .page .content-block .post-content .vantagens-container .novelty {
  position: absolute;
  top: 25px;
  width: 720px; }
  .page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .page .content-block .post-content .vantagens-container .novelty .btn {
    width: max-content;
    margin-left: auto; }
.page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .page .content-block .post-content .vantagens-container .category-title {
  color: #E30609;
  font-size: 30px;
  line-height: 1;
  font-family: "PFDinTextPro-BoldItalic", sans-serif; }
  .page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .page .content-block .post-content .vantagens-container .category-title.active {
    color: #E30609; }
.page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .page .content-block .post-content .vantagens-container .vantagens-slick .slick-prev {
  left: -55px; }
.page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .page .content-block .post-content .vantagens-container .vantagens-slick .slick-next {
  right: -60px; }
.page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .page .content-block .post-content .vantagens-container .vantagens-wrapper.active-post .vantagens-details .vantagens .vantagens-header {
  padding: 25px; }
  .page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .page .content-block .post-content .vantagens-container .vantagens-wrapper.active-post .vantagens-details .vantagens .vantagens-header .vantagens-date label.btn {
    width: fit-content;
    color: #ffffff !important; }
  .page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .page .content-block .post-content .vantagens-container .vantagens-wrapper.active-post .vantagens-details .vantagens .vantagens-header .vantagens-link {
    padding: 5px; }
    .page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .page .content-block .post-content .vantagens-container .vantagens-wrapper.active-post .vantagens-details .vantagens .vantagens-header .vantagens-link .vantagens-name {
      color: #000000 !important; }
.page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .page .content-block .post-content .vantagens-container .vantagens-wrapper .ld-item-list .vantagens-details {
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 25px; }
  .page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .page .content-block .post-content .vantagens-container .vantagens-wrapper .ld-item-list .vantagens-details .vantagens .vantagens-header {
    padding: 25px;
    width: 30%; }
    .page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .page .content-block .post-content .vantagens-container .vantagens-wrapper .ld-item-list .vantagens-details .vantagens .vantagens-header .vantagens-date .btn {
      width: fit-content;
      color: #5B5B5B !important; }
    .page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .page .content-block .post-content .vantagens-container .vantagens-wrapper .ld-item-list .vantagens-details .vantagens .vantagens-header .vantagens-link {
      padding: 5px; }
      .page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .page .content-block .post-content .vantagens-container .vantagens-wrapper .ld-item-list .vantagens-details .vantagens .vantagens-header .vantagens-link .vantagens-name {
        font-size: 30px;
        line-height: 1;
        color: #000000;
        text-transform: uppercase;
        font-family: "PFDinTextPro-BoldItalic", sans-serif !important; }
  .page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .page .content-block .post-content .vantagens-container .vantagens-wrapper .ld-item-list .vantagens-details .vantagens .vantagens-content {
    width: 70%; }
    .page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .page .content-block .post-content .vantagens-container .vantagens-wrapper .ld-item-list .vantagens-details .vantagens .vantagens-content .vantagens-image {
      width: 750px;
      opacity: 0.5;
      max-width: 100%;
      border-radius: 0;
      overflow: hidden;
      filter: brightness(70%);
      border-top-left-radius: 25px;
      border-top-right-radius: 25px; }
      @media (max-width: 992px) {
        .page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .page .content-block .post-content .vantagens-container .vantagens-wrapper .ld-item-list .vantagens-details .vantagens .vantagens-content .vantagens-image {
          height: auto;
          width: 350px; } }
      .page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .page .content-block .post-content .vantagens-container .vantagens-wrapper .ld-item-list .vantagens-details .vantagens .vantagens-content .vantagens-image img {
        object-fit: cover;
        height: 87%; }
    .page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .page .content-block .post-content .vantagens-container .vantagens-wrapper .ld-item-list .vantagens-details .vantagens .vantagens-content .active-image {
      opacity: 1; }
  .page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .page .content-block .post-content .vantagens-container .vantagens-wrapper .ld-item-list .vantagens-details .like-container {
    display: flex;
    right: 0;
    position: absolute;
    bottom: 30px;
    left: 27px; }
    .page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .page .content-block .post-content .vantagens-container .vantagens-wrapper .ld-item-list .vantagens-details .like-container.active span.like {
      background-image: url(../images/icon/like-icon-red.png) !important; }
    .page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .page .content-block .post-content .vantagens-container .vantagens-wrapper .ld-item-list .vantagens-details .like-container span.like {
      height: 45px;
      cursor: pointer;
      display: inline-block;
      background-size: 20px;
      width: 45px !important;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(../images/icon/like-icon-gray.png); }
      .page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .page .content-block .post-content .vantagens-container .vantagens-wrapper .ld-item-list .vantagens-details .like-container span.like.outline {
        background-image: url(../images/icon/like-icon.png); }
    .page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .page .content-block .post-content .vantagens-container .vantagens-wrapper .ld-item-list .vantagens-details .like-container span.count {
      margin: 10px 0;
      color: #878787; }
.page-template-page-vantagens .bg-gray-light .container .page-content.overflow-y .page .content-block .post-content .footer-banner .btn {
  width: fit-content;
  color: #8c8c8c !important; }

.post-type-archive-shoponline .header-banner .container,
.tax-shoponline_category .header-banner .container {
  top: 5vw; }
.post-type-archive-shoponline .container .page-content.overflow-y .text-uppercase.title-gray,
.tax-shoponline_category .container .page-content.overflow-y .text-uppercase.title-gray {
  color: #5B5B5B; }
  .post-type-archive-shoponline .container .page-content.overflow-y .text-uppercase.title-gray span,
  .tax-shoponline_category .container .page-content.overflow-y .text-uppercase.title-gray span {
    color: #E30609; }
.post-type-archive-shoponline .container .page-content.overflow-y .loja-online-mega-menu-container,
.tax-shoponline_category .container .page-content.overflow-y .loja-online-mega-menu-container {
  background-color: #FFFFFF;
  width: 100%; }
  .post-type-archive-shoponline .container .page-content.overflow-y .loja-online-mega-menu-container .loja-online-mega-menu .loja-online-menu-content,
  .tax-shoponline_category .container .page-content.overflow-y .loja-online-mega-menu-container .loja-online-mega-menu .loja-online-menu-content {
    width: 100%;
    z-index: 0;
    display: flex;
    overflow: auto;
    list-style: none;
    margin: 0;
    padding: 0; }
    .post-type-archive-shoponline .container .page-content.overflow-y .loja-online-mega-menu-container .loja-online-mega-menu .loja-online-menu-content .menu-item,
    .tax-shoponline_category .container .page-content.overflow-y .loja-online-mega-menu-container .loja-online-mega-menu .loja-online-menu-content .menu-item {
      height: 88px;
      border-radius: 16px;
      border: 1px solid transparent; }
      .post-type-archive-shoponline .container .page-content.overflow-y .loja-online-mega-menu-container .loja-online-mega-menu .loja-online-menu-content .menu-item:hover,
      .tax-shoponline_category .container .page-content.overflow-y .loja-online-mega-menu-container .loja-online-mega-menu .loja-online-menu-content .menu-item:hover {
        border-color: #CCCCCC; }
      .post-type-archive-shoponline .container .page-content.overflow-y .loja-online-mega-menu-container .loja-online-mega-menu .loja-online-menu-content .menu-item.active a,
      .tax-shoponline_category .container .page-content.overflow-y .loja-online-mega-menu-container .loja-online-mega-menu .loja-online-menu-content .menu-item.active a {
        outline: none; }
        .post-type-archive-shoponline .container .page-content.overflow-y .loja-online-mega-menu-container .loja-online-mega-menu .loja-online-menu-content .menu-item.active a:hover, .post-type-archive-shoponline .container .page-content.overflow-y .loja-online-mega-menu-container .loja-online-mega-menu .loja-online-menu-content .menu-item.active a:focus,
        .tax-shoponline_category .container .page-content.overflow-y .loja-online-mega-menu-container .loja-online-mega-menu .loja-online-menu-content .menu-item.active a:hover,
        .tax-shoponline_category .container .page-content.overflow-y .loja-online-mega-menu-container .loja-online-mega-menu .loja-online-menu-content .menu-item.active a:focus {
          outline: none; }
      @media screen and (max-width: 998px) {
        .post-type-archive-shoponline .container .page-content.overflow-y .loja-online-mega-menu-container .loja-online-mega-menu .loja-online-menu-content .menu-item,
        .tax-shoponline_category .container .page-content.overflow-y .loja-online-mega-menu-container .loja-online-mega-menu .loja-online-menu-content .menu-item {
          width: 120px !important;
          height: 90px; } }
      .post-type-archive-shoponline .container .page-content.overflow-y .loja-online-mega-menu-container .loja-online-mega-menu .loja-online-menu-content .menu-item .sub-link .category-icon,
      .tax-shoponline_category .container .page-content.overflow-y .loja-online-mega-menu-container .loja-online-mega-menu .loja-online-menu-content .menu-item .sub-link .category-icon {
        width: auto;
        height: 34px; }
        @media screen and (max-width: 998px) {
          .post-type-archive-shoponline .container .page-content.overflow-y .loja-online-mega-menu-container .loja-online-mega-menu .loja-online-menu-content .menu-item .sub-link .category-icon,
          .tax-shoponline_category .container .page-content.overflow-y .loja-online-mega-menu-container .loja-online-mega-menu .loja-online-menu-content .menu-item .sub-link .category-icon {
            width: 120px;
            height: 40px; } }
      .post-type-archive-shoponline .container .page-content.overflow-y .loja-online-mega-menu-container .loja-online-mega-menu .loja-online-menu-content .menu-item .sub-link .category-name,
      .tax-shoponline_category .container .page-content.overflow-y .loja-online-mega-menu-container .loja-online-mega-menu .loja-online-menu-content .menu-item .sub-link .category-name {
        padding: 10px 0;
        color: #000000;
        line-height: normal;
        font-size: 13px;
        padding-bottom: 0;
        font-family: "PFDinTextPro-BoldItalic", sans-serif !important; }
.post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section,
.tax-shoponline_category .container .page-content.overflow-y .loja-search-section {
  margin: 0;
  margin-bottom: 25px; }
  .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .woocommerce,
  .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .woocommerce {
    margin-bottom: 25px; }
  .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .search-download-section,
  .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .search-download-section {
    border-radius: 25px; }
    .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .search-download-section .search-loja .search-field,
    .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .search-download-section .search-loja .search-field {
      width: 95%;
      box-shadow: none; }
      @media (max-width: 992px) {
        .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .search-download-section .search-loja .search-field,
        .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .search-download-section .search-loja .search-field {
          width: 95%;
          height: 35px;
          font-size: 14px;
          margin-bottom: 10px; } }
      .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .search-download-section .search-loja .search-field::-webkit-input-placeholder,
      .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .search-download-section .search-loja .search-field::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #000000; }
      .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .search-download-section .search-loja .search-field::-moz-placeholder,
      .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .search-download-section .search-loja .search-field::-moz-placeholder {
        /* Firefox 19+ */
        color: #000000; }
      .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .search-download-section .search-loja .search-field:-ms-input-placeholder,
      .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .search-download-section .search-loja .search-field:-ms-input-placeholder {
        /* IE 10+ */
        color: #000000; }
      .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .search-download-section .search-loja .search-field:-moz-placeholder,
      .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .search-download-section .search-loja .search-field:-moz-placeholder {
        /* Firefox 18- */
        color: #000000; }
      .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .search-download-section .search-loja .search-field:hover, .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .search-download-section .search-loja .search-field:focus,
      .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .search-download-section .search-loja .search-field:hover,
      .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .search-download-section .search-loja .search-field:focus {
        outline: none; }
    .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .search-download-section .search-loja .input-group-btn .btn,
    .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .search-download-section .search-loja .input-group-btn .btn {
      border: none;
      padding: 10px 15px !important;
      background-color: #FBBA00; }
      @media (max-width: 992px) {
        .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .search-download-section .search-loja .input-group-btn .btn,
        .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .search-download-section .search-loja .input-group-btn .btn {
          margin: 0 auto;
          padding: 8px 20px !important; } }
  @media screen and (max-width: 998px) {
    .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .search-section,
    .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .search-section {
      flex-direction: column; } }
  @media screen and (max-width: 998px) {
    .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .search-section .search-loja,
    .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .search-section .search-loja {
      width: 100% !important;
      margin-right: 0 !important; } }
  .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .search-section .search-loja .search-field,
  .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .search-section .search-loja .search-field {
    box-shadow: none;
    text-indent: 25px;
    border-radius: 25px; }
    @media (max-width: 992px) {
      .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .search-section .search-loja .search-field,
      .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .search-section .search-loja .search-field {
        height: 55px;
        font-size: 14px;
        margin-bottom: 10px; } }
    .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .search-section .search-loja .search-field::-webkit-input-placeholder,
    .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .search-section .search-loja .search-field::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #000000; }
    .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .search-section .search-loja .search-field::-moz-placeholder,
    .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .search-section .search-loja .search-field::-moz-placeholder {
      /* Firefox 19+ */
      color: #000000; }
    .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .search-section .search-loja .search-field:-ms-input-placeholder,
    .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .search-section .search-loja .search-field:-ms-input-placeholder {
      /* IE 10+ */
      color: #000000; }
    .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .search-section .search-loja .search-field:-moz-placeholder,
    .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .search-section .search-loja .search-field:-moz-placeholder {
      /* Firefox 18- */
      color: #000000; }
    .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .search-section .search-loja .search-field:hover, .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .search-section .search-loja .search-field:focus,
    .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .search-section .search-loja .search-field:hover,
    .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .search-section .search-loja .search-field:focus {
      outline: none; }
  .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .search-section .search-loja .input-group-btn .btn,
  .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .search-section .search-loja .input-group-btn .btn {
    border: none;
    padding: 10px 15px !important;
    background-color: #FBBA00; }
    @media (max-width: 992px) {
      .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .search-section .search-loja .input-group-btn .btn,
      .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .search-section .search-loja .input-group-btn .btn {
        margin: 0 auto;
        padding: 8px 20px !important; } }
  .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .search-section .filter-accordion-block input,
  .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .search-section .filter-accordion-block input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 50px; }
    .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .search-section .filter-accordion-block input:checked + .filter-detail,
    .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .search-section .filter-accordion-block input:checked + .filter-detail {
      background-color: #E0E0E0 !important; }
  .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .search-section .filter-accordion-block .filter-detail,
  .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .search-section .filter-accordion-block .filter-detail {
    width: 160px; }
  .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .filter-option-detail,
  .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .filter-option-detail {
    background-color: #F5F5F5;
    border-radius: 20px;
    overflow: hidden;
    width: 810px;
    height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media screen and (max-width: 998px) {
      .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .filter-option-detail,
      .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .filter-option-detail {
        width: 100%; } }
    .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .filter-option-detail.active,
    .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .filter-option-detail.active {
      height: auto;
      padding: 1.5rem;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    @media screen and (max-width: 998px) {
      .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .filter-option-detail .filter-options-wrapper,
      .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .filter-option-detail .filter-options-wrapper {
        flex-direction: column; } }
    .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .filter-option-detail .tag-btn,
    .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .filter-option-detail .tag-btn {
      background-color: #E0E0E0; }
    .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .filter-option-detail .tags,
    .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .filter-option-detail .tags {
      gap: 1rem;
      width: 760px;
      flex-wrap: wrap; }
      @media screen and (max-width: 998px) {
        .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .filter-option-detail .tags,
        .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .filter-option-detail .tags {
          width: 100%; } }
      .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .filter-option-detail .tags .tags-list input:checked + label,
      .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .filter-option-detail .tags .tags-list input:checked + label {
        background-color: #FFD800 !important; }
    @media screen and (max-width: 998px) {
      .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .filter-option-detail .sort-by-filter-options,
      .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .filter-option-detail .sort-by-filter-options {
        margin-bottom: 15px;
        margin-right: 0 !important; } }
    .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .filter-option-detail .sort-by-filter-options .filter-select,
    .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .filter-option-detail .sort-by-filter-options .filter-select {
      background-color: #E0E0E0;
      border-radius: 20px;
      height: 40px;
      width: 240px;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      padding-right: 30px;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='black' stroke-width='1' fill='none'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 15px center;
      background-size: 15px; }
      .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .filter-option-detail .sort-by-filter-options .filter-select:hover,
      .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .filter-option-detail .sort-by-filter-options .filter-select:hover {
        border-color: #E0E0E0 !important; }
      @media screen and (max-width: 998px) {
        .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .filter-option-detail .sort-by-filter-options .filter-select,
        .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .filter-option-detail .sort-by-filter-options .filter-select {
          width: 100%; } }
    .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .filter-option-detail .expiration-date-filter-options .date-filter,
    .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .filter-option-detail .expiration-date-filter-options .date-filter {
      background-color: #E0E0E0;
      border-radius: 20px;
      height: 40px;
      padding: 0 12px; }
      .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .filter-option-detail .expiration-date-filter-options .date-filter::before,
      .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .filter-option-detail .expiration-date-filter-options .date-filter::before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 20px;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 12px; }
        @media screen and (max-width: 998px) {
          .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .filter-option-detail .expiration-date-filter-options .date-filter::before,
          .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .filter-option-detail .expiration-date-filter-options .date-filter::before {
            display: none; } }
      @media screen and (max-width: 998px) {
        .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .filter-option-detail .expiration-date-filter-options .date-filter,
        .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .filter-option-detail .expiration-date-filter-options .date-filter {
          height: 100%;
          padding: 12px;
          flex-direction: column; } }
      .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .filter-option-detail .expiration-date-filter-options .date-filter .input,
      .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .filter-option-detail .expiration-date-filter-options .date-filter .input {
        text-indent: 5px;
        outline: none; }
        .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .filter-option-detail .expiration-date-filter-options .date-filter .input::-webkit-calendar-picker-indicator,
        .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .filter-option-detail .expiration-date-filter-options .date-filter .input::-webkit-calendar-picker-indicator {
          opacity: 0; }
    @media screen and (max-width: 998px) {
      .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .filter-option-detail .filter-controls,
      .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .filter-option-detail .filter-controls {
        flex-direction: column;
        align-items: unset !important; } }
    @media screen and (max-width: 998px) {
      .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .filter-option-detail .filter-controls .file-type-filter-options,
      .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .filter-option-detail .filter-controls .file-type-filter-options {
        margin-bottom: 15px; } }
    .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .filter-option-detail .filter-controls .file-type-filter-options .tags,
    .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .filter-option-detail .filter-controls .file-type-filter-options .tags {
      width: 510px; }
      @media screen and (max-width: 998px) {
        .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .filter-option-detail .filter-controls .file-type-filter-options .tags,
        .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .filter-option-detail .filter-controls .file-type-filter-options .tags {
          width: 100%; } }
    .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .filter-option-detail .filter-controls .filter-options .btn.clear-btn, .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .filter-option-detail .filter-controls .filter-options .btn.filter-btn,
    .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .filter-option-detail .filter-controls .filter-options .btn.clear-btn,
    .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .filter-option-detail .filter-controls .filter-options .btn.filter-btn {
      width: 250px;
      background-color: #E0E0E0; }
      @media screen and (max-width: 998px) {
        .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .filter-option-detail .filter-controls .filter-options .btn.clear-btn, .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .filter-option-detail .filter-controls .filter-options .btn.filter-btn,
        .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .filter-option-detail .filter-controls .filter-options .btn.clear-btn,
        .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .filter-option-detail .filter-controls .filter-options .btn.filter-btn {
          width: 100%; } }
      .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .filter-option-detail .filter-controls .filter-options .btn.clear-btn.active, .post-type-archive-shoponline .container .page-content.overflow-y .loja-search-section .filter-option-detail .filter-controls .filter-options .btn.filter-btn.active,
      .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .filter-option-detail .filter-controls .filter-options .btn.clear-btn.active,
      .tax-shoponline_category .container .page-content.overflow-y .loja-search-section .filter-option-detail .filter-controls .filter-options .btn.filter-btn.active {
        color: #FFFFFF !important;
        background-color: #E30609; }
.post-type-archive-shoponline .container .page-content.overflow-y .wrap .page-content .row .col-xl-4:nth-child(3n+2),
.tax-shoponline_category .container .page-content.overflow-y .wrap .page-content .row .col-xl-4:nth-child(3n+2) {
  padding: 0; }
.post-type-archive-shoponline .container .page-content.overflow-y .card.card-light-gray,
.tax-shoponline_category .container .page-content.overflow-y .card.card-light-gray {
  padding: 0 !important;
  background-color: #EBEBEB; }
  .post-type-archive-shoponline .container .page-content.overflow-y .card.card-light-gray:hover,
  .tax-shoponline_category .container .page-content.overflow-y .card.card-light-gray:hover {
    box-shadow: 0 0 7px rgba(47, 47, 47, 0.42); }
  .post-type-archive-shoponline .container .page-content.overflow-y .card.card-light-gray .loja-image,
  .tax-shoponline_category .container .page-content.overflow-y .card.card-light-gray .loja-image {
    height: 250px; }
    .post-type-archive-shoponline .container .page-content.overflow-y .card.card-light-gray .loja-image img,
    .tax-shoponline_category .container .page-content.overflow-y .card.card-light-gray .loja-image img {
      border-radius: 30px 30px 0 0; }
  .post-type-archive-shoponline .container .page-content.overflow-y .card.card-light-gray .loja-content,
  .tax-shoponline_category .container .page-content.overflow-y .card.card-light-gray .loja-content {
    padding: 20px; }
    .post-type-archive-shoponline .container .page-content.overflow-y .card.card-light-gray .loja-content .title,
    .tax-shoponline_category .container .page-content.overflow-y .card.card-light-gray .loja-content .title {
      line-height: 1 !important;
      font-size: 30px; }
      @media (max-width: 992px) {
        .post-type-archive-shoponline .container .page-content.overflow-y .card.card-light-gray .loja-content .title,
        .tax-shoponline_category .container .page-content.overflow-y .card.card-light-gray .loja-content .title {
          font-size: 25px; } }
    .post-type-archive-shoponline .container .page-content.overflow-y .card.card-light-gray .loja-content .link.download-btn,
    .tax-shoponline_category .container .page-content.overflow-y .card.card-light-gray .loja-content .link.download-btn {
      position: relative; }
      .post-type-archive-shoponline .container .page-content.overflow-y .card.card-light-gray .loja-content .link.download-btn:before,
      .tax-shoponline_category .container .page-content.overflow-y .card.card-light-gray .loja-content .link.download-btn:before {
        content: "";
        width: 18px;
        height: 18px;
        margin-right: 8px;
        display: inline-block;
        vertical-align: middle;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../images/icon/download-icon.png); }
.post-type-archive-shoponline .container .page-content.overflow-y .file-maneger-list,
.tax-shoponline_category .container .page-content.overflow-y .file-maneger-list {
  margin-bottom: 10px; }
  .post-type-archive-shoponline .container .page-content.overflow-y .file-maneger-list:nth-child(2n),
  .tax-shoponline_category .container .page-content.overflow-y .file-maneger-list:nth-child(2n) {
    margin: 0 10px; }
  .post-type-archive-shoponline .container .page-content.overflow-y .file-maneger-list form .download-btn,
  .tax-shoponline_category .container .page-content.overflow-y .file-maneger-list form .download-btn {
    margin: 0 auto;
    border: unset;
    background-color: transparent;
    color: #000000 !important;
    word-break: break-all;
    width: 140px; }
  .post-type-archive-shoponline .container .page-content.overflow-y .file-maneger-list .loja-image,
  .tax-shoponline_category .container .page-content.overflow-y .file-maneger-list .loja-image {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    cursor: pointer; }
    .post-type-archive-shoponline .container .page-content.overflow-y .file-maneger-list .loja-image img,
    .tax-shoponline_category .container .page-content.overflow-y .file-maneger-list .loja-image img {
      height: 100%;
      object-fit: cover !important; }
      .post-type-archive-shoponline .container .page-content.overflow-y .file-maneger-list .loja-image img[src*="common/"],
      .tax-shoponline_category .container .page-content.overflow-y .file-maneger-list .loja-image img[src*="common/"] {
        object-fit: contain !important; }
  .post-type-archive-shoponline .container .page-content.overflow-y .file-maneger-list .title,
  .tax-shoponline_category .container .page-content.overflow-y .file-maneger-list .title {
    max-height: 90px;
    overflow: hidden;
    min-height: 90px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: normal !important; }
.post-type-archive-shoponline .container .page-content.overflow-y .pagination,
.tax-shoponline_category .container .page-content.overflow-y .pagination {
  width: 100%; }
.post-type-archive-shoponline .container .page-content.overflow-y .btn.back-button,
.tax-shoponline_category .container .page-content.overflow-y .btn.back-button {
  width: 160px; }
  .post-type-archive-shoponline .container .page-content.overflow-y .btn.back-button:before,
  .tax-shoponline_category .container .page-content.overflow-y .btn.back-button:before {
    top: 18px;
    left: 20px; }

/*
*/
.page-template-page-clube-de-retiradas .main .bg-gray-light .container .page-content.overflow-y {
  padding: 0;
  padding-top: 25px; }
  .page-template-page-clube-de-retiradas .main .bg-gray-light .container .page-content.overflow-y .club-star-link {
    margin: 40px 0; }
    .page-template-page-clube-de-retiradas .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex {
      justify-content: center; }
      .page-template-page-clube-de-retiradas .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item:nth-child(even) {
        margin: 0 15px; }
      .page-template-page-clube-de-retiradas .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item .btn-outline-gray {
        width: 250px;
        border: unset;
        text-transform: unset;
        font-size: 20px !important;
        background: #EBEBEB;
        color: #5B5B5B !important;
        padding: 15px 20px !important;
        font-family: "Roboto-Regular", sans-serif !important; }
        .page-template-page-clube-de-retiradas .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item .btn-outline-gray:hover, .page-template-page-clube-de-retiradas .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item .btn-outline-gray:focus {
          outline: none; }
        .page-template-page-clube-de-retiradas .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item .btn-outline-gray.active {
          background: linear-gradient(180deg, #BF0609, #E30609);
          font-family: "Roboto-Bold", sans-serif !important;
          color: #FFFFFF !important;
          box-shadow: 5px 5px 9px rgba(70, 70, 70, 0.31);
          border: 0; }
.page-template-page-clube-de-retiradas .main .bg-gray-light .container .footer-banner {
  position: relative;
  z-index: 0; }
  @media screen and (max-width: 998px) {
    .page-template-page-clube-de-retiradas .main .bg-gray-light .container .footer-banner .banner-image {
      height: 200px; } }
  @media screen and (max-width: 998px) {
    .page-template-page-clube-de-retiradas .main .bg-gray-light .container .footer-banner .banner-image img {
      height: 100%;
      object-fit: cover;
      object-position: left; } }
  .page-template-page-clube-de-retiradas .main .bg-gray-light .container .footer-banner .container {
    position: absolute;
    bottom: 3vw;
    left: 0;
    right: 0; }
    .page-template-page-clube-de-retiradas .main .bg-gray-light .container .footer-banner .container .description {
      color: #5B5B5B;
      font-size: 20px;
      font-family: "Roboto-Regular", sans-serif; }
      @media screen and (max-width: 998px) {
        .page-template-page-clube-de-retiradas .main .bg-gray-light .container .footer-banner .container .description {
          font-size: 15px; } }
    .page-template-page-clube-de-retiradas .main .bg-gray-light .container .footer-banner .container a.regulamento-link {
      width: 200px;
      display: block;
      margin: 20px auto;
      border-radius: 30px;
      font-size: 20px;
      background: #FFFFFF;
      color: #5B5B5B;
      padding: 12px 20px;
      font-family: "Roboto-Medium", sans-serif;
      position: relative; }
      @media screen and (max-width: 998px) {
        .page-template-page-clube-de-retiradas .main .bg-gray-light .container .footer-banner .container a.regulamento-link {
          font-size: 15px; } }
      .page-template-page-clube-de-retiradas .main .bg-gray-light .container .footer-banner .container a.regulamento-link:before {
        top: 20px;
        content: '';
        width: 22px;
        height: 22px;
        margin-left: -30px;
        position: absolute;
        transition: all 0.35s;
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../images/icon/arrow-right.png); }

/* CLUBE DE VENDAS */
.page-template-page-clube-de-vendas .main .bg-gray-light .container .page-content.overflow-y {
  padding: 0;
  padding-top: 25px; }
  .page-template-page-clube-de-vendas .main .bg-gray-light .container .page-content.overflow-y .club-star-link {
    margin: 40px 0; }
    .page-template-page-clube-de-vendas .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex {
      justify-content: center; }
      .page-template-page-clube-de-vendas .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item:nth-child(even) {
        margin: 0 15px; }
      .page-template-page-clube-de-vendas .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item .btn-outline-gray {
        width: 250px;
        border: unset;
        text-transform: unset;
        font-size: 20px !important;
        background: #EBEBEB;
        color: #5B5B5B !important;
        padding: 15px 20px !important;
        font-family: "Roboto-Regular", sans-serif !important; }
        .page-template-page-clube-de-vendas .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item .btn-outline-gray:hover, .page-template-page-clube-de-vendas .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item .btn-outline-gray:focus {
          outline: none; }
        .page-template-page-clube-de-vendas .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item .btn-outline-gray.active {
          background: linear-gradient(180deg, #BF0609, #E30609);
          font-family: "Roboto-Bold", sans-serif !important;
          color: #FFFFFF !important;
          box-shadow: 5px 5px 9px rgba(70, 70, 70, 0.31);
          border: 0; }
.page-template-page-clube-de-vendas .main .bg-gray-light .container .footer-banner {
  position: relative;
  z-index: 0; }
  @media screen and (max-width: 998px) {
    .page-template-page-clube-de-vendas .main .bg-gray-light .container .footer-banner .banner-image {
      height: 200px; } }
  @media screen and (max-width: 998px) {
    .page-template-page-clube-de-vendas .main .bg-gray-light .container .footer-banner .banner-image img {
      height: 100%;
      object-fit: cover;
      object-position: left; } }
  .page-template-page-clube-de-vendas .main .bg-gray-light .container .footer-banner .container {
    position: absolute;
    bottom: 3vw;
    left: 0;
    right: 0; }
    .page-template-page-clube-de-vendas .main .bg-gray-light .container .footer-banner .container .description {
      color: #5B5B5B;
      font-size: 20px;
      font-family: "Roboto-Regular", sans-serif; }
      @media screen and (max-width: 998px) {
        .page-template-page-clube-de-vendas .main .bg-gray-light .container .footer-banner .container .description {
          font-size: 15px; } }
    .page-template-page-clube-de-vendas .main .bg-gray-light .container .footer-banner .container a.regulamento-link {
      width: 200px;
      display: block;
      margin: 20px auto;
      border-radius: 30px;
      font-size: 20px;
      background: #FFFFFF;
      color: #5B5B5B;
      padding: 12px 20px;
      font-family: "Roboto-Medium", sans-serif;
      position: relative; }
      @media screen and (max-width: 998px) {
        .page-template-page-clube-de-vendas .main .bg-gray-light .container .footer-banner .container a.regulamento-link {
          font-size: 15px; } }
      .page-template-page-clube-de-vendas .main .bg-gray-light .container .footer-banner .container a.regulamento-link:before {
        top: 20px;
        content: '';
        width: 22px;
        height: 22px;
        margin-left: -30px;
        position: absolute;
        transition: all 0.35s;
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../images/icon/arrow-right.png); }

.page-template-page-estrelas-do-clube .header-banner .container {
  top: 5vw; }
  .page-template-page-estrelas-do-clube .header-banner .container .header-title-content.default {
    max-width: unset; }
    .page-template-page-estrelas-do-clube .header-banner .container .header-title-content.default .title-gray {
      margin: 0;
      font-size: 72px; }
      .page-template-page-estrelas-do-clube .header-banner .container .header-title-content.default .title-gray span {
        font-size: 72px;
        color: #E30609;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
        @media screen and (max-width: 998px) {
          .page-template-page-estrelas-do-clube .header-banner .container .header-title-content.default .title-gray span {
            line-height: 1;
            font-size: 35px; } }
.page-template-page-estrelas-do-clube .bg-gray-light .container .page-content {
  padding: 25px 0; }
  .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .club-star-link {
    margin: 40px 0;
    margin-bottom: 0; }
    .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .club-star-link .flex {
      justify-content: center; }
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .club-star-link .flex .nav-item:nth-child(even) {
        margin: 0 15px; }
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .club-star-link .flex .nav-item .btn-outline-gray {
        width: 250px;
        border: unset;
        text-transform: unset;
        font-size: 20px !important;
        background: #EBEBEB;
        color: #5B5B5B !important;
        padding: 15px 20px !important;
        font-family: "Roboto-Regular", sans-serif !important; }
        .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .club-star-link .flex .nav-item .btn-outline-gray:hover, .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .club-star-link .flex .nav-item .btn-outline-gray:focus {
          outline: none; }
        .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .club-star-link .flex .nav-item .btn-outline-gray.active {
          background: linear-gradient(180deg, #BF0609, #E30609);
          font-family: "Roboto-Bold", sans-serif !important;
          color: #FFFFFF !important;
          box-shadow: 5px 5px 9px rgba(70, 70, 70, 0.31);
          border: 0; }
  .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .club-star-banner {
    padding: 25px;
    text-align: center; }
    .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .club-star-banner .club-star-container .header-title-content {
      margin: 25px 0px; }
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .club-star-banner .club-star-container .header-title-content h1 {
        color: #5B5B5B;
        text-transform: uppercase;
        font-size: 54px; }
        @media (max-width: 992px) {
          .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .club-star-banner .club-star-container .header-title-content h1 {
            font-size: 35px;
            line-height: 30px; } }
        .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .club-star-banner .club-star-container .header-title-content h1 span {
          display: block; }
    .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .club-star-banner .club-star-container .banner-title {
      margin: 25px 0px; }
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .club-star-banner .club-star-container .banner-title p {
        color: #5B5B5B;
        max-width: 555px;
        margin: 0 auto !important;
        font-family: "PFDinTextPro-Regular", sans-serif; }
        @media (max-width: 992px) {
          .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .club-star-banner .club-star-container .banner-title p {
            font-size: 14px; } }
        .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .club-star-banner .club-star-container .banner-title p span {
          color: #DF030C;
          font-family: "PFDinTextPro-Medium", sans-serif; }
  .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner-images {
    margin-bottom: 25px; }
  .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner.text-center {
    margin-bottom: 5vw; }
    .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner.text-center .stars-title {
      margin: 58px 0; }
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner.text-center .stars-title label {
        width: 260px;
        font-size: 18px;
        margin: 0px auto;
        padding: 14px 20px;
        border-radius: 28px;
        text-transform: uppercase;
        color: #5B5B5B;
        border: 1px solid #B2B2B2;
        font-family: "PFDinTextPro-MediumItalic", sans-serif;
        background-color: transparent !important; }
        @media (max-width: 992px) {
          .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner.text-center .stars-title label {
            width: 75%; } }
    .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner.text-center .row {
      justify-content: center; }
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner.text-center .row .margin-bottom:first-child {
        padding-right: 0; }
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner.text-center .row .margin-bottom:last-child {
        padding-left: 0; }
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner.text-center .row .margin-bottom .card-light-gray {
        background-color: #E30609;
        align-items: center;
        padding: 25px; }
        .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner.text-center .row .margin-bottom .card-light-gray .card-icon {
          border-radius: 50%;
          width: 60px;
          height: 60px;
          padding: 12px;
          background: #E30609 !important;
          box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.42); }
          .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner.text-center .row .margin-bottom .card-light-gray .card-icon span {
            font-size: 24px;
            color: #FFFFFF; }
        .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner.text-center .row .margin-bottom .card-light-gray .work-content .title {
          margin: 0px;
          line-height: 1;
          color: #FFFFFF;
          text-transform: uppercase;
          font-family: "PFDinTextPro-LightItalic", sans-serif; }
          @media (max-width: 992px) {
            .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner.text-center .row .margin-bottom .card-light-gray .work-content .title {
              font-size: 22px; } }
        .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner.text-center .row .margin-bottom .card-light-gray .work-content .subtitle {
          text-transform: uppercase;
          color: #FBBA00;
          margin-bottom: 15px;
          line-height: 1;
          font-family: "PFDinTextPro-MediumItalic", sans-serif; }
          @media (max-width: 992px) {
            .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner.text-center .row .margin-bottom .card-light-gray .work-content .subtitle {
              font-size: 22px; } }
  .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-icon {
    width: 350px;
    margin: 30px auto; }
  .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-banner {
    display: flex;
    align-items: center; }
    .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-banner .batch-content {
      position: absolute;
      margin-left: 20px; }
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-banner .batch-content .title.title-red {
        font-family: "PFDinTextPro-MediumItalic", sans-serif;
        text-transform: uppercase;
        font-size: 54px;
        line-height: 1; }
        @media (max-width: 992px) {
          .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-banner .batch-content .title.title-red {
            font-size: 35px;
            line-height: 30px; } }
        .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-banner .batch-content .title.title-red span {
          display: block;
          font-size: 54px;
          color: #5B5B5B;
          text-transform: uppercase;
          font-family: "PFDinTextPro-LightItalic", sans-serif; }
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-banner .batch-content .description,
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-banner .batch-content .sub-description {
        font-size: 20px;
        max-width: 550px;
        margin: 30px 0 !important; }
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-banner .batch-content span.glow-red {
        width: 40px;
        height: 2px;
        display: block;
        margin: 25px 0;
        background: #E30609; }
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-banner .batch-content .details {
        font-size: 20px;
        position: relative;
        padding-left: 30px;
        align-items: center;
        text-transform: uppercase;
        margin-bottom: 20px !important;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
        .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-banner .batch-content .details:before {
          top: 10px;
          content: '';
          width: 22px;
          height: 22px;
          margin-left: -30px;
          margin-right: 10px;
          text-align: center;
          position: absolute;
          transition: all .35s;
          display: inline-block;
          background-size: contain;
          background-repeat: no-repeat;
          background-image: url(../images/icon/arrow-right.png); }
  .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content {
    background: #F0F0F0;
    padding: 35px; }
    .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table {
      margin-bottom: 35px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      width: 100%;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table thead tr {
        text-transform: uppercase;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
        .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table thead tr:first-child {
          border-top-left-radius: 8px;
          overflow: hidden; }
        .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table thead tr:last-child {
          border-top-right-radius: 8px;
          overflow: hidden; }
        .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table thead tr th {
          border-bottom: 0;
          border: 1px solid #B2B2B2;
          width: 145px;
          color: #5B5B5B;
          font-weight: normal;
          text-transform: uppercase;
          line-height: normal;
          font-size: 18px;
          padding: 5px 10px;
          font-family: "PFDinTextPro-MediumItalic", sans-serif; }
          .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table thead tr th:not(:first-child) {
            font-size: 14px;
            text-align: center; }
          .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table thead tr th.bg-white {
            background-color: #FFFFFF; }
          .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table thead tr th.bg-gray-light {
            background-color: #DADADA !important; }
          .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table thead tr th.bg-yellow {
            background-color: #FBBA00; }
          .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table thead tr th.bg-gray-dark {
            background-color: #5B5B5B;
            color: #FFFFFF; }
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table tbody tr:first-child {
        border-top-left-radius: 8px;
        overflow: hidden; }
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table tbody tr:last-child {
        border-top-right-radius: 8px;
        overflow: hidden; }
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table tbody tr td {
        border-bottom: 0;
        border: 1px solid #b2b2b2;
        width: 114px;
        font-family: "PFDinTextPro-MediumItalic", sans-serif;
        font-size: 16px;
        font-weight: normal;
        text-transform: uppercase;
        line-height: normal;
        padding: 0 10px;
        color: #5B5B5B; }
        .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table tbody tr td:not(:first-child) {
          font-size: 18px;
          text-align: center; }
        .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table tbody tr td.bg-white {
          background-color: #FFFFFF; }
        .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table tbody tr td.bg-gray-light {
          background-color: #DADADA !important; }
        .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table tbody tr td.bg-yellow {
          background-color: #FBBA00;
          color: #4A4A4A; }
        .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table tbody tr td.bg-gray-dark {
          background-color: #5B5B5B;
          color: #FFFFFF; }
    .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-icon-detail {
      display: flex;
      justify-content: flex-end; }
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-icon-detail .btn {
        width: 280px;
        align-items: center;
        justify-content: center;
        display: flex !important;
        font-size: 20px !important; }
        .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-icon-detail .btn:before {
          content: '';
          width: 22px;
          height: 22px;
          text-align: center;
          margin-right: 10px;
          transition: all .35s;
          display: inline-block;
          background-size: contain;
          background-repeat: no-repeat; }
        .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-icon-detail .btn.silver-icon {
          background-color: #DADADA !important;
          color: #5B5B5B !important; }
          .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-icon-detail .btn.silver-icon:before {
            background-image: url(../images/icon/silver-batch-icon.png); }
        .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-icon-detail .btn.gold-icon {
          margin-right: 20px;
          margin-left: 20px;
          color: #5B5B5B !important; }
          .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-icon-detail .btn.gold-icon:before {
            background-image: url(../images/icon/gold-batch-icon.png); }
        .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-icon-detail .btn.diamond-icon {
          background-color: #5B5B5B; }
          .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-icon-detail .btn.diamond-icon:before {
            background-image: url(../images/icon/diamond-batch-icon.png); }
  .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-container {
    padding: 25px;
    text-align: center; }
    .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-container .banner-title {
      margin: 25px 0px; }
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-container .banner-title p {
        color: #5B5B5B;
        font-size: 20px;
        font-family: "PFDinTextPro-Regular", sans-serif; }
        @media (max-width: 992px) {
          .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-container .banner-title p {
            font-size: 14px; } }
        .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-container .banner-title p span {
          font-family: "PFDinTextPro-Bold", sans-serif; }
    .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-container .header-title-content {
      margin: 25px 0px; }
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-container .header-title-content .title-gray {
        color: #5B5B5B;
        font-size: 50px;
        text-transform: uppercase;
        font-family: "PFDinTextPro-LightItalic", sans-serif; }
        @media (max-width: 992px) {
          .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-container .header-title-content .title-gray {
            font-size: 35px;
            line-height: 30px; } }
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-container .header-title-content p {
        color: #5B5B5B;
        font-size: 20px;
        text-transform: uppercase;
        font-family: "PFDinTextPro-Regular", sans-serif; }
  .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details {
    border: none;
    overflow: hidden;
    border-radius: 45px;
    box-shadow: 0px 0px 10px #b2b2b2;
    width: 900px;
    margin: 0 auto;
    margin-bottom: 30px !important; }
    .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .silver .batch-header .batch-image {
      background: #6b6b6b; }
    .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .gold .batch-header .batch-image {
      background: #c70006; }
    .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .diamond {
      background-color: #e30609; }
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .diamond .batch-content .batch-content-details .batch-name {
        color: #FBBA00; }
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .diamond .batch-content .batch-content-details span.glow-red {
        width: 40px;
        height: 2px;
        display: block;
        margin: 25px 0;
        background: #FBBA00; }
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .diamond .batch-content .batch-content-details .details {
        color: #FFFFFF; }
        .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .diamond .batch-content .batch-content-details .details:before {
          background-image: url(../images/icon/arrow-right-white-icon.png); }
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .diamond .batch-header {
        margin: auto; }
        .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .diamond .batch-header .batch-image {
          height: 340px; }
    .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .batch-content {
      padding: 30px;
      padding-right: 0; }
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .batch-content .batch-content-details .batch-name {
        font-family: "PFDinTextPro-MediumItalic", sans-serif;
        text-transform: uppercase;
        color: #5B5B5B;
        font-size: 54px;
        line-height: 1; }
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .batch-content .batch-content-details span.glow-red {
        width: 40px;
        height: 3px;
        display: block;
        margin: 25px 0;
        background: #E30609; }
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .batch-content .batch-content-details .details {
        display: flex;
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 20px !important;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
        .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .batch-content .batch-content-details .details:before {
          content: '';
          width: 22px;
          height: 22px;
          margin-top: 6px;
          margin-right: 10px;
          text-align: center;
          transition: all .35s;
          display: inline-block;
          background-size: contain;
          background-repeat: no-repeat;
          background-image: url(../images/icon/arrow-right.png); }
    .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .batch-header {
      width: 50%;
      margin: auto 0;
      padding: 0; }
      .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .batch-header .batch-image {
        height: 390px; }
        .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .batch-header .batch-image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
  .page-template-page-estrelas-do-clube .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list p.text-center.description {
    width: 50%;
    font-size: 20px;
    color: #5B5B5B;
    margin: 0 auto !important;
    font-family: "PFDinTextPro-Medium", sans-serif; }

.page-template-page-constellation .page-content .club-star-link {
  margin: 40px 0; }
  @media screen and (max-width: 998px) {
    .page-template-page-constellation .page-content .club-star-link {
      margin: 20px 0;
      margin-bottom: 0; } }
  .page-template-page-constellation .page-content .club-star-link .flex {
    justify-content: center; }
    @media screen and (max-width: 998px) {
      .page-template-page-constellation .page-content .club-star-link .flex {
        flex-direction: column; } }
    .page-template-page-constellation .page-content .club-star-link .flex .nav-item:nth-child(even) {
      margin: 0 15px; }
    @media screen and (max-width: 998px) {
      .page-template-page-constellation .page-content .club-star-link .flex .nav-item:nth-child(even) {
        margin: 15px 0; } }
    .page-template-page-constellation .page-content .club-star-link .flex .nav-item .btn-outline-gray {
      width: 250px;
      border: unset;
      text-transform: unset;
      font-size: 20px !important;
      background: #EBEBEB;
      color: #5B5B5B !important;
      padding: 15px 20px !important;
      font-family: "Roboto-Regular", sans-serif !important; }
      .page-template-page-constellation .page-content .club-star-link .flex .nav-item .btn-outline-gray:hover, .page-template-page-constellation .page-content .club-star-link .flex .nav-item .btn-outline-gray:focus {
        outline: none; }
      .page-template-page-constellation .page-content .club-star-link .flex .nav-item .btn-outline-gray.active {
        background: linear-gradient(180deg, #BF0609, #E30609);
        font-family: "Roboto-Bold", sans-serif !important;
        color: #FFFFFF !important;
        box-shadow: 5px 5px 9px rgba(70, 70, 70, 0.31);
        border: 0; }
      @media screen and (max-width: 998px) {
        .page-template-page-constellation .page-content .club-star-link .flex .nav-item .btn-outline-gray {
          width: 100%; } }

.page-template-page-performance .header-banner .container {
  top: 5vw; }
.page-template-page-performance .container-matriz-filter .club-star-link {
  margin: 15px 0 60px 0; }
  .page-template-page-performance .container-matriz-filter .club-star-link .flex {
    justify-content: space-evenly; }
    .page-template-page-performance .container-matriz-filter .club-star-link .flex .nav-item:nth-child(even) {
      margin: 0 15px; }
    .page-template-page-performance .container-matriz-filter .club-star-link .flex .nav-item .btn-outline-gray {
      border: 0;
      width: 250px;
      font-size: 16px;
      color: #000000;
      text-transform: uppercase;
      padding: 15px 20px !important;
      background-color: #F5F5F5;
      font-family: "PFDinTextPro-BoldItalic", sans-serif !important; }
      .page-template-page-performance .container-matriz-filter .club-star-link .flex .nav-item .btn-outline-gray:hover, .page-template-page-performance .container-matriz-filter .club-star-link .flex .nav-item .btn-outline-gray:focus {
        outline: none; }
      .page-template-page-performance .container-matriz-filter .club-star-link .flex .nav-item .btn-outline-gray.active {
        background-color: #E30609 !important;
        box-shadow: 5px 5px 9px rgba(70, 70, 70, 0.31);
        color: #FFFFFF; }
.page-template-page-performance .select2-container--default .select2-selection--single {
  background-color: #FFFFFF; }
.page-template-page-performance .select2-container .select2-dropdown .select2-search {
  display: block; }

/* ESTRELAS DO CLUBE DISTRIBUIDOR */
.page-template-page-estrelas-do-clube-distribuidor .header-banner .container {
  top: 5vw; }
  .page-template-page-estrelas-do-clube-distribuidor .header-banner .container .header-title-content.default {
    max-width: unset; }
    .page-template-page-estrelas-do-clube-distribuidor .header-banner .container .header-title-content.default .title-gray {
      margin: 0; }
      .page-template-page-estrelas-do-clube-distribuidor .header-banner .container .header-title-content.default .title-gray span {
        display: unset;
        font-size: 72px;
        color: #E30609;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
        @media screen and (max-width: 998px) {
          .page-template-page-estrelas-do-clube-distribuidor .header-banner .container .header-title-content.default .title-gray span {
            line-height: 1;
            font-size: 35px; } }
    .page-template-page-estrelas-do-clube-distribuidor .header-banner .container .header-title-content.default p {
      display: none;
      font-size: 24px;
      text-transform: uppercase;
      font-family: "PFDinTextPro-LightItalic", sans-serif; }
.page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content {
  padding: 25px 0; }
  .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .club-star-link {
    margin: 40px 0;
    margin-bottom: 0; }
    .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .club-star-link .flex {
      justify-content: center; }
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .club-star-link .flex .nav-item:nth-child(even) {
        margin: 0 15px; }
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .club-star-link .flex .nav-item .btn-outline-gray {
        width: 268px;
        border: unset;
        text-transform: unset;
        font-size: 20px !important;
        background: #EBEBEB;
        color: #5B5B5B !important;
        padding: 15px 20px !important;
        font-family: "Roboto-Regular", sans-serif !important; }
        .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .club-star-link .flex .nav-item .btn-outline-gray:hover, .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .club-star-link .flex .nav-item .btn-outline-gray:focus {
          outline: none; }
        .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .club-star-link .flex .nav-item .btn-outline-gray.active {
          background: linear-gradient(180deg, #BF0609, #E30609);
          font-family: "Roboto-Bold", sans-serif !important;
          color: #FFFFFF !important;
          box-shadow: 5px 5px 9px rgba(70, 70, 70, 0.31);
          border: 0; }
  .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .club-star-banner {
    padding: 25px;
    text-align: center; }
    .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .club-star-banner .club-star-container .header-title-content {
      margin: 25px 0px; }
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .club-star-banner .club-star-container .header-title-content h1 {
        color: #5B5B5B;
        text-transform: uppercase;
        font-size: 54px; }
        @media (max-width: 992px) {
          .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .club-star-banner .club-star-container .header-title-content h1 {
            font-size: 35px;
            line-height: 30px; } }
        .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .club-star-banner .club-star-container .header-title-content h1 span {
          display: block; }
    .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .club-star-banner .club-star-container .banner-title {
      margin: 25px 0px; }
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .club-star-banner .club-star-container .banner-title p {
        color: #5B5B5B;
        max-width: 555px;
        margin: 0 auto !important;
        font-family: "PFDinTextPro-Regular", sans-serif; }
        @media (max-width: 992px) {
          .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .club-star-banner .club-star-container .banner-title p {
            font-size: 14px; } }
        .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .club-star-banner .club-star-container .banner-title p span {
          color: #DF030C;
          font-family: "PFDinTextPro-Medium", sans-serif; }
  .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner-images {
    margin-bottom: 25px; }
  .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner.text-center {
    margin-bottom: 5vw; }
    .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner.text-center .stars-title {
      margin: 58px 0; }
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner.text-center .stars-title label {
        width: 260px;
        font-size: 18px;
        margin: 0px auto;
        padding: 14px 20px;
        border-radius: 28px;
        text-transform: uppercase;
        color: #5B5B5B;
        border: 1px solid #B2B2B2;
        font-family: "PFDinTextPro-MediumItalic", sans-serif;
        background-color: transparent !important; }
        @media (max-width: 992px) {
          .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner.text-center .stars-title label {
            width: 75%; } }
    .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner.text-center .row {
      justify-content: center; }
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner.text-center .row .margin-bottom:first-child {
        padding-right: 0; }
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner.text-center .row .margin-bottom:last-child {
        padding-left: 0; }
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner.text-center .row .margin-bottom .card-light-gray {
        background-color: #E30609;
        align-items: center;
        padding: 25px; }
        .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner.text-center .row .margin-bottom .card-light-gray .card-icon {
          border-radius: 50%;
          width: 60px;
          height: 60px;
          padding: 12px;
          background: #E30609 !important;
          box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.42); }
          .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner.text-center .row .margin-bottom .card-light-gray .card-icon span {
            font-size: 24px;
            color: #FFFFFF; }
        .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner.text-center .row .margin-bottom .card-light-gray .work-content .title {
          margin: 0px;
          line-height: 1;
          color: #FFFFFF;
          text-transform: uppercase;
          font-family: "PFDinTextPro-LightItalic", sans-serif; }
          @media (max-width: 992px) {
            .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner.text-center .row .margin-bottom .card-light-gray .work-content .title {
              font-size: 22px; } }
        .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner.text-center .row .margin-bottom .card-light-gray .work-content .subtitle {
          text-transform: uppercase;
          color: #FBBA00;
          margin-bottom: 15px;
          line-height: 1;
          font-family: "PFDinTextPro-MediumItalic", sans-serif; }
          @media (max-width: 992px) {
            .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .stars-banner.text-center .row .margin-bottom .card-light-gray .work-content .subtitle {
              font-size: 22px; } }
  .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-icon {
    width: 350px;
    margin: 30px auto; }
  .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-banner {
    display: flex;
    align-items: center; }
    .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-banner .batch-content {
      position: absolute;
      margin-left: 20px; }
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-banner .batch-content .title.title-red {
        font-family: "PFDinTextPro-MediumItalic", sans-serif;
        text-transform: uppercase;
        font-size: 54px;
        line-height: 1; }
        @media (max-width: 992px) {
          .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-banner .batch-content .title.title-red {
            font-size: 35px;
            line-height: 30px; } }
        .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-banner .batch-content .title.title-red span {
          display: block;
          font-size: 54px;
          color: #5B5B5B;
          text-transform: uppercase;
          font-family: "PFDinTextPro-LightItalic", sans-serif; }
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-banner .batch-content .description,
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-banner .batch-content .sub-description {
        font-size: 20px;
        max-width: 550px;
        margin: 30px 0 !important; }
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-banner .batch-content span.glow-red {
        width: 40px;
        height: 2px;
        display: block;
        margin: 25px 0;
        background: #E30609; }
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-banner .batch-content .details {
        font-size: 20px;
        position: relative;
        padding-left: 30px;
        align-items: center;
        text-transform: uppercase;
        margin-bottom: 20px !important;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
        .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-banner .batch-content .details:before {
          top: 10px;
          content: '';
          width: 22px;
          height: 22px;
          margin-left: -30px;
          margin-right: 10px;
          text-align: center;
          position: absolute;
          transition: all .35s;
          display: inline-block;
          background-size: contain;
          background-repeat: no-repeat;
          background-image: url(../images/icon/arrow-right.png); }
  .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content {
    background: #F0F0F0;
    padding: 35px; }
    .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table {
      margin-bottom: 35px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      width: 100%;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table thead tr {
        text-transform: uppercase;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
        .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table thead tr:first-child {
          border-top-left-radius: 8px;
          overflow: hidden; }
        .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table thead tr:last-child {
          border-top-right-radius: 8px;
          overflow: hidden; }
        .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table thead tr th {
          border-bottom: 0;
          border: 1px solid #707070;
          width: 145px;
          color: #5B5B5B;
          font-weight: normal;
          text-transform: uppercase;
          line-height: normal;
          font-size: 18px;
          padding: 15px;
          text-align: center;
          font-family: "PFDinTextPro-MediumItalic", sans-serif; }
          .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table thead tr th:not(:first-child) {
            font-size: 14px;
            text-align: center; }
          .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table thead tr th.bg-white {
            background-color: #FFFFFF; }
          .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table thead tr th.bg-gray-light {
            background-color: #DADADA !important; }
          .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table thead tr th.bg-yellow {
            background-color: #FBBA00; }
          .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table thead tr th.bg-gray-dark {
            background-color: #5B5B5B;
            color: #FFFFFF; }
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table tbody tr:first-child {
        border-top-left-radius: 8px;
        overflow: hidden; }
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table tbody tr:last-child {
        border-top-right-radius: 8px;
        overflow: hidden; }
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table tbody tr td {
        border-bottom: 0;
        border: 1px solid #707070;
        width: 114px;
        font-family: "PFDinTextPro-MediumItalic", sans-serif;
        font-size: 16px;
        font-weight: normal;
        text-transform: uppercase;
        line-height: normal;
        padding: 15px;
        color: #5B5B5B; }
        .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table tbody tr td:not(:first-child) {
          font-size: 18px;
          text-align: center; }
        .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table tbody tr td.bg-white {
          background-color: #FFFFFF; }
        .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table tbody tr td.bg-gray-light {
          background-color: #DADADA !important; }
        .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table tbody tr td.bg-yellow {
          background-color: #FBBA00;
          color: #4A4A4A; }
        .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-table tbody tr td.bg-gray-dark {
          background-color: #5B5B5B;
          color: #FFFFFF; }
    .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-icon-detail {
      display: flex;
      justify-content: flex-end; }
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-icon-detail .btn {
        width: 245px;
        align-items: center;
        border-color: #707070;
        justify-content: center;
        display: flex !important;
        font-size: 20px !important; }
        .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-icon-detail .btn:before {
          content: '';
          width: 22px;
          height: 22px;
          text-align: center;
          margin-right: 10px;
          transition: all .35s;
          display: inline-block;
          background-size: contain;
          background-repeat: no-repeat; }
        .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-icon-detail .btn.silver-icon {
          background-color: #DADADA !important;
          color: #5B5B5B !important; }
          .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-icon-detail .btn.silver-icon:before {
            background-image: url(../images/icon/silver-batch-icon.png); }
        .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-icon-detail .btn.gold-icon {
          margin-right: 20px;
          margin-left: 20px;
          color: #5B5B5B !important; }
          .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-icon-detail .btn.gold-icon:before {
            background-image: url(../images/icon/gold-batch-icon.png); }
        .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-icon-detail .btn.diamond-icon {
          background-color: #5B5B5B; }
          .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-table-content .batch-icon-detail .btn.diamond-icon:before {
            background-image: url(../images/icon/diamond-batch-icon.png); }
  .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-container {
    padding: 25px;
    text-align: center; }
    .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-container .banner-title {
      margin: 25px 0px; }
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-container .banner-title p {
        color: #5B5B5B;
        font-size: 20px;
        font-family: "PFDinTextPro-Regular", sans-serif; }
        @media (max-width: 992px) {
          .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-container .banner-title p {
            font-size: 14px; } }
        .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-container .banner-title p span {
          font-family: "PFDinTextPro-Bold", sans-serif; }
    .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-container .header-title-content {
      margin: 25px 0px; }
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-container .header-title-content .title-gray {
        color: #5B5B5B;
        font-size: 50px;
        text-transform: uppercase;
        font-family: "PFDinTextPro-LightItalic", sans-serif; }
        @media (max-width: 992px) {
          .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-container .header-title-content .title-gray {
            font-size: 35px;
            line-height: 30px; } }
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-container .header-title-content p {
        color: #5B5B5B;
        font-size: 20px;
        text-transform: uppercase;
        font-family: "PFDinTextPro-Regular", sans-serif; }
  .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details {
    border: none;
    overflow: hidden;
    border-radius: 45px;
    box-shadow: 0px 0px 10px #b2b2b2;
    width: 900px;
    margin: 0 auto;
    margin-bottom: 30px !important; }
    .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .silver .batch-header .batch-image {
      background: #6b6b6b; }
    .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .gold .batch-header .batch-image {
      background: #c70006; }
    .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .diamond {
      background-color: #e30609; }
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .diamond .batch-content .batch-content-details .batch-name {
        color: #FBBA00; }
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .diamond .batch-content .batch-content-details span.glow-red {
        width: 40px;
        height: 2px;
        display: block;
        margin: 25px 0;
        background: #FBBA00; }
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .diamond .batch-content .batch-content-details .details {
        color: #FFFFFF; }
        .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .diamond .batch-content .batch-content-details .details:before {
          background-image: url(../images/icon/arrow-right-white-icon.png); }
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .diamond .batch-header {
        margin: auto; }
        .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .diamond .batch-header .batch-image {
          height: 340px; }
    .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .batch-content {
      padding: 30px;
      padding-right: 0; }
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .batch-content .batch-content-details .batch-name {
        font-family: "PFDinTextPro-MediumItalic", sans-serif;
        text-transform: uppercase;
        color: #5B5B5B;
        font-size: 54px;
        line-height: 1; }
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .batch-content .batch-content-details span.glow-red {
        width: 40px;
        height: 3px;
        display: block;
        margin: 25px 0;
        background: #E30609; }
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .batch-content .batch-content-details .details {
        display: flex;
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 20px !important;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
        .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .batch-content .batch-content-details .details:before {
          content: '';
          width: 22px;
          height: 22px;
          margin-top: 6px;
          margin-right: 10px;
          text-align: center;
          transition: all .35s;
          display: inline-block;
          background-size: contain;
          background-repeat: no-repeat;
          background-image: url(../images/icon/arrow-right.png); }
    .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .batch-header {
      width: 50%;
      margin: auto 0;
      padding: 0; }
      .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .batch-header .batch-image {
        height: 390px; }
        .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list .batch-list-details .batch-header .batch-image img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
  .page-template-page-estrelas-do-clube-distribuidor .bg-gray-light .container .page-content .post-content .stars-banner .batch-container-details .batch-list p.text-center.description {
    width: 50%;
    font-size: 20px;
    color: #5B5B5B;
    margin: 0 auto !important;
    font-family: "PFDinTextPro-Medium", sans-serif; }

.page-template-page-constellation .header-title-content.default,
.page-template-page-performance .header-title-content.default {
  max-width: 360px; }
  .page-template-page-constellation .header-title-content.default .title-gray span,
  .page-template-page-performance .header-title-content.default .title-gray span {
    display: block; }
.page-template-page-constellation .page-content .header-section,
.page-template-page-performance .page-content .header-section {
  height: auto !important;
  margin-bottom: 30px; }
  @media screen and (max-width: 998px) {
    .page-template-page-constellation .page-content .header-section,
    .page-template-page-performance .page-content .header-section {
      flex-direction: column;
      text-align: center; } }
@media screen and (max-width: 998px) {
  .page-template-page-constellation .page-content .content-section,
  .page-template-page-performance .page-content .content-section {
    overflow-x: scroll; } }
.page-template-page-constellation .page-content .content-section .table-description p,
.page-template-page-performance .page-content .content-section .table-description p {
  text-transform: uppercase;
  font-family: "PFDinTextPro-MediumItalic", sans-serif; }
.page-template-page-constellation .page-content .content-section .owner-month-filter .filter-form .owner-filter .filter-flex .month,
.page-template-page-performance .page-content .content-section .owner-month-filter .filter-form .owner-filter .filter-flex .month {
  margin-bottom: 20px; }
  .page-template-page-constellation .page-content .content-section .owner-month-filter .filter-form .owner-filter .filter-flex .month label,
  .page-template-page-performance .page-content .content-section .owner-month-filter .filter-form .owner-filter .filter-flex .month label {
    color: #878787;
    margin-left: 10px;
    margin-right: 10px !important;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .page-template-page-constellation .page-content .content-section .owner-month-filter .filter-form .owner-filter .filter-flex .month .input,
  .page-template-page-performance .page-content .content-section .owner-month-filter .filter-form .owner-filter .filter-flex .month .input {
    margin-right: 25px;
    border-radius: 30px;
    width: 170px !important;
    text-transform: uppercase;
    color: #E30609;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    .page-template-page-constellation .page-content .content-section .owner-month-filter .filter-form .owner-filter .filter-flex .month .input:focus,
    .page-template-page-performance .page-content .content-section .owner-month-filter .filter-form .owner-filter .filter-flex .month .input:focus {
      outline: none; }
.page-template-page-constellation .page-content .content-section .owner-month-filter .filter-form .owner-filter .filter-flex .month-btn,
.page-template-page-performance .page-content .content-section .owner-month-filter .filter-form .owner-filter .filter-flex .month-btn {
  padding-top: 25px; }
.page-template-page-constellation .proprietario .download-calendar-section,
.page-template-page-performance .proprietario .download-calendar-section {
  justify-content: space-between; }
  .page-template-page-constellation .proprietario .download-calendar-section label,
  .page-template-page-performance .proprietario .download-calendar-section label {
    text-transform: uppercase; }
  .page-template-page-constellation .proprietario .download-calendar-section .data-until .data-label,
  .page-template-page-performance .proprietario .download-calendar-section .data-until .data-label {
    font-family: "PFDinTextPro-MediumItalic", sans-serif;
    margin-right: 10px !important;
    margin-left: 10px;
    color: #B2B2B2;
    font-size: 14px; }
  .page-template-page-constellation .proprietario .download-calendar-section .data-until .data-until-date,
  .page-template-page-performance .proprietario .download-calendar-section .data-until .data-until-date {
    color: #E30609 !important;
    padding: 10px 20px !important;
    border: 1px solid #B2B2B2;
    font-size: 14px !important;
    margin-right: 25px;
    height: 40px;
    width: 147px; }
  .page-template-page-constellation .proprietario .download-calendar-section .owner-month-filter .filter-form .owner-filter .filter-flex .month,
  .page-template-page-performance .proprietario .download-calendar-section .owner-month-filter .filter-form .owner-filter .filter-flex .month {
    margin-bottom: 20px; }
    .page-template-page-constellation .proprietario .download-calendar-section .owner-month-filter .filter-form .owner-filter .filter-flex .month label,
    .page-template-page-performance .proprietario .download-calendar-section .owner-month-filter .filter-form .owner-filter .filter-flex .month label {
      color: #B2B2B2;
      font-size: 14px;
      margin-left: 10px;
      margin-right: 10px !important;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    .page-template-page-constellation .proprietario .download-calendar-section .owner-month-filter .filter-form .owner-filter .filter-flex .month .input,
    .page-template-page-performance .proprietario .download-calendar-section .owner-month-filter .filter-form .owner-filter .filter-flex .month .input {
      padding: 5px;
      margin-right: 25px;
      border-radius: 30px;
      width: 147px !important;
      text-transform: uppercase;
      color: #E30609;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
      .page-template-page-constellation .proprietario .download-calendar-section .owner-month-filter .filter-form .owner-filter .filter-flex .month .input:focus,
      .page-template-page-performance .proprietario .download-calendar-section .owner-month-filter .filter-form .owner-filter .filter-flex .month .input:focus {
        outline: none; }
  .page-template-page-constellation .proprietario .download-calendar-section .competence .competence-label,
  .page-template-page-performance .proprietario .download-calendar-section .competence .competence-label {
    font-family: "PFDinTextPro-MediumItalic", sans-serif;
    margin-right: 10px !important;
    margin-left: 10px;
    color: #B2B2B2;
    font-size: 14px; }
  .page-template-page-constellation .proprietario .download-calendar-section .competence .competence-date,
  .page-template-page-performance .proprietario .download-calendar-section .competence .competence-date {
    color: #E30609 !important;
    padding: 10px 20px !important;
    border: 1px solid #B2B2B2;
    font-size: 14px !important;
    margin-right: 25px;
    height: 40px;
    width: fit-content; }
  .page-template-page-constellation .proprietario .download-calendar-section .date-update .date-update-label,
  .page-template-page-performance .proprietario .download-calendar-section .date-update .date-update-label {
    font-family: "PFDinTextPro-MediumItalic", sans-serif;
    margin-right: 10px !important;
    margin-left: 10px;
    color: #B2B2B2;
    font-size: 14px; }
  .page-template-page-constellation .proprietario .download-calendar-section .date-update .date-update-date,
  .page-template-page-performance .proprietario .download-calendar-section .date-update .date-update-date {
    color: #E30609 !important;
    padding: 10px 20px !important;
    border: 1px solid #B2B2B2;
    font-size: 14px !important;
    margin-right: 25px;
    height: 40px;
    width: 147px; }
  .page-template-page-constellation .proprietario .download-calendar-section .calendar-btn,
  .page-template-page-performance .proprietario .download-calendar-section .calendar-btn {
    margin: auto 0; }
    .page-template-page-constellation .proprietario .download-calendar-section .calendar-btn .btn,
    .page-template-page-performance .proprietario .download-calendar-section .calendar-btn .btn {
      height: 40px;
      font-size: 14px !important;
      padding: 10px 20px !important; }
.page-template-page-constellation .proprietario .header-section .title-gray,
.page-template-page-performance .proprietario .header-section .title-gray {
  font-family: "PFDinTextPro-MediumItalic", sans-serif;
  color: #5B5B5B;
  padding-top: 25px;
  font-size: 30px;
  margin: 0; }
.page-template-page-constellation .proprietario .header-section .proprietario-period-details,
.page-template-page-performance .proprietario .header-section .proprietario-period-details {
  padding-top: 25px; }
  .page-template-page-constellation .proprietario .header-section .proprietario-period-details label.period,
  .page-template-page-performance .proprietario .header-section .proprietario-period-details label.period {
    margin: 0px;
    font-size: 10px;
    color: #5B5B5B;
    text-transform: uppercase;
    font-family: "PFDinTextPro-Italic", sans-serif; }
  .page-template-page-constellation .proprietario .header-section .proprietario-period-details .period-duration,
  .page-template-page-performance .proprietario .header-section .proprietario-period-details .period-duration {
    margin: 0px;
    font-size: 20px;
    color: #BF0609;
    font-family: "PFDinTextPro-MediumItalic", sans-serif;
    text-transform: uppercase; }
.page-template-page-constellation .proprietario .performance.dot-table td,
.page-template-page-performance .proprietario .performance.dot-table td {
  text-transform: none; }
  .page-template-page-constellation .proprietario .performance.dot-table td span,
  .page-template-page-performance .proprietario .performance.dot-table td span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin: 0 auto; }
.page-template-page-constellation .proprietario .performance.dot-table tbody tr:first-child td.active span,
.page-template-page-performance .proprietario .performance.dot-table tbody tr:first-child td.active span {
  background-color: #00821E; }
.page-template-page-constellation .proprietario .performance.dot-table tbody tr:nth-child(2) td.active span,
.page-template-page-performance .proprietario .performance.dot-table tbody tr:nth-child(2) td.active span {
  background-color: #00C82E; }
.page-template-page-constellation .proprietario .performance.dot-table tbody tr:nth-child(3) td.active span,
.page-template-page-performance .proprietario .performance.dot-table tbody tr:nth-child(3) td.active span {
  background-color: #0A5FA8; }
.page-template-page-constellation .proprietario .performance.dot-table tbody tr:nth-child(4) td.active span,
.page-template-page-performance .proprietario .performance.dot-table tbody tr:nth-child(4) td.active span {
  background-color: #F7D301; }
.page-template-page-constellation .proprietario .performance.dot-table tbody tr:last-child td.active span,
.page-template-page-performance .proprietario .performance.dot-table tbody tr:last-child td.active span {
  background-color: #AB01F7; }
.page-template-page-constellation .proprietario table,
.page-template-page-performance .proprietario table {
  width: 100%;
  text-align: center;
  font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .page-template-page-constellation .proprietario table th,
  .page-template-page-constellation .proprietario table td,
  .page-template-page-performance .proprietario table th,
  .page-template-page-performance .proprietario table td {
    border: 1px solid #B2B2B2;
    width: 114px;
    font-family: "PFDinTextPro-MediumItalic", sans-serif;
    color: #5B5B5B;
    font-weight: normal;
    text-transform: uppercase;
    line-height: normal; }
    .page-template-page-constellation .proprietario table th.title-red,
    .page-template-page-constellation .proprietario table td.title-red,
    .page-template-page-performance .proprietario table th.title-red,
    .page-template-page-performance .proprietario table td.title-red {
      color: #BF0609 !important;
      font-size: 18px;
      padding: 5px 10px;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .page-template-page-constellation .proprietario table th,
  .page-template-page-performance .proprietario table th {
    color: #FFFFFF; }
  .page-template-page-constellation .proprietario table tr:first-child,
  .page-template-page-performance .proprietario table tr:first-child {
    border-top-left-radius: 8px; }
  .page-template-page-constellation .proprietario table tr:last-child,
  .page-template-page-performance .proprietario table tr:last-child {
    border-bottom-left-radius: 8px; }
  .page-template-page-constellation .proprietario table tr.bg-gradient th,
  .page-template-page-performance .proprietario table tr.bg-gradient th {
    font-size: 18px;
    padding: 5px 10px;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .page-template-page-constellation .proprietario table.performance,
  .page-template-page-performance .proprietario table.performance {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    .page-template-page-constellation .proprietario table.performance + .performance,
    .page-template-page-performance .proprietario table.performance + .performance {
      width: calc(100% - 114px);
      margin-left: auto; }
      .page-template-page-constellation .proprietario table.performance + .performance + p,
      .page-template-page-performance .proprietario table.performance + .performance + p {
        margin-left: 120px !important; }
.page-template-page-constellation .proprietario .dot-table tbody tr td:first-child,
.page-template-page-performance .proprietario .dot-table tbody tr td:first-child {
  background-color: #F4F4F4;
  font-family: "PFDinTextPro-Regular", sans-serif; }
.page-template-page-constellation .proprietario .dot-table tbody tr:first-child td:first-child,
.page-template-page-performance .proprietario .dot-table tbody tr:first-child td:first-child {
  border-top-left-radius: 10px;
  overflow: hidden; }
.page-template-page-constellation .proprietario .dot-table tbody tr:last-child td:first-child,
.page-template-page-performance .proprietario .dot-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
  overflow: hidden; }
.page-template-page-constellation .proprietario p small,
.page-template-page-performance .proprietario p small {
  font-family: "PFDinTextPro-MediumItalic", sans-serif;
  text-transform: uppercase;
  font-size: 14px; }
  .page-template-page-constellation .proprietario p small span,
  .page-template-page-performance .proprietario p small span {
    font-size: 18px;
    color: #BF0609;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
.page-template-page-constellation .proprietario .get-star,
.page-template-page-performance .proprietario .get-star {
  margin-bottom: 35px; }
  .page-template-page-constellation .proprietario .get-star thead th,
  .page-template-page-performance .proprietario .get-star thead th {
    text-transform: uppercase; }
    .page-template-page-constellation .proprietario .get-star thead th:not(:first-child),
    .page-template-page-performance .proprietario .get-star thead th:not(:first-child) {
      color: #FFFFFF !important; }
  .page-template-page-constellation .proprietario .get-star tbody tr td:first-child,
  .page-template-page-performance .proprietario .get-star tbody tr td:first-child {
    background-color: #F4F4F4; }
.page-template-page-constellation .proprietario .review-star,
.page-template-page-performance .proprietario .review-star {
  background-image: url("../images/common/gray-star-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto; }
  .page-template-page-constellation .proprietario .review-star h1,
  .page-template-page-performance .proprietario .review-star h1 {
    font-size: 50px;
    line-height: 45px;
    color: #5B5B5B; }
  .page-template-page-constellation .proprietario .review-star p,
  .page-template-page-performance .proprietario .review-star p {
    line-height: normal;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
.page-template-page-constellation .proprietario .indicadore-table,
.page-template-page-performance .proprietario .indicadore-table {
  background-color: #F4F4F4; }
.page-template-page-constellation .proprietario .bg-gradient,
.page-template-page-performance .proprietario .bg-gradient {
  color: #FBBA00 !important;
  text-transform: capitalize;
  font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .page-template-page-constellation .proprietario .bg-gradient th,
  .page-template-page-performance .proprietario .bg-gradient th {
    color: #FBBA00 !important; }
@media screen and (max-width: 998px) {
  .page-template-page-constellation .nav,
  .page-template-page-performance .nav {
    flex-direction: column; } }
.page-template-page-constellation .nav .nav-item,
.page-template-page-performance .nav .nav-item {
  margin-left: 15px; }
  @media screen and (max-width: 998px) {
    .page-template-page-constellation .nav .nav-item,
    .page-template-page-performance .nav .nav-item {
      margin: 0;
      margin-bottom: 15px; } }
  .page-template-page-constellation .nav .nav-item .nav-link,
  .page-template-page-performance .nav .nav-item .nav-link {
    font-family: "PFDinTextPro-BoldItalic", sans-serif !important;
    color: #B2B2B2 !important; }
    .page-template-page-constellation .nav .nav-item .nav-link.active,
    .page-template-page-performance .nav .nav-item .nav-link.active {
      background: linear-gradient(180deg, #bf0609, #e30609);
      box-shadow: 5px 3px 20px 0px #878787;
      color: #FFFFFF !important; }
    .page-template-page-constellation .nav .nav-item .nav-link:focus,
    .page-template-page-performance .nav .nav-item .nav-link:focus {
      box-shadow: none; }
.page-template-page-constellation .tab-pane .nav .nav-item,
.page-template-page-performance .tab-pane .nav .nav-item {
  margin-left: 0;
  margin-right: 15px; }
.page-template-page-constellation .constalla-table,
.page-template-page-performance .constalla-table {
  border: 1px solid #C7C7C7;
  border-radius: 15px;
  margin: 0 4px;
  overflow: hidden; }
  .page-template-page-constellation .constalla-table .title-red,
  .page-template-page-performance .constalla-table .title-red {
    background-color: #F4F4F4;
    font-family: "PFDinTextPro-BoldItalic", sans-serif;
    font-size: 16px;
    padding: 5px 15px;
    text-align: center; }
  .page-template-page-constellation .constalla-table p,
  .page-template-page-performance .constalla-table p {
    padding: 5px;
    text-align: center;
    max-width: 380px; }

.page-template-page-constellation .header-banner .container {
  top: 5vw; }
  .page-template-page-constellation .header-banner .container .header-title-content.default {
    max-width: unset; }
    .page-template-page-constellation .header-banner .container .header-title-content.default .title-gray {
      margin: 0;
      font-size: 72px; }
      .page-template-page-constellation .header-banner .container .header-title-content.default .title-gray span {
        font-size: 72px;
        color: #E30609;
        font-family: "PFDinTextPro-MediumItalic", sans-serif; }
        @media screen and (max-width: 998px) {
          .page-template-page-constellation .header-banner .container .header-title-content.default .title-gray span {
            line-height: 1;
            font-size: 35px; } }
    .page-template-page-constellation .header-banner .container .header-title-content.default p {
      font-size: 24px;
      width: fit-content;
      text-transform: uppercase;
      font-family: "PFDinTextPro-LightItalic", sans-serif; }
.page-template-page-constellation .proprietario table.performance + .televendas {
  width: calc(100% - 176px) !important; }
  .page-template-page-constellation .proprietario table.performance + .televendas td {
    padding: 0 20px; }
.page-template-page-constellation .proprietario table.performance + .digital {
  width: calc(100% - 211px) !important; }
.page-template-page-constellation .proprietario .owner {
  width: 70% !important; }
.page-template-page-constellation .proprietario .indicadore-table .owner {
  width: 70% !important; }
.page-template-page-constellation .proprietario .star-indicadores {
  width: 150px;
  border: 1px solid #5b5b5b;
  height: 150px;
  margin-left: 85px;
  border-radius: 10px; }
  .page-template-page-constellation .proprietario .star-indicadores .image-star {
    text-align: center; }
    .page-template-page-constellation .proprietario .star-indicadores .image-star h1 {
      display: inline;
      font-size: 3em;
      color: #5b5b5b; }
    .page-template-page-constellation .proprietario .star-indicadores .image-star img {
      width: 30px !important;
      height: auto;
      margin-bottom: 20px; }
  .page-template-page-constellation .proprietario .star-indicadores .container {
    text-align: center;
    font-weight: bold; }

.sfwd-courses-template-default .container .page-content.overflow-y .post-content .learndash .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content.ld-visible .learndash.user_has_no_access .learndash-wrapper .wpProQuiz_content .wpProQuiz_quiz ol.wpProQuiz_list li.wpProQuiz_listItem::before {
  display: none; }

.rodape-mensal {
  font-style: italic; }

.rdp-retiradas {
  font-family: "PFDinTextPro-MediumItalic", sans-serif;
  color: #b2b2b2;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle; }

.single-news .post-content a {
  color: #BF2E28; }

.page .wpProQuiz_header,
.page #quiz_continue_link {
  display: none !important; }

/* ESTRELAS DO CLUBE DISTRIBUIDOR */
.page-template-page-estrelas-do-clube-distribuidor .main .bg-gray-light .container .page-content.overflow-y {
  padding: 0;
  padding-top: 25px; }
  .page-template-page-estrelas-do-clube-distribuidor .main .bg-gray-light .container .page-content.overflow-y .club-star-link {
    margin: 40px 0; }
    .page-template-page-estrelas-do-clube-distribuidor .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex {
      justify-content: center; }
      .page-template-page-estrelas-do-clube-distribuidor .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item:nth-child(even) {
        margin: 0 15px; }
      .page-template-page-estrelas-do-clube-distribuidor .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item .btn-outline-gray {
        width: 250px;
        border: unset;
        text-transform: unset;
        font-size: 20px !important;
        background: #EBEBEB;
        color: #5B5B5B !important;
        padding: 15px 20px !important;
        font-family: "Roboto-Regular", sans-serif !important; }
        .page-template-page-estrelas-do-clube-distribuidor .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item .btn-outline-gray:hover, .page-template-page-estrelas-do-clube-distribuidor .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item .btn-outline-gray:focus {
          outline: none; }
        .page-template-page-estrelas-do-clube-distribuidor .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item .btn-outline-gray.active {
          background: linear-gradient(180deg, #BF0609, #E30609);
          font-family: "Roboto-Bold", sans-serif !important;
          color: #FFFFFF !important;
          box-shadow: 5px 5px 9px rgba(70, 70, 70, 0.31);
          border: 0; }

/* CLUBE DE VENDAS */
.page-template-page-estrelas-do-clube .main .bg-gray-light .container .page-content.overflow-y {
  padding: 0;
  padding-top: 25px; }
  .page-template-page-estrelas-do-clube .main .bg-gray-light .container .page-content.overflow-y .club-star-link {
    margin: 40px 0; }
    .page-template-page-estrelas-do-clube .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex {
      justify-content: center; }
      .page-template-page-estrelas-do-clube .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item:nth-child(even) {
        margin: 0 15px; }
      .page-template-page-estrelas-do-clube .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item .btn-outline-gray {
        width: 250px;
        border: unset;
        text-transform: unset;
        font-size: 20px !important;
        background: #EBEBEB;
        color: #5B5B5B !important;
        padding: 15px 20px !important;
        font-family: "Roboto-Regular", sans-serif !important; }
        .page-template-page-estrelas-do-clube .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item .btn-outline-gray:hover, .page-template-page-estrelas-do-clube .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item .btn-outline-gray:focus {
          outline: none; }
        .page-template-page-estrelas-do-clube .main .bg-gray-light .container .page-content.overflow-y .club-star-link .flex .nav-item .btn-outline-gray.active {
          background: linear-gradient(180deg, #BF0609, #E30609);
          font-family: "Roboto-Bold", sans-serif !important;
          color: #FFFFFF !important;
          box-shadow: 5px 5px 9px rgba(70, 70, 70, 0.31);
          border: 0; }

/*
*/
/* Shop */
.page-template-page-cart .header-banner .container {
  top: 5vw; }
.page-template-page-cart .page-content .title-block {
  margin-bottom: 25px; }
.page-template-page-cart .page-content .woocommerce .woocommerce-shipping-totals.shipping {
  display: none; }
.page-template-page-cart .page-content .woocommerce .woocommerce-cart-form .cart.shop_table {
  margin: 0 auto;
  margin-bottom: 15px; }
  .page-template-page-cart .page-content .woocommerce .woocommerce-cart-form .cart.shop_table .cart-table .cart-item {
    margin-bottom: 25px; }
    .page-template-page-cart .page-content .woocommerce .woocommerce-cart-form .cart.shop_table .cart-table .cart-item .cart_item {
      background-color: #F4F4F4;
      display: flex;
      border-radius: 30px; }
      .page-template-page-cart .page-content .woocommerce .woocommerce-cart-form .cart.shop_table .cart-table .cart-item .cart_item .product-thumbnail {
        max-width: 325px;
        width: 100%;
        border: 1px solid #DADADA;
        border-top-left-radius: 30px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 30px;
        background-color: #FFFFFF; }
        .page-template-page-cart .page-content .woocommerce .woocommerce-cart-form .cart.shop_table .cart-table .cart-item .cart_item .product-thumbnail a img {
          width: 100%;
          border-top-left-radius: 30px;
          border-top-right-radius: 0px;
          border-bottom-right-radius: 0px;
          border-bottom-left-radius: 30px; }
      .page-template-page-cart .page-content .woocommerce .woocommerce-cart-form .cart.shop_table .cart-table .cart-item .cart_item .cart-content {
        padding: 2vw;
        width: 100%;
        display: flex;
        flex-direction: column; }
        .page-template-page-cart .page-content .woocommerce .woocommerce-cart-form .cart.shop_table .cart-table .cart-item .cart_item .cart-content .cart-info .product-name a {
          line-height: 1;
          font-size: 30px;
          font-style: italic;
          text-transform: uppercase;
          color: #5B5B5B !important; }
        .page-template-page-cart .page-content .woocommerce .woocommerce-cart-form .cart.shop_table .cart-table .cart-item .cart_item .cart-content .cart-info .product-name .variation {
          display: none; }
        .page-template-page-cart .page-content .woocommerce .woocommerce-cart-form .cart.shop_table .cart-table .cart-item .cart_item .cart-content .cart-info .product-model p {
          color: #878787;
          font-family: "PFDinTextPro-MediumItalic", sans-serif; }
        .page-template-page-cart .page-content .woocommerce .woocommerce-cart-form .cart.shop_table .cart-table .cart-item .cart_item .cart-content .cart-info .product-model .point-value {
          font-family: "PFDinTextPro-MediumItalic", sans-serif; }
        .page-template-page-cart .page-content .woocommerce .woocommerce-cart-form .cart.shop_table .cart-table .cart-item .cart_item .cart-content .cart-info .cart-quantity {
          align-items: center;
          justify-content: space-between; }
          .page-template-page-cart .page-content .woocommerce .woocommerce-cart-form .cart.shop_table .cart-table .cart-item .cart_item .cart-content .cart-info .cart-quantity.flex {
            position: relative;
            float: right;
            margin-right: -20px; }
          .page-template-page-cart .page-content .woocommerce .woocommerce-cart-form .cart.shop_table .cart-table .cart-item .cart_item .cart-content .cart-info .cart-quantity .product-price {
            display: none; }
            .page-template-page-cart .page-content .woocommerce .woocommerce-cart-form .cart.shop_table .cart-table .cart-item .cart_item .cart-content .cart-info .cart-quantity .product-price h3 {
              color: #5B5B5B;
              font-size: 40px; }
              .page-template-page-cart .page-content .woocommerce .woocommerce-cart-form .cart.shop_table .cart-table .cart-item .cart_item .cart-content .cart-info .cart-quantity .product-price h3 small {
                font-size: 50%;
                color: #878787; }
            .page-template-page-cart .page-content .woocommerce .woocommerce-cart-form .cart.shop_table .cart-table .cart-item .cart_item .cart-content .cart-info .cart-quantity .product-price span {
              color: #5B5B5B;
              font-size: 45px; }
          .page-template-page-cart .page-content .woocommerce .woocommerce-cart-form .cart.shop_table .cart-table .cart-item .cart_item .cart-content .cart-info .cart-quantity .product-quantity {
            margin-left: auto; }
        .page-template-page-cart .page-content .woocommerce .woocommerce-cart-form .cart.shop_table .cart-table .cart-item .cart_item .cart-content .cart-price {
          display: flex;
          height: 100%; }
          .page-template-page-cart .page-content .woocommerce .woocommerce-cart-form .cart.shop_table .cart-table .cart-item .cart_item .cart-content .cart-price .product-subtotal .cart-subtotal {
            color: #5B5B5B; }
            .page-template-page-cart .page-content .woocommerce .woocommerce-cart-form .cart.shop_table .cart-table .cart-item .cart_item .cart-content .cart-price .product-subtotal .cart-subtotal span {
              color: #E30609; }
          .page-template-page-cart .page-content .woocommerce .woocommerce-cart-form .cart.shop_table .cart-table .cart-item .cart_item .cart-content .cart-price .product-remove {
            margin-left: auto;
            margin-top: auto; }
            .page-template-page-cart .page-content .woocommerce .woocommerce-cart-form .cart.shop_table .cart-table .cart-item .cart_item .cart-content .cart-price .product-remove .btn {
              width: 110px;
              padding: 0.375rem 0.75rem !important; }
  .page-template-page-cart .page-content .woocommerce .woocommerce-cart-form .cart.shop_table .cart-table .coupon-content {
    display: none; }
.page-template-page-cart .page-content .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  float: none; }
  .page-template-page-cart .page-content .woocommerce .cart-collaterals .cart_totals h2 {
    margin: 25px 0; }
  .page-template-page-cart .page-content .woocommerce .cart-collaterals .cart_totals table {
    border: 0;
    background-color: #F4F4F4;
    margin: 0;
    padding: 10px; }
    .page-template-page-cart .page-content .woocommerce .cart-collaterals .cart_totals table .cart-subtotal,
    .page-template-page-cart .page-content .woocommerce .cart-collaterals .cart_totals table .fee {
      display: none; }
    .page-template-page-cart .page-content .woocommerce .cart-collaterals .cart_totals table tr {
      border: 0; }
      .page-template-page-cart .page-content .woocommerce .cart-collaterals .cart_totals table tr th,
      .page-template-page-cart .page-content .woocommerce .cart-collaterals .cart_totals table tr td {
        border: 0;
        color: #5B5B5B;
        font-family: "PFDinTextPro-Regular", sans-serif; }
      .page-template-page-cart .page-content .woocommerce .cart-collaterals .cart_totals table tr td {
        text-align: right; }
        .page-template-page-cart .page-content .woocommerce .cart-collaterals .cart_totals table tr td.total {
          font-size: 22px; }
    .page-template-page-cart .page-content .woocommerce .cart-collaterals .cart_totals table .order-total th {
      font-family: "PFDinTextPro-Regular", sans-serif;
      font-weight: 100; }
    .page-template-page-cart .page-content .woocommerce .cart-collaterals .cart_totals table .order-total th,
    .page-template-page-cart .page-content .woocommerce .cart-collaterals .cart_totals table .order-total td {
      display: block;
      text-align: left; }
    .page-template-page-cart .page-content .woocommerce .cart-collaterals .cart_totals table .order-total td {
      font-weight: 100;
      font-size: 30px;
      padding: 0 10px;
      text-transform: uppercase;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    .page-template-page-cart .page-content .woocommerce .cart-collaterals .cart_totals table .order-total .title-red {
      display: flex; }
      .page-template-page-cart .page-content .woocommerce .cart-collaterals .cart_totals table .order-total .title-red span {
        margin-right: 5px;
        font-weight: normal;
        font-family: "PFDinTextPro-Regular", sans-serif; }
      .page-template-page-cart .page-content .woocommerce .cart-collaterals .cart_totals table .order-total .title-red p {
        color: #BF0609;
        text-transform: lowercase; }
  .page-template-page-cart .page-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding: 0;
    margin: 0;
    background-color: #F4F4F4;
    display: flex;
    justify-content: flex-end; }
    .page-template-page-cart .page-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
      width: max-content;
      margin: 20px;
      font-size: 15px;
      background: #FFFFFF !important;
      color: #E30609;
      box-shadow: none;
      border: 1px solid #878787; }
      .page-template-page-cart .page-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
        background: linear-gradient(0deg, #BF0609, #E30609) !important;
        color: #FFFFFF;
        border: 0; }

.page-template-page-checkout .header-banner .container,
.page-template-page-my-account .header-banner .container {
  top: 5vw; }
.page-template-page-checkout .page-content .title-block .post-title,
.page-template-page-my-account .page-content .title-block .post-title {
  font-family: "PFDinTextPro-MediumItalic", sans-serif;
  text-transform: uppercase; }
.page-template-page-checkout .page-content .content-block .post-content .woocommerce .required,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce .required {
  display: none; }
.page-template-page-checkout .page-content .content-block .post-content .woocommerce .wc-proceed-to-checkout .btn,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce .wc-proceed-to-checkout .btn {
  display: block;
  margin-left: auto;
  width: max-content;
  color: #BF0609 !important; }
.page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-shipping-totals.shipping,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-shipping-totals.shipping {
  display: none; }
.page-template-page-checkout .page-content .content-block .post-content .woocommerce #payment .payment_methods li label img,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce #payment .payment_methods li label img {
  width: auto; }
.page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout h3,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout h3 {
  text-transform: uppercase;
  color: #5B5B5B;
  margin-bottom: 30px; }
.page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout label,
.page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .woocommerce-input-wrapper,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout label,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .woocommerce-input-wrapper {
  width: 100%; }
.page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .select2-container .select2-selection--single,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .select2-container .select2-selection--single {
  height: 40px;
  line-height: 40px; }
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .select2-container .select2-selection--single .select2-selection__rendered,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 38px; }
.page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout table.shop_table,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout table.shop_table {
  background-color: #F4F4F4;
  margin-bottom: 25px;
  border: none;
  border-collapse: unset;
  border-radius: unset;
  padding: 20px; }
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout table.shop_table th,
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout table.shop_table td,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout table.shop_table th,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout table.shop_table td {
    border: none;
    font-weight: lighter; }
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout table.shop_table thead th,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout table.shop_table thead th {
    font-weight: normal; }
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout table.shop_table tbody tr .product-name .variation dt,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout table.shop_table tbody tr .product-name .variation dt {
    font-weight: normal; }
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout table.shop_table tfoot tr th,
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout table.shop_table tfoot tr td,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout table.shop_table tfoot tr th,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout table.shop_table tfoot tr td {
    font-weight: unset; }
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout table.shop_table tfoot .cart-subtotal td,
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout table.shop_table tfoot .fee td,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout table.shop_table tfoot .cart-subtotal td,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout table.shop_table tfoot .fee td {
    font-size: 20px; }
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout table.shop_table tfoot .order-total td,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout table.shop_table tfoot .order-total td {
    color: #E30609;
    font-size: 30px;
    font-weight: lighter; }
.page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields .form-row-first-field,
.page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields .form-row-middle-field,
.page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields .form-row-last-field,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields .form-row-first-field,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields .form-row-middle-field,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields .form-row-last-field {
  display: inline-block; }
.page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields #billing_address_2_field,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields #billing_address_2_field {
  width: 40%; }
.page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields #billing_number_field,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields #billing_number_field {
  width: 10%; }
.page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields #billing_email_field,
.page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields #billing_phone_field,
.page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields #billing_neighbor_field,
.page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields #billing_last_name_field,
.page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields #billing_address_1_field,
.page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields #billing_first_name_field,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields #billing_email_field,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields #billing_phone_field,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields #billing_neighbor_field,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields #billing_last_name_field,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields #billing_address_1_field,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields #billing_first_name_field {
  width: 50%; }
.page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields #billing_city_field,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields #billing_city_field {
  width: 30%; }
.page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields #billing_state_field,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields #billing_state_field {
  width: 20%; }
.page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields #billing_company_field.form-row-wide label span.optional,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields #billing_company_field.form-row-wide label span.optional {
  display: none; }
.page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields #billing_country_field.address-field,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields #billing_country_field.address-field {
  visibility: hidden;
  height: 0; }
.page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields #billing_postcode_field,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-1 .woocommerce-billing-fields #billing_postcode_field {
  width: 100%; }
.page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-2 .woocommerce-additional-fields,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .col2-set#customer_details .col-2 .woocommerce-additional-fields {
  display: none; }
.page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .woocommerce-checkout-review-order,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .woocommerce-checkout-review-order {
  margin-bottom: 25px; }
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .woocommerce-checkout-review-order .title-red,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .woocommerce-checkout-review-order .title-red {
    color: #BF0609;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .woocommerce-checkout-review-order #payment,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .woocommerce-checkout-review-order #payment {
    background: transparent; }
    .page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .woocommerce-checkout-review-order #payment ul,
    .page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .woocommerce-checkout-review-order #payment ul {
      border: 0;
      padding: 0; }
      .page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .woocommerce-checkout-review-order #payment ul li.payment_method_checkout-cielo label,
      .page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .woocommerce-checkout-review-order #payment ul li.payment_method_checkout-cielo label {
        color: transparent;
        background-image: url("../images/common/cielo-logo.png");
        background-repeat: no-repeat;
        background-size: 70px;
        background-position: center;
        width: 120px;
        background-color: #DADADA;
        border-radius: 20px;
        height: 40px; }
        .page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .woocommerce-checkout-review-order #payment ul li.payment_method_checkout-cielo label img,
        .page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .woocommerce-checkout-review-order #payment ul li.payment_method_checkout-cielo label img {
          width: auto; }
      .page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .woocommerce-checkout-review-order #payment ul li.payment_method_cod label,
      .page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .woocommerce-checkout-review-order #payment ul li.payment_method_cod label {
        height: 45px;
        color: #5B5B5B;
        padding: 5px 20px;
        width: fit-content;
        border-radius: 20px;
        background-color: #DADADA; }
      .page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .woocommerce-checkout-review-order #payment ul li #payment_method_paypal,
      .page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .woocommerce-checkout-review-order #payment ul li #payment_method_paypal {
        display: none; }
      .page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .woocommerce-checkout-review-order #payment ul li a,
      .page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .woocommerce-checkout-review-order #payment ul li img,
      .page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .woocommerce-checkout-review-order #payment ul li a,
      .page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .woocommerce-checkout-review-order #payment ul li img {
        display: none; }
      .page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .woocommerce-checkout-review-order #payment ul li .payment_box,
      .page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .woocommerce-checkout-review-order #payment ul li .payment_box {
        display: none; }
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .woocommerce-checkout-review-order .place-order a,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .woocommerce-checkout-review-order .place-order a {
    color: #BF0609; }
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .checkout .woocommerce-checkout-review-order .place-order button,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .checkout .woocommerce-checkout-review-order .place-order button {
    margin: 0 auto; }
.page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-order,
.page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-order,
.page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content {
  float: none;
  width: 100%; }
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-order .woocommerce-notices-wrapper + p,
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper + p,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-order .woocommerce-notices-wrapper + p,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper + p {
    background: linear-gradient(180deg, #BF0609, #E30609) !important;
    color: #FFFFFF;
    padding: 8px;
    border-radius: 7px;
    margin-bottom: 20px !important; }
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-order p a.button.wc-backward,
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content p a.button.wc-backward,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-order p a.button.wc-backward,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content p a.button.wc-backward {
    margin: 20px 0;
    right: 25px;
    top: 50px;
    position: absolute; }
    .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-order p a.button.wc-backward:hover,
    .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content p a.button.wc-backward:hover,
    .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-order p a.button.wc-backward:hover,
    .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content p a.button.wc-backward:hover {
      color: #FFFFFF; }
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-order ul.order_details,
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content ul.order_details,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-order ul.order_details,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content ul.order_details {
    display: flex;
    text-align: center;
    justify-content: space-between;
    background: linear-gradient(180deg, #BF0609, #E30609) !important;
    padding: 0;
    border-radius: 20px;
    box-shadow: 0 0 5px #878787;
    margin: 20px 0; }
    .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-order ul.order_details li,
    .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content ul.order_details li,
    .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-order ul.order_details li,
    .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content ul.order_details li {
      margin: 0;
      padding: 20px;
      font-size: unset;
      color: #FFFFFF;
      width: 33.3%;
      border-color: #FFFFFF; }
      .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-order ul.order_details li strong,
      .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content ul.order_details li strong,
      .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-order ul.order_details li strong,
      .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content ul.order_details li strong {
        text-transform: uppercase;
        color: #FBBA00; }
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table,
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.shop_table,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.shop_table {
    background-color: #F4F4F4;
    margin-bottom: 25px;
    border: none;
    border-collapse: unset;
    border-radius: unset;
    padding: 20px; }
    .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table th,
    .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table td,
    .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.shop_table th,
    .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.shop_table td,
    .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table th,
    .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table td,
    .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.shop_table th,
    .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.shop_table td {
      border: none;
      font-weight: lighter; }
    .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table thead th,
    .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.shop_table thead th,
    .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table thead th,
    .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.shop_table thead th {
      font-weight: normal; }
    .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tbody tr td a,
    .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.shop_table tbody tr td a,
    .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tbody tr td a,
    .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.shop_table tbody tr td a {
      color: #5B5B5B; }
    .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tfoot tr td,
    .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.shop_table tfoot tr td,
    .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tfoot tr td,
    .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.shop_table tfoot tr td {
      font-weight: bold; }
    .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tfoot tr:last-child td,
    .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.shop_table tfoot tr:last-child td,
    .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tfoot tr:last-child td,
    .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.shop_table tfoot tr:last-child td {
      font-weight: unset !important; }
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-order .woocommerce-customer-details h2,
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-order .woocommerce-order-details h2,
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details h2,
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details h2,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-order .woocommerce-customer-details h2,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-order .woocommerce-order-details h2,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details h2,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details h2 {
    font-style: italic;
    color: #BF0609;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-order .woocommerce-customer-details address,
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-order .woocommerce-order-details address,
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address,
  .page-template-page-checkout .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details address,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-order .woocommerce-customer-details address,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-order .woocommerce-order-details address,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address,
  .page-template-page-my-account .page-content .content-block .post-content .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details address {
    background-color: #F4F4F4;
    padding: 20px; }
.page-template-page-checkout .woocommerce-order .success h1.message.title-gray,
.page-template-page-checkout .woocommerce-order .failure h1.message.title-gray,
.page-template-page-my-account .woocommerce-order .success h1.message.title-gray,
.page-template-page-my-account .woocommerce-order .failure h1.message.title-gray {
  margin: 0 auto;
  line-height: 1;
  color: #5B5B5B;
  text-transform: uppercase; }
  .page-template-page-checkout .woocommerce-order .success h1.message.title-gray p,
  .page-template-page-checkout .woocommerce-order .failure h1.message.title-gray p,
  .page-template-page-my-account .woocommerce-order .success h1.message.title-gray p,
  .page-template-page-my-account .woocommerce-order .failure h1.message.title-gray p {
    display: none; }
.page-template-page-checkout .woocommerce-order .success .success-content,
.page-template-page-checkout .woocommerce-order .failure .success-content,
.page-template-page-my-account .woocommerce-order .success .success-content,
.page-template-page-my-account .woocommerce-order .failure .success-content {
  width: 40%;
  margin: 0 auto; }
  .page-template-page-checkout .woocommerce-order .success .success-content p,
  .page-template-page-checkout .woocommerce-order .failure .success-content p,
  .page-template-page-my-account .woocommerce-order .success .success-content p,
  .page-template-page-my-account .woocommerce-order .failure .success-content p {
    line-height: 2;
    font-size: 14px;
    font-family: "PFDinTextPro-SemiBold", sans-serif; }
.page-template-page-checkout .woocommerce-order .success h1.message.title-gray,
.page-template-page-checkout .woocommerce-order .failure h1.message.title-gray,
.page-template-page-my-account .woocommerce-order .success h1.message.title-gray,
.page-template-page-my-account .woocommerce-order .failure h1.message.title-gray {
  line-height: 1;
  width: 41% !important;
  margin: 0 auto; }
.page-template-page-checkout .woocommerce-order .success .success-image,
.page-template-page-checkout .woocommerce-order .success .failure-image,
.page-template-page-checkout .woocommerce-order .failure .success-image,
.page-template-page-checkout .woocommerce-order .failure .failure-image,
.page-template-page-my-account .woocommerce-order .success .success-image,
.page-template-page-my-account .woocommerce-order .success .failure-image,
.page-template-page-my-account .woocommerce-order .failure .success-image,
.page-template-page-my-account .woocommerce-order .failure .failure-image {
  width: 75px;
  height: 75px;
  margin: auto; }
.page-template-page-checkout .woocommerce-order .success .back-button,
.page-template-page-checkout .woocommerce-order .failure .back-button,
.page-template-page-my-account .woocommerce-order .success .back-button,
.page-template-page-my-account .woocommerce-order .failure .back-button {
  margin: 0 auto;
  width: max-content; }
  .page-template-page-checkout .woocommerce-order .success .back-button .btn,
  .page-template-page-checkout .woocommerce-order .failure .back-button .btn,
  .page-template-page-my-account .woocommerce-order .success .back-button .btn,
  .page-template-page-my-account .woocommerce-order .failure .back-button .btn {
    width: max-content; }

.woocommerce-billing-fields > .visibility-hidden {
  visibility: hidden;
  width: 0;
  height: 0; }

.woocommerce-billing-fields > #billing_country_field > label {
  display: none; }

@media screen and (max-width: 998px) {
  .page-template-page-extrato .header-banner .banner-image img,
  .page-template-page-ecom-orders .header-banner .banner-image img,
  .page-template-page-ecom-my-vouchers .header-banner .banner-image img {
    object-position: right; } }
.page-template-page-extrato .header-banner .container,
.page-template-page-ecom-orders .header-banner .container,
.page-template-page-ecom-my-vouchers .header-banner .container {
  top: 5vw; }
.page-template-page-extrato .container .page-content h1,
.page-template-page-ecom-orders .container .page-content h1,
.page-template-page-ecom-my-vouchers .container .page-content h1 {
  font-size: 28px; }
.page-template-page-extrato .container .page-content .row,
.page-template-page-ecom-orders .container .page-content .row,
.page-template-page-ecom-my-vouchers .container .page-content .row {
  margin-bottom: 35px; }
  @media (max-width: 992px) {
    .page-template-page-extrato .container .page-content .row,
    .page-template-page-ecom-orders .container .page-content .row,
    .page-template-page-ecom-my-vouchers .container .page-content .row {
      margin-bottom: 8px; } }
  .page-template-page-extrato .container .page-content .row .card-gray,
  .page-template-page-ecom-orders .container .page-content .row .card-gray,
  .page-template-page-ecom-my-vouchers .container .page-content .row .card-gray {
    padding: 8px 20px !important;
    padding-top: 20px !important;
    border-radius: 28px !important; }
.page-template-page-extrato .container .page-content .extrato-page-period,
.page-template-page-ecom-orders .container .page-content .extrato-page-period,
.page-template-page-ecom-my-vouchers .container .page-content .extrato-page-period {
  margin-bottom: 40px; }
  .page-template-page-extrato .container .page-content .extrato-page-period .filter,
  .page-template-page-ecom-orders .container .page-content .extrato-page-period .filter,
  .page-template-page-ecom-my-vouchers .container .page-content .extrato-page-period .filter {
    border-radius: 28px; }
    @media (max-width: 992px) {
      .page-template-page-extrato .container .page-content .extrato-page-period .filter,
      .page-template-page-ecom-orders .container .page-content .extrato-page-period .filter,
      .page-template-page-ecom-my-vouchers .container .page-content .extrato-page-period .filter {
        align-items: center;
        flex-direction: column; } }
    .page-template-page-extrato .container .page-content .extrato-page-period .filter .flex,
    .page-template-page-ecom-orders .container .page-content .extrato-page-period .filter .flex,
    .page-template-page-ecom-my-vouchers .container .page-content .extrato-page-period .filter .flex {
      align-items: baseline; }
      @media (max-width: 992px) {
        .page-template-page-extrato .container .page-content .extrato-page-period .filter .flex,
        .page-template-page-ecom-orders .container .page-content .extrato-page-period .filter .flex,
        .page-template-page-ecom-my-vouchers .container .page-content .extrato-page-period .filter .flex {
          margin-bottom: 15px; } }
      .page-template-page-extrato .container .page-content .extrato-page-period .filter .flex input,
      .page-template-page-ecom-orders .container .page-content .extrato-page-period .filter .flex input,
      .page-template-page-ecom-my-vouchers .container .page-content .extrato-page-period .filter .flex input {
        width: 10.625rem;
        border-radius: 30px; }
        .page-template-page-extrato .container .page-content .extrato-page-period .filter .flex input:focus,
        .page-template-page-ecom-orders .container .page-content .extrato-page-period .filter .flex input:focus,
        .page-template-page-ecom-my-vouchers .container .page-content .extrato-page-period .filter .flex input:focus {
          outline: none; }
  .page-template-page-extrato .container .page-content .extrato-page-period + .title-gray,
  .page-template-page-ecom-orders .container .page-content .extrato-page-period + .title-gray,
  .page-template-page-ecom-my-vouchers .container .page-content .extrato-page-period + .title-gray {
    margin-bottom: 25px; }
@media (max-width: 992px) {
  .page-template-page-extrato .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper,
  .page-template-page-ecom-orders .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper,
  .page-template-page-ecom-my-vouchers .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper {
    overflow: auto; } }
.page-template-page-extrato .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination,
.page-template-page-ecom-orders .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination,
.page-template-page-ecom-my-vouchers .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination {
  margin-top: 25px; }
  .page-template-page-extrato .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate,
  .page-template-page-ecom-orders .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate,
  .page-template-page-ecom-my-vouchers .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate {
    float: none;
    margin: 0 auto;
    width: max-content; }
    .page-template-page-extrato .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination,
    .page-template-page-ecom-orders .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination,
    .page-template-page-ecom-my-vouchers .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination {
      display: flex;
      gap: 10px;
      list-style: none;
      padding: 0;
      align-items: center;
      justify-content: center; }
      .page-template-page-extrato .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item,
      .page-template-page-ecom-orders .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item,
      .page-template-page-ecom-my-vouchers .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        .page-template-page-extrato .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item .page-link,
        .page-template-page-ecom-orders .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item .page-link,
        .page-template-page-ecom-my-vouchers .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item .page-link {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 2.5rem;
          height: 1.5625rem;
          border-radius: 1.25rem;
          text-decoration: none;
          font-size: 16px;
          color: #000000;
          background-color: #F4F4F4;
          transition: background 0.3s, color 0.3s;
          border: none; }
        .page-template-page-extrato .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item.active .page-link,
        .page-template-page-ecom-orders .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item.active .page-link,
        .page-template-page-ecom-my-vouchers .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item.active .page-link {
          background-color: #E30609;
          color: #FFFFFF; }
        .page-template-page-extrato .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item:hover,
        .page-template-page-ecom-orders .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item:hover,
        .page-template-page-ecom-my-vouchers .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item:hover {
          border: unset;
          background: transparent; }
          .page-template-page-extrato .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item:hover .page-link,
          .page-template-page-ecom-orders .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item:hover .page-link,
          .page-template-page-ecom-my-vouchers .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item:hover .page-link {
            background-color: #E30609;
            color: #FFFFFF; }
    .page-template-page-extrato .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate + .dataTables_info,
    .page-template-page-ecom-orders .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate + .dataTables_info,
    .page-template-page-ecom-my-vouchers .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate + .dataTables_info {
      display: none; }
.page-template-page-extrato .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper table,
.page-template-page-ecom-orders .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper table,
.page-template-page-ecom-my-vouchers .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper table {
  text-align: left; }
  .page-template-page-extrato .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper table tbody td,
  .page-template-page-ecom-orders .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper table tbody td,
  .page-template-page-ecom-my-vouchers .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper table tbody td {
    padding-left: 15px; }

.page-template-page-central-shop .header-banner .container {
  top: 5vw; }
  .page-template-page-central-shop .header-banner .container .header-title-content.default .title-gray {
    margin: 0;
    font-size: 72px;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    @media screen and (max-width: 998px) {
      .page-template-page-central-shop .header-banner .container .header-title-content.default .title-gray {
        line-height: 1;
        font-size: 35px; } }
    .page-template-page-central-shop .header-banner .container .header-title-content.default .title-gray span {
      display: unset;
      color: #E30609;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .page-template-page-central-shop .header-banner .container .header-title-content.default p {
    font-size: 24px;
    width: fit-content;
    text-transform: uppercase;
    font-family: "PFDinTextPro-LightItalic", sans-serif; }
.page-template-page-central-shop .bg-gray-light .container .page-content.overflow-y {
  padding: 0; }

.page-template-page-ecom-orders .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper table.extrato-page-table tbody tr.odd > .sorting_1,
.page-template-page-ecom-my-vouchers .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper table.extrato-page-table tbody tr.odd > .sorting_1 {
  background-color: #DADADA; }
  .page-template-page-ecom-orders .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper table.extrato-page-table tbody tr.odd > .sorting_1:hover,
  .page-template-page-ecom-my-vouchers .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper table.extrato-page-table tbody tr.odd > .sorting_1:hover {
    background-color: #F4F4F4; }
.page-template-page-ecom-orders .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper table.extrato-page-table tbody td,
.page-template-page-ecom-my-vouchers .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper table.extrato-page-table tbody td {
  background-color: #DADADA; }
.page-template-page-ecom-orders .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper table.extrato-page-table tbody tr:hover td,
.page-template-page-ecom-my-vouchers .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper table.extrato-page-table tbody tr:hover td {
  background-color: #F4F4F4; }
.page-template-page-ecom-orders .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .bottom .dataTables_info,
.page-template-page-ecom-my-vouchers .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .bottom .dataTables_info {
  display: none; }
.page-template-page-ecom-orders .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .bottom .dataTables_paginate,
.page-template-page-ecom-my-vouchers .container .page-content .extrato-page-period-detail #fromTableData .dataTables_wrapper .bottom .dataTables_paginate {
  margin: 0 auto;
  float: none;
  width: fit-content; }
.page-template-page-ecom-orders .container .page-content .btn.back-button,
.page-template-page-ecom-my-vouchers .container .page-content .btn.back-button {
  width: 10rem; }
  .page-template-page-ecom-orders .container .page-content .btn.back-button:before,
  .page-template-page-ecom-my-vouchers .container .page-content .btn.back-button:before {
    top: 1.125rem;
    left: 1.25rem;
    filter: invert(1); }

@media screen and (max-width: 998px) {
  .order-table {
    overflow-x: scroll; } }
.order-table .order-header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }
  .order-table .order-header p {
    font-family: "PFDinTextPro-MediumItalic", sans-serif;
    text-transform: uppercase;
    padding: 10px;
    min-width: 180px;
    color: #FFFFFF !important; }
.order-table .order-accordion-block {
  position: relative; }
  .order-table .order-accordion-block:nth-child(odd) .order-details {
    background-color: #DADADA; }
  .order-table .order-accordion-block input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 50px; }
    .order-table .order-accordion-block input:checked + label {
      background-color: #5B5B5B !important; }
      .order-table .order-accordion-block input:checked + label p {
        color: #FFFFFF;
        font-family: "PFDinTextPro-Italic", sans-serif; }
      .order-table .order-accordion-block input:checked + label:after {
        color: #FFFFFF;
        transform: rotate(180deg); }
    .order-table .order-accordion-block input:checked ~ .clube-ecom-order-answer {
      height: auto;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
.order-table input + label {
  position: relative;
  display: block;
  cursor: pointer;
  color: #5B5B5B;
  font-size: 17px;
  font-family: "PFDinTextPro-MediumItalic", sans-serif;
  text-transform: uppercase;
  background-color: #F4F4F4;
  margin-bottom: 0; }
  .order-table input + label p {
    min-width: 180px;
    padding: 10px;
    font-family: "PFDinTextPro-Italic", sans-serif; }
  .order-table input + label:after {
    content: '\25BC';
    top: 5px;
    right: 3px;
    padding: 5px 10px;
    transition: 0.2s ease-in-out;
    position: absolute;
    transform: scale(1.2);
    color: #5B5B5B; }
.order-table .order-products {
  padding: 15px; }
  .order-table .order-products .shipping-title {
    font-weight: normal;
    padding: 10px;
    font-family: "PFDinTextPro-Regular", sans-serif; }
.order-table .clube-ecom-order-answer {
  background: white;
  overflow: hidden;
  height: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .order-table .clube-ecom-order-answer .order-table .order-products {
    border: 1px solid #878787; }
  .order-table .clube-ecom-order-answer .order-table .order-image {
    max-width: 300px;
    width: 100%; }
    .order-table .clube-ecom-order-answer .order-table .order-image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .order-table .clube-ecom-order-answer .order-table .order-address {
    font-size: 18px;
    color: #5B5B5B;
    padding-left: 25px;
    border: 1px solid #878787; }
    .order-table .clube-ecom-order-answer .order-table .order-address:first-child {
      border-bottom: none; }
    .order-table .clube-ecom-order-answer .order-table .order-address .shipping-title,
    .order-table .clube-ecom-order-answer .order-table .order-address .Status-details {
      padding: 10px;
      padding-left: 20px;
      margin-left: -25px;
      color: #FFFFFF;
      margin-bottom: 15px;
      background-color: #878787;
      font-family: "PFDinTextPro-Regular", sans-serif; }
  .order-table .clube-ecom-order-answer .order-table .order-products-details p {
    color: #5B5B5B;
    line-height: 23px;
    font-size: 17px;
    padding: 10px 60px;
    font-family: "PFDinTextPro-Regular", sans-serif;
    text-align: left;
    padding-bottom: 0 !important; }
    .order-table .clube-ecom-order-answer .order-table .order-products-details p span.text-red {
      color: #E30609; }

.page-template-page-ecom-pagemento .header-banner .container {
  top: 5vw; }
.page-template-page-ecom-pagemento .accordion-item .accordion-content ul li:nth-child(even) {
  background-color: transparent; }
.page-template-page-ecom-pagemento .bg-gray-light a.bg-red-bar {
  padding: 8px 20px !important; }
.page-template-page-ecom-pagemento .bg-gray-light .container .page-content .single-recharge-content .product-title {
  margin-bottom: 1.5rem !important; }
.page-template-page-ecom-pagemento .bg-gray-light .container .page-content .single-recharge-content .woocommerce-breadcrumb,
.page-template-page-ecom-pagemento .bg-gray-light .container .page-content .single-recharge-content .product-filter-section {
  display: none; }
.page-template-page-ecom-pagemento .bg-gray-light .container .page-content .single-recharge-content .eu-preciso-container .eu-preciso-steps-container .input {
  border-radius: 1.75rem;
  background-color: #FFFFFF !important; }
.page-template-page-ecom-pagemento .bg-gray-light .container .page-content .single-recharge-content .pagemento-rules ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .page-template-page-ecom-pagemento .bg-gray-light .container .page-content .single-recharge-content .pagemento-rules ul li {
    font-size: 0.875rem;
    color: #000000;
    margin-bottom: 0.625rem;
    font-family: "Roboto-Regular", sans-serif; }
.page-template-page-ecom-pagemento .bg-gray-light .container .page-content .single-recharge-content .message-popup .success .success-image,
.page-template-page-ecom-pagemento .bg-gray-light .container .page-content .single-recharge-content .message-popup .success .failure-image,
.page-template-page-ecom-pagemento .bg-gray-light .container .page-content .single-recharge-content .message-popup .failure .success-image,
.page-template-page-ecom-pagemento .bg-gray-light .container .page-content .single-recharge-content .message-popup .failure .failure-image {
  width: 4.6875rem;
  height: 4.6875rem; }
.page-template-page-ecom-pagemento .bg-gray-light .container .page-content .btn.back-button {
  width: 10rem; }
  .page-template-page-ecom-pagemento .bg-gray-light .container .page-content .btn.back-button:before {
    top: 1.125rem;
    left: 1.25rem;
    filter: invert(1); }
.page-template-page-ecom-pagemento .bg-gray-light .container .page-content .btn.pagar-button {
  width: 8rem;
  background-color: #000000 !important; }
.page-template-page-ecom-pagemento .bg-gray-light .container .page-content .btn.order-button {
  padding: 12px 20px !important; }

.page-template-page-all-category .bg-gray-light .container .page-content h1,
.page-template-page-all-category .bg-gray-light .container .page-content label,
.page-template-page-all-category .bg-gray-light .container .page-content .mega-menu-container {
  display: none !important; }
.page-template-page-all-category .bg-gray-light .container .page-content .all-category-content {
  padding: 10px 25px; }
  .page-template-page-all-category .bg-gray-light .container .page-content .all-category-content .shop-block .product-block h1 {
    display: block !important; }
  .page-template-page-all-category .bg-gray-light .container .page-content .all-category-content .shop-block .product-block .all-category .menu-content {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    flex-wrap: wrap; }
    .page-template-page-all-category .bg-gray-light .container .page-content .all-category-content .shop-block .product-block .all-category .menu-content li {
      text-align: center;
      padding: 0px;
      margin: 10px 0px;
      cursor: pointer;
      width: 120px;
      background-color: transparent; }
    .page-template-page-all-category .bg-gray-light .container .page-content .all-category-content .shop-block .product-block .all-category .menu-content .menu-item .sub-link img {
      width: 60px;
      height: 40px;
      object-fit: contain; }
    .page-template-page-all-category .bg-gray-light .container .page-content .all-category-content .shop-block .product-block .all-category .menu-content .menu-item .sub-link p {
      padding: 10px 0px;
      color: #878787;
      line-height: normal;
      font-size: 12px;
      padding-bottom: 0; }

.postid-230485 > footer {
  clear: both; }

.post-type-archive-product .header-banner .container {
  top: 5vw; }
.post-type-archive-product .bg-gray-light .container .page-content label {
  display: none !important; }
.post-type-archive-product .bg-gray-light .container .page-content .content-area .site-main .woocommerce-result-count {
  display: none; }
.post-type-archive-product .bg-gray-light .container .page-content .content-area .site-main .woocommerce-ordering {
  margin-bottom: 30px; }
  @media (max-width: 992px) {
    .post-type-archive-product .bg-gray-light .container .page-content .content-area .site-main .woocommerce-ordering {
      width: 100%; } }
  .post-type-archive-product .bg-gray-light .container .page-content .content-area .site-main .woocommerce-ordering .select2-container {
    color: #878787;
    width: 200px !important; }
    @media (max-width: 992px) {
      .post-type-archive-product .bg-gray-light .container .page-content .content-area .site-main .woocommerce-ordering .select2-container {
        width: 100%; } }
    .post-type-archive-product .bg-gray-light .container .page-content .content-area .site-main .woocommerce-ordering .select2-container .select2-selection {
      height: 40px;
      min-width: 200px !important;
      background-color: #000000; }
      .post-type-archive-product .bg-gray-light .container .page-content .content-area .site-main .woocommerce-ordering .select2-container .select2-selection .select2-selection__rendered {
        font-family: "PFDinTextPro-MediumItalic", sans-serif;
        padding-left: 30px;
        color: #FFFFFF;
        font-size: 16px; }
      .post-type-archive-product .bg-gray-light .container .page-content .content-area .site-main .woocommerce-ordering .select2-container .select2-selection .select2-selection__arrow {
        top: 5px !important;
        width: 30px !important;
        height: 30px !important;
        background: url(../images/icon/product-down-icon.png); }
.post-type-archive-product .bg-gray-light .container .page-content .content-area .site-main ul li a {
  color: #5B5B5B; }
  @media (max-width: 992px) {
    .post-type-archive-product .bg-gray-light .container .page-content .content-area .site-main ul li a {
      font-size: 12px !important; } }
  .post-type-archive-product .bg-gray-light .container .page-content .content-area .site-main ul li a:hover {
    color: #5B5B5B; }
.post-type-archive-product .bg-gray-light .container .page-content .content-area .site-main ul li.product_cat-para-ajudar .button:before {
  display: none; }
.post-type-archive-product .bg-gray-light .container .page-content .card-light-gray.product {
  box-shadow: 3px 3px 13px rgba(52, 49, 49, 0.2);
  padding-top: 0 !important;
  height: 630px; }
.post-type-archive-product .bg-gray-light .container .page-content li.product-type-simple span.price {
  font-family: "PFDinTextPro-Italic", sans-serif; }
  @media (max-width: 992px) {
    .post-type-archive-product .bg-gray-light .container .page-content li.product-type-simple span.price {
      font-size: 10px !important; } }
  .post-type-archive-product .bg-gray-light .container .page-content li.product-type-simple span.price .woocommerce-Price-amount {
    font-size: 28px !important;
    font-style: normal;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    @media (max-width: 992px) {
      .post-type-archive-product .bg-gray-light .container .page-content li.product-type-simple span.price .woocommerce-Price-amount {
        font-size: 20px !important; } }
.post-type-archive-product .bg-gray-light .container .page-content li.product-type-simple .price {
  font-size: 14px; }
  .post-type-archive-product .bg-gray-light .container .page-content li.product-type-simple .price .amount {
    color: #5B5B5B; }
    .post-type-archive-product .bg-gray-light .container .page-content li.product-type-simple .price .amount .woocommerce-Price-currencySymbol {
      display: block;
      font-size: 14px;
      color: #000000;
      font-family: "PFDinTextPro-Italic", sans-serif; }
.post-type-archive-product .page-content .btn-gradient,
.post-type-archive-product .page-content .bg-gradient {
  background: linear-gradient(0deg, #BF0609, #E30609) !important; }
.post-type-archive-product .page-content .input-group-btn .btn,
.post-type-archive-product .page-content .qty-form-group .btn {
  box-shadow: 3px 3px 10px 0px #b6b6b6; }
  @media (max-width: 992px) {
    .post-type-archive-product .page-content .input-group-btn .btn,
    .post-type-archive-product .page-content .qty-form-group .btn {
      margin: 0 auto;
      padding: 8px 20px !important; } }
.post-type-archive-product .select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option {
  padding: 10px;
  color: #FFFFFF;
  position: relative;
  text-align: center;
  background-color: #000000;
  font-family: "Roboto-Regular", sans-serif; }
  .post-type-archive-product .select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--highlighted {
    color: #000000;
    background-color: #FFFFFF; }
  .post-type-archive-product .select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option::after {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    color: #FFFFFF;
    justify-content: center;
    background-color: #878787;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; }
  .post-type-archive-product .select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option:nth-last-child(2)::after {
    content: "\f068"; }
  .post-type-archive-product .select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option:last-child::after {
    content: "\f067"; }

.single-product .content-area .product-title .woocommerce-breadcrumb,
.tax-product_cat .content-area .product-title .woocommerce-breadcrumb,
.page-template-page-ecom-pagemento .content-area .product-title .woocommerce-breadcrumb {
  display: block;
  font-size: 14px;
  color: #878787;
  margin: 0 !important;
  margin-bottom: 25px !important;
  font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .single-product .content-area .product-title .woocommerce-breadcrumb a,
  .tax-product_cat .content-area .product-title .woocommerce-breadcrumb a,
  .page-template-page-ecom-pagemento .content-area .product-title .woocommerce-breadcrumb a {
    color: #B2B2B2;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    .single-product .content-area .product-title .woocommerce-breadcrumb a:last-child,
    .tax-product_cat .content-area .product-title .woocommerce-breadcrumb a:last-child,
    .page-template-page-ecom-pagemento .content-area .product-title .woocommerce-breadcrumb a:last-child {
      color: #878787; }
.single-product .content-area .product-title .woocommerce-result-count,
.tax-product_cat .content-area .product-title .woocommerce-result-count,
.page-template-page-ecom-pagemento .content-area .product-title .woocommerce-result-count {
  display: none; }
.single-product .content-area .product-title .woocommerce-ordering,
.tax-product_cat .content-area .product-title .woocommerce-ordering,
.page-template-page-ecom-pagemento .content-area .product-title .woocommerce-ordering {
  margin-bottom: 30px; }
  @media (max-width: 992px) {
    .single-product .content-area .product-title .woocommerce-ordering,
    .tax-product_cat .content-area .product-title .woocommerce-ordering,
    .page-template-page-ecom-pagemento .content-area .product-title .woocommerce-ordering {
      width: 100%; } }
  .single-product .content-area .product-title .woocommerce-ordering .select2-container,
  .tax-product_cat .content-area .product-title .woocommerce-ordering .select2-container,
  .page-template-page-ecom-pagemento .content-area .product-title .woocommerce-ordering .select2-container {
    color: #878787;
    width: 200px !important; }
    @media (max-width: 992px) {
      .single-product .content-area .product-title .woocommerce-ordering .select2-container,
      .tax-product_cat .content-area .product-title .woocommerce-ordering .select2-container,
      .page-template-page-ecom-pagemento .content-area .product-title .woocommerce-ordering .select2-container {
        width: 100% !important; } }
    .single-product .content-area .product-title .woocommerce-ordering .select2-container .select2-selection,
    .tax-product_cat .content-area .product-title .woocommerce-ordering .select2-container .select2-selection,
    .page-template-page-ecom-pagemento .content-area .product-title .woocommerce-ordering .select2-container .select2-selection {
      height: 40px;
      min-width: 200px !important;
      background-color: #000000; }
      .single-product .content-area .product-title .woocommerce-ordering .select2-container .select2-selection .select2-selection__rendered,
      .tax-product_cat .content-area .product-title .woocommerce-ordering .select2-container .select2-selection .select2-selection__rendered,
      .page-template-page-ecom-pagemento .content-area .product-title .woocommerce-ordering .select2-container .select2-selection .select2-selection__rendered {
        font-family: "PFDinTextPro-MediumItalic", sans-serif;
        padding-left: 30px;
        color: #FFFFFF;
        font-size: 16px; }
      .single-product .content-area .product-title .woocommerce-ordering .select2-container .select2-selection .select2-selection__arrow,
      .tax-product_cat .content-area .product-title .woocommerce-ordering .select2-container .select2-selection .select2-selection__arrow,
      .page-template-page-ecom-pagemento .content-area .product-title .woocommerce-ordering .select2-container .select2-selection .select2-selection__arrow {
        top: 5px !important;
        width: 30px !important;
        height: 30px !important;
        background: url(../images/icon/product-down-icon.png); }
.single-product .content-area .products li.product_cat-recharge,
.tax-product_cat .content-area .products li.product_cat-recharge,
.page-template-page-ecom-pagemento .content-area .products li.product_cat-recharge {
  width: 32% !important;
  margin-right: 20px !important;
  border-radius: 15px !important; }
  .single-product .content-area .products li.product_cat-recharge:first-child,
  .tax-product_cat .content-area .products li.product_cat-recharge:first-child,
  .page-template-page-ecom-pagemento .content-area .products li.product_cat-recharge:first-child {
    clear: none; }
  .single-product .content-area .products li.product_cat-recharge:last-child,
  .tax-product_cat .content-area .products li.product_cat-recharge:last-child,
  .page-template-page-ecom-pagemento .content-area .products li.product_cat-recharge:last-child {
    margin-right: 0 !important;
    clear: none; }
  .single-product .content-area .products li.product_cat-recharge span.price,
  .single-product .content-area .products li.product_cat-recharge .description,
  .single-product .content-area .products li.product_cat-recharge .add_to_cart_button,
  .single-product .content-area .products li.product_cat-recharge .woocommerce-loop-product__title,
  .tax-product_cat .content-area .products li.product_cat-recharge span.price,
  .tax-product_cat .content-area .products li.product_cat-recharge .description,
  .tax-product_cat .content-area .products li.product_cat-recharge .add_to_cart_button,
  .tax-product_cat .content-area .products li.product_cat-recharge .woocommerce-loop-product__title,
  .page-template-page-ecom-pagemento .content-area .products li.product_cat-recharge span.price,
  .page-template-page-ecom-pagemento .content-area .products li.product_cat-recharge .description,
  .page-template-page-ecom-pagemento .content-area .products li.product_cat-recharge .add_to_cart_button,
  .page-template-page-ecom-pagemento .content-area .products li.product_cat-recharge .woocommerce-loop-product__title {
    display: none !important; }
  .single-product .content-area .products li.product_cat-recharge img,
  .tax-product_cat .content-area .products li.product_cat-recharge img,
  .page-template-page-ecom-pagemento .content-area .products li.product_cat-recharge img {
    object-fit: cover;
    margin: 0 auto !important; }
.single-product .content-area .products li.product_cat-para-ajudar .button:before,
.tax-product_cat .content-area .products li.product_cat-para-ajudar .button:before,
.page-template-page-ecom-pagemento .content-area .products li.product_cat-para-ajudar .button:before {
  display: none; }

.tax-product_cat.term-recharge .woocommerce-breadcrumb {
  display: none !important; }

.search-no-results .woocommerce-info {
  line-height: 1;
  width: 75%;
  font-size: 40px;
  text-align: center;
  margin: 0 auto !important;
  text-transform: uppercase;
  font-family: "PFDinTextPro-LightItalic", sans-serif; }
  .search-no-results .woocommerce-info:after {
    width: 75px;
    content: ' ';
    height: 75px;
    margin: 0 auto;
    margin-top: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/icon/info-icon-red.png"); }
  .search-no-results .woocommerce-info:before {
    display: none; }

.tax-product_cat .select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option {
  padding: 10px;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  background-color: #000000;
  font-family: "Roboto-Regular", sans-serif; }
  .tax-product_cat .select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option.select2-results__option--highlighted {
    color: #000000;
    background-color: #FFFFFF; }
  .tax-product_cat .select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option::after {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    color: #FFFFFF;
    justify-content: center;
    background-color: #878787;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; }
  .tax-product_cat .select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option:nth-last-child(2)::after {
    content: "\f068"; }
  .tax-product_cat .select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option:last-child::after {
    content: "\f067"; }

.page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block {
  background-color: #F5F5F5 !important; }
  .page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block .product-content .single-recharge-form .single-recharge-form-elements .volar select {
    width: 50px;
    min-width: 215px !important;
    background: url(../images/icon/down-icon.png) no-repeat right #B2B2B2;
    background-position-x: 180px;
    color: #FFFFFF;
    border-radius: 25px; }
    .page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block .product-content .single-recharge-form .single-recharge-form-elements .volar select option {
      background-color: #F4F4F4;
      color: #878787; }
      .page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block .product-content .single-recharge-form .single-recharge-form-elements .volar select option:hover, .page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block .product-content .single-recharge-form .single-recharge-form-elements .volar select optionfocus {
        background-color: #B2B2B2;
        color: #FFFFFF; }
    .page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block .product-content .single-recharge-form .single-recharge-form-elements .volar select:focus {
      outline-color: transparent !important; }
  .page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block .product-content .single-recharge-form .single-recharge-form-elements .volar .select2-container {
    color: #878787;
    width: 250px !important; }
    @media (max-width: 992px) {
      .page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block .product-content .single-recharge-form .single-recharge-form-elements .volar .select2-container {
        width: 100% !important; } }
    .page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block .product-content .single-recharge-form .single-recharge-form-elements .volar .select2-container .select2-selection {
      height: 40px;
      width: 250px !important;
      min-width: 250px !important;
      background-color: #000000; }
      .page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block .product-content .single-recharge-form .single-recharge-form-elements .volar .select2-container .select2-selection .select2-selection__rendered {
        font-family: "PFDinTextPro-MediumItalic", sans-serif;
        padding-left: 30px;
        color: #FFFFFF;
        font-size: 16px; }
      .page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block .product-content .single-recharge-form .single-recharge-form-elements .volar .select2-container .select2-selection .select2-selection__arrow {
        top: 5px !important;
        width: 30px !important;
        height: 30px !important;
        background: url(../images/icon/product-down-icon.png); }
  .page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block .product-content .single-recharge-form .single-recharge-form-elements div.price {
    color: #000000 !important;
    text-transform: uppercase;
    line-height: normal; }
    .page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block .product-content .single-recharge-form .single-recharge-form-elements div.price .woocommerce-Price-currencySymbol {
      font-family: "PFDinTextPro-Italic", sans-serif;
      font-size: 14px;
      margin-right: 6px;
      color: #000000; }
    .page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block .product-content .single-recharge-form .single-recharge-form-elements div.price .woocommerce-Price-amount {
      display: block;
      color: #E30609;
      font-size: 60px !important;
      font-family: "PFDinTextPro-BoldItalic", sans-serif; }
  .page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block .product-content .wc-tabs-wrapper {
    margin-top: 2em; }
    .page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block .product-content .wc-tabs-wrapper h3 {
      color: #5B5B5B;
      background-color: #DADADA;
      font-size: 20px;
      text-indent: 20px;
      margin: 0px;
      padding: 15px;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
      .page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block .product-content .wc-tabs-wrapper h3 + p {
        padding-top: 15px; }
    .page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block .product-content .wc-tabs-wrapper p {
      color: #5B5B5B;
      font-size: 14px;
      background-color: #F4F4F4;
      padding: 0px 20px; }
      .page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block .product-content .wc-tabs-wrapper p:last-child {
        padding-bottom: 15px;
        font-size: 14px; }
  .page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block .product-content .single-recharge-image-container {
    min-width: 350px;
    height: 350px;
    width: 350px; }
    .page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block .product-content .single-recharge-image-container img {
      border-radius: 20px;
      object-position: center;
      box-shadow: 0 0 8px rgba(82, 82, 82, 0.5); }
  .page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block .product-content label {
    color: #878787;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block .product-content label.error {
    color: #BF0609;
    font-family: "PFDinTextPro-Regular", sans-serif; }
  .page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block .product-content label.info-label {
    font-size: 20px; }
  .page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block .product-content input {
    width: max-content; }
  .page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block .product-content .mobile-number:focus {
    outline-color: transparent !important; }
  .page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block .product-content .single-recharge-button-block .btn {
    width: 230px; }
    .page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block .product-content .single-recharge-button-block .btn.back-button {
      width: 165px; }
      .page-template-page-single-recharge .page-content .single-recharge-content .single-recharge-content-block .product-content .single-recharge-button-block .btn.back-button:before {
        top: 18px;
        left: 20px; }
.page-template-page-single-recharge .page-content .single-recharge-content .recharge-step-3 .btn {
  width: 230px; }
  .page-template-page-single-recharge .page-content .single-recharge-content .recharge-step-3 .btn.back-button {
    width: 165px; }
    .page-template-page-single-recharge .page-content .single-recharge-content .recharge-step-3 .btn.back-button:before {
      top: 18px;
      left: 20px; }

.product-title.title {
  line-height: 1; }
  .product-title.title-red {
    font-family: "PFDinTextPro-Regular", sans-serif;
    text-transform: uppercase;
    font-style: italic;
    margin: 25px 0; }

.single.single-product .header-banner .container {
  top: 5vw; }
  .single.single-product .header-banner .container .header-title-content.default .title-gray {
    margin: 0;
    font-size: 72px;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    @media screen and (max-width: 998px) {
      .single.single-product .header-banner .container .header-title-content.default .title-gray {
        line-height: 1;
        font-size: 35px; } }
    .single.single-product .header-banner .container .header-title-content.default .title-gray span {
      display: unset;
      color: #E30609;
      font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .single.single-product .header-banner .container .header-title-content.default p {
    font-size: 24px;
    width: fit-content;
    text-transform: uppercase;
    font-family: "PFDinTextPro-LightItalic", sans-serif; }
.single.single-product .woocommerce-breadcrumb {
  display: block;
  font-size: 14px;
  color: #878787;
  margin: 0 !important;
  margin-bottom: 25px !important;
  font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  .single.single-product .woocommerce-breadcrumb a {
    color: #B2B2B2;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
    .single.single-product .woocommerce-breadcrumb a:last-child {
      color: #878787; }
.single.single-product .post-476 .woocommerce-product-gallery__wrapper {
  pointer-events: none; }
.single.single-product .product_cat-para-ajudar .single_variation_wrap .quantity,
.single.single-product .product_cat-para-ajudar .single_variation_wrap .product-range-slider,
.single.single-product .product_cat-para-ajudar .single_variation_wrap .single-product-description {
  display: none !important; }
.single.single-product .product_cat-para-ajudar .single_variation_wrap .single_add_to_cart_button::before {
  display: none !important; }
.single.single-product .post-476 .woocommerce-product-gallery__wrapper {
  pointer-events: none; }
.single.single-product .product.product_cat-uncategorized .summary.entry-summary .cart {
  top: 30px;
  position: relative; }
  .single.single-product .product.product_cat-uncategorized .summary.entry-summary .cart .price {
    top: 20px;
    position: absolute; }
    .single.single-product .product.product_cat-uncategorized .summary.entry-summary .cart .price.discount-price .woocommerce-Price-amount {
      font-size: 40px !important; }
    .single.single-product .product.product_cat-uncategorized .summary.entry-summary .cart .price.discount-price + br + .flex,
    .single.single-product .product.product_cat-uncategorized .summary.entry-summary .cart .price.discount-price + br + .single-product-description {
      margin-top: 30px; }
.single.single-product .product.product_cat-uncategorized .summary.entry-summary .single_variation_wrap .price {
  position: unset; }
.single.single-product .product-type-simple .price,
.single.single-product .product-type-variable .price {
  font-family: "PFDinTextPro-MediumItalic", sans-serif;
  font-size: 14px; }
  .single.single-product .product-type-simple .price .woocommerce-Price-amount,
  .single.single-product .product-type-variable .price .woocommerce-Price-amount {
    font-style: normal;
    font-size: 60px !important;
    font-family: "PFDinTextPro-MediumItalic", sans-serif; }
.single.single-product .product-type-simple .price,
.single.single-product .product-type-variable .price {
  font-size: 14px; }
  .single.single-product .product-type-simple .price .amount .woocommerce-Price-currencySymbol,
  .single.single-product .product-type-variable .price .amount .woocommerce-Price-currencySymbol {
    font-size: 14px;
    font-family: "PFDinTextPro-Italic", sans-serif;
    display: block; }
.single.single-product .product .flex-viewport {
  box-shadow: 4px 4px 8px rgba(82, 82, 82, 0.5);
  border-radius: 30px;
  margin-bottom: 20px; }
.single.single-product .product .flex-control-nav li {
  background-color: #F4F4F4;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px !important; }
.single.single-product .product .woocommerce-product-gallery {
  min-width: 380px;
  width: 300px !important; }
  @media screen and (max-width: 767px) {
    .single.single-product .product .woocommerce-product-gallery {
      margin: 0 auto; } }
  @media screen and (max-width: 480px) {
    .single.single-product .product .woocommerce-product-gallery {
      min-width: 300px;
      width: 300px !important;
      margin: 0 auto; } }
  .single.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: none; }
  .single.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__image {
    min-width: 350px;
    height: 350px;
    width: 350px;
    display: block;
    background-color: #FFFFFF; }
    @media screen and (max-width: 480px) {
      .single.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__image {
        min-width: 300px;
        height: 300px;
        width: 300px; } }
    .single.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 30px; }
@media screen and (min-width: 767px) {
  .single.single-product .product .summary {
    width: calc(100% - 400px) !important; } }
.single.single-product .product .summary .price span.price .amount {
  color: #5B5B5B;
  font-size: 40px; }
.single.single-product .product .summary .woocommerce-variation {
  margin: 25px 0; }
  .single.single-product .product .summary .woocommerce-variation:empty {
    margin: 0;
    height: 100px;
    display: block !important; }
  .single.single-product .product .summary .woocommerce-variation .woocommerce-variation-description p {
    width: 320px; }
.single.single-product .product .summary .cart .product-model p {
  color: #878787;
  font-family: "PFDinTextPro-MediumItalic", sans-serif; }
.single.single-product .product .summary .cart .product-model .point-value {
  font-family: "PFDinTextPro-MediumItalic", sans-serif; }
.single.single-product .product .summary .cart .quantity {
  float: none;
  right: 35px;
  position: absolute; }
  .single.single-product .product .summary .cart .quantity label {
    width: 120px;
    margin-left: auto;
    font-size: 16px; }
  .single.single-product .product .summary .cart .quantity .input-group {
    width: 120px;
    margin-left: auto; }
@media screen and (max-width: 992px) {
  .single.single-product .product .summary .cart .flex {
    flex-direction: column; }
    .single.single-product .product .summary .cart .flex .btn {
      width: 50%;
      margin: 0 auto !important;
      margin-bottom: 10px !important; } }
.single.single-product .product .summary .cart .single_add_to_cart_button {
  padding: 15px 35px !important; }
  @media screen and (max-width: 992px) {
    .single.single-product .product .summary .cart .single_add_to_cart_button {
      width: 50%;
      margin: 0 auto !important;
      margin-bottom: 10px !important; } }
  .single.single-product .product .summary .cart .single_add_to_cart_button::before {
    content: '';
    width: 25px;
    height: 24px;
    display: inline-block;
    transition: all .35s;
    background-image: url(../images/icon/cart-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: -2px;
    position: absolute;
    left: 10px;
    top: 10px; }
    @media screen and (max-width: 992px) {
      .single.single-product .product .summary .cart .single_add_to_cart_button::before {
        top: 25px; } }
.single.single-product .product .summary .cart .single-product-description h3 {
  text-transform: uppercase;
  font-size: 20px;
  color: #878787;
  font-family: "PFDinTextPro-MediumItalic", sans-serif; }
.single.single-product .product .summary .cart .variations td {
  display: block; }
  .single.single-product .product .summary .cart .variations td label {
    font-family: "PFDinTextPro-MediumItalic", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    color: #878787;
    font-size: 20px;
    margin: 0; }
  .single.single-product .product .summary .cart .variations td select {
    width: 50px;
    min-width: 215px !important;
    background: url(../images/icon/down-icon.png) no-repeat right #B2B2B2;
    background-position-x: 180px;
    color: #FFFFFF;
    border-radius: 25px; }
    .single.single-product .product .summary .cart .variations td select option {
      background-color: #F4F4F4;
      color: #878787; }
      .single.single-product .product .summary .cart .variations td select option:hover, .single.single-product .product .summary .cart .variations td select optionfocus {
        background-color: #B2B2B2;
        color: #FFFFFF; }
    .single.single-product .product .summary .cart .variations td select:focus {
      outline-color: transparent !important; }
.single.single-product .product .summary .cart .product-range-slider .product-range-select-value {
  margin-bottom: 20px; }
  .single.single-product .product .summary .cart .product-range-slider .product-range-select-value .product-points {
    font-style: italic;
    color: #5B5B5B;
    font-weight: bold; }
    .single.single-product .product .summary .cart .product-range-slider .product-range-select-value .product-points span {
      padding: 0 5px;
      color: #878787;
      font-weight: normal; }
  .single.single-product .product .summary .cart .product-range-slider .product-range-select-value #in-currency.product-points {
    right: 0;
    position: absolute; }
.single.single-product .product .summary .product_meta,
.single.single-product .product .summary .woocommerce-product-details__short-description {
  display: none; }
.single.single-product .product .wc-tabs-wrapper .content .entry-content h2 {
  margin: 0px;
  padding: 15px;
  font-size: 20px;
  text-indent: 20px;
  color: #5B5B5B;
  text-transform: uppercase;
  background-color: #DADADA;
  font-family: "PFDinTextPro-MediumItalic", sans-serif; }
.single.single-product .product .wc-tabs-wrapper .content .entry-content p a {
  color: #000000; }
  .single.single-product .product .wc-tabs-wrapper .content .entry-content p a:hover {
    text-decoration: underline; }
.single.single-product .product .wc-tabs-wrapper .content .entry-content ul {
  margin-bottom: 0; }
.single.single-product .product .wc-tabs-wrapper .content .entry-content ul,
.single.single-product .product .wc-tabs-wrapper .content .entry-content div {
  background-color: #F4F4F4; }
.single.single-product .product .wc-tabs-wrapper .content .entry-content table {
  border: none;
  margin: 20px 0; }
  .single.single-product .product .wc-tabs-wrapper .content .entry-content table p {
    background-color: transparent;
    padding: 0px !important; }
  .single.single-product .product .wc-tabs-wrapper .content .entry-content table tr {
    background-color: #F4F4F4; }
    .single.single-product .product .wc-tabs-wrapper .content .entry-content table tr th {
      background-color: #DADADA;
      color: #5B5B5B;
      width: 400px;
      padding: 0 12px;
      line-height: normal;
      border-bottom: 1px solid #FFFFFF; }
    .single.single-product .product .wc-tabs-wrapper .content .entry-content table tr td {
      width: 75%;
      padding: 10px 20px;
      border: 1px solid #DADADA; }

.page-template-page-vouchers-coupon-distributor .header-banner .container, .page-template-page-vouchers-pontos-converter .header-banner .container, .page-template-page-vouchers-resgatar-coupons .header-banner .container, .page-template-page-vouchers-coupon-emitos .header-banner .container, .page-template-page-vouchers-como-funciona .header-banner .container, .page-template-page-vouchers-extrato .header-banner .container {
  top: 5vw; }
.page-template-page-vouchers-coupon-distributor .title-gray.text-uppercase, .page-template-page-vouchers-pontos-converter .title-gray.text-uppercase, .page-template-page-vouchers-resgatar-coupons .title-gray.text-uppercase, .page-template-page-vouchers-coupon-emitos .title-gray.text-uppercase, .page-template-page-vouchers-como-funciona .title-gray.text-uppercase, .page-template-page-vouchers-extrato .title-gray.text-uppercase {
  color: #5B5B5B;
  font-family: "PFDinTextPro-LightItalic", sans-serif; }
  .page-template-page-vouchers-coupon-distributor .title-gray.text-uppercase span, .page-template-page-vouchers-pontos-converter .title-gray.text-uppercase span, .page-template-page-vouchers-resgatar-coupons .title-gray.text-uppercase span, .page-template-page-vouchers-coupon-emitos .title-gray.text-uppercase span, .page-template-page-vouchers-como-funciona .title-gray.text-uppercase span, .page-template-page-vouchers-extrato .title-gray.text-uppercase span {
    color: #E30B12;
    font-family: "PFDinTextPro-BoldItalic", sans-serif; }

/* Cupons Distribuidores Como Funciona */
.page-template-page-vouchers-como-funciona .rules-detail .distribuidor-list-download-detail .distribuidor-list-download-link {
  background-color: #EBEBEB !important; }
  .page-template-page-vouchers-como-funciona .rules-detail .distribuidor-list-download-detail .distribuidor-list-download-link p.distribuidor-list-label {
    padding-left: 5px;
    font-size: 14px !important; }
    @media screen and (max-width: 992px) {
      .page-template-page-vouchers-como-funciona .rules-detail .distribuidor-list-download-detail .distribuidor-list-download-link p.distribuidor-list-label {
        padding-right: 5px; } }

/* Cupons Distribuidores - Meu Extrato - Resgatar cupons - Cupons emitidos - converter em pontos */
.page-template-page-vouchers-extrato .container .page-content.overflow-y .row, .page-template-page-vouchers-resgatar-coupons .container .page-content.overflow-y .row, .page-template-page-vouchers-coupon-emitos .container .page-content.overflow-y .row, .page-template-page-vouchers-pontos-converter .container .page-content.overflow-y .row {
  margin-bottom: 35px !important; }
  @media (max-width: 992px) {
    .page-template-page-vouchers-extrato .container .page-content.overflow-y .row, .page-template-page-vouchers-resgatar-coupons .container .page-content.overflow-y .row, .page-template-page-vouchers-coupon-emitos .container .page-content.overflow-y .row, .page-template-page-vouchers-pontos-converter .container .page-content.overflow-y .row {
      margin-bottom: 8px; } }
  .page-template-page-vouchers-extrato .container .page-content.overflow-y .row .card-gray, .page-template-page-vouchers-resgatar-coupons .container .page-content.overflow-y .row .card-gray, .page-template-page-vouchers-coupon-emitos .container .page-content.overflow-y .row .card-gray, .page-template-page-vouchers-pontos-converter .container .page-content.overflow-y .row .card-gray {
    padding: 20px !important;
    border-radius: 28px !important; }
.page-template-page-vouchers-extrato .container .page-content.overflow-y .extrato-page-period, .page-template-page-vouchers-resgatar-coupons .container .page-content.overflow-y .extrato-page-period, .page-template-page-vouchers-coupon-emitos .container .page-content.overflow-y .extrato-page-period, .page-template-page-vouchers-pontos-converter .container .page-content.overflow-y .extrato-page-period {
  margin-bottom: 40px; }
  .page-template-page-vouchers-extrato .container .page-content.overflow-y .extrato-page-period .filter, .page-template-page-vouchers-resgatar-coupons .container .page-content.overflow-y .extrato-page-period .filter, .page-template-page-vouchers-coupon-emitos .container .page-content.overflow-y .extrato-page-period .filter, .page-template-page-vouchers-pontos-converter .container .page-content.overflow-y .extrato-page-period .filter {
    border-radius: 28px; }
    @media (max-width: 992px) {
      .page-template-page-vouchers-extrato .container .page-content.overflow-y .extrato-page-period .filter, .page-template-page-vouchers-resgatar-coupons .container .page-content.overflow-y .extrato-page-period .filter, .page-template-page-vouchers-coupon-emitos .container .page-content.overflow-y .extrato-page-period .filter, .page-template-page-vouchers-pontos-converter .container .page-content.overflow-y .extrato-page-period .filter {
        align-items: center;
        flex-direction: column; } }
    @media (max-width: 992px) {
      .page-template-page-vouchers-extrato .container .page-content.overflow-y .extrato-page-period .filter .flex, .page-template-page-vouchers-resgatar-coupons .container .page-content.overflow-y .extrato-page-period .filter .flex, .page-template-page-vouchers-coupon-emitos .container .page-content.overflow-y .extrato-page-period .filter .flex, .page-template-page-vouchers-pontos-converter .container .page-content.overflow-y .extrato-page-period .filter .flex {
        margin-bottom: 15px; } }
    .page-template-page-vouchers-extrato .container .page-content.overflow-y .extrato-page-period .filter .flex.up-date .input, .page-template-page-vouchers-resgatar-coupons .container .page-content.overflow-y .extrato-page-period .filter .flex.up-date .input, .page-template-page-vouchers-coupon-emitos .container .page-content.overflow-y .extrato-page-period .filter .flex.up-date .input, .page-template-page-vouchers-pontos-converter .container .page-content.overflow-y .extrato-page-period .filter .flex.up-date .input {
      width: 300px; }
    .page-template-page-vouchers-extrato .container .page-content.overflow-y .extrato-page-period .filter .flex .input, .page-template-page-vouchers-resgatar-coupons .container .page-content.overflow-y .extrato-page-period .filter .flex .input, .page-template-page-vouchers-coupon-emitos .container .page-content.overflow-y .extrato-page-period .filter .flex .input, .page-template-page-vouchers-pontos-converter .container .page-content.overflow-y .extrato-page-period .filter .flex .input {
      width: 170px;
      border-radius: 30px; }
      .page-template-page-vouchers-extrato .container .page-content.overflow-y .extrato-page-period .filter .flex .input:focus, .page-template-page-vouchers-resgatar-coupons .container .page-content.overflow-y .extrato-page-period .filter .flex .input:focus, .page-template-page-vouchers-coupon-emitos .container .page-content.overflow-y .extrato-page-period .filter .flex .input:focus, .page-template-page-vouchers-pontos-converter .container .page-content.overflow-y .extrato-page-period .filter .flex .input:focus {
        outline: none; }
      .page-template-page-vouchers-extrato .container .page-content.overflow-y .extrato-page-period .filter .flex .input.distribuidor-select-input, .page-template-page-vouchers-resgatar-coupons .container .page-content.overflow-y .extrato-page-period .filter .flex .input.distribuidor-select-input, .page-template-page-vouchers-coupon-emitos .container .page-content.overflow-y .extrato-page-period .filter .flex .input.distribuidor-select-input, .page-template-page-vouchers-pontos-converter .container .page-content.overflow-y .extrato-page-period .filter .flex .input.distribuidor-select-input {
        width: 270px;
        background-image: url("../images/icon/select-drop-down-icon.png");
        background-repeat: no-repeat;
        background-position: right;
        background-size: 55px;
        -webkit-appearance: none;
        -webkit-box-shadow: unset;
        background-position: right; }
@media (max-width: 992px) {
  .page-template-page-vouchers-extrato .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper, .page-template-page-vouchers-resgatar-coupons .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper, .page-template-page-vouchers-coupon-emitos .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper, .page-template-page-vouchers-pontos-converter .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper {
    overflow: auto; } }
.page-template-page-vouchers-extrato .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination, .page-template-page-vouchers-resgatar-coupons .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination, .page-template-page-vouchers-coupon-emitos .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination, .page-template-page-vouchers-pontos-converter .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination {
  margin-top: 25px; }
  .page-template-page-vouchers-extrato .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate, .page-template-page-vouchers-resgatar-coupons .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate, .page-template-page-vouchers-coupon-emitos .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate, .page-template-page-vouchers-pontos-converter .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate {
    float: none;
    margin: 0 auto;
    width: max-content; }
    .page-template-page-vouchers-extrato .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination, .page-template-page-vouchers-resgatar-coupons .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination, .page-template-page-vouchers-coupon-emitos .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination, .page-template-page-vouchers-pontos-converter .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination {
      display: flex;
      gap: 10px;
      list-style: none;
      padding: 0;
      align-items: center;
      justify-content: center; }
      .page-template-page-vouchers-extrato .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item, .page-template-page-vouchers-resgatar-coupons .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item, .page-template-page-vouchers-coupon-emitos .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item, .page-template-page-vouchers-pontos-converter .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        .page-template-page-vouchers-extrato .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item .page-link, .page-template-page-vouchers-resgatar-coupons .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item .page-link, .page-template-page-vouchers-coupon-emitos .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item .page-link, .page-template-page-vouchers-pontos-converter .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item .page-link {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          text-decoration: none;
          font-size: 16px;
          color: #000000;
          background-color: #F4F4F4;
          transition: background 0.3s, color 0.3s;
          border: none; }
        .page-template-page-vouchers-extrato .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item.active .page-link, .page-template-page-vouchers-resgatar-coupons .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item.active .page-link, .page-template-page-vouchers-coupon-emitos .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item.active .page-link, .page-template-page-vouchers-pontos-converter .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item.active .page-link {
          background-color: #E30609;
          color: #FFFFFF; }
        .page-template-page-vouchers-extrato .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item:hover, .page-template-page-vouchers-resgatar-coupons .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item:hover, .page-template-page-vouchers-coupon-emitos .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item:hover, .page-template-page-vouchers-pontos-converter .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item:hover {
          border: unset;
          background: transparent; }
          .page-template-page-vouchers-extrato .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item:hover .page-link, .page-template-page-vouchers-resgatar-coupons .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item:hover .page-link, .page-template-page-vouchers-coupon-emitos .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item:hover .page-link, .page-template-page-vouchers-pontos-converter .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .page-item:hover .page-link {
            background-color: #E30609;
            color: #FFFFFF; }
    .page-template-page-vouchers-extrato .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate + .dataTables_info, .page-template-page-vouchers-resgatar-coupons .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate + .dataTables_info, .page-template-page-vouchers-coupon-emitos .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate + .dataTables_info, .page-template-page-vouchers-pontos-converter .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate + .dataTables_info {
      display: none; }
.page-template-page-vouchers-extrato .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper table, .page-template-page-vouchers-resgatar-coupons .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper table, .page-template-page-vouchers-coupon-emitos .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper table, .page-template-page-vouchers-pontos-converter .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper table {
  text-align: left; }
  .page-template-page-vouchers-extrato .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper table tbody td, .page-template-page-vouchers-resgatar-coupons .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper table tbody td, .page-template-page-vouchers-coupon-emitos .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper table tbody td, .page-template-page-vouchers-pontos-converter .container .page-content.overflow-y .extrato-page-period-detail #fromTableData .dataTables_wrapper table tbody td {
    padding-left: 15px; }

/* Cupons Distribuidores - vouchers cupons */
.page-template-page-vouchers-coupon-distributor .header-banner .container {
  top: 5vw; }
.page-template-page-vouchers-coupon-distributor .extrato-page-period .coupon-search-section .search-coupon .search-field {
  width: calc(100% - 110px);
  border-color: transparent;
  box-shadow: none;
  text-indent: 25px;
  border-radius: 25px;
  margin-right: 12px;
  color: #E30609;
  font-family: "PFDinTextPro-MediumItalic", sans-serif; }
  @media (max-width: 992px) {
    .page-template-page-vouchers-coupon-distributor .extrato-page-period .coupon-search-section .search-coupon .search-field {
      width: 95%;
      height: 35px;
      font-size: 14px;
      margin-bottom: 10px; } }
  .page-template-page-vouchers-coupon-distributor .extrato-page-period .coupon-search-section .search-coupon .search-field::-webkit-input-placeholder, .page-template-page-vouchers-coupon-distributor .extrato-page-period .coupon-search-section .search-coupon .search-field::-moz-placeholder, .page-template-page-vouchers-coupon-distributor .extrato-page-period .coupon-search-section .search-coupon .search-field:-ms-input-placeholder, .page-template-page-vouchers-coupon-distributor .extrato-page-period .coupon-search-section .search-coupon .search-field:-moz-placeholder {
    /* Firefox 18- */
    color: #E30609; }
  .page-template-page-vouchers-coupon-distributor .extrato-page-period .coupon-search-section .search-coupon .search-field:hover, .page-template-page-vouchers-coupon-distributor .extrato-page-period .coupon-search-section .search-coupon .search-field:focus {
    outline: none; }
.page-template-page-vouchers-coupon-distributor .extrato-page-period .coupon-search-section .search-coupon .input-group-btn .btn {
  border: none;
  padding: 10px 15px !important;
  background-color: #E30B12 !important; }
  @media (max-width: 992px) {
    .page-template-page-vouchers-coupon-distributor .extrato-page-period .coupon-search-section .search-coupon .input-group-btn .btn {
      margin: 0 auto;
      padding: 8px 20px !important; } }
@media (max-width: 992px) {
  .page-template-page-vouchers-coupon-distributor .extrato-page-period-detail #fromTableData .dataTables_wrapper {
    overflow: auto; } }
.page-template-page-vouchers-coupon-distributor .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination {
  margin-top: 25px; }
  .page-template-page-vouchers-coupon-distributor .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate {
    float: none;
    margin: 0 auto;
    width: max-content; }
    .page-template-page-vouchers-coupon-distributor .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .paginate_button:hover {
      border: 0;
      background: transparent; }
    .page-template-page-vouchers-coupon-distributor .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .paginate_button a {
      border: 0;
      padding: 0;
      width: 30px;
      height: 30px;
      display: block;
      margin: 0 auto;
      line-height: 30px;
      color: #5B5B5B;
      text-align: center; }
      .page-template-page-vouchers-coupon-distributor .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .paginate_button a:focus {
        box-shadow: none; }
      .page-template-page-vouchers-coupon-distributor .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .paginate_button a:hover {
        background-color: transparent; }
    .page-template-page-vouchers-coupon-distributor .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate .pagination .paginate_button.active a {
      background: linear-gradient(0deg, #BF0609, #E30609) !important;
      border-radius: 50%;
      color: #FFFFFF; }
    .page-template-page-vouchers-coupon-distributor .extrato-page-period-detail #fromTableData .dataTables_wrapper .clube-pagination .dataTables_paginate + .dataTables_info {
      display: none; }
.page-template-page-vouchers-coupon-distributor .extrato-page-period-detail #fromTableData .dataTables_wrapper table {
  text-align: left; }
  .page-template-page-vouchers-coupon-distributor .extrato-page-period-detail #fromTableData .dataTables_wrapper table tbody td {
    padding-left: 15px; }
    .page-template-page-vouchers-coupon-distributor .extrato-page-period-detail #fromTableData .dataTables_wrapper table tbody td .icon {
      width: 30px;
      height: 30px;
      margin: 0 auto;
      cursor: pointer; }
      .page-template-page-vouchers-coupon-distributor .extrato-page-period-detail #fromTableData .dataTables_wrapper table tbody td .icon img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .page-template-page-vouchers-coupon-distributor .extrato-page-period-detail #fromTableData .dataTables_wrapper table tbody td .edit-input {
      width: 100%; }
    .page-template-page-vouchers-coupon-distributor .extrato-page-period-detail #fromTableData .dataTables_wrapper table tbody td .file-upload {
      display: flex;
      align-items: center;
      position: relative; }
      .page-template-page-vouchers-coupon-distributor .extrato-page-period-detail #fromTableData .dataTables_wrapper table tbody td .file-upload input {
        position: absolute;
        height: 100%;
        right: 0;
        cursor: pointer;
        opacity: 0; }
      .page-template-page-vouchers-coupon-distributor .extrato-page-period-detail #fromTableData .dataTables_wrapper table tbody td .file-upload label {
        margin: 0;
        cursor: pointer;
        padding-left: 25px; }
        .page-template-page-vouchers-coupon-distributor .extrato-page-period-detail #fromTableData .dataTables_wrapper table tbody td .file-upload label::before {
          content: "\f0c6";
          left: 0;
          top: 5px;
          cursor: pointer;
          position: absolute;
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: 20px;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }

/*# sourceMappingURL=style.css.map */
