@rei/cedar 14.0.0-ts.5 → 14.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. package/dist/cedar-compiled.css +1074 -1036
  2. package/dist/cedar.umd.js +31 -2
  3. package/dist/component-docgen.json +3273 -1184
  4. package/dist/components/labelWrapper/CdrLabelWrapper.vue.d.ts +1 -0
  5. package/dist/components/rating/components/CdrStar00.vue.d.ts +16 -0
  6. package/dist/components/rating/components/CdrStar100.vue.d.ts +16 -0
  7. package/dist/components/rating/components/CdrStar25.vue.d.ts +16 -0
  8. package/dist/components/rating/components/CdrStar50.vue.d.ts +16 -0
  9. package/dist/components/rating/components/CdrStar75.vue.d.ts +16 -0
  10. package/dist/components/rating/components/CdrStarNull.vue.d.ts +16 -0
  11. package/dist/components/rating/composables/useStar.d.ts +8 -0
  12. package/dist/components/tabs/CdrTabs.vue.d.ts +2 -2
  13. package/dist/icon-component-docgen.json +622 -436
  14. package/dist/src/components/accordion/CdrAccordion.vue2.mjs +51 -54
  15. package/dist/src/components/accordion/CdrAccordionGroup.vue2.mjs +19 -19
  16. package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
  17. package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
  18. package/dist/src/components/accordion/symbols.mjs +2 -3
  19. package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
  20. package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
  21. package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
  22. package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +4 -4
  23. package/dist/src/components/card/styles/CdrCard.module.scss.mjs +1 -1
  24. package/dist/src/components/checkbox/CdrCheckbox.vue2.mjs +32 -20
  25. package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +27 -25
  26. package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
  27. package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +4 -4
  28. package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +2 -2
  29. package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
  30. package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
  31. package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
  32. package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
  33. package/dist/src/components/image/styles/CdrImg.module.scss.mjs +8 -8
  34. package/dist/src/components/input/styles/CdrInput.module.scss.mjs +34 -34
  35. package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +12 -12
  36. package/dist/src/components/labelWrapper/CdrLabelWrapper.vue2.mjs +11 -11
  37. package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +25 -23
  38. package/dist/src/components/link/styles/CdrLink.module.scss.mjs +3 -3
  39. package/dist/src/components/list/styles/CdrList.module.scss.mjs +7 -7
  40. package/dist/src/components/modal/CdrModal.vue2.mjs +2 -2
  41. package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +12 -12
  42. package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +53 -53
  43. package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +65 -65
  44. package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
  45. package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
  46. package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +27 -25
  47. package/dist/src/components/rating/CdrRating.vue2.mjs +43 -29
  48. package/dist/src/components/rating/components/CdrStar00.vue.mjs +9 -0
  49. package/dist/src/components/rating/components/CdrStar00.vue2.mjs +37 -0
  50. package/dist/src/components/rating/components/CdrStar100.vue.mjs +9 -0
  51. package/dist/src/components/rating/components/CdrStar100.vue2.mjs +37 -0
  52. package/dist/src/components/rating/components/CdrStar25.vue.mjs +9 -0
  53. package/dist/src/components/rating/components/CdrStar25.vue2.mjs +48 -0
  54. package/dist/src/components/rating/components/CdrStar50.vue.mjs +9 -0
  55. package/dist/src/components/rating/components/CdrStar50.vue2.mjs +53 -0
  56. package/dist/src/components/rating/components/CdrStar75.vue.mjs +9 -0
  57. package/dist/src/components/rating/components/CdrStar75.vue2.mjs +50 -0
  58. package/dist/src/components/rating/components/CdrStarNull.vue.mjs +9 -0
  59. package/dist/src/components/rating/components/CdrStarNull.vue2.mjs +43 -0
  60. package/dist/src/components/rating/composables/useStar.mjs +8 -0
  61. package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +44 -28
  62. package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +42 -42
  63. package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
  64. package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
  65. package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +10 -10
  66. package/dist/src/components/table/styles/CdrTable.module.scss.mjs +13 -13
  67. package/dist/src/components/tabs/CdrTabs.vue2.mjs +12 -12
  68. package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +5 -5
  69. package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +30 -30
  70. package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
  71. package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
  72. package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
  73. package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +7 -7
  74. package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
  75. package/dist/src/mixins/breakpoints.mjs +2 -2
  76. package/dist/style/cdr-accordion-group.css +1 -1
  77. package/dist/style/cdr-accordion.css +1 -1
  78. package/dist/style/cdr-banner.css +1 -1
  79. package/dist/style/cdr-breadcrumb.css +1 -1
  80. package/dist/style/cdr-button.css +1 -1
  81. package/dist/style/cdr-caption.css +1 -1
  82. package/dist/style/cdr-card.css +1 -1
  83. package/dist/style/cdr-checkbox.css +1 -1
  84. package/dist/style/cdr-chip-group.css +1 -1
  85. package/dist/style/cdr-chip.css +1 -1
  86. package/dist/style/cdr-container.css +1 -1
  87. package/dist/style/cdr-form-error.css +1 -1
  88. package/dist/style/cdr-form-group.css +1 -1
  89. package/dist/style/cdr-grid.css +1 -1
  90. package/dist/style/cdr-icon.css +1 -1
  91. package/dist/style/cdr-img.css +1 -1
  92. package/dist/style/cdr-input.css +1 -1
  93. package/dist/style/cdr-label-standalone.css +1 -1
  94. package/dist/style/cdr-label-wrapper.css +1 -1
  95. package/dist/style/cdr-link.css +1 -1
  96. package/dist/style/cdr-list.css +1 -1
  97. package/dist/style/cdr-modal.css +1 -1
  98. package/dist/style/cdr-pagination.css +1 -1
  99. package/dist/style/cdr-popover.css +1 -1
  100. package/dist/style/cdr-popup.css +1 -1
  101. package/dist/style/cdr-quote.css +1 -1
  102. package/dist/style/cdr-radio.css +1 -1
  103. package/dist/style/cdr-rating.css +1 -1
  104. package/dist/style/cdr-select.css +1 -1
  105. package/dist/style/cdr-skeleton-bone.css +1 -1
  106. package/dist/style/cdr-skeleton.css +1 -1
  107. package/dist/style/cdr-switch.css +1 -1
  108. package/dist/style/cdr-tab-panel.css +1 -1
  109. package/dist/style/cdr-table.css +1 -1
  110. package/dist/style/cdr-tabs.css +1 -1
  111. package/dist/style/cdr-text.css +1 -1
  112. package/dist/style/cdr-toast.css +1 -1
  113. package/dist/style/cdr-toggle-button.css +1 -1
  114. package/dist/style/cdr-toggle-group.css +1 -1
  115. package/dist/style/cdr-tooltip.css +1 -1
  116. package/dist/style.css +1 -1
  117. package/package.json +3 -3
  118. /package/dist/node_modules/@rei/cdr-tokens/dist/{js → rei-dot-com/js}/cdr-tokens.mjs +0 -0
@@ -1 +1 @@
1
- .cdr-icon_14-0-0-ts-5{display:inline-block;vertical-align:middle;flex:0 0 auto;width:2.4rem;height:2.4rem;fill:#928b80}.cdr-icon--small_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-icon--large_14-0-0-ts-5{width:3.2rem;height:3.2rem}@media (min-width: 0) and (max-width: 767px){.cdr-icon--small\@xs_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-icon--large\@xs_14-0-0-ts-5{width:3.2rem;height:3.2rem}}@media (min-width: 768px) and (max-width: 991px){.cdr-icon--small\@sm_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-icon--large\@sm_14-0-0-ts-5{width:3.2rem;height:3.2rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-icon--small\@md_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-icon--large\@md_14-0-0-ts-5{width:3.2rem;height:3.2rem}}@media (min-width: 1232px){.cdr-icon--small\@lg_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-icon--large\@lg_14-0-0-ts-5{width:3.2rem;height:3.2rem}}.cdr-icon--inherit-color_14-0-0-ts-5{fill:inherit}.cdr-icon_14-0-0-ts-5{display:inline-block;vertical-align:middle;flex:0 0 auto;width:2.4rem;height:2.4rem;fill:#928b80}.cdr-icon--small_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-icon--large_14-0-0-ts-5{width:3.2rem;height:3.2rem}@media (min-width: 0) and (max-width: 767px){.cdr-icon--small\@xs_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-icon--large\@xs_14-0-0-ts-5{width:3.2rem;height:3.2rem}}@media (min-width: 768px) and (max-width: 991px){.cdr-icon--small\@sm_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-icon--large\@sm_14-0-0-ts-5{width:3.2rem;height:3.2rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-icon--small\@md_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-icon--large\@md_14-0-0-ts-5{width:3.2rem;height:3.2rem}}@media (min-width: 1232px){.cdr-icon--small\@lg_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-icon--large\@lg_14-0-0-ts-5{width:3.2rem;height:3.2rem}}.cdr-icon--inherit-color_14-0-0-ts-5{fill:inherit}.cdr-label-standalone_14-0-0-ts-5{display:grid;grid-template-areas:"label label info" "input input input" "post post post"}.cdr-label-standalone__label-wrapper_14-0-0-ts-5{grid-area:label}.cdr-label-standalone__label_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;color:rgba(12,11,8,0.75);margin:0}.cdr-label-standalone__label--sr-only_14-0-0-ts-5{position:absolute;width:0.1rem;height:0.1rem;padding:0;margin:-0.1rem;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.cdr-label-standalone__label--disabled_14-0-0-ts-5{color:#d1cbbd}.cdr-label-standalone__label--disabled_14-0-0-ts-5 .cdr-label-standalone__optional_14-0-0-ts-5{color:#d1cbbd}.cdr-label-standalone__optional_14-0-0-ts-5{color:rgba(66,59,47,0.75)}.cdr-label-standalone__helper_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;color:rgba(66,59,47,0.75);margin-top:.2rem}.cdr-label-standalone__info_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;grid-area:info;order:2;align-self:end;justify-self:end}.cdr-label-standalone__post-content_14-0-0-ts-5{grid-area:post}.cdr-label-standalone__info-action_14-0-0-ts-5{display:flex;justify-content:center;align-items:center;width:4rem}.cdr-label-standalone__input-wrap_14-0-0-ts-5{position:relative;display:flex;grid-area:input}.cdr-label-standalone__input-spacing_14-0-0-ts-5{margin-top:.8rem}.cdr-form-error_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;color:#b33322;fill:#b33322;margin-top:.4rem}.cdr-form-error__icon_14-0-0-ts-5{margin-right:.4rem}.cdr-select_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;font-weight:500;background:rgba(244,242,237,0.15);color:#20201d;box-shadow:inset 0 0 0 0.1rem #928b80;border:0;border-radius:.4rem;padding-left:.8rem;padding-right:3.2rem;height:4rem;display:block;width:100%;overflow:auto;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.cdr-select_14-0-0-ts-5[disabled]{background-color:#f9f8f6;color:#d1cbbd;box-shadow:inset 0 0 0 0.1rem #d1cbbd}.cdr-select_14-0-0-ts-5[disabled]:hover{box-shadow:inset 0 0 0 0.1rem #d1cbbd;cursor:not-allowed}.cdr-select_14-0-0-ts-5:active,.cdr-select_14-0-0-ts-5:focus{box-shadow:inset 0 0 0 0.2rem #20201d,0 0.2rem 0.2rem 0 rgba(12,11,8,0.2);outline:none}.cdr-select_14-0-0-ts-5::-ms-expand{display:none}.cdr-select--primary_14-0-0-ts-5{background-color:rgba(244,242,237,0.15)}.cdr-select--primary_14-0-0-ts-5:active,.cdr-select--primary_14-0-0-ts-5:focus{background-color:#f9f8f6}.cdr-select--secondary_14-0-0-ts-5{background-color:rgba(255,255,255,0.85)}.cdr-select--secondary_14-0-0-ts-5:active,.cdr-select--secondary_14-0-0-ts-5:focus{background-color:#fff}.cdr-select--error_14-0-0-ts-5{background-color:rgba(255,242,242,0.75);box-shadow:inset 0 0 0 0.1rem #b33322}.cdr-select--preicon_14-0-0-ts-5{padding-left:3.7rem}.cdr-select__prompt_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;font-style:normal;color:rgba(12,11,8,0.75)}.cdr-select__prompt_14-0-0-ts-5[disabled]{color:#d1cbbd}.cdr-select__caret_14-0-0-ts-5{fill:rgba(12,11,8,0.75);position:absolute;top:50%;right:.8rem;transform:translateY(-50%);pointer-events:none}.cdr-select__caret--disabled_14-0-0-ts-5{fill:#dcd6cb}.cdr-select__pre-icon_14-0-0-ts-5{position:absolute;top:50%;left:.8rem;transform:translateY(-50%)}.cdr-select--multiple_14-0-0-ts-5{height:auto;padding:.8rem}.cdr-select--multiple_14-0-0-ts-5+.cdr-select__caret_14-0-0-ts-5{display:none}@media (min-width: 0) and (max-width: 767px){.cdr-select--large\@xs_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}.cdr-select--large_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}@media (min-width: 768px) and (max-width: 991px){.cdr-select--large\@sm_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-select--large\@md_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}@media (min-width: 1232px){.cdr-select--large\@lg_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}.cdr-select-wrap_14-0-0-ts-5{position:relative;flex:1}.cdr-pagination_14-0-0-ts-5{display:flex;justify-content:center;align-items:center;list-style:none;padding:0}.cdr-pagination__li--links_14-0-0-ts-5{display:none}.cdr-pagination__li--links_14-0-0-ts-5+.cdr-pagination__li--links_14-0-0-ts-5{margin-left:.4rem}.cdr-pagination__li--select_14-0-0-ts-5{display:block}.cdr-pagination__link_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;background-color:transparent;border:none;padding:0;color:rgba(12,11,8,0.75);fill:rgba(12,11,8,0.75);display:block;padding:0.6rem 1.2rem;text-decoration:none;border-radius:.4rem}.cdr-pagination__link_14-0-0-ts-5:hover,.cdr-pagination__link_14-0-0-ts-5:focus,.cdr-pagination__link_14-0-0-ts-5:active{background-color:#f9f8f6;cursor:pointer}.cdr-pagination__link--current_14-0-0-ts-5{position:relative}.cdr-pagination__link--current_14-0-0-ts-5:after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);height:0.2rem;width:80%;background-color:#406eb5}.cdr-pagination__link--current_14-0-0-ts-5:hover,.cdr-pagination__link--current_14-0-0-ts-5:focus,.cdr-pagination__link--current_14-0-0-ts-5:active{text-decoration:none}.cdr-pagination__link_14-0-0-ts-5.cdr-pagination__link--disabled_14-0-0-ts-5{color:#d1cbbd;fill:#d1cbbd;cursor:not-allowed}.cdr-pagination__link_14-0-0-ts-5.cdr-pagination__link--disabled_14-0-0-ts-5:hover,.cdr-pagination__link_14-0-0-ts-5.cdr-pagination__link--disabled_14-0-0-ts-5:focus,.cdr-pagination__link_14-0-0-ts-5.cdr-pagination__link--disabled_14-0-0-ts-5:active{color:#d1cbbd;background-color:transparent}.cdr-pagination__ellipse_14-0-0-ts-5{display:block;padding:0.6rem 1.2rem}.cdr-pagination__prev_14-0-0-ts-5{display:flex;align-items:center;margin-right:1.6rem}.cdr-pagination__next_14-0-0-ts-5{display:flex;align-items:center;margin-left:1.6rem}.cdr-pagination__caret--prev_14-0-0-ts-5{margin-right:.2rem}.cdr-pagination__caret--next_14-0-0-ts-5{margin-left:.2rem}@media (min-width: 768px){.cdr-pagination__li--links_14-0-0-ts-5{display:block}.cdr-pagination__li--select_14-0-0-ts-5{display:none}}
1
+ .cdr-icon_14-0-0{display:inline-block;vertical-align:middle;flex:0 0 auto;width:2.4rem;height:2.4rem;fill:var(--cdr-icon-fill-default, var(--cdr-color-icon-default, #928b80))}.cdr-icon--small_14-0-0{width:1.6rem;height:1.6rem}.cdr-icon--large_14-0-0{width:3.2rem;height:3.2rem}@media (min-width: 0) and (max-width: 767px){.cdr-icon--small\@xs_14-0-0{width:1.6rem;height:1.6rem}.cdr-icon--large\@xs_14-0-0{width:3.2rem;height:3.2rem}}@media (min-width: 768px) and (max-width: 991px){.cdr-icon--small\@sm_14-0-0{width:1.6rem;height:1.6rem}.cdr-icon--large\@sm_14-0-0{width:3.2rem;height:3.2rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-icon--small\@md_14-0-0{width:1.6rem;height:1.6rem}.cdr-icon--large\@md_14-0-0{width:3.2rem;height:3.2rem}}@media (min-width: 1232px){.cdr-icon--small\@lg_14-0-0{width:1.6rem;height:1.6rem}.cdr-icon--large\@lg_14-0-0{width:3.2rem;height:3.2rem}}.cdr-icon--inherit-color_14-0-0{fill:inherit}.cdr-icon_14-0-0{display:inline-block;vertical-align:middle;flex:0 0 auto;width:2.4rem;height:2.4rem;fill:var(--cdr-icon-fill-default, var(--cdr-color-icon-default, #928b80))}.cdr-icon--small_14-0-0{width:1.6rem;height:1.6rem}.cdr-icon--large_14-0-0{width:3.2rem;height:3.2rem}@media (min-width: 0) and (max-width: 767px){.cdr-icon--small\@xs_14-0-0{width:1.6rem;height:1.6rem}.cdr-icon--large\@xs_14-0-0{width:3.2rem;height:3.2rem}}@media (min-width: 768px) and (max-width: 991px){.cdr-icon--small\@sm_14-0-0{width:1.6rem;height:1.6rem}.cdr-icon--large\@sm_14-0-0{width:3.2rem;height:3.2rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-icon--small\@md_14-0-0{width:1.6rem;height:1.6rem}.cdr-icon--large\@md_14-0-0{width:3.2rem;height:3.2rem}}@media (min-width: 1232px){.cdr-icon--small\@lg_14-0-0{width:1.6rem;height:1.6rem}.cdr-icon--large\@lg_14-0-0{width:3.2rem;height:3.2rem}}.cdr-icon--inherit-color_14-0-0{fill:inherit}.cdr-label-standalone_14-0-0{display:grid;grid-template-areas:"label label info" "input input input" "post post post"}.cdr-label-standalone__label-wrapper_14-0-0{grid-area:label}.cdr-label-standalone__label_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;color:var(--cdr-label-standalone-text-color, var(--cdr-color-text-input-label, rgba(12,11,8,0.75)));margin:0}.cdr-label-standalone__label--sr-only_14-0-0{position:absolute;width:0.1rem;height:0.1rem;padding:0;margin:-0.1rem;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.cdr-label-standalone__label--disabled_14-0-0{color:var(--cdr-label-standalone-disabled-text-color, var(--cdr-color-text-input-disabled, #d1cbbd))}.cdr-label-standalone__label--disabled_14-0-0 .cdr-label-standalone__optional_14-0-0{color:var(--cdr-label-standalone-disabled-text-color, var(--cdr-color-text-input-disabled, #d1cbbd))}.cdr-label-standalone__optional_14-0-0{color:var(--cdr-label-standalone-optional-text-color, var(--cdr-color-text-input-optional, rgba(66,59,47,0.75)))}.cdr-label-standalone__helper_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;color:var(--cdr-label-standalone-helper-text-color, var(--cdr-color-text-input-help, rgba(66,59,47,0.75)));margin-top:.2rem}.cdr-label-standalone__info_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;grid-area:info;order:2;align-self:end;justify-self:end}.cdr-label-standalone__post-content_14-0-0{grid-area:post}.cdr-label-standalone__info-action_14-0-0{display:flex;justify-content:center;align-items:center;width:4rem}.cdr-label-standalone__input-wrap_14-0-0{position:relative;display:flex;grid-area:input}.cdr-label-standalone__input-spacing_14-0-0{margin-top:.8rem}.cdr-form-error_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;color:var(--cdr-form-error-text-color, var(--cdr-color-text-input-error, #b33322));fill:var(--cdr-form-error-fill-color, var(--cdr-color-text-input-error, #b33322));margin-top:.4rem}.cdr-form-error__icon_14-0-0{margin-right:.4rem}.cdr-select_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;font-weight:500;background:var(--cdr-select-background-color, var(--cdr-color-background-input-default, rgba(244,242,237,0.15)));color:var(--cdr-select-text-color, var(--cdr-color-text-input-default, #20201d));box-shadow:inset 0 0 0 0.1rem var(--cdr-select-box-shadow-color, var(--cdr-color-border-input-default, #928b80));border:0;border-radius:.4rem;padding-left:.8rem;padding-right:3.2rem;height:4rem;display:block;width:100%;overflow:auto;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.cdr-select_14-0-0[disabled]{background-color:var(--cdr-select-background-color-disabled, var(--cdr-color-background-input-default-disabled, #f9f8f6));color:var(--cdr-select-text-color-disabled, var(--cdr-color-text-input-disabled, #d1cbbd));box-shadow:inset 0 0 0 0.1rem var(--cdr-select-box-shadow-color-disabled, var(--cdr-color-border-input-default-disabled, #d1cbbd))}.cdr-select_14-0-0[disabled]:hover{box-shadow:inset 0 0 0 0.1rem var(--cdr-select-hover-box-shadow-color-disabled, var(--cdr-color-border-input-default-disabled, #d1cbbd));cursor:not-allowed}.cdr-select_14-0-0:active,.cdr-select_14-0-0:focus{box-shadow:inset 0 0 0 0.2rem var(--cdr-select-box-shadow-color-focus, var(--cdr-color-border-input-default-focus, #20201d));outline:none}.cdr-select_14-0-0::-ms-expand{display:none}.cdr-select--primary_14-0-0{background-color:var(--cdr-select-primary-background-color, var(--cdr-color-background-input-default, rgba(244,242,237,0.15)))}.cdr-select--primary_14-0-0:active,.cdr-select--primary_14-0-0:focus{background-color:var(--cdr-select-primary-background-color-active, var(--cdr-color-background-input-default-active, #f9f8f6))}.cdr-select--secondary_14-0-0{background-color:var(--cdr-select-secondary-background-color, var(--cdr-color-background-input-secondary, rgba(255,255,255,0.85)))}.cdr-select--secondary_14-0-0:active,.cdr-select--secondary_14-0-0:focus{background-color:var(--cdr-select-secondary-background-color-active, var(--cdr-color-background-input-secondary-active, #fff))}.cdr-select--error_14-0-0{background-color:var(--cdr-select-background-color-error, var(--cdr-color-background-input-error, rgba(255,242,242,0.75)));box-shadow:inset 0 0 0 0.1rem var(--cdr-select-box-shadow-color-error, var(--cdr-color-border-input-error, #b33322))}.cdr-select--preicon_14-0-0{padding-left:3.7rem}.cdr-select__prompt_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;font-style:normal;color:var(--cdr-select-prompt-text-color, var(--cdr-color-text-primary, rgba(12,11,8,0.75)))}.cdr-select__prompt_14-0-0[disabled]{color:var(--cdr-select-prompt-text-color-disabled, var(--cdr-color-text-input-disabled, #d1cbbd))}.cdr-select__caret_14-0-0{fill:var(--cdr-select-caret-fill, var(--cdr-color-text-primary, rgba(12,11,8,0.75)));position:absolute;top:50%;right:.8rem;transform:translateY(-50%);pointer-events:none}.cdr-select__caret--disabled_14-0-0{fill:var(--cdr-select-caret-fill-disabled, var(--cdr-color-icon-disabled, #dcd6cb))}.cdr-select__pre-icon_14-0-0{position:absolute;top:50%;left:.8rem;transform:translateY(-50%)}.cdr-select--multiple_14-0-0{height:auto;padding:.8rem}.cdr-select--multiple_14-0-0+.cdr-select__caret_14-0-0{display:none}@media (min-width: 0) and (max-width: 767px){.cdr-select--large\@xs_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}.cdr-select--large_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}@media (min-width: 768px) and (max-width: 991px){.cdr-select--large\@sm_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-select--large\@md_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}@media (min-width: 1232px){.cdr-select--large\@lg_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}.cdr-select-wrap_14-0-0{position:relative;flex:1}.cdr-pagination_14-0-0{display:flex;justify-content:center;align-items:center;list-style:none;padding:0}.cdr-pagination__li--links_14-0-0{display:none}.cdr-pagination__li--links_14-0-0+.cdr-pagination__li--links_14-0-0{margin-left:.4rem}.cdr-pagination__li--select_14-0-0{display:block}.cdr-pagination__link_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;background-color:transparent;border:none;padding:0;color:var(--cdr-pagination-link-text-color, var(--cdr-color-text-primary, rgba(12,11,8,0.75)));fill:var(--cdr-pagination-link-fill-color, var(--cdr-color-text-primary, rgba(12,11,8,0.75)));display:block;padding:0.6rem 1.2rem;text-decoration:none;border-radius:.4rem}.cdr-pagination__link_14-0-0:hover,.cdr-pagination__link_14-0-0:focus,.cdr-pagination__link_14-0-0:active{background-color:var(--cdr-pagination-link-background-color-interaction, var(--cdr-color-background-pagination-hover, #f9f8f6));cursor:pointer}.cdr-pagination__link--current_14-0-0{position:relative}.cdr-pagination__link--current_14-0-0:after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);height:0.2rem;width:80%;background-color:var(--cdr-pagination-link-current-background-color-keyline, var(--cdr-color-background-pagination-keyline, #406eb5))}.cdr-pagination__link--current_14-0-0:hover,.cdr-pagination__link--current_14-0-0:focus,.cdr-pagination__link--current_14-0-0:active{text-decoration:none}.cdr-pagination__link_14-0-0.cdr-pagination__link--disabled_14-0-0{color:var(--cdr-pagination-link-text-color-disabled, var(--cdr-color-text-disabled, #d1cbbd));fill:var(--cdr-pagination-link-fill-color-disabled, var(--cdr-color-text-disabled, #d1cbbd));cursor:not-allowed}.cdr-pagination__link_14-0-0.cdr-pagination__link--disabled_14-0-0:hover,.cdr-pagination__link_14-0-0.cdr-pagination__link--disabled_14-0-0:focus,.cdr-pagination__link_14-0-0.cdr-pagination__link--disabled_14-0-0:active{color:var(--cdr-pagination-link-text-color-interactive-disabled, var(--cdr-color-text-disabled, #d1cbbd));background-color:transparent}.cdr-pagination__ellipse_14-0-0{display:block;padding:0.6rem 1.2rem}.cdr-pagination__prev_14-0-0{display:flex;align-items:center;margin-right:1.6rem}.cdr-pagination__next_14-0-0{display:flex;align-items:center;margin-left:1.6rem}.cdr-pagination__caret--prev_14-0-0{margin-right:.2rem}.cdr-pagination__caret--next_14-0-0{margin-left:.2rem}@media (min-width: 768px){.cdr-pagination__li--links_14-0-0{display:block}.cdr-pagination__li--select_14-0-0{display:none}}
@@ -1 +1 @@
1
- @keyframes popup-exit-down{from{top:calc(100% + 1.4rem)}to{top:100%}}@keyframes popup-enter-down{from{top:100%}to{top:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-down{from{bottom:-1.5rem}to{bottom:0}}@keyframes popup-arrow-enter-down{from{bottom:0}to{bottom:-1.5rem}}@keyframes popup-exit-up{from{bottom:calc(100% + 1.4rem)}to{bottom:100%}}@keyframes popup-enter-up{from{bottom:100%}to{bottom:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-up{from{top:-1.5rem}to{top:0}}@keyframes popup-arrow-enter-up{from{top:0}to{top:-1.5rem}}@keyframes popup-exit-left{from{right:calc(100% + 1.4rem)}to{right:100%}}@keyframes popup-enter-left{from{right:100%}to{right:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-left{from{left:-1.5rem}to{left:0}}@keyframes popup-arrow-enter-left{from{left:0}to{left:-1.5rem}}@keyframes popup-exit-right{from{left:calc(100% + 1.4rem)}to{left:100%}}@keyframes popup-enter-right{from{left:100%}to{left:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-right{from{right:-1.5rem}to{right:0}}@keyframes popup-arrow-enter-right{from{right:0}to{right:-1.5rem}}.cdr-popup_14-0-0-ts-5{opacity:0;transition:opacity .2s cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-popup--open_14-0-0-ts-5{opacity:1}.cdr-popup--closed_14-0-0-ts-5{opacity:0}.cdr-popup__content_14-0-0-ts-5{animation-duration:.2s;animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1);animation-fill-mode:forwards;background:#fff;border:0.1rem solid #928b80;border-radius:.4rem;box-shadow:0 0.4rem 0.4rem 0 rgba(12,11,8,0.2);max-width:28.6rem;width:-moz-max-content;width:max-content;position:absolute;z-index:100}.cdr-popup__arrow_14-0-0-ts-5::before,.cdr-popup__arrow_14-0-0-ts-5::after{content:'';position:absolute;margin:auto;width:0;height:0;border-style:solid;border-color:transparent;animation-duration:.2s;animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1);animation-fill-mode:forwards;z-index:100}.cdr-popup__arrow_14-0-0-ts-5::before{border-width:1rem}.cdr-popup__arrow_14-0-0-ts-5::after{border-width:.9rem}.cdr-popup--top_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5,.cdr-popup--top_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before,.cdr-popup--top_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after,.cdr-popup--bottom_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5,.cdr-popup--bottom_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before,.cdr-popup--bottom_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after{left:50%;transform:translateX(-50%)}.cdr-popup--bottom_14-0-0-ts-5.cdr-popup--open_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{animation-name:popup-enter-down}.cdr-popup--bottom_14-0-0-ts-5.cdr-popup--open_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before,.cdr-popup--bottom_14-0-0-ts-5.cdr-popup--open_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after{animation-name:popup-arrow-enter-down}.cdr-popup--bottom_14-0-0-ts-5.cdr-popup--exit_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{animation-name:popup-exit-down}.cdr-popup--bottom_14-0-0-ts-5.cdr-popup--exit_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before,.cdr-popup--bottom_14-0-0-ts-5.cdr-popup--exit_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after{animation-name:popup-arrow-exit-down}.cdr-popup--bottom_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{top:calc(100% + 1.4rem)}.cdr-popup--bottom_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before{border-bottom-color:#928b80}.cdr-popup--bottom_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after{border-bottom-color:#fff}.cdr-popup--top_14-0-0-ts-5.cdr-popup--open_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{animation-name:popup-enter-up}.cdr-popup--top_14-0-0-ts-5.cdr-popup--open_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before,.cdr-popup--top_14-0-0-ts-5.cdr-popup--open_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after{animation-name:popup-arrow-enter-up}.cdr-popup--top_14-0-0-ts-5.cdr-popup--exit_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{animation-name:popup-exit-up}.cdr-popup--top_14-0-0-ts-5.cdr-popup--exit_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before,.cdr-popup--top_14-0-0-ts-5.cdr-popup--exit_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after{animation-name:popup-arrow-exit-up}.cdr-popup--top_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{bottom:calc(100% + 1.4rem)}.cdr-popup--top_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before{border-top-color:#928b80}.cdr-popup--top_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after{border-top-color:#fff}.cdr-popup--corner-left_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{left:0;transform:unset}.cdr-popup--corner-right_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{left:unset;right:0;transform:unset}.cdr-popup--left_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5,.cdr-popup--left_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before,.cdr-popup--left_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after,.cdr-popup--right_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5,.cdr-popup--right_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before,.cdr-popup--right_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after{top:50%;transform:translateY(-50%)}.cdr-popup--left_14-0-0-ts-5.cdr-popup--open_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{animation-name:popup-enter-left}.cdr-popup--left_14-0-0-ts-5.cdr-popup--open_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before,.cdr-popup--left_14-0-0-ts-5.cdr-popup--open_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after{animation-name:popup-arrow-enter-left}.cdr-popup--left_14-0-0-ts-5.cdr-popup--exit_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{animation-name:popup-exit-left}.cdr-popup--left_14-0-0-ts-5.cdr-popup--exit_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before,.cdr-popup--left_14-0-0-ts-5.cdr-popup--exit_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after{animation-name:popup-arrow-exit-left}.cdr-popup--left_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{right:calc(100% + 1.4rem)}.cdr-popup--left_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before{border-left-color:#928b80}.cdr-popup--left_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after{border-left-color:#fff}.cdr-popup--right_14-0-0-ts-5.cdr-popup--open_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{animation-name:popup-enter-right}.cdr-popup--right_14-0-0-ts-5.cdr-popup--open_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before,.cdr-popup--right_14-0-0-ts-5.cdr-popup--open_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after{animation-name:popup-arrow-enter-right}.cdr-popup--right_14-0-0-ts-5.cdr-popup--exit_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{animation-name:popup-exit-right}.cdr-popup--right_14-0-0-ts-5.cdr-popup--exit_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before,.cdr-popup--right_14-0-0-ts-5.cdr-popup--exit_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after{animation-name:popup-arrow-exit-right}.cdr-popup--right_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{left:calc(100% + 1.4rem)}.cdr-popup--right_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before{border-right-color:#928b80}.cdr-popup--right_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after{border-right-color:#fff}.cdr-popup--corner-top_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{top:0;transform:unset}.cdr-popup--corner-bottom_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{top:unset;bottom:0;transform:unset}.cdr-button_14-0-0-ts-5{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.6rem;line-height:2.2rem;border:none;border-radius:.4rem;cursor:pointer;display:inline-flex;outline:none;overflow:visible;margin:0;padding:0.8rem 1.6rem;text-align:left;text-decoration:none;text-transform:none;vertical-align:middle;transition:box-shadow .2s cubic-bezier(0.15, 0, 0.15, 0),background-color .2s cubic-bezier(0.15, 0, 0.15, 0),color .2s cubic-bezier(0.15, 0, 0.15, 0),fill .2s cubic-bezier(0.15, 0, 0.15, 0)}.cdr-button_14-0-0-ts-5:hover,.cdr-button_14-0-0-ts-5:active,.cdr-button_14-0-0-ts-5:focus{outline:none;outline-offset:0;text-decoration:none}.cdr-button_14-0-0-ts-5[disabled]{cursor:not-allowed}.cdr-button_14-0-0-ts-5 svg{align-self:center;fill:inherit}.cdr-button_14-0-0-ts-5.cdr-button--has-icon-left_14-0-0-ts-5 svg{margin-right:.4rem}.cdr-button_14-0-0-ts-5.cdr-button--has-icon-right_14-0-0-ts-5 svg{margin-left:.4rem}.cdr-button--primary_14-0-0-ts-5{background-color:#1f513f;box-shadow:inset 0 0 0 0.1rem #1f513f;color:#f9f8f6;fill:#f9f8f6}.cdr-button--primary_14-0-0-ts-5:hover,.cdr-button--primary_14-0-0-ts-5:focus{color:#1f513f;fill:#1f513f;background-color:#f4f2ed;box-shadow:inset 0 0 0 0.3rem #1f513f,0 0.2rem 0.2rem 0 rgba(12,11,8,0.2)}.cdr-button--primary_14-0-0-ts-5:active{color:#f9f8f6;fill:#f9f8f6;background-color:#1f513f;box-shadow:inset 0 0 0 0.3rem #1f513f,inset 0 0 0 0.5rem #f4f2ed}.cdr-button--primary_14-0-0-ts-5[disabled]{background-color:#dcd6cb;box-shadow:inset 0 0 0 0.1rem #dcd6cb;color:#fff;fill:#fff}.cdr-button--secondary_14-0-0-ts-5{background-color:#f9f8f6;box-shadow:inset 0 0 0 0.1rem #928b80;color:#4e4d49;fill:#928b80}.cdr-button--secondary_14-0-0-ts-5:hover,.cdr-button--secondary_14-0-0-ts-5:focus{color:#4e4d49;fill:#4e4d49;background-color:#f4f2ed;box-shadow:inset 0 0 0 0.3rem #4e4d49,0 0.2rem 0.2rem 0 rgba(12,11,8,0.2)}.cdr-button--secondary_14-0-0-ts-5:active{color:#f9f8f6;fill:#f9f8f6;background-color:#928b80;box-shadow:inset 0 0 0 0.3rem #928b80,inset 0 0 0 0.5rem #f4f2ed}.cdr-button--secondary_14-0-0-ts-5[disabled]{background-color:#f9f8f6;box-shadow:inset 0 0 0 0.1rem #dcd6cb;color:#d1cbbd;fill:#d1cbbd}.cdr-button--dark_14-0-0-ts-5{background-color:#4e4d49;box-shadow:inset 0 0 0 0.1rem #4e4d49;color:#f9f8f6;fill:#f9f8f6}.cdr-button--dark_14-0-0-ts-5:hover,.cdr-button--dark_14-0-0-ts-5:focus{color:#4e4d49;fill:#4e4d49;background-color:#edeae3;box-shadow:inset 0 0 0 0.3rem #4e4d49,0 0.2rem 0.2rem 0 rgba(12,11,8,0.2)}.cdr-button--dark_14-0-0-ts-5:active{color:#f9f8f6;fill:#f9f8f6;background-color:#4e4d49;box-shadow:inset 0 0 0 0.3rem #4e4d49,inset 0 0 0 0.5rem #edeae3}.cdr-button--dark_14-0-0-ts-5[disabled]{background-color:#dcd6cb;box-shadow:inset 0 0 0 0.1rem #dcd6cb;color:#fff;fill:#fff}.cdr-button--sale_14-0-0-ts-5{background-color:#c7370f;box-shadow:inset 0 0 0 0.1rem #c7370f;color:#fff;fill:#fff}.cdr-button--sale_14-0-0-ts-5:hover,.cdr-button--sale_14-0-0-ts-5:focus{color:#c7370f;fill:#c7370f;background-color:#f4f2ed;box-shadow:inset 0 0 0 0.3rem #c7370f,0 0.2rem 0.2rem 0 rgba(12,11,8,0.2)}.cdr-button--sale_14-0-0-ts-5:active{color:#fff;fill:#fff;background-color:#c7370f;box-shadow:inset 0 0 0 0.3rem #c7370f,inset 0 0 0 0.5rem #f4f2ed}.cdr-button--sale_14-0-0-ts-5[disabled]{background-color:#dcd6cb;box-shadow:inset 0 0 0 0.1rem #dcd6cb;color:#fff;fill:#fff}.cdr-button--link_14-0-0-ts-5{color:#406eb5;fill:#406eb5;background-color:transparent;text-decoration:underline}.cdr-button--link_14-0-0-ts-5:active,.cdr-button--link_14-0-0-ts-5:focus{color:#0b2d60}.cdr-button--link_14-0-0-ts-5:hover{color:#406eb5;text-decoration:none}.cdr-button--link_14-0-0-ts-5:focus{outline:0.2rem solid Highlight;outline-color:-webkit-focus-ring-color;outline-offset:0}.cdr-button--large_14-0-0-ts-5{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.6rem;line-height:2.2rem;padding:1.2rem 2.4rem;width:auto}.cdr-button--large_14-0-0-ts-5.cdr-button--has-icon-left_14-0-0-ts-5{padding-left:2rem}.cdr-button--large_14-0-0-ts-5.cdr-button--has-icon-right_14-0-0-ts-5{padding-right:2rem}.cdr-button--large_14-0-0-ts-5 svg{width:2.4rem;height:2.4rem}.cdr-button--medium_14-0-0-ts-5{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.6rem;line-height:2.2rem;padding:0.8rem 1.6rem;width:auto}.cdr-button--medium_14-0-0-ts-5.cdr-button--has-icon-left_14-0-0-ts-5{padding-left:1.2rem}.cdr-button--medium_14-0-0-ts-5.cdr-button--has-icon-right_14-0-0-ts-5{padding-right:1.2rem}.cdr-button--medium_14-0-0-ts-5 svg{width:2.4rem;height:2.4rem}.cdr-button--small_14-0-0-ts-5{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.4rem;line-height:1.8rem;padding:0.6rem 1.2rem;width:auto}.cdr-button--small_14-0-0-ts-5.cdr-button--has-icon-left_14-0-0-ts-5{padding-left:0.8rem}.cdr-button--small_14-0-0-ts-5.cdr-button--has-icon-right_14-0-0-ts-5{padding-right:0.8rem}.cdr-button--small_14-0-0-ts-5 svg{width:2rem;height:2rem}.cdr-button--icon-only_14-0-0-ts-5{background:none;border:none;border-radius:.2rem;box-shadow:none;display:inline-block;line-height:normal;padding:.8rem;fill:#928b80}.cdr-button--icon-only_14-0-0-ts-5:hover{background:none;box-shadow:none;border:none;fill:#928b80}.cdr-button--icon-only_14-0-0-ts-5:active,.cdr-button--icon-only_14-0-0-ts-5:focus{background:none;outline:none;border:none;box-shadow:none;fill:#928b80}.cdr-button--icon-only_14-0-0-ts-5:active svg,.cdr-button--icon-only_14-0-0-ts-5:focus svg{box-shadow:inset 0 0 0 0.1rem #928b80}.cdr-button--icon-only_14-0-0-ts-5[disabled]{background:transparent;box-shadow:none;border:none;fill:#dcd6cb}.cdr-button--icon-only_14-0-0-ts-5>svg{margin:0}.cdr-button--icon-only-large_14-0-0-ts-5{padding:1.2rem}.cdr-button--with-background_14-0-0-ts-5{border-radius:50%;fill:#928b80;background-color:#f9f8f6;box-shadow:inset 0 0 0 0.1rem #928b80}.cdr-button--with-background_14-0-0-ts-5:hover,.cdr-button--with-background_14-0-0-ts-5:focus{fill:#928b80;background-color:#f4f2ed;box-shadow:inset 0 0 0 0.3rem #4e4d49,0 0.2rem 0.2rem 0 rgba(12,11,8,0.2)}.cdr-button--with-background_14-0-0-ts-5:hover svg,.cdr-button--with-background_14-0-0-ts-5:focus svg{box-shadow:none}.cdr-button--with-background_14-0-0-ts-5:active{color:#f9f8f6;fill:#f9f8f6;background-color:#928b80;box-shadow:inset 0 0 0 0.3rem #928b80,inset 0 0 0 0.5rem #f4f2ed}.cdr-button--with-background_14-0-0-ts-5:active svg{box-shadow:none}.cdr-button--with-background_14-0-0-ts-5[disabled]{background-color:#f9f8f6;box-shadow:inset 0 0 0 0.1rem #dcd6cb;fill:#d1cbbd}.cdr-button--full-width_14-0-0-ts-5{width:100% !important;justify-content:center}@media (min-width: 0) and (max-width: 767px){.cdr-button--small\@xs_14-0-0-ts-5{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.4rem;line-height:1.8rem;padding:0.6rem 1.2rem;width:auto}.cdr-button--small\@xs_14-0-0-ts-5.cdr-button--has-icon-left_14-0-0-ts-5{padding-left:0.8rem}.cdr-button--small\@xs_14-0-0-ts-5.cdr-button--has-icon-right_14-0-0-ts-5{padding-right:0.8rem}.cdr-button--small\@xs_14-0-0-ts-5 svg{width:2rem;height:2rem}.cdr-button--medium\@xs_14-0-0-ts-5{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.6rem;line-height:2.2rem;padding:0.8rem 1.6rem;width:auto}.cdr-button--medium\@xs_14-0-0-ts-5.cdr-button--has-icon-left_14-0-0-ts-5{padding-left:1.2rem}.cdr-button--medium\@xs_14-0-0-ts-5.cdr-button--has-icon-right_14-0-0-ts-5{padding-right:1.2rem}.cdr-button--medium\@xs_14-0-0-ts-5 svg{width:2.4rem;height:2.4rem}.cdr-button--large\@xs_14-0-0-ts-5{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.6rem;line-height:2.2rem;padding:1.2rem 2.4rem;width:auto}.cdr-button--large\@xs_14-0-0-ts-5.cdr-button--has-icon-left_14-0-0-ts-5{padding-left:2rem}.cdr-button--large\@xs_14-0-0-ts-5.cdr-button--has-icon-right_14-0-0-ts-5{padding-right:2rem}.cdr-button--large\@xs_14-0-0-ts-5 svg{width:2.4rem;height:2.4rem}.cdr-button--full-width\@xs_14-0-0-ts-5{width:100% !important;justify-content:center}}@media (min-width: 768px) and (max-width: 991px){.cdr-button--small\@sm_14-0-0-ts-5{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.4rem;line-height:1.8rem;padding:0.6rem 1.2rem;width:auto}.cdr-button--small\@sm_14-0-0-ts-5.cdr-button--has-icon-left_14-0-0-ts-5{padding-left:0.8rem}.cdr-button--small\@sm_14-0-0-ts-5.cdr-button--has-icon-right_14-0-0-ts-5{padding-right:0.8rem}.cdr-button--small\@sm_14-0-0-ts-5 svg{width:2rem;height:2rem}.cdr-button--medium\@sm_14-0-0-ts-5{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.6rem;line-height:2.2rem;padding:0.8rem 1.6rem;width:auto}.cdr-button--medium\@sm_14-0-0-ts-5.cdr-button--has-icon-left_14-0-0-ts-5{padding-left:1.2rem}.cdr-button--medium\@sm_14-0-0-ts-5.cdr-button--has-icon-right_14-0-0-ts-5{padding-right:1.2rem}.cdr-button--medium\@sm_14-0-0-ts-5 svg{width:2.4rem;height:2.4rem}.cdr-button--large\@sm_14-0-0-ts-5{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.6rem;line-height:2.2rem;padding:1.2rem 2.4rem;width:auto}.cdr-button--large\@sm_14-0-0-ts-5.cdr-button--has-icon-left_14-0-0-ts-5{padding-left:2rem}.cdr-button--large\@sm_14-0-0-ts-5.cdr-button--has-icon-right_14-0-0-ts-5{padding-right:2rem}.cdr-button--large\@sm_14-0-0-ts-5 svg{width:2.4rem;height:2.4rem}.cdr-button--full-width\@sm_14-0-0-ts-5{width:100% !important;justify-content:center}}@media (min-width: 992px) and (max-width: 1231px){.cdr-button--small\@md_14-0-0-ts-5{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.4rem;line-height:1.8rem;padding:0.6rem 1.2rem;width:auto}.cdr-button--small\@md_14-0-0-ts-5.cdr-button--has-icon-left_14-0-0-ts-5{padding-left:0.8rem}.cdr-button--small\@md_14-0-0-ts-5.cdr-button--has-icon-right_14-0-0-ts-5{padding-right:0.8rem}.cdr-button--small\@md_14-0-0-ts-5 svg{width:2rem;height:2rem}.cdr-button--medium\@md_14-0-0-ts-5{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.6rem;line-height:2.2rem;padding:0.8rem 1.6rem;width:auto}.cdr-button--medium\@md_14-0-0-ts-5.cdr-button--has-icon-left_14-0-0-ts-5{padding-left:1.2rem}.cdr-button--medium\@md_14-0-0-ts-5.cdr-button--has-icon-right_14-0-0-ts-5{padding-right:1.2rem}.cdr-button--medium\@md_14-0-0-ts-5 svg{width:2.4rem;height:2.4rem}.cdr-button--large\@md_14-0-0-ts-5{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.6rem;line-height:2.2rem;padding:1.2rem 2.4rem;width:auto}.cdr-button--large\@md_14-0-0-ts-5.cdr-button--has-icon-left_14-0-0-ts-5{padding-left:2rem}.cdr-button--large\@md_14-0-0-ts-5.cdr-button--has-icon-right_14-0-0-ts-5{padding-right:2rem}.cdr-button--large\@md_14-0-0-ts-5 svg{width:2.4rem;height:2.4rem}.cdr-button--full-width\@md_14-0-0-ts-5{width:100% !important;justify-content:center}}@media (min-width: 1232px){.cdr-button--small\@lg_14-0-0-ts-5{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.4rem;line-height:1.8rem;padding:0.6rem 1.2rem;width:auto}.cdr-button--small\@lg_14-0-0-ts-5.cdr-button--has-icon-left_14-0-0-ts-5{padding-left:0.8rem}.cdr-button--small\@lg_14-0-0-ts-5.cdr-button--has-icon-right_14-0-0-ts-5{padding-right:0.8rem}.cdr-button--small\@lg_14-0-0-ts-5 svg{width:2rem;height:2rem}.cdr-button--medium\@lg_14-0-0-ts-5{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.6rem;line-height:2.2rem;padding:0.8rem 1.6rem;width:auto}.cdr-button--medium\@lg_14-0-0-ts-5.cdr-button--has-icon-left_14-0-0-ts-5{padding-left:1.2rem}.cdr-button--medium\@lg_14-0-0-ts-5.cdr-button--has-icon-right_14-0-0-ts-5{padding-right:1.2rem}.cdr-button--medium\@lg_14-0-0-ts-5 svg{width:2.4rem;height:2.4rem}.cdr-button--large\@lg_14-0-0-ts-5{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.6rem;line-height:2.2rem;padding:1.2rem 2.4rem;width:auto}.cdr-button--large\@lg_14-0-0-ts-5.cdr-button--has-icon-left_14-0-0-ts-5{padding-left:2rem}.cdr-button--large\@lg_14-0-0-ts-5.cdr-button--has-icon-right_14-0-0-ts-5{padding-right:2rem}.cdr-button--large\@lg_14-0-0-ts-5 svg{width:2.4rem;height:2.4rem}.cdr-button--full-width\@lg_14-0-0-ts-5{width:100% !important;justify-content:center}}.cdr-icon_14-0-0-ts-5{display:inline-block;vertical-align:middle;flex:0 0 auto;width:2.4rem;height:2.4rem;fill:#928b80}.cdr-icon--small_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-icon--large_14-0-0-ts-5{width:3.2rem;height:3.2rem}@media (min-width: 0) and (max-width: 767px){.cdr-icon--small\@xs_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-icon--large\@xs_14-0-0-ts-5{width:3.2rem;height:3.2rem}}@media (min-width: 768px) and (max-width: 991px){.cdr-icon--small\@sm_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-icon--large\@sm_14-0-0-ts-5{width:3.2rem;height:3.2rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-icon--small\@md_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-icon--large\@md_14-0-0-ts-5{width:3.2rem;height:3.2rem}}@media (min-width: 1232px){.cdr-icon--small\@lg_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-icon--large\@lg_14-0-0-ts-5{width:3.2rem;height:3.2rem}}.cdr-icon--inherit-color_14-0-0-ts-5{fill:inherit}.cdr-popover--position_14-0-0-ts-5{position:relative}.cdr-popover--wrapper_14-0-0-ts-5{width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content}.cdr-popover--wrapper_14-0-0-ts-5 .cdr-popup--closed_14-0-0-ts-5{display:none}.cdr-popover__title_14-0-0-ts-5{font-family:Stuart, Georgia, serif;font-style:normal;font-weight:500;letter-spacing:0;font-size:1.8rem;line-height:2.4rem;margin-bottom:.8rem;margin-right:.8rem}.cdr-popover__container_14-0-0-ts-5{padding:.8rem;padding-left:1.6rem;display:flex}.cdr-popover__content_14-0-0-ts-5{flex:auto}.cdr-popover__close-button_14-0-0-ts-5{align-self:flex-start;flex:none;padding:0}
1
+ @keyframes popup-exit-down{from{top:calc(100% + 1.4rem)}to{top:100%}}@keyframes popup-enter-down{from{top:100%}to{top:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-down{from{bottom:-1.5rem}to{bottom:0}}@keyframes popup-arrow-enter-down{from{bottom:0}to{bottom:-1.5rem}}@keyframes popup-exit-up{from{bottom:calc(100% + 1.4rem)}to{bottom:100%}}@keyframes popup-enter-up{from{bottom:100%}to{bottom:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-up{from{top:-1.5rem}to{top:0}}@keyframes popup-arrow-enter-up{from{top:0}to{top:-1.5rem}}@keyframes popup-exit-left{from{right:calc(100% + 1.4rem)}to{right:100%}}@keyframes popup-enter-left{from{right:100%}to{right:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-left{from{left:-1.5rem}to{left:0}}@keyframes popup-arrow-enter-left{from{left:0}to{left:-1.5rem}}@keyframes popup-exit-right{from{left:calc(100% + 1.4rem)}to{left:100%}}@keyframes popup-enter-right{from{left:100%}to{left:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-right{from{right:-1.5rem}to{right:0}}@keyframes popup-arrow-enter-right{from{right:0}to{right:-1.5rem}}.cdr-popup_14-0-0{opacity:0;transition:opacity .2s cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-popup--open_14-0-0{opacity:1}.cdr-popup--closed_14-0-0{opacity:0}.cdr-popup__content_14-0-0{animation-duration:.2s;animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1);animation-fill-mode:forwards;background:var(--cdr-popup-content-background, var(--cdr-color-background-primary, #fff));border:0.1rem solid var(--cdr-popup-content-border-color, var(--cdr-color-border-secondary, #928b80));border-radius:.4rem;box-shadow:0 0.4rem 0.4rem 0 rgba(12,11,8,0.2);max-width:28.6rem;width:-moz-max-content;width:max-content;position:absolute;z-index:100}.cdr-popup__arrow_14-0-0::before,.cdr-popup__arrow_14-0-0::after{content:'';position:absolute;margin:auto;width:0;height:0;border-style:solid;border-color:transparent;animation-duration:.2s;animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1);animation-fill-mode:forwards;z-index:100}.cdr-popup__arrow_14-0-0::before{border-width:1rem}.cdr-popup__arrow_14-0-0::after{border-width:.9rem}.cdr-popup--top_14-0-0 .cdr-popup__content_14-0-0,.cdr-popup--top_14-0-0 .cdr-popup__arrow_14-0-0::before,.cdr-popup--top_14-0-0 .cdr-popup__arrow_14-0-0::after,.cdr-popup--bottom_14-0-0 .cdr-popup__content_14-0-0,.cdr-popup--bottom_14-0-0 .cdr-popup__arrow_14-0-0::before,.cdr-popup--bottom_14-0-0 .cdr-popup__arrow_14-0-0::after{left:50%;transform:translateX(-50%)}.cdr-popup--bottom_14-0-0.cdr-popup--open_14-0-0 .cdr-popup__content_14-0-0{animation-name:popup-enter-down}.cdr-popup--bottom_14-0-0.cdr-popup--open_14-0-0 .cdr-popup__arrow_14-0-0::before,.cdr-popup--bottom_14-0-0.cdr-popup--open_14-0-0 .cdr-popup__arrow_14-0-0::after{animation-name:popup-arrow-enter-down}.cdr-popup--bottom_14-0-0.cdr-popup--exit_14-0-0 .cdr-popup__content_14-0-0{animation-name:popup-exit-down}.cdr-popup--bottom_14-0-0.cdr-popup--exit_14-0-0 .cdr-popup__arrow_14-0-0::before,.cdr-popup--bottom_14-0-0.cdr-popup--exit_14-0-0 .cdr-popup__arrow_14-0-0::after{animation-name:popup-arrow-exit-down}.cdr-popup--bottom_14-0-0 .cdr-popup__content_14-0-0{top:calc(100% + 1.4rem)}.cdr-popup--bottom_14-0-0 .cdr-popup__arrow_14-0-0::before{border-bottom-color:#928b80}.cdr-popup--bottom_14-0-0 .cdr-popup__arrow_14-0-0::after{border-bottom-color:#fff}.cdr-popup--top_14-0-0.cdr-popup--open_14-0-0 .cdr-popup__content_14-0-0{animation-name:popup-enter-up}.cdr-popup--top_14-0-0.cdr-popup--open_14-0-0 .cdr-popup__arrow_14-0-0::before,.cdr-popup--top_14-0-0.cdr-popup--open_14-0-0 .cdr-popup__arrow_14-0-0::after{animation-name:popup-arrow-enter-up}.cdr-popup--top_14-0-0.cdr-popup--exit_14-0-0 .cdr-popup__content_14-0-0{animation-name:popup-exit-up}.cdr-popup--top_14-0-0.cdr-popup--exit_14-0-0 .cdr-popup__arrow_14-0-0::before,.cdr-popup--top_14-0-0.cdr-popup--exit_14-0-0 .cdr-popup__arrow_14-0-0::after{animation-name:popup-arrow-exit-up}.cdr-popup--top_14-0-0 .cdr-popup__content_14-0-0{bottom:calc(100% + 1.4rem)}.cdr-popup--top_14-0-0 .cdr-popup__arrow_14-0-0::before{border-top-color:#928b80}.cdr-popup--top_14-0-0 .cdr-popup__arrow_14-0-0::after{border-top-color:#fff}.cdr-popup--corner-left_14-0-0 .cdr-popup__content_14-0-0{left:0;transform:unset}.cdr-popup--corner-right_14-0-0 .cdr-popup__content_14-0-0{left:unset;right:0;transform:unset}.cdr-popup--left_14-0-0 .cdr-popup__content_14-0-0,.cdr-popup--left_14-0-0 .cdr-popup__arrow_14-0-0::before,.cdr-popup--left_14-0-0 .cdr-popup__arrow_14-0-0::after,.cdr-popup--right_14-0-0 .cdr-popup__content_14-0-0,.cdr-popup--right_14-0-0 .cdr-popup__arrow_14-0-0::before,.cdr-popup--right_14-0-0 .cdr-popup__arrow_14-0-0::after{top:50%;transform:translateY(-50%)}.cdr-popup--left_14-0-0.cdr-popup--open_14-0-0 .cdr-popup__content_14-0-0{animation-name:popup-enter-left}.cdr-popup--left_14-0-0.cdr-popup--open_14-0-0 .cdr-popup__arrow_14-0-0::before,.cdr-popup--left_14-0-0.cdr-popup--open_14-0-0 .cdr-popup__arrow_14-0-0::after{animation-name:popup-arrow-enter-left}.cdr-popup--left_14-0-0.cdr-popup--exit_14-0-0 .cdr-popup__content_14-0-0{animation-name:popup-exit-left}.cdr-popup--left_14-0-0.cdr-popup--exit_14-0-0 .cdr-popup__arrow_14-0-0::before,.cdr-popup--left_14-0-0.cdr-popup--exit_14-0-0 .cdr-popup__arrow_14-0-0::after{animation-name:popup-arrow-exit-left}.cdr-popup--left_14-0-0 .cdr-popup__content_14-0-0{right:calc(100% + 1.4rem)}.cdr-popup--left_14-0-0 .cdr-popup__arrow_14-0-0::before{border-left-color:#928b80}.cdr-popup--left_14-0-0 .cdr-popup__arrow_14-0-0::after{border-left-color:#fff}.cdr-popup--right_14-0-0.cdr-popup--open_14-0-0 .cdr-popup__content_14-0-0{animation-name:popup-enter-right}.cdr-popup--right_14-0-0.cdr-popup--open_14-0-0 .cdr-popup__arrow_14-0-0::before,.cdr-popup--right_14-0-0.cdr-popup--open_14-0-0 .cdr-popup__arrow_14-0-0::after{animation-name:popup-arrow-enter-right}.cdr-popup--right_14-0-0.cdr-popup--exit_14-0-0 .cdr-popup__content_14-0-0{animation-name:popup-exit-right}.cdr-popup--right_14-0-0.cdr-popup--exit_14-0-0 .cdr-popup__arrow_14-0-0::before,.cdr-popup--right_14-0-0.cdr-popup--exit_14-0-0 .cdr-popup__arrow_14-0-0::after{animation-name:popup-arrow-exit-right}.cdr-popup--right_14-0-0 .cdr-popup__content_14-0-0{left:calc(100% + 1.4rem)}.cdr-popup--right_14-0-0 .cdr-popup__arrow_14-0-0::before{border-right-color:#928b80}.cdr-popup--right_14-0-0 .cdr-popup__arrow_14-0-0::after{border-right-color:#fff}.cdr-popup--corner-top_14-0-0 .cdr-popup__content_14-0-0{top:0;transform:unset}.cdr-popup--corner-bottom_14-0-0 .cdr-popup__content_14-0-0{top:unset;bottom:0;transform:unset}.cdr-button_14-0-0{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.6rem;line-height:2.2rem;border:none;border-radius:.4rem;cursor:pointer;display:inline-flex;outline:none;overflow:visible;margin:0;padding:0.8rem 1.6rem;text-align:left;text-decoration:none;text-transform:none;vertical-align:middle;transition:box-shadow .2s cubic-bezier(0.15, 0, 0.15, 0),background-color .2s cubic-bezier(0.15, 0, 0.15, 0),color .2s cubic-bezier(0.15, 0, 0.15, 0),fill .2s cubic-bezier(0.15, 0, 0.15, 0)}.cdr-button_14-0-0:hover,.cdr-button_14-0-0:active,.cdr-button_14-0-0:focus{outline:none;outline-offset:0;text-decoration:none}.cdr-button_14-0-0[disabled]{cursor:not-allowed}.cdr-button_14-0-0 svg{align-self:center;fill:inherit}.cdr-button_14-0-0.cdr-button--has-icon-left_14-0-0 svg{margin-right:.4rem}.cdr-button_14-0-0.cdr-button--has-icon-right_14-0-0 svg{margin-left:.4rem}.cdr-button--primary_14-0-0{background-color:var(--cdr-button-primary-background-color-rest, var(--cdr-color-background-button-primary-rest, #1f513f));box-shadow:inset 0 0 0 0.1rem var(--cdr-button-primary-box-shadow-color-rest, var(--cdr-color-border-button-primary-rest, #1f513f));color:var(--cdr-button-primary-text-color, var(--cdr-color-text-button-primary, #f9f8f6));fill:var(--cdr-button-primary-fill-color, var(--cdr-color-text-button-primary, #f9f8f6))}.cdr-button--primary_14-0-0:hover,.cdr-button--primary_14-0-0:focus{color:var(--cdr-button-primary-text-color-interaction, var(--cdr-color-text-button-primary-hover, #1f513f));fill:var(--cdr-button-primary-fill-color-interaction, var(--cdr-color-text-button-primary-hover, #1f513f));background-color:var(--cdr-button-primary-background-color-interaction, var(--cdr-color-background-button-primary-hover, #f4f2ed));box-shadow:inset 0 0 0 0.3rem var(--cdr-button-primary-box-shadow-color-interaction, var(--cdr-color-border-button-primary-hover, #1f513f)),0 0.2rem 0.2rem 0 rgba(12,11,8,0.2)}.cdr-button--primary_14-0-0:active{color:var(--cdr-button-primary-text-color-active, var(--cdr-color-text-button-primary-active, #f9f8f6));fill:var(--cdr-button-primary-fill-color-active, var(--cdr-color-text-button-primary-active, #f9f8f6));background-color:var(--cdr-button-primary-background-color-active, var(--cdr-color-background-button-primary-active, #1f513f));box-shadow:inset 0 0 0 0.3rem var(--cdr-button-primary-box-shadow-color-active, var(--cdr-color-border-button-primary-active, #1f513f)),inset 0 0 0 0.5rem var(--cdr-button-primary-box-shadow-color-active-inset, var(--cdr-color-border-button-primary-active-inset, #f4f2ed))}.cdr-button--primary_14-0-0[disabled]{background-color:var(--cdr-button-primary-background-color-disabled, var(--cdr-color-background-button-default-disabled, #dcd6cb));box-shadow:inset 0 0 0 0.1rem var(--cdr-button-primary-box-shadow-color-disabled, var(--cdr-color-border-button-default-disabled, #dcd6cb));color:var(--cdr-button-primary-text-color-disabled, var(--cdr-color-text-button-primary-disabled, #fff));fill:var(--cdr-button-primary-fill-color-disabled, var(--cdr-color-text-button-primary-disabled, #fff))}.cdr-button--secondary_14-0-0{background-color:var(--cdr-button-secondary-background-color-rest, var(--cdr-color-background-button-secondary-rest, #f9f8f6));box-shadow:inset 0 0 0 0.1rem var(--cdr-button-secondary-box-shadow-color-rest, var(--cdr-color-border-button-secondary-rest, #928b80));color:var(--cdr-button-secondary-text-color, var(--cdr-color-text-button-secondary, #4e4d49));fill:var(--cdr-button-secondary-fill-color, var(--cdr-color-icon-default, #928b80))}.cdr-button--secondary_14-0-0:hover,.cdr-button--secondary_14-0-0:focus{color:var(--cdr-button-secondary-text-color-interaction, var(--cdr-color-text-button-secondary-hover, #4e4d49));fill:var(--cdr-button-secondary-fill-color-interaction, var(--cdr-color-text-button-secondary-hover, #4e4d49));background-color:var(--cdr-button-secondary-background-color-interaction, var(--cdr-color-background-button-secondary-hover, #f4f2ed));box-shadow:inset 0 0 0 0.3rem var(--cdr-button-secondary-box-shadow-color-interaction, var(--cdr-color-border-button-secondary-hover, #4e4d49)),0 0.2rem 0.2rem 0 rgba(12,11,8,0.2)}.cdr-button--secondary_14-0-0:active{color:var(--cdr-button-secondary-text-color-active, var(--cdr-color-text-button-secondary-active, #f9f8f6));fill:var(--cdr-button-secondary-fill-color-active, var(--cdr-color-text-button-secondary-active, #f9f8f6));background-color:var(--cdr-button-secondary-background-color-active, var(--cdr-color-background-button-secondary-active, #928b80));box-shadow:inset 0 0 0 0.3rem var(--cdr-button-secondary-box-shadow-color-active, var(--cdr-color-border-button-secondary-active, #928b80)),inset 0 0 0 0.5rem var(--cdr-button-secondary-border-color-active-inset, var(--cdr-color-border-button-secondary-active-inset, #f4f2ed))}.cdr-button--secondary_14-0-0[disabled]{background-color:var(--cdr-button-secondary-background-color-disabled, var(--cdr-color-background-button-secondary-disabled, #f9f8f6));box-shadow:inset 0 0 0 0.1rem var(--cdr-button-secondary-box-shadow-color-disabled, var(--cdr-color-border-button-default-disabled, #dcd6cb));color:var(--cdr-button-secondary-text-color-disabled, var(--cdr-color-text-button-secondary-disabled, #d1cbbd));fill:var(--cdr-button-secondary-fill-color-disabled, var(--cdr-color-text-button-secondary-disabled, #d1cbbd))}.cdr-button--dark_14-0-0{background-color:var(--cdr-button-dark-background-color-rest, var(--cdr-color-background-button-dark-rest, #4e4d49));box-shadow:inset 0 0 0 0.1rem var(--cdr-button-dark-box-shadow-color-rest, var(--cdr-color-border-button-dark-rest, #4e4d49));color:var(--cdr-button-dark-text-color, var(--cdr-color-text-button-dark, #f9f8f6));fill:var(--cdr-button-dark-fill-color, var(--cdr-color-text-button-dark, #f9f8f6))}.cdr-button--dark_14-0-0:hover,.cdr-button--dark_14-0-0:focus{color:var(--cdr-button-dark-text-color-interaction, var(--cdr-color-text-button-dark-hover, #4e4d49));fill:var(--cdr-button-dark-fill-color-interaction, var(--cdr-color-text-button-dark-hover, #4e4d49));background-color:var(--cdr-button-dark-background-color-interaction, var(--cdr-color-background-button-dark-hover, #edeae3));box-shadow:inset 0 0 0 0.3rem var(--cdr-button-dark-box-shadow-color-interaction, var(--cdr-color-border-button-dark-hover, #4e4d49)),0 0.2rem 0.2rem 0 rgba(12,11,8,0.2)}.cdr-button--dark_14-0-0:active{color:var(--cdr-button-dark-text-color-active, var(--cdr-color-text-button-dark-active, #f9f8f6));fill:var(--cdr-button-dark-fill-color-active, var(--cdr-color-text-button-dark-active, #f9f8f6));background-color:var(--cdr-button-dark-background-color-active, var(--cdr-color-background-button-dark-active, #4e4d49));box-shadow:inset 0 0 0 0.3rem var(--cdr-button-dark-box-shadow-color-active, var(--cdr-color-border-button-dark-active, #4e4d49)),inset 0 0 0 0.5rem var(--cdr-button-dark-box-shadow-color-active-inset, var(--cdr-color-border-button-dark-active-inset, #edeae3))}.cdr-button--dark_14-0-0[disabled]{background-color:var(--cdr-button-dark-background-color-disabled, var(--cdr-color-background-button-default-disabled, #dcd6cb));box-shadow:inset 0 0 0 0.1rem var(--cdr-button-dark-box-shadow-color-disabled, var(--cdr-color-border-button-default-disabled, #dcd6cb));color:var(--cdr-button-dark-text-color-disabled, var(--cdr-color-text-button-dark-disabled, #fff));fill:var(--cdr-button-dark-fill-color-disabled, var(--cdr-color-text-button-dark-disabled, #fff))}.cdr-button--sale_14-0-0{background-color:var(--cdr-button-sale-background-color-rest, var(--cdr-color-background-button-sale-rest, #c7370f));box-shadow:inset 0 0 0 0.1rem var(--cdr-button-sale-box-shadow-color-rest, var(--cdr-color-border-button-sale-rest, #c7370f));color:var(--cdr-button-sale-text-color, var(--cdr-color-text-button-sale, #fff));fill:var(--cdr-button-sale-fill-color, var(--cdr-color-text-button-sale, #fff))}.cdr-button--sale_14-0-0:hover,.cdr-button--sale_14-0-0:focus{color:var(--cdr-button-sale-text-color-interaction, var(--cdr-color-text-button-sale-hover, #c7370f));fill:var(--cdr-button-sale-fill-color-interaction, var(--cdr-color-text-button-sale-hover, #c7370f));background-color:var(--cdr-button-sale-background-color-interaction, var(--cdr-color-background-button-sale-hover, #f4f2ed));box-shadow:inset 0 0 0 0.3rem var(--cdr-button-sale-box-shadow-color-interaction, var(--cdr-color-border-button-sale-hover, #c7370f)),0 0.2rem 0.2rem 0 rgba(12,11,8,0.2)}.cdr-button--sale_14-0-0:active{color:var(--cdr-button-sale-text-color-active, var(--cdr-color-text-button-sale-active, #fff));fill:var(--cdr-button-sale-fill-color-active, var(--cdr-color-text-button-sale-active, #fff));background-color:var(--cdr-button-sale-background-color-active, var(--cdr-color-background-button-sale-active, #c7370f));box-shadow:inset 0 0 0 0.3rem var(--cdr-button-sale-box-shadow-color-active, var(--cdr-color-border-button-sale-active, #c7370f)),inset 0 0 0 0.5rem var(--cdr-button-sale-box-shadow-color-active-inset, var(--cdr-color-border-button-sale-active-inset, #f4f2ed))}.cdr-button--sale_14-0-0[disabled]{background-color:var(--cdr-button-sale-background-color-disabled, var(--cdr-color-background-button-default-disabled, #dcd6cb));box-shadow:inset 0 0 0 0.1rem var(--cdr-button-sale-box-shadow-color-disabled, var(--cdr-color-border-button-default-disabled, #dcd6cb));color:var(--cdr-button-sale-text-color-disabled, var(--cdr-color-text-button-sale-disabled, #fff));fill:var(--cdr-button-sale-fill-color-disabled, var(--cdr-color-text-button-sale-disabled, #fff))}.cdr-button--link_14-0-0{color:var(--cdr-button-link-text-color, var(--cdr-color-text-link-rest, #406eb5));fill:var(--cdr-button-link-fill-color, var(--cdr-color-text-link-rest, #406eb5));background-color:transparent;text-decoration:underline}.cdr-button--link_14-0-0:active,.cdr-button--link_14-0-0:focus{color:var(--cdr-button-link-text-color-active, var(--cdr-color-text-link-active, #0b2d60))}.cdr-button--link_14-0-0:hover{color:var(--cdr-button-link-text-color-hover, var(--cdr-color-text-link-hover, #406eb5));text-decoration:none}.cdr-button--link_14-0-0:focus{outline:var(--cdr-button-link-outline, var(--default-outline, 0.2rem solid Highlight));outline-color:-webkit-focus-ring-color;outline-offset:0}.cdr-button--large_14-0-0{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.6rem;line-height:2.2rem;padding:1.2rem 2.4rem;width:auto}.cdr-button--large_14-0-0.cdr-button--has-icon-left_14-0-0{padding-left:2rem}.cdr-button--large_14-0-0.cdr-button--has-icon-right_14-0-0{padding-right:2rem}.cdr-button--large_14-0-0 svg{width:2.4rem;height:2.4rem}.cdr-button--medium_14-0-0{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.6rem;line-height:2.2rem;padding:0.8rem 1.6rem;width:auto}.cdr-button--medium_14-0-0.cdr-button--has-icon-left_14-0-0{padding-left:1.2rem}.cdr-button--medium_14-0-0.cdr-button--has-icon-right_14-0-0{padding-right:1.2rem}.cdr-button--medium_14-0-0 svg{width:2.4rem;height:2.4rem}.cdr-button--small_14-0-0{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.4rem;line-height:1.8rem;padding:0.6rem 1.2rem;width:auto}.cdr-button--small_14-0-0.cdr-button--has-icon-left_14-0-0{padding-left:0.8rem}.cdr-button--small_14-0-0.cdr-button--has-icon-right_14-0-0{padding-right:0.8rem}.cdr-button--small_14-0-0 svg{width:2rem;height:2rem}.cdr-button--icon-only_14-0-0{background:none;border:none;border-radius:.2rem;box-shadow:none;display:inline-block;line-height:normal;padding:.8rem;fill:var(--cdr-button-icon-only-icon-fill, var(--cdr-color-icon-default, #928b80))}.cdr-button--icon-only_14-0-0:hover{background:none;box-shadow:none;border:none;fill:var(--cdr-button-icon-only-icon-fill-hover, var(--cdr-color-icon-default, #928b80))}.cdr-button--icon-only_14-0-0:active,.cdr-button--icon-only_14-0-0:focus{background:none;outline:none;border:none;box-shadow:none;fill:var(--cdr-button-icon-only-icon-fill-active, var(--cdr-color-icon-default, #928b80))}.cdr-button--icon-only_14-0-0:active svg,.cdr-button--icon-only_14-0-0:focus svg{box-shadow:inset 0 0 0 0.1rem var(--cdr-button-icon-only-icon-svg-box-shadow, var(--cdr-color-border-button-secondary-active, #928b80))}.cdr-button--icon-only_14-0-0[disabled]{background:transparent;box-shadow:none;border:none;fill:var(--cdr-button-icon-only-disabled-icon-fill, var(--cdr-color-icon-disabled, #dcd6cb))}.cdr-button--icon-only_14-0-0>svg{margin:0}.cdr-button--icon-only-large_14-0-0{padding:1.2rem}.cdr-button--with-background_14-0-0{border-radius:50%;fill:var(--cdr-button-with-background-icon-fill, var(--cdr-color-icon-default, #928b80));background-color:var(--cdr-button-with-background-background-color, var(--cdr-color-background-button-secondary-rest, #f9f8f6));box-shadow:inset 0 0 0 0.1rem var(--cdr-button-with-background-box-shadow, var(--cdr-color-border-button-secondary-rest, #928b80))}.cdr-button--with-background_14-0-0:hover,.cdr-button--with-background_14-0-0:focus{fill:var(--cdr-button-with-background-icon-fill-interaction, var(--cdr-color-icon-default, #928b80));background-color:var(--cdr-button-with-background-background-color-interaction, var(--cdr-color-background-button-secondary-hover, #f4f2ed));box-shadow:inset 0 0 0 0.3rem var(--cdr-button-with-background-box-shadow-interaction, var(--cdr-color-border-button-secondary-hover, #4e4d49)),0 0.2rem 0.2rem 0 rgba(12,11,8,0.2)}.cdr-button--with-background_14-0-0:hover svg,.cdr-button--with-background_14-0-0:focus svg{box-shadow:none}.cdr-button--with-background_14-0-0:active{color:var(--cdr-button-with-background-color-active, var(--cdr-color-text-button-secondary-active, #f9f8f6));fill:var(--cdr-button-with-background-fill-active, var(--cdr-color-text-button-secondary-active, #f9f8f6));background-color:var(--cdr-button-with-background-background-color-active, var(--cdr-color-background-button-secondary-active, #928b80));box-shadow:inset 0 0 0 0.3rem var(--cdr-button-with-background-box-shadow-active, var(--cdr-color-border-button-secondary-active, #928b80)),inset 0 0 0 0.5rem var(--cdr-button-with-background-box-shadow-inset-active, var(--cdr-color-border-button-secondary-active-inset, #f4f2ed))}.cdr-button--with-background_14-0-0:active svg{box-shadow:none}.cdr-button--with-background_14-0-0[disabled]{background-color:var(--cdr-button-with-background-background-color-disabled, var(--cdr-color-background-button-secondary-disabled, #f9f8f6));box-shadow:inset 0 0 0 0.1rem var(--cdr-button-with-background-box-shadow-disabled, var(--cdr-color-border-button-default-disabled, #dcd6cb));fill:var(--cdr-button-with-background-fill-disabled, var(--cdr-color-text-button-secondary-disabled, #d1cbbd))}.cdr-button--full-width_14-0-0{width:100% !important;justify-content:center}@media (min-width: 0) and (max-width: 767px){.cdr-button--small\@xs_14-0-0{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.4rem;line-height:1.8rem;padding:0.6rem 1.2rem;width:auto}.cdr-button--small\@xs_14-0-0.cdr-button--has-icon-left_14-0-0{padding-left:0.8rem}.cdr-button--small\@xs_14-0-0.cdr-button--has-icon-right_14-0-0{padding-right:0.8rem}.cdr-button--small\@xs_14-0-0 svg{width:2rem;height:2rem}.cdr-button--medium\@xs_14-0-0{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.6rem;line-height:2.2rem;padding:0.8rem 1.6rem;width:auto}.cdr-button--medium\@xs_14-0-0.cdr-button--has-icon-left_14-0-0{padding-left:1.2rem}.cdr-button--medium\@xs_14-0-0.cdr-button--has-icon-right_14-0-0{padding-right:1.2rem}.cdr-button--medium\@xs_14-0-0 svg{width:2.4rem;height:2.4rem}.cdr-button--large\@xs_14-0-0{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.6rem;line-height:2.2rem;padding:1.2rem 2.4rem;width:auto}.cdr-button--large\@xs_14-0-0.cdr-button--has-icon-left_14-0-0{padding-left:2rem}.cdr-button--large\@xs_14-0-0.cdr-button--has-icon-right_14-0-0{padding-right:2rem}.cdr-button--large\@xs_14-0-0 svg{width:2.4rem;height:2.4rem}.cdr-button--full-width\@xs_14-0-0{width:100% !important;justify-content:center}}@media (min-width: 768px) and (max-width: 991px){.cdr-button--small\@sm_14-0-0{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.4rem;line-height:1.8rem;padding:0.6rem 1.2rem;width:auto}.cdr-button--small\@sm_14-0-0.cdr-button--has-icon-left_14-0-0{padding-left:0.8rem}.cdr-button--small\@sm_14-0-0.cdr-button--has-icon-right_14-0-0{padding-right:0.8rem}.cdr-button--small\@sm_14-0-0 svg{width:2rem;height:2rem}.cdr-button--medium\@sm_14-0-0{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.6rem;line-height:2.2rem;padding:0.8rem 1.6rem;width:auto}.cdr-button--medium\@sm_14-0-0.cdr-button--has-icon-left_14-0-0{padding-left:1.2rem}.cdr-button--medium\@sm_14-0-0.cdr-button--has-icon-right_14-0-0{padding-right:1.2rem}.cdr-button--medium\@sm_14-0-0 svg{width:2.4rem;height:2.4rem}.cdr-button--large\@sm_14-0-0{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.6rem;line-height:2.2rem;padding:1.2rem 2.4rem;width:auto}.cdr-button--large\@sm_14-0-0.cdr-button--has-icon-left_14-0-0{padding-left:2rem}.cdr-button--large\@sm_14-0-0.cdr-button--has-icon-right_14-0-0{padding-right:2rem}.cdr-button--large\@sm_14-0-0 svg{width:2.4rem;height:2.4rem}.cdr-button--full-width\@sm_14-0-0{width:100% !important;justify-content:center}}@media (min-width: 992px) and (max-width: 1231px){.cdr-button--small\@md_14-0-0{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.4rem;line-height:1.8rem;padding:0.6rem 1.2rem;width:auto}.cdr-button--small\@md_14-0-0.cdr-button--has-icon-left_14-0-0{padding-left:0.8rem}.cdr-button--small\@md_14-0-0.cdr-button--has-icon-right_14-0-0{padding-right:0.8rem}.cdr-button--small\@md_14-0-0 svg{width:2rem;height:2rem}.cdr-button--medium\@md_14-0-0{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.6rem;line-height:2.2rem;padding:0.8rem 1.6rem;width:auto}.cdr-button--medium\@md_14-0-0.cdr-button--has-icon-left_14-0-0{padding-left:1.2rem}.cdr-button--medium\@md_14-0-0.cdr-button--has-icon-right_14-0-0{padding-right:1.2rem}.cdr-button--medium\@md_14-0-0 svg{width:2.4rem;height:2.4rem}.cdr-button--large\@md_14-0-0{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.6rem;line-height:2.2rem;padding:1.2rem 2.4rem;width:auto}.cdr-button--large\@md_14-0-0.cdr-button--has-icon-left_14-0-0{padding-left:2rem}.cdr-button--large\@md_14-0-0.cdr-button--has-icon-right_14-0-0{padding-right:2rem}.cdr-button--large\@md_14-0-0 svg{width:2.4rem;height:2.4rem}.cdr-button--full-width\@md_14-0-0{width:100% !important;justify-content:center}}@media (min-width: 1232px){.cdr-button--small\@lg_14-0-0{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.4rem;line-height:1.8rem;padding:0.6rem 1.2rem;width:auto}.cdr-button--small\@lg_14-0-0.cdr-button--has-icon-left_14-0-0{padding-left:0.8rem}.cdr-button--small\@lg_14-0-0.cdr-button--has-icon-right_14-0-0{padding-right:0.8rem}.cdr-button--small\@lg_14-0-0 svg{width:2rem;height:2rem}.cdr-button--medium\@lg_14-0-0{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.6rem;line-height:2.2rem;padding:0.8rem 1.6rem;width:auto}.cdr-button--medium\@lg_14-0-0.cdr-button--has-icon-left_14-0-0{padding-left:1.2rem}.cdr-button--medium\@lg_14-0-0.cdr-button--has-icon-right_14-0-0{padding-right:1.2rem}.cdr-button--medium\@lg_14-0-0 svg{width:2.4rem;height:2.4rem}.cdr-button--large\@lg_14-0-0{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:500;letter-spacing:-0.008rem;font-size:1.6rem;line-height:2.2rem;padding:1.2rem 2.4rem;width:auto}.cdr-button--large\@lg_14-0-0.cdr-button--has-icon-left_14-0-0{padding-left:2rem}.cdr-button--large\@lg_14-0-0.cdr-button--has-icon-right_14-0-0{padding-right:2rem}.cdr-button--large\@lg_14-0-0 svg{width:2.4rem;height:2.4rem}.cdr-button--full-width\@lg_14-0-0{width:100% !important;justify-content:center}}.cdr-icon_14-0-0{display:inline-block;vertical-align:middle;flex:0 0 auto;width:2.4rem;height:2.4rem;fill:var(--cdr-icon-fill-default, var(--cdr-color-icon-default, #928b80))}.cdr-icon--small_14-0-0{width:1.6rem;height:1.6rem}.cdr-icon--large_14-0-0{width:3.2rem;height:3.2rem}@media (min-width: 0) and (max-width: 767px){.cdr-icon--small\@xs_14-0-0{width:1.6rem;height:1.6rem}.cdr-icon--large\@xs_14-0-0{width:3.2rem;height:3.2rem}}@media (min-width: 768px) and (max-width: 991px){.cdr-icon--small\@sm_14-0-0{width:1.6rem;height:1.6rem}.cdr-icon--large\@sm_14-0-0{width:3.2rem;height:3.2rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-icon--small\@md_14-0-0{width:1.6rem;height:1.6rem}.cdr-icon--large\@md_14-0-0{width:3.2rem;height:3.2rem}}@media (min-width: 1232px){.cdr-icon--small\@lg_14-0-0{width:1.6rem;height:1.6rem}.cdr-icon--large\@lg_14-0-0{width:3.2rem;height:3.2rem}}.cdr-icon--inherit-color_14-0-0{fill:inherit}.cdr-popover--position_14-0-0{position:relative}.cdr-popover--wrapper_14-0-0{width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content}.cdr-popover--wrapper_14-0-0 .cdr-popup--closed_14-0-0{display:none}.cdr-popover__title_14-0-0{font-family:Stuart, Georgia, serif;font-style:normal;font-weight:500;letter-spacing:0;font-size:1.8rem;line-height:2.4rem;margin-bottom:.8rem;margin-right:.8rem}.cdr-popover__container_14-0-0{padding:.8rem;padding-left:1.6rem;display:flex}.cdr-popover__content_14-0-0{flex:auto}.cdr-popover__close-button_14-0-0{align-self:flex-start;flex:none;padding:0}
@@ -1 +1 @@
1
- @keyframes popup-exit-down{from{top:calc(100% + 1.4rem)}to{top:100%}}@keyframes popup-enter-down{from{top:100%}to{top:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-down{from{bottom:-1.5rem}to{bottom:0}}@keyframes popup-arrow-enter-down{from{bottom:0}to{bottom:-1.5rem}}@keyframes popup-exit-up{from{bottom:calc(100% + 1.4rem)}to{bottom:100%}}@keyframes popup-enter-up{from{bottom:100%}to{bottom:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-up{from{top:-1.5rem}to{top:0}}@keyframes popup-arrow-enter-up{from{top:0}to{top:-1.5rem}}@keyframes popup-exit-left{from{right:calc(100% + 1.4rem)}to{right:100%}}@keyframes popup-enter-left{from{right:100%}to{right:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-left{from{left:-1.5rem}to{left:0}}@keyframes popup-arrow-enter-left{from{left:0}to{left:-1.5rem}}@keyframes popup-exit-right{from{left:calc(100% + 1.4rem)}to{left:100%}}@keyframes popup-enter-right{from{left:100%}to{left:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-right{from{right:-1.5rem}to{right:0}}@keyframes popup-arrow-enter-right{from{right:0}to{right:-1.5rem}}.cdr-popup_14-0-0-ts-5{opacity:0;transition:opacity .2s cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-popup--open_14-0-0-ts-5{opacity:1}.cdr-popup--closed_14-0-0-ts-5{opacity:0}.cdr-popup__content_14-0-0-ts-5{animation-duration:.2s;animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1);animation-fill-mode:forwards;background:#fff;border:0.1rem solid #928b80;border-radius:.4rem;box-shadow:0 0.4rem 0.4rem 0 rgba(12,11,8,0.2);max-width:28.6rem;width:-moz-max-content;width:max-content;position:absolute;z-index:100}.cdr-popup__arrow_14-0-0-ts-5::before,.cdr-popup__arrow_14-0-0-ts-5::after{content:'';position:absolute;margin:auto;width:0;height:0;border-style:solid;border-color:transparent;animation-duration:.2s;animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1);animation-fill-mode:forwards;z-index:100}.cdr-popup__arrow_14-0-0-ts-5::before{border-width:1rem}.cdr-popup__arrow_14-0-0-ts-5::after{border-width:.9rem}.cdr-popup--top_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5,.cdr-popup--top_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before,.cdr-popup--top_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after,.cdr-popup--bottom_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5,.cdr-popup--bottom_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before,.cdr-popup--bottom_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after{left:50%;transform:translateX(-50%)}.cdr-popup--bottom_14-0-0-ts-5.cdr-popup--open_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{animation-name:popup-enter-down}.cdr-popup--bottom_14-0-0-ts-5.cdr-popup--open_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before,.cdr-popup--bottom_14-0-0-ts-5.cdr-popup--open_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after{animation-name:popup-arrow-enter-down}.cdr-popup--bottom_14-0-0-ts-5.cdr-popup--exit_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{animation-name:popup-exit-down}.cdr-popup--bottom_14-0-0-ts-5.cdr-popup--exit_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before,.cdr-popup--bottom_14-0-0-ts-5.cdr-popup--exit_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after{animation-name:popup-arrow-exit-down}.cdr-popup--bottom_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{top:calc(100% + 1.4rem)}.cdr-popup--bottom_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before{border-bottom-color:#928b80}.cdr-popup--bottom_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after{border-bottom-color:#fff}.cdr-popup--top_14-0-0-ts-5.cdr-popup--open_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{animation-name:popup-enter-up}.cdr-popup--top_14-0-0-ts-5.cdr-popup--open_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before,.cdr-popup--top_14-0-0-ts-5.cdr-popup--open_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after{animation-name:popup-arrow-enter-up}.cdr-popup--top_14-0-0-ts-5.cdr-popup--exit_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{animation-name:popup-exit-up}.cdr-popup--top_14-0-0-ts-5.cdr-popup--exit_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before,.cdr-popup--top_14-0-0-ts-5.cdr-popup--exit_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after{animation-name:popup-arrow-exit-up}.cdr-popup--top_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{bottom:calc(100% + 1.4rem)}.cdr-popup--top_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before{border-top-color:#928b80}.cdr-popup--top_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after{border-top-color:#fff}.cdr-popup--corner-left_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{left:0;transform:unset}.cdr-popup--corner-right_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{left:unset;right:0;transform:unset}.cdr-popup--left_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5,.cdr-popup--left_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before,.cdr-popup--left_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after,.cdr-popup--right_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5,.cdr-popup--right_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before,.cdr-popup--right_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after{top:50%;transform:translateY(-50%)}.cdr-popup--left_14-0-0-ts-5.cdr-popup--open_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{animation-name:popup-enter-left}.cdr-popup--left_14-0-0-ts-5.cdr-popup--open_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before,.cdr-popup--left_14-0-0-ts-5.cdr-popup--open_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after{animation-name:popup-arrow-enter-left}.cdr-popup--left_14-0-0-ts-5.cdr-popup--exit_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{animation-name:popup-exit-left}.cdr-popup--left_14-0-0-ts-5.cdr-popup--exit_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before,.cdr-popup--left_14-0-0-ts-5.cdr-popup--exit_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after{animation-name:popup-arrow-exit-left}.cdr-popup--left_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{right:calc(100% + 1.4rem)}.cdr-popup--left_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before{border-left-color:#928b80}.cdr-popup--left_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after{border-left-color:#fff}.cdr-popup--right_14-0-0-ts-5.cdr-popup--open_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{animation-name:popup-enter-right}.cdr-popup--right_14-0-0-ts-5.cdr-popup--open_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before,.cdr-popup--right_14-0-0-ts-5.cdr-popup--open_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after{animation-name:popup-arrow-enter-right}.cdr-popup--right_14-0-0-ts-5.cdr-popup--exit_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{animation-name:popup-exit-right}.cdr-popup--right_14-0-0-ts-5.cdr-popup--exit_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before,.cdr-popup--right_14-0-0-ts-5.cdr-popup--exit_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after{animation-name:popup-arrow-exit-right}.cdr-popup--right_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{left:calc(100% + 1.4rem)}.cdr-popup--right_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::before{border-right-color:#928b80}.cdr-popup--right_14-0-0-ts-5 .cdr-popup__arrow_14-0-0-ts-5::after{border-right-color:#fff}.cdr-popup--corner-top_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{top:0;transform:unset}.cdr-popup--corner-bottom_14-0-0-ts-5 .cdr-popup__content_14-0-0-ts-5{top:unset;bottom:0;transform:unset}
1
+ @keyframes popup-exit-down{from{top:calc(100% + 1.4rem)}to{top:100%}}@keyframes popup-enter-down{from{top:100%}to{top:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-down{from{bottom:-1.5rem}to{bottom:0}}@keyframes popup-arrow-enter-down{from{bottom:0}to{bottom:-1.5rem}}@keyframes popup-exit-up{from{bottom:calc(100% + 1.4rem)}to{bottom:100%}}@keyframes popup-enter-up{from{bottom:100%}to{bottom:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-up{from{top:-1.5rem}to{top:0}}@keyframes popup-arrow-enter-up{from{top:0}to{top:-1.5rem}}@keyframes popup-exit-left{from{right:calc(100% + 1.4rem)}to{right:100%}}@keyframes popup-enter-left{from{right:100%}to{right:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-left{from{left:-1.5rem}to{left:0}}@keyframes popup-arrow-enter-left{from{left:0}to{left:-1.5rem}}@keyframes popup-exit-right{from{left:calc(100% + 1.4rem)}to{left:100%}}@keyframes popup-enter-right{from{left:100%}to{left:calc(100% + 1.4rem)}}@keyframes popup-arrow-exit-right{from{right:-1.5rem}to{right:0}}@keyframes popup-arrow-enter-right{from{right:0}to{right:-1.5rem}}.cdr-popup_14-0-0{opacity:0;transition:opacity .2s cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-popup--open_14-0-0{opacity:1}.cdr-popup--closed_14-0-0{opacity:0}.cdr-popup__content_14-0-0{animation-duration:.2s;animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1);animation-fill-mode:forwards;background:var(--cdr-popup-content-background, var(--cdr-color-background-primary, #fff));border:0.1rem solid var(--cdr-popup-content-border-color, var(--cdr-color-border-secondary, #928b80));border-radius:.4rem;box-shadow:0 0.4rem 0.4rem 0 rgba(12,11,8,0.2);max-width:28.6rem;width:-moz-max-content;width:max-content;position:absolute;z-index:100}.cdr-popup__arrow_14-0-0::before,.cdr-popup__arrow_14-0-0::after{content:'';position:absolute;margin:auto;width:0;height:0;border-style:solid;border-color:transparent;animation-duration:.2s;animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1);animation-fill-mode:forwards;z-index:100}.cdr-popup__arrow_14-0-0::before{border-width:1rem}.cdr-popup__arrow_14-0-0::after{border-width:.9rem}.cdr-popup--top_14-0-0 .cdr-popup__content_14-0-0,.cdr-popup--top_14-0-0 .cdr-popup__arrow_14-0-0::before,.cdr-popup--top_14-0-0 .cdr-popup__arrow_14-0-0::after,.cdr-popup--bottom_14-0-0 .cdr-popup__content_14-0-0,.cdr-popup--bottom_14-0-0 .cdr-popup__arrow_14-0-0::before,.cdr-popup--bottom_14-0-0 .cdr-popup__arrow_14-0-0::after{left:50%;transform:translateX(-50%)}.cdr-popup--bottom_14-0-0.cdr-popup--open_14-0-0 .cdr-popup__content_14-0-0{animation-name:popup-enter-down}.cdr-popup--bottom_14-0-0.cdr-popup--open_14-0-0 .cdr-popup__arrow_14-0-0::before,.cdr-popup--bottom_14-0-0.cdr-popup--open_14-0-0 .cdr-popup__arrow_14-0-0::after{animation-name:popup-arrow-enter-down}.cdr-popup--bottom_14-0-0.cdr-popup--exit_14-0-0 .cdr-popup__content_14-0-0{animation-name:popup-exit-down}.cdr-popup--bottom_14-0-0.cdr-popup--exit_14-0-0 .cdr-popup__arrow_14-0-0::before,.cdr-popup--bottom_14-0-0.cdr-popup--exit_14-0-0 .cdr-popup__arrow_14-0-0::after{animation-name:popup-arrow-exit-down}.cdr-popup--bottom_14-0-0 .cdr-popup__content_14-0-0{top:calc(100% + 1.4rem)}.cdr-popup--bottom_14-0-0 .cdr-popup__arrow_14-0-0::before{border-bottom-color:#928b80}.cdr-popup--bottom_14-0-0 .cdr-popup__arrow_14-0-0::after{border-bottom-color:#fff}.cdr-popup--top_14-0-0.cdr-popup--open_14-0-0 .cdr-popup__content_14-0-0{animation-name:popup-enter-up}.cdr-popup--top_14-0-0.cdr-popup--open_14-0-0 .cdr-popup__arrow_14-0-0::before,.cdr-popup--top_14-0-0.cdr-popup--open_14-0-0 .cdr-popup__arrow_14-0-0::after{animation-name:popup-arrow-enter-up}.cdr-popup--top_14-0-0.cdr-popup--exit_14-0-0 .cdr-popup__content_14-0-0{animation-name:popup-exit-up}.cdr-popup--top_14-0-0.cdr-popup--exit_14-0-0 .cdr-popup__arrow_14-0-0::before,.cdr-popup--top_14-0-0.cdr-popup--exit_14-0-0 .cdr-popup__arrow_14-0-0::after{animation-name:popup-arrow-exit-up}.cdr-popup--top_14-0-0 .cdr-popup__content_14-0-0{bottom:calc(100% + 1.4rem)}.cdr-popup--top_14-0-0 .cdr-popup__arrow_14-0-0::before{border-top-color:#928b80}.cdr-popup--top_14-0-0 .cdr-popup__arrow_14-0-0::after{border-top-color:#fff}.cdr-popup--corner-left_14-0-0 .cdr-popup__content_14-0-0{left:0;transform:unset}.cdr-popup--corner-right_14-0-0 .cdr-popup__content_14-0-0{left:unset;right:0;transform:unset}.cdr-popup--left_14-0-0 .cdr-popup__content_14-0-0,.cdr-popup--left_14-0-0 .cdr-popup__arrow_14-0-0::before,.cdr-popup--left_14-0-0 .cdr-popup__arrow_14-0-0::after,.cdr-popup--right_14-0-0 .cdr-popup__content_14-0-0,.cdr-popup--right_14-0-0 .cdr-popup__arrow_14-0-0::before,.cdr-popup--right_14-0-0 .cdr-popup__arrow_14-0-0::after{top:50%;transform:translateY(-50%)}.cdr-popup--left_14-0-0.cdr-popup--open_14-0-0 .cdr-popup__content_14-0-0{animation-name:popup-enter-left}.cdr-popup--left_14-0-0.cdr-popup--open_14-0-0 .cdr-popup__arrow_14-0-0::before,.cdr-popup--left_14-0-0.cdr-popup--open_14-0-0 .cdr-popup__arrow_14-0-0::after{animation-name:popup-arrow-enter-left}.cdr-popup--left_14-0-0.cdr-popup--exit_14-0-0 .cdr-popup__content_14-0-0{animation-name:popup-exit-left}.cdr-popup--left_14-0-0.cdr-popup--exit_14-0-0 .cdr-popup__arrow_14-0-0::before,.cdr-popup--left_14-0-0.cdr-popup--exit_14-0-0 .cdr-popup__arrow_14-0-0::after{animation-name:popup-arrow-exit-left}.cdr-popup--left_14-0-0 .cdr-popup__content_14-0-0{right:calc(100% + 1.4rem)}.cdr-popup--left_14-0-0 .cdr-popup__arrow_14-0-0::before{border-left-color:#928b80}.cdr-popup--left_14-0-0 .cdr-popup__arrow_14-0-0::after{border-left-color:#fff}.cdr-popup--right_14-0-0.cdr-popup--open_14-0-0 .cdr-popup__content_14-0-0{animation-name:popup-enter-right}.cdr-popup--right_14-0-0.cdr-popup--open_14-0-0 .cdr-popup__arrow_14-0-0::before,.cdr-popup--right_14-0-0.cdr-popup--open_14-0-0 .cdr-popup__arrow_14-0-0::after{animation-name:popup-arrow-enter-right}.cdr-popup--right_14-0-0.cdr-popup--exit_14-0-0 .cdr-popup__content_14-0-0{animation-name:popup-exit-right}.cdr-popup--right_14-0-0.cdr-popup--exit_14-0-0 .cdr-popup__arrow_14-0-0::before,.cdr-popup--right_14-0-0.cdr-popup--exit_14-0-0 .cdr-popup__arrow_14-0-0::after{animation-name:popup-arrow-exit-right}.cdr-popup--right_14-0-0 .cdr-popup__content_14-0-0{left:calc(100% + 1.4rem)}.cdr-popup--right_14-0-0 .cdr-popup__arrow_14-0-0::before{border-right-color:#928b80}.cdr-popup--right_14-0-0 .cdr-popup__arrow_14-0-0::after{border-right-color:#fff}.cdr-popup--corner-top_14-0-0 .cdr-popup__content_14-0-0{top:0;transform:unset}.cdr-popup--corner-bottom_14-0-0 .cdr-popup__content_14-0-0{top:unset;bottom:0;transform:unset}
@@ -1 +1 @@
1
- .cdr-text_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;margin:0}.cdr-quote_14-0-0-ts-5{margin:0;padding:2.4rem 1.6rem;line-height:1}.cdr-quote_14-0-0-ts-5 cite{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.008rem;font-size:1.2rem;line-height:1.6rem;color:rgba(66,59,47,0.75);display:block}.cdr-quote__summary_14-0-0-ts-5{font-family:Stuart,Georgia,serif;font-weight:400;font-size:2.4rem;line-height:3.6rem;letter-spacing:-.08rem;color:rgba(12,11,8,0.75);margin:0}@media (min-width: 0) and (max-width: 767px){.cdr-quote__summary_14-0-0-ts-5{font-size:1.8rem;line-height:2.8rem}}.cdr-quote__summary_14-0-0-ts-5+cite{padding-top:1.6rem}.cdr-quote--pull_14-0-0-ts-5{border-style:solid;border-color:#dcd6cb}@media (min-width: 0){.cdr-quote--pull_14-0-0-ts-5{border-width:0 0 0.1rem 0;padding:2.4rem 1.6rem;margin:0 0 1.6rem}}@media (min-width: 768px){.cdr-quote--pull_14-0-0-ts-5{border-width:0 0 0 0.1rem;padding:.8rem 1.6rem .8rem 3.2rem;margin:1.6rem 0}}.cdr-quote--pull_14-0-0-ts-5 .cdr-quote__summary_14-0-0-ts-5{font-weight:600}
1
+ .cdr-text_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;color:var(--cdr-text-color, var(--cdr-color-text-primary, rgba(12,11,8,0.75)));margin:0}.cdr-quote_14-0-0{margin:0;padding:2.4rem 1.6rem;line-height:1}.cdr-quote_14-0-0 cite{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.008rem;font-size:1.2rem;line-height:1.6rem;color:var(--cdr-quote-cite-text-color, var(--cdr-color-text-secondary, rgba(66,59,47,0.75)));display:block}.cdr-quote__summary_14-0-0{font-family:Stuart,Georgia,serif;font-weight:400;font-size:2.4rem;line-height:3.6rem;letter-spacing:-.08rem;color:var(--cdr-quote-content-text-color, var(--cdr-color-text-primary, rgba(12,11,8,0.75)));margin:0}@media (min-width: 0) and (max-width: 767px){.cdr-quote__summary_14-0-0{font-size:1.8rem;line-height:2.8rem}}.cdr-quote__summary_14-0-0+cite{padding-top:1.6rem}.cdr-quote--pull_14-0-0{border-style:solid;border-color:var(--cdr-quote-pull-container-border-color, var(--cdr-color-border-primary, #dcd6cb))}@media (min-width: 0){.cdr-quote--pull_14-0-0{border-width:0 0 0.1rem 0;padding:2.4rem 1.6rem;margin:0 0 1.6rem}}@media (min-width: 768px){.cdr-quote--pull_14-0-0{border-width:0 0 0 0.1rem;padding:.8rem 1.6rem .8rem 3.2rem;margin:1.6rem 0}}.cdr-quote--pull_14-0-0 .cdr-quote__summary_14-0-0{font-weight:600}
@@ -1 +1 @@
1
- .cdr-label-wrapper_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding:.8rem;padding-left:3.2rem;padding-right:1.2rem;color:rgba(12,11,8,0.75);background-color:rgba(244,242,237,0.15);border-radius:.4rem;width:100%;display:inline-block;margin:0;display:flex;align-items:flex-start;flex-grow:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cdr-label-wrapper__container_14-0-0-ts-5{font-size:0;line-height:1}.cdr-label-wrapper_14-0-0-ts-5 input{position:absolute;opacity:0;z-index:-1}.cdr-label-wrapper--primary_14-0-0-ts-5:hover{background-color:#f9f8f6;cursor:pointer}.cdr-label-wrapper--primary_14-0-0-ts-5:focus-within{background-color:#f9f8f6;box-shadow:inset 0 0 0 0.2rem #20201d}.cdr-label-wrapper--primary_14-0-0-ts-5:active{background-color:#edeae3}.cdr-label-wrapper--secondary_14-0-0-ts-5{background-color:rgba(244,242,237,0.15)}.cdr-label-wrapper--secondary_14-0-0-ts-5:hover{background-color:rgba(255,255,255,0.75);cursor:pointer}.cdr-label-wrapper--secondary_14-0-0-ts-5:focus-within{background-color:rgba(255,255,255,0.75)}.cdr-label-wrapper--secondary_14-0-0-ts-5:active{background-color:#fff}.cdr-label-wrapper--disabled_14-0-0-ts-5{color:#d1cbbd !important;cursor:not-allowed !important}.cdr-label-wrapper--disabled_14-0-0-ts-5:hover,.cdr-label-wrapper--disabled_14-0-0-ts-5:focus-within,.cdr-label-wrapper--disabled_14-0-0-ts-5:active{background-color:rgba(244,242,237,0.15) !important}.cdr-label-wrapper--disabled_14-0-0-ts-5 .cdr-label-wrapper__figure_14-0-0-ts-5{cursor:not-allowed !important}.cdr-label-wrapper__figure_14-0-0-ts-5{top:1.1rem;width:1.6rem;height:1.6rem;position:absolute;left:.8rem;border-radius:.4rem;background-color:rgba(244,242,237,0.15);box-shadow:0 0 0 0.1rem #928b80;transition:box-shadow .2s cubic-bezier(0.15, 0, 0.15, 0)}.cdr-label-wrapper__figure_14-0-0-ts-5::after{width:0.4rem;height:0.4rem}.cdr-label-wrapper__content_14-0-0-ts-5{-webkit-user-select:text;-moz-user-select:text;user-select:text}.cdr-label-wrapper--hide-figure_14-0-0-ts-5{padding-left:0}.cdr-label-wrapper--hide-figure_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5{display:none}.cdr-label-wrapper--small_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5::after{width:0.4rem;height:0.4rem}.cdr-label-wrapper--medium_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5::after{width:0.4rem;height:0.4rem}.cdr-label-wrapper--large_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5{width:2rem;height:2rem}.cdr-label-wrapper--large_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5::after{width:0.5rem;height:0.5rem}@media (min-width: 0) and (max-width: 767px){.cdr-label-wrapper--small\@xs_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small\@xs_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small\@xs_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5::after{width:0.4rem;height:0.4rem}.cdr-label-wrapper--medium\@xs_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium\@xs_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium\@xs_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5::after{width:0.4rem;height:0.4rem}.cdr-label-wrapper--large\@xs_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large\@xs_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5{width:2rem;height:2rem}.cdr-label-wrapper--large\@xs_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5::after{width:0.5rem;height:0.5rem}}@media (min-width: 768px) and (max-width: 991px){.cdr-label-wrapper--small\@sm_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small\@sm_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small\@sm_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5::after{width:0.4rem;height:0.4rem}.cdr-label-wrapper--medium\@sm_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium\@sm_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium\@sm_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5::after{width:0.4rem;height:0.4rem}.cdr-label-wrapper--large\@sm_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large\@sm_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5{width:2rem;height:2rem}.cdr-label-wrapper--large\@sm_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5::after{width:0.5rem;height:0.5rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-label-wrapper--small\@md_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small\@md_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small\@md_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5::after{width:0.4rem;height:0.4rem}.cdr-label-wrapper--medium\@md_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium\@md_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium\@md_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5::after{width:0.4rem;height:0.4rem}.cdr-label-wrapper--large\@md_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large\@md_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5{width:2rem;height:2rem}.cdr-label-wrapper--large\@md_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5::after{width:0.5rem;height:0.5rem}}@media (min-width: 1232px){.cdr-label-wrapper--small\@lg_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small\@lg_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small\@lg_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5::after{width:0.4rem;height:0.4rem}.cdr-label-wrapper--medium\@lg_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium\@lg_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium\@lg_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5::after{width:0.4rem;height:0.4rem}.cdr-label-wrapper--large\@lg_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large\@lg_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5{width:2rem;height:2rem}.cdr-label-wrapper--large\@lg_14-0-0-ts-5>.cdr-label-wrapper__figure_14-0-0-ts-5::after{width:0.5rem;height:0.5rem}}.cdr-radio_14-0-0-ts-5 .cdr-label-wrapper__figure_14-0-0-ts-5{border-radius:100%}.cdr-radio_14-0-0-ts-5 .cdr-label-wrapper__figure_14-0-0-ts-5::after{content:'';position:absolute;width:0.4rem;height:0.4rem;left:50%;top:50%;transform:translate(-50%, -50%);border-radius:999.9rem}.cdr-radio__input_14-0-0-ts-5:checked ~ .cdr-label-wrapper__figure_14-0-0-ts-5{box-shadow:inset 0 0 0 0.1rem #4e4d49;background-color:#4e4d49}.cdr-radio__input_14-0-0-ts-5:checked ~ .cdr-label-wrapper__figure_14-0-0-ts-5::after{background-color:#fff}.cdr-radio_14-0-0-ts-5:hover .cdr-label-wrapper__figure_14-0-0-ts-5{cursor:pointer;box-shadow:inset 0 0 0 0.1rem #20201d,0 0 0 0.1rem #20201d;background-color:#f9f8f6}.cdr-radio_14-0-0-ts-5:hover .cdr-radio__input_14-0-0-ts-5:checked ~ .cdr-label-wrapper__figure_14-0-0-ts-5{box-shadow:inset 0 0 0 0.1rem #4e4d49,0 0 0 0.1rem #4e4d49;background-color:#928b80}.cdr-radio__input_14-0-0-ts-5:disabled ~ .cdr-label-wrapper__figure_14-0-0-ts-5{cursor:not-allowed !important;box-shadow:inset 0 0 0 0.1rem #d1cbbd !important;background-color:#f9f8f6 !important}.cdr-radio__input_14-0-0-ts-5:disabled ~ .cdr-label-wrapper__figure_14-0-0-ts-5:after{background-color:#f9f8f6 !important}.cdr-radio__input_14-0-0-ts-5:disabled:checked ~ .cdr-label-wrapper__figure_14-0-0-ts-5::after{background-color:#f9f8f6 !important}.cdr-radio__input_14-0-0-ts-5:focus ~ .cdr-label-wrapper__figure_14-0-0-ts-5{box-shadow:inset 0 0 0 0.1rem #4e4d49,0 0 0 0.1rem #4e4d49;background-color:#f9f8f6}.cdr-radio__input_14-0-0-ts-5:focus:checked ~ .cdr-label-wrapper__figure_14-0-0-ts-5{background-color:#928b80}.cdr-radio_14-0-0-ts-5:active .cdr-label-wrapper__figure_14-0-0-ts-5,.cdr-radio_14-0-0-ts-5:active .cdr-radio__input_14-0-0-ts-5:checked ~ .cdr-label-wrapper__figure_14-0-0-ts-5{box-shadow:inset 0 0 0 0.1rem #4e4d49,0 0 0 0.1rem #4e4d49;background-color:#f9f8f6}.cdr-radio_14-0-0-ts-5:active .cdr-label-wrapper__figure_14-0-0-ts-5::after,.cdr-radio_14-0-0-ts-5:active .cdr-radio__input_14-0-0-ts-5:checked ~ .cdr-label-wrapper__figure_14-0-0-ts-5::after{background-color:#4e4d49}
1
+ .cdr-label-wrapper_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding:.8rem;padding-left:3.2rem;padding-right:1.2rem;color:var(--cdr-label-wrapper-text-color, var(--cdr-color-text-input-label, rgba(12,11,8,0.75)));background-color:var(--cdr-label-wrapper-background-color, var(--cdr-color-background-input-default, rgba(244,242,237,0.15)));border-radius:.4rem;width:100%;display:inline-block;margin:0;display:flex;align-items:flex-start;flex-grow:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cdr-label-wrapper__container_14-0-0{font-size:0;line-height:1}.cdr-label-wrapper_14-0-0 input{position:absolute;opacity:0;z-index:-1}.cdr-label-wrapper--primary_14-0-0:hover{background-color:var(--cdr-label-wrapper-primary-background-color-hover, var(--cdr-color-background-label-default-hover, #f9f8f6));cursor:pointer}.cdr-label-wrapper--primary_14-0-0:focus-within{background-color:var(--cdr-label-wrapper-primary-background-color-focus, var(--cdr-color-background-label-default-focus, #f9f8f6));box-shadow:inset 0 0 0 0.2rem var(--cdr-label-wrapper-primary-focus-box-shadow-color, var(--cdr-color-border-label-default-focus, #20201d))}.cdr-label-wrapper--primary_14-0-0:active{background-color:var(--cdr-label-wrapper-primary-background-color-active, var(--cdr-color-background-label-default-active, #edeae3))}.cdr-label-wrapper--secondary_14-0-0{background-color:var(--cdr-label-wrapper-secondary-background-color, var(--cdr-color-background-input-default, rgba(244,242,237,0.15)))}.cdr-label-wrapper--secondary_14-0-0:hover{background-color:var(--cdr-label-wrapper-secondary-background-color-hover, var(--cdr-color-background-label-secondary-hover, rgba(255,255,255,0.75)));cursor:pointer}.cdr-label-wrapper--secondary_14-0-0:focus-within{background-color:var(--cdr-label-wrapper-secondary-background-color-focus, var(--cdr-color-background-label-secondary-focus, rgba(255,255,255,0.75)))}.cdr-label-wrapper--secondary_14-0-0:active{background-color:var(--cdr-label-wrapper-secondary-background-color-active, var(--cdr-color-background-label-secondary-active, #fff))}.cdr-label-wrapper--disabled_14-0-0{color:var(--cdr-label-wrapper-text-color-disabled, var(--cdr-color-text-input-disabled, #d1cbbd)) !important;cursor:not-allowed !important}.cdr-label-wrapper--disabled_14-0-0:hover,.cdr-label-wrapper--disabled_14-0-0:focus-within,.cdr-label-wrapper--disabled_14-0-0:active{background-color:var(--cdr-label-wrapper-background-color-disabled, var(--cdr-color-background-input-default, rgba(244,242,237,0.15))) !important}.cdr-label-wrapper--disabled_14-0-0 .cdr-label-wrapper__figure_14-0-0{cursor:not-allowed !important}.cdr-label-wrapper__figure_14-0-0{top:1.1rem;width:1.6rem;height:1.6rem;position:absolute;left:.8rem;border-radius:.4rem;background-color:var(--cdr-form-figure-background-color, var(--cdr-color-background-input-default, rgba(244,242,237,0.15)));box-shadow:0 0 0 0.1rem var(--cdr-form-figure-box-shadow-color, var(--cdr-color-border-input-default, #928b80));transition:box-shadow .2s cubic-bezier(0.15, 0, 0.15, 0)}.cdr-label-wrapper__figure_14-0-0::after{width:0.4rem;height:0.4rem}.cdr-label-wrapper__content_14-0-0{-webkit-user-select:text;-moz-user-select:text;user-select:text}.cdr-label-wrapper--hide-figure_14-0-0{padding-left:0}.cdr-label-wrapper--hide-figure_14-0-0>.cdr-label-wrapper__figure_14-0-0{display:none}.cdr-label-wrapper--hide-figure_14-0-0>.cdr-checkbox__svg-box_14-0-0 svg{fill:transparent !important}.cdr-label-wrapper--small_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small_14-0-0>.cdr-label-wrapper__figure_14-0-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small_14-0-0>.cdr-label-wrapper__figure_14-0-0::after{width:0.4rem;height:0.4rem}.cdr-label-wrapper--medium_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium_14-0-0>.cdr-label-wrapper__figure_14-0-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium_14-0-0>.cdr-label-wrapper__figure_14-0-0::after{width:0.4rem;height:0.4rem}.cdr-label-wrapper--large_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large_14-0-0>.cdr-label-wrapper__figure_14-0-0{width:2rem;height:2rem}.cdr-label-wrapper--large_14-0-0>.cdr-label-wrapper__figure_14-0-0::after,.cdr-label-wrapper--large_14-0-0>.cdr-label-wrapper__figure_14-0-0 .cdr-checkbox__checkbox-box_14-0-0{width:0.5rem;height:0.5rem}.cdr-label-wrapper--large_14-0-0 .cdr-checkbox__checkbox-box_14-0-0{width:2rem;height:2rem}.cdr-label-wrapper--large_14-0-0 .cdr-checkbox__svg-box_14-0-0 svg{width:2rem;height:2rem;left:0rem;top:-1.7rem}@media (min-width: 0) and (max-width: 767px){.cdr-label-wrapper--small\@xs_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small\@xs_14-0-0>.cdr-label-wrapper__figure_14-0-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small\@xs_14-0-0>.cdr-label-wrapper__figure_14-0-0::after{width:0.4rem;height:0.4rem}.cdr-label-wrapper--medium\@xs_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium\@xs_14-0-0>.cdr-label-wrapper__figure_14-0-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium\@xs_14-0-0>.cdr-label-wrapper__figure_14-0-0::after{width:0.4rem;height:0.4rem}.cdr-label-wrapper--large\@xs_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large\@xs_14-0-0>.cdr-label-wrapper__figure_14-0-0{width:2rem;height:2rem}.cdr-label-wrapper--large\@xs_14-0-0>.cdr-label-wrapper__figure_14-0-0::after,.cdr-label-wrapper--large\@xs_14-0-0>.cdr-label-wrapper__figure_14-0-0 .cdr-checkbox__checkbox-box_14-0-0{width:0.5rem;height:0.5rem}.cdr-label-wrapper--large\@xs_14-0-0 .cdr-checkbox__checkbox-box_14-0-0{width:2rem;height:2rem}.cdr-label-wrapper--large\@xs_14-0-0 .cdr-checkbox__svg-box_14-0-0 svg{width:2rem;height:2rem;left:0rem;top:-1.7rem}}@media (min-width: 768px) and (max-width: 991px){.cdr-label-wrapper--small\@sm_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small\@sm_14-0-0>.cdr-label-wrapper__figure_14-0-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small\@sm_14-0-0>.cdr-label-wrapper__figure_14-0-0::after{width:0.4rem;height:0.4rem}.cdr-label-wrapper--medium\@sm_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium\@sm_14-0-0>.cdr-label-wrapper__figure_14-0-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium\@sm_14-0-0>.cdr-label-wrapper__figure_14-0-0::after{width:0.4rem;height:0.4rem}.cdr-label-wrapper--large\@sm_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large\@sm_14-0-0>.cdr-label-wrapper__figure_14-0-0{width:2rem;height:2rem}.cdr-label-wrapper--large\@sm_14-0-0>.cdr-label-wrapper__figure_14-0-0::after,.cdr-label-wrapper--large\@sm_14-0-0>.cdr-label-wrapper__figure_14-0-0 .cdr-checkbox__checkbox-box_14-0-0{width:0.5rem;height:0.5rem}.cdr-label-wrapper--large\@sm_14-0-0 .cdr-checkbox__checkbox-box_14-0-0{width:2rem;height:2rem}.cdr-label-wrapper--large\@sm_14-0-0 .cdr-checkbox__svg-box_14-0-0 svg{width:2rem;height:2rem;left:0rem;top:-1.7rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-label-wrapper--small\@md_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small\@md_14-0-0>.cdr-label-wrapper__figure_14-0-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small\@md_14-0-0>.cdr-label-wrapper__figure_14-0-0::after{width:0.4rem;height:0.4rem}.cdr-label-wrapper--medium\@md_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium\@md_14-0-0>.cdr-label-wrapper__figure_14-0-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium\@md_14-0-0>.cdr-label-wrapper__figure_14-0-0::after{width:0.4rem;height:0.4rem}.cdr-label-wrapper--large\@md_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large\@md_14-0-0>.cdr-label-wrapper__figure_14-0-0{width:2rem;height:2rem}.cdr-label-wrapper--large\@md_14-0-0>.cdr-label-wrapper__figure_14-0-0::after,.cdr-label-wrapper--large\@md_14-0-0>.cdr-label-wrapper__figure_14-0-0 .cdr-checkbox__checkbox-box_14-0-0{width:0.5rem;height:0.5rem}.cdr-label-wrapper--large\@md_14-0-0 .cdr-checkbox__checkbox-box_14-0-0{width:2rem;height:2rem}.cdr-label-wrapper--large\@md_14-0-0 .cdr-checkbox__svg-box_14-0-0 svg{width:2rem;height:2rem;left:0rem;top:-1.7rem}}@media (min-width: 1232px){.cdr-label-wrapper--small\@lg_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;padding-left:3.2rem}.cdr-label-wrapper--small\@lg_14-0-0>.cdr-label-wrapper__figure_14-0-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--small\@lg_14-0-0>.cdr-label-wrapper__figure_14-0-0::after{width:0.4rem;height:0.4rem}.cdr-label-wrapper--medium\@lg_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.2rem}.cdr-label-wrapper--medium\@lg_14-0-0>.cdr-label-wrapper__figure_14-0-0{width:1.6rem;height:1.6rem}.cdr-label-wrapper--medium\@lg_14-0-0>.cdr-label-wrapper__figure_14-0-0::after{width:0.4rem;height:0.4rem}.cdr-label-wrapper--large\@lg_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;padding-left:3.6rem}.cdr-label-wrapper--large\@lg_14-0-0>.cdr-label-wrapper__figure_14-0-0{width:2rem;height:2rem}.cdr-label-wrapper--large\@lg_14-0-0>.cdr-label-wrapper__figure_14-0-0::after,.cdr-label-wrapper--large\@lg_14-0-0>.cdr-label-wrapper__figure_14-0-0 .cdr-checkbox__checkbox-box_14-0-0{width:0.5rem;height:0.5rem}.cdr-label-wrapper--large\@lg_14-0-0 .cdr-checkbox__checkbox-box_14-0-0{width:2rem;height:2rem}.cdr-label-wrapper--large\@lg_14-0-0 .cdr-checkbox__svg-box_14-0-0 svg{width:2rem;height:2rem;left:0rem;top:-1.7rem}}.cdr-radio_14-0-0 .cdr-label-wrapper__figure_14-0-0{border-radius:100%}.cdr-radio_14-0-0 .cdr-label-wrapper__figure_14-0-0::after{content:'';position:absolute;width:0.4rem;height:0.4rem;left:50%;top:50%;transform:translate(-50%, -50%);border-radius:999.9rem}.cdr-radio__input_14-0-0:checked ~ .cdr-label-wrapper__figure_14-0-0{box-shadow:inset 0 0 0 0.1rem var(--cdr-radio-box-shadow-color-selected, var(--cdr-color-border-input-default-selected, #4e4d49));background-color:var(--cdr-radio-background-color-selected, var(--cdr-color-background-input-default-selected, #4e4d49))}.cdr-radio__input_14-0-0:checked ~ .cdr-label-wrapper__figure_14-0-0::after{background-color:var(--cdr-radio-inner-circle-background-color-selected, var(--cdr-color-icon-checkbox-default-selected, #fff))}.cdr-radio_14-0-0:hover .cdr-label-wrapper__figure_14-0-0{cursor:pointer;box-shadow:inset 0 0 0 0.1rem var(--cdr-radio-box-shadow-color-hover, var(--cdr-color-border-input-default-hover, #20201d)),0 0 0 0.1rem var(--cdr-radio-box-shadow-color-hover, var(--cdr-color-border-input-default-hover, #20201d));background-color:var(--cdr-radio-background-color-hover, var(--cdr-color-background-input-default-hover, #f9f8f6))}.cdr-radio_14-0-0:hover .cdr-radio__input_14-0-0:checked ~ .cdr-label-wrapper__figure_14-0-0{box-shadow:inset 0 0 0 0.1rem var(--cdr-radio-box-shadow-color-selected-hover, var(--cdr-color-border-input-default-selected-hover, #4e4d49)),0 0 0 0.1rem var(--cdr-radio-box-shadow-color-selected-hover, var(--cdr-color-border-input-default-selected-hover, #4e4d49));background-color:var(--cdr-radio-background-color-selected-hover, var(--cdr-color-background-input-default-selected-hover, #928b80))}.cdr-radio__input_14-0-0:disabled ~ .cdr-label-wrapper__figure_14-0-0{cursor:not-allowed !important;box-shadow:inset 0 0 0 0.1rem var(--cdr-radio-box-shadow-color-disabled, var(--cdr-color-border-input-default-disabled, #d1cbbd)) !important;background-color:var(--cdr-radio-background-color-disabled, var(--cdr-color-background-input-default-disabled, #f9f8f6)) !important}.cdr-radio__input_14-0-0:disabled ~ .cdr-label-wrapper__figure_14-0-0:after{background-color:var(--cdr-radio-inner-circle-background-color-disabled, var(--cdr-color-background-input-default-disabled, #f9f8f6)) !important}.cdr-radio__input_14-0-0:disabled:checked ~ .cdr-label-wrapper__figure_14-0-0::after{background-color:var(--cdr-radio-inner-circle-background-color-selected-disabled, var(--cdr-color-background-input-default-disabled, #f9f8f6)) !important}.cdr-radio__input_14-0-0:focus ~ .cdr-label-wrapper__figure_14-0-0{box-shadow:inset 0 0 0 0.1rem var(--cdr-radio-box-shadow-color-focus, var(--cdr-color-border-input-default-active, #4e4d49)),0 0 0 0.1rem var(--cdr-radio-box-shadow-color-focus, var(--cdr-color-border-input-default-active, #4e4d49));background-color:var(--cdr-radio-background-color-focus, var(--cdr-color-background-input-default-focus, #f9f8f6))}.cdr-radio__input_14-0-0:focus:checked ~ .cdr-label-wrapper__figure_14-0-0{background-color:var(--cdr-radio-background-color-selected-focus, var(--cdr-color-background-input-default-selected-focus, #928b80))}.cdr-radio_14-0-0:active .cdr-label-wrapper__figure_14-0-0,.cdr-radio_14-0-0:active .cdr-radio__input_14-0-0:checked ~ .cdr-label-wrapper__figure_14-0-0{box-shadow:inset 0 0 0 0.1rem var(--cdr-radio-box-shadow-color-active, var(--cdr-color-border-input-default-active, #4e4d49)),0 0 0 0.1rem var(--cdr-radio-box-shadow-color-active, var(--cdr-color-border-input-default-active, #4e4d49));background-color:var(--cdr-radio-background-color-active, var(--cdr-color-background-input-default-active, #f9f8f6))}.cdr-radio_14-0-0:active .cdr-label-wrapper__figure_14-0-0::after,.cdr-radio_14-0-0:active .cdr-radio__input_14-0-0:checked ~ .cdr-label-wrapper__figure_14-0-0::after{background-color:var(--cdr-radio-inner-circle-background-color-selected-active, var(--cdr-color-icon-checkbox-default-selected-active, #4e4d49))}
@@ -1 +1 @@
1
- .cdr-rating__icon_14-0-0-ts-5{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating__count_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating_14-0-0-ts-5{display:flex;align-items:center;position:relative;line-height:1;color:rgba(12,11,8,0.75)}.cdr-rating__number_14-0-0-ts-5{font-weight:600}.cdr-rating__ratings_14-0-0-ts-5{display:flex}.cdr-rating__icon_14-0-0-ts-5{position:relative;z-index:1}.cdr-rating__caption-sr_14-0-0-ts-5{position:absolute;width:0.1rem;height:0.1rem;padding:0;margin:-0.1rem;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.cdr-rating__placeholder_14-0-0-ts-5::after{content:'';background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12.1702 17.7643L11.9688 17.6359L11.7673 17.7643L6.37635 21.1984L7.81044 14.6842L7.85695 14.473L7.69738 14.3269L2.8485 9.88945L9.21759 9.31204L9.44623 9.29131L9.53174 9.07825L11.9688 3.00672L14.4058 9.07825L14.4913 9.29131L14.7199 9.31204L21.089 9.88945L16.2401 14.3269L16.0806 14.473L16.1271 14.6842L17.5612 21.1984L12.1702 17.7643Z' fill='%23F9F8F6' stroke='%23BD7B2D' stroke-width='0.75'/%3E %3C/svg%3E");background-repeat:no-repeat;position:absolute;top:0;left:0;width:100%;height:100%}.cdr-rating__placeholder_14-0-0-ts-5::before{content:"☆";display:block;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);font-size:0.5em;color:#BD7B2D;width:auto;overflow:hidden}.cdr-rating__placeholder--no-reviews_14-0-0-ts-5::after{content:'';background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23F9F8F6' fill-rule='nonzero' d='M7.186 19.635L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.041l-2.179 5.41-5.645.51 4.284 3.907z'/%3E %3Cpath fill='%23928B80' d='M5.69 21.769l1.669-7.552-5.535-5.048 7.298-.66L12 1.364l2.878 7.147 7.298.659-5.535 5.048 1.669 7.552L12 17.763l-6.31 4.006zm1.496-2.134L12 16.579l4.814 3.056-1.274-5.767 4.284-3.907-5.645-.51L12 4.04 9.821 9.45l-5.645.51 4.284 3.907-1.274 5.767z'/%3E %3C/g%3E %3C/svg%3E");background-repeat:no-repeat;position:absolute;top:0;left:0;width:100%;height:100%}.cdr-rating__placeholder--no-reviews_14-0-0-ts-5::before{content:"☆";display:block;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);font-size:0.5em;color:#BD7B2D;width:auto;overflow:hidden}.cdr-rating__100_14-0-0-ts-5::after{content:'';background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12.4389 17.3426L11.9688 17.0431L11.4986 17.3426L7.12363 20.1295L8.29875 14.7917L8.40726 14.2988L8.03494 13.9581L4.02151 10.2852L9.26273 9.80999L9.79622 9.76163L9.99576 9.2645L11.9688 4.34901L13.9417 9.2645L14.1413 9.76163L14.6748 9.80999L19.916 10.2852L15.9026 13.9581L15.5302 14.2988L15.6388 14.7917L16.8139 20.1295L12.4389 17.3426Z' fill='%23FFD280' stroke='%23BD7B2D' stroke-width='1.75'/%3E %3C/svg%3E");background-repeat:no-repeat;position:absolute;top:0;left:0;width:100%;height:100%}.cdr-rating__100_14-0-0-ts-5::before{content:"★";display:block;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);font-size:0.5em;color:#BD7B2D;width:auto;overflow:hidden}.cdr-rating__75_14-0-0-ts-5::after{content:'';background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12.1744 17.7643L11.9729 17.6359L11.7714 17.7643L6.3805 21.1984L7.81459 14.6842L7.86109 14.4729L7.70153 14.3269L2.85265 9.88945L9.22174 9.31203L9.45038 9.29131L9.53589 9.07825L11.9729 3.00672L14.4099 9.07825L14.4954 9.29131L14.7241 9.31203L21.0931 9.88945L16.2443 14.3269L16.0847 14.4729L16.1312 14.6842L17.5653 21.1984L12.1744 17.7643Z' fill='%23F9F8F6' stroke='%23BD7B2D' stroke-width='0.75'/%3E %3Cpath d='M8.23125 14.3532L3.64978 10.1568L9.68773 9.60764L11.9729 3.91833L14.258 9.6103V18.7978L11.9757 17.2303L6.88225 20.5089L8.23125 14.3532Z' fill='%23FFD280'/%3E %3Cpath d='M14.0201 9.18207L14.0201 19.0141' stroke='%23BD7B2D' stroke-width='0.75'/%3E %3Cpath d='M14.3948 9.37474H13.9952L11.97 4.3423L9.79589 9.76077L4.01172 10.2823L8.40741 14.292L7.12052 20.1371L11.97 17.0486L13.8259 18.2204' stroke='%23BD7B2D' stroke-width='1.75'/%3E %3C/svg%3E");background-repeat:no-repeat;position:absolute;top:0;left:0;width:100%;height:100%}.cdr-rating__75_14-0-0-ts-5::before{content:"★";display:block;position:absolute;left:50%;top:50%;transform:translate(calc(-50% - 0.125em), -50%);font-size:0.5em;color:#BD7B2D;width:0.75em;overflow:hidden}.cdr-rating__50_14-0-0-ts-5::after{content:'';background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12.1744 17.7643L11.9729 17.6359L11.7714 17.7643L6.3805 21.1984L7.81459 14.6842L7.8611 14.473L7.70153 14.3269L2.85265 9.88945L9.22174 9.31204L9.45038 9.29131L9.53589 9.07825L11.9729 3.00672L14.4099 9.07825L14.4954 9.29131L14.7241 9.31204L21.0931 9.88945L16.2443 14.3269L16.0847 14.473L16.1312 14.6842L17.5653 21.1984L12.1744 17.7643Z' fill='%23F9F8F6' stroke='%23BD7B2D' stroke-width='0.75'/%3E %3Cpath d='M3.64978 10.1548L9.3118 9.65756L11.9821 3.92165V17.2275L6.88225 20.5069L8.23125 14.3512L3.64978 10.1548Z' fill='%23FFD280'/%3E %3Cpath d='M11.9822 3.92163L11.9831 17.6424' stroke='%23BD7B2D' stroke-width='0.75'/%3E %3Cpath d='M11.3498 5.89038L9.79225 9.76097L4.01752 10.2828L8.406 14.2935L7.12489 20.1383L12.0741 16.9881' stroke='%23BD7B2D' stroke-width='1.75'/%3E %3Cpath d='M11.9208 4.59326L11.3589 6.31024' stroke='%23BD7B2D'/%3E %3C/svg%3E");background-repeat:no-repeat;position:absolute;top:0;left:0;width:100%;height:100%}.cdr-rating__50_14-0-0-ts-5::before{content:"★";display:block;position:absolute;left:50%;top:50%;transform:translate(calc(-50% - 0.25em), -50%);font-size:0.5em;color:#BD7B2D;width:0.5em;overflow:hidden}.cdr-rating__25_14-0-0-ts-5::after{content:'';background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M12.1699 17.7643L11.9684 17.6359L11.767 17.7643L6.37604 21.1984L7.81014 14.6842L7.85664 14.473L7.69707 14.3269L2.8482 9.88945L9.21728 9.31204L9.44592 9.29131L9.53144 9.07825L11.9684 3.00672L14.4055 9.07825L14.491 9.29131L14.7196 9.31204L21.0887 9.88945L16.2398 14.3269L16.0803 14.473L16.1268 14.6842L17.5608 21.1984L12.1699 17.7643Z' fill='%23F9F8F6' stroke='%23BD7B2D' stroke-width='0.75'/%3E %3Cpath d='M3.64532 10.1547L9.30735 9.65746V18.9355L6.87779 20.5068L8.2268 14.3511L3.64532 10.1547Z' fill='%23FFD280'/%3E %3Cpath d='M9.60486 8.97247L9.60551 19.1315' stroke='%23BD7B2D' stroke-width='0.75'/%3E %3Cpath d='M9.44125 9.79321L4.01843 10.2804L8.40374 14.2981L7.11705 20.1342L9.78234 18.4339' stroke='%23BD7B2D' stroke-width='1.75'/%3E %3C/svg%3E");background-repeat:no-repeat;position:absolute;top:0;left:0;width:100%;height:100%}.cdr-rating__25_14-0-0-ts-5::before{content:"★";display:block;position:absolute;left:50%;top:50%;transform:translate(calc(-50% - 0.335em), -50%);font-size:0.5em;color:#BD7B2D;width:0.33em;overflow:hidden}.cdr-rating--linked_14-0-0-ts-5{display:inline-flex;text-decoration:none}.cdr-rating--linked_14-0-0-ts-5 .cdr-rating__count_14-0-0-ts-5:hover,.cdr-rating--linked_14-0-0-ts-5 .cdr-rating__count_14-0-0-ts-5:active,.cdr-rating--linked_14-0-0-ts-5 .cdr-rating__count_14-0-0-ts-5:focus{color:#406eb5;text-decoration:underline}.cdr-rating--linked_14-0-0-ts-5 .cdr-rating__count_14-0-0-ts-5>.cdr-rating__number_14-0-0-ts-5{border-right:0.1rem solid #b2ab9f;padding:0 0.6rem;margin-right:0.6rem}.cdr-rating--large_14-0-0-ts-5 .cdr-rating__icon_14-0-0-ts-5{width:3.2rem;height:3.2rem;font-size:3.2rem}.cdr-rating--large_14-0-0-ts-5 .cdr-rating__count_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem}.cdr-rating--medium_14-0-0-ts-5 .cdr-rating__icon_14-0-0-ts-5{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating--medium_14-0-0-ts-5 .cdr-rating__count_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating--small_14-0-0-ts-5 .cdr-rating__icon_14-0-0-ts-5{width:1.6rem;height:1.6rem;font-size:1.6rem}.cdr-rating--small_14-0-0-ts-5 .cdr-rating__count_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.008rem;font-size:1.2rem;line-height:1.6rem;margin-left:.4rem}@media (min-width: 0) and (max-width: 767px){.cdr-rating--small\@xs_14-0-0-ts-5 .cdr-rating__icon_14-0-0-ts-5{width:1.6rem;height:1.6rem;font-size:1.6rem}.cdr-rating--small\@xs_14-0-0-ts-5 .cdr-rating__count_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.008rem;font-size:1.2rem;line-height:1.6rem;margin-left:.4rem}.cdr-rating--medium\@xs_14-0-0-ts-5 .cdr-rating__icon_14-0-0-ts-5{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating--medium\@xs_14-0-0-ts-5 .cdr-rating__count_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating--large\@xs_14-0-0-ts-5 .cdr-rating__icon_14-0-0-ts-5{width:3.2rem;height:3.2rem;font-size:3.2rem}.cdr-rating--large\@xs_14-0-0-ts-5 .cdr-rating__count_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem}}@media (min-width: 768px) and (max-width: 991px){.cdr-rating--small\@sm_14-0-0-ts-5 .cdr-rating__icon_14-0-0-ts-5{width:1.6rem;height:1.6rem;font-size:1.6rem}.cdr-rating--small\@sm_14-0-0-ts-5 .cdr-rating__count_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.008rem;font-size:1.2rem;line-height:1.6rem;margin-left:.4rem}.cdr-rating--medium\@sm_14-0-0-ts-5 .cdr-rating__icon_14-0-0-ts-5{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating--medium\@sm_14-0-0-ts-5 .cdr-rating__count_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating--large\@sm_14-0-0-ts-5 .cdr-rating__icon_14-0-0-ts-5{width:3.2rem;height:3.2rem;font-size:3.2rem}.cdr-rating--large\@sm_14-0-0-ts-5 .cdr-rating__count_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-rating--small\@md_14-0-0-ts-5 .cdr-rating__icon_14-0-0-ts-5{width:1.6rem;height:1.6rem;font-size:1.6rem}.cdr-rating--small\@md_14-0-0-ts-5 .cdr-rating__count_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.008rem;font-size:1.2rem;line-height:1.6rem;margin-left:.4rem}.cdr-rating--medium\@md_14-0-0-ts-5 .cdr-rating__icon_14-0-0-ts-5{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating--medium\@md_14-0-0-ts-5 .cdr-rating__count_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating--large\@md_14-0-0-ts-5 .cdr-rating__icon_14-0-0-ts-5{width:3.2rem;height:3.2rem;font-size:3.2rem}.cdr-rating--large\@md_14-0-0-ts-5 .cdr-rating__count_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem}}@media (min-width: 1232px){.cdr-rating--small\@lg_14-0-0-ts-5 .cdr-rating__icon_14-0-0-ts-5{width:1.6rem;height:1.6rem;font-size:1.6rem}.cdr-rating--small\@lg_14-0-0-ts-5 .cdr-rating__count_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.008rem;font-size:1.2rem;line-height:1.6rem;margin-left:.4rem}.cdr-rating--medium\@lg_14-0-0-ts-5 .cdr-rating__icon_14-0-0-ts-5{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating--medium\@lg_14-0-0-ts-5 .cdr-rating__count_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating--large\@lg_14-0-0-ts-5 .cdr-rating__icon_14-0-0-ts-5{width:3.2rem;height:3.2rem;font-size:3.2rem}.cdr-rating--large\@lg_14-0-0-ts-5 .cdr-rating__count_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem}}
1
+ .cdr-rating__icon_14-0-0{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating__count_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating_14-0-0{display:flex;align-items:center;position:relative;line-height:1;color:rgba(12,11,8,0.75)}.cdr-rating__number_14-0-0{font-weight:600}.cdr-rating__ratings_14-0-0{display:flex}.cdr-rating__icon_14-0-0{position:relative;z-index:1}.cdr-rating__caption-sr_14-0-0{position:absolute;width:0.1rem;height:0.1rem;padding:0;margin:-0.1rem;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.cdr-rating--linked_14-0-0{display:inline-flex;text-decoration:none}.cdr-rating--linked_14-0-0 .cdr-rating__count_14-0-0:hover,.cdr-rating--linked_14-0-0 .cdr-rating__count_14-0-0:active,.cdr-rating--linked_14-0-0 .cdr-rating__count_14-0-0:focus{color:var(--cdr-rating-count-hover-color, var(--cdr-color-text-rating-hover, #406eb5));text-decoration:underline}.cdr-rating--linked_14-0-0 .cdr-rating__count_14-0-0>.cdr-rating__number_14-0-0{border-right:0.1rem solid var(--cdr-rating-text-rating-separator, var(--cdr-color-text-rating-separator, #b2ab9f));padding:0 0.6rem;margin-right:0.6rem}.cdr-rating__star_14-0-0{width:2.4rem;height:2.4rem}.cdr-rating__star--null-fill_14-0-0{fill:var(--cdr-rating-star-null-fill-color, #F9F8F6)}.cdr-rating__star--null-outline_14-0-0{fill:var(--cdr-rating-star-null-outline-color, #928B80)}.cdr-rating__star--partial-fill_14-0-0{fill:var(--cdr-rating-star-partial-fill-color, #FFD280)}.cdr-rating__star--partial-stroke_14-0-0{stroke:var(--cdr-rating-star-partial-stroke-color, #BD7B2D)}.cdr-rating__star--filled_14-0-0{fill:var(--cdr-rating-star-filled-fill-color, #FFD280);stroke:var(--cdr-rating-star-filled-stroke-color, #BD7B2D)}.cdr-rating__star--empty_14-0-0{fill:var(--cdr-rating-star-empty-fill-color, #F9F8F6);stroke:var(--cdr-rating-star-empty-stroke-color, #BD7B2D)}.cdr-rating__star--small_14-0-0{width:1.6rem;height:1.6rem}.cdr-rating__star--medium_14-0-0{width:2.4rem;height:2.4rem}.cdr-rating__star--large_14-0-0{width:3.2rem;height:3.2rem}@media (min-width: 0) and (max-width: 767px){.cdr-rating__star--small\@xs_14-0-0{width:1.6rem;height:1.6rem}.cdr-rating__star--medium\@xs_14-0-0{width:2.4rem;height:2.4rem}.cdr-rating__star--large\@xs_14-0-0{width:3.2rem;height:3.2rem}}@media (min-width: 768px) and (max-width: 991px){.cdr-rating__star--small\@sm_14-0-0{width:1.6rem;height:1.6rem}.cdr-rating__star--medium\@sm_14-0-0{width:2.4rem;height:2.4rem}.cdr-rating__star--large\@sm_14-0-0{width:3.2rem;height:3.2rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-rating__star--small\@md_14-0-0{width:1.6rem;height:1.6rem}.cdr-rating__star--medium\@md_14-0-0{width:2.4rem;height:2.4rem}.cdr-rating__star--large\@md_14-0-0{width:3.2rem;height:3.2rem}}@media (min-width: 1232px){.cdr-rating__star--small\@lg_14-0-0{width:1.6rem;height:1.6rem}.cdr-rating__star--medium\@lg_14-0-0{width:2.4rem;height:2.4rem}.cdr-rating__star--large\@lg_14-0-0{width:3.2rem;height:3.2rem}}.cdr-rating--large_14-0-0 .cdr-rating__icon_14-0-0{width:3.2rem;height:3.2rem;font-size:3.2rem}.cdr-rating--large_14-0-0 .cdr-rating__count_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem}.cdr-rating--medium_14-0-0 .cdr-rating__icon_14-0-0{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating--medium_14-0-0 .cdr-rating__count_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating--small_14-0-0 .cdr-rating__icon_14-0-0{width:1.6rem;height:1.6rem;font-size:1.6rem}.cdr-rating--small_14-0-0 .cdr-rating__count_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.008rem;font-size:1.2rem;line-height:1.6rem;margin-left:.4rem}@media (min-width: 0) and (max-width: 767px){.cdr-rating--small\@xs_14-0-0 .cdr-rating__icon_14-0-0{width:1.6rem;height:1.6rem;font-size:1.6rem}.cdr-rating--small\@xs_14-0-0 .cdr-rating__count_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.008rem;font-size:1.2rem;line-height:1.6rem;margin-left:.4rem}.cdr-rating--medium\@xs_14-0-0 .cdr-rating__icon_14-0-0{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating--medium\@xs_14-0-0 .cdr-rating__count_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating--large\@xs_14-0-0 .cdr-rating__icon_14-0-0{width:3.2rem;height:3.2rem;font-size:3.2rem}.cdr-rating--large\@xs_14-0-0 .cdr-rating__count_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem}}@media (min-width: 768px) and (max-width: 991px){.cdr-rating--small\@sm_14-0-0 .cdr-rating__icon_14-0-0{width:1.6rem;height:1.6rem;font-size:1.6rem}.cdr-rating--small\@sm_14-0-0 .cdr-rating__count_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.008rem;font-size:1.2rem;line-height:1.6rem;margin-left:.4rem}.cdr-rating--medium\@sm_14-0-0 .cdr-rating__icon_14-0-0{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating--medium\@sm_14-0-0 .cdr-rating__count_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating--large\@sm_14-0-0 .cdr-rating__icon_14-0-0{width:3.2rem;height:3.2rem;font-size:3.2rem}.cdr-rating--large\@sm_14-0-0 .cdr-rating__count_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-rating--small\@md_14-0-0 .cdr-rating__icon_14-0-0{width:1.6rem;height:1.6rem;font-size:1.6rem}.cdr-rating--small\@md_14-0-0 .cdr-rating__count_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.008rem;font-size:1.2rem;line-height:1.6rem;margin-left:.4rem}.cdr-rating--medium\@md_14-0-0 .cdr-rating__icon_14-0-0{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating--medium\@md_14-0-0 .cdr-rating__count_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating--large\@md_14-0-0 .cdr-rating__icon_14-0-0{width:3.2rem;height:3.2rem;font-size:3.2rem}.cdr-rating--large\@md_14-0-0 .cdr-rating__count_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem}}@media (min-width: 1232px){.cdr-rating--small\@lg_14-0-0 .cdr-rating__icon_14-0-0{width:1.6rem;height:1.6rem;font-size:1.6rem}.cdr-rating--small\@lg_14-0-0 .cdr-rating__count_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.008rem;font-size:1.2rem;line-height:1.6rem;margin-left:.4rem}.cdr-rating--medium\@lg_14-0-0 .cdr-rating__icon_14-0-0{width:2.4rem;height:2.4rem;font-size:2.4rem}.cdr-rating--medium\@lg_14-0-0 .cdr-rating__count_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;margin-left:.8rem}.cdr-rating--large\@lg_14-0-0 .cdr-rating__icon_14-0-0{width:3.2rem;height:3.2rem;font-size:3.2rem}.cdr-rating--large\@lg_14-0-0 .cdr-rating__count_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem}}
@@ -1 +1 @@
1
- .cdr-icon_14-0-0-ts-5{display:inline-block;vertical-align:middle;flex:0 0 auto;width:2.4rem;height:2.4rem;fill:#928b80}.cdr-icon--small_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-icon--large_14-0-0-ts-5{width:3.2rem;height:3.2rem}@media (min-width: 0) and (max-width: 767px){.cdr-icon--small\@xs_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-icon--large\@xs_14-0-0-ts-5{width:3.2rem;height:3.2rem}}@media (min-width: 768px) and (max-width: 991px){.cdr-icon--small\@sm_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-icon--large\@sm_14-0-0-ts-5{width:3.2rem;height:3.2rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-icon--small\@md_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-icon--large\@md_14-0-0-ts-5{width:3.2rem;height:3.2rem}}@media (min-width: 1232px){.cdr-icon--small\@lg_14-0-0-ts-5{width:1.6rem;height:1.6rem}.cdr-icon--large\@lg_14-0-0-ts-5{width:3.2rem;height:3.2rem}}.cdr-icon--inherit-color_14-0-0-ts-5{fill:inherit}.cdr-label-standalone_14-0-0-ts-5{display:grid;grid-template-areas:"label label info" "input input input" "post post post"}.cdr-label-standalone__label-wrapper_14-0-0-ts-5{grid-area:label}.cdr-label-standalone__label_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;color:rgba(12,11,8,0.75);margin:0}.cdr-label-standalone__label--sr-only_14-0-0-ts-5{position:absolute;width:0.1rem;height:0.1rem;padding:0;margin:-0.1rem;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.cdr-label-standalone__label--disabled_14-0-0-ts-5{color:#d1cbbd}.cdr-label-standalone__label--disabled_14-0-0-ts-5 .cdr-label-standalone__optional_14-0-0-ts-5{color:#d1cbbd}.cdr-label-standalone__optional_14-0-0-ts-5{color:rgba(66,59,47,0.75)}.cdr-label-standalone__helper_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;color:rgba(66,59,47,0.75);margin-top:.2rem}.cdr-label-standalone__info_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;grid-area:info;order:2;align-self:end;justify-self:end}.cdr-label-standalone__post-content_14-0-0-ts-5{grid-area:post}.cdr-label-standalone__info-action_14-0-0-ts-5{display:flex;justify-content:center;align-items:center;width:4rem}.cdr-label-standalone__input-wrap_14-0-0-ts-5{position:relative;display:flex;grid-area:input}.cdr-label-standalone__input-spacing_14-0-0-ts-5{margin-top:.8rem}.cdr-form-error_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;color:#b33322;fill:#b33322;margin-top:.4rem}.cdr-form-error__icon_14-0-0-ts-5{margin-right:.4rem}.cdr-select_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;font-weight:500;background:rgba(244,242,237,0.15);color:#20201d;box-shadow:inset 0 0 0 0.1rem #928b80;border:0;border-radius:.4rem;padding-left:.8rem;padding-right:3.2rem;height:4rem;display:block;width:100%;overflow:auto;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.cdr-select_14-0-0-ts-5[disabled]{background-color:#f9f8f6;color:#d1cbbd;box-shadow:inset 0 0 0 0.1rem #d1cbbd}.cdr-select_14-0-0-ts-5[disabled]:hover{box-shadow:inset 0 0 0 0.1rem #d1cbbd;cursor:not-allowed}.cdr-select_14-0-0-ts-5:active,.cdr-select_14-0-0-ts-5:focus{box-shadow:inset 0 0 0 0.2rem #20201d,0 0.2rem 0.2rem 0 rgba(12,11,8,0.2);outline:none}.cdr-select_14-0-0-ts-5::-ms-expand{display:none}.cdr-select--primary_14-0-0-ts-5{background-color:rgba(244,242,237,0.15)}.cdr-select--primary_14-0-0-ts-5:active,.cdr-select--primary_14-0-0-ts-5:focus{background-color:#f9f8f6}.cdr-select--secondary_14-0-0-ts-5{background-color:rgba(255,255,255,0.85)}.cdr-select--secondary_14-0-0-ts-5:active,.cdr-select--secondary_14-0-0-ts-5:focus{background-color:#fff}.cdr-select--error_14-0-0-ts-5{background-color:rgba(255,242,242,0.75);box-shadow:inset 0 0 0 0.1rem #b33322}.cdr-select--preicon_14-0-0-ts-5{padding-left:3.7rem}.cdr-select__prompt_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;font-style:normal;color:rgba(12,11,8,0.75)}.cdr-select__prompt_14-0-0-ts-5[disabled]{color:#d1cbbd}.cdr-select__caret_14-0-0-ts-5{fill:rgba(12,11,8,0.75);position:absolute;top:50%;right:.8rem;transform:translateY(-50%);pointer-events:none}.cdr-select__caret--disabled_14-0-0-ts-5{fill:#dcd6cb}.cdr-select__pre-icon_14-0-0-ts-5{position:absolute;top:50%;left:.8rem;transform:translateY(-50%)}.cdr-select--multiple_14-0-0-ts-5{height:auto;padding:.8rem}.cdr-select--multiple_14-0-0-ts-5+.cdr-select__caret_14-0-0-ts-5{display:none}@media (min-width: 0) and (max-width: 767px){.cdr-select--large\@xs_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}.cdr-select--large_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}@media (min-width: 768px) and (max-width: 991px){.cdr-select--large\@sm_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-select--large\@md_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}@media (min-width: 1232px){.cdr-select--large\@lg_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}.cdr-select-wrap_14-0-0-ts-5{position:relative;flex:1}
1
+ .cdr-icon_14-0-0{display:inline-block;vertical-align:middle;flex:0 0 auto;width:2.4rem;height:2.4rem;fill:var(--cdr-icon-fill-default, var(--cdr-color-icon-default, #928b80))}.cdr-icon--small_14-0-0{width:1.6rem;height:1.6rem}.cdr-icon--large_14-0-0{width:3.2rem;height:3.2rem}@media (min-width: 0) and (max-width: 767px){.cdr-icon--small\@xs_14-0-0{width:1.6rem;height:1.6rem}.cdr-icon--large\@xs_14-0-0{width:3.2rem;height:3.2rem}}@media (min-width: 768px) and (max-width: 991px){.cdr-icon--small\@sm_14-0-0{width:1.6rem;height:1.6rem}.cdr-icon--large\@sm_14-0-0{width:3.2rem;height:3.2rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-icon--small\@md_14-0-0{width:1.6rem;height:1.6rem}.cdr-icon--large\@md_14-0-0{width:3.2rem;height:3.2rem}}@media (min-width: 1232px){.cdr-icon--small\@lg_14-0-0{width:1.6rem;height:1.6rem}.cdr-icon--large\@lg_14-0-0{width:3.2rem;height:3.2rem}}.cdr-icon--inherit-color_14-0-0{fill:inherit}.cdr-label-standalone_14-0-0{display:grid;grid-template-areas:"label label info" "input input input" "post post post"}.cdr-label-standalone__label-wrapper_14-0-0{grid-area:label}.cdr-label-standalone__label_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;color:var(--cdr-label-standalone-text-color, var(--cdr-color-text-input-label, rgba(12,11,8,0.75)));margin:0}.cdr-label-standalone__label--sr-only_14-0-0{position:absolute;width:0.1rem;height:0.1rem;padding:0;margin:-0.1rem;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.cdr-label-standalone__label--disabled_14-0-0{color:var(--cdr-label-standalone-disabled-text-color, var(--cdr-color-text-input-disabled, #d1cbbd))}.cdr-label-standalone__label--disabled_14-0-0 .cdr-label-standalone__optional_14-0-0{color:var(--cdr-label-standalone-disabled-text-color, var(--cdr-color-text-input-disabled, #d1cbbd))}.cdr-label-standalone__optional_14-0-0{color:var(--cdr-label-standalone-optional-text-color, var(--cdr-color-text-input-optional, rgba(66,59,47,0.75)))}.cdr-label-standalone__helper_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;color:var(--cdr-label-standalone-helper-text-color, var(--cdr-color-text-input-help, rgba(66,59,47,0.75)));margin-top:.2rem}.cdr-label-standalone__info_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;grid-area:info;order:2;align-self:end;justify-self:end}.cdr-label-standalone__post-content_14-0-0{grid-area:post}.cdr-label-standalone__info-action_14-0-0{display:flex;justify-content:center;align-items:center;width:4rem}.cdr-label-standalone__input-wrap_14-0-0{position:relative;display:flex;grid-area:input}.cdr-label-standalone__input-spacing_14-0-0{margin-top:.8rem}.cdr-form-error_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;color:var(--cdr-form-error-text-color, var(--cdr-color-text-input-error, #b33322));fill:var(--cdr-form-error-fill-color, var(--cdr-color-text-input-error, #b33322));margin-top:.4rem}.cdr-form-error__icon_14-0-0{margin-right:.4rem}.cdr-select_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;font-weight:500;background:var(--cdr-select-background-color, var(--cdr-color-background-input-default, rgba(244,242,237,0.15)));color:var(--cdr-select-text-color, var(--cdr-color-text-input-default, #20201d));box-shadow:inset 0 0 0 0.1rem var(--cdr-select-box-shadow-color, var(--cdr-color-border-input-default, #928b80));border:0;border-radius:.4rem;padding-left:.8rem;padding-right:3.2rem;height:4rem;display:block;width:100%;overflow:auto;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.cdr-select_14-0-0[disabled]{background-color:var(--cdr-select-background-color-disabled, var(--cdr-color-background-input-default-disabled, #f9f8f6));color:var(--cdr-select-text-color-disabled, var(--cdr-color-text-input-disabled, #d1cbbd));box-shadow:inset 0 0 0 0.1rem var(--cdr-select-box-shadow-color-disabled, var(--cdr-color-border-input-default-disabled, #d1cbbd))}.cdr-select_14-0-0[disabled]:hover{box-shadow:inset 0 0 0 0.1rem var(--cdr-select-hover-box-shadow-color-disabled, var(--cdr-color-border-input-default-disabled, #d1cbbd));cursor:not-allowed}.cdr-select_14-0-0:active,.cdr-select_14-0-0:focus{box-shadow:inset 0 0 0 0.2rem var(--cdr-select-box-shadow-color-focus, var(--cdr-color-border-input-default-focus, #20201d));outline:none}.cdr-select_14-0-0::-ms-expand{display:none}.cdr-select--primary_14-0-0{background-color:var(--cdr-select-primary-background-color, var(--cdr-color-background-input-default, rgba(244,242,237,0.15)))}.cdr-select--primary_14-0-0:active,.cdr-select--primary_14-0-0:focus{background-color:var(--cdr-select-primary-background-color-active, var(--cdr-color-background-input-default-active, #f9f8f6))}.cdr-select--secondary_14-0-0{background-color:var(--cdr-select-secondary-background-color, var(--cdr-color-background-input-secondary, rgba(255,255,255,0.85)))}.cdr-select--secondary_14-0-0:active,.cdr-select--secondary_14-0-0:focus{background-color:var(--cdr-select-secondary-background-color-active, var(--cdr-color-background-input-secondary-active, #fff))}.cdr-select--error_14-0-0{background-color:var(--cdr-select-background-color-error, var(--cdr-color-background-input-error, rgba(255,242,242,0.75)));box-shadow:inset 0 0 0 0.1rem var(--cdr-select-box-shadow-color-error, var(--cdr-color-border-input-error, #b33322))}.cdr-select--preicon_14-0-0{padding-left:3.7rem}.cdr-select__prompt_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;font-style:normal;color:var(--cdr-select-prompt-text-color, var(--cdr-color-text-primary, rgba(12,11,8,0.75)))}.cdr-select__prompt_14-0-0[disabled]{color:var(--cdr-select-prompt-text-color-disabled, var(--cdr-color-text-input-disabled, #d1cbbd))}.cdr-select__caret_14-0-0{fill:var(--cdr-select-caret-fill, var(--cdr-color-text-primary, rgba(12,11,8,0.75)));position:absolute;top:50%;right:.8rem;transform:translateY(-50%);pointer-events:none}.cdr-select__caret--disabled_14-0-0{fill:var(--cdr-select-caret-fill-disabled, var(--cdr-color-icon-disabled, #dcd6cb))}.cdr-select__pre-icon_14-0-0{position:absolute;top:50%;left:.8rem;transform:translateY(-50%)}.cdr-select--multiple_14-0-0{height:auto;padding:.8rem}.cdr-select--multiple_14-0-0+.cdr-select__caret_14-0-0{display:none}@media (min-width: 0) and (max-width: 767px){.cdr-select--large\@xs_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}.cdr-select--large_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}@media (min-width: 768px) and (max-width: 991px){.cdr-select--large\@sm_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}@media (min-width: 992px) and (max-width: 1231px){.cdr-select--large\@md_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}@media (min-width: 1232px){.cdr-select--large\@lg_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.8rem;line-height:2.4rem;height:4.8rem;padding-left:.8rem}}.cdr-select-wrap_14-0-0{position:relative;flex:1}
@@ -1 +1 @@
1
- .cdr-skeleton-bone_14-0-0-ts-5{flex:1 1 auto;border-radius:.2rem;background:#edeae3;background-size:120rem 100%}@media (prefers-reduced-motion: no-preference){.cdr-skeleton-bone__shimmer_14-0-0-ts-5{background-image:linear-gradient(90deg, #edeae3 0%, #f9f8f0 15%, #edeae3 30%);animation:shimmer_14-0-0-ts-5 3s cubic-bezier(0, 0, 1, 1);animation-iteration-count:infinite}}@keyframes shimmer_14-0-0-ts-5{0%{background-position:-120rem 0}100%{background-position:120rem 0}}.cdr-skeleton-bone--line_14-0-0-ts-5{block-size:1.6rem;margin:.4rem 0;flex:none}.cdr-skeleton-bone--line_14-0-0-ts-5:nth-child(1){width:100%}.cdr-skeleton-bone--line_14-0-0-ts-5:nth-child(2){width:55%}.cdr-skeleton-bone--line_14-0-0-ts-5:nth-child(3){width:85%}.cdr-skeleton-bone--line_14-0-0-ts-5:nth-child(4){width:65%}.cdr-skeleton-bone--line_14-0-0-ts-5:nth-child(5){width:35%}.cdr-skeleton-bone--heading_14-0-0-ts-5{block-size:3.2rem;flex:none}.cdr-skeleton-bone--rectangle_14-0-0-ts-5{overflow:hidden;padding-top:75%}.cdr-skeleton-bone--square_14-0-0-ts-5{overflow:hidden;padding-top:100%}
1
+ .cdr-skeleton-bone_14-0-0{flex:1 1 auto;border-radius:.2rem;background:var(--cdr-skeleton-bone-background-color, #edeae3);background-size:120rem 100%}@media (prefers-reduced-motion: no-preference){.cdr-skeleton-bone__shimmer_14-0-0{background-image:linear-gradient(90deg, var(--cdr-skeleton-gradient-1, #edeae3) 0%, var(--cdr-skeleton-gradient-2, #f9f8f0) 15%, var(--cdr-skeleton-gradient-3, #edeae3) 30%);animation:shimmer_14-0-0 3s cubic-bezier(0, 0, 1, 1);animation-iteration-count:infinite}}@keyframes shimmer_14-0-0{0%{background-position:-120rem 0}100%{background-position:120rem 0}}.cdr-skeleton-bone--line_14-0-0{block-size:1.6rem;margin:.4rem 0;flex:none}.cdr-skeleton-bone--line_14-0-0:nth-child(1){width:100%}.cdr-skeleton-bone--line_14-0-0:nth-child(2){width:55%}.cdr-skeleton-bone--line_14-0-0:nth-child(3){width:85%}.cdr-skeleton-bone--line_14-0-0:nth-child(4){width:65%}.cdr-skeleton-bone--line_14-0-0:nth-child(5){width:35%}.cdr-skeleton-bone--heading_14-0-0{block-size:3.2rem;flex:none}.cdr-skeleton-bone--rectangle_14-0-0{overflow:hidden;padding-top:75%}.cdr-skeleton-bone--square_14-0-0{overflow:hidden;padding-top:100%}
@@ -1 +1 @@
1
- .cdr-skeleton_14-0-0-ts-5{display:flex;inline-size:100%;block-size:100%;min-block-size:1rem;flex-direction:column}
1
+ .cdr-skeleton_14-0-0{display:flex;inline-size:100%;block-size:100%;min-block-size:1rem;flex-direction:column}
@@ -1 +1 @@
1
- .cdr-switch_14-0-0-ts-5{display:flex;align-items:center}.cdr-switch__button_14-0-0-ts-5{margin:0 .4rem;padding:0;position:relative;overflow:hidden;border:0.1rem solid #928b80;background-color:#f9f8f6}.cdr-switch__button_14-0-0-ts-5 .cdr-switch__button-icon_14-0-0-ts-5{fill:#928b80}.cdr-switch__button_14-0-0-ts-5:focus{box-shadow:0 0 0 0.2rem #928b80;outline:none;background-color:#f9f8f6}.cdr-switch__button_14-0-0-ts-5:focus .cdr-switch__button-icon_14-0-0-ts-5{fill:#928b80}.cdr-switch__button_14-0-0-ts-5:focus .cdr-switch__handle_14-0-0-ts-5::before{background-color:#dcd6cb}.cdr-switch__button_14-0-0-ts-5:hover:not(:focus){border:0.1rem solid #4e4d49;background-color:#f9f8f6}.cdr-switch__button_14-0-0-ts-5:hover:not(:focus) .cdr-switch__button-icon_14-0-0-ts-5{fill:#4e4d49}.cdr-switch__button_14-0-0-ts-5:hover:not(:focus) .cdr-switch__handle_14-0-0-ts-5::before{border:0.1rem solid #4e4d49}.cdr-switch__button_14-0-0-ts-5[aria-checked="true"]{border:none;background-color:#4e4d49}.cdr-switch__button_14-0-0-ts-5[aria-checked="true"] .cdr-switch__button-icon_14-0-0-ts-5{fill:#dcd6cb}.cdr-switch__button_14-0-0-ts-5[aria-checked="true"]:focus{box-shadow:0 0 0 0.2rem #928b80;background-color:#373734;outline:none}.cdr-switch__button_14-0-0-ts-5[aria-checked="true"]:focus .cdr-switch__handle_14-0-0-ts-5::before{border:0.1rem solid #dcd6cb;background-color:#dcd6cb}.cdr-switch__button_14-0-0-ts-5[aria-checked="true"]:focus .cdr-switch__button-icon_14-0-0-ts-5{fill:#dcd6cb}.cdr-switch__button_14-0-0-ts-5[aria-checked="true"] .cdr-switch__handle_14-0-0-ts-5::before{border:none;background-color:#dcd6cb}.cdr-switch__button_14-0-0-ts-5[aria-checked="true"]:hover:not(:focus){border:0.1rem solid #928b80;background-color:#373734}.cdr-switch__button_14-0-0-ts-5[aria-checked="true"]:hover:not(:focus) .cdr-switch__button-icon_14-0-0-ts-5{fill:#dcd6cb}.cdr-switch__button_14-0-0-ts-5[aria-checked="true"]:hover:not(:focus) .cdr-switch__handle_14-0-0-ts-5::before{border:0.1rem solid #4e4d49}.cdr-switch__label_14-0-0-ts-5{margin:0 .4rem;font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem}.cdr-switch__handle_14-0-0-ts-5{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;transition:.3s cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-switch__handle_14-0-0-ts-5::before{position:absolute;content:"";border:0.1rem solid #928b80;background-color:#dcd6cb;transition:left .3s cubic-bezier(0.32, 0.94, 0.6, 1),right .3s cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-switch--full-width_14-0-0-ts-5{width:100%;justify-content:space-between}.cdr-switch--large_14-0-0-ts-5 .cdr-switch__button_14-0-0-ts-5{width:6.0rem;height:3.1rem;border-radius:1.6rem}.cdr-switch--large_14-0-0-ts-5 .cdr-switch__button_14-0-0-ts-5[aria-checked="true"] .cdr-switch__handle_14-0-0-ts-5::before{left:3.2rem;top:0.4rem}.cdr-switch--large_14-0-0-ts-5 .cdr-switch__button_14-0-0-ts-5[aria-checked="true"]:hover:not(:focus) .cdr-switch__handle_14-0-0-ts-5::before{top:0.3rem}.cdr-switch--large_14-0-0-ts-5 .cdr-switch__button-icon_14-0-0-ts-5{height:2.4rem;width:2.4rem}.cdr-switch--large_14-0-0-ts-5 .cdr-switch__handle_14-0-0-ts-5::before{border-radius:1.4rem;height:2.3rem;width:2.3rem;top:0.3rem;left:0.3rem}.cdr-switch--medium_14-0-0-ts-5 .cdr-switch__button_14-0-0-ts-5{width:4.2rem;height:2.3rem;border-radius:1.4rem}.cdr-switch--medium_14-0-0-ts-5 .cdr-switch__button_14-0-0-ts-5[aria-checked="true"] .cdr-switch__handle_14-0-0-ts-5::before{left:2.2rem;width:1.5rem;height:1.5rem;top:.4rem}.cdr-switch--medium_14-0-0-ts-5 .cdr-switch__button_14-0-0-ts-5[aria-checked="true"]:hover:not(:focus) .cdr-switch__handle_14-0-0-ts-5::before{left:2.2rem;top:.3rem}.cdr-switch--medium_14-0-0-ts-5 .cdr-switch__button-icon_14-0-0-ts-5{height:1.5rem;width:1.5rem}.cdr-switch--medium_14-0-0-ts-5 .cdr-switch__handle_14-0-0-ts-5::before{border-radius:1.4rem;height:1.5rem;width:1.5rem;top:.3rem;left:.3rem}
1
+ .cdr-switch_14-0-0{display:flex;align-items:center}.cdr-switch__button_14-0-0{margin:0 .4rem;padding:0;position:relative;overflow:hidden;border:0.1rem solid var(--cdr-switch-border-color, var(--cdr-color-border-secondary, #928b80));background-color:var(--cdr-switch-background-color, var(--cdr-color-background-switch-default-rest, #f9f8f6))}.cdr-switch__button_14-0-0 .cdr-switch__button-icon_14-0-0{fill:var(--cdr-switch-icon-fill, var(--cdr-color-icon-default, #928b80))}.cdr-switch__button_14-0-0:focus{box-shadow:0 0 0 0.2rem var(--cdr-switch-box-shadow-color-focus, var(--cdr-color-border-secondary, #928b80));outline:none;background-color:var(--cdr-switch-background-color-focus, var(--cdr-color-background-switch-default-focus, #f9f8f6))}.cdr-switch__button_14-0-0:focus .cdr-switch__button-icon_14-0-0{fill:var(--cdr-switch-icon-fill-focus, var(--cdr-color-icon-default, #928b80))}.cdr-switch__button_14-0-0:focus .cdr-switch__handle_14-0-0::before{background-color:var(--cdr-switch-handle-background-color-focus, var(--cdr-color-background-switch-handle-default-focus, #dcd6cb))}.cdr-switch__button_14-0-0:hover:not(:focus){border:0.1rem solid var(--cdr-switch-hover-border-color, var(--cdr-color-border-switch-default-hover, #4e4d49));background-color:var(--cdr-switch-background-color-hover, var(--cdr-color-background-switch-default-hover, #f9f8f6))}.cdr-switch__button_14-0-0:hover:not(:focus) .cdr-switch__button-icon_14-0-0{fill:var(--cdr-switch-icon-fill-hover, var(--cdr-color-icon-emphasis, #4e4d49))}.cdr-switch__button_14-0-0:hover:not(:focus) .cdr-switch__handle_14-0-0::before{border:0.1rem solid var(--cdr-switch-handle-border-color-hover, var(--cdr-color-border-switch-default-hover, #4e4d49))}.cdr-switch__button_14-0-0[aria-checked="true"]{border:none;background-color:var(--cdr-switch-background-color-checked, var(--cdr-color-background-switch-selected-default-rest, #4e4d49))}.cdr-switch__button_14-0-0[aria-checked="true"] .cdr-switch__button-icon_14-0-0{fill:var(--cdr-switch-icon-fill-checked, var(--cdr-color-icon-switch-selected-default-rest, #dcd6cb))}.cdr-switch__button_14-0-0[aria-checked="true"]:focus{box-shadow:0 0 0 0.2rem var(--cdr-switch-box-shadow-color-checked-focus, var(--cdr-color-border-secondary, #928b80));background-color:var(--cdr-switch-background-color-checked-focus, var(--cdr-color-background-switch-selected-default-focus, #373734));outline:none}.cdr-switch__button_14-0-0[aria-checked="true"]:focus .cdr-switch__handle_14-0-0::before{border:0.1rem solid var(--cdr-switch-handle-border-color-checked-focus, var(--cdr-color-border-switch-handle-default-focus, #dcd6cb));background-color:var(--cdr-switch-handle-background-color-checked-focus, var(--cdr-color-background-switch-handle-selected-default-focus, #dcd6cb))}.cdr-switch__button_14-0-0[aria-checked="true"]:focus .cdr-switch__button-icon_14-0-0{fill:var(--cdr-switch-icon-fill-checked-focus, var(--cdr-color-icon-switch-selected-default-focus, #dcd6cb))}.cdr-switch__button_14-0-0[aria-checked="true"] .cdr-switch__handle_14-0-0::before{border:none;background-color:var(--cdr-switch-handle-background-color-checked, var(--cdr-color-background-switch-handle-selected-default-rest, #dcd6cb))}.cdr-switch__button_14-0-0[aria-checked="true"]:hover:not(:focus){border:0.1rem solid var(--cdr-switch-border-color-checked-hover, var(--cdr-color-border-secondary, #928b80));background-color:var(--cdr-switch-background-color-checked-hover, var(--cdr-color-background-switch-selected-default-hover, #373734))}.cdr-switch__button_14-0-0[aria-checked="true"]:hover:not(:focus) .cdr-switch__button-icon_14-0-0{fill:var(--cdr-switch-icon-fill-checked-hover, var(--cdr-color-icon-switch-selected-default-hover, #dcd6cb))}.cdr-switch__button_14-0-0[aria-checked="true"]:hover:not(:focus) .cdr-switch__handle_14-0-0::before{border:0.1rem solid var(--cdr-switch-handle-border-color-checked-hover, var(--cdr-color-border-switch-handle-default-hover, #4e4d49))}.cdr-switch__label_14-0-0{margin:0 .4rem;font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem}.cdr-switch__handle_14-0-0{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;transition:.3s cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-switch__handle_14-0-0::before{position:absolute;content:"";border:0.1rem solid var(--cdr-switch-handle-border, var(--cdr-color-border-secondary, #928b80));background-color:var(--cdr-switch-handle-background-color-rest, var(--cdr-color-background-switch-handle-default-rest, #dcd6cb));transition:left .3s cubic-bezier(0.32, 0.94, 0.6, 1),right .3s cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-switch--full-width_14-0-0{width:100%;justify-content:space-between}.cdr-switch--large_14-0-0 .cdr-switch__button_14-0-0{width:6.0rem;height:3.1rem;border-radius:1.6rem}.cdr-switch--large_14-0-0 .cdr-switch__button_14-0-0[aria-checked="true"] .cdr-switch__handle_14-0-0::before{left:3.2rem;top:0.4rem}.cdr-switch--large_14-0-0 .cdr-switch__button_14-0-0[aria-checked="true"]:hover:not(:focus) .cdr-switch__handle_14-0-0::before{top:0.3rem}.cdr-switch--large_14-0-0 .cdr-switch__button-icon_14-0-0{height:2.4rem;width:2.4rem}.cdr-switch--large_14-0-0 .cdr-switch__handle_14-0-0::before{border-radius:1.4rem;height:2.3rem;width:2.3rem;top:0.3rem;left:0.3rem}.cdr-switch--medium_14-0-0 .cdr-switch__button_14-0-0{width:4.2rem;height:2.3rem;border-radius:1.4rem}.cdr-switch--medium_14-0-0 .cdr-switch__button_14-0-0[aria-checked="true"] .cdr-switch__handle_14-0-0::before{left:2.2rem;width:1.5rem;height:1.5rem;top:.4rem}.cdr-switch--medium_14-0-0 .cdr-switch__button_14-0-0[aria-checked="true"]:hover:not(:focus) .cdr-switch__handle_14-0-0::before{left:2.2rem;top:.3rem}.cdr-switch--medium_14-0-0 .cdr-switch__button-icon_14-0-0{height:1.5rem;width:1.5rem}.cdr-switch--medium_14-0-0 .cdr-switch__handle_14-0-0::before{border-radius:1.4rem;height:1.5rem;width:1.5rem;top:.3rem;left:.3rem}
@@ -1 +1 @@
1
- .cdr-tab-panel_14-0-0-ts-5{width:100%;height:100%;padding-top:.2rem}@keyframes exit-left{from{transform:translateX(0);opacity:1}to{transform:translateX(-1rem);opacity:0}}@keyframes exit-right{from{transform:translateX(0);opacity:1}to{transform:translateX(1rem);opacity:0}}@keyframes enter-left{from{transform:translateX(-1rem);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes enter-right{from{transform:translateX(1rem);opacity:0}to{transform:translateX(0);opacity:1}}.cdr-tab-panel-enter-left_14-0-0-ts-5{animation-duration:.2s;animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-tab-panel-enter-left_14-0-0-ts-5{animation-name:enter-left}.cdr-tab-panel-enter-right_14-0-0-ts-5{animation-duration:.2s;animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-tab-panel-enter-right_14-0-0-ts-5{animation-name:enter-right}.cdr-tab-panel-exit-left_14-0-0-ts-5{animation-duration:.2s;animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-tab-panel-exit-left_14-0-0-ts-5{animation-name:exit-left}.cdr-tab-panel-exit-right_14-0-0-ts-5{animation-duration:.2s;animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-tab-panel-exit-right_14-0-0-ts-5{animation-name:exit-right}
1
+ .cdr-tab-panel_14-0-0{width:100%;height:100%;padding-top:.2rem}@keyframes exit-left{from{transform:translateX(0);opacity:1}to{transform:translateX(-1rem);opacity:0}}@keyframes exit-right{from{transform:translateX(0);opacity:1}to{transform:translateX(1rem);opacity:0}}@keyframes enter-left{from{transform:translateX(-1rem);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes enter-right{from{transform:translateX(1rem);opacity:0}to{transform:translateX(0);opacity:1}}.cdr-tab-panel-enter-left_14-0-0{animation-duration:.2s;animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-tab-panel-enter-left_14-0-0{animation-name:enter-left}.cdr-tab-panel-enter-right_14-0-0{animation-duration:.2s;animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-tab-panel-enter-right_14-0-0{animation-name:enter-right}.cdr-tab-panel-exit-left_14-0-0{animation-duration:.2s;animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-tab-panel-exit-left_14-0-0{animation-name:exit-left}.cdr-tab-panel-exit-right_14-0-0{animation-duration:.2s;animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-tab-panel-exit-right_14-0-0{animation-name:exit-right}
@@ -1 +1 @@
1
- .cdr-table_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;color:rgba(12,11,8,0.75);border:none;border-collapse:collapse}.cdr-table_14-0-0-ts-5 tr{background-color:#fff}.cdr-table_14-0-0-ts-5 thead tr{background-color:#f4f2ed}.cdr-table_14-0-0-ts-5 th,.cdr-table_14-0-0-ts-5 td{color:rgba(12,11,8,0.75);padding:0.8rem 1.6rem;text-align:left}.cdr-table_14-0-0-ts-5 th{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:600;letter-spacing:-0.008rem;font-size:1.4rem;line-height:1.8rem}.cdr-table_14-0-0-ts-5 caption{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:600;letter-spacing:-0.008rem;font-size:1.6rem;line-height:2.2rem;text-align:left;margin-bottom:.8rem}.cdr-table--small_14-0-0-ts-5 th,.cdr-table--small_14-0-0-ts-5 td{padding:0.4rem 1.6rem}.cdr-table--medium_14-0-0-ts-5 th,.cdr-table--medium_14-0-0-ts-5 td{padding:0.8rem 1.6rem}.cdr-table--large_14-0-0-ts-5 th,.cdr-table--large_14-0-0-ts-5 td{padding:1.6rem}.cdr-table--striped_14-0-0-ts-5 tr:nth-child(odd){background-color:#f9f8f6}.cdr-table--striped_14-0-0-ts-5 thead+tbody tr:nth-child(even){background-color:#f9f8f6}.cdr-table--striped_14-0-0-ts-5 thead+tbody tr:nth-child(odd){background-color:#fff}.cdr-table--striped_14-0-0-ts-5 tbody tr:nth-child(odd),.cdr-table--striped_14-0-0-ts-5 tfoot tr:nth-child(odd){background-color:#f9f8f6}.cdr-table--border_14-0-0-ts-5 tr+tr>*{border-top:0.1rem solid #dcd6cb}.cdr-table--border_14-0-0-ts-5 thead tr+tr>*{border-top:0.1rem solid #928b80}.cdr-table--border_14-0-0-ts-5 tbody tr+tr>*,.cdr-table--border_14-0-0-ts-5 tfoot tr+tr>*{border-top:0.1rem solid #dcd6cb}.cdr-table--border_14-0-0-ts-5 thead+tbody,.cdr-table--border_14-0-0-ts-5 tbody+tfoot{border-top:0.1rem solid #dcd6cb}.cdr-table--full-width_14-0-0-ts-5{width:100%}.cdr-table--responsive_14-0-0-ts-5{display:block;width:100%;overflow-x:auto}.cdr-table--hover_14-0-0-ts-5 tr:hover>*{background-color:#f4f2ed}@media (min-width: 0) and (max-width: 767px){.cdr-table--full-width\@xs_14-0-0-ts-5{width:100%}}@media (min-width: 768px) and (max-width: 991px){.cdr-table--full-width\@sm_14-0-0-ts-5{width:100%}}@media (min-width: 992px) and (max-width: 1231px){.cdr-table--full-width\@md_14-0-0-ts-5{width:100%}}@media (min-width: 1232px){.cdr-table--full-width\@lg_14-0-0-ts-5{width:100%}}
1
+ .cdr-table_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.4rem;line-height:1.8rem;color:var(--cdr-table-base-text-color, var(--cdr-color-text-primary, rgba(12,11,8,0.75)));border:none;border-collapse:collapse}.cdr-table_14-0-0 tr{background-color:var(--cdr-table-row-background-color, var(--cdr-color-background-table-row, #fff))}.cdr-table_14-0-0 thead tr{background-color:var(--cdr-table-header-background-color, var(--cdr-color-background-table-header, #f4f2ed))}.cdr-table_14-0-0 th,.cdr-table_14-0-0 td{color:var(--cdr-table-text-cell-color, var(--cdr-color-text-primary, rgba(12,11,8,0.75)));padding:0.8rem 1.6rem;text-align:left}.cdr-table_14-0-0 th{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:600;letter-spacing:-0.008rem;font-size:1.4rem;line-height:1.8rem}.cdr-table_14-0-0 caption{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:600;letter-spacing:-0.008rem;font-size:1.6rem;line-height:2.2rem;text-align:left;margin-bottom:.8rem}.cdr-table--small_14-0-0 th,.cdr-table--small_14-0-0 td{padding:0.4rem 1.6rem}.cdr-table--medium_14-0-0 th,.cdr-table--medium_14-0-0 td{padding:0.8rem 1.6rem}.cdr-table--large_14-0-0 th,.cdr-table--large_14-0-0 td{padding:1.6rem}.cdr-table--striped_14-0-0 tr:nth-child(odd){background-color:var(--cdr-table-odd-row-background-color, var(--cdr-color-background-table-row-alt, #f9f8f6))}.cdr-table--striped_14-0-0 thead+tbody tr:nth-child(even){background-color:var(--cdr-table-header-odd-row-background-color, var(--cdr-color-background-table-row, #fff))}.cdr-table--striped_14-0-0 thead+tbody tr:nth-child(odd){background-color:var(--cdr-table-striped-odd-row-background-color, var(--cdr-color-background-table-row, #fff))}.cdr-table--striped_14-0-0 tbody tr:nth-child(odd),.cdr-table--striped_14-0-0 tfoot tr:nth-child(odd){background-color:var(--cdr-table-body-footer-odd-row-background-color, var(--cdr-color-background-table-row-alt, #f9f8f6))}.cdr-table--border_14-0-0{--table-border-default: 0.1rem solid var(--cdr-table-border-color-default, var(--cdr-color-border-table-default, #dcd6cb));--table-border-head: 0.1rem solid var(--cdr-table-head-border-default, var(--cdr-color-border-table-head, #928b80))}.cdr-table--border_14-0-0 tr+tr>*{border-top:var(--table-border-default)}.cdr-table--border_14-0-0 thead tr+tr>*{border-top:var(--table-border-head)}.cdr-table--border_14-0-0 tbody tr+tr>*,.cdr-table--border_14-0-0 tfoot tr+tr>*{border-top:var(--table-border-default)}.cdr-table--border_14-0-0 thead+tbody,.cdr-table--border_14-0-0 tbody+tfoot{border-top:var(--table-border-default)}.cdr-table--full-width_14-0-0{width:100%}.cdr-table--responsive_14-0-0{display:block;width:100%;overflow-x:auto}.cdr-table--hover_14-0-0 tr:hover>*{background-color:var(--cdr-table-cell-background-color-hover, var(--cdr-color-background-table-header, #f4f2ed))}@media (min-width: 0) and (max-width: 767px){.cdr-table--full-width\@xs_14-0-0{width:100%}}@media (min-width: 768px) and (max-width: 991px){.cdr-table--full-width\@sm_14-0-0{width:100%}}@media (min-width: 992px) and (max-width: 1231px){.cdr-table--full-width\@md_14-0-0{width:100%}}@media (min-width: 1232px){.cdr-table--full-width\@lg_14-0-0{width:100%}}
@@ -1 +1 @@
1
- .cdr-tab-panel_14-0-0-ts-5{width:100%;height:100%;padding-top:.2rem}@keyframes exit-left{from{transform:translateX(0);opacity:1}to{transform:translateX(-1rem);opacity:0}}@keyframes exit-right{from{transform:translateX(0);opacity:1}to{transform:translateX(1rem);opacity:0}}@keyframes enter-left{from{transform:translateX(-1rem);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes enter-right{from{transform:translateX(1rem);opacity:0}to{transform:translateX(0);opacity:1}}.cdr-tab-panel-enter-left_14-0-0-ts-5{animation-duration:.2s;animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-tab-panel-enter-left_14-0-0-ts-5{animation-name:enter-left}.cdr-tab-panel-enter-right_14-0-0-ts-5{animation-duration:.2s;animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-tab-panel-enter-right_14-0-0-ts-5{animation-name:enter-right}.cdr-tab-panel-exit-left_14-0-0-ts-5{animation-duration:.2s;animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-tab-panel-exit-left_14-0-0-ts-5{animation-name:exit-left}.cdr-tab-panel-exit-right_14-0-0-ts-5{animation-duration:.2s;animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-tab-panel-exit-right_14-0-0-ts-5{animation-name:exit-right}.cdr-tabs_14-0-0-ts-5{display:flex;flex-flow:column;height:50rem;overflow-x:hidden}.cdr-tabs_14-0-0-ts-5 ::-webkit-scrollbar{-webkit-appearance:none;width:0.7rem}.cdr-tabs_14-0-0-ts-5 ::-webkit-scrollbar-thumb{border-radius:0.4rem;background-color:rgba(0,0,0,0.5);-webkit-box-shadow:0 0 0.1rem rgba(255,255,255,0.5)}.cdr-tabs__header-container_14-0-0-ts-5{display:flex;overflow-x:auto;margin:0;padding:0;border-bottom:0.1rem solid #928b80;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cdr-tabs__header-container_14-0-0-ts-5::-webkit-scrollbar{width:0 !important;height:0 !important}.cdr-tabs__header_14-0-0-ts-5{display:flex;margin:0 0 0 1.6rem;padding:0;position:relative;cursor:pointer}.cdr-tabs__header_14-0-0-ts-5:first-of-type{margin-left:0}.cdr-tabs__header-item_14-0-0-ts-5{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:inherit;letter-spacing:-0.008rem;font-size:1.6rem;line-height:2.2rem;border:none;flex-grow:1;background-color:transparent;display:block;color:rgba(66,59,47,0.75);font-weight:300;text-decoration:none;padding:1.2rem 0.8rem;white-space:nowrap;outline-offset:-0.3rem}.cdr-tabs__header-item_14-0-0-ts-5+.cdr-tabs__header-item_14-0-0-ts-5{margin-left:1.6rem}.cdr-tabs__header-item-active_14-0-0-ts-5{color:rgba(12,11,8,0.75);font-weight:500}.cdr-tabs__header-item_14-0-0-ts-5::before{display:block;content:attr(js-name);font-weight:500;height:0;overflow:hidden;visibility:hidden}.cdr-tabs__header-item_14-0-0-ts-5:active,.cdr-tabs__header-item_14-0-0-ts-5:hover,.cdr-tabs__header-item_14-0-0-ts-5:focus{text-decoration:none;color:#406eb5}.cdr-tabs__header-item--disabled_14-0-0-ts-5{border:none;background-color:transparent;color:#d1cbbd}.cdr-tabs__header-item--disabled_14-0-0-ts-5:active,.cdr-tabs__header-item--disabled_14-0-0-ts-5:hover,.cdr-tabs__header-item--disabled_14-0-0-ts-5:focus{color:#d1cbbd;cursor:not-allowed}.cdr-tabs__gradient-container_14-0-0-ts-5{position:relative}.cdr-tabs__gradient_14-0-0-ts-5{transition:opacity .2s ease;-webkit-transition:opacity .2s ease;position:absolute;z-index:100;top:0;bottom:0;width:4.8rem;pointer-events:none;opacity:0}.cdr-tabs__gradient--left_14-0-0-ts-5{left:0}.cdr-tabs__gradient--right_14-0-0-ts-5{right:0}.cdr-tabs__gradient--active_14-0-0-ts-5{opacity:1}.cdr-tabs__underline_14-0-0-ts-5{z-index:1;position:absolute;width:3rem;margin:0;height:.4rem;margin-top:-.4rem;box-sizing:border-box;border:none;background-color:#406eb5;transition:.4s cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-tabs__content-container_14-0-0-ts-5{position:relative;flex:1 1 auto;overflow-x:hidden;overflow-y:auto}.cdr-tabs_14-0-0-ts-5 .fade-enter-active_14-0-0-ts-5,.cdr-tabs_14-0-0-ts-5 .fade-leave-active_14-0-0-ts-5{opacity:0.5s}.cdr-tabs_14-0-0-ts-5 .fade-enter_14-0-0-ts-5,.cdr-tabs_14-0-0-ts-5 .fade-leave-to_14-0-0-ts-5{opacity:0}.cdr-tabs--compact_14-0-0-ts-5 .cdr-tabs__header-item-label_14-0-0-ts-5,.cdr-tabs--small_14-0-0-ts-5 .cdr-tabs__header-item-label_14-0-0-ts-5{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:inherit;letter-spacing:-0.008rem;font-size:1.4rem;line-height:1.8rem;padding:0.6rem 1.2rem}.cdr-tabs--compact_14-0-0-ts-5 .cdr-tabs__header-item_14-0-0-ts-5+.cdr-tabs--compact_14-0-0-ts-5 .cdr-tabs__header-item_14-0-0-ts-5,.cdr-tabs--small_14-0-0-ts-5 .cdr-tabs__header-item_14-0-0-ts-5+.cdr-tabs--compact_14-0-0-ts-5 .cdr-tabs__header-item_14-0-0-ts-5,.cdr-tabs--compact_14-0-0-ts-5 .cdr-tabs__header-item_14-0-0-ts-5+.cdr-tabs--small_14-0-0-ts-5 .cdr-tabs__header-item_14-0-0-ts-5,.cdr-tabs--small_14-0-0-ts-5 .cdr-tabs__header-item_14-0-0-ts-5+.cdr-tabs--small_14-0-0-ts-5 .cdr-tabs__header-item_14-0-0-ts-5{margin-left:.8rem}.cdr-tabs--no-border_14-0-0-ts-5 .cdr-tabs__header_14-0-0-ts-5,.cdr-tabs--no-border_14-0-0-ts-5 .cdr-tabs__header-container_14-0-0-ts-5{border-bottom:0.1rem solid transparent}.cdr-tabs--full-width_14-0-0-ts-5 .cdr-tabs__header_14-0-0-ts-5{flex-grow:1}.cdr-tabs--centered_14-0-0-ts-5 .cdr-tabs__header_14-0-0-ts-5:first-of-type{margin-left:auto}.cdr-tabs--centered_14-0-0-ts-5 .cdr-tabs__header_14-0-0-ts-5:last-of-type{margin-right:auto}
1
+ .cdr-tab-panel_14-0-0{width:100%;height:100%;padding-top:.2rem}@keyframes exit-left{from{transform:translateX(0);opacity:1}to{transform:translateX(-1rem);opacity:0}}@keyframes exit-right{from{transform:translateX(0);opacity:1}to{transform:translateX(1rem);opacity:0}}@keyframes enter-left{from{transform:translateX(-1rem);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes enter-right{from{transform:translateX(1rem);opacity:0}to{transform:translateX(0);opacity:1}}.cdr-tab-panel-enter-left_14-0-0{animation-duration:.2s;animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-tab-panel-enter-left_14-0-0{animation-name:enter-left}.cdr-tab-panel-enter-right_14-0-0{animation-duration:.2s;animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-tab-panel-enter-right_14-0-0{animation-name:enter-right}.cdr-tab-panel-exit-left_14-0-0{animation-duration:.2s;animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-tab-panel-exit-left_14-0-0{animation-name:exit-left}.cdr-tab-panel-exit-right_14-0-0{animation-duration:.2s;animation-timing-function:cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-tab-panel-exit-right_14-0-0{animation-name:exit-right}.cdr-tabs_14-0-0{display:flex;flex-flow:column;height:50rem;overflow-x:hidden}.cdr-tabs_14-0-0 ::-webkit-scrollbar{-webkit-appearance:none;width:0.7rem}.cdr-tabs_14-0-0 ::-webkit-scrollbar-thumb{border-radius:0.4rem;background-color:rgba(0,0,0,0.5);-webkit-box-shadow:0 0 0.1rem rgba(255,255,255,0.5)}.cdr-tabs__header-container_14-0-0{display:flex;overflow-x:auto;margin:0;padding:0;border-bottom:0.1rem solid var(--cdr-tabs-header-container-keyline-color, var(--cdr-color-border-tab-keyline-rest, #928b80));-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cdr-tabs__header-container_14-0-0::-webkit-scrollbar{width:0 !important;height:0 !important}.cdr-tabs__header_14-0-0{display:flex;margin:0 0 0 1.6rem;padding:0;position:relative;cursor:pointer}.cdr-tabs__header_14-0-0:first-of-type{margin-left:0}.cdr-tabs__header-item_14-0-0{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:inherit;letter-spacing:-0.008rem;font-size:1.6rem;line-height:2.2rem;border:none;flex-grow:1;background-color:transparent;display:block;color:var(--cdr-tabs-tab-text-color, var(--cdr-color-text-tab-rest, rgba(66,59,47,0.75)));font-weight:300;text-decoration:none;padding:1.2rem 0.8rem;white-space:nowrap;outline-offset:-0.3rem}.cdr-tabs__header-item_14-0-0+.cdr-tabs__header-item_14-0-0{margin-left:1.6rem}.cdr-tabs__header-item-active_14-0-0{color:var(--cdr-tabs-tab-text-color-active, var(--cdr-color-text-tab-active, rgba(12,11,8,0.75)));font-weight:500}.cdr-tabs__header-item_14-0-0::before{display:block;content:attr(js-name);font-weight:500;height:0;overflow:hidden;visibility:hidden}.cdr-tabs__header-item_14-0-0:active,.cdr-tabs__header-item_14-0-0:hover,.cdr-tabs__header-item_14-0-0:focus{text-decoration:none;color:var(--cdr-tabs-tab-text-color-interaction, var(--cdr-color-text-tab-hover, #406eb5))}.cdr-tabs__header-item--disabled_14-0-0{border:none;background-color:transparent;color:var(--cdr-tabs-tab-text-color-disabled, var(--cdr-color-text-tab-disabled, #d1cbbd))}.cdr-tabs__header-item--disabled_14-0-0:active,.cdr-tabs__header-item--disabled_14-0-0:hover,.cdr-tabs__header-item--disabled_14-0-0:focus{color:var(--cdr-tabs-tab-text-color-disabled, var(--cdr-color-text-tab-disabled, #d1cbbd));cursor:not-allowed}.cdr-tabs__gradient-container_14-0-0{position:relative}.cdr-tabs__gradient_14-0-0{transition:opacity .2s ease;-webkit-transition:opacity .2s ease;position:absolute;z-index:100;top:0;bottom:0;width:4.8rem;pointer-events:none;opacity:0}.cdr-tabs__gradient--left_14-0-0{left:0}.cdr-tabs__gradient--right_14-0-0{right:0}.cdr-tabs__gradient--active_14-0-0{opacity:1}.cdr-tabs__underline_14-0-0{z-index:1;position:absolute;width:3rem;margin:0;height:.4rem;margin-top:-.4rem;box-sizing:border-box;border:none;background-color:var(--cdr-tabs-keyline-background-color, var(--cdr-color-border-tab-keyline-active, #406eb5));transition:.4s cubic-bezier(0.32, 0.94, 0.6, 1)}.cdr-tabs__content-container_14-0-0{position:relative;flex:1 1 auto;overflow-x:hidden;overflow-y:auto}.cdr-tabs_14-0-0 .fade-enter-active_14-0-0,.cdr-tabs_14-0-0 .fade-leave-active_14-0-0{opacity:0.5s}.cdr-tabs_14-0-0 .fade-enter_14-0-0,.cdr-tabs_14-0-0 .fade-leave-to_14-0-0{opacity:0}.cdr-tabs--compact_14-0-0 .cdr-tabs__header-item-label_14-0-0,.cdr-tabs--small_14-0-0 .cdr-tabs__header-item-label_14-0-0{font-family:Graphik,"Helvetica Neue",sans-serif;font-style:normal;font-weight:inherit;letter-spacing:-0.008rem;font-size:1.4rem;line-height:1.8rem;padding:0.6rem 1.2rem}.cdr-tabs--compact_14-0-0 .cdr-tabs__header-item_14-0-0+.cdr-tabs--compact_14-0-0 .cdr-tabs__header-item_14-0-0,.cdr-tabs--small_14-0-0 .cdr-tabs__header-item_14-0-0+.cdr-tabs--compact_14-0-0 .cdr-tabs__header-item_14-0-0,.cdr-tabs--compact_14-0-0 .cdr-tabs__header-item_14-0-0+.cdr-tabs--small_14-0-0 .cdr-tabs__header-item_14-0-0,.cdr-tabs--small_14-0-0 .cdr-tabs__header-item_14-0-0+.cdr-tabs--small_14-0-0 .cdr-tabs__header-item_14-0-0{margin-left:.8rem}.cdr-tabs--no-border_14-0-0 .cdr-tabs__header_14-0-0,.cdr-tabs--no-border_14-0-0 .cdr-tabs__header-container_14-0-0{border-bottom:0.1rem solid var(--cdr-tabs-no-border-border-color, transparent)}.cdr-tabs--full-width_14-0-0 .cdr-tabs__header_14-0-0{flex-grow:1}.cdr-tabs--centered_14-0-0 .cdr-tabs__header_14-0-0:first-of-type{margin-left:auto}.cdr-tabs--centered_14-0-0 .cdr-tabs__header_14-0-0:last-of-type{margin-right:auto}
@@ -1 +1 @@
1
- .cdr-text_14-0-0-ts-5{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;margin:0}
1
+ .cdr-text_14-0-0{font-family:Graphik, "Helvetica Neue", sans-serif;font-style:normal;font-weight:400;letter-spacing:-0.016rem;font-size:1.6rem;line-height:2.2rem;color:var(--cdr-text-color, var(--cdr-color-text-primary, rgba(12,11,8,0.75)));margin:0}