/* CSS RESET -------------------------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  interpolate-size: allow-keywords;
}
a {
  color: inherit;
  transition: all 0.2s ease;
}
p a,
label a {
  border-bottom: 1px solid var(--color--neutral--gray-200);
}
p a:hover,
label a:hover {
  color: var(--color--brand--primary-200);
  border-bottom: 1px solid var(--color--brand--primary-200);
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  text-wrap: pretty;
}
section:not(.section-card-contato) {
  overflow: clip;
}
.mg-top-small {
  margin-top: var(--base-unit--1);
}
.mg-top-medium {
  margin-top: var(--base-unit--3);
}
.mg-top-large {
  margin-top: var(--base-unit--7);
}
.mg-bottom-small {
  margin-bottom: var(--base-unit--1);
}
.mg-bottom-medium {
  margin-bottom: var(--base-unit--3);
}
.mg-bottom-large {
  margin-bottom: var(--base-unit--7);
}
.pd-top-small {
  padding-top: var(--base-unit--1);
}
.pd-top-medium {
  padding-top: var(--base-unit--3);
}
.pd-top-large {
  padding-top: var(--base-unit--7);
}
.pd-bottom-small {
  padding-bottom: var(--base-unit--1);
}
.pd-bottom-medium {
  padding-bottom: var(--base-unit--3);
}
.pd-bottom-large {
  padding-bottom: var(--base-unit--7);
}
.list-wrapper ul {
  padding: 0;
  list-style-type: none;
}
.list-wrapper li {
  background-image: url(bullet.svg);
  background-repeat: no-repeat;
  padding-top: 0.125rem;
  padding-left: 2rem;
  margin-bottom: 1rem;
  min-height: 24px;
}
.card-image img {
  height: 90%;
  width: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transition: opacity 0.2s;
}
.breadcrumb > * {
  white-space: nowrap;
}
@media only screen and (max-width: 992px) {
  .mg-top-small-md {
    margin-top: var(--base-unit--1);
  }
  .mg-top-medium-md {
    margin-top: var(--base-unit--3);
  }
  .mg-top-large-md {
    margin-top: var(--base-unit--7);
  }
  .mg-bottom-small-md {
    margin-bottom: var(--base-unit--1);
  }
  .mg-bottom-medium-md {
    margin-bottom: var(--base-unit--3);
  }
  .mg-bottom-large-md {
    margin-bottom: var(--base-unit--7);
  }
  .pd-top-small-md {
    padding-top: var(--base-unit--1);
  }
  .pd-top-medium-md {
    padding-top: var(--base-unit--3);
  }
  .pd-top-large-md {
    padding-top: var(--base-unit--7);
  }
  .pd-bottom-small-md {
    padding-bottom: var(--base-unit--1);
  }
  .pd-bottom-medium-md {
    padding-bottom: var(--base-unit--3);
  }
  .pd-bottom-large-md {
    padding-bottom: var(--base-unit--7);
  }
}
@media only screen and (max-width: 480px) {
  :root {
    --text-heading--h1: var(--base-unit--3-75);
    --text-heading--h2: var(--base-unit--3);
    --text-heading--h3: var(--base-unit--2-5);
    --text-heading--h4: var(--base-unit--2);
  }
}
/* FORM --------------------------------------------------------------------------------------------------------*/
label {
  font-size: var(--text-paragraph--regular);
  font-weight: 400;
}
.section-contato .field-wrapper label,
.section-rede-pesquisa .field-wrapper label {
  color: var(--color--brand--primary-200);
}
input,
textarea,
select {
  color: var(--color--neutral--gray-400);
  vertical-align: middle;
  background-color: white;
  border: 1px solid var(--color--neutral--gray-200);
  width: 100%;
  font-size: var(--text-paragraph--regular);
  display: block;
  outline: none;
}
input,
select {
  padding-inline: var(--base-unit--1);
  height: 48px;
}
select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cmask id='mask0_5798_7844' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_5798_7844)'%3E%3Cpath d='M12 15L6 9.0997L7.11828 8L12 12.8006L16.8817 8L18 9.0997L12 15Z' fill='%23003052'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem top 60%;
  background-size: 24px auto;
}
textarea {
  padding: var(--base-unit--1);
  vertical-align: top;
  height: var(--base-unit--12);
  resize: vertical;
}
input[type="checkbox"],
input[type="radio"] {
  width: var(--base-unit--1);
  height: var(--base-unit--1);
  vertical-align: middle;
  position: relative;
  bottom: 1px;
  margin: 4px 10px 0 0;
  accent-color: #289be3;
}
input:focus,
textarea:focus {
  border-color: var(--color--brand--primary-100);
}
.field-pesquisa {
  height: 48px;
}
.field-pesquisa form {
  flex: 1;
}
.field-pesquisa input {
  border: none;
}
.field-pesquisa input:focus {
  background-color: transparent;
  border-color: transparent;
}
@media only screen and (max-width: 480px) {
  .contato-form .horizontal-wrapper {
    flex-direction: column;
  }
}

/* BUTTONS --------------------------------------------------------------------------------------------------*/
.button .ico-24 {
  margin: 0 0.25rem;
}
.button:has(.ico-24) {
  div:not(.ico-24) {
    margin: 0 0.5rem;
  }
}
/* MENU ------------------------------------------------------------------------------------------------------*/
.nav-dropdown-open,
.nav-pesquisa-open {
  pointer-events: none;
  opacity: 0;
  top: 1rem;
  transition: opacity 0.3s, top 0.3s;
}
.nav-dropdown.active {
  .nav-dropdown-open {
    pointer-events: auto;
    display: block;
    opacity: 1;
    top: 3rem;
  }
  .nav-dropdown-link .ico-24 {
    transform: rotate(180deg);
  }
}
.nav-dropdown-item:hover > .ico-24 {
  transform: translateX(0.5rem);
}
.nav-pesquisa.active {
  .nav-pesquisa-open {
    pointer-events: auto;
    display: block;
    opacity: 1;
    top: 3rem;
  }
}
.nav-pesquisa-open.is-full {
  width: 100vw !important;
  max-width: none !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.nav-dropdown-wrapper.is-pesquisa {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.nav-dropdown-wrapper.is-pesquisa .field-pesquisa {
  width: 44vw;
}
.nav-dropdown-wrapper.is-pesquisa .field-pesquisa input {
  flex: 1;
  border: none;
}
.nav-dropdown-wrapper.is-pesquisa .button.is-dark {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  border: none !important;
  border-left: 1px solid var(--color--brand--primary-200) !important;
  border-radius: 0 !important;
  padding-left: 16px !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent !important;
  color: var(--color--brand--primary-200) !important;
  font-weight: 400 !important;
  white-space: nowrap;
  height: auto !important;
  min-height: auto !important;
}
.nav-dropdown-wrapper.is-pesquisa .button.is-dark:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
/* Dropdown Produtos */
.ico-24.is-arrow {
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s, padding 0.3s;
}
.nav-produto-item:hover {
  background-color: #bfdff3;
  .ico-24.is-arrow {
    transform: translateX(0.25rem);
    opacity: 1;
  }
}
.nav-produto-item.is-active {
  background-color: var(--color--brand--primary-300);
  color: var(--color--neutral--white);
  .ico-24.is-arrow {
    opacity: 1;
    color: var(--color--brand--primary-100);
  }
}
/* EXPAND/COLLAPSE -------------------------------------------------------------------------------------*/
.expansion-link {
  cursor: pointer;
}
.expansion-link.active {
  & .ico-40 {
    transform: rotate(45deg);
    transition: transform ease 0.3s;
  }
}
.expansion-content {
  opacity: 0;
  max-height: 0;
  transition: max-height ease 0.3s;
}
.expansion-content.active {
  opacity: 1;
}
.expand-item:has(.expansion-content.active) {
  border-color: var(--color--neutral--gray-200);
}
/* TABS ------------------------------------------------------------------------------------------------*/
.tabs-arrow-wrapper.is-right:after {
  content: "";
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  justify-content: flex-end;
  background: linear-gradient(to left, #0072c3 50%, transparent);
  z-index: -1;
}
.tabs-arrow-wrapper.is-left:after {
  content: "";
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(to right, #0072c3 50%, transparent);
  z-index: -1;
}
.tabs-wrapper.is-interna .tabs-arrow {
  background-color: #33b1ff;
}
.tabs-wrapper.is-interna .tabs-arrow-wrapper.is-right:after {
  background: linear-gradient(to left, #f3f3f7 50%, transparent);
}
.tabs-wrapper.is-interna .tabs-arrow-wrapper.is-left:after {
  background: linear-gradient(to left, #f3f3f7 50%, transparent);
}
.tabs-arrow-wrapper.is-right.active,
.tabs-arrow-wrapper.is-left.active {
  display: flex;
}
.tabs-ul {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 1200px) {
  .nav-desktop-list li:first-child {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .section-hero {
    background-color: var(--color--neutral--white);
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 992px) {
  .nav-mobile-menu.active {
    display: flex;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
      rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    box-shadow: 0 0 5rem 1rem #0003;
  }
  .section-hero {
    display: flex;
    flex-direction: column;
  }
  .section-hero .padding-global,
  .section-hero .container-large {
    min-height: 100%;
    flex: 1;
  }
}
@media only screen and (max-width: 766px) {
  .tab-content .produtos-card:first-child {
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  }
  .tab-content .produtos-card:last-child {
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
  }
  .section-publicacoes .tabs-wrapper {
    grid-column-gap: var(--base-unit--2);
  }
}
/* CARD PRODUTOS HOME -----------------------------------------------------------------------------------*/
.produtos-card:hover {
  background-color: #0072c3;
  > .produtos-card-info .produtos-card-text {
    height: max-content;
  }
  > .produtos-card-info .card-plus {
    background-color: white;
    color: var(--color--brand--primary-200);
    transform: scale(1.2);
  }
  > .card-image img {
    opacity: 0.15;
  }
}
.produtos-card .card-image:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.3em;
  background-image: linear-gradient(45deg, #00305261, #00000000);
  z-index: 3;
}
.produtos-swiper {
  .swiper .swiper-wrapper .swiper-slide {
    width: 500px !important;
    margin-left: -4.9rem;
  }
}

.produtos-card-info img {
  filter: brightness(0) invert(1);
}

/* CARD POSTS (Blog e Imprensa) -----------------------------------------------------------------------------*/
.post-card:hover > .card-image img,
.post-card-home:hover > .card-image img {
  transform: scale(1.2);
}
.post-card .card-image img,
.post-card-home .card-image img {
  opacity: 0.5;
  transition: transform 0.3s;
}
/* CARD REDE AUTORIZADA -----------------------------------------------------------------------------*/
.rede-autorizada-li a {
  border-bottom: 1px solid var(--color--neutral--gray-100);
}
.rede-autorizada-li a:hover {
  color: var(--color--brand--primary-200);
  border-bottom: 1px solid var(--color--brand--primary-200);
}
/* CARD FALE CONOSCO ----------------------------------------------------------------------------------------*/
.card-fale-conosco:hover {
  background-image: linear-gradient(
    45deg,
    var(--color--brand--primary-100),
    var(--color--brand--primary-200)
  );
  transform: translateY(-0.5rem);
  > .button-arrow {
    background-color: var(--color--brand--primary-100);
  }
  > .button-arrow .ico-40 {
    transform: rotate(-45deg);
  }
}
/* CARD CATEGORIAS PRODUTOS ---------------------------------------------------------------------------------*/
.produto-card-item:nth-child(even) > .produto-item-info {
  order: -1;
}
@media only screen and (max-width: 992px) {
  .produto-card-item:nth-child(even) > .produto-item-info {
    order: 1;
  }
}
.categorias-wrapper .tag-categoria {
  background-color: var(--color--brand--primary-50);
}
/* FOOTER -----------------------------------------------------------------------------------------------------*/
footer a {
  transition: color 0.2s;
}
footer a:hover {
  color: var(--color--brand--primary-100);
  border-color: var(--color--brand--primary-100);
}
.footer-cta > * {
  position: relative;
  z-index: 4;
}
.footer-cta:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.3em;
  background-image: radial-gradient(
    circle at 50% 100%,
    #0072c366,
    #0072c300 50%
  );
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
.footer-cta:hover:after {
  opacity: 1;
}
.footer-cta:hover {
  border-bottom-color: var(--color--brand--primary-100);
  > .ico-40 {
    transform: translateY(-0.25rem);
  }
}
/*SWIPER -------------------------------------------------------------------------------------------------------*/
.swiper {
  overflow: visible;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  max-width: max-content;
}
.videos-swiper {
  .swiper .swiper-wrapper {
    padding-block: 3rem;
  }
  .swiper .swiper-wrapper .swiper-slide {
    opacity: 0.5;
    transform: scale(0.8) !important;
    margin: -3rem;
    z-index: 1;
    transition: transform 0.8s cubic-bezier(0, 0.55, 0.33, 0.94);
    width: 70% !important;
  }
  .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.9) !important;
  }
  .swiper .swiper-wrapper .swiper-slide-active {
    opacity: 1;
    transform: scale(1) !important;
    border: 2px solid var(--color--brand--primary-100);
    box-shadow: 0 10px 30px #0006;
    z-index: 2;
  }
  .swiper-slide-prev {
    width: 10px !important;
  }
}

/* SWIPER HERO */

.swiper-wrapper.is-hero {
  > .swiper-slide {
    background-color: #ffffff00;
    height: 100% !important;
  }
}

/* HERO BOTTOM STRIP */
.hero-bottom-strip {
  display: none;
}

.hero-strip-content {
  text-align: center;
}

.hero-strip-title {
  color: var(--color--neutral--white);
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

@media only screen and (max-width: 991px) {
  .hero-bottom-strip {
    display: block;
    background-color: var(--color--brand--primary-100);
    padding: 2rem 0;
    margin-top: auto;
    flex-shrink: 0;
  }

  @media only screen and (max-width: 768px) {
    .hero-strip-title {
      font-size: 2rem;
    }
  }

  @media only screen and (max-width: 480px) {
    .hero-strip-title {
      font-size: 1.5rem;
    }

    .hero-bottom-strip {
      padding: 1.5rem 0;
    }
  }
}

.hero-mobile-image img {
  height: 100%;
  width: 100%;
  opacity: 0.5;
  object-fit: contain;
}

@media only screen and (max-width: 480px) {
  .hero-mobile-image img {
    object-fit: fill;
  }
}

/* New Mobile Hero Layout Styles */
@media screen and (max-width: 991px) {
  .hero-mobile-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .hero-mobile-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
  }

  .hero-mobile-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: rgba(0, 0, 0, 0.6);
    padding-left: 2rem;
  }

  .hero-mobile-text {
    text-align: left;
    padding: 2rem;
    max-width: 80%;
  }

  .hero-mobile-title {
    color: var(--color--neutral--white);
    font-size: var(--text-heading--h1);
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 2rem;
    text-transform: uppercase;
    text-align: left;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  }

  .hero-mobile-content .button {
    background-color: var(--color--brand--primary-100);
    color: var(--color--neutral--white);
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
  }

  .hero-mobile-content .button:hover {
    background-color: var(--color--brand--primary-200);
    transform: translateY(-2px);
  }

  .hero-mobile-content .button .ico-24 {
    margin-left: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-mobile-title {
    font-size: 4rem;
    margin-bottom: 1.5rem;
  }

  .hero-mobile-text {
    padding: 1.5rem;
    max-width: 85%;
  }

  .hero-mobile-content {
    padding-left: 1.5rem;
  }

  .hero-mobile-content .button {
    padding: 0.875rem 1.75rem;
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .hero-mobile-title {
    font-size: 3rem;
    margin-bottom: 1.25rem;
    font-weight: 400;
  }

  .hero-mobile-text {
    padding: 1rem;
    max-width: 90%;
  }

  .hero-mobile-content {
    padding-left: 1rem;
  }

  .hero-mobile-content .button {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
  }
}

/* Ensure proper mobile hero display */
@media screen and (max-width: 991px) {
  .hero-mobile-image {
    display: block !important;
  }

  .hero-desktop-image {
    display: none !important;
  }

  .hero-content {
    display: none !important;
  }
}

/* Desktop hero display */
@media screen and (min-width: 992px) {
  .hero-mobile-image {
    display: none !important;
  }

  .hero-desktop-image {
    display: block !important;
  }

  .hero-content {
    display: flex !important;
  }
}

/* Responsivo */
@media only screen and (max-width: 480px) {
  .videos-swiper {
    .swiper .swiper-wrapper .swiper-slide {
      width: 100% !important;
      transform: scale(1) !important;
    }
  }
}
/* RESPONSIVO -------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1330px) {
  .nav-desktop-list:first-child {
    display: none;
  }
  /* REMOVE SPAN DO NAV**/
  nav ul li a span {
    display: inline;
  }
}

.produtos-card-text {
  flex-flow: column;
  height: 0;
  transition: height 0.3s ease-in-out;
  overflow: clip;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.section-videos {
  padding-top: var(--base-unit--7);
  padding-bottom: var(--base-unit--7);
  background-color: var(--color--brand--primary-300);
  position: relative;
  overflow: clip;
}

/* Padronização de altura dos cards dentro de .section-content-cards */
.section-content-cards .grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  align-items: stretch;
}

.section-content-cards .col-content-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Remove paddings fixos inline dos textos dos cards, se necessário, use margin-bottom para separar do botão */
.section-content-cards .col-content-card > div {
  margin-bottom: 1rem;
}

.section-content-cards .col-content-card a.button {
  margin-top: auto;
}

@media (max-width: 992px) {
  .section-content-cards .grid-4 {
    grid-template-columns: 1fr;
  }
}

#mega-menu-wrap-wp_mwm_main_menu
  #mega-menu-wp_mwm_main_menu
  > li.mega-menu-flyout
  ul.mega-sub-menu {
  padding: var(--base-unit--1) var(--base-unit--1-5);
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  box-shadow: 0 10px 30px #0000001a;
}

#mega-menu-wrap-wp_mwm_main_menu
  #mega-menu-wp_mwm_main_menu
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  font-size: var(--text-paragraph--regular) !important;
  font-weight: 500 !important;
}

#mega-menu-wrap-wp_mwm_main_menu
  #mega-menu-wp_mwm_main_menu
  li.mega-menu-item.mega-icon-right
  > a.mega-menu-link:hover {
  &:before {
    transform: translateX(0.25rem);
    transition: transform 0.2s;
  }
}

/* Dark mode for search icon */
html.wp-dark-mode-active .nav-pesquisa-link {
  color: white !important;
}

/* Dark mode for hamburger menu icon */
html.wp-dark-mode-active .mega-toggle-animated-box .mega-toggle-animated-inner,
html.wp-dark-mode-active
  .mega-toggle-animated-box
  .mega-toggle-animated-inner::before,
html.wp-dark-mode-active
  .mega-toggle-animated-box
  .mega-toggle-animated-inner::after {
  background-color: white !important;
}

/* Dark mode for dúvidas/fale conosco icon */
html.wp-dark-mode-active #duvidasFaleConosco {
  content: url("/wp-content/themes/mwm/assets/imagem/envelope-branco.png") !important;
}

#duvidasFaleConosco {
  content: url("/wp-content/themes/mwm/assets/imagem/envelope-azul.png");
  width: 26px;
}

/* Dark mode for dark mode toggle icon */
html.wp-dark-mode-active .wp-dark-mode-switch svg path {
  fill: white !important;
}

.trp-language-switcher > div {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 90"><path d="M 90 24.25 c 0 -0.896 -0.342 -1.792 -1.025 -2.475 c -1.366 -1.367 -3.583 -1.367 -4.949 0 L 45 60.8 L 5.975 21.775 c -1.367 -1.367 -3.583 -1.367 -4.95 0 c -1.366 1.367 -1.366 3.583 0 4.95 l 41.5 41.5 c 1.366 1.367 3.583 1.367 4.949 0 l 41.5 -41.5 C 89.658 26.042 90 25.146 90 24.25 z" fill="%23003052"/></svg>') !important;
}

html.wp-dark-mode-active .trp-language-switcher > div {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 90"><path d="M 90 24.25 c 0 -0.896 -0.342 -1.792 -1.025 -2.475 c -1.366 -1.367 -3.583 -1.367 -4.949 0 L 45 60.8 L 5.975 21.775 c -1.367 -1.367 -3.583 -1.367 -4.95 0 c -1.366 1.367 -1.366 3.583 0 4.95 l 41.5 41.5 c 1.366 1.367 3.583 1.367 4.949 0 l 41.5 -41.5 C 89.658 26.042 90 25.146 90 24.25 z" fill="white"/></svg>') !important;
}
