/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.com-divider{border:none;height:1px;margin-top:1rem;margin-bottom:2rem}

.com-link{cursor:pointer;color:#0250C9}.com-link:hover{opacity:.8}.mod-vinculated-card .com-link:nth-child(2n){margin-left:1.5rem}

.mod-breadcrumb{margin-bottom:2rem;color:#5A5A5A}

.com-card{position:relative;margin-bottom:2.5rem}.com-card .com-title{margin-bottom:1rem}.com-card__svg{position:relative}.com-card__svg__number{position:absolute;bottom:2.5rem;left:1.5rem;z-index:0;color:#fff;letter-spacing:2px}.mod-vinculated-card .com-card{margin-top:.875rem;margin-bottom:1rem}.com-card p{font-size:1rem;line-height:1.5rem;margin-top:.875rem}.com-card p a:first-child{margin-right:1.5rem}

.mod-title{margin-bottom:2rem;border-bottom:1px solid #ccc;padding-bottom:1rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#272727}.com-title{color:#272727}

.com-paragraph{color:#272727}.mod-callback-list .com-paragraph{color:#5A5A5A}.com-divider+.com-paragraph{margin-top:2.5rem}

.com-spinner{position:absolute;top:20%;left:50%;transform:translate(-50%, -50%)}.com-spinner.--relative{position:relative;display:flex;justify-content:center;padding-top:90px;margin-bottom:-50px;align-items:center}.com-spinner__container{position:relative}.com-spinner__container circle{height:120px;width:200px;fill:none;stroke:#006998;stroke-linecap:round;stroke-dasharray:279.0619;stroke-dashoffset:201.0619;animation-name:rotateAndScale;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear;transform-origin:50% 50%}.com-spinner__container .big .ln{position:absolute;top:2.1875rem;left:1.5625rem}.com-spinner__container .small .ln{position:absolute;top:1.875rem;left:1.1875rem}@keyframes rotateAndScale{0%{transform:rotate(0deg);stroke-dasharray:242.0619}50%{stroke-dasharray:279.0619}100%{transform:rotate(360deg);stroke-dasharray:242.0619}}

.com-spinner .com-icon{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.com-icon.--icon-s{font-size:.5rem;line-height:.5rem}.com-icon.--icon-m{font-size:1rem;line-height:1rem}.com-icon.icon-l{font-size:1.5rem;line-height:1.5rem}.com-icon.--icon-xl{font-size:2rem;line-height:2rem}

.mod-toast{padding:1rem 2rem;position:relative;display:flex;flex-direction:row;margin-bottom:2.5rem;max-width:624px;width:100%;z-index:5;background:#FEFEFE;box-shadow:0rem .25rem .5rem rgba(0,0,0,0.08);border-radius:.25rem;box-sizing:border-box;border:.0625rem solid #000}.mod-toast .state .com-icon{line-height:1.875rem}.mod-toast.--positionFloat{position:fixed;top:118px}@media screen and (max-width: 767px){.mod-toast.--positionFloat{width:85%}}@media screen and (max-width: 1024px){.mod-toast.--positionFloat{right:30px}}.mod-toast.--right{right:2.375rem}.mod-toast>.com-icon{margin-right:.75rem;margin-left:.75rem;padding:.5rem .75rem .5rem 0;height:3.5rem;display:flex;align-items:center}.mod-toast .close{position:absolute;right:1rem;cursor:pointer;color:#919191}[dir="ltr"] .mod-toast .mod-description{text-align:left}[dir="rtl"] .mod-toast .mod-description{text-align:right}.mod-toast .mod-description{padding:0 0 0 .5rem;width:auto;display:flex;flex-direction:column;justify-content:center}.mod-toast .mod-description .com-paragraph{color:#5A5A5A;margin-top:.25rem}.mod-toast .mod-description .com-paragraph::first-letter{text-transform:uppercase}.mod-toast .mod-description .com-title{display:inline-flex}.mod-toast .mod-description .com-title::first-letter{text-transform:uppercase}@media (max-width: 767px){.mod-toast .mod-description{padding-right:0}}.mod-toast.--success{border-color:#22B120;display:inline-flex}.mod-toast.--success .com-title,.mod-toast.--success .com-icon:not(.close){color:#22B120}.mod-toast.--success .com-title path,.mod-toast.--success .com-icon:not(.close) path{stroke:#22B120}.mod-toast.--warning{border-color:#E2342D;display:inline-flex}.mod-toast.--warning .com-title,.mod-toast.--warning .com-icon:not(.close){color:#E2342D}.mod-toast.--warning .com-title path,.mod-toast.--warning .com-icon:not(.close) path{fill:#E2342D}.mod-toast.--info{border-color:#0250C9;display:inline-flex}.mod-toast.--info .com-title,.mod-toast.--info .com-icon:not(.close){color:#0250C9}.mod-toast.--info .com-title path,.mod-toast.--info .com-icon:not(.close) path{fill:#0250C9}.mod-toast.--alert{border-color:#EF9B30;display:inline-flex}.mod-toast.--alert .com-title,.mod-toast.--alert .com-icon:not(.close){color:#EF9B30}.mod-toast.--alert .com-title path,.mod-toast.--alert .com-icon:not(.close) path{fill:#EF9B30}.mod-toast.--fixed-center{position:fixed;top:6.0625rem;margin-left:auto;margin-right:auto;z-index:1717171717;opacity:0;visibility:hidden}

.com-image.--md{width:32px;height:32px}.com-image.--lg{width:40px;height:40px}

.mod-callbackArticle{max-width:624px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:0 0 2.5rem}@media screen and (max-width: 768px){.mod-callbackArticle{flex-direction:column}}.mod-callbackArticle.sin-beneficios .mod-callbackArticle__descrip{max-width:420px}.mod-callbackArticle.sin-beneficios .mod-callbackArticle__img{margin-bottom:0;margin-right:2rem}.mod-callbackArticle__descrip .mod-button{margin-top:1rem}.mod-callbackArticle__descrip .com-title,.mod-callbackArticle__descrip .text{margin-bottom:1rem}.mod-callbackArticle__descrip:not(.com-title){color:#272727}.mod-callbackArticle__img{margin-bottom:1rem}@media screen and (max-width: 768px){.mod-callbackArticle.--withImg .mod-callbackArticle__descrip{order:1;text-align:center}}

.mod-button{cursor:pointer;transition:all 0.2s ease-in-out;margin-bottom:1.5rem;max-height:2.625rem;padding:.75rem 1rem;border-radius:.25rem;display:inline-flex;align-items:center;justify-content:center;grid-gap:.5rem;gap:.5rem;background:#0250C9;border:.0625rem solid #0250C9;color:#fff;outline:0;font-size:.75rem;line-height:1.125rem;text-transform:uppercase;font-weight:700}.mod-button .com-icon{margin:0 !important}.mod-button.state--mobile-w100{width:100%}@media screen and (min-width: 768px){.mod-button.state--mobile-w100{width:auto}.mod-button.state--mobile-w100+.state--mobile-w100{margin-top:0}}.mod-button.state--w100{width:100%}.mod-button:hover{opacity:.8}.mod-button.--active{opacity:1}.mod-button.--disabled{cursor:default;opacity:.4}.mod-button.--secondary,.mod-button.--tertiary{background:#fff;border-color:#e6e6e6;color:#333}.mod-button.--secondary:hover,.mod-button.--tertiary:hover{background:#f2f2f2}.mod-button.--special{background:#FFFF24;border-color:#FFFF24;color:#333}.mod-callback-list .mod-button:last-child{margin-top:1rem;margin-left:1rem}.mod-callback-list .mod-button{margin-top:1rem}.mod-button.--mini{padding:.5rem;font-size:.75rem}.mod-button.--small{padding:.5rem 1rem;font-size:.75rem}.mod-button.--large{padding:1rem;font-size:.875rem}.mod-table .mod-button,.modal .mod-title>.mod-button{margin-bottom:0;margin-left:0}.com-table-body-cell .mod-button:not(:last-of-type){margin-right:.5rem}.com-container .com-col>.mod-button{margin-bottom:0;width:100%}.arrow-right-line-icon{background:#F2F2F2;border-color:#F2F2F2;color:#272727;display:inline-flex;align-items:center;justify-content:center;padding:.625rem;border-radius:.25rem}.arrow-right-line-icon:hover{background-color:#E4E4E4;border-color:#E4E4E4}.--btn-groups{display:flex;flex-direction:row;grid-gap:20px;gap:20px;width:100%}@media (max-width: 420px){.--btn-groups{flex-direction:column}}

.com-row{margin-top:1.5rem}.com-row.state--center{display:flex;justify-content:center}.com-row.state--right{display:flex;justify-content:right}.com-col{position:relative}

.com-label{display:flex;justify-content:space-between}.com-label label{margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#5A5A5A}.com-label label>i{font-size:1.0625rem;margin-left:.5rem;vertical-align:text-bottom}.com-label .com-link{font-size:.875rem}

.com-container{display:grid;grid-row-gap:2rem;row-gap:2rem;grid-column-gap:.5rem;-moz-column-gap:.5rem;column-gap:.5rem}@media screen and (min-width: 768px){.com-container{grid-template-columns:repeat(auto-fit, minmax(100px, 1fr));grid-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}}.com-container.state--no-wrap{grid-template-columns:repeat(auto-fit, minmax(70px, 1fr)) !important}.com-container.--align-bottom{align-items:flex-end}.grid-25-75{grid-template-columns:1fr !important}@media screen and (min-width: 1023px){.grid-25-75{grid-template-columns:.25fr .75fr !important}}.grid-50-25-25{grid-template-columns:1fr .5fr .5fr !important}@media screen and (min-width: 1023px){.grid-50-25-25{grid-template-columns:.5fr .25fr .25fr !important}}.grid-25-50-25{grid-template-columns:1fr !important}@media screen and (min-width: 1023px){.grid-25-50-25{grid-template-columns:.25fr .5fr .25fr !important}}.grid-75-25{grid-template-columns:1fr 0.25fr !important}@media screen and (min-width: 768px){.grid-75-25{grid-template-columns:0.75fr 0.25fr !important}}.grid-for-crencial{grid-template-columns:5rem 6rem 3.125rem !important}.grid-for-crencial .com-input__rightIcon{display:none !important}.grid-for-crencial .com-input.rightIcon .com-input__box input{padding:.75rem .625rem .75rem 1rem !important}

.com-input__box{position:relative}.com-input__box>input{position:relative;display:flex;width:100%;padding:.75rem 1rem;border-radius:.25rem;background:#fff;border:1px solid #E4E4E4;resize:none;transition:all 0.3s ease-in-out}.com-input__box>input:disabled{background:#F2F2F2;color:#919191}.com-input__box>input:disabled::-moz-placeholder{color:#919191}.com-input__box>input:disabled::placeholder{color:#919191}.com-input__box>input:not(:disabled):hover{transition:all 0.3s ease-in-out;border-color:#272727}.com-input__box>input:not(:disabled):focus{transition:all 0.3s ease-in-out;border-color:#126FFF}.com-input__box>input:not(:disabled):focus::-moz-placeholder{color:#272727}.com-input__box>input:not(:disabled):focus::placeholder{color:#272727}.com-input__box__descrip{display:block;margin-top:.5rem}.com-input.leftIcon .com-input__box .com-input__leftIcon{position:absolute;top:.5625rem;left:.875rem;z-index:9}.com-input.leftIcon .com-input__box input{padding-left:2.8125rem}.com-input.rightIcon .com-input__box .com-input__rightIcon{position:absolute;top:.5625rem;right:.875rem;z-index:9}.com-input.rightIcon .com-input__box input{padding-right:2.8125rem}.com-input.state--error .com-input__box .com-input__rightIcon.icon-error-warning::before{color:#E2342D}.com-input.state--error .com-input__box input{transition:all 0.3s ease-in-out;border-color:#E2342D}.com-input.state--error .com-input__box__descrip{color:#E2342D}.com-input.state--success .com-input__box .com-input__rightIcon.icon-check-mark:before{color:#22B120}.com-input.state--success .com-input__box input{transition:all 0.3s ease-in-out;border-color:#22B120}.com-input.state--success .com-input__box__descrip{color:#22B120}

.com-select{position:relative}.com-select__input{position:relative;display:flex;width:100%;padding:0.75rem 1rem 0.75rem 1rem;border-radius:.25rem;background:#fff;border:1px solid #E4E4E4;resize:none;transition:all 0.3s ease-in-out;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.243 8.633l2.828-2.828a.667.667 0 01.943.942L8.95 9.813a1 1 0 01-1.414 0L4.47 6.748a.667.667 0 01.943-.943l2.829 2.829z' fill='%23272727'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:20px;background-position:calc(100% - 8px) center;-moz-appearance:none;-webkit-appearance:none;appearance:none;color:#272727}.com-select__input:disabled{background:#F2F2F2;color:#919191}.com-select__input:disabled::-moz-placeholder{color:#919191}.com-select__input:disabled::placeholder{color:#919191}.com-select__input:not(:disabled):hover{transition:all 0.3s ease-in-out;border-color:#272727}.com-select__input:not(:disabled):focus{transition:all 0.3s ease-in-out;border-color:#126FFF;outline:none}.com-select__input:not(:disabled):focus::-moz-placeholder{color:#272727}.com-select__input:not(:disabled):focus::placeholder{color:#272727}.com-select.state--error select{border-color:#E2342D}.com-select.state--error .com-select__descrip{color:#E2342D}.com-select.state--success select{border-color:#22B120}.com-select.leftIcon .com-select__input{padding-left:2.8125rem}.com-select.leftIcon .com-select__leftIcon{position:absolute;top:.5rem;left:.875rem;z-index:9}

.com-proteccion-datos{color:#5A5A5A}

.com-wizard-item{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.com-wizard-item.active{color:#0250C9}.com-wizard-item.active .com-wizard-item__step-n{background:#0250C9;color:#fff}.com-wizard-item.done{color:#0250C9}.com-wizard-item.done .com-wizard-item__step-n{background:#e8f5ff;border:thin solid #0250C9}.com-wizard-item.disabled{color:#f2f2f2}.com-wizard-item.disabled .com-wizard-item__step-n{background:#f2f2f2;color:#ccc}.com-wizard-item.disabled.first::before{background:#cccccc}.com-wizard-item.disabled.middle::before{background:#cccccc}.com-wizard-item.disabled.middle::after{background:#cccccc}.com-wizard-item.disabled.last::before{background:#cccccc}.com-wizard-item.first::before{content:"";position:absolute;left:50%;top:1rem;height:.0625rem;width:calc(50% + 11px);background:#0250C9;z-index:-1}.com-wizard-item.middle::before{content:"";position:absolute;left:0;top:1rem;height:.0625rem;width:50%;background:#0250C9;z-index:-1}.com-wizard-item.middle::after{content:"";position:absolute;left:50%;top:1rem;height:.0625rem;width:50%;background:#0250C9;z-index:-1}.com-wizard-item.last::before{content:"";position:absolute;left:0;top:1rem;height:.0625rem;width:50%;background:#0250C9;z-index:-1}.com-wizard-item__step-n{position:relative;width:2rem;height:2rem;min-width:2rem;min-height:2rem;border-radius:50%;display:flex;justify-content:center;align-items:center}.com-wizard-item__text{margin-top:.5rem;font-size:.875rem}@media (min-width: 768px){.com-wizard-item__text{font-size:1rem}}

.mod-wizard{position:relative;width:100%;display:flex;margin-bottom:2.5rem}

.com-inputBox{padding:1rem;border-radius:4px;border:thin solid #E4E4E4}.com-inputBox__main{display:flex;justify-content:space-between}.com-inputBox__main__link{color:#ADADAD}.com-inputBox__descrip{display:flex;padding-left:1.75rem;font-size:.75rem;color:#ADADAD}.com-inputBox__input{display:flex}.com-inputBox.state--disabled{background:#F2F2F2;color:#919191}.com-inputBox.state--disabled::-moz-placeholder{color:#919191}.com-inputBox.state--disabled::placeholder{color:#919191}.com-inputBox:not(.state--disabled):hover{transition:all 0.3s ease-in-out;border-color:#272727}.com-inputBox:not(.state--disabled):focus{transition:all 0.3s ease-in-out}.com-inputBox:not(.state--disabled):focus::-moz-placeholder{color:#272727}.com-inputBox:not(.state--disabled):focus::placeholder{color:#272727}.com-inputBox.--withSvg .com-checkbox input+span:before,.com-inputBox.--withSvg .com-checkbox input+span:after{top:.125rem}.com-inputBox.--withSvg .com-checkbox input+span{display:flex;align-items:center}.com-inputBox.state--error{border-color:#E2342D}.com-inputBox.state--success{border-color:#22B120}.com-inputBox.state--active{border-color:#0250C9}

.com-radio{display:block;cursor:pointer}.com-radio.state--error input+span:before{background:#E2342D}.com-radio.state--success input:checked+span:before{background:#22B120}.com-radio input{display:none}.com-radio input+span{padding-left:1.25rem;display:block;position:relative}.com-radio input+span:not(:empty){padding-left:2rem}.com-radio input+span:before,.com-radio input+span:after{content:'';width:1.25rem;height:1.25rem;display:block;border-radius:50%;left:0;top:50%;position:absolute;transform:translate(0, -50%)}.com-radio input+span:before{background:#272727;transition:background 0.2s ease,transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2)}.com-radio input+span:after{background:#fff;transform:scale(0.78) translate(0, calc(-50% - 3px));transition:transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4)}.com-radio input:checked+span:before{transform:scale(1.04) translate(0, -50%);background:#126FFF}.com-radio input:checked+span:after{transform:scale(0.4) translate(0, calc(-50% - 16px));transition:transform 0.3s ease}.com-radio input:disabled+span{color:#919191}.com-radio input:disabled+span:before{background:#919191}

.motivo .suscripcion>.com-container{display:flex;flex-direction:column}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement="bottom-end"] .react-datepicker__triangle, .react-datepicker-popper[data-placement="top-end"] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}

.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 95px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}

.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}

.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
  -moz-appearance: textfield;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}

.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range ,
.react-datepicker__month-text--in-selecting-range ,
.react-datepicker__quarter-text--in-selecting-range ,
.react-datepicker__year-text--in-selecting-range {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range , .react-datepicker__month--selecting-range
.react-datepicker__month-text--in-range , .react-datepicker__month--selecting-range
.react-datepicker__quarter-text--in-range , .react-datepicker__month--selecting-range
.react-datepicker__year-text--in-range {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5;
}

.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0px 6px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "\00d7";
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.mod-calendar{position:relative;width:17.5rem;border-radius:.625rem;padding:1rem;border:.0625rem solid #E4E4E4 !important;background:#FEFEFE;z-index:1717;box-shadow:0px 8px 16px rgba(0,0,0,0.06);transform:translate3d(0, 30px, 0)}.mod-calendar button:hover,.mod-calendar button:focus,.mod-calendar button:active{outline:none}.mod-calendar__controls{display:flex;justify-content:space-between;align-items:center}.mod-calendar__controls .mod-button{text-transform:none;text-transform:initial;margin-bottom:0;margin-left:0}.mod-calendar__controls .mod-button+.mod-button{margin-left:0}.mod-calendar__controls>.mod-button{width:10rem;justify-content:center}.mod-calendar__controls__surf .mod-button:nth-child(1){margin-right:.5rem}.mod-calendar .com-divider{margin:.625rem 0}.mod-calendar__content{position:relative;width:100%;height:12rem;align-items:center;justify-content:center;text-align:center}.mod-calendar__content__inner{position:relative;width:100%;height:100%;align-items:center;justify-content:center;text-align:center}.mod-calendar__days,.mod-calendar__labels{width:100%;height:100%;display:grid;grid-template-columns:repeat(7, 1fr);align-items:center;justify-content:center}.mod-calendar__days>.mod-button,.mod-calendar__labels>.mod-button{display:flex;justify-content:center;align-items:center;border:none;outline:none;background:transparent;font-weight:normal;margin:0;height:1.5rem;width:100%;color:#5A5A5A}.mod-calendar__labels{height:1.5rem}.mod-calendar__labels__label{font-size:.75rem;color:#272727}.mod-calendar__days{margin-top:.5rem;height:calc(100% - 24px)}.mod-calendar__days__day{cursor:pointer;display:flex;justify-content:center;align-items:center;color:#5A5A5A;margin:0 auto;width:1.5rem;height:1.5rem}.mod-calendar__days__day__inner{display:flex;width:100%;height:100%;font-size:.875rem;line-height:1rem;font-weight:500;justify-content:center;align-items:center;text-align:center}.mod-calendar__days__label{margin-top:.3125rem}.mod-calendar__month-year{display:flex;height:100%}.mod-calendar__month-year__months{padding-left:0;margin:0;list-style:none;padding-right:.5rem;border-right:thin solid #ccc;overflow-x:hidden;overflow:-moz-scrollbars-none;-ms-overflow-style:none;scrollbar-width:none}.mod-calendar__month-year__months::-webkit-scrollbar{display:none}.mod-calendar__month-year__months__month{margin:.25rem 0}.mod-calendar__month-year__months__month:first-child{margin-top:0}.mod-calendar__month-year__months__month:last-child{margin-bottom:0}.mod-calendar__month-year__months__month .mod-button{display:flex;justify-content:center;width:4.25rem;margin:0}.mod-calendar__month-year__years{margin:0;list-style:none;display:grid;width:9.375rem;padding-left:.5rem;overflow-x:hidden;grid-template-columns:1fr 1fr;overflow:-moz-scrollbars-none;-ms-overflow-style:none;grid-column-gap:.25rem;grid-row-gap:.25rem;row-gap:.25rem;scrollbar-width:none}.mod-calendar__month-year__years::-webkit-scrollbar{display:none}.mod-calendar__month-year__years__year{width:4.22625rem}.mod-calendar__month-year__years__year:first-child,.mod-calendar__month-year__years__year{margin-top:0}.mod-calendar__month-year__years__year:last-child{margin-bottom:0}.mod-calendar__month-year__years__year .mod-button{display:flex;justify-content:center;width:4.25rem;margin:0}.mod-calendar__days__day.--selected,.mod-calendar__month-year__months__month .mod-button.--selected,.mod-calendar__month-year__years__year .mod-button.--selected{cursor:default;color:#fff !important;background-color:#0250C9 !important;font-weight:bold;border-radius:.25rem;z-index:1}.mod-calendar__days__day[class*='--range'],.mod-calendar__month-year__months__month .mod-button[class*='--range'],.mod-calendar__month-year__years__year .mod-button[class*='--range']{background-color:#BEE4FF !important;width:150%;margin-left:-8px}.mod-calendar__days__day[class*='--range-limit'],.mod-calendar__month-year__months__month .mod-button[class*='--range-limit'],.mod-calendar__month-year__years__year .mod-button[class*='--range-limit']{border-radius:1.25rem;width:100%;margin-left:0}.mod-calendar__days__day.--range-limit-right,.mod-calendar__days__day.--range-limit-left,.mod-calendar__month-year__months__month .mod-button.--range-limit-right,.mod-calendar__month-year__months__month .mod-button.--range-limit-left,.mod-calendar__month-year__years__year .mod-button.--range-limit-right,.mod-calendar__month-year__years__year .mod-button.--range-limit-left{width:120%}.mod-calendar__days__day.--range-limit-right.--range-limit-left,.mod-calendar__month-year__months__month .mod-button.--range-limit-right.--range-limit-left,.mod-calendar__month-year__years__year .mod-button.--range-limit-right.--range-limit-left{width:100%;margin-left:0;margin-left:initial;border-radius:1.25rem}.mod-calendar__days__day.--range-limit-right,.mod-calendar__month-year__months__month .mod-button.--range-limit-right,.mod-calendar__month-year__years__year .mod-button.--range-limit-right{margin-left:-8px;padding-left:.5rem;border-top-left-radius:0;border-bottom-left-radius:0}.mod-calendar__days__day.--range-limit-left,.mod-calendar__month-year__months__month .mod-button.--range-limit-left,.mod-calendar__month-year__years__year .mod-button.--range-limit-left{margin-right:-8px;padding-right:.5rem;border-top-right-radius:0;border-bottom-right-radius:0}.mod-calendar__days__day.--not-in-range,.mod-calendar__month-year__months__month .mod-button.--not-in-range,.mod-calendar__month-year__years__year .mod-button.--not-in-range{color:#ADADAD}.mod-calendar__days__day.--not-in-range:hover,.mod-calendar__month-year__months__month .mod-button.--not-in-range:hover,.mod-calendar__month-year__years__year .mod-button.--not-in-range:hover{background:transparent;border:none}.mod-calendar__days__day.--current,.mod-calendar__month-year__months__month .mod-button.--current,.mod-calendar__month-year__years__year .mod-button.--current{background:transparent;color:#272727;border-color:transparent}.mod-calendar__days__day.--current .mod-calendar__days__day__inner,.mod-calendar__month-year__months__month .mod-button.--current .mod-calendar__days__day__inner,.mod-calendar__month-year__years__year .mod-button.--current .mod-calendar__days__day__inner{font-weight:bold}.mod-calendar__days__day.--current:hover,.mod-calendar__month-year__months__month .mod-button.--current:hover,.mod-calendar__month-year__years__year .mod-button.--current:hover{background:#E4E4E4;border-color:#E4E4E4}.mod-calendar__days__day.--current:hover{background:transparent;border-color:transparent}.mod-button{cursor:pointer;transition:all 0.2s ease-in-out;margin-bottom:1.5rem;max-height:2.625rem;padding:.75rem 1rem;border-radius:.25rem;display:inline-flex;align-items:center;justify-content:center;grid-gap:.5rem;gap:.5rem;background:#0250C9;border:.0625rem solid #0250C9;color:#fff;outline:0;font-size:.75rem;line-height:1.125rem;text-transform:uppercase;font-weight:700}.mod-button .com-icon{margin:0 !important}.mod-button.state--mobile-w100{width:100%}@media screen and (min-width: 768px){.mod-button.state--mobile-w100{width:auto}.mod-button.state--mobile-w100+.state--mobile-w100{margin-top:0}}.mod-button.state--w100{width:100%}.mod-button:hover{opacity:.8}.mod-button.--active{opacity:1}.mod-button.--disabled{cursor:default;opacity:.4}.mod-button.--secondary,.mod-button.--tertiary{background:#fff;border-color:#e6e6e6;color:#333}.mod-button.--secondary:hover,.mod-button.--tertiary:hover{background:#f2f2f2}.mod-button.--special{background:#FFFF24;border-color:#FFFF24;color:#333}.mod-callback-list .mod-button:last-child{margin-top:1rem;margin-left:1rem}.mod-callback-list .mod-button{margin-top:1rem}.mod-button.--mini{padding:.5rem;font-size:.75rem}.mod-button.--small{padding:.5rem 1rem;font-size:.75rem}.mod-button.--large{padding:1rem;font-size:.875rem}.mod-table .mod-button,.modal .mod-title>.mod-button{margin-bottom:0;margin-left:0}.com-table-body-cell .mod-button:not(:last-of-type){margin-right:.5rem}.com-container .com-col>.mod-button{margin-bottom:0;width:100%}.arrow-right-line-icon{background:#F2F2F2;border-color:#F2F2F2;color:#272727;display:inline-flex;align-items:center;justify-content:center;padding:.625rem;border-radius:.25rem}.arrow-right-line-icon:hover{background-color:#E4E4E4;border-color:#E4E4E4}.--btn-groups{display:flex;flex-direction:row;grid-gap:20px;gap:20px;width:100%}@media (max-width: 420px){.--btn-groups{flex-direction:column}}.mod-date-picker{position:relative;display:flex;flex-direction:column}.mod-date-picker__popper{transform:translate3d(0, 0, 0) !important}.mod-date-picker__popper.--hidden{display:none}.mod-date-picker__group{position:relative;height:2.5rem;z-index:1}.mod-date-picker__group__input{position:relative;color:#272727;border:thin solid #E4E4E4;background:transparent;height:2.5rem;padding-left:1rem;border-radius:.25rem;padding-right:0;color:#000;margin-bottom:0;z-index:0;transition:0.3s ease-in-out;width:100%}.mod-date-picker__group__input:hover,.mod-date-picker__group__input:active,.mod-date-picker__group__input:focus,.mod-date-picker__group__input.--active{background:transparent;border:thin solid #126FFF;outline:none}.mod-date-picker__group__input.--invalid{border:thin solid #E2342D}.mod-date-picker .com-icon{cursor:pointer;position:absolute;top:.75rem;left:1.08312rem;z-index:-1}.mod-date-picker .com-icon+.react-datepicker-wrapper .mod-date-picker__group__input{padding-left:2.5rem}.mod-date-picker .mod-calendar{position:absolute;top:0;left:0;transition:all 0.3s ease}.react-datepicker{color:#5A5A5A;font-family:Arial !important;font-weight:400 !important;font-size:12px !important;line-height:16px !important}.react-datepicker__header{position:unset !important;background:transparent !important;border-bottom:unset !important;padding-top:0 !important;text-align:left !important}.react-datepicker__header__dropdown,.react-datepicker__header__dropdown--scroll{height:2rem !important;border-radius:.25rem !important;background:#F2F2F2 !important;font-weight:bold !important;padding:.5rem 1.375rem !important;margin-bottom:.5rem !important;display:inline-block !important}.react-datepicker__triangle{display:none !important}.react-datepicker__day-names{border-top:thin solid #ccc !important;color:#272727 !important;text-align:center !important}.react-datepicker__day-name{font-weight:400 !important;font-size:.6875rem !important;text-transform:capitalize !important;margin-bottom:0 !important}.react-datepicker__month{margin:0 !important}.react-datepicker__month-container{float:unset !important}.react-datepicker__month-read-view--selected-month{text-transform:capitalize !important}.react-datepicker__month-read-view--down-arrow{display:none !important}.react-datepicker__month-dropdown,.react-datepicker__year-dropdown{background-color:#FEFEFE !important;position:absolute !important;width:100% !important;height:100% !important;left:0 !important;top:0 !important;bottom:0 !important;right:0 !important;z-index:1 !important;text-align:center !important;border:unset !important;border-radius:.375rem !important;display:flex !important;flex-wrap:wrap !important;transition:0.3s ease-in-out !important;align-content:space-around !important;padding:1rem !important}.react-datepicker__year-dropdown{flex-direction:column-reverse !important;justify-content:center;flex-wrap:nowrap !important}.react-datepicker__year-read-view--down-arrow{display:none !important}.react-datepicker__navigation--previous,.react-datepicker__navigation--next{background-position:center !important;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiI+ICA8ZGVmcz4gICAgPHBhdGggaWQ9ImFycm93X2Rvd24tYSIgZD0iTTEzLjA2ODg1MDgsNS4xNTcyNTAzOCBMOC4zODQyMzk3NSw5Ljc2ODI3NDI4IEM4LjE3MDU0NDE1LDkuOTc4NjEzMDggNy44Mjk5OTIxNCw5Ljk3OTE0MDk1IDcuNjE1NzYwMjUsOS43NjgyNzQyOCBMMi45MzExNDkxNSw1LjE1NzI1MDM4IEMyLjcxODEzNTksNC45NDc1ODMyMSAyLjM3Mjc3MzE5LDQuOTQ3NTgzMjEgMi4xNTk3NTk5NCw1LjE1NzI1MDM4IEMxLjk0Njc0NjY5LDUuMzY2OTE3NTYgMS45NDY3NDY2OSw1LjcwNjg1NTIyIDIuMTU5NzU5OTQsNS45MTY1MjI0IEw2Ljg0NDM3MTA0LDEwLjUyNzU0NjMgQzcuNDg1MTc0MjQsMTEuMTU4MjgzNiA4LjUxNjQ0OTc5LDExLjE1NjY4NTEgOS4xNTU2Mjg5NiwxMC41Mjc1NDYzIEwxMy44NDAyNDAxLDUuOTE2NTIyNCBDMTQuMDUzMjUzMyw1LjcwNjg1NTIyIDE0LjA1MzI1MzMsNS4zNjY5MTc1NiAxMy44NDAyNDAxLDUuMTU3MjUwMzggQzEzLjYyNzIyNjgsNC45NDc1ODMyMSAxMy4yODE4NjQxLDQuOTQ3NTgzMjEgMTMuMDY4ODUwOCw1LjE1NzI1MDM4IFoiLz4gIDwvZGVmcz4gIDxnIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgIDx1c2UgZmlsbC1ydWxlPSJub256ZXJvIiB4bGluazpocmVmPSIjYXJyb3dfZG93bi1hIi8+ICA8L2c+PC9zdmc+) !important;background-repeat:no-repeat !important;background:#F2F2F2;border:none !important;height:2rem !important;width:2rem !important;top:1rem !important;border-radius:.25rem !important}.react-datepicker__navigation--previous{right:3.5rem !important;left:unset !important}.react-datepicker__navigation--next{transform:rotate(180deg) !important;right:1rem !important}.react-datepicker__current-month{display:none !important}.react-datepicker__day{position:relative;transition:0.3s ease-in-out !important;font-size:14px important;color:#5A5A5A !important;border-radius:.25rem}.react-datepicker__day--disabled{color:#ccc !important}.react-datepicker__day:hover{background:#F2F2F2}.react-datepicker__day--outside-month{color:#ADADAD !important;background:transparent}.react-datepicker__day--outside-month:hover{background:transparent;border:none !important}.react-datepicker__day--today{color:#272727;background:transparent}.react-datepicker__day--in-range{background-color:rgba(190,228,255,0.2) !important;border-radius:0;margin-left:0 !important;margin-right:0 !important;width:2.032rem}.react-datepicker__day--in-range:hover{border-radius:0;background-color:rgba(190,228,255,0.2)}.react-datepicker__day--selected,.react-datepicker__day--keyboard-selected,.react-datepicker__day--range-start,.react-datepicker__day--range-end{cursor:default;color:#fff !important;background-color:#0250C9 !important;font-weight:bold;border-radius:.25rem;margin-left:0 !important;margin-right:0 !important;width:2.032rem}.react-datepicker__month-option,.react-datepicker__year-option{font-size:.75rem;line-height:1rem;flex-basis:28%;padding:.25rem .5rem;text-transform:capitalize;border-radius:.25rem !important;transition:0.3s ease-in-out}.react-datepicker__month-option--selected,.react-datepicker__year-option--selected{display:none}.react-datepicker__month-option:hover,.react-datepicker__year-option:hover{background:#F2F2F2}.react-datepicker__month-option--selected_month,.react-datepicker__month-option--selected_year,.react-datepicker__year-option--selected_month,.react-datepicker__year-option--selected_year{background:#0250C9 !important;color:#fff !important;font-weight:bold}.react-datepicker__year-option{flex-basis:15% !important;width:30% !important}.react-datepicker__year-option:first-of-type a,.react-datepicker__year-option:last-of-type a{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiI+ICA8ZGVmcz4gICAgPHBhdGggaWQ9ImFycm93X2Rvd24tYSIgZD0iTTEzLjA2ODg1MDgsNS4xNTcyNTAzOCBMOC4zODQyMzk3NSw5Ljc2ODI3NDI4IEM4LjE3MDU0NDE1LDkuOTc4NjEzMDggNy44Mjk5OTIxNCw5Ljk3OTE0MDk1IDcuNjE1NzYwMjUsOS43NjgyNzQyOCBMMi45MzExNDkxNSw1LjE1NzI1MDM4IEMyLjcxODEzNTksNC45NDc1ODMyMSAyLjM3Mjc3MzE5LDQuOTQ3NTgzMjEgMi4xNTk3NTk5NCw1LjE1NzI1MDM4IEMxLjk0Njc0NjY5LDUuMzY2OTE3NTYgMS45NDY3NDY2OSw1LjcwNjg1NTIyIDIuMTU5NzU5OTQsNS45MTY1MjI0IEw2Ljg0NDM3MTA0LDEwLjUyNzU0NjMgQzcuNDg1MTc0MjQsMTEuMTU4MjgzNiA4LjUxNjQ0OTc5LDExLjE1NjY4NTEgOS4xNTU2Mjg5NiwxMC41Mjc1NDYzIEwxMy44NDAyNDAxLDUuOTE2NTIyNCBDMTQuMDUzMjUzMyw1LjcwNjg1NTIyIDE0LjA1MzI1MzMsNS4zNjY5MTc1NiAxMy44NDAyNDAxLDUuMTU3MjUwMzggQzEzLjYyNzIyNjgsNC45NDc1ODMyMSAxMy4yODE4NjQxLDQuOTQ3NTgzMjEgMTMuMDY4ODUwOCw1LjE1NzI1MDM4IFoiLz4gIDwvZGVmcz4gIDxnIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgIDx1c2UgZmlsbC1ydWxlPSJub256ZXJvIiB4bGluazpocmVmPSIjYXJyb3dfZG93bi1hIi8+ICA8L2c+PC9zdmc+) !important;background-repeat:no-repeat !important;position:relative;background-position:top center;height:1.25rem;border:none}.react-datepicker__year-option:first-of-type a:hover,.react-datepicker__year-option:last-of-type a:hover{border:none}.react-datepicker__year-option:last-of-type a{transform:rotate(180deg)}.react-datepicker__year-option:last-of-type{bottom:.5rem}.react-datepicker__year-dropdown{padding:2rem 0 !important}

.mod-range-picker{position:relative;display:flex;align-items:center;margin-bottom:2.5rem;width:100%}.mod-range-picker .error{position:absolute;bottom:-20px;color:#E2342D}.mod-range-picker .mod-date-picker:nth-child(1){margin-right:2.5rem}.mod-range-picker .mod-date-picker:nth-child(1):after{cursor:default;content:'';position:absolute;display:block;width:1rem;height:.0625rem;background:#ccc;right:-12px;transform:translateX(100%);bottom:1.125rem}.com-container .com-col>.mod-range-picker{margin-bottom:0}

.mod-pagination{display:flex;justify-content:space-between;flex-direction:column;margin-bottom:2rem}.mod-pagination__cost{width:100%;border:thin solid #E4E4E4;border-radius:.25rem;padding:1rem;text-align:right;margin-bottom:1.5rem}.mod-pagination__cost .com-paragraph:nth-child(1){color:#ccc;text-transform:uppercase}.mod-pagination__cost .com-paragraph:nth-child(2){color:#0250C9}.mod-pagination__controls{display:flex}.mod-pagination__controls__page:not(:last-child){margin-right:.5rem;display:flex;align-items:center}.mod-pagination__controls__page:not(:last-child) .com-paragraph{padding:0 1rem;color:#919191}.mod-pagination__controls .mod-button{display:flex;justify-content:center;max-width:2.5rem;max-height:2.5rem;margin-bottom:0}

.com-inputList{margin-bottom:2rem}.com-inputList__list>.com-col{margin-bottom:.5rem}.com-inputList__list{display:grid}.com-inputList.--row-spacing .com-inputList__list{grid-row-gap:1rem;row-gap:1rem}.com-inputList.--cols-2 .com-inputList__list{grid-template-columns:repeat(2, 1fr);grid-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}

.mod-no-editions{width:100%;border:1px solid #E4E4E4;border-radius:4px;padding:2rem;text-align:center;display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.mod-no-editions .com-title{font-weight:bold;margin-bottom:.5rem;font-size:1.1875rem}.mod-no-editions__icon-wrapper{display:flex;width:4rem;height:4rem;justify-content:center;align-items:center;margin-bottom:.5rem;border-radius:50%;border:.09961rem solid #CCC;color:#0074C4;border-top:.125rem solid #272727}

.com-checkbox{display:grid;cursor:pointer}.com-checkbox.state--error input+span:after{border:.125rem solid #E2342D;width:.9375rem;height:.9375rem}.com-checkbox.state--success input:checked+span:before{background:#22B120}.com-checkbox.state--success input:checked+span:after{border:.125rem solid #22B120}.com-checkbox.state--disabled{pointer-events:none}.com-checkbox input{display:none}.com-checkbox input+span{padding-left:1.75rem;display:block;position:relative}.com-checkbox input+span:before,.com-checkbox input+span:after{display:block;left:0;top:-.0625rem;position:absolute}.com-checkbox input+span:before{color:white;background:#272727;width:.9375rem;height:.9375rem;left:0;border-radius:.25rem}.com-checkbox input+span:after{content:'';border:.125rem solid #272727;border-radius:.25rem;width:.9375rem;height:.9375rem}.com-checkbox input:checked+span:before{content:'\e90f';font-family:'Icons';font-style:normal;font-weight:normal;font-feature-settings:normal;font-variant:normal;text-transform:none;font-size:1rem;line-height:1rem;background:#0250C9;border:.125rem solid;border-radius:.25rem}.com-checkbox input:checked+span:after{transition:transform 0.3s ease;border:.125rem solid #0250C9}.com-checkbox input:disabled+span{color:#919191}.com-checkbox input:disabled+span:after{border:.125rem solid #919191}.com-checkbox input:disabled+span:before{background:#919191}

.com-textarea{position:relative}.com-textarea textarea{position:relative;display:flex;width:100%;padding:.75rem .625rem .75rem 1rem;border-radius:.25rem;background:#fff;border:1px solid #E4E4E4;resize:none;transition:all .3s ease-in-out}.com-textarea textarea:disabled{background:#F2F2F2;color:#919191}.com-textarea textarea:disabled::-moz-placeholder{color:#919191}.com-textarea textarea:disabled::placeholder{color:#919191}.com-textarea textarea:not(:disabled):hover{transition:all .3s ease-in-out;border-color:#272727}.com-textarea textarea:not(:disabled):focus{transition:all .3s ease-in-out;border-color:#126FFF}.com-textarea textarea:not(:disabled):focus::-moz-placeholder{color:#272727}.com-textarea textarea:not(:disabled):focus::placeholder{color:#272727}.com-textarea__descrip{display:block;margin-top:.5rem}.com-textarea.rightIcon .com-textarea__rightIcon{position:absolute;top:.5625rem;right:.875rem;z-index:9}.com-textarea.rightIcon textarea{padding-right:2.8125rem}.com-textarea.state--error .com-textarea__rightIcon:before{color:#E2342D}.com-textarea.state--error textarea{transition:all .3s ease-in-out;border-color:#E2342D}.com-textarea.state--error .com-textarea__descrip{color:#E2342D}.com-textarea.state--success .com-textarea__rightIcon:before{color:#22B120}.com-textarea.state--success textarea{transition:all .3s ease-in-out;border-color:#22B120}.com-textarea.state--success .com-textarea__descrip{color:#22B120}

.com-middle-line-divider{position:relative;grid-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem}.com-middle-line-divider>*:nth-child(1):after{cursor:default;content:"";position:absolute;display:block;width:1rem;height:.0625rem;background:#ccc;right:-12px;transform:translateX(100%);bottom:1.125rem}

.input-autocomplete{position:relative}.input-autocomplete .suggestions{position:absolute;width:100%;top:100%;left:0;overflow-y:auto;overflow-x:hidden;max-height:13.75rem;margin-top:.5rem;background-color:#fff;border:#ccc solid .0625rem;z-index:10}.input-autocomplete .suggestions li:hover{background-color:#bcd6ff}.input-autocomplete .suggestions::-webkit-scrollbar{width:.125rem;height:.75rem;margin-right:.0625rem}.input-autocomplete .suggestions::-webkit-scrollbar-thumb{background:#ccc;width:.125rem;margin-right:.0625rem}.input-autocomplete .suggestions.no-suggestions{padding:.5rem 1rem}.input-autocomplete .suggestions a,.input-autocomplete .suggestions p{color:#272727}.input-autocomplete .suggestions .suggestion{padding:.5rem 1rem}.input-autocomplete .suggestions .suggestion.--active{background-color:#bcd6ff}.input-autocomplete .suggestions .suggestion:hover{color:#006998}

.contenedor{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9998;overflow:hidden;display:grid;justify-content:center;align-items:center;z-index:9999;animation-duration:0.2s;animation-fill-mode:forwards;animation-name:bgModalOut}.contenedor .modal{width:100%;background-color:white;z-index:9999;display:block;padding:1.5rem;border-radius:.25rem;box-shadow:0px 8px 16px rgba(0,0,0,0.06);margin-top:1.875rem;animation-duration:0.4s;animation-fill-mode:forwards;animation-name:zoomOut}@media screen and (min-width: 48em){.contenedor .modal{width:45rem;padding:2.5rem}}.contenedor .modal__header{position:relative}.contenedor .modal__header__close{padding:.375rem .8125rem;background:#F2F2F2 !important;cursor:pointer;font-size:1.5rem}.contenedor .modal__body form{margin-bottom:0}.modal-active{overflow:hidden}.modal-active .contenedor{overflow:auto;animation-duration:0.2s;animation-fill-mode:forwards;animation-name:bgModalIn}.modal-active .contenedor .modal{animation-duration:0.7s;animation-fill-mode:forwards;animation-name:zoomIn}@keyframes zoomIn{0%{opacity:0;transform:scale(0.75)}100%{opacity:1;transform:scale(1)}}@keyframes zoomOut{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(0.75)}}@keyframes bgModalIn{0%{background:rgba(28,28,31,0)}20%{background:rgba(28,28,31,0.3)}40%{background:rgba(28,28,31,0.45)}60%{background:rgba(28,28,31,0.55)}80%{background:rgba(28,28,31,0.65)}90%{background:rgba(28,28,31,0.75)}100%{background:rgba(28,28,31,0.8)}}@keyframes bgModalOut{0%{background:rgba(28,28,31,0.8)}20%{background:rgba(28,28,31,0.75)}40%{background:rgba(28,28,31,0.65)}60%{background:rgba(28,28,31,0.55)}80%{background:rgba(28,28,31,0.45)}90%{background:rgba(28,28,31,0.3)}100%{background:rgba(28,28,31,0)}}

.--threexl{font-size:1.5rem;line-height:2rem}@media (max-width: 767px){.mod-article:not(&.--bomba) .--threexl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 48em){.--threexl{font-size:2.5rem;line-height:3.25rem}}@media (min-width: 68.75em){.--threexl{font-size:3rem;line-height:3.5rem}}.--twoxl{font-size:2rem;line-height:2.5rem}@media (max-width: 767px){.mod-article .--twoxl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 48em){.--twoxl{font-size:2.5rem;line-height:3.25rem}}.--xl{font-size:2rem;line-height:2.5rem}@media (max-width: 767px){.mod-article .--xl{font-size:1.25rem;line-height:1.75rem}}.--l{font-size:1.25rem;line-height:1.75rem}@media (min-width: 48em){.--l{font-size:1.5rem;line-height:2rem}}.--m{font-size:1.25rem;line-height:1.75rem}.--s{font-size:1.1875rem;line-height:1.875rem}.--xs{font-size:1.25rem;line-height:1.75rem}@media (min-width: 48em){.--xs{font-size:1.125rem;line-height:1.625rem}}.--twoxs{font-size:1rem;line-height:1.5rem}.--threexs{font-size:.9375rem;line-height:1.375rem}.--fourxs{font-size:.875rem;line-height:1rem}.--fivexs{font-size:.75rem;line-height:1rem}.--sixxs{font-size:.6875rem;line-height:1rem}.--font-thin{font-weight:100}.--font-light{font-weight:300}.--font-regular{font-weight:400}.--font-medium{font-weight:500}strong,.--font-bold{font-weight:700}.--font-black{font-weight:900}.--font-highlight{background:transparent;text-decoration:underline;-webkit-text-decoration-color:#FFFF24;text-decoration-color:#FFFF24;text-decoration-thickness:2px;font-weight:700;white-space:nowrap}.--mb-0{margin-bottom:0rem !important}.--mb-8{margin-bottom:.5rem !important}.--mb-16{margin-bottom:1rem !important}.--mb-24{margin-bottom:1.5rem !important}.--mb-32{margin-bottom:2rem !important}.--mb-40{margin-bottom:3rem !important}.--mb-48{margin-bottom:3rem !important}.--mr-0{margin-right:0rem !important}.--mr-8{margin-right:.5rem !important}.--mr-16{margin-right:1rem !important}.--mr-24{margin-right:1.5rem !important}.--mr-32{margin-right:2rem !important}.--mr-40{margin-right:3rem !important}.--mr-48{margin-right:3rem !important}.--ml-0{margin-left:0rem !important}.--ml-8{margin-left:.5rem !important}.--ml-16{margin-left:1rem !important}.--ml-24{margin-left:1.5rem !important}.--ml-32{margin-left:2rem !important}.--ml-40{margin-left:3rem !important}.--ml-48{margin-left:3rem !important}.--mt-0{margin-top:0rem !important}.--mt-8{margin-top:.5rem !important}.--mt-16{margin-top:1rem !important}.--mt-24{margin-top:1.5rem !important}.--mt-32{margin-top:2rem !important}.--mt-40{margin-top:3rem !important}.--mt-48{margin-top:3rem !important}.--mx-0{margin-top:0rem !important;margin-bottom:0rem !important}.--mx-8{margin-top:.5rem !important;margin-bottom:.5rem !important}.--mx-16{margin-top:1rem !important;margin-bottom:1rem !important}.--mx-24{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.--mx-32{margin-top:2rem !important;margin-bottom:2rem !important}.--mx-40{margin-top:3rem !important;margin-bottom:3rem !important}.--mx-48{margin-top:3rem !important;margin-bottom:3rem !important}.--ai-end{align-items:end}.--ai-center{align-items:center}.--light-neutral-800{color:#272727}.--light-neutral-600{color:#5A5A5A}.--red-500{color:#E2342D}.--boxBorder{padding:1rem;border:1px solid #E4E4E4}.--grid{display:grid}.--gt-40-1fr{grid-template-columns:40px 1fr}.--flex-inline{display:inline-flex;border-radius:.25rem}.--jc-start{justify-content:flex-start}.--ai-start{align-items:flex-start}.--ac-start{align-content:flex-start}.--as-start{align-self:flex-start}.--jc-end{justify-content:flex-end}.--ai-end{align-items:flex-end}.--ac-end{align-content:flex-end}.--as-end{align-self:flex-end}.--jc-center{justify-content:center}.--ai-center{align-items:center}.--ac-center{align-content:center}.--as-center{align-self:center}.--jc-around{justify-content:space-around}.--ac-around{align-content:space-around}.--jc-between{justify-content:space-between}.--ac-between{align-content:space-between}.--jc-evenly{justify-content:space-evenly}.--ac-evenly{align-content:space-evenly}.--d-flex{display:flex}.--grow-1{flex-grow:1}.--flex-wrap{flex-wrap:wrap}.--flex-row{flex-direction:row}.--flex-col{flex-direction:column}.--gap-4{grid-gap:.25rem !important;gap:.25rem !important}.--gap-8{grid-gap:.5rem !important;gap:.5rem !important}.--gap-12{grid-gap:.75rem !important;gap:.75rem !important}.--gap-16{grid-gap:1rem !important;gap:1rem !important}.--gap-20{grid-gap:1.25rem !important;gap:1.25rem !important}.--gap-24{grid-gap:1.5rem !important;gap:1.5rem !important}.--tt-capitalize{text-transform:capitalize}.--blue-500{color:#0250C9}

.infoCanillita{padding:16px;margin-bottom:32px;background:#F2F2F2}

.mod-paragraph-list{position:relative;margin-bottom:2rem}.mod-paragraph-list *:not(:last-child){margin-bottom:1rem}.mod-callbackArticle .mod-paragraph-list{margin-bottom:0}

.com-articleLink{padding:24px 0}.com-articleLink:first-child{padding-top:0}.com-articleLink:last-child{padding-bottom:0}.com-articleLink:not(:first-child){border-top:1px solid #E4E4E4}.com-articleLink h5{color:#ccc;text-transform:uppercase}.com-articleLink__descrip{display:flex}.com-articleLink__descrip__link{flex-basis:25%;display:flex;justify-content:flex-end}.com-articleLink__descrip__link a{color:#919191}

.mod-callbackIconTextButton{display:flex;justify-content:space-between;flex-wrap:wrap}.mod-callbackIconTextButton__container{display:grid;grid-template-columns:50px 1fr;align-items:center}.mod-callbackIconTextButton__button{width:25%;align-content:center;display:grid}@media screen and (max-width: 47.9375rem){.mod-callbackIconTextButton__button{margin-top:.5rem;width:100%}}

.--threexl{font-size:1.5rem;line-height:2rem}@media (max-width: 767px){.mod-article:not(&.--bomba) .--threexl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 48em){.--threexl{font-size:2.5rem;line-height:3.25rem}}@media (min-width: 68.75em){.--threexl{font-size:3rem;line-height:3.5rem}}.--twoxl{font-size:2rem;line-height:2.5rem}@media (max-width: 767px){.mod-article .--twoxl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 48em){.--twoxl{font-size:2.5rem;line-height:3.25rem}}.--xl{font-size:2rem;line-height:2.5rem}@media (max-width: 767px){.mod-article .--xl{font-size:1.25rem;line-height:1.75rem}}.--l{font-size:1.25rem;line-height:1.75rem}@media (min-width: 48em){.--l{font-size:1.5rem;line-height:2rem}}.--m{font-size:1.25rem;line-height:1.75rem}.--s{font-size:1.1875rem;line-height:1.875rem}.--xs{font-size:1.25rem;line-height:1.75rem}@media (min-width: 48em){.--xs{font-size:1.125rem;line-height:1.625rem}}.--twoxs{font-size:1rem;line-height:1.5rem}.--threexs{font-size:.9375rem;line-height:1.375rem}.--fourxs{font-size:.875rem;line-height:1rem}.--fivexs{font-size:.75rem;line-height:1rem}.--sixxs{font-size:.6875rem;line-height:1rem}.--font-thin{font-weight:100}.--font-light{font-weight:300}.--font-regular{font-weight:400}.--font-medium{font-weight:500}strong,.--font-bold{font-weight:700}.--font-black{font-weight:900}.--font-highlight{background:transparent;text-decoration:underline;-webkit-text-decoration-color:#FFFF24;text-decoration-color:#FFFF24;text-decoration-thickness:2px;font-weight:700;white-space:nowrap}.--mb-0{margin-bottom:0rem !important}.--mb-8{margin-bottom:.5rem !important}.--mb-16{margin-bottom:1rem !important}.--mb-24{margin-bottom:1.5rem !important}.--mb-32{margin-bottom:2rem !important}.--mb-40{margin-bottom:3rem !important}.--mb-48{margin-bottom:3rem !important}.--mr-0{margin-right:0rem !important}.--mr-8{margin-right:.5rem !important}.--mr-16{margin-right:1rem !important}.--mr-24{margin-right:1.5rem !important}.--mr-32{margin-right:2rem !important}.--mr-40{margin-right:3rem !important}.--mr-48{margin-right:3rem !important}.--ml-0{margin-left:0rem !important}.--ml-8{margin-left:.5rem !important}.--ml-16{margin-left:1rem !important}.--ml-24{margin-left:1.5rem !important}.--ml-32{margin-left:2rem !important}.--ml-40{margin-left:3rem !important}.--ml-48{margin-left:3rem !important}.--mt-0{margin-top:0rem !important}.--mt-8{margin-top:.5rem !important}.--mt-16{margin-top:1rem !important}.--mt-24{margin-top:1.5rem !important}.--mt-32{margin-top:2rem !important}.--mt-40{margin-top:3rem !important}.--mt-48{margin-top:3rem !important}.--mx-0{margin-top:0rem !important;margin-bottom:0rem !important}.--mx-8{margin-top:.5rem !important;margin-bottom:.5rem !important}.--mx-16{margin-top:1rem !important;margin-bottom:1rem !important}.--mx-24{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.--mx-32{margin-top:2rem !important;margin-bottom:2rem !important}.--mx-40{margin-top:3rem !important;margin-bottom:3rem !important}.--mx-48{margin-top:3rem !important;margin-bottom:3rem !important}.--ai-end{align-items:end}.--ai-center{align-items:center}.--light-neutral-800{color:#272727}.--light-neutral-600{color:#5A5A5A}.--red-500{color:#E2342D}.--boxBorder{padding:1rem;border:1px solid #E4E4E4}.--grid{display:grid}.--gt-40-1fr{grid-template-columns:40px 1fr}.--flex-inline{display:inline-flex;border-radius:.25rem}.--jc-start{justify-content:flex-start}.--ai-start{align-items:flex-start}.--ac-start{align-content:flex-start}.--as-start{align-self:flex-start}.--jc-end{justify-content:flex-end}.--ai-end{align-items:flex-end}.--ac-end{align-content:flex-end}.--as-end{align-self:flex-end}.--jc-center{justify-content:center}.--ai-center{align-items:center}.--ac-center{align-content:center}.--as-center{align-self:center}.--jc-around{justify-content:space-around}.--ac-around{align-content:space-around}.--jc-between{justify-content:space-between}.--ac-between{align-content:space-between}.--jc-evenly{justify-content:space-evenly}.--ac-evenly{align-content:space-evenly}.--d-flex{display:flex}.--grow-1{flex-grow:1}.--flex-wrap{flex-wrap:wrap}.--flex-row{flex-direction:row}.--flex-col{flex-direction:column}.--gap-4{grid-gap:.25rem !important;gap:.25rem !important}.--gap-8{grid-gap:.5rem !important;gap:.5rem !important}.--gap-12{grid-gap:.75rem !important;gap:.75rem !important}.--gap-16{grid-gap:1rem !important;gap:1rem !important}.--gap-20{grid-gap:1.25rem !important;gap:1.25rem !important}.--gap-24{grid-gap:1.5rem !important;gap:1.5rem !important}.--tt-capitalize{text-transform:capitalize}.--blue-500{color:#0250C9}.containerItemsBills{width:100%;display:flex;justify-content:space-between;align-items:center;border:1px solid #E6E6E6;border-radius:.25rem;padding:.5rem 2rem}@media (max-width: 768px){.containerItemsBills{padding:.5rem}}.containerItemsBills .com-paragraphBills{text-align:center}.containerItemsBills .com-paragraphBills>:nth-child(1){font-size:.75rem;font-weight:700;color:#666666}.containerItemsBills .com-paragraphBills>:nth-child(2){font-size:.875rem;font-weight:900;color:#333333}@media (max-width: 768px){.containerItemsBills .downloadLabelBills{display:none}}.containerItemsBills i{font-size:.875rem !important}@media (max-width: 768px){.containerItemsBills i{margin-left:0 !important}}.mod-button{margin-bottom:0 !important}

.drawer-active{overflow:hidden}.table-wrapper{display:grid;overflow:hidden;white-space:nowrap;margin-bottom:2rem}.table-wrapper .mod-table{width:100%;vertical-align:unset}.table-wrapper .mod-table.--a-center{text-align:center}.table-wrapper .mod-table.--a-left{text-align:left}.table-wrapper .mod-table.--a-right{text-align:right}.table-wrapper .mod-table.--fixed-layout{table-layout:fixed}@media screen and (max-width: 1279px){.table-wrapper .mod-table{display:block;overflow-x:auto;overflow-y:hidden}}

.com-table-header{background:#F2F2F2}

.com-table-body{background:#FEFEFE}

.--threexl{font-size:1.5rem;line-height:2rem}@media (max-width: 767px){.mod-article:not(&.--bomba) .--threexl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 48em){.--threexl{font-size:2.5rem;line-height:3.25rem}}@media (min-width: 68.75em){.--threexl{font-size:3rem;line-height:3.5rem}}.--twoxl{font-size:2rem;line-height:2.5rem}@media (max-width: 767px){.mod-article .--twoxl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 48em){.--twoxl{font-size:2.5rem;line-height:3.25rem}}.--xl{font-size:2rem;line-height:2.5rem}@media (max-width: 767px){.mod-article .--xl{font-size:1.25rem;line-height:1.75rem}}.--l{font-size:1.25rem;line-height:1.75rem}@media (min-width: 48em){.--l{font-size:1.5rem;line-height:2rem}}.--m{font-size:1.25rem;line-height:1.75rem}.--s{font-size:1.1875rem;line-height:1.875rem}.--xs{font-size:1.25rem;line-height:1.75rem}@media (min-width: 48em){.--xs{font-size:1.125rem;line-height:1.625rem}}.--twoxs{font-size:1rem;line-height:1.5rem}.--threexs{font-size:.9375rem;line-height:1.375rem}.--fourxs{font-size:.875rem;line-height:1rem}.--fivexs{font-size:.75rem;line-height:1rem}.--sixxs{font-size:.6875rem;line-height:1rem}.--font-thin{font-weight:100}.--font-light{font-weight:300}.--font-regular{font-weight:400}.--font-medium{font-weight:500}strong,.--font-bold{font-weight:700}.--font-black{font-weight:900}.--font-highlight{background:transparent;text-decoration:underline;-webkit-text-decoration-color:#FFFF24;text-decoration-color:#FFFF24;text-decoration-thickness:2px;font-weight:700;white-space:nowrap}.--mb-0{margin-bottom:0rem !important}.--mb-8{margin-bottom:.5rem !important}.--mb-16{margin-bottom:1rem !important}.--mb-24{margin-bottom:1.5rem !important}.--mb-32{margin-bottom:2rem !important}.--mb-40{margin-bottom:3rem !important}.--mb-48{margin-bottom:3rem !important}.--mr-0{margin-right:0rem !important}.--mr-8{margin-right:.5rem !important}.--mr-16{margin-right:1rem !important}.--mr-24{margin-right:1.5rem !important}.--mr-32{margin-right:2rem !important}.--mr-40{margin-right:3rem !important}.--mr-48{margin-right:3rem !important}.--ml-0{margin-left:0rem !important}.--ml-8{margin-left:.5rem !important}.--ml-16{margin-left:1rem !important}.--ml-24{margin-left:1.5rem !important}.--ml-32{margin-left:2rem !important}.--ml-40{margin-left:3rem !important}.--ml-48{margin-left:3rem !important}.--mt-0{margin-top:0rem !important}.--mt-8{margin-top:.5rem !important}.--mt-16{margin-top:1rem !important}.--mt-24{margin-top:1.5rem !important}.--mt-32{margin-top:2rem !important}.--mt-40{margin-top:3rem !important}.--mt-48{margin-top:3rem !important}.--mx-0{margin-top:0rem !important;margin-bottom:0rem !important}.--mx-8{margin-top:.5rem !important;margin-bottom:.5rem !important}.--mx-16{margin-top:1rem !important;margin-bottom:1rem !important}.--mx-24{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.--mx-32{margin-top:2rem !important;margin-bottom:2rem !important}.--mx-40{margin-top:3rem !important;margin-bottom:3rem !important}.--mx-48{margin-top:3rem !important;margin-bottom:3rem !important}.--ai-end{align-items:end}.--ai-center{align-items:center}.--light-neutral-800{color:#272727}.--light-neutral-600{color:#5A5A5A}.--red-500{color:#E2342D}.--boxBorder{padding:1rem;border:1px solid #E4E4E4}.--grid{display:grid}.--gt-40-1fr{grid-template-columns:40px 1fr}.--flex-inline{display:inline-flex;border-radius:.25rem}.--jc-start{justify-content:flex-start}.--ai-start{align-items:flex-start}.--ac-start{align-content:flex-start}.--as-start{align-self:flex-start}.--jc-end{justify-content:flex-end}.--ai-end{align-items:flex-end}.--ac-end{align-content:flex-end}.--as-end{align-self:flex-end}.--jc-center{justify-content:center}.--ai-center{align-items:center}.--ac-center{align-content:center}.--as-center{align-self:center}.--jc-around{justify-content:space-around}.--ac-around{align-content:space-around}.--jc-between{justify-content:space-between}.--ac-between{align-content:space-between}.--jc-evenly{justify-content:space-evenly}.--ac-evenly{align-content:space-evenly}.--d-flex{display:flex}.--grow-1{flex-grow:1}.--flex-wrap{flex-wrap:wrap}.--flex-row{flex-direction:row}.--flex-col{flex-direction:column}.--gap-4{grid-gap:.25rem !important;gap:.25rem !important}.--gap-8{grid-gap:.5rem !important;gap:.5rem !important}.--gap-12{grid-gap:.75rem !important;gap:.75rem !important}.--gap-16{grid-gap:1rem !important;gap:1rem !important}.--gap-20{grid-gap:1.25rem !important;gap:1.25rem !important}.--gap-24{grid-gap:1.5rem !important;gap:1.5rem !important}.--tt-capitalize{text-transform:capitalize}.--blue-500{color:#0250C9}[class*='-cell']{padding:1rem;vertical-align:middle;word-break:break-word;word-break:break-all;white-space:nowrap}.--a-center [class*='-cell']>*:not(.filter):nth-child(1){margin-left:auto;margin-right:auto}.--a-center [class*='-cell']>*:not(.mod-button):nth-child(1){margin-left:auto;margin-right:auto;display:block}.--a-right [class*='-cell']>*:not(.mod-button):nth-child(1){float:right}[class*='-cell'].--check{width:64px}@media screen and (max-width: 768px){[class*='-cell'].--check{padding:0;position:absolute;width:unset;min-width:unset;top:1.125rem;left:1.125rem}}[class*='-cell'].--flex{display:flex}.--a-center [class*='-cell'].--flex{justify-content:center}.--a-left [class*='-cell'].--flex{justify-content:left}.--a-right [class*='-cell'].--flex{justify-content:right}[class*='-cell'].--hidden{display:none}.com-table-header-cell{padding:1rem}@media screen and (max-width: 768px){.com-table-header-cell.--first:first-child{position:sticky;left:0;z-index:10;background-color:#F2F2F2;border-right:thin solid #E4E4E4}.com-table-header-cell.--last:last-child{position:sticky;right:0;z-index:10;background-color:#F2F2F2;border-left:thin solid #E4E4E4}}.cargar-historial .mod-button{padding:0}.com-table-body-cell{padding:.75rem 1rem}@media screen and (max-width: 768px){.com-table-body-cell{min-width:50%;width:50%}.com-table-body-cell.--left{position:sticky;left:0;z-index:10;background-color:#fff;border-left:thin solid #E4E4E4}.com-table-body-cell.--right{position:sticky;right:0;z-index:10;background-color:#fff;border-left:thin solid #E4E4E4;box-shadow:-15px 0px 8px -7px rgba(0,0,0,0.04)}}@media screen and (max-width: 480px){.com-table-body-cell{min-width:100%}}.com-table-body-cell.--full-width{min-width:100%}.com-table-body-cell.--truncate-text{white-space:normal}@media screen and (max-width: 768px){.com-table-body-cell.--truncate-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}}.mod-table.--fixed-layout .com-table-body-cell.--truncate-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media screen and (max-width: 768px){.com-table-body-cell:first-child.--left{position:sticky;left:0;z-index:10;background-color:#fff;border-right:thin solid #E4E4E4}.com-table-body-cell:first-child.--right{position:sticky;right:0;z-index:10;background-color:#fff;border-left:thin solid #E4E4E4;box-shadow:-15px 0px 8px -7px rgba(0,0,0,0.04)}}

.com-pill{display:flex;justify-content:center;align-items:center;text-transform:uppercase;font-weight:regular;font-family:Arial;font-size:11px;line-height:16px;width:100%;max-width:6rem;height:1.5rem;border-radius:1.5rem;padding:.25rem .5rem}.com-pill.--success{background:#F3FBF0;color:#22B120}.com-pill.--alert{background:#FFF5DF;color:#EF9B30}.com-pill.--error{background:#FFECEB;color:#E2342D}

.com-colorBox{display:flex;justify-content:center;align-items:center;text-transform:uppercase;font-weight:regular;font-family:Arial;font-size:11px;line-height:16px;width:2.5rem;height:1.5rem;padding:.25rem .5rem}.com-colorBox.--success{background:#F3FBF0;color:#22B120}.com-colorBox.--alert{background:#FFF5DF;color:#EF9B30}.com-colorBox.--error{background:#FFECEB;color:#E2342D}.com-colorBox.--blue{background:#E8F5FF;color:#0250C9}

.tooltip-wrapper{position:relative;display:inline-block}.tooltip-wrapper .tooltip{opacity:0;visibility:hidden;transition:0.3s ease-in-out}.tooltip-wrapper:hover .tooltip{opacity:1;visibility:visible}

.tooltip{position:absolute;display:flex;align-items:flex-start;width:-moz-max-content;width:max-content;max-width:9.5rem;background:#126FFF;border-radius:.25rem;border:thin solid #FEFEFE;padding:.75rem;color:#FEFEFE;box-shadow:0px 4px 8px rgba(0,0,0,0.08);text-align:center}.tooltip.--white{background:#FEFEFE;border:thin solid #ccc;color:#333}.tooltip.--white:before{border-bottom:thin solid #ccc;border-right:thin solid #ccc}.tooltip.--black{background:#272727;border:thin solid #FEFEFE;color:#FEFEFE}.tooltip.--top{bottom:calc(100% + 8px);left:50%;transform:translate(-50%, 0)}.tooltip.--bottom{top:calc(100% + 8px);left:50%;transform:translate(-50%, 0)}.tooltip.--bottom::before{bottom:calc(100% - 1px);transform:rotate(-135deg) translate(0, -50%)}.tooltip.--left::before,.tooltip.--right::before{bottom:50%}.tooltip.--right{left:calc(100% + 8px);top:50%;transform:translate(0, -50%)}.tooltip.--right::before{left:-8px;transform:rotate(135deg) translate(0, -50%)}.tooltip.--left{right:calc(100% + 8px);top:50%;transform:translate(0, -50%)}.tooltip.--left::before{left:100%;transform:rotate(-45deg) translate(-50%, 0)}.tooltip.--a-left{text-align:left}.tooltip.--a-left::after{text-align:left;display:none}.tooltip .com-icon{cursor:pointer;font-size:1.125rem}.tooltip:before{content:"";position:absolute;width:8px;height:8px;background:inherit;border-bottom:thin solid #FEFEFE;border-right:thin solid #FEFEFE;border-bottom-right-radius:4px;bottom:-8px;transform:rotate(45deg) translate(-50%);left:50%;z-index:1}

.com-table-row{position:relative;border:thin solid #E4E4E4}@media screen and (max-width: 768px){.mod-table.--responsive .com-table-row{padding:1rem 1rem 1rem 1rem;flex-wrap:wrap;white-space:normal}}

.com-input-list{display:grid;grid-template-columns:1fr;grid-column-gap:.5rem;-moz-column-gap:.5rem;column-gap:.5rem;grid-row-gap:.5rem;row-gap:.5rem}.com-input-list .--full-width{grid-column:1/-1}@media (min-width: 48em){.com-input-list{grid-template-columns:repeat(2, 1fr)}}

.com-SuperCardBox{padding:1.5rem;border-radius:.25rem;border:1px solid #E4E4E4;margin-bottom:1rem;position:relative}.com-SuperCardBox.state--bg-gray{background-color:#F2F2F2}.com-SuperCardBox.state--bg-blue{background-color:#E8F5FF}

.com-link{cursor:pointer;color:#0250C9}.com-link:hover{opacity:0.8}.mod-vinculated-card .com-link:nth-child(2n){margin-left:1.5rem}

.com-SuperCardBox__header{display:flex;margin-bottom:1rem;justify-content:space-between}.com-SuperCardBox__header__title p{color:#5A5A5A}.com-SuperCardBox__header__title .--title{color:#272727}.com-SuperCardBox__header.state--danger .com-SuperCardBox__header__title p{color:#C61C1E}.com-SuperCardBox__header.state--warning .com-SuperCardBox__header__title p{color:#FCB73C}.com-SuperCardBox__header__button{display:grid;justify-content:end;align-content:flex-start}@media (min-width: 768px){.com-SuperCardBox__header__button{align-content:center}}.com-SuperCardBox__header__button button{padding:.4375rem}.com-SuperCardBox__header__button__drop{position:absolute;right:1.5625rem;top:4.375rem;min-width:150px;background:#fefefe;border:1px solid #cccccc;box-sizing:border-box;box-shadow:0px 8px 16px rgba(0,0,0,0.06);border-radius:4px;padding:1rem .75rem;z-index:2}.com-SuperCardBox__header__button__drop li:not(:last-child){padding-bottom:12px;border-bottom:1px solid #cccccc}.com-SuperCardBox__header__button__drop li+li{padding-top:12px}

.com-SuperCardBox__body .--subtitle{color:#ccc}.com-SuperCardBox__body .--paragraph{color:#5A5A5A;margin-bottom:.5rem}.com-SuperCardBox__body .--date{color:#272727}

.com-SuperCardBox__footer{margin-top:1rem;padding-top:1rem;border-top:1px solid #E4E4E4}

.com-week__title{color:#ccc}.com-week__list{display:grid;grid-template-columns:repeat(7, 24px);grid-column-gap:.5rem;justify-items:center;font-size:.75rem;font-weight:bold}.com-week__list__day{border:1px solid #0250C9;color:#0250C9;display:grid;width:100%;justify-content:center;padding:4px 0;border-radius:.25rem}.com-week__list__day.state--disabled{border:1px solid #ccc;color:#ccc}

.modalContainer{width:59rem !important;background-color:white;padding:1.5rem;border-radius:.25rem}.modalContainer__icon-close-container{display:flex;justify-content:flex-end}.modalContainer__icon-close-container__icon-close{background:none !important;border:none !important}.modalContainer__icon-close-container__icon-close i{color:#272727}.container-experience{text-align:center}.container-experience__img{margin-bottom:1.5rem}.container-experience__line{width:100%;height:1px;background-color:#e4e4e4;margin-bottom:2rem}.surveyButtons{width:100%;display:flex;justify-content:space-between}.surveyButtons .backButton{width:100%}.surveyButtons .respondSurvey{width:100%}

.com-list.--inline{display:inline-flex}.com-list li:not(:last-child){position:relative;padding-right:1rem;margin-right:1rem}.com-list li:not(:last-child):after{position:absolute;font-family:'Icons';content:'\e909';color:#ccc;font-size:1.5rem;right:-12px;top:0}.list{margin-top:1rem}.list li{position:relative;padding-left:2rem;margin-bottom:1rem}.list li:before{position:absolute;content:'•';color:#5A5A5A;font-size:1.625rem;top:.25rem;left:.4375rem;width:.9375rem;height:.9375rem;display:flex;align-items:center;justify-content:center}

.email{color:#0250C9}.gestionNumber{-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:#FFFF76;text-decoration-color:#FFFF76;text-underline-position:under}

.--threexl{font-size:1.5rem;line-height:2rem}@media (max-width: 767px){.mod-article:not(&.--bomba) .--threexl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 48em){.--threexl{font-size:2.5rem;line-height:3.25rem}}@media (min-width: 68.75em){.--threexl{font-size:3rem;line-height:3.5rem}}.--twoxl{font-size:2rem;line-height:2.5rem}@media (max-width: 767px){.mod-article .--twoxl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 48em){.--twoxl{font-size:2.5rem;line-height:3.25rem}}.--xl{font-size:2rem;line-height:2.5rem}@media (max-width: 767px){.mod-article .--xl{font-size:1.25rem;line-height:1.75rem}}.--l{font-size:1.25rem;line-height:1.75rem}@media (min-width: 48em){.--l{font-size:1.5rem;line-height:2rem}}.--m{font-size:1.25rem;line-height:1.75rem}.--s{font-size:1.1875rem;line-height:1.875rem}.--xs{font-size:1.25rem;line-height:1.75rem}@media (min-width: 48em){.--xs{font-size:1.125rem;line-height:1.625rem}}.--twoxs{font-size:1rem;line-height:1.5rem}.--threexs{font-size:.9375rem;line-height:1.375rem}.--fourxs{font-size:.875rem;line-height:1rem}.--fivexs{font-size:.75rem;line-height:1rem}.--sixxs{font-size:.6875rem;line-height:1rem}.--font-thin{font-weight:100}.--font-light{font-weight:300}.--font-regular{font-weight:400}.--font-medium{font-weight:500}strong,.--font-bold{font-weight:700}.--font-black{font-weight:900}.--font-highlight{background:transparent;text-decoration:underline;-webkit-text-decoration-color:#FFFF24;text-decoration-color:#FFFF24;text-decoration-thickness:2px;font-weight:700;white-space:nowrap}.--mb-0{margin-bottom:0rem !important}.--mb-8{margin-bottom:.5rem !important}.--mb-16{margin-bottom:1rem !important}.--mb-24{margin-bottom:1.5rem !important}.--mb-32{margin-bottom:2rem !important}.--mb-40{margin-bottom:3rem !important}.--mb-48{margin-bottom:3rem !important}.--mr-0{margin-right:0rem !important}.--mr-8{margin-right:.5rem !important}.--mr-16{margin-right:1rem !important}.--mr-24{margin-right:1.5rem !important}.--mr-32{margin-right:2rem !important}.--mr-40{margin-right:3rem !important}.--mr-48{margin-right:3rem !important}.--ml-0{margin-left:0rem !important}.--ml-8{margin-left:.5rem !important}.--ml-16{margin-left:1rem !important}.--ml-24{margin-left:1.5rem !important}.--ml-32{margin-left:2rem !important}.--ml-40{margin-left:3rem !important}.--ml-48{margin-left:3rem !important}.--mt-0{margin-top:0rem !important}.--mt-8{margin-top:.5rem !important}.--mt-16{margin-top:1rem !important}.--mt-24{margin-top:1.5rem !important}.--mt-32{margin-top:2rem !important}.--mt-40{margin-top:3rem !important}.--mt-48{margin-top:3rem !important}.--mx-0{margin-top:0rem !important;margin-bottom:0rem !important}.--mx-8{margin-top:.5rem !important;margin-bottom:.5rem !important}.--mx-16{margin-top:1rem !important;margin-bottom:1rem !important}.--mx-24{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.--mx-32{margin-top:2rem !important;margin-bottom:2rem !important}.--mx-40{margin-top:3rem !important;margin-bottom:3rem !important}.--mx-48{margin-top:3rem !important;margin-bottom:3rem !important}.--ai-end{align-items:end}.--ai-center{align-items:center}.--light-neutral-800{color:#272727}.--light-neutral-600{color:#5A5A5A}.--red-500{color:#E2342D}.--boxBorder{padding:1rem;border:1px solid #E4E4E4}.--grid{display:grid}.--gt-40-1fr{grid-template-columns:40px 1fr}.--flex-inline{display:inline-flex;border-radius:.25rem}.--jc-start{justify-content:flex-start}.--ai-start{align-items:flex-start}.--ac-start{align-content:flex-start}.--as-start{align-self:flex-start}.--jc-end{justify-content:flex-end}.--ai-end{align-items:flex-end}.--ac-end{align-content:flex-end}.--as-end{align-self:flex-end}.--jc-center{justify-content:center}.--ai-center{align-items:center}.--ac-center{align-content:center}.--as-center{align-self:center}.--jc-around{justify-content:space-around}.--ac-around{align-content:space-around}.--jc-between{justify-content:space-between}.--ac-between{align-content:space-between}.--jc-evenly{justify-content:space-evenly}.--ac-evenly{align-content:space-evenly}.--d-flex{display:flex}.--grow-1{flex-grow:1}.--flex-wrap{flex-wrap:wrap}.--flex-row{flex-direction:row}.--flex-col{flex-direction:column}.--gap-4{grid-gap:.25rem !important;gap:.25rem !important}.--gap-8{grid-gap:.5rem !important;gap:.5rem !important}.--gap-12{grid-gap:.75rem !important;gap:.75rem !important}.--gap-16{grid-gap:1rem !important;gap:1rem !important}.--gap-20{grid-gap:1.25rem !important;gap:1.25rem !important}.--gap-24{grid-gap:1.5rem !important;gap:1.5rem !important}.--tt-capitalize{text-transform:capitalize}.--blue-500{color:#0250C9}.loading{min-height:10rem;display:flex;text-align:center;justify-content:center;position:relative;padding:2.5rem;border:thin solid #E4E4E4;border-radius:.25rem}.loading .com-spinner{position:relative;left:0;transform:translate(0, 0)}.info-credenciales{display:flex;padding:1rem;justify-content:space-between;grid-template-columns:1fr;border:thin solid #E4E4E4;border-radius:.25rem;margin-bottom:2rem}.info-credenciales .info-credenciales-text{display:flex;align-items:center}.info-credenciales .info-credenciales-text .info-number{color:#0250C9}.info-credenciales .info-credenciales-text .info-text{padding:.5rem 1rem}.info-credenciales .mis-credenciales-text,.info-credenciales .mod-button{margin-bottom:0;padding:.75rem 2.75rem;font-size:.75rem;line-height:1rem}@media (max-width: 420px){.info-credenciales{display:grid;margin-bottom:1rem}.info-credenciales .info-credenciales-text{padding:.5rem}.info-credenciales .info-credenciales-text .info-number{padding:.5rem}.info-credenciales .mod-button{margin:0}.info-credenciales .no-hay-credenciales{margin-top:.5rem}}.mis-credenciales-historial{margin-top:2rem}.mis-credenciales-historial .historial{padding:1rem;border:thin solid #E4E4E4;display:flex;margin-bottom:1rem}.mis-credenciales-historial .historial p{margin-bottom:.25rem}.mis-credenciales-historial .historial svg{margin-top:.25rem;margin-right:1rem;color:#0250C9}.mis-credenciales-historial .com-table-row{text-align:left}.mis-credenciales-body .mis-credenciales-text{margin-bottom:1rem}.mis-credenciales-body .mis-credenciales-text .text-title{margin-bottom:.5rem}.mis-credenciales-body .mod-callbackArticle{margin-bottom:.5rem}.mis-credenciales-body .com-divider{margin-top:0}[dir="ltr"] .mis-credenciales-body table{text-align:left}[dir="rtl"] .mis-credenciales-body table{text-align:right}.buttons-modal .mod-button{margin-bottom:0}@media (max-width: 767px){.buttons-modal{display:grid}.buttons-modal .mod-button{margin-left:0;margin-bottom:1rem}}.content-modal{display:flex;margin:1.5rem 0}.content-modal span{display:flex;margin-left:.5rem}.content-modal i{color:#ccc}@media (max-width: 767px){.content-modal span{display:grid}.content-modal i{display:none}}.drawer-error{text-align:center;justify-content:center;margin-top:2rem}.drawer-error .title-error{margin-top:2rem;margin-bottom:.5rem}

.fade-in{animation-name:fadeIn;animation-duration:0.8s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}@keyframes fadeIn{0%{opacity:0;visibility:hidden;transform:translateY(10px)}100%{opacity:1;visibility:visible;transform:translateY(0)}}.fade-out{animation-name:fadeOut;animation-duration:0.8s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}@keyframes fadeOut{0%{opacity:1;visibility:visible;transform:translateY(0)}100%{opacity:0;visibility:hidden;transform:translateY(-10px)}}.fadeInDown{animation-name:fadeInDown;animation-duration:0.6s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.fadeOutUp{animation-name:fadeOutUp;animation-duration:0.6s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.shimmer{animation:shimmer 2s infinite}@keyframes shimmer{100%{transform:translateX(100%)}}.drawer{position:fixed;background:#fff;color:#272727;padding:1.5rem;z-index:17171717;transition:0.6s ease-in-out;--distance-from-edges: 1rem}.drawer.--bottom{bottom:-9999px;left:0;width:100%}.drawer.--left{left:-9999px}.drawer.--right{right:-9999px}.drawer.--right,.drawer.--left{top:0;height:100%}@media (min-width: 48em){.drawer{--distance-from-edges: 1.5rem}}.drawer .close{position:absolute;padding:0;color:#272727;transition:0.3s ease-in-out}.drawer .close.background-none{background-color:transparent;border:none}.drawer .close:hover{color:#333}.drawer .close.--top-right,.drawer .close.--bottom-right{top:var(--distance-from-edges);right:var(--distance-from-edges)}.drawer .close.--bottom-right,.drawer .close.--bottom-left{top:var(--distance-from-edges)}.drawer .close.--bottom-left,.drawer .close.--top-left{right:var(--distance-from-edges)}@media screen and (max-width: 767px){.drawer{width:100%;display:block;overflow:auto}}@media (min-width: 768px){.drawer{display:block;overflow:auto}}.overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;animation-name:indexDown;animation-duration:0.8s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}.overlay .layer{position:absolute;display:block;width:100%;height:100%;background:rgba(28,28,31,0.8);opacity:0;z-index:-1;visibility:hidden;animation-name:fadeOut;animation-duration:0.45s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}.overlay.--open{z-index:171717171717;animation-name:indexUp;animation-duration:0.01s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}.overlay.--open .layer{opacity:1;visibility:visible;animation-name:fadeIn;animation-duration:0.8s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}

.fade-in{animation-name:fadeIn;animation-duration:0.8s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}@keyframes fadeIn{0%{opacity:0;visibility:hidden;transform:translateY(10px)}100%{opacity:1;visibility:visible;transform:translateY(0)}}.fade-out{animation-name:fadeOut;animation-duration:0.8s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}@keyframes fadeOut{0%{opacity:1;visibility:visible;transform:translateY(0)}100%{opacity:0;visibility:hidden;transform:translateY(-10px)}}.fadeInDown{animation-name:fadeInDown;animation-duration:0.6s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.fadeOutUp{animation-name:fadeOutUp;animation-duration:0.6s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.shimmer{animation:shimmer 2s infinite}@keyframes shimmer{100%{transform:translateX(100%)}}.skeleton{position:relative;width:100%;height:1.5rem;margin-bottom:.5rem;background-color:#E4E4E4;overflow:hidden}.skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translateX(-100%);background-image:linear-gradient(90deg, rgba(255,255,255,0) 0, rgba(255,255,255,0.2) 10%, rgba(255,255,255,0.5) 30%, rgba(255,255,255,0));animation:shimmer 2s infinite}.skeleton.--circle{border-radius:50%;width:2.5rem;min-width:2.5rem;height:2.5rem}.skeleton.--square{width:1.5rem;min-width:1.5rem}.skeleton.--fill{width:100%;height:100%}.skeleton.--lines:last-of-type{width:72.5%}.skeleton.--no-margin{margin:0}

.mc-drawer{width:24rem}@media screen and (max-width: 767px){.mc-drawer{width:100%;display:block;overflow:auto}}@media (min-width: 768px){.mc-drawer{display:block;overflow:auto}}.mc-drawer .item{margin:1.5rem 0}.mc-drawer .drawer-header{padding-bottom:1rem;border-bottom:thin solid #E4E4E4}.mc-drawer .drawer-item{display:grid;margin:1rem 0}.mc-drawer .drawer-item .title{font-style:normal;font-weight:normal;color:#5A5A5A;margin-bottom:.25rem}.mc-drawer .drawer-item .description{display:flex}.mc-drawer .drawer-item .description svg{margin-right:.5rem}.mc-drawer .drawer-item .description .description-text{color:#272727}

.mc-credential-card-box{display:grid;padding:1rem;border:thin solid #E4E4E4;border-radius:.25rem;max-width:39rem;align-items:flex-start;grid-column-gap:1rem;grid-template-columns:1fr}@media (min-width: 48em){.mc-credential-card-box{margin:0;grid-template-columns:repeat(3, 1fr)}.mc-credential-card-box .vigencia{width:6.25rem;margin-bottom:1rem}}[dir="ltr"] .mc-credential-card-box .button-menu{text-align:right}[dir="rtl"] .mc-credential-card-box .button-menu{text-align:left}.mc-credential-card-box .button-menu{position:absolute;right:1rem}.mc-credential-card-box .button-menu .mod-button{padding:0;transform:rotate(90deg)}.mc-credential-card-box .button-menu .com-icon{background-color:#F2F2F2;padding:.5rem}.mc-credential-card-box .button-menu .text-menu{display:grid;position:absolute;left:-5.625rem;top:1.0625rem}[dir="ltr"] .mc-credential-card-box .button-menu .text-baja{text-align:left}[dir="rtl"] .mc-credential-card-box .button-menu .text-baja{text-align:right}.mc-credential-card-box .button-menu .text-baja{color:#0250C9;width:7.5rem;padding:.75rem;background-color:#fff;box-shadow:0 .25rem .5rem rgba(0,0,0,0.08);border-radius:.25rem;border:.0625rem solid #FEFEFE;z-index:5}.mc-credential-card-box .button-menu :hover .com-icon{background-color:#E4E4E4;color:#0250C9}.mc-credential-card-box>.com-paragraph{color:#5A5A5A}.mc-credential-card-box .content-box{display:flex}.mc-credential-card-box .content-box .content{width:100%;display:grid}.mc-credential-card-box .content-box svg{margin-top:.5rem;margin-right:16px}.mc-credential-card-box .columns{display:contents}.mc-credential-card-box .columns .data{display:grid;height:auto}.mc-credential-card-box .columns .data .mod-button{margin-bottom:.5rem}.mc-credential-card-box .columns .data .nro-credencial{margin-bottom:.125rem}.mc-credential-card-box .columns .data .mc-card-box-item.estado-credencial{margin-top:2.375rem}.mc-credential-card-box .columns .data .mc-card-box-item.estado-credencial .mod-button{margin-right:.5rem;margin-left:0}@media (min-width: 768px) and (max-width: 1279px){.mc-credential-card-box .columns{display:contents}.mc-credential-card-box .columns .data .mod-button{margin-bottom:.5rem}.mc-credential-card-box .columns .data .nro-credencial{margin-bottom:1rem}.mc-credential-card-box .columns .data .mc-card-box-item.estado-credencial{margin-top:1.5rem}}@media (max-width: 767px){.mc-credential-card-box{display:grid}.mc-credential-card-box .content-box{display:flex;margin-bottom:1.5rem}.mc-credential-card-box .columns{display:grid}.mc-credential-card-box .columns .data{display:grid}.mc-credential-card-box .columns .data .mod-button{margin-bottom:1rem}.mc-credential-card-box .columns .data .nro-credencial{margin-bottom:1rem}.mc-credential-card-box .columns .data .mc-card-box-item.estado-credencial{margin-top:0}[dir="ltr"] .mc-credential-card-box .button-menu{text-align:right}[dir="rtl"] .mc-credential-card-box .button-menu{text-align:left}.mc-credential-card-box .button-menu{margin-left:1.5rem}.mc-credential-card-box .vigencia{width:100%}}

.mc-card-box-item.--mobile-three-items{margin-bottom:1rem}.mc-card-box-item>h3{color:#ccc;text-transform:uppercase;margin-bottom:.5rem}.mc-card-box-item .content{display:flex}.mc-card-box-item>p{color:#272727}

.--threexl{font-size:1.5rem;line-height:2rem}@media (max-width: 767px){.mod-article:not(&.--bomba) .--threexl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 48em){.--threexl{font-size:2.5rem;line-height:3.25rem}}@media (min-width: 68.75em){.--threexl{font-size:3rem;line-height:3.5rem}}.--twoxl{font-size:2rem;line-height:2.5rem}@media (max-width: 767px){.mod-article .--twoxl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 48em){.--twoxl{font-size:2.5rem;line-height:3.25rem}}.--xl{font-size:2rem;line-height:2.5rem}@media (max-width: 767px){.mod-article .--xl{font-size:1.25rem;line-height:1.75rem}}.--l{font-size:1.25rem;line-height:1.75rem}@media (min-width: 48em){.--l{font-size:1.5rem;line-height:2rem}}.--m{font-size:1.25rem;line-height:1.75rem}.--s{font-size:1.1875rem;line-height:1.875rem}.--xs{font-size:1.25rem;line-height:1.75rem}@media (min-width: 48em){.--xs{font-size:1.125rem;line-height:1.625rem}}.--twoxs{font-size:1rem;line-height:1.5rem}.--threexs{font-size:.9375rem;line-height:1.375rem}.--fourxs{font-size:.875rem;line-height:1rem}.--fivexs{font-size:.75rem;line-height:1rem}.--sixxs{font-size:.6875rem;line-height:1rem}.--font-thin{font-weight:100}.--font-light{font-weight:300}.--font-regular{font-weight:400}.--font-medium{font-weight:500}strong,.--font-bold{font-weight:700}.--font-black{font-weight:900}.--font-highlight{background:transparent;text-decoration:underline;-webkit-text-decoration-color:#FFFF24;text-decoration-color:#FFFF24;text-decoration-thickness:2px;font-weight:700;white-space:nowrap}.--mb-0{margin-bottom:0rem !important}.--mb-8{margin-bottom:.5rem !important}.--mb-16{margin-bottom:1rem !important}.--mb-24{margin-bottom:1.5rem !important}.--mb-32{margin-bottom:2rem !important}.--mb-40{margin-bottom:3rem !important}.--mb-48{margin-bottom:3rem !important}.--mr-0{margin-right:0rem !important}.--mr-8{margin-right:.5rem !important}.--mr-16{margin-right:1rem !important}.--mr-24{margin-right:1.5rem !important}.--mr-32{margin-right:2rem !important}.--mr-40{margin-right:3rem !important}.--mr-48{margin-right:3rem !important}.--ml-0{margin-left:0rem !important}.--ml-8{margin-left:.5rem !important}.--ml-16{margin-left:1rem !important}.--ml-24{margin-left:1.5rem !important}.--ml-32{margin-left:2rem !important}.--ml-40{margin-left:3rem !important}.--ml-48{margin-left:3rem !important}.--mt-0{margin-top:0rem !important}.--mt-8{margin-top:.5rem !important}.--mt-16{margin-top:1rem !important}.--mt-24{margin-top:1.5rem !important}.--mt-32{margin-top:2rem !important}.--mt-40{margin-top:3rem !important}.--mt-48{margin-top:3rem !important}.--mx-0{margin-top:0rem !important;margin-bottom:0rem !important}.--mx-8{margin-top:.5rem !important;margin-bottom:.5rem !important}.--mx-16{margin-top:1rem !important;margin-bottom:1rem !important}.--mx-24{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.--mx-32{margin-top:2rem !important;margin-bottom:2rem !important}.--mx-40{margin-top:3rem !important;margin-bottom:3rem !important}.--mx-48{margin-top:3rem !important;margin-bottom:3rem !important}.--ai-end{align-items:end}.--ai-center{align-items:center}.--light-neutral-800{color:#272727}.--light-neutral-600{color:#5A5A5A}.--red-500{color:#E2342D}.--boxBorder{padding:1rem;border:1px solid #E4E4E4}.--grid{display:grid}.--gt-40-1fr{grid-template-columns:40px 1fr}.--flex-inline{display:inline-flex;border-radius:.25rem}.--jc-start{justify-content:flex-start}.--ai-start{align-items:flex-start}.--ac-start{align-content:flex-start}.--as-start{align-self:flex-start}.--jc-end{justify-content:flex-end}.--ai-end{align-items:flex-end}.--ac-end{align-content:flex-end}.--as-end{align-self:flex-end}.--jc-center{justify-content:center}.--ai-center{align-items:center}.--ac-center{align-content:center}.--as-center{align-self:center}.--jc-around{justify-content:space-around}.--ac-around{align-content:space-around}.--jc-between{justify-content:space-between}.--ac-between{align-content:space-between}.--jc-evenly{justify-content:space-evenly}.--ac-evenly{align-content:space-evenly}.--d-flex{display:flex}.--grow-1{flex-grow:1}.--flex-wrap{flex-wrap:wrap}.--flex-row{flex-direction:row}.--flex-col{flex-direction:column}.--gap-4{grid-gap:.25rem !important;gap:.25rem !important}.--gap-8{grid-gap:.5rem !important;gap:.5rem !important}.--gap-12{grid-gap:.75rem !important;gap:.75rem !important}.--gap-16{grid-gap:1rem !important;gap:1rem !important}.--gap-20{grid-gap:1.25rem !important;gap:1.25rem !important}.--gap-24{grid-gap:1.5rem !important;gap:1.5rem !important}.--tt-capitalize{text-transform:capitalize}.--blue-500{color:#0250C9}.mc-info-card{position:relative;display:flex;align-items:center}.mc-info-card .com-title{color:#5A5A5A;margin-left:.5rem}.mc-info-card .com-paragraph{display:flex}.mc-info-card .com-paragraph:first-of-type:before{position:relative;font-family:'Icons';content:'\e909\e909\e909';color:#272727;font-size:1.125rem;letter-spacing:-0.6rem;left:0;margin-right:.75rem}.mc-info-card.--compact svg{width:2.3125rem;height:1.5rem}.mc-info-card.--compact .info .com-paragraph:last-child{color:#272727}.mc-info-card.--compact .info .com-paragraph span{font-weight:bold;color:#272727;margin-right:.25rem;margin-left:.25rem}.mc-info-card .content{display:flex;flex-direction:column;justify-content:center}.mc-info-card .content .info{display:flex;align-items:center;margin-left:8px}.mc-info-card .content .info .com-paragraph:last-child{color:#1C1C1F}.mc-info-card .content .info .com-paragraph span{color:#E4E4E4;margin-right:.5rem;margin-left:.5rem}

.badge{display:inline-flex;align-items:center;padding:.25rem .5rem;pointer-events:none;font-size:.75rem;line-height:1rem;font-weight:700;border-radius:.25rem;color:#fff;text-transform:uppercase;margin-right:.25rem;margin-bottom:.25rem}.badge.--classic{background:#126FFF}.badge.--premium{background:#0003A6}.badge.--black{background:#00043A}.badge.--danger{background:#FFECEB;color:#E2342D}.badge.--warning{background:#FFF5DF;color:#EF9B30}.badge.--success{background:#F3FBF0;color:#22B120}.badge.--primary{background:#E8F5FF;color:#0250C9}.badge.--large{font-size:.875rem;line-height:1rem;padding:.75rem 1rem}.badge.--small{padding:.25rem .5rem}.badge.--icon-left .icon{margin-left:0;margin-right:.25rem}.badge .icon{margin-left:.25rem}

.text-title{margin-bottom:.5rem}.link-text{margin-bottom:2rem}.gender{margin-top:.5rem}@media (max-width: 767px){.otorgar-credencial-form .com-inputBox.state--disabled{background:#F2F2F2;color:#919191;pointer-events:none}.otorgar-credencial-form .mod-button{margin-left:0;margin-bottom:1rem}.otorgar-credencial-form .otorgar-credencial-buttons{margin-top:1rem;display:grid}}@media (min-width: 768px){.--right{margin-left:-14%}.otorgar-credencial-form .com-inputBox.state--disabled{background:#F2F2F2;color:#919191;pointer-events:none}.otorgar-credencial-form select{margin-bottom:.4375rem}.otorgar-credencial-form .mod-button{margin-bottom:0;margin-top:1.5rem}.otorgar-credencial-form .otorgar-credencial-buttons{display:flex}.otorgar-credencial-form .otorgar-credencial-buttons .mod-button{max-width:6.25rem;margin-right:1rem;margin-left:0}.otorgar-credencial-form h4{margin-top:1rem;line-height:normal}}

.modal-text-list{margin-top:1rem;display:grid}.otorgar-credencial-buttons-modal .mod-button{margin-bottom:0}.domicilios{margin-bottom:2rem}.domicilios .domicilios-de-entrega{display:flex;justify-content:space-between}.domicilios .domicilios-text{border:solid .0625rem #E4E4E4;border-radius:.25rem;padding:.875rem 1rem}@media (max-width: 767px){.otorgar-credencial-buttons,.otorgar-credencial-buttons-modal{display:grid}.otorgar-credencial-buttons .mod-button,.otorgar-credencial-buttons-modal .mod-button{width:100%;margin-left:0;margin-bottom:1rem}.otorgar-credencial-buttons-modal .mod-button{margin-left:0;margin-bottom:16px}}@media (min-width: 768px){.otorgar-credencial-buttons{display:flex}.otorgar-credencial-buttons .mod-button{max-width:6.25rem;margin-right:1rem;margin-left:0}}

.nro-gestion{margin:2rem 0}.button-otorgar{margin-top:2rem}

.text-title-baja{margin-bottom:2rem}.baja-credencial-detalles{display:grid}.baja-credencial-detalles span:not(:last-child){margin-bottom:1rem}.button-confirmacion{margin-top:2rem}

.error404{width:100%;text-align:center;justify-content:center;margin-top:2.5rem;padding:0 1rem}.error404 .--error-title{display:grid;margin-top:3.75rem;margin-bottom:.5rem}.error404 .--error-subtitle{display:grid}.error404 .mod-button{max-width:12.5rem;margin-top:1rem}.error404 img{width:100%;max-width:30.5rem;max-height:16.5rem;height:auto}

.empty-state{display:inherit;padding:.75rem 1rem;border:thin solid #E4E4E4;border-radius:.25rem;margin-bottom:.5rem}

.mc-card-box{display:flex;padding:.75rem;border:thin solid #E4E4E4;border-radius:.25rem;max-width:39rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:flex-start;cursor:pointer}.mc-card-box.--checked{border:thin solid #0250C9;box-shadow:0px 2px 4px rgba(97,191,255,0.16)}.mc-card-box.--error{border:thin solid #E2342D}.mc-card-box .checkbox{margin-top:.25rem}.mc-card-box>.content{cursor:pointer;width:100%;display:flex;grid-row-gap:.5rem;row-gap:.5rem;flex-direction:column;justify-content:space-between}.mc-card-box>.content>.heading{display:flex;justify-content:space-between;align-items:flex-start}@media (min-width: 48em){.mc-card-box>.content>.heading{align-items:flex-end}}.mc-card-box>.content>.heading>.description{display:flex;flex-direction:column;text-transform:uppercase}.mc-card-box>.content>.heading>.description .com-title{color:#F44336}.mc-card-box>.content>.heading>.description .com-paragraph{color:#272727}.mc-card-box>.content>.heading>.com-paragraph{color:#0250C9;margin-top:.8125rem}.mc-card-box>.content>.com-paragraph{color:#5A5A5A}.mc-card-box .data{display:grid;width:100%;grid-column-gap:1rem;grid-template-columns:1fr;margin:.5rem 0 .5rem 0}@media (min-width: 48em){.mc-card-box .data{margin:0;grid-template-columns:repeat(3, 1fr)}}

.total-import{position:relative;border-radius:.25rem;border:thin solid #E4E4E4;padding:1rem;font-family:Arial, Helvetica, sans-serif;font-weight:700;text-align:right}.total-import .com-paragraph{color:#0250C9}.total-import .com-title{color:#ccc}

.mc-box{position:relative;border-radius:.25rem;border:thin solid #E4E4E4;padding:1rem}.mc-box>*:not(:last-child){margin-bottom:1rem;padding-bottom:1rem;border-bottom:thin solid #E4E4E4}

.mc-card-box-content{position:relative;display:flex;flex-direction:column}.mc-card-box-content>div:first-of-type{display:flex;justify-content:space-between;margin-bottom:1rem;font-weight:700}.mc-card-box-content>div:first-of-type .com-paragraph{color:#0250C9;margin-left:.5rem}.mc-card-box-content>div:last-of-type{display:grid;grid-template-columns:repeat(2, 1fr)}

.cambiar-pago-buttons{display:flex}

.upselling{width:100%}.upselling .planes-titulo{font-size:1.25rem;line-height:1.75rem;margin-bottom:1.5rem}.upselling .planes{display:flex;margin-top:2.5rem}@media (max-width: 767px){.upselling .planes{display:grid}}.upselling .caja-ex{width:100%;text-align:center;margin-bottom:2.5rem;border-radius:.25rem}.upselling .caja-ex.plan-actual{border:thin solid #dddddd;background-color:#f2f2f2;margin-right:1rem}.upselling .caja-ex.plan-nuevo{border:thin solid #0074c4;box-shadow:0 .625rem 1.25rem 0 rgba(0,0,0,0.05)}.upselling .caja-ex.plan-nuevo.black-familiar{background:linear-gradient(180deg, #35376c 13.96%, rgba(36,38,86,0)),#00033a}.upselling .caja-ex.plan-nuevo:not(.black-familiar){background:linear-gradient(124.37deg, #256df4 -.18%, #081fa0 118.9%)}.upselling .datos-plan{padding:0 1.5rem;position:relative}.upselling .datos-plan .titulo-plan{font-weight:bold;font-size:1rem;margin-bottom:.5rem}.upselling .datos-plan p{color:#1c1c1f}.upselling .datos-plan .combo{display:flex;justify-content:center;text-align:center;margin:0 auto}@media (max-width: 767px){.upselling .datos-plan .combo .icon-check-mark{font-size:1rem}}.upselling .datos-plan .item-plan{font:normal 15px/24px Arial;padding-left:.5rem}.upselling .datos-plan .item-plan:before{color:#919191;margin-right:.625rem;margin-left:-1.5rem}@media (max-width: 767px){.upselling .datos-plan .item-plan{font:normal .75rem Arial}}.upselling .datos-plan:before{display:inline-block;height:1.5rem;width:10.3125rem;position:relative;top:-1.5rem;border-top-left-radius:.25rem;border-top-right-radius:.25rem;font-weight:bold;font-size:16px/24px;line-height:1.5rem;text-align:center;color:#ffffff}.upselling .datos-plan .precio-plan{font:normal 18px/26px;margin:1rem 0}.upselling .datos-plan .precio-plan label{font-size:1.5rem}.upselling .imagen-titulo{width:100%}.upselling .texto-meses{border-radius:1.25rem;background-color:#fff;max-width:8.125rem;padding:.25rem;justify-content:center;text-align:center;margin:0 auto}.upselling .plan-actual .datos-plan:before{background:#919191;content:'Plan Actual'}.upselling .plan-actual .datos-plan{background-color:#f2f2f2}.upselling .plan-actual .datos-plan .titulo-plan,.upselling .plan-actual .datos-plan .precio-plan{color:#1c1c1f}.upselling .plan-actual .datos-plan p{color:#5a5a5a}.upselling .plan-actual .arrow-down{border-top:.25rem solid #919191}.upselling .plan-nuevo.black-familiar .datos-plan{background:linear-gradient(180deg, #35376c 13.96%, rgba(36,38,86,0)),#00033a}.upselling .plan-nuevo.black-familiar .datos-plan p:not(.texto),.upselling .plan-nuevo.black-familiar .datos-plan .com-icon{color:#fefefe}.upselling .plan-nuevo.black-familiar .datos-plan:before{background-color:#c6480c;content:'Nuevo Plan'}.upselling .plan-nuevo.black-familiar .arrow-down{border-top:.25rem solid #c6480c}.upselling .plan-nuevo .datos-plan{background:linear-gradient(124.37deg, #256df4 -.18%, #081fa0 118.9%)}.upselling .plan-nuevo .datos-plan p:not(.texto),.upselling .plan-nuevo .datos-plan .com-icon{color:#fefefe}.upselling .plan-nuevo .datos-plan:before{background:#00547a;content:'Nuevo Plan'}.upselling .plan-nuevo .arrow-down{border-top:.25rem solid #00547a}.upselling .legal{float:left;clear:left;margin-top:1.5rem}.upselling .legal p{color:#919191;font-size:.875rem;line-height:.875rem;font-family:Arial}.upselling .legal p.titulo-legal{color:#5a5a5a}.upselling .legal a{display:inline-block;text-decoration:none;color:#0250c9}@media (max-width: 767px){.upselling .proximos-pasos{display:grid}}.upselling .proximos-pasos div{float:left}.upselling .proximos-pasos .planes-titulo{margin-bottom:1rem}.upselling .proximos-pasos .pasos-explicacion{width:60%}.upselling .proximos-pasos .pasos-explicacion li{font:normal 16px/24px Arial;color:#272727;margin-bottom:.625rem;padding-left:2rem}.upselling .proximos-pasos .pasos-explicacion li:before{content:'\A';width:.5rem;height:.5rem;border-radius:50%;background:#5a5a5a;display:inline-block;margin-right:1rem;margin-left:-1.5rem}@media (max-width: 767px){.upselling .proximos-pasos .pasos-explicacion{width:100%}}.upselling .proximos-pasos .pasos-tarjeta{width:35%;margin-left:5%}.upselling .proximos-pasos .pasos-tarjeta .tarjeta-banco p{color:#5a5a5a;display:inline-block;font-family:Arial}.upselling .proximos-pasos .pasos-tarjeta .tarjeta-banco .tarjeta{background-repeat:no-repeat;height:2.375rem;width:3.625rem}.upselling .proximos-pasos .pasos-tarjeta .tarjeta-banco .tarjeta-mastercard{background-image:url(//static.glanacion.com/v2/myaccount/images/mastercard.png)}.upselling .proximos-pasos .pasos-tarjeta .tarjeta-banco .tarjeta-visa{background-image:url(//static.glanacion.com/v2/myaccount/images/visa.png)}.upselling .proximos-pasos .pasos-tarjeta .tarjeta-banco .tarjeta-amex{background-image:url(//static.glanacion.com/v2/myaccount/images/amex.png)}.upselling .proximos-pasos .pasos-tarjeta .tarjeta-banco .tarjeta-otra{background-image:url(//static.glanacion.com/v2/myaccount/images/otra.png)}.upselling .proximos-pasos .pasos-tarjeta .tarjeta-banco div{float:left}.upselling .proximos-pasos .pasos-tarjeta .tarjeta-banco .tarjeta-izquierda{width:3.625rem;margin-right:.625rem}.upselling .proximos-pasos .pasos-tarjeta .tarjeta-banco .tarjeta-centro p{display:block}.upselling .proximos-pasos .pasos-tarjeta .tarjeta-banco .tarjeta-centro p.font14{font-size:.875rem;margin-bottom:0}.upselling .proximos-pasos .pasos-tarjeta .tarjeta-banco .tarjeta-centro p.font14+p{color:#1c1c1f;margin-right:.5rem}@media (max-width: 767px){.upselling .proximos-pasos .pasos-tarjeta{margin-left:0;margin-top:1rem;width:100%}}.upselling .proximos-pasos .pasos-botones{clear:left}.upselling .arrow-down{width:0;height:0;border-left:.375rem solid transparent;border-right:.375rem solid transparent;position:absolute;top:0;left:48%}@media (min-width: 1279px){.upselling{width:55.625rem}}

.InputInfoSuscription{padding:1rem;border-radius:.25rem;border:thin solid #1C1C1F;border-radius:.5rem;background-color:#EDF0F4;max-width:39rem}.InputInfoSuscription__main{display:flex;justify-content:space-between}.InputInfoSuscription__main__link{color:#ADADAD}.InputInfoSuscription__descrip{display:flex;padding-left:1.75rem;font-size:.75rem;color:#ADADAD}.InputInfoSuscription__input{display:flex}.InputInfoSuscription.state--disabled{background:#F2F2F2;color:#919191}.InputInfoSuscription.state--disabled::-moz-placeholder{color:#919191}.InputInfoSuscription.state--disabled::placeholder{color:#919191}.InputInfoSuscription:not(.state--disabled):hover{transition:all 0.3s ease-in-out;border-color:#272727}.InputInfoSuscription:not(.state--disabled):focus{transition:all 0.3s ease-in-out}.InputInfoSuscription:not(.state--disabled):focus::-moz-placeholder{color:#272727}.InputInfoSuscription:not(.state--disabled):focus::placeholder{color:#272727}.InputInfoSuscription.--withSvg .com-checkbox input+span:before,.InputInfoSuscription.--withSvg .com-checkbox input+span:after{top:.125rem}.InputInfoSuscription.--withSvg .com-checkbox input+span{display:flex;align-items:center}.InputInfoSuscription.state--error{border-color:#E2342D}.InputInfoSuscription.state--success{border-color:#22B120}

:root {
  --white: #ffffff;
  --black: #000000;
  --blue-300: #85b4fe;
  --blue-400: #126fff;
  --blue-500: #0250c9;
  --yellow-500: #ffff24;
  --orange-400: #fdb727;
  --danger-50: #FBE5E6;
  --danger-300: #E95E66;
  --danger-500: #C61B25;
  --danger-600: #99151D;
  --neutral-light-1: #fefefe;
  --neutral-light-50: #f2f2f2;
  --neutral-light-100: #E6E6E6;
  --neutral-light-200: #CCCCCC;
  --neutral-light-600: #666666;
  --neutral-light-800: #333333;
  --neutral-light-999: #010101;
  --neutral-dark-1: #010101;
  --neutral-dark-50: #0D0D0D;
  --neutral-dark-999: #FEFEFE;
  --blue-500-16: rgba(133, 180, 254, 0.16);
  --danger-500-16: rgba(198, 27, 37, 0.16);
  --neutral-light-800-16: rgba(13, 13, 13, 0.16);
  --header-outer-spacing: 1fr;
  --header-height: 88px;
  --spacing: 1rem;
}

.jc-center {
  justify-content: center;
}

.jc-between {
  justify-content: space-between;
}

.jc-start {
  justify-content: flex-start;
}

.jc-end {
  justify-content: flex-end;
}

.ai-center {
  align-items: center;
}

:root {
  --notification-drawer-font-family: Arial, Helvetica, sans-serif;
  --notification-drawer-scrollbar-color: #0250C9;
  --notification-header-font-family: Prumo, Georgia, serif;
  --notification-header-line-height: 110%;
  --notification-header-font-weight: 90;
  --notification-header-font-variation: "wght" 190, "opsz" 50;
  --notification-drawer-button-padding: 0;
  --notification-drawer-tooltip-font-weight: 0.75rem;
  --notification-drawer-tooltip-line-height: 0.75rem;
  --notification-drawer-tooltip-background: #0250C9;
  --notification-drawer-tooltip-border-radius: 0.25rem;
  --notification-card-border-radius: 0.25rem;
  --notification-card-title-font-size: 0.875rem;
  --notification-card-title-line-height: 130%;
  --notification-card-title-font-weight: 700;
  --notification-card-description-font-size: 0.75rem;
  --notification-card-description-line-height: 130%;
  --notification-card-button-padding: 0.5rem 0.75rem;
  --notification-card-button-border-radius: 0.25rem;
  --notification-card-button-font-size: 0.75rem;
  --notification-card-button-line-height: 130%;
  --notification-card-button-font-weight: 700;
  --notification-card-time-font-size: 0.75rem;
  --notification-card-time-line-height: 130%;
  --notification-drawer-empty-state-title-font-family: Prumo, Georgia, serif;
  --notification-drawer-empty-state-title-font-variation: "wght" 150, "opsz" 50;
  --notification-drawer-empty-state-title-font-size: 1.5rem;
  --notification-drawer-empty-state-title-font-weight: 90;
  --notification-drawer-empty-state-title-line-height: 110%;
  --notification-drawer-empty-state-description-font-size: 1rem;
  --notification-drawer-empty-state-description-line-height: 140%;
  --notification-drawer-empty-state-illustration-width: 7.9375rem;
  --notification-drawer-empty-state-illustration-height: 9.4375rem;
  --notification-drawer-spinner-primary-color: #006998;
  --notification-drawer-spinner-secondary-color: #E6E6E6;
  --notification-drawer-spinner-logo-width: 5.375rem;
  --notification-drawer-spinner-logo-height: 2.5rem;
  --notification-drawer-spinner-logo: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 86 40"><path fill="%23006998" d="M1 37.25V40h35.135V24.075h-2.901V25.8c0 9.093-6.148 11.452-13.856 11.452h-1.38V2.747h6.463V0H1v2.747h5.868V37.25H1ZM40.758 37.25V40h14.514v-2.75h-1.138c-3.682 0-5.147-.548-5.147-3.785V7.788h.133L74.604 40h4.859V5.8c0-1.426 1.236-3.053 4.246-3.053h1.429V0H70.594v2.747h1.757c2.933 0 4.527 1.05 4.527 3.229v17.657h-.135L57.979 0H40.961v2.747h1.006c2.21 0 4.47 1.76 4.47 4.472v25.95c0 3.46-1.925 4.082-3.973 4.082h-1.706Z"/></svg>');
  --notification-drawer-empty-state-illustration: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 128 151"><g clip-path="url(%23a)"><g clip-path="url(%23b)"><path fill="%23E6E6E6" d="M101.684 65.632H26.527v18.79h75.157v-18.79Z"/><path fill="%23F2F2F2" d="m14 84.421 12.526-18.79v18.79H14ZM114.211 84.421l-12.526-18.79v18.79h12.526Z"/><path fill="%23CCC" d="M79.764 72.521H48.448a3.132 3.132 0 0 0 0 6.263h31.316a3.132 3.132 0 0 0 0-6.263Z"/><path fill="%23FEFEFE" d="M79.764 71.895H48.448a3.132 3.132 0 0 0 0 6.263h31.316a3.132 3.132 0 0 0 0-6.263Z"/><g filter="url(%23c)"><path fill="%23E6E6E6" d="M14 84.421v34.447A3.133 3.133 0 0 0 17.132 122h93.947a3.132 3.132 0 0 0 3.131-3.132V84.421H14Z"/></g><path fill="%23CCC" d="M86.027 91.31H42.185a3.132 3.132 0 1 0 0 6.264h43.842a3.132 3.132 0 1 0 0-6.263Z"/><path fill="%23FEFEFE" d="M86.027 90.684H42.185a3.132 3.132 0 0 0 0 6.264h43.842a3.132 3.132 0 0 0 0-6.264Z"/><path fill="%230250C9" d="M34.237 33.403a1.497 1.497 0 0 0-1.226-.812 3.219 3.219 0 0 0-1.745.253l-.144.07-.188.096v-.183a2.346 2.346 0 0 0-.122-.872 1.335 1.335 0 0 0-.92-.934c-.715-.135-1.422.392-1.806 1.343l-.04.1-.1-.038a3.49 3.49 0 0 0-1.226-.253 1.613 1.613 0 0 0-1.182.436c-.911.955-.34 2.997 1.31 4.646 1.098 1.099 2.377 1.744 3.415 1.744.45.011.89-.144 1.234-.436.471-.493.559-1.308.24-2.246l-.04-.122h.127a5.78 5.78 0 0 0 .873-.21 2.906 2.906 0 0 0 1.531-1.51 1.344 1.344 0 0 0-.026-1.042l.035-.03ZM28.7 32.67c.262-.702.707-1.126 1.082-1.034a.689.689 0 0 1 .436.502c.133.385.15.8.048 1.195a.57.57 0 0 0-.044.13v.049l-.152.248-.088-.074a7.344 7.344 0 0 0-1.208-.872l-.083-.044.009-.1Zm2.325 5.43c-.204.18-.47.271-.741.254-.768 0-1.89-.502-2.945-1.562-1.496-1.496-1.884-3.114-1.309-3.686a.987.987 0 0 1 .733-.253c.672 0 1.854.41 2.958 1.562a5.806 5.806 0 0 1 1.413 2.15c.227.663.188 1.24-.109 1.536Zm2.534-3.847a2.133 2.133 0 0 1-1.169 1.078c-.276.12-.571.193-.872.214h-.07l-.035-.066a6.745 6.745 0 0 0-.829-1.178l-.056-.065.052-.07a2.57 2.57 0 0 1 .977-.741c.404-.205.86-.285 1.309-.232a1.013 1.013 0 0 1 .698.437.795.795 0 0 1-.005.623Z"/><path stroke="%230250C9" stroke-dasharray="2 4.01" stroke-linecap="round" stroke-linejoin="round" d="M73.757 83.169c-6.032-2.932-11.787-7.735-14.324-13.86-2.505-6.026-1.735-12.94.119-19.197a39.903 39.903 0 0 1 5.875-12.364 24.288 24.288 0 0 1 10.647-8.417 20.198 20.198 0 0 1 24.47 8.342c2.017 3.3 3.05 7.372 2.036 11.111-1.109 4.09-4.554 7.265-8.474 8.875-3.921 1.61-8.28 1.835-12.526 1.572-16.911-1.034-32.406-9.276-47.187-17.668"/></g></g><defs><clipPath id="a"><path fill="%23fff" d="M14 26h100.211v96H14z"/></clipPath><clipPath id="b"><path fill="%23fff" d="M14 26h100.211v96H14z"/></clipPath><filter id="c" width="164.21" height="101.579" x="-18" y="68.421" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="16"/><feGaussianBlur stdDeviation="16"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_9212_18758"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_9212_18758" result="shape"/></filter></defs></svg>');
}

.ratio-1-1 {
  aspect-ratio: 1 / 1;
}

.ratio-3-2 {
  aspect-ratio: 3 / 2;
}

@media (min-width: 64rem) {
  .ratio-21-9_lg {
    aspect-ratio: 21 / 9;
  }
}
.rounded-circle {
  border-radius: 50%;
}

.rounded-4 {
  border-radius: 0.25rem;
}

.rounded-8 {
  border-radius: 0.5rem;
}

.rounded-16 {
  border-radius: 1rem;
}

.rounded-24 {
  border-radius: 1.5rem;
}

.rounded-100 {
  border-radius: 6.25rem;
}

.rounded-top-left-24 {
  border-top-left-radius: 1.5rem;
}

.rounded-top-right-24 {
  border-top-right-radius: 1.5rem;
}

.rounded-bottom-left-24 {
  border-bottom-left-radius: 1.5rem;
}

.rounded-bottom-right-24 {
  border-bottom-right-radius: 1.5rem;
}

.border.border-all {
  border-style: solid;
}
.border.border-bottom {
  border-bottom-style: solid;
}
.border.border-left {
  border-left-style: solid;
}
.border.border-blue-500 {
  border-color: var(--blue-500);
}
.border.border-light-100 {
  border-color: var(--neutral-light-100);
}
.border.border-neutral-light-800 {
  border-color: var(--neutral-light-800);
}
.border.border-neutral-dark-999 {
  border-color: var(--neutral-dark-999);
}
.border.border-neutral-light-999 {
  border-color: var(--neutral-light-999);
}
.border.border-neutral-light-50 {
  border-color: var(--neutral-light-50);
}
.border.border-thin {
  border-width: thin;
}
.border.border-2 {
  border-width: 2px;
}
.border.border-4 {
  border-width: 4px;
}

.bg-blue-300 {
  background: var(--blue-300);
}

.bg-blue-400 {
  background: var(--blue-400);
}

.bg-blue-500 {
  background: var(--blue-500);
}

.bg-yellow-500 {
  background: var(--yellow-500);
}

.bg-danger-50 {
  background: var(--danger-50);
}

.bg-danger-300 {
  background: var(--danger-300);
}

.bg-danger-600 {
  background: var(--danger-600);
}

.bg-neutral-light-1 {
  background: var(--neutral-light-1);
}

.bg-neutral-light-50 {
  background: var(--neutral-light-50);
}

.bg-neutral-light-200 {
  background: var(--neutral-light-200);
}

.bg-neutral-light-800 {
  background: var(--neutral-light-800);
}

.bg-neutral-light-999 {
  background: var(--neutral-light-999);
}

.bg-neutral-dark-50 {
  background: var(--neutral-dark-50);
}

.bg-neutral-dark-999 {
  background: var(--neutral-dark-999);
}

.bg-white {
  background: var(--white);
}

.bg-black {
  background: var(--black);
}

.text-inherit {
  color: inherit;
}

.text-blue-500 {
  color: var(--blue-500);
}

.text-orange-400 {
  color: var(--orange-400);
}

.text-danger-500 {
  color: var(--danger-500);
}

.text-neutral-light-1 {
  color: var(--neutral-light-1);
}

.text-neutral-light-50 {
  color: var(--neutral-light-50);
}

.text-neutral-light-600 {
  color: var(--neutral-light-600);
}

.text-neutral-light-800 {
  color: var(--neutral-light-800);
}

.text-neutral-light-999 {
  color: var(--neutral-light-999);
}

.text-neutral-dark-1 {
  color: var(--neutral-dark-1);
}

.text-neutral-dark-999 {
  color: var(--neutral-dark-999);
}

.text-blue-500_hover:hover {
  color: var(--blue-500);
}

.bg-yellow-500_hover:hover {
  background-color: var(--yellow-500);
}

.bg-blue-500-16_hover:hover {
  background-color: var(--blue-500-16);
}

.bg-neutral-light-800_hover:hover {
  background-color: var(--neutral-light-800-16);
}

.bg-neutral-black_hover:hover {
  background-color: var(--black);
}

.bg-danger-500-16_hover:hover {
  background-color: var(--danger-500-16);
}

.none {
  display: none;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.block {
  display: block;
}

.inline-flex {
  display: inline-flex;
}

.flex-column {
  flex-direction: column;
}

@media (min-width: 48rem) {
  .flex-row_md {
    flex-direction: row;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}

.flex-grow-1 {
  flex-grow: 1;
}

.roboto {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.roboto-light {
  font-weight: 300;
}
.roboto-regular {
  font-weight: 400;
}
.roboto-medium {
  font-weight: 500;
}
.roboto-bold {
  font-weight: 700;
}
.roboto .text-12 {
  font-size: 0.75rem;
  line-height: 1rem;
}
.roboto .text-14 {
  font-size: 0.875rem;
  line-height: 100%;
}
.roboto .text-16 {
  font-size: 1rem;
  line-height: 150%;
}
.roboto .text-24 {
  font-size: 1.5rem;
  line-height: 120%;
}
@media (min-width: 48rem) {
  .roboto .text-28_md {
    font-size: 1.75rem;
    line-height: 120%;
  }
}
@media (min-width: 64rem) {
  .roboto .text-40_lg {
    font-size: 2.5rem;
    line-height: 120%;
  }
}

.prumo {
  font-family: "Prumo", Georgia, serif;
  letter-spacing: var(--prumo-letter-spacing);
  font-variation-settings: "wght" var(--prumo-font-variation), "opsz" 0;
}
.prumo-light {
  --prumo-font-variation: 70;
}
.prumo-book {
  --prumo-font-variation: 90;
}
.prumo-medium {
  --prumo-font-variation: 110;
}
.prumo-semibold {
  --prumo-font-variation: 130;
}
.prumo.text-18 {
  font-size: 1.125rem;
  line-height: 130%;
  --prumo-letter-spacing: -0.16px;
}
.prumo.text-20 {
  font-size: 1.25rem;
  line-height: 120%;
  --prumo-letter-spacing: -0.16px;
}
.prumo.text-22 {
  font-size: 1.375rem;
  line-height: 116%;
  --prumo-letter-spacing: -0.3px;
}
.prumo.text-24 {
  font-size: 1.5rem;
  line-height: 116%;
  --prumo-letter-spacing: -0.3px;
}
.prumo.text-28 {
  font-size: 1.75rem;
  line-height: 116%;
  --prumo-letter-spacing: -0.3px;
}
.prumo.text-32 {
  font-size: 2rem;
  line-height: 116%;
  --prumo-letter-spacing: -0.64px;
}
@media (min-width: 48rem) {
  .prumo.text-28_md {
    font-size: 1.75rem;
    line-height: 116%;
    --prumo-letter-spacing: -0.3px;
  }
  .prumo.text-36_md {
    font-size: 2.25rem;
    line-height: 116%;
    --prumo-letter-spacing: -0.64px;
  }
  .prumo.text-40_md {
    font-size: 2.5rem;
    line-height: 116%;
    --prumo-letter-spacing: -0.64px;
  }
  .prumo.text-56_md {
    font-size: 3.5rem;
    line-height: 100%;
    --prumo-letter-spacing: -0.64px;
  }
}
@media (min-width: 64rem) {
  .prumo.text-32_lg {
    font-size: 2rem;
    line-height: 116%;
    --prumo-letter-spacing: -0.64px;
  }
  .prumo.text-40_lg {
    font-size: 2.5rem;
    line-height: 116%;
    --prumo-letter-spacing: -0.64px;
  }
  .prumo.text-48_lg {
    font-size: 3rem;
    line-height: 100%;
    --prumo-letter-spacing: -0.64px;
  }
  .prumo.text-64_lg {
    font-size: 4rem;
    line-height: 100%;
    --prumo-letter-spacing: -0.64px;
  }
}

.gap-4 {
  gap: 0.25rem;
}

.gap-8 {
  gap: 0.5rem;
}

.gap-16 {
  gap: 1rem;
}

.gap-24 {
  gap: 1.5rem;
}

.gap-32 {
  gap: 2rem;
}

.gap-72 {
  gap: 4.5rem;
}

.row-gap-0 {
  row-gap: 0rem;
}

@media (min-width: 48rem) {
  .gap-8_md {
    gap: 0.5rem;
  }
}
.grid-cols-5 {
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 0.75rem;
}

.grid-cols-8 {
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 0.75rem;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 0.75rem;
}

.col-span-1 {
  grid-column: span 1;
}

.col-span-2 {
  grid-column: span 2;
}

.col-span-3 {
  grid-column: span 3;
}

.col-span-4 {
  grid-column: span 4;
}

.col-span-5 {
  grid-column: span 5;
}

.col-span-6 {
  grid-column: span 6;
}

.col-span-7 {
  grid-column: span 7;
}

.col-span-8 {
  grid-column: span 8;
}

.col-span-9 {
  grid-column: span 9;
}

.col-span-10 {
  grid-column: span 10;
}

.col-span-11 {
  grid-column: span 11;
}

.col-span-12 {
  grid-column: span 12;
}

@media (min-width: 48rem) {
  .grid-cols-12_md {
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 1.5rem;
  }
  .col-span-1_md {
    grid-column: span 1;
  }
  .col-span-2_md {
    grid-column: span 2;
  }
  .col-span-3_md {
    grid-column: span 3;
  }
  .col-span-4_md {
    grid-column: span 4;
  }
  .col-span-5_md {
    grid-column: span 5;
  }
  .col-span-6_md {
    grid-column: span 6;
  }
  .col-span-7_md {
    grid-column: span 7;
  }
  .col-span-8_md {
    grid-column: span 8;
  }
  .col-span-9_md {
    grid-column: span 9;
  }
  .col-span-10_md {
    grid-column: span 10;
  }
  .col-span-11_md {
    grid-column: span 11;
  }
  .col-span-12_md {
    grid-column: span 12;
  }
}
@media (min-width: 64rem) {
  .grid-cols-16_lg {
    grid-template-columns: repeat(16, 1fr);
    grid-column-gap: 2rem;
  }
  .col-span-1_lg {
    grid-column: span 1;
  }
  .col-span-2_lg {
    grid-column: span 2;
  }
  .col-span-3_lg {
    grid-column: span 3;
  }
  .col-span-4_lg {
    grid-column: span 4;
  }
  .col-span-5_lg {
    grid-column: span 5;
  }
  .col-span-6_lg {
    grid-column: span 6;
  }
  .col-span-7_lg {
    grid-column: span 7;
  }
  .col-span-8_lg {
    grid-column: span 8;
  }
  .col-span-9_lg {
    grid-column: span 9;
  }
  .col-span-10_lg {
    grid-column: span 10;
  }
  .col-span-11_lg {
    grid-column: span 11;
  }
  .col-span-12_lg {
    grid-column: span 12;
  }
  .col-span-13_lg {
    grid-column: span 13;
  }
  .col-span-14_lg {
    grid-column: span 14;
  }
  .col-span-15_lg {
    grid-column: span 15;
  }
  .col-span-16_lg {
    grid-column: span 16;
  }
}
.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-clip {
  overflow-x: clip;
}

.top-0 {
  top: 0;
}

.top-60 {
  top: 60px;
}

.top-100px {
  top: 100px;
}

.top-100 {
  top: 100%;
}

.bottom-0 {
  bottom: 0;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

.-bottom-8 {
  bottom: -0.5rem;
}

@media (max-width: 511px) {
  .sm-only {
    display: none !important;
  }
}

@media (min-width: 512px) {
  .sm-none {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .md-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .md-none {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .lg-only {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .lg-none {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .xl-only {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .xl-none {
    display: none !important;
  }
}

.shadow-navigation-bar {
  box-shadow: 0px -16px 32px -8px rgba(0, 0, 0, 0.08);
}

.shadow-down-md {
  box-shadow: var(--shadow-down-md);
}

.shadow-center {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}

.w-24 {
  width: 1.5rem;
}

.w-40 {
  width: 2.5rem;
}

.w-96 {
  width: 6rem;
}

.w-100 {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

@media (min-width: 48rem) {
  .w-16_md {
    width: 1rem;
  }
  .w-40_md {
    width: 2.5rem;
  }
  .w-96_md {
    width: 6rem;
  }
}
.max-w-1366 {
  max-width: 85.375rem;
}

@media (min-width: 48rem) {
  .max-w-520_md {
    max-width: 32.5rem;
  }
}
.h-16 {
  height: 1rem;
}

.h-40 {
  height: 2.5rem;
}

.h-48 {
  height: 3rem;
}

.h-96 {
  height: 6rem;
}

.h-100 {
  height: 100%;
}

.h-100vh {
  height: 100vh;
}

.h-150vh {
  height: 150vh;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

@media (min-width: 48rem) {
  .h-24_md {
    height: 1.5rem;
  }
  .h-32_md {
    height: 2rem;
  }
}
@media (min-width: 80rem) {
  .h-32_xl {
    height: 2rem;
  }
  .h-40_xl {
    height: 2.5rem;
  }
}
.mx-auto {
  margin-inline: auto;
}

.mt-8 {
  margin-top: 0.5rem;
}

.mt-16 {
  margin-top: 1rem;
}

.mt-24 {
  margin-top: 1.5rem;
}

.mt-60 {
  margin-top: 3.75rem;
}

.mt-70 {
  margin-top: 4.375rem;
}

.mt-80 {
  margin-top: 5rem;
}

.mr-16 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 0.25rem;
}

.mb-16 {
  margin-bottom: 1rem;
}

.mb-24 {
  margin-bottom: 1.5rem;
}

.mb-64 {
  margin-bottom: 4rem;
}

.mb-72 {
  margin-bottom: 4.5rem;
}

.mb-80 {
  margin-bottom: 5rem;
}

.ml-16 {
  margin-left: 1rem;
}

.ml-auto {
  margin-left: auto;
}

.p-8 {
  padding: 0.5rem;
}

.p-12 {
  padding: 0.75rem;
}

.p-16 {
  padding: 1rem;
}

.p-24 {
  padding: 1.5rem;
}

.py-4 {
  padding-block: 0.25rem;
}

.py-8 {
  padding-block: 0.5rem;
}

.py-12 {
  padding-block: 0.75rem;
}

.py-16 {
  padding-block: 1rem;
}

.py-24 {
  padding-block: 1.5rem;
}

.py-72 {
  padding-block: 4.5rem;
}

.px-8 {
  padding-inline: 0.5rem;
}

.px-16 {
  padding-inline: 1rem;
}

.px-24 {
  padding-inline: 1.5rem;
}

.pt-4 {
  padding-top: 0.25rem;
}

.pt-8 {
  padding-top: 0.5rem;
}

.pt-16 {
  padding-top: 1rem;
}

.pt-24 {
  padding-top: 1.5rem;
}

.pr-4 {
  padding-right: 0.25rem;
}

.pr-8 {
  padding-right: 0.5rem;
}

.pr-16 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 0.25rem;
}

.pb-8 {
  padding-bottom: 0.5rem;
}

.pb-12 {
  padding-bottom: 0.75rem;
}

.pb-16 {
  padding-bottom: 1rem;
}

.pb-32 {
  padding-bottom: 2rem;
}

.pl-4 {
  padding-left: 0.25rem;
}

.pl-16 {
  padding-left: 1rem;
}

.pl-32 {
  padding-left: 2rem;
}

@media (min-width: 48rem) {
  .p-24_md {
    padding: 1.5rem;
  }
  .pr-24_md {
    padding-right: 1.5rem;
  }
  .pl-24_md {
    padding-left: 1.5rem;
  }
  .py-8_md {
    padding-block: 0.5rem;
  }
}
@media (min-width: 64rem) {
  .p-32_lg {
    padding: 2rem;
  }
  .px-32_lg {
    padding-inline: 2rem;
  }
  .pr-0_lg {
    padding-right: 0rem;
  }
  .py-24_lg {
    padding-block: 1.5rem;
  }
}
@media (min-width: 80rem) {
  .pt-24_xl {
    padding-top: 1.5rem;
  }
}
.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.initial {
  text-transform: initial;
}

.text-ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: start;
}

.text-ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
}

.visibility-hidden {
  visibility: hidden;
}

.visibility-visible {
  visibility: visible;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.-z-2 {
  z-index: -2;
}

.-z-1 {
  z-index: -1;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-6 {
  z-index: 6;
}

.z-7 {
  z-index: 7;
}

.z-8 {
  z-index: 8;
}

.z-9 {
  z-index: 9;
}

.z-10 {
  z-index: 10;
}

.z-11 {
  z-index: 11;
}

.z-12 {
  z-index: 12;
}

.z-13 {
  z-index: 13;
}

.z-14 {
  z-index: 14;
}

.z-15 {
  z-index: 15;
}

.z-16 {
  z-index: 16;
}

.z-17 {
  z-index: 17;
}

.z-18 {
  z-index: 18;
}

.z-19 {
  z-index: 19;
}

.z-20 {
  z-index: 20;
}

.z-1000 {
  z-index: 1000;
}

.transition-regular {
  transition: all ease-in-out 0.2s;
}

.container {
  margin-inline: auto;
  padding-inline: var(--spacing);
  width: 100%;
  max-width: 85.375rem;
}

.cursor-initial {
  cursor: initial;
}

.category-body::after {
  content: "";
  height: 0.5rem;
}
.drawer[data-id='DrawerSidebar'] .drawer-body::-webkit-scrollbar{background-color:var(--neutral-light-50);width:8px;border-radius:10px}.drawer[data-id='DrawerSidebar'] .drawer-body::-webkit-scrollbar-thumb{background-color:var(--blue-400);border-radius:10px}.drawer[data-id='DrawerSidebar'] .hrHeight{height:1px}.drawer::after{z-index:10;content:'';width:100%;height:px(32);position:absolute;bottom:0;left:0;background:linear-gradient(0deg, rgba(255,255,255,0.7) 0%, rgba(254,254,254,0.15) 100%)}

.com-nav{border:1px solid #F2F2F2;box-shadow:0px 12px 24px rgba(0,0,0,0.04);padding:1.5rem 0 0;background-color:white;border-radius:.25rem;transition:all 0.7s ease-in-out;position:relative}.com-nav dl dd{color:#5A5A5A}.com-nav dl dd a,.com-nav dl dd button{cursor:pointer;text-align:left;background:transparent;display:block;padding:.75rem 0 .75rem 2.5rem}.com-nav dl dt{font-weight:700;margin:0 0 .75rem 1.5rem;padding-top:1.5rem;color:#272727}.com-nav dl dt:first-child{padding-top:0}.com-nav dl.--secondary{background:#F2F2F2;padding:1rem 0 .25rem 0;margin-top:1.5rem}.com-nav dl:last-child{position:relative;width:100%;display:flex;margin:1rem 0}.com-nav dl:last-child dt{display:none}.com-nav dl:last-child dd{display:flex;position:relative;align-items:center;width:10.375rem;height:2rem}.com-nav dl:last-child dd a,.com-nav dl:last-child dd button{width:100%;height:100%;padding:.5rem 1.5rem;color:#0250C9}.com-nav dl:last-child dd a:hover,.com-nav dl:last-child dd button:hover{color:#0250C9;opacity:0.8}@media screen and (min-width: 767px){.com-nav dl:last-child{display:none}}.com-nav .--active{color:#0074C4;border-left:4px solid #0074c4;padding-left:2.1875rem}@media screen and (max-width: 47.9375rem){.nav-container{position:absolute;top:4.1875rem;right:0;width:100%;overflow:auto;overflow-x:hidden;animation-duration:0.2s;animation-fill-mode:forwards;animation-name:globalBackgroundFadeOut;transition:all 0.2s ease-in-out}.nav-container .com-nav{width:20rem;animation-duration:0.7s;animation-fill-mode:forwards;animation-name:translateOutOfView}.menu-open{overflow:hidden}.menu-open .nav-container{overflow-y:scroll;position:fixed;top:4.1875rem;height:100vh;right:0;width:100%;animation-duration:0.2s;animation-fill-mode:forwards;animation-name:globalBackgroundFadeIn;z-index:6000}.menu-open .nav-container .com-nav{animation-duration:0.7s;animation-fill-mode:forwards;animation-name:translateIntoView;padding-bottom:7.5rem}.menu-open .header{position:fixed;top:0;background-color:#fff;width:100%;z-index:9000}}@keyframes globalBackgroundFadeIn{0%{background:rgba(28,28,31,0)}20%{background:rgba(28,28,31,0.3)}40%{background:rgba(28,28,31,0.45)}60%{background:rgba(28,28,31,0.55)}80%{background:rgba(28,28,31,0.65)}90%{background:rgba(28,28,31,0.75)}100%{background:rgba(28,28,31,0.8)}}@keyframes globalBackgroundFadeOut{0%{background:rgba(28,28,31,0.8)}20%{background:rgba(28,28,31,0.75)}40%{background:rgba(28,28,31,0.65)}60%{background:rgba(28,28,31,0.55)}80%{background:rgba(28,28,31,0.45)}90%{background:rgba(28,28,31,0.3)}100%{background:rgba(28,28,31,0)}}@keyframes translateIntoView{0%{transform:translate3d(100vw, 0, 0)}100%{transform:translate3d(calc(100vw - 320px), 0, 0)}}@keyframes translateOutOfView{0%{transform:translate3d(calc(100vw - 320px), 0, 0)}100%{transform:translate3d(100vw, 0, 0)}}.com-nav{border:1px solid #F2F2F2;box-shadow:0px 12px 24px rgba(0,0,0,0.04);padding:1.5rem 0 0;background-color:white;border-radius:.25rem;transition:all 0.7s ease-in-out;position:relative}.com-nav dl dd{color:#5A5A5A}.com-nav dl dd a,.com-nav dl dd button{cursor:pointer;text-align:left;background:transparent;display:block;padding:.75rem 0 .75rem 2.5rem}.com-nav dl dt{font-weight:700;margin:0 0 .75rem 1.5rem;padding-top:1.5rem;color:#272727}.com-nav dl dt:first-child{padding-top:0}.com-nav dl.--secondary{background:#F2F2F2;padding:1rem 0 .25rem 0;margin-top:1.5rem}.com-nav dl:last-child{position:relative;width:100%;display:flex;margin:1rem 0}.com-nav dl:last-child dt{display:none}.com-nav dl:last-child dd{display:flex;position:relative;align-items:center;width:10.375rem;height:2rem}.com-nav dl:last-child dd a,.com-nav dl:last-child dd button{width:100%;height:100%;padding:.5rem 1.5rem;color:#0250C9}.com-nav dl:last-child dd a:hover,.com-nav dl:last-child dd button:hover{color:#0250C9;opacity:0.8}@media screen and (min-width: 767px){.com-nav dl:last-child{display:none}}.com-nav .--active{color:#0074C4;border-left:4px solid #0074C4;padding-left:2.1875rem}@media screen and (max-width: 47.9375rem){.nav-container{position:absolute;top:4.1875rem;right:0;width:100%;overflow:auto;overflow-x:hidden;animation-duration:0.2s;animation-fill-mode:forwards;animation-name:globalBackgroundFadeOut;transition:all 0.2s ease-in-out}.nav-container .com-nav{width:20rem;animation-duration:0.7s;animation-fill-mode:forwards;animation-name:translateOutOfView}.menu-open{overflow:hidden}.menu-open .nav-container{overflow-y:scroll;position:fixed;top:4.1875rem;height:100vh;right:0;width:100%;animation-duration:0.2s;animation-fill-mode:forwards;animation-name:globalBackgroundFadeIn;z-index:6000}.menu-open .nav-container .com-nav{animation-duration:0.7s;animation-fill-mode:forwards;animation-name:translateIntoView;padding-bottom:7.5rem}.menu-open .header{position:fixed;top:0;background-color:#fff;width:100%;z-index:9000}}@keyframes globalBackgroundFadeIn{0%{background:rgba(28,28,31,0)}20%{background:rgba(28,28,31,0.3)}40%{background:rgba(28,28,31,0.45)}60%{background:rgba(28,28,31,0.55)}80%{background:rgba(28,28,31,0.65)}90%{background:rgba(28,28,31,0.75)}100%{background:rgba(28,28,31,0.8)}}@keyframes globalBackgroundFadeOut{0%{background:rgba(28,28,31,0.8)}20%{background:rgba(28,28,31,0.75)}40%{background:rgba(28,28,31,0.65)}60%{background:rgba(28,28,31,0.55)}80%{background:rgba(28,28,31,0.45)}90%{background:rgba(28,28,31,0.3)}100%{background:rgba(28,28,31,0)}}@keyframes translateIntoView{0%{transform:translate3d(100vw, 0, 0)}100%{transform:translate3d(calc(100vw - 320px), 0, 0)}}@keyframes translateOutOfView{0%{transform:translate3d(calc(100vw - 320px), 0, 0)}100%{transform:translate3d(100vw, 0, 0)}}

.footer{margin-top:2.5rem;padding:2rem 1.5rem;border-top:thin solid #ccc;display:flex;justify-content:center}@media screen and (min-width: 64rem){.footer{margin-top:5rem}}.footer .com-title{display:inline-flex;font-weight:bold}.footer .com-list{display:flex;justify-content:center;flex-wrap:wrap}.footer .com-list li{display:inline-block;margin-bottom:.5rem;line-height:1.5rem;text-align:center}.footer .com-list li:first-child{margin-right:0}.footer .com-list li:first-child:after{display:none}.footer .com-list li:after{font-size:.875rem;right:-.625rem}@media screen and (max-width: 31.3125rem){.footer .com-list li{margin-right:0}.footer .com-list li:after{display:none}}

.headerWizard{position:relative}.headerWizard .buttonWizard{width:3rem;height:3rem;display:flex;justify-content:center;align-items:center;background:#F2F2F2;margin-right:1.5rem;border-radius:4px;cursor:pointer}.headerWizard .tooltipWizard{position:absolute;display:grid;grid-template-columns:1fr;width:10.75rem;background:#126FFF;padding:12px;bottom:-65px;left:-60px;box-shadow:0px 4px 8px 0px rgba(0,0,0,0.07843);border-radius:4px;z-index:999}.headerWizard .tooltipWizard::after{content:"";width:15px;height:15px;background:#126FFF;transform:rotate(45deg);position:absolute;top:-7px;left:calc(50% - 10px);border-radius:2px}.headerWizard .tooltipWizard .contentWizard{position:relative}.headerWizard .tooltipWizard .contentWizard p{color:#fff;text-align:left}.headerWizard .tooltipWizard .contentWizard .tooltipWizard__close{position:absolute;background:transparent;right:-2px;top:0px}.headerWizard .tooltipWizard .contentWizard .tooltipWizard__close svg{height:9px}.headerWizard .tooltipWizard .contentWizard .tooltipWizard__close svg path{fill:#fff}.animate{animation-name:fadeIn;animation-duration:0.7s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}.contenedor .modal.--none{padding:.5rem}@media (min-width: 768px){.contenedor .modal.--none{padding:1.5rem}}.contenedor .modal.--none .--footer .mod-button{margin-bottom:.5rem}.contenedor .modal.--none .modal__header .mod-title{border-bottom:0;flex-direction:row-reverse;margin-bottom:0}.contenedor .modal.--none .modal__header .mod-title .com-title{display:none}.contenedor .modal.--none .modal__header .mod-title .mod-button{background:transparent;border:none}.contenedor .modal .row{display:flex;justify-content:center}.contenedor .modal .row.--close{justify-content:flex-end}.contenedor .modal .row.--close .modalWizard__close{padding:.5rem;background:transparent}.contenedor .modal .row.--main{flex-direction:column;justify-content:center;align-items:center;border-bottom:1px solid #E4E4E4;margin-bottom:1rem}.contenedor .modal .row.--main svg{margin-bottom:2rem}.contenedor .modal .row.--main .com-title{margin-bottom:1rem;text-align:center}.contenedor .modal .row.--main .com-paragraph{margin-bottom:1rem;text-align:center}.contenedor .modal .row.--main .contentButtons{width:5rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.contenedor .modal .row.--main .contentButtons .radioButton{width:.8125rem;height:.8125rem;border-radius:50%;border:1px solid #ccc;background:#fff}.contenedor .modal .row.--main .contentButtons .radioButton.active{border:1px solid #126FFF;background:#126FFF}.contenedor .modal .row.--footer{flex-direction:column-reverse;justify-content:center;align-items:center}@media (min-width: 768px){.contenedor .modal .row.--footer{flex-direction:column}}@media (min-width: 768px){.contenedor .modal .row.--footer{flex-direction:row}}.contenedor .modal .row.--footer .mod-button{width:100%;margin-left:0}@media (min-width: 768px){.contenedor .modal .row.--footer .mod-button{width:inherit}}@media (min-width: 768px){.contenedor .modal .row.--footer .mod-button+.mod-button{margin-left:1rem}}


a {
  cursor: pointer;
}

.button {
  cursor: pointer;
}
.button.adqui-button {
  text-transform: initial;
}
.button.adqui-button.--full-width {
  width: 100%;
}
.card-item[data-variant=default] .icon-left-container {
  background-color: var(--neutral-light-50);
}
.card-item[data-variant=highlight] .icon-left-container {
  background-color: var(--white);
}
.card-item[data-variant=digital] .icon-left-container {
  background-color: var(--neutral-light-50);
}
.card-item[data-variant=danger] .icon-left-container {
  background-color: var(--danger-50);
}
.card-item:hover[data-variant=default] .icon-left-container {
  background-color: var(--neutral-light-1);
}
.card-item:hover[data-variant=highlight] .icon-left-container {
  background-color: var(--white);
}
.card-item:hover[data-variant=digital] .icon-left-container {
  background-color: var(--neutral-light-1);
}
.card-item:hover[data-variant=danger] .icon-left-container {
  background-color: var(--danger-500);
}
.card-item:hover[data-variant=danger] .icon-left-container .icon > svg > path {
  color: var(--neutral-light-1);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.button, .button > .icon > svg > path {
  transition: all 0.3s ease-in-out;
}
.button:hover {
  opacity: 0.8;
}
.button:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.drawer-overlay .drawer[data-position=left] {
  transform: translate3d(-100%, 0, 0);
}
.drawer-overlay .drawer[data-position=right] {
  transform: translate3d(100%, 0, 0);
}
.drawer-overlay .drawer[data-visible=true] {
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
.icon {
  transition: 0.3s ease-in-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon.--hasWrapper {
  box-sizing: content-box;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.icon > svg {
  width: inherit;
  height: inherit;
  vertical-align: top;
}
.icon.--icon-12 {
  width: 0.75rem;
  height: 0.75rem;
}
.icon.--icon-12.--hasWrapper {
  padding: 0.25rem;
}
.icon.--icon-16 {
  width: 1rem;
  height: 1rem;
}
.icon.--icon-16.--hasWrapper {
  padding: 0.5rem;
}
.icon.--icon-18 {
  width: 1.125rem;
  height: 1.125rem;
}
.icon.--icon-18.--hasWrapper {
  padding: 0.5rem;
}
.icon.--icon-20 {
  width: 1.25rem;
  height: 1.25rem;
}
.icon.--icon-20.--hasWrapper {
  padding: 0.5rem;
}
.icon.--icon-24 {
  width: 1.5rem;
  height: 1.5rem;
}
.icon.--icon-24.--hasWrapper {
  padding: 0.5rem;
}
.icon.--icon-28 {
  width: 1.75rem;
  height: 1.75rem;
}
.icon.--icon-28.--hasWrapper {
  padding: 0.5rem;
}
.icon.--icon-32 {
  width: 2rem;
  height: 2rem;
}
.icon.--icon-32.--hasWrapper {
  padding: 0.75rem;
}
.icon.--icon-36 {
  width: 2.25rem;
  height: 2.25rem;
}
.icon.--icon-36.--hasWrapper {
  padding: 0.75rem;
}
.icon.--icon-40 {
  width: 2.5rem;
  height: 2.5rem;
}
.icon.--icon-40.--hasWrapper {
  padding: 1rem;
}
.icon.--icon-44 {
  width: 2.75rem;
  height: 2.75rem;
}
.icon.--icon-44.--hasWrapper {
  padding: 1rem;
}
.icon.--icon-48 {
  width: 3rem;
  height: 3rem;
}
.icon.--icon-48.--hasWrapper {
  padding: 1rem;
}
.icon.--light svg > path {
  fill: #ffffff;
}
.icon.--dark svg > path {
  fill: #272727;
}
.icon.--gray svg > path {
  fill: #919191;
}
.icon.--gray-600 svg > path {
  fill: #5a5a5a;
}
.icon.--warning svg > path {
  fill: #fdb727;
}
.icon.--primary svg > path {
  fill: #126fff;
}
.icon.--success svg > path {
  fill: #22b120;
}
.icon.--danger svg > path {
  fill: #f44336;
}
.icon.--violet svg > path {
  fill: #00033a;
}
.icon.--inherit svg > path {
  fill: currentColor;
}

.common-header-container {
  height: var(--header-height, -moz-min-content);
  height: var(--header-height, min-content);
}
.common-header-container .common-main-header .content > div {
  grid-template-columns: [left-start] var(--header-outer-spacing, auto) [center-start] 2fr [center-end] var(--header-outer-spacing, auto) [right-end];
  grid-template-rows: [main-start] 1fr [main-end];
}
.common-header-container .common-main-header .content > div .left-options {
  grid-column: left-start/center-start;
}
.common-header-container .common-main-header .content > div .center-options {
  grid-column: var(--center-options-grid-column, center-start/center-end);
}
.common-header-container .common-main-header .content > div .right-options {
  grid-column: center-end/right-end;
}
.common-header-container .common-main-header .content > div .search-container {
  grid-column: left-start/right-end;
}
@media (min-width: 80rem) {
  .common-header-container .common-main-header .content > div .search-container {
    grid-column: center-start/center-end;
    grid-row: main-start;
  }
}
.common-header-container .common-main-header .content > div .bottom-options {
  grid-column: left-start/right-end;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}em{font-style:italic}*{box-sizing:border-box;margin:0;padding:0;border:none}input:focus,a,button{outline:none}textarea{outline:none}body{font-family:Arial, "sans-serif"}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input{-webkit-appearance:none}a{text-decoration:none;color:inherit;transition:all 0.2s ease-in-out}a:hover{opacity:0.8;transition:all 0.2s ease-in-out;cursor:pointer}select:disabled,input:disabled{opacity:1}.--threexl{font-size:1.5rem;line-height:2rem}@media (max-width: 767px){.mod-article:not(&.--bomba) .--threexl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 48em){.--threexl{font-size:2.5rem;line-height:3.25rem}}@media (min-width: 68.75em){.--threexl{font-size:3rem;line-height:3.5rem}}.--twoxl{font-size:2rem;line-height:2.5rem}@media (max-width: 767px){.mod-article .--twoxl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 48em){.--twoxl{font-size:2.5rem;line-height:3.25rem}}.--xl{font-size:2rem;line-height:2.5rem}@media (max-width: 767px){.mod-article .--xl{font-size:1.25rem;line-height:1.75rem}}.--l{font-size:1.25rem;line-height:1.75rem}@media (min-width: 48em){.--l{font-size:1.5rem;line-height:2rem}}.--m{font-size:1.25rem;line-height:1.75rem}.--s{font-size:1.1875rem;line-height:1.875rem}.--xs{font-size:1.25rem;line-height:1.75rem}@media (min-width: 48em){.--xs{font-size:1.125rem;line-height:1.625rem}}.--twoxs{font-size:1rem;line-height:1.5rem}.--threexs{font-size:.9375rem;line-height:1.375rem}.--fourxs{font-size:.875rem;line-height:1rem}.--fivexs{font-size:.75rem;line-height:1rem}.--sixxs{font-size:.6875rem;line-height:1rem}.--font-thin{font-weight:100}.--font-light{font-weight:300}.--font-regular{font-weight:400}.--font-medium{font-weight:500}strong,.--font-bold{font-weight:700}.--font-black{font-weight:900}.--font-highlight{background:transparent;text-decoration:underline;-webkit-text-decoration-color:#FFFF24;text-decoration-color:#FFFF24;text-decoration-thickness:2px;font-weight:700;white-space:nowrap}.--mb-0{margin-bottom:0rem !important}.--mb-8{margin-bottom:.5rem !important}.--mb-16{margin-bottom:1rem !important}.--mb-24{margin-bottom:1.5rem !important}.--mb-32{margin-bottom:2rem !important}.--mb-40{margin-bottom:3rem !important}.--mb-48{margin-bottom:3rem !important}.--mr-0{margin-right:0rem !important}.--mr-8{margin-right:.5rem !important}.--mr-16{margin-right:1rem !important}.--mr-24{margin-right:1.5rem !important}.--mr-32{margin-right:2rem !important}.--mr-40{margin-right:3rem !important}.--mr-48{margin-right:3rem !important}.--ml-0{margin-left:0rem !important}.--ml-8{margin-left:.5rem !important}.--ml-16{margin-left:1rem !important}.--ml-24{margin-left:1.5rem !important}.--ml-32{margin-left:2rem !important}.--ml-40{margin-left:3rem !important}.--ml-48{margin-left:3rem !important}.--mt-0{margin-top:0rem !important}.--mt-8{margin-top:.5rem !important}.--mt-16{margin-top:1rem !important}.--mt-24{margin-top:1.5rem !important}.--mt-32{margin-top:2rem !important}.--mt-40{margin-top:3rem !important}.--mt-48{margin-top:3rem !important}.--mx-0{margin-top:0rem !important;margin-bottom:0rem !important}.--mx-8{margin-top:.5rem !important;margin-bottom:.5rem !important}.--mx-16{margin-top:1rem !important;margin-bottom:1rem !important}.--mx-24{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.--mx-32{margin-top:2rem !important;margin-bottom:2rem !important}.--mx-40{margin-top:3rem !important;margin-bottom:3rem !important}.--mx-48{margin-top:3rem !important;margin-bottom:3rem !important}.--ai-end{align-items:end}.--ai-center{align-items:center}.--light-neutral-800{color:#272727}.--light-neutral-600{color:#5A5A5A}.--red-500{color:#E2342D}.--boxBorder{padding:1rem;border:1px solid #E4E4E4}.--grid{display:grid}.--gt-40-1fr{grid-template-columns:40px 1fr}.--flex-inline{display:inline-flex;border-radius:.25rem}.--jc-start{justify-content:flex-start}.--ai-start{align-items:flex-start}.--ac-start{align-content:flex-start}.--as-start{align-self:flex-start}.--jc-end{justify-content:flex-end}.--ai-end{align-items:flex-end}.--ac-end{align-content:flex-end}.--as-end{align-self:flex-end}.--jc-center{justify-content:center}.--ai-center{align-items:center}.--ac-center{align-content:center}.--as-center{align-self:center}.--jc-around{justify-content:space-around}.--ac-around{align-content:space-around}.--jc-between{justify-content:space-between}.--ac-between{align-content:space-between}.--jc-evenly{justify-content:space-evenly}.--ac-evenly{align-content:space-evenly}.--d-flex{display:flex}.--grow-1{flex-grow:1}.--flex-wrap{flex-wrap:wrap}.--flex-row{flex-direction:row}.--flex-col{flex-direction:column}.--gap-4{grid-gap:.25rem !important;gap:.25rem !important}.--gap-8{grid-gap:.5rem !important;gap:.5rem !important}.--gap-12{grid-gap:.75rem !important;gap:.75rem !important}.--gap-16{grid-gap:1rem !important;gap:1rem !important}.--gap-20{grid-gap:1.25rem !important;gap:1.25rem !important}.--gap-24{grid-gap:1.5rem !important;gap:1.5rem !important}.--tt-capitalize{text-transform:capitalize}.--blue-500{color:#0250C9}@font-face{font-family:"sueca";src:url(../fonts/suecaslab-medium.eot);src:url(../fonts/suecaslab-medium.eot?#iefix) format("embedded-opentype"),url(../fonts/suecaslab-medium.woff) format("woff"),url(../fonts/suecaslab-medium.ttf) format("truetype"),url(../fonts/suecaslab-medium.svg?#webfont) format("svg");font-weight:normal;font-style:normal;font-display:block}@font-face{font-family:"sueca";src:url(../fonts/suecaslab-bold.eot);src:url(../fonts/suecaslab-bold.eot?#iefix) format("embedded-opentype"),url(../fonts/suecaslab-bold.woff) format("woff"),url(../fonts/suecaslab-bold.ttf) format("truetype"),url(../fonts/suecaslab-bold.svg?#webfont) format("svg");font-weight:bold;font-style:normal;font-display:block}@font-face{font-family:"Icons";src:url(../fonts/lana-icons.eot);src:url(../fonts/lana-icons.eot?#iefix) format("embedded-opentype"),url(../fonts/lana-icons.woff) format("woff"),url(../fonts/lana-icons.ttf) format("truetype"),url(../fonts/lana-icons.svg?#webfont) format("svg");font-weight:normal;font-style:normal;font-display:block}@font-face{font-family:"Logos";src:url(../fonts/logos.eot);src:url(../fonts/logos.eot?#iefix) format("embedded-opentype"),url(../fonts/logos.woff) format("woff"),url(../fonts/logos.ttf) format("truetype"),url(../fonts/logos.svg?#webfont) format("svg");font-weight:normal;font-style:normal;font-display:block}@font-face{font-family:"Roboto";src:url(../fonts/roboto-regular.eot);src:url(../fonts/roboto-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/roboto-regular.woff) format("woff"),url(../fonts/roboto-regular.ttf) format("truetype"),url(../fonts/roboto-regular.svg?#webfont) format("svg");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:"Roboto";src:url(../fonts/roboto-bold.eot);src:url(../fonts/roboto-bold.eot?#iefix) format("embedded-opentype"),url(../fonts/roboto-bold.woff) format("woff"),url(../fonts/roboto-bold.ttf) format("truetype"),url(../fonts/roboto-bold.svg?#webfont) format("svg");font-weight:700;font-style:normal;font-display:block}@font-face{font-family:"Roboto";src:url(../fonts/roboto-black.eot);src:url(../fonts/roboto-black.eot?#iefix) format("embedded-opentype"),url(../fonts/roboto-black.woff) format("woff"),url(../fonts/roboto-black.ttf) format("truetype"),url(../fonts/roboto-black.svg?#webfont) format("svg");font-weight:900;font-style:normal;font-display:block}.--arial{font-family:"Arial"}.--georgia{font-family:"Georgia","serif"}.--roboto{font-family:"Roboto"}.--sueca{font-family:"sueca"}[class^="icon-"],[class*=" icon-"]{font-family:"Icons";speak:never;font-style:normal;font-weight:normal;font-feature-settings:normal;font-variant:normal;text-transform:none;font-size:1.5rem;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-add:before{content:"\e900"}.icon-add-filled:before{content:"\e901"}.icon-alert:before{content:"\e902"}.icon-alert-filled:before{content:"\e903"}.icon-android:before{content:"\e904"}.icon-arrow-down:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow-up:before{content:""}.icon-bullet:before{content:""}.icon-bullet-outline:before{content:""}.icon-bullet-xs:before{content:""}.icon-calendar:before{content:"\e90c"}.icon-calendar-filled:before{content:"\e90d"}.icon-car:before{content:"\e90e"}.icon-check-mark:before{content:"\e90f"}.icon-checkbox-blank:before{content:"\e910"}.icon-checkbox-filled:before{content:"\e911"}.icon-checked:before{content:"\e912"}.icon-clear-night:before{content:'\e913'}.icon-clock:before{content:'\e914'}.icon-close:before{content:""}.icon-cloudy:before{content:'\e916'}.icon-club:before{content:'\e917'}.icon-club-filled:before{content:"\e918"}.icon-comment:before{content:'\e919'}.icon-copy:before{content:"\e91a"}.icon-coupons:before{content:"\e91b"}.icon-deco-home:before{content:"\e91c"}.icon-delete:before{content:"\e91d"}.icon-delete-filled:before{content:"\e91e"}.icon-download:before{content:"\e91f"}.icon-download-file:before{content:"\e920"}.icon-edit:before{content:"\e921"}.icon-edit-filled:before{content:"\e922"}.icon-email:before{content:""}.icon-email-filled:before{content:"\e924"}.icon-email-open:before{content:"\e925"}.icon-email-open-filled:before{content:"\e926"}.icon-emoji:before{content:"\e927"}.icon-entertainment:before{content:"\e928"}.icon-error-warning:before{content:"\e929"}.icon-error-warning-filled:before{content:"\e92a"}.icon-eye:before{content:"\e92b"}.icon-eye-filled:before{content:"\e92c"}.icon-eye-off:before{content:"\e92d"}.icon-eye-off-filled:before{content:"\e92e"}.icon-facebook:before{content:"\e92f"}.icon-facebook-filled:before{content:""}.icon-fashion:before{content:"\e931"}.icon-fast:before{content:"\e932"}.icon-filter:before{content:'\e933'}.icon-flag:before{content:"\e934"}.icon-flag-filled:before{content:"\e935"}.icon-forbid:before{content:"\e936"}.icon-go:before{content:"\e937"}.icon-group:before{content:'\e938'}.icon-headset:before{content:"\e939"}.icon-headset-filled:before{content:"\e93a"}.icon-healthy:before{content:"\e93b"}.icon-home:before{content:'\e93c'}.icon-home-filled:before{content:"\e93d"}.icon-horizontal-line:before{content:'\e93e'}.icon-info:before{content:'\e93f'}.icon-info-filled:before{content:"\e940"}.icon-instagram:before{content:'\e941'}.icon-instagram-filled:before{content:'\e942'}.icon-ios:before{content:"\e943"}.icon-like:before{content:'\e944'}.icon-like-filled:before{content:'\e945'}.icon-linkedin:before{content:"\e946"}.icon-linkedin-filled:before{content:'\e947'}.icon-lock:before{content:"\e948"}.icon-lock-filled:before{content:"\e949"}.icon-map:before{content:"\e94a"}.icon-map-filled:before{content:"\e94b"}.icon-medium:before{content:"\e94c"}.icon-medium-filled:before{content:'\e94d'}.icon-menu:before{content:'\e94e'}.icon-more:before{content:'\e94f'}.icon-no-wifi:before{content:"\e950"}.icon-order:before{content:'\e951'}.icon-pause:before{content:'\e952'}.icon-pinterest:before{content:"\e953"}.icon-pinterest-filled:before{content:'\e954'}.icon-play:before{content:'\e955'}.icon-play-filled:before{content:'\e956'}.icon-plus:before{content:"\e957"}.icon-qr:before{content:"\e958"}.icon-radio-blank:before{content:'\e959'}.icon-radio-filled:before{content:'\e95a'}.icon-rain:before{content:'\e95b'}.icon-rainy-cloudy:before{content:'\e95c'}.icon-reply:before{content:"\e95d"}.icon-reply-filled:before{content:"\e95e"}.icon-restaurant:before{content:"\e95f"}.icon-rss:before{content:'\e960'}.icon-search:before{content:'\e961'}.icon-sections:before{content:'\e962'}.icon-sections-filled:before{content:'\e963'}.icon-settings:before{content:'\e964'}.icon-settings-filled:before{content:'\e965'}.icon-share:before{content:"\e966"}.icon-share-android:before{content:"\e967"}.icon-shop:before{content:"\e968"}.icon-shop-online:before{content:"\e969"}.icon-slow:before{content:"\e96a"}.icon-snapchat:before{content:"\e96b"}.icon-snapchat-filled:before{content:'\e96c'}.icon-snow:before{content:'\e96d'}.icon-snow-cloudy:before{content:'\e96e'}.icon-soundcloud:before{content:"\e96f"}.icon-soundcloud-filled:before{content:'\e970'}.icon-spotify:before{content:"\e971"}.icon-spotify-filled:before{content:'\e972'}.icon-star:before{content:"\e973"}.icon-star-filled:before{content:"\e974"}.icon-storm:before{content:'\e975'}.icon-storm-cloudy:before{content:'\e976'}.icon-sun:before{content:'\e977'}.icon-sun-cloudy:before{content:'\e978'}.icon-supermarket:before{content:"\e979"}.icon-tiktok:before{content:'\e97a'}.icon-timer:before{content:'\e97b'}.icon-trip:before{content:"\e97c"}.icon-tumblr:before{content:'\e97d'}.icon-twitch:before{content:'\e97e'}.icon-twitter:before{content:"\e97f"}.icon-twitter-filled:before{content:""}.icon-unlock:before{content:'\e981'}.icon-unlock-filled:before{content:'\e982'}.icon-user:before{content:'\e983'}.icon-vertical-line:before{content:'\e984'}.icon-whatsapp:before{content:"\e985"}.icon-whatsapp-filled:before{content:""}.icon-windy:before{content:'\e987'}.icon-youtube:before{content:"\e988"}.icon-youtube-filled:before{content:'\e989'}.icon-zoom:before{content:""}[class^="logo-"],[class*=" logo-"]{font-family:"Logos";font-style:normal;font-weight:normal;font-feature-settings:normal;font-variant:normal;text-transform:none;font-size:1.0625rem;display:inline-block;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.logo-brando:before{content:""}.logo-club:before{content:""}.logo-club-lanacion:before{content:""}.logo-hola:before{content:""}.logo-hola-argentina:before{content:""}.logo-jardin:before{content:""}.logo-la-nacion:before{content:""}.logo-living:before{content:""}.logo-ln:before{content:""}.logo-ln-mas:before{content:""}.logo-ln-placeholder:before{content:""}.logo-lugares:before{content:""}.logo-negocios:before{content:""}.logo-ohlala:before{content:""}.logo-rolling:before,.logo-rolling-stone:before{content:""}.logo-bbc:before{content:""}.logo-propiedades:before{content:""}.logo-la-nacion.--color{color:#006998}body,html{width:100%}form{margin-bottom:2rem}fieldset{margin-bottom:2rem}fieldset legend{color:#272727;font-weight:bold;font-size:1.1875rem;line-height:1.875rem;margin-bottom:2rem}body{font-size:.875rem;line-height:1rem;font-family:Arial, Helvetica, sans-serif}.--threexl{font-size:1.5rem;line-height:2rem}@media (max-width: 767px){.mod-article:not(.--threexl.--bomba) .--threexl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 48em){.--threexl{font-size:2.5rem;line-height:3.25rem}}@media (min-width: 68.75em){.--threexl{font-size:3rem;line-height:3.5rem}}.--twoxl{font-size:2rem;line-height:2.5rem}@media (max-width: 767px){.mod-article .--twoxl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 48em){.--twoxl{font-size:2.5rem;line-height:3.25rem}}.--xl{font-size:2rem;line-height:2.5rem}@media (max-width: 767px){.mod-article .--xl{font-size:1.25rem;line-height:1.75rem}}.--l{font-size:1.25rem;line-height:1.75rem}@media (min-width: 48em){.--l{font-size:1.5rem;line-height:2rem}}.--m{font-size:1.25rem;line-height:1.75rem}.--s{font-size:1.1875rem;line-height:1.875rem}.--xs{font-size:1.25rem;line-height:1.75rem}@media (min-width: 48em){.--xs{font-size:1.125rem;line-height:1.625rem}}.--twoxs{font-size:1rem;line-height:1.5rem}.--threexs{font-size:.9375rem;line-height:1.375rem}.--fourxs{font-size:.875rem;line-height:1rem}.--fivexs{font-size:.75rem;line-height:1rem}.--sixxs{font-size:.6875rem;line-height:1rem}.--font-thin{font-weight:100}.--font-light{font-weight:300}.--font-regular{font-weight:400}.--font-medium{font-weight:500}strong,.--font-bold{font-weight:700}.--font-black{font-weight:900}.--font-highlight{background:transparent;text-decoration:underline;-webkit-text-decoration-color:#FFFF24;text-decoration-color:#FFFF24;text-decoration-thickness:2px;font-weight:700;white-space:nowrap}.--mb-0{margin-bottom:0rem !important}.--mb-8{margin-bottom:.5rem !important}.--mb-16{margin-bottom:1rem !important}.--mb-24{margin-bottom:1.5rem !important}.--mb-32{margin-bottom:2rem !important}.--mb-40{margin-bottom:3rem !important}.--mb-48{margin-bottom:3rem !important}.--mr-0{margin-right:0rem !important}.--mr-8{margin-right:.5rem !important}.--mr-16{margin-right:1rem !important}.--mr-24{margin-right:1.5rem !important}.--mr-32{margin-right:2rem !important}.--mr-40{margin-right:3rem !important}.--mr-48{margin-right:3rem !important}.--ml-0{margin-left:0rem !important}.--ml-8{margin-left:.5rem !important}.--ml-16{margin-left:1rem !important}.--ml-24{margin-left:1.5rem !important}.--ml-32{margin-left:2rem !important}.--ml-40{margin-left:3rem !important}.--ml-48{margin-left:3rem !important}.--mt-0{margin-top:0rem !important}.--mt-8{margin-top:.5rem !important}.--mt-16{margin-top:1rem !important}.--mt-24{margin-top:1.5rem !important}.--mt-32{margin-top:2rem !important}.--mt-40{margin-top:3rem !important}.--mt-48{margin-top:3rem !important}.--mx-0{margin-top:0rem !important;margin-bottom:0rem !important}.--mx-8{margin-top:.5rem !important;margin-bottom:.5rem !important}.--mx-16{margin-top:1rem !important;margin-bottom:1rem !important}.--mx-24{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.--mx-32{margin-top:2rem !important;margin-bottom:2rem !important}.--mx-40{margin-top:3rem !important;margin-bottom:3rem !important}.--mx-48{margin-top:3rem !important;margin-bottom:3rem !important}.--ai-end{align-items:end}.--ai-center{align-items:center}.--light-neutral-800{color:#272727}.--light-neutral-600{color:#5A5A5A}.--red-500{color:#E2342D}.--boxBorder{padding:1rem;border:1px solid #E4E4E4}.--grid{display:grid}.--gt-40-1fr{grid-template-columns:40px 1fr}.--flex-inline{display:inline-flex;border-radius:.25rem}.--jc-start{justify-content:flex-start}.--ai-start{align-items:flex-start}.--ac-start{align-content:flex-start}.--as-start{align-self:flex-start}.--jc-end{justify-content:flex-end}.--ai-end{align-items:flex-end}.--ac-end{align-content:flex-end}.--as-end{align-self:flex-end}.--jc-center{justify-content:center}.--ai-center{align-items:center}.--ac-center{align-content:center}.--as-center{align-self:center}.--jc-around{justify-content:space-around}.--ac-around{align-content:space-around}.--jc-between{justify-content:space-between}.--ac-between{align-content:space-between}.--jc-evenly{justify-content:space-evenly}.--ac-evenly{align-content:space-evenly}.--d-flex{display:flex}.--grow-1{flex-grow:1}.--flex-wrap{flex-wrap:wrap}.--flex-row{flex-direction:row}.--flex-col{flex-direction:column}.--gap-4{grid-gap:.25rem !important;gap:.25rem !important}.--gap-8{grid-gap:.5rem !important;gap:.5rem !important}.--gap-12{grid-gap:.75rem !important;gap:.75rem !important}.--gap-16{grid-gap:1rem !important;gap:1rem !important}.--gap-20{grid-gap:1.25rem !important;gap:1.25rem !important}.--gap-24{grid-gap:1.5rem !important;gap:1.5rem !important}.--tt-capitalize{text-transform:capitalize}.--blue-500{color:#0250C9}.fade-in{animation-name:fadeIn;animation-duration:0.8s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}@keyframes fadeIn{0%{opacity:0;visibility:hidden;transform:translateY(10px)}100%{opacity:1;visibility:visible;transform:translateY(0)}}.fade-out{animation-name:fadeOut;animation-duration:0.8s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}@keyframes fadeOut{0%{opacity:1;visibility:visible;transform:translateY(0)}100%{opacity:0;visibility:hidden;transform:translateY(-10px)}}.fadeInDown{animation-name:fadeInDown;animation-duration:0.6s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.fadeOutUp{animation-name:fadeOutUp;animation-duration:0.6s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.shimmer{animation:shimmer 2s infinite}@keyframes shimmer{100%{transform:translateX(100%)}}[class^='lay'],[class*=' lay']{width:100%;padding-right:.625rem;padding-left:.625rem;margin-right:auto;margin-left:auto}@media (min-width: 22em){[class^='lay'],[class*=' lay']{padding-right:0;padding-left:0}}@media (min-width: 48em){[class^='lay'],[class*=' lay']{padding-right:0;padding-left:0}}@media (min-width: 64em){[class^='lay'],[class*=' lay']{padding-right:0;padding-left:0}}.lay-full-width{padding-left:0;padding-right:0;max-width:100%}.menu{display:grid;margin-top:1.5rem;padding:0 1rem}@media (min-width: 768px){.menu{padding-left:1.5rem;padding-right:1.5rem}}@media screen and (min-width: 1280px){.menu{grid-template-columns:280px 1fr;padding-left:2rem;padding-right:2rem;grid-column-gap:2rem}}.container-streched{position:relative}@media (min-width: 48em){.container-streched{max-width:624px}}.com-list.--inline{display:inline-flex}.com-list.--inline li:not(:last-child){position:relative;padding-right:1rem;margin-right:1rem}.com-list.--inline li:not(:last-child):after{position:absolute;font-family:'Icons';content:'\e909';color:#ccc;font-size:.875rem;right:-.5rem;bottom:-.1875rem}.list{margin-top:1rem}.list li{position:relative;padding-left:2rem;margin-bottom:1rem}.list li:before{position:absolute;content:'•';color:#5A5A5A;font-size:2rem;left:.5rem;bottom:0}.mod-callback-list .com-paragraph{font-size:.875rem;line-height:1rem;color:#5A5A5A}.box-loading{width:100%;height:100vh;position:fixed;top:0;left:0;z-index:10;background-color:rgba(255,255,255,0.8)}.box-loading .com-spinner{top:40%}.com-container{display:grid;grid-row-gap:1rem;row-gap:1rem;grid-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;grid-template-columns:1fr}@media screen and (min-width: 63.9375rem){.com-container{grid-template-columns:repeat(auto-fit, minmax(100px, 1fr));grid-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}}.com-container.--no-wrap{grid-template-columns:repeat(auto-fit, minmax(100px, 1fr)) !important}.com-container.--no-row-gap{grid-row-gap:0 !important;row-gap:0 !important}.com-container.--no-column-gap{grid-column-gap:0 !important;-moz-column-gap:0 !important;column-gap:0 !important}.bg-transparent{background-color:transparent}.notification-drawer-overlay{z-index:11000 !important}.none{display:none !important}.-bottom-8{bottom:1.7rem}:root .volver-none{padding:10px;border-radius:4px}@media (max-width: 1024px){:root .volver-none{display:none}}


/*# sourceMappingURL=main31f325c.min.css.map*/