html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif;
}
:root {
    --font-size-sm: 0.875rem;
    --font-weight-normal: 400;
    --h4-font-size: 1.25rem;
}
@media (max-width: 1023.98px) {
    :root {
        --font-size-sm: 0.875rem;
        --font-weight-normal: 400;
        --h4-font-size: 1rem;
    }
    button[data-balloon] {
        overflow: visible;
    }
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
.btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.563rem 1.188rem;
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 8px;
    transition: all 0.15s ease-in-out;
}
.btn :global(.icon) {
    margin-right: 0.25rem;
    line-height: 1;
    display: inline-block;
    vertical-align: bottom;
}
.btn.icon {
    padding: 0.563rem;
    width: calc(2px + 2.626rem);
}
.btn.icon.icon svg {
    vertical-align: bottom;
}
.btn.icon.icon svg [fill-rule="nonzero"] {
    fill: currentColor;
}
.btn.btn-icon {
    padding: 0.563rem;
    width: calc(2px + 2.626rem);
    height: calc(2px + 2.626rem);
}
.btn:focus,
.btn:hover {
    text-decoration: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #e6e6ff;
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
    box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none;
    box-shadow: inset 0 1px 3px 0 rgba(66, 72, 102, 0.5), 0 1px 0 0 rgba(28, 32, 51, 0.05);
}
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 2px #e6e6ff, inset 0 1px 3px 0 rgba(66, 72, 102, 0.5), 0 1px 0 0 rgba(28, 32, 51, 0.05);
}
.btn.btn-icon,
.btn.has-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn.btn-icon svg,
.btn.has-icon svg {
    line-height: 1;
    width: 1.5rem;
    height: 1.5rem;
}
.btn.has-image-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn.has-image-icon img {
    line-height: 1;
    width: 1.5rem;
    height: 1.5rem;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #0092e4;
    border-color: #0092e4;
    box-shadow: none;
}
.btn-primary.hover,
.btn-primary:hover {
    color: #fff;
    background-color: #0073c2;
    border-color: #0073c2;
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none, 0 0 0 2px rgba(0, 146, 228, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #0092e4;
    border-color: #0092e4;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0073c2;
    border-color: #0073c2;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: inset 0 1px 3px 0 rgba(66, 72, 102, 0.5), 0 1px 0 0 rgba(28, 32, 51, 0.05), 0 0 0 2px rgba(0, 146, 228, 0.5);
}
.btn-primary svg {
    vertical-align: middle;
}
.btn-primary svg [fill-rule="nonzero"] {
    fill: #fff;
}
.btn-success {
    color: #fff;
    background-color: #12284c;
    border-color: #24a8af;
    box-shadow: none;
}
.btn-success.hover,
.btn-success:hover {
    color: #fff;
    background-color: #00686e;
    border-color: #00686e;
}
.btn-success.focus,
.btn-success:focus {
    box-shadow: none, 0 0 0 2px rgba(36, 168, 175, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #24a8af;
    border-color: #24a8af;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #00565b;
    border-color: #00565b;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: inset 0 1px 3px 0 rgba(66, 72, 102, 0.5), 0 1px 0 0 rgba(28, 32, 51, 0.05), 0 0 0 2px rgba(36, 168, 175, 0.5);
}
.btn-success svg {
    vertical-align: middle;
}
.btn-success svg [fill-rule="nonzero"] {
    fill: #fff;
}
.btn-warning {
    color: #000;
    background-color: #e7b549;
    border-color: #e7b549;
    box-shadow: none;
}
.btn-warning.hover,
.btn-warning:hover {
    color: #fff;
    background-color: #a85325;
    border-color: #a85325;
}
.btn-warning.focus,
.btn-warning:focus {
    box-shadow: none, 0 0 0 2px rgba(231, 181, 73, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #000;
    background-color: #e7b549;
    border-color: #e7b549;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #823218;
    border-color: #823218;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: inset 0 1px 3px 0 rgba(66, 72, 102, 0.5), 0 1px 0 0 rgba(28, 32, 51, 0.05), 0 0 0 2px rgba(231, 181, 73, 0.5);
}
.btn-warning svg {
    vertical-align: middle;
}
.btn-warning svg [fill-rule="nonzero"] {
    fill: #000;
}
.btn-danger {
    color: #fff;
    background-color: #de524c;
    border-color: #de524c;
    box-shadow: none;
}
.btn-danger.hover,
.btn-danger:hover {
    color: #fff;
    background-color: #8c2822;
    border-color: #8c2822;
}
.btn-danger.focus,
.btn-danger:focus {
    box-shadow: none, 0 0 0 2px rgba(222, 82, 76, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #de524c;
    border-color: #de524c;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #752522;
    border-color: #752522;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: inset 0 1px 3px 0 rgba(66, 72, 102, 0.5), 0 1px 0 0 rgba(28, 32, 51, 0.05), 0 0 0 2px rgba(222, 82, 76, 0.5);
}
.btn-danger svg {
    vertical-align: middle;
}
.btn-danger svg [fill-rule="nonzero"] {
    fill: #fff;
}
.btn-default {
    color: #000;
    background-color: #fff;
    border-color: #d8dbeb;
    box-shadow: none;
}
.btn-default.hover,
.btn-default:hover {
    color: #000;
    background-color: #ebedf5;
    border-color: #d8dbeb;
}
.btn-default.focus,
.btn-default:focus {
    box-shadow: none, 0 0 0 2px rgba(216, 219, 235, 0.5);
}
.btn-default.disabled,
.btn-default:disabled {
    color: #000;
    background-color: #fff;
    border-color: #d8dbeb;
}
.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active,
.show > .btn-default.dropdown-toggle {
    color: #000;
    background-color: #fff;
    border-color: #b4bad6;
}
.btn-default:not(:disabled):not(.disabled).active:focus,
.btn-default:not(:disabled):not(.disabled):active:focus,
.show > .btn-default.dropdown-toggle:focus {
    box-shadow: inset 0 1px 3px 0 rgba(66, 72, 102, 0.5), 0 1px 0 0 rgba(28, 32, 51, 0.05), 0 0 0 2px rgba(216, 219, 235, 0.5);
}
.btn-default svg {
    vertical-align: middle;
}
.btn-default svg [fill-rule="nonzero"] {
    fill: #000;
}
.btn-secondary {
    color: #fff;
    background-color: #2e334d;
    border-color: #2e334d;
    box-shadow: none;
}
.btn-secondary.hover,
.btn-secondary:hover {
    color: #fff;
    background-color: #1c2033;
    border-color: #1c2033;
}
.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: none, 0 0 0 2px rgba(46, 51, 77, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #2e334d;
    border-color: #2e334d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: inset 0 1px 3px 0 rgba(66, 72, 102, 0.5), 0 1px 0 0 rgba(28, 32, 51, 0.05), 0 0 0 2px rgba(46, 51, 77, 0.5);
}
.btn-secondary svg {
    vertical-align: middle;
}
.btn-secondary svg [fill-rule="nonzero"] {
    fill: #fff;
}
.btn-theme-secondary {
    border-color: #0092e4;
    background: transparent;
    color: #0092e4;
}
.btn-theme-secondary:hover {
    background: #0092e4;
    color: #fff;
}
.btn-theme-secondary:focus {
    box-shadow: none;
}
.btn-facebook {
    color: #fff;
    background-color: #356bc4;
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none;
}
.btn-facebook.hover,
.btn-facebook:hover {
    color: #fff;
    background-color: #2a559c;
    border-color: rgba(0, 0, 0, 0);
}
.btn-facebook.focus,
.btn-facebook:focus {
    box-shadow: none, 0 0 0 2px rgba(0, 0, 0, 0.5);
}
.btn-facebook.disabled,
.btn-facebook:disabled {
    color: #fff;
    background-color: #356bc4;
    border-color: rgba(0, 0, 0, 0);
}
.btn-facebook:not(:disabled):not(.disabled).active,
.btn-facebook:not(:disabled):not(.disabled):active,
.show > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #356bc4;
    border-color: rgba(0, 0, 0, 0);
}
.btn-facebook:not(:disabled):not(.disabled).active:focus,
.btn-facebook:not(:disabled):not(.disabled):active:focus,
.show > .btn-facebook.dropdown-toggle:focus {
    box-shadow: inset 0 1px 3px 0 rgba(66, 72, 102, 0.5), 0 1px 0 0 rgba(28, 32, 51, 0.05), 0 0 0 2px rgba(0, 0, 0, 0.5);
}
.btn-facebook svg {
    vertical-align: middle;
}
.btn-facebook svg [fill-rule="nonzero"] {
    fill: #fff;
}
.btn-twitter {
    color: #fff;
    background-color: #27aae1;
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none;
}
.btn-twitter.hover,
.btn-twitter:hover {
    color: #fff;
    background-color: #1a8bbb;
    border-color: rgba(0, 0, 0, 0);
}
.btn-twitter.focus,
.btn-twitter:focus {
    box-shadow: none, 0 0 0 2px rgba(0, 0, 0, 0.5);
}
.btn-twitter.disabled,
.btn-twitter:disabled {
    color: #fff;
    background-color: #27aae1;
    border-color: rgba(0, 0, 0, 0);
}
.btn-twitter:not(:disabled):not(.disabled).active,
.btn-twitter:not(:disabled):not(.disabled):active,
.show > .btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #27aae1;
    border-color: rgba(0, 0, 0, 0);
}
.btn-twitter:not(:disabled):not(.disabled).active:focus,
.btn-twitter:not(:disabled):not(.disabled):active:focus,
.show > .btn-twitter.dropdown-toggle:focus {
    box-shadow: inset 0 1px 3px 0 rgba(66, 72, 102, 0.5), 0 1px 0 0 rgba(28, 32, 51, 0.05), 0 0 0 2px rgba(0, 0, 0, 0.5);
}
.btn-twitter svg {
    vertical-align: middle;
}
.btn-twitter svg [fill-rule="nonzero"] {
    fill: #fff;
}
.btn-google {
    color: #000;
    background-color: #fff;
    border-color: #e8e8e8;
    box-shadow: none;
}
.btn-google.hover,
.btn-google:hover {
    color: #000;
    background-color: #fafafc;
    border-color: #e8e8e8;
}
.btn-google.focus,
.btn-google:focus {
    box-shadow: none, 0 0 0 2px rgba(232, 232, 232, 0.5);
}
.btn-google.disabled,
.btn-google:disabled {
    color: #000;
    background-color: #fff;
    border-color: #e8e8e8;
}
.btn-google:not(:disabled):not(.disabled).active,
.btn-google:not(:disabled):not(.disabled):active,
.show > .btn-google.dropdown-toggle {
    color: #000;
    background-color: #fafafc;
    border-color: #e8e8e8;
}
.btn-google:not(:disabled):not(.disabled).active:focus,
.btn-google:not(:disabled):not(.disabled):active:focus,
.show > .btn-google.dropdown-toggle:focus {
    box-shadow: inset 0 1px 3px 0 rgba(66, 72, 102, 0.5), 0 1px 0 0 rgba(28, 32, 51, 0.05), 0 0 0 2px rgba(232, 232, 232, 0.5);
}
.btn-google svg {
    vertical-align: middle;
}
.btn-google svg [fill-rule="nonzero"] {
    fill: #000;
}
.btn-outline-primary {
    color: #0092e4;
    background-color: transparent;
    background-image: none;
    border-color: #0092e4;
}
.btn-outline-primary.hover,
.btn-outline-primary:hover {
    color: #fff;
    background-color: #0092e4;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 2px rgba(0, 146, 228, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #0092e4;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0092e4;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: inset 0 1px 3px 0 rgba(66, 72, 102, 0.5), 0 1px 0 0 rgba(28, 32, 51, 0.05), 0 0 0 2px rgba(0, 146, 228, 0.5);
}
.btn-outline-secondary {
    color: #596080;
    background-color: transparent;
    background-image: none;
    border-color: #596080;
}
.btn-outline-secondary.hover,
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #596080;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 2px rgba(89, 96, 128, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #596080;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #596080;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: inset 0 1px 3px 0 rgba(66, 72, 102, 0.5), 0 1px 0 0 rgba(28, 32, 51, 0.05), 0 0 0 2px rgba(89, 96, 128, 0.5);
}
.btn-outline-success {
    color: #24a8af;
    background-color: transparent;
    background-image: none;
    border-color: #24a8af;
}
.btn-outline-success.hover,
.btn-outline-success:hover {
    color: #fff;
    background-color: #24a8af;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 2px rgba(36, 168, 175, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #24a8af;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #24a8af;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: inset 0 1px 3px 0 rgba(66, 72, 102, 0.5), 0 1px 0 0 rgba(28, 32, 51, 0.05), 0 0 0 2px rgba(36, 168, 175, 0.5);
}
.btn-outline-info {
    color: #55afe7;
    background-color: transparent;
    background-image: none;
    border-color: #55afe7;
}
.btn-outline-info.hover,
.btn-outline-info:hover {
    color: #fff;
    background-color: #55afe7;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 2px rgba(85, 175, 231, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #55afe7;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #55afe7;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: inset 0 1px 3px 0 rgba(66, 72, 102, 0.5), 0 1px 0 0 rgba(28, 32, 51, 0.05), 0 0 0 2px rgba(85, 175, 231, 0.5);
}
.btn-outline-warning {
    color: #e7b549;
    background-color: transparent;
    background-image: none;
    border-color: #e7b549;
}
.btn-outline-warning.hover,
.btn-outline-warning:hover {
    color: #000;
    background-color: #e7b549;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 2px rgba(231, 181, 73, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #e7b549;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #000;
    background-color: #e7b549;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: inset 0 1px 3px 0 rgba(66, 72, 102, 0.5), 0 1px 0 0 rgba(28, 32, 51, 0.05), 0 0 0 2px rgba(231, 181, 73, 0.5);
}
.btn-outline-danger {
    color: #de524c;
    background-color: transparent;
    background-image: none;
    border-color: #de524c;
}
.btn-outline-danger.hover,
.btn-outline-danger:hover {
    color: #fff;
    background-color: #de524c;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 2px rgba(222, 82, 76, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #de524c;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #de524c;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: inset 0 1px 3px 0 rgba(66, 72, 102, 0.5), 0 1px 0 0 rgba(28, 32, 51, 0.05), 0 0 0 2px rgba(222, 82, 76, 0.5);
}
.btn-outline-light {
    color: #fafafc;
    background-color: transparent;
    background-image: none;
    border-color: #fafafc;
}
.btn-outline-light.hover,
.btn-outline-light:hover {
    color: #000;
    background-color: #fafafc;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 2px rgba(250, 250, 252, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #fafafc;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #000;
    background-color: #fafafc;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: inset 0 1px 3px 0 rgba(66, 72, 102, 0.5), 0 1px 0 0 rgba(28, 32, 51, 0.05), 0 0 0 2px rgba(250, 250, 252, 0.5);
}
.btn-outline-dark {
    color: #1c2033;
    background-color: transparent;
    background-image: none;
    border-color: #1c2033;
}
.btn-outline-dark.hover,
.btn-outline-dark:hover {
    color: #fff;
    background-color: #1c2033;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 2px rgba(28, 32, 51, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #1c2033;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #1c2033;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: inset 0 1px 3px 0 rgba(66, 72, 102, 0.5), 0 1px 0 0 rgba(28, 32, 51, 0.05), 0 0 0 2px rgba(28, 32, 51, 0.5);
}
.btn-outline-body {
    color: #1c2033;
    background-color: transparent;
    background-image: none;
    border-color: #1c2033;
}
.btn-outline-body.hover,
.btn-outline-body:hover {
    color: #fff;
    background-color: #1c2033;
}
.btn-outline-body.focus,
.btn-outline-body:focus {
    box-shadow: 0 0 0 2px rgba(28, 32, 51, 0.5);
}
.btn-outline-body.disabled,
.btn-outline-body:disabled {
    color: #1c2033;
    background-color: transparent;
}
.btn-outline-body:not(:disabled):not(.disabled).active,
.btn-outline-body:not(:disabled):not(.disabled):active,
.show > .btn-outline-body.dropdown-toggle {
    color: #fff;
    background-color: #1c2033;
}
.btn-outline-body:not(:disabled):not(.disabled).active:focus,
.btn-outline-body:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-body.dropdown-toggle:focus {
    box-shadow: inset 0 1px 3px 0 rgba(66, 72, 102, 0.5), 0 1px 0 0 rgba(28, 32, 51, 0.05), 0 0 0 2px rgba(28, 32, 51, 0.5);
}
.btn-outline-cyan {
    color: #55afe7;
    background-color: transparent;
    background-image: none;
    border-color: #55afe7;
}
.btn-outline-cyan.hover,
.btn-outline-cyan:hover {
    color: #fff;
    background-color: #55afe7;
}
.btn-outline-cyan.focus,
.btn-outline-cyan:focus {
    box-shadow: 0 0 0 2px rgba(85, 175, 231, 0.5);
}
.btn-outline-cyan.disabled,
.btn-outline-cyan:disabled {
    color: #55afe7;
    background-color: transparent;
}
.btn-outline-cyan:not(:disabled):not(.disabled).active,
.btn-outline-cyan:not(:disabled):not(.disabled):active,
.show > .btn-outline-cyan.dropdown-toggle {
    color: #fff;
    background-color: #55afe7;
}
.btn-outline-cyan:not(:disabled):not(.disabled).active:focus,
.btn-outline-cyan:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-cyan.dropdown-toggle:focus {
    box-shadow: inset 0 1px 3px 0 rgba(66, 72, 102, 0.5), 0 1px 0 0 rgba(28, 32, 51, 0.05), 0 0 0 2px rgba(85, 175, 231, 0.5);
}
.btn-outline-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}
.btn-outline-white.hover,
.btn-outline-white:hover {
    color: #000;
    background-color: #fff;
}
.btn-outline-white.focus,
.btn-outline-white:focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #fff;
    background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled).active,
.btn-outline-white:not(:disabled):not(.disabled):active,
.show > .btn-outline-white.dropdown-toggle {
    color: #000;
    background-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
    box-shadow: inset 0 1px 3px 0 rgba(66, 72, 102, 0.5), 0 1px 0 0 rgba(28, 32, 51, 0.05), 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.btn-link {
    font-weight: 400;
    color: #0073c2;
    background-color: transparent;
}
.btn-link:hover {
    color: #0073c2;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}
.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #737999;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 0.75rem 1.44rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    border-radius: 12px;
    font-weight: 500;
}
.btn-group-lg > .btn :global(.icon),
.btn-lg :global(.icon) {
    margin-right: 0.25rem;
    line-height: 1;
    display: inline-block;
    vertical-align: bottom;
}
.btn-group-lg > .icon.btn,
.btn-lg.icon {
    padding: 0.75rem;
    width: calc(2px + 3.25rem);
}
.btn-group-lg > .icon.icon.btn svg,
.btn-lg.icon.icon svg {
    vertical-align: bottom;
}
.btn-lg.icon.icon svg [fill-rule="nonzero"],
.btn-group-lg > .icon.icon.btn svg [fill-rule="nonzero"] {
    fill: currentColor;
}
.btn-group-lg > .btn-icon.btn,
.btn-lg.btn-icon {
    padding: 0.75rem;
    width: calc(2px + 3.25rem);
    height: calc(2px + 3.25rem);
}
.btn-md {
    padding: 0.563rem 1.188rem;
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 8px;
}
.btn-md :global(.icon) {
    margin-right: 0.25rem;
    line-height: 1;
    display: inline-block;
    vertical-align: bottom;
}
.btn-md.icon {
    padding: 0.563rem;
    width: calc(2px + 2.626rem);
}
.btn-md.icon.icon svg {
    vertical-align: bottom;
}
.btn-md.icon.icon svg [fill-rule="nonzero"] {
    fill: currentColor;
}
.btn-md.btn-icon {
    padding: 0.563rem;
    width: calc(2px + 2.626rem);
    height: calc(2px + 2.626rem);
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.94rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    border-radius: 4px;
}
.btn-group-sm > .btn :global(.icon),
.btn-sm :global(.icon) {
    margin-right: 0.25rem;
    line-height: 1;
    display: inline-block;
    vertical-align: bottom;
}
.btn-group-sm > .icon.btn,
.btn-sm.icon {
    padding: 0.25rem;
    width: calc(2px + 2rem);
}
.btn-group-sm > .icon.icon.btn svg,
.btn-sm.icon.icon svg {
    vertical-align: bottom;
}
.btn-sm.icon.icon svg [fill-rule="nonzero"],
.btn-group-sm > .icon.icon.btn svg [fill-rule="nonzero"] {
    fill: currentColor;
}
.btn-group-sm > .btn-icon.btn,
.btn-sm.btn-icon {
    padding: 0.25rem;
    width: calc(2px + 2rem);
    height: calc(2px + 2rem);
}
.btn-group-sm > .btn-icon.btn,
.btn-group-sm > .has-icon.btn,
.btn-sm.btn-icon,
.btn-sm.has-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-group-sm > .btn-icon.btn svg,
.btn-group-sm > .has-icon.btn svg,
.btn-sm.btn-icon svg,
.btn-sm.has-icon svg {
    line-height: 1;
    width: 1.25rem;
    height: 1.25rem;
}
.btn-group-sm > .has-image-icon.btn,
.btn-sm.has-image-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-group-sm > .has-image-icon.btn img,
.btn-sm.has-image-icon img {
    line-height: 1;
    width: 1.25rem;
    height: 1.25rem;
}
.btn-zero {
    border: 0;
    margin: 0;
    padding: 0;
    text-decoration: none;
    appearance: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none !important;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-rounded {
    border-radius: 50px !important;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.btn-custom {
    background: transparent;
    color: #0092e4;
}
.btn-custom:hover {
    color: #0092e4;
    background-color: #ebedf5;
}
.btn-custom.focus,
.btn-custom:focus {
    background: #ebedf5;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 1;
}
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus {
    z-index: 1;
}
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 1;
    border-color: transparent;
    color: #fff;
    background: #0092e4 !important;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group.show .dropdown-toggle {
    box-shadow: inset 0 1px 3px 0 rgba(66, 72, 102, 0.5), 0 1px 0 0 rgba(28, 32, 51, 0.05);
}
.btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.input-group > .input-group-append:last-child > .btn-group:not(:last-child):not(.dropdown-toggle) > .btn,
.input-group > .input-group-append:not(:last-child) > .btn-group > .btn,
.input-group > .input-group-prepend > .btn-group > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn-group > .btn,
.input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-toggle > .btn {
    background: #fff;
    color: #596080;
    border-color: #d8dbeb;
    box-shadow: 0 1px 0 0 rgba(28, 32, 51, 0.05);
}
.btn-group-toggle.group-equal {
    display: flex;
}
.btn-group-toggle.group-equal > .btn {
    width: 100%;
}
button.ajax-loading,
button.ajax-loading-light {
    position: relative;
    color: transparent !important;
}
button.ajax-loading-light:before,
button.ajax-loading:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjRweCIgIGhlaWdodD0iMjRweCIgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0ibGRzLXJvbGxpbmciIHN0eWxlPSJiYWNrZ3JvdW5kOiBub25lOyI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgZmlsbD0ibm9uZSIgbmctYXR0ci1zdHJva2U9Int7Y29uZmlnLmNvbG9yfX0iIG5nLWF0dHItc3Ryb2tlLXdpZHRoPSJ7e2NvbmZpZy53aWR0aH19IiBuZy1hdHRyLXI9Int7Y29uZmlnLnJhZGl1c319IiBuZy1hdHRyLXN0cm9rZS1kYXNoYXJyYXk9Int7Y29uZmlnLmRhc2hhcnJheX19IiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMTAiIHI9IjQ0IiBzdHJva2UtZGFzaGFycmF5PSIyMDcuMzQ1MTE1MTM2OTI2MzIgNzEuMTE1MDM4Mzc4OTc1NDQiIHRyYW5zZm9ybT0icm90YXRlKDIxNiA1MCA1MCkiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBjYWxjTW9kZT0ibGluZWFyIiB2YWx1ZXM9IjAgNTAgNTA7MzYwIDUwIDUwIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjFzIiBiZWdpbj0iMHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
button.ajax-loading-light:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjRweCIgIGhlaWdodD0iMjRweCIgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0ibGRzLXJvbGxpbmciIHN0eWxlPSJiYWNrZ3JvdW5kOiBub25lOyI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgZmlsbD0ibm9uZSIgbmctYXR0ci1zdHJva2U9Int7Y29uZmlnLmNvbG9yfX0iIG5nLWF0dHItc3Ryb2tlLXdpZHRoPSJ7e2NvbmZpZy53aWR0aH19IiBuZy1hdHRyLXI9Int7Y29uZmlnLnJhZGl1c319IiBuZy1hdHRyLXN0cm9rZS1kYXNoYXJyYXk9Int7Y29uZmlnLmRhc2hhcnJheX19IiBzdHJva2U9IiNEMkQ5RTYiIHN0cm9rZS13aWR0aD0iMTAiIHI9IjQ0IiBzdHJva2UtZGFzaGFycmF5PSIyMDcuMzQ1MTE1MTM2OTI2MzIgNzEuMTE1MDM4Mzc4OTc1NDQiIHRyYW5zZm9ybT0icm90YXRlKDIxNiA1MCA1MCkiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBjYWxjTW9kZT0ibGluZWFyIiB2YWx1ZXM9IjAgNTAgNTA7MzYwIDUwIDUwIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjFzIiBiZWdpbj0iMHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PC9zdmc+");
}
.align-items-start {
    align-items: flex-start !important;
}
.d-flex {
    display: flex !important;
}
.font-weight-normal {
    font-weight: 400 !important;
    color: #12284c;
}
.mb-3,
.my-3 {
    margin-bottom: 0.75rem !important;
}
.mt-9,
.my-9 {
    margin-top: 5rem !important;
}
.h-100 {
    height: 100% !important;
}
.m-0 {
    margin: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.25rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.25rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.25rem !important;
}
.mb-5-5,
.my-5-5 {
    margin-bottom: 1.5rem !important;
}
.p-2 {
    padding: 0.05rem !important;
}
.caption {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.125rem;
}
.container_q3XJn {
    text-align: left;
    max-width: 77rem;
    margin: 1rem auto 50px;
}
.container_q3XJn .customCol_zBppy {
    display: flex;
    width: 384px;
}
@media (min-height: 1000px) {
    .container_q3XJn {
        text-align: left;
        max-width: 23rem;
        margin: 1rem auto 50px;
    }
}
@media (max-width: 1023.98px) {
    .container_q3XJn .customCol_zBppy {
        width: 100%;
        margin-bottom: 1.25rem;
    }
}
.container_T07B5 {
    border: 4px solid #fff;
    border-radius: 16px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03), 0 4px 10px rgba(0, 0, 0, 0.02), 0 5px 30px rgba(0, 0, 0, 0.06);
    background: #fff;
    padding: 2.5rem;
    position: relative;
    width: 45%;
    display: flex;
    flex-direction: column;
}
@media (max-width: 1279.98px) {
    .container_T07B5 {
        width: auto;
        margin-bottom: 1.25rem;
    }
}
.container_T07B5 .ctaNote_S4GWa {
    display: block;
    text-align: center;
    font-size: 10px;
    color: #596080;
}
.container_T07B5.greyHighlight_5rbMU {
    border: 2px solid #f5f6fa;
}
.container_T07B5.highlight_ogGQd {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03), 0 4px 10px rgba(0, 0, 0, 0.02), 0 5px 30px rgba(0, 0, 0, 0.06);
    border: 5px solid #12284c;
}
.container_T07B5 .titleWrap_j4mMx {
    margin-bottom: 1rem;
}
.container_T07B5 .title_UtFIr {
    margin-bottom: 0.5rem;
    font-size: 1.85rem;
    line-height: 1.2;
    color: #12284c;
}
.container_T07B5 .description_8Fpa5 {
    color: #596080;
    margin: 0;
    min-height: 48px;
}
.container_T07B5 .mTag_-YTz2 {
    background: #fafafc;
    border-radius: 100px 0 0 100px;
    padding: 0.1875rem 1.25rem;
    color: #0092e4;
    font-weight: 500;
    margin-right: -2.5rem;
}
.container_T07B5 .pricing_J3cu1 {
    margin-bottom: 1.5rem;
}
.container_T07B5 .pricing_J3cu1 .priceText_9pdoW {
    display: inline-flex;
    flex-direction: column;
    color: #3d4852;
}
.container_T07B5 .pricing_J3cu1 .seat_yIXyo {
    letter-spacing: -0.15px;
}
.container_T07B5 .pricing_J3cu1 .perMonth_s2uav {
    font-size: 0.75rem;
    color: #596080;
    font-weight: 400;
    line-height: 0.9375rem;
}
.container_T07B5 .pricing_J3cu1 .discount_xKgWE {
    display: flex;
    align-items: flex-end;
}
.container_T07B5 .pricing_J3cu1 .discount_xKgWE .star_E-Rde {
    margin-left: -5px;
    position: relative;
    top: -10px;
}
.container_T07B5 .pricing_J3cu1 .discount_xKgWE .slashedTxt_DniHC {
    text-decoration: line-through;
    color: #8f95b3;
    font-weight: 500;
}
.container_T07B5 .pricing_J3cu1 .discount_xKgWE .badge_Co6Om {
    color: #24a8af;
    font-weight: 500;
}

.container_T07B5 .accessList_Ztp0D {
    flex: 1;
}
.container_T07B5 .accessList_Ztp0D ul {
    margin: 0;
}
.container_T07B5 .accessList_Ztp0D ul li {
    color: #2e334d;
}
.container_T07B5 .accessList_Ztp0D ul li svg {
    fill: #24a8af;
    flex: 0 0 1.5rem;
    font-size: 1.5rem;
}
.font-size-sm {
    font-size: 0.875rem;
    line-height: 1.5rem;
}
.container_T07B5 .pricing_J3cu1 {
    margin-bottom: 1.5rem;
}
.container_T07B5 .pricing_J3cu1 .priceText_9pdoW {
    display: inline-flex;
    flex-direction: column;
    color: #3d4852;
}
.container_T07B5 .pricing_J3cu1 .seat_yIXyo {
    letter-spacing: -0.15px;
}
.container_T07B5 .pricing_J3cu1 .perMonth_s2uav {
    font-size: 0.75rem;
    color: #596080;
    font-weight: 400;
    line-height: 0.9375rem;
}
.container_T07B5 .pricing_J3cu1 .discount_xKgWE {
    display: flex;
    align-items: flex-end;
}
.container_T07B5 .pricing_J3cu1 .discount_xKgWE .star_E-Rde {
    margin-left: -5px;
    position: relative;
    top: -14px;
}
.container_T07B5 .pricing_J3cu1 .discount_xKgWE .slashedTxt_DniHC {
    text-decoration: line-through;
    color: #8f95b3;
    font-weight: 500;
}
.container_T07B5 .pricing_J3cu1 .discount_xKgWE .badge_Co6Om {
    color: #24a8af;
    font-weight: 500;
}

.container_T07B5 .pricing_J3cu1 .discount_xKgWE {
    display: flex;
    align-items: flex-end;
}
.container_T07B5 .pricing_J3cu1 .discount_xKgWE .star_E-Rde {
    margin-left: -5px;
    position: relative;
    top: -14px;
}
.container_T07B5 .pricing_J3cu1 .discount_xKgWE .slashedTxt_DniHC {
    text-decoration: line-through;
    color: #8f95b3;
    font-weight: 500;
}
.container_T07B5 .pricing_J3cu1 .discount_xKgWE .badge_Co6Om {
    color: #24a8af;
    font-weight: 500;
}
.container_T07B5 .pricing_J3cu1 .discount_xKgWE .badgePercentage_pzaeT {
    background: #eef8f9;
    border-radius: 1.5rem;
    font-weight: 500;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.text-left {
    text-align: left !important;
}
