/*---- UTILS -------------------------------------------------------------------------------------------------- */
/* MIXINS FOR EDIT MODE */
/* UTILS */
.content-sizzing {
  width: 100%;
  max-width: 1140px;
  margin: auto;
}
.break-container {
  width: calc(100% + 30px) !important;
  /* NECESARIO PARA ROMPER EL CONTAINER */
  margin-left: -15px;
}
.default-container {
  width: 100% !important;
  /* NECESARIO PARA VOLVER EL CONTAINER A SU ESTADO ORIGINAL */
  margin-left: inherit;
}
.break-container-mobile {
  width: calc(100% + 30px) !important;
  /* NECESARIO PARA ROMPER EL CONTAINER */
  margin-left: -15px;
}
.common-focus {
  border-radius: 2px;
  box-shadow: 0 0 2px 2px #c5e8f3;
  border: solid 1px #155583;
  outline: none;
}
.required-right:after {
  content: "*";
}
.required-left:before {
  content: "*";
}
.windowed {
  border-radius: 2px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.soft-corners {
  border-radius: 2px;
}
.paginated {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  background: white;
  z-index: 9;
}
.paginated__content-size {
  max-width: 1140px;
  margin: auto;
}
.activePaginated {
  overflow-y: hidden;
  height: 0px;
}
.removeScrolling {
  position: relative;
  overflow-y: hidden;
  height: calc(100% + 69px);
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.mod--rounded-skin,
.mod--rounded-skin__class {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.style-anchor {
  color: #155583;
  transition: all 0.3s ease-out;
  text-decoration: underline;
  font-weight: 700;
  cursor: pointer;
}
.unstyle-anchor {
  text-decoration: none;
  color: inherit;
}
.delete-input-style {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.remove-ellipsis {
  overflow: inherit;
  text-overflow: inherit;
  white-space: normal;
}
.block {
  display: block !important;
}
.flex {
  display: flex !important;
}
.inline-block {
  display: inline-block !important;
}
.inline {
  display: inline !important;
}
.inline-flex {
  display: inline-flex !important;
}
.hidden {
  display: none !important;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hidden-children :nth-child(n) {
  display: none !important;
}
.negative-svg-icon svg g,
.negative-svg-icon svg circle {
  stroke: white;
}
.negative-svg-icon svg g path,
.negative-svg-icon svg circle path {
  stroke: white;
  fill: transparent;
}
.negative-svg-icon svg circle {
  fill: white;
}
.space-right {
  margin-right: 0.25em;
}
.space-left {
  margin-left: 0.25em;
}
.mod--centered {
  justify-content: center;
}
.mod--text-centered {
  text-align: center;
}
@keyframes spinner-loading {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.z-background {
  z-index: -1;
}
.z-layout {
  z-index: 0;
}
.z-layer {
  z-index: 1;
}
.z-overlayer {
  z-index: 2;
}
.z-mask {
  z-index: 3;
}
.z-advs {
  z-index: 4;
}
.z-navs {
  z-index: 5;
}
.z-sticky {
  z-index: 6;
}
.z-oversticky {
  z-index: 7;
}
.z-modal {
  z-index: 8;
}
.z-overmodal {
  z-index: 9;
}
.left-cursor {
  animation: slideLeftCursor 0.4s infinite alternate;
}
.right-cursor {
  animation: slideRightCursor 0.4s infinite alternate;
}
.left-cursor-stop {
  cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXpJREFUeNq0VMt1gzAQ1CMNgCugBDqwSqAEuQMfc1QHnHOSO6CEuAOVIHegdKDs6OPIGITym/fWwrCMZoddMfZPeKnIaSle4/XtLzZVfd87Wu00TW4YBlzjBzcVhaFwMTSFdEFEGSAC0iqldG+B0HqyccTNEMj52mAoEnPOPWFaZxDgZZBo7Z6AvECOStqm1pfxeqV0qnSeUc7jw9OJMTznHP96inOdYmOCGqheQojwDGvwzquuU3yLzXA8Piu9XBgTgtxXsbTRq25+3DNrpBmaRb/yKuUl0pDzkd+ygnw6HA4GmySPRfKubYN/S09zpG9B2+XE7wSHoGudiO+gIbkPxBqptXk/9zlxn4ZBKeUwbZsdgDzK8f1MQvymqCiQijUXJ5AW8UiSBwZj8xu1XddZi7L2QEplIBt3xzjiLNcGYQGtcSww9d0uNQZfuABYVhzd7YnmRbWwjNUck2vnMXo49xtVwKZIOvzmsJfo6XjIa4o5lr+r9FOAAQDwBzF/D//WkAAAAABJRU5ErkJggg=="), auto;
  animation: inherit;
}
.right-cursor-stop {
  cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAcJJREFUeNq0VdFtwjAQPdH+Y/ivFPHVT0sMgLNBNiD89a8wAWwQNohQB0iYIGyQbpBsYDZw78UODYGEFKlPOiV2zu+Od3eG6J/w8sQZwfbB9s72PfiUIZJsMZtmM85yttC57BgmCAIjhDCz2UzzXtDmeW2R4nBcLQL2lZLofCZKU0lliWCfb0SnxWJRuSyXS2Jy4fs+O1J6l9jYqJY0SSxxjSgi2u+JNhv5xeEumgjR+ctHjfeIPA/eRKsVq9eSb72GCKT4VZXlQ0lHLlv4e7TdEmWZ/eL7t+T4juDH4zBissS/uvaRK3Y9nQYT16LZZx85fFDQgcRWtLRR2C5yZCtlF59Hrrg1sWU8HK7d2uToDARgycbjcbsrQilloZTK0VfNHo6qYeDmv0GeG54GOyx4an35lGUZb1PGpLytTRiG5mpgeCXchBmjlDFJYkxR4KQNBkIY1g3UZAX71kG6RnrXGmdzCYbMe4CsqTFA98iRvWJb79i5yvwB4hgTz0M2FAqZPgDkmEwm2t18wzCdTgvdKNY94LbD0P/1/l2jOF3Ic9Sbimf/ECJIkqBTWqTz+Vz3FmwAPFecDJe70zTpIv0RYAARJ6v70ynSCwAAAABJRU5ErkJggg=="), auto;
  animation: inherit;
}
@keyframes slideLeftCursor {
  0% {
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASVJREFUeNrUlMGNgzAQRSNtA4EKEBW4hJRACS7BJbgDSnAJlOASfN0bJfi6t1k/NF5FkRKw4LJfGgkh+P/7z4xvt/+Grws4bKlHqe9SP1cZexSI917K81LKXEUcYoyyLIsYY2SaJgTcadZxHLMUWGulCpTX/nS2zjnJOW9uq0BrHEad0KhYKlHrukoIQapA3/drq7vEMYdh2BrFsatLcq0CrTEM/AyYAJzN87wVhM8CfNtCPOMGQFRJXgU0nuMgN3mDmi3kmv/xBaDTeyAOjcFpzruRBJr2CSklSHPXdZnI1P3udEQ5AAiJBBF1by8hBowgro8uyN9E7DnWqTg8bndccMRPk6E327116wwjR1OeQaa6FOHMhYMbz22GQ0rzfNukXwEGAKyMyaVM6GQ/AAAAAElFTkSuQmCC"), auto;
  }
  14.28571428571429% {
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASVJREFUeNrUlMGNgzAQRSNtA4EKEBW4hJRACS7BJbgDSnAJlOASfN0bJfi6t1k/NF5FkRKw4LJfGgkh+P/7z4xvt/+Grws4bKlHqe9SP1cZexSI917K81LKXEUcYoyyLIsYY2SaJgTcadZxHLMUWGulCpTX/nS2zjnJOW9uq0BrHEad0KhYKlHrukoIQapA3/drq7vEMYdh2BrFsatLcq0CrTEM/AyYAJzN87wVhM8CfNtCPOMGQFRJXgU0nuMgN3mDmi3kmv/xBaDTeyAOjcFpzruRBJr2CSklSHPXdZnI1P3udEQ5AAiJBBF1by8hBowgro8uyN9E7DnWqTg8bndccMRPk6E327116wwjR1OeQaa6FOHMhYMbz22GQ0rzfNukXwEGAKyMyaVM6GQ/AAAAAElFTkSuQmCC"), auto;
  }
  28.57142857142857% {
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAARhJREFUeNrMVO0JgzAQDaUDRPG/wd9CM4IjOEJGyAh2AnECR3CE4ATFCXSDuEF61xrQUklsU+iDIwHju3v3RcgfoQCTYDQkKeOcGymlgbtmjOHZBom2qiqDQAf2fPfw9KkHSunmDEbsws+Iz77KlyKxUMR0aa1LXdcldAEZhiEIMfDVou97AtX3akewyYeYQc8+Km+rn6bp8wPbZIUmSaLyPOegaNZaR64IlHGgKArs41vXdUYphXflI81JjAPTtu3aCQ9CbIHkR8bbixhyaqIo0uvF5BqQeZomp/emaQiQX/G9b8TS5m8P4zhiCsbDaxIlotQ9lGVplh19GBzJMfJXB0KIr/exHW2VZZnGtorjGOVXez/cBRgAciBB+5F18y0AAAAASUVORK5CYII="), auto;
  }
  42.85714285714286% {
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVdJREFUeNrcU8FthDAQdHINGF7ws6iAEqgA8eTpEiiB3ymvUyqwqACogBKgA7hfftCBs+PDUpTcBRPulZFWRgaPh5ldxv4bYipFdfE8b/Z9f6Rn8Qzirq5rnSSJ7rpOK6U0LnkGcd33vSEsikIDq+rDyCxhHMdmlVJCdXKYOYqi2RLCFliy+n4YyhKCHMBlW4deHbqCtW3LKEA2DANbloWlacppW1Jh7WAT8nCWihaDWhyc59kEiCDHcbREsixLa0/p3L+cc0OIw5YQzzZM+qa3ewj6K8HpAfGZiGQYhubXs+x2hsiMJUAQBIzeB3mes6qqYNMbbX9sKS6gEGqhaAsYIFd7BanUroAle9qsd1GLybzX17+123vTNJu3T9OE5bpHMRdCbCpGC/5lxBV69BEQ7jqFfC+xwJDAx++A/wh4ncAfeHEclktyg/EUo02FACqqu0F8CjAAZ3SOQ3DPz1AAAAAASUVORK5CYII="), auto;
  }
  57.14285714285714% {
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASxJREFUeNrcVNENgyAUfGk6ABoHYAMdQTdwBEZxA0dgBEfADXADuoFuYDkCpmmIhdj+9BLCS4R7x3FI9I9ofkGq27bd7Sy/Rtg0zY4BCCFAPl4/+wvhOI6u9srFVe5JSukI0QT1uq6ufvMcjdachgx2KKUOQq21G0VRgIhjEed8n6Yp+w4YSAIhSNAEzdDUjh5WAbZWuZb0UAtCKAs1rIFd8D3Y9b7x/kGxtJup6zqyqmnbNprnmaxS1D1jjLwltCwL7HmkqOUhHcMwHOmIAd9xulQbpFW0Bx/P4C9weN18O8mysH5SXdcpucdUpypWIcspyEkGq6pKI2rfJnanRJYRsTOgOeKXm+U25DcGY0zsqSdDxMgRQf/EL/2zkVOD14ZRlqXxEWOxxU8BBgAl3ZL1w/+xKwAAAABJRU5ErkJggg=="), auto;
  }
  71.42857142857143% {
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATxJREFUeNrslMtRhTAUhlE3LoUKGCqghJRACekAS0gHKYESsIOUAEt32AEu3cXzOckd7vVGwh3d+c+cCSTn8Z9HUhT/+Gs8JPa1iBJ5FflI6LQijyLvucHaruv8MAy+LMtV/p+v6Ki6rr2sLtdpJzIppfy6rl9ijMHBEjKIMM45r7X2wWYXDmewhZG11oNlWTzB5HwUqcmCM/arqiLo055jSxm2bAkAO8AaSmBZQcjI5LDWsMAgsiUYjPkGsGUvommaNWSyC1IzGIzjeGK7dbYFOqI/HBnHsW3bM7YphB6ovLkTp5FtLE0K0zTF5mbBwQSjHEAkGt7/5FU6r/q+L+Z5/t37TvNy2VKuIw3kPXDcMOY6Bc6OjFxyti+dhtrqWytzmm0uSJyU8FB9ey/ubgzQhbTfRF6uPZ2fAgwAPeik0Z0cju0AAAAASUVORK5CYII="), auto;
  }
  85.71428571428571% {
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVdJREFUeNrslNFtgzAQhp1OYBgAKBOwQRnBmQDYoCPwwjPZADagGxgmgA1gA9jAud91KisCQquo6kN/6QSWue/M77MZ+9dfk6BQFOmzwVXTNCqOY8DL7yRyipgi2Jh/JykoTVPAG5OzL9d1xzzPlRBCRVGERIlVAmgKAiKrqtJwPGnc7yzkU4DN86xsSSk1AAVhAedcF7bnHceZkW6zTrZ/lJAuy8IQBGAEYr7vo6COLQ3DwLIsw/NMw497sKTVxgBCgCOh6zo2TZOOJEkYebsKx/dhGC7EeMXQnkNGDzuwMfh1/OY4juqokGP2Yttu07MyCAK9kfD3GeAve/q+P7xi04KHwIJ8m9EFOBiPZLrjsEZAH3ldliVWm9+SXg6Ap1tXYOfX1LYtK4pioNfLWh/vHXNhTtcbWRN5nsfR46Yqq+u6pdez3WanH15G3DppgA2/dr9eBRgACml0sq5YKAQAAAAASUVORK5CYII="), auto;
  }
  100% {
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVdJREFUeNrslNFtgzAQhp1OYBgAKBOwQRnBmQDYoCPwwjPZADagGxgmgA1gA9jAud91KisCQquo6kN/6QSWue/M77MZ+9dfk6BQFOmzwVXTNCqOY8DL7yRyipgi2Jh/JykoTVPAG5OzL9d1xzzPlRBCRVGERIlVAmgKAiKrqtJwPGnc7yzkU4DN86xsSSk1AAVhAedcF7bnHceZkW6zTrZ/lJAuy8IQBGAEYr7vo6COLQ3DwLIsw/NMw497sKTVxgBCgCOh6zo2TZOOJEkYebsKx/dhGC7EeMXQnkNGDzuwMfh1/OY4juqokGP2Yttu07MyCAK9kfD3GeAve/q+P7xi04KHwIJ8m9EFOBiPZLrjsEZAH3ldliVWm9+SXg6Ap1tXYOfX1LYtK4pioNfLWh/vHXNhTtcbWRN5nsfR46Yqq+u6pdez3WanH15G3DppgA2/dr9eBRgACml0sq5YKAQAAAAASUVORK5CYII="), auto;
  }
}
@keyframes slideRightCursor {
  0% {
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATFJREFUeNrUlN1thDAQhInSwEEFhqc8ugRKoASXQAnXAUoFpgOnA0ogHZAOnA6c/ZCR0OmEsY6XjLTC+Gd2PR67KP4b3g/GeokPie+rkmmJoe/70HVdkLa5gtS0bRu01sFaG+Z5hthdQXzfCKkWkET6b68Sqz2h9z4MwxCi3ll4e9I3C6Eex3H9kURFXdc/0vyN458UIPGVe7A9VVItVQN24ZxbdVdKre2qqpbcXdz2hMuyrIS4ZJ/MGBOig7LgHgk37ekHVC3zbLbtIATb9xmapvGnJMBuMRSLQgIk5XxTxBOHxvZjJR4/H+HsBeogZDKakoBvCmfdocuy9BzMWcia07ZD6xlZUpimKdsZkFu8eqQvu4u3MP9R4rV71Br9I6l+5WHqIMFaRHSMTb14fwIMAAaswy7TQCkBAAAAAElFTkSuQmCC"), auto;
  }
  14.28571428571429% {
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATFJREFUeNrUlN1thDAQhInSwEEFhqc8ugRKoASXQAnXAUoFpgOnA0ogHZAOnA6c/ZCR0OmEsY6XjLTC+Gd2PR67KP4b3g/GeokPie+rkmmJoe/70HVdkLa5gtS0bRu01sFaG+Z5hthdQXzfCKkWkET6b68Sqz2h9z4MwxCi3ll4e9I3C6Eex3H9kURFXdc/0vyN458UIPGVe7A9VVItVQN24ZxbdVdKre2qqpbcXdz2hMuyrIS4ZJ/MGBOig7LgHgk37ekHVC3zbLbtIATb9xmapvGnJMBuMRSLQgIk5XxTxBOHxvZjJR4/H+HsBeogZDKakoBvCmfdocuy9BzMWcia07ZD6xlZUpimKdsZkFu8eqQvu4u3MP9R4rV71Br9I6l+5WHqIMFaRHSMTb14fwIMAAaswy7TQCkBAAAAAElFTkSuQmCC"), auto;
  }
  28.57142857142857% {
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAARZJREFUeNrMVMERgjAQZNSHz0ADMFSQEtIBlBB+PulAOqAE7CAlZKwgJWgHKSHeRpzxAQkizrgzO7lH2Lvc7ZEkP8J+4T1GPBGPxPsWiTvOuaPTtm3rxph/rVoUhQOEEP7sug7CYsm3u4jw6qJ2vxreXwn3RDU6ZRaHj1X7njPGeNM0EL4SL1MWnKo4aCeynB9qXddiGIbz+IJoKyxZy2RZdntPQBX6M89zH4NVVSVSyiTWkheU1toZY+BX8/JvCHRPL9yJ51LQM/1CbCXs13iJ4Bphhh5bazcXBmguMiqK5J8KAxpDDEEp5ebsFoIIuQLVlmVpMfA1K9+jJe/9RgzHpGkKUfnVz554Q/Ww4tjTNlbpQ4ABAIopWwqDS0I8AAAAAElFTkSuQmCC"), auto;
  }
  42.85714285714286% {
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATtJREFUeNrcVNFthDAMpZ0AmAAxARILZISMwAZNN2CDqBMgJoANwgawQcQEGcH1Q6FCJ+4uOe6rlqwgS3nvxX4mSf57pHme27IsHX9rzo6zegew6rqOjDFUVdV2cs2+A3h2zpHWmkBgrQWwuQpaSSkJURQF7QRcb64C62EYaJ5nOhKg75dQMTSAKaVoJ+DyEIvTYji+f1Akm6b5U7kTeGARBQxVvocKtoJC1I4EcIW3XnCItm23AcEJuAwwEN0SpGm6Kw/ycyqE2C6CANY6BpTCaiDAIKP6vat8FHgREgR+E4PCUGCgLTGrrfHkENVna/35AHhdluUp+ziOOH5igJd1XZ8C932/4UdtSZZlDk+9F94NL/2EGmwgrHUGWte1uze0j5Bl4fxiAsmZ8MYl0zQhJ65/o2Vnl34FGADYD4q/BSz61wAAAABJRU5ErkJggg=="), auto;
  }
  57.14285714285714% {
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS9JREFUeNrklOGNhCAUhM1VgMb/Ehs4S6AESrAESqADS7AES7AESrAESuD4LmLM5jxwd+/XTUJiMMzMm/egqv4bhr8gnYdhCE3TbPFbvIvUjOMYgFIqIBD33KukGiLvfZjnOWitD4HSaHRcPq7xnGld1x7SdV3DWSD+W0ud2WVZkhNJjuTpnAssKWXYtu37u21bdyfnFTfWWogVGSLEHk4hhJgKbk0H7shuJ3bTNB1ZUnoSeIgqCwEBIEvIAS6TAE0zxiTHspRYcegKkKdxQ+BOFIZyc6ASIcSPE/FxQfwZu55V77quillXMTa1Nzg/EaEQ9ODOrSsippl784pneMbJb2Dc+r73d184iRMcXeGZGT7eBS4Jncfd2ek+YuaVl4zsLAJcGNb+/urcwS8BBgDwfaFe//l4sgAAAABJRU5ErkJggg=="), auto;
  }
  71.42857142857143% {
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS5JREFUeNrsVO2NhCAQ9a6C0wqIFViCJVDCdiAl2AElUALXgXZACW4HbAfcPDMkZBfd8d/+uJdMJHwM770ZaZp/fAJ+KIY364bidjWxV0ol+urK2q1t22itTVrroz1VjIS0LAsO+XKeIhhjUoxxD068SZlvhOScSyxXUThcFkJIANagCKxxASc/hZnneT88DAMOuL7vo/d+n4MKzJesMX5S9loQeIfNAA7kS6AAssEaYwBssV9ig4XEGrLnmTUXdubuOIWCxDNk1mxRkHaCy4yOAGvyHigQZUWBkgBgzUmXWp7v5wkqmIjAuq7NNE0NeTxK/N2tOCpcjTX7rCSJVdlqNRQ9G/gvFEODSe7TEld69vCd6Lpuyx2AhNyzVuLpl4Q9P5sPil+Ku4TVnwADALbIpHm+d8AXAAAAAElFTkSuQmCC"), auto;
  }
  85.71428571428571% {
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVhJREFUeNrsU7FthEAQvJedkB1UgIgIKeFKgNAZJVACHSBXAFRgVwB0cNAAIBqADGfnnRdI2M9hXnpZDjzS6tCJm52d3WXsH38JoWmaI85Hkkae5ykppaLv8lGkaRiGCkiSBMSx5j+bQiznITiFBBmQpilI5YYgokhQgW3byvd9FcexWuzSwrMsqwPZCjzEIyGEiqLomqgsS7XFOI4KloHgskdKBGVRFJx+0mau65r1fc+apmFVVbFpmhjnnJF6lmVZdfMAStEkHaAUquA7Sofqruu+qN6zQ6DMswAJiJEAiWDT0ofw+aZjnP84JkEQXG1A+XTWdPUKd5bYHxk06Sxgwem5hsco8QgoHwIcx9Fu4tP3i3meTcMwyC5xKMB1XZbn+Qfh5Z5tk9sZ3lOMxUF1OoLLwda9UblinWXM6jAMU9u2a5MaineK6R7i7f6vu1/rSH4VnwIMAO0Ld6RgY5mMAAAAAElFTkSuQmCC"), auto;
  }
  100% {
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVhJREFUeNrsU7FthEAQvJedkB1UgIgIKeFKgNAZJVACHSBXAFRgVwB0cNAAIBqADGfnnRdI2M9hXnpZDjzS6tCJm52d3WXsH38JoWmaI85Hkkae5ykppaLv8lGkaRiGCkiSBMSx5j+bQiznITiFBBmQpilI5YYgokhQgW3byvd9FcexWuzSwrMsqwPZCjzEIyGEiqLomqgsS7XFOI4KloHgskdKBGVRFJx+0mau65r1fc+apmFVVbFpmhjnnJF6lmVZdfMAStEkHaAUquA7Sofqruu+qN6zQ6DMswAJiJEAiWDT0ofw+aZjnP84JkEQXG1A+XTWdPUKd5bYHxk06Sxgwem5hsco8QgoHwIcx9Fu4tP3i3meTcMwyC5xKMB1XZbn+Qfh5Z5tk9sZ3lOMxUF1OoLLwda9UblinWXM6jAMU9u2a5MaineK6R7i7f6vu1/rSH4VnwIMAO0Ld6RgY5mMAAAAAElFTkSuQmCC"), auto;
  }
}
.img-left {
  object-position: left;
}
.img-right {
  object-position: right;
}
.img-top {
  object-position: top;
}
.img-bottom {
  object-position: bottom;
}
/* UTILS - DESKTOP  */
@media (min-width: 1025px) {
  .break-container {
    margin-left: calc((-100vw +  1140px  + 17px) / 2) !important;
    /* TODO - NECESARIO PARA ROMPER EL CONTAINER */
    margin-right: calc((-100vw +  1140px  + 17px) / 2) !important;
    /* TODO - NECESARIO PARA ROMPER EL CONTAINER */
    width: 100vw !important;
    /* TODO - NECESARIO PARA ROMPER EL CONTAINER */
  }
  .default-container {
    margin-left: auto !important;
    /* TODO - NECESARIO PARA VOLVER EL CONTAINER A SU ESTADO ORIGINAL */
    margin-right: auto !important;
    /* TODO - NECESARIO PARA VOLVER EL CONTAINER A SU ESTADO ORIGINAL */
  }
  .break-container-mobile {
    width: 100% !important;
    /* NECESARIO PARA VOLVER EL CONTAINER A SU ESTADO ORIGINAL */
    margin-left: inherit;
  }
  .md\:hidden {
    display: none !important;
  }
  .md\:block {
    display: block !important;
  }
  .md\:flex {
    display: flex !important;
  }
  .md\:inline-block {
    display: inline-block !important;
  }
  .md\:inline {
    display: inline !important;
  }
  .md\:inline-flex {
    display: inline-flex !important;
  }
  .md\:img-center,
  .md\:img-center img {
    object-position: center;
  }
  .md\:img-left,
  .md\:img-left img {
    object-position: left;
  }
  .md\:img-right,
  .md\:img-right img {
    object-position: right;
  }
  .md\:img-top,
  .md\:img-top img {
    object-position: top;
  }
  .md\:img-bottom,
  .md\:img-bottom img {
    object-position: bottom;
  }
}
/* UTILS  - DESKTOP CONTENT - SIZE */
@media (min-width: 1025px) and (max-width: 1140px) {
  .paginated__content-size {
    padding: 0px 15px;
  }
}
/* UTILS  - ONLY MOBILE */
@media (max-width: 1025px) {
  .sm\:img-left,
  .sm\:img-left img {
    object-position: left;
  }
  .sm\:img-right,
  .sm\:img-right img {
    object-position: right;
  }
  .sm\:img-top,
  .sm\:img-top img {
    object-position: top;
  }
  .sm\:img-bottom,
  .sm\:img-bottom img {
    object-position: bottom;
  }
}
/* COMMON ANIMATIONS */
/* TRANSITIONS */
.common-transition {
  transition: all 0.3s ease-out;
}
/* KEYFRAMES ANIMATIONS */
.animation-show-header-sticky {
  animation: showHeaderSticky 0.5s ease-out forwards;
}
@keyframes showHeaderSticky {
  from {
    top: -55px;
  }
  to {
    top: 0px;
  }
}
.animation-hide-header-sticky {
  animation: hideHeaderSticky 0.5s ease-out forwards;
}
@keyframes hideHeaderSticky {
  from {
    top: 0px;
  }
  to {
    top: -55px;
  }
}
.animation-show-booking-sticky {
  animation: showBookingSticky 0.5s ease-out forwards;
}
@keyframes showBookingSticky {
  from {
    bottom: -60px;
  }
  to {
    bottom: 0px;
  }
}
.animation-hide-booking-sticky {
  animation: hideBookingSticky 0.5s ease-out forwards;
}
@keyframes hideBookingSticky {
  from {
    bottom: 0px;
  }
  to {
    bottom: -60px;
  }
}
.show-right {
  animation: showRight 0.8s 1 ease-out forwards;
}
@keyframes showRight {
  from {
    right: calc(-100% - 30px);
  }
  to {
    right: 0px;
  }
}
.hide-right {
  animation: hideRight 0.8s 1 ease-in forwards;
}
@keyframes hideRight {
  from {
    right: 0px;
  }
  to {
    right: calc(-100% - 30px);
  }
}
.bounce {
  animation: bounce 1s ease-out;
  transform-origin: center bottom;
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.follow-btn-animation {
  position: relative;
  background-image: url("../../../content/dam/barcelo/commons/icons/ui/globo.svg");
}
.follow-btn-animation__frame {
  position: absolute;
  top: 0px;
  left: 0px;
}
.follow-btn-animation__frame.fr-1 {
  animation: changeFr1 4.5s linear infinite;
}
.follow-btn-animation__frame.fr-2 {
  z-index: -99;
  animation: changeFr2 4.5s linear infinite;
}
.follow-btn-animation__frame.fr-3 {
  z-index: -99;
  animation: changeFr3 4.5s linear infinite;
}
.follow-btn-animation__frame.fr-4 {
  z-index: -99;
  animation: changeFr4 4.5s linear infinite;
}
.follow-btn-animation__frame.fr-5 {
  z-index: -99;
  animation: changeFr5 4.5s linear infinite;
}
@keyframes changeFr1 {
  0% {
    z-index: 1;
  }
  19% {
    z-index: 1;
  }
  20% {
    z-index: -99;
  }
  40% {
    z-index: -99;
  }
  60% {
    z-index: -99;
  }
  80% {
    z-index: -99;
  }
  100% {
    z-index: -99;
  }
}
@keyframes changeFr2 {
  0% {
    z-index: -99;
  }
  20% {
    z-index: 1;
  }
  39% {
    z-index: 1;
  }
  40% {
    z-index: -99;
  }
  60% {
    z-index: -99;
  }
  80% {
    z-index: -99;
  }
  100% {
    z-index: -99;
  }
}
@keyframes changeFr3 {
  0% {
    z-index: -99;
  }
  20% {
    z-index: -99;
  }
  40% {
    z-index: 1;
  }
  59% {
    z-index: 1;
  }
  60% {
    z-index: -99;
  }
  80% {
    z-index: -99;
  }
  100% {
    z-index: -99;
  }
}
@keyframes changeFr4 {
  0% {
    z-index: -99;
  }
  20% {
    z-index: -99;
  }
  40% {
    z-index: -99;
  }
  60% {
    z-index: 1;
  }
  79% {
    z-index: 1;
  }
  80% {
    z-index: -99;
  }
  100% {
    z-index: -99;
  }
}
@keyframes changeFr5 {
  0% {
    z-index: -99;
  }
  20% {
    z-index: -99;
  }
  40% {
    z-index: -99;
  }
  60% {
    z-index: -99;
  }
  80% {
    z-index: 1;
  }
  100% {
    z-index: 1;
  }
}
/* RTL STYLES - MOBILE FIRST*/
html[dir="rtl"] {
  /* RTL FIXES - RIBBON - MOBILE FIRST (~ TABLET) */
  /* RTL FIXES - CMP-TITLE - MOBILE FIRST (~ TABLET) */
  /* RTL FIXES - CTA - MOBILE FIRST (~ TABLET) */
  /* RTL FIXES - HEADER & MEGAMENU - MOBILE FIRST*/
  /* RTL - FIXES - MEGAMENU SUBMENU*/
  /* RTL FIXES - SWIPER - MOBILE FIRST (~ TABLET) */
  /* RTL FIXES - CALENDAR - MOBILE FIRST (~ TABLET) */
  /* RTL FIXES - BUTTONS - MOBILE FIRST (~ TABLET) */
  /* RTL FIXES - IMPUTS - MOBILE FIRST (~ TABLET)*/
  /* RTL FIXES - FASTBOOKING - MOBILE FIRST (~ TABLET) */
  /* RTL FIXES - FORMS - MOBILE FIRST (~ TABLET) */
  /*  RTL FIXES - TYPO - MOBILE FIRST (~ TABLET) */
  /* RTL FIXES - TEXT-IMAGE - MOBILE FIRST (~ TABLET) */
  /* RTL FIXES - PROGRESS BAR - MOBILE FIRST (~ TABLET) */
  /* RTL FIXES - ACORDION - MOBILE FIRST (~ TABLET) */
  /* RTL FIXES - LAUNCHER - MOBILE FIRST (~ TABLET) */
  /* RLT - SUMMARY GALLERY - MOBILE FIRST (~ TABLET) */
  /* RTL FIXES - WEATHER - MOBILE FIRST (~ TABLET) */
  /* RTL FIXES - HEADER-DETAIL - MOBILE FIRST (~ TABLET) */
  /* RTL FIXES - TINGLE MODAL */
  /* RTL FIXES - CARDS HOTEL - DESKTOP */
  /* RTL FIXES - TRIPADVISOR - MOBILE FIRST (~ TABLET) */
  /* RTL FIXES - COMPARATOR - DESKTOP */
  /* RTL FIXES - TAILWIND */
}
html[dir="rtl"] body {
  direction: rtl;
}
html[dir="rtl"] a[href^="tel:"] {
  direction: ltr;
}
html[dir="rtl"] .c-ribbon__light .cmp-text {
  padding: 5px 0px 5px 35px;
}
html[dir="rtl"] .text-right .cmp-title {
  text-align: left;
}
html[dir="rtl"] .text-left .cmp-title {
  text-align: right;
}
html[dir="rtl"] .mod--cta-with-arrow-right .c-cta:after,
html[dir="rtl"] .mod--cta-with-arrow-right.c-cta:after {
  transform: translateY(0.1em) rotate(-180deg);
}
html[dir="rtl"] .mod--cta-with-arrow-right .c-cta:hover:after,
html[dir="rtl"] .mod--cta-with-arrow-right.c-cta:hover:after,
html[dir="rtl"] .mod--cta-with-arrow-right .c-cta:active:after,
html[dir="rtl"] .mod--cta-with-arrow-right.c-cta:active:after {
  transform: translateY(0.1em) translateX(-4px) rotate(-180deg);
}
html[dir="rtl"] .mod--cta-with-arrow-inline .c-cta:after {
  transform: translateX(0px) rotate(180deg);
}
html[dir="rtl"] .mod--cta-with-arrow-inline:hover .c-cta:after {
  transform: translateX(-4px) rotate(180deg);
}
html[dir="rtl"] .mod--cta-with-arrow-down .c-cta:after,
html[dir="rtl"] .mod--cta-with-arrow-down.c-cta:after {
  transform: translateY(0.1em) translateX(-0.35rem) rotate(90deg);
}
html[dir="rtl"] .mod--cta-with-arrow-down .c-cta:hover:after,
html[dir="rtl"] .mod--cta-with-arrow-down.c-cta:hover:after,
html[dir="rtl"] .mod--cta-with-arrow-down .c-cta:active:after,
html[dir="rtl"] .mod--cta-with-arrow-down.c-cta:active:after {
  transform: translateY(5px) translateX(-0.35rem) rotate(90deg);
}
html[dir="rtl"] .c-megamenu__menu-utils-item-anchor,
html[dir="rtl"] .header .c-header__nav-container .c-aside-menu-user-item-anchor {
  flex-flow: row-reverse;
  justify-content: flex-end;
}
html[dir="rtl"] .header .c-header__nav-container .c-aside-menu {
  left: 0px;
  right: auto;
}
html[dir="rtl"] .c-megamenu__menu.c-position-wrapper {
  right: auto;
  left: 0px;
}
html[dir="rtl"] .c-megamenu__menu-utils-item:last-child,
html[dir="rtl"] .c-aside-menu-user-item:last-child {
  margin-left: 0px;
}
html[dir="rtl"] .header .c-header__nav-container .c-aside-menu-user-item:first-child {
  margin-left: 15px;
}
html[dir="rtl"] .header .c-header__switch-logo {
  margin-right: 15px;
  margin-left: 0px;
}
html[dir="rtl"] .c-megamenu__menu-main-item .cmp-icon,
html[dir="rtl"] .c-megamenu__menu-utils-item .cmp-icon {
  transform: rotate(180deg);
}
html[dir="rtl"] .c-megamenu {
  left: auto;
  right: -100vw;
}
html[dir="rtl"] .c-megamenu .c-popover {
  right: auto;
  left: -110vw;
}
html[dir="rtl"] .activeMegamenu .c-header .c-megamenu {
  left: auto;
  right: 0px;
}
html[dir="rtl"] .c-megamenu .c-popover.mod--active {
  left: 0px;
}
html[dir="rtl"] .c-submenu-container .c-submenu-btn__btn svg,
html[dir="rtl"] .c-hotel-card__featured .c-hotel-card__header svg {
  transform: rotate(180deg);
}
html[dir="rtl"] .c-collection-list__list-item {
  margin-left: 30px;
  margin-right: 0px;
}
html[dir="rtl"] .c-submenu-container .cmp-title,
html[dir="rtl"] .c-submenu-container .cmp-title__text {
  text-align: right;
}
html[dir="rtl"] .c-submenu-container .feed-entries .c-feed-entries--item .c-cta .c-launcher__imageside-header-title {
  margin-right: 70px;
  margin-left: 0px;
}
html[dir="rtl"] .c-megamenu__submenu-currency-select select,
html[dir="rtl"] .c-megamenu__submenu-language .c-fieldset .mod--select-arrow {
  background-image: url("../../../etc.clientlibs/barcelo/clientlibs/clientlib-base/resources/images/sprite-bhg.png");
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: -5px -840px;
  padding-left: 13%;
}
html[dir="rtl"] .c-megamenu__submenu-language .c-fieldset .mod--select-arrow .language-country {
  background-position: calc(100% - 5px) center;
  padding-right: 35px;
  padding-left: 0;
}
html[dir="rtl"] .c-megamenu__submenu-currency-select select {
  padding-right: 0.5rem;
}
html[dir="rtl"] .c-megamenu__submenu-language .c-fieldset .mod--select-arrow {
  padding-left: 0px;
}
html[dir="rtl"] .c-megamenu__submenu.smenu-lang .c-flag-select {
  right: 20px;
}
html[dir="rtl"] .c-launcher__carousel-carousel .carousel .swiper-container-rtl .swiper-button-next,
html[dir="rtl"] .c-launcher__carousel-carousel .carousel .swiper-button-next:after,
html[dir="rtl"] .swiper-container-rtl .swiper-button-next {
  left: inherit;
}
html[dir="rtl"] .c-launcher__carousel-carousel .carousel .swiper-container-rtl .swiper-button-prev,
html[dir="rtl"] .c-launcher__carousel-carousel .carousel .swiper-button-prev:after,
html[dir="rtl"] .swiper-container-rtl .swiper-button-prev {
  right: inherit;
}
html[dir="rtl"] .datepicker__months .datepicker__month thead tr.datepicker__month-caption th .datepicker__month-button.datepicker__month-button--prev {
  transform: none;
}
html[dir="rtl"] .datepicker__months .datepicker__month thead tr.datepicker__month-caption th .datepicker__month-button.datepicker__month-button--next {
  transform: rotate(180deg);
  margin-left: -1px;
}
html[dir="rtl"] .mod--cta-with-icon .c-cta {
  flex-flow: row-reverse;
}
html[dir="rtl"] .mod--cta-with-arrow-right:after .c-cta {
  transform: rotate(-180deg);
}
html[dir="rtl"] .c-back-bar__back-btn {
  flex-flow: row-reverse;
}
html[dir="rtl"] input[type="text"].mod--select-arrow,
html[dir="rtl"] input[type="tel"].mod--select-arrow,
html[dir="rtl"] input[type="password"].mod--select-arrow,
html[dir="rtl"] input[type="email"].mod--select-arrow,
html[dir="rtl"] input[type="search"].mod--select-arrow,
html[dir="rtl"] input[type="url"].mod--select-arrow,
html[dir="rtl"] input[type="date"].mod--select-arrow,
html[dir="rtl"] input[type="number"].mod--select-arrow,
html[dir="rtl"] input[type="month"].mod--select-arrow,
html[dir="rtl"] input[type="week"].mod--select-arrow,
html[dir="rtl"] input[type="time"].mod--select-arrow,
html[dir="rtl"] select.mod--select-arrow {
  background-image: url("../../../etc.clientlibs/barcelo/clientlibs/clientlib-base/resources/images/sprite-bhg.png");
  background-repeat: no-repeat;
  background-size: 45px auto;
  background-position: -5px -945px;
  padding-left: 13%;
}
html[dir="rtl"] .inject-fastbooking-true .fastbooking .c-fastbooking__form .c-fieldset .mod--rooms .mod--select-arrow {
  background-image: url("../../../etc.clientlibs/barcelo/clientlibs/clientlib-base/resources/images/sprite-bhg.png");
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: -5px -840px;
}
html[dir="rtl"] .c-fastbooking__links-add-flight {
  right: auto;
  left: 15px;
  text-align: left;
}
html[dir="rtl"] .c-fastbooking__form .c-fieldset .mod--calendar .right-input input {
  border-left: 1px solid #b1b1b1;
}
html[dir="rtl"] input[type="text"].mod--select-arrow,
html[dir="rtl"] input[type="tel"].mod--select-arrow,
html[dir="rtl"] input[type="password"].mod--select-arrow,
html[dir="rtl"] input[type="email"].mod--select-arrow,
html[dir="rtl"] input[type="search"].mod--select-arrow,
html[dir="rtl"] input[type="url"].mod--select-arrow,
html[dir="rtl"] input[type="date"].mod--select-arrow,
html[dir="rtl"] input[type="number"].mod--select-arrow,
html[dir="rtl"] input[type="month"].mod--select-arrow,
html[dir="rtl"] input[type="week"].mod--select-arrow,
html[dir="rtl"] input[type="time"].mod--select-arrow,
html[dir="rtl"] select.mod--select-arrow {
  padding-left: 13%;
  background-image: url("../../../etc.clientlibs/barcelo/clientlibs/clientlib-base/resources/images/sprite-bhg.png");
  background-repeat: no-repeat;
  background-size: 45px auto;
  background-position: 0 -945px;
}
html[dir="rtl"] .c-double-input .left-input {
  margin-left: -1px;
}
html[dir="rtl"] .c-double-input .left-input input {
  border-radius: 0px 2px 2px 0px;
}
html[dir="rtl"] .c-double-input .right-input {
  margin-left: 0px;
}
html[dir="rtl"] .c-double-input .right-input input {
  margin-right: 0px;
  border-radius: 2px 0px 0px 2px;
}
html[dir="rtl"] .cmp-text ul li,
html[dir="rtl"] .c-launcher ul li,
html[dir="rtl"] .c-card ul li,
html[dir="rtl"] .c-card-hotel-list ul li,
html[dir="rtl"] .c-card-hotel__content-body-list ul li {
  padding-left: inherit;
  padding-right: 1em;
}
html[dir="rtl"] .cmp-text ul li:before,
html[dir="rtl"] .c-launcher ul li:before,
html[dir="rtl"] .c-card ul li:before,
html[dir="rtl"] .c-card-hotel-list ul li:before,
html[dir="rtl"] .c-card-hotel__content-body-list ul li:before {
  left: inherit;
  right: 0px;
}
html[dir="rtl"] .cmp-text ul.mod--checks li,
html[dir="rtl"] .c-launcher ul.mod--checks li,
html[dir="rtl"] .c-card ul.mod--checks li,
html[dir="rtl"] .c-card-hotel-list ul.mod--checks li,
html[dir="rtl"] .c-card-hotel__content-body-list ul.mod--checks li {
  padding-left: inherit;
  padding-right: 1.5em;
}
html[dir="rtl"] .cmp-text ol li,
html[dir="rtl"] .c-launcher ol li,
html[dir="rtl"] .c-card ol li,
html[dir="rtl"] .c-card-hotel-list ol li,
html[dir="rtl"] .c-card-hotel__content-body-list ol li {
  padding-left: inherit;
  padding-right: 2em;
}
html[dir="rtl"] .cmp-text ol li:before,
html[dir="rtl"] .c-launcher ol li:before,
html[dir="rtl"] .c-card ol li:before,
html[dir="rtl"] .c-card-hotel-list ol li:before,
html[dir="rtl"] .c-card-hotel__content-body-list ol li:before {
  right: 0px;
}
html[dir="rtl"] .textimage.mod--image-left .c-textimage .icon {
  margin: 0px 0px 0px 0.9rem;
}
html[dir="rtl"] .textimage.mod--image-left .c-textimage .cmp-text {
  text-align: right;
}
html[dir="rtl"] .c-progress-bar__milestone-label,
html[dir="rtl"] .c-progress-bar__goal-label {
  transform: translateX(50%);
}
html[dir="rtl"] .c-progress-bar__milestone-dot,
html[dir="rtl"] .c-progress-bar__goal-dot {
  left: auto;
  right: -9px;
}
html[dir="rtl"] .c-progress-bar__milestone-bar:before,
html[dir="rtl"] .c-progress-bar__goal-bar:before {
  right: -100%;
  left: auto;
}
html[dir="rtl"] .c-progress-bar__milestone.mod--active .c-progress-bar__milestone-bar:before,
html[dir="rtl"] .c-progress-bar__goal.mod--active .c-progress-bar__milestone-bar:before,
html[dir="rtl"] .c-progress-bar__milestone.mod--active .c-progress-bar__goal-bar:before,
html[dir="rtl"] .c-progress-bar__goal.mod--active .c-progress-bar__goal-bar:before {
  left: auto;
  right: 0%;
}
html[dir="rtl"] .c-progress-bar__milestone.mod--last-active .c-progress-bar__milestone-bar:before,
html[dir="rtl"] .c-progress-bar__goal.mod--last-active .c-progress-bar__milestone-bar:before,
html[dir="rtl"] .c-progress-bar__milestone.mod--last-active .c-progress-bar__goal-bar:before,
html[dir="rtl"] .c-progress-bar__goal.mod--last-active .c-progress-bar__goal-bar:before {
  left: auto;
  right: -50%;
}
html[dir="rtl"] .accordion-toggle.mod--icon-right .svg-icon.accordion-arrow {
  transform: rotate(180deg);
}
html[dir="rtl"] .accordion-item.active .accordion-toggle .svg-icon.accordion-arrow {
  transform: rotate(90deg);
}
html[dir="rtl"] .c-gallery-summary__content {
  right: 15px;
}
html[dir="rtl"] .c-gallery-summary__content-icon {
  margin-right: 0;
  margin-left: 6px;
}
html[dir="rtl"] .c-launcher__imageside .c-container-image {
  margin-right: 0px;
  margin-left: 15px;
}
html[dir="rtl"] .mod--image-reverse-m .c-container-image {
  margin-left: 0px;
  margin-right: 15px;
}
html[dir="rtl"] .c-launcher__carousel .carousel {
  margin-right: -15px;
}
html[dir="rtl"] .swiper .swiper-ui__area-prev {
  left: inherit;
  right: 0;
}
html[dir="rtl"] .swiper .swiper-ui__area-next {
  right: inherit;
  left: 0;
}
html[dir="rtl"] .c-gallery-summary {
  margin-right: -15px;
}
html[dir="rtl"] .hotel-weather .c-weather__body-section:first-child {
  border-left: 1px solid #d8d8d8;
  border-right: 0px;
  padding-left: 15px;
  padding-right: inherit;
}
html[dir="rtl"] .hotel-weather .c-weather__body-section:last-child {
  padding-right: 15px;
  padding-left: inherit;
}
html[dir="rtl"] .c-header-detail__nav-wrapper,
html[dir="rtl"] .c-header-detail__nav-left,
html[dir="rtl"] .c-header-detail__nav-right {
  flex-flow: row-reverse;
}
html[dir="rtl"] .c-header-detail .c-hotel-detail__card__list .list__item .c-icon {
  margin: 0px 0px 0px 10px;
}
html[dir="rtl"] .tingle-modal-box__content.headline-white .c-modal__header .cmp-title {
  text-align: left;
  padding-right: inherit;
  padding-left: 16px;
}
html[dir="rtl"] .tingle-modal-box__content.headline-white .tingle-modal__close {
  left: inherit;
  right: 16px;
}
html[dir="rtl"] .c-card-hotel__content-header {
  text-align: right;
}
html[dir="rtl"] .c-card-hotel__content-header-title {
  padding-right: 0px;
  padding-left: 1rem;
}
html[dir="rtl"] .c-card-hotel__content-header-location-link .svg-icon {
  margin-right: inherit;
  margin-left: 0.15em;
}
html[dir="rtl"] .c-card-hotel__content-body-info .c-tripadvisor .svg-icon {
  margin-right: inherit;
  margin-left: 0.35em;
}
html[dir="rtl"] .result__map .c-card-hotel__content-header,
html[dir="rtl"] .result__map .c-card-hotel__content-body {
  padding: 23px 150px 0px 15px;
}
html[dir="rtl"] .result__map .c-card-hotel__content-header {
  text-align: right;
}
html[dir="rtl"] .result__map .c-card-hotel__content-footer .mod--cta-full-width {
  text-align: left;
}
html[dir="rtl"] .c-tripadvisor .ta__dot {
  margin-right: 0px;
  margin-left: 1px;
}
html[dir="rtl"] .c-tripadvisor .ta__dot--half,
html[dir="rtl"] .c-tripadvisor .ta__dot--full {
  margin-right: 0px;
  margin-left: 1px;
}
html[dir="rtl"] .c-tripadvisor .ta__dot--half {
  transform: rotate(180deg);
}
html[dir="rtl"] .hotels-comparator .c-hotels-comparator__body .body__result .result__comparator-bar,
html[dir="rtl"] .offers-comparator .c-hotels-comparator__body .body__result .result__comparator-bar {
  padding-left: 16px;
}
html[dir="rtl"] .hotels-comparator .c-hotels-comparator__body .body__result .result__comparator-bar:after,
html[dir="rtl"] .offers-comparator .c-hotels-comparator__body .body__result .result__comparator-bar:after {
  margin-right: 8px;
  margin-left: 0px;
}
html[dir="rtl"] .text-left {
  text-align: right;
}
html[dir="rtl"] .text-right {
  text-align: left;
}
/* RTL - DESKTOP */
@media (min-width: 1025px) {
  html[dir="rtl"] {
    /* RTL FIXES - HEADER & MEGAMENU - DESKTOP */
    /* RTL FIXES - FASTBOOKING - DESKTOP */
    /* RTL FIXES - FOOTER - DESKTOP*/
    /* RTL FIXES - WEATHER - DESKTOP */
    /* RTL FIXES - HEADER-DETAIL - MOBILE FIRST (~ TABLET) */
    /* RTL FIXES - COMPARATOR - DESKTOP */
  }
  html[dir="rtl"] .c-megamenu {
    left: auto;
    right: auto;
  }
  html[dir="rtl"] .header .c-header__nav-container .c-aside-menu-user-item:first-child {
    margin-left: 0px;
  }
  html[dir="rtl"] .c-megamenu .c-popover {
    left: auto;
  }
  html[dir="rtl"] .c-gallery-summary__content {
    right: 30px;
  }
  html[dir="rtl"] .c-gallery-summary__content-icon {
    margin-left: 8px;
  }
  html[dir="rtl"] .header .c-header__nav-container .c-aside-menu-user-item {
    margin-left: 0;
    margin-right: 20px;
  }
  html[dir="rtl"] .inject-fastbooking-true .c-fastbooking__links-add-flight {
    right: 0px;
    left: auto;
    text-align: right;
  }
  html[dir="rtl"] .inject-fastbooking-true .fastbooking .c-fastbooking__form .c-fieldset .mod--rooms .mod--select-arrow {
    background-image: url("../../../etc.clientlibs/barcelo/clientlibs/clientlib-base/resources/images/sprite-bhg.png");
    background-repeat: no-repeat;
    background-size: 45px auto;
    background-position: -5px -945px;
  }
  html[dir="rtl"] .c-refooter__logo {
    margin-left: 30px;
  }
  html[dir="rtl"] .hotel-weather .c-weather__body-section:first-child {
    padding-left: 30px;
  }
  html[dir="rtl"] .hotel-weather .c-weather__body-section:last-child {
    padding-right: 30px;
  }
  html[dir="rtl"] .c-header-detail .c-hotel-detail .c-side-content:first-child {
    padding-left: 30px;
    padding-right: inherit;
  }
  html[dir="rtl"] .c-header-detail .c-hotel-detail__card__list .list__item .c-icon {
    margin-left: 15px;
    margin-right: 0px;
  }
  html[dir="rtl"] .hotels-comparator .c-hotels-comparator__body,
  html[dir="rtl"] .offers-comparator .c-hotels-comparator__body {
    margin-right: 32px;
    margin-left: inherit;
  }
  html[dir="rtl"] .hotels-comparator .c-hotels-comparator__body .body__main-nav .mode-btn .map-btn-block .svg-icon,
  html[dir="rtl"] .offers-comparator .c-hotels-comparator__body .body__main-nav .mode-btn .map-btn-block .svg-icon,
  html[dir="rtl"] .hotels-comparator .c-hotels-comparator__body .body__main-nav .mode-btn .list-btn-block .svg-icon,
  html[dir="rtl"] .offers-comparator .c-hotels-comparator__body .body__main-nav .mode-btn .list-btn-block .svg-icon {
    margin-left: 0.5em;
    margin-right: inherit;
  }
  html[dir="rtl"] .hotels-comparator .c-hotels-comparator__body .body__main-nav .mode-btn .list-btn-block .svg-icon,
  html[dir="rtl"] .offers-comparator .c-hotels-comparator__body .body__main-nav .mode-btn .list-btn-block .svg-icon {
    transform: scaleX(-1);
  }
  html[dir="rtl"] .hotels-comparator .c-hotels-comparator__body .body__main-nav .main-nav__select label,
  html[dir="rtl"] .offers-comparator .c-hotels-comparator__body .body__main-nav .main-nav__select label {
    padding: 0 0 0 10px;
  }
}
/* RTL - MOBILE ONLY */
@media (min-width: 320px) and (max-width: 1025px) {
  .mod--align-left-mobile .cmp-title {
    text-align: right;
  }
  .mod--align-right-mobile .cmp-title {
    text-align: left;
  }
}
/*---- INHERITED STYLES --------------------------------------------------------------------------------------- */
.mod--horizontal-card .c-card-hotel {
  flex-wrap: nowrap;
  flex-flow: row;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.mod--horizontal-card .c-card-hotel__image {
  width: 263px;
  flex-shrink: 0;
}
.mod--horizontal-card .c-card-hotel__image .c-container-image {
  height: 100%;
}
.mod--horizontal-card .c-card-hotel__content {
  width: 100%;
  position: relative;
}
.mod--horizontal-card .c-card-hotel__content-header {
  padding: 15px 25px 0px 35px;
  flex-grow: 0;
}
.mod--horizontal-card .c-card-hotel__content-header-title .c-cta {
  font-size: 20px;
  line-height: 28px;
}
.mod--horizontal-card .c-card-hotel__content-header-location {
  font-size: 14px;
  margin-top: 4px;
}
.mod--horizontal-card .c-card-hotel__content-body {
  padding: 10px 25px 10px 35px;
  flex-grow: 0;
}
.mod--horizontal-card .c-card-hotel__content-body-info {
  height: auto;
}
.mod--horizontal-card .c-card-hotel__content-body-info .c-tripadvisor .ta__score {
  font-size: 14px;
}
.mod--horizontal-card .c-card-hotel__content-body-info .c-tripadvisor .ta__reviews {
  font-size: 12px;
  line-height: 14px;
}
.mod--horizontal-card .c-card-hotel__content-body-list {
  font-size: 14px;
  line-height: 18px;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: unset;
  text-overflow: inherit;
  max-height: 100%;
}
.mod--horizontal-card .c-card-hotel__content-not-available {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 10px 25px 10px 35px;
}
.mod--horizontal-card .c-card-hotel__content-footer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 10px 25px 10px 35px;
}
.mod--horizontal-card .c-card-hotel__content-footer-price {
  flex-flow: row;
  margin: 0px;
}
.mod--horizontal-card .c-card-hotel__content-footer-price-claim {
  font-size: 14px;
  margin-bottom: 0px;
}
.mod--horizontal-card .c-card-hotel__content-footer-price .c-price__currency,
.mod--horizontal-card .c-card-hotel__content-footer-price .c-price__type {
  font-size: 16px;
  font-weight: 500;
}
.mod--horizontal-card .c-card-hotel__content-footer.mod--hotel-my-barcelo {
  padding-top: 0;
  padding-bottom: 0;
}
.mod--horizontal-card .c-card-hotel__content-footer .mod--cta-full-width {
  max-width: 250px;
}
.mod--horizontal-card .c-card-hotel__content-footer .mod--cta-full-width .c-cta {
  margin: 0px auto;
}
.mod--horizontal-card .c-card-hotel.c-card-hotel-offer .c-card-coupon__promo-discount {
  justify-content: space-between;
  flex-wrap: nowrap;
}
.mod--horizontal-card .c-card-hotel.c-card-hotel-offer .c-card-coupon__promo-discount .c-offer {
  max-width: 245px;
  width: auto;
}
/* BADGES - MOBILE FIRST (~ TABLET) */
.c-ballon {
  margin-left: 5px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #767676;
  display: inline-block;
  padding: 2px 9px;
  text-align: center;
  width: auto;
  min-width: 32px;
  background: #f5f5f5;
  border-radius: 12px;
  margin: 2px 0.25rem 2px 0.25rem;
}
.c-ballon::first-letter {
  text-transform: uppercase;
}
.c-ballon.mod--blue {
  color: #155583;
}
.c-adv {
  display: flex;
  align-items: center;
  border-radius: 2px;
  background: #c5e8f3;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  padding: 16px;
}
.c-adv__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.c-adv__message {
  flex-shrink: 1;
}
/* BADGES - DESKTOP */
@media (min-width: 1025px) {
  .c-adv {
    display: flex;
    align-items: center;
    border-radius: 2px;
    background: #c5e8f3;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
    padding: 16px;
  }
  .c-adv__title {
    font-size: 20px;
    line-height: 28px;
    display: block;
    margin-bottom: 5px;
  }
}
/*---- COMPARATOR STYLES -------------------------------------------------------------------------------------- */
/* SINGLE HOTEL MEETING ROOMS FILTERS - MOBILE FIRST (~ TABLET) */
.hotel-meeting-rooms {
  position: relative;
  padding-bottom: 45px;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-section__headings {
  padding: 48px 15px 0 15px;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-section__headings:after {
  content: "";
  height: 237px;
  width: 200vw;
  position: absolute;
  background: #F5F5F6;
  left: -50vw;
  top: 0;
  z-index: -1;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar {
  width: 100%;
  padding: 24px;
  position: relative;
  left: 0;
  margin-bottom: 24px;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar:after {
  content: "";
  height: 100%;
  width: 120%;
  position: absolute;
  background: #F5F5F6;
  left: -36px;
  top: 0;
  z-index: -1;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__header {
  justify-content: flex-start;
  position: relative;
  left: 0;
  background: none;
  box-shadow: none;
  padding: 0;
  width: 100%;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__header .sidebar__title {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #384044;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .dimension-content {
  display: flex;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .dimension-content .meeting-facet {
  position: relative;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list [data-dimension="CAPACITY"] .dimension-content {
  max-width: 450px;
  margin: 0 auto;
  justify-content: space-between;
  visibility: hidden;
  position: absolute;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list [data-dimension="CAPACITY"] .meeting-facet {
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list [data-dimension="CAPACITY"] .meeting-facet[aria-pressed="true"] {
  border-radius: 16px;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list [data-dimension="CAPACITY"] .meeting-facet[aria-pressed="true"] .icon {
  filter: brightness(0) invert(1);
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list [data-dimension="CAPACITY"] .meeting-facet[aria-pressed="true"] span {
  color: #ffffff;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list [data-dimension="CAPACITY"] .icon {
  display: none;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .dimension:not([data-dimension="CAPACITY"]) {
  margin-top: 22px;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .dimension:not([data-dimension="CAPACITY"]) .dimension-content {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .dimension:not([data-dimension="CAPACITY"]) .dimension-content .meeting-facet {
  align-items: center;
  border: 1px solid #384044;
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
  z-index: 0;
  margin-right: 8px;
  margin-bottom: 8px;
  transition: all 0.3s ease-out;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  display: flex;
  padding: 8px 12px;
  cursor: pointer;
  color: #384044;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .dimension:not([data-dimension="CAPACITY"]) .dimension-content .meeting-facet[aria-pressed="true"] {
  background: #315973;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .dimension:not([data-dimension="CAPACITY"]) .dimension-content .meeting-facet[aria-pressed="true"] .icon {
  filter: brightness(0) invert(1);
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .dimension:not([data-dimension="CAPACITY"]) .dimension-content .meeting-facet[aria-pressed="true"] span {
  color: #ffffff;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .dimension:not([data-dimension="CAPACITY"]) .dimension-content .meeting-facet .icon {
  margin-right: 11px;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .dimension:not([data-dimension="CAPACITY"]) .dimension-content .meeting-facet .c-icon {
  filter: brightness(0) saturate(100%) invert(21%) sepia(9%) saturate(749%) hue-rotate(155deg) brightness(93%) contrast(84%);
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .dimension:not([data-dimension="CAPACITY"]) .dimension-content .meeting-facet .count {
  display: none;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .dimension:not([data-dimension="CAPACITY"]) .level-filter {
  display: none;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .range-slider {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  flex-flow: column wrap;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .range-slider .number-group {
  flex: 1 0 auto;
  height: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  width: 262px;
  position: relative;
  margin-bottom: 8px;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .range-slider .number-group-input {
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 30px;
  background: rgba(245, 245, 246, 0.7);
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .range-slider .number-group-input:after {
  content: "pax";
  position: relative;
  color: #384044;
  bottom: 0;
  top: 5px;
  left: 48px;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .range-slider .number-group-input__plus:before {
  content: "+";
  position: relative;
  color: #384044;
  bottom: 0;
  top: 5px;
  left: 18px;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .range-slider .number-group .number-input {
  width: 80px;
  height: 30px;
  text-align: right;
  color: #384044;
  border: 0;
  position: absolute;
  bottom: 0;
  padding-right: 34px;
  background: transparent;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .range-slider .number-group .number-input::-webkit-outer-spin-button,
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .range-slider .number-group .number-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .range-slider .number-group .number-input:invalid,
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .range-slider .number-group .number-input:out-of-range {
  color: red;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .range-slider .range-group {
  position: relative;
  flex: 0 0 100%;
  height: 2px;
  width: 262px;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .range-slider .range-group .rangeslider--fill {
  position: absolute;
  height: 2px;
  width: auto;
  bottom: 0;
  background: linear-gradient(to right, #30a2bf 12.01%, #315973 60.41%);
  z-index: 1;
  max-width: 262px;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .range-slider .range-group .range-input {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  -webkit-appearance: none;
  width: 100%;
  border-bottom: 0;
  width: 262px;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .range-slider .range-group .range-input:focus {
  outline: 0;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .range-slider .range-group .range-input::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animation: .2s;
  background: grey;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .range-slider .range-group .range-input::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #315973;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .range-slider .range-group .range-input.range-input--max::-webkit-slider-thumb {
  background: #315973;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .range-slider .range-group .range-input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animation: .2s;
  background: #315973;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .range-slider .range-group .range-input::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #315973;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #315973;
  cursor: pointer;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .range-slider .range-group .range-input::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animation: .2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .range-slider .range-group .range-input::-ms-fill-lower,
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .range-slider .range-group .range-input::-ms-fill-upper {
  background: #315973;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .range-slider .range-group .range-input::-ms-thumb {
  z-index: 2;
  position: relative;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #315973;
  cursor: pointer;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__footer {
  text-align: right;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__footer .delete-filters-btn {
  text-align: right;
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__body {
  width: 100%;
  margin: 0;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__body .body__main-nav-wrapper {
  display: none;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list {
  background-color: #ffffff;
  width: calc(68%);
  margin: 0px auto 24px;
  display: flex;
  flex-flow: column;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  border: 1px solid #D7D9DA;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__header {
  position: relative;
  width: 100%;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__header .c-container-image {
  height: 220px;
  width: auto;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__body {
  width: 100%;
  padding: 20px 16px;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__body-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: visible;
  margin-bottom: -5px;
  flex-direction: column;
  width: 100%;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__body-tile {
  flex: 2;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__body-tile h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__body-icons-area {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__body-icons-area-item {
  margin-right: 18px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__body-icons-area-item .svg-icon {
  width: 20px;
  filter: grayscale(1);
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__body-main {
  margin: 16px 0;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__body-main .c-hotel-meeting-room__modal__section-title {
  display: none;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__body-main .hotel-meetingrooms-icons {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(146px, 1fr));
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__body-main .hotel-meetingrooms-icons__item {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 4px;
  transition: all 0.3s ease-out;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__body-main .hotel-meetingrooms-icons__item .icon {
  margin-right: 7px;
  filter: brightness(0) invert(0);
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__body-main .hotel-meetingrooms-icons__item.mod--active {
  background: #315973;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__body-main .hotel-meetingrooms-icons__item.mod--active .icon {
  filter: brightness(0) invert(1);
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__body-main .hotel-meetingrooms-icons__item.mod--active .list__item-name,
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__body-main .hotel-meetingrooms-icons__item.mod--active span {
  color: #ffffff;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__body-main .hotel-meetingrooms-icons__item .list__item-name {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.004em;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__body-main .hotel-meetingrooms-icons__item .list__item-pax {
  color: #6A7073;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__body-link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  display: flex;
  flex: 1;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__body-link .cta-download {
  display: none;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__body .c-hotel-meeting-room-list__footer-list {
  display: none;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__footer {
  padding: 6px 4px;
  border-top: 1px solid #d8d8d8;
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  z-index: 2;
  background: #ffffff;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__footer-list {
  height: 100%;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__footer-list-ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__footer-list-ul .svg-icon {
  margin-right: 10px;
}
.hotel-meeting-rooms .c-hotel-meeting-rooms .meeting-empty-message {
  text-align: center;
  margin: 50px 0 25px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
/* SINGLE HOTEL MEETING ROOMS FILTERS - DESKTOP  */
@media (min-width: 1025px) {
  .hotel-meeting-rooms {
    margin-left: inherit;
    padding-bottom: 30px;
    width: 100%;
  }
  .hotel-meeting-rooms .c-hotel-meeting-rooms .c-section__headings {
    padding-top: 77px;
    margin-top: 0;
    text-align: center;
  }
  .hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar {
    padding: 24px;
    left: initial;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
  }
  .hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar:after {
    content: none;
  }
  .hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__header {
    justify-content: center;
  }
  .hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__header .sidebar__title {
    text-align: center;
  }
  .hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list {
    max-width: 1090px;
    margin: 0 auto;
  }
  .hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .dimension:not([data-dimension="CAPACITY"]) .dimension-content .meeting-facet {
    margin: 0;
  }
  .hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .dimension:not([data-dimension="CAPACITY"]) .dimension-content .meeting-facet:hover {
    background: #315973;
  }
  .hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .dimension:not([data-dimension="CAPACITY"]) .dimension-content .meeting-facet:hover .icon {
    filter: brightness(0) invert(1);
  }
  .hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .dimension:not([data-dimension="CAPACITY"]) .dimension-content .meeting-facet:hover span {
    color: #ffffff;
  }
  .hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .dimension:not([data-dimension="CAPACITY"]) .dimension-content .meeting-facet:last-of-type {
    margin-right: 0;
  }
  .hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .dimension[data-dimension="DISTRIBUTION"] .dimension-content {
    justify-content: space-evenly;
    margin-top: 10px;
  }
  .hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .range-slider {
    align-items: center;
  }
  .hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__facets-list .range-slider .number-group-input {
    background: rgba(255, 255, 255, 0.7);
  }
  .hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotels-comparator__sidebar .sidebar__footer {
    max-width: 1090px;
    margin: 0 auto;
  }
  .hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list {
    margin-bottom: 24px;
    flex-flow: row;
    align-items: center;
    width: 100%;
  }
  .hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__content-wrapper {
    flex-direction: initial;
  }
  .hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__header {
    width: 342px;
    flex-shrink: 0;
  }
  .hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__header .c-container-image {
    height: 100%;
  }
  .hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__body {
    margin: unset;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__body-header {
    flex-wrap: initial;
    justify-content: initial;
    overflow: initial;
    margin-bottom: initial;
  }
  .hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__body-title {
    width: 100%;
    flex: 4;
  }
  .hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__body-title h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__body-main {
    display: flex;
    align-content: space-between;
    width: 100%;
  }
  .hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__body-link .cta-see {
    display: none;
  }
  .hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__body-link .cta-download {
    display: block;
  }
  .hotel-meeting-rooms .c-hotel-meeting-rooms .c-hotels-comparator .c-hotel-meeting-room-list__footer {
    border-top: 0px;
    border-left: 1px solid #d8d8d8;
    display: flex;
    justify-content: center;
    text-align: inherit;
    flex-flow: column;
    padding: 0px 30px;
    margin: 0px;
    width: 25%;
    height: 140px;
    flex-shrink: 0;
    background: unset;
    max-height: 220px;
    min-height: 182px;
    align-items: flex-start;
  }
}
.c-hotel-meeting-room__modal-content .swiper .swiper-wrapper {
  height: 260px;
}
.c-hotel-meeting-room__modal-content .swiper .swiper-slide .asset-image {
  height: 260px;
}
.c-hotel-meeting-room__modal-content .swiper .swiper-pagination-bullets {
  bottom: 0;
}
.c-hotel-meeting-room__modal .c-card-hotel__content {
  padding: 40px 16px 60px;
}
.c-hotel-meeting-room__modal .c-card-hotel__content .c-hotel-meeting-room-list__body--title h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
}
.c-hotel-meeting-room__modal .c-card-hotel__content .c-hotel-meeting-room-list__body-icons-area {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
.c-hotel-meeting-room__modal .c-card-hotel__content .c-hotel-meeting-room-list__body-icons-area-item {
  margin-right: 18px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.c-hotel-meeting-room__modal .c-card-hotel__content .c-hotel-meeting-room-list__body-icons-area-item .svg-icon {
  width: 20px;
}
.c-hotel-meeting-room__modal .c-card-hotel__content .c-hotel-meeting-room-list__body .c-hotel-meeting-room-list__footer-list {
  display: block;
  padding: 40px 0;
}
.c-hotel-meeting-room__modal .c-card-hotel__content .c-hotel-meeting-room-list__body .c-hotel-meeting-room-list__footer-list li {
  margin-bottom: 16px;
}
.c-hotel-meeting-room__modal .c-card-hotel__content .c-hotel-meeting-room-list__body .c-hotel-meeting-room-list__footer-list li:last-of-type {
  margin-bottom: 0;
}
.c-hotel-meeting-room__modal .c-card-hotel__content .c-hotel-meeting-room-list__body .c-hotel-meeting-room-list__footer-list li .svg-icon {
  margin-right: 10px;
}
.c-hotel-meeting-room__modal .c-card-hotel__content .c-hotel-meeting-room-list__body-main {
  margin-bottom: 48px;
}
.c-hotel-meeting-room__modal .c-card-hotel__content .c-hotel-meeting-room-list__body-main .c-hotel-meeting-room__modal__section-title {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px;
}
.c-hotel-meeting-room__modal .c-card-hotel__content .c-hotel-meeting-room-list__body-main .hotel-meetingrooms-icons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.c-hotel-meeting-room__modal .c-card-hotel__content .c-hotel-meeting-room-list__body-main .hotel-meetingrooms-icons__item {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 4px;
  width: 50%;
}
.c-hotel-meeting-room__modal .c-card-hotel__content .c-hotel-meeting-room-list__body-main .hotel-meetingrooms-icons__item .icon {
  margin-right: 7px;
  filter: brightness(0) invert(0);
}
.c-hotel-meeting-room__modal .c-card-hotel__content .c-hotel-meeting-room-list__body-main .hotel-meetingrooms-icons__item.mod--active {
  background: #315973;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.c-hotel-meeting-room__modal .c-card-hotel__content .c-hotel-meeting-room-list__body-main .hotel-meetingrooms-icons__item.mod--active .icon {
  filter: brightness(0) invert(1);
}
.c-hotel-meeting-room__modal .c-card-hotel__content .c-hotel-meeting-room-list__body-main .hotel-meetingrooms-icons__item.mod--active .list__item-name,
.c-hotel-meeting-room__modal .c-card-hotel__content .c-hotel-meeting-room-list__body-main .hotel-meetingrooms-icons__item.mod--active span {
  color: #ffffff;
}
.c-hotel-meeting-room__modal .c-card-hotel__content .c-hotel-meeting-room-list__body-main .hotel-meetingrooms-icons__item .list__item-name {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.004em;
}
.c-hotel-meeting-room__modal .c-card-hotel__content .c-hotel-meeting-room-list__body-main .hotel-meetingrooms-icons__item .list__item-pax {
  color: #6A7073;
}
.c-hotel-meeting-room__modal .c-card-hotel__content .c-hotel-meeting-room-list__body-link {
  display: flex;
}
.c-hotel-meeting-room__modal .c-card-hotel__content .c-hotel-meeting-room-list__body-link .c-cta {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.c-hotel-meeting-room__modal .c-card-hotel__content .c-hotel-meeting-room-list__body-link .cta-see {
  display: none;
}
.c-hotel-meeting-room__modal .c-card-hotel__content .c-hotel-meeting-room-list__body-link .cta-download {
  display: block;
}
@media (min-width: 1025px) {
  .c-hotel-meeting-room__modal-content .swiper .swiper-wrapper {
    height: auto;
  }
  .c-hotel-meeting-room__modal-content .swiper .swiper-slide .asset-image {
    height: auto;
  }
}
.mod--carousel-dropped-dots .swiper .swiper-pagination.swiper-pagination-bullets,
.c-hotel-meeting-room__modal .swiper .swiper-pagination.swiper-pagination-bullets {
  display: flex;
  gap: 8px;
  justify-content: center;
  position: absolute;
  bottom: 27px;
}
.mod--carousel-dropped-dots .swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet,
.c-hotel-meeting-room__modal .swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: 6px;
  width: 6px;
  height: 6px;
  background: #fff;
  margin: unset;
}
.mod--carousel-dropped-dots .swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active,
.c-hotel-meeting-room__modal .swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 100px;
  border: unset;
  transform: none;
}
.tingle-meeting-modal__close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 16px;
  top: 16px;
  background: rgba(11, 13, 14, 0.6);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tingle-meeting-modal__close .tingle-modal__closeIcon {
  color: #FFFFFF;
  width: 18px;
  height: 18px;
}
