@font-face {
  font-family: "haas_grotesk";
  src: url("https://dzv3w57mdnxz2.cloudfront.net/assets/static/fonts/haas_grotesk.woff?v=9ec9b4f1ee")
      format("woff"),
    url("https://dzv3w57mdnxz2.cloudfront.net/assets/static/fonts/haas_grotesk.woff2?v=9ec9b4f1ee")
      format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

.ff__haas_grotesk {
  font-family: "haas_grotesk", "HelveticaNeue-Light", "Helvetica Neue Light";
}
html {
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}
:root {
  --font-sans: "neue-haas-unica", "Helvetica Neue", "Arial", sans-serif;
  --font-serif: "gt-super-display-light", "Georgia", serif;
  --font-italic: "gt-super-display-light-italic", "Georgia", serif;
  --site-header-spacer: 4.4375rem;
}

body {
  font-size: 1.66667vw;
  line-height: 1.94444vw;
}
@media (min-width: 2401px) {
  /* line 176, ../../sass/desktop.scss */
  body {
    font-size: 40px;
    line-height: 46.66667px;
  }
}
@media (orientation: portrait) and (max-width: 767px) {
  /* line 176, ../../sass/desktop.scss */
  body {
    font-size: 4.83092vw;
    line-height: 5.7971vw;
  }
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter > [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

ol,
ul {
  list-style: none;
}

header:hover,
header.active {
  background-color: #fff;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1500;
  transition: background-color 1s ease;
  background-color: transparent;
  padding: 8px 30px;
  padding-bottom: 6px;
}

.videohome {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.videohome2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}

@media (max-width: 575.98px) {
  .videohome {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0px;
    left: 50% !important;
    z-index: 0;
    transform: translateX(-50%);
  }

  .videohome2 {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0px;
    left: 50% !important;
    z-index: 0;
    transform: translateX(-50%);
  }
}

@media (max-aspect-ratio: 16/9) {
  .videohome {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
  }

  .videohome2 {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
  }
}

header .logo {
  width: 50px;
  margin-right: 10px;
}

.divlogo {
  position: relative;
  max-width: 50%;
  z-index: 1706;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.44;
  color: #fff;
  font-weight: 300;
}

header ul {
  float: right;
  margin-top: 8px;
  line-height: 0;
}

header:hover .divlogo ,
header.active .divlogo {
  color: #000;
}

header ul li a {
  color: #fff;
  font-family: var(--font-sans);
  font-weight: 300;
  letter-spacing: 0.6px;
  transition: all 0.5s ease;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.44;
}

header:hover ul li a ,
header.active ul li a {
  color: #000;
}

header ul li a:hover {
  text-decoration: none;
  transform: translateY(-5px);
  color: #fff;
}

header:hover ul li a:hover ,
header.active ul li a:hover {
  color: #000;
}

header ul li.activo a {
  text-decoration: none;
}

header ul li.inactivo {
  display: none;
}

header ul.mostrar li.inactivo {
  display: block;
}

header ul li {
  float: left;
  margin-left: 2rem;
}

.linesmobile,
.lines {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  cursor: pointer;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
  margin-left: 1rem;
}

.linesmobile span,
.lines span {
  z-index: 1501;
  height: 2px;
  background-color: #000;
  border-radius: 200px;
  display: inline-block;
  position: absolute;
  right: 0;
  transition: all 0.4s ease;
  cursor: pointer;
  width: 70%;
}

header:hover .linesmobile span,
header:hover .lines span ,
header.active .linesmobile span,
header.active .lines span {
  background-color: #000;
}

.linesmobile span {
  background-color: #000;
}

.lines span {
  background-color: #fff;
}

.linesmobile span,
.lines span {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  backface-visibility: hidden;
}

.linesmobile span:nth-child(1),
.lines span:nth-child(1) {
  top: 4px;
}

.linesmobile span:nth-child(2),
.lines span:nth-child(2) {
  top: 11px;
}

.linesmobile span:nth-child(3),
.lines span:nth-child(3) {
  top: 18px;
}

.linesmobile.active span:nth-child(1) {
  transform: translate(0px, 17px) rotate(-45deg);
}

.linesmobile.active span:nth-child(2) {
  transform: translate(0px, 10px) rotate(45deg);
}

.linesmobile.active span:nth-child(3) {
  display: none;
}

/*FOOTER*/
footer a:hover {
  color: #151515;
  text-decoration: none;
}

footer {
  background-color: #fff;
  color: #000;
  padding: 35px;
  font-weight: 300;
  font-size: 0.85rem;
}

.footer-socials li {
  margin-bottom: 15px;
}

.textointerno {
  padding: 6em 0 2em 0;
  color: #000;
}

.page-heading {
  font-family: var(--font-sans);
  font-size: 1.5rem;
  line-height: 1.133;
  margin-bottom: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.9px;
}

.type-e,
.type-e-about,
.type-f {
  font-size: 1.25rem;
  font-style: normal;
  letter-spacing: 0.6px;
  line-height: 1.3;
}

#aboutprofile p {
  display: none;
}

.f-18 {
  font-size: 1.5rem;
}

.f-14 {
  font-size: 1rem;
}

.icon {
  position: fixed;
  z-index: 1000;
  bottom: 3rem;
  color: #000;
  fill: #000;
  width: 25px;
  height: 25px;
}

.icon2 {
  position: relative;
  z-index: 1000;
  bottom: 0;
  color: #000;
  fill: #000;
  width: 25px;
  height: 25px;
}

.icon-instagram {
  right: 30px;
}

footer .icon-instagram {
  right: 0px;
}

.icon-contact {
  left: 30px;
}

footer .icon-contact {
  left: 0px;
}

.icon-arrow-down {
  left: 50%;
  transform: translateX(-50%);
}

.cita {
  text-align: center;
}

/*HOME*/
#sliderhome .carousel-item {
  background-size: cover;
  background-position: center;
  height: 100vh;
}

#sliderhome .page-heading {
  font-size: 1.95rem;
  font-family: var(--font-sans);
  font-weight: 300;
}

#sliderhome .page-heading a:hover,
#sliderhome .page-heading a {
  font-size: 1rem;
  font-family: var(--font-sans);
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}

#sliderhome .sliderdiv {
  position: absolute;
  top: 50%;
  left: 1%;
}
#sliderhome {
  width: 100%;
  height: 100vh;
  background: #ccc;
}
/*
@media (max-width: 768px) {
  #sliderhome {
    width: 100%;
    height: 60vh;
    background: #ccc;
  }
  #sliderhome .carousel-item {
    background-size: cover;
    background-position: center;
    height: 60vh;
  }
}*/

.detailheadtext {
  position: absolute;
  text-align: center;
  color: #fff;
  width: 60%;
  bottom: 17%;
  left: 50%;
  /*-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);*/
  transform: translateX(-50%);
  opacity: 1;
  /*transition: all 0.7s ease;*/
  z-index: 100;
  padding-left: 10px;
  cursor: pointer;
}

.carousel-indicators {
  bottom: 15%;
  transform: translate(0, 2.5rem);
  color: #fff;
}

.carousel-indicators li.active {
  opacity: 1;
}

.carousel-indicators li::after {
  border-bottom: 2px solid currentColor;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.carousel-indicators li {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: currentColor;
  display: block;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  opacity: 0.5;
  padding: 0;
  position: relative;
  -webkit-transition: opacity 240ms linear;
  transition: opacity 240ms linear;
  width: 40px;
}

.detailheadtext .social-link-list a {
  border: 1px solid #fff;
}

.detailheadtext.negro .social-link-list a {
  border: 1px solid #000;
  color: #000;
}

.detailheadtext .social-link-list a:hover {
  border: 1px solid #fff;
  color: #fff;
}

.detailheadtext.negro .social-link-list a:hover {
  border: 1px solid #000;
  color: #fff;
}

.detailheadtext .sharep a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.detailheadtext .sharep {
  color: #fff;
  margin: 0px;
}

.detailheadtext.negro .sharep a:hover {
  color: rgba(0, 0, 0, 0.6);
}

.detailheadtext.negro .sharep {
  color: #000;
  margin: 0px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: 50;
  transition: all 0.7s ease;
}

.details:hover h5,
.details:hover .overlay {
  opacity: 1;
}

.details h5 span {
  font-size: 15px;
  line-height: 15px;
}

.details h5 {
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.9px;
  font-weight: 300;
  position: absolute;
  text-align: center;
  color: #000;
  background-color:rgba(255,255,255,0.9);
  padding:10px;
  width: fit-content;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.7s ease;
  z-index: 100;
}

.encabezado {
  padding: 5em 0;
  font-family: var(--font-sans);
  max-width: 90%;
}

.navmobile.active {
  display: block;
}

.navmobile {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #fff;
  z-index: 1500;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.navmobile .mainnav li a:hover,
.navmobile .mainnav li a {
  font-size: 2rem;
  color: #000;
}
.navmobile .mainnav li {
  padding:10px 0;
}

.navmobile .mainnav {
  text-align: center;
  padding-left: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  margin: 0;
}

.detailtexts {
  padding: 30px 0px;

  font-family: var(--font-sans);
  font-size: 17px;
  text-align: center;
}

.detailtexts span {
  font-family: var(--font-sans);
  font-size: 24px;
  text-align: center;
  line-height: 1.3em;
}

.detailtexts h4 {
  font-family: var(--font-sans);
  font-size: 17px;
}

.workcatrow {
  background-color: #fff;
  color: #000;
}

.workcat {
}

.workcat a:active,
.workcat a:hover,
.workcat a {
  color: #000;
  padding-left: 10px;
  margin: 10px 0;
  display: block;
  width: fit-content;
}

@media (min-width: 768px) {
  #sliderhome .page-heading {
    font-size: 2.5rem;
    font-family: var(--font-sans);
    font-weight: 300;
  }

  .type-e,
  .type-e-about,
  .type-f {
    font-size: 1.375rem;
    letter-spacing: 0.7px;
    line-height: 1.2727;
  }
}

@media (min-width: 1024px) {
  .type-e,
  .type-e-about,
  .type-f {
    font-size: 1.5625rem;
    letter-spacing: 0.8px;
    line-height: 1.2;
  }

  .f-18 {
    font-size: 1.1rem;
  }

  .f-14 {
    font-size: 0.8rem;
  }

  .divlogo {
    color: #fff;
  }
}

@media (min-width: 1680px) {
  .type-e,
  .type-e-about,
  .type-f {
    font-size: 1.75rem;
    letter-spacing: 0.9px;
    line-height: 1.3;
  }

  .container {
    max-width: 1600px;
  }

  .divlogo,
  header ul li a {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}


@media (min-width: 1920px) {
  .type-e,
  .type-e-about,
  .type-f {
    font-size: 1.875rem;
    line-height: 1.5;
  }
}

.filter,
.static-filter {
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 1em;
}

.filter__separator {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.filter__selected {
  z-index: -1;
  position: absolute;
  visibility: hidden;
}

.filter__items {
  margin-bottom: 0;
  display: none;
}

.filter__items {
  margin-bottom: 0;
  display: none;
}

.filter__item--active {
  color: #333;
}

.filter__item {
  display: inline-block;
  color: #999;
  max-width: 0;
  -webkit-transition: color 150ms, max-width 400ms, opacity 600ms;
  -o-transition: color 150ms, max-width 400ms, opacity 600ms;
  transition: color 150ms, max-width 400ms, opacity 600ms;
}

.filter__selected {
  z-index: -1;
  position: absolute;
  visibility: hidden;
}

@media only screen and (max-width: 720px) {
  .filter__selected {
    position: static;
    visibility: visible;
  }
}

.static-filter .filter__selected {
  position: static;
  visibility: visible;
}

.filter__items {
  margin-bottom: 0;
  display: inline;
}

@media only screen and (max-width: 720px) {
  .filter__items {
    display: none;
    height: 0;
  }

  .filter--hover .filter__items {
    height: auto;
    display: inline;
  }
}

.filter__item:not(.filter__item--active) {
  opacity: 0;
}

.filter--hover .filter__items,
body.index .filter__items {
  height: auto;
  display: inline;
}

.filter__item {
  display: inline-block;
  color: #776b62;
  max-width: 0;
  -webkit-transition: color 150ms, max-width 400ms, opacity 600ms;
  -o-transition: color 150ms, max-width 400ms, opacity 600ms;
  transition: color 150ms, max-width 400ms, opacity 600ms;
}

.filter__item:hover {
  color: #fff;
}

.filter--hover .filter__item,
body.index .filter__item {
  max-width: 12rem;
  margin-left: 54px;
}

.filter__item:not(.filter__item--active) {
  opacity: 0;
}

.filter--hover .filter__item:not(.filter__item--active),
body.index .filter__item:not(.filter__item--active) {
  opacity: 1;
}

@media only screen and (max-width: 720px) {
  .detailheadtext {
    width: 70%;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .f-18 {
    font-size: 1.2rem;
  }

  .f-14 {
    font-size: 0.8rem;
  }

  .filter__item {
    width: auto;
    display: block;
    visibility: hidden;
    opacity: 0;
  }

  .filter__item:nth-of-type(1) {
    -webkit-transition: color 150ms, opacity 300ms 0.01s;
    -o-transition: color 150ms, opacity 300ms 0.01s;
    transition: color 150ms, opacity 300ms 0.01s;
  }

  .filter__item:nth-of-type(2) {
    -webkit-transition: color 150ms, opacity 300ms 0.02s;
    -o-transition: color 150ms, opacity 300ms 0.02s;
    transition: color 150ms, opacity 300ms 0.02s;
  }

  .filter__item:nth-of-type(3) {
    -webkit-transition: color 150ms, opacity 300ms 0.03s;
    -o-transition: color 150ms, opacity 300ms 0.03s;
    transition: color 150ms, opacity 300ms 0.03s;
  }

  .filter__item:nth-of-type(4) {
    -webkit-transition: color 150ms, opacity 300ms 0.04s;
    -o-transition: color 150ms, opacity 300ms 0.04s;
    transition: color 150ms, opacity 300ms 0.04s;
  }

  .filter__item:nth-of-type(5) {
    -webkit-transition: color 150ms, opacity 300ms 0.05s;
    -o-transition: color 150ms, opacity 300ms 0.05s;
    transition: color 150ms, opacity 300ms 0.05s;
  }

  .filter__item:nth-of-type(6) {
    -webkit-transition: color 150ms, opacity 300ms 0.06s;
    -o-transition: color 150ms, opacity 300ms 0.06s;
    transition: color 150ms, opacity 300ms 0.06s;
  }

  .filter__item:nth-of-type(7) {
    -webkit-transition: color 150ms, opacity 300ms 0.07s;
    -o-transition: color 150ms, opacity 300ms 0.07s;
    transition: color 150ms, opacity 300ms 0.07s;
  }

  .filter__item:nth-of-type(8) {
    -webkit-transition: color 150ms, opacity 300ms 0.08s;
    -o-transition: color 150ms, opacity 300ms 0.08s;
    transition: color 150ms, opacity 300ms 0.08s;
  }

  .filter__item:nth-of-type(9) {
    -webkit-transition: color 150ms, opacity 300ms 0.09s;
    -o-transition: color 150ms, opacity 300ms 0.09s;
    transition: color 150ms, opacity 300ms 0.09s;
  }

  .filter__item:nth-of-type(10) {
    -webkit-transition: color 150ms, opacity 300ms 0.1s;
    -o-transition: color 150ms, opacity 300ms 0.1s;
    transition: color 150ms, opacity 300ms 0.1s;
  }

  .filter__item:nth-of-type(11) {
    -webkit-transition: color 150ms, opacity 300ms 0.11s;
    -o-transition: color 150ms, opacity 300ms 0.11s;
    transition: color 150ms, opacity 300ms 0.11s;
  }

  .filter__item:nth-of-type(12) {
    -webkit-transition: color 150ms, opacity 300ms 0.12s;
    -o-transition: color 150ms, opacity 300ms 0.12s;
    transition: color 150ms, opacity 300ms 0.12s;
  }

  .filter--hover .filter__item,
  body.index .filter__item {
    visibility: visible;
    opacity: 1;
  }
}

.filter__item--active {
  color: #fff;
}

.filter__link {
  white-space: nowrap;
  margin-right: 1rem;
}

@media only screen and (max-width: 720px) {
  .filter__link {
    display: block;
    padding-top: 0.6136363636rem;
    box-sizing: border-box;
  }
}
.homeclaim {
  position: absolute;
  left: 20%;
  top:30%;

  font-family: "haas_grotesk";
  z-index: 550;
  color: #fff;
  font-size: clamp(0.5rem,2.5vw,1.5rem);
  line-height: 1em;
  width: fit-content;
  white-space: nowrap;
  text-align: center;
}
.homeclaim.frase2 {
  text-align: right;
  left: 80%;
  top:20%;
}
.homeclaim.frase3 {
  text-align: center;
  left: 60%;
  top:70%;
}
.homeprojects {
  font-size: 2.5em;
  line-height: 1em;
  width: 100%;
}
aa .homeprojects a:hover {
  color: #000;
  text-decoration: none;
}
.homeprojects a {
  font-family: "haas_grotesk";
  color: #999;
  display: block;
  /* font-size: 3.2rem;
  line-height: 1em;*/
  padding: 6px 0;
  position: relative;
  z-index: 1;
  margin-left: 6px;
}
.homeprojects div {
  width: 42vw;
  height: 42vh;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  display: none;
  background-size: cover;
  overflow: hidden;
}
#legacy-read-more-icon {
  width: 16px;
  height: fit-content;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.6s ease;
  margin: 0;
  margin-left: 8px;
  padding: 0;
  transform: translateY(-5px);
}
.legacy-read-more-wrapper {
  display: inline-block;
  font-size: 25px;
}
.grot_h1 {
  font-family: "haas_grotesk";
  font-size: 3.6rem;
  line-height: 1em;
}
.hidden {
  display: none;
}
.cursor-pointer {
  cursor: pointer;
}
#legacy-read-more-icon.rotated {
  transform: translateY(-5px) rotate(45deg);
}
#read-more {
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition-duration: 1.2s;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease;
  transition-duration: 1.2s;
  transition-property: all;
  transition-timing-function: ease;
}
.aboutdivopen:nth-child(even) {
  text-align: right;
}
.abouttable {
  margin: 3rem;
  font-size: 1.1rem;
  line-height: 1.25em;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.004s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
/* .detexplora img {
  filter: grayscale(100);
  transition: all;
 }
 .detexplora:hover img {
  filter: grayscale(0);
 } */

 @media (max-width: 768px) {
  .grot_h1 {
    font-family: "haas_grotesk";
    font-size: 2.2rem;
    line-height: 1em;
  }
  header.active {
    background-color: transparent;
  }

  .textointerno {
    padding-bottom: 0;
  }

  .textointerno .page-heading {
    font-size: 1.2rem;
  }

  .textointerno .cita {
    margin: 30px 0px;
  }

  .detailtexts {
    text-align: center;
  }

  .divlogo {
    color: transparent;
    overflow: hidden;
  }

  header.active .divlogo {
    color: transparent;
    overflow: hidden;
    width: 70px;
    height: 51px;
  }
  .abouttable{
    margin: 1rem;
  }
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E") !important;
}

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