.andes-progress-indicator-circular{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;position:relative}.andes-progress-indicator-circular--blue{stroke:#3483fa}.andes-progress-indicator-circular--white{stroke:#fff}.andes-progress-indicator-circular__content{color:rgba(0,0,0,.9);font-size:12px;font-weight:400}.andes-progress-indicator-circular--indeterminate .andes-progress-indicator-circular__svg{-webkit-animation:andes-pi-circular-rotate 2s linear infinite;animation:andes-pi-circular-rotate 2s linear infinite;left:0;position:absolute;top:0;z-index:1022}.andes-progress-indicator-circular--indeterminate .andes-progress-indicator-circular__circle{stroke-linecap:round;-webkit-animation:andes-pi-circular-dash 1.5s ease-in-out infinite;animation:andes-pi-circular-dash 1.5s ease-in-out infinite}@-webkit-keyframes andes-pi-circular-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes andes-pi-circular-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes andes-pi-circular-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes andes-pi-circular-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.andes-progress-indicator-circular--medium{stroke-width:3px;height:32px;width:32px}@-webkit-keyframes andes-button-start-width-animation{0%{width:0}to{width:90%}}@keyframes andes-button-start-width-animation{0%{width:0}to{width:90%}}.andes-button{-webkit-font-smoothing:antialiased;-webkit-border-radius:6px;border-radius:6px;display:inline-block;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:16px;font-weight:600;height:48px;line-height:48px;padding:0 24px;text-align:center;-webkit-transition:.18s ease-out;transition:.18s ease-out;-webkit-transition-property:background,color;transition-property:background,color;width:auto}.andes-button:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-button:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-button:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-button:link{text-decoration:none}.andes-button,.andes-button *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.andes-button svg{display:inline-block;max-height:1.125em;max-width:1.125em;vertical-align:middle}.andes-button--full-width{display:block;width:100%}.andes-button--disabled{pointer-events:none}.andes-button--fetching .andes-progress-indicator-circular{stroke-width:6px;-webkit-align-items:center;align-items:center;-webkit-animation:translateInButtonSpinner .2s,fadeIn .2s;animation:translateInButtonSpinner .2s,fadeIn .2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;display:inline-block;-webkit-justify-content:center;justify-content:center}.andes-button--fetching .andes-progress-indicator-circular__svg{height:24px;left:25%;top:25%;width:24px}.andes-button--fetching .andes-button__content{-webkit-animation:translateOutButtonSpinner .2s,fadeOut .2s;animation:translateOutButtonSpinner .2s,fadeOut .2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.andes-button--fetching-complete .andes-button__content{-webkit-animation:translateInButtonSpinnerComplete .2s,fadeIn .2s;animation:translateInButtonSpinnerComplete .2s,fadeIn .2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.andes-button__content{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;height:100%;-webkit-justify-content:center;justify-content:center}.andes-button__content:after{clear:both;content:"";display:table}.andes-button__content *{display:block;float:left}.andes-button__text{-webkit-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.andes-button__text+svg,svg+.andes-button__text{margin-left:12px}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes translateInButtonSpinner{0%{-webkit-transform:translate(-webkit-calc(50% - 20px),50%);transform:translate(calc(50% - 20px),50%)}to{-webkit-transform:translateY(-webkit-calc(-50% - 22px));transform:translateY(calc(-50% - 22px))}}@keyframes translateInButtonSpinner{0%{-webkit-transform:translate(-webkit-calc(50% - 20px),50%);transform:translate(calc(50% - 20px),50%)}to{-webkit-transform:translateY(-webkit-calc(-50% - 22px));transform:translateY(calc(-50% - 22px))}}@-webkit-keyframes translateOutButtonSpinner{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@keyframes translateOutButtonSpinner{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@-webkit-keyframes translateOutButtonSpinnerComplete{0%{-webkit-transform:translateY(-webkit-calc(-50% - 22px));transform:translateY(calc(-50% - 22px))}to{-webkit-transform:translateY(-80px);transform:translateY(-80px)}}@keyframes translateOutButtonSpinnerComplete{0%{-webkit-transform:translateY(-webkit-calc(-50% - 22px));transform:translateY(calc(-50% - 22px))}to{-webkit-transform:translateY(-80px);transform:translateY(-80px)}}@-webkit-keyframes translateInButtonSpinnerComplete{0%{-webkit-transform:translateY(50%);transform:translateY(50%)}to{-webkit-transform:translateY(-webkit-calc(-50% + 22px));transform:translateY(calc(-50% + 22px))}}@keyframes translateInButtonSpinnerComplete{0%{-webkit-transform:translateY(50%);transform:translateY(50%)}to{-webkit-transform:translateY(-webkit-calc(-50% + 22px));transform:translateY(calc(-50% + 22px))}}.andes-button--medium{-webkit-border-radius:5px;border-radius:5px;font-size:14px;height:32px;line-height:32px;padding:0 12px}.andes-button--medium .andes-button__text+svg,.andes-button--medium svg+.andes-button__text{margin-left:8px}.andes-button--small{-webkit-border-radius:4px;border-radius:4px;font-size:12px;height:24px;line-height:24px;padding:0 8px}.andes-button--small svg{display:none}.andes-button--small .andes-button__text{margin:0}.andes-button--loud:hover{background-color:#3483fa;border-color:transparent;color:#fff}.andes-button--loud:hover path{stroke:#fff!important}@media(min-width:768px){.andes-button--loud:hover{background-color:#2968c8;border-color:transparent;color:#fff}.andes-button--loud:hover path{stroke:#fff!important}}.andes-button--loud{-webkit-box-shadow:0 0 0 0 #fff;box-shadow:0 0 0 0 #fff;cursor:pointer;-webkit-transition:background-color .2s ease-out,-webkit-box-shadow .25s ease-out;transition:background-color .2s ease-out,-webkit-box-shadow .25s ease-out;transition:box-shadow .25s ease-out,background-color .2s ease-out;transition:box-shadow .25s ease-out,background-color .2s ease-out,-webkit-box-shadow .25s ease-out}.andes-button--loud,.andes-button--loud:focus,.andes-button--loud:link,.andes-button--loud:visited{background-color:#3483fa;border-color:transparent;color:#fff}.andes-button--loud path,.andes-button--loud:focus path,.andes-button--loud:link path,.andes-button--loud:visited path{stroke:#fff!important}.andes-button--loud:hover{-webkit-transition:background-color .2s ease-in;transition:background-color .2s ease-in}.andes-button--loud:active{background-color:#1f4e96;border-color:transparent;color:#fff}.andes-button--loud:active path{stroke:#fff!important}.andes-button--loud:disabled,.andes-button--loud[disabled]{background-clip:padding-box;background-color:rgba(0,0,0,.1);border-color:transparent;color:rgba(0,0,0,.25);cursor:default}.andes-button--loud:disabled path,.andes-button--loud[disabled] path{stroke:rgba(0,0,0,.25)!important}.andes-button--quiet:hover{background-color:rgba(65,137,230,.15);border-color:transparent;color:#3483fa}.andes-button--quiet:hover path{stroke:#3483fa!important}@media(min-width:768px){.andes-button--quiet:hover{background-color:rgba(65,137,230,.2);border-color:transparent;color:#3483fa}.andes-button--quiet:hover path{stroke:#3483fa!important}}.andes-button--quiet{-webkit-box-shadow:0 0 0 0 #fff;box-shadow:0 0 0 0 #fff;cursor:pointer;-webkit-transition:background-color .2s ease-out,-webkit-box-shadow .25s ease-out;transition:background-color .2s ease-out,-webkit-box-shadow .25s ease-out;transition:box-shadow .25s ease-out,background-color .2s ease-out;transition:box-shadow .25s ease-out,background-color .2s ease-out,-webkit-box-shadow .25s ease-out}.andes-button--quiet,.andes-button--quiet:focus,.andes-button--quiet:link,.andes-button--quiet:visited{background-color:rgba(65,137,230,.15);border-color:transparent;color:#3483fa}.andes-button--quiet path,.andes-button--quiet:focus path,.andes-button--quiet:link path,.andes-button--quiet:visited path{stroke:#3483fa!important}.andes-button--quiet:hover{-webkit-transition:background-color .2s ease-in;transition:background-color .2s ease-in}.andes-button--quiet:active{background-color:rgba(65,137,230,.3);border-color:transparent;color:#3483fa}.andes-button--quiet:active path{stroke:#3483fa!important}.andes-button--quiet:disabled,.andes-button--quiet[disabled]{background-clip:padding-box;background-color:rgba(0,0,0,.1);border-color:transparent;color:rgba(0,0,0,.25);cursor:default}.andes-button--quiet:disabled path,.andes-button--quiet[disabled] path{stroke:rgba(0,0,0,.25)!important}.andes-button--transparent:hover{background-color:transparent;border-color:transparent;color:#3483fa}.andes-button--transparent:hover path{stroke:#3483fa!important}@media(min-width:768px){.andes-button--transparent:hover{background-color:rgba(65,137,230,.1);border-color:transparent;color:#3483fa}.andes-button--transparent:hover path{stroke:#3483fa!important}}.andes-button--transparent{-webkit-box-shadow:0 0 0 0 #fff;box-shadow:0 0 0 0 #fff;cursor:pointer;-webkit-transition:background-color .2s ease-out,-webkit-box-shadow .25s ease-out;transition:background-color .2s ease-out,-webkit-box-shadow .25s ease-out;transition:box-shadow .25s ease-out,background-color .2s ease-out;transition:box-shadow .25s ease-out,background-color .2s ease-out,-webkit-box-shadow .25s ease-out}.andes-button--transparent,.andes-button--transparent:focus,.andes-button--transparent:link,.andes-button--transparent:visited{background-color:transparent;border-color:transparent;color:#3483fa}.andes-button--transparent path,.andes-button--transparent:focus path,.andes-button--transparent:link path,.andes-button--transparent:visited path{stroke:#3483fa!important}.andes-button--transparent:hover{-webkit-transition:background-color .2s ease-in;transition:background-color .2s ease-in}.andes-button--transparent:active{background-color:rgba(65,137,230,.2);border-color:transparent;color:#3483fa}.andes-button--transparent:active path{stroke:#3483fa!important}.andes-button--transparent:disabled,.andes-button--transparent[disabled]{background-clip:padding-box;background-color:transparent;border-color:transparent;color:rgba(0,0,0,.25);cursor:default}.andes-button--transparent:disabled path,.andes-button--transparent[disabled] path{stroke:rgba(0,0,0,.25)!important}.andes-button--quiet.loading:active,.andes-button--quiet.loading:disabled,.andes-button--quiet.loading:hover{background-color:rgba(65,137,230,.15);border-color:transparent;color:#3483fa}.andes-button--quiet.loading:active path,.andes-button--quiet.loading:disabled path,.andes-button--quiet.loading:hover path{stroke:#3483fa!important}.andes-button--quiet:after,.andes-button--quiet:before{background-color:rgba(65,137,230,.2);border-color:transparent;-webkit-border-radius:.2222222222em;border-radius:.2222222222em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;color:#3483fa;content:"";height:100%;left:0;margin:-.0555555556em;padding:.0555555556em;position:absolute;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:left center;transform-origin:left center;width:100%}.andes-button--quiet:after path,.andes-button--quiet:before path{stroke:#3483fa!important}.andes-button--loud.loading:active,.andes-button--loud.loading:disabled,.andes-button--loud.loading:hover{background-color:#3483fa;border-color:transparent;color:#fff}.andes-button--loud.loading:active path,.andes-button--loud.loading:disabled path,.andes-button--loud.loading:hover path{stroke:#fff!important}.andes-button--loud:after,.andes-button--loud:before{background-color:#2968c8;border-color:transparent;-webkit-border-radius:.2222222222em;border-radius:.2222222222em;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;color:#fff;content:"";height:100%;left:0;margin:-.0555555556em;padding:.0555555556em;position:absolute;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:left center;transform-origin:left center;width:100%}.andes-button--loud:after path,.andes-button--loud:before path{stroke:#fff!important}.andes-button--progress{border:0;overflow:hidden;position:relative}.andes-button--progress:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3)}.andes-button--progress .andes-button__content{margin:auto;position:relative;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:1}.andes-button--progress .andes-button__content .andes-button--progress__content{position:absolute;-webkit-transform:translate3d(0,32px,0);transform:translate3d(0,32px,0);-webkit-transition:-webkit-transform .2s ease-in;transition:-webkit-transform .2s ease-in;transition:transform .2s ease-in;transition:transform .2s ease-in,-webkit-transform .2s ease-in}.andes-button--progress .andes-button__content :not(.andes-button--progress__content),.andes-button--progress.loading .andes-button__content .andes-button--progress__content{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:-webkit-transform .2s ease-in;transition:-webkit-transform .2s ease-in;transition:transform .2s ease-in;transition:transform .2s ease-in,-webkit-transform .2s ease-in}.andes-button--progress.loading .andes-button__content .andes-button--progress__content{position:relative}.andes-button--progress.loading .andes-button__content :not(.andes-button--progress__content){position:absolute;-webkit-transform:translate3d(0,-32px,0);transform:translate3d(0,-32px,0);-webkit-transition:-webkit-transform .2s ease-in;transition:-webkit-transform .2s ease-in;transition:transform .2s ease-in;transition:transform .2s ease-in,-webkit-transform .2s ease-in;width:100%}.andes-button--progress.loading:after,.andes-button--progress.loading:focus:after{-webkit-animation:andes-button-start-width-animation 60s cubic-bezier(0,.56,.76,.96);animation:andes-button-start-width-animation 60s cubic-bezier(0,.56,.76,.96);-webkit-transform:scaleX(1);transform:scaleX(1)}.andes-button--progress.finished:before,.andes-button--progress.loading.finished,.andes-button--progress.progress:before{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transition:opacity .5s ease-in,-webkit-transform .25s ease-in;transition:opacity .5s ease-in,-webkit-transform .25s ease-in;transition:transform .25s ease-in,opacity .5s ease-in;transition:transform .25s ease-in,opacity .5s ease-in,-webkit-transform .25s ease-in}.andes-button-dropdown{padding-right:16px}.andes-button-dropdown__menu .andes-button-dropdown__menu-item:hover{background:rgba(0,0,0,.04)}.andes-button-dropdown.andes-button--loud .andes-button-dropdown__svg-fill{fill:#fff}.andes-button-dropdown.andes-button--quiet .andes-button-dropdown__svg-fill,.andes-button-dropdown.andes-button--transparent .andes-button-dropdown__svg-fill{fill:#3483fa}.andes-button-dropdown.andes-button--disabled:disabled .andes-button-dropdown__svg-fill{fill:rgba(0,0,0,.25)}.andes-button-dropdown-container{display:inline-block;position:relative}.andes-button-dropdown__menu--bottom,.andes-button-dropdown__menu--top{margin:0;width:auto}.andes-popper{height:100%;width:100%}.andes-visually-hidden{clip:rect(0 0 0 0);border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:0 -1px -1px 0;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.andes-list{-webkit-font-smoothing:antialiased;background-color:#fff;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:18px;font-weight:400;line-height:1;margin:0;padding:0}.andes-list:focus{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.andes-list:focus-visible{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.andes-list-with-dividers .andes-list__item+.andes-list__item{border-top:1px solid rgba(0,0,0,.1)}.andes-list-asset{margin-top:.5em}.andes-list__item{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;padding:0 16px}.andes-list__item:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-list__item:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-list__item:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-list__item-anchor{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;margin:0 -16px;padding:0 16px;text-decoration:none;width:100%;width:-moz-available;width:-webkit-fill-available;width:fill-available}.andes-list__item-anchor:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-list__item-anchor:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-list__item-anchor:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-list__item-action-button{-webkit-align-items:center;align-items:center;background-color:transparent;border:0;display:-webkit-flex;display:flex;font-family:inherit;font-size:inherit;-webkit-justify-content:space-between;justify-content:space-between;line-height:12px;margin:0 -16px;padding:0 18px;text-decoration:none;width:-moz-available;width:-webkit-fill-available;width:fill-available}.andes-list__item-action-button:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-list__item-action-button:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-list__item-action-button:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-list__item-with-secondary{-webkit-align-self:center;align-self:center}.andes-list__item-first-column{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-flex-grow:4;flex-grow:4}.andes-list__item-second-column{display:-webkit-inline-flex;display:inline-flex}.andes-list__item-second-column .andes-list__item-tertiary{padding-right:16px}.andes-list__item-second-column .andes-list__item-chevron--centered{-webkit-align-self:center;align-self:center}.andes-list__item-second-column .andes-list__item-chevron--top{-webkit-align-self:flex-start;align-self:flex-start}.andes-list__item-primary{color:rgba(0,0,0,.9);display:block}.andes-list__item-secondary{color:rgba(0,0,0,.55);display:block;font-size:16px;line-height:1}.andes-list__item-tertiary{-webkit-align-self:center;align-self:center;color:rgba(0,0,0,.9)}.andes-list__item-tertiary .andes-checkbox__label{margin-left:0}.andes-list__item-image{-webkit-align-self:flex-start;align-self:flex-start;border:1px solid rgba(0,0,0,.1);-webkit-border-radius:50%;border-radius:50%;display:block}.andes-list__item--size-small{height:40px}.andes-list__item--size-small.andes-list__item-with-image{height:56px}.andes-list__item--size-small .andes-list__item-first-column{padding:15px 0}.andes-list__item--size-small .andes-list__item-asset>svg{margin-right:8px;margin-top:.25em}.andes-list__item--size-small .andes-list__item-primary,.andes-list__item--size-small .andes-list__item-tertiary{font-size:14px}.andes-list__item--size-small .andes-list__item-image{height:36px;margin-right:12px;min-height:36px;min-width:36px;width:36px}.andes-list__item--size-medium{height:48px}.andes-list__item--size-medium.andes-list__item-with-image,.andes-list__item--size-medium.andes-list__item-with-secondary{height:68px}.andes-list__item--size-medium.andes-list__item-with-image .andes-list__item-tertiary--top,.andes-list__item--size-medium.andes-list__item-with-secondary .andes-list__item-tertiary--top{-webkit-align-self:start;align-self:start;margin-top:.87em}.andes-list__item--size-medium.andes-list__item-with-secondary .andes-list__item-asset>svg{padding-bottom:1.4em}.andes-list__item--size-medium .andes-list__item-first-column{padding:18px 0}.andes-list__item--size-medium .andes-list__item-asset>svg{margin-right:12px;margin-top:.1em}.andes-list__item--size-medium .andes-list__item-primary,.andes-list__item--size-medium .andes-list__item-tertiary{font-size:16px}.andes-list__item--size-medium .andes-list__item-secondary{font-size:14px;margin-top:12px}.andes-list__item--size-medium .andes-list__item-chevron--top{margin-top:.6em}.andes-list__item--size-medium .andes-list__item-image{height:38px;margin-right:16px;min-height:38px;min-width:38px;width:38px}.andes-list__item--size-large{height:68px}.andes-list__item--size-large.andes-list__item-with-image,.andes-list__item--size-large.andes-list__item-with-secondary{height:96px}.andes-list__item--size-large.andes-list__item-with-image .andes-list__item-tertiary--top,.andes-list__item--size-large.andes-list__item-with-secondary .andes-list__item-tertiary--top{-webkit-align-self:start;align-self:start;margin-top:1.28em}.andes-list__item--size-large.andes-list__item-with-secondary .andes-list__item-asset>svg{padding-bottom:1.7em}.andes-list__item--size-large .andes-list__item-first-column{padding:28px 0}.andes-list__item--size-large .andes-list__item-asset>svg{margin-right:16px;margin-top:.1em}.andes-list__item--size-large .andes-list__item-secondary{margin-top:16px}.andes-list__item--size-large .andes-list__item-chevron--top{margin-top:1.2em}.andes-list__item--size-large .andes-list__item-image{height:54px;margin-right:16px;min-height:54px;min-width:54px;width:54px}.andes-list__item--padding-0{padding:0}.andes-list__item--padding-16{padding-left:16px;padding-right:16px}.andes-list__item--padding-24{padding-left:24px;padding-right:24px}.andes-list__item--padding-32{padding-left:32px;padding-right:32px}.andes-list__item--padding-40{padding-left:40px;padding-right:40px}.andes-list__group{list-style:none}.andes-list__group--header{-webkit-align-items:flex-end;align-items:flex-end;color:rgba(0,0,0,.55);cursor:default;display:-webkit-flex;display:flex;font-size:12px;font-weight:600;-webkit-justify-content:space-between;justify-content:space-between;padding:0 16px}.andes-list__group--sublist{padding:0}.andes-list__group::marker{content:""}.andes-list__group+.andes-list__group{border-top:1px solid rgba(0,0,0,.1)}.andes-list__group--size-small .andes-list__group--header{height:30px;padding-bottom:10px}.andes-list__group--size-medium .andes-list__group--header{height:36px;padding-bottom:12px}.andes-list__group--size-large .andes-list__group--header{font-size:14px;height:52px;padding-bottom:16px}.andes-list__group--padding-0 .andes-list__group--header{padding-left:0;padding-right:0}.andes-list__group--padding-16 .andes-list__group--header{padding-left:16px;padding-right:16px}.andes-list__group--padding-24 .andes-list__group--header{padding-left:24px;padding-right:24px}.andes-list__group--padding-32 .andes-list__group--header{padding-left:32px;padding-right:32px}.andes-list__group--padding-40 .andes-list__group--header{padding-left:40px;padding-right:40px}.andes-list--dropdown .andes-list__item-secondary,.andes-list--dropdown .andes-list__item-tertiary{display:none}.andes-list--dropdown .andes-list__item--size-medium.andes-list__item-with-image,.andes-list--dropdown .andes-list__item--size-medium.andes-list__item-with-secondary{height:48px}.andes-list--dropdown .andes-list__item--size-large.andes-list__item-with-image,.andes-list--dropdown .andes-list__item--size-large.andes-list__item-with-secondary{height:68px}.andes-list--dropdown .andes-list__item-with-image .andes-list__item-first-column .andes-list__item-asset>svg,.andes-list--dropdown .andes-list__item-with-secondary .andes-list__item-first-column .andes-list__item-asset>svg{padding-bottom:0}.andes-list--selectable .andes-list__item:hover{background-color:#fff}@media(min-width:768px){.andes-list--selectable .andes-list__item:hover{background-color:rgba(0,0,0,.04)}}.andes-list--selectable .andes-list__item{cursor:pointer}.andes-list--selectable .andes-list__item:hover{-webkit-transition:background-color .1s ease-out;transition:background-color .1s ease-out}.andes-list--selectable .andes-list__item--disabled{cursor:default}.andes-list--selectable .andes-list__item--disabled:hover{background-color:#fff}.andes-list__item--disabled:hover{background:transparent}.andes-list__item--disabled .andes-list__item-primary,.andes-list__item--disabled .andes-list__item-secondary,.andes-list__item--disabled .andes-list__item-tertiary{color:rgba(0,0,0,.25)}.andes-list__item--disabled .andes-list__item-first-column .andes-list__item-asset>svg path{fill:rgba(0,0,0,.25)}.andes-list__item--disabled.andes-list__item--selected:before{border-left:.1111111111em solid rgba(0,0,0,.25)}.andes-list__item--disabled.andes-list__item--selected .andes-list__item-primary{color:rgba(0,0,0,.25)}.andes-list__item--disabled.andes-list__item--selected .andes-list__item-first-column .andes-list__item-asset>svg path{fill:rgba(0,0,0,.25)}.andes-list__item--disabled.andes-list__item--selected.andes-list__item-with-selection-component .andes-list__item-primary{color:rgba(0,0,0,.25)}.andes-list__item--selected{position:relative}.andes-list__item--selected:before{left:2px;position:absolute}.andes-list__item--selected-padding-0:before,.andes-list__item--selected:before{border-left:.1111111111em solid #3483fa;-webkit-border-radius:1.5px;border-radius:1.5px;bottom:2px;content:"";top:2px}.andes-list__item--selected-padding-0:before{left:0}.andes-list__item--selected .andes-list__item-primary{color:#3483fa;font-weight:600}.andes-list__item--selected .andes-list__item-first-column .andes-list__item-asset>svg path{fill:#3483fa}.andes-list__item--selected.andes-list__item-with-selection-component:before{border-left:0}.andes-list__item--selected.andes-list__item-with-selection-component .andes-list__item-primary{color:rgba(0,0,0,.9);font-weight:400}.andes-floating-menu{-webkit-font-smoothing:antialiased;-webkit-border-radius:.375em;border-radius:.375em;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1;position:relative}.andes-floating-menu li:first-child,.andes-floating-menu li:first-child a,.andes-floating-menu li:first-child button{-webkit-border-top-left-radius:.375em;border-top-left-radius:.375em;-webkit-border-top-right-radius:.375em;border-top-right-radius:.375em}.andes-floating-menu li:last-child,.andes-floating-menu li:last-child a,.andes-floating-menu li:last-child button{-webkit-border-bottom-left-radius:.375em;border-bottom-left-radius:.375em;-webkit-border-bottom-right-radius:.375em;border-bottom-right-radius:.375em}.andes-floating-menu .andes-list__item{outline:none}.andes-floating-menu .andes-list__item:focus{box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-floating-menu .andes-list__item:focus-visible{box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-floating-menu .andes-list__item:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-floating-menu .andes-list__item>:focus{box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-floating-menu .andes-list__item>:focus-visible{box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #2968c8,inset 0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-floating-menu .andes-list__item>:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-floating-menu__no-results{color:rgba(0,0,0,.55);font-size:14px;height:18px;padding:18px 16px}.andes-floating-menu__search-box{padding:16px 16px 4px}.andes-floating-menu .andes-floating-menu-item-hover{background-color:#ededed}.andes-floating-menu .andes-form-control--search-box .andes-form-control__field{margin:0}.andes-button-split{display:-webkit-inline-flex;display:inline-flex;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;position:relative}.andes-button-split .andes-button-split-text{-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-webkit-border-top-right-radius:0;border-top-right-radius:0;display:inline;padding-left:16px;padding-right:16px}.andes-button-split .andes-button-split-text:focus{position:relative}.andes-button-split .andes-button-split-text:focus-visible{position:relative}.andes-button-split .andes-button-split-chevron{-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;border-left:1px solid rgba(0,0,0,.1);-webkit-border-top-left-radius:0;border-top-left-radius:0;padding:0 6px;vertical-align:bottom}.andes-button-split .andes-button-split-chevron:focus{position:relative}.andes-button-split .andes-button-split-chevron:focus-visible{position:relative}.andes-button-split.andes-button--loud .andes-button-split__svg-fill{fill:#fff}.andes-button-split.andes-button--quiet .andes-button-split__svg-fill,.andes-button-split.andes-button--transparent .andes-button-split__svg-fill{fill:#3483fa}.andes-button-split .andes-button--loud .andes-button-split__svg-fill{fill:#fff}.andes-button-split .andes-button--quiet .andes-button-split__svg-fill,.andes-button-split .andes-button--transparent .andes-button-split__svg-fill{fill:#3483fa}.andes-button-split__menu{display:inline;margin:0;position:static}.andes-button-split__menu--bottom,.andes-button-split__menu--top{width:auto}.andes-button-split__menu--bottom-right,.andes-button-split__menu--top-right{width:-webkit-max-content;width:-moz-max-content;width:max-content}.andes-card--padding-default>.andes-card__content,.andes-card--padding-default>.andes-card__footer,.andes-card--padding-default>.andes-card__header{padding:16px}.andes-card--padding-0>.andes-card__content,.andes-card--padding-0>.andes-card__footer,.andes-card--padding-0>.andes-card__header{padding:0}.andes-card--padding-16>.andes-card__content,.andes-card--padding-16>.andes-card__footer,.andes-card--padding-16>.andes-card__header{padding:16px}.andes-card--padding-24>.andes-card__content,.andes-card--padding-24>.andes-card__footer,.andes-card--padding-24>.andes-card__header{padding:24px}.andes-card--padding-32>.andes-card__content,.andes-card--padding-32>.andes-card__footer,.andes-card--padding-32>.andes-card__header{padding:32px}.andes-card{background-color:#fff;-webkit-border-radius:6px;border-radius:6px;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif}.andes-card--animated{-webkit-transition:-webkit-box-shadow .2s ease-in-out;transition:-webkit-box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out,-webkit-box-shadow .2s ease-in-out}.andes-card--animated:hover,.andes-card--elevated{-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.1);box-shadow:0 8px 16px 0 rgba(0,0,0,.1)}.andes-card--flat{-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.12);box-shadow:0 1px 2px 0 rgba(0,0,0,.12)}.andes-card--secondary-light{background-color:#f5f5f5;-webkit-box-shadow:none;box-shadow:none}.andes-card--secondary-dark{background-color:#ededed;-webkit-box-shadow:none;box-shadow:none}.andes-card--outline{border:1px solid rgba(0,0,0,.1)}.andes-card>:first-child{-webkit-border-top-left-radius:6px;border-top-left-radius:6px;-webkit-border-top-right-radius:6px;border-top-right-radius:6px}.andes-card>:last-child{-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px;-webkit-border-bottom-right-radius:6px;border-bottom-right-radius:6px}.andes-card__title{color:rgba(0,0,0,.9);font-size:16px;font-weight:600;line-height:20px;margin:0;padding:0}.andes-card__header{padding-bottom:14px}.andes-card__header--border{border-bottom:1px solid rgba(0,0,0,.07)}.andes-card__footer{padding-top:14px}.andes-card__footer--border{border-top:1px solid rgba(0,0,0,.07)}.andes-card__footer--link{color:#3483fa;display:block;font-size:16px;font-weight:600;line-height:20px;text-decoration:none;-webkit-transition:background-color .15s ease-out;transition:background-color .15s ease-out}.andes-card__footer--link:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-card__footer--link:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-card__footer--link:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-card__footer--link:hover{background-color:#f5f5f5;color:#2968c8}.andes-card__arrow{border-color:#3483fa;border-style:solid;border-width:1px 1px 0 0;display:block;float:right;height:7px;margin-top:5px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:7px}.andes-card--error .andes-card__content{position:relative}.andes-card--error .andes-card__content:before{background:#f23d4f;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:4px}.andes-card--error .andes-card__content:first-child:before{-webkit-border-top-left-radius:6px;border-top-left-radius:6px}.andes-card--error .andes-card__content:last-child:before{-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px}.andes-card--neutral .andes-card__content{position:relative}.andes-card--neutral .andes-card__content:before{background:#3483fa;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:4px}.andes-card--neutral .andes-card__content:first-child:before{-webkit-border-top-left-radius:6px;border-top-left-radius:6px}.andes-card--neutral .andes-card__content:last-child:before{-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px}.andes-card--success .andes-card__content{position:relative}.andes-card--success .andes-card__content:before{background:#00a650;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:4px}.andes-card--success .andes-card__content:first-child:before{-webkit-border-top-left-radius:6px;border-top-left-radius:6px}.andes-card--success .andes-card__content:last-child:before{-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px}.andes-card--warning .andes-card__content{position:relative}.andes-card--warning .andes-card__content:before{background:#f73;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:4px}.andes-card--warning .andes-card__content:first-child:before{-webkit-border-top-left-radius:6px;border-top-left-radius:6px}.andes-card--warning .andes-card__content:last-child:before{-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px}.andes-thumbnail--24{height:22px;width:22px}.andes-thumbnail--24,.andes-thumbnail--32{-webkit-align-items:center;align-items:center;background-color:#fff;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.andes-thumbnail--32{height:30px;width:30px}.andes-thumbnail--40{height:38px;width:38px}.andes-thumbnail--40,.andes-thumbnail--48{-webkit-align-items:center;align-items:center;background-color:#fff;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.andes-thumbnail--48{height:46px;width:46px}.andes-thumbnail--56{height:54px;width:54px}.andes-thumbnail--56,.andes-thumbnail--64{-webkit-align-items:center;align-items:center;background-color:#fff;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.andes-thumbnail--64{height:62px;width:62px}.andes-thumbnail--72{height:70px;width:70px}.andes-thumbnail--72,.andes-thumbnail--80{-webkit-align-items:center;align-items:center;background-color:#fff;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.andes-thumbnail--80{height:78px;width:78px}.andes-thumbnail--96{-webkit-align-items:center;align-items:center;background-color:#fff;display:-webkit-flex;display:flex;height:94px;-webkit-justify-content:center;justify-content:center;width:94px}.andes-thumbnail{color:rgba(0,0,0,.9);font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-weight:400;line-height:1}.andes-thumbnail.andes-thumbnail--24{font-size:11px}.andes-thumbnail.andes-thumbnail--32{font-size:14px}.andes-thumbnail.andes-thumbnail--40{font-size:16px}.andes-thumbnail.andes-thumbnail--48{font-size:20px}.andes-thumbnail.andes-thumbnail--56{font-size:24px}.andes-thumbnail.andes-thumbnail--64{font-size:28px}.andes-thumbnail.andes-thumbnail--72{font-size:32px}.andes-thumbnail.andes-thumbnail--80,.andes-thumbnail.andes-thumbnail--96{font-size:36px}.andes-thumbnail>img{height:auto;max-width:100%;width:auto}.andes-thumbnail--circle{border:1px solid rgba(0,0,0,.07);-webkit-border-radius:50%;border-radius:50%;overflow:hidden}.andes-thumbnail--square{border:1px solid rgba(0,0,0,.07);overflow:hidden}.andes-thumbnail--square.andes-thumbnail--24,.andes-thumbnail--square.andes-thumbnail--32{-webkit-border-radius:3px;border-radius:3px}.andes-thumbnail--square.andes-thumbnail--40,.andes-thumbnail--square.andes-thumbnail--48,.andes-thumbnail--square.andes-thumbnail--56,.andes-thumbnail--square.andes-thumbnail--64{-webkit-border-radius:4px;border-radius:4px}.andes-thumbnail--square.andes-thumbnail--72,.andes-thumbnail--square.andes-thumbnail--80{-webkit-border-radius:5px;border-radius:5px}.andes-thumbnail--square.andes-thumbnail--96{-webkit-border-radius:6px;border-radius:6px}.andes-thumbnail__badge{border:0}.andes-thumbnail--64.andes-thumbnail__badge-generic,.andes-thumbnail--72.andes-thumbnail__badge-generic,.andes-thumbnail--80.andes-thumbnail__badge-generic{border:3px solid #bfbfbf;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.andes-thumbnail--24.andes-thumbnail__badge-generic,.andes-thumbnail--32.andes-thumbnail__badge-generic,.andes-thumbnail--40.andes-thumbnail__badge-generic,.andes-thumbnail--48.andes-thumbnail__badge-generic,.andes-thumbnail--56.andes-thumbnail__badge-generic{border:2px solid #bfbfbf;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.andes-thumbnail--64.andes-thumbnail__badge-neutral,.andes-thumbnail--72.andes-thumbnail__badge-neutral,.andes-thumbnail--80.andes-thumbnail__badge-neutral{border:3px solid #3483fa;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.andes-thumbnail--24.andes-thumbnail__badge-neutral,.andes-thumbnail--32.andes-thumbnail__badge-neutral,.andes-thumbnail--40.andes-thumbnail__badge-neutral,.andes-thumbnail--48.andes-thumbnail__badge-neutral,.andes-thumbnail--56.andes-thumbnail__badge-neutral{border:2px solid #3483fa;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.andes-thumbnail--64.andes-thumbnail__badge-success,.andes-thumbnail--72.andes-thumbnail__badge-success,.andes-thumbnail--80.andes-thumbnail__badge-success{border:3px solid #00a650;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.andes-thumbnail--24.andes-thumbnail__badge-success,.andes-thumbnail--32.andes-thumbnail__badge-success,.andes-thumbnail--40.andes-thumbnail__badge-success,.andes-thumbnail--48.andes-thumbnail__badge-success,.andes-thumbnail--56.andes-thumbnail__badge-success{border:2px solid #00a650;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.andes-thumbnail--64.andes-thumbnail__badge-warning,.andes-thumbnail--72.andes-thumbnail__badge-warning,.andes-thumbnail--80.andes-thumbnail__badge-warning{border:3px solid #f73;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.andes-thumbnail--24.andes-thumbnail__badge-warning,.andes-thumbnail--32.andes-thumbnail__badge-warning,.andes-thumbnail--40.andes-thumbnail__badge-warning,.andes-thumbnail--48.andes-thumbnail__badge-warning,.andes-thumbnail--56.andes-thumbnail__badge-warning{border:2px solid #f73;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.andes-thumbnail--64.andes-thumbnail__badge-error,.andes-thumbnail--72.andes-thumbnail__badge-error,.andes-thumbnail--80.andes-thumbnail__badge-error{border:3px solid #f23d4f;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.andes-thumbnail--24.andes-thumbnail__badge-error,.andes-thumbnail--32.andes-thumbnail__badge-error,.andes-thumbnail--40.andes-thumbnail__badge-error,.andes-thumbnail--48.andes-thumbnail__badge-error,.andes-thumbnail--56.andes-thumbnail__badge-error{border:2px solid #f23d4f;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.andes-thumbnail__badge .andes-badge{position:relative}.andes-thumbnail--24+.andes-badge--dot{left:16px;top:-16px}.andes-thumbnail--32+.andes-badge--dot{left:22px;top:-16px}.andes-thumbnail--40+.andes-badge--notification,.andes-thumbnail--40+.andes-badge--pill{left:24px;top:-16px}.andes-thumbnail--48+.andes-badge--notification,.andes-thumbnail--48+.andes-badge--pill{left:32px;top:-16px}.andes-thumbnail--56+.andes-badge--notification,.andes-thumbnail--56+.andes-badge--pill{left:40px;top:-16px}.andes-thumbnail--64+.andes-badge--notification,.andes-thumbnail--64+.andes-badge--pill{left:40px;top:-24px}.andes-thumbnail--72+.andes-badge--notification,.andes-thumbnail--72+.andes-badge--pill{left:48px;top:-24px}.andes-thumbnail--80+.andes-badge--notification,.andes-thumbnail--80+.andes-badge--pill{left:56px;top:-24px}.andes-thumbnail--default{background-color:#fff;border:1px solid rgba(0,0,0,.07)}.andes-thumbnail--loud{background-color:#3483fa;border:0;color:#fff}.andes-thumbnail--quiet{background-color:rgba(65,137,230,.1);border:0;color:#3483fa}.andes-thumbnail--loud-disabled,.andes-thumbnail--quiet-disabled{background-color:rgba(0,0,0,.1);color:rgba(0,0,0,.25)}.andes-thumbnail--default-disabled{background-color:#fff;color:rgba(0,0,0,.07)}.andes-thumbnail-multiple--grid{-webkit-align-content:space-between;align-content:space-between;background-color:rgba(0,0,0,.04);-webkit-border-radius:5px;border-radius:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,.55);display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;-webkit-justify-content:space-between;justify-content:space-between}.andes-thumbnail-multiple--grid:nth-child(3){-webkit-flex-grow:2;flex-grow:2}.andes-thumbnail-multiple--grid-56{height:56px;width:56px}.andes-thumbnail-multiple--grid-56 .andes-thumbnail-multiple--overflow{background-color:#f5f5f5;color:rgba(0,0,0,.55)}.andes-thumbnail-multiple--grid-64{height:64px;width:64px}.andes-thumbnail-multiple--grid-64 .andes-thumbnail-multiple--overflow{background-color:#f5f5f5;color:rgba(0,0,0,.55)}.andes-thumbnail-multiple--grid-72{height:72px;width:72px}.andes-thumbnail-multiple--grid-72 .andes-thumbnail-multiple--overflow{background-color:#f5f5f5;color:rgba(0,0,0,.55)}.andes-thumbnail-multiple--grid-80{height:80px;width:80px}.andes-thumbnail-multiple--grid-80 .andes-thumbnail-multiple--overflow{background-color:#f5f5f5;color:rgba(0,0,0,.55)}.andes-thumbnail-multiple--grid-56{-webkit-border-radius:4px;border-radius:4px;padding:3px}.andes-thumbnail-multiple--grid-64{-webkit-border-radius:4px;border-radius:4px;padding:4px}.andes-thumbnail-multiple--grid-72{padding:3px}.andes-thumbnail-multiple--grid-80{padding:4px}.andes-thumbnail-multiple--stacked-24{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;height:24px;width:auto}.andes-thumbnail-multiple--stacked-24 .andes-thumbnail-multiple--overflow{background-color:#f5f5f5;color:rgba(0,0,0,.55)}.andes-thumbnail-multiple--stacked-32{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;height:32px;width:auto}.andes-thumbnail-multiple--stacked-32 .andes-thumbnail-multiple--overflow{background-color:#f5f5f5;color:rgba(0,0,0,.55)}.andes-thumbnail-multiple--stacked-40{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;height:40px;width:auto}.andes-thumbnail-multiple--stacked-40 .andes-thumbnail-multiple--overflow{background-color:#f5f5f5;color:rgba(0,0,0,.55)}.andes-thumbnail-multiple--stacked-48{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;height:48px;width:auto}.andes-thumbnail-multiple--stacked-48 .andes-thumbnail-multiple--overflow{background-color:#f5f5f5;color:rgba(0,0,0,.55)}.andes-thumbnail-multiple--stacked-56{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;height:56px;width:auto}.andes-thumbnail-multiple--stacked-56 .andes-thumbnail-multiple--overflow{background-color:#f5f5f5;color:rgba(0,0,0,.55)}.andes-thumbnail-multiple--stacked-64{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;height:64px;width:auto}.andes-thumbnail-multiple--stacked-64 .andes-thumbnail-multiple--overflow{background-color:#f5f5f5;color:rgba(0,0,0,.55)}.andes-thumbnail-multiple--stacked-72{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;height:72px;width:auto}.andes-thumbnail-multiple--stacked-72 .andes-thumbnail-multiple--overflow{background-color:#f5f5f5;color:rgba(0,0,0,.55)}.andes-thumbnail-multiple--stacked-80{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;height:80px;width:auto}.andes-thumbnail-multiple--stacked-80 .andes-thumbnail-multiple--overflow{background-color:#f5f5f5;color:rgba(0,0,0,.55)}.andes-thumbnail-multiple--stacked-24 .andes-thumbnail-container:not(:first-child){margin-left:-6px}.andes-thumbnail-multiple--stacked-32 .andes-thumbnail-container:not(:first-child){margin-left:-9px}.andes-thumbnail-multiple--stacked-40 .andes-thumbnail-container:not(:first-child){margin-left:-12px}.andes-thumbnail-multiple--stacked-48 .andes-thumbnail-container:not(:first-child){margin-left:-15px}.andes-thumbnail-multiple--stacked-56 .andes-thumbnail-container:not(:first-child){margin-left:-18px}.andes-thumbnail-multiple--stacked-64 .andes-thumbnail-container:not(:first-child){margin-left:-20px}.andes-thumbnail-multiple--stacked-72 .andes-thumbnail-container:not(:first-child){margin-left:-22px}.andes-thumbnail-multiple--stacked-80 .andes-thumbnail-container:not(:first-child){margin-left:-25px}.andes-typography{font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif}.andes-typography.andes-typography--type-body{font-weight:400}.andes-typography.andes-typography--type-title{font-weight:600}.andes-typography--size-xs{font-size:1.125rem;line-height:1.375rem}.andes-typography--type-body.andes-typography--size-xs{font-size:.75rem;line-height:.938rem}.andes-typography--size-s{font-size:1.25rem;line-height:1.563rem}.andes-typography--type-body.andes-typography--size-s{font-size:.875rem;line-height:1.125rem}.andes-typography--size-m{font-size:1.5rem;line-height:1.875rem}.andes-typography--type-body.andes-typography--size-m{font-size:1rem;line-height:1.25rem}.andes-typography--size-l{font-size:1.75rem;line-height:2.188rem}.andes-typography--type-body.andes-typography--size-l{font-size:1.125rem;line-height:1.375rem}.andes-typography--size-xl{font-size:2rem;line-height:2.5rem}.andes-typography--type-body.andes-typography--size-xl{font-size:1.125rem;line-height:1.375rem}.andes-typography--color-primary{color:rgba(0,0,0,.9)}.andes-typography--color-secondary{color:rgba(0,0,0,.55)}.andes-typography--color-disabled{color:rgba(0,0,0,.25)}.andes-typography--color-inverted{color:#fff}.andes-typography--color-negative{color:#f23d4f}.andes-typography--color-caution{color:#f73}.andes-typography--color-positive{color:#00a650}.andes-typography--color-link{color:#3483fa}.andes-badge--small{line-height:4px}.andes-badge--small .andes-badge__content{font-size:11px;line-height:4px;padding:6px}.andes-badge--small.andes-badge--standard{-webkit-border-radius:8px;border-radius:8px;height:16px}.andes-badge--small.andes-badge--rounded{-webkit-border-top-right-radius:0;border-top-right-radius:0}.andes-badge--small.andes-badge--corner,.andes-badge--small.andes-badge--rounded{-webkit-border-bottom-left-radius:8px;border-bottom-left-radius:8px;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-webkit-border-top-left-radius:0;border-top-left-radius:0}.andes-badge--small.andes-badge--corner{-webkit-border-top-right-radius:8px;border-top-right-radius:8px}.andes-badge--small.andes-badge--notification{-webkit-border-radius:50%;border-radius:50%;height:16px;width:16px}.andes-badge--large.andes-badge--standard{-webkit-border-radius:12px;border-radius:12px}.andes-badge--large.andes-badge--rounded{-webkit-border-top-right-radius:0;border-top-right-radius:0}.andes-badge--large.andes-badge--corner,.andes-badge--large.andes-badge--rounded{-webkit-border-bottom-left-radius:12px;border-bottom-left-radius:12px;-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-webkit-border-top-left-radius:0;border-top-left-radius:0}.andes-badge--large.andes-badge--corner{-webkit-border-top-right-radius:12px;border-top-right-radius:12px}.andes-badge--pill{-webkit-border-radius:12px;border-radius:12px;display:inline-block;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:12px;font-weight:600;line-height:8px;overflow:hidden;position:relative;text-align:center}.andes-badge__content{color:#fff;margin:0;padding:8px}.andes-badge--dot{display:inline-block;height:8px;width:8px}.andes-badge--dot,.andes-badge--notification{-webkit-border-radius:50%;border-radius:50%;position:relative}.andes-badge--notification{height:24px;overflow:hidden;width:24px}.andes-badge__icon{height:100%;width:100%}.andes-badge--generic{background:#737373}.andes-badge--generic--quiet{background:hsla(0,0%,45%,.1);border:0}.andes-badge--generic--quiet.andes-badge--generic.andes-badge--pill{background:rgba(0,0,0,.07)}.andes-badge--generic--quiet.andes-badge--generic.andes-badge--pill .andes-badge__content{color:rgba(0,0,0,.55)}.andes-badge--generic--quiet .andes-badge__content{color:#737373}.andes-badge--error{background:#f23d4f}.andes-badge--error--quiet{background:rgba(242,61,79,.1);border:0}.andes-badge--error--quiet.andes-badge--generic.andes-badge--pill{background:rgba(0,0,0,.07)}.andes-badge--error--quiet.andes-badge--generic.andes-badge--pill .andes-badge__content{color:rgba(0,0,0,.55)}.andes-badge--error--quiet .andes-badge__content{color:#f23d4f}.andes-badge--neutral{background:#3483fa}.andes-badge--neutral--quiet{background:rgba(52,131,250,.1);border:0}.andes-badge--neutral--quiet.andes-badge--generic.andes-badge--pill{background:rgba(0,0,0,.07)}.andes-badge--neutral--quiet.andes-badge--generic.andes-badge--pill .andes-badge__content{color:rgba(0,0,0,.55)}.andes-badge--neutral--quiet .andes-badge__content{color:#3483fa}.andes-badge--success{background:#00a650}.andes-badge--success--quiet{background:rgba(0,166,80,.1);border:0}.andes-badge--success--quiet.andes-badge--generic.andes-badge--pill{background:rgba(0,0,0,.07)}.andes-badge--success--quiet.andes-badge--generic.andes-badge--pill .andes-badge__content{color:rgba(0,0,0,.55)}.andes-badge--success--quiet .andes-badge__content{color:#00a650}.andes-badge--warning{background:#f73}.andes-badge--warning--quiet{background:rgba(255,119,51,.1);border:0}.andes-badge--warning--quiet.andes-badge--generic.andes-badge--pill{background:rgba(0,0,0,.07)}.andes-badge--warning--quiet.andes-badge--generic.andes-badge--pill .andes-badge__content{color:rgba(0,0,0,.55)}.andes-badge--warning--quiet .andes-badge__content{color:#f73}.andes-badge__icon-inner{fill:#fff}.andes-checkbox{-webkit-font-smoothing:antialiased;cursor:pointer;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:16px;position:relative}.andes-checkbox:not(div){display:-webkit-inline-flex;display:inline-flex}.andes-checkbox__input{appearance:none;-webkit-appearance:none;-moz-appearance:none;height:16px;left:0;margin:10px 0 0;outline:none;position:absolute;top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:16px}.andes-checkbox__input:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-checkbox__input:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-checkbox__input:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-checkbox__input:before{left:0;line-height:1}.andes-checkbox__input:after,.andes-checkbox__input:before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M3 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3z'/%3E%3Cpath fill='%23000' fill-opacity='.25' d='M3 0h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zm0 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3z'/%3E%3C/g%3E%3C/svg%3E");height:16px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:16px}.andes-checkbox__input:after{background:#fff;-webkit-border-radius:3px;border-radius:3px;opacity:0;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.andes-checkbox__input:hover:after,.andes-checkbox__input:hover:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M3 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3z'/%3E%3Cpath fill='%23000' fill-opacity='.45' d='M3 0h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zm0 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3z'/%3E%3C/g%3E%3C/svg%3E")}.andes-checkbox__input[disabled]~.andes-checkbox__label{color:rgba(0,0,0,.25)}.andes-checkbox__input[disabled]{background-color:inherit}.andes-checkbox__input[disabled]:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill-opacity='.1' fill-rule='evenodd' d='M3 0h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zm0 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3z'/%3E%3C/svg%3E")}.andes-checkbox__input:checked:after,.andes-checkbox__input:checked:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16'%3E%3Cdefs%3E%3Cpath id='a' d='M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%233483fa' xlink:href='%23a'/%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='m3.63 7.775-.847.85 3.256 3.245 6.845-6.848-.849-.848-5.998 6z' mask='url(%23b)'/%3E%3C/g%3E%3C/svg%3E")}.andes-checkbox__input:checked:hover:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16'%3E%3Cdefs%3E%3Cpath id='a' d='M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%232968c8' xlink:href='%23a'/%3E%3Cpath fill='%23fff' fill-rule='nonzero' d='m3.63 7.775-.847.85 3.256 3.245 6.845-6.848-.849-.848-5.998 6z' mask='url(%23b)'/%3E%3C/g%3E%3C/svg%3E")}.andes-checkbox__input:checked[disabled]:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill-rule='evenodd'%3E%3Cpath fill-opacity='.1' d='M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z'/%3E%3Cpath fill-opacity='.25' d='m3.63 7.775-.847.85 3.256 3.245 6.845-6.848-.849-.848-5.998 6z'/%3E%3C/g%3E%3C/svg%3E")}.andes-checkbox__input:focus{-webkit-border-radius:3px;border-radius:3px;position:absolute}.andes-checkbox__input:focus:after{opacity:1}.andes-checkbox__label{color:rgba(0,0,0,.9);display:-webkit-inline-flex;display:inline-flex;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:16px;font-weight:400}.andes-checkbox__label-text{padding-left:1.5em}.andes-checkbox--label-before .andes-checkbox__label{padding-left:0;padding-right:1.5em}.andes-checkbox--label-before .andes-checkbox__input{left:auto;right:0}.andes-checkbox--disabled{cursor:default}.andes-checkbox--without-label{height:16px;width:16px}.andes-checkbox--embedded{display:inline-block}.andes-checkbox--embedded:not(div)>.andes-checkbox__input{margin-top:0;top:3px;-webkit-transform:translate(0);transform:translate(0)}.andes-checkbox--embedded .andes-checkbox__label{color:#3483fa;font-size:12px;padding-left:1.1666666667em}.andes-checkbox--embedded .andes-checkbox__background{background-color:#3483fa;content:"";height:32px;left:-8px;opacity:0;padding:0 8px;position:absolute;top:-2px;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;width:100%}.andes-checkbox--embedded .andes-checkbox__input{-webkit-border-radius:0;border-radius:0;height:10px;margin-top:3px;top:50%;width:10px}.andes-checkbox--embedded .andes-checkbox__input:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill='%233483fa' d='M2 1a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2zm0-1h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z'/%3E%3C/svg%3E");height:10px;top:38%;width:10px}.andes-checkbox--embedded .andes-checkbox__input:checked:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Crect width='10' height='10' fill='%233483fa' rx='2'/%3E%3Cpath fill='%23fff' d='m7.47 2.47 1.06 1.06L4 8.06 1.47 5.53l1.06-1.06L4 5.94z'/%3E%3C/svg%3E");height:10px;width:10px}.andes-checkbox--embedded .andes-checkbox__input:checked+.andes-checkbox__background{transition:opacity .1s;-webkit-transition:opacity .1s}.andes-checkbox--embedded .andes-checkbox__input:checked:hover:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Crect width='10' height='10' fill='%233483fa' rx='2'/%3E%3Cpath fill='%23fff' d='m7.47 2.47 1.06 1.06L4 8.06 1.47 5.53l1.06-1.06L4 5.94z'/%3E%3C/svg%3E")}.andes-checkbox--embedded .andes-checkbox__input:checked[disabled]:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Crect width='10' height='10' fill='%23ccc' rx='2'/%3E%3Cpath fill='%23fff' d='m7.47 2.47 1.06 1.06L4 8.06 1.47 5.53l1.06-1.06L4 5.94z'/%3E%3C/svg%3E");height:10px;width:10px}.andes-checkbox--embedded .andes-checkbox__input:hover+.andes-checkbox__background{opacity:.06;transition:opacity .2s;-webkit-transition:opacity .2s}.andes-checkbox--embedded .andes-checkbox__input:hover:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill='%233483fa' d='M2 1a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2zm0-1h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z'/%3E%3C/svg%3E")}.andes-checkbox--embedded .andes-checkbox__input:focus:after{display:none}.andes-checkbox--embedded .andes-checkbox__input:focus+.andes-checkbox__background{opacity:.12;transition:opacity .1s;-webkit-transition:opacity .1s}.andes-checkbox--embedded .andes-checkbox__input[disabled]:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill='%23ccc' d='M2 1a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2zm0-1h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z'/%3E%3C/svg%3E");height:10px;width:10px}.andes-checkbox--embedded .andes-checkbox__input[disabled]+.andes-checkbox__background{display:none}.andes-checkbox--indeterminate .andes-checkbox__input:checked:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16'%3E%3Cdefs%3E%3Cpath id='a' d='M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%233483fa' xlink:href='%23a'/%3E%3Cpath fill='%23fff' d='M3.478 8.852h9.2v-1.2h-9.2z' mask='url(%23b)'/%3E%3C/g%3E%3C/svg%3E")}.andes-checkbox--indeterminate .andes-checkbox__input:checked:hover:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16'%3E%3Cdefs%3E%3Cpath id='a' d='M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%232968c8' xlink:href='%23a'/%3E%3Cpath fill='%23fff' d='M3.478 8.852h9.2v-1.2h-9.2z' mask='url(%23b)'/%3E%3C/g%3E%3C/svg%3E")}.andes-checkbox--indeterminate .andes-checkbox__input:checked:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16'%3E%3Cdefs%3E%3Cpath id='a' d='M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%233483fa' xlink:href='%23a'/%3E%3Cpath fill='%23fff' d='M3.478 8.852h9.2v-1.2h-9.2z' mask='url(%23b)'/%3E%3C/g%3E%3C/svg%3E")}.andes-checkbox--indeterminate .andes-checkbox__input:checked[disabled]:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill-rule='evenodd'%3E%3Cpath fill-opacity='.1' d='M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z'/%3E%3Cpath fill-opacity='.25' d='M3.478 8.852h9.2v-1.2h-9.2z'/%3E%3C/g%3E%3C/svg%3E")}.andes-checkbox--error .andes-checkbox__input:not(:checked):before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M3 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3z'/%3E%3Cpath fill='%23f23d4f' d='M3 0h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zm0 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3z'/%3E%3C/g%3E%3C/svg%3E")}.andes-checkbox--error:hover .andes-checkbox__input:not(:checked):before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23fff' d='M3 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3z'/%3E%3Cpath fill='%23d12440' d='M3 0h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zm0 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3z'/%3E%3C/g%3E%3C/svg%3E")}.andes-checkbox--error.andes-checkbox--embedded .andes-checkbox__input:not(:checked):before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill='%23f23d4f' d='M2 1a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2zm0-1h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z'/%3E%3C/svg%3E");height:10px;width:10px}.andes-checkbox--error.andes-checkbox--embedded .andes-checkbox__input:not(:checked):before:hover{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath fill='%23d12440' d='M2 1a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2zm0-1h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z'/%3E%3C/svg%3E")}.andes-pagination{-webkit-font-smoothing:antialiased;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-weight:400;text-align:center}.andes-pagination__arrow-title{-webkit-user-select:none;-moz-user-select:none;user-select:none}.andes-pagination__button{display:inline-block;margin-left:4px}.andes-pagination__button.andes-pagination__dots{margin:0;padding:0 9px}.andes-pagination__dot{color:rgba(0,0,0,.25);display:inline-block;font-size:12px;padding:0 1px}.andes-pagination__dot:before{content:"·"}.andes-pagination__link{background-color:transparent;border:2px solid transparent;-webkit-border-radius:2px;border-radius:2px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,.55);cursor:pointer;display:block;font-size:16px;height:48px;line-height:1;padding:14px 0 0;position:relative;text-decoration:none;-webkit-transition:background-color .25s ease;transition:background-color .25s ease;width:48px}.andes-pagination__link:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-pagination__link:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-pagination__link:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-pagination__link[aria-current=page]{background-color:rgba(0,0,0,.04);color:rgba(0,0,0,.9);cursor:default;font-weight:600;pointer-events:none}.andes-pagination__link[aria-current=page]:active,.andes-pagination__link[aria-current=page]:link,.andes-pagination__link[aria-current=page]:visited{color:rgba(0,0,0,.9);text-decoration:none}.andes-pagination__link:hover{background-color:rgba(0,0,0,.04);border:2px solid transparent}.andes-pagination__link:active{background-color:rgba(0,0,0,.07);-webkit-transition:background-color 50ms ease;transition:background-color 50ms ease}.andes-pagination__link:active,.andes-pagination__link:link,.andes-pagination__link:visited{color:rgba(0,0,0,.55);text-decoration:none}.andes-pagination__arrow{border-color:rgba(0,0,0,.55);border-style:solid;border-width:1px 1px 0 0;display:inline-block;height:7px;width:7px}.andes-pagination__button--back .andes-pagination__link,.andes-pagination__button--next .andes-pagination__link{width:112px}.andes-pagination__button--next .andes-pagination__link{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px}.andes-pagination__button--next .andes-pagination__arrow-title{margin-right:4px}.andes-pagination__button--next .andes-pagination__arrow{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.andes-pagination__button--back{margin-left:0}.andes-pagination__button--back .andes-pagination__link{-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px}.andes-pagination__button--back .andes-pagination__arrow{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.andes-pagination__button--back .andes-pagination__arrow-title{margin-left:4px}.andes-pagination__button--disabled{display:none}.andes-pagination{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;margin:8px 16px;padding:0}.andes-pagination .andes-pagination__button:not(.andes-pagination__button--back):not(.andes-pagination__button--next):not(.andes-pagination__button--current){display:none}@media(min-width:768px){.andes-pagination{display:block;margin:32px 0 0}.andes-pagination .andes-pagination__button:not(.andes-pagination__button--back):not(.andes-pagination__button--next):not(.andes-pagination__button--current){display:inline-block}.andes-pagination__button .andes-pagination__link{height:36px;padding:9px 0 0;width:36px}.andes-pagination__button--back .andes-pagination__link,.andes-pagination__button--next .andes-pagination__link{padding:9px 16px 0;width:100%}}.andes-modal{-webkit-animation:modal-translate-in .2s ease-in-out,modal-fade-in .2s ease-in-out;animation:modal-translate-in .2s ease-in-out,modal-fade-in .2s ease-in-out;background-color:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;outline:none;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0)}.andes-modal__focus-retainer:focus{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.andes-modal__focus-retainer:focus-visible{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.andes-modal--closing{-webkit-animation:modal-translate-out .2s ease-in-out,modal-fade-out .2s ease-in-out;animation:modal-translate-out .2s ease-in-out,modal-fade-out .2s ease-in-out}.andes-modal>*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,.9)}.andes-modal__overlay{-webkit-align-items:center;align-items:center;-webkit-animation:modal-fade-in .2s ease-in-out;animation:modal-fade-in .2s ease-in-out;background-color:rgba(0,0,0,.8);bottom:0;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1020}.andes-modal__overlay--closing{-webkit-animation:modal-fade-out .2s ease-in-out;animation:modal-fade-out .2s ease-in-out}.andes-modal__overlay--large,.andes-modal__overlay--small{padding:3em}.andes-modal.andes-modal--card,.andes-modal.andes-modal--large,.andes-modal.andes-modal--small{-webkit-border-radius:6px;border-radius:6px}.andes-modal.andes-modal--large .andes-modal__header--secondary,.andes-modal.andes-modal--large .andes-modal__header--sticky,.andes-modal.andes-modal--small .andes-modal__header--secondary,.andes-modal.andes-modal--small .andes-modal__header--sticky{padding-bottom:1.375em;padding-top:1.375em}.andes-modal.andes-modal--large .andes-modal__header--secondary .andes-modal__title,.andes-modal.andes-modal--large .andes-modal__header--sticky .andes-modal__title,.andes-modal.andes-modal--small .andes-modal__header--secondary .andes-modal__title,.andes-modal.andes-modal--small .andes-modal__header--sticky .andes-modal__title{font-size:20px}.andes-modal.andes-modal--large .andes-modal__header__contents *+.andes-modal__title,.andes-modal.andes-modal--small .andes-modal__header__contents *+.andes-modal__title{margin-top:32px}.andes-modal.andes-modal--card .andes-modal__header__contents *+.andes-modal__title,.andes-modal.andes-modal--full .andes-modal__header__contents *+.andes-modal__title{margin-top:26px}.andes-modal__scroll{-webkit-border-radius:6px;border-radius:6px;overflow-x:hidden;overflow-y:auto}.andes-modal__title{font-weight:600;line-height:1}.andes-modal__actions,.andes-modal__header{background-color:#fff;-webkit-box-shadow:none;box-shadow:none}.andes-modal__actions{-webkit-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-transition-duration:.08s;transition-duration:.08s;-webkit-transition-property:padding,background-color,-webkit-box-shadow;transition-property:padding,background-color,-webkit-box-shadow;transition-property:box-shadow,padding,background-color;transition-property:box-shadow,padding,background-color,-webkit-box-shadow;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.andes-modal__actions--fixed{bottom:0;position:-webkit-sticky;position:sticky}.andes-modal__actions--border{border-top:1px solid rgba(0,0,0,.07);-webkit-box-shadow:0 6px 16px 0 rgba(0,0,0,.1);box-shadow:0 6px 16px 0 rgba(0,0,0,.1)}.andes-modal__actions--border.padding{border-top:0;-webkit-box-shadow:none;box-shadow:none}.andes-modal__actions .andes-button+.andes-button{margin-left:8px}.andes-modal__actions .andes-button+.andes-button--full-width{margin-left:0;margin-top:8px}.andes-modal__header{-webkit-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0;display:-webkit-flex;display:flex;position:relative;top:0;-webkit-transition-duration:.08s;transition-duration:.08s;-webkit-transition-property:background-color,-webkit-box-shadow;transition-property:background-color,-webkit-box-shadow;transition-property:box-shadow,background-color;transition-property:box-shadow,background-color,-webkit-box-shadow;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.andes-modal__header__contents{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;flex-grow:1;-webkit-justify-content:center;justify-content:center}.andes-modal__header__contents--centered{-webkit-align-items:center;align-items:center}.andes-modal__header--secondary .andes-modal__header__contents,.andes-modal__header--sticky .andes-modal__header__contents{overflow:hidden}.andes-modal__header--secondary .andes-modal__title,.andes-modal__header--sticky .andes-modal__title{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.andes-modal__header--sticky{background-color:#fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.07),0 0 24px 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.07),0 0 24px 0 rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;z-index:1021}.andes-modal__header--secondary{background-color:transparent;position:fixed;width:100%;z-index:1021}.andes-modal__header--secondary .andes-modal__title{display:none}.andes-modal__header--show{background-color:#fff;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,.07),0 0 24px 0 rgba(0,0,0,.1);box-shadow:0 1px 0 0 rgba(0,0,0,.07),0 0 24px 0 rgba(0,0,0,.1)}.andes-modal__header--show-title .andes-modal__title{display:block}.andes-modal__close-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;cursor:pointer;font-size:inherit;height:1.25em;padding:0;width:1.25em}.andes-modal__close-button:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-modal__close-button:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-modal__close-button:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}@-webkit-keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes modal-fade-out{0%{opacity:1}to{opacity:0}}@keyframes modal-fade-out{0%{opacity:1}to{opacity:0}}@-webkit-keyframes modal-translate-in{0%{margin-top:300px}to{margin-top:0}}@keyframes modal-translate-in{0%{margin-top:300px}to{margin-top:0}}@-webkit-keyframes modal-translate-out{0%{margin-top:0}to{margin-top:300px}}@keyframes modal-translate-out{0%{margin-top:0}to{margin-top:300px}}@media(min-width:768px){.andes-modal--small.andes-modal--asset .andes-modal__header{padding-bottom:1em}.andes-modal--small .andes-modal__header{padding:2em 2em 1.5em}.andes-modal--small .andes-modal__header.andes-modal__header--secondary .andes-modal__close-button,.andes-modal--small .andes-modal__header.andes-modal__header--sticky .andes-modal__close-button{margin-top:0}.andes-modal--small .andes-modal__close-button{margin-top:2px}.andes-modal--small .andes-modal__title{font-size:24px}.andes-modal--small .andes-modal__content{padding:0 2em 2em}.andes-modal--small.andes-modal--fixed-actions .andes-modal__content{padding-bottom:1em}.andes-modal--small .andes-modal__actions{padding:0 2em 2em}.andes-modal--small .andes-modal__actions--fixed{padding:1em 2em}.andes-modal--large.andes-modal--asset .andes-modal__header{padding-bottom:1.25em}.andes-modal--large .andes-modal__header{padding:3em 3em 1.75em}.andes-modal--large .andes-modal__header.andes-modal__header--secondary .andes-modal__close-button,.andes-modal--large .andes-modal__header.andes-modal__header--sticky .andes-modal__close-button{margin-top:0}.andes-modal--large .andes-modal__close-button{margin-top:4px}.andes-modal--large .andes-modal__title{font-size:28px}.andes-modal--large .andes-modal__content{padding:0 3em 3em}.andes-modal--large.andes-modal--fixed-actions .andes-modal__content{padding-bottom:2.25em}.andes-modal--large .andes-modal__actions{padding:.25em 3em 3em}.andes-modal--large .andes-modal__actions--fixed{padding:1em 3em}}.andes-modal--full{-webkit-border-radius:0;border-radius:0;height:100%;max-height:none!important;max-width:none!important;width:100%}.andes-modal--full .andes-modal__scroll{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;height:100%}.andes-modal--full .andes-modal__header{-webkit-border-radius:0;border-radius:0;padding:2em 1.5em}.andes-modal--full .andes-modal__header.andes-modal__header--secondary,.andes-modal--full .andes-modal__header.andes-modal__header--sticky{padding:1.625em 1.5em}.andes-modal--full .andes-modal__header.andes-modal__header--secondary .andes-modal__title,.andes-modal--full .andes-modal__header.andes-modal__header--sticky .andes-modal__title{font-size:20px}.andes-modal--full .andes-modal__header.andes-modal__header--secondary .namespace__close-button,.andes-modal--full .andes-modal__header.andes-modal__header--sticky .namespace__close-button{margin-top:0}.andes-modal--full .andes-modal__close-button{margin-top:2px}.andes-modal--full .andes-modal__title{font-size:24px}.andes-modal--full .andes-modal__content{-webkit-flex-grow:1;flex-grow:1;padding:0 1.5em 1.5em}.andes-modal--full.andes-modal--fixed-actions .andes-modal__content{padding-bottom:1em}.andes-modal--full .andes-modal__actions{-webkit-border-radius:0;border-radius:0;padding:0 1.5em 1.5em}.andes-modal--full .andes-modal__actions--fixed{padding:1em 1.5em}.andes-modal--card .andes-modal__header{padding:1.625em 1.5em 1.25em;-webkit-transition-property:-webkit-box-shadow;transition-property:-webkit-box-shadow;transition-property:box-shadow;transition-property:box-shadow,-webkit-box-shadow}.andes-modal--card .andes-modal__header.andes-modal__header--secondary,.andes-modal--card .andes-modal__header.andes-modal__header--sticky{padding:1.4375em 1.5em}.andes-modal--card .andes-modal__title{font-size:20px}.andes-modal--card .andes-modal__content{padding:0 1.5em 1.5em}.andes-modal--card .andes-modal__close-button{position:absolute;right:-4px;top:-32px}.andes-modal__overlay--card{padding:3em 1.5em}.andes-modal--card.andes-modal--fixed-actions .andes-modal__content{padding-bottom:.5em}.andes-modal--card .andes-modal__actions{padding:0 1.5em 1.5em}.andes-modal--card .andes-modal__actions--fixed{padding:1em 1.5em}.andes-tag{-webkit-align-items:center;align-items:center;background-color:transparent;border:1.2px solid rgba(0,0,0,.25);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,.9);display:-webkit-inline-flex;display:inline-flex;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-weight:400;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:auto}.andes-tag--small{-webkit-border-radius:1em;border-radius:1em;font-size:12px;height:2em;padding:0 .3333333333em}.andes-tag--small .andes-tag__label{font-size:inherit;padding:0 .3333333333em}.andes-tag--small .andes-tag__close{font-size:inherit;height:1.3333333333em;margin-left:-.1666666667em;width:1.3333333333em}.andes-tag--small .andes-tag__child{padding:0 .3333333333em}.andes-tag--small .andes-tag__avatar{height:1.3333333333em;width:1.3333333333em}.andes-tag--small .andes-tag__avatar-text-container{font-size:.6666666667em}.andes-tag--large{-webkit-border-radius:1.1428571429em;border-radius:1.1428571429em;font-size:14px;height:2.2857142857em;padding:0 .2857142857em}.andes-tag--large .andes-tag__label{font-size:inherit;padding:0 .5714285714em}.andes-tag--large .andes-tag__close{font-size:inherit;height:1.7142857143em;margin-left:-.2857142857em;width:1.7142857143em}.andes-tag--large .andes-tag__child{padding:0 .5714285714em}.andes-tag--large .andes-tag__avatar{height:1.7142857143em;width:1.7142857143em}.andes-tag--large .andes-tag__avatar-text-container{font-size:.8571428571em}.andes-tag__label{color:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.andes-tag__close{-webkit-align-items:center;align-items:center;background-color:transparent;border:0;-webkit-border-radius:50%;border-radius:50%;cursor:pointer;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;outline:none;padding:0;-webkit-transition:background-color .1s ease-out;transition:background-color .1s ease-out}.andes-tag__close:hover{background-color:rgba(0,0,0,.1);-webkit-transition:background-color .1s ease-in;transition:background-color .1s ease-in}.andes-tag__close:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-tag__close:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-tag__close:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-tag--disabled{border-color:rgba(0,0,0,.1)}.andes-tag--disabled .andes-tag__label{color:rgba(0,0,0,.25)}.andes-tag--disabled .andes-tag__close{cursor:default}.andes-tag--disabled .andes-tag__close:hover{background-color:transparent}.andes-tag--disabled .andes-tag__avatar-icon-container,.andes-tag--disabled .andes-tag__avatar-text-container{color:rgba(0,0,0,.25)}.andes-tag__avatar{-webkit-align-items:center;align-items:center;-webkit-border-radius:50%;border-radius:50%;display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0;-webkit-justify-content:center;justify-content:center;overflow:hidden}.andes-tag__avatar-icon-container,.andes-tag__avatar-image,.andes-tag__avatar-text-container{-webkit-border-radius:inherit;border-radius:inherit;height:100%;width:100%}.andes-tag__avatar-icon-container,.andes-tag__avatar-text-container{-webkit-align-items:center;align-items:center;background-color:rgba(0,0,0,.1);color:rgba(0,0,0,.55);display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.andes-tag__avatar-icon-container>*{height:1em;width:1em}.andes-tag__avatar-text-container{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.andes-tag__avatar-image{-o-object-fit:contain;object-fit:contain;visibility:hidden}.andes-tag__avatar-image--loaded{visibility:visible}.andes-tag__avatar-image--landscape{max-height:100%;max-width:none}.andes-tag--selectable:hover{background-color:rgba(0,0,0,.04)}.andes-tag--clickable{cursor:pointer}.andes-tag--clickable:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-tag--clickable:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-tag--clickable:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-tag__icon-container{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.andes-tag__color--accent{background-color:rgba(52,131,250,.1);border-color:#3483fa}.andes-tag__color--accent .andes-tag__label{color:#3483fa}.andes-tag__color--accent .andes-tag__svg-fill{fill:#3483fa}.andes-tag__color--accent .andes-tag__avatar-icon-container,.andes-tag__color--accent .andes-tag__avatar-text-container{background-color:rgba(52,131,250,.1);color:rgba(52,131,250,.7)}.andes-tag__color--accent .andes-tag__close:hover{background-color:rgba(52,131,250,.1)}.andes-tag__color--accent.andes-tag--disabled{border-color:rgba(52,131,250,.1)}.andes-tag__color--accent.andes-tag--disabled .andes-tag__avatar-icon-container,.andes-tag__color--accent.andes-tag--disabled .andes-tag__avatar-text-container,.andes-tag__color--accent.andes-tag--disabled .andes-tag__label{color:rgba(52,131,250,.3)}.andes-tag__color--error{background-color:rgba(209,36,64,.1);border-color:#d12440}.andes-tag__color--error .andes-tag__label{color:#d12440}.andes-tag__color--error .andes-tag__svg-fill{fill:#d12440}.andes-tag__color--error .andes-tag__avatar-icon-container,.andes-tag__color--error .andes-tag__avatar-text-container{background-color:rgba(209,36,64,.1);color:rgba(209,36,64,.7)}.andes-tag__color--error .andes-tag__close:hover{background-color:rgba(209,36,64,.1)}.andes-tag__color--error.andes-tag--disabled{border-color:rgba(209,36,64,.1)}.andes-tag__color--error.andes-tag--disabled .andes-tag__avatar-icon-container,.andes-tag__color--error.andes-tag--disabled .andes-tag__avatar-text-container,.andes-tag__color--error.andes-tag--disabled .andes-tag__label{color:rgba(209,36,64,.3)}.andes-tag__color--success{background-color:rgba(0,135,68,.1);border-color:#008744}.andes-tag__color--success .andes-tag__label{color:#008744}.andes-tag__color--success .andes-tag__svg-fill{fill:#008744}.andes-tag__color--success .andes-tag__avatar-icon-container,.andes-tag__color--success .andes-tag__avatar-text-container{background-color:rgba(0,135,68,.1);color:rgba(0,135,68,.7)}.andes-tag__color--success .andes-tag__close:hover{background-color:rgba(0,135,68,.1)}.andes-tag__color--success.andes-tag--disabled{border-color:rgba(0,135,68,.1)}.andes-tag__color--success.andes-tag--disabled .andes-tag__avatar-icon-container,.andes-tag__color--success.andes-tag--disabled .andes-tag__avatar-text-container,.andes-tag__color--success.andes-tag--disabled .andes-tag__label{color:rgba(0,135,68,.3)}.andes-tag__color--warning{background-color:rgba(230,84,11,.1);border-color:#e6540b}.andes-tag__color--warning .andes-tag__label{color:#e6540b}.andes-tag__color--warning .andes-tag__svg-fill{fill:#e6540b}.andes-tag__color--warning .andes-tag__avatar-icon-container,.andes-tag__color--warning .andes-tag__avatar-text-container{background-color:rgba(230,84,11,.1);color:rgba(230,84,11,.7)}.andes-tag__color--warning .andes-tag__close:hover{background-color:rgba(230,84,11,.1)}.andes-tag__color--warning.andes-tag--disabled{border-color:rgba(230,84,11,.1)}.andes-tag__color--warning.andes-tag--disabled .andes-tag__avatar-icon-container,.andes-tag__color--warning.andes-tag--disabled .andes-tag__avatar-text-container,.andes-tag__color--warning.andes-tag--disabled .andes-tag__label{color:rgba(230,84,11,.3)}.andes-tag-collapsed__list{list-style:none;margin:0;padding:0}.andes-tag-collapsed__list-main{display:-webkit-flex;display:flex;width:-webkit-min-content;width:-moz-min-content;width:min-content}.andes-tag-collapsed__list-item{display:-webkit-inline-flex;display:inline-flex}.andes-tag-collapsed__wrap{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.andes-tag-collapsed__more{background-color:#fff;-webkit-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.1);box-shadow:0 8px 16px 0 rgba(0,0,0,.1);display:block;padding:8px;width:200px}.andes-tag-collapsed__more .andes-tag--large{margin:4px}.andes-tag-collapsed__more .andes-tag--small{margin:3px}.andes-tag-collapsed__more .andes-tag__label{max-width:148px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.andes-tag-collapsed .andes-tag--large{margin-right:8px}.andes-tag-collapsed .andes-tag--small{margin-right:6px}.andes-breadcrumb{font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:14px;margin:0 0 24px;padding:0}.andes-breadcrumb .andes-breadcrumb__item{display:inline-block}.andes-breadcrumb .andes-breadcrumb__label,.andes-breadcrumb .andes-breadcrumb__link{float:left}.andes-breadcrumb .andes-breadcrumb__link{color:#3483fa;cursor:pointer;text-decoration:none}.andes-breadcrumb .andes-breadcrumb__link:hover{color:#2968c8}.andes-breadcrumb .andes-breadcrumb__link:active{color:#3483fa}.andes-breadcrumb .andes-breadcrumb__link:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);color:#2968c8;outline:none}.andes-breadcrumb .andes-breadcrumb__link:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px #2968c8,0 0 0 5px rgba(65,137,230,.3);outline:none}.andes-breadcrumb .andes-breadcrumb__link:focus:not(:focus-visible){box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;outline:none}.andes-breadcrumb .andes-breadcrumb__label{color:rgba(0,0,0,.9)}.andes-breadcrumb .andes-breadcrumb__chevron{float:left;padding:0 12px}.nav-footer{background-color:#f5f5f5;border-bottom:1px solid #dcdcdc;display:block;font-family:Proxima Nova,-apple-system,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif}.nav-footer .user-name{background-color:#fff;color:#999;display:block;font-size:12px;padding:21px 0;text-align:center;width:100%}.nav-footer .user-name span{color:#333}.nav-footer .user-name ul{margin:0 auto;padding:0}.nav-footer .user-name ul li{display:inline-block;list-style:none;padding:0 16px}.nav-footer .user-name ul li a{color:#333}.nav-footer .user-name ul li:first-child{border-right:1px solid #ccc}.nav-footer .nav-footer-copyright{border-bottom:1px solid #ddd;display:block;margin:0 auto;padding:16px 0;text-align:center;width:100%}.nav-footer .nav-footer-copyright small{color:#999;font-size:12px}.nav-footer .nav-footer-navigation{display:block;margin:0 auto;padding:16px 0 34px;text-align:center}.nav-footer .nav-footer-navigation ul{margin:0 auto;padding:0}.nav-footer .nav-footer-navigation ul li{display:inline-block;list-style:none;padding:0 10px}.nav-footer .nav-footer-navigation ul li a{color:#3483fa;font-size:12px}.nav-footer .nav-footer-navigation ul li:first-child{border-right:1px solid #ccc}@media only screen and (min-width:1024px){.nav-footer{background-color:#fff;border-bottom:1px solid #dcdcdc;height:56px;padding:0 5%}.nav-footer .user-name{display:none}.nav-footer .nav-footer-copyright{border-bottom:none;display:inline-block;margin:20px 0 0;padding:0;text-align:left;width:unset}.nav-footer .nav-footer-navigation{display:inline-block;margin:-1px 16px;padding:0;text-align:left}.nav-footer .nav-footer-navigation ul{margin:0}.nav-footer .nav-footer-navigation ul li{float:left;list-style:none;margin-top:20px;padding:0 10px}.nav-footer .nav-footer-navigation ul a{padding-right:0}}.nav-header{background:#fff;font-family:Proxima Nova,-apple-system,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;left:0;padding:0 12px;position:fixed;top:0;width:100%;z-index:900}.nav-header .nav-bounds{padding:50px 0 0;position:relative}.nav-logo{background-image:url("https://http2.mlstatic.com/ui/navigation/3.0.8/mercadolibre/logo__small.png");background-repeat:no-repeat;height:28px;left:0;outline:0;overflow:hidden;position:absolute;text-indent:-999px;top:11px;width:39px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi),(min-resolution:2dppx){.nav-logo{background-image:url("https://http2.mlstatic.com/ui/navigation/3.0.8/mercadolibre/logo__small@2x.png");-webkit-background-size:39px 28px;background-size:39px 28px}}.nav-search{height:50px;left:51px;padding:8px 0;position:absolute;top:0;width:-webkit-calc(100% - 51px);width:calc(100% - 51px)}.nav-header-menu-wrapper{width:100%}input[type=text].nav-search-input{background-color:#fff;border:1px solid #ccc;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:none;box-shadow:none;color:#333;font-family:inherit;font-size:16px;height:100%;margin:0;padding:9px 60px 8px 15px;width:100%}input[type=text].nav-search-input,input[type=text].nav-search-input:focus{-webkit-border-radius:6px;border-radius:6px}button.nav-search-btn{background:transparent;border:0;color:#d2d2d2;cursor:pointer;height:100%;left:auto;padding:0 15px;position:absolute;right:0;top:0}@media screen and (min-width:768px){.nav-header{background:transparent;border:0;height:auto;padding:13px 20px;position:fixed;-webkit-transition:.3s;transition:.3s;width:100%;z-index:900}.nav-header .nav-bounds{height:auto;margin:0 auto;max-width:1280px;padding-left:335px;padding-top:0;position:relative}.nav-header .nav-header-menu-wrapper{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.nav-header .nav-logo{background:none;display:-webkit-flex;display:flex;gap:12px;left:0;position:absolute;text-indent:inherit;top:8px;width:auto}.nav-header .nav-logo span{color:#fff}.nav-header .nav-logo:before{background-image:url("https://http2.mlstatic.com/storage/developers-site-cms-admin/247461708770-Mercado-Libre.png");background-repeat:no-repeat;-webkit-background-size:100% 100%;background-size:100%;content:"";display:inline-block;height:24.5px;width:34px}.nav-header .nav-header-menu-wrapper .nav-search{display:-webkit-inline-flex;display:inline-flex;left:0;max-width:632px;position:relative;width:100%}.nav-header.nav-header--scroll{background:#fff}.nav-header.nav-header--scroll #nav-header-menu a,.nav-header.nav-header--scroll .nav-logo span{color:#000}.nav-header-user{height:30px;line-height:30px;margin-top:10px}#nav-header-menu{height:auto}#nav-header-menu a{border-left:0;color:#fff;line-height:40px}#nav-header-menu a:hover{color:#fff}#nav-header-menu [for=nav-header-user-switch]{margin-left:16px;margin-right:16px}.nav-search{height:auto;padding:0}.nav-bounds{max-width:1280px}}.card-app-item{width:200px}.card-app-item a{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;flex-wrap:wrap;height:100%;-webkit-justify-content:space-between;justify-content:space-between}.card-app-item__wrapper{height:100%}.card-app-item__header h2{margin:0}.card-app-item__header h2.andes-typography.andes-typography--type-body{font-weight:600}.card-app-item__content{margin-top:16px;min-height:45px}.card-app-item__content span{-webkit-line-clamp:7;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.card-app-item__main-title{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;gap:8px;min-height:70px}.card-app-item__main-title .card-app-item__main-texts .andes-typography.andes-typography--type-body{font-weight:600}.card-app-item__main-title .card-app-item__main-texts .card-app-item__main-texts-subtitle{margin-top:4px}.card-app-item__main-category{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;height:30px;line-height:15px;margin:16px 0 0}.card-app-item__footer{-webkit-align-items:flex-end;align-items:flex-end;display:-webkit-flex;display:flex;-webkit-flex:1;flex:1;width:100%}.card-app-item__footer .card-app-item__footer-recommended-badge{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;margin-top:24px}@media(max-width:768px){.card-app-item{width:100%}.card-app-item__wrapper{-webkit-flex:1;flex:1}.card-app-item__footer{-webkit-flex-direction:row;flex-direction:row}}.certification-badge{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;margin-top:24px}.certification-badge__description{margin-left:8px}.certification-badge__description span{display:block}.certification-badge__description span:first-child{text-transform:capitalize}.certification-badge__description span:last-child{margin-top:8px}.certification-badge--pill{-webkit-align-items:center;align-items:center;display:-webkit-inline-flex;display:inline-flex;-webkit-justify-content:center;justify-content:center;text-transform:uppercase}.certification-badge--pill:before{background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover;content:"";height:18px;margin-left:12px;width:15px}.certification-badge--pill .andes-badge__content{padding-right:12px}.certification-badge--pill-platinum{background-color:rgba(161,206,192,.4)}.certification-badge--pill-platinum:before{background-image:url("https://http2.mlstatic.com/storage/developers-site-cms-admin/324277804513-small-platinum.png");height:18px;width:17px}.certification-badge--pill-platinum .andes-badge__content{color:#468571}.certification-badge--pill-gold{background-color:#f8f6df}.certification-badge--pill-gold:before{background-image:url("https://http2.mlstatic.com/storage/developers-site-cms-admin/324278021525-small-gold.png")}.certification-badge--pill-gold .andes-badge__content{color:#b2a100}.certification-badge--pill-silver{background-color:#e6e6e6}.certification-badge--pill-silver:before{background-image:url("https://http2.mlstatic.com/storage/developers-site-cms-admin/320143761532-medalla-silver-small.png")}.certification-badge--pill-silver .andes-badge__content{color:#999}body,html{background-color:#ededed;font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;font-size:16px;height:100%}body [role=main],html [role=main]{display:block}*{margin:0;padding:0}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}a,a:active,a:hover,a:link,a:visited{text-decoration:none}.logo-bus{display:-webkit-flex;display:flex;-webkit-flex:1;flex:1;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:16px}.logo-bu{background-repeat:no-repeat;-webkit-background-size:contain;background-size:contain;display:inline-block;height:24px;margin-right:7px;width:34px}.logo-bu:last-child{margin-right:0}.logo-bu--mlibre{background-image:url("https://http2.mlstatic.com/storage/developers-site-cms-admin/247461708770-Mercado-Libre.png")}.logo-bu--mshops{background-image:url("https://http2.mlstatic.com/storage/developers-site-cms-admin/247461681663-Mercado-Shops.png")}.logo-bu--mpago{background-image:url("https://http2.mlstatic.com/storage/developers-site-cms-admin/247461681663-Mercado-Pago.png")}.container{margin:0 auto;max-width:1280px;position:relative;z-index:1}@media(max-width:1280px){.container{padding:0 20px}}.app-main-info__image{-webkit-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.12);box-shadow:0 1px 2px rgba(0,0,0,.12);display:block;margin-bottom:24px}.app-main-info__name{margin:0 0 8px}.app-main-info__type{display:block;font-weight:600}.app-main-info__contacts{margin-top:25px}.app-main-info__contacts:empty{display:none}.app-main-info__contact{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;gap:8px;margin-bottom:10px}.app-main-info__contact:last-child{margin-bottom:0}.app-main-info__contact a{-webkit-flex:1;flex:1;word-break:break-all}.app-main-info-container__logo{margin-top:8px}@media(max-width:768px){.app-main-info{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}}.app-pricing-details{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.app-pricing-details h3{margin:0 0 16px}.app-pricing-details__actions{-webkit-align-items:flex-end;align-items:flex-end;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.app-pricing-details-gift{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;margin-top:21px}.app-pricing-details-gift__description{font-weight:600;margin-left:8px}.app-pricing-details-price-policy{display:-webkit-flex;display:flex}.app-pricing-details-price-policy__details{margin-left:16px}.app-pricing-details-price-policy__details span{display:block;font-weight:600}.app-pricing-details-price-policy__details a{display:block;margin-top:8px}@media(max-width:1300px){.app-pricing-details{-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:16px}}@media(max-width:768px){.app-pricing-details{-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:16px}}.app-description{margin-top:40px}.app-description__title{margin:0 0 16px}.app-categories{margin-top:40px}.app-categories__title{margin:0 0 16px}.app-categories-list{-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:12px;list-style:none;margin:0;padding:0}.app-categories-list,.app-categories-list__item{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex}.app-integrations{margin-top:40px}.app-integrations__title{margin:0 0 16px}.app-integrations-list{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:12px;list-style:none;margin:0;padding:0}.app-integrations-list .andes-tag:not(.andes-tag--mercadolivre,.andes-tag--mercadolibre):not(.andes-tag--mercadoshops){background-color:#ededed;border:none;color:#000}.app-integrations-list--erps .andes-tag:not(.andes-tag--mercadolivre,.andes-tag--mercadolibre):not(.andes-tag--mercadoshops){background-color:#737373;color:#fff}.app-integrations-list--modal{max-width:436px}.app-integrations-list__item{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex}.app-integrations-list__item a{cursor:pointer}.app-integrations-modal__title{margin:0 0 24px}.app-integrations-modal .andes-modal__content div+div{margin-top:32px}.andes-tag--mercadolibre,.andes-tag--mercadolivre,.andes-tag--mercadoshops{-webkit-background-origin:content-box;background-origin:content-box;background-repeat:no-repeat;-webkit-background-size:contain;background-size:contain;-webkit-border-radius:12px;border-radius:12px;font-size:0;height:50px;padding:12px 20px;width:125px}.andes-tag--mercadolivre{background-image:url("https://http2.mlstatic.com/storage/developers-site-cms-admin/CDP/236061356612-logo-mercadolivre.png")}.andes-tag--mercadolibre{background-image:url("https://http2.mlstatic.com/storage/developers-site-cms-admin/CDP/236685828944-logo-mercadolibre.png")}.andes-tag--mercadoshops{background-image:url("https://http2.mlstatic.com/storage/developers-site-cms-admin/CDP/236685828944-logo-mercadoshops.png")}.app-services{margin-top:40px}.app-services__title{margin:0 0 16px}.app-services-list{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:12px;list-style:none;margin:0;padding:0}.app-services-list .andes-tag{background-color:#ededed;border:none;color:#000}.app-services-list__item{-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex}.app-services-list__item a{cursor:pointer}.app-video{margin-top:40px}.app-video__title{margin:0 0 16px}.page{min-height:-webkit-calc(100vh - 56px);min-height:calc(100vh - 56px);padding:100px 0 0}.page--vip .page__content{-webkit-align-items:flex-start;align-items:flex-start;display:-webkit-flex;display:flex;gap:32px;padding-bottom:150px}.page--vip .page__side-info{-webkit-flex:0 273px;flex:0 273px}.page--vip .page__main-info{-webkit-flex:1;flex:1}@media(max-width:768px){.page{padding:80px 0 0}.page--vip .page__content{display:block}.page--vip .page__side-info{margin-bottom:16px}}

/*# sourceMappingURL=vip.9b4aebd8.css.map*/