@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}

.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block; /* Enable animation */

  background-color: var(--base-color);

  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;

  position: relative;
  user-select: none;
  overflow: hidden;
}

.react-loading-skeleton::after {
  content: ' ';
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: var(
    --custom-highlight-background,
    linear-gradient(
      90deg,
      var(--base-color) 0%,
      var(--highlight-color) 50%,
      var(--base-color) 100%
    )
  );
  transform: translateX(-100%);

  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}

.andes-button--loud:focus,.andes-button--loud:link,.andes-button--loud:visited{background-color:var(--andes-color-blue-500,var(--andes-color-blue-500,#3483fa))}.calm-landings-library-section-wrapper.full{max-width:100%;width:100%}.calm-landings-library-section-wrapper.desktop{margin-left:auto;margin-right:auto;max-width:1024px;padding-left:40px;padding-right:40px}@media screen and (min-width:1280px){.calm-landings-library-section-wrapper.desktop{margin-left:auto;margin-right:auto;max-width:1280px;padding-left:102px;padding-right:102px}.calm-landings-library-section-wrapper.desktop.full{max-width:100%}}@media screen and (min-width:1366px){.calm-landings-library-section-wrapper.desktop{margin-left:auto;margin-right:auto;max-width:1366px;padding-left:145px;padding-right:145px}.calm-landings-library-section-wrapper.desktop.full{max-width:100%}}.calm-landings-library-section-wrapper.desktop.full{max-width:100%;width:100%}.calm-landings-library-section-wrapper.desktop br.mobile{display:none}.andes-modal{background-color:#fff;box-sizing:border-box;display:flex;flex-direction:column;outline:none;position:relative;transform:translateZ(0)}@media(prefers-reduced-motion:no-preference){.andes-modal{animation:modal-translate-in .2s ease-in-out,modal-fade-in .2s ease-in-out}.andes-modal--closing{animation:modal-translate-out .2s ease-in-out,modal-fade-out .2s ease-in-out}}.andes-modal>*{box-sizing:border-box;color:rgba(0,0,0,.9)}.andes-modal__overlay{align-items:center;background-color:rgba(0,0,0,.8);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1020}@media(prefers-reduced-motion:no-preference){.andes-modal__overlay{animation:modal-fade-in .2s ease-in-out}.andes-modal__overlay--closing{animation:modal-fade-out .2s ease-in-out}}.andes-modal__overlay--large,.andes-modal__overlay--small{padding:48px}.andes-modal__overlay--full-webview-ios{padding-bottom:60px;padding-top:65px}.andes-modal.andes-modal--card,.andes-modal.andes-modal--large,.andes-modal.andes-modal--small{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:22px;padding-top:22px}.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{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;box-shadow:none}.andes-modal__actions{border-radius:0 0 6px 6px;display:flex;flex-wrap:wrap;transition-duration:.08s;transition-property:box-shadow,padding,background-color;transition-timing-function:ease-in-out}.andes-modal__actions--fixed{bottom:0;position:sticky}.andes-modal__actions--border{border-top:1px solid rgba(0,0,0,.07);box-shadow:0 6px 16px 0 rgba(0,0,0,.1)}.andes-modal__actions--border.padding{border-top:0;box-shadow:none}.andes-modal__actions .andes-button:not(:first-child){margin-left:8px}.andes-modal__actions .andes-button--full-width:not(:first-child){margin-left:0;margin-top:8px}.andes-modal__header{border-radius:6px 6px 0 0;display:flex;position:relative;top:0;transition-duration:.08s;transition-property:box-shadow,background-color;transition-timing-function:ease-in-out}.andes-modal__header__contents{display:flex;flex-direction:column;flex-grow:1;justify-content:center}.andes-modal__header__contents--centered{align-items:center;text-align: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;box-shadow:0 1px 0 0 rgba(0,0,0,.07),0 0 24px 0 rgba(0,0,0,.1);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;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:focus{box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));outline:none}.andes-modal__close-button:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-moz-box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,rgba(65,137,230,.3));-webkit-box-shadow:0 0 0 2px #fff,0 0 0 3px var(--andes-color-blue-600,#2968c8),0 0 0 5px var(--andes-color-blue-300,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}.andes-modal__close-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;cursor:pointer;font-size:inherit;height:20px;padding:0;width:20px}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-fade-out{0%{opacity:1}to{opacity:0}}@keyframes modal-translate-in{0%{margin-top:300px}to{margin-top:0}}@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:16px}.andes-modal--small .andes-modal__header{padding:30px 32px 12px}.andes-modal--small .andes-modal__header.andes-modal__header--secondary,.andes-modal--small .andes-modal__header.andes-modal__header--sticky{padding:20px 32px 18px}.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 32px 32px}.andes-modal--small.andes-modal--fixed-actions .andes-modal__content{padding-bottom:16px}.andes-modal--small .andes-modal__actions{padding:3px 32px 32px}.andes-modal--small .andes-modal__actions--fixed{padding:16px 32px}.andes-modal--large.andes-modal--asset .andes-modal__header{padding-bottom:20px}.andes-modal--large .andes-modal__header{padding:45px 48px 12px}.andes-modal--large .andes-modal__header.andes-modal__header--secondary,.andes-modal--large .andes-modal__header.andes-modal__header--sticky{padding:20px 48px 18px}.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 48px 48px}.andes-modal--large.andes-modal--fixed-actions .andes-modal__content{padding-bottom:36px}.andes-modal--large .andes-modal__actions{padding:8px 48px 48px}.andes-modal--large .andes-modal__actions--fixed{padding:16px 48px}}.andes-modal--full{border-radius:0;height:100%;max-height:none!important;max-width:none!important;width:100%}.andes-modal--full .andes-modal__scroll{display:flex;flex-direction:column;height:100%}.andes-modal--full .andes-modal__header{border-radius:0;padding:26px 24px 12px}.andes-modal--full .andes-modal__header.andes-modal__header--secondary,.andes-modal--full .andes-modal__header.andes-modal__header--sticky{padding:21px 24px 18px}.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{flex-grow:1;padding:0 24px 24px}.andes-modal--full.andes-modal--fixed-actions .andes-modal__content{padding-bottom:16px}.andes-modal--full .andes-modal__actions{border-radius:0;padding:8px 24px 24px}.andes-modal--full .andes-modal__actions--fixed{padding:16px 24px}.andes-modal--card .andes-modal__header{padding:22px 24px 12px;transition-property:box-shadow}.andes-modal--card .andes-modal__header.andes-modal__header--secondary,.andes-modal--card .andes-modal__header.andes-modal__header--sticky{padding:3px 32px 32px}.andes-modal--card .andes-modal__title{font-size:20px}.andes-modal--card .andes-modal__content{padding:0 24px 24px}.andes-modal--card .andes-modal__close-button{position:absolute;right:-4px;top:-32px}.andes-modal__overlay--card{padding:48px 24px}.andes-modal--card.andes-modal--fixed-actions .andes-modal__content{padding-bottom:8px}.andes-modal--card .andes-modal__actions{padding:8px 24px 24px}.andes-modal--card .andes-modal__actions--fixed{padding:16px 24px}.andes-modal--large .andes-modal__content{padding:0 48px 32px!important}.andes-modal__overlay--large{padding:0}.calm-landings-library-modal{box-sizing:border-box}@media screen and (min-width:1280px){.calm-landings-library-modal{margin-left:auto;margin-right:auto;max-width:1280px;padding-left:102px;padding-right:102px}}@media(min-width:1366px){.calm-landings-library-modal{margin-left:auto;margin-right:auto;max-width:1366px;padding-left:145px;padding-right:145px}}.calm-landings-library-modal{text-align:center;width:100%}.calm-landings-library-modal__close-button{background:none;border:none;cursor:pointer;display:flex;height:-moz-fit-content;height:fit-content;justify-content:center;position:absolute;right:20px;top:20px;width:-moz-fit-content;width:fit-content}.calm-landings-library-modal>section{margin:14px auto 16px;position:relative;z-index:4}.calm-landings-library-modal>section .section-content{font-size:18px;font-weight:700;margin:0 auto}.calm-landings-library-modal>section .section-content .trigger{color:var(--andes-color-blue-500,#3483fa);cursor:pointer;font-weight:600;line-height:17.5px;transition:.3s}.calm-landings-library-modal>section .section-content .trigger.icon{display:flex;justify-content:space-between;width:100%}.calm-landings-library-modal>section .section-content .trigger:hover{color:#23549c}.andes-modal__overlay .modal-container .wrapper-scroll{width:100%}.andes-modal__overlay .modal-container .wrapper-scroll.credit-scroll{max-height:42vh;min-width:100%;overflow-x:auto;overflow-y:auto}.andes-modal__overlay .modal-container .wrapper-scroll.credit-scroll::-webkit-scrollbar{height:6px;width:6px}.andes-modal__overlay .modal-container .wrapper-scroll.credit-scroll::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.andes-modal__overlay .modal-container .wrapper-scroll.credit-scroll::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.andes-modal__overlay .modal-container .wrapper-scroll.credit-scroll::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.andes-modal__overlay .modal-container .table{padding:32px 0}.andes-modal__overlay .modal-container .title-modal{color:#000;font-weight:700}.andes-modal__overlay .modal-container .container-values{display:flex;justify-content:space-around}.andes-modal__overlay .modal-container .header-item{text-align:center}.andes-modal__overlay .modal-container .header-item:first-child>span{background-color:initial}.andes-modal__overlay .modal-container .header-item>span{background-color:#ddd;border-radius:4px;display:block;font-size:12px;line-height:15px;padding:2px;width:100%}.andes-modal__overlay .modal-container .header-item.highlight>span{background-color:rgba(0,166,80,.2);color:#00a650}.andes-modal__overlay .modal-container .container-header{display:flex;gap:16px;justify-content:space-around;margin-left:auto}.andes-modal__overlay .modal-container .container-header .highlight span{font-size:10px;font-weight:700}.andes-modal__overlay .modal-container .title{align-items:center;display:flex;padding:10px 0;width:100%}.andes-modal__overlay .modal-container .title hr{background:rgba(0,0,0,.25);border:0;content:" ";height:1px;margin:0;width:100%}.andes-modal__overlay .modal-container .title p{color:rgba(0,0,0,.9);font-size:14px;font-weight:600;letter-spacing:1px;line-height:17.5px;min-width:83px}.andes-modal__overlay .modal-container .container-values{font-size:10px;font-weight:700;line-height:10px;padding:16px 0}.andes-modal__overlay .modal-container .container-values span>span{font-size:14px;line-height:17.5px}.andes-modal__overlay .modal-container .container-values .rate-item{text-align:left}.andes-modal__overlay .modal-container .rate-row:first-of-type{padding-top:20px 0}.andes-modal__overlay .modal-container .rate-row,.andes-modal__overlay .modal-container .taxes{display:flex;justify-content:space-between}.andes-modal__overlay .modal-container .rate-row span,.andes-modal__overlay .modal-container .taxes span{line-height:1;text-align:center;width:100%}.andes-modal__overlay .modal-container .rate-row span:nth-child(2),.andes-modal__overlay .modal-container .taxes span:nth-child(2){color:#00a650;font-weight:700}.andes-modal__overlay .modal-container .rate-row span:first-child,.andes-modal__overlay .modal-container .taxes span:first-child{text-align:left}.andes-modal__overlay .modal-container .footer{color:rgba(0,0,0,.55)}.andes-modal__overlay .modal-container.desktop .header-item:first-child{flex:1;max-width:68px;min-width:68px;width:68px}.andes-modal__overlay .modal-container.desktop .header-item:not(:first-child){min-width:105px}.andes-modal__overlay .modal-container.desktop.scroll-modal .container-header .highlight span{color:#00a650;font-size:12px}.andes-modal__overlay .modal-container.desktop.scroll-modal .container-values{padding:16px 0 0}.andes-modal__overlay .modal-container.desktop.scroll-modal .container-values span{min-width:80px}.andes-modal__overlay .modal-container.desktop.scroll-modal .container-values span>span{font-size:12px;line-height:17.5px}.andes-modal__overlay .modal-container.desktop.scroll-modal .rate-row span:not(:first-child),.andes-modal__overlay .modal-container.desktop.scroll-modal .taxes span:not(:first-child){min-width:105px}.andes-modal__overlay .modal-container.desktop.scroll-modal .rate-row span:first-child,.andes-modal__overlay .modal-container.desktop.scroll-modal .taxes span:first-child{flex:2;max-width:68px;min-width:68px;width:68px}.andes-modal__overlay .modal-container.desktop.scroll-modal .wrapper-scroll.credit-scroll{max-height:35vh;overflow-x:hidden;overflow-y:auto}.andes-modal__overlay .modal-container.desktop .table{padding-top:32px}.andes-modal__overlay .modal-container.desktop .title-modal{color:#000;font-size:24px;font-weight:700;padding:40px 0 12px}.andes-modal__overlay .modal-container.desktop .calm-landings-library-modal__close-button{right:40px;top:40px}.andes-modal__overlay .modal-container.desktop .description{font-family:Proxima Nova;font-size:16px;font-weight:400;line-height:20px;text-align:left}.andes-modal__overlay .modal-container.desktop .container-header .highlight span{font-size:8px}.andes-modal__overlay .modal-container.desktop .rate-row,.andes-modal__overlay .modal-container.desktop .taxes{display:flex;gap:16px;justify-content:space-between;padding:10px 0}.andes-modal__overlay .modal-container.desktop .rate-row span,.andes-modal__overlay .modal-container.desktop .taxes span{flex:2;line-height:1;text-align:center;width:100%}.andes-modal__overlay .modal-container.desktop .rate-row span:nth-child(2),.andes-modal__overlay .modal-container.desktop .taxes span:nth-child(2){color:#00a650;flex:1;font-weight:700}.andes-modal__overlay .modal-container.desktop .rate-row span:first-child,.andes-modal__overlay .modal-container.desktop .rate-row span:last-child,.andes-modal__overlay .modal-container.desktop .taxes span:first-child,.andes-modal__overlay .modal-container.desktop .taxes span:last-child{flex:1}.andes-modal__overlay .modal-container.desktop .rate-row span:first-child,.andes-modal__overlay .modal-container.desktop .taxes span:first-child{text-align:left}.andes-modal__overlay .modal-container.desktop .footer{font-size:14px}.andes-typography{font-family:Proxima Nova,-apple-system,Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased}.andes-typography.andes-typography--type-body.andes-typography--weight-regular{font-weight:400}.andes-typography.andes-typography--type-body.andes-typography--weight-semibold,.andes-typography.andes-typography--type-title{font-weight:600}.andes-typography-text-list{list-style:none;margin:0;padding:0;position:relative}.andes-typography-text-list__item{list-style:none}.andes-typography--size-xs.andes-typography--type-title{font-size:18px;line-height:22px;margin:1.27em 0 0}.andes-typography--size-xs.andes-typography--type-title:first-child{margin:0}.andes-typography--size-xs.andes-typography--type-body{font-size:12px;line-height:15px}.andes-typography-text-list.andes-typography--size-xs.andes-typography--type-body,p.andes-typography--size-xs.andes-typography--type-body{margin:.75em 0 0}.andes-typography-text-list.andes-typography--size-xs.andes-typography--type-body:first-child,p.andes-typography--size-xs.andes-typography--type-body:first-child{margin:0}.andes-typography--size-s.andes-typography--type-title{font-size:20px;line-height:25px;margin:1.25em 0 0}.andes-typography--size-s.andes-typography--type-title:first-child{margin:0}.andes-typography--size-s.andes-typography--type-body{font-size:14px;line-height:18px}.andes-typography-text-list.andes-typography--size-s.andes-typography--type-body,p.andes-typography--size-s.andes-typography--type-body{margin:.71em 0 0}.andes-typography-text-list.andes-typography--size-s.andes-typography--type-body:first-child,p.andes-typography--size-s.andes-typography--type-body:first-child{margin:0}.andes-typography--size-m.andes-typography--type-title{font-size:24px;line-height:30px;margin:1.25em 0 0}.andes-typography--size-m.andes-typography--type-title:first-child{margin:0}.andes-typography--size-m.andes-typography--type-body{font-size:16px;line-height:20px}.andes-typography-text-list.andes-typography--size-m.andes-typography--type-body,p.andes-typography--size-m.andes-typography--type-body{margin:.75em 0 0}.andes-typography-text-list.andes-typography--size-m.andes-typography--type-body:first-child,p.andes-typography--size-m.andes-typography--type-body:first-child{margin:0}.andes-typography--size-l.andes-typography--type-title{font-size:28px;line-height:35px;margin:1.25em 0 0}.andes-typography--size-l.andes-typography--type-title:first-child{margin:0}.andes-typography--size-l.andes-typography--type-body{font-size:18px;line-height:22px}.andes-typography-text-list.andes-typography--size-l.andes-typography--type-body,p.andes-typography--size-l.andes-typography--type-body{margin:.77em 0 0}.andes-typography-text-list.andes-typography--size-l.andes-typography--type-body:first-child,p.andes-typography--size-l.andes-typography--type-body:first-child{margin:0}.andes-typography--size-xl.andes-typography--type-title{font-size:32px;line-height:40px;margin:1.25em 0 0}.andes-typography--size-xl.andes-typography--type-title:first-child{margin:0}.andes-typography--size-xl.andes-typography--type-body{font-size:18px;line-height:22px}.andes-typography-text-list.andes-typography--size-xl.andes-typography--type-body,p.andes-typography--size-xl.andes-typography--type-body{margin:.77em 0 0}.andes-typography-text-list.andes-typography--size-xl.andes-typography--type-body:first-child,p.andes-typography--size-xl.andes-typography--type-body:first-child{margin:0}.andes-typography--color-primary,.andes-typography-text-list__item-check-marker--color-primary{color:var(--andes-color-text-primary,rgba(0,0,0,.9))}.andes-typography--color-secondary,.andes-typography-text-list__item-check-marker--color-secondary{color:var(--andes-color-text-secondary,rgba(0,0,0,.55))}.andes-typography--color-inverse,.andes-typography-text-list__item-check-marker--color-inverse{color:var(--andes-color-text-inverse,#fff)}.andes-typography--color-accent,.andes-typography-text-list__item-check-marker--color-accent{color:var(--andes-color-text-accent,var(--andes-color-blue-500,var(--andes-color-blue-500,#3483fa)))}.andes-typography--color-disabled,.andes-typography-text-list__item-check-marker--color-disabled{color:var(--andes-color-text-disabled,rgba(0,0,0,.25))}.andes-typography--color-informative,.andes-typography-text-list__item-check-marker--color-informative{color:var(--andes-color-feedback-text-informative-loud,var(--andes-color-blue-500,#3483fa))}.andes-typography--color-positive,.andes-typography-text-list__item-check-marker--color-positive{color:var(--andes-color-feedback-text-positive-loud,#00a650)}.andes-typography--color-caution,.andes-typography-text-list__item-check-marker--color-caution{color:var(--andes-color-feedback-text-caution-loud,#f73)}.andes-typography--color-negative,.andes-typography-text-list__item-check-marker--color-negative{color:var(--andes-color-feedback-text-negative-loud,#f23d4f)}@media(min-width:768px){.andes-typography--color-link:hover,.andes-typography--color-link:hover .andes-typography-text-list__item-check-marker--color-link{color:var(--andes-color-text-link-hover,var(--andes-color-blue-600,#2968c8))}}.andes-typography--color-link,.andes-typography-text-list__item-check-marker--color-link{color:var(--andes-color-text-link-default,var(--andes-color-blue-500,var(--andes-color-blue-500,#3483fa)))}.andes-typography--color-link:active,.andes-typography--color-link:active .andes-typography-text-list__item-check-marker--color-link{color:var(--andes-color-text-link-active,var(--andes-color-blue-700,#1f4e96))}a.andes-typography--color-link{text-decoration:none}@media(min-width:768px){.andes-typography--color-link-inverse:hover,.andes-typography--color-link-inverse:hover .andes-typography-text-list__item-check-marker--color-link-inverse{color:var(--andes-color-text-link-hover-inverse,#fff)}}.andes-typography--color-link-inverse,.andes-typography-text-list__item-check-marker--color-link-inverse{color:var(--andes-color-text-link-default-inverse,#fff)}.andes-typography--color-link-inverse:active,.andes-typography--color-link-inverse:active .andes-typography-text-list__item-check-marker--color-link-inverse{color:var(--andes-color-text-link-active-inverse,#fff)}a.andes-typography--color-link-inverse{text-decoration:none}@media(min-width:768px){.andes-typography--color-selected:hover,.andes-typography--color-selected:hover .andes-typography-text-list__item-check-marker--color-selected{color:var(--andes-color-selected-text-hover,var(--andes-color-blue-600,#2968c8))}}.andes-typography--color-selected,.andes-typography-text-list__item-check-marker--color-selected{color:var(--andes-color-selected-text-default,var(--andes-color-blue-500,#3483fa))}.andes-typography--color-selected:active,.andes-typography--color-selected:active .andes-typography-text-list__item-check-marker--color-selected{color:var(--andes-color-selected-text-active,var(--andes-color-blue-700,#1f4e96))}.andes-typography-text-list__item-dot-marker{align-items:center;display:inline-flex;justify-content:center;left:0;position:absolute}.andes-typography-text-list__item-number-marker{left:0;position:absolute}.andes-typography-text-list__item-number-marker:before{content:counter(list-item) ".";position:absolute;text-align:center;width:100%}.andes-typography-text-list__item-check-marker{align-items:center;display:inline-flex;justify-content:center;left:0;position:absolute}.andes-typography--size-xs.andes-typography-text-list__item{margin:.5em 0 0;padding-left:22px}.andes-typography--size-xs.andes-typography-text-list__item:first-child{margin:0}.andes-typography--size-xs.andes-typography-text-list__item .andes-typography-text-list__item-dot-marker{margin-left:11px;width:5px}.andes-typography--size-xs.andes-typography-text-list__item .andes-typography-text-list__item-number-marker{width:18px}.andes-typography--size-xs.andes-typography-text-list__item .andes-typography-text-list__item-check-marker{transform:translateY(-2px)}.andes-typography--size-s.andes-typography-text-list__item{margin:.5em 0 0;padding-left:24px}.andes-typography--size-s.andes-typography-text-list__item:first-child{margin:0}.andes-typography--size-s.andes-typography-text-list__item .andes-typography-text-list__item-dot-marker{margin-left:11px;width:6px}.andes-typography--size-s.andes-typography-text-list__item .andes-typography-text-list__item-number-marker{width:20px}.andes-typography--size-m.andes-typography-text-list__item{margin:.5em 0 0;padding-left:28px}.andes-typography--size-m.andes-typography-text-list__item:first-child{margin:0}.andes-typography--size-m.andes-typography-text-list__item .andes-typography-text-list__item-dot-marker{margin-left:14px;width:6px}.andes-typography--size-m.andes-typography-text-list__item .andes-typography-text-list__item-number-marker{width:24px}.andes-typography--size-l.andes-typography-text-list__item{margin:.55em 0 0;padding-left:30px}.andes-typography--size-l.andes-typography-text-list__item:first-child{margin:0}.andes-typography--size-l.andes-typography-text-list__item .andes-typography-text-list__item-dot-marker{margin-left:14px;width:7px}.andes-typography--size-l.andes-typography-text-list__item .andes-typography-text-list__item-number-marker{width:26px}.andes-typography--size-l.andes-typography-text-list__item .andes-typography-text-list__item-check-marker{transform:translateY(-1px)}.calm-landings-library-section-title{border-radius:5px;height:8px;margin:0 auto 32px;width:40px}.calm-landings-library-section-title__title.andes-landings-typography--type-title{text-align:center}.calm-landings-library-section-title--mercado-livre{background-color:#ffe600}.calm-landings-library-section-title--mercado-pago{background-color:#3483fa}.desktop .calm-landings-library-section-title{margin:0 auto 32px}.desktop .calm-landings-library-section-title__title{font-size:28px;font-weight:700;line-height:31px;margin-bottom:24px;padding-bottom:0;text-align:center}@font-face{font-display:swap;font-family:Proxima Nova;font-style:normal;font-weight:300;src:url("https://http2.mlstatic.com/storage/pog-cm-admin/calm-assets/proxima-nova-light--770b74ee.otf") format("opentype")}@font-face{font-display:swap;font-family:Proxima Nova;font-style:normal;font-weight:400;src:url("https://http2.mlstatic.com/storage/pog-cm-admin/calm-assets/proxima-nova--4ff7804f.otf") format("opentype")}@font-face{font-display:swap;font-family:Proxima Nova;font-style:normal;font-weight:600;src:url("https://http2.mlstatic.com/storage/pog-cm-admin/calm-assets/proxima-nova-semibold--e81821a8.otf") format("opentype")}@font-face{font-display:swap;font-family:Proxima Nova;font-style:normal;font-weight:700;src:url("https://http2.mlstatic.com/storage/pog-cm-admin/calm-assets/proxima-nova-bold--b7c049bd.otf") format("opentype")}@font-face{font-display:swap;font-family:Proxima Nova;font-style:normal;font-weight:800;src:url("https://http2.mlstatic.com/storage/pog-cm-admin/calm-assets/proxima-nova-extrabold--e86965d0.otf") format("opentype")}@font-face{font-display:swap;font-family:Proxima Nova;font-style:normal;font-weight:900;src:url("https://http2.mlstatic.com/storage/pog-cm-admin/calm-assets/proxima-nova-black--807c5a01.otf") format("opentype")}.typography-ss04 h1,.typography-ss04 h2{font-feature-settings:"ss04" on}*{font-family:Proxima Nova,sans-serif;-webkit-font-smoothing:antialiased}.calm-landings-library-taxes-switcher{margin:20px auto;max-width:510px;position:relative;z-index:4}.calm-landings-library-taxes-switcher.inverted-color .switch-bar{border:1px solid hsla(0,0%,100%,.2)}.calm-landings-library-taxes-switcher.inverted-color .switch-bar__button{color:#fff}.calm-landings-library-taxes-switcher.inverted-color .switch-bar__button--active{color:#000}.calm-landings-library-taxes-switcher.inverted-color .values{color:#fff}.calm-landings-library-taxes-switcher.inverted-color .values__flip{color:#fff;margin-left:0}.calm-landings-library-taxes-switcher.inverted-color .values__percent{color:#fff}.calm-landings-library-taxes-switcher .switch-bar{border:1px solid rgba(0,0,0,.071);border-radius:25px;display:flex;margin:0 auto;overflow:hidden;position:relative;width:100%}.calm-landings-library-taxes-switcher .switch-bar__button{background:none;border:none;color:#000;cursor:pointer;flex:1;font-family:Proxima Nova,sans-serif;font-size:12px;line-height:12.5px;margin:10px 0;position:relative;z-index:11}.calm-landings-library-taxes-switcher .switch-bar__button--active{font-weight:600}.calm-landings-library-taxes-switcher .switch-bar__button:not(.calm-landings-library-taxes-switcher .switch-bar__button--active):not(.calm-landings-library-taxes-switcher .switch-bar__button--active~*):not(:first-of-type){border-left:1px solid #e4e4e4}.calm-landings-library-taxes-switcher .switch-bar__button--active~:not(:last-of-type){border-right:1px solid #e4e4e4}.calm-landings-library-taxes-switcher .switch-bar__button{-webkit-tap-highlight-color:rgba(0,0,0,0)}.calm-landings-library-taxes-switcher .switch-bar__button:active,.calm-landings-library-taxes-switcher .switch-bar__button:focus{background-color:transparent;outline:none}.calm-landings-library-taxes-switcher .switch-bar__highlight{background-color:#ededed;border:1px solid #e4e4e4;border-radius:25px;height:100%;left:0;position:absolute;top:0;transition:transform .3s ease;width:33.36%;z-index:10}.calm-landings-library-taxes-switcher .values{display:flex;gap:0 8px;justify-content:center;margin-top:20px;width:100%}.calm-landings-library-taxes-switcher .values__box{display:flex;flex-direction:column;text-align:center;width:100%}.calm-landings-library-taxes-switcher .values__label{font-size:10px;font-weight:600;line-height:12.5px}.calm-landings-library-taxes-switcher .values__value{align-items:center;display:flex;justify-content:center}.calm-landings-library-taxes-switcher .values__flip{display:inline-block;font-size:24px;font-weight:700;line-height:27px;margin-left:10px}.calm-landings-library-taxes-switcher .values__percent{font-size:16px;font-weight:700;margin-left:1px;margin-top:6px}.calm-landings-library-taxes-switcher.mobile .taxes-switcher-module{max-width:320px}.calm-landings-library-taxes-switcher.mobile .values{margin-top:8px}.calm-landings-library-taxes-switcher.mobile .hero-button{margin-top:24px}.calm-landings-library-feeselector{box-sizing:border-box}@media screen and (min-width:1280px){.calm-landings-library-feeselector{margin-left:auto;margin-right:auto;max-width:1280px;padding-left:102px;padding-right:102px}}@media(min-width:1366px){.calm-landings-library-feeselector{margin-left:auto;margin-right:auto;max-width:1366px;padding-left:145px;padding-right:145px}}.calm-landings-library-feeselector{width:100%}.calm-landings-library-feeselector .calm-landings-library-taxes-switcher{margin:0 auto;padding:10px 0}.calm-landings-library-feeselector .action-container{display:flex;justify-content:center;margin:24px auto;width:100%}.calm-landings-library-feeselector.media .fee-title{text-align:center}.calm-landings-library-feeselector.media .fee-title h2{font-weight:700}.calm-landings-library-feeselector.media .fee-title p{color:rgba(0,0,0,.549);font-weight:400}.calm-landings-library-feeselector.media .wrapper-fee-selector{display:flex;flex-direction:row;justify-content:center}.calm-landings-library-feeselector.media .wrapper-modal{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.calm-landings-library-feeselector.media .wrapper-media{background-color:#f5f5f5!important;border-radius:40px;overflow:hidden}.calm-landings-library-feeselector.media .fee-selector-info{background-color:#f5f5f5;border-radius:40px}.calm-landings-library-feeselector.media .calm-landings-library-section-title__title{color:#000;font-weight:500;text-align:left}.calm-landings-library-feeselector.media .calm-landings-library-modal{padding:0;text-align:left}.calm-landings-library-feeselector.media .calm-landings-library-modal .trigger{font-size:16px}.calm-landings-library-feeselector.media .calm-landings-library-modal .trigger>svg path{fill:#3483fa}.calm-landings-library-feeselector.media .calm-landings-library-modal .trigger:hover{color:#3483fa}.calm-landings-library-feeselector.media .calm-landings-library-taxes-switcher .switch-bar{background:rgba(0,0,0,.039);border-radius:16px}.calm-landings-library-feeselector.media .calm-landings-library-taxes-switcher .switch-bar__highlight{background-color:#fff;border:0;border-radius:12px;box-shadow:0 1px 2px 0 rgba(0,0,0,.12);height:84.5%;left:3px;top:3px;width:32.7%}.calm-landings-library-feeselector.media .calm-landings-library-taxes-switcher .switch-bar__button{color:rgba(0,0,0,.549)}.calm-landings-library-feeselector.media .calm-landings-library-taxes-switcher .switch-bar__button--active{color:rgba(0,0,0,.898)}.calm-landings-library-feeselector.media .calm-landings-library-taxes-switcher .values{margin-top:20px}.calm-landings-library-feeselector.media .calm-landings-library-taxes-switcher .values__label{color:rgba(0,0,0,.549);font-size:12px;font-weight:400;margin-top:7px}.calm-landings-library-feeselector.media .calm-landings-library-taxes-switcher .values__flip{font-size:28px}.calm-landings-library-feeselector.media .calm-landings-library-container-media{margin-bottom:-5px}@media(max-width:480px){.calm-landings-library-feeselector.calm-landings-library-section-wrapper.desktop.full{padding-left:20px!important;padding-right:20px!important}}.calm-landings-library-feeselector.desktop.media .fee-title{margin-bottom:56px}.calm-landings-library-feeselector.desktop.media .fee-title h2{font-size:48px}.calm-landings-library-feeselector.desktop.media .fee-title p{font-size:20px}.calm-landings-library-feeselector.desktop.media .wrapper-modal{margin-top:95px}.calm-landings-library-feeselector.desktop.media .wrapper-media{align-items:end;display:flex;margin-left:40px;padding-top:22px;width:600px}.calm-landings-library-feeselector.desktop.media .fee-selector-info{padding:48px;width:420px}.calm-landings-library-feeselector.desktop.media .fee-selector-info .calm-landings-library-section-title__title{font-size:32px;line-height:40px;margin-bottom:34px}

/*# sourceMappingURL=sgs-fee-selector-mercadolibre-desktop.9ae0da4a.css.map*/