@charset "UTF-8";
/*=================== FONTS ===================*/
/*=================== COLOR ===================*/
/*=================== MEDIA QUERY ===================*/
/*=================== CONTAINER ===================*/
/*=================== INTELO ===================*/
@font-face {
  font-family: 'Intelo';
  src: url("../fonts/Intelo-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Intelo';
  src: url("../fonts/Intelo-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Intelo';
  src: url("../fonts/Intelo-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Intelo';
  src: url("../fonts/Intelo-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Intelo';
  src: url("../fonts/Intelo-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Intelo';
  src: url("../fonts/Intelo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

/*=================== INTELO HAIRLINE ===================*/
@font-face {
  font-family: 'Intelo Hairline';
  src: url("../fonts/Intelo-Hairline.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

/*=================== MUTUALLY_BENEFICIAL ===================*/
@font-face {
  font-family: 'Mutually Beneficial';
  src: url("../fonts/Mutually_Beneficial.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

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

/* CHECKOUT DE TRATAMENTOS */
#cfw-payment-action {
  display: none !important; }

html {
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #ffffff;
  font: 16px/1.5 "Intelo", sans-serif, sans-serif;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth; }
  html.disabled body, html.disabled {
    overflow-y: hidden; }

body {
  margin: 0;
  background: #ffffff;
  color: #000000;
  overflow-x: hidden; }
  body.compensate-for-scrollbar {
    margin: 0; }

img, iframe, svg {
  display: block; }

svg {
  fill: currentColor; }

a {
  display: block;
  text-decoration: none;
  color: inherit; }

p {
  margin-top: 0; }

figure {
  margin: 0; }

input {
  width: 100%;
  background: transparent;
  border: none;
  font-family: inherit;
  color: inherit;
  outline: none; }

input:required {
  box-shadow: none; }

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

button {
  padding: 0;
  border: none;
  background: transparent;
  font: inherit;
  appearance: none;
  cursor: pointer; }

textarea {
  resize: none;
  font-family: "Intelo", sans-serif;
  outline: none;
  border: none; }

:focus {
  outline: none; }

:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

::placeholder {
  color: inherit;
  opacity: 1; }

.grecaptcha-badge {
  visibility: hidden; }

/*=================== SOBREESCREVER CSS DE PLUGINS ===================*/
.custom-pagination.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background: #abcc37;
  border: 1px solid #ffffff;
  transition: opacity 300ms ease-in-out; }

.custom-arrow.swiper-button-next, .custom-arrow.swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #065a78;
  transition: background 300ms ease-in-out, opacity 300ms ease-in-out; }
  @media only screen and (min-width: 768px) {
    .custom-arrow.swiper-button-next, .custom-arrow.swiper-button-prev {
      width: 70px;
      height: 70px; } }
  .custom-arrow.swiper-button-next img, .custom-arrow.swiper-button-prev img {
    user-select: none; }
  @media only screen and (min-width: 1200px) {
    .custom-arrow.swiper-button-next:hover, .custom-arrow.swiper-button-prev:hover {
      background: #063278; } }

.custom-arrow.alt.swiper-button-next, .custom-arrow.alt.swiper-button-prev {
  width: 53px;
  height: 53px;
  background: #e2ddc6; }
  @media only screen and (min-width: 1200px) {
    .custom-arrow.alt.swiper-button-next:hover, .custom-arrow.alt.swiper-button-prev:hover {
      background: #063278; } }

.custom-arrow.swiper-button-prev {
  transform: rotateZ(180deg); }

.custom-arrow.swiper-button-lock {
  display: none !important; }

.custom-arrow:after {
  display: none; }

.box-arrow {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .box-arrow {
      gap: 34px; } }
  .box-arrow .custom-arrow {
    position: relative;
    margin-top: 0;
    top: unset;
    left: unset;
    right: unset; }

/*=================== FLEX ===================*/
[data-flex] {
  display: flex; }

[data-flex~="justify-center"] {
  justify-content: center; }

[data-flex~="justify-between"] {
  justify-content: space-between; }

[data-flex~="justify-around"] {
  justify-content: space-around; }

[data-flex~="justify-end"] {
  justify-content: flex-end; }

[data-flex~="justify-start"] {
  justify-content: flex-start; }

[data-flex~="align-center"] {
  align-items: center;
  align-content: center; }

[data-flex~="align-start"] {
  align-items: flex-start;
  align-content: flex-start; }

[data-flex~="align-end"] {
  align-items: flex-end;
  align-content: flex-end; }

[data-flex~="wrap"] {
  flex-wrap: wrap; }

[data-flex~="column"] {
  flex-direction: column; }

[data-flex~="column-reverse"] {
  flex-direction: column-reverse; }

/*=================== TEXT ===================*/
[data-text~="center"] {
  text-align: center; }

[data-text~="right"] {
  text-align: right; }

[data-text~="left"] {
  text-align: left; }

/*=================== TITLE ===================*/
[data-custom-title],
[data-custom-subtitle] {
  margin: 0; }

[data-custom-title~="banner"] {
  font-weight: 600;
  font-size: .75rem;
  line-height: 2em;
  letter-spacing: 2px;
  color: #ffffff; }
  @media only screen and (min-width: 480px) {
    [data-custom-title~="banner"] {
      font-size: 1rem; } }
  @media only screen and (min-width: 768px) {
    [data-custom-title~="banner"] {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 992px) {
    [data-custom-title~="banner"] {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 1600px) {
    [data-custom-title~="banner"] {
      font-size: 1.75rem; } }
  [data-custom-title~="banner"] strong {
    display: inline-block;
    margin-bottom: 35px;
    font-family: "Mutually Beneficial", sans-serif;
    font-weight: 400;
    font-size: 8em;
    line-height: .5em;
    color: #abcc37; }
  [data-custom-title~="banner"] small {
    font-family: "Intelo Hairline", sans-serif;
    font-size: 1em;
    letter-spacing: 2px;
    color: currentColor; }

[data-custom-title~="historia"] {
  margin-bottom: .5em;
  font-family: "Mutually Beneficial", sans-serif;
  font-weight: 400;
  font-size: 7rem;
  line-height: .75em;
  color: #abcc37; }
  @media only screen and (min-width: 768px) {
    [data-custom-title~="historia"] {
      font-size: 11rem; } }
  @media only screen and (min-width: 1200px) {
    [data-custom-title~="historia"] {
      font-size: 13rem; } }
  @supports (-webkit-touch-callout: none) {
    [data-custom-title~="historia"] {
      line-height: .5em; } }

[data-custom-title~="banner-pagina"] {
  font-family: "Intelo Hairline", sans-serif;
  font-size: 1rem;
  line-height: 3em;
  color: #ffffff;
  letter-spacing: 3px; }
  @media only screen and (min-width: 480px) {
    [data-custom-title~="banner-pagina"] {
      line-height: 8em;
      font-size: 1.2rem; } }
  @media only screen and (min-width: 1200px) {
    [data-custom-title~="banner-pagina"] {
      font-size: 1.4rem; } }
  @media only screen and (min-width: 1600px) {
    [data-custom-title~="banner-pagina"] {
      font-size: 1.81rem; } }
  [data-custom-title~="banner-pagina"] strong {
    display: inline-block;
    transform: translateY(-0.09em);
    font-weight: 400;
    font-family: "Mutually Beneficial", sans-serif;
    font-size: 5.5em;
    color: #abcc37; }
    @media only screen and (min-width: 768px) {
      [data-custom-title~="banner-pagina"] strong {
        font-size: 8em; } }

[data-custom-title~="archive"] {
  font-weight: 600;
  font-size: .75rem;
  line-height: 2em;
  letter-spacing: 2px;
  color: #ffffff; }
  @media only screen and (min-width: 480px) {
    [data-custom-title~="archive"] {
      font-size: 1rem; } }
  @media only screen and (min-width: 1200px) {
    [data-custom-title~="archive"] {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 1600px) {
    [data-custom-title~="archive"] {
      font-size: 1.75rem; } }
  [data-custom-title~="archive"] strong {
    display: inline-block;
    margin-bottom: 35px;
    font-family: "Mutually Beneficial", sans-serif;
    font-weight: 400;
    font-size: 7.5em;
    line-height: .5em;
    color: #abcc37; }
    @media only screen and (min-width: 480px) {
      [data-custom-title~="archive"] strong {
        fon-size: 8em; } }
  [data-custom-title~="archive"] small {
    font-family: "Intelo Hairline", sans-serif;
    font-size: 1em;
    letter-spacing: 2px;
    color: currentColor; }

[data-custom-title~="section-archive"], [data-custom-subtitle~="model-alt"] {
  font-family: "Mutually Beneficial", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1em;
  color: #065a78; }
  @media only screen and (min-width: 1200px) {
    [data-custom-title~="section-archive"], [data-custom-subtitle~="model-alt"] {
      font-size: 5.5rem; } }
  @media only screen and (min-width: 1600px) {
    [data-custom-title~="section-archive"], [data-custom-subtitle~="model-alt"] {
      font-size: 7.75rem; } }

[data-custom-title~="tratamento"] {
  font-family: "Intelo Hairline", sans-serif;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 1.2em;
  color: #ffffff; }
  @media only screen and (min-width: 480px) {
    [data-custom-title~="tratamento"] {
      font-size: 2.5rem;
      letter-spacing: 4px; } }
  @media only screen and (min-width: 1200px) {
    [data-custom-title~="tratamento"] {
      font-size: 3rem;
      letter-spacing: 6px; } }
  @media only screen and (min-width: 1600px) {
    [data-custom-title~="tratamento"] {
      letter-spacing: 10px; } }
  [data-custom-title~="tratamento"] strong {
    font-family: "Intelo", sans-serif;
    font-weight: 600; }

/*=================== SUBTITLE ===================*/
[data-custom-subtitle~="historia"] {
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 4px;
  line-height: 1.25em;
  color: #ffffff; }
  @media only screen and (min-width: 768px) {
    [data-custom-subtitle~="historia"] {
      letter-spacing: 3px; } }
  @media only screen and (min-width: 1200px) {
    [data-custom-subtitle~="historia"] {
      letter-spacing: 6px;
      font-size: 1.125rem; } }
  @media only screen and (min-width: 1600px) {
    [data-custom-subtitle~="historia"] {
      letter-spacing: 9px; } }
  [data-custom-subtitle~="historia"] strong {
    font-weight: 600;
    color: #abcc37; }
  [data-custom-subtitle~="historia"][data-custom-subtitle~="alt"] {
    color: #065a78; }
    [data-custom-subtitle~="historia"][data-custom-subtitle~="alt"] strong {
      color: #065a78; }
  [data-custom-subtitle~="historia"][data-custom-subtitle~="invert"] {
    font-weight: 300; }
    [data-custom-subtitle~="historia"][data-custom-subtitle~="invert"] strong {
      font-weight: 600; }

[data-custom-subtitle~="section"] {
  font-weight: 300;
  font-size: 1.125rem;
  letter-spacing: 8px;
  line-height: 1.25em;
  color: #abcc37; }
  [data-custom-subtitle~="section"][data-custom-subtitle~="alt"] {
    letter-spacing: 4px; }

[data-custom-subtitle~="model"] {
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 3px;
  line-height: 1.25em;
  color: #865443; }
  @media only screen and (min-width: 1200px) {
    [data-custom-subtitle~="model"] {
      letter-spacing: 6px;
      font-size: 1.125rem; } }
  @media only screen and (min-width: 1600px) {
    [data-custom-subtitle~="model"] {
      letter-spacing: 9px; } }
  [data-custom-subtitle~="model"] strong {
    font-weight: 600;
    color: #abcc37; }

/*=================== RESUMO ===================*/
[data-custom-resumn] p:last-child,
[data-custom-description] p:last-child {
  margin: 0; }

[data-custom-resumn~="banner"] p {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 2px;
  color: #ffffff; }
  @media only screen and (min-width: 768px) {
    [data-custom-resumn~="banner"] p {
      font-size: 1.25rem; } }
  @media only screen and (min-width: 1600px) {
    [data-custom-resumn~="banner"] p {
      font-size: 1.5rem; } }
  [data-custom-resumn~="banner"] p strong {
    font-weight: 600;
    color: #abcc37; }

[data-custom-resumn~="historia"] p {
  font-weight: 300;
  font-size: 1.05rem;
  letter-spacing: 1px;
  line-height: 1.8em;
  color: #ffffff; }

[data-custom-resumn~="banner-pagina"] p {
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.6em;
  color: #ffffff; }
  @media only screen and (min-width: 992px) {
    [data-custom-resumn~="banner-pagina"] p {
      line-height: 2em; } }
  @media only screen and (min-width: 1200px) {
    [data-custom-resumn~="banner-pagina"] p {
      letter-spacing: 2px; } }
  @media only screen and (min-width: 1600px) {
    [data-custom-resumn~="banner-pagina"] p {
      font-size: 1.125rem; } }

/*=================== DESCRIPTION ===================*/
[data-custom-description~="historia"][data-custom-description~="white"] p strong {
  color: #ffffff; }

[data-custom-description~="historia"] p {
  font-size: 1rem;
  letter-spacing: 3px;
  line-height: 2.2em;
  color: #ffffff; }
  @media only screen and (min-width: 480px) {
    [data-custom-description~="historia"] p {
      letter-spacing: 6px; } }
  @media only screen and (min-width: 1200px) {
    [data-custom-description~="historia"] p {
      font-size: 1.125rem; } }
  @media only screen and (min-width: 1600px) {
    [data-custom-description~="historia"] p {
      letter-spacing: 9px; } }
  [data-custom-description~="historia"] p strong {
    color: #abcc37; }

[data-custom-description~="archive"] p {
  font-size: .875rem;
  letter-spacing: 3px;
  line-height: 2.2em;
  color: #ffffff; }
  @media only screen and (min-width: 992px) {
    [data-custom-description~="archive"] p {
      font-size: 1rem; } }
  @media only screen and (min-width: 1200px) {
    [data-custom-description~="archive"] p {
      letter-spacing: 6px;
      font-size: 1.125rem; } }
  @media only screen and (min-width: 1600px) {
    [data-custom-description~="archive"] p {
      letter-spacing: 9px; } }

/*=================== BUTTON ===================*/
[data-custom-button], .wpcf7-submit {
  min-height: 45px;
  border-radius: 27.5px;
  padding: 0 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background 300ms ease-in-out, opacity 300ms ease-in-out, border-color 300ms ease-in-out, transform 300ms ease-in-out; }
  @media only screen and (min-width: 1200px) {
    [data-custom-button], .wpcf7-submit {
      padding: 0 30px;
      min-height: 55px; } }
  [data-custom-button] span, .wpcf7-submit span {
    font-weight: 500;
    font-size: .875rem;
    line-height: 1em;
    letter-spacing: 2px;
    color: #ffffff;
    transition: color 300ms ease-in-out; }
    @media only screen and (min-width: 1200px) {
      [data-custom-button] span, .wpcf7-submit span {
        font-size: 1rem; } }
  [data-custom-button][data-custom-button~="small"] span, .wpcf7-submit[data-custom-button~="small"] span {
    font-size: 0.875rem;
    font-weight: 300; }

[data-custom-button~="solid"] {
  background: #abcc37; }
  [data-custom-button~="solid"] .icon,
  [data-custom-button~="solid"] span {
    color: #ffffff; }
  @media only screen and (min-width: 1200px) {
    [data-custom-button~="solid"][href]:hover, [data-custom-button~="solid"][aria-label]:hover {
      background: #065a78; } }
  [data-custom-button~="solid"][data-custom-button~="color-primary"] {
    background-color: #065a78; }
    @media only screen and (min-width: 1200px) {
      [data-custom-button~="solid"][data-custom-button~="color-primary"][href]:hover, [data-custom-button~="solid"][data-custom-button~="color-primary"][aria-label]:hover {
        background: #abcc37; } }

[data-custom-button~="border"] {
  border: 1px solid rgba(228, 230, 129, 0.2); }
  @media only screen and (min-width: 1200px) {
    [data-custom-button~="border"][href]:hover, [data-custom-button~="border"][aria-label]:hover {
      background: #abcc37; }
      [data-custom-button~="border"][href]:hover .icon, [data-custom-button~="border"][aria-label]:hover .icon {
        color: #065a78; } }
  [data-custom-button~="border"][data-custom-button~="color-secondary"] {
    border-color: #abcc37; }
    @media only screen and (min-width: 1200px) {
      [data-custom-button~="border"][data-custom-button~="color-secondary"][href]:hover, [data-custom-button~="border"][data-custom-button~="color-secondary"][aria-label]:hover {
        background: #065a78; }
        [data-custom-button~="border"][data-custom-button~="color-secondary"][href]:hover .icon,
        [data-custom-button~="border"][data-custom-button~="color-secondary"][href]:hover span, [data-custom-button~="border"][data-custom-button~="color-secondary"][aria-label]:hover .icon,
        [data-custom-button~="border"][data-custom-button~="color-secondary"][aria-label]:hover span {
          color: #abcc37; } }
  [data-custom-button~="border"][data-custom-button~="color-secondary-alt"] {
    border-color: #abcc37; }
    [data-custom-button~="border"][data-custom-button~="color-secondary-alt"] .icon,
    [data-custom-button~="border"][data-custom-button~="color-secondary-alt"] span {
      color: #abcc37; }
    @media only screen and (min-width: 1200px) {
      [data-custom-button~="border"][data-custom-button~="color-secondary-alt"][href]:hover, [data-custom-button~="border"][data-custom-button~="color-secondary-alt"][aria-label]:hover {
        background: #065a78; }
        [data-custom-button~="border"][data-custom-button~="color-secondary-alt"][href]:hover .icon,
        [data-custom-button~="border"][data-custom-button~="color-secondary-alt"][href]:hover span, [data-custom-button~="border"][data-custom-button~="color-secondary-alt"][aria-label]:hover .icon,
        [data-custom-button~="border"][data-custom-button~="color-secondary-alt"][aria-label]:hover span {
          color: #abcc37; } }
  [data-custom-button~="border"][data-custom-button~="grey"] {
    border-color: #b3b3b3; }
    [data-custom-button~="border"][data-custom-button~="grey"] .icon,
    [data-custom-button~="border"][data-custom-button~="grey"] span {
      color: #b3b3b3; }
    @media only screen and (min-width: 1200px) {
      [data-custom-button~="border"][data-custom-button~="grey"][href]:hover, [data-custom-button~="border"][data-custom-button~="grey"][aria-label]:hover {
        border-color: #065a78;
        background: transparent; }
        [data-custom-button~="border"][data-custom-button~="grey"][href]:hover .icon,
        [data-custom-button~="border"][data-custom-button~="grey"][href]:hover span, [data-custom-button~="border"][data-custom-button~="grey"][aria-label]:hover .icon,
        [data-custom-button~="border"][data-custom-button~="grey"][aria-label]:hover span {
          color: #065a78; } }

[data-custom-button~="icon"] {
  gap: 15px; }
  [data-custom-button~="icon"] .icon {
    flex-shrink: 0;
    transition: color 300ms ease-in-out, background 300ms ease-in-out; }
  @media only screen and (min-width: 1200px) {
    [data-custom-button~="icon"][data-custom-button~="arrowX"][href]:hover .icon img, [data-custom-button~="icon"][data-custom-button~="arrowX"][aria-label]:hover .icon img {
      animation: arrowX 2s infinite; }
    [data-custom-button~="icon"][data-custom-button~="arrowY"]:hover[href] .icon img, [data-custom-button~="icon"][data-custom-button~="arrowY"]:hover[aria-label] .icon img {
      animation: arrowY 2s infinite; }
    [data-custom-button~="icon"][data-custom-button~="bell"]:hover[href] .icon, [data-custom-button~="icon"][data-custom-button~="bell"]:hover[aria-label] .icon {
      animation: bell .15s infinite alternate; } }
  [data-custom-button~="icon"][data-custom-button~="icon-mask"] {
    color: #abcc37; }
    [data-custom-button~="icon"][data-custom-button~="icon-mask"] .icon {
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: center;
      -webkit-mask-size: contain;
      background: currentColor; }
      [data-custom-button~="icon"][data-custom-button~="icon-mask"] .icon img {
        opacity: 0; }
  [data-custom-button~="icon"][data-custom-button~="icon-only"] {
    padding: 0;
    min-height: unset; }
    @media only screen and (min-width: 1200px) {
      [data-custom-button~="icon"][data-custom-button~="icon-only"]:hover .icon {
        background: #8d2f51; } }
    [data-custom-button~="icon"][data-custom-button~="icon-only"] .icon {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 54px;
      height: 54px;
      border-radius: 100%;
      background: #065a78; }

[data-custom-button~="text"] {
  padding: 0;
  min-height: unset; }
  @media only screen and (min-width: 1200px) {
    [data-custom-button~="text"][href]:hover span,
    [data-custom-button~="text"][href]:hover .icon, [data-custom-button~="text"][aria-label]:hover span,
    [data-custom-button~="text"][aria-label]:hover .icon {
      color: #8d2f51; } }
  [data-custom-button~="text"] span,
  [data-custom-button~="text"] .icon {
    color: #065a78; }

.wpcf7-submit {
  background: #abcc37;
  font-weight: 500;
  font-size: .875rem;
  line-height: 1em;
  letter-spacing: 2px;
  color: #ffffff;
  transition: background 300ms ease-in-out;
  cursor: pointer;
  margin-top: 30px; }
  @media only screen and (min-width: 1200px) {
    .wpcf7-submit {
      font-size: 1rem; }
      .wpcf7-submit:hover {
        background: #065a78; } }

/*=================== IMG ===================*/
.img-responsive {
  max-width: 100%;
  display: block;
  height: auto; }

.img-cover, .img-contain {
  display: block;
  width: 100%;
  height: 100%; }

.img-cover {
  object-fit: cover; }

.img-contain {
  object-fit: contain; }

/*=================== CONTAINER ===================*/
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }
  .container[data-full] {
    max-width: none;
    padding: 0 15px; }
    @media only screen and (min-width: 768px) {
      .container[data-full] {
        padding: 0 40px; } }
    @media only screen and (min-width: 1200px) {
      .container[data-full] {
        padding: 0 60px; } }
    @media only screen and (min-width: 1600px) {
      .container[data-full] {
        padding: 0 100px; } }
  @media only screen and (min-width: 768px) {
    .container {
      max-width: 750px; } }
  @media only screen and (min-width: 992px) {
    .container {
      max-width: 970px; } }
  @media only screen and (min-width: 1200px) {
    .container {
      max-width: 1170px; } }
  @media only screen and (min-width: 1600px) {
    .container {
      max-width: 1440px; } }

/*=================== EMBED ===================*/
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: "";
    padding-top: 56.25%; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

/*=================== LOAD PADRÃO ===================*/
.load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #065a78;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 350ms ease; }
  .load.active {
    opacity: 1 !important;
    pointer-events: auto; }
  .load .item-load {
    display: inline-block;
    width: 64px;
    height: 64px;
    position: relative; }
    .load .item-load:after {
      content: " ";
      display: block;
      width: 46px;
      height: 46px;
      margin: 1px;
      border-radius: 50%;
      border: 5px solid #fff;
      border-color: #fff transparent #fff transparent;
      animation: load 1.2s linear infinite; }

.page-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background: #3c1c11;
  background: linear-gradient(122deg, #3c1c11 0%, #06aeae 100%);
  transition: transform 1s ease-in-out;
  overflow: hidden; }

@media only screen and (min-width: 1200px) and (min-height: 700px) {
  .page-loader {
    padding-bottom: 135px;
    align-items: flex-end; } }
  .page-loader:not(:has(button)) {
    align-items: center;
    padding-bottom: 0; }
  .page-loader.disabled {
    transform: translateY(-100%);
    pointer-events: none; }
  .page-loader .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/bg-front-page.png") no-repeat center top;
    background-size: cover; }
    .page-loader .bg img {
      mix-blend-mode: soft-light;
      opacity: .8; }
  .page-loader .content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 600px; }
    .page-loader .content .logo {
      margin-bottom: 30px; }
      @media only screen and (min-width: 480px) {
        .page-loader .content .logo {
          margin-bottom: 70px; } }
    .page-loader .content h1 {
      margin: 0 0 30px;
      font-weight: 300;
      font-size: 1rem;
      line-height: 1em;
      color: #ffffff;
      letter-spacing: 4px; }
      @media only screen and (min-width: 480px) {
        .page-loader .content h1 {
          margin: 0 0 70px;
          letter-spacing: 10px; } }
      @media only screen and (min-width: 768px) {
        .page-loader .content h1 {
          letter-spacing: 13px; } }
      .page-loader .content h1 strong {
        font-family: "Mutually Beneficial", sans-serif;
        font-weight: 400;
        font-size: 4em;
        line-height: 1.25em;
        letter-spacing: 0;
        color: #abcc37; }
        @media only screen and (min-width: 480px) {
          .page-loader .content h1 strong {
            font-size: 6em; } }
        @media only screen and (min-width: 768px) {
          .page-loader .content h1 strong {
            font-size: 8em; } }
    .page-loader .content button {
      max-width: 120px; }
      @media only screen and (min-width: 480px) {
        .page-loader .content button {
          max-width: unset; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*=================== CONFIRMAÇÃO DE ENVIADO PADRÃO ===================*/
.mensagem {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 350ms ease; }
  .mensagem.active {
    opacity: 1 !important;
    pointer-events: auto; }
  .mensagem .item-mensagem {
    border-radius: 20px;
    background: #065a78;
    color: #ffffff;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    position: relative;
    max-width: 720px;
    width: 100%;
    padding: 30px;
    margin: 0 15px; }
    @media only screen and (min-width: 768px) {
      .mensagem .item-mensagem {
        padding: 80px;
        font-size: 1.75rem; } }
  .mensagem .close-mensagem {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px; }
    @media only screen and (min-width: 1200px) {
      .mensagem .close-mensagem {
        top: 40px;
        right: 40px; } }
    .mensagem .close-mensagem svg {
      width: 40px;
      height: 40px;
      fill: #ffffff; }
      @media only screen and (min-width: 1200px) {
        .mensagem .close-mensagem svg {
          width: 48px;
          height: 48px; } }

/*=================== NENHUM RESULTADO ===================*/
.no-results {
  color: #065a78;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .no-results {
      font-size: 1.5rem; } }

/*=================== BARRA DE COOKIES ===================*/
#cookie {
  width: calc(100% - 30px);
  max-width: 1500px;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  position: fixed;
  display: block;
  background: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 10;
  transition: opacity 350ms ease, transform 350ms ease; }
  @media screen and (min-width: 992px) and (max-width: 1680px) {
    #cookie #cookie {
      width: calc(100% - 180px) !important; } }
  @media only screen and (min-width: 992px) {
    #cookie {
      flex-wrap: nowrap; } }
  #cookie.disabled {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 40px); }
  #cookie p {
    margin: 0 0 20px;
    width: 100%;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-align: center; }
    @media only screen and (min-width: 992px) {
      #cookie p {
        text-align: left;
        margin: 0 20px 0 0;
        width: auto; } }
  #cookie .buttons {
    width: 100%; }
    @media only screen and (min-width: 992px) {
      #cookie .buttons {
        width: auto; } }
  #cookie .accept {
    padding: 5px 20px;
    height: 47px;
    color: #fff;
    background-color: #065a78;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: background 350ms ease; }
    #cookie .accept:nth-child(2) {
      margin-left: 10px; }
    @media only screen and (min-width: 1025px) {
      #cookie .accept:hover {
        background: #135e96; } }
    @media only screen and (min-width: 768px) {
      #cookie .accept {
        margin: 0;
        padding: 10px 20px;
        font-size: 16px; } }

.infinite-arrow {
  animation: arrowY 3s linear infinite; }
  .infinite-arrow.arrowX {
    animation: arrowX 3s linear infinite; }

@keyframes arrowX {
  0%,
  50% {
    transform: translateX(0); }
  10%,
  30% {
    transform: translateX(-5px); }
  20%,
  40% {
    transform: translateX(5px); } }

@keyframes arrowY {
  0%,
  50% {
    transform: translateY(0); }
  10%,
  30% {
    transform: translateY(-5px); }
  20%,
  40% {
    transform: translateY(5px); } }

@keyframes bell {
  from {
    transform: rotate(13deg); }
  to {
    transform-origin: center center;
    transform: rotate(-13deg); } }

/*=================== BLACK NOVEMBER ===================*/
.black-november {
  width: 100%;
  background-color: #8cdc8c;
  position: absolute;
  top: 0;
  z-index: 99; }

.black-november-bottom {
  width: 100%;
  background-color: #8cdc8c;
  position: absolute;
  bottom: 0;
  z-index: 99; }

@-webkit-keyframes marquee {
  100% {
    transform: translateX(-100%); } }

@keyframes marquee {
  100% {
    transform: translateX(-100%); } }

[data-marquee] {
  --loop-duration: 30s;
  display: block; }

[data-marquee] [data-marquee-shadow] {
  position: absolute;
  visibility: hidden;
  height: auto;
  width: auto;
  white-space: nowrap; }

[data-marquee] [data-marquee-overflow] {
  overflow: hidden;
  transform: translate3d(0, 0, 0); }

[data-marquee] [data-marquee-container] {
  display: flex;
  -webkit-animation: marquee var(--loop-duration) linear infinite;
  animation: marquee var(--loop-duration) linear infinite; }

[data-marquee] [data-marquee-style] {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center; }

[data-marquee-style] {
  padding: 5px 25px;
  display: flex;
  color: #000000;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase; }

@media only screen and (max-width: 768px) {
  [data-marquee-container] {
    animation: marquee calc(var(--loop-duration) / 4) linear infinite; } }

/*=================== HEADER ===================*/
.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  position: relative; }
  @media only screen and (min-width: 480px) {
    .logo {
      flex-direction: row; } }
  @media only screen and (min-width: 992px) {
    .logo {
      gap: 30px; } }
  .logo.logo-white {
    filter: invert(0) brightness(1); }
  .logo.alt img {
    max-width: 150px; }
    @media only screen and (min-width: 1600px) {
      .logo.alt img {
        min-width: unset; } }
  .logo.alt h2 {
    color: #30121d; }
    @media only screen and (min-width: 992px) {
      .logo.alt h2 {
        font-size: 2.65rem; } }
  .logo h2 {
    margin: 0;
    transform: translateY(-25%);
    font-family: "Mutually Beneficial", sans-serif;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: .85em;
    color: #abcc37; }
    @media only screen and (min-width: 1600px) {
      .logo h2 {
        font-size: 3rem; } }
    @supports (-webkit-touch-callout: none) {
      .logo h2 {
        transform: none; } }
  .logo .img-header-fixed {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .logo img {
    max-width: 150px;
    transition: opacity 300ms ease-in-out; }
    @media only screen and (min-width: 992px) {
      .logo img {
        max-width: unset; } }

.header {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  padding: 20px 0 0;
  transition: background 300ms ease-in-out, padding 300ms ease-in-out; }
  @media only screen and (min-width: 1600px) {
    .header {
      padding: 45px 0 0; } }
  .header.fixed {
    padding: 0;
    background: #065a78; }
    @media only screen and (min-width: 1200px) {
      .header.fixed .menu-icon:hover {
        transform: scale(0.7); } }
    .header.fixed .img-header-fixed {
      opacity: 1; }
    .header.fixed .img-header {
      opacity: 0; }
    .header.fixed .right-content {
      gap: 0; }
    .header.fixed [data-custom-button], .header.fixed .wpcf7-submit,
    .header.fixed .menu-icon {
      transform: scale(0.8); }
    .header.fixed .menu-icon {
      transform: scale(0.75); }
  .header .container {
    max-width: 1770px; }
  .header .left-content {
    display: flex;
    align-items: center;
    gap: 30px; }
    @media only screen and (min-width: 992px) {
      .header .left-content {
        gap: 60px; } }
    @media only screen and (min-width: 1200px) {
      .header .left-content {
        width: 33%; } }
    @media only screen and (min-width: 1600px) {
      .header .left-content {
        gap: 120px; } }
    .header .left-content .logo h2 {
      display: none; }
      @media only screen and (min-width: 480px) {
        .header .left-content .logo h2 {
          display: block; } }
  .header [data-custom-button], .header .wpcf7-submit {
    display: none; }
    @media only screen and (min-width: 992px) {
      .header [data-custom-button], .header .wpcf7-submit {
        display: inline-flex; } }
  .header .right-content {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    transition: gap 300ms ease-in-out; }
    @media only screen and (min-width: 768px) {
      .header .right-content {
        gap: 16px; } }
    @media only screen and (min-width: 1200px) {
      .header .right-content {
        width: 33%; } }

.menu-icon {
  position: relative;
  transition: transform 300ms ease-in-out;
  border-radius: 100%;
  max-width: 55px; }
  @media only screen and (min-width: 768px) {
    .menu-icon {
      max-width: unset; } }
  .menu-icon.active:before {
    transform: scale(80);
    transition: transform 1s ease-in-out; }
  .menu-icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    transform: scale(0);
    width: 100%;
    height: 100%;
    background: #065a78;
    pointer-events: none;
    transition: transform 750ms ease-in-out; }
  @media only screen and (min-width: 1200px) {
    .menu-icon {
      transition: transform 300ms ease-in-out; }
      .menu-icon:hover {
        transform: scale(0.95); } }

/*=================== MENU BUSCA MOBILE ===================*/
.menu-search {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 350ms ease; }
  .menu-search.active {
    opacity: 1;
    pointer-events: auto; }
    .menu-search.active .menu-search-content {
      transform: none; }
  .menu-search-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #065a78; }
  .menu-search-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px 0;
    transform: translateY(-100%);
    transition: transform 350ms ease; }
    @media only screen and (min-width: 768px) {
      .menu-search-content {
        padding: 30px 0; } }
  .menu-search #form-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    margin: 0 15px 0 0;
    gap: 15px; }
    .menu-search #form-search .box-input {
      flex-grow: 1; }
    .menu-search #form-search .box-input input,
    .menu-search #form-search .box-input span {
      font-size: 1.125rem; }
      @media only screen and (min-width: 480px) {
        .menu-search #form-search .box-input input,
        .menu-search #form-search .box-input span {
          font-size: 1.25rem; } }
      @media only screen and (min-width: 768px) {
        .menu-search #form-search .box-input input,
        .menu-search #form-search .box-input span {
          font-size: 1.375rem; } }
      @media only screen and (min-width: 1200px) {
        .menu-search #form-search .box-input input,
        .menu-search #form-search .box-input span {
          font-size: 1.5rem; } }
    .menu-search #form-search .button-submit {
      color: #abcc37;
      flex-shrink: 0;
      padding: 0;
      max-width: 30px; }
      @media only screen and (min-width: 768px) {
        .menu-search #form-search .button-submit {
          max-width: none; } }
      @media only screen and (min-width: 1200px) {
        .menu-search #form-search .button-submit {
          transition: transform 300ms ease-in-out; }
          .menu-search #form-search .button-submit:hover {
            transform: scale(0.9); } }
      .menu-search #form-search .button-submit svg {
        width: 40px;
        height: 40px; }
  .menu-search .menu-icon-close {
    cursor: pointer;
    flex-shrink: 0;
    max-width: 30px; }
    @media only screen and (min-width: 768px) {
      .menu-search .menu-icon-close {
        max-width: none; } }
    @media only screen and (min-width: 1200px) {
      .menu-search .menu-icon-close {
        transition: transform 300ms ease-in-out; }
        .menu-search .menu-icon-close:hover {
          transform: scale(0.9); } }
    .menu-search .menu-icon-close svg {
      color: #abcc37;
      width: 64px;
      height: 64px; }

/*=================== MENU MOBILE ===================*/
.menu-mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  transition: opacity 350ms ease; }
  .menu-mobile.active {
    opacity: 1;
    pointer-events: auto; }
    .menu-mobile.active .menu-mobile-content {
      transform: none;
      transition-delay: 500ms; }
  .menu-mobile .menu-header,
  .menu-mobile .nav {
    width: 100%; }
    @media only screen and (min-width: 480px) {
      .menu-mobile .menu-header,
      .menu-mobile .nav {
        margin: 0 auto;
        max-width: 1170px; } }
  .menu-mobile .menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px; }
    @media only screen and (min-width: 1200px) {
      .menu-mobile .menu-header {
        margin-bottom: 50px; } }
  .menu-mobile-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); }
  .menu-mobile-content {
    display: flex;
    flex-direction: column;
    padding: 45px 15px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateY(100%);
    transition: transform 350ms ease;
    transition-delay: 0; }
    @media only screen and (min-width: 1200px) {
      .menu-mobile-content {
        padding: 45px 90px; } }
  .menu-mobile .menu-icon-close {
    cursor: pointer; }
    @media only screen and (min-width: 1600px) {
      .menu-mobile .menu-icon-close {
        margin-right: calc((-100vw + 1360px) / 2); } }
    .menu-mobile .menu-icon-close svg {
      margin: 0 0 0 auto;
      color: #ffffff;
      width: 55px;
      height: 55px; }
      @media only screen and (min-width: 768px) {
        .menu-mobile .menu-icon-close svg {
          width: 78px;
          height: 78px; } }
  .menu-mobile .nav {
    flex-grow: 1;
    display: flex;
    justify-content: flex-start; }
    .menu-mobile .nav ul {
      position: relative;
      margin: 0;
      padding: 0;
      list-style: none; }
      @media only screen and (min-width: 1200px) {
        .menu-mobile .nav ul:hover a {
          color: rgba(255, 255, 255, 0.5); } }
      .menu-mobile .nav ul .menu-item-has-children {
        position: relative; }
        .menu-mobile .nav ul .menu-item-has-children.active > a:before, .menu-mobile .nav ul .menu-item-has-children:hover > a:before {
          transform: translateX(100%) rotate(0); }
          @media only screen and (min-width: 768px) {
            .menu-mobile .nav ul .menu-item-has-children.active > a:before, .menu-mobile .nav ul .menu-item-has-children:hover > a:before {
              transform: translateX(100%) rotate(30deg); } }
        .menu-mobile .nav ul .menu-item-has-children.active .sub-menu, .menu-mobile .nav ul .menu-item-has-children:hover .sub-menu {
          pointer-events: all; }
          @media only screen and (min-width: 768px) {
            .menu-mobile .nav ul .menu-item-has-children.active .sub-menu, .menu-mobile .nav ul .menu-item-has-children:hover .sub-menu {
              opacity: 1; } }
          .menu-mobile .nav ul .menu-item-has-children.active .sub-menu a, .menu-mobile .nav ul .menu-item-has-children:hover .sub-menu a {
            color: #ffffff; }
        @media only screen and (min-width: 1200px) {
          .menu-mobile .nav ul .menu-item-has-children:hover > a {
            color: #ffffff; }
          .menu-mobile .nav ul .menu-item-has-children:hover .sub-menu {
            opacity: 1;
            pointer-events: all; } }
        .menu-mobile .nav ul .menu-item-has-children > a {
          position: relative; }
        .menu-mobile .nav ul .menu-item-has-children .sub-menu {
          display: none;
          background: #065a78; }
          @media only screen and (min-width: 768px) {
            .menu-mobile .nav ul .menu-item-has-children .sub-menu {
              display: block;
              position: absolute;
              top: 25px;
              left: 100%;
              width: calc(100% + 45px);
              opacity: 0;
              transition: opacity 300ms ease-in-out;
              padding-left: 45px; } }
          .menu-mobile .nav ul .menu-item-has-children .sub-menu a {
            position: relative;
            padding: 5px 10px;
            font-size: 1rem; }
            @media only screen and (min-width: 768px) {
              .menu-mobile .nav ul .menu-item-has-children .sub-menu a {
                padding: 5px 0; } }
            @media only screen and (min-width: 1200px) {
              .menu-mobile .nav ul .menu-item-has-children .sub-menu a {
                font-size: 1.4rem; }
                .menu-mobile .nav ul .menu-item-has-children .sub-menu a:hover {
                  color: #abcc37; } }
      .menu-mobile .nav ul a {
        padding: 15px 0;
        font-weight: 300;
        color: #ffffff;
        font-size: 2rem;
        line-height: 1em;
        font-weight: bold;
        text-transform: uppercase;
        display: block;
        cursor: pointer; }
        @media only screen and (min-width: 1200px) {
          .menu-mobile .nav ul a {
            font-weight: 300;
            font-size: 3rem;
            transition: color 300ms ease-in-out; }
            .menu-mobile .nav ul a:hover {
              color: #ffffff; } }
      .menu-mobile .nav ul .sub-menu {
        pointer-events: none; }
  .menu-mobile-footer {
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 30px; }
    .menu-mobile-footer .social {
      justify-content: center; }
      @media only screen and (min-width: 1200px) {
        .menu-mobile-footer .social a:hover svg {
          color: #abcc37; } }
      .menu-mobile-footer .social a svg {
        color: #ffffff;
        width: 30px;
        height: auto; }

.social {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none; }
  .social a {
    padding: 0 10px;
    display: block; }
    @media only screen and (min-width: 1200px) {
      .social a:hover svg {
        color: #065a78; } }
  .social svg {
    color: #a0816e;
    transition: color 300ms ease-in-out; }

/*=================== FOOTER ===================*/
.footer {
  padding: 40px 0 0;
  width: 100%;
  background: url("../images/bg-footer.png") no-repeat center top;
  background-size: cover; }
  @media only screen and (min-width: 768px) {
    .footer {
      padding: 50px 0 0; } }
  .footer .footer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 30px; }
    @media only screen and (min-width: 768px) {
      .footer .footer-top {
        gap: 15px;
        flex-direction: row; } }
    @media only screen and (min-width: 1200px) {
      .footer .footer-top .logo {
        width: 33%; } }
    .footer .footer-top .social {
      justify-content: flex-end; }
      @media only screen and (min-width: 1200px) {
        .footer .footer-top .social {
          width: 33%; } }
    .footer .footer-top .logo h2 {
      color: #30121d; }
  .footer .footer-middle {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    padding: 20px 0; }
    @media only screen and (min-width: 768px) {
      .footer .footer-middle {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 30px;
        margin-top: 40px; } }
    .footer .footer-middle:before {
      content: '';
      position: absolute;
      top: 0;
      left: -60px;
      width: calc( 100% + 120px);
      height: 1px;
      background: black;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #30121d 10%, #30121d 50%, #30121d 90%, rgba(0, 0, 0, 0) 100%);
      opacity: .1; }
      @media only screen and (min-width: 1600px) {
        .footer .footer-middle:before {
          left: -130px;
          width: calc( 100% + 260px); } }
  .footer .footer-bottom {
    display: flex;
    justify-content: center;
    gap: 40px 30px;
    flex-wrap: wrap;
    position: relative;
    padding-top: 30px; }
    @media only screen and (min-width: 480px) {
      .footer .footer-bottom {
        padding-top: 40px; } }
    @media only screen and (min-width: 992px) {
      .footer .footer-bottom {
        gap: 40px 45px; } }
    .footer .footer-bottom:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: black;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #30121d 10%, #30121d 50%, #30121d 90%, rgba(0, 0, 0, 0) 100%);
      opacity: .1; }
      @media only screen and (min-width: 768px) {
        .footer .footer-bottom:before {
          left: -60px;
          width: calc( 100% + 120px); } }
      @media only screen and (min-width: 1600px) {
        .footer .footer-bottom:before {
          left: -130px;
          width: calc( 100% + 260px); } }
    .footer .footer-bottom article {
      width: 100%; }
      @media only screen and (min-width: 480px) {
        .footer .footer-bottom article {
          width: calc(100% / 2 - 15px); } }
      @media only screen and (min-width: 768px) {
        .footer .footer-bottom article {
          width: calc(100% / 3 - 20px); } }
      @media only screen and (min-width: 992px) {
        .footer .footer-bottom article {
          width: calc(100% / 3 - 30px); } }
      @media only screen and (min-width: 1600px) {
        .footer .footer-bottom article {
          width: calc(100% / 3 - 30.5px); } }
  .footer.large-padding {
    padding: 60px 0 210px 0 !important; }
    @media only screen and (min-width: 768px) {
      .footer.large-padding {
        padding: 50px 0 164px 0 !important; } }
    @media only screen and (min-width: 992px) {
      .footer.large-padding {
        padding: 100px 0 !important; } }

.open-hour,
.menu-footer li a {
  font-weight: 400;
  font-size: .99rem;
  text-transform: uppercase;
  color: #063278; }
  @media only screen and (min-width: 480px) {
    .open-hour,
    .menu-footer li a {
      font-size: 1rem; } }
  @media only screen and (min-width: 992px) {
    .open-hour,
    .menu-footer li a {
      letter-spacing: 2px; } }
  @media only screen and (min-width: 1600px) {
    .open-hour,
    .menu-footer li a {
      letter-spacing: 4px; } }

.menu-footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0;
  margin: 0;
  list-style: none; }
  @media only screen and (min-width: 768px) {
    .menu-footer {
      justify-content: flex-start; } }
  @media only screen and (min-width: 1200px) {
    .menu-footer li a {
      position: relative; }
      .menu-footer li a:before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        left: 0;
        height: 2px;
        transform: scaleX(0);
        transform-origin: center left;
        transition: transform 300ms ease-in-out;
        background: #065a78; }
      .menu-footer li a:hover:before {
        transform: scaleX(1); } }

.card-unidades {
  text-align: center; }
  @media only screen and (min-width: 480px) {
    .card-unidades {
      text-align: left; } }
  .card-unidades h4 {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1em;
    letter-spacing: 2px;
    color: #065a78; }
  .card-unidades > a {
    display: block;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.75em;
    letter-spacing: .4px;
    color: #333333;
    transition: color 300ms ease-in-out; }
    @media only screen and (min-width: 1200px) {
      .card-unidades > a {
        font-size: 1.06rem; }
        .card-unidades > a:hover {
          color: #065a78; } }
  .card-unidades ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .card-unidades ul li + li {
      margin-top: 10px; }
    .card-unidades ul li a {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      font-size: 1rem;
      letter-spacing: 2px;
      color: #333333;
      transition: color 300ms ease-in-out; }
      @media only screen and (min-width: 480px) {
        .card-unidades ul li a {
          justify-content: flex-start; } }
      @media only screen and (min-width: 1200px) {
        .card-unidades ul li a {
          font-size: 1.06rem; }
          .card-unidades ul li a:hover {
            color: #8d2f51; } }
    .card-unidades ul li .icon {
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: center;
      -webkit-mask-size: contain;
      background: currentColor; }
      .card-unidades ul li .icon img {
        opacity: 0; }

.copyright {
  margin-top: 30px;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.3); }
  @media only screen and (min-width: 480px) {
    .copyright {
      margin-top: 60px; } }
  .copyright .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .copyright p {
    font-weight: 400;
    color: #333333;
    font-size: .875rem;
    line-height: 1.8em; }
    @media only screen and (min-width: 480px) {
      .copyright p {
        margin: 0; } }
    .copyright p a {
      display: inline-block; }
      @media only screen and (min-width: 1200px) {
        .copyright p a:hover {
          color: #063278; } }
  .copyright .logo-iwwa {
    margin-top: 15px;
    flex-shrink: 0; }

/*=================== PADRÃO ===================*/
.section-default {
  padding: 15px;
  min-height: calc(100vh - 252px);
  background-color: #ccc; }
  @media only screen and (min-width: 480px) {
    .section-default {
      min-height: calc(100vh - 221px); } }

/*=============== BREADCRUMBS ===============*/
.section-breadcrumbs-model {
  background-color: #f1f1f1;
  text-align: center;
  padding: 40px 0;
  /* BREADCRUMBS */
  /* TÍTULO */ }
  @media only screen and (min-width: 768px) {
    .section-breadcrumbs-model {
      text-align: left; } }
  .section-breadcrumbs-model .breadcrumbs {
    margin: 0 0 10px 0; }
    @media only screen and (min-width: 1200px) {
      .section-breadcrumbs-model .breadcrumbs {
        margin: 0 200px 10px 0; } }
    .section-breadcrumbs-model .breadcrumbs a {
      color: #065a78;
      font-size: 1rem;
      transition: color 300ms;
      /* ACTIVE */
      /* HOVER */ }
      .section-breadcrumbs-model .breadcrumbs a:not(:last-child) span {
        text-decoration: underline; }
      .section-breadcrumbs-model .breadcrumbs a:not(:last-child)::after {
        content: "/";
        color: #065a78;
        font-size: 1rem;
        margin: 0 3px 0 6px; }
      .section-breadcrumbs-model .breadcrumbs a.active {
        color: #333333;
        font-weight: 700; }
      @media only screen and (min-width: 1025px) {
        .section-breadcrumbs-model .breadcrumbs a[href]:hover {
          color: #333333; } }
  .section-breadcrumbs-model .title h1 {
    color: #333333;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1em;
    margin: 0; }
    @media only screen and (min-width: 480px) {
      .section-breadcrumbs-model .title h1 {
        font-size: 2.5rem; } }
    @media only screen and (min-width: 768px) {
      .section-breadcrumbs-model .title h1 {
        font-size: 3rem; } }

/* MAIN BANNER */
@media only screen and (min-width: 768px) {
  .slide-main-banner .swiper-wrapper {
    height: 100% !important;
    align-items: stretch; } }

@media only screen and (max-width: 767px) {
  .slide-main-banner .swiper-slide {
    height: auto; } }

.slide-main-banner .swiper-slide.swiper-slide-active .card-main-banner {
  height: 100%; }
  .slide-main-banner .swiper-slide.swiper-slide-active .card-main-banner [data-custom-title],
  .slide-main-banner .swiper-slide.swiper-slide-active .card-main-banner [data-custom-resumn],
  .slide-main-banner .swiper-slide.swiper-slide-active .card-main-banner [data-custom-button],
  .slide-main-banner .swiper-slide.swiper-slide-active .card-main-banner .wpcf7-submit {
    opacity: 1;
    transform: none; }

@media only screen and (min-width: 768px) {
  .slide-main-banner .swiper-pagination {
    width: auto; } }

.slide-main-banner .card-main-banner [data-custom-title],
.slide-main-banner .card-main-banner [data-custom-resumn] {
  transition: opacity 300ms ease-in-out, transform 800ms ease-in-out; }

.slide-main-banner .card-main-banner [data-custom-title],
.slide-main-banner .card-main-banner [data-custom-resumn],
.slide-main-banner .card-main-banner [data-custom-button],
.slide-main-banner .card-main-banner .wpcf7-submit {
  opacity: 0;
  transform: translateX(-100%); }


.slide-main-banner .card-main-banner [data-custom-button],
.slide-main-banner .card-main-banner .wpcf7-submit {
  transition: background 300ms ease-in-out, opacity 300ms ease-in-out, border-color 300ms ease-in-out, transform 800ms ease-in-out; }

@media only screen and (min-width: 768px) {
  .card-main-banner .bg,
  .card-main-banner .bg img {
    min-height: 600px;
    max-height: 1000px; } }

@media only screen and (min-width: 992px) {
  .card-main-banner .bg,
  .card-main-banner .bg img {
    min-height: 700px; } }

@media only screen and (min-width: 1600px) {
  .card-main-banner .bg,
  .card-main-banner .bg img {
    min-height: 830px; } }

.card-main-banner .bg {
  background: #504a4b; }

.card-main-banner .box-text {
  padding: 30px 0 50px;
  background: #065a78; }
  @media only screen and (min-width: 768px) {
    .card-main-banner .box-text {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 150px 0 0 0;
      background: transparent; } }
  @media only screen and (min-width: 1600px) {
    .card-main-banner .box-text {
      padding-top: 250px; } }
  .card-main-banner .box-text .container {
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 480px) {
      .card-main-banner .box-text .container {
        align-items: center; } }
    @media only screen and (min-width: 768px) {
      .card-main-banner .box-text .container {
        align-items: flex-start; } }
    @media only screen and (min-width: 1600px) {
      .card-main-banner .box-text .container {
        max-width: 1585px; } }
  .card-main-banner .box-text [data-custom-title] {
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .card-main-banner .box-text [data-custom-title] {
        margin-bottom: 30px; } }
    @media only screen and (min-width: 992px) {
      .card-main-banner .box-text [data-custom-title] {
        margin-bottom: 40px; } }
    .card-main-banner .box-text [data-custom-title] strong {
      line-height: .45em;
      margin-bottom: .33em; }
  .card-main-banner .box-text [data-custom-resumn] {
    max-width: 400px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .card-main-banner .box-text [data-custom-resumn] {
        margin-bottom: 35px; } }
    @media only screen and (min-width: 992px) {
      .card-main-banner .box-text [data-custom-resumn] {
        max-width: 460px; } }

.bg-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  pointer-events: none; }

/* HISTORIA */
.historia {
  position: relative;
  padding: 40px 0; }
  @media only screen and (min-width: 992px) {
    .historia {
      padding: 60px 0; } }
  @media only screen and (min-width: 1200px) {
    .historia {
      padding: 80px 0 60px; } }
  @media only screen and (min-width: 1600px) {
    .historia {
      padding: 130px 0; } }
  .historia .bg-section {
    overflow: hidden;
    background: url("../images/bg-historia.jpg") no-repeat left top;
    background-size: cover; }
    .historia .bg-section img {
      opacity: .7;
      transform: translateY(383px);
      mix-blend-mode: multiply; }
  .historia .container,
  .historia .especialidades {
    position: relative;
    z-index: 2; }
  .historia .section-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 50px; }
    @media only screen and (min-width: 992px) {
      .historia .section-content {
        margin-bottom: 100px;
        flex-wrap: nowrap; } }
    @media only screen and (min-width: 1200px) {
      .historia .section-content {
        gap: 80px; } }
    .historia .section-content .left-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: 100%; }
      @media only screen and (min-width: 992px) {
        .historia .section-content .left-content {
          align-items: flex-start;
          max-width: 430px;
          margin-top: -20px; } }
      .historia .section-content .left-content [data-custom-subtitle] {
        text-align: center; }
        @media only screen and (min-width: 992px) {
          .historia .section-content .left-content [data-custom-subtitle] {
            text-align: left; } }
      .historia .section-content .left-content [data-custom-title] {
        opacity: .2;
        text-align: center; }
        @media only screen and (min-width: 992px) {
          .historia .section-content .left-content [data-custom-title] {
            text-align: left; } }
        @media only screen and (min-width: 1600px) {
          .historia .section-content .left-content [data-custom-title] {
            margin-top: -.1em;
            transform: translateX(-5vw); } }
      .historia .section-content .left-content [data-custom-description] {
        margin-bottom: 10px;
        text-align: center; }
        @media only screen and (min-width: 992px) {
          .historia .section-content .left-content [data-custom-description] {
            text-align: left; } }
        @media only screen and (min-width: 1600px) {
          .historia .section-content .left-content [data-custom-description] {
            margin-bottom: 30px; } }
      .historia .section-content .left-content [data-custom-resumn] {
        margin-bottom: 20px;
        text-align: center; }
        @media only screen and (min-width: 992px) {
          .historia .section-content .left-content [data-custom-resumn] {
            text-align: left; } }
        @media only screen and (min-width: 1600px) {
          .historia .section-content .left-content [data-custom-resumn] {
            margin-bottom: 40px; } }
    .historia .section-content .right-content {
      flex-shrink: 0;
      width: 100%; }
      @media only screen and (min-width: 992px) {
        .historia .section-content .right-content {
          width: 55%; } }
      @media only screen and (min-width: 1600px) {
        .historia .section-content .right-content {
          width: 66%; } }
      .historia .section-content .right-content .box-img {
        position: sticky;
        top: 120px; }
        .historia .section-content .right-content .box-img:before {
          content: '';
          position: absolute;
          z-index: 2;
          top: -10px;
          right: -10px;
          width: calc( 100% + 20px);
          height: calc( 100% + 20px);
          border: 1px solid #abcc37;
          pointer-events: none; }
          @media only screen and (min-width: 992px) {
            .historia .section-content .right-content .box-img:before {
              width: 95%; } }
          @media only screen and (min-width: 1200px) {
            .historia .section-content .right-content .box-img:before {
              height: calc( 100% + 40px);
              top: -20px;
              right: -25px; } }

/* ESPECIALIDADES */
.especialidades .container {
  display: flex;
  justify-content: center; }
  @media only screen and (min-width: 768px) {
    .especialidades .container {
      justify-content: flex-end; } }

.especialidades .box-header {
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .especialidades .box-header {
      margin-bottom: 55px; } }
  .especialidades .box-header [data-custom-subtitle] {
    margin-bottom: 10px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .especialidades .box-header [data-custom-subtitle] {
        text-align: left;
        transform: translateX(-12%);
        margin-bottom: -50px; } }
    @media only screen and (min-width: 992px) {
      .especialidades .box-header [data-custom-subtitle] {
        transform: translateX(-31%); } }
  .especialidades .box-header [data-custom-title] {
    opacity: .2;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .especialidades .box-header [data-custom-title] {
        text-align: left; } }
    @media only screen and (max-width: 767px) {
      .especialidades .box-header [data-custom-title] {
        font-size: 5rem; } }

.especialidades .box-content {
  padding-left: 15px; }

.slide-especialidades {
  overflow: hidden; }
  .slide-especialidades .swiper-wrapper {
    margin-bottom: 43px; }
  .slide-especialidades .swiper-slide {
    border: 1px solid;
    border-image-slice: 1;
    border-bottom: 0;
    border-image-source: linear-gradient(0deg, rgba(52, 143, 138, 0) 25%, #abcc37 100%); }
  .slide-especialidades .box-arrow {
    justify-content: center;
    flex-wrap: wrap; }

.card-especialidades {
  position: relative; }
  @media only screen and (min-width: 1200px) {
    .card-especialidades:hover .box-text:before {
      opacity: 1; } }
  .card-especialidades .box-img:has(img[src=""]) {
    background: #8d2f51; }
    .card-especialidades .box-img:has(img[src=""]) img {
      opacity: 0; }
    .card-especialidades .box-img:has(img[src=""]) + .box-text {
      background: transparent; }
  .card-especialidades .box-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 20px 25px;
    background: black;
    background: linear-gradient(20deg, rgba(0, 0, 0, 0.9) 25%, rgba(135, 28, 75, 0) 60%); }
    @media only screen and (min-width: 992px) {
      .card-especialidades .box-text {
        padding: 0 30px 45px; } }
    @media only screen and (min-width: 1200px) {
      .card-especialidades .box-text:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(20deg, #065a78 30%, rgba(135, 28, 75, 0) 60%);
        pointer-events: none;
        opacity: 0;
        transition: opacity 300ms ease-in-out; } }
    .card-especialidades .box-text span,
    .card-especialidades .box-text h4 {
      position: relative;
      z-index: 2; }
    .card-especialidades .box-text span {
      display: block;
      position: relative;
      margin-bottom: 15px;
      font-size: 1rem;
      line-height: 1em;
      letter-spacing: 7px;
      color: #ffffff; }
      @media only screen and (min-width: 768px) {
        .card-especialidades .box-text span {
          font-size: 1.125rem; } }
      @media only screen and (min-width: 992px) {
        .card-especialidades .box-text span {
          margin-bottom: 25px; } }
      .card-especialidades .box-text span:before {
        content: '';
        position: absolute;
        top: -20px;
        left: 50%;
        width: 1px;
        height: 11vh;
        background: #ffffff;
        transform: translate(-3px, -100%); }
    .card-especialidades .box-text h4 {
      margin: 0;
      font-family: "Intelo Hairline", sans-serif;
      color: #ffffff;
      font-size: 1.4rem;
      line-height: 1.17em;
      letter-spacing: 2px;
      min-height: 2.35em; }
      @media only screen and (min-width: 1200px) {
        .card-especialidades .box-text h4 {
          font-size: 1.8rem; } }
      .card-especialidades .box-text h4 strong {
        font-family: "Intelo", sans-serif;
        font-weight: 400;
        font-style: italic;
        color: #abcc37; }

/* BLOG */
.home-blog {
  padding: 45px 0;
  background: url("../images/bg-blog.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed; }
  @media only screen and (min-width: 768px) {
    .home-blog {
      padding: 90px 0; } }
  .home-blog .container {
    max-width: 1390px; }
  .home-blog .section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .home-blog .section-header {
        margin-bottom: 40px; } }
    .home-blog .section-header [data-custom-subtitle] {
      margin-bottom: 10px; }
      @media only screen and (min-width: 768px) {
        .home-blog .section-header [data-custom-subtitle] {
          transform: translateX(-50%);
          margin-bottom: -65px; } }
  .home-blog .section-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 60px 20px;
    margin-bottom: 70px; }
    @media only screen and (min-width: 480px) {
      .home-blog .section-content {
        grid-template-columns: repeat(4, 1fr);
        gap: 50px 20px; } }
    @media only screen and (min-width: 768px) {
      .home-blog .section-content {
        gap: 20px;
        grid-template-columns: repeat(3, 1fr); } }
    @media only screen and (min-width: 992px) {
      .home-blog .section-content {
        gap: 40px; } }
    @media only screen and (min-width: 1600px) {
      .home-blog .section-content {
        margin-bottom: 110px;
        gap: 80px; } }
    .home-blog .section-content .card-blog {
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07); }
      @media only screen and (min-width: 480px) {
        .home-blog .section-content .card-blog {
          grid-column: span 2; } }
      @media only screen and (min-width: 768px) {
        .home-blog .section-content .card-blog {
          grid-column: unset; } }
      @media only screen and (min-width: 480px) {
        .home-blog .section-content .card-blog:last-child {
          grid-column: 2 / span 2; } }
      @media only screen and (min-width: 768px) {
        .home-blog .section-content .card-blog:last-child {
          grid-column: unset; } }

.card-blog {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 1200px) {
    .card-blog[href]:hover .box-img img {
      transform: scale(1.05); }
    .card-blog[href]:hover .box-text {
      background: #065a78; }
      .card-blog[href]:hover .box-text h4 {
        color: #ffffff; }
    .card-blog[href]:hover .icon {
      background: #8d2f51; }
      .card-blog[href]:hover .icon img {
        animation: arrowX 2s infinite; } }
  .card-blog .box-img {
    overflow: hidden; }
    .card-blog .box-img img {
      transition: transform 300ms ease-in-out; }
  .card-blog .box-text {
    flex-grow: 1;
    position: relative;
    padding: 30px 20px 45px;
    background: #ffffff;
    transition: background 300ms ease-in-out; }
    @media only screen and (min-width: 992px) {
      .card-blog .box-text {
        padding: 30px 30px 45px; } }
    @media only screen and (min-width: 1600px) {
      .card-blog .box-text {
        padding: 40px 55px 45px; } }
    .card-blog .box-text time {
      display: block;
      margin-bottom: calc( .5em + 10px);
      font-family: "Mutually Beneficial", sans-serif;
      font-size: 2.5rem;
      line-height: .5em;
      color: #abcc37; }
      @media only screen and (min-width: 992px) {
        .card-blog .box-text time {
          font-size: 2.9rem; } }
    .card-blog .box-text h4 {
      margin: 0;
      font-weight: 300;
      font-size: 1.2rem;
      line-height: 1.25em;
      color: #2f141d;
      transition: color 300ms ease-in-out; }
      @media only screen and (min-width: 992px) {
        .card-blog .box-text h4 {
          font-size: 1.4rem; } }
      @media only screen and (min-width: 1600px) {
        .card-blog .box-text h4 {
          font-size: 1.625rem; } }
      .card-blog .box-text h4 strong {
        font-weight: 600; }
    .card-blog .box-text [data-custom-button], .card-blog .box-text .wpcf7-submit {
      position: absolute;
      bottom: 0;
      left: 30px;
      transform: translateY(50%); }
      @media only screen and (min-width: 1600px) {
        .card-blog .box-text [data-custom-button], .card-blog .box-text .wpcf7-submit {
          left: 55px; } }

/* CONTATO */
.contato, .model-formulario, .model-captura-leads {
  position: relative;
  padding: 40px 0;
  background: url("../images/bg-contato.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed; }
  @media only screen and (min-width: 768px) {
    .contato, .model-formulario, .model-captura-leads {
      padding: 60px 0; } }
  @media only screen and (min-width: 1200px) {
    .contato, .model-formulario, .model-captura-leads {
      padding: 130px 0; } }
  .contato .container, .model-formulario .container, .model-captura-leads .container {
    position: relative;
    z-index: 2; }
  .contato .section-header, .model-formulario .section-header, .model-captura-leads .section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 60px; }
    @media only screen and (min-width: 768px) {
      .contato .section-header [data-custom-subtitle~="historia"], .model-formulario .section-header [data-custom-subtitle~="historia"], .model-captura-leads .section-header [data-custom-subtitle~="historia"] {
        margin-bottom: -55px; } }
    .contato .section-header [data-custom-title], .model-formulario .section-header [data-custom-title], .model-captura-leads .section-header [data-custom-title] {
      opacity: .2; }
    @media only screen and (min-width: 768px) {
      .contato .section-header [data-custom-subtitle~="section"], .model-formulario .section-header [data-custom-subtitle~="section"], .model-captura-leads .section-header [data-custom-subtitle~="section"] {
        margin-top: -30px; } }
  .contato .section-content .form-default, .model-formulario .section-content .form-default, .model-captura-leads .section-content .form-default,
  .contato .section-content .wpcf7,
  .model-formulario .section-content .wpcf7,
  .model-captura-leads .section-content .wpcf7 {
    max-width: 768px;
    margin: 0 auto; }

.form-default {
  display: flex;
  flex-wrap: wrap;
  gap: 25px; }
  @media only screen and (min-width: 1200px) {
    .form-default {
      gap: 55px 25px; } }
  .form-default .input-default, .form-default .box-input input, .box-input .form-default input,
  .form-default .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap .form-default input,
  .form-default .box-input,
  .form-default .box-textarea {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .form-default .input-default.w50, .form-default .box-input input.w50, .box-input .form-default input.w50,
      .form-default .wpcf7-form-control-wrap input.w50, .wpcf7-form-control-wrap .form-default input.w50,
      .form-default .box-input.w50,
      .form-default .box-textarea.w50 {
        width: calc(100% / 2 - 20px); } }
    @media only screen and (min-width: 768px) {
      .form-default .input-default.w33, .form-default .box-input input.w33, .box-input .form-default input.w33,
      .form-default .wpcf7-form-control-wrap input.w33, .wpcf7-form-control-wrap .form-default input.w33,
      .form-default .box-input.w33,
      .form-default .box-textarea.w33 {
        width: calc(100% / 3 - 20px); } }
  .form-default .submit-session {
    display: flex;
    justify-content: center;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .form-default .submit-session {
        justify-content: flex-end; } }

.box-input,
.box-textarea,
.box-select {
  position: relative; }
  .box-input span,
  .box-input input,
  .box-textarea span,
  .box-textarea input,
  .box-select span,
  .box-select input {
    font-weight: 300;
    font-size: 1rem;
    color: #ffffff; }
    @media only screen and (min-width: 768px) {
      .box-input span,
      .box-input input,
      .box-textarea span,
      .box-textarea input,
      .box-select span,
      .box-select input {
        font-size: 1.125rem; } }
  .box-input span,
  .box-textarea span,
  .box-select span {
    position: absolute;
    left: 0;
    letter-spacing: 3px;
    transition: opacity 300ms ease-in-out;
    pointer-events: none; }
    @media only screen and (min-width: 768px) {
      .box-input span,
      .box-textarea span,
      .box-select span {
        letter-spacing: 8px; } }

.box-select {
  width: 100%; }

.item-select {
  display: block;
  flex-direction: column;
  position: relative;
  gap: 5px;
  width: 100%; }
  .item-select span {
    font-family: "Intelo", sans-serif;
    font-size: 1rem;
    line-height: 1em;
    font-weight: 300;
    color: #ffffff; }
    @media only screen and (min-width: 992px) {
      .item-select span {
        font-size: 1.15rem; } }
    @media only screen and (min-width: 1200px) {
      .item-select span {
        line-height: 1.2em; } }
    @media only screen and (min-width: 1600px) {
      .item-select span {
        line-height: 1.4em; } }
  .item-select input {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
  .item-select .itens-select-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #abcc37;
    font-size: 1rem;
    font-family: "Intelo", sans-serif;
    background-color: transparent;
    height: 54px;
    padding: 0 7px 0px 10px; }
    .item-select .itens-select-list img {
      position: absolute;
      right: 0;
      width: 32px;
      height: 32px;
      color: #ffffff;
      transition: transform 350ms ease; }
    .item-select .itens-select-list.active img {
      transform: rotate(180deg); }
  .item-select .list {
    display: none;
    padding: 0;
    background-color: #065a78;
    margin: 0;
    z-index: 2;
    position: absolute;
    width: 100%;
    max-height: 325px;
    overflow: auto; }
    .item-select .list::-webkit-scrollbar-track {
      background-color: #065a78; }
    .item-select .list::-webkit-scrollbar {
      width: 6px;
      background-color: #065a78; }
    .item-select .list::-webkit-scrollbar-thumb {
      border-left: 5px solid #abcc37;
      background-color: #065a78; }
    .item-select .list li {
      padding: 20px 0;
      border-bottom: 1px solid rgba(192, 155, 131, 0.6);
      list-style-type: none;
      cursor: pointer;
      transition: border-color 350ms ease; }
      .item-select .list li:hover {
        border-color: #abcc37; }
        .item-select .list li:hover span {
          color: #abcc37; }
      .item-select .list li span {
        position: relative;
        font-family: "Intelo", sans-serif;
        margin-left: 5px;
        transition: color 350ms ease;
        line-height: 1.2em;
        letter-spacing: normal; }
        @media only screen and (min-width: 480px) {
          .item-select .list li span {
            line-height: 1em; } }

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.box-file {
  display: flex;
  align-items: end;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid #abcc37;
  background-color: transparent;
  cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .box-file {
      padding-bottom: 20px; } }
  .box-file .icon {
    height: 100%;
    color: transparent;
    background-color: transparent;
    flex-shrink: 0;
    align-items: center;
    display: flex;
    transition: background-color 300ms, color 300ms; }
    @media only screen and (min-width: 1025px) {
      .box-file .icon:hover svg, .box-file .icon:hover span {
        color: #abcc37; } }
    .box-file .icon svg {
      color: #ffffff;
      width: 16px;
      height: 16px;
      transition: color 350ms ease; }
      @media only screen and (min-width: 768px) {
        .box-file .icon svg {
          margin-right: 10px; } }
    .box-file .icon span {
      color: #ffffff;
      font-size: 1.125rem;
      display: none;
      transition: color 350ms ease; }
      @media only screen and (min-width: 768px) {
        .box-file .icon span {
          display: block; } }
  .box-file .text {
    padding-left: 15px;
    color: #ffffff;
    font-size: 1rem;
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: .7; }

.box-input.disabled,
.wpcf7-form-control-wrap.disabled {
  pointer-events: none; }
  .box-input.disabled input,
  .wpcf7-form-control-wrap.disabled input {
    letter-spacing: 3px; }
    @media only screen and (min-width: 768px) {
      .box-input.disabled input,
      .wpcf7-form-control-wrap.disabled input {
        letter-spacing: 8px; } }

.box-input input::placeholder,
.wpcf7-form-control-wrap input::placeholder {
  color: transparent; }

.box-input input:focus + span, .box-input input:not(:placeholder-shown) + span, .box-input input:-webkit-autofill + span,
.wpcf7-form-control-wrap input:focus + span,
.wpcf7-form-control-wrap input:not(:placeholder-shown) + span,
.wpcf7-form-control-wrap input:-webkit-autofill + span {
  opacity: 0; }

.box-input span,
.wpcf7-form-control-wrap span {
  top: 0;
  pointer-events: none; }

.box-textarea textarea {
  width: 100%;
  resize: none;
  background: transparent; }
  .box-textarea textarea::placeholder {
    color: transparent; }
  .box-textarea textarea:focus + span, .box-textarea textarea:not(:placeholder-shown) + span, .box-textarea textarea:-webkit-autofill + span {
    opacity: 0; }

.box-textarea span {
  bottom: 25px; }

.input-default, .box-input input,
.wpcf7-form-control-wrap input,
.textarea-default,
.box-textarea textarea,
.wpcf7-form label {
  font-weight: 300;
  font-size: 1rem;
  color: #ffffff; }
  @media only screen and (min-width: 768px) {
    .input-default, .box-input input,
    .wpcf7-form-control-wrap input,
    .textarea-default,
    .box-textarea textarea,
    .wpcf7-form label {
      font-size: 1.125rem;
      padding-bottom: 20px; } }

.input-default, .box-input input,
.wpcf7-form-control-wrap input,
.textarea-default,
.box-textarea textarea {
  border-bottom: 1px solid #abcc37;
  padding-bottom: 10px; }


.textarea-default,
.box-textarea textarea {
  min-height: 100px; }
  @media only screen and (min-width: 768px) {
    
    .textarea-default,
    .box-textarea textarea {
      min-height: 150px; } }

/*=============== BUSCA ===============*/
.search .section-interna-blog .banner-blog .box-text .container {
  padding: 120px 15px 50px; }
  @media only screen and (min-width: 992px) {
    .search .section-interna-blog .banner-blog .box-text .container {
      padding: 150px 30px 50px; } }
  @media only screen and (min-width: 1200px) {
    .search .section-interna-blog .banner-blog .box-text .container {
      max-width: 1170px; } }
  @media only screen and (min-width: 1600px) {
    .search .section-interna-blog .banner-blog .box-text .container {
      padding: 232px 15px 85px;
      max-width: 1440px; } }
  .search .section-interna-blog .banner-blog .box-text .container .title {
    margin-bottom: 32px;
    max-width: none; }
    @media only screen and (min-width: 768px) {
      .search .section-interna-blog .banner-blog .box-text .container .title {
        margin-bottom: 64px; } }
  .search .section-interna-blog .banner-blog .box-text .container form {
    display: flex;
    gap: 15px; }
    .search .section-interna-blog .banner-blog .box-text .container form .box-input {
      flex-grow: 1; }
    .search .section-interna-blog .banner-blog .box-text .container form .button-submit {
      max-width: 30px; }
      @media only screen and (min-width: 768px) {
        .search .section-interna-blog .banner-blog .box-text .container form .button-submit {
          max-width: unset; } }
      @media only screen and (min-width: 1200px) {
        .search .section-interna-blog .banner-blog .box-text .container form .button-submit {
          transition: transform 300ms ease-in-out; }
          .search .section-interna-blog .banner-blog .box-text .container form .button-submit:hover {
            transform: scale(0.9); } }

.section-list-search {
  padding: 40px 0 20px 0;
  background: #f1eeec;
  /* BOX */
  /* TITULO */
  /* LISTA */ }
  @media only screen and (min-width: 768px) {
    .section-list-search {
      padding: 60px 0 30px 0; } }
  .section-list-search .box {
    width: 100%;
    margin: 0 0 40px 0; }
    @media only screen and (min-width: 768px) {
      .section-list-search .box {
        margin: 0 0 60px 0; } }
  .section-list-search .title-category {
    margin: 0; }
    .section-list-search .title-category h3 {
      color: #065a78;
      font-size: 1.75rem;
      font-weight: 700;
      text-align: center;
      position: relative;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .section-list-search .title-category h3 {
          font-size: 2rem;
          text-align: left; } }
      @media only screen and (min-width: 1200px) {
        .section-list-search .title-category h3 {
          font-size: 2.5rem; } }
  .section-list-search .list {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    padding-bottom: 0;
    /* LISTA VAZIA */ }
    @media only screen and (min-width: 480px) {
      .section-list-search .list {
        grid-template-columns: repeat(2, 1fr); } }
    @media only screen and (min-width: 992px) {
      .section-list-search .list {
        grid-template-columns: repeat(3, 1fr); } }
    @media only screen and (min-width: 1200px) {
      .section-list-search .list {
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 60px; } }

@media only screen and (min-width: 992px) and (max-width: 1599px) {
  .section-list-search .list .card-especialidades .box-text {
    padding: 0 20px 32px; }
    .section-list-search .list .card-especialidades .box-text h4 {
      font-size: 1.4rem; } }
    @media only screen and (min-width: 992px) {
      .section-list-search .list .card-blog .box-text {
        padding: 20px 20px 45px; } }
    @media only screen and (min-width: 992px) {
      .section-list-search .list .card-blog .box-text h4 {
        font-size: 1.4rem; } }
    @media only screen and (min-width: 992px) {
      .section-list-search .list .card-blog .box-text [data-custom-button], .section-list-search .list .card-blog .box-text .wpcf7-submit {
        left: 20px; } }
    .section-list-search .list.list-empty {
      grid-template-columns: 1fr; }
      @media only screen and (max-width: 767px) {
        .section-list-search .list.list-empty {
          text-align: center; } }

.section-contact {
  padding: 40px 0; }
  @media only screen and (min-width: 768px) {
    .section-contact {
      padding: 60px 0; } }
  .section-contact .title-contact {
    margin-bottom: 40px; }
    .section-contact .title-contact h1 {
      margin: 0 0 15px;
      font-size: 2.5rem;
      text-align: center;
      line-height: 1em; }
      @media only screen and (min-width: 768px) {
        .section-contact .title-contact h1 {
          margin: 0 0 20px;
          font-size: 2.75rem; } }
    .section-contact .title-contact p {
      margin: 0;
      font-size: 1.125rem;
      text-align: center;
      line-height: 1.125em; }
      @media only screen and (min-width: 768px) {
        .section-contact .title-contact p {
          font-size: 1.25rem; } }
  .section-contact .col-left {
    margin-bottom: 40px;
    width: 100%; }
    @media only screen and (min-width: 1025px) {
      .section-contact .col-left {
        margin-bottom: 0;
        width: 65%;
        padding-right: 25px; } }
    @media only screen and (min-width: 1600px) {
      .section-contact .col-left {
        padding-right: 40px;
        width: 70%; } }
    .section-contact .col-left label {
      display: block;
      margin-bottom: 15px; }
    .section-contact .col-left input,
    .section-contact .col-left textarea,
    .section-contact .col-left select {
      width: 100%;
      padding: 20px;
      background-color: #ffffff;
      border: 1px solid #ccc;
      font-size: 1rem;
      display: block; }
    .section-contact .col-left textarea {
      height: 150px; }
    .section-contact .col-left .inputfile {
      width: 0.1px;
      height: 0.1px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      z-index: -1; }
    .section-contact .col-left .box-file {
      display: flex;
      align-items: center;
      border: 1px solid #ccc;
      background-color: #ffffff;
      cursor: pointer; }
      .section-contact .col-left .box-file .icon {
        padding: 20px;
        height: 100%;
        color: #065a78;
        background-color: #065a78;
        flex-shrink: 0;
        align-items: center;
        display: flex;
        transition: background-color 300ms, color 300ms; }
        @media only screen and (min-width: 768px) {
          .section-contact .col-left .box-file .icon {
            padding: 14px 20px; } }
        @media only screen and (min-width: 1025px) {
          .section-contact .col-left .box-file .icon:hover {
            background-color: #abcc37;
            color: #ffffff; } }
        .section-contact .col-left .box-file .icon svg {
          color: #ffffff;
          width: 16px;
          height: 16px; }
          @media only screen and (min-width: 768px) {
            .section-contact .col-left .box-file .icon svg {
              margin-bottom: 5px;
              margin-right: 10px; } }
        .section-contact .col-left .box-file .icon span {
          color: #ffffff;
          font-size: 1.125rem;
          display: none; }
          @media only screen and (min-width: 768px) {
            .section-contact .col-left .box-file .icon span {
              display: block; } }
      .section-contact .col-left .box-file .text {
        padding: 15px;
        color: #000000;
        font-size: 1rem;
        flex-grow: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  .section-contact .col-right {
    padding: 30px;
    width: 100%;
    background: linear-gradient(90deg, #065a78 0%, #abcc37 100%); }
    @media only screen and (min-width: 768px) {
      .section-contact .col-right {
        padding: 60px 30px; } }
    @media only screen and (min-width: 1025px) {
      .section-contact .col-right {
        width: 35%; } }
    @media only screen and (min-width: 1600px) {
      .section-contact .col-right {
        width: 30%; } }
    .section-contact .col-right h2 {
      margin: 0 0 20px;
      color: #ffffff;
      font-size: 2rem;
      font-size: 1.5rem;
      text-align: center; }
    .section-contact .col-right .phone {
      margin-bottom: 20px;
      color: #ffffff;
      display: block;
      text-align: center;
      font-size: 1.75rem; }
      @media only screen and (min-width: 1600px) {
        .section-contact .col-right .phone {
          font-size: 2rem; } }
    .section-contact .col-right .email {
      margin-bottom: 20px;
      color: #ffffff;
      display: block;
      text-align: center;
      font-size: 1.125rem; }
      @media only screen and (min-width: 1600px) {
        .section-contact .col-right .email {
          font-size: 1.25rem; } }
    .section-contact .col-right .address {
      color: #ffffff;
      display: block;
      text-align: center;
      font-size: 1.125rem; }
      @media only screen and (min-width: 1600px) {
        .section-contact .col-right .address {
          font-size: 1.25rem; } }

.section-content-full h1,
.section-content-full h2,
.section-content-full h3,
.section-content-full h4,
.section-content-full h5,
.section-content-full h6,
.section-content-full p:not(:has(img)),
.section-content-full ul,
.section-content-full ol,
.text-default h1,
.text-default h2,
.text-default h3,
.text-default h4,
.text-default h5,
.text-default h6,
.text-default p:not(:has(img)),
.text-default ul,
.text-default ol {
  margin: 0 auto 30px; }
  @media only screen and (min-width: 1200px) {
    .section-content-full h1,
    .section-content-full h2,
    .section-content-full h3,
    .section-content-full h4,
    .section-content-full h5,
    .section-content-full h6,
    .section-content-full p:not(:has(img)),
    .section-content-full ul,
    .section-content-full ol,
    .text-default h1,
    .text-default h2,
    .text-default h3,
    .text-default h4,
    .text-default h5,
    .text-default h6,
    .text-default p:not(:has(img)),
    .text-default ul,
    .text-default ol {
      max-width: 80%; } }

.section-content-full .container > div,
.text-default .container > div {
  margin-bottom: 30px; }

.section-content-full h1, .section-content-full h2, .section-content-full h3, .section-content-full h4, .section-content-full h5, .section-content-full h6,
.text-default h1,
.text-default h2,
.text-default h3,
.text-default h4,
.text-default h5,
.text-default h6 {
  color: #8d2f51;
  font-weight: 400;
  line-height: 1.125em;
  text-align: center;
  margin: 0 auto 30px; }
  @media only screen and (min-width: 768px) {
    .section-content-full h1, .section-content-full h2, .section-content-full h3, .section-content-full h4, .section-content-full h5, .section-content-full h6,
    .text-default h1,
    .text-default h2,
    .text-default h3,
    .text-default h4,
    .text-default h5,
    .text-default h6 {
      text-align: left; } }

.section-content-full h1,
.text-default h1 {
  font-size: 2rem; }
  @media only screen and (min-width: 768px) {
    .section-content-full h1,
    .text-default h1 {
      font-size: 3rem; } }
  @media only screen and (min-width: 1600px) {
    .section-content-full h1,
    .text-default h1 {
      font-size: 4rem; } }

.section-content-full h2,
.text-default h2 {
  font-size: 2rem; }
  @media only screen and (min-width: 768px) {
    .section-content-full h2,
    .text-default h2 {
      font-size: 2.75rem; } }
  @media only screen and (min-width: 1600px) {
    .section-content-full h2,
    .text-default h2 {
      font-size: 3.5rem; } }

.section-content-full h3,
.text-default h3 {
  font-size: 1.75rem; }
  @media only screen and (min-width: 768px) {
    .section-content-full h3,
    .text-default h3 {
      font-size: 2.5rem; } }

.section-content-full h4,
.text-default h4 {
  font-size: 1.5rem; }
  @media only screen and (min-width: 768px) {
    .section-content-full h4,
    .text-default h4 {
      font-size: 1.75rem; } }

.section-content-full h5,
.text-default h5 {
  font-size: 1.375rem; }
  @media only screen and (min-width: 768px) {
    .section-content-full h5,
    .text-default h5 {
      font-size: 1.5rem; } }

.section-content-full h6,
.text-default h6 {
  font-size: 1.125rem; }
  @media only screen and (min-width: 768px) {
    .section-content-full h6,
    .text-default h6 {
      font-size: 1.25rem; } }

.section-content-full ol, .section-content-full ul,
.text-default ol,
.text-default ul {
  margin: 0 auto 30px;
  padding-left: 20px; }

.section-content-full p, .section-content-full li,
.text-default p,
.text-default li {
  margin: 0 0 15px;
  color: #333333;
  font-size: 1rem;
  line-height: 1.83em;
  letter-spacing: 1px;
  text-align: left; }
  @media only screen and (min-width: 480px) {
    .section-content-full p, .section-content-full li,
    .text-default p,
    .text-default li {
      font-size: 1.125rem; } }
  @media only screen and (min-width: 992px) {
    .section-content-full p, .section-content-full li,
    .text-default p,
    .text-default li {
      font-size: 1.25rem;
      margin: 0 0 30px; } }
  .section-content-full p:last-child, .section-content-full li:last-child,
  .text-default p:last-child,
  .text-default li:last-child {
    margin-bottom: 0; }

.section-content-full li,
.text-default li {
  margin-bottom: 5px; }

.section-content-full .embed-responsive,
.text-default .embed-responsive {
  margin: 20px auto 30px;
  max-width: 80%; }
  @media only screen and (min-width: 992px) {
    .section-content-full .embed-responsive,
    .text-default .embed-responsive {
      margin: 40px auto 60px; } }

.section-content-full .image-content,
.text-default .image-content {
  margin: 0 0 20px; }
  @media only screen and (min-width: 768px) {
    .section-content-full .image-content,
    .text-default .image-content {
      margin: 0; } }

.section-content-full img,
.text-default img {
  max-width: 100%;
  height: auto; }
  .section-content-full img.alignleft,
  .text-default img.alignleft {
    margin: auto 0 0; }
    @media only screen and (min-width: 768px) {
      .section-content-full img.alignleft,
      .text-default img.alignleft {
        margin-right: 20px;
        float: left; } }
  .section-content-full img.aligncenter,
  .text-default img.aligncenter {
    margin: 0 auto; }
  .section-content-full img.alignright,
  .text-default img.alignright {
    margin: auto 0 0; }
    @media only screen and (min-width: 768px) {
      .section-content-full img.alignright,
      .text-default img.alignright {
        margin-left: 20px;
        float: right; } }

.section-content-full a,
.text-default a {
  display: inline-block;
  color: #065a78;
  text-decoration: underline;
  font-style: italic;
  font-weight: 700;
  transition: color 350ms ease; }
  @media only screen and (min-width: 1200px) {
    .section-content-full a:hover,
    .text-default a:hover {
      color: #8d2f51; } }

.section-content-full hr,
.text-default hr {
  margin: 0 0 20px;
  height: 4px;
  background-color: #065a78;
  border: none; }

.section-content-full blockquote,
.text-default blockquote {
  margin-top: 25px;
  border-bottom: 5px solid #ccc;
  font-style: italic;
  padding-bottom: 10px;
  position: relative; }
  .section-content-full blockquote:before,
  .text-default blockquote:before {
    content: '❝';
    font-size: 46px;
    line-height: 1em;
    position: absolute;
    top: -10px;
    right: calc(100% + 15px); }

.breadcrumb {
  margin-bottom: 10px; }
  .breadcrumb .item {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1em;
    text-transform: lowercase;
    transition: color 350ms ease, border-color 350ms ease; }
    .breadcrumb .item[href] {
      border-bottom: 1px solid #ffffff; }
      @media only screen and (min-width: 1025px) {
        .breadcrumb .item[href]:hover {
          color: #abcc37;
          border-color: #abcc37; } }
  .breadcrumb span {
    margin: 0 5px;
    font-size: 0.875rem;
    line-height: 1em;
    display: inline-block;
    color: #ffffff; }

.section-blog .banner-blog, .section-interna-blog .banner-blog, .section-banner-contato .banner-blog {
  position: relative;
  background-color: #5e5453; }
  .section-blog .banner-blog::before, .section-interna-blog .banner-blog::before, .section-banner-contato .banner-blog::before {
    position: absolute;
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 120%);
    width: 100%;
    height: 500px;
    top: 0; }
  .section-blog .banner-blog .container, .section-interna-blog .banner-blog .container, .section-banner-contato .banner-blog .container {
    padding: 120px 15px 50px; }
    @media only screen and (min-width: 992px) {
      .section-blog .banner-blog .container, .section-interna-blog .banner-blog .container, .section-banner-contato .banner-blog .container {
        padding: 150px 30px; } }
    @media only screen and (min-width: 1600px) {
      .section-blog .banner-blog .container, .section-interna-blog .banner-blog .container, .section-banner-contato .banner-blog .container {
        padding: 232px 15px 85px; } }
    .section-blog .banner-blog .container .title, .section-blog .banner-blog .container .subtitle, .section-blog .banner-blog .container span, .section-interna-blog .banner-blog .container .title, .section-interna-blog .banner-blog .container .subtitle, .section-interna-blog .banner-blog .container span, .section-banner-contato .banner-blog .container .title, .section-banner-contato .banner-blog .container .subtitle, .section-banner-contato .banner-blog .container span {
      color: #ffffff; }
    .section-blog .banner-blog .container .title, .section-interna-blog .banner-blog .container .title, .section-banner-contato .banner-blog .container .title {
      font-family: "Intelo Hairline", sans-serif;
      font-size: 4.5rem;
      line-height: 1em;
      font-weight: 400;
      margin: 38px 0 16px; }
      @media only screen and (min-width: 768px) {
        .section-blog .banner-blog .container .title, .section-interna-blog .banner-blog .container .title, .section-banner-contato .banner-blog .container .title {
          font-size: 5.625rem; } }
    .section-blog .banner-blog .container .subtitle, .section-interna-blog .banner-blog .container .subtitle, .section-banner-contato .banner-blog .container .subtitle {
      max-width: 560px;
      font-family: "Intelo", sans-serif;
      font-size: 1rem;
      line-height: 1.83em;
      font-weight: 300; }
      @media only screen and (min-width: 768px) {
        .section-blog .banner-blog .container .subtitle, .section-interna-blog .banner-blog .container .subtitle, .section-banner-contato .banner-blog .container .subtitle {
          font-size: 1.125rem; } }

.section-blog .container {
  max-width: 1270px;
  margin: 0 auto;
  padding: 232px 15px 85px; }

.section-blog .content-blog {
  position: relative;
  background-color: #fbfbfb;
  padding: 50px 0 115px; }
  .section-blog .content-blog:after {
    background: url("../images/effect-content.jpg") no-repeat left top;
    mix-blend-mode: color-dodge;
    opacity: .99;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .section-blog .content-blog .container {
    padding: 0 15px;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 991px) {
      .section-blog .content-blog .container {
        align-items: center;
        flex-direction: column-reverse; } }
    .section-blog .content-blog .container .col-left {
      z-index: 2;
      width: 69.23%;
      display: flex;
      row-gap: 40px;
      justify-content: center; }
      @media only screen and (min-width: 600px) {
        .section-blog .content-blog .container .col-left {
          justify-content: space-between; } }
      @media only screen and (max-width: 991px) {
        .section-blog .content-blog .container .col-left {
          width: 100%;
          flex-wrap: wrap;
          gap: 20px; } }
      @media only screen and (min-width: 992px) {
        .section-blog .content-blog .container .col-left {
          flex-direction: column; } }
      @media only screen and (max-width: 767px) {
        .section-blog .content-blog .container .col-left {
          width: 100%; } }
      .section-blog .content-blog .container .col-left .card-item {
        display: flex;
        height: auto;
        background-color: #ffffff;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
        transition: background-color 350ms ease;
        width: 100%;
        flex-direction: column; }
        @media only screen and (min-width: 480px) {
          .section-blog .content-blog .container .col-left .card-item {
            width: 80%; } }
        @media only screen and (min-width: 600px) {
          .section-blog .content-blog .container .col-left .card-item {
            width: calc((100% / 2) - 20px); } }
        @media only screen and (min-width: 768px) {
          .section-blog .content-blog .container .col-left .card-item {
            width: 100%; } }
        @media only screen and (min-width: 1025px) {
          .section-blog .content-blog .container .col-left .card-item:hover {
            background-color: #065a78; }
            .section-blog .content-blog .container .col-left .card-item:hover .left img {
              transform: scale(1.05); }
            .section-blog .content-blog .container .col-left .card-item:hover .right .descricao, .section-blog .content-blog .container .col-left .card-item:hover .right small, .section-blog .content-blog .container .col-left .card-item:hover .right .icon, .section-blog .content-blog .container .col-left .card-item:hover .right .button-blog {
              color: #ffffff; }
            .section-blog .content-blog .container .col-left .card-item:hover .right button {
              background: #abcc37; } }
        .section-blog .content-blog .container .col-left .card-item .left {
          overflow: hidden; }
          @media only screen and (max-width: 767px) {
            .section-blog .content-blog .container .col-left .card-item .left {
              width: 100%; } }
          .section-blog .content-blog .container .col-left .card-item .left img {
            height: 100%;
            object-fit: cover;
            transition: transform .3s ease-in-out; }
        .section-blog .content-blog .container .col-left .card-item .right {
          display: flex;
          flex-direction: column;
          row-gap: 20px;
          padding: 15px 29px 15px 32px; }
          @media only screen and (min-width: 768px) {
            .section-blog .content-blog .container .col-left .card-item .right {
              padding: 24px 45px 24px 50px; } }
          @media only screen and (min-width: 1200px) {
            .section-blog .content-blog .container .col-left .card-item .right {
              padding: 30px 56px 30px 62px; } }
          @media only screen and (max-width: 767px) {
            .section-blog .content-blog .container .col-left .card-item .right {
              width: 100%; } }
          @media only screen and (max-width: 991px) {
            .section-blog .content-blog .container .col-left .card-item .right {
              justify-content: center; } }
          .section-blog .content-blog .container .col-left .card-item .right .data {
            color: #abcc37;
            font-family: "Mutually Beneficial", sans-serif;
            font-weight: 400;
            font-size: 3rem;
            line-height: 1em; }
          .section-blog .content-blog .container .col-left .card-item .right .descricao {
            font-size: 1.625rem;
            line-height: 1.26em;
            font-weight: 300;
            color: #063278;
            transition: color 350ms ease;
            margin: 0; }
            @media only screen and (max-width: 991px) {
              .section-blog .content-blog .container .col-left .card-item .right .descricao {
                font-size: 1.375rem; } }
          .section-blog .content-blog .container .col-left .card-item .right small {
            font-size: 1.125rem;
            line-height: 1.38em;
            font-weight: 400;
            font-family: "Intelo", sans-serif;
            color: #8d2f51;
            transition: color 350ms ease;
            overflow: hidden;
            word-wrap: break-word;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3; }
            @media only screen and (max-width: 991px) {
              .section-blog .content-blog .container .col-left .card-item .right small {
                font-size: 1rem; } }
          .section-blog .content-blog .container .col-left .card-item .right button .icon {
            color: #065a78; }
          .section-blog .content-blog .container .col-left .card-item .right button span {
            color: #065a78; }
    .section-blog .content-blog .container .col-right {
      z-index: 2;
      background-color: #fafafa;
      width: 28.46%;
      padding: 25px 18px;
      border: 1px solid #dedede;
      border-radius: 19px;
      align-self: flex-start; }
      @media only screen and (min-width: 768px) {
        .section-blog .content-blog .container .col-right {
          padding: 30px 26px; } }
      @media only screen and (min-width: 992px) {
        .section-blog .content-blog .container .col-right {
          padding: 40px 34px 68px; } }
      @media only screen and (max-width: 991px) {
        .section-blog .content-blog .container .col-right {
          align-self: center;
          width: 100%;
          margin-bottom: 48px; } }
      .section-blog .content-blog .container .col-right .categoria-title {
        color: #5e5754;
        font-weight: 400;
        font-family: "Intelo", sans-serif;
        font-size: 1.125rem;
        line-height: 1.38em;
        text-transform: uppercase;
        letter-spacing: 5px;
        text-align: center;
        margin: 0; }
      .section-blog .content-blog .container .col-right .categorias-wrapper {
        column-gap: 15px; }
        @media only screen and (min-width: 992px) {
          .section-blog .content-blog .container .col-right .categorias-wrapper {
            gap: 15px; } }
        @media only screen and (max-width: 991px) {
          .section-blog .content-blog .container .col-right .categorias-wrapper {
            justify-content: center;
            display: flex;
            flex-wrap: wrap; } }
        .section-blog .content-blog .container .col-right .categorias-wrapper .lista-categorias {
          display: flex;
          padding: 12px 0; }
          @media only screen and (min-width: 768px) {
            .section-blog .content-blog .container .col-right .categorias-wrapper .lista-categorias {
              padding: 16px 0; } }
          @media only screen and (min-width: 992px) {
            .section-blog .content-blog .container .col-right .categorias-wrapper .lista-categorias {
              padding: 24px 0; } }
          @media only screen and (min-width: 992px) {
            .section-blog .content-blog .container .col-right .categorias-wrapper .lista-categorias {
              border-bottom: 2px solid #f9ebeb; } }
          @media only screen and (min-width: 992px) {
            .section-blog .content-blog .container .col-right .categorias-wrapper .lista-categorias:last-child {
              padding: 24px 0 0;
              border-bottom: none; } }
          @media only screen and (min-width: 1025px) {
            .section-blog .content-blog .container .col-right .categorias-wrapper .lista-categorias:hover span {
              color: #abcc37; } }
          .section-blog .content-blog .container .col-right .categorias-wrapper .lista-categorias .item {
            margin-right: 8px; }
          .section-blog .content-blog .container .col-right .categorias-wrapper .lista-categorias span {
            font-family: "Intelo", sans-serif;
            color: #065a78;
            font-size: 1.125rem;
            line-height: 1em;
            font-weight: 400;
            cursor: pointer;
            transition: color 350ms ease; }
  .section-blog .content-blog .carregar-mais {
    justify-content: center;
    padding-top: 64px; }

.section-interna-blog .interna-blog, .section-banner-contato .interna-blog {
  z-index: 3;
  position: relative;
  display: flex;
  flex-direction: column-reverse; }
  @media only screen and (min-width: 992px) {
    .section-interna-blog .interna-blog, .section-banner-contato .interna-blog {
      flex-direction: row; } }
  .section-interna-blog .interna-blog::before, .section-banner-contato .interna-blog::before {
    position: absolute;
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 140%);
    width: 100%;
    height: 300px;
    top: 0;
    z-index: 3; }
  .section-interna-blog .interna-blog .box-text, .section-banner-contato .interna-blog .box-text {
    width: 100%;
    position: relative;
    z-index: 3; }
    .section-interna-blog .interna-blog .box-text .title, .section-banner-contato .interna-blog .box-text .title {
      font-size: 2rem; }
      @media only screen and (min-width: 480px) {
        .section-interna-blog .interna-blog .box-text .title, .section-banner-contato .interna-blog .box-text .title {
          font-size: 3rem; } }
      @media only screen and (min-width: 768px) {
        .section-interna-blog .interna-blog .box-text .title, .section-banner-contato .interna-blog .box-text .title {
          font-size: 3.5rem; } }
      @media only screen and (min-width: 992px) {
        .section-interna-blog .interna-blog .box-text .title, .section-banner-contato .interna-blog .box-text .title {
          max-width: 630px; } }
      @media only screen and (min-width: 1200px) {
        .section-interna-blog .interna-blog .box-text .title, .section-banner-contato .interna-blog .box-text .title {
          font-size: 4rem; } }
    .section-interna-blog .interna-blog .box-text .container, .section-banner-contato .interna-blog .box-text .container {
      max-width: 1270px;
      margin: 0 auto;
      padding: 40px 15px; }
      @media only screen and (min-width: 992px) {
        .section-interna-blog .interna-blog .box-text .container, .section-banner-contato .interna-blog .box-text .container {
          padding: 150px 30px; } }
      @media only screen and (min-width: 1600px) {
        .section-interna-blog .interna-blog .box-text .container, .section-banner-contato .interna-blog .box-text .container {
          padding: 232px 15px 85px; } }
  .section-interna-blog .interna-blog .bg-blog, .section-banner-contato .interna-blog .bg-blog {
    top: 0;
    right: 0;
    height: 100%; }
    @media only screen and (min-width: 992px) {
      .section-interna-blog .interna-blog .bg-blog, .section-banner-contato .interna-blog .bg-blog {
        min-width: 900px;
        position: absolute; } }

.section-interna-blog .section-content-blog, .section-banner-contato .section-content-blog {
  padding: 40px 0; }

.section-cards-relacionados {
  background-size: cover;
  background: #f9f9f9;
  padding: 40px 0;
  width: 100%;
  display: flex;
  row-gap: 40px;
  justify-content: center;
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .section-cards-relacionados {
      padding: 60px 0; } }
  .section-cards-relacionados .container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    position: relative;
    z-index: 2;
    flex-direction: column; }
  .section-cards-relacionados .top {
    display: flex;
    justify-content: center;
    margin-bottom: 40px; }
    .section-cards-relacionados .top h3 {
      line-height: 0.8em;
      text-align: center;
      font-size: 5rem; }
      @media only screen and (min-width: 768px) {
        .section-cards-relacionados .top h3 {
          font-size: 7rem;
          line-height: 0.5em; } }
      @media only screen and (min-width: 1200px) {
        .section-cards-relacionados .top h3 {
          font-size: 8rem; } }
  .section-cards-relacionados .bottom {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 20px; }
    @media only screen and (min-width: 480px) {
      .section-cards-relacionados .bottom {
        grid-template-columns: repeat(4, 1fr);
        gap: 50px 20px; } }
    @media only screen and (min-width: 768px) {
      .section-cards-relacionados .bottom {
        gap: 20px;
        grid-template-columns: repeat(3, 1fr); } }
    @media only screen and (min-width: 992px) {
      .section-cards-relacionados .bottom {
        gap: 40px; } }
    @media only screen and (min-width: 1600px) {
      .section-cards-relacionados .bottom {
        gap: 80px; } }
    .section-cards-relacionados .bottom .card-item {
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07); }
      @media only screen and (min-width: 480px) {
        .section-cards-relacionados .bottom .card-item {
          grid-column: span 2; } }
      @media only screen and (min-width: 768px) {
        .section-cards-relacionados .bottom .card-item {
          grid-column: unset; } }
      @media only screen and (min-width: 480px) {
        .section-cards-relacionados .bottom .card-item:last-child {
          grid-column: 2 / span 2; } }
      @media only screen and (min-width: 768px) {
        .section-cards-relacionados .bottom .card-item:last-child {
          grid-column: unset; } }
      @media only screen and (min-width: 1025px) {
        .section-cards-relacionados .bottom .card-item:hover {
          background-color: #065a78; }
          .section-cards-relacionados .bottom .card-item:hover .left img {
            transform: scale(1.05); }
          .section-cards-relacionados .bottom .card-item:hover .right .descricao, .section-cards-relacionados .bottom .card-item:hover .right small, .section-cards-relacionados .bottom .card-item:hover .right .icon, .section-cards-relacionados .bottom .card-item:hover .right .button-blog {
            color: #ffffff; }
          .section-cards-relacionados .bottom .card-item:hover .right button {
            background: #abcc37; }
          .section-cards-relacionados .bottom .card-item:hover .right .icon img {
            color: #ffffff; } }
  .section-cards-relacionados .card-item {
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 1200px) {
      .section-cards-relacionados .card-item[href]:hover .left img {
        transform: scale(1.05); }
      .section-cards-relacionados .card-item[href]:hover .right {
        background: #065a78; }
        .section-cards-relacionados .card-item[href]:hover .right h4 {
          color: #ffffff; } }
    .section-cards-relacionados .card-item .left {
      overflow: hidden; }
      .section-cards-relacionados .card-item .left img {
        transition: transform 300ms ease-in-out; }
    .section-cards-relacionados .card-item .right {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex-grow: 1;
      position: relative;
      padding: 30px 20px 45px;
      background: #ffffff;
      transition: background 300ms ease-in-out; }
      @media only screen and (min-width: 992px) {
        .section-cards-relacionados .card-item .right {
          padding: 30px 30px 45px; } }
      @media only screen and (min-width: 1600px) {
        .section-cards-relacionados .card-item .right {
          padding: 40px 55px 45px; } }
      .section-cards-relacionados .card-item .right time {
        display: block;
        margin-bottom: calc( .5em + 10px);
        font-family: "Mutually Beneficial", sans-serif;
        font-size: 2.5rem;
        line-height: .5em;
        color: #abcc37; }
        @media only screen and (min-width: 992px) {
          .section-cards-relacionados .card-item .right time {
            font-size: 2.9rem; } }
      .section-cards-relacionados .card-item .right h4 {
        margin: 0;
        font-weight: 300;
        font-size: 1.2rem;
        line-height: 1.25em;
        color: #2f141d;
        transition: color 300ms ease-in-out; }
        @media only screen and (min-width: 992px) {
          .section-cards-relacionados .card-item .right h4 {
            font-size: 1.4rem; } }
        @media only screen and (min-width: 1600px) {
          .section-cards-relacionados .card-item .right h4 {
            font-size: 1.625rem; } }
        .section-cards-relacionados .card-item .right h4 strong {
          font-weight: 600; }
      .section-cards-relacionados .card-item .right small {
        display: none; }
      .section-cards-relacionados .card-item .right [data-custom-button], .section-cards-relacionados .card-item .right .wpcf7-submit {
        margin-top: 20px; }
        @media only screen and (min-width: 992px) {
          .section-cards-relacionados .card-item .right [data-custom-button], .section-cards-relacionados .card-item .right .wpcf7-submit {
            width: 80%; } }

.single-tratamentos main {
  position: relative;
  background: #f7f7f7; }
  .single-tratamentos main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url("../images/effect-content.jpg") center top; }

.single-banner {
  margin-bottom: 50px;
  /* BG */
  /* BOTÕES */ }
  .single-banner:has(+ .model-content) {
    margin-bottom: 0; }
  .single-banner .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: inherit;
    max-height: inherit; }
    .single-banner .bg .mask-banner {
      width: 100%;
      height: 100%; }
      .single-banner .bg .mask-banner img {
        min-height: inherit;
        max-height: inherit; }
  .single-banner .box-text {
    position: relative;
    min-height: 350px;
    padding-top: 125px; }
    @media only screen and (min-width: 768px) {
      .single-banner .box-text {
        min-height: 600px; } }
    @media only screen and (min-width: 992px) {
      .single-banner .box-text {
        min-height: 700px;
        padding-top: 150px; } }
    @media only screen and (min-width: 1600px) {
      .single-banner .box-text {
        min-height: 830px;
        padding-top: 200px; } }
    @media only screen and (max-width: 767px) {
      .single-banner .box-text {
        background-color: rgba(103, 34, 59, 0.9); } }
    .single-banner .box-text .container {
      align-items: center; }
      @media only screen and (min-width: 768px) {
        .single-banner .box-text .container {
          align-items: flex-start; } }
      .single-banner .box-text .container .breadcrumb {
        margin-bottom: 15px; }
        @media only screen and (min-width: 480px) {
          .single-banner .box-text .container .breadcrumb {
            margin-bottom: 30px; } }
        @media only screen and (min-width: 992px) {
          .single-banner .box-text .container .breadcrumb {
            margin-bottom: 20px; } }
        @media only screen and (min-width: 1600px) {
          .single-banner .box-text .container .breadcrumb {
            margin-bottom: 45px; } }
      .single-banner .box-text .container [data-custom-title] {
        width: 100%;
        margin-bottom: 20px; }
        @media only screen and (min-width: 480px) {
          .single-banner .box-text .container [data-custom-title] {
            margin-bottom: 35px;
            margin-top: 0; } }
        @media only screen and (min-width: 768px) {
          .single-banner .box-text .container [data-custom-title] {
            max-width: 80%;
            margin-bottom: 15px; } }
        @media only screen and (min-width: 1200px) {
          .single-banner .box-text .container [data-custom-title] {
            margin-bottom: 30px;
            max-width: 55%; } }
      .single-banner .box-text .container [data-custom-resumn] {
        margin-bottom: 20px; }
  .single-banner .buttons {
    background-color: rgba(0, 0, 0, 0.15);
    border: 1px solid #abcc37;
    border-radius: 0px 15px 15px 15px;
    max-width: 570px;
    width: 100%;
    margin: 20px 0 0 0; }
    @media only screen and (min-width: 480px) {
      .single-banner .buttons {
        border-radius: 0px 30px 30px 30px; } }
    @media only screen and (min-width: 1200px) {
      .single-banner .buttons {
        max-width: 620px; } }
    .single-banner .buttons .item-buy {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: column;
      text-align: center;
      padding: 20px; }
      @media only screen and (min-width: 480px) {
        .single-banner .buttons .item-buy {
          flex-direction: row;
          text-align: left; } }
      @media only screen and (min-width: 1200px) {
        .single-banner .buttons .item-buy {
          padding: 25px; } }
      .single-banner .buttons .item-buy .text span {
        color: #ffffff;
        display: block;
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1.25em;
        margin: 0 0 10px 0; }
      .single-banner .buttons .item-buy .text small {
        color: #ffffff;
        display: block;
        font-size: 1.125rem; }
        @media only screen and (min-width: 480px) {
          .single-banner .buttons .item-buy .text small {
            font-size: 0.875rem; } }
        @media only screen and (min-width: 1200px) {
          .single-banner .buttons .item-buy .text small {
            font-size: 1rem; } }
      .single-banner .buttons .item-buy .button-buy {
        flex-shrink: 0;
        margin: 15px 0 0 0; }
        @media only screen and (min-width: 480px) {
          .single-banner .buttons .item-buy .button-buy {
            margin: 0 0 0 15px; } }
        @media only screen and (min-width: 1200px) {
          .single-banner .buttons .item-buy .button-buy {
            margin: 0 0 0 30px; } }
      .single-banner .buttons .item-buy + .item-buy {
        border-top: 1px solid #abcc37; }

.page-banner, .single-banner, .archive-banner {
  position: relative;
  background: #504a4b; }
  .page-banner.only-text .bg, .only-text.single-banner .bg, .only-text.archive-banner .bg,
  .page-banner.only-text .bg img,
  .only-text.single-banner .bg img,
  .only-text.archive-banner .bg img {
    min-height: unset; }
  .page-banner.only-text .box-text, .only-text.single-banner .box-text, .only-text.archive-banner .box-text {
    position: relative;
    padding: 130px 0 50px; }
    @media only screen and (min-width: 768px) {
      .page-banner.only-text .box-text, .only-text.single-banner .box-text, .only-text.archive-banner .box-text {
        padding: 150px 0 50px; } }
    @media only screen and (min-width: 1200px) {
      .page-banner.only-text .box-text, .only-text.single-banner .box-text, .only-text.archive-banner .box-text {
        padding: 200px 0 100px; } }
    .page-banner.only-text .box-text .container [data-custom-title], .only-text.single-banner .box-text .container [data-custom-title], .only-text.archive-banner .box-text .container [data-custom-title],
    .page-banner.only-text .box-text .container [data-custom-resumn],
    .only-text.single-banner .box-text .container [data-custom-resumn],
    .only-text.archive-banner .box-text .container [data-custom-resumn] {
      max-width: 100%; }
  @media only screen and (min-width: 768px) {
    .page-banner .bg, .single-banner .bg, .archive-banner .bg,
    .page-banner .bg img,
    .single-banner .bg img,
    .archive-banner .bg img {
      min-height: 600px;
      max-height: 1000px; } }
  @media only screen and (min-width: 992px) {
    .page-banner .bg, .single-banner .bg, .archive-banner .bg,
    .page-banner .bg img,
    .single-banner .bg img,
    .archive-banner .bg img {
      min-height: 700px; } }
  @media only screen and (min-width: 1600px) {
    .page-banner .bg, .single-banner .bg, .archive-banner .bg,
    .page-banner .bg img,
    .single-banner .bg img,
    .archive-banner .bg img {
      min-height: 830px; } }
  .page-banner .bg, .single-banner .bg, .archive-banner .bg {
    position: relative; }
    .page-banner .bg:before, .single-banner .bg:before, .archive-banner .bg:before {
      content: '';
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      background: black;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%); }
      @media only screen and (min-width: 768px) {
        .page-banner .bg:before, .single-banner .bg:before, .archive-banner .bg:before {
          background: linear-gradient(0deg, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.5) 100%); } }
    
    .page-banner .bg img,
    .single-banner .bg img,
    .archive-banner .bg img {
      margin-left: auto; }
  .page-banner .box-text, .single-banner .box-text, .archive-banner .box-text {
    position: relative;
    z-index: 2;
    padding: 30px 0;
    background: #065a78; }
    @media only screen and (min-width: 768px) {
      .page-banner .box-text, .single-banner .box-text, .archive-banner .box-text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 100px 0;
        background: transparent; } }
    @media only screen and (min-width: 1200px) {
      .page-banner .box-text, .single-banner .box-text, .archive-banner .box-text {
        padding: 150px 0 100px; } }
    .page-banner .box-text .container, .single-banner .box-text .container, .archive-banner .box-text .container {
      display: flex;
      flex-direction: column; }
      @media only screen and (min-width: 480px) {
        .page-banner .box-text .container, .single-banner .box-text .container, .archive-banner .box-text .container {
          align-items: center; } }
      @media only screen and (min-width: 768px) {
        .page-banner .box-text .container, .single-banner .box-text .container, .archive-banner .box-text .container {
          align-items: flex-start; } }
      @media only screen and (min-width: 1600px) {
        .page-banner .box-text .container, .single-banner .box-text .container, .archive-banner .box-text .container {
          max-width: 1585px; } }
      .page-banner .box-text .container [data-custom-title], .single-banner .box-text .container [data-custom-title], .archive-banner .box-text .container [data-custom-title] {
        text-align: center;
        margin-bottom: 3em; }
        @media only screen and (min-width: 480px) {
          .page-banner .box-text .container [data-custom-title], .single-banner .box-text .container [data-custom-title], .archive-banner .box-text .container [data-custom-title] {
            margin-top: -3em;
            margin-bottom: 0; } }
        @media only screen and (min-width: 768px) {
          .page-banner .box-text .container [data-custom-title], .single-banner .box-text .container [data-custom-title], .archive-banner .box-text .container [data-custom-title] {
            text-align: left;
            margin-top: 0; } }
      .page-banner .box-text .container [data-custom-resumn], .single-banner .box-text .container [data-custom-resumn], .archive-banner .box-text .container [data-custom-resumn] {
        text-align: center; }
        @media only screen and (min-width: 768px) {
          .page-banner .box-text .container [data-custom-resumn], .single-banner .box-text .container [data-custom-resumn], .archive-banner .box-text .container [data-custom-resumn] {
            max-width: 50%;
            text-align: left; } }

/* DEFAULT CLASS */
.section-model {
  margin-bottom: 30px; }
  @media only screen and (min-width: 1200px) {
    .section-model {
      margin-bottom: 65px; } }
  .section-model.rmv-margin {
    margin-bottom: 0; }
  .section-model.sm-margin {
    margin-bottom: 15px; }
    @media only screen and (min-width: 1200px) {
      .section-model.sm-margin {
        margin-bottom: 30px; } }
  @media only screen and (min-width: 1200px) {
    .section-model .container {
      max-width: 1390px; } }
  .section-model:not(.model-formulario):not(.model-captura-leads) .section-header {
    margin-bottom: 15px;
    text-align: center; }
    @media only screen and (min-width: 1200px) {
      .section-model:not(.model-formulario):not(.model-captura-leads) .section-header {
        margin-bottom: 70px; } }
    .section-model:not(.model-formulario):not(.model-captura-leads) .section-header.section-header-sm {
      margin-bottom: 15px; }

/* THE CONTENT */
.model-content {
  padding: 40px 0;
  margin-bottom: 65px;
  position: relative; }
  @media only screen and (min-width: 1200px) {
    .model-content {
      padding: 65px 0; } }
  .model-content:before, .model-content:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .model-content:before {
    background: black;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 80%, rgba(255, 255, 255, 0.8) 100%); }
  .model-content:after {
    background: url("../images/effect-content.jpg") no-repeat -30px top;
    mix-blend-mode: color-dodge;
    opacity: .99; }
  .model-content.alt + .model-text.alt {
    padding-top: 0; }
  .model-content.alt .section-header {
    margin-bottom: 60px;
    text-align: center; }
  .model-content .container {
    position: relative;
    z-index: 3; }
    @media only screen and (min-width: 1200px) {
      .model-content .container {
        max-width: 1390px; } }
  .model-content .section-header {
    margin-bottom: 10px; }

/* BG */
[data-bg] {
  position: relative;
  padding: 40px 0; }
  @media only screen and (min-width: 1200px) {
    [data-bg] {
      padding: 70px 0; } }
  [data-bg]:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url("../images/effect-content.jpg") no-repeat left top;
    mix-blend-mode: color-dodge; }
  [data-bg] .container {
    position: relative;
    z-index: 3; }

[data-bg~="white"]:before {
  background: unset; }

[data-bg~="grey-light"] {
  background-color: #f7f7f7; }

[data-bg~="nude"] {
  background: url("../images/effect-content.jpg") center top #ecd9bf; }
  [data-bg~="nude"]:before, [data-bg~="nude"]:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  [data-bg~="nude"]:before {
    background: black;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 80%, rgba(255, 255, 255, 0.8) 100%); }
  [data-bg~="nude"]:after {
    background: url("../images/effect-content.jpg") no-repeat -30px top;
    mix-blend-mode: color-dodge;
    opacity: .99; }

/* TITULO */
.model-title {
  margin-bottom: 65px; }
  .model-title.margin-alt {
    margin-bottom: 30px; }
  @media only screen and (min-width: 1200px) {
    .model-title .container {
      max-width: 1390px; } }
  .model-title .section-header {
    margin-bottom: 10px; }
  .model-title .section-content h1, .model-title .section-content h2, .model-title .section-content h3, .model-title .section-content h4, .model-title .section-content h5, .model-title .section-content h6 {
    margin: 0;
    font-weight: 400;
    line-height: 1.125em;
    color: #8d2f51; }
    @media only screen and (max-width: 767px) {
      .model-title .section-content h1, .model-title .section-content h2, .model-title .section-content h3, .model-title .section-content h4, .model-title .section-content h5, .model-title .section-content h6 {
        text-align: center; } }
  .model-title .section-content h1 {
    font-size: 2rem; }
    @media only screen and (min-width: 768px) {
      .model-title .section-content h1 {
        font-size: 3rem; } }
    @media only screen and (min-width: 1600px) {
      .model-title .section-content h1 {
        font-size: 4rem; } }
  .model-title .section-content h2 {
    font-size: 2rem; }
    @media only screen and (min-width: 768px) {
      .model-title .section-content h2 {
        font-size: 2.75rem; } }
    @media only screen and (min-width: 1600px) {
      .model-title .section-content h2 {
        font-size: 3.5rem; } }
  .model-title .section-content h3 {
    font-size: 1.75rem; }
    @media only screen and (min-width: 768px) {
      .model-title .section-content h3 {
        font-size: 2.5rem; } }
    @media only screen and (min-width: 1600px) {
      .model-title .section-content h3 {
        font-size: 3rem; } }
  .model-title .section-content h4 {
    font-size: 1.5rem; }
    @media only screen and (min-width: 768px) {
      .model-title .section-content h4 {
        font-size: 1.75rem; } }
    @media only screen and (min-width: 1600px) {
      .model-title .section-content h4 {
        font-size: 2.25rem; } }
  .model-title .section-content h5 {
    font-size: 1.375rem; }
    @media only screen and (min-width: 768px) {
      .model-title .section-content h5 {
        font-size: 1.5rem; } }
    @media only screen and (min-width: 1600px) {
      .model-title .section-content h5 {
        font-size: 2rem; } }
  .model-title .section-content h6 {
    font-size: 1.125rem; }
    @media only screen and (min-width: 768px) {
      .model-title .section-content h6 {
        font-size: 1.25rem; } }
    @media only screen and (min-width: 1600px) {
      .model-title .section-content h6 {
        font-size: 1.5rem; } }

/* TEXT */
.model-text {
  position: relative;
  margin-bottom: 65px; }
  .model-text.alt + .model-content.alt {
    padding-top: 0; }
  .model-text.alt .container {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 17px; }
  .model-text.alt .section-header {
    padding: 30px 0;
    text-align: center; }
  .model-text.alt .section-content {
    padding: 0 0 30px; }
    @media only screen and (min-width: 768px) {
      .model-text.alt .section-content {
        padding: 0 30px 30px; } }
    @media only screen and (min-width: 1200px) {
      .model-text.alt .section-content {
        padding: 0 75px 75px; } }
  @media only screen and (min-width: 1200px) {
    .model-text .container {
      max-width: 1390px; } }
  .model-text .section-header {
    margin-bottom: 10px; }

/* IMAGEM E VIDEO */
.model-image,
.model-video {
  margin-bottom: 65px; }
  @media only screen and (min-width: 1200px) {
    .model-image .container,
    .model-video .container {
      max-width: 1390px; } }

.card-img,
.card-video {
  position: relative;
  border-radius: 20px;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .card-img,
    .card-video {
      border-radius: 45px; } }
  .card-img.card-img-alt, .card-img.card-video-alt,
  .card-video.card-img-alt,
  .card-video.card-video-alt {
    border-radius: 0; }
  .card-img:before, .card-img:after,
  .card-video:before,
  .card-video:after {
    content: '';
    position: absolute;
    pointer-events: none; }
  .card-img:before,
  .card-video:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background 350ms; }
  .card-img:after,
  .card-video:after {
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top; }

@media only screen and (min-width: 1200px) {
  .card-img:hover:before {
    background: rgba(192, 155, 131, 0.7); }
  .card-img:hover:after {
    opacity: 1; } }

.card-img:before {
  background: rgba(192, 155, 131, 0); }

.card-img:after {
  background-image: url("../images/icon-zoom.png");
  opacity: 0;
  transition: opacity 300ms ease-in-out; }

@media only screen and (min-width: 1200px) {
  .card-video:hover:before {
    background: rgba(192, 155, 131, 0.8); }
  .card-video:hover:after {
    transform: translate(-50%, -50%) scale(0.9); } }

.card-video:before {
  background: rgba(192, 155, 131, 0.7); }

.card-video:after {
  background-image: url("../images/icon-bell.webp");
  transition: transform 300ms ease-in-out; }
  @media only screen and (min-width: 768px) {
    .card-video:after {
      width: 84px;
      height: 84px; } }

/* lISTA SIMPLES */
.model-list {
  margin-bottom: 65px; }
  @media only screen and (min-width: 1200px) {
    .model-list .container {
      max-width: 1390px; } }
  .model-list .section-header {
    margin-bottom: 15px; }
  .model-list .section-content ul {
    margin: 0;
    padding: 0; }
    .model-list .section-content ul li {
      display: flex;
      list-style: none;
      font-weight: 400;
      font-size: 1rem;
      line-height: 1.47em;
      color: #065a78; }
      @media only screen and (min-width: 1200px) {
        .model-list .section-content ul li {
          font-size: 1.125rem; } }
      .model-list .section-content ul li + li {
        margin-top: 5px; }
      .model-list .section-content ul li:before {
        content: '';
        flex-shrink: 0;
        display: block;
        margin: .25em 5px 0 0;
        width: 18px;
        height: 18px;
        background: url("../images/icon-search.webp") no-repeat center top;
        background-size: contain; }
        @media only screen and (min-width: 600px) {
          .model-list .section-content ul li:before {
            margin: .25em 10px 0 0; } }

/* lISTA COMPLETA */
.model-list-full {
  position: relative;
  padding-bottom: 100px; }
  .model-list-full .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .99;
    mix-blend-mode: overlay;
    pointer-events: none;
    max-width: 100%;
    max-height: 100%; }
    .model-list-full .bg img {
      filter: grayscale(1); }
  .model-list-full .section-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 60px 20px; }
    @media only screen and (min-width: 480px) {
      .model-list-full .section-content {
        grid-template-columns: repeat(4, 1fr);
        gap: 50px 20px; } }
    @media only screen and (min-width: 768px) {
      .model-list-full .section-content {
        gap: 20px;
        grid-template-columns: repeat(3, 1fr); } }
    @media only screen and (min-width: 992px) {
      .model-list-full .section-content {
        gap: 40px; } }
    @media only screen and (min-width: 1600px) {
      .model-list-full .section-content {
        gap: 80px; } }
    .model-list-full .section-content .card-blog {
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07); }
      @media only screen and (min-width: 480px) {
        .model-list-full .section-content .card-blog {
          grid-column: span 2; } }
      @media only screen and (min-width: 768px) {
        .model-list-full .section-content .card-blog {
          grid-column: unset; } }
      @media only screen and (min-width: 480px) {
        .model-list-full .section-content .card-blog:last-child {
          grid-column: 2 / span 2; } }
      @media only screen and (min-width: 768px) {
        .model-list-full .section-content .card-blog:last-child {
          grid-column: unset; } }

/* CARD COLUNAS */
.model-card-columns {
  position: relative; }
  .model-card-columns:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url("../images/effect-content.jpg") right bottom no-repeat;
    mix-blend-mode: color-dodge; }
  .model-card-columns .bg {
    position: absolute;
    top: 40%;
    left: 0;
    opacity: .99;
    mix-blend-mode: overlay;
    pointer-events: none;
    max-width: 100%;
    max-height: 100%; }
    .model-card-columns .bg img {
      filter: grayscale(1); }
  .model-card-columns .section-header {
    margin-bottom: 40px; }
    @media only screen and (min-width: 1200px) {
      .model-card-columns .section-header {
        margin-bottom: 80px; } }
  @media only screen and (min-width: 992px) {
    .model-card-columns .section-content .card-column:nth-child(even) .right-content {
      order: -1; } }

.card-column {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 50px; }
  @media only screen and (min-width: 992px) {
    .card-column {
      margin-bottom: 100px;
      flex-wrap: nowrap; } }
  @media only screen and (min-width: 1200px) {
    .card-column {
      gap: 80px; } }
  .card-column .left-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    padding-top: 20px; }
    @media only screen and (min-width: 992px) {
      .card-column .left-content {
        align-items: flex-start;
        max-width: 430px; } }
    @media only screen and (min-width: 1200px) {
      .card-column .left-content {
        padding-top: 40px; } }
    .card-column .left-content [data-custom-subtitle] {
      text-align: center;
      font-weight: 400;
      font-size: 1rem;
      letter-spacing: 4px;
      line-height: 1.25em;
      color: #865443; }
      @media only screen and (min-width: 768px) {
        .card-column .left-content [data-custom-subtitle] {
          letter-spacing: 3px; } }
      @media only screen and (min-width: 992px) {
        .card-column .left-content [data-custom-subtitle] {
          text-align: left; } }
      @media only screen and (min-width: 1200px) {
        .card-column .left-content [data-custom-subtitle] {
          letter-spacing: 6px;
          font-size: 1.125rem; } }
      @media only screen and (min-width: 1600px) {
        .card-column .left-content [data-custom-subtitle] {
          letter-spacing: 9px; } }
      .card-column .left-content [data-custom-subtitle] strong {
        font-weight: 600;
        color: #865443; }
    .card-column .left-content [data-custom-title] {
      text-align: center;
      margin-bottom: .5em;
      font-family: "Mutually Beneficial", sans-serif;
      font-weight: 400;
      font-size: 7rem;
      line-height: .5em;
      color: #065a78; }
      @media only screen and (min-width: 768px) {
        .card-column .left-content [data-custom-title] {
          font-size: 11rem; } }
      @media only screen and (min-width: 992px) {
        .card-column .left-content [data-custom-title] {
          text-align: left; } }
      @media only screen and (min-width: 1200px) {
        .card-column .left-content [data-custom-title] {
          font-size: 13rem; } }
    .card-column .left-content [data-custom-description] {
      margin-bottom: 10px;
      text-align: center; }
      @media only screen and (min-width: 992px) {
        .card-column .left-content [data-custom-description] {
          text-align: left; } }
      @media only screen and (min-width: 1600px) {
        .card-column .left-content [data-custom-description] {
          margin-bottom: 30px; } }
      .card-column .left-content [data-custom-description] p {
        font-size: 1rem;
        letter-spacing: 3px;
        line-height: 2.2em;
        color: #065a78; }
        @media only screen and (min-width: 480px) {
          .card-column .left-content [data-custom-description] p {
            letter-spacing: 6px; } }
        @media only screen and (min-width: 1200px) {
          .card-column .left-content [data-custom-description] p {
            font-size: 1.125rem; } }
        @media only screen and (min-width: 1600px) {
          .card-column .left-content [data-custom-description] p {
            letter-spacing: 9px; } }
        .card-column .left-content [data-custom-description] p strong {
          color: #abcc37; }
    .card-column .left-content [data-custom-resumn] {
      margin-bottom: 20px;
      text-align: center; }
      @media only screen and (min-width: 992px) {
        .card-column .left-content [data-custom-resumn] {
          text-align: left; } }
      .card-column .left-content [data-custom-resumn] p {
        font-weight: 300;
        font-size: 1.05rem;
        letter-spacing: 1px;
        line-height: 1.8em;
        color: #065a78; }
  .card-column .right-content {
    flex-shrink: 0;
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .card-column .right-content {
        width: 55%; } }
    @media only screen and (min-width: 1600px) {
      .card-column .right-content {
        width: 66%; } }
    .card-column .right-content .box-img {
      position: sticky;
      top: 120px; }
      .card-column .right-content .box-img:before {
        content: '';
        position: absolute;
        z-index: 2;
        top: -10px;
        right: -10px;
        width: calc( 100% + 20px);
        height: calc( 100% + 20px);
        border: 1px solid #abcc37;
        pointer-events: none; }
        @media only screen and (min-width: 992px) {
          .card-column .right-content .box-img:before {
            width: 95%; } }
        @media only screen and (min-width: 1200px) {
          .card-column .right-content .box-img:before {
            height: calc( 100% + 40px);
            top: -20px;
            right: -25px; } }

/* ACCORDION */
.accordion .item {
  margin: 0 0 25px 0;
  /* PERGUNTA */
  /* RESPOSTA */
  /* HOVER */
  /* ACTIVE */ }
  .accordion .item .question {
    background-color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    position: relative;
    transition: background-color 300ms; }
    @media only screen and (min-width: 768px) {
      .accordion .item .question {
        padding: 10px 30px; } }
    .accordion .item .question span {
      color: #065a78;
      font-size: 1.125rem;
      font-weight: 500;
      transition: color 300ms; }
      @media only screen and (min-width: 480px) {
        .accordion .item .question span {
          font-size: 1.25rem; } }
    .accordion .item .question .more {
      flex-shrink: 0;
      position: relative;
      width: 16px;
      height: 16px;
      margin: 0 0 0 15px;
      transition: transform 300ms cubic-bezier(0.77, 0, 0.175, 1); }
      .accordion .item .question .more:before, .accordion .item .question .more:after {
        content: "";
        border-bottom: 2px solid #7f7f7f;
        position: absolute;
        top: 100%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
        transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1); }
      .accordion .item .question .more:before {
        transform: translate(-100%, 0%) rotate(45deg);
        transform-origin: bottom right; }
      .accordion .item .question .more:after {
        transform: rotate(-45deg);
        transform-origin: bottom left; }
  .accordion .item .response {
    display: none;
    padding: 15px 0 0; }
    @media only screen and (min-width: 768px) {
      .accordion .item .response {
        padding: 20px 0 0; } }
  @media only screen and (min-width: 1200px) {
    .accordion .item:hover .question {
      background-color: #8d2f51; }
      .accordion .item:hover .question span {
        color: #ffffff; }
      .accordion .item:hover .question .more:before, .accordion .item:hover .question .more:after {
        border-color: #ffffff; } }
  .accordion .item.active .question {
    background-color: #8d2f51; }
    .accordion .item.active .question span {
      color: #ffffff; }
    .accordion .item.active .question .more {
      transform: rotateX(180deg); }
      .accordion .item.active .question .more::before, .accordion .item.active .question .more::after {
        border-color: #ffffff; }

/* GALERIA THUMBS */
.slide-thumbs .gallery-top .swiper-card {
  overflow: hidden;
  transform: translateZ(0);
  margin: 0 0 15px 0; }
  @media only screen and (min-width: 992px) {
    .slide-thumbs .gallery-top .swiper-card {
      margin: 0 0 30px 0; } }
  .slide-thumbs .gallery-top .swiper-card .swiper-slide {
    border-radius: 20px;
    overflow: hidden; }

.slide-thumbs .gallery-bottom {
  position: relative;
  /* SWIPER CONTAINER */
  /* SETAS */ }
  .slide-thumbs .gallery-bottom .swiper-cards {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    /* ITEM */ }
    @media only screen and (min-width: 1200px) {
      .slide-thumbs .gallery-bottom .swiper-cards {
        margin: 0 100px; } }
    .slide-thumbs .gallery-bottom .swiper-cards .swiper-slide {
      background-color: #ffffff;
      border-radius: 20px;
      cursor: pointer;
      overflow: hidden;
      transform: translateZ(0);
      /* ACTIVE */
      /* HOVER */ }
      .slide-thumbs .gallery-bottom .swiper-cards .swiper-slide img {
        opacity: 0.75;
        transition: opacity 300ms; }
      .slide-thumbs .gallery-bottom .swiper-cards .swiper-slide.swiper-slide-thumb-active img {
        opacity: 1; }
      @media only screen and (min-width: 1025px) {
        .slide-thumbs .gallery-bottom .swiper-cards .swiper-slide:hover img {
          opacity: 1; } }
  .slide-thumbs .gallery-bottom .custom-arrow {
    position: absolute;
    top: 50%;
    margin: -30px 0 0 0; }
    @media only screen and (max-width: 1199px) {
      .slide-thumbs .gallery-bottom .custom-arrow {
        display: none; } }
    .slide-thumbs .gallery-bottom .custom-arrow.swiper-button-prev {
      left: 0; }
    .slide-thumbs .gallery-bottom .custom-arrow.swiper-button-next {
      right: 0; }

/* GALERIA GRID */
.model-gallery-grid {
  border-bottom: 4px solid #ffffff; }
  .model-gallery-grid .section-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3px; }
    @media only screen and (min-width: 768px) {
      .model-gallery-grid .section-content {
        grid-template-columns: repeat(3, 1fr); } }

/* FORMULARIO */
/* CAPTURA LEADS */
.model-captura-leads .section-header [data-custom-title] {
  margin-bottom: .7em; }

.model-captura-leads .section-header [data-custom-subtitle] {
  max-width: 800px; }

.archive-banner .bg img,
.archive-banner .bg {
  min-height: unset; }

.archive-banner .bg img {
  margin-left: auto; }

@media only screen and (min-width: 768px) {
  .archive-banner .box-text {
    padding-top: 125px; } }

@media only screen and (min-width: 992px) {
  .archive-banner .box-text {
    padding-top: 150px; } }

@media only screen and (min-width: 1200px) {
  .archive-banner .box-text {
    padding-top: 200px; } }

.archive-banner .box-text .container {
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .archive-banner .box-text .container {
      align-items: flex-start; } }
  .archive-banner .box-text .container .breadcrumb {
    margin-bottom: 15px; }
    @media only screen and (min-width: 480px) {
      .archive-banner .box-text .container .breadcrumb {
        margin-bottom: 30px; } }
    @media only screen and (min-width: 992px) {
      .archive-banner .box-text .container .breadcrumb {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 1200px) {
      .archive-banner .box-text .container .breadcrumb {
        margin-bottom: 45px; } }
  .archive-banner .box-text .container [data-custom-title] {
    margin-bottom: 20px; }
    @media only screen and (min-width: 480px) {
      .archive-banner .box-text .container [data-custom-title] {
        margin-bottom: 35px;
        margin-top: -1em; } }
    @media only screen and (min-width: 768px) {
      .archive-banner .box-text .container [data-custom-title] {
        margin-bottom: 15px;
        margin-top: 0;
        max-width: 50%; } }
    @media only screen and (min-width: 1200px) {
      .archive-banner .box-text .container [data-custom-title] {
        margin-bottom: 30px; } }
  .archive-banner .box-text .container [data-custom-description] {
    text-align: center;
    max-width: 500px; }
    @media only screen and (min-width: 768px) {
      .archive-banner .box-text .container [data-custom-description] {
        max-width: 40%;
        text-align: left; } }
    @media only screen and (min-width: 992px) {
      .archive-banner .box-text .container [data-custom-description] {
        max-width: 33%; } }
    @media only screen and (min-width: 1600px) {
      .archive-banner .box-text .container [data-custom-description] {
        max-width: 30%; } }

.mask-banner {
  -webkit-mask-image: url("../images/banner6.jpg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center right;
  -webkit-mask-size: 100% 100%; }
  @media only screen and (min-width: 768px) {
    .mask-banner {
      -webkit-mask-size: 70% 100%; } }

.list {
  position: relative;
  padding: 25px 0 50px; }
  @media only screen and (min-width: 768px) {
    .list {
      padding: 25px 0 150px; } }
  .list.list-tratamentos .section-header .slide-tratamentos {
    width: calc(100% + 15px); }
    @media only screen and (min-width: 768px) {
      .list.list-tratamentos .section-header .slide-tratamentos {
        width: auto; } }
  .list .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: #fbfbfb; }
    .list .bg:before, .list .bg:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none; }
    .list .bg:before {
      background: url("../images/banner6.jpg") center top; }
    .list .bg:after {
      background: url("../images/effect-content.jpg") no-repeat left top;
      mix-blend-mode: color-dodge;
      opacity: .99; }
    .list .bg img {
      filter: grayscale(1); }
  .list .container {
    position: relative;
    z-index: 2; }
    @media only screen and (min-width: 1200px) {
      .list .container {
        max-width: 1330px; } }
  .list .section-header {
    margin-bottom: 60px; }
    .list .section-header [data-custom-title] {
      margin-bottom: 60px;
      text-align: center; }

.slide-tratamentos {
  position: relative; }
  .slide-tratamentos [data-custom-button], .slide-tratamentos .wpcf7-submit {
    text-transform: uppercase; }
  .slide-tratamentos .swiper-slide {
    width: auto; }
    .slide-tratamentos .swiper-slide.active-nav {
      pointer-events: none; }
      .slide-tratamentos .swiper-slide.active-nav [data-custom-button], .slide-tratamentos .swiper-slide.active-nav .wpcf7-submit {
        border-color: #065a78; }
        .slide-tratamentos .swiper-slide.active-nav [data-custom-button] .icon, .slide-tratamentos .swiper-slide.active-nav .wpcf7-submit .icon,
        .slide-tratamentos .swiper-slide.active-nav [data-custom-button] span,
        .slide-tratamentos .swiper-slide.active-nav .wpcf7-submit span {
          color: #065a78; }
  .slide-tratamentos .swiper-scrollbar {
    bottom: -15px; }

.card-area {
  display: flex;
  flex-wrap: wrap;
  border-radius: 25px;
  overflow: hidden; }
  @media only screen and (min-width: 992px) {
    .card-area {
      flex-wrap: nowrap; } }
  .card-area.only-posts .right-content,
  .card-area.only-posts .tratamentos {
    max-height: unset; }
  .card-area + .card-area {
    margin-top: 25px; }
    @media only screen and (min-width: 992px) {
      .card-area + .card-area {
        margin-top: 50px; } }
  .card-area .left-content {
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .card-area .left-content {
        flex-shrink: 0;
        width: 39%; } }
  .card-area .right-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    border: 1px solid #e6e6e6;
    padding: 20px 15px;
    background: #e7e7e7; }
    @media only screen and (min-width: 480px) {
      .card-area .right-content {
        padding: 30px; } }
    @media only screen and (min-width: 992px) {
      .card-area .right-content {
        max-height: 525px; } }
    @media only screen and (min-width: 1200px) {
      .card-area .right-content {
        padding: 30px 60px; } }
    .card-area .right-content > h3 {
      margin: 0;
      font-weight: 600;
      font-size: 2.125rem;
      line-height: 1.25em;
      color: #065a78; }
    .card-area .right-content p {
      margin: 15px 0 0;
      line-height: 1.43em;
      color: #065a78; }
    .card-area .right-content .tratamentos {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      gap: 19px;
      margin-top: 25px;
      overflow: auto;
      padding-right: 14px;
      max-height: 490px; }
      @media only screen and (min-width: 480px) {
        .card-area .right-content .tratamentos {
          max-height: unset; } }
      .card-area .right-content .tratamentos::-webkit-scrollbar-track {
        background-color: #e7e7e7; }
      .card-area .right-content .tratamentos::-webkit-scrollbar {
        width: 12px;
        background-color: #e7e7e7; }
      .card-area .right-content .tratamentos::-webkit-scrollbar-thumb {
        border-left: 8px solid #e7e7e7;
        background-color: #c1bed1; }
      .card-area .right-content .tratamentos .card-tratamentos {
        flex-shrink: 0; }
        .card-area .right-content .tratamentos .card-tratamentos:last-child:not(:first-child) {
          margin-bottom: 2px; }

.card-tratamentos {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #abcc37;
  padding-top: 15px; }
  @media only screen and (min-width: 480px) {
    .card-tratamentos {
      align-items: center;
      justify-content: space-between;
      flex-wrap: nowrap;
      border-radius: 27.5px;
      padding-top: 0;
      padding-left: 20px; } }
  @media only screen and (min-width: 1200px) {
    .card-tratamentos {
      padding-left: 37px; } }
  .card-tratamentos:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border-radius: 27.5px;
    transform-origin: right top;
    background: #065a78;
    transform: scaleX(0);
    transition: transform 500ms ease-in-out; }

@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  .card-tratamentos[href]:hover:before {
    transform: scaleX(1); }
  .card-tratamentos[href]:hover h3 {
    color: #ffffff;
    transition-delay: 200ms; }
  .card-tratamentos[href]:hover [data-custom-button], .card-tratamentos[href]:hover .wpcf7-submit {
    background: #abcc37; } }
  .card-tratamentos h3,
  .card-tratamentos [data-custom-button],
  .card-tratamentos .wpcf7-submit {
    position: relative;
    z-index: 2; }
  .card-tratamentos h3 {
    padding: 0 15px;
    text-align: center;
    width: 100%;
    margin: 0;
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    color: #065a78;
    transition: color 300ms ease-in-out; }
    @media only screen and (min-width: 480px) {
      .card-tratamentos h3 {
        padding: 0;
        width: auto;
        text-align: left; } }
    @media only screen and (min-width: 768px) {
      .card-tratamentos h3 {
        letter-spacing: 2px; } }
  
  .card-tratamentos [data-custom-button],
  .card-tratamentos .wpcf7-submit {
    width: 100%;
    border-radius: 0; }
    @media only screen and (min-width: 480px) {
      
      .card-tratamentos [data-custom-button],
      .card-tratamentos .wpcf7-submit {
        width: auto;
        border-radius: 27.5px;
        transform: translateX(1px); } }

.single-tratamentos main {
  position: relative;
  background: #f7f7f7; }
  .single-tratamentos main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url("../images/effect-content.jpg") center top; }

.single-banner {
  margin-bottom: 50px;
  /* BG */
  /* BOTÕES */ }
  .single-banner:has(+ .model-content) {
    margin-bottom: 0; }
  .single-banner .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: inherit;
    max-height: inherit; }
    .single-banner .bg .mask-banner {
      width: 100%;
      height: 100%; }
      .single-banner .bg .mask-banner img {
        min-height: inherit;
        max-height: inherit; }
  .single-banner .box-text {
    position: relative;
    min-height: 350px;
    padding-top: 125px; }
    @media only screen and (min-width: 768px) {
      .single-banner .box-text {
        min-height: 600px; } }
    @media only screen and (min-width: 992px) {
      .single-banner .box-text {
        min-height: 700px;
        padding-top: 150px; } }
    @media only screen and (min-width: 1600px) {
      .single-banner .box-text {
        min-height: 830px;
        padding-top: 200px; } }
    @media only screen and (max-width: 767px) {
      .single-banner .box-text {
        background-color: rgba(103, 34, 59, 0.9); } }
    .single-banner .box-text .container {
      align-items: center; }
      @media only screen and (min-width: 768px) {
        .single-banner .box-text .container {
          align-items: flex-start; } }
      .single-banner .box-text .container .breadcrumb {
        margin-bottom: 15px; }
        @media only screen and (min-width: 480px) {
          .single-banner .box-text .container .breadcrumb {
            margin-bottom: 30px; } }
        @media only screen and (min-width: 992px) {
          .single-banner .box-text .container .breadcrumb {
            margin-bottom: 20px; } }
        @media only screen and (min-width: 1600px) {
          .single-banner .box-text .container .breadcrumb {
            margin-bottom: 45px; } }
      .single-banner .box-text .container [data-custom-title] {
        width: 100%;
        margin-bottom: 20px; }
        @media only screen and (min-width: 480px) {
          .single-banner .box-text .container [data-custom-title] {
            margin-bottom: 35px;
            margin-top: 0; } }
        @media only screen and (min-width: 768px) {
          .single-banner .box-text .container [data-custom-title] {
            max-width: 80%;
            margin-bottom: 15px; } }
        @media only screen and (min-width: 1200px) {
          .single-banner .box-text .container [data-custom-title] {
            margin-bottom: 30px;
            max-width: 55%; } }
      .single-banner .box-text .container [data-custom-resumn] {
        margin-bottom: 20px; }
  .single-banner .buttons {
    background-color: rgba(0, 0, 0, 0.15);
    border: 1px solid #abcc37;
    border-radius: 0px 15px 15px 15px;
    max-width: 570px;
    width: 100%;
    margin: 20px 0 0 0; }
    @media only screen and (min-width: 480px) {
      .single-banner .buttons {
        border-radius: 0px 30px 30px 30px; } }
    @media only screen and (min-width: 1200px) {
      .single-banner .buttons {
        max-width: 620px; } }
    .single-banner .buttons .item-buy {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: column;
      text-align: center;
      padding: 20px; }
      @media only screen and (min-width: 480px) {
        .single-banner .buttons .item-buy {
          flex-direction: row;
          text-align: left; } }
      @media only screen and (min-width: 1200px) {
        .single-banner .buttons .item-buy {
          padding: 25px; } }
      .single-banner .buttons .item-buy .text span {
        color: #ffffff;
        display: block;
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1.25em;
        margin: 0 0 10px 0; }
      .single-banner .buttons .item-buy .text small {
        color: #ffffff;
        display: block;
        font-size: 1.125rem; }
        @media only screen and (min-width: 480px) {
          .single-banner .buttons .item-buy .text small {
            font-size: 0.875rem; } }
        @media only screen and (min-width: 1200px) {
          .single-banner .buttons .item-buy .text small {
            font-size: 1rem; } }
      .single-banner .buttons .item-buy .button-buy {
        flex-shrink: 0;
        margin: 15px 0 0 0; }
        @media only screen and (min-width: 480px) {
          .single-banner .buttons .item-buy .button-buy {
            margin: 0 0 0 15px; } }
        @media only screen and (min-width: 1200px) {
          .single-banner .buttons .item-buy .button-buy {
            margin: 0 0 0 30px; } }
      .single-banner .buttons .item-buy + .item-buy {
        border-top: 1px solid #abcc37; }

.page-finalizar-compra .page-banner .box-text .container [data-custom-title], .page-finalizar-compra .single-banner .box-text .container [data-custom-title], .page-finalizar-compra .archive-banner .box-text .container [data-custom-title] {
  max-width: 300px;
  margin-top: 0;
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .page-finalizar-compra .page-banner .box-text .container [data-custom-title], .page-finalizar-compra .single-banner .box-text .container [data-custom-title], .page-finalizar-compra .archive-banner .box-text .container [data-custom-title] {
      margin-top: 90px; } }
  @media only screen and (min-width: 768px) {
    .page-finalizar-compra .page-banner .box-text .container [data-custom-title] strong, .page-finalizar-compra .single-banner .box-text .container [data-custom-title] strong, .page-finalizar-compra .archive-banner .box-text .container [data-custom-title] strong {
      margin: -45px 0 0 0; } }

.page-finalizar-compra .woocommerce .woocommerce-thankyou-order-received {
  margin: 0 0 30px 15px; }

.page-finalizar-compra .woocommerce .woocommerce-info {
  display: none !important; }

.page-finalizar-compra .woocommerce .woocommerce-order-details__title,
.page-finalizar-compra .woocommerce .woocommerce-column__title {
  margin: 0 0 15px 0 !important; }
  @media only screen and (min-width: 768px) {
    .page-finalizar-compra .woocommerce .woocommerce-order-details__title,
    .page-finalizar-compra .woocommerce .woocommerce-column__title {
      font-size: 2.75rem !important; } }

.page-finalizar-compra .woocommerce .woocommerce-customer-details--phone,
.page-finalizar-compra .woocommerce .woocommerce-customer-details--email {
  color: #065a78;
  font-size: 1rem !important;
  margin: 5px 0 !important; }

/* BOTÃO DE CARRINHO FLUTUANTE */
#cfw-side-cart-floating-button {
  width: 60px;
  height: 60px;
  left: 15px !important;
  bottom: 15px !important; }
  #cfw-side-cart-floating-button .cfw-side-cart-floating-button-anchor {
    border-radius: 60px !important;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px !important; }
  #cfw-side-cart-floating-button .cfw-side-cart-quantity-wrap .cfw-side-cart-quantity {
    padding-left: 2px !important; }

/* CARRINHO ABERTO */
#cfw-side-cart {
  /* CONTENT */
  /* FOOTER */ }
  #cfw-side-cart .cfw-side-cart-contents .cfw-remove-item-button {
    right: 0;
    top: -5px !important;
    opacity: 1 !important; }
  #cfw-side-cart .cfw-side-cart-contents-footer .wc-proceed-to-checkout a {
    font-size: 0.75rem !important;
    font-weight: 700;
    line-height: 1.25em;
    text-transform: uppercase;
    padding: 15px !important; }
    @media only screen and (min-width: 768px) {
      #cfw-side-cart .cfw-side-cart-contents-footer .wc-proceed-to-checkout a {
        font-size: 0.875rem !important; } }
        @charset "UTF-8";





/*=================== FONTS ===================*/
/*=================== COLOR ===================*/
/*=================== MEDIA QUERY ===================*/
/*=================== CONTAINER ===================*/
/*=================== INTELO ===================*/
@font-face {
  font-family: 'Intelo';
  src: url("../font/Intelo-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Intelo';
  src: url("../font/Intelo-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Intelo';
  src: url("../font/Intelo-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Intelo';
  src: url("../font/Intelo-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Intelo';
  src: url("../font/Intelo-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Intelo';
  src: url("../font/Intelo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

/*=================== INTELO HAIRLINE ===================*/
@font-face {
  font-family: 'Intelo Hairline';
  src: url("../font/Intelo-Hairline.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

/*=================== MUTUALLY_BENEFICIAL ===================*/
@font-face {
  font-family: 'Mutually Beneficial';
  src: url("../font/Mutually_Beneficial.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

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

/* CHECKOUT DE TRATAMENTOS */
#cfw-payment-action {
  display: none !important; }

html {
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #ffffff;
  font: 16px/1.5 "Intelo", sans-serif, sans-serif;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth; }
  html.disabled body, html.disabled {
    overflow-y: hidden; }

body {
  margin: 0;
  background: #ffffff;
  color: #000000;
  overflow-x: hidden; }
  body.compensate-for-scrollbar {
    margin: 0; }

img, iframe, svg {
  display: block; }

svg {
  fill: currentColor; }

a {
  display: block;
  text-decoration: none;
  color: inherit; }

p {
  margin-top: 0; }

figure {
  margin: 0; }

input {
  width: 100%;
  background: transparent;
  border: none;
  font-family: inherit;
  color: inherit;
  outline: none; }

input:required {
  box-shadow: none; }

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

button {
  padding: 0;
  border: none;
  background: transparent;
  font: inherit;
  appearance: none;
  cursor: pointer; }

textarea {
  resize: none;
  font-family: "Intelo", sans-serif;
  outline: none;
  border: none; }

:focus {
  outline: none; }

:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

::placeholder {
  color: inherit;
  opacity: 1; }

.grecaptcha-badge {
  visibility: hidden; }

/*=================== SOBREESCREVER CSS DE PLUGINS ===================*/
.custom-pagination.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background: #abcc37;
  border: 1px solid #ffffff;
  transition: opacity 300ms ease-in-out; }

.custom-arrow.swiper-button-next, .custom-arrow.swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #065a78;
  transition: background 300ms ease-in-out, opacity 300ms ease-in-out; }
  @media only screen and (min-width: 768px) {
    .custom-arrow.swiper-button-next, .custom-arrow.swiper-button-prev {
      width: 70px;
      height: 70px; } }
  .custom-arrow.swiper-button-next img, .custom-arrow.swiper-button-prev img {
    user-select: none; }
  @media only screen and (min-width: 1200px) {
    .custom-arrow.swiper-button-next:hover, .custom-arrow.swiper-button-prev:hover {
      background: #063278; } }

.custom-arrow.alt.swiper-button-next, .custom-arrow.alt.swiper-button-prev {
  width: 53px;
  height: 53px;
  background: #e2ddc6; }
  @media only screen and (min-width: 1200px) {
    .custom-arrow.alt.swiper-button-next:hover, .custom-arrow.alt.swiper-button-prev:hover {
      background: #063278; } }

.custom-arrow.swiper-button-prev {
  transform: rotateZ(180deg); }

.custom-arrow.swiper-button-lock {
  display: none !important; }

.custom-arrow:after {
  display: none; }

.box-arrow {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .box-arrow {
      gap: 34px; } }
  .box-arrow .custom-arrow {
    position: relative;
    margin-top: 0;
    top: unset;
    left: unset;
    right: unset; }

/*=================== FLEX ===================*/
[data-flex] {
  display: flex; }

[data-flex~="justify-center"] {
  justify-content: center; }

[data-flex~="justify-between"] {
  justify-content: space-between; }

[data-flex~="justify-around"] {
  justify-content: space-around; }

[data-flex~="justify-end"] {
  justify-content: flex-end; }

[data-flex~="justify-start"] {
  justify-content: flex-start; }

[data-flex~="align-center"] {
  align-items: center;
  align-content: center; }

[data-flex~="align-start"] {
  align-items: flex-start;
  align-content: flex-start; }

[data-flex~="align-end"] {
  align-items: flex-end;
  align-content: flex-end; }

[data-flex~="wrap"] {
  flex-wrap: wrap; }

[data-flex~="column"] {
  flex-direction: column; }

[data-flex~="column-reverse"] {
  flex-direction: column-reverse; }

/*=================== TEXT ===================*/
[data-text~="center"] {
  text-align: center; }

[data-text~="right"] {
  text-align: right; }

[data-text~="left"] {
  text-align: left; }

/*=================== TITLE ===================*/
[data-custom-title],
[data-custom-subtitle] {
  margin: 0; }

[data-custom-title~="banner"] {
  font-weight: 600;
  font-size: .75rem;
  line-height: 2em;
  letter-spacing: 2px;
  color: #ffffff; }
  @media only screen and (min-width: 480px) {
    [data-custom-title~="banner"] {
      font-size: 1rem; } }
  @media only screen and (min-width: 768px) {
    [data-custom-title~="banner"] {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 992px) {
    [data-custom-title~="banner"] {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 1600px) {
    [data-custom-title~="banner"] {
      font-size: 1.75rem; } }
  [data-custom-title~="banner"] strong {
    display: inline-block;
    margin-bottom: 35px;
    font-family: "Mutually Beneficial", sans-serif;
    font-weight: 400;
    font-size: 8em;
    line-height: .5em;
    color: #abcc37; }
  [data-custom-title~="banner"] small {
    font-family: "Intelo Hairline", sans-serif;
    font-size: 1em;
    letter-spacing: 2px;
    color: currentColor; }

[data-custom-title~="historia"] {
  margin-bottom: .5em;
  font-family: "Mutually Beneficial", sans-serif;
  font-weight: 400;
  font-size: 7rem;
  line-height: .75em;
  color: #abcc37; }
  @media only screen and (min-width: 768px) {
    [data-custom-title~="historia"] {
      font-size: 11rem; } }
  @media only screen and (min-width: 1200px) {
    [data-custom-title~="historia"] {
      font-size: 13rem; } }
  @supports (-webkit-touch-callout: none) {
    [data-custom-title~="historia"] {
      line-height: .5em; } }

[data-custom-title~="banner-pagina"] {
  font-family: "Intelo Hairline", sans-serif;
  font-size: 1rem;
  line-height: 3em;
  color: #ffffff;
  letter-spacing: 3px; }
  @media only screen and (min-width: 480px) {
    [data-custom-title~="banner-pagina"] {
      line-height: 8em;
      font-size: 1.2rem; } }
  @media only screen and (min-width: 1200px) {
    [data-custom-title~="banner-pagina"] {
      font-size: 1.4rem; } }
  @media only screen and (min-width: 1600px) {
    [data-custom-title~="banner-pagina"] {
      font-size: 1.81rem; } }
  [data-custom-title~="banner-pagina"] strong {
    display: inline-block;
    transform: translateY(-0.09em);
    font-weight: 400;
    font-family: "Mutually Beneficial", sans-serif;
    font-size: 5.5em;
    color: #abcc37; }
    @media only screen and (min-width: 768px) {
      [data-custom-title~="banner-pagina"] strong {
        font-size: 8em; } }

[data-custom-title~="archive"] {
  font-weight: 600;
  font-size: .75rem;
  line-height: 2em;
  letter-spacing: 2px;
  color: #ffffff; }
  @media only screen and (min-width: 480px) {
    [data-custom-title~="archive"] {
      font-size: 1rem; } }
  @media only screen and (min-width: 1200px) {
    [data-custom-title~="archive"] {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 1600px) {
    [data-custom-title~="archive"] {
      font-size: 1.75rem; } }
  [data-custom-title~="archive"] strong {
    display: inline-block;
    margin-bottom: 35px;
    font-family: "Mutually Beneficial", sans-serif;
    font-weight: 400;
    font-size: 7.5em;
    line-height: .5em;
    color: #abcc37; }
    @media only screen and (min-width: 480px) {
      [data-custom-title~="archive"] strong {
        fon-size: 8em; } }
  [data-custom-title~="archive"] small {
    font-family: "Intelo Hairline", sans-serif;
    font-size: 1em;
    letter-spacing: 2px;
    color: currentColor; }

[data-custom-title~="section-archive"], [data-custom-subtitle~="model-alt"] {
  font-family: "Mutually Beneficial", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1em;
  color: #065a78; }
  @media only screen and (min-width: 1200px) {
    [data-custom-title~="section-archive"], [data-custom-subtitle~="model-alt"] {
      font-size: 5.5rem; } }
  @media only screen and (min-width: 1600px) {
    [data-custom-title~="section-archive"], [data-custom-subtitle~="model-alt"] {
      font-size: 7.75rem; } }

[data-custom-title~="tratamento"] {
  font-family: "Intelo Hairline", sans-serif;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 1.2em;
  color: #ffffff; }
  @media only screen and (min-width: 480px) {
    [data-custom-title~="tratamento"] {
      font-size: 2.5rem;
      letter-spacing: 4px; } }
  @media only screen and (min-width: 1200px) {
    [data-custom-title~="tratamento"] {
      font-size: 3rem;
      letter-spacing: 6px; } }
  @media only screen and (min-width: 1600px) {
    [data-custom-title~="tratamento"] {
      letter-spacing: 10px; } }
  [data-custom-title~="tratamento"] strong {
    font-family: "Intelo", sans-serif;
    font-weight: 600; }

/*=================== SUBTITLE ===================*/
[data-custom-subtitle~="historia"] {
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 4px;
  line-height: 1.25em;
  color: #ffffff; }
  @media only screen and (min-width: 768px) {
    [data-custom-subtitle~="historia"] {
      letter-spacing: 3px; } }
  @media only screen and (min-width: 1200px) {
    [data-custom-subtitle~="historia"] {
      letter-spacing: 6px;
      font-size: 1.125rem; } }
  @media only screen and (min-width: 1600px) {
    [data-custom-subtitle~="historia"] {
      letter-spacing: 9px; } }
  [data-custom-subtitle~="historia"] strong {
    font-weight: 600;
    color: #abcc37; }
  [data-custom-subtitle~="historia"][data-custom-subtitle~="alt"] {
    color: #065a78; }
    [data-custom-subtitle~="historia"][data-custom-subtitle~="alt"] strong {
      color: #065a78; }
  [data-custom-subtitle~="historia"][data-custom-subtitle~="invert"] {
    font-weight: 300; }
    [data-custom-subtitle~="historia"][data-custom-subtitle~="invert"] strong {
      font-weight: 600; }

[data-custom-subtitle~="section"] {
  font-weight: 300;
  font-size: 1.125rem;
  letter-spacing: 8px;
  line-height: 1.25em;
  color: #abcc37; }
  [data-custom-subtitle~="section"][data-custom-subtitle~="alt"] {
    letter-spacing: 4px; }

[data-custom-subtitle~="model"] {
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 3px;
  line-height: 1.25em;
  color: #865443; }
  @media only screen and (min-width: 1200px) {
    [data-custom-subtitle~="model"] {
      letter-spacing: 6px;
      font-size: 1.125rem; } }
  @media only screen and (min-width: 1600px) {
    [data-custom-subtitle~="model"] {
      letter-spacing: 9px; } }
  [data-custom-subtitle~="model"] strong {
    font-weight: 600;
    color: #abcc37; }

/*=================== RESUMO ===================*/
[data-custom-resumn] p:last-child,
[data-custom-description] p:last-child {
  margin: 0; }

[data-custom-resumn~="banner"] p {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.375em;
  letter-spacing: 2px;
  color: #ffffff; }
  @media only screen and (min-width: 768px) {
    [data-custom-resumn~="banner"] p {
      font-size: 1.25rem; } }
  @media only screen and (min-width: 1600px) {
    [data-custom-resumn~="banner"] p {
      font-size: 1.5rem; } }
  [data-custom-resumn~="banner"] p strong {
    font-weight: 600;
    color: #abcc37; }

[data-custom-resumn~="historia"] p {
  font-weight: 300;
  font-size: 1.05rem;
  letter-spacing: 1px;
  line-height: 1.8em;
  color: #ffffff; }

[data-custom-resumn~="banner-pagina"] p {
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.6em;
  color: #ffffff; }
  @media only screen and (min-width: 992px) {
    [data-custom-resumn~="banner-pagina"] p {
      line-height: 2em; } }
  @media only screen and (min-width: 1200px) {
    [data-custom-resumn~="banner-pagina"] p {
      letter-spacing: 2px; } }
  @media only screen and (min-width: 1600px) {
    [data-custom-resumn~="banner-pagina"] p {
      font-size: 1.125rem; } }

/*=================== DESCRIPTION ===================*/
[data-custom-description~="historia"][data-custom-description~="white"] p strong {
  color: #ffffff; }

[data-custom-description~="historia"] p {
  font-size: 1rem;
  letter-spacing: 3px;
  line-height: 2.2em;
  color: #ffffff; }
  @media only screen and (min-width: 480px) {
    [data-custom-description~="historia"] p {
      letter-spacing: 6px; } }
  @media only screen and (min-width: 1200px) {
    [data-custom-description~="historia"] p {
      font-size: 1.125rem; } }
  @media only screen and (min-width: 1600px) {
    [data-custom-description~="historia"] p {
      letter-spacing: 9px; } }
  [data-custom-description~="historia"] p strong {
    color: #abcc37; }

[data-custom-description~="archive"] p {
  font-size: .875rem;
  letter-spacing: 3px;
  line-height: 2.2em;
  color: #ffffff; }
  @media only screen and (min-width: 992px) {
    [data-custom-description~="archive"] p {
      font-size: 1rem; } }
  @media only screen and (min-width: 1200px) {
    [data-custom-description~="archive"] p {
      letter-spacing: 6px;
      font-size: 1.125rem; } }
  @media only screen and (min-width: 1600px) {
    [data-custom-description~="archive"] p {
      letter-spacing: 9px; } }

/*=================== BUTTON ===================*/
[data-custom-button], .wpcf7-submit {
  min-height: 45px;
  border-radius: 27.5px;
  padding: 0 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background 300ms ease-in-out, opacity 300ms ease-in-out, border-color 300ms ease-in-out, transform 300ms ease-in-out; }
  @media only screen and (min-width: 1200px) {
    [data-custom-button], .wpcf7-submit {
      padding: 0 30px;
      min-height: 55px; } }
  [data-custom-button] span, .wpcf7-submit span {
    font-weight: 500;
    font-size: .875rem;
    line-height: 1em;
    letter-spacing: 2px;
    color: #ffffff;
    transition: color 300ms ease-in-out; }
    @media only screen and (min-width: 1200px) {
      [data-custom-button] span, .wpcf7-submit span {
        font-size: 1rem; } }
  [data-custom-button][data-custom-button~="small"] span, .wpcf7-submit[data-custom-button~="small"] span {
    font-size: 0.875rem;
    font-weight: 300; }

[data-custom-button~="solid"] {
  background: #abcc37; }
  [data-custom-button~="solid"] .icon,
  [data-custom-button~="solid"] span {
    color: #ffffff; }
  @media only screen and (min-width: 1200px) {
    [data-custom-button~="solid"][href]:hover, [data-custom-button~="solid"][aria-label]:hover {
      background: #065a78; } }
  [data-custom-button~="solid"][data-custom-button~="color-primary"] {
    background-color: #065a78; }
    @media only screen and (min-width: 1200px) {
      [data-custom-button~="solid"][data-custom-button~="color-primary"][href]:hover, [data-custom-button~="solid"][data-custom-button~="color-primary"][aria-label]:hover {
        background: #abcc37; } }

[data-custom-button~="border"] {
  border: 1px solid rgba(228, 230, 129, 0.2); }
  @media only screen and (min-width: 1200px) {
    [data-custom-button~="border"][href]:hover, [data-custom-button~="border"][aria-label]:hover {
      background: #abcc37; }
      [data-custom-button~="border"][href]:hover .icon, [data-custom-button~="border"][aria-label]:hover .icon {
        color: #065a78; } }
  [data-custom-button~="border"][data-custom-button~="color-secondary"] {
    border-color: #abcc37; }
    @media only screen and (min-width: 1200px) {
      [data-custom-button~="border"][data-custom-button~="color-secondary"][href]:hover, [data-custom-button~="border"][data-custom-button~="color-secondary"][aria-label]:hover {
        background: #065a78; }
        [data-custom-button~="border"][data-custom-button~="color-secondary"][href]:hover .icon,
        [data-custom-button~="border"][data-custom-button~="color-secondary"][href]:hover span, [data-custom-button~="border"][data-custom-button~="color-secondary"][aria-label]:hover .icon,
        [data-custom-button~="border"][data-custom-button~="color-secondary"][aria-label]:hover span {
          color: #abcc37; } }
  [data-custom-button~="border"][data-custom-button~="color-secondary-alt"] {
    border-color: #abcc37; }
    [data-custom-button~="border"][data-custom-button~="color-secondary-alt"] .icon,
    [data-custom-button~="border"][data-custom-button~="color-secondary-alt"] span {
      color: #abcc37; }
    @media only screen and (min-width: 1200px) {
      [data-custom-button~="border"][data-custom-button~="color-secondary-alt"][href]:hover, [data-custom-button~="border"][data-custom-button~="color-secondary-alt"][aria-label]:hover {
        background: #065a78; }
        [data-custom-button~="border"][data-custom-button~="color-secondary-alt"][href]:hover .icon,
        [data-custom-button~="border"][data-custom-button~="color-secondary-alt"][href]:hover span, [data-custom-button~="border"][data-custom-button~="color-secondary-alt"][aria-label]:hover .icon,
        [data-custom-button~="border"][data-custom-button~="color-secondary-alt"][aria-label]:hover span {
          color: #abcc37; } }
  [data-custom-button~="border"][data-custom-button~="grey"] {
    border-color: #b3b3b3; }
    [data-custom-button~="border"][data-custom-button~="grey"] .icon,
    [data-custom-button~="border"][data-custom-button~="grey"] span {
      color: #b3b3b3; }
    @media only screen and (min-width: 1200px) {
      [data-custom-button~="border"][data-custom-button~="grey"][href]:hover, [data-custom-button~="border"][data-custom-button~="grey"][aria-label]:hover {
        border-color: #065a78;
        background: transparent; }
        [data-custom-button~="border"][data-custom-button~="grey"][href]:hover .icon,
        [data-custom-button~="border"][data-custom-button~="grey"][href]:hover span, [data-custom-button~="border"][data-custom-button~="grey"][aria-label]:hover .icon,
        [data-custom-button~="border"][data-custom-button~="grey"][aria-label]:hover span {
          color: #065a78; } }

[data-custom-button~="icon"] {
  gap: 15px; }
  [data-custom-button~="icon"] .icon {
    flex-shrink: 0;
    transition: color 300ms ease-in-out, background 300ms ease-in-out; }
  @media only screen and (min-width: 1200px) {
    [data-custom-button~="icon"][data-custom-button~="arrowX"][href]:hover .icon img, [data-custom-button~="icon"][data-custom-button~="arrowX"][aria-label]:hover .icon img {
      animation: arrowX 2s infinite; }
    [data-custom-button~="icon"][data-custom-button~="arrowY"]:hover[href] .icon img, [data-custom-button~="icon"][data-custom-button~="arrowY"]:hover[aria-label] .icon img {
      animation: arrowY 2s infinite; }
    [data-custom-button~="icon"][data-custom-button~="bell"]:hover[href] .icon, [data-custom-button~="icon"][data-custom-button~="bell"]:hover[aria-label] .icon {
      animation: bell .15s infinite alternate; } }
  [data-custom-button~="icon"][data-custom-button~="icon-mask"] {
    color: #abcc37; }
    [data-custom-button~="icon"][data-custom-button~="icon-mask"] .icon {
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: center;
      -webkit-mask-size: contain;
      background: currentColor; }
      [data-custom-button~="icon"][data-custom-button~="icon-mask"] .icon img {
        opacity: 0; }
  [data-custom-button~="icon"][data-custom-button~="icon-only"] {
    padding: 0;
    min-height: unset; }
    @media only screen and (min-width: 1200px) {
      [data-custom-button~="icon"][data-custom-button~="icon-only"]:hover .icon {
        background: #8d2f51; } }
    [data-custom-button~="icon"][data-custom-button~="icon-only"] .icon {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 54px;
      height: 54px;
      border-radius: 100%;
      background: #065a78; }

[data-custom-button~="text"] {
  padding: 0;
  min-height: unset; }
  @media only screen and (min-width: 1200px) {
    [data-custom-button~="text"][href]:hover span,
    [data-custom-button~="text"][href]:hover .icon, [data-custom-button~="text"][aria-label]:hover span,
    [data-custom-button~="text"][aria-label]:hover .icon {
      color: #8d2f51; } }
  [data-custom-button~="text"] span,
  [data-custom-button~="text"] .icon {
    color: #065a78; }

.wpcf7-submit {
  background: #abcc37;
  font-weight: 500;
  font-size: .875rem;
  line-height: 1em;
  letter-spacing: 2px;
  color: #ffffff;
  transition: background 300ms ease-in-out;
  cursor: pointer;
  margin-top: 30px; }
  @media only screen and (min-width: 1200px) {
    .wpcf7-submit {
      font-size: 1rem; }
      .wpcf7-submit:hover {
        background: #065a78; } }

/*=================== IMG ===================*/
.img-responsive {
  max-width: 100%;
  display: block;
  height: auto; }

.img-cover, .img-contain {
  display: block;
  width: 100%;
  height: 100%; }

.img-cover {
  object-fit: cover; }

.img-contain {
  object-fit: contain; }

/*=================== CONTAINER ===================*/
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }
  .container[data-full] {
    max-width: none;
    padding: 0 15px; }
    @media only screen and (min-width: 768px) {
      .container[data-full] {
        padding: 0 40px; } }
    @media only screen and (min-width: 1200px) {
      .container[data-full] {
        padding: 0 60px; } }
    @media only screen and (min-width: 1600px) {
      .container[data-full] {
        padding: 0 100px; } }
  @media only screen and (min-width: 768px) {
    .container {
      max-width: 750px; } }
  @media only screen and (min-width: 992px) {
    .container {
      max-width: 970px; } }
  @media only screen and (min-width: 1200px) {
    .container {
      max-width: 1170px; } }
  @media only screen and (min-width: 1600px) {
    .container {
      max-width: 1440px; } }

/*=================== EMBED ===================*/
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: "";
    padding-top: 56.25%; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

/*=================== LOAD PADRÃƒO ===================*/
.load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #065a78;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 350ms ease; }
  .load.active {
    opacity: 1 !important;
    pointer-events: auto; }
  .load .item-load {
    display: inline-block;
    width: 64px;
    height: 64px;
    position: relative; }
    .load .item-load:after {
      content: " ";
      display: block;
      width: 46px;
      height: 46px;
      margin: 1px;
      border-radius: 50%;
      border: 5px solid #fff;
      border-color: #fff transparent #fff transparent;
      animation: load 1.2s linear infinite; }

.page-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background: #3c1c11;
  background: linear-gradient(122deg, #3c1c11 0%, #06aeae 100%);
  transition: transform 1s ease-in-out;
  overflow: hidden; }

@media only screen and (min-width: 1200px) and (min-height: 700px) {
  .page-loader {
    padding-bottom: 135px;
    align-items: flex-end; } }
  .page-loader:not(:has(button)) {
    align-items: center;
    padding-bottom: 0; }
  .page-loader.disabled {
    transform: translateY(-100%);
    pointer-events: none; }
  .page-loader .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/bg-front-page.png") no-repeat center top;
    background-size: cover; }
    .page-loader .bg img {
      mix-blend-mode: soft-light;
      opacity: .8; }
  .page-loader .content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 600px; }
    .page-loader .content .logo {
      margin-bottom: 30px; }
      @media only screen and (min-width: 480px) {
        .page-loader .content .logo {
          margin-bottom: 70px; } }
    .page-loader .content h1 {
      margin: 0 0 30px;
      font-weight: 300;
      font-size: 1rem;
      line-height: 1em;
      color: #ffffff;
      letter-spacing: 4px; }
      @media only screen and (min-width: 480px) {
        .page-loader .content h1 {
          margin: 0 0 70px;
          letter-spacing: 10px; } }
      @media only screen and (min-width: 768px) {
        .page-loader .content h1 {
          letter-spacing: 13px; } }
      .page-loader .content h1 strong {
        font-family: "Mutually Beneficial", sans-serif;
        font-weight: 400;
        font-size: 4em;
        line-height: 1.25em;
        letter-spacing: 0;
        color: #abcc37; }
        @media only screen and (min-width: 480px) {
          .page-loader .content h1 strong {
            font-size: 6em; } }
        @media only screen and (min-width: 768px) {
          .page-loader .content h1 strong {
            font-size: 8em; } }
    .page-loader .content button {
      max-width: 120px; }
      @media only screen and (min-width: 480px) {
        .page-loader .content button {
          max-width: unset; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*=================== CONFIRMAÃ‡ÃƒO DE ENVIADO PADRÃƒO ===================*/
.mensagem {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 350ms ease; }
  .mensagem.active {
    opacity: 1 !important;
    pointer-events: auto; }
  .mensagem .item-mensagem {
    border-radius: 20px;
    background: #065a78;
    color: #ffffff;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    position: relative;
    max-width: 720px;
    width: 100%;
    padding: 30px;
    margin: 0 15px; }
    @media only screen and (min-width: 768px) {
      .mensagem .item-mensagem {
        padding: 80px;
        font-size: 1.75rem; } }
  .mensagem .close-mensagem {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px; }
    @media only screen and (min-width: 1200px) {
      .mensagem .close-mensagem {
        top: 40px;
        right: 40px; } }
    .mensagem .close-mensagem svg {
      width: 40px;
      height: 40px;
      fill: #ffffff; }
      @media only screen and (min-width: 1200px) {
        .mensagem .close-mensagem svg {
          width: 48px;
          height: 48px; } }

/*=================== NENHUM RESULTADO ===================*/
.no-results {
  color: #065a78;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .no-results {
      font-size: 1.5rem; } }

/*=================== BARRA DE COOKIES ===================*/
#cookie {
  width: calc(100% - 30px);
  max-width: 1500px;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  position: fixed;
  display: block;
  background: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 10;
  transition: opacity 350ms ease, transform 350ms ease; }
  @media screen and (min-width: 992px) and (max-width: 1680px) {
    #cookie #cookie {
      width: calc(100% - 180px) !important; } }
  @media only screen and (min-width: 992px) {
    #cookie {
      flex-wrap: nowrap; } }
  #cookie.disabled {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 40px); }
  #cookie p {
    margin: 0 0 20px;
    width: 100%;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-align: center; }
    @media only screen and (min-width: 992px) {
      #cookie p {
        text-align: left;
        margin: 0 20px 0 0;
        width: auto; } }
  #cookie .buttons {
    width: 100%; }
    @media only screen and (min-width: 992px) {
      #cookie .buttons {
        width: auto; } }
  #cookie .accept {
    padding: 5px 20px;
    height: 47px;
    color: #fff;
    background-color: #065a78;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: background 350ms ease; }
    #cookie .accept:nth-child(2) {
      margin-left: 10px; }
    @media only screen and (min-width: 1025px) {
      #cookie .accept:hover {
        background: #135e96; } }
    @media only screen and (min-width: 768px) {
      #cookie .accept {
        margin: 0;
        padding: 10px 20px;
        font-size: 16px; } }

.infinite-arrow {
  animation: arrowY 3s linear infinite; }
  .infinite-arrow.arrowX {
    animation: arrowX 3s linear infinite; }

@keyframes arrowX {
  0%,
  50% {
    transform: translateX(0); }
  10%,
  30% {
    transform: translateX(-5px); }
  20%,
  40% {
    transform: translateX(5px); } }

@keyframes arrowY {
  0%,
  50% {
    transform: translateY(0); }
  10%,
  30% {
    transform: translateY(-5px); }
  20%,
  40% {
    transform: translateY(5px); } }

@keyframes bell {
  from {
    transform: rotate(13deg); }
  to {
    transform-origin: center center;
    transform: rotate(-13deg); } }

/*=================== BLACK NOVEMBER ===================*/
.black-november {
  width: 100%;
  background-color: #8cdc8c;
  position: absolute;
  top: 0;
  z-index: 99; }

.black-november-bottom {
  width: 100%;
  background-color: #8cdc8c;
  position: absolute;
  bottom: 0;
  z-index: 99; }

@-webkit-keyframes marquee {
  100% {
    transform: translateX(-100%); } }

@keyframes marquee {
  100% {
    transform: translateX(-100%); } }

[data-marquee] {
  --loop-duration: 30s;
  display: block; }

[data-marquee] [data-marquee-shadow] {
  position: absolute;
  visibility: hidden;
  height: auto;
  width: auto;
  white-space: nowrap; }

[data-marquee] [data-marquee-overflow] {
  overflow: hidden;
  transform: translate3d(0, 0, 0); }

[data-marquee] [data-marquee-container] {
  display: flex;
  -webkit-animation: marquee var(--loop-duration) linear infinite;
  animation: marquee var(--loop-duration) linear infinite; }

[data-marquee] [data-marquee-style] {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center; }

[data-marquee-style] {
  padding: 5px 25px;
  display: flex;
  color: #000000;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase; }

@media only screen and (max-width: 768px) {
  [data-marquee-container] {
    animation: marquee calc(var(--loop-duration) / 4) linear infinite; } }

/*=================== HEADER ===================*/
.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  position: relative; }
  @media only screen and (min-width: 480px) {
    .logo {
      flex-direction: row; } }
  @media only screen and (min-width: 992px) {
    .logo {
      gap: 30px; } }
  .logo.logo-white {
    filter: invert(0) brightness(1); }
  .logo.alt img {
    max-width: 150px; }
    @media only screen and (min-width: 1600px) {
      .logo.alt img {
        min-width: unset; } }
  .logo.alt h2 {
    color: #30121d; }
    @media only screen and (min-width: 992px) {
      .logo.alt h2 {
        font-size: 2.65rem; } }
  .logo h2 {
    margin: 0;
    transform: translateY(-25%);
    font-family: "Mutually Beneficial", sans-serif;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: .85em;
    color: #abcc37; }
    @media only screen and (min-width: 1600px) {
      .logo h2 {
        font-size: 3rem; } }
    @supports (-webkit-touch-callout: none) {
      .logo h2 {
        transform: none; } }
  .logo .img-header-fixed {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .logo img {
    max-width: 150px;
    transition: opacity 300ms ease-in-out; }
    @media only screen and (min-width: 992px) {
      .logo img {
        max-width: unset; } }

.header {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  padding: 20px 0 0;
  transition: background 300ms ease-in-out, padding 300ms ease-in-out; }
  @media only screen and (min-width: 1600px) {
    .header {
      padding: 45px 0 0; } }
  .header.fixed {
    padding: 0;
    background: #065a78; }
    @media only screen and (min-width: 1200px) {
      .header.fixed .menu-icon:hover {
        transform: scale(0.7); } }
    .header.fixed .img-header-fixed {
      opacity: 1; }
    .header.fixed .img-header {
      opacity: 0; }
    .header.fixed .right-content {
      gap: 0; }
    .header.fixed [data-custom-button], .header.fixed .wpcf7-submit,
    .header.fixed .menu-icon {
      transform: scale(0.8); }
    .header.fixed .menu-icon {
      transform: scale(0.75); }
  .header .container {
    max-width: 1770px; }
  .header .left-content {
    display: flex;
    align-items: center;
    gap: 30px; }
    @media only screen and (min-width: 992px) {
      .header .left-content {
        gap: 60px; } }
    @media only screen and (min-width: 1200px) {
      .header .left-content {
        width: 33%; } }
    @media only screen and (min-width: 1600px) {
      .header .left-content {
        gap: 120px; } }
    .header .left-content .logo h2 {
      display: none; }
      @media only screen and (min-width: 480px) {
        .header .left-content .logo h2 {
          display: block; } }
  .header [data-custom-button], .header .wpcf7-submit {
    display: none; }
    @media only screen and (min-width: 992px) {
      .header [data-custom-button], .header .wpcf7-submit {
        display: inline-flex; } }
  .header .right-content {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    transition: gap 300ms ease-in-out; }
    @media only screen and (min-width: 768px) {
      .header .right-content {
        gap: 16px; } }
    @media only screen and (min-width: 1200px) {
      .header .right-content {
        width: 33%; } }

.menu-icon {
  position: relative;
  transition: transform 300ms ease-in-out;
  border-radius: 100%;
  max-width: 55px; }
  @media only screen and (min-width: 768px) {
    .menu-icon {
      max-width: unset; } }
  .menu-icon.active:before {
    transform: scale(80);
    transition: transform 1s ease-in-out; }
  .menu-icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    transform: scale(0);
    width: 100%;
    height: 100%;
    background: #065a78;
    pointer-events: none;
    transition: transform 750ms ease-in-out; }
  @media only screen and (min-width: 1200px) {
    .menu-icon {
      transition: transform 300ms ease-in-out; }
      .menu-icon:hover {
        transform: scale(0.95); } }

/*=================== MENU BUSCA MOBILE ===================*/
.menu-search {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 350ms ease; }
  .menu-search.active {
    opacity: 1;
    pointer-events: auto; }
    .menu-search.active .menu-search-content {
      transform: none; }
  .menu-search-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #065a78; }
  .menu-search-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px 0;
    transform: translateY(-100%);
    transition: transform 350ms ease; }
    @media only screen and (min-width: 768px) {
      .menu-search-content {
        padding: 30px 0; } }
  .menu-search #form-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    margin: 0 15px 0 0;
    gap: 15px; }
    .menu-search #form-search .box-input {
      flex-grow: 1; }
    .menu-search #form-search .box-input input,
    .menu-search #form-search .box-input span {
      font-size: 1.125rem; }
      @media only screen and (min-width: 480px) {
        .menu-search #form-search .box-input input,
        .menu-search #form-search .box-input span {
          font-size: 1.25rem; } }
      @media only screen and (min-width: 768px) {
        .menu-search #form-search .box-input input,
        .menu-search #form-search .box-input span {
          font-size: 1.375rem; } }
      @media only screen and (min-width: 1200px) {
        .menu-search #form-search .box-input input,
        .menu-search #form-search .box-input span {
          font-size: 1.5rem; } }
    .menu-search #form-search .button-submit {
      color: #abcc37;
      flex-shrink: 0;
      padding: 0;
      max-width: 30px; }
      @media only screen and (min-width: 768px) {
        .menu-search #form-search .button-submit {
          max-width: none; } }
      @media only screen and (min-width: 1200px) {
        .menu-search #form-search .button-submit {
          transition: transform 300ms ease-in-out; }
          .menu-search #form-search .button-submit:hover {
            transform: scale(0.9); } }
      .menu-search #form-search .button-submit svg {
        width: 40px;
        height: 40px; }
  .menu-search .menu-icon-close {
    cursor: pointer;
    flex-shrink: 0;
    max-width: 30px; }
    @media only screen and (min-width: 768px) {
      .menu-search .menu-icon-close {
        max-width: none; } }
    @media only screen and (min-width: 1200px) {
      .menu-search .menu-icon-close {
        transition: transform 300ms ease-in-out; }
        .menu-search .menu-icon-close:hover {
          transform: scale(0.9); } }
    .menu-search .menu-icon-close svg {
      color: #abcc37;
      width: 64px;
      height: 64px; }

/*=================== MENU MOBILE ===================*/
.menu-mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  transition: opacity 350ms ease; }
  .menu-mobile.active {
    opacity: 1;
    pointer-events: auto; }
    .menu-mobile.active .menu-mobile-content {
      transform: none;
      transition-delay: 500ms; }
  .menu-mobile .menu-header,
  .menu-mobile .nav {
    width: 100%; }
    @media only screen and (min-width: 480px) {
      .menu-mobile .menu-header,
      .menu-mobile .nav {
        margin: 0 auto;
        max-width: 1170px; } }
  .menu-mobile .menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px; }
    @media only screen and (min-width: 1200px) {
      .menu-mobile .menu-header {
        margin-bottom: 50px; } }
  .menu-mobile-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); }
  .menu-mobile-content {
    display: flex;
    flex-direction: column;
    padding: 45px 15px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateY(100%);
    transition: transform 350ms ease;
    transition-delay: 0; }
    @media only screen and (min-width: 1200px) {
      .menu-mobile-content {
        padding: 45px 90px; } }
  .menu-mobile .menu-icon-close {
    cursor: pointer; }
    @media only screen and (min-width: 1600px) {
      .menu-mobile .menu-icon-close {
        margin-right: calc((-100vw + 1360px) / 2); } }
    .menu-mobile .menu-icon-close svg {
      margin: 0 0 0 auto;
      color: #ffffff;
      width: 55px;
      height: 55px; }
      @media only screen and (min-width: 768px) {
        .menu-mobile .menu-icon-close svg {
          width: 78px;
          height: 78px; } }
  .menu-mobile .nav {
    flex-grow: 1;
    display: flex;
    justify-content: flex-start; }
    .menu-mobile .nav ul {
      position: relative;
      margin: 0;
      padding: 0;
      list-style: none; }
      @media only screen and (min-width: 1200px) {
        .menu-mobile .nav ul:hover a {
          color: rgba(255, 255, 255, 0.5); } }
      .menu-mobile .nav ul .menu-item-has-children {
        position: relative; }
        .menu-mobile .nav ul .menu-item-has-children.active > a:before, .menu-mobile .nav ul .menu-item-has-children:hover > a:before {
          transform: translateX(100%) rotate(0); }
          @media only screen and (min-width: 768px) {
            .menu-mobile .nav ul .menu-item-has-children.active > a:before, .menu-mobile .nav ul .menu-item-has-children:hover > a:before {
              transform: translateX(100%) rotate(30deg); } }
        .menu-mobile .nav ul .menu-item-has-children.active .sub-menu, .menu-mobile .nav ul .menu-item-has-children:hover .sub-menu {
          pointer-events: all; }
          @media only screen and (min-width: 768px) {
            .menu-mobile .nav ul .menu-item-has-children.active .sub-menu, .menu-mobile .nav ul .menu-item-has-children:hover .sub-menu {
              opacity: 1; } }
          .menu-mobile .nav ul .menu-item-has-children.active .sub-menu a, .menu-mobile .nav ul .menu-item-has-children:hover .sub-menu a {
            color: #ffffff; }
        @media only screen and (min-width: 1200px) {
          .menu-mobile .nav ul .menu-item-has-children:hover > a {
            color: #ffffff; }
          .menu-mobile .nav ul .menu-item-has-children:hover .sub-menu {
            opacity: 1;
            pointer-events: all; } }
        .menu-mobile .nav ul .menu-item-has-children > a {
          position: relative; }
        .menu-mobile .nav ul .menu-item-has-children .sub-menu {
          display: none;
          background: #065a78; }
          @media only screen and (min-width: 768px) {
            .menu-mobile .nav ul .menu-item-has-children .sub-menu {
              display: block;
              position: absolute;
              top: 25px;
              left: 100%;
              width: calc(100% + 45px);
              opacity: 0;
              transition: opacity 300ms ease-in-out;
              padding-left: 45px; } }
          .menu-mobile .nav ul .menu-item-has-children .sub-menu a {
            position: relative;
            padding: 5px 10px;
            font-size: 1rem; }
            @media only screen and (min-width: 768px) {
              .menu-mobile .nav ul .menu-item-has-children .sub-menu a {
                padding: 5px 0; } }
            @media only screen and (min-width: 1200px) {
              .menu-mobile .nav ul .menu-item-has-children .sub-menu a {
                font-size: 1.4rem; }
                .menu-mobile .nav ul .menu-item-has-children .sub-menu a:hover {
                  color: #abcc37; } }
      .menu-mobile .nav ul a {
        padding: 15px 0;
        font-weight: 300;
        color: #ffffff;
        font-size: 2rem;
        line-height: 1em;
        font-weight: bold;
        text-transform: uppercase;
        display: block;
        cursor: pointer; }
        @media only screen and (min-width: 1200px) {
          .menu-mobile .nav ul a {
            font-weight: 300;
            font-size: 3rem;
            transition: color 300ms ease-in-out; }
            .menu-mobile .nav ul a:hover {
              color: #ffffff; } }
      .menu-mobile .nav ul .sub-menu {
        pointer-events: none; }
  .menu-mobile-footer {
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 30px; }
    .menu-mobile-footer .social {
      justify-content: center; }
      @media only screen and (min-width: 1200px) {
        .menu-mobile-footer .social a:hover svg {
          color: #abcc37; } }
      .menu-mobile-footer .social a svg {
        color: #ffffff;
        width: 30px;
        height: auto; }

.social {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none; }
  .social a {
    padding: 0 10px;
    display: block; }
    @media only screen and (min-width: 1200px) {
      .social a:hover svg {
        color: #065a78; } }
  .social svg {
    color: #a0816e;
    transition: color 300ms ease-in-out; }

/*=================== FOOTER ===================*/
.footer {
  padding: 40px 0 0;
  width: 100%;
  background: url("../images/bg-footer.png") no-repeat center top;
  background-size: cover; }
  @media only screen and (min-width: 768px) {
    .footer {
      padding: 50px 0 0; } }
  .footer .footer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 30px; }
    @media only screen and (min-width: 768px) {
      .footer .footer-top {
        gap: 15px;
        flex-direction: row; } }
    @media only screen and (min-width: 1200px) {
      .footer .footer-top .logo {
        width: 33%; } }
    .footer .footer-top .social {
      justify-content: flex-end; }
      @media only screen and (min-width: 1200px) {
        .footer .footer-top .social {
          width: 33%; } }
    .footer .footer-top .logo h2 {
      color: #30121d; }
  .footer .footer-middle {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    padding: 20px 0; }
    @media only screen and (min-width: 768px) {
      .footer .footer-middle {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 30px;
        margin-top: 40px; } }
    .footer .footer-middle:before {
      content: '';
      position: absolute;
      top: 0;
      left: -60px;
      width: calc( 100% + 120px);
      height: 1px;
      background: black;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #30121d 10%, #30121d 50%, #30121d 90%, rgba(0, 0, 0, 0) 100%);
      opacity: .1; }
      @media only screen and (min-width: 1600px) {
        .footer .footer-middle:before {
          left: -130px;
          width: calc( 100% + 260px); } }
  .footer .footer-bottom {
    display: flex;
    justify-content: center;
    gap: 40px 30px;
    flex-wrap: wrap;
    position: relative;
    padding-top: 30px; }
    @media only screen and (min-width: 480px) {
      .footer .footer-bottom {
        padding-top: 40px; } }
    @media only screen and (min-width: 992px) {
      .footer .footer-bottom {
        gap: 40px 45px; } }
    .footer .footer-bottom:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: black;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #30121d 10%, #30121d 50%, #30121d 90%, rgba(0, 0, 0, 0) 100%);
      opacity: .1; }
      @media only screen and (min-width: 768px) {
        .footer .footer-bottom:before {
          left: -60px;
          width: calc( 100% + 120px); } }
      @media only screen and (min-width: 1600px) {
        .footer .footer-bottom:before {
          left: -130px;
          width: calc( 100% + 260px); } }
    .footer .footer-bottom article {
      width: 100%; }
      @media only screen and (min-width: 480px) {
        .footer .footer-bottom article {
          width: calc(100% / 2 - 15px); } }
      @media only screen and (min-width: 768px) {
        .footer .footer-bottom article {
          width: calc(100% / 3 - 20px); } }
      @media only screen and (min-width: 992px) {
        .footer .footer-bottom article {
          width: calc(100% / 3 - 30px); } }
      @media only screen and (min-width: 1600px) {
        .footer .footer-bottom article {
          width: calc(100% / 3 - 30.5px); } }
  .footer.large-padding {
    padding: 60px 0 210px 0 !important; }
    @media only screen and (min-width: 768px) {
      .footer.large-padding {
        padding: 50px 0 164px 0 !important; } }
    @media only screen and (min-width: 992px) {
      .footer.large-padding {
        padding: 100px 0 !important; } }

.open-hour,
.menu-footer li a {
  font-weight: 400;
  font-size: .99rem;
  text-transform: uppercase;
  color: #063278; }
  @media only screen and (min-width: 480px) {
    .open-hour,
    .menu-footer li a {
      font-size: 1rem; } }
  @media only screen and (min-width: 992px) {
    .open-hour,
    .menu-footer li a {
      letter-spacing: 2px; } }
  @media only screen and (min-width: 1600px) {
    .open-hour,
    .menu-footer li a {
      letter-spacing: 4px; } }

.menu-footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0;
  margin: 0;
  list-style: none; }
  @media only screen and (min-width: 768px) {
    .menu-footer {
      justify-content: flex-start; } }
  @media only screen and (min-width: 1200px) {
    .menu-footer li a {
      position: relative; }
      .menu-footer li a:before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        left: 0;
        height: 2px;
        transform: scaleX(0);
        transform-origin: center left;
        transition: transform 300ms ease-in-out;
        background: #065a78; }
      .menu-footer li a:hover:before {
        transform: scaleX(1); } }

.card-unidades {
  text-align: center; }
  @media only screen and (min-width: 480px) {
    .card-unidades {
      text-align: left; } }
  .card-unidades h4 {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1em;
    letter-spacing: 2px;
    color: #065a78; }
  .card-unidades > a {
    display: block;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.75em;
    letter-spacing: .4px;
    color: #333333;
    transition: color 300ms ease-in-out; }
    @media only screen and (min-width: 1200px) {
      .card-unidades > a {
        font-size: 1.06rem; }
        .card-unidades > a:hover {
          color: #065a78; } }
  .card-unidades ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .card-unidades ul li + li {
      margin-top: 10px; }
    .card-unidades ul li a {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      font-size: 1rem;
      letter-spacing: 2px;
      color: #333333;
      transition: color 300ms ease-in-out; }
      @media only screen and (min-width: 480px) {
        .card-unidades ul li a {
          justify-content: flex-start; } }
      @media only screen and (min-width: 1200px) {
        .card-unidades ul li a {
          font-size: 1.06rem; }
          .card-unidades ul li a:hover {
            color: #8d2f51; } }
    .card-unidades ul li .icon {
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: center;
      -webkit-mask-size: contain;
      background: currentColor; }
      .card-unidades ul li .icon img {
        opacity: 0; }

.copyright {
  margin-top: 30px;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.3); }
  @media only screen and (min-width: 480px) {
    .copyright {
      margin-top: 60px; } }
  .copyright .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .copyright p {
    font-weight: 400;
    color: #333333;
    font-size: .875rem;
    line-height: 1.8em; }
    @media only screen and (min-width: 480px) {
      .copyright p {
        margin: 0; } }
    .copyright p a {
      display: inline-block; }
      @media only screen and (min-width: 1200px) {
        .copyright p a:hover {
          color: #063278; } }
  .copyright .logo-iwwa {
    margin-top: 15px;
    flex-shrink: 0; }

/*=================== PADRÃƒO ===================*/
.section-default {
  padding: 15px;
  min-height: calc(100vh - 252px);
  background-color: #ccc; }
  @media only screen and (min-width: 480px) {
    .section-default {
      min-height: calc(100vh - 221px); } }

/*=============== BREADCRUMBS ===============*/
.section-breadcrumbs-model {
  background-color: #f1f1f1;
  text-align: center;
  padding: 40px 0;
  /* BREADCRUMBS */
  /* TÃTULO */ }
  @media only screen and (min-width: 768px) {
    .section-breadcrumbs-model {
      text-align: left; } }
  .section-breadcrumbs-model .breadcrumbs {
    margin: 0 0 10px 0; }
    @media only screen and (min-width: 1200px) {
      .section-breadcrumbs-model .breadcrumbs {
        margin: 0 200px 10px 0; } }
    .section-breadcrumbs-model .breadcrumbs a {
      color: #065a78;
      font-size: 1rem;
      transition: color 300ms;
      /* ACTIVE */
      /* HOVER */ }
      .section-breadcrumbs-model .breadcrumbs a:not(:last-child) span {
        text-decoration: underline; }
      .section-breadcrumbs-model .breadcrumbs a:not(:last-child)::after {
        content: "/";
        color: #065a78;
        font-size: 1rem;
        margin: 0 3px 0 6px; }
      .section-breadcrumbs-model .breadcrumbs a.active {
        color: #333333;
        font-weight: 700; }
      @media only screen and (min-width: 1025px) {
        .section-breadcrumbs-model .breadcrumbs a[href]:hover {
          color: #333333; } }
  .section-breadcrumbs-model .title h1 {
    color: #333333;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1em;
    margin: 0; }
    @media only screen and (min-width: 480px) {
      .section-breadcrumbs-model .title h1 {
        font-size: 2.5rem; } }
    @media only screen and (min-width: 768px) {
      .section-breadcrumbs-model .title h1 {
        font-size: 3rem; } }

/* MAIN BANNER */
@media only screen and (min-width: 768px) {
  .slide-main-banner .swiper-wrapper {
    height: 100% !important;
    align-items: stretch; } }

@media only screen and (max-width: 767px) {
  .slide-main-banner .swiper-slide {
    height: auto; } }

.slide-main-banner .swiper-slide.swiper-slide-active .card-main-banner {
  height: 100%; }
  .slide-main-banner .swiper-slide.swiper-slide-active .card-main-banner [data-custom-title],
  .slide-main-banner .swiper-slide.swiper-slide-active .card-main-banner [data-custom-resumn],
  .slide-main-banner .swiper-slide.swiper-slide-active .card-main-banner [data-custom-button],
  .slide-main-banner .swiper-slide.swiper-slide-active .card-main-banner .wpcf7-submit {
    opacity: 1;
    transform: none; }

@media only screen and (min-width: 768px) {
  .slide-main-banner .swiper-pagination {
    width: auto; } }

.slide-main-banner .card-main-banner [data-custom-title],
.slide-main-banner .card-main-banner [data-custom-resumn] {
  transition: opacity 300ms ease-in-out, transform 800ms ease-in-out; }

.slide-main-banner .card-main-banner [data-custom-title],
.slide-main-banner .card-main-banner [data-custom-resumn],
.slide-main-banner .card-main-banner [data-custom-button],
.slide-main-banner .card-main-banner .wpcf7-submit {
  opacity: 0;
  transform: translateX(-100%); }


.slide-main-banner .card-main-banner [data-custom-button],
.slide-main-banner .card-main-banner .wpcf7-submit {
  transition: background 300ms ease-in-out, opacity 300ms ease-in-out, border-color 300ms ease-in-out, transform 800ms ease-in-out; }

@media only screen and (min-width: 768px) {
  .card-main-banner .bg,
  .card-main-banner .bg img {
    min-height: 600px;
    max-height: 1000px; } }

@media only screen and (min-width: 992px) {
  .card-main-banner .bg,
  .card-main-banner .bg img {
    min-height: 700px; } }

@media only screen and (min-width: 1600px) {
  .card-main-banner .bg,
  .card-main-banner .bg img {
    min-height: 830px; } }

.card-main-banner .bg {
  background: #504a4b; }

.card-main-banner .box-text {
  padding: 30px 0 50px;
  background: #065a78; }
  @media only screen and (min-width: 768px) {
    .card-main-banner .box-text {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 150px 0 0 0;
      background: transparent; } }
  @media only screen and (min-width: 1600px) {
    .card-main-banner .box-text {
      padding-top: 250px; } }
  .card-main-banner .box-text .container {
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 480px) {
      .card-main-banner .box-text .container {
        align-items: center; } }
    @media only screen and (min-width: 768px) {
      .card-main-banner .box-text .container {
        align-items: flex-start; } }
    @media only screen and (min-width: 1600px) {
      .card-main-banner .box-text .container {
        max-width: 1585px; } }
  .card-main-banner .box-text [data-custom-title] {
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .card-main-banner .box-text [data-custom-title] {
        margin-bottom: 30px; } }
    @media only screen and (min-width: 992px) {
      .card-main-banner .box-text [data-custom-title] {
        margin-bottom: 40px; } }
    .card-main-banner .box-text [data-custom-title] strong {
      line-height: .45em;
      margin-bottom: .33em; }
  .card-main-banner .box-text [data-custom-resumn] {
    max-width: 400px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .card-main-banner .box-text [data-custom-resumn] {
        margin-bottom: 35px; } }
    @media only screen and (min-width: 992px) {
      .card-main-banner .box-text [data-custom-resumn] {
        max-width: 460px; } }

.bg-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  pointer-events: none; }

/* HISTORIA */
.historia {
  position: relative;
  padding: 40px 0; }
  @media only screen and (min-width: 992px) {
    .historia {
      padding: 60px 0; } }
  @media only screen and (min-width: 1200px) {
    .historia {
      padding: 80px 0 60px; } }
  @media only screen and (min-width: 1600px) {
    .historia {
      padding: 130px 0; } }
  .historia .bg-section {
    overflow: hidden;
    background: url("../images/bg-historia.jpg") no-repeat left top;
    background-size: cover; }
    .historia .bg-section img {
      opacity: .7;
      transform: translateY(383px);
      mix-blend-mode: multiply; }
  .historia .container,
  .historia .especialidades {
    position: relative;
    z-index: 2; }
  .historia .section-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 50px; }
    @media only screen and (min-width: 992px) {
      .historia .section-content {
        margin-bottom: 100px;
        flex-wrap: nowrap; } }
    @media only screen and (min-width: 1200px) {
      .historia .section-content {
        gap: 80px; } }
    .historia .section-content .left-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: 100%; }
      @media only screen and (min-width: 992px) {
        .historia .section-content .left-content {
          align-items: flex-start;
          max-width: 430px;
          margin-top: -20px; } }
      .historia .section-content .left-content [data-custom-subtitle] {
        text-align: center; }
        @media only screen and (min-width: 992px) {
          .historia .section-content .left-content [data-custom-subtitle] {
            text-align: left; } }
      .historia .section-content .left-content [data-custom-title] {
        opacity: .2;
        text-align: center; }
        @media only screen and (min-width: 992px) {
          .historia .section-content .left-content [data-custom-title] {
            text-align: left; } }
        @media only screen and (min-width: 1600px) {
          .historia .section-content .left-content [data-custom-title] {
            margin-top: -.1em;
            transform: translateX(-5vw); } }
      .historia .section-content .left-content [data-custom-description] {
        margin-bottom: 10px;
        text-align: center; }
        @media only screen and (min-width: 992px) {
          .historia .section-content .left-content [data-custom-description] {
            text-align: left; } }
        @media only screen and (min-width: 1600px) {
          .historia .section-content .left-content [data-custom-description] {
            margin-bottom: 30px; } }
      .historia .section-content .left-content [data-custom-resumn] {
        margin-bottom: 20px;
        text-align: center; }
        @media only screen and (min-width: 992px) {
          .historia .section-content .left-content [data-custom-resumn] {
            text-align: left; } }
        @media only screen and (min-width: 1600px) {
          .historia .section-content .left-content [data-custom-resumn] {
            margin-bottom: 40px; } }
    .historia .section-content .right-content {
      flex-shrink: 0;
      width: 100%; }
      @media only screen and (min-width: 992px) {
        .historia .section-content .right-content {
          width: 55%; } }
      @media only screen and (min-width: 1600px) {
        .historia .section-content .right-content {
          width: 66%; } }
      .historia .section-content .right-content .box-img {
        position: sticky;
        top: 120px; }
        .historia .section-content .right-content .box-img:before {
          content: '';
          position: absolute;
          z-index: 2;
          top: -10px;
          right: -10px;
          width: calc( 100% + 20px);
          height: calc( 100% + 20px);
          border: 1px solid #abcc37;
          pointer-events: none; }
          @media only screen and (min-width: 992px) {
            .historia .section-content .right-content .box-img:before {
              width: 95%; } }
          @media only screen and (min-width: 1200px) {
            .historia .section-content .right-content .box-img:before {
              height: calc( 100% + 40px);
              top: -20px;
              right: -25px; } }

/* ESPECIALIDADES */
.especialidades .container {
  display: flex;
  justify-content: center; }
  @media only screen and (min-width: 768px) {
    .especialidades .container {
      justify-content: flex-end; } }

.especialidades .box-header {
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .especialidades .box-header {
      margin-bottom: 55px; } }
  .especialidades .box-header [data-custom-subtitle] {
    margin-bottom: 10px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .especialidades .box-header [data-custom-subtitle] {
        text-align: left;
        transform: translateX(-12%);
        margin-bottom: -50px; } }
    @media only screen and (min-width: 992px) {
      .especialidades .box-header [data-custom-subtitle] {
        transform: translateX(-31%); } }
  .especialidades .box-header [data-custom-title] {
    opacity: .2;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .especialidades .box-header [data-custom-title] {
        text-align: left; } }
    @media only screen and (max-width: 767px) {
      .especialidades .box-header [data-custom-title] {
        font-size: 5rem; } }

.especialidades .box-content {
  padding-left: 15px; }

.slide-especialidades {
  overflow: hidden; }
  .slide-especialidades .swiper-wrapper {
    margin-bottom: 43px; }
  .slide-especialidades .swiper-slide {
    border: 1px solid;
    border-image-slice: 1;
    border-bottom: 0;
    border-image-source: linear-gradient(0deg, rgba(52, 143, 138, 0) 25%, #abcc37 100%); }
  .slide-especialidades .box-arrow {
    justify-content: center;
    flex-wrap: wrap; }

.card-especialidades {
  position: relative; }
  @media only screen and (min-width: 1200px) {
    .card-especialidades:hover .box-text:before {
      opacity: 1; } }
  .card-especialidades .box-img:has(img[src=""]) {
    background: #8d2f51; }
    .card-especialidades .box-img:has(img[src=""]) img {
      opacity: 0; }
    .card-especialidades .box-img:has(img[src=""]) + .box-text {
      background: transparent; }
  .card-especialidades .box-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 20px 25px;
    background: black;
    background: linear-gradient(20deg, rgba(0, 0, 0, 0.9) 25%, rgba(135, 28, 75, 0) 60%); }
    @media only screen and (min-width: 992px) {
      .card-especialidades .box-text {
        padding: 0 30px 45px; } }
    @media only screen and (min-width: 1200px) {
      .card-especialidades .box-text:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(20deg, #065a78 30%, rgba(135, 28, 75, 0) 60%);
        pointer-events: none;
        opacity: 0;
        transition: opacity 300ms ease-in-out; } }
    .card-especialidades .box-text span,
    .card-especialidades .box-text h4 {
      position: relative;
      z-index: 2; }
    .card-especialidades .box-text span {
      display: block;
      position: relative;
      margin-bottom: 15px;
      font-size: 1rem;
      line-height: 1em;
      letter-spacing: 7px;
      color: #ffffff; }
      @media only screen and (min-width: 768px) {
        .card-especialidades .box-text span {
          font-size: 1.125rem; } }
      @media only screen and (min-width: 992px) {
        .card-especialidades .box-text span {
          margin-bottom: 25px; } }
      .card-especialidades .box-text span:before {
        content: '';
        position: absolute;
        top: -20px;
        left: 50%;
        width: 1px;
        height: 11vh;
        background: #ffffff;
        transform: translate(-3px, -100%); }
    .card-especialidades .box-text h4 {
      margin: 0;
      font-family: "Intelo Hairline", sans-serif;
      color: #ffffff;
      font-size: 1.4rem;
      line-height: 1.17em;
      letter-spacing: 2px;
      min-height: 2.35em; }
      @media only screen and (min-width: 1200px) {
        .card-especialidades .box-text h4 {
          font-size: 1.8rem; } }
      .card-especialidades .box-text h4 strong {
        font-family: "Intelo", sans-serif;
        font-weight: 400;
        font-style: italic;
        color: #abcc37; }

/* BLOG */
.home-blog {
  padding: 45px 0;
  background: url("../images/bg-blog.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed; }
  @media only screen and (min-width: 768px) {
    .home-blog {
      padding: 90px 0; } }
  .home-blog .container {
    max-width: 1390px; }
  .home-blog .section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .home-blog .section-header {
        margin-bottom: 40px; } }
    .home-blog .section-header [data-custom-subtitle] {
      margin-bottom: 10px; }
      @media only screen and (min-width: 768px) {
        .home-blog .section-header [data-custom-subtitle] {
          transform: translateX(-50%);
          margin-bottom: -65px; } }
  .home-blog .section-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 60px 20px;
    margin-bottom: 70px; }
    @media only screen and (min-width: 480px) {
      .home-blog .section-content {
        grid-template-columns: repeat(4, 1fr);
        gap: 50px 20px; } }
    @media only screen and (min-width: 768px) {
      .home-blog .section-content {
        gap: 20px;
        grid-template-columns: repeat(3, 1fr); } }
    @media only screen and (min-width: 992px) {
      .home-blog .section-content {
        gap: 40px; } }
    @media only screen and (min-width: 1600px) {
      .home-blog .section-content {
        margin-bottom: 110px;
        gap: 80px; } }
    .home-blog .section-content .card-blog {
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07); }
      @media only screen and (min-width: 480px) {
        .home-blog .section-content .card-blog {
          grid-column: span 2; } }
      @media only screen and (min-width: 768px) {
        .home-blog .section-content .card-blog {
          grid-column: unset; } }
      @media only screen and (min-width: 480px) {
        .home-blog .section-content .card-blog:last-child {
          grid-column: 2 / span 2; } }
      @media only screen and (min-width: 768px) {
        .home-blog .section-content .card-blog:last-child {
          grid-column: unset; } }

.card-blog {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 1200px) {
    .card-blog[href]:hover .box-img img {
      transform: scale(1.05); }
    .card-blog[href]:hover .box-text {
      background: #065a78; }
      .card-blog[href]:hover .box-text h4 {
        color: #ffffff; }
    .card-blog[href]:hover .icon {
      background: #8d2f51; }
      .card-blog[href]:hover .icon img {
        animation: arrowX 2s infinite; } }
  .card-blog .box-img {
    overflow: hidden; }
    .card-blog .box-img img {
      transition: transform 300ms ease-in-out; }
  .card-blog .box-text {
    flex-grow: 1;
    position: relative;
    padding: 30px 20px 45px;
    background: #ffffff;
    transition: background 300ms ease-in-out; }
    @media only screen and (min-width: 992px) {
      .card-blog .box-text {
        padding: 30px 30px 45px; } }
    @media only screen and (min-width: 1600px) {
      .card-blog .box-text {
        padding: 40px 55px 45px; } }
    .card-blog .box-text time {
      display: block;
      margin-bottom: calc( .5em + 10px);
      font-family: "Mutually Beneficial", sans-serif;
      font-size: 2.5rem;
      line-height: .5em;
      color: #abcc37; }
      @media only screen and (min-width: 992px) {
        .card-blog .box-text time {
          font-size: 2.9rem; } }
    .card-blog .box-text h4 {
      margin: 0;
      font-weight: 300;
      font-size: 1.2rem;
      line-height: 1.25em;
      color: #2f141d;
      transition: color 300ms ease-in-out; }
      @media only screen and (min-width: 992px) {
        .card-blog .box-text h4 {
          font-size: 1.4rem; } }
      @media only screen and (min-width: 1600px) {
        .card-blog .box-text h4 {
          font-size: 1.625rem; } }
      .card-blog .box-text h4 strong {
        font-weight: 600; }
    .card-blog .box-text [data-custom-button], .card-blog .box-text .wpcf7-submit {
      position: absolute;
      bottom: 0;
      left: 30px;
      transform: translateY(50%); }
      @media only screen and (min-width: 1600px) {
        .card-blog .box-text [data-custom-button], .card-blog .box-text .wpcf7-submit {
          left: 55px; } }

/* CONTATO */
.contato, .model-formulario, .model-captura-leads {
  position: relative;
  padding: 40px 0;
  background: url("../images/bg-contato.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed; }
  @media only screen and (min-width: 768px) {
    .contato, .model-formulario, .model-captura-leads {
      padding: 60px 0; } }
  @media only screen and (min-width: 1200px) {
    .contato, .model-formulario, .model-captura-leads {
      padding: 130px 0; } }
  .contato .container, .model-formulario .container, .model-captura-leads .container {
    position: relative;
    z-index: 2; }
  .contato .section-header, .model-formulario .section-header, .model-captura-leads .section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 60px; }
    @media only screen and (min-width: 768px) {
      .contato .section-header [data-custom-subtitle~="historia"], .model-formulario .section-header [data-custom-subtitle~="historia"], .model-captura-leads .section-header [data-custom-subtitle~="historia"] {
        margin-bottom: -55px; } }
    .contato .section-header [data-custom-title], .model-formulario .section-header [data-custom-title], .model-captura-leads .section-header [data-custom-title] {
      opacity: .2; }
    @media only screen and (min-width: 768px) {
      .contato .section-header [data-custom-subtitle~="section"], .model-formulario .section-header [data-custom-subtitle~="section"], .model-captura-leads .section-header [data-custom-subtitle~="section"] {
        margin-top: -30px; } }
  .contato .section-content .form-default, .model-formulario .section-content .form-default, .model-captura-leads .section-content .form-default,
  .contato .section-content .wpcf7,
  .model-formulario .section-content .wpcf7,
  .model-captura-leads .section-content .wpcf7 {
    max-width: 768px;
    margin: 0 auto; }

.form-default {
  display: flex;
  flex-wrap: wrap;
  gap: 25px; }
  @media only screen and (min-width: 1200px) {
    .form-default {
      gap: 55px 25px; } }
  .form-default .input-default, .form-default .box-input input, .box-input .form-default input,
  .form-default .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap .form-default input,
  .form-default .box-input,
  .form-default .box-textarea {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .form-default .input-default.w50, .form-default .box-input input.w50, .box-input .form-default input.w50,
      .form-default .wpcf7-form-control-wrap input.w50, .wpcf7-form-control-wrap .form-default input.w50,
      .form-default .box-input.w50,
      .form-default .box-textarea.w50 {
        width: calc(100% / 2 - 20px); } }
    @media only screen and (min-width: 768px) {
      .form-default .input-default.w33, .form-default .box-input input.w33, .box-input .form-default input.w33,
      .form-default .wpcf7-form-control-wrap input.w33, .wpcf7-form-control-wrap .form-default input.w33,
      .form-default .box-input.w33,
      .form-default .box-textarea.w33 {
        width: calc(100% / 3 - 20px); } }
  .form-default .submit-session {
    display: flex;
    justify-content: center;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .form-default .submit-session {
        justify-content: flex-end; } }

.box-input,
.box-textarea,
.box-select {
  position: relative; }
  .box-input span,
  .box-input input,
  .box-textarea span,
  .box-textarea input,
  .box-select span,
  .box-select input {
    font-weight: 300;
    font-size: 1rem;
    color: #ffffff; }
    @media only screen and (min-width: 768px) {
      .box-input span,
      .box-input input,
      .box-textarea span,
      .box-textarea input,
      .box-select span,
      .box-select input {
        font-size: 1.125rem; } }
  .box-input span,
  .box-textarea span,
  .box-select span {
    position: absolute;
    left: 0;
    letter-spacing: 3px;
    transition: opacity 300ms ease-in-out;
    pointer-events: none; }
    @media only screen and (min-width: 768px) {
      .box-input span,
      .box-textarea span,
      .box-select span {
        letter-spacing: 8px; } }

.box-select {
  width: 100%; }

.item-select {
  display: block;
  flex-direction: column;
  position: relative;
  gap: 5px;
  width: 100%; }
  .item-select span {
    font-family: "Intelo", sans-serif;
    font-size: 1rem;
    line-height: 1em;
    font-weight: 300;
    color: #ffffff; }
    @media only screen and (min-width: 992px) {
      .item-select span {
        font-size: 1.15rem; } }
    @media only screen and (min-width: 1200px) {
      .item-select span {
        line-height: 1.2em; } }
    @media only screen and (min-width: 1600px) {
      .item-select span {
        line-height: 1.4em; } }
  .item-select input {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
  .item-select .itens-select-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #abcc37;
    font-size: 1rem;
    font-family: "Intelo", sans-serif;
    background-color: transparent;
    height: 54px;
    padding: 0 7px 0px 10px; }
    .item-select .itens-select-list img {
      position: absolute;
      right: 0;
      width: 32px;
      height: 32px;
      color: #ffffff;
      transition: transform 350ms ease; }
    .item-select .itens-select-list.active img {
      transform: rotate(180deg); }
  .item-select .list {
    display: none;
    padding: 0;
    background-color: #065a78;
    margin: 0;
    z-index: 2;
    position: absolute;
    width: 100%;
    max-height: 325px;
    overflow: auto; }
    .item-select .list::-webkit-scrollbar-track {
      background-color: #065a78; }
    .item-select .list::-webkit-scrollbar {
      width: 6px;
      background-color: #065a78; }
    .item-select .list::-webkit-scrollbar-thumb {
      border-left: 5px solid #abcc37;
      background-color: #065a78; }
    .item-select .list li {
      padding: 20px 0;
      border-bottom: 1px solid rgba(192, 155, 131, 0.6);
      list-style-type: none;
      cursor: pointer;
      transition: border-color 350ms ease; }
      .item-select .list li:hover {
        border-color: #abcc37; }
        .item-select .list li:hover span {
          color: #abcc37; }
      .item-select .list li span {
        position: relative;
        font-family: "Intelo", sans-serif;
        margin-left: 5px;
        transition: color 350ms ease;
        line-height: 1.2em;
        letter-spacing: normal; }
        @media only screen and (min-width: 480px) {
          .item-select .list li span {
            line-height: 1em; } }

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.box-file {
  display: flex;
  align-items: end;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid #abcc37;
  background-color: transparent;
  cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .box-file {
      padding-bottom: 20px; } }
  .box-file .icon {
    height: 100%;
    color: transparent;
    background-color: transparent;
    flex-shrink: 0;
    align-items: center;
    display: flex;
    transition: background-color 300ms, color 300ms; }
    @media only screen and (min-width: 1025px) {
      .box-file .icon:hover svg, .box-file .icon:hover span {
        color: #abcc37; } }
    .box-file .icon svg {
      color: #ffffff;
      width: 16px;
      height: 16px;
      transition: color 350ms ease; }
      @media only screen and (min-width: 768px) {
        .box-file .icon svg {
          margin-right: 10px; } }
    .box-file .icon span {
      color: #ffffff;
      font-size: 1.125rem;
      display: none;
      transition: color 350ms ease; }
      @media only screen and (min-width: 768px) {
        .box-file .icon span {
          display: block; } }
  .box-file .text {
    padding-left: 15px;
    color: #ffffff;
    font-size: 1rem;
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: .7; }

.box-input.disabled,
.wpcf7-form-control-wrap.disabled {
  pointer-events: none; }
  .box-input.disabled input,
  .wpcf7-form-control-wrap.disabled input {
    letter-spacing: 3px; }
    @media only screen and (min-width: 768px) {
      .box-input.disabled input,
      .wpcf7-form-control-wrap.disabled input {
        letter-spacing: 8px; } }

.box-input input::placeholder,
.wpcf7-form-control-wrap input::placeholder {
  color: transparent; }

.box-input input:focus + span, .box-input input:not(:placeholder-shown) + span, .box-input input:-webkit-autofill + span,
.wpcf7-form-control-wrap input:focus + span,
.wpcf7-form-control-wrap input:not(:placeholder-shown) + span,
.wpcf7-form-control-wrap input:-webkit-autofill + span {
  opacity: 0; }

.box-input span,
.wpcf7-form-control-wrap span {
  top: 0;
  pointer-events: none; }

.box-textarea textarea {
  width: 100%;
  resize: none;
  background: transparent; }
  .box-textarea textarea::placeholder {
    color: transparent; }
  .box-textarea textarea:focus + span, .box-textarea textarea:not(:placeholder-shown) + span, .box-textarea textarea:-webkit-autofill + span {
    opacity: 0; }

.box-textarea span {
  bottom: 25px; }

.input-default, .box-input input,
.wpcf7-form-control-wrap input,
.textarea-default,
.box-textarea textarea,
.wpcf7-form label {
  font-weight: 300;
  font-size: 1rem;
  color: #ffffff; }
  @media only screen and (min-width: 768px) {
    .input-default, .box-input input,
    .wpcf7-form-control-wrap input,
    .textarea-default,
    .box-textarea textarea,
    .wpcf7-form label {
      font-size: 1.125rem;
      padding-bottom: 20px; } }

.input-default, .box-input input,
.wpcf7-form-control-wrap input,
.textarea-default,
.box-textarea textarea {
  border-bottom: 1px solid #abcc37;
  padding-bottom: 10px; }


.textarea-default,
.box-textarea textarea {
  min-height: 100px; }
  @media only screen and (min-width: 768px) {
    
    .textarea-default,
    .box-textarea textarea {
      min-height: 150px; } }

/*=============== BUSCA ===============*/
.search .section-interna-blog .banner-blog .box-text .container {
  padding: 120px 15px 50px; }
  @media only screen and (min-width: 992px) {
    .search .section-interna-blog .banner-blog .box-text .container {
      padding: 150px 30px 50px; } }
  @media only screen and (min-width: 1200px) {
    .search .section-interna-blog .banner-blog .box-text .container {
      max-width: 1170px; } }
  @media only screen and (min-width: 1600px) {
    .search .section-interna-blog .banner-blog .box-text .container {
      padding: 232px 15px 85px;
      max-width: 1440px; } }
  .search .section-interna-blog .banner-blog .box-text .container .title {
    margin-bottom: 32px;
    max-width: none; }
    @media only screen and (min-width: 768px) {
      .search .section-interna-blog .banner-blog .box-text .container .title {
        margin-bottom: 64px; } }
  .search .section-interna-blog .banner-blog .box-text .container form {
    display: flex;
    gap: 15px; }
    .search .section-interna-blog .banner-blog .box-text .container form .box-input {
      flex-grow: 1; }
    .search .section-interna-blog .banner-blog .box-text .container form .button-submit {
      max-width: 30px; }
      @media only screen and (min-width: 768px) {
        .search .section-interna-blog .banner-blog .box-text .container form .button-submit {
          max-width: unset; } }
      @media only screen and (min-width: 1200px) {
        .search .section-interna-blog .banner-blog .box-text .container form .button-submit {
          transition: transform 300ms ease-in-out; }
          .search .section-interna-blog .banner-blog .box-text .container form .button-submit:hover {
            transform: scale(0.9); } }

.section-list-search {
  padding: 40px 0 20px 0;
  background: #f1eeec;
  /* BOX */
  /* TITULO */
  /* LISTA */ }
  @media only screen and (min-width: 768px) {
    .section-list-search {
      padding: 60px 0 30px 0; } }
  .section-list-search .box {
    width: 100%;
    margin: 0 0 40px 0; }
    @media only screen and (min-width: 768px) {
      .section-list-search .box {
        margin: 0 0 60px 0; } }
  .section-list-search .title-category {
    margin: 0; }
    .section-list-search .title-category h3 {
      color: #065a78;
      font-size: 1.75rem;
      font-weight: 700;
      text-align: center;
      position: relative;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .section-list-search .title-category h3 {
          font-size: 2rem;
          text-align: left; } }
      @media only screen and (min-width: 1200px) {
        .section-list-search .title-category h3 {
          font-size: 2.5rem; } }
  .section-list-search .list {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    padding-bottom: 0;
    /* LISTA VAZIA */ }
    @media only screen and (min-width: 480px) {
      .section-list-search .list {
        grid-template-columns: repeat(2, 1fr); } }
    @media only screen and (min-width: 992px) {
      .section-list-search .list {
        grid-template-columns: repeat(3, 1fr); } }
    @media only screen and (min-width: 1200px) {
      .section-list-search .list {
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 60px; } }

@media only screen and (min-width: 992px) and (max-width: 1599px) {
  .section-list-search .list .card-especialidades .box-text {
    padding: 0 20px 32px; }
    .section-list-search .list .card-especialidades .box-text h4 {
      font-size: 1.4rem; } }
    @media only screen and (min-width: 992px) {
      .section-list-search .list .card-blog .box-text {
        padding: 20px 20px 45px; } }
    @media only screen and (min-width: 992px) {
      .section-list-search .list .card-blog .box-text h4 {
        font-size: 1.4rem; } }
    @media only screen and (min-width: 992px) {
      .section-list-search .list .card-blog .box-text [data-custom-button], .section-list-search .list .card-blog .box-text .wpcf7-submit {
        left: 20px; } }
    .section-list-search .list.list-empty {
      grid-template-columns: 1fr; }
      @media only screen and (max-width: 767px) {
        .section-list-search .list.list-empty {
          text-align: center; } }

.section-contact {
  padding: 40px 0; }
  @media only screen and (min-width: 768px) {
    .section-contact {
      padding: 60px 0; } }
  .section-contact .title-contact {
    margin-bottom: 40px; }
    .section-contact .title-contact h1 {
      margin: 0 0 15px;
      font-size: 2.5rem;
      text-align: center;
      line-height: 1em; }
      @media only screen and (min-width: 768px) {
        .section-contact .title-contact h1 {
          margin: 0 0 20px;
          font-size: 2.75rem; } }
    .section-contact .title-contact p {
      margin: 0;
      font-size: 1.125rem;
      text-align: center;
      line-height: 1.125em; }
      @media only screen and (min-width: 768px) {
        .section-contact .title-contact p {
          font-size: 1.25rem; } }
  .section-contact .col-left {
    margin-bottom: 40px;
    width: 100%; }
    @media only screen and (min-width: 1025px) {
      .section-contact .col-left {
        margin-bottom: 0;
        width: 65%;
        padding-right: 25px; } }
    @media only screen and (min-width: 1600px) {
      .section-contact .col-left {
        padding-right: 40px;
        width: 70%; } }
    .section-contact .col-left label {
      display: block;
      margin-bottom: 15px; }
    .section-contact .col-left input,
    .section-contact .col-left textarea,
    .section-contact .col-left select {
      width: 100%;
      padding: 20px;
      background-color: #ffffff;
      border: 1px solid #ccc;
      font-size: 1rem;
      display: block; }
    .section-contact .col-left textarea {
      height: 150px; }
    .section-contact .col-left .inputfile {
      width: 0.1px;
      height: 0.1px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      z-index: -1; }
    .section-contact .col-left .box-file {
      display: flex;
      align-items: center;
      border: 1px solid #ccc;
      background-color: #ffffff;
      cursor: pointer; }
      .section-contact .col-left .box-file .icon {
        padding: 20px;
        height: 100%;
        color: #065a78;
        background-color: #065a78;
        flex-shrink: 0;
        align-items: center;
        display: flex;
        transition: background-color 300ms, color 300ms; }
        @media only screen and (min-width: 768px) {
          .section-contact .col-left .box-file .icon {
            padding: 14px 20px; } }
        @media only screen and (min-width: 1025px) {
          .section-contact .col-left .box-file .icon:hover {
            background-color: #abcc37;
            color: #ffffff; } }
        .section-contact .col-left .box-file .icon svg {
          color: #ffffff;
          width: 16px;
          height: 16px; }
          @media only screen and (min-width: 768px) {
            .section-contact .col-left .box-file .icon svg {
              margin-bottom: 5px;
              margin-right: 10px; } }
        .section-contact .col-left .box-file .icon span {
          color: #ffffff;
          font-size: 1.125rem;
          display: none; }
          @media only screen and (min-width: 768px) {
            .section-contact .col-left .box-file .icon span {
              display: block; } }
      .section-contact .col-left .box-file .text {
        padding: 15px;
        color: #000000;
        font-size: 1rem;
        flex-grow: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  .section-contact .col-right {
    padding: 30px;
    width: 100%;
    background: linear-gradient(90deg, #065a78 0%, #abcc37 100%); }
    @media only screen and (min-width: 768px) {
      .section-contact .col-right {
        padding: 60px 30px; } }
    @media only screen and (min-width: 1025px) {
      .section-contact .col-right {
        width: 35%; } }
    @media only screen and (min-width: 1600px) {
      .section-contact .col-right {
        width: 30%; } }
    .section-contact .col-right h2 {
      margin: 0 0 20px;
      color: #ffffff;
      font-size: 2rem;
      font-size: 1.5rem;
      text-align: center; }
    .section-contact .col-right .phone {
      margin-bottom: 20px;
      color: #ffffff;
      display: block;
      text-align: center;
      font-size: 1.75rem; }
      @media only screen and (min-width: 1600px) {
        .section-contact .col-right .phone {
          font-size: 2rem; } }
    .section-contact .col-right .email {
      margin-bottom: 20px;
      color: #ffffff;
      display: block;
      text-align: center;
      font-size: 1.125rem; }
      @media only screen and (min-width: 1600px) {
        .section-contact .col-right .email {
          font-size: 1.25rem; } }
    .section-contact .col-right .address {
      color: #ffffff;
      display: block;
      text-align: center;
      font-size: 1.125rem; }
      @media only screen and (min-width: 1600px) {
        .section-contact .col-right .address {
          font-size: 1.25rem; } }

.section-content-full h1,
.section-content-full h2,
.section-content-full h3,
.section-content-full h4,
.section-content-full h5,
.section-content-full h6,
.section-content-full p:not(:has(img)),
.section-content-full ul,
.section-content-full ol,
.text-default h1,
.text-default h2,
.text-default h3,
.text-default h4,
.text-default h5,
.text-default h6,
.text-default p:not(:has(img)),
.text-default ul,
.text-default ol {
  margin: 0 auto 30px; }
  @media only screen and (min-width: 1200px) {
    .section-content-full h1,
    .section-content-full h2,
    .section-content-full h3,
    .section-content-full h4,
    .section-content-full h5,
    .section-content-full h6,
    .section-content-full p:not(:has(img)),
    .section-content-full ul,
    .section-content-full ol,
    .text-default h1,
    .text-default h2,
    .text-default h3,
    .text-default h4,
    .text-default h5,
    .text-default h6,
    .text-default p:not(:has(img)),
    .text-default ul,
    .text-default ol {
      max-width: 80%; } }

.section-content-full .container > div,
.text-default .container > div {
  margin-bottom: 30px; }

.section-content-full h1, .section-content-full h2, .section-content-full h3, .section-content-full h4, .section-content-full h5, .section-content-full h6,
.text-default h1,
.text-default h2,
.text-default h3,
.text-default h4,
.text-default h5,
.text-default h6 {
  color: #8d2f51;
  font-weight: 400;
  line-height: 1.125em;
  text-align: center;
  margin: 0 auto 30px; }
  @media only screen and (min-width: 768px) {
    .section-content-full h1, .section-content-full h2, .section-content-full h3, .section-content-full h4, .section-content-full h5, .section-content-full h6,
    .text-default h1,
    .text-default h2,
    .text-default h3,
    .text-default h4,
    .text-default h5,
    .text-default h6 {
      text-align: left; } }

.section-content-full h1,
.text-default h1 {
  font-size: 2rem; }
  @media only screen and (min-width: 768px) {
    .section-content-full h1,
    .text-default h1 {
      font-size: 3rem; } }
  @media only screen and (min-width: 1600px) {
    .section-content-full h1,
    .text-default h1 {
      font-size: 4rem; } }

.section-content-full h2,
.text-default h2 {
  font-size: 2rem; }
  @media only screen and (min-width: 768px) {
    .section-content-full h2,
    .text-default h2 {
      font-size: 2.75rem; } }
  @media only screen and (min-width: 1600px) {
    .section-content-full h2,
    .text-default h2 {
      font-size: 3.5rem; } }

.section-content-full h3,
.text-default h3 {
  font-size: 1.75rem; }
  @media only screen and (min-width: 768px) {
    .section-content-full h3,
    .text-default h3 {
      font-size: 2.5rem; } }

.section-content-full h4,
.text-default h4 {
  font-size: 1.5rem; }
  @media only screen and (min-width: 768px) {
    .section-content-full h4,
    .text-default h4 {
      font-size: 1.75rem; } }

.section-content-full h5,
.text-default h5 {
  font-size: 1.375rem; }
  @media only screen and (min-width: 768px) {
    .section-content-full h5,
    .text-default h5 {
      font-size: 1.5rem; } }

.section-content-full h6,
.text-default h6 {
  font-size: 1.125rem; }
  @media only screen and (min-width: 768px) {
    .section-content-full h6,
    .text-default h6 {
      font-size: 1.25rem; } }

.section-content-full ol, .section-content-full ul,
.text-default ol,
.text-default ul {
  margin: 0 auto 30px;
  padding-left: 20px; }

.section-content-full p, .section-content-full li,
.text-default p,
.text-default li {
  margin: 0 0 15px;
  color: #333333;
  font-size: 1rem;
  line-height: 1.83em;
  letter-spacing: 1px;
  text-align: left; }
  @media only screen and (min-width: 480px) {
    .section-content-full p, .section-content-full li,
    .text-default p,
    .text-default li {
      font-size: 1.125rem; } }
  @media only screen and (min-width: 992px) {
    .section-content-full p, .section-content-full li,
    .text-default p,
    .text-default li {
      font-size: 1.25rem;
      margin: 0 0 30px; } }
  .section-content-full p:last-child, .section-content-full li:last-child,
  .text-default p:last-child,
  .text-default li:last-child {
    margin-bottom: 0; }

.section-content-full li,
.text-default li {
  margin-bottom: 5px; }

.section-content-full .embed-responsive,
.text-default .embed-responsive {
  margin: 20px auto 30px;
  max-width: 80%; }
  @media only screen and (min-width: 992px) {
    .section-content-full .embed-responsive,
    .text-default .embed-responsive {
      margin: 40px auto 60px; } }

.section-content-full .image-content,
.text-default .image-content {
  margin: 0 0 20px; }
  @media only screen and (min-width: 768px) {
    .section-content-full .image-content,
    .text-default .image-content {
      margin: 0; } }

.section-content-full img,
.text-default img {
  max-width: 100%;
  height: auto; }
  .section-content-full img.alignleft,
  .text-default img.alignleft {
    margin: auto 0 0; }
    @media only screen and (min-width: 768px) {
      .section-content-full img.alignleft,
      .text-default img.alignleft {
        margin-right: 20px;
        float: left; } }
  .section-content-full img.aligncenter,
  .text-default img.aligncenter {
    margin: 0 auto; }
  .section-content-full img.alignright,
  .text-default img.alignright {
    margin: auto 0 0; }
    @media only screen and (min-width: 768px) {
      .section-content-full img.alignright,
      .text-default img.alignright {
        margin-left: 20px;
        float: right; } }

.section-content-full a,
.text-default a {
  display: inline-block;
  color: #065a78;
  text-decoration: underline;
  font-style: italic;
  font-weight: 700;
  transition: color 350ms ease; }
  @media only screen and (min-width: 1200px) {
    .section-content-full a:hover,
    .text-default a:hover {
      color: #8d2f51; } }

.section-content-full hr,
.text-default hr {
  margin: 0 0 20px;
  height: 4px;
  background-color: #065a78;
  border: none; }

.section-content-full blockquote,
.text-default blockquote {
  margin-top: 25px;
  border-bottom: 5px solid #ccc;
  font-style: italic;
  padding-bottom: 10px;
  position: relative; }
  .section-content-full blockquote:before,
  .text-default blockquote:before {
    content: 'â';
    font-size: 46px;
    line-height: 1em;
    position: absolute;
    top: -10px;
    right: calc(100% + 15px); }

.breadcrumb {
  margin-bottom: 10px; }
  .breadcrumb .item {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1em;
    text-transform: lowercase;
    transition: color 350ms ease, border-color 350ms ease; }
    .breadcrumb .item[href] {
      border-bottom: 1px solid #ffffff; }
      @media only screen and (min-width: 1025px) {
        .breadcrumb .item[href]:hover {
          color: #abcc37;
          border-color: #abcc37; } }
  .breadcrumb span {
    margin: 0 5px;
    font-size: 0.875rem;
    line-height: 1em;
    display: inline-block;
    color: #ffffff; }

.section-blog .banner-blog, .section-interna-blog .banner-blog, .section-banner-contato .banner-blog {
  position: relative;
  background-color: #5e5453; }
  .section-blog .banner-blog::before, .section-interna-blog .banner-blog::before, .section-banner-contato .banner-blog::before {
    position: absolute;
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 120%);
    width: 100%;
    height: 500px;
    top: 0; }
  .section-blog .banner-blog .container, .section-interna-blog .banner-blog .container, .section-banner-contato .banner-blog .container {
    padding: 120px 15px 50px; }
    @media only screen and (min-width: 992px) {
      .section-blog .banner-blog .container, .section-interna-blog .banner-blog .container, .section-banner-contato .banner-blog .container {
        padding: 150px 30px; } }
    @media only screen and (min-width: 1600px) {
      .section-blog .banner-blog .container, .section-interna-blog .banner-blog .container, .section-banner-contato .banner-blog .container {
        padding: 232px 15px 85px; } }
    .section-blog .banner-blog .container .title, .section-blog .banner-blog .container .subtitle, .section-blog .banner-blog .container span, .section-interna-blog .banner-blog .container .title, .section-interna-blog .banner-blog .container .subtitle, .section-interna-blog .banner-blog .container span, .section-banner-contato .banner-blog .container .title, .section-banner-contato .banner-blog .container .subtitle, .section-banner-contato .banner-blog .container span {
      color: #ffffff; }
    .section-blog .banner-blog .container .title, .section-interna-blog .banner-blog .container .title, .section-banner-contato .banner-blog .container .title {
      font-family: "Intelo Hairline", sans-serif;
      font-size: 4.5rem;
      line-height: 1em;
      font-weight: 400;
      margin: 38px 0 16px; }
      @media only screen and (min-width: 768px) {
        .section-blog .banner-blog .container .title, .section-interna-blog .banner-blog .container .title, .section-banner-contato .banner-blog .container .title {
          font-size: 5.625rem; } }
    .section-blog .banner-blog .container .subtitle, .section-interna-blog .banner-blog .container .subtitle, .section-banner-contato .banner-blog .container .subtitle {
      max-width: 560px;
      font-family: "Intelo", sans-serif;
      font-size: 1rem;
      line-height: 1.83em;
      font-weight: 300; }
      @media only screen and (min-width: 768px) {
        .section-blog .banner-blog .container .subtitle, .section-interna-blog .banner-blog .container .subtitle, .section-banner-contato .banner-blog .container .subtitle {
          font-size: 1.125rem; } }

.section-blog .container {
  max-width: 1270px;
  margin: 0 auto;
  padding: 232px 15px 85px; }

.section-blog .content-blog {
  position: relative;
  background-color: #fbfbfb;
  padding: 50px 0 115px; }
  .section-blog .content-blog:after {
    background: url("../images/effect-content.jpg") no-repeat left top;
    mix-blend-mode: color-dodge;
    opacity: .99;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .section-blog .content-blog .container {
    padding: 0 15px;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 991px) {
      .section-blog .content-blog .container {
        align-items: center;
        flex-direction: column-reverse; } }
    .section-blog .content-blog .container .col-left {
      z-index: 2;
      width: 69.23%;
      display: flex;
      row-gap: 40px;
      justify-content: center; }
      @media only screen and (min-width: 600px) {
        .section-blog .content-blog .container .col-left {
          justify-content: space-between; } }
      @media only screen and (max-width: 991px) {
        .section-blog .content-blog .container .col-left {
          width: 100%;
          flex-wrap: wrap;
          gap: 20px; } }
      @media only screen and (min-width: 992px) {
        .section-blog .content-blog .container .col-left {
          flex-direction: column; } }
      @media only screen and (max-width: 767px) {
        .section-blog .content-blog .container .col-left {
          width: 100%; } }
      .section-blog .content-blog .container .col-left .card-item {
        display: flex;
        height: auto;
        background-color: #ffffff;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
        transition: background-color 350ms ease;
        width: 100%;
        flex-direction: column; }
        @media only screen and (min-width: 480px) {
          .section-blog .content-blog .container .col-left .card-item {
            width: 80%; } }
        @media only screen and (min-width: 600px) {
          .section-blog .content-blog .container .col-left .card-item {
            width: calc((100% / 2) - 20px); } }
        @media only screen and (min-width: 768px) {
          .section-blog .content-blog .container .col-left .card-item {
            width: 100%; } }
        @media only screen and (min-width: 1025px) {
          .section-blog .content-blog .container .col-left .card-item:hover {
            background-color: #065a78; }
            .section-blog .content-blog .container .col-left .card-item:hover .left img {
              transform: scale(1.05); }
            .section-blog .content-blog .container .col-left .card-item:hover .right .descricao, .section-blog .content-blog .container .col-left .card-item:hover .right small, .section-blog .content-blog .container .col-left .card-item:hover .right .icon, .section-blog .content-blog .container .col-left .card-item:hover .right .button-blog {
              color: #ffffff; }
            .section-blog .content-blog .container .col-left .card-item:hover .right button {
              background: #abcc37; } }
        .section-blog .content-blog .container .col-left .card-item .left {
          overflow: hidden; }
          @media only screen and (max-width: 767px) {
            .section-blog .content-blog .container .col-left .card-item .left {
              width: 100%; } }
          .section-blog .content-blog .container .col-left .card-item .left img {
            height: 100%;
            object-fit: cover;
            transition: transform .3s ease-in-out; }
        .section-blog .content-blog .container .col-left .card-item .right {
          display: flex;
          flex-direction: column;
          row-gap: 20px;
          padding: 15px 29px 15px 32px; }
          @media only screen and (min-width: 768px) {
            .section-blog .content-blog .container .col-left .card-item .right {
              padding: 24px 45px 24px 50px; } }
          @media only screen and (min-width: 1200px) {
            .section-blog .content-blog .container .col-left .card-item .right {
              padding: 30px 56px 30px 62px; } }
          @media only screen and (max-width: 767px) {
            .section-blog .content-blog .container .col-left .card-item .right {
              width: 100%; } }
          @media only screen and (max-width: 991px) {
            .section-blog .content-blog .container .col-left .card-item .right {
              justify-content: center; } }
          .section-blog .content-blog .container .col-left .card-item .right .data {
            color: #abcc37;
            font-family: "Mutually Beneficial", sans-serif;
            font-weight: 400;
            font-size: 3rem;
            line-height: 1em; }
          .section-blog .content-blog .container .col-left .card-item .right .descricao {
            font-size: 1.625rem;
            line-height: 1.26em;
            font-weight: 300;
            color: #063278;
            transition: color 350ms ease;
            margin: 0; }
            @media only screen and (max-width: 991px) {
              .section-blog .content-blog .container .col-left .card-item .right .descricao {
                font-size: 1.375rem; } }
          .section-blog .content-blog .container .col-left .card-item .right small {
            font-size: 1.125rem;
            line-height: 1.38em;
            font-weight: 400;
            font-family: "Intelo", sans-serif;
            color: #8d2f51;
            transition: color 350ms ease;
            overflow: hidden;
            word-wrap: break-word;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3; }
            @media only screen and (max-width: 991px) {
              .section-blog .content-blog .container .col-left .card-item .right small {
                font-size: 1rem; } }
          .section-blog .content-blog .container .col-left .card-item .right button .icon {
            color: #065a78; }
          .section-blog .content-blog .container .col-left .card-item .right button span {
            color: #065a78; }
    .section-blog .content-blog .container .col-right {
      z-index: 2;
      background-color: #fafafa;
      width: 28.46%;
      padding: 25px 18px;
      border: 1px solid #dedede;
      border-radius: 19px;
      align-self: flex-start; }
      @media only screen and (min-width: 768px) {
        .section-blog .content-blog .container .col-right {
          padding: 30px 26px; } }
      @media only screen and (min-width: 992px) {
        .section-blog .content-blog .container .col-right {
          padding: 40px 34px 68px; } }
      @media only screen and (max-width: 991px) {
        .section-blog .content-blog .container .col-right {
          align-self: center;
          width: 100%;
          margin-bottom: 48px; } }
      .section-blog .content-blog .container .col-right .categoria-title {
        color: #5e5754;
        font-weight: 400;
        font-family: "Intelo", sans-serif;
        font-size: 1.125rem;
        line-height: 1.38em;
        text-transform: uppercase;
        letter-spacing: 5px;
        text-align: center;
        margin: 0; }
      .section-blog .content-blog .container .col-right .categorias-wrapper {
        column-gap: 15px; }
        @media only screen and (min-width: 992px) {
          .section-blog .content-blog .container .col-right .categorias-wrapper {
            gap: 15px; } }
        @media only screen and (max-width: 991px) {
          .section-blog .content-blog .container .col-right .categorias-wrapper {
            justify-content: center;
            display: flex;
            flex-wrap: wrap; } }
        .section-blog .content-blog .container .col-right .categorias-wrapper .lista-categorias {
          display: flex;
          padding: 12px 0; }
          @media only screen and (min-width: 768px) {
            .section-blog .content-blog .container .col-right .categorias-wrapper .lista-categorias {
              padding: 16px 0; } }
          @media only screen and (min-width: 992px) {
            .section-blog .content-blog .container .col-right .categorias-wrapper .lista-categorias {
              padding: 24px 0; } }
          @media only screen and (min-width: 992px) {
            .section-blog .content-blog .container .col-right .categorias-wrapper .lista-categorias {
              border-bottom: 2px solid #f9ebeb; } }
          @media only screen and (min-width: 992px) {
            .section-blog .content-blog .container .col-right .categorias-wrapper .lista-categorias:last-child {
              padding: 24px 0 0;
              border-bottom: none; } }
          @media only screen and (min-width: 1025px) {
            .section-blog .content-blog .container .col-right .categorias-wrapper .lista-categorias:hover span {
              color: #abcc37; } }
          .section-blog .content-blog .container .col-right .categorias-wrapper .lista-categorias .item {
            margin-right: 8px; }
          .section-blog .content-blog .container .col-right .categorias-wrapper .lista-categorias span {
            font-family: "Intelo", sans-serif;
            color: #065a78;
            font-size: 1.125rem;
            line-height: 1em;
            font-weight: 400;
            cursor: pointer;
            transition: color 350ms ease; }
  .section-blog .content-blog .carregar-mais {
    justify-content: center;
    padding-top: 64px; }

.section-interna-blog .interna-blog, .section-banner-contato .interna-blog {
  z-index: 3;
  position: relative;
  display: flex;
  flex-direction: column-reverse; }
  @media only screen and (min-width: 992px) {
    .section-interna-blog .interna-blog, .section-banner-contato .interna-blog {
      flex-direction: row; } }
  .section-interna-blog .interna-blog::before, .section-banner-contato .interna-blog::before {
    position: absolute;
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 140%);
    width: 100%;
    height: 300px;
    top: 0;
    z-index: 3; }
  .section-interna-blog .interna-blog .box-text, .section-banner-contato .interna-blog .box-text {
    width: 100%;
    position: relative;
    z-index: 3; }
    .section-interna-blog .interna-blog .box-text .title, .section-banner-contato .interna-blog .box-text .title {
      font-size: 2rem; }
      @media only screen and (min-width: 480px) {
        .section-interna-blog .interna-blog .box-text .title, .section-banner-contato .interna-blog .box-text .title {
          font-size: 3rem; } }
      @media only screen and (min-width: 768px) {
        .section-interna-blog .interna-blog .box-text .title, .section-banner-contato .interna-blog .box-text .title {
          font-size: 3.5rem; } }
      @media only screen and (min-width: 992px) {
        .section-interna-blog .interna-blog .box-text .title, .section-banner-contato .interna-blog .box-text .title {
          max-width: 630px; } }
      @media only screen and (min-width: 1200px) {
        .section-interna-blog .interna-blog .box-text .title, .section-banner-contato .interna-blog .box-text .title {
          font-size: 4rem; } }
    .section-interna-blog .interna-blog .box-text .container, .section-banner-contato .interna-blog .box-text .container {
      max-width: 1270px;
      margin: 0 auto;
      padding: 40px 15px; }
      @media only screen and (min-width: 992px) {
        .section-interna-blog .interna-blog .box-text .container, .section-banner-contato .interna-blog .box-text .container {
          padding: 150px 30px; } }
      @media only screen and (min-width: 1600px) {
        .section-interna-blog .interna-blog .box-text .container, .section-banner-contato .interna-blog .box-text .container {
          padding: 232px 15px 85px; } }
  .section-interna-blog .interna-blog .bg-blog, .section-banner-contato .interna-blog .bg-blog {
    top: 0;
    right: 0;
    height: 100%; }
    @media only screen and (min-width: 992px) {
      .section-interna-blog .interna-blog .bg-blog, .section-banner-contato .interna-blog .bg-blog {
        min-width: 900px;
        position: absolute; } }

.section-interna-blog .section-content-blog, .section-banner-contato .section-content-blog {
  padding: 40px 0; }

.section-cards-relacionados {
  background-size: cover;
  background: #f9f9f9;
  padding: 40px 0;
  width: 100%;
  display: flex;
  row-gap: 40px;
  justify-content: center;
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .section-cards-relacionados {
      padding: 60px 0; } }
  .section-cards-relacionados .container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    position: relative;
    z-index: 2;
    flex-direction: column; }
  .section-cards-relacionados .top {
    display: flex;
    justify-content: center;
    margin-bottom: 40px; }
    .section-cards-relacionados .top h3 {
      line-height: 0.8em;
      text-align: center;
      font-size: 5rem; }
      @media only screen and (min-width: 768px) {
        .section-cards-relacionados .top h3 {
          font-size: 7rem;
          line-height: 0.5em; } }
      @media only screen and (min-width: 1200px) {
        .section-cards-relacionados .top h3 {
          font-size: 8rem; } }
  .section-cards-relacionados .bottom {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 20px; }
    @media only screen and (min-width: 480px) {
      .section-cards-relacionados .bottom {
        grid-template-columns: repeat(4, 1fr);
        gap: 50px 20px; } }
    @media only screen and (min-width: 768px) {
      .section-cards-relacionados .bottom {
        gap: 20px;
        grid-template-columns: repeat(3, 1fr); } }
    @media only screen and (min-width: 992px) {
      .section-cards-relacionados .bottom {
        gap: 40px; } }
    @media only screen and (min-width: 1600px) {
      .section-cards-relacionados .bottom {
        gap: 80px; } }
    .section-cards-relacionados .bottom .card-item {
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07); }
      @media only screen and (min-width: 480px) {
        .section-cards-relacionados .bottom .card-item {
          grid-column: span 2; } }
      @media only screen and (min-width: 768px) {
        .section-cards-relacionados .bottom .card-item {
          grid-column: unset; } }
      @media only screen and (min-width: 480px) {
        .section-cards-relacionados .bottom .card-item:last-child {
          grid-column: 2 / span 2; } }
      @media only screen and (min-width: 768px) {
        .section-cards-relacionados .bottom .card-item:last-child {
          grid-column: unset; } }
      @media only screen and (min-width: 1025px) {
        .section-cards-relacionados .bottom .card-item:hover {
          background-color: #065a78; }
          .section-cards-relacionados .bottom .card-item:hover .left img {
            transform: scale(1.05); }
          .section-cards-relacionados .bottom .card-item:hover .right .descricao, .section-cards-relacionados .bottom .card-item:hover .right small, .section-cards-relacionados .bottom .card-item:hover .right .icon, .section-cards-relacionados .bottom .card-item:hover .right .button-blog {
            color: #ffffff; }
          .section-cards-relacionados .bottom .card-item:hover .right button {
            background: #abcc37; }
          .section-cards-relacionados .bottom .card-item:hover .right .icon img {
            color: #ffffff; } }
  .section-cards-relacionados .card-item {
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 1200px) {
      .section-cards-relacionados .card-item[href]:hover .left img {
        transform: scale(1.05); }
      .section-cards-relacionados .card-item[href]:hover .right {
        background: #065a78; }
        .section-cards-relacionados .card-item[href]:hover .right h4 {
          color: #ffffff; } }
    .section-cards-relacionados .card-item .left {
      overflow: hidden; }
      .section-cards-relacionados .card-item .left img {
        transition: transform 300ms ease-in-out; }
    .section-cards-relacionados .card-item .right {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex-grow: 1;
      position: relative;
      padding: 30px 20px 45px;
      background: #ffffff;
      transition: background 300ms ease-in-out; }
      @media only screen and (min-width: 992px) {
        .section-cards-relacionados .card-item .right {
          padding: 30px 30px 45px; } }
      @media only screen and (min-width: 1600px) {
        .section-cards-relacionados .card-item .right {
          padding: 40px 55px 45px; } }
      .section-cards-relacionados .card-item .right time {
        display: block;
        margin-bottom: calc( .5em + 10px);
        font-family: "Mutually Beneficial", sans-serif;
        font-size: 2.5rem;
        line-height: .5em;
        color: #abcc37; }
        @media only screen and (min-width: 992px) {
          .section-cards-relacionados .card-item .right time {
            font-size: 2.9rem; } }
      .section-cards-relacionados .card-item .right h4 {
        margin: 0;
        font-weight: 300;
        font-size: 1.2rem;
        line-height: 1.25em;
        color: #2f141d;
        transition: color 300ms ease-in-out; }
        @media only screen and (min-width: 992px) {
          .section-cards-relacionados .card-item .right h4 {
            font-size: 1.4rem; } }
        @media only screen and (min-width: 1600px) {
          .section-cards-relacionados .card-item .right h4 {
            font-size: 1.625rem; } }
        .section-cards-relacionados .card-item .right h4 strong {
          font-weight: 600; }
      .section-cards-relacionados .card-item .right small {
        display: none; }
      .section-cards-relacionados .card-item .right [data-custom-button], .section-cards-relacionados .card-item .right .wpcf7-submit {
        margin-top: 20px; }
        @media only screen and (min-width: 992px) {
          .section-cards-relacionados .card-item .right [data-custom-button], .section-cards-relacionados .card-item .right .wpcf7-submit {
            width: 80%; } }

.single-tratamentos main {
  position: relative;
  background: #f7f7f7; }
  .single-tratamentos main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url("../images/effect-content.jpg") center top; }

.single-banner {
  margin-bottom: 50px;
  /* BG */
  /* BOTÃ•ES */ }
  .single-banner:has(+ .model-content) {
    margin-bottom: 0; }
  .single-banner .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: inherit;
    max-height: inherit; }
    .single-banner .bg .mask-banner {
      width: 100%;
      height: 100%; }
      .single-banner .bg .mask-banner img {
        min-height: inherit;
        max-height: inherit; }
  .single-banner .box-text {
    position: relative;
    min-height: 350px;
    padding-top: 125px; }
    @media only screen and (min-width: 768px) {
      .single-banner .box-text {
        min-height: 600px; } }
    @media only screen and (min-width: 992px) {
      .single-banner .box-text {
        min-height: 700px;
        padding-top: 150px; } }
    @media only screen and (min-width: 1600px) {
      .single-banner .box-text {
        min-height: 830px;
        padding-top: 200px; } }
    @media only screen and (max-width: 767px) {
      .single-banner .box-text {
        background-color: rgba(103, 34, 59, 0.9); } }
    .single-banner .box-text .container {
      align-items: center; }
      @media only screen and (min-width: 768px) {
        .single-banner .box-text .container {
          align-items: flex-start; } }
      .single-banner .box-text .container .breadcrumb {
        margin-bottom: 15px; }
        @media only screen and (min-width: 480px) {
          .single-banner .box-text .container .breadcrumb {
            margin-bottom: 30px; } }
        @media only screen and (min-width: 992px) {
          .single-banner .box-text .container .breadcrumb {
            margin-bottom: 20px; } }
        @media only screen and (min-width: 1600px) {
          .single-banner .box-text .container .breadcrumb {
            margin-bottom: 45px; } }
      .single-banner .box-text .container [data-custom-title] {
        width: 100%;
        margin-bottom: 20px; }
        @media only screen and (min-width: 480px) {
          .single-banner .box-text .container [data-custom-title] {
            margin-bottom: 35px;
            margin-top: 0; } }
        @media only screen and (min-width: 768px) {
          .single-banner .box-text .container [data-custom-title] {
            max-width: 80%;
            margin-bottom: 15px; } }
        @media only screen and (min-width: 1200px) {
          .single-banner .box-text .container [data-custom-title] {
            margin-bottom: 30px;
            max-width: 55%; } }
      .single-banner .box-text .container [data-custom-resumn] {
        margin-bottom: 20px; }
  .single-banner .buttons {
    background-color: rgba(0, 0, 0, 0.15);
    border: 1px solid #abcc37;
    border-radius: 0px 15px 15px 15px;
    max-width: 570px;
    width: 100%;
    margin: 20px 0 0 0; }
    @media only screen and (min-width: 480px) {
      .single-banner .buttons {
        border-radius: 0px 30px 30px 30px; } }
    @media only screen and (min-width: 1200px) {
      .single-banner .buttons {
        max-width: 620px; } }
    .single-banner .buttons .item-buy {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: column;
      text-align: center;
      padding: 20px; }
      @media only screen and (min-width: 480px) {
        .single-banner .buttons .item-buy {
          flex-direction: row;
          text-align: left; } }
      @media only screen and (min-width: 1200px) {
        .single-banner .buttons .item-buy {
          padding: 25px; } }
      .single-banner .buttons .item-buy .text span {
        color: #ffffff;
        display: block;
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1.25em;
        margin: 0 0 10px 0; }
      .single-banner .buttons .item-buy .text small {
        color: #ffffff;
        display: block;
        font-size: 1.125rem; }
        @media only screen and (min-width: 480px) {
          .single-banner .buttons .item-buy .text small {
            font-size: 0.875rem; } }
        @media only screen and (min-width: 1200px) {
          .single-banner .buttons .item-buy .text small {
            font-size: 1rem; } }
      .single-banner .buttons .item-buy .button-buy {
        flex-shrink: 0;
        margin: 15px 0 0 0; }
        @media only screen and (min-width: 480px) {
          .single-banner .buttons .item-buy .button-buy {
            margin: 0 0 0 15px; } }
        @media only screen and (min-width: 1200px) {
          .single-banner .buttons .item-buy .button-buy {
            margin: 0 0 0 30px; } }
      .single-banner .buttons .item-buy + .item-buy {
        border-top: 1px solid #abcc37; }

.page-banner, .single-banner, .archive-banner {
  position: relative;
  background: #504a4b; }
  .page-banner.only-text .bg, .only-text.single-banner .bg, .only-text.archive-banner .bg,
  .page-banner.only-text .bg img,
  .only-text.single-banner .bg img,
  .only-text.archive-banner .bg img {
    min-height: unset; }
  .page-banner.only-text .box-text, .only-text.single-banner .box-text, .only-text.archive-banner .box-text {
    position: relative;
    padding: 130px 0 50px; }
    @media only screen and (min-width: 768px) {
      .page-banner.only-text .box-text, .only-text.single-banner .box-text, .only-text.archive-banner .box-text {
        padding: 150px 0 50px; } }
    @media only screen and (min-width: 1200px) {
      .page-banner.only-text .box-text, .only-text.single-banner .box-text, .only-text.archive-banner .box-text {
        padding: 200px 0 100px; } }
    .page-banner.only-text .box-text .container [data-custom-title], .only-text.single-banner .box-text .container [data-custom-title], .only-text.archive-banner .box-text .container [data-custom-title],
    .page-banner.only-text .box-text .container [data-custom-resumn],
    .only-text.single-banner .box-text .container [data-custom-resumn],
    .only-text.archive-banner .box-text .container [data-custom-resumn] {
      max-width: 100%; }
  @media only screen and (min-width: 768px) {
    .page-banner .bg, .single-banner .bg, .archive-banner .bg,
    .page-banner .bg img,
    .single-banner .bg img,
    .archive-banner .bg img {
      min-height: 600px;
      max-height: 1000px; } }
  @media only screen and (min-width: 992px) {
    .page-banner .bg, .single-banner .bg, .archive-banner .bg,
    .page-banner .bg img,
    .single-banner .bg img,
    .archive-banner .bg img {
      min-height: 700px; } }
  @media only screen and (min-width: 1600px) {
    .page-banner .bg, .single-banner .bg, .archive-banner .bg,
    .page-banner .bg img,
    .single-banner .bg img,
    .archive-banner .bg img {
      min-height: 830px; } }
  .page-banner .bg, .single-banner .bg, .archive-banner .bg {
    position: relative; }
    .page-banner .bg:before, .single-banner .bg:before, .archive-banner .bg:before {
      content: '';
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      background: black;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%); }
      @media only screen and (min-width: 768px) {
        .page-banner .bg:before, .single-banner .bg:before, .archive-banner .bg:before {
          background: linear-gradient(0deg, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.5) 100%); } }
    
    .page-banner .bg img,
    .single-banner .bg img,
    .archive-banner .bg img {
      margin-left: auto; }
  .page-banner .box-text, .single-banner .box-text, .archive-banner .box-text {
    position: relative;
    z-index: 2;
    padding: 30px 0;
    background: #065a78; }
    @media only screen and (min-width: 768px) {
      .page-banner .box-text, .single-banner .box-text, .archive-banner .box-text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 100px 0;
        background: transparent; } }
    @media only screen and (min-width: 1200px) {
      .page-banner .box-text, .single-banner .box-text, .archive-banner .box-text {
        padding: 150px 0 100px; } }
    .page-banner .box-text .container, .single-banner .box-text .container, .archive-banner .box-text .container {
      display: flex;
      flex-direction: column; }
      @media only screen and (min-width: 480px) {
        .page-banner .box-text .container, .single-banner .box-text .container, .archive-banner .box-text .container {
          align-items: center; } }
      @media only screen and (min-width: 768px) {
        .page-banner .box-text .container, .single-banner .box-text .container, .archive-banner .box-text .container {
          align-items: flex-start; } }
      @media only screen and (min-width: 1600px) {
        .page-banner .box-text .container, .single-banner .box-text .container, .archive-banner .box-text .container {
          max-width: 1585px; } }
      .page-banner .box-text .container [data-custom-title], .single-banner .box-text .container [data-custom-title], .archive-banner .box-text .container [data-custom-title] {
        text-align: center;
        margin-bottom: 3em; }
        @media only screen and (min-width: 480px) {
          .page-banner .box-text .container [data-custom-title], .single-banner .box-text .container [data-custom-title], .archive-banner .box-text .container [data-custom-title] {
            margin-top: -3em;
            margin-bottom: 0; } }
        @media only screen and (min-width: 768px) {
          .page-banner .box-text .container [data-custom-title], .single-banner .box-text .container [data-custom-title], .archive-banner .box-text .container [data-custom-title] {
            text-align: left;
            margin-top: 0; } }
      .page-banner .box-text .container [data-custom-resumn], .single-banner .box-text .container [data-custom-resumn], .archive-banner .box-text .container [data-custom-resumn] {
        text-align: center; }
        @media only screen and (min-width: 768px) {
          .page-banner .box-text .container [data-custom-resumn], .single-banner .box-text .container [data-custom-resumn], .archive-banner .box-text .container [data-custom-resumn] {
            max-width: 50%;
            text-align: left; } }

/* DEFAULT CLASS */
.section-model {
  margin-bottom: 30px; }
  @media only screen and (min-width: 1200px) {
    .section-model {
      margin-bottom: 65px; } }
  .section-model.rmv-margin {
    margin-bottom: 0; }
  .section-model.sm-margin {
    margin-bottom: 15px; }
    @media only screen and (min-width: 1200px) {
      .section-model.sm-margin {
        margin-bottom: 30px; } }
  @media only screen and (min-width: 1200px) {
    .section-model .container {
      max-width: 1390px; } }
  .section-model:not(.model-formulario):not(.model-captura-leads) .section-header {
    margin-bottom: 15px;
    text-align: center; }
    @media only screen and (min-width: 1200px) {
      .section-model:not(.model-formulario):not(.model-captura-leads) .section-header {
        margin-bottom: 70px; } }
    .section-model:not(.model-formulario):not(.model-captura-leads) .section-header.section-header-sm {
      margin-bottom: 15px; }

/* THE CONTENT */
.model-content {
  padding: 40px 0;
  margin-bottom: 65px;
  position: relative; }
  @media only screen and (min-width: 1200px) {
    .model-content {
      padding: 65px 0; } }
  .model-content:before, .model-content:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .model-content:before {
    background: black;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 80%, rgba(255, 255, 255, 0.8) 100%); }
  .model-content:after {
    background: url("../images/effect-content.jpg") no-repeat -30px top;
    mix-blend-mode: color-dodge;
    opacity: .99; }
  .model-content.alt + .model-text.alt {
    padding-top: 0; }
  .model-content.alt .section-header {
    margin-bottom: 60px;
    text-align: center; }
  .model-content .container {
    position: relative;
    z-index: 3; }
    @media only screen and (min-width: 1200px) {
      .model-content .container {
        max-width: 1390px; } }
  .model-content .section-header {
    margin-bottom: 10px; }

/* BG */
[data-bg] {
  position: relative;
  padding: 40px 0; }
  @media only screen and (min-width: 1200px) {
    [data-bg] {
      padding: 70px 0; } }
  [data-bg]:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url("../images/effect-content.jpg") no-repeat left top;
    mix-blend-mode: color-dodge; }
  [data-bg] .container {
    position: relative;
    z-index: 3; }

[data-bg~="white"]:before {
  background: unset; }

[data-bg~="grey-light"] {
  background-color: #f7f7f7; }

[data-bg~="nude"] {
  background: url("../images/banner6.jpg") center top #ecd9bf; }
  [data-bg~="nude"]:before, [data-bg~="nude"]:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  [data-bg~="nude"]:before {
    background: black;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 80%, rgba(255, 255, 255, 0.8) 100%); }
  [data-bg~="nude"]:after {
    background: url("../images/effect-content.jpg") no-repeat -30px top;
    mix-blend-mode: color-dodge;
    opacity: .99; }

/* TITULO */
.model-title {
  margin-bottom: 65px; }
  .model-title.margin-alt {
    margin-bottom: 30px; }
  @media only screen and (min-width: 1200px) {
    .model-title .container {
      max-width: 1390px; } }
  .model-title .section-header {
    margin-bottom: 10px; }
  .model-title .section-content h1, .model-title .section-content h2, .model-title .section-content h3, .model-title .section-content h4, .model-title .section-content h5, .model-title .section-content h6 {
    margin: 0;
    font-weight: 400;
    line-height: 1.125em;
    color: #8d2f51; }
    @media only screen and (max-width: 767px) {
      .model-title .section-content h1, .model-title .section-content h2, .model-title .section-content h3, .model-title .section-content h4, .model-title .section-content h5, .model-title .section-content h6 {
        text-align: center; } }
  .model-title .section-content h1 {
    font-size: 2rem; }
    @media only screen and (min-width: 768px) {
      .model-title .section-content h1 {
        font-size: 3rem; } }
    @media only screen and (min-width: 1600px) {
      .model-title .section-content h1 {
        font-size: 4rem; } }
  .model-title .section-content h2 {
    font-size: 2rem; }
    @media only screen and (min-width: 768px) {
      .model-title .section-content h2 {
        font-size: 2.75rem; } }
    @media only screen and (min-width: 1600px) {
      .model-title .section-content h2 {
        font-size: 3.5rem; } }
  .model-title .section-content h3 {
    font-size: 1.75rem; }
    @media only screen and (min-width: 768px) {
      .model-title .section-content h3 {
        font-size: 2.5rem; } }
    @media only screen and (min-width: 1600px) {
      .model-title .section-content h3 {
        font-size: 3rem; } }
  .model-title .section-content h4 {
    font-size: 1.5rem; }
    @media only screen and (min-width: 768px) {
      .model-title .section-content h4 {
        font-size: 1.75rem; } }
    @media only screen and (min-width: 1600px) {
      .model-title .section-content h4 {
        font-size: 2.25rem; } }
  .model-title .section-content h5 {
    font-size: 1.375rem; }
    @media only screen and (min-width: 768px) {
      .model-title .section-content h5 {
        font-size: 1.5rem; } }
    @media only screen and (min-width: 1600px) {
      .model-title .section-content h5 {
        font-size: 2rem; } }
  .model-title .section-content h6 {
    font-size: 1.125rem; }
    @media only screen and (min-width: 768px) {
      .model-title .section-content h6 {
        font-size: 1.25rem; } }
    @media only screen and (min-width: 1600px) {
      .model-title .section-content h6 {
        font-size: 1.5rem; } }

/* TEXT */
.model-text {
  position: relative;
  margin-bottom: 65px; }
  .model-text.alt + .model-content.alt {
    padding-top: 0; }
  .model-text.alt .container {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 17px; }
  .model-text.alt .section-header {
    padding: 30px 0;
    text-align: center; }
  .model-text.alt .section-content {
    padding: 0 0 30px; }
    @media only screen and (min-width: 768px) {
      .model-text.alt .section-content {
        padding: 0 30px 30px; } }
    @media only screen and (min-width: 1200px) {
      .model-text.alt .section-content {
        padding: 0 75px 75px; } }
  @media only screen and (min-width: 1200px) {
    .model-text .container {
      max-width: 1390px; } }
  .model-text .section-header {
    margin-bottom: 10px; }

/* IMAGEM E VIDEO */
.model-image,
.model-video {
  margin-bottom: 65px; }
  @media only screen and (min-width: 1200px) {
    .model-image .container,
    .model-video .container {
      max-width: 1390px; } }

.card-img,
.card-video {
  position: relative;
  border-radius: 20px;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .card-img,
    .card-video {
      border-radius: 45px; } }
  .card-img.card-img-alt, .card-img.card-video-alt,
  .card-video.card-img-alt,
  .card-video.card-video-alt {
    border-radius: 0; }
  .card-img:before, .card-img:after,
  .card-video:before,
  .card-video:after {
    content: '';
    position: absolute;
    pointer-events: none; }
  .card-img:before,
  .card-video:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background 350ms; }
  .card-img:after,
  .card-video:after {
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top; }

@media only screen and (min-width: 1200px) {
  .card-img:hover:before {
    background: rgba(192, 155, 131, 0.7); }
  .card-img:hover:after {
    opacity: 1; } }

.card-img:before {
  background: rgba(192, 155, 131, 0); }

.card-img:after {
  background-image: url("../images/icon-zoom.png");
  opacity: 0;
  transition: opacity 300ms ease-in-out; }

@media only screen and (min-width: 1200px) {
  .card-video:hover:before {
    background: rgba(192, 155, 131, 0.8); }
  .card-video:hover:after {
    transform: translate(-50%, -50%) scale(0.9); } }

.card-video:before {
  background: rgba(192, 155, 131, 0.7); }

.card-video:after {
  background-image: url("../images/icon-arrow-down.svg");
  transition: transform 300ms ease-in-out; }
  @media only screen and (min-width: 768px) {
    .card-video:after {
      width: 84px;
      height: 84px; } }

/* lISTA SIMPLES */
.model-list {
  margin-bottom: 65px; }
  @media only screen and (min-width: 1200px) {
    .model-list .container {
      max-width: 1390px; } }
  .model-list .section-header {
    margin-bottom: 15px; }
  .model-list .section-content ul {
    margin: 0;
    padding: 0; }
    .model-list .section-content ul li {
      display: flex;
      list-style: none;
      font-weight: 400;
      font-size: 1rem;
      line-height: 1.47em;
      color: #065a78; }
      @media only screen and (min-width: 1200px) {
        .model-list .section-content ul li {
          font-size: 1.125rem; } }
      .model-list .section-content ul li + li {
        margin-top: 5px; }
      .model-list .section-content ul li:before {
        content: '';
        flex-shrink: 0;
        display: block;
        margin: .25em 5px 0 0;
        width: 18px;
        height: 18px;
        background: url("../images/icon-menu.webp") no-repeat center top;
        background-size: contain; }
        @media only screen and (min-width: 600px) {
          .model-list .section-content ul li:before {
            margin: .25em 10px 0 0; } }

/* lISTA COMPLETA */
.model-list-full {
  position: relative;
  padding-bottom: 100px; }
  .model-list-full .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .99;
    mix-blend-mode: overlay;
    pointer-events: none;
    max-width: 100%;
    max-height: 100%; }
    .model-list-full .bg img {
      filter: grayscale(1); }
  .model-list-full .section-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 60px 20px; }
    @media only screen and (min-width: 480px) {
      .model-list-full .section-content {
        grid-template-columns: repeat(4, 1fr);
        gap: 50px 20px; } }
    @media only screen and (min-width: 768px) {
      .model-list-full .section-content {
        gap: 20px;
        grid-template-columns: repeat(3, 1fr); } }
    @media only screen and (min-width: 992px) {
      .model-list-full .section-content {
        gap: 40px; } }
    @media only screen and (min-width: 1600px) {
      .model-list-full .section-content {
        gap: 80px; } }
    .model-list-full .section-content .card-blog {
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07); }
      @media only screen and (min-width: 480px) {
        .model-list-full .section-content .card-blog {
          grid-column: span 2; } }
      @media only screen and (min-width: 768px) {
        .model-list-full .section-content .card-blog {
          grid-column: unset; } }
      @media only screen and (min-width: 480px) {
        .model-list-full .section-content .card-blog:last-child {
          grid-column: 2 / span 2; } }
      @media only screen and (min-width: 768px) {
        .model-list-full .section-content .card-blog:last-child {
          grid-column: unset; } }

/* CARD COLUNAS */
.model-card-columns {
  position: relative; }
  .model-card-columns:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url("../images/effect-content.jpg") right bottom no-repeat;
    mix-blend-mode: color-dodge; }
  .model-card-columns .bg {
    position: absolute;
    top: 40%;
    left: 0;
    opacity: .99;
    mix-blend-mode: overlay;
    pointer-events: none;
    max-width: 100%;
    max-height: 100%; }
    .model-card-columns .bg img {
      filter: grayscale(1); }
  .model-card-columns .section-header {
    margin-bottom: 40px; }
    @media only screen and (min-width: 1200px) {
      .model-card-columns .section-header {
        margin-bottom: 80px; } }
  @media only screen and (min-width: 992px) {
    .model-card-columns .section-content .card-column:nth-child(even) .right-content {
      order: -1; } }

.card-column {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 50px; }
  @media only screen and (min-width: 992px) {
    .card-column {
      margin-bottom: 100px;
      flex-wrap: nowrap; } }
  @media only screen and (min-width: 1200px) {
    .card-column {
      gap: 80px; } }
  .card-column .left-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    padding-top: 20px; }
    @media only screen and (min-width: 992px) {
      .card-column .left-content {
        align-items: flex-start;
        max-width: 430px; } }
    @media only screen and (min-width: 1200px) {
      .card-column .left-content {
        padding-top: 40px; } }
    .card-column .left-content [data-custom-subtitle] {
      text-align: center;
      font-weight: 400;
      font-size: 1rem;
      letter-spacing: 4px;
      line-height: 1.25em;
      color: #865443; }
      @media only screen and (min-width: 768px) {
        .card-column .left-content [data-custom-subtitle] {
          letter-spacing: 3px; } }
      @media only screen and (min-width: 992px) {
        .card-column .left-content [data-custom-subtitle] {
          text-align: left; } }
      @media only screen and (min-width: 1200px) {
        .card-column .left-content [data-custom-subtitle] {
          letter-spacing: 6px;
          font-size: 1.125rem; } }
      @media only screen and (min-width: 1600px) {
        .card-column .left-content [data-custom-subtitle] {
          letter-spacing: 9px; } }
      .card-column .left-content [data-custom-subtitle] strong {
        font-weight: 600;
        color: #865443; }
    .card-column .left-content [data-custom-title] {
      text-align: center;
      margin-bottom: .5em;
      font-family: "Mutually Beneficial", sans-serif;
      font-weight: 400;
      font-size: 7rem;
      line-height: .5em;
      color: #065a78; }
      @media only screen and (min-width: 768px) {
        .card-column .left-content [data-custom-title] {
          font-size: 11rem; } }
      @media only screen and (min-width: 992px) {
        .card-column .left-content [data-custom-title] {
          text-align: left; } }
      @media only screen and (min-width: 1200px) {
        .card-column .left-content [data-custom-title] {
          font-size: 13rem; } }
    .card-column .left-content [data-custom-description] {
      margin-bottom: 10px;
      text-align: center; }
      @media only screen and (min-width: 992px) {
        .card-column .left-content [data-custom-description] {
          text-align: left; } }
      @media only screen and (min-width: 1600px) {
        .card-column .left-content [data-custom-description] {
          margin-bottom: 30px; } }
      .card-column .left-content [data-custom-description] p {
        font-size: 1rem;
        letter-spacing: 3px;
        line-height: 2.2em;
        color: #065a78; }
        @media only screen and (min-width: 480px) {
          .card-column .left-content [data-custom-description] p {
            letter-spacing: 6px; } }
        @media only screen and (min-width: 1200px) {
          .card-column .left-content [data-custom-description] p {
            font-size: 1.125rem; } }
        @media only screen and (min-width: 1600px) {
          .card-column .left-content [data-custom-description] p {
            letter-spacing: 9px; } }
        .card-column .left-content [data-custom-description] p strong {
          color: #abcc37; }
    .card-column .left-content [data-custom-resumn] {
      margin-bottom: 20px;
      text-align: center; }
      @media only screen and (min-width: 992px) {
        .card-column .left-content [data-custom-resumn] {
          text-align: left; } }
      .card-column .left-content [data-custom-resumn] p {
        font-weight: 300;
        font-size: 1.05rem;
        letter-spacing: 1px;
        line-height: 1.8em;
        color: #065a78; }
  .card-column .right-content {
    flex-shrink: 0;
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .card-column .right-content {
        width: 55%; } }
    @media only screen and (min-width: 1600px) {
      .card-column .right-content {
        width: 66%; } }
    .card-column .right-content .box-img {
      position: sticky;
      top: 120px; }
      .card-column .right-content .box-img:before {
        content: '';
        position: absolute;
        z-index: 2;
        top: -10px;
        right: -10px;
        width: calc( 100% + 20px);
        height: calc( 100% + 20px);
        border: 1px solid #abcc37;
        pointer-events: none; }
        @media only screen and (min-width: 992px) {
          .card-column .right-content .box-img:before {
            width: 95%; } }
        @media only screen and (min-width: 1200px) {
          .card-column .right-content .box-img:before {
            height: calc( 100% + 40px);
            top: -20px;
            right: -25px; } }

/* ACCORDION */
.accordion .item {
  margin: 0 0 25px 0;
  /* PERGUNTA */
  /* RESPOSTA */
  /* HOVER */
  /* ACTIVE */ }
  .accordion .item .question {
    background-color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    position: relative;
    transition: background-color 300ms; }
    @media only screen and (min-width: 768px) {
      .accordion .item .question {
        padding: 10px 30px; } }
    .accordion .item .question span {
      color: #065a78;
      font-size: 1.125rem;
      font-weight: 500;
      transition: color 300ms; }
      @media only screen and (min-width: 480px) {
        .accordion .item .question span {
          font-size: 1.25rem; } }
    .accordion .item .question .more {
      flex-shrink: 0;
      position: relative;
      width: 16px;
      height: 16px;
      margin: 0 0 0 15px;
      transition: transform 300ms cubic-bezier(0.77, 0, 0.175, 1); }
      .accordion .item .question .more:before, .accordion .item .question .more:after {
        content: "";
        border-bottom: 2px solid #7f7f7f;
        position: absolute;
        top: 100%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
        transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1); }
      .accordion .item .question .more:before {
        transform: translate(-100%, 0%) rotate(45deg);
        transform-origin: bottom right; }
      .accordion .item .question .more:after {
        transform: rotate(-45deg);
        transform-origin: bottom left; }
  .accordion .item .response {
    display: none;
    padding: 15px 0 0; }
    @media only screen and (min-width: 768px) {
      .accordion .item .response {
        padding: 20px 0 0; } }
  @media only screen and (min-width: 1200px) {
    .accordion .item:hover .question {
      background-color: #8d2f51; }
      .accordion .item:hover .question span {
        color: #ffffff; }
      .accordion .item:hover .question .more:before, .accordion .item:hover .question .more:after {
        border-color: #ffffff; } }
  .accordion .item.active .question {
    background-color: #8d2f51; }
    .accordion .item.active .question span {
      color: #ffffff; }
    .accordion .item.active .question .more {
      transform: rotateX(180deg); }
      .accordion .item.active .question .more::before, .accordion .item.active .question .more::after {
        border-color: #ffffff; }

/* GALERIA THUMBS */
.slide-thumbs .gallery-top .swiper-card {
  overflow: hidden;
  transform: translateZ(0);
  margin: 0 0 15px 0; }
  @media only screen and (min-width: 992px) {
    .slide-thumbs .gallery-top .swiper-card {
      margin: 0 0 30px 0; } }
  .slide-thumbs .gallery-top .swiper-card .swiper-slide {
    border-radius: 20px;
    overflow: hidden; }

.slide-thumbs .gallery-bottom {
  position: relative;
  /* SWIPER CONTAINER */
  /* SETAS */ }
  .slide-thumbs .gallery-bottom .swiper-cards {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    /* ITEM */ }
    @media only screen and (min-width: 1200px) {
      .slide-thumbs .gallery-bottom .swiper-cards {
        margin: 0 100px; } }
    .slide-thumbs .gallery-bottom .swiper-cards .swiper-slide {
      background-color: #ffffff;
      border-radius: 20px;
      cursor: pointer;
      overflow: hidden;
      transform: translateZ(0);
      /* ACTIVE */
      /* HOVER */ }
      .slide-thumbs .gallery-bottom .swiper-cards .swiper-slide img {
        opacity: 0.75;
        transition: opacity 300ms; }
      .slide-thumbs .gallery-bottom .swiper-cards .swiper-slide.swiper-slide-thumb-active img {
        opacity: 1; }
      @media only screen and (min-width: 1025px) {
        .slide-thumbs .gallery-bottom .swiper-cards .swiper-slide:hover img {
          opacity: 1; } }
  .slide-thumbs .gallery-bottom .custom-arrow {
    position: absolute;
    top: 50%;
    margin: -30px 0 0 0; }
    @media only screen and (max-width: 1199px) {
      .slide-thumbs .gallery-bottom .custom-arrow {
        display: none; } }
    .slide-thumbs .gallery-bottom .custom-arrow.swiper-button-prev {
      left: 0; }
    .slide-thumbs .gallery-bottom .custom-arrow.swiper-button-next {
      right: 0; }

/* GALERIA GRID */
.model-gallery-grid {
  border-bottom: 4px solid #ffffff; }
  .model-gallery-grid .section-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3px; }
    @media only screen and (min-width: 768px) {
      .model-gallery-grid .section-content {
        grid-template-columns: repeat(3, 1fr); } }

/* FORMULARIO */
/* CAPTURA LEADS */
.model-captura-leads .section-header [data-custom-title] {
  margin-bottom: .7em; }

.model-captura-leads .section-header [data-custom-subtitle] {
  max-width: 800px; }

.archive-banner .bg img,
.archive-banner .bg {
  min-height: unset; }

.archive-banner .bg img {
  margin-left: auto; }

@media only screen and (min-width: 768px) {
  .archive-banner .box-text {
    padding-top: 125px; } }

@media only screen and (min-width: 992px) {
  .archive-banner .box-text {
    padding-top: 150px; } }

@media only screen and (min-width: 1200px) {
  .archive-banner .box-text {
    padding-top: 200px; } }

.archive-banner .box-text .container {
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .archive-banner .box-text .container {
      align-items: flex-start; } }
  .archive-banner .box-text .container .breadcrumb {
    margin-bottom: 15px; }
    @media only screen and (min-width: 480px) {
      .archive-banner .box-text .container .breadcrumb {
        margin-bottom: 30px; } }
    @media only screen and (min-width: 992px) {
      .archive-banner .box-text .container .breadcrumb {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 1200px) {
      .archive-banner .box-text .container .breadcrumb {
        margin-bottom: 45px; } }
  .archive-banner .box-text .container [data-custom-title] {
    margin-bottom: 20px; }
    @media only screen and (min-width: 480px) {
      .archive-banner .box-text .container [data-custom-title] {
        margin-bottom: 35px;
        margin-top: -1em; } }
    @media only screen and (min-width: 768px) {
      .archive-banner .box-text .container [data-custom-title] {
        margin-bottom: 15px;
        margin-top: 0;
        max-width: 50%; } }
    @media only screen and (min-width: 1200px) {
      .archive-banner .box-text .container [data-custom-title] {
        margin-bottom: 30px; } }
  .archive-banner .box-text .container [data-custom-description] {
    text-align: center;
    max-width: 500px; }
    @media only screen and (min-width: 768px) {
      .archive-banner .box-text .container [data-custom-description] {
        max-width: 40%;
        text-align: left; } }
    @media only screen and (min-width: 992px) {
      .archive-banner .box-text .container [data-custom-description] {
        max-width: 33%; } }
    @media only screen and (min-width: 1600px) {
      .archive-banner .box-text .container [data-custom-description] {
        max-width: 30%; } }

.mask-banner {
  -webkit-mask-image: url("../images/banner6.jpg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center right;
  -webkit-mask-size: 100% 100%; }
  @media only screen and (min-width: 768px) {
    .mask-banner {
      -webkit-mask-size: 70% 100%; } }

.list {
  position: relative;
  padding: 25px 0 50px; }
  @media only screen and (min-width: 768px) {
    .list {
      padding: 25px 0 150px; } }
  .list.list-tratamentos .section-header .slide-tratamentos {
    width: calc(100% + 15px); }
    @media only screen and (min-width: 768px) {
      .list.list-tratamentos .section-header .slide-tratamentos {
        width: auto; } }
  .list .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: #fbfbfb; }
    .list .bg:before, .list .bg:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none; }
    .list .bg:before {
      background: url("../images/banner6.jpg") center top; }
    .list .bg:after {
      background: url("../images/effect-content.jpg") no-repeat left top;
      mix-blend-mode: color-dodge;
      opacity: .99; }
    .list .bg img {
      filter: grayscale(1); }
  .list .container {
    position: relative;
    z-index: 2; }
    @media only screen and (min-width: 1200px) {
      .list .container {
        max-width: 1330px; } }
  .list .section-header {
    margin-bottom: 60px; }
    .list .section-header [data-custom-title] {
      margin-bottom: 60px;
      text-align: center; }

.slide-tratamentos {
  position: relative; }
  .slide-tratamentos [data-custom-button], .slide-tratamentos .wpcf7-submit {
    text-transform: uppercase; }
  .slide-tratamentos .swiper-slide {
    width: auto; }
    .slide-tratamentos .swiper-slide.active-nav {
      pointer-events: none; }
      .slide-tratamentos .swiper-slide.active-nav [data-custom-button], .slide-tratamentos .swiper-slide.active-nav .wpcf7-submit {
        border-color: #065a78; }
        .slide-tratamentos .swiper-slide.active-nav [data-custom-button] .icon, .slide-tratamentos .swiper-slide.active-nav .wpcf7-submit .icon,
        .slide-tratamentos .swiper-slide.active-nav [data-custom-button] span,
        .slide-tratamentos .swiper-slide.active-nav .wpcf7-submit span {
          color: #065a78; }
  .slide-tratamentos .swiper-scrollbar {
    bottom: -15px; }

.card-area {
  display: flex;
  flex-wrap: wrap;
  border-radius: 25px;
  overflow: hidden; }
  @media only screen and (min-width: 992px) {
    .card-area {
      flex-wrap: nowrap; } }
  .card-area.only-posts .right-content,
  .card-area.only-posts .tratamentos {
    max-height: unset; }
  .card-area + .card-area {
    margin-top: 25px; }
    @media only screen and (min-width: 992px) {
      .card-area + .card-area {
        margin-top: 50px; } }
  .card-area .left-content {
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .card-area .left-content {
        flex-shrink: 0;
        width: 39%; } }
  .card-area .right-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    border: 1px solid #e6e6e6;
    padding: 20px 15px;
    background: #e7e7e7; }
    @media only screen and (min-width: 480px) {
      .card-area .right-content {
        padding: 30px; } }
    @media only screen and (min-width: 992px) {
      .card-area .right-content {
        max-height: 525px; } }
    @media only screen and (min-width: 1200px) {
      .card-area .right-content {
        padding: 30px 60px; } }
    .card-area .right-content > h3 {
      margin: 0;
      font-weight: 600;
      font-size: 2.125rem;
      line-height: 1.25em;
      color: #065a78; }
    .card-area .right-content p {
      margin: 15px 0 0;
      line-height: 1.43em;
      color: #065a78; }
    .card-area .right-content .tratamentos {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      gap: 19px;
      margin-top: 25px;
      overflow: auto;
      padding-right: 14px;
      max-height: 490px; }
      @media only screen and (min-width: 480px) {
        .card-area .right-content .tratamentos {
          max-height: unset; } }
      .card-area .right-content .tratamentos::-webkit-scrollbar-track {
        background-color: #e7e7e7; }
      .card-area .right-content .tratamentos::-webkit-scrollbar {
        width: 12px;
        background-color: #e7e7e7; }
      .card-area .right-content .tratamentos::-webkit-scrollbar-thumb {
        border-left: 8px solid #e7e7e7;
        background-color: #c1bed1; }
      .card-area .right-content .tratamentos .card-tratamentos {
        flex-shrink: 0; }
        .card-area .right-content .tratamentos .card-tratamentos:last-child:not(:first-child) {
          margin-bottom: 2px; }

.card-tratamentos {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #abcc37;
  padding-top: 15px; }
  @media only screen and (min-width: 480px) {
    .card-tratamentos {
      align-items: center;
      justify-content: space-between;
      flex-wrap: nowrap;
      border-radius: 27.5px;
      padding-top: 0;
      padding-left: 20px; } }
  @media only screen and (min-width: 1200px) {
    .card-tratamentos {
      padding-left: 37px; } }
  .card-tratamentos:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border-radius: 27.5px;
    transform-origin: right top;
    background: #065a78;
    transform: scaleX(0);
    transition: transform 500ms ease-in-out; }

@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  .card-tratamentos[href]:hover:before {
    transform: scaleX(1); }
  .card-tratamentos[href]:hover h3 {
    color: #ffffff;
    transition-delay: 200ms; }
  .card-tratamentos[href]:hover [data-custom-button], .card-tratamentos[href]:hover .wpcf7-submit {
    background: #abcc37; } }
  .card-tratamentos h3,
  .card-tratamentos [data-custom-button],
  .card-tratamentos .wpcf7-submit {
    position: relative;
    z-index: 2; }
  .card-tratamentos h3 {
    padding: 0 15px;
    text-align: center;
    width: 100%;
    margin: 0;
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    color: #065a78;
    transition: color 300ms ease-in-out; }
    @media only screen and (min-width: 480px) {
      .card-tratamentos h3 {
        padding: 0;
        width: auto;
        text-align: left; } }
    @media only screen and (min-width: 768px) {
      .card-tratamentos h3 {
        letter-spacing: 2px; } }
  
  .card-tratamentos [data-custom-button],
  .card-tratamentos .wpcf7-submit {
    width: 100%;
    border-radius: 0; }
    @media only screen and (min-width: 480px) {
      
      .card-tratamentos [data-custom-button],
      .card-tratamentos .wpcf7-submit {
        width: auto;
        border-radius: 27.5px;
        transform: translateX(1px); } }

.single-tratamentos main {
  position: relative;
  background: #f7f7f7; }
  .single-tratamentos main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url("../images/banner6.jpg") center top; }

.single-banner {
  margin-bottom: 50px;
  /* BG */
  /* BOTÃ•ES */ }
  .single-banner:has(+ .model-content) {
    margin-bottom: 0; }
  .single-banner .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: inherit;
    max-height: inherit; }
    .single-banner .bg .mask-banner {
      width: 100%;
      height: 100%; }
      .single-banner .bg .mask-banner img {
        min-height: inherit;
        max-height: inherit; }
  .single-banner .box-text {
    position: relative;
    min-height: 350px;
    padding-top: 125px; }
    @media only screen and (min-width: 768px) {
      .single-banner .box-text {
        min-height: 600px; } }
    @media only screen and (min-width: 992px) {
      .single-banner .box-text {
        min-height: 700px;
        padding-top: 150px; } }
    @media only screen and (min-width: 1600px) {
      .single-banner .box-text {
        min-height: 830px;
        padding-top: 200px; } }
    @media only screen and (max-width: 767px) {
      .single-banner .box-text {
        background-color: rgba(103, 34, 59, 0.9); } }
    .single-banner .box-text .container {
      align-items: center; }
      @media only screen and (min-width: 768px) {
        .single-banner .box-text .container {
          align-items: flex-start; } }
      .single-banner .box-text .container .breadcrumb {
        margin-bottom: 15px; }
        @media only screen and (min-width: 480px) {
          .single-banner .box-text .container .breadcrumb {
            margin-bottom: 30px; } }
        @media only screen and (min-width: 992px) {
          .single-banner .box-text .container .breadcrumb {
            margin-bottom: 20px; } }
        @media only screen and (min-width: 1600px) {
          .single-banner .box-text .container .breadcrumb {
            margin-bottom: 45px; } }
      .single-banner .box-text .container [data-custom-title] {
        width: 100%;
        margin-bottom: 20px; }
        @media only screen and (min-width: 480px) {
          .single-banner .box-text .container [data-custom-title] {
            margin-bottom: 35px;
            margin-top: 0; } }
        @media only screen and (min-width: 768px) {
          .single-banner .box-text .container [data-custom-title] {
            max-width: 80%;
            margin-bottom: 15px; } }
        @media only screen and (min-width: 1200px) {
          .single-banner .box-text .container [data-custom-title] {
            margin-bottom: 30px;
            max-width: 55%; } }
      .single-banner .box-text .container [data-custom-resumn] {
        margin-bottom: 20px; }
  .single-banner .buttons {
    background-color: rgba(0, 0, 0, 0.15);
    border: 1px solid #abcc37;
    border-radius: 0px 15px 15px 15px;
    max-width: 570px;
    width: 100%;
    margin: 20px 0 0 0; }
    @media only screen and (min-width: 480px) {
      .single-banner .buttons {
        border-radius: 0px 30px 30px 30px; } }
    @media only screen and (min-width: 1200px) {
      .single-banner .buttons {
        max-width: 620px; } }
    .single-banner .buttons .item-buy {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: column;
      text-align: center;
      padding: 20px; }
      @media only screen and (min-width: 480px) {
        .single-banner .buttons .item-buy {
          flex-direction: row;
          text-align: left; } }
      @media only screen and (min-width: 1200px) {
        .single-banner .buttons .item-buy {
          padding: 25px; } }
      .single-banner .buttons .item-buy .text span {
        color: #ffffff;
        display: block;
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1.25em;
        margin: 0 0 10px 0; }
      .single-banner .buttons .item-buy .text small {
        color: #ffffff;
        display: block;
        font-size: 1.125rem; }
        @media only screen and (min-width: 480px) {
          .single-banner .buttons .item-buy .text small {
            font-size: 0.875rem; } }
        @media only screen and (min-width: 1200px) {
          .single-banner .buttons .item-buy .text small {
            font-size: 1rem; } }
      .single-banner .buttons .item-buy .button-buy {
        flex-shrink: 0;
        margin: 15px 0 0 0; }
        @media only screen and (min-width: 480px) {
          .single-banner .buttons .item-buy .button-buy {
            margin: 0 0 0 15px; } }
        @media only screen and (min-width: 1200px) {
          .single-banner .buttons .item-buy .button-buy {
            margin: 0 0 0 30px; } }
      .single-banner .buttons .item-buy + .item-buy {
        border-top: 1px solid #abcc37; }

.page-finalizar-compra .page-banner .box-text .container [data-custom-title], .page-finalizar-compra .single-banner .box-text .container [data-custom-title], .page-finalizar-compra .archive-banner .box-text .container [data-custom-title] {
  max-width: 300px;
  margin-top: 0;
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .page-finalizar-compra .page-banner .box-text .container [data-custom-title], .page-finalizar-compra .single-banner .box-text .container [data-custom-title], .page-finalizar-compra .archive-banner .box-text .container [data-custom-title] {
      margin-top: 90px; } }
  @media only screen and (min-width: 768px) {
    .page-finalizar-compra .page-banner .box-text .container [data-custom-title] strong, .page-finalizar-compra .single-banner .box-text .container [data-custom-title] strong, .page-finalizar-compra .archive-banner .box-text .container [data-custom-title] strong {
      margin: -45px 0 0 0; } }

.page-finalizar-compra .woocommerce .woocommerce-thankyou-order-received {
  margin: 0 0 30px 15px; }

.page-finalizar-compra .woocommerce .woocommerce-info {
  display: none !important; }

.page-finalizar-compra .woocommerce .woocommerce-order-details__title,
.page-finalizar-compra .woocommerce .woocommerce-column__title {
  margin: 0 0 15px 0 !important; }
  @media only screen and (min-width: 768px) {
    .page-finalizar-compra .woocommerce .woocommerce-order-details__title,
    .page-finalizar-compra .woocommerce .woocommerce-column__title {
      font-size: 2.75rem !important; } }

.page-finalizar-compra .woocommerce .woocommerce-customer-details--phone,
.page-finalizar-compra .woocommerce .woocommerce-customer-details--email {
  color: #065a78;
  font-size: 1rem !important;
  margin: 5px 0 !important; }

/* BOTÃƒO DE CARRINHO FLUTUANTE */
#cfw-side-cart-floating-button {
  width: 60px;
  height: 60px;
  left: 15px !important;
  bottom: 15px !important; }
  #cfw-side-cart-floating-button .cfw-side-cart-floating-button-anchor {
    border-radius: 60px !important;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px !important; }
  #cfw-side-cart-floating-button .cfw-side-cart-quantity-wrap .cfw-side-cart-quantity {
    padding-left: 2px !important; }

/* CARRINHO ABERTO */
#cfw-side-cart {
  /* CONTENT */
  /* FOOTER */ }
  #cfw-side-cart .cfw-side-cart-contents .cfw-remove-item-button {
    right: 0;
    top: -5px !important;
    opacity: 1 !important; }
  #cfw-side-cart .cfw-side-cart-contents-footer .wc-proceed-to-checkout a {
    font-size: 0.75rem !important;
    font-weight: 700;
    line-height: 1.25em;
    text-transform: uppercase;
    padding: 15px !important; }
    @media only screen and (min-width: 768px) {
      #cfw-side-cart .cfw-side-cart-contents-footer .wc-proceed-to-checkout a {
        font-size: 0.875rem !important; } }






        /**
 * Swiper 11.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 5, 2024
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

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

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

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

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

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

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

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

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

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

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

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

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

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

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

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

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

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

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

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

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

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

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

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

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

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

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

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

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

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

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

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

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

.swiper-scrollbar-lock {
    display: none
}

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

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

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

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

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

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

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

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

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

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

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

.swiper-cube {
    overflow: visible
}

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

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

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

.swiper-flip {
    overflow: visible
}

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

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

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

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

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}




:root {
    --cfw-heading-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    --cfw-body-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    --cfw-body-background-color: #fff;
    --cfw-body-text-color: #666;
    --cfw-body-link-color: #0073aa;
    --cfw-header-background-color: #fff;
    --cfw-header-text-color: #2b2b2b;
    --cfw-header-bottom-margin: 0;
    --cfw-footer-background-color: #fff;
    --cfw-footer-text-color: #999;
    --cfw-footer-top-margin: 0;
    --cfw-cart-summary-background-color: #fff;
    --cfw-cart-summary-mobile-background-color: #f4f4f4;
    --cfw-cart-summary-text-color: #333;
    --cfw-cart-summary-item-quantity-background-color: hsla(0, 0%, 45%, .902);
    --cfw-cart-summary-item-quantity-text-color: #fff;
    --cfw-cart-summary-order-total-text-color: #000;
    --cfw-breadcrumb-completed-text-color: rgba(0, 0, 0, .502);
    --cfw-breadcrumb-current-text-color: #333;
    --cfw-breadcrumb-next-text-color: rgba(0, 0, 0, .502);
    --cfw-breadcrumb-completed-accent-color: #333;
    --cfw-breadcrumb-current-accent-color: #333;
    --cfw-breadcrumb-next-accent-color: #333;
    --cfw-buttons-primary-background-color: #333;
    --cfw-buttons-primary-text-color: #fff;
    --cfw-buttons-primary-hover-background-color: #555;
    --cfw-buttons-primary-hover-text-color: #fff;
    --cfw-buttons-secondary-background-color: #333;
    --cfw-buttons-secondary-text-color: #fff;
    --cfw-buttons-secondary-hover-background-color: #555;
    --cfw-buttons-secondary-hover-text-color: #555;
    --cfw-logo-url: "";
    --cfw-loading-shimmer-display-mode: block;
    --cfw-loading-shimmer-cart-item-quantity-display-mode: none;
    --cfw-loading-shimmer-primary-color: #eff1f3;
    --cfw-loading-shimmer-gradient: linear-gradient(90deg, var(--cfw-loading-shimmer-primary-color) 4%, #e2e2e2 25%, var(--cfw-loading-shimmer-primary-color) 36%);
    --cfw-horizontal-divider-color: #b0b0b2;
    --cfw-loading-shimmer-filter: none;
    --cfw-tb-review-title: #333;
    --cfw-tb-review-subtitle: #6b7280;
    --cfw-tb-review-content: #333;
    --cfw-tb-guarantee-title: #333;
    --cfw-tb-guarantee-content: #333
}

.cfw-order-bumps-stepper-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.8em;
    margin-top: auto
}

.cfw-order-bumps-stepper-wrapper .stepper-item {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    position: relative
}

@media(max-width:768px) {
    .cfw-order-bumps-stepper-wrapper .stepper-item {
        font-size: 12px
    }
}

.cfw-order-bumps-stepper-wrapper .stepper-item:before {
    border-bottom: 4px solid #ccc;
    content: "";
    left: -50%;
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 2
}

.cfw-order-bumps-stepper-wrapper .stepper-item:after {
    border-bottom: 4px solid #ccc;
    content: "";
    left: 50%;
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 2
}

.cfw-order-bumps-stepper-wrapper .stepper-item .step-counter {
    align-items: center;
    background: #ccc;
    border-radius: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-bottom: 6px;
    position: relative;
    width: 40px;
    z-index: 5
}

.cfw-order-bumps-stepper-wrapper .stepper-item.active {
    font-weight: 700
}

.cfw-order-bumps-stepper-wrapper .stepper-item.completed .step-counter {
    background-color: var(--cfw-buttons-primary-background-color)
}

.cfw-order-bumps-stepper-wrapper .stepper-item.completed:after,
.cfw-order-bumps-stepper-wrapper .stepper-item.completed:before {
    border-bottom: 4px solid var(--cfw-buttons-primary-background-color)
}

.cfw-order-bumps-stepper-wrapper .stepper-item.completed:after {
    content: "";
    left: 50%;
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 3
}

.cfw-order-bumps-stepper-wrapper .stepper-item:last-child:before {
    border-bottom: 4px solid #ccc !important;
    z-index: 3
}

.cfw-order-bumps-stepper-wrapper .stepper-item:first-child:before,
.cfw-order-bumps-stepper-wrapper .stepper-item:last-child:after {
    content: none
}

.cfw-order-bump-offer-form-wrap .cfw-product-form-modal-title {
    font-family: var(--cfw-heading-font-family);
    font-size: 1.5em
}

.cfw-order-bump-offer-form-wrap .cfw-product-form-modal-image-wrap {
    padding-right: 10px
}

.cfw-order-bump-offer-form-wrap .cfw-product-form-modal-image-wrap img {
    height: auto;
    width: 100%
}

.cfw-order-bump-offer-form-wrap .woocommerce-variation-add-to-cart {
    display: none !important
}

.cfw-order-bump-offer-form-wrap .variations label {
    text-align: left
}

.cfw-order-bump-offer-form-wrap .stock.out-of-stock {
    color: red
}

.cfw-order-bump-offer-form-wrap .quantity,
.cfw-order-bump-offer-form-wrap .woocommerce-variation-price {
    display: none !important
}

.cfw-order-bump-offer-form-wrap p {
    margin-bottom: .8em !important
}

.cfw-order-bump-offer-form-wrap form {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0 2px 10px #0000001a;
    color: #333;
    padding: 40px !important;
    width: auto !important
}




.cfw-grid .container,
.cfw-grid .container-fluid,
.cfw-grid .container-lg,
.cfw-grid .container-md,
.cfw-grid .container-sm,
.cfw-grid .container-xl,
.cfw-grid .container-xxl {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

@media(min-width:576px) {

    .cfw-grid .container,
    .cfw-grid .container-sm {
        max-width: 540px
    }
}

@media(min-width:768px) {

    .cfw-grid .container,
    .cfw-grid .container-md,
    .cfw-grid .container-sm {
        max-width: 720px
    }
}

@media(min-width:992px) {

    .cfw-grid .container,
    .cfw-grid .container-lg,
    .cfw-grid .container-md,
    .cfw-grid .container-sm {
        max-width: 960px
    }
}

@media(min-width:1200px) {

    .cfw-grid .container,
    .cfw-grid .container-lg,
    .cfw-grid .container-md,
    .cfw-grid .container-sm,
    .cfw-grid .container-xl {
        max-width: 1140px
    }
}

@media(min-width:1400px) {

    .cfw-grid .container,
    .cfw-grid .container-lg,
    .cfw-grid .container-md,
    .cfw-grid .container-sm,
    .cfw-grid .container-xl,
    .cfw-grid .container-xxl {
        max-width: 1320px
    }
}

.cfw-grid :root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.cfw-grid .row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1)
}

.cfw-grid .row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

.cfw-grid .col {
    flex: 1 0 0%
}

.cfw-grid .row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.cfw-grid .row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.cfw-grid .row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.cfw-grid .row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.cfw-grid .row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.cfw-grid .row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.cfw-grid .row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.cfw-grid .col-auto {
    flex: 0 0 auto;
    width: auto
}

.cfw-grid .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.cfw-grid .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.cfw-grid .col-3 {
    flex: 0 0 auto;
    width: 25%
}

.cfw-grid .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.cfw-grid .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.cfw-grid .col-6 {
    flex: 0 0 auto;
    width: 50%
}

.cfw-grid .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.cfw-grid .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.cfw-grid .col-9 {
    flex: 0 0 auto;
    width: 75%
}

.cfw-grid .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.cfw-grid .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.cfw-grid .col-12 {
    flex: 0 0 auto;
    width: 100%
}

.cfw-grid .offset-1 {
    margin-left: 8.33333333%
}

.cfw-grid .offset-2 {
    margin-left: 16.66666667%
}

.cfw-grid .offset-3 {
    margin-left: 25%
}

.cfw-grid .offset-4 {
    margin-left: 33.33333333%
}

.cfw-grid .offset-5 {
    margin-left: 41.66666667%
}

.cfw-grid .offset-6 {
    margin-left: 50%
}

.cfw-grid .offset-7 {
    margin-left: 58.33333333%
}

.cfw-grid .offset-8 {
    margin-left: 66.66666667%
}

.cfw-grid .offset-9 {
    margin-left: 75%
}

.cfw-grid .offset-10 {
    margin-left: 83.33333333%
}

.cfw-grid .offset-11 {
    margin-left: 91.66666667%
}

.cfw-grid .g-0,
.cfw-grid .gx-0 {
    --bs-gutter-x: 0
}

.cfw-grid .g-0,
.cfw-grid .gy-0 {
    --bs-gutter-y: 0
}

.cfw-grid .g-1,
.cfw-grid .gx-1 {
    --bs-gutter-x: 0.25rem
}

.cfw-grid .g-1,
.cfw-grid .gy-1 {
    --bs-gutter-y: 0.25rem
}

.cfw-grid .g-2,
.cfw-grid .gx-2 {
    --bs-gutter-x: 0.5rem
}

.cfw-grid .g-2,
.cfw-grid .gy-2 {
    --bs-gutter-y: 0.5rem
}

.cfw-grid .g-3,
.cfw-grid .gx-3 {
    --bs-gutter-x: 1rem
}

.cfw-grid .g-3,
.cfw-grid .gy-3 {
    --bs-gutter-y: 1rem
}

.cfw-grid .g-4,
.cfw-grid .gx-4 {
    --bs-gutter-x: 1.5rem
}

.cfw-grid .g-4,
.cfw-grid .gy-4 {
    --bs-gutter-y: 1.5rem
}

.cfw-grid .g-5,
.cfw-grid .gx-5 {
    --bs-gutter-x: 3rem
}

.cfw-grid .g-5,
.cfw-grid .gy-5 {
    --bs-gutter-y: 3rem
}

@media(min-width:576px) {
    .cfw-grid .col-sm {
        flex: 1 0 0%
    }

    .cfw-grid .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .cfw-grid .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .cfw-grid .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .cfw-grid .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .cfw-grid .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .cfw-grid .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .cfw-grid .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .cfw-grid .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .cfw-grid .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .cfw-grid .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .cfw-grid .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .cfw-grid .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .cfw-grid .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .cfw-grid .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .cfw-grid .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .cfw-grid .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .cfw-grid .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .cfw-grid .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .cfw-grid .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .cfw-grid .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .cfw-grid .offset-sm-0 {
        margin-left: 0
    }

    .cfw-grid .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .cfw-grid .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .cfw-grid .offset-sm-3 {
        margin-left: 25%
    }

    .cfw-grid .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .cfw-grid .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .cfw-grid .offset-sm-6 {
        margin-left: 50%
    }

    .cfw-grid .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .cfw-grid .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .cfw-grid .offset-sm-9 {
        margin-left: 75%
    }

    .cfw-grid .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .cfw-grid .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .cfw-grid .g-sm-0,
    .cfw-grid .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .cfw-grid .g-sm-0,
    .cfw-grid .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .cfw-grid .g-sm-1,
    .cfw-grid .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .cfw-grid .g-sm-1,
    .cfw-grid .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .cfw-grid .g-sm-2,
    .cfw-grid .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .cfw-grid .g-sm-2,
    .cfw-grid .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .cfw-grid .g-sm-3,
    .cfw-grid .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .cfw-grid .g-sm-3,
    .cfw-grid .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .cfw-grid .g-sm-4,
    .cfw-grid .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .cfw-grid .g-sm-4,
    .cfw-grid .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .cfw-grid .g-sm-5,
    .cfw-grid .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .cfw-grid .g-sm-5,
    .cfw-grid .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:768px) {
    .cfw-grid .col-md {
        flex: 1 0 0%
    }

    .cfw-grid .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .cfw-grid .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .cfw-grid .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .cfw-grid .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .cfw-grid .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .cfw-grid .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .cfw-grid .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .cfw-grid .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .cfw-grid .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .cfw-grid .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .cfw-grid .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .cfw-grid .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .cfw-grid .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .cfw-grid .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .cfw-grid .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .cfw-grid .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .cfw-grid .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .cfw-grid .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .cfw-grid .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .cfw-grid .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .cfw-grid .offset-md-0 {
        margin-left: 0
    }

    .cfw-grid .offset-md-1 {
        margin-left: 8.33333333%
    }

    .cfw-grid .offset-md-2 {
        margin-left: 16.66666667%
    }

    .cfw-grid .offset-md-3 {
        margin-left: 25%
    }

    .cfw-grid .offset-md-4 {
        margin-left: 33.33333333%
    }

    .cfw-grid .offset-md-5 {
        margin-left: 41.66666667%
    }

    .cfw-grid .offset-md-6 {
        margin-left: 50%
    }

    .cfw-grid .offset-md-7 {
        margin-left: 58.33333333%
    }

    .cfw-grid .offset-md-8 {
        margin-left: 66.66666667%
    }

    .cfw-grid .offset-md-9 {
        margin-left: 75%
    }

    .cfw-grid .offset-md-10 {
        margin-left: 83.33333333%
    }

    .cfw-grid .offset-md-11 {
        margin-left: 91.66666667%
    }

    .cfw-grid .g-md-0,
    .cfw-grid .gx-md-0 {
        --bs-gutter-x: 0
    }

    .cfw-grid .g-md-0,
    .cfw-grid .gy-md-0 {
        --bs-gutter-y: 0
    }

    .cfw-grid .g-md-1,
    .cfw-grid .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .cfw-grid .g-md-1,
    .cfw-grid .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .cfw-grid .g-md-2,
    .cfw-grid .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .cfw-grid .g-md-2,
    .cfw-grid .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .cfw-grid .g-md-3,
    .cfw-grid .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .cfw-grid .g-md-3,
    .cfw-grid .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .cfw-grid .g-md-4,
    .cfw-grid .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .cfw-grid .g-md-4,
    .cfw-grid .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .cfw-grid .g-md-5,
    .cfw-grid .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .cfw-grid .g-md-5,
    .cfw-grid .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:992px) {
    .cfw-grid .col-lg {
        flex: 1 0 0%
    }

    .cfw-grid .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .cfw-grid .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .cfw-grid .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .cfw-grid .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .cfw-grid .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .cfw-grid .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .cfw-grid .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .cfw-grid .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .cfw-grid .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .cfw-grid .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .cfw-grid .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .cfw-grid .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .cfw-grid .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .cfw-grid .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .cfw-grid .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .cfw-grid .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .cfw-grid .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .cfw-grid .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .cfw-grid .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .cfw-grid .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .cfw-grid .offset-lg-0 {
        margin-left: 0
    }

    .cfw-grid .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .cfw-grid .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .cfw-grid .offset-lg-3 {
        margin-left: 25%
    }

    .cfw-grid .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .cfw-grid .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .cfw-grid .offset-lg-6 {
        margin-left: 50%
    }

    .cfw-grid .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .cfw-grid .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .cfw-grid .offset-lg-9 {
        margin-left: 75%
    }

    .cfw-grid .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .cfw-grid .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .cfw-grid .g-lg-0,
    .cfw-grid .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .cfw-grid .g-lg-0,
    .cfw-grid .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .cfw-grid .g-lg-1,
    .cfw-grid .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .cfw-grid .g-lg-1,
    .cfw-grid .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .cfw-grid .g-lg-2,
    .cfw-grid .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .cfw-grid .g-lg-2,
    .cfw-grid .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .cfw-grid .g-lg-3,
    .cfw-grid .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .cfw-grid .g-lg-3,
    .cfw-grid .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .cfw-grid .g-lg-4,
    .cfw-grid .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .cfw-grid .g-lg-4,
    .cfw-grid .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .cfw-grid .g-lg-5,
    .cfw-grid .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .cfw-grid .g-lg-5,
    .cfw-grid .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:1200px) {
    .cfw-grid .col-xl {
        flex: 1 0 0%
    }

    .cfw-grid .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .cfw-grid .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .cfw-grid .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .cfw-grid .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .cfw-grid .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .cfw-grid .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .cfw-grid .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .cfw-grid .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .cfw-grid .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .cfw-grid .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .cfw-grid .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .cfw-grid .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .cfw-grid .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .cfw-grid .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .cfw-grid .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .cfw-grid .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .cfw-grid .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .cfw-grid .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .cfw-grid .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .cfw-grid .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .cfw-grid .offset-xl-0 {
        margin-left: 0
    }

    .cfw-grid .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .cfw-grid .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .cfw-grid .offset-xl-3 {
        margin-left: 25%
    }

    .cfw-grid .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .cfw-grid .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .cfw-grid .offset-xl-6 {
        margin-left: 50%
    }

    .cfw-grid .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .cfw-grid .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .cfw-grid .offset-xl-9 {
        margin-left: 75%
    }

    .cfw-grid .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .cfw-grid .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .cfw-grid .g-xl-0,
    .cfw-grid .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .cfw-grid .g-xl-0,
    .cfw-grid .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .cfw-grid .g-xl-1,
    .cfw-grid .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .cfw-grid .g-xl-1,
    .cfw-grid .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .cfw-grid .g-xl-2,
    .cfw-grid .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .cfw-grid .g-xl-2,
    .cfw-grid .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .cfw-grid .g-xl-3,
    .cfw-grid .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .cfw-grid .g-xl-3,
    .cfw-grid .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .cfw-grid .g-xl-4,
    .cfw-grid .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .cfw-grid .g-xl-4,
    .cfw-grid .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .cfw-grid .g-xl-5,
    .cfw-grid .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .cfw-grid .g-xl-5,
    .cfw-grid .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media(min-width:1400px) {
    .cfw-grid .col-xxl {
        flex: 1 0 0%
    }

    .cfw-grid .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .cfw-grid .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .cfw-grid .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .cfw-grid .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .cfw-grid .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .cfw-grid .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .cfw-grid .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .cfw-grid .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .cfw-grid .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .cfw-grid .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .cfw-grid .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .cfw-grid .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .cfw-grid .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .cfw-grid .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .cfw-grid .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .cfw-grid .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .cfw-grid .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .cfw-grid .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .cfw-grid .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .cfw-grid .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .cfw-grid .offset-xxl-0 {
        margin-left: 0
    }

    .cfw-grid .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .cfw-grid .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .cfw-grid .offset-xxl-3 {
        margin-left: 25%
    }

    .cfw-grid .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .cfw-grid .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .cfw-grid .offset-xxl-6 {
        margin-left: 50%
    }

    .cfw-grid .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .cfw-grid .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .cfw-grid .offset-xxl-9 {
        margin-left: 75%
    }

    .cfw-grid .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .cfw-grid .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .cfw-grid .g-xxl-0,
    .cfw-grid .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .cfw-grid .g-xxl-0,
    .cfw-grid .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .cfw-grid .g-xxl-1,
    .cfw-grid .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .cfw-grid .g-xxl-1,
    .cfw-grid .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .cfw-grid .g-xxl-2,
    .cfw-grid .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .cfw-grid .g-xxl-2,
    .cfw-grid .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .cfw-grid .g-xxl-3,
    .cfw-grid .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .cfw-grid .g-xxl-3,
    .cfw-grid .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .cfw-grid .g-xxl-4,
    .cfw-grid .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .cfw-grid .g-xxl-4,
    .cfw-grid .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .cfw-grid .g-xxl-5,
    .cfw-grid .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .cfw-grid .g-xxl-5,
    .cfw-grid .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.cfw-grid .d-inline {
    display: inline !important
}

.cfw-grid .d-inline-block {
    display: inline-block !important
}

.cfw-grid .d-block {
    display: block !important
}

.cfw-grid .d-grid {
    display: grid !important
}

.cfw-grid .d-inline-grid {
    display: inline-grid !important
}

.cfw-grid .d-table {
    display: table !important
}

.cfw-grid .d-table-row {
    display: table-row !important
}

.cfw-grid .d-table-cell {
    display: table-cell !important
}

.cfw-grid .d-flex {
    display: flex !important
}

.cfw-grid .d-inline-flex {
    display: inline-flex !important
}

.cfw-grid .d-none {
    display: none !important
}

.cfw-grid .flex-fill {
    flex: 1 1 auto !important
}

.cfw-grid .flex-row {
    flex-direction: row !important
}

.cfw-grid .flex-column {
    flex-direction: column !important
}

.cfw-grid .flex-row-reverse {
    flex-direction: row-reverse !important
}

.cfw-grid .flex-column-reverse {
    flex-direction: column-reverse !important
}

.cfw-grid .flex-grow-0 {
    flex-grow: 0 !important
}

.cfw-grid .flex-grow-1 {
    flex-grow: 1 !important
}

.cfw-grid .flex-shrink-0 {
    flex-shrink: 0 !important
}

.cfw-grid .flex-shrink-1 {
    flex-shrink: 1 !important
}

.cfw-grid .flex-wrap {
    flex-wrap: wrap !important
}

.cfw-grid .flex-nowrap {
    flex-wrap: nowrap !important
}

.cfw-grid .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.cfw-grid .justify-content-start {
    justify-content: flex-start !important
}

.cfw-grid .justify-content-end {
    justify-content: flex-end !important
}

.cfw-grid .justify-content-center {
    justify-content: center !important
}

.cfw-grid .justify-content-between {
    justify-content: space-between !important
}

.cfw-grid .justify-content-around {
    justify-content: space-around !important
}

.cfw-grid .justify-content-evenly {
    justify-content: space-evenly !important
}

.cfw-grid .align-items-start {
    align-items: flex-start !important
}

.cfw-grid .align-items-end {
    align-items: flex-end !important
}

.cfw-grid .align-items-center {
    align-items: center !important
}

.cfw-grid .align-items-baseline {
    align-items: baseline !important
}

.cfw-grid .align-items-stretch {
    align-items: stretch !important
}

.cfw-grid .align-content-start {
    align-content: flex-start !important
}

.cfw-grid .align-content-end {
    align-content: flex-end !important
}

.cfw-grid .align-content-center {
    align-content: center !important
}

.cfw-grid .align-content-between {
    align-content: space-between !important
}

.cfw-grid .align-content-around {
    align-content: space-around !important
}

.cfw-grid .align-content-stretch {
    align-content: stretch !important
}

.cfw-grid .align-self-auto {
    align-self: auto !important
}

.cfw-grid .align-self-start {
    align-self: flex-start !important
}

.cfw-grid .align-self-end {
    align-self: flex-end !important
}

.cfw-grid .align-self-center {
    align-self: center !important
}

.cfw-grid .align-self-baseline {
    align-self: baseline !important
}

.cfw-grid .align-self-stretch {
    align-self: stretch !important
}

.cfw-grid .order-first {
    order: -1 !important
}

.cfw-grid .order-0 {
    order: 0 !important
}

.cfw-grid .order-1 {
    order: 1 !important
}

.cfw-grid .order-2 {
    order: 2 !important
}

.cfw-grid .order-3 {
    order: 3 !important
}

.cfw-grid .order-4 {
    order: 4 !important
}

.cfw-grid .order-5 {
    order: 5 !important
}

.cfw-grid .order-last {
    order: 6 !important
}

.cfw-grid .m-0 {
    margin: 0 !important
}

.cfw-grid .m-1 {
    margin: .25rem !important
}

.cfw-grid .m-2 {
    margin: .5rem !important
}

.cfw-grid .m-3 {
    margin: 1rem !important
}

.cfw-grid .m-4 {
    margin: 1.5rem !important
}

.cfw-grid .m-5 {
    margin: 3rem !important
}

.cfw-grid .m-auto {
    margin: auto !important
}

.cfw-grid .mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.cfw-grid .mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

.cfw-grid .mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.cfw-grid .mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.cfw-grid .mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.cfw-grid .mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
}

.cfw-grid .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.cfw-grid .my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.cfw-grid .my-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
}

.cfw-grid .my-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
}

.cfw-grid .my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
}

.cfw-grid .my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
}

.cfw-grid .my-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
}

.cfw-grid .my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
}

.cfw-grid .mt-0 {
    margin-top: 0 !important
}

.cfw-grid .mt-1 {
    margin-top: .25rem !important
}

.cfw-grid .mt-2 {
    margin-top: .5rem !important
}

.cfw-grid .mt-3 {
    margin-top: 1rem !important
}

.cfw-grid .mt-4 {
    margin-top: 1.5rem !important
}

.cfw-grid .mt-5 {
    margin-top: 3rem !important
}

.cfw-grid .mt-auto {
    margin-top: auto !important
}

.cfw-grid .me-0 {
    margin-right: 0 !important
}

.cfw-grid .me-1 {
    margin-right: .25rem !important
}

.cfw-grid .me-2 {
    margin-right: .5rem !important
}

.cfw-grid .me-3 {
    margin-right: 1rem !important
}

.cfw-grid .me-4 {
    margin-right: 1.5rem !important
}

.cfw-grid .me-5 {
    margin-right: 3rem !important
}

.cfw-grid .me-auto {
    margin-right: auto !important
}

.cfw-grid .mb-0 {
    margin-bottom: 0 !important
}

.cfw-grid .mb-1 {
    margin-bottom: .25rem !important
}

.cfw-grid .mb-2 {
    margin-bottom: .5rem !important
}

.cfw-grid .mb-3 {
    margin-bottom: 1rem !important
}

.cfw-grid .mb-4 {
    margin-bottom: 1.5rem !important
}

.cfw-grid .mb-5 {
    margin-bottom: 3rem !important
}

.cfw-grid .mb-auto {
    margin-bottom: auto !important
}

.cfw-grid .ms-0 {
    margin-left: 0 !important
}

.cfw-grid .ms-1 {
    margin-left: .25rem !important
}

.cfw-grid .ms-2 {
    margin-left: .5rem !important
}

.cfw-grid .ms-3 {
    margin-left: 1rem !important
}

.cfw-grid .ms-4 {
    margin-left: 1.5rem !important
}

.cfw-grid .ms-5 {
    margin-left: 3rem !important
}

.cfw-grid .ms-auto {
    margin-left: auto !important
}

.cfw-grid .p-0 {
    padding: 0 !important
}

.cfw-grid .p-1 {
    padding: .25rem !important
}

.cfw-grid .p-2 {
    padding: .5rem !important
}

.cfw-grid .p-3 {
    padding: 1rem !important
}

.cfw-grid .p-4 {
    padding: 1.5rem !important
}

.cfw-grid .p-5 {
    padding: 3rem !important
}

.cfw-grid .px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.cfw-grid .px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.cfw-grid .px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.cfw-grid .px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.cfw-grid .px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.cfw-grid .px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.cfw-grid .py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.cfw-grid .py-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
}

.cfw-grid .py-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
}

.cfw-grid .py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
}

.cfw-grid .py-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
}

.cfw-grid .py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
}

.cfw-grid .pt-0 {
    padding-top: 0 !important
}

.cfw-grid .pt-1 {
    padding-top: .25rem !important
}

.cfw-grid .pt-2 {
    padding-top: .5rem !important
}

.cfw-grid .pt-3 {
    padding-top: 1rem !important
}

.cfw-grid .pt-4 {
    padding-top: 1.5rem !important
}

.cfw-grid .pt-5 {
    padding-top: 3rem !important
}

.cfw-grid .pe-0 {
    padding-right: 0 !important
}

.cfw-grid .pe-1 {
    padding-right: .25rem !important
}

.cfw-grid .pe-2 {
    padding-right: .5rem !important
}

.cfw-grid .pe-3 {
    padding-right: 1rem !important
}

.cfw-grid .pe-4 {
    padding-right: 1.5rem !important
}

.cfw-grid .pe-5 {
    padding-right: 3rem !important
}

.cfw-grid .pb-0 {
    padding-bottom: 0 !important
}

.cfw-grid .pb-1 {
    padding-bottom: .25rem !important
}

.cfw-grid .pb-2 {
    padding-bottom: .5rem !important
}

.cfw-grid .pb-3 {
    padding-bottom: 1rem !important
}

.cfw-grid .pb-4 {
    padding-bottom: 1.5rem !important
}

.cfw-grid .pb-5 {
    padding-bottom: 3rem !important
}

.cfw-grid .ps-0 {
    padding-left: 0 !important
}

.cfw-grid .ps-1 {
    padding-left: .25rem !important
}

.cfw-grid .ps-2 {
    padding-left: .5rem !important
}

.cfw-grid .ps-3 {
    padding-left: 1rem !important
}

.cfw-grid .ps-4 {
    padding-left: 1.5rem !important
}

.cfw-grid .ps-5 {
    padding-left: 3rem !important
}

@media(min-width:576px) {
    .cfw-grid .d-sm-inline {
        display: inline !important
    }

    .cfw-grid .d-sm-inline-block {
        display: inline-block !important
    }

    .cfw-grid .d-sm-block {
        display: block !important
    }

    .cfw-grid .d-sm-grid {
        display: grid !important
    }

    .cfw-grid .d-sm-inline-grid {
        display: inline-grid !important
    }

    .cfw-grid .d-sm-table {
        display: table !important
    }

    .cfw-grid .d-sm-table-row {
        display: table-row !important
    }

    .cfw-grid .d-sm-table-cell {
        display: table-cell !important
    }

    .cfw-grid .d-sm-flex {
        display: flex !important
    }

    .cfw-grid .d-sm-inline-flex {
        display: inline-flex !important
    }

    .cfw-grid .d-sm-none {
        display: none !important
    }

    .cfw-grid .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .cfw-grid .flex-sm-row {
        flex-direction: row !important
    }

    .cfw-grid .flex-sm-column {
        flex-direction: column !important
    }

    .cfw-grid .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .cfw-grid .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .cfw-grid .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .cfw-grid .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .cfw-grid .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .cfw-grid .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .cfw-grid .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .cfw-grid .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .cfw-grid .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .cfw-grid .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .cfw-grid .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .cfw-grid .justify-content-sm-center {
        justify-content: center !important
    }

    .cfw-grid .justify-content-sm-between {
        justify-content: space-between !important
    }

    .cfw-grid .justify-content-sm-around {
        justify-content: space-around !important
    }

    .cfw-grid .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .cfw-grid .align-items-sm-start {
        align-items: flex-start !important
    }

    .cfw-grid .align-items-sm-end {
        align-items: flex-end !important
    }

    .cfw-grid .align-items-sm-center {
        align-items: center !important
    }

    .cfw-grid .align-items-sm-baseline {
        align-items: baseline !important
    }

    .cfw-grid .align-items-sm-stretch {
        align-items: stretch !important
    }

    .cfw-grid .align-content-sm-start {
        align-content: flex-start !important
    }

    .cfw-grid .align-content-sm-end {
        align-content: flex-end !important
    }

    .cfw-grid .align-content-sm-center {
        align-content: center !important
    }

    .cfw-grid .align-content-sm-between {
        align-content: space-between !important
    }

    .cfw-grid .align-content-sm-around {
        align-content: space-around !important
    }

    .cfw-grid .align-content-sm-stretch {
        align-content: stretch !important
    }

    .cfw-grid .align-self-sm-auto {
        align-self: auto !important
    }

    .cfw-grid .align-self-sm-start {
        align-self: flex-start !important
    }

    .cfw-grid .align-self-sm-end {
        align-self: flex-end !important
    }

    .cfw-grid .align-self-sm-center {
        align-self: center !important
    }

    .cfw-grid .align-self-sm-baseline {
        align-self: baseline !important
    }

    .cfw-grid .align-self-sm-stretch {
        align-self: stretch !important
    }

    .cfw-grid .order-sm-first {
        order: -1 !important
    }

    .cfw-grid .order-sm-0 {
        order: 0 !important
    }

    .cfw-grid .order-sm-1 {
        order: 1 !important
    }

    .cfw-grid .order-sm-2 {
        order: 2 !important
    }

    .cfw-grid .order-sm-3 {
        order: 3 !important
    }

    .cfw-grid .order-sm-4 {
        order: 4 !important
    }

    .cfw-grid .order-sm-5 {
        order: 5 !important
    }

    .cfw-grid .order-sm-last {
        order: 6 !important
    }

    .cfw-grid .m-sm-0 {
        margin: 0 !important
    }

    .cfw-grid .m-sm-1 {
        margin: .25rem !important
    }

    .cfw-grid .m-sm-2 {
        margin: .5rem !important
    }

    .cfw-grid .m-sm-3 {
        margin: 1rem !important
    }

    .cfw-grid .m-sm-4 {
        margin: 1.5rem !important
    }

    .cfw-grid .m-sm-5 {
        margin: 3rem !important
    }

    .cfw-grid .m-sm-auto {
        margin: auto !important
    }

    .cfw-grid .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .cfw-grid .mx-sm-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .cfw-grid .mx-sm-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .cfw-grid .mx-sm-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .cfw-grid .mx-sm-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .cfw-grid .mx-sm-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .cfw-grid .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .cfw-grid .my-sm-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .cfw-grid .my-sm-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .cfw-grid .my-sm-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .cfw-grid .my-sm-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .cfw-grid .my-sm-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .cfw-grid .my-sm-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .cfw-grid .my-sm-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .cfw-grid .mt-sm-0 {
        margin-top: 0 !important
    }

    .cfw-grid .mt-sm-1 {
        margin-top: .25rem !important
    }

    .cfw-grid .mt-sm-2 {
        margin-top: .5rem !important
    }

    .cfw-grid .mt-sm-3 {
        margin-top: 1rem !important
    }

    .cfw-grid .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .cfw-grid .mt-sm-5 {
        margin-top: 3rem !important
    }

    .cfw-grid .mt-sm-auto {
        margin-top: auto !important
    }

    .cfw-grid .me-sm-0 {
        margin-right: 0 !important
    }

    .cfw-grid .me-sm-1 {
        margin-right: .25rem !important
    }

    .cfw-grid .me-sm-2 {
        margin-right: .5rem !important
    }

    .cfw-grid .me-sm-3 {
        margin-right: 1rem !important
    }

    .cfw-grid .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .cfw-grid .me-sm-5 {
        margin-right: 3rem !important
    }

    .cfw-grid .me-sm-auto {
        margin-right: auto !important
    }

    .cfw-grid .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .cfw-grid .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .cfw-grid .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .cfw-grid .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .cfw-grid .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .cfw-grid .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .cfw-grid .mb-sm-auto {
        margin-bottom: auto !important
    }

    .cfw-grid .ms-sm-0 {
        margin-left: 0 !important
    }

    .cfw-grid .ms-sm-1 {
        margin-left: .25rem !important
    }

    .cfw-grid .ms-sm-2 {
        margin-left: .5rem !important
    }

    .cfw-grid .ms-sm-3 {
        margin-left: 1rem !important
    }

    .cfw-grid .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .cfw-grid .ms-sm-5 {
        margin-left: 3rem !important
    }

    .cfw-grid .ms-sm-auto {
        margin-left: auto !important
    }

    .cfw-grid .p-sm-0 {
        padding: 0 !important
    }

    .cfw-grid .p-sm-1 {
        padding: .25rem !important
    }

    .cfw-grid .p-sm-2 {
        padding: .5rem !important
    }

    .cfw-grid .p-sm-3 {
        padding: 1rem !important
    }

    .cfw-grid .p-sm-4 {
        padding: 1.5rem !important
    }

    .cfw-grid .p-sm-5 {
        padding: 3rem !important
    }

    .cfw-grid .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .cfw-grid .px-sm-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .cfw-grid .px-sm-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .cfw-grid .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .cfw-grid .px-sm-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .cfw-grid .px-sm-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .cfw-grid .py-sm-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .cfw-grid .py-sm-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .cfw-grid .py-sm-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .cfw-grid .py-sm-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .cfw-grid .py-sm-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .cfw-grid .py-sm-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .cfw-grid .pt-sm-0 {
        padding-top: 0 !important
    }

    .cfw-grid .pt-sm-1 {
        padding-top: .25rem !important
    }

    .cfw-grid .pt-sm-2 {
        padding-top: .5rem !important
    }

    .cfw-grid .pt-sm-3 {
        padding-top: 1rem !important
    }

    .cfw-grid .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .cfw-grid .pt-sm-5 {
        padding-top: 3rem !important
    }

    .cfw-grid .pe-sm-0 {
        padding-right: 0 !important
    }

    .cfw-grid .pe-sm-1 {
        padding-right: .25rem !important
    }

    .cfw-grid .pe-sm-2 {
        padding-right: .5rem !important
    }

    .cfw-grid .pe-sm-3 {
        padding-right: 1rem !important
    }

    .cfw-grid .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .cfw-grid .pe-sm-5 {
        padding-right: 3rem !important
    }

    .cfw-grid .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .cfw-grid .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .cfw-grid .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .cfw-grid .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .cfw-grid .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .cfw-grid .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .cfw-grid .ps-sm-0 {
        padding-left: 0 !important
    }

    .cfw-grid .ps-sm-1 {
        padding-left: .25rem !important
    }

    .cfw-grid .ps-sm-2 {
        padding-left: .5rem !important
    }

    .cfw-grid .ps-sm-3 {
        padding-left: 1rem !important
    }

    .cfw-grid .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .cfw-grid .ps-sm-5 {
        padding-left: 3rem !important
    }
}

@media(min-width:768px) {
    .cfw-grid .d-md-inline {
        display: inline !important
    }

    .cfw-grid .d-md-inline-block {
        display: inline-block !important
    }

    .cfw-grid .d-md-block {
        display: block !important
    }

    .cfw-grid .d-md-grid {
        display: grid !important
    }

    .cfw-grid .d-md-inline-grid {
        display: inline-grid !important
    }

    .cfw-grid .d-md-table {
        display: table !important
    }

    .cfw-grid .d-md-table-row {
        display: table-row !important
    }

    .cfw-grid .d-md-table-cell {
        display: table-cell !important
    }

    .cfw-grid .d-md-flex {
        display: flex !important
    }

    .cfw-grid .d-md-inline-flex {
        display: inline-flex !important
    }

    .cfw-grid .d-md-none {
        display: none !important
    }

    .cfw-grid .flex-md-fill {
        flex: 1 1 auto !important
    }

    .cfw-grid .flex-md-row {
        flex-direction: row !important
    }

    .cfw-grid .flex-md-column {
        flex-direction: column !important
    }

    .cfw-grid .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .cfw-grid .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .cfw-grid .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .cfw-grid .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .cfw-grid .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .cfw-grid .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .cfw-grid .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .cfw-grid .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .cfw-grid .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .cfw-grid .justify-content-md-start {
        justify-content: flex-start !important
    }

    .cfw-grid .justify-content-md-end {
        justify-content: flex-end !important
    }

    .cfw-grid .justify-content-md-center {
        justify-content: center !important
    }

    .cfw-grid .justify-content-md-between {
        justify-content: space-between !important
    }

    .cfw-grid .justify-content-md-around {
        justify-content: space-around !important
    }

    .cfw-grid .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .cfw-grid .align-items-md-start {
        align-items: flex-start !important
    }

    .cfw-grid .align-items-md-end {
        align-items: flex-end !important
    }

    .cfw-grid .align-items-md-center {
        align-items: center !important
    }

    .cfw-grid .align-items-md-baseline {
        align-items: baseline !important
    }

    .cfw-grid .align-items-md-stretch {
        align-items: stretch !important
    }

    .cfw-grid .align-content-md-start {
        align-content: flex-start !important
    }

    .cfw-grid .align-content-md-end {
        align-content: flex-end !important
    }

    .cfw-grid .align-content-md-center {
        align-content: center !important
    }

    .cfw-grid .align-content-md-between {
        align-content: space-between !important
    }

    .cfw-grid .align-content-md-around {
        align-content: space-around !important
    }

    .cfw-grid .align-content-md-stretch {
        align-content: stretch !important
    }

    .cfw-grid .align-self-md-auto {
        align-self: auto !important
    }

    .cfw-grid .align-self-md-start {
        align-self: flex-start !important
    }

    .cfw-grid .align-self-md-end {
        align-self: flex-end !important
    }

    .cfw-grid .align-self-md-center {
        align-self: center !important
    }

    .cfw-grid .align-self-md-baseline {
        align-self: baseline !important
    }

    .cfw-grid .align-self-md-stretch {
        align-self: stretch !important
    }

    .cfw-grid .order-md-first {
        order: -1 !important
    }

    .cfw-grid .order-md-0 {
        order: 0 !important
    }

    .cfw-grid .order-md-1 {
        order: 1 !important
    }

    .cfw-grid .order-md-2 {
        order: 2 !important
    }

    .cfw-grid .order-md-3 {
        order: 3 !important
    }

    .cfw-grid .order-md-4 {
        order: 4 !important
    }

    .cfw-grid .order-md-5 {
        order: 5 !important
    }

    .cfw-grid .order-md-last {
        order: 6 !important
    }

    .cfw-grid .m-md-0 {
        margin: 0 !important
    }

    .cfw-grid .m-md-1 {
        margin: .25rem !important
    }

    .cfw-grid .m-md-2 {
        margin: .5rem !important
    }

    .cfw-grid .m-md-3 {
        margin: 1rem !important
    }

    .cfw-grid .m-md-4 {
        margin: 1.5rem !important
    }

    .cfw-grid .m-md-5 {
        margin: 3rem !important
    }

    .cfw-grid .m-md-auto {
        margin: auto !important
    }

    .cfw-grid .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .cfw-grid .mx-md-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .cfw-grid .mx-md-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .cfw-grid .mx-md-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .cfw-grid .mx-md-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .cfw-grid .mx-md-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .cfw-grid .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .cfw-grid .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .cfw-grid .my-md-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .cfw-grid .my-md-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .cfw-grid .my-md-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .cfw-grid .my-md-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .cfw-grid .my-md-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .cfw-grid .my-md-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .cfw-grid .mt-md-0 {
        margin-top: 0 !important
    }

    .cfw-grid .mt-md-1 {
        margin-top: .25rem !important
    }

    .cfw-grid .mt-md-2 {
        margin-top: .5rem !important
    }

    .cfw-grid .mt-md-3 {
        margin-top: 1rem !important
    }

    .cfw-grid .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .cfw-grid .mt-md-5 {
        margin-top: 3rem !important
    }

    .cfw-grid .mt-md-auto {
        margin-top: auto !important
    }

    .cfw-grid .me-md-0 {
        margin-right: 0 !important
    }

    .cfw-grid .me-md-1 {
        margin-right: .25rem !important
    }

    .cfw-grid .me-md-2 {
        margin-right: .5rem !important
    }

    .cfw-grid .me-md-3 {
        margin-right: 1rem !important
    }

    .cfw-grid .me-md-4 {
        margin-right: 1.5rem !important
    }

    .cfw-grid .me-md-5 {
        margin-right: 3rem !important
    }

    .cfw-grid .me-md-auto {
        margin-right: auto !important
    }

    .cfw-grid .mb-md-0 {
        margin-bottom: 0 !important
    }

    .cfw-grid .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .cfw-grid .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .cfw-grid .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .cfw-grid .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .cfw-grid .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .cfw-grid .mb-md-auto {
        margin-bottom: auto !important
    }

    .cfw-grid .ms-md-0 {
        margin-left: 0 !important
    }

    .cfw-grid .ms-md-1 {
        margin-left: .25rem !important
    }

    .cfw-grid .ms-md-2 {
        margin-left: .5rem !important
    }

    .cfw-grid .ms-md-3 {
        margin-left: 1rem !important
    }

    .cfw-grid .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .cfw-grid .ms-md-5 {
        margin-left: 3rem !important
    }

    .cfw-grid .ms-md-auto {
        margin-left: auto !important
    }

    .cfw-grid .p-md-0 {
        padding: 0 !important
    }

    .cfw-grid .p-md-1 {
        padding: .25rem !important
    }

    .cfw-grid .p-md-2 {
        padding: .5rem !important
    }

    .cfw-grid .p-md-3 {
        padding: 1rem !important
    }

    .cfw-grid .p-md-4 {
        padding: 1.5rem !important
    }

    .cfw-grid .p-md-5 {
        padding: 3rem !important
    }

    .cfw-grid .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .cfw-grid .px-md-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .cfw-grid .px-md-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .cfw-grid .px-md-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .cfw-grid .px-md-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .cfw-grid .px-md-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .cfw-grid .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .cfw-grid .py-md-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .cfw-grid .py-md-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .cfw-grid .py-md-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .cfw-grid .py-md-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .cfw-grid .py-md-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .cfw-grid .pt-md-0 {
        padding-top: 0 !important
    }

    .cfw-grid .pt-md-1 {
        padding-top: .25rem !important
    }

    .cfw-grid .pt-md-2 {
        padding-top: .5rem !important
    }

    .cfw-grid .pt-md-3 {
        padding-top: 1rem !important
    }

    .cfw-grid .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .cfw-grid .pt-md-5 {
        padding-top: 3rem !important
    }

    .cfw-grid .pe-md-0 {
        padding-right: 0 !important
    }

    .cfw-grid .pe-md-1 {
        padding-right: .25rem !important
    }

    .cfw-grid .pe-md-2 {
        padding-right: .5rem !important
    }

    .cfw-grid .pe-md-3 {
        padding-right: 1rem !important
    }

    .cfw-grid .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .cfw-grid .pe-md-5 {
        padding-right: 3rem !important
    }

    .cfw-grid .pb-md-0 {
        padding-bottom: 0 !important
    }

    .cfw-grid .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .cfw-grid .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .cfw-grid .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .cfw-grid .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .cfw-grid .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .cfw-grid .ps-md-0 {
        padding-left: 0 !important
    }

    .cfw-grid .ps-md-1 {
        padding-left: .25rem !important
    }

    .cfw-grid .ps-md-2 {
        padding-left: .5rem !important
    }

    .cfw-grid .ps-md-3 {
        padding-left: 1rem !important
    }

    .cfw-grid .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .cfw-grid .ps-md-5 {
        padding-left: 3rem !important
    }
}

@media(min-width:992px) {
    .cfw-grid .d-lg-inline {
        display: inline !important
    }

    .cfw-grid .d-lg-inline-block {
        display: inline-block !important
    }

    .cfw-grid .d-lg-block {
        display: block !important
    }

    .cfw-grid .d-lg-grid {
        display: grid !important
    }

    .cfw-grid .d-lg-inline-grid {
        display: inline-grid !important
    }

    .cfw-grid .d-lg-table {
        display: table !important
    }

    .cfw-grid .d-lg-table-row {
        display: table-row !important
    }

    .cfw-grid .d-lg-table-cell {
        display: table-cell !important
    }

    .cfw-grid .d-lg-flex {
        display: flex !important
    }

    .cfw-grid .d-lg-inline-flex {
        display: inline-flex !important
    }

    .cfw-grid .d-lg-none {
        display: none !important
    }

    .cfw-grid .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .cfw-grid .flex-lg-row {
        flex-direction: row !important
    }

    .cfw-grid .flex-lg-column {
        flex-direction: column !important
    }

    .cfw-grid .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .cfw-grid .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .cfw-grid .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .cfw-grid .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .cfw-grid .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .cfw-grid .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .cfw-grid .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .cfw-grid .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .cfw-grid .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .cfw-grid .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .cfw-grid .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .cfw-grid .justify-content-lg-center {
        justify-content: center !important
    }

    .cfw-grid .justify-content-lg-between {
        justify-content: space-between !important
    }

    .cfw-grid .justify-content-lg-around {
        justify-content: space-around !important
    }

    .cfw-grid .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .cfw-grid .align-items-lg-start {
        align-items: flex-start !important
    }

    .cfw-grid .align-items-lg-end {
        align-items: flex-end !important
    }

    .cfw-grid .align-items-lg-center {
        align-items: center !important
    }

    .cfw-grid .align-items-lg-baseline {
        align-items: baseline !important
    }

    .cfw-grid .align-items-lg-stretch {
        align-items: stretch !important
    }

    .cfw-grid .align-content-lg-start {
        align-content: flex-start !important
    }

    .cfw-grid .align-content-lg-end {
        align-content: flex-end !important
    }

    .cfw-grid .align-content-lg-center {
        align-content: center !important
    }

    .cfw-grid .align-content-lg-between {
        align-content: space-between !important
    }

    .cfw-grid .align-content-lg-around {
        align-content: space-around !important
    }

    .cfw-grid .align-content-lg-stretch {
        align-content: stretch !important
    }

    .cfw-grid .align-self-lg-auto {
        align-self: auto !important
    }

    .cfw-grid .align-self-lg-start {
        align-self: flex-start !important
    }

    .cfw-grid .align-self-lg-end {
        align-self: flex-end !important
    }

    .cfw-grid .align-self-lg-center {
        align-self: center !important
    }

    .cfw-grid .align-self-lg-baseline {
        align-self: baseline !important
    }

    .cfw-grid .align-self-lg-stretch {
        align-self: stretch !important
    }

    .cfw-grid .order-lg-first {
        order: -1 !important
    }

    .cfw-grid .order-lg-0 {
        order: 0 !important
    }

    .cfw-grid .order-lg-1 {
        order: 1 !important
    }

    .cfw-grid .order-lg-2 {
        order: 2 !important
    }

    .cfw-grid .order-lg-3 {
        order: 3 !important
    }

    .cfw-grid .order-lg-4 {
        order: 4 !important
    }

    .cfw-grid .order-lg-5 {
        order: 5 !important
    }

    .cfw-grid .order-lg-last {
        order: 6 !important
    }

    .cfw-grid .m-lg-0 {
        margin: 0 !important
    }

    .cfw-grid .m-lg-1 {
        margin: .25rem !important
    }

    .cfw-grid .m-lg-2 {
        margin: .5rem !important
    }

    .cfw-grid .m-lg-3 {
        margin: 1rem !important
    }

    .cfw-grid .m-lg-4 {
        margin: 1.5rem !important
    }

    .cfw-grid .m-lg-5 {
        margin: 3rem !important
    }

    .cfw-grid .m-lg-auto {
        margin: auto !important
    }

    .cfw-grid .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .cfw-grid .mx-lg-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .cfw-grid .mx-lg-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .cfw-grid .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .cfw-grid .mx-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .cfw-grid .mx-lg-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .cfw-grid .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .cfw-grid .my-lg-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .cfw-grid .my-lg-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .cfw-grid .my-lg-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .cfw-grid .my-lg-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .cfw-grid .my-lg-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .cfw-grid .my-lg-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .cfw-grid .my-lg-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .cfw-grid .mt-lg-0 {
        margin-top: 0 !important
    }

    .cfw-grid .mt-lg-1 {
        margin-top: .25rem !important
    }

    .cfw-grid .mt-lg-2 {
        margin-top: .5rem !important
    }

    .cfw-grid .mt-lg-3 {
        margin-top: 1rem !important
    }

    .cfw-grid .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .cfw-grid .mt-lg-5 {
        margin-top: 3rem !important
    }

    .cfw-grid .mt-lg-auto {
        margin-top: auto !important
    }

    .cfw-grid .me-lg-0 {
        margin-right: 0 !important
    }

    .cfw-grid .me-lg-1 {
        margin-right: .25rem !important
    }

    .cfw-grid .me-lg-2 {
        margin-right: .5rem !important
    }

    .cfw-grid .me-lg-3 {
        margin-right: 1rem !important
    }

    .cfw-grid .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .cfw-grid .me-lg-5 {
        margin-right: 3rem !important
    }

    .cfw-grid .me-lg-auto {
        margin-right: auto !important
    }

    .cfw-grid .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .cfw-grid .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .cfw-grid .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .cfw-grid .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .cfw-grid .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .cfw-grid .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .cfw-grid .mb-lg-auto {
        margin-bottom: auto !important
    }

    .cfw-grid .ms-lg-0 {
        margin-left: 0 !important
    }

    .cfw-grid .ms-lg-1 {
        margin-left: .25rem !important
    }

    .cfw-grid .ms-lg-2 {
        margin-left: .5rem !important
    }

    .cfw-grid .ms-lg-3 {
        margin-left: 1rem !important
    }

    .cfw-grid .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .cfw-grid .ms-lg-5 {
        margin-left: 3rem !important
    }

    .cfw-grid .ms-lg-auto {
        margin-left: auto !important
    }

    .cfw-grid .p-lg-0 {
        padding: 0 !important
    }

    .cfw-grid .p-lg-1 {
        padding: .25rem !important
    }

    .cfw-grid .p-lg-2 {
        padding: .5rem !important
    }

    .cfw-grid .p-lg-3 {
        padding: 1rem !important
    }

    .cfw-grid .p-lg-4 {
        padding: 1.5rem !important
    }

    .cfw-grid .p-lg-5 {
        padding: 3rem !important
    }

    .cfw-grid .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .cfw-grid .px-lg-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .cfw-grid .px-lg-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .cfw-grid .px-lg-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .cfw-grid .px-lg-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .cfw-grid .px-lg-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .cfw-grid .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .cfw-grid .py-lg-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .cfw-grid .py-lg-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .cfw-grid .py-lg-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .cfw-grid .py-lg-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .cfw-grid .py-lg-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .cfw-grid .pt-lg-0 {
        padding-top: 0 !important
    }

    .cfw-grid .pt-lg-1 {
        padding-top: .25rem !important
    }

    .cfw-grid .pt-lg-2 {
        padding-top: .5rem !important
    }

    .cfw-grid .pt-lg-3 {
        padding-top: 1rem !important
    }

    .cfw-grid .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .cfw-grid .pt-lg-5 {
        padding-top: 3rem !important
    }

    .cfw-grid .pe-lg-0 {
        padding-right: 0 !important
    }

    .cfw-grid .pe-lg-1 {
        padding-right: .25rem !important
    }

    .cfw-grid .pe-lg-2 {
        padding-right: .5rem !important
    }

    .cfw-grid .pe-lg-3 {
        padding-right: 1rem !important
    }

    .cfw-grid .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .cfw-grid .pe-lg-5 {
        padding-right: 3rem !important
    }

    .cfw-grid .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .cfw-grid .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .cfw-grid .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .cfw-grid .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .cfw-grid .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .cfw-grid .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .cfw-grid .ps-lg-0 {
        padding-left: 0 !important
    }

    .cfw-grid .ps-lg-1 {
        padding-left: .25rem !important
    }

    .cfw-grid .ps-lg-2 {
        padding-left: .5rem !important
    }

    .cfw-grid .ps-lg-3 {
        padding-left: 1rem !important
    }

    .cfw-grid .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .cfw-grid .ps-lg-5 {
        padding-left: 3rem !important
    }
}

@media(min-width:1200px) {
    .cfw-grid .d-xl-inline {
        display: inline !important
    }

    .cfw-grid .d-xl-inline-block {
        display: inline-block !important
    }

    .cfw-grid .d-xl-block {
        display: block !important
    }

    .cfw-grid .d-xl-grid {
        display: grid !important
    }

    .cfw-grid .d-xl-inline-grid {
        display: inline-grid !important
    }

    .cfw-grid .d-xl-table {
        display: table !important
    }

    .cfw-grid .d-xl-table-row {
        display: table-row !important
    }

    .cfw-grid .d-xl-table-cell {
        display: table-cell !important
    }

    .cfw-grid .d-xl-flex {
        display: flex !important
    }

    .cfw-grid .d-xl-inline-flex {
        display: inline-flex !important
    }

    .cfw-grid .d-xl-none {
        display: none !important
    }

    .cfw-grid .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .cfw-grid .flex-xl-row {
        flex-direction: row !important
    }

    .cfw-grid .flex-xl-column {
        flex-direction: column !important
    }

    .cfw-grid .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .cfw-grid .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .cfw-grid .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .cfw-grid .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .cfw-grid .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .cfw-grid .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .cfw-grid .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .cfw-grid .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .cfw-grid .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .cfw-grid .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .cfw-grid .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .cfw-grid .justify-content-xl-center {
        justify-content: center !important
    }

    .cfw-grid .justify-content-xl-between {
        justify-content: space-between !important
    }

    .cfw-grid .justify-content-xl-around {
        justify-content: space-around !important
    }

    .cfw-grid .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .cfw-grid .align-items-xl-start {
        align-items: flex-start !important
    }

    .cfw-grid .align-items-xl-end {
        align-items: flex-end !important
    }

    .cfw-grid .align-items-xl-center {
        align-items: center !important
    }

    .cfw-grid .align-items-xl-baseline {
        align-items: baseline !important
    }

    .cfw-grid .align-items-xl-stretch {
        align-items: stretch !important
    }

    .cfw-grid .align-content-xl-start {
        align-content: flex-start !important
    }

    .cfw-grid .align-content-xl-end {
        align-content: flex-end !important
    }

    .cfw-grid .align-content-xl-center {
        align-content: center !important
    }

    .cfw-grid .align-content-xl-between {
        align-content: space-between !important
    }

    .cfw-grid .align-content-xl-around {
        align-content: space-around !important
    }

    .cfw-grid .align-content-xl-stretch {
        align-content: stretch !important
    }

    .cfw-grid .align-self-xl-auto {
        align-self: auto !important
    }

    .cfw-grid .align-self-xl-start {
        align-self: flex-start !important
    }

    .cfw-grid .align-self-xl-end {
        align-self: flex-end !important
    }

    .cfw-grid .align-self-xl-center {
        align-self: center !important
    }

    .cfw-grid .align-self-xl-baseline {
        align-self: baseline !important
    }

    .cfw-grid .align-self-xl-stretch {
        align-self: stretch !important
    }

    .cfw-grid .order-xl-first {
        order: -1 !important
    }

    .cfw-grid .order-xl-0 {
        order: 0 !important
    }

    .cfw-grid .order-xl-1 {
        order: 1 !important
    }

    .cfw-grid .order-xl-2 {
        order: 2 !important
    }

    .cfw-grid .order-xl-3 {
        order: 3 !important
    }

    .cfw-grid .order-xl-4 {
        order: 4 !important
    }

    .cfw-grid .order-xl-5 {
        order: 5 !important
    }

    .cfw-grid .order-xl-last {
        order: 6 !important
    }

    .cfw-grid .m-xl-0 {
        margin: 0 !important
    }

    .cfw-grid .m-xl-1 {
        margin: .25rem !important
    }

    .cfw-grid .m-xl-2 {
        margin: .5rem !important
    }

    .cfw-grid .m-xl-3 {
        margin: 1rem !important
    }

    .cfw-grid .m-xl-4 {
        margin: 1.5rem !important
    }

    .cfw-grid .m-xl-5 {
        margin: 3rem !important
    }

    .cfw-grid .m-xl-auto {
        margin: auto !important
    }

    .cfw-grid .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .cfw-grid .mx-xl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .cfw-grid .mx-xl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .cfw-grid .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .cfw-grid .mx-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .cfw-grid .mx-xl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .cfw-grid .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .cfw-grid .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .cfw-grid .my-xl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .cfw-grid .my-xl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .cfw-grid .my-xl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .cfw-grid .my-xl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .cfw-grid .my-xl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .cfw-grid .my-xl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .cfw-grid .mt-xl-0 {
        margin-top: 0 !important
    }

    .cfw-grid .mt-xl-1 {
        margin-top: .25rem !important
    }

    .cfw-grid .mt-xl-2 {
        margin-top: .5rem !important
    }

    .cfw-grid .mt-xl-3 {
        margin-top: 1rem !important
    }

    .cfw-grid .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .cfw-grid .mt-xl-5 {
        margin-top: 3rem !important
    }

    .cfw-grid .mt-xl-auto {
        margin-top: auto !important
    }

    .cfw-grid .me-xl-0 {
        margin-right: 0 !important
    }

    .cfw-grid .me-xl-1 {
        margin-right: .25rem !important
    }

    .cfw-grid .me-xl-2 {
        margin-right: .5rem !important
    }

    .cfw-grid .me-xl-3 {
        margin-right: 1rem !important
    }

    .cfw-grid .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .cfw-grid .me-xl-5 {
        margin-right: 3rem !important
    }

    .cfw-grid .me-xl-auto {
        margin-right: auto !important
    }

    .cfw-grid .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .cfw-grid .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .cfw-grid .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .cfw-grid .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .cfw-grid .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .cfw-grid .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .cfw-grid .mb-xl-auto {
        margin-bottom: auto !important
    }

    .cfw-grid .ms-xl-0 {
        margin-left: 0 !important
    }

    .cfw-grid .ms-xl-1 {
        margin-left: .25rem !important
    }

    .cfw-grid .ms-xl-2 {
        margin-left: .5rem !important
    }

    .cfw-grid .ms-xl-3 {
        margin-left: 1rem !important
    }

    .cfw-grid .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .cfw-grid .ms-xl-5 {
        margin-left: 3rem !important
    }

    .cfw-grid .ms-xl-auto {
        margin-left: auto !important
    }

    .cfw-grid .p-xl-0 {
        padding: 0 !important
    }

    .cfw-grid .p-xl-1 {
        padding: .25rem !important
    }

    .cfw-grid .p-xl-2 {
        padding: .5rem !important
    }

    .cfw-grid .p-xl-3 {
        padding: 1rem !important
    }

    .cfw-grid .p-xl-4 {
        padding: 1.5rem !important
    }

    .cfw-grid .p-xl-5 {
        padding: 3rem !important
    }

    .cfw-grid .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .cfw-grid .px-xl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .cfw-grid .px-xl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .cfw-grid .px-xl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .cfw-grid .px-xl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .cfw-grid .px-xl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .cfw-grid .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .cfw-grid .py-xl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .cfw-grid .py-xl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .cfw-grid .py-xl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .cfw-grid .py-xl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .cfw-grid .py-xl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .cfw-grid .pt-xl-0 {
        padding-top: 0 !important
    }

    .cfw-grid .pt-xl-1 {
        padding-top: .25rem !important
    }

    .cfw-grid .pt-xl-2 {
        padding-top: .5rem !important
    }

    .cfw-grid .pt-xl-3 {
        padding-top: 1rem !important
    }

    .cfw-grid .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .cfw-grid .pt-xl-5 {
        padding-top: 3rem !important
    }

    .cfw-grid .pe-xl-0 {
        padding-right: 0 !important
    }

    .cfw-grid .pe-xl-1 {
        padding-right: .25rem !important
    }

    .cfw-grid .pe-xl-2 {
        padding-right: .5rem !important
    }

    .cfw-grid .pe-xl-3 {
        padding-right: 1rem !important
    }

    .cfw-grid .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .cfw-grid .pe-xl-5 {
        padding-right: 3rem !important
    }

    .cfw-grid .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .cfw-grid .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .cfw-grid .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .cfw-grid .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .cfw-grid .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .cfw-grid .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .cfw-grid .ps-xl-0 {
        padding-left: 0 !important
    }

    .cfw-grid .ps-xl-1 {
        padding-left: .25rem !important
    }

    .cfw-grid .ps-xl-2 {
        padding-left: .5rem !important
    }

    .cfw-grid .ps-xl-3 {
        padding-left: 1rem !important
    }

    .cfw-grid .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .cfw-grid .ps-xl-5 {
        padding-left: 3rem !important
    }
}

@media(min-width:1400px) {
    .cfw-grid .d-xxl-inline {
        display: inline !important
    }

    .cfw-grid .d-xxl-inline-block {
        display: inline-block !important
    }

    .cfw-grid .d-xxl-block {
        display: block !important
    }

    .cfw-grid .d-xxl-grid {
        display: grid !important
    }

    .cfw-grid .d-xxl-inline-grid {
        display: inline-grid !important
    }

    .cfw-grid .d-xxl-table {
        display: table !important
    }

    .cfw-grid .d-xxl-table-row {
        display: table-row !important
    }

    .cfw-grid .d-xxl-table-cell {
        display: table-cell !important
    }

    .cfw-grid .d-xxl-flex {
        display: flex !important
    }

    .cfw-grid .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .cfw-grid .d-xxl-none {
        display: none !important
    }

    .cfw-grid .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .cfw-grid .flex-xxl-row {
        flex-direction: row !important
    }

    .cfw-grid .flex-xxl-column {
        flex-direction: column !important
    }

    .cfw-grid .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .cfw-grid .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .cfw-grid .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .cfw-grid .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .cfw-grid .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .cfw-grid .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .cfw-grid .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .cfw-grid .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .cfw-grid .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .cfw-grid .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .cfw-grid .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .cfw-grid .justify-content-xxl-center {
        justify-content: center !important
    }

    .cfw-grid .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .cfw-grid .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .cfw-grid .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .cfw-grid .align-items-xxl-start {
        align-items: flex-start !important
    }

    .cfw-grid .align-items-xxl-end {
        align-items: flex-end !important
    }

    .cfw-grid .align-items-xxl-center {
        align-items: center !important
    }

    .cfw-grid .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .cfw-grid .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .cfw-grid .align-content-xxl-start {
        align-content: flex-start !important
    }

    .cfw-grid .align-content-xxl-end {
        align-content: flex-end !important
    }

    .cfw-grid .align-content-xxl-center {
        align-content: center !important
    }

    .cfw-grid .align-content-xxl-between {
        align-content: space-between !important
    }

    .cfw-grid .align-content-xxl-around {
        align-content: space-around !important
    }

    .cfw-grid .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .cfw-grid .align-self-xxl-auto {
        align-self: auto !important
    }

    .cfw-grid .align-self-xxl-start {
        align-self: flex-start !important
    }

    .cfw-grid .align-self-xxl-end {
        align-self: flex-end !important
    }

    .cfw-grid .align-self-xxl-center {
        align-self: center !important
    }

    .cfw-grid .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .cfw-grid .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .cfw-grid .order-xxl-first {
        order: -1 !important
    }

    .cfw-grid .order-xxl-0 {
        order: 0 !important
    }

    .cfw-grid .order-xxl-1 {
        order: 1 !important
    }

    .cfw-grid .order-xxl-2 {
        order: 2 !important
    }

    .cfw-grid .order-xxl-3 {
        order: 3 !important
    }

    .cfw-grid .order-xxl-4 {
        order: 4 !important
    }

    .cfw-grid .order-xxl-5 {
        order: 5 !important
    }

    .cfw-grid .order-xxl-last {
        order: 6 !important
    }

    .cfw-grid .m-xxl-0 {
        margin: 0 !important
    }

    .cfw-grid .m-xxl-1 {
        margin: .25rem !important
    }

    .cfw-grid .m-xxl-2 {
        margin: .5rem !important
    }

    .cfw-grid .m-xxl-3 {
        margin: 1rem !important
    }

    .cfw-grid .m-xxl-4 {
        margin: 1.5rem !important
    }

    .cfw-grid .m-xxl-5 {
        margin: 3rem !important
    }

    .cfw-grid .m-xxl-auto {
        margin: auto !important
    }

    .cfw-grid .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .cfw-grid .mx-xxl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .cfw-grid .mx-xxl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .cfw-grid .mx-xxl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .cfw-grid .mx-xxl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .cfw-grid .mx-xxl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .cfw-grid .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .cfw-grid .my-xxl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .cfw-grid .my-xxl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .cfw-grid .my-xxl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .cfw-grid .my-xxl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .cfw-grid .my-xxl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .cfw-grid .my-xxl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .cfw-grid .my-xxl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .cfw-grid .mt-xxl-0 {
        margin-top: 0 !important
    }

    .cfw-grid .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .cfw-grid .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .cfw-grid .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .cfw-grid .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .cfw-grid .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .cfw-grid .mt-xxl-auto {
        margin-top: auto !important
    }

    .cfw-grid .me-xxl-0 {
        margin-right: 0 !important
    }

    .cfw-grid .me-xxl-1 {
        margin-right: .25rem !important
    }

    .cfw-grid .me-xxl-2 {
        margin-right: .5rem !important
    }

    .cfw-grid .me-xxl-3 {
        margin-right: 1rem !important
    }

    .cfw-grid .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .cfw-grid .me-xxl-5 {
        margin-right: 3rem !important
    }

    .cfw-grid .me-xxl-auto {
        margin-right: auto !important
    }

    .cfw-grid .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .cfw-grid .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .cfw-grid .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .cfw-grid .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .cfw-grid .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .cfw-grid .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .cfw-grid .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .cfw-grid .ms-xxl-0 {
        margin-left: 0 !important
    }

    .cfw-grid .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .cfw-grid .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .cfw-grid .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .cfw-grid .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .cfw-grid .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .cfw-grid .ms-xxl-auto {
        margin-left: auto !important
    }

    .cfw-grid .p-xxl-0 {
        padding: 0 !important
    }

    .cfw-grid .p-xxl-1 {
        padding: .25rem !important
    }

    .cfw-grid .p-xxl-2 {
        padding: .5rem !important
    }

    .cfw-grid .p-xxl-3 {
        padding: 1rem !important
    }

    .cfw-grid .p-xxl-4 {
        padding: 1.5rem !important
    }

    .cfw-grid .p-xxl-5 {
        padding: 3rem !important
    }

    .cfw-grid .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .cfw-grid .px-xxl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .cfw-grid .px-xxl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .cfw-grid .px-xxl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .cfw-grid .px-xxl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .cfw-grid .px-xxl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .cfw-grid .py-xxl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .cfw-grid .py-xxl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .cfw-grid .py-xxl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .cfw-grid .py-xxl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .cfw-grid .py-xxl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .cfw-grid .py-xxl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .cfw-grid .pt-xxl-0 {
        padding-top: 0 !important
    }

    .cfw-grid .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .cfw-grid .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .cfw-grid .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .cfw-grid .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .cfw-grid .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .cfw-grid .pe-xxl-0 {
        padding-right: 0 !important
    }

    .cfw-grid .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .cfw-grid .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .cfw-grid .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .cfw-grid .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .cfw-grid .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .cfw-grid .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .cfw-grid .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .cfw-grid .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .cfw-grid .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .cfw-grid .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .cfw-grid .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .cfw-grid .ps-xxl-0 {
        padding-left: 0 !important
    }

    .cfw-grid .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .cfw-grid .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .cfw-grid .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .cfw-grid .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .cfw-grid .ps-xxl-5 {
        padding-left: 3rem !important
    }
}

@media print {
    .cfw-grid .d-print-inline {
        display: inline !important
    }

    .cfw-grid .d-print-inline-block {
        display: inline-block !important
    }

    .cfw-grid .d-print-block {
        display: block !important
    }

    .cfw-grid .d-print-grid {
        display: grid !important
    }

    .cfw-grid .d-print-inline-grid {
        display: inline-grid !important
    }

    .cfw-grid .d-print-table {
        display: table !important
    }

    .cfw-grid .d-print-table-row {
        display: table-row !important
    }

    .cfw-grid .d-print-table-cell {
        display: table-cell !important
    }

    .cfw-grid .d-print-flex {
        display: flex !important
    }

    .cfw-grid .d-print-inline-flex {
        display: inline-flex !important
    }

    .cfw-grid .d-print-none {
        display: none !important
    }
}

@media(max-width:991.98px) {
    .cfw-grid .container {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 100% !important
    }
}

.cfw-grid main.checkoutwc .woocommerce-checkout .row {
    display: flex
}

@media(min-width:1400px) {

    .cfw-grid .container,
    .cfw-grid .container-lg,
    .cfw-grid .container-md,
    .cfw-grid .container-sm,
    .cfw-grid .container-xl,
    .cfw-grid .container-xxl {
        max-width: 1140px
    }
}






body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}