@alfalab/core-components-universal-modal 3.2.0-alfasans → 3.2.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 (143) hide show
  1. package/components/base-content/index.css +1 -1
  2. package/components/base-content/index.module.css.js +1 -1
  3. package/components/base-footer/index.css +3 -3
  4. package/components/base-footer/index.module.css.js +1 -1
  5. package/components/base-header/index.css +4 -4
  6. package/components/base-header/index.module.css.js +1 -1
  7. package/cssm/desktop/components/header/desktop.module.css +6 -11
  8. package/cssm/mobile/components/header/index.module.css +6 -9
  9. package/desktop/components/center-modal/index.css +783 -783
  10. package/desktop/components/center-modal/index.module.css.js +1 -1
  11. package/desktop/components/center-modal/transitions/safari-transitions.css +7 -7
  12. package/desktop/components/center-modal/transitions/safari-transitions.module.css.js +1 -1
  13. package/desktop/components/center-modal/transitions/transitions.css +7 -7
  14. package/desktop/components/center-modal/transitions/transitions.module.css.js +1 -1
  15. package/desktop/components/footer/desktop.css +1 -1
  16. package/desktop/components/footer/desktop.module.css.js +1 -1
  17. package/desktop/components/footer/layout.css +9 -9
  18. package/desktop/components/footer/layout.module.css.js +1 -1
  19. package/desktop/components/header/desktop.css +11 -16
  20. package/desktop/components/header/desktop.module.css.js +1 -1
  21. package/desktop/components/modal-content/modal-content.css +4 -4
  22. package/desktop/components/modal-content/modal-content.module.css.js +1 -1
  23. package/desktop/components/side-modal/index.css +785 -785
  24. package/desktop/components/side-modal/index.module.css.js +1 -1
  25. package/desktop/components/side-modal/transitions/transitions.css +71 -71
  26. package/desktop/components/side-modal/transitions/transitions.module.css.js +1 -1
  27. package/desktop/styles/transitions/full-size-backdrop-transitions.css +13 -13
  28. package/desktop/styles/transitions/full-size-backdrop-transitions.module.css.js +1 -1
  29. package/desktop/styles/transitions/full-size-vertical-bottom-transitions.css +7 -7
  30. package/desktop/styles/transitions/full-size-vertical-bottom-transitions.module.css.js +1 -1
  31. package/desktop/styles/transitions/full-size-vertical-center-transitions.css +7 -7
  32. package/desktop/styles/transitions/full-size-vertical-center-transitions.module.css.js +1 -1
  33. package/desktop/styles/transitions/full-size-vertical-top-transitions.css +7 -7
  34. package/desktop/styles/transitions/full-size-vertical-top-transitions.module.css.js +1 -1
  35. package/esm/components/base-content/index.css +1 -1
  36. package/esm/components/base-content/index.module.css.js +1 -1
  37. package/esm/components/base-footer/index.css +3 -3
  38. package/esm/components/base-footer/index.module.css.js +1 -1
  39. package/esm/components/base-header/index.css +4 -4
  40. package/esm/components/base-header/index.module.css.js +1 -1
  41. package/esm/desktop/components/center-modal/index.css +783 -783
  42. package/esm/desktop/components/center-modal/index.module.css.js +1 -1
  43. package/esm/desktop/components/center-modal/transitions/safari-transitions.css +7 -7
  44. package/esm/desktop/components/center-modal/transitions/safari-transitions.module.css.js +1 -1
  45. package/esm/desktop/components/center-modal/transitions/transitions.css +7 -7
  46. package/esm/desktop/components/center-modal/transitions/transitions.module.css.js +1 -1
  47. package/esm/desktop/components/footer/desktop.css +1 -1
  48. package/esm/desktop/components/footer/desktop.module.css.js +1 -1
  49. package/esm/desktop/components/footer/layout.css +9 -9
  50. package/esm/desktop/components/footer/layout.module.css.js +1 -1
  51. package/esm/desktop/components/header/desktop.css +11 -16
  52. package/esm/desktop/components/header/desktop.module.css.js +1 -1
  53. package/esm/desktop/components/modal-content/modal-content.css +4 -4
  54. package/esm/desktop/components/modal-content/modal-content.module.css.js +1 -1
  55. package/esm/desktop/components/side-modal/index.css +785 -785
  56. package/esm/desktop/components/side-modal/index.module.css.js +1 -1
  57. package/esm/desktop/components/side-modal/transitions/transitions.css +71 -71
  58. package/esm/desktop/components/side-modal/transitions/transitions.module.css.js +1 -1
  59. package/esm/desktop/styles/transitions/full-size-backdrop-transitions.css +13 -13
  60. package/esm/desktop/styles/transitions/full-size-backdrop-transitions.module.css.js +1 -1
  61. package/esm/desktop/styles/transitions/full-size-vertical-bottom-transitions.css +7 -7
  62. package/esm/desktop/styles/transitions/full-size-vertical-bottom-transitions.module.css.js +1 -1
  63. package/esm/desktop/styles/transitions/full-size-vertical-center-transitions.css +7 -7
  64. package/esm/desktop/styles/transitions/full-size-vertical-center-transitions.module.css.js +1 -1
  65. package/esm/desktop/styles/transitions/full-size-vertical-top-transitions.css +7 -7
  66. package/esm/desktop/styles/transitions/full-size-vertical-top-transitions.module.css.js +1 -1
  67. package/esm/mobile/components/content/index.css +3 -3
  68. package/esm/mobile/components/content/index.module.css.js +1 -1
  69. package/esm/mobile/components/footer/index.css +2 -2
  70. package/esm/mobile/components/footer/index.module.css.js +1 -1
  71. package/esm/mobile/components/footer/layout.mobile.css +9 -9
  72. package/esm/mobile/components/footer/layout.mobile.module.css.js +1 -1
  73. package/esm/mobile/components/header/index.css +9 -12
  74. package/esm/mobile/components/header/index.module.css.js +1 -1
  75. package/esm/mobile/mobile.css +3 -3
  76. package/esm/mobile/mobile.module.css.js +1 -1
  77. package/esm/mobile/transitions/right-side-transitions.mobile.css +7 -7
  78. package/esm/mobile/transitions/right-side-transitions.mobile.module.css.js +1 -1
  79. package/esm/mobile/transitions/transitions.mobile.css +7 -7
  80. package/esm/mobile/transitions/transitions.mobile.module.css.js +1 -1
  81. package/mobile/components/content/index.css +3 -3
  82. package/mobile/components/content/index.module.css.js +1 -1
  83. package/mobile/components/footer/index.css +2 -2
  84. package/mobile/components/footer/index.module.css.js +1 -1
  85. package/mobile/components/footer/layout.mobile.css +9 -9
  86. package/mobile/components/footer/layout.mobile.module.css.js +1 -1
  87. package/mobile/components/header/index.css +9 -12
  88. package/mobile/components/header/index.module.css.js +1 -1
  89. package/mobile/mobile.css +3 -3
  90. package/mobile/mobile.module.css.js +1 -1
  91. package/mobile/transitions/right-side-transitions.mobile.css +7 -7
  92. package/mobile/transitions/right-side-transitions.mobile.module.css.js +1 -1
  93. package/mobile/transitions/transitions.mobile.css +7 -7
  94. package/mobile/transitions/transitions.mobile.module.css.js +1 -1
  95. package/modern/components/base-content/index.css +1 -1
  96. package/modern/components/base-content/index.module.css.js +1 -1
  97. package/modern/components/base-footer/index.css +3 -3
  98. package/modern/components/base-footer/index.module.css.js +1 -1
  99. package/modern/components/base-header/index.css +4 -4
  100. package/modern/components/base-header/index.module.css.js +1 -1
  101. package/modern/desktop/components/center-modal/index.css +783 -783
  102. package/modern/desktop/components/center-modal/index.module.css.js +1 -1
  103. package/modern/desktop/components/center-modal/transitions/safari-transitions.css +7 -7
  104. package/modern/desktop/components/center-modal/transitions/safari-transitions.module.css.js +1 -1
  105. package/modern/desktop/components/center-modal/transitions/transitions.css +7 -7
  106. package/modern/desktop/components/center-modal/transitions/transitions.module.css.js +1 -1
  107. package/modern/desktop/components/footer/desktop.css +1 -1
  108. package/modern/desktop/components/footer/desktop.module.css.js +1 -1
  109. package/modern/desktop/components/footer/layout.css +9 -9
  110. package/modern/desktop/components/footer/layout.module.css.js +1 -1
  111. package/modern/desktop/components/header/desktop.css +11 -16
  112. package/modern/desktop/components/header/desktop.module.css.js +1 -1
  113. package/modern/desktop/components/modal-content/modal-content.css +4 -4
  114. package/modern/desktop/components/modal-content/modal-content.module.css.js +1 -1
  115. package/modern/desktop/components/side-modal/index.css +785 -785
  116. package/modern/desktop/components/side-modal/index.module.css.js +1 -1
  117. package/modern/desktop/components/side-modal/transitions/transitions.css +71 -71
  118. package/modern/desktop/components/side-modal/transitions/transitions.module.css.js +1 -1
  119. package/modern/desktop/styles/transitions/full-size-backdrop-transitions.css +13 -13
  120. package/modern/desktop/styles/transitions/full-size-backdrop-transitions.module.css.js +1 -1
  121. package/modern/desktop/styles/transitions/full-size-vertical-bottom-transitions.css +7 -7
  122. package/modern/desktop/styles/transitions/full-size-vertical-bottom-transitions.module.css.js +1 -1
  123. package/modern/desktop/styles/transitions/full-size-vertical-center-transitions.css +7 -7
  124. package/modern/desktop/styles/transitions/full-size-vertical-center-transitions.module.css.js +1 -1
  125. package/modern/desktop/styles/transitions/full-size-vertical-top-transitions.css +7 -7
  126. package/modern/desktop/styles/transitions/full-size-vertical-top-transitions.module.css.js +1 -1
  127. package/modern/mobile/components/content/index.css +3 -3
  128. package/modern/mobile/components/content/index.module.css.js +1 -1
  129. package/modern/mobile/components/footer/index.css +2 -2
  130. package/modern/mobile/components/footer/index.module.css.js +1 -1
  131. package/modern/mobile/components/footer/layout.mobile.css +9 -9
  132. package/modern/mobile/components/footer/layout.mobile.module.css.js +1 -1
  133. package/modern/mobile/components/header/index.css +9 -12
  134. package/modern/mobile/components/header/index.module.css.js +1 -1
  135. package/modern/mobile/mobile.css +3 -3
  136. package/modern/mobile/mobile.module.css.js +1 -1
  137. package/modern/mobile/transitions/right-side-transitions.mobile.css +7 -7
  138. package/modern/mobile/transitions/right-side-transitions.mobile.module.css.js +1 -1
  139. package/modern/mobile/transitions/transitions.mobile.css +7 -7
  140. package/modern/mobile/transitions/transitions.mobile.module.css.js +1 -1
  141. package/moderncssm/desktop/components/header/desktop.module.css +4 -8
  142. package/moderncssm/mobile/components/header/index.module.css +4 -6
  143. package/package.json +9 -9
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"component":"universal-modal__component_d4gcu","wrapperJustifyStart":"universal-modal__wrapperJustifyStart_d4gcu","wrapperJustifyCenter":"universal-modal__wrapperJustifyCenter_d4gcu","wrapperJustifyEnd":"universal-modal__wrapperJustifyEnd_d4gcu","baseModalContainer":"universal-modal__baseModalContainer_d4gcu","withoutOverlay":"universal-modal__withoutOverlay_d4gcu","baseModalComponent":"universal-modal__baseModalComponent_d4gcu","hugContent":"universal-modal__hugContent_d4gcu","topGap-0":"universal-modal__topGap-0_d4gcu","bottomGap-0":"universal-modal__bottomGap-0_d4gcu","topGap-1":"universal-modal__topGap-1_d4gcu","bottomGap-1":"universal-modal__bottomGap-1_d4gcu","topGap-2":"universal-modal__topGap-2_d4gcu","bottomGap-2":"universal-modal__bottomGap-2_d4gcu","topGap-3":"universal-modal__topGap-3_d4gcu","bottomGap-3":"universal-modal__bottomGap-3_d4gcu","topGap-4":"universal-modal__topGap-4_d4gcu","bottomGap-4":"universal-modal__bottomGap-4_d4gcu","topGap-5":"universal-modal__topGap-5_d4gcu","bottomGap-5":"universal-modal__bottomGap-5_d4gcu","topGap-6":"universal-modal__topGap-6_d4gcu","bottomGap-6":"universal-modal__bottomGap-6_d4gcu","topGap-7":"universal-modal__topGap-7_d4gcu","bottomGap-7":"universal-modal__bottomGap-7_d4gcu","topGap-8":"universal-modal__topGap-8_d4gcu","bottomGap-8":"universal-modal__bottomGap-8_d4gcu","topGap-9":"universal-modal__topGap-9_d4gcu","bottomGap-9":"universal-modal__bottomGap-9_d4gcu","topGap-10":"universal-modal__topGap-10_d4gcu","bottomGap-10":"universal-modal__bottomGap-10_d4gcu","topGap-11":"universal-modal__topGap-11_d4gcu","bottomGap-11":"universal-modal__bottomGap-11_d4gcu","topGap-12":"universal-modal__topGap-12_d4gcu","bottomGap-12":"universal-modal__bottomGap-12_d4gcu","topGap-13":"universal-modal__topGap-13_d4gcu","bottomGap-13":"universal-modal__bottomGap-13_d4gcu","topGap-14":"universal-modal__topGap-14_d4gcu","bottomGap-14":"universal-modal__bottomGap-14_d4gcu","topGap-15":"universal-modal__topGap-15_d4gcu","bottomGap-15":"universal-modal__bottomGap-15_d4gcu","topGap-16":"universal-modal__topGap-16_d4gcu","bottomGap-16":"universal-modal__bottomGap-16_d4gcu","topGap-17":"universal-modal__topGap-17_d4gcu","bottomGap-17":"universal-modal__bottomGap-17_d4gcu","topGap-18":"universal-modal__topGap-18_d4gcu","bottomGap-18":"universal-modal__bottomGap-18_d4gcu","topGap-19":"universal-modal__topGap-19_d4gcu","bottomGap-19":"universal-modal__bottomGap-19_d4gcu","topGap-20":"universal-modal__topGap-20_d4gcu","bottomGap-20":"universal-modal__bottomGap-20_d4gcu","topGap-21":"universal-modal__topGap-21_d4gcu","bottomGap-21":"universal-modal__bottomGap-21_d4gcu","topGap-22":"universal-modal__topGap-22_d4gcu","bottomGap-22":"universal-modal__bottomGap-22_d4gcu","topGap-23":"universal-modal__topGap-23_d4gcu","bottomGap-23":"universal-modal__bottomGap-23_d4gcu","topGap-24":"universal-modal__topGap-24_d4gcu","bottomGap-24":"universal-modal__bottomGap-24_d4gcu","topGap-25":"universal-modal__topGap-25_d4gcu","bottomGap-25":"universal-modal__bottomGap-25_d4gcu","topGap-26":"universal-modal__topGap-26_d4gcu","bottomGap-26":"universal-modal__bottomGap-26_d4gcu","topGap-27":"universal-modal__topGap-27_d4gcu","bottomGap-27":"universal-modal__bottomGap-27_d4gcu","topGap-28":"universal-modal__topGap-28_d4gcu","bottomGap-28":"universal-modal__bottomGap-28_d4gcu","topGap-29":"universal-modal__topGap-29_d4gcu","bottomGap-29":"universal-modal__bottomGap-29_d4gcu","topGap-30":"universal-modal__topGap-30_d4gcu","bottomGap-30":"universal-modal__bottomGap-30_d4gcu","topGap-31":"universal-modal__topGap-31_d4gcu","bottomGap-31":"universal-modal__bottomGap-31_d4gcu","topGap-32":"universal-modal__topGap-32_d4gcu","bottomGap-32":"universal-modal__bottomGap-32_d4gcu","topGap-33":"universal-modal__topGap-33_d4gcu","bottomGap-33":"universal-modal__bottomGap-33_d4gcu","topGap-34":"universal-modal__topGap-34_d4gcu","bottomGap-34":"universal-modal__bottomGap-34_d4gcu","topGap-35":"universal-modal__topGap-35_d4gcu","bottomGap-35":"universal-modal__bottomGap-35_d4gcu","topGap-36":"universal-modal__topGap-36_d4gcu","bottomGap-36":"universal-modal__bottomGap-36_d4gcu","topGap-37":"universal-modal__topGap-37_d4gcu","bottomGap-37":"universal-modal__bottomGap-37_d4gcu","topGap-38":"universal-modal__topGap-38_d4gcu","bottomGap-38":"universal-modal__bottomGap-38_d4gcu","topGap-39":"universal-modal__topGap-39_d4gcu","bottomGap-39":"universal-modal__bottomGap-39_d4gcu","topGap-40":"universal-modal__topGap-40_d4gcu","bottomGap-40":"universal-modal__bottomGap-40_d4gcu","topGap-41":"universal-modal__topGap-41_d4gcu","bottomGap-41":"universal-modal__bottomGap-41_d4gcu","topGap-42":"universal-modal__topGap-42_d4gcu","bottomGap-42":"universal-modal__bottomGap-42_d4gcu","topGap-43":"universal-modal__topGap-43_d4gcu","bottomGap-43":"universal-modal__bottomGap-43_d4gcu","topGap-44":"universal-modal__topGap-44_d4gcu","bottomGap-44":"universal-modal__bottomGap-44_d4gcu","topGap-45":"universal-modal__topGap-45_d4gcu","bottomGap-45":"universal-modal__bottomGap-45_d4gcu","topGap-46":"universal-modal__topGap-46_d4gcu","bottomGap-46":"universal-modal__bottomGap-46_d4gcu","topGap-47":"universal-modal__topGap-47_d4gcu","bottomGap-47":"universal-modal__bottomGap-47_d4gcu","topGap-48":"universal-modal__topGap-48_d4gcu","bottomGap-48":"universal-modal__bottomGap-48_d4gcu","topGap-49":"universal-modal__topGap-49_d4gcu","bottomGap-49":"universal-modal__bottomGap-49_d4gcu","topGap-50":"universal-modal__topGap-50_d4gcu","bottomGap-50":"universal-modal__bottomGap-50_d4gcu","topGap-51":"universal-modal__topGap-51_d4gcu","bottomGap-51":"universal-modal__bottomGap-51_d4gcu","topGap-52":"universal-modal__topGap-52_d4gcu","bottomGap-52":"universal-modal__bottomGap-52_d4gcu","topGap-53":"universal-modal__topGap-53_d4gcu","bottomGap-53":"universal-modal__bottomGap-53_d4gcu","topGap-54":"universal-modal__topGap-54_d4gcu","bottomGap-54":"universal-modal__bottomGap-54_d4gcu","topGap-55":"universal-modal__topGap-55_d4gcu","bottomGap-55":"universal-modal__bottomGap-55_d4gcu","topGap-56":"universal-modal__topGap-56_d4gcu","bottomGap-56":"universal-modal__bottomGap-56_d4gcu","topGap-57":"universal-modal__topGap-57_d4gcu","bottomGap-57":"universal-modal__bottomGap-57_d4gcu","topGap-58":"universal-modal__topGap-58_d4gcu","bottomGap-58":"universal-modal__bottomGap-58_d4gcu","topGap-59":"universal-modal__topGap-59_d4gcu","bottomGap-59":"universal-modal__bottomGap-59_d4gcu","topGap-60":"universal-modal__topGap-60_d4gcu","bottomGap-60":"universal-modal__bottomGap-60_d4gcu","topGap-61":"universal-modal__topGap-61_d4gcu","bottomGap-61":"universal-modal__bottomGap-61_d4gcu","topGap-62":"universal-modal__topGap-62_d4gcu","bottomGap-62":"universal-modal__bottomGap-62_d4gcu","topGap-63":"universal-modal__topGap-63_d4gcu","bottomGap-63":"universal-modal__bottomGap-63_d4gcu","topGap-64":"universal-modal__topGap-64_d4gcu","bottomGap-64":"universal-modal__bottomGap-64_d4gcu","topGap-65":"universal-modal__topGap-65_d4gcu","bottomGap-65":"universal-modal__bottomGap-65_d4gcu","topGap-66":"universal-modal__topGap-66_d4gcu","bottomGap-66":"universal-modal__bottomGap-66_d4gcu","topGap-67":"universal-modal__topGap-67_d4gcu","bottomGap-67":"universal-modal__bottomGap-67_d4gcu","topGap-68":"universal-modal__topGap-68_d4gcu","bottomGap-68":"universal-modal__bottomGap-68_d4gcu","topGap-69":"universal-modal__topGap-69_d4gcu","bottomGap-69":"universal-modal__bottomGap-69_d4gcu","topGap-70":"universal-modal__topGap-70_d4gcu","bottomGap-70":"universal-modal__bottomGap-70_d4gcu","topGap-71":"universal-modal__topGap-71_d4gcu","bottomGap-71":"universal-modal__bottomGap-71_d4gcu","topGap-72":"universal-modal__topGap-72_d4gcu","bottomGap-72":"universal-modal__bottomGap-72_d4gcu","topGap-73":"universal-modal__topGap-73_d4gcu","bottomGap-73":"universal-modal__bottomGap-73_d4gcu","topGap-74":"universal-modal__topGap-74_d4gcu","bottomGap-74":"universal-modal__bottomGap-74_d4gcu","topGap-75":"universal-modal__topGap-75_d4gcu","bottomGap-75":"universal-modal__bottomGap-75_d4gcu","topGap-76":"universal-modal__topGap-76_d4gcu","bottomGap-76":"universal-modal__bottomGap-76_d4gcu","topGap-77":"universal-modal__topGap-77_d4gcu","bottomGap-77":"universal-modal__bottomGap-77_d4gcu","topGap-78":"universal-modal__topGap-78_d4gcu","bottomGap-78":"universal-modal__bottomGap-78_d4gcu","topGap-79":"universal-modal__topGap-79_d4gcu","bottomGap-79":"universal-modal__bottomGap-79_d4gcu","topGap-80":"universal-modal__topGap-80_d4gcu","bottomGap-80":"universal-modal__bottomGap-80_d4gcu","topGap-81":"universal-modal__topGap-81_d4gcu","bottomGap-81":"universal-modal__bottomGap-81_d4gcu","topGap-82":"universal-modal__topGap-82_d4gcu","bottomGap-82":"universal-modal__bottomGap-82_d4gcu","topGap-83":"universal-modal__topGap-83_d4gcu","bottomGap-83":"universal-modal__bottomGap-83_d4gcu","topGap-84":"universal-modal__topGap-84_d4gcu","bottomGap-84":"universal-modal__bottomGap-84_d4gcu","topGap-85":"universal-modal__topGap-85_d4gcu","bottomGap-85":"universal-modal__bottomGap-85_d4gcu","topGap-86":"universal-modal__topGap-86_d4gcu","bottomGap-86":"universal-modal__bottomGap-86_d4gcu","topGap-87":"universal-modal__topGap-87_d4gcu","bottomGap-87":"universal-modal__bottomGap-87_d4gcu","topGap-88":"universal-modal__topGap-88_d4gcu","bottomGap-88":"universal-modal__bottomGap-88_d4gcu","topGap-89":"universal-modal__topGap-89_d4gcu","bottomGap-89":"universal-modal__bottomGap-89_d4gcu","topGap-90":"universal-modal__topGap-90_d4gcu","bottomGap-90":"universal-modal__bottomGap-90_d4gcu","topGap-91":"universal-modal__topGap-91_d4gcu","bottomGap-91":"universal-modal__bottomGap-91_d4gcu","topGap-92":"universal-modal__topGap-92_d4gcu","bottomGap-92":"universal-modal__bottomGap-92_d4gcu","topGap-93":"universal-modal__topGap-93_d4gcu","bottomGap-93":"universal-modal__bottomGap-93_d4gcu","topGap-94":"universal-modal__topGap-94_d4gcu","bottomGap-94":"universal-modal__bottomGap-94_d4gcu","topGap-95":"universal-modal__topGap-95_d4gcu","bottomGap-95":"universal-modal__bottomGap-95_d4gcu","topGap-96":"universal-modal__topGap-96_d4gcu","bottomGap-96":"universal-modal__bottomGap-96_d4gcu","topGap-97":"universal-modal__topGap-97_d4gcu","bottomGap-97":"universal-modal__bottomGap-97_d4gcu","topGap-98":"universal-modal__topGap-98_d4gcu","bottomGap-98":"universal-modal__bottomGap-98_d4gcu","topGap-99":"universal-modal__topGap-99_d4gcu","bottomGap-99":"universal-modal__bottomGap-99_d4gcu","topGap-100":"universal-modal__topGap-100_d4gcu","bottomGap-100":"universal-modal__bottomGap-100_d4gcu","topGap-101":"universal-modal__topGap-101_d4gcu","bottomGap-101":"universal-modal__bottomGap-101_d4gcu","topGap-102":"universal-modal__topGap-102_d4gcu","bottomGap-102":"universal-modal__bottomGap-102_d4gcu","topGap-103":"universal-modal__topGap-103_d4gcu","bottomGap-103":"universal-modal__bottomGap-103_d4gcu","topGap-104":"universal-modal__topGap-104_d4gcu","bottomGap-104":"universal-modal__bottomGap-104_d4gcu","topGap-105":"universal-modal__topGap-105_d4gcu","bottomGap-105":"universal-modal__bottomGap-105_d4gcu","topGap-106":"universal-modal__topGap-106_d4gcu","bottomGap-106":"universal-modal__bottomGap-106_d4gcu","topGap-107":"universal-modal__topGap-107_d4gcu","bottomGap-107":"universal-modal__bottomGap-107_d4gcu","topGap-108":"universal-modal__topGap-108_d4gcu","bottomGap-108":"universal-modal__bottomGap-108_d4gcu","topGap-109":"universal-modal__topGap-109_d4gcu","bottomGap-109":"universal-modal__bottomGap-109_d4gcu","topGap-110":"universal-modal__topGap-110_d4gcu","bottomGap-110":"universal-modal__bottomGap-110_d4gcu","topGap-111":"universal-modal__topGap-111_d4gcu","bottomGap-111":"universal-modal__bottomGap-111_d4gcu","topGap-112":"universal-modal__topGap-112_d4gcu","bottomGap-112":"universal-modal__bottomGap-112_d4gcu","topGap-113":"universal-modal__topGap-113_d4gcu","bottomGap-113":"universal-modal__bottomGap-113_d4gcu","topGap-114":"universal-modal__topGap-114_d4gcu","bottomGap-114":"universal-modal__bottomGap-114_d4gcu","topGap-115":"universal-modal__topGap-115_d4gcu","bottomGap-115":"universal-modal__bottomGap-115_d4gcu","topGap-116":"universal-modal__topGap-116_d4gcu","bottomGap-116":"universal-modal__bottomGap-116_d4gcu","topGap-117":"universal-modal__topGap-117_d4gcu","bottomGap-117":"universal-modal__bottomGap-117_d4gcu","topGap-118":"universal-modal__topGap-118_d4gcu","bottomGap-118":"universal-modal__bottomGap-118_d4gcu","topGap-119":"universal-modal__topGap-119_d4gcu","bottomGap-119":"universal-modal__bottomGap-119_d4gcu","topGap-120":"universal-modal__topGap-120_d4gcu","bottomGap-120":"universal-modal__bottomGap-120_d4gcu","topGap-121":"universal-modal__topGap-121_d4gcu","bottomGap-121":"universal-modal__bottomGap-121_d4gcu","topGap-122":"universal-modal__topGap-122_d4gcu","bottomGap-122":"universal-modal__bottomGap-122_d4gcu","topGap-123":"universal-modal__topGap-123_d4gcu","bottomGap-123":"universal-modal__bottomGap-123_d4gcu","topGap-124":"universal-modal__topGap-124_d4gcu","bottomGap-124":"universal-modal__bottomGap-124_d4gcu","topGap-125":"universal-modal__topGap-125_d4gcu","bottomGap-125":"universal-modal__bottomGap-125_d4gcu","topGap-126":"universal-modal__topGap-126_d4gcu","bottomGap-126":"universal-modal__bottomGap-126_d4gcu","topGap-127":"universal-modal__topGap-127_d4gcu","bottomGap-127":"universal-modal__bottomGap-127_d4gcu","topGap-128":"universal-modal__topGap-128_d4gcu","bottomGap-128":"universal-modal__bottomGap-128_d4gcu","marginTop-0":"universal-modal__marginTop-0_d4gcu","marginTop-1":"universal-modal__marginTop-1_d4gcu","marginTop-2":"universal-modal__marginTop-2_d4gcu","marginTop-3":"universal-modal__marginTop-3_d4gcu","marginTop-4":"universal-modal__marginTop-4_d4gcu","marginTop-5":"universal-modal__marginTop-5_d4gcu","marginTop-6":"universal-modal__marginTop-6_d4gcu","marginTop-7":"universal-modal__marginTop-7_d4gcu","marginTop-8":"universal-modal__marginTop-8_d4gcu","marginTop-9":"universal-modal__marginTop-9_d4gcu","marginTop-10":"universal-modal__marginTop-10_d4gcu","marginTop-11":"universal-modal__marginTop-11_d4gcu","marginTop-12":"universal-modal__marginTop-12_d4gcu","marginTop-13":"universal-modal__marginTop-13_d4gcu","marginTop-14":"universal-modal__marginTop-14_d4gcu","marginTop-15":"universal-modal__marginTop-15_d4gcu","marginTop-16":"universal-modal__marginTop-16_d4gcu","marginTop-17":"universal-modal__marginTop-17_d4gcu","marginTop-18":"universal-modal__marginTop-18_d4gcu","marginTop-19":"universal-modal__marginTop-19_d4gcu","marginTop-20":"universal-modal__marginTop-20_d4gcu","marginTop-21":"universal-modal__marginTop-21_d4gcu","marginTop-22":"universal-modal__marginTop-22_d4gcu","marginTop-23":"universal-modal__marginTop-23_d4gcu","marginTop-24":"universal-modal__marginTop-24_d4gcu","marginTop-25":"universal-modal__marginTop-25_d4gcu","marginTop-26":"universal-modal__marginTop-26_d4gcu","marginTop-27":"universal-modal__marginTop-27_d4gcu","marginTop-28":"universal-modal__marginTop-28_d4gcu","marginTop-29":"universal-modal__marginTop-29_d4gcu","marginTop-30":"universal-modal__marginTop-30_d4gcu","marginTop-31":"universal-modal__marginTop-31_d4gcu","marginTop-32":"universal-modal__marginTop-32_d4gcu","marginTop-33":"universal-modal__marginTop-33_d4gcu","marginTop-34":"universal-modal__marginTop-34_d4gcu","marginTop-35":"universal-modal__marginTop-35_d4gcu","marginTop-36":"universal-modal__marginTop-36_d4gcu","marginTop-37":"universal-modal__marginTop-37_d4gcu","marginTop-38":"universal-modal__marginTop-38_d4gcu","marginTop-39":"universal-modal__marginTop-39_d4gcu","marginTop-40":"universal-modal__marginTop-40_d4gcu","marginTop-41":"universal-modal__marginTop-41_d4gcu","marginTop-42":"universal-modal__marginTop-42_d4gcu","marginTop-43":"universal-modal__marginTop-43_d4gcu","marginTop-44":"universal-modal__marginTop-44_d4gcu","marginTop-45":"universal-modal__marginTop-45_d4gcu","marginTop-46":"universal-modal__marginTop-46_d4gcu","marginTop-47":"universal-modal__marginTop-47_d4gcu","marginTop-48":"universal-modal__marginTop-48_d4gcu","marginTop-49":"universal-modal__marginTop-49_d4gcu","marginTop-50":"universal-modal__marginTop-50_d4gcu","marginTop-51":"universal-modal__marginTop-51_d4gcu","marginTop-52":"universal-modal__marginTop-52_d4gcu","marginTop-53":"universal-modal__marginTop-53_d4gcu","marginTop-54":"universal-modal__marginTop-54_d4gcu","marginTop-55":"universal-modal__marginTop-55_d4gcu","marginTop-56":"universal-modal__marginTop-56_d4gcu","marginTop-57":"universal-modal__marginTop-57_d4gcu","marginTop-58":"universal-modal__marginTop-58_d4gcu","marginTop-59":"universal-modal__marginTop-59_d4gcu","marginTop-60":"universal-modal__marginTop-60_d4gcu","marginTop-61":"universal-modal__marginTop-61_d4gcu","marginTop-62":"universal-modal__marginTop-62_d4gcu","marginTop-63":"universal-modal__marginTop-63_d4gcu","marginTop-64":"universal-modal__marginTop-64_d4gcu","marginTop-65":"universal-modal__marginTop-65_d4gcu","marginTop-66":"universal-modal__marginTop-66_d4gcu","marginTop-67":"universal-modal__marginTop-67_d4gcu","marginTop-68":"universal-modal__marginTop-68_d4gcu","marginTop-69":"universal-modal__marginTop-69_d4gcu","marginTop-70":"universal-modal__marginTop-70_d4gcu","marginTop-71":"universal-modal__marginTop-71_d4gcu","marginTop-72":"universal-modal__marginTop-72_d4gcu","marginTop-73":"universal-modal__marginTop-73_d4gcu","marginTop-74":"universal-modal__marginTop-74_d4gcu","marginTop-75":"universal-modal__marginTop-75_d4gcu","marginTop-76":"universal-modal__marginTop-76_d4gcu","marginTop-77":"universal-modal__marginTop-77_d4gcu","marginTop-78":"universal-modal__marginTop-78_d4gcu","marginTop-79":"universal-modal__marginTop-79_d4gcu","marginTop-80":"universal-modal__marginTop-80_d4gcu","marginTop-81":"universal-modal__marginTop-81_d4gcu","marginTop-82":"universal-modal__marginTop-82_d4gcu","marginTop-83":"universal-modal__marginTop-83_d4gcu","marginTop-84":"universal-modal__marginTop-84_d4gcu","marginTop-85":"universal-modal__marginTop-85_d4gcu","marginTop-86":"universal-modal__marginTop-86_d4gcu","marginTop-87":"universal-modal__marginTop-87_d4gcu","marginTop-88":"universal-modal__marginTop-88_d4gcu","marginTop-89":"universal-modal__marginTop-89_d4gcu","marginTop-90":"universal-modal__marginTop-90_d4gcu","marginTop-91":"universal-modal__marginTop-91_d4gcu","marginTop-92":"universal-modal__marginTop-92_d4gcu","marginTop-93":"universal-modal__marginTop-93_d4gcu","marginTop-94":"universal-modal__marginTop-94_d4gcu","marginTop-95":"universal-modal__marginTop-95_d4gcu","marginTop-96":"universal-modal__marginTop-96_d4gcu","marginTop-97":"universal-modal__marginTop-97_d4gcu","marginTop-98":"universal-modal__marginTop-98_d4gcu","marginTop-99":"universal-modal__marginTop-99_d4gcu","marginTop-100":"universal-modal__marginTop-100_d4gcu","marginTop-101":"universal-modal__marginTop-101_d4gcu","marginTop-102":"universal-modal__marginTop-102_d4gcu","marginTop-103":"universal-modal__marginTop-103_d4gcu","marginTop-104":"universal-modal__marginTop-104_d4gcu","marginTop-105":"universal-modal__marginTop-105_d4gcu","marginTop-106":"universal-modal__marginTop-106_d4gcu","marginTop-107":"universal-modal__marginTop-107_d4gcu","marginTop-108":"universal-modal__marginTop-108_d4gcu","marginTop-109":"universal-modal__marginTop-109_d4gcu","marginTop-110":"universal-modal__marginTop-110_d4gcu","marginTop-111":"universal-modal__marginTop-111_d4gcu","marginTop-112":"universal-modal__marginTop-112_d4gcu","marginTop-113":"universal-modal__marginTop-113_d4gcu","marginTop-114":"universal-modal__marginTop-114_d4gcu","marginTop-115":"universal-modal__marginTop-115_d4gcu","marginTop-116":"universal-modal__marginTop-116_d4gcu","marginTop-117":"universal-modal__marginTop-117_d4gcu","marginTop-118":"universal-modal__marginTop-118_d4gcu","marginTop-119":"universal-modal__marginTop-119_d4gcu","marginTop-120":"universal-modal__marginTop-120_d4gcu","marginTop-121":"universal-modal__marginTop-121_d4gcu","marginTop-122":"universal-modal__marginTop-122_d4gcu","marginTop-123":"universal-modal__marginTop-123_d4gcu","marginTop-124":"universal-modal__marginTop-124_d4gcu","marginTop-125":"universal-modal__marginTop-125_d4gcu","marginTop-126":"universal-modal__marginTop-126_d4gcu","marginTop-127":"universal-modal__marginTop-127_d4gcu","marginTop-128":"universal-modal__marginTop-128_d4gcu","marginRight-0":"universal-modal__marginRight-0_d4gcu","marginRight-1":"universal-modal__marginRight-1_d4gcu","marginRight-2":"universal-modal__marginRight-2_d4gcu","marginRight-3":"universal-modal__marginRight-3_d4gcu","marginRight-4":"universal-modal__marginRight-4_d4gcu","marginRight-5":"universal-modal__marginRight-5_d4gcu","marginRight-6":"universal-modal__marginRight-6_d4gcu","marginRight-7":"universal-modal__marginRight-7_d4gcu","marginRight-8":"universal-modal__marginRight-8_d4gcu","marginRight-9":"universal-modal__marginRight-9_d4gcu","marginRight-10":"universal-modal__marginRight-10_d4gcu","marginRight-11":"universal-modal__marginRight-11_d4gcu","marginRight-12":"universal-modal__marginRight-12_d4gcu","marginRight-13":"universal-modal__marginRight-13_d4gcu","marginRight-14":"universal-modal__marginRight-14_d4gcu","marginRight-15":"universal-modal__marginRight-15_d4gcu","marginRight-16":"universal-modal__marginRight-16_d4gcu","marginRight-17":"universal-modal__marginRight-17_d4gcu","marginRight-18":"universal-modal__marginRight-18_d4gcu","marginRight-19":"universal-modal__marginRight-19_d4gcu","marginRight-20":"universal-modal__marginRight-20_d4gcu","marginRight-21":"universal-modal__marginRight-21_d4gcu","marginRight-22":"universal-modal__marginRight-22_d4gcu","marginRight-23":"universal-modal__marginRight-23_d4gcu","marginRight-24":"universal-modal__marginRight-24_d4gcu","marginRight-25":"universal-modal__marginRight-25_d4gcu","marginRight-26":"universal-modal__marginRight-26_d4gcu","marginRight-27":"universal-modal__marginRight-27_d4gcu","marginRight-28":"universal-modal__marginRight-28_d4gcu","marginRight-29":"universal-modal__marginRight-29_d4gcu","marginRight-30":"universal-modal__marginRight-30_d4gcu","marginRight-31":"universal-modal__marginRight-31_d4gcu","marginRight-32":"universal-modal__marginRight-32_d4gcu","marginRight-33":"universal-modal__marginRight-33_d4gcu","marginRight-34":"universal-modal__marginRight-34_d4gcu","marginRight-35":"universal-modal__marginRight-35_d4gcu","marginRight-36":"universal-modal__marginRight-36_d4gcu","marginRight-37":"universal-modal__marginRight-37_d4gcu","marginRight-38":"universal-modal__marginRight-38_d4gcu","marginRight-39":"universal-modal__marginRight-39_d4gcu","marginRight-40":"universal-modal__marginRight-40_d4gcu","marginRight-41":"universal-modal__marginRight-41_d4gcu","marginRight-42":"universal-modal__marginRight-42_d4gcu","marginRight-43":"universal-modal__marginRight-43_d4gcu","marginRight-44":"universal-modal__marginRight-44_d4gcu","marginRight-45":"universal-modal__marginRight-45_d4gcu","marginRight-46":"universal-modal__marginRight-46_d4gcu","marginRight-47":"universal-modal__marginRight-47_d4gcu","marginRight-48":"universal-modal__marginRight-48_d4gcu","marginRight-49":"universal-modal__marginRight-49_d4gcu","marginRight-50":"universal-modal__marginRight-50_d4gcu","marginRight-51":"universal-modal__marginRight-51_d4gcu","marginRight-52":"universal-modal__marginRight-52_d4gcu","marginRight-53":"universal-modal__marginRight-53_d4gcu","marginRight-54":"universal-modal__marginRight-54_d4gcu","marginRight-55":"universal-modal__marginRight-55_d4gcu","marginRight-56":"universal-modal__marginRight-56_d4gcu","marginRight-57":"universal-modal__marginRight-57_d4gcu","marginRight-58":"universal-modal__marginRight-58_d4gcu","marginRight-59":"universal-modal__marginRight-59_d4gcu","marginRight-60":"universal-modal__marginRight-60_d4gcu","marginRight-61":"universal-modal__marginRight-61_d4gcu","marginRight-62":"universal-modal__marginRight-62_d4gcu","marginRight-63":"universal-modal__marginRight-63_d4gcu","marginRight-64":"universal-modal__marginRight-64_d4gcu","marginRight-65":"universal-modal__marginRight-65_d4gcu","marginRight-66":"universal-modal__marginRight-66_d4gcu","marginRight-67":"universal-modal__marginRight-67_d4gcu","marginRight-68":"universal-modal__marginRight-68_d4gcu","marginRight-69":"universal-modal__marginRight-69_d4gcu","marginRight-70":"universal-modal__marginRight-70_d4gcu","marginRight-71":"universal-modal__marginRight-71_d4gcu","marginRight-72":"universal-modal__marginRight-72_d4gcu","marginRight-73":"universal-modal__marginRight-73_d4gcu","marginRight-74":"universal-modal__marginRight-74_d4gcu","marginRight-75":"universal-modal__marginRight-75_d4gcu","marginRight-76":"universal-modal__marginRight-76_d4gcu","marginRight-77":"universal-modal__marginRight-77_d4gcu","marginRight-78":"universal-modal__marginRight-78_d4gcu","marginRight-79":"universal-modal__marginRight-79_d4gcu","marginRight-80":"universal-modal__marginRight-80_d4gcu","marginRight-81":"universal-modal__marginRight-81_d4gcu","marginRight-82":"universal-modal__marginRight-82_d4gcu","marginRight-83":"universal-modal__marginRight-83_d4gcu","marginRight-84":"universal-modal__marginRight-84_d4gcu","marginRight-85":"universal-modal__marginRight-85_d4gcu","marginRight-86":"universal-modal__marginRight-86_d4gcu","marginRight-87":"universal-modal__marginRight-87_d4gcu","marginRight-88":"universal-modal__marginRight-88_d4gcu","marginRight-89":"universal-modal__marginRight-89_d4gcu","marginRight-90":"universal-modal__marginRight-90_d4gcu","marginRight-91":"universal-modal__marginRight-91_d4gcu","marginRight-92":"universal-modal__marginRight-92_d4gcu","marginRight-93":"universal-modal__marginRight-93_d4gcu","marginRight-94":"universal-modal__marginRight-94_d4gcu","marginRight-95":"universal-modal__marginRight-95_d4gcu","marginRight-96":"universal-modal__marginRight-96_d4gcu","marginRight-97":"universal-modal__marginRight-97_d4gcu","marginRight-98":"universal-modal__marginRight-98_d4gcu","marginRight-99":"universal-modal__marginRight-99_d4gcu","marginRight-100":"universal-modal__marginRight-100_d4gcu","marginRight-101":"universal-modal__marginRight-101_d4gcu","marginRight-102":"universal-modal__marginRight-102_d4gcu","marginRight-103":"universal-modal__marginRight-103_d4gcu","marginRight-104":"universal-modal__marginRight-104_d4gcu","marginRight-105":"universal-modal__marginRight-105_d4gcu","marginRight-106":"universal-modal__marginRight-106_d4gcu","marginRight-107":"universal-modal__marginRight-107_d4gcu","marginRight-108":"universal-modal__marginRight-108_d4gcu","marginRight-109":"universal-modal__marginRight-109_d4gcu","marginRight-110":"universal-modal__marginRight-110_d4gcu","marginRight-111":"universal-modal__marginRight-111_d4gcu","marginRight-112":"universal-modal__marginRight-112_d4gcu","marginRight-113":"universal-modal__marginRight-113_d4gcu","marginRight-114":"universal-modal__marginRight-114_d4gcu","marginRight-115":"universal-modal__marginRight-115_d4gcu","marginRight-116":"universal-modal__marginRight-116_d4gcu","marginRight-117":"universal-modal__marginRight-117_d4gcu","marginRight-118":"universal-modal__marginRight-118_d4gcu","marginRight-119":"universal-modal__marginRight-119_d4gcu","marginRight-120":"universal-modal__marginRight-120_d4gcu","marginRight-121":"universal-modal__marginRight-121_d4gcu","marginRight-122":"universal-modal__marginRight-122_d4gcu","marginRight-123":"universal-modal__marginRight-123_d4gcu","marginRight-124":"universal-modal__marginRight-124_d4gcu","marginRight-125":"universal-modal__marginRight-125_d4gcu","marginRight-126":"universal-modal__marginRight-126_d4gcu","marginRight-127":"universal-modal__marginRight-127_d4gcu","marginRight-128":"universal-modal__marginRight-128_d4gcu","marginBottom-0":"universal-modal__marginBottom-0_d4gcu","marginBottom-1":"universal-modal__marginBottom-1_d4gcu","marginBottom-2":"universal-modal__marginBottom-2_d4gcu","marginBottom-3":"universal-modal__marginBottom-3_d4gcu","marginBottom-4":"universal-modal__marginBottom-4_d4gcu","marginBottom-5":"universal-modal__marginBottom-5_d4gcu","marginBottom-6":"universal-modal__marginBottom-6_d4gcu","marginBottom-7":"universal-modal__marginBottom-7_d4gcu","marginBottom-8":"universal-modal__marginBottom-8_d4gcu","marginBottom-9":"universal-modal__marginBottom-9_d4gcu","marginBottom-10":"universal-modal__marginBottom-10_d4gcu","marginBottom-11":"universal-modal__marginBottom-11_d4gcu","marginBottom-12":"universal-modal__marginBottom-12_d4gcu","marginBottom-13":"universal-modal__marginBottom-13_d4gcu","marginBottom-14":"universal-modal__marginBottom-14_d4gcu","marginBottom-15":"universal-modal__marginBottom-15_d4gcu","marginBottom-16":"universal-modal__marginBottom-16_d4gcu","marginBottom-17":"universal-modal__marginBottom-17_d4gcu","marginBottom-18":"universal-modal__marginBottom-18_d4gcu","marginBottom-19":"universal-modal__marginBottom-19_d4gcu","marginBottom-20":"universal-modal__marginBottom-20_d4gcu","marginBottom-21":"universal-modal__marginBottom-21_d4gcu","marginBottom-22":"universal-modal__marginBottom-22_d4gcu","marginBottom-23":"universal-modal__marginBottom-23_d4gcu","marginBottom-24":"universal-modal__marginBottom-24_d4gcu","marginBottom-25":"universal-modal__marginBottom-25_d4gcu","marginBottom-26":"universal-modal__marginBottom-26_d4gcu","marginBottom-27":"universal-modal__marginBottom-27_d4gcu","marginBottom-28":"universal-modal__marginBottom-28_d4gcu","marginBottom-29":"universal-modal__marginBottom-29_d4gcu","marginBottom-30":"universal-modal__marginBottom-30_d4gcu","marginBottom-31":"universal-modal__marginBottom-31_d4gcu","marginBottom-32":"universal-modal__marginBottom-32_d4gcu","marginBottom-33":"universal-modal__marginBottom-33_d4gcu","marginBottom-34":"universal-modal__marginBottom-34_d4gcu","marginBottom-35":"universal-modal__marginBottom-35_d4gcu","marginBottom-36":"universal-modal__marginBottom-36_d4gcu","marginBottom-37":"universal-modal__marginBottom-37_d4gcu","marginBottom-38":"universal-modal__marginBottom-38_d4gcu","marginBottom-39":"universal-modal__marginBottom-39_d4gcu","marginBottom-40":"universal-modal__marginBottom-40_d4gcu","marginBottom-41":"universal-modal__marginBottom-41_d4gcu","marginBottom-42":"universal-modal__marginBottom-42_d4gcu","marginBottom-43":"universal-modal__marginBottom-43_d4gcu","marginBottom-44":"universal-modal__marginBottom-44_d4gcu","marginBottom-45":"universal-modal__marginBottom-45_d4gcu","marginBottom-46":"universal-modal__marginBottom-46_d4gcu","marginBottom-47":"universal-modal__marginBottom-47_d4gcu","marginBottom-48":"universal-modal__marginBottom-48_d4gcu","marginBottom-49":"universal-modal__marginBottom-49_d4gcu","marginBottom-50":"universal-modal__marginBottom-50_d4gcu","marginBottom-51":"universal-modal__marginBottom-51_d4gcu","marginBottom-52":"universal-modal__marginBottom-52_d4gcu","marginBottom-53":"universal-modal__marginBottom-53_d4gcu","marginBottom-54":"universal-modal__marginBottom-54_d4gcu","marginBottom-55":"universal-modal__marginBottom-55_d4gcu","marginBottom-56":"universal-modal__marginBottom-56_d4gcu","marginBottom-57":"universal-modal__marginBottom-57_d4gcu","marginBottom-58":"universal-modal__marginBottom-58_d4gcu","marginBottom-59":"universal-modal__marginBottom-59_d4gcu","marginBottom-60":"universal-modal__marginBottom-60_d4gcu","marginBottom-61":"universal-modal__marginBottom-61_d4gcu","marginBottom-62":"universal-modal__marginBottom-62_d4gcu","marginBottom-63":"universal-modal__marginBottom-63_d4gcu","marginBottom-64":"universal-modal__marginBottom-64_d4gcu","marginBottom-65":"universal-modal__marginBottom-65_d4gcu","marginBottom-66":"universal-modal__marginBottom-66_d4gcu","marginBottom-67":"universal-modal__marginBottom-67_d4gcu","marginBottom-68":"universal-modal__marginBottom-68_d4gcu","marginBottom-69":"universal-modal__marginBottom-69_d4gcu","marginBottom-70":"universal-modal__marginBottom-70_d4gcu","marginBottom-71":"universal-modal__marginBottom-71_d4gcu","marginBottom-72":"universal-modal__marginBottom-72_d4gcu","marginBottom-73":"universal-modal__marginBottom-73_d4gcu","marginBottom-74":"universal-modal__marginBottom-74_d4gcu","marginBottom-75":"universal-modal__marginBottom-75_d4gcu","marginBottom-76":"universal-modal__marginBottom-76_d4gcu","marginBottom-77":"universal-modal__marginBottom-77_d4gcu","marginBottom-78":"universal-modal__marginBottom-78_d4gcu","marginBottom-79":"universal-modal__marginBottom-79_d4gcu","marginBottom-80":"universal-modal__marginBottom-80_d4gcu","marginBottom-81":"universal-modal__marginBottom-81_d4gcu","marginBottom-82":"universal-modal__marginBottom-82_d4gcu","marginBottom-83":"universal-modal__marginBottom-83_d4gcu","marginBottom-84":"universal-modal__marginBottom-84_d4gcu","marginBottom-85":"universal-modal__marginBottom-85_d4gcu","marginBottom-86":"universal-modal__marginBottom-86_d4gcu","marginBottom-87":"universal-modal__marginBottom-87_d4gcu","marginBottom-88":"universal-modal__marginBottom-88_d4gcu","marginBottom-89":"universal-modal__marginBottom-89_d4gcu","marginBottom-90":"universal-modal__marginBottom-90_d4gcu","marginBottom-91":"universal-modal__marginBottom-91_d4gcu","marginBottom-92":"universal-modal__marginBottom-92_d4gcu","marginBottom-93":"universal-modal__marginBottom-93_d4gcu","marginBottom-94":"universal-modal__marginBottom-94_d4gcu","marginBottom-95":"universal-modal__marginBottom-95_d4gcu","marginBottom-96":"universal-modal__marginBottom-96_d4gcu","marginBottom-97":"universal-modal__marginBottom-97_d4gcu","marginBottom-98":"universal-modal__marginBottom-98_d4gcu","marginBottom-99":"universal-modal__marginBottom-99_d4gcu","marginBottom-100":"universal-modal__marginBottom-100_d4gcu","marginBottom-101":"universal-modal__marginBottom-101_d4gcu","marginBottom-102":"universal-modal__marginBottom-102_d4gcu","marginBottom-103":"universal-modal__marginBottom-103_d4gcu","marginBottom-104":"universal-modal__marginBottom-104_d4gcu","marginBottom-105":"universal-modal__marginBottom-105_d4gcu","marginBottom-106":"universal-modal__marginBottom-106_d4gcu","marginBottom-107":"universal-modal__marginBottom-107_d4gcu","marginBottom-108":"universal-modal__marginBottom-108_d4gcu","marginBottom-109":"universal-modal__marginBottom-109_d4gcu","marginBottom-110":"universal-modal__marginBottom-110_d4gcu","marginBottom-111":"universal-modal__marginBottom-111_d4gcu","marginBottom-112":"universal-modal__marginBottom-112_d4gcu","marginBottom-113":"universal-modal__marginBottom-113_d4gcu","marginBottom-114":"universal-modal__marginBottom-114_d4gcu","marginBottom-115":"universal-modal__marginBottom-115_d4gcu","marginBottom-116":"universal-modal__marginBottom-116_d4gcu","marginBottom-117":"universal-modal__marginBottom-117_d4gcu","marginBottom-118":"universal-modal__marginBottom-118_d4gcu","marginBottom-119":"universal-modal__marginBottom-119_d4gcu","marginBottom-120":"universal-modal__marginBottom-120_d4gcu","marginBottom-121":"universal-modal__marginBottom-121_d4gcu","marginBottom-122":"universal-modal__marginBottom-122_d4gcu","marginBottom-123":"universal-modal__marginBottom-123_d4gcu","marginBottom-124":"universal-modal__marginBottom-124_d4gcu","marginBottom-125":"universal-modal__marginBottom-125_d4gcu","marginBottom-126":"universal-modal__marginBottom-126_d4gcu","marginBottom-127":"universal-modal__marginBottom-127_d4gcu","marginBottom-128":"universal-modal__marginBottom-128_d4gcu","marginLeft-0":"universal-modal__marginLeft-0_d4gcu","marginLeft-1":"universal-modal__marginLeft-1_d4gcu","marginLeft-2":"universal-modal__marginLeft-2_d4gcu","marginLeft-3":"universal-modal__marginLeft-3_d4gcu","marginLeft-4":"universal-modal__marginLeft-4_d4gcu","marginLeft-5":"universal-modal__marginLeft-5_d4gcu","marginLeft-6":"universal-modal__marginLeft-6_d4gcu","marginLeft-7":"universal-modal__marginLeft-7_d4gcu","marginLeft-8":"universal-modal__marginLeft-8_d4gcu","marginLeft-9":"universal-modal__marginLeft-9_d4gcu","marginLeft-10":"universal-modal__marginLeft-10_d4gcu","marginLeft-11":"universal-modal__marginLeft-11_d4gcu","marginLeft-12":"universal-modal__marginLeft-12_d4gcu","marginLeft-13":"universal-modal__marginLeft-13_d4gcu","marginLeft-14":"universal-modal__marginLeft-14_d4gcu","marginLeft-15":"universal-modal__marginLeft-15_d4gcu","marginLeft-16":"universal-modal__marginLeft-16_d4gcu","marginLeft-17":"universal-modal__marginLeft-17_d4gcu","marginLeft-18":"universal-modal__marginLeft-18_d4gcu","marginLeft-19":"universal-modal__marginLeft-19_d4gcu","marginLeft-20":"universal-modal__marginLeft-20_d4gcu","marginLeft-21":"universal-modal__marginLeft-21_d4gcu","marginLeft-22":"universal-modal__marginLeft-22_d4gcu","marginLeft-23":"universal-modal__marginLeft-23_d4gcu","marginLeft-24":"universal-modal__marginLeft-24_d4gcu","marginLeft-25":"universal-modal__marginLeft-25_d4gcu","marginLeft-26":"universal-modal__marginLeft-26_d4gcu","marginLeft-27":"universal-modal__marginLeft-27_d4gcu","marginLeft-28":"universal-modal__marginLeft-28_d4gcu","marginLeft-29":"universal-modal__marginLeft-29_d4gcu","marginLeft-30":"universal-modal__marginLeft-30_d4gcu","marginLeft-31":"universal-modal__marginLeft-31_d4gcu","marginLeft-32":"universal-modal__marginLeft-32_d4gcu","marginLeft-33":"universal-modal__marginLeft-33_d4gcu","marginLeft-34":"universal-modal__marginLeft-34_d4gcu","marginLeft-35":"universal-modal__marginLeft-35_d4gcu","marginLeft-36":"universal-modal__marginLeft-36_d4gcu","marginLeft-37":"universal-modal__marginLeft-37_d4gcu","marginLeft-38":"universal-modal__marginLeft-38_d4gcu","marginLeft-39":"universal-modal__marginLeft-39_d4gcu","marginLeft-40":"universal-modal__marginLeft-40_d4gcu","marginLeft-41":"universal-modal__marginLeft-41_d4gcu","marginLeft-42":"universal-modal__marginLeft-42_d4gcu","marginLeft-43":"universal-modal__marginLeft-43_d4gcu","marginLeft-44":"universal-modal__marginLeft-44_d4gcu","marginLeft-45":"universal-modal__marginLeft-45_d4gcu","marginLeft-46":"universal-modal__marginLeft-46_d4gcu","marginLeft-47":"universal-modal__marginLeft-47_d4gcu","marginLeft-48":"universal-modal__marginLeft-48_d4gcu","marginLeft-49":"universal-modal__marginLeft-49_d4gcu","marginLeft-50":"universal-modal__marginLeft-50_d4gcu","marginLeft-51":"universal-modal__marginLeft-51_d4gcu","marginLeft-52":"universal-modal__marginLeft-52_d4gcu","marginLeft-53":"universal-modal__marginLeft-53_d4gcu","marginLeft-54":"universal-modal__marginLeft-54_d4gcu","marginLeft-55":"universal-modal__marginLeft-55_d4gcu","marginLeft-56":"universal-modal__marginLeft-56_d4gcu","marginLeft-57":"universal-modal__marginLeft-57_d4gcu","marginLeft-58":"universal-modal__marginLeft-58_d4gcu","marginLeft-59":"universal-modal__marginLeft-59_d4gcu","marginLeft-60":"universal-modal__marginLeft-60_d4gcu","marginLeft-61":"universal-modal__marginLeft-61_d4gcu","marginLeft-62":"universal-modal__marginLeft-62_d4gcu","marginLeft-63":"universal-modal__marginLeft-63_d4gcu","marginLeft-64":"universal-modal__marginLeft-64_d4gcu","marginLeft-65":"universal-modal__marginLeft-65_d4gcu","marginLeft-66":"universal-modal__marginLeft-66_d4gcu","marginLeft-67":"universal-modal__marginLeft-67_d4gcu","marginLeft-68":"universal-modal__marginLeft-68_d4gcu","marginLeft-69":"universal-modal__marginLeft-69_d4gcu","marginLeft-70":"universal-modal__marginLeft-70_d4gcu","marginLeft-71":"universal-modal__marginLeft-71_d4gcu","marginLeft-72":"universal-modal__marginLeft-72_d4gcu","marginLeft-73":"universal-modal__marginLeft-73_d4gcu","marginLeft-74":"universal-modal__marginLeft-74_d4gcu","marginLeft-75":"universal-modal__marginLeft-75_d4gcu","marginLeft-76":"universal-modal__marginLeft-76_d4gcu","marginLeft-77":"universal-modal__marginLeft-77_d4gcu","marginLeft-78":"universal-modal__marginLeft-78_d4gcu","marginLeft-79":"universal-modal__marginLeft-79_d4gcu","marginLeft-80":"universal-modal__marginLeft-80_d4gcu","marginLeft-81":"universal-modal__marginLeft-81_d4gcu","marginLeft-82":"universal-modal__marginLeft-82_d4gcu","marginLeft-83":"universal-modal__marginLeft-83_d4gcu","marginLeft-84":"universal-modal__marginLeft-84_d4gcu","marginLeft-85":"universal-modal__marginLeft-85_d4gcu","marginLeft-86":"universal-modal__marginLeft-86_d4gcu","marginLeft-87":"universal-modal__marginLeft-87_d4gcu","marginLeft-88":"universal-modal__marginLeft-88_d4gcu","marginLeft-89":"universal-modal__marginLeft-89_d4gcu","marginLeft-90":"universal-modal__marginLeft-90_d4gcu","marginLeft-91":"universal-modal__marginLeft-91_d4gcu","marginLeft-92":"universal-modal__marginLeft-92_d4gcu","marginLeft-93":"universal-modal__marginLeft-93_d4gcu","marginLeft-94":"universal-modal__marginLeft-94_d4gcu","marginLeft-95":"universal-modal__marginLeft-95_d4gcu","marginLeft-96":"universal-modal__marginLeft-96_d4gcu","marginLeft-97":"universal-modal__marginLeft-97_d4gcu","marginLeft-98":"universal-modal__marginLeft-98_d4gcu","marginLeft-99":"universal-modal__marginLeft-99_d4gcu","marginLeft-100":"universal-modal__marginLeft-100_d4gcu","marginLeft-101":"universal-modal__marginLeft-101_d4gcu","marginLeft-102":"universal-modal__marginLeft-102_d4gcu","marginLeft-103":"universal-modal__marginLeft-103_d4gcu","marginLeft-104":"universal-modal__marginLeft-104_d4gcu","marginLeft-105":"universal-modal__marginLeft-105_d4gcu","marginLeft-106":"universal-modal__marginLeft-106_d4gcu","marginLeft-107":"universal-modal__marginLeft-107_d4gcu","marginLeft-108":"universal-modal__marginLeft-108_d4gcu","marginLeft-109":"universal-modal__marginLeft-109_d4gcu","marginLeft-110":"universal-modal__marginLeft-110_d4gcu","marginLeft-111":"universal-modal__marginLeft-111_d4gcu","marginLeft-112":"universal-modal__marginLeft-112_d4gcu","marginLeft-113":"universal-modal__marginLeft-113_d4gcu","marginLeft-114":"universal-modal__marginLeft-114_d4gcu","marginLeft-115":"universal-modal__marginLeft-115_d4gcu","marginLeft-116":"universal-modal__marginLeft-116_d4gcu","marginLeft-117":"universal-modal__marginLeft-117_d4gcu","marginLeft-118":"universal-modal__marginLeft-118_d4gcu","marginLeft-119":"universal-modal__marginLeft-119_d4gcu","marginLeft-120":"universal-modal__marginLeft-120_d4gcu","marginLeft-121":"universal-modal__marginLeft-121_d4gcu","marginLeft-122":"universal-modal__marginLeft-122_d4gcu","marginLeft-123":"universal-modal__marginLeft-123_d4gcu","marginLeft-124":"universal-modal__marginLeft-124_d4gcu","marginLeft-125":"universal-modal__marginLeft-125_d4gcu","marginLeft-126":"universal-modal__marginLeft-126_d4gcu","marginLeft-127":"universal-modal__marginLeft-127_d4gcu","marginLeft-128":"universal-modal__marginLeft-128_d4gcu"};
3
+ var styles = {"component":"universal-modal__component_vae7n","wrapperJustifyStart":"universal-modal__wrapperJustifyStart_vae7n","wrapperJustifyCenter":"universal-modal__wrapperJustifyCenter_vae7n","wrapperJustifyEnd":"universal-modal__wrapperJustifyEnd_vae7n","baseModalContainer":"universal-modal__baseModalContainer_vae7n","withoutOverlay":"universal-modal__withoutOverlay_vae7n","baseModalComponent":"universal-modal__baseModalComponent_vae7n","hugContent":"universal-modal__hugContent_vae7n","topGap-0":"universal-modal__topGap-0_vae7n","bottomGap-0":"universal-modal__bottomGap-0_vae7n","topGap-1":"universal-modal__topGap-1_vae7n","bottomGap-1":"universal-modal__bottomGap-1_vae7n","topGap-2":"universal-modal__topGap-2_vae7n","bottomGap-2":"universal-modal__bottomGap-2_vae7n","topGap-3":"universal-modal__topGap-3_vae7n","bottomGap-3":"universal-modal__bottomGap-3_vae7n","topGap-4":"universal-modal__topGap-4_vae7n","bottomGap-4":"universal-modal__bottomGap-4_vae7n","topGap-5":"universal-modal__topGap-5_vae7n","bottomGap-5":"universal-modal__bottomGap-5_vae7n","topGap-6":"universal-modal__topGap-6_vae7n","bottomGap-6":"universal-modal__bottomGap-6_vae7n","topGap-7":"universal-modal__topGap-7_vae7n","bottomGap-7":"universal-modal__bottomGap-7_vae7n","topGap-8":"universal-modal__topGap-8_vae7n","bottomGap-8":"universal-modal__bottomGap-8_vae7n","topGap-9":"universal-modal__topGap-9_vae7n","bottomGap-9":"universal-modal__bottomGap-9_vae7n","topGap-10":"universal-modal__topGap-10_vae7n","bottomGap-10":"universal-modal__bottomGap-10_vae7n","topGap-11":"universal-modal__topGap-11_vae7n","bottomGap-11":"universal-modal__bottomGap-11_vae7n","topGap-12":"universal-modal__topGap-12_vae7n","bottomGap-12":"universal-modal__bottomGap-12_vae7n","topGap-13":"universal-modal__topGap-13_vae7n","bottomGap-13":"universal-modal__bottomGap-13_vae7n","topGap-14":"universal-modal__topGap-14_vae7n","bottomGap-14":"universal-modal__bottomGap-14_vae7n","topGap-15":"universal-modal__topGap-15_vae7n","bottomGap-15":"universal-modal__bottomGap-15_vae7n","topGap-16":"universal-modal__topGap-16_vae7n","bottomGap-16":"universal-modal__bottomGap-16_vae7n","topGap-17":"universal-modal__topGap-17_vae7n","bottomGap-17":"universal-modal__bottomGap-17_vae7n","topGap-18":"universal-modal__topGap-18_vae7n","bottomGap-18":"universal-modal__bottomGap-18_vae7n","topGap-19":"universal-modal__topGap-19_vae7n","bottomGap-19":"universal-modal__bottomGap-19_vae7n","topGap-20":"universal-modal__topGap-20_vae7n","bottomGap-20":"universal-modal__bottomGap-20_vae7n","topGap-21":"universal-modal__topGap-21_vae7n","bottomGap-21":"universal-modal__bottomGap-21_vae7n","topGap-22":"universal-modal__topGap-22_vae7n","bottomGap-22":"universal-modal__bottomGap-22_vae7n","topGap-23":"universal-modal__topGap-23_vae7n","bottomGap-23":"universal-modal__bottomGap-23_vae7n","topGap-24":"universal-modal__topGap-24_vae7n","bottomGap-24":"universal-modal__bottomGap-24_vae7n","topGap-25":"universal-modal__topGap-25_vae7n","bottomGap-25":"universal-modal__bottomGap-25_vae7n","topGap-26":"universal-modal__topGap-26_vae7n","bottomGap-26":"universal-modal__bottomGap-26_vae7n","topGap-27":"universal-modal__topGap-27_vae7n","bottomGap-27":"universal-modal__bottomGap-27_vae7n","topGap-28":"universal-modal__topGap-28_vae7n","bottomGap-28":"universal-modal__bottomGap-28_vae7n","topGap-29":"universal-modal__topGap-29_vae7n","bottomGap-29":"universal-modal__bottomGap-29_vae7n","topGap-30":"universal-modal__topGap-30_vae7n","bottomGap-30":"universal-modal__bottomGap-30_vae7n","topGap-31":"universal-modal__topGap-31_vae7n","bottomGap-31":"universal-modal__bottomGap-31_vae7n","topGap-32":"universal-modal__topGap-32_vae7n","bottomGap-32":"universal-modal__bottomGap-32_vae7n","topGap-33":"universal-modal__topGap-33_vae7n","bottomGap-33":"universal-modal__bottomGap-33_vae7n","topGap-34":"universal-modal__topGap-34_vae7n","bottomGap-34":"universal-modal__bottomGap-34_vae7n","topGap-35":"universal-modal__topGap-35_vae7n","bottomGap-35":"universal-modal__bottomGap-35_vae7n","topGap-36":"universal-modal__topGap-36_vae7n","bottomGap-36":"universal-modal__bottomGap-36_vae7n","topGap-37":"universal-modal__topGap-37_vae7n","bottomGap-37":"universal-modal__bottomGap-37_vae7n","topGap-38":"universal-modal__topGap-38_vae7n","bottomGap-38":"universal-modal__bottomGap-38_vae7n","topGap-39":"universal-modal__topGap-39_vae7n","bottomGap-39":"universal-modal__bottomGap-39_vae7n","topGap-40":"universal-modal__topGap-40_vae7n","bottomGap-40":"universal-modal__bottomGap-40_vae7n","topGap-41":"universal-modal__topGap-41_vae7n","bottomGap-41":"universal-modal__bottomGap-41_vae7n","topGap-42":"universal-modal__topGap-42_vae7n","bottomGap-42":"universal-modal__bottomGap-42_vae7n","topGap-43":"universal-modal__topGap-43_vae7n","bottomGap-43":"universal-modal__bottomGap-43_vae7n","topGap-44":"universal-modal__topGap-44_vae7n","bottomGap-44":"universal-modal__bottomGap-44_vae7n","topGap-45":"universal-modal__topGap-45_vae7n","bottomGap-45":"universal-modal__bottomGap-45_vae7n","topGap-46":"universal-modal__topGap-46_vae7n","bottomGap-46":"universal-modal__bottomGap-46_vae7n","topGap-47":"universal-modal__topGap-47_vae7n","bottomGap-47":"universal-modal__bottomGap-47_vae7n","topGap-48":"universal-modal__topGap-48_vae7n","bottomGap-48":"universal-modal__bottomGap-48_vae7n","topGap-49":"universal-modal__topGap-49_vae7n","bottomGap-49":"universal-modal__bottomGap-49_vae7n","topGap-50":"universal-modal__topGap-50_vae7n","bottomGap-50":"universal-modal__bottomGap-50_vae7n","topGap-51":"universal-modal__topGap-51_vae7n","bottomGap-51":"universal-modal__bottomGap-51_vae7n","topGap-52":"universal-modal__topGap-52_vae7n","bottomGap-52":"universal-modal__bottomGap-52_vae7n","topGap-53":"universal-modal__topGap-53_vae7n","bottomGap-53":"universal-modal__bottomGap-53_vae7n","topGap-54":"universal-modal__topGap-54_vae7n","bottomGap-54":"universal-modal__bottomGap-54_vae7n","topGap-55":"universal-modal__topGap-55_vae7n","bottomGap-55":"universal-modal__bottomGap-55_vae7n","topGap-56":"universal-modal__topGap-56_vae7n","bottomGap-56":"universal-modal__bottomGap-56_vae7n","topGap-57":"universal-modal__topGap-57_vae7n","bottomGap-57":"universal-modal__bottomGap-57_vae7n","topGap-58":"universal-modal__topGap-58_vae7n","bottomGap-58":"universal-modal__bottomGap-58_vae7n","topGap-59":"universal-modal__topGap-59_vae7n","bottomGap-59":"universal-modal__bottomGap-59_vae7n","topGap-60":"universal-modal__topGap-60_vae7n","bottomGap-60":"universal-modal__bottomGap-60_vae7n","topGap-61":"universal-modal__topGap-61_vae7n","bottomGap-61":"universal-modal__bottomGap-61_vae7n","topGap-62":"universal-modal__topGap-62_vae7n","bottomGap-62":"universal-modal__bottomGap-62_vae7n","topGap-63":"universal-modal__topGap-63_vae7n","bottomGap-63":"universal-modal__bottomGap-63_vae7n","topGap-64":"universal-modal__topGap-64_vae7n","bottomGap-64":"universal-modal__bottomGap-64_vae7n","topGap-65":"universal-modal__topGap-65_vae7n","bottomGap-65":"universal-modal__bottomGap-65_vae7n","topGap-66":"universal-modal__topGap-66_vae7n","bottomGap-66":"universal-modal__bottomGap-66_vae7n","topGap-67":"universal-modal__topGap-67_vae7n","bottomGap-67":"universal-modal__bottomGap-67_vae7n","topGap-68":"universal-modal__topGap-68_vae7n","bottomGap-68":"universal-modal__bottomGap-68_vae7n","topGap-69":"universal-modal__topGap-69_vae7n","bottomGap-69":"universal-modal__bottomGap-69_vae7n","topGap-70":"universal-modal__topGap-70_vae7n","bottomGap-70":"universal-modal__bottomGap-70_vae7n","topGap-71":"universal-modal__topGap-71_vae7n","bottomGap-71":"universal-modal__bottomGap-71_vae7n","topGap-72":"universal-modal__topGap-72_vae7n","bottomGap-72":"universal-modal__bottomGap-72_vae7n","topGap-73":"universal-modal__topGap-73_vae7n","bottomGap-73":"universal-modal__bottomGap-73_vae7n","topGap-74":"universal-modal__topGap-74_vae7n","bottomGap-74":"universal-modal__bottomGap-74_vae7n","topGap-75":"universal-modal__topGap-75_vae7n","bottomGap-75":"universal-modal__bottomGap-75_vae7n","topGap-76":"universal-modal__topGap-76_vae7n","bottomGap-76":"universal-modal__bottomGap-76_vae7n","topGap-77":"universal-modal__topGap-77_vae7n","bottomGap-77":"universal-modal__bottomGap-77_vae7n","topGap-78":"universal-modal__topGap-78_vae7n","bottomGap-78":"universal-modal__bottomGap-78_vae7n","topGap-79":"universal-modal__topGap-79_vae7n","bottomGap-79":"universal-modal__bottomGap-79_vae7n","topGap-80":"universal-modal__topGap-80_vae7n","bottomGap-80":"universal-modal__bottomGap-80_vae7n","topGap-81":"universal-modal__topGap-81_vae7n","bottomGap-81":"universal-modal__bottomGap-81_vae7n","topGap-82":"universal-modal__topGap-82_vae7n","bottomGap-82":"universal-modal__bottomGap-82_vae7n","topGap-83":"universal-modal__topGap-83_vae7n","bottomGap-83":"universal-modal__bottomGap-83_vae7n","topGap-84":"universal-modal__topGap-84_vae7n","bottomGap-84":"universal-modal__bottomGap-84_vae7n","topGap-85":"universal-modal__topGap-85_vae7n","bottomGap-85":"universal-modal__bottomGap-85_vae7n","topGap-86":"universal-modal__topGap-86_vae7n","bottomGap-86":"universal-modal__bottomGap-86_vae7n","topGap-87":"universal-modal__topGap-87_vae7n","bottomGap-87":"universal-modal__bottomGap-87_vae7n","topGap-88":"universal-modal__topGap-88_vae7n","bottomGap-88":"universal-modal__bottomGap-88_vae7n","topGap-89":"universal-modal__topGap-89_vae7n","bottomGap-89":"universal-modal__bottomGap-89_vae7n","topGap-90":"universal-modal__topGap-90_vae7n","bottomGap-90":"universal-modal__bottomGap-90_vae7n","topGap-91":"universal-modal__topGap-91_vae7n","bottomGap-91":"universal-modal__bottomGap-91_vae7n","topGap-92":"universal-modal__topGap-92_vae7n","bottomGap-92":"universal-modal__bottomGap-92_vae7n","topGap-93":"universal-modal__topGap-93_vae7n","bottomGap-93":"universal-modal__bottomGap-93_vae7n","topGap-94":"universal-modal__topGap-94_vae7n","bottomGap-94":"universal-modal__bottomGap-94_vae7n","topGap-95":"universal-modal__topGap-95_vae7n","bottomGap-95":"universal-modal__bottomGap-95_vae7n","topGap-96":"universal-modal__topGap-96_vae7n","bottomGap-96":"universal-modal__bottomGap-96_vae7n","topGap-97":"universal-modal__topGap-97_vae7n","bottomGap-97":"universal-modal__bottomGap-97_vae7n","topGap-98":"universal-modal__topGap-98_vae7n","bottomGap-98":"universal-modal__bottomGap-98_vae7n","topGap-99":"universal-modal__topGap-99_vae7n","bottomGap-99":"universal-modal__bottomGap-99_vae7n","topGap-100":"universal-modal__topGap-100_vae7n","bottomGap-100":"universal-modal__bottomGap-100_vae7n","topGap-101":"universal-modal__topGap-101_vae7n","bottomGap-101":"universal-modal__bottomGap-101_vae7n","topGap-102":"universal-modal__topGap-102_vae7n","bottomGap-102":"universal-modal__bottomGap-102_vae7n","topGap-103":"universal-modal__topGap-103_vae7n","bottomGap-103":"universal-modal__bottomGap-103_vae7n","topGap-104":"universal-modal__topGap-104_vae7n","bottomGap-104":"universal-modal__bottomGap-104_vae7n","topGap-105":"universal-modal__topGap-105_vae7n","bottomGap-105":"universal-modal__bottomGap-105_vae7n","topGap-106":"universal-modal__topGap-106_vae7n","bottomGap-106":"universal-modal__bottomGap-106_vae7n","topGap-107":"universal-modal__topGap-107_vae7n","bottomGap-107":"universal-modal__bottomGap-107_vae7n","topGap-108":"universal-modal__topGap-108_vae7n","bottomGap-108":"universal-modal__bottomGap-108_vae7n","topGap-109":"universal-modal__topGap-109_vae7n","bottomGap-109":"universal-modal__bottomGap-109_vae7n","topGap-110":"universal-modal__topGap-110_vae7n","bottomGap-110":"universal-modal__bottomGap-110_vae7n","topGap-111":"universal-modal__topGap-111_vae7n","bottomGap-111":"universal-modal__bottomGap-111_vae7n","topGap-112":"universal-modal__topGap-112_vae7n","bottomGap-112":"universal-modal__bottomGap-112_vae7n","topGap-113":"universal-modal__topGap-113_vae7n","bottomGap-113":"universal-modal__bottomGap-113_vae7n","topGap-114":"universal-modal__topGap-114_vae7n","bottomGap-114":"universal-modal__bottomGap-114_vae7n","topGap-115":"universal-modal__topGap-115_vae7n","bottomGap-115":"universal-modal__bottomGap-115_vae7n","topGap-116":"universal-modal__topGap-116_vae7n","bottomGap-116":"universal-modal__bottomGap-116_vae7n","topGap-117":"universal-modal__topGap-117_vae7n","bottomGap-117":"universal-modal__bottomGap-117_vae7n","topGap-118":"universal-modal__topGap-118_vae7n","bottomGap-118":"universal-modal__bottomGap-118_vae7n","topGap-119":"universal-modal__topGap-119_vae7n","bottomGap-119":"universal-modal__bottomGap-119_vae7n","topGap-120":"universal-modal__topGap-120_vae7n","bottomGap-120":"universal-modal__bottomGap-120_vae7n","topGap-121":"universal-modal__topGap-121_vae7n","bottomGap-121":"universal-modal__bottomGap-121_vae7n","topGap-122":"universal-modal__topGap-122_vae7n","bottomGap-122":"universal-modal__bottomGap-122_vae7n","topGap-123":"universal-modal__topGap-123_vae7n","bottomGap-123":"universal-modal__bottomGap-123_vae7n","topGap-124":"universal-modal__topGap-124_vae7n","bottomGap-124":"universal-modal__bottomGap-124_vae7n","topGap-125":"universal-modal__topGap-125_vae7n","bottomGap-125":"universal-modal__bottomGap-125_vae7n","topGap-126":"universal-modal__topGap-126_vae7n","bottomGap-126":"universal-modal__bottomGap-126_vae7n","topGap-127":"universal-modal__topGap-127_vae7n","bottomGap-127":"universal-modal__bottomGap-127_vae7n","topGap-128":"universal-modal__topGap-128_vae7n","bottomGap-128":"universal-modal__bottomGap-128_vae7n","marginTop-0":"universal-modal__marginTop-0_vae7n","marginTop-1":"universal-modal__marginTop-1_vae7n","marginTop-2":"universal-modal__marginTop-2_vae7n","marginTop-3":"universal-modal__marginTop-3_vae7n","marginTop-4":"universal-modal__marginTop-4_vae7n","marginTop-5":"universal-modal__marginTop-5_vae7n","marginTop-6":"universal-modal__marginTop-6_vae7n","marginTop-7":"universal-modal__marginTop-7_vae7n","marginTop-8":"universal-modal__marginTop-8_vae7n","marginTop-9":"universal-modal__marginTop-9_vae7n","marginTop-10":"universal-modal__marginTop-10_vae7n","marginTop-11":"universal-modal__marginTop-11_vae7n","marginTop-12":"universal-modal__marginTop-12_vae7n","marginTop-13":"universal-modal__marginTop-13_vae7n","marginTop-14":"universal-modal__marginTop-14_vae7n","marginTop-15":"universal-modal__marginTop-15_vae7n","marginTop-16":"universal-modal__marginTop-16_vae7n","marginTop-17":"universal-modal__marginTop-17_vae7n","marginTop-18":"universal-modal__marginTop-18_vae7n","marginTop-19":"universal-modal__marginTop-19_vae7n","marginTop-20":"universal-modal__marginTop-20_vae7n","marginTop-21":"universal-modal__marginTop-21_vae7n","marginTop-22":"universal-modal__marginTop-22_vae7n","marginTop-23":"universal-modal__marginTop-23_vae7n","marginTop-24":"universal-modal__marginTop-24_vae7n","marginTop-25":"universal-modal__marginTop-25_vae7n","marginTop-26":"universal-modal__marginTop-26_vae7n","marginTop-27":"universal-modal__marginTop-27_vae7n","marginTop-28":"universal-modal__marginTop-28_vae7n","marginTop-29":"universal-modal__marginTop-29_vae7n","marginTop-30":"universal-modal__marginTop-30_vae7n","marginTop-31":"universal-modal__marginTop-31_vae7n","marginTop-32":"universal-modal__marginTop-32_vae7n","marginTop-33":"universal-modal__marginTop-33_vae7n","marginTop-34":"universal-modal__marginTop-34_vae7n","marginTop-35":"universal-modal__marginTop-35_vae7n","marginTop-36":"universal-modal__marginTop-36_vae7n","marginTop-37":"universal-modal__marginTop-37_vae7n","marginTop-38":"universal-modal__marginTop-38_vae7n","marginTop-39":"universal-modal__marginTop-39_vae7n","marginTop-40":"universal-modal__marginTop-40_vae7n","marginTop-41":"universal-modal__marginTop-41_vae7n","marginTop-42":"universal-modal__marginTop-42_vae7n","marginTop-43":"universal-modal__marginTop-43_vae7n","marginTop-44":"universal-modal__marginTop-44_vae7n","marginTop-45":"universal-modal__marginTop-45_vae7n","marginTop-46":"universal-modal__marginTop-46_vae7n","marginTop-47":"universal-modal__marginTop-47_vae7n","marginTop-48":"universal-modal__marginTop-48_vae7n","marginTop-49":"universal-modal__marginTop-49_vae7n","marginTop-50":"universal-modal__marginTop-50_vae7n","marginTop-51":"universal-modal__marginTop-51_vae7n","marginTop-52":"universal-modal__marginTop-52_vae7n","marginTop-53":"universal-modal__marginTop-53_vae7n","marginTop-54":"universal-modal__marginTop-54_vae7n","marginTop-55":"universal-modal__marginTop-55_vae7n","marginTop-56":"universal-modal__marginTop-56_vae7n","marginTop-57":"universal-modal__marginTop-57_vae7n","marginTop-58":"universal-modal__marginTop-58_vae7n","marginTop-59":"universal-modal__marginTop-59_vae7n","marginTop-60":"universal-modal__marginTop-60_vae7n","marginTop-61":"universal-modal__marginTop-61_vae7n","marginTop-62":"universal-modal__marginTop-62_vae7n","marginTop-63":"universal-modal__marginTop-63_vae7n","marginTop-64":"universal-modal__marginTop-64_vae7n","marginTop-65":"universal-modal__marginTop-65_vae7n","marginTop-66":"universal-modal__marginTop-66_vae7n","marginTop-67":"universal-modal__marginTop-67_vae7n","marginTop-68":"universal-modal__marginTop-68_vae7n","marginTop-69":"universal-modal__marginTop-69_vae7n","marginTop-70":"universal-modal__marginTop-70_vae7n","marginTop-71":"universal-modal__marginTop-71_vae7n","marginTop-72":"universal-modal__marginTop-72_vae7n","marginTop-73":"universal-modal__marginTop-73_vae7n","marginTop-74":"universal-modal__marginTop-74_vae7n","marginTop-75":"universal-modal__marginTop-75_vae7n","marginTop-76":"universal-modal__marginTop-76_vae7n","marginTop-77":"universal-modal__marginTop-77_vae7n","marginTop-78":"universal-modal__marginTop-78_vae7n","marginTop-79":"universal-modal__marginTop-79_vae7n","marginTop-80":"universal-modal__marginTop-80_vae7n","marginTop-81":"universal-modal__marginTop-81_vae7n","marginTop-82":"universal-modal__marginTop-82_vae7n","marginTop-83":"universal-modal__marginTop-83_vae7n","marginTop-84":"universal-modal__marginTop-84_vae7n","marginTop-85":"universal-modal__marginTop-85_vae7n","marginTop-86":"universal-modal__marginTop-86_vae7n","marginTop-87":"universal-modal__marginTop-87_vae7n","marginTop-88":"universal-modal__marginTop-88_vae7n","marginTop-89":"universal-modal__marginTop-89_vae7n","marginTop-90":"universal-modal__marginTop-90_vae7n","marginTop-91":"universal-modal__marginTop-91_vae7n","marginTop-92":"universal-modal__marginTop-92_vae7n","marginTop-93":"universal-modal__marginTop-93_vae7n","marginTop-94":"universal-modal__marginTop-94_vae7n","marginTop-95":"universal-modal__marginTop-95_vae7n","marginTop-96":"universal-modal__marginTop-96_vae7n","marginTop-97":"universal-modal__marginTop-97_vae7n","marginTop-98":"universal-modal__marginTop-98_vae7n","marginTop-99":"universal-modal__marginTop-99_vae7n","marginTop-100":"universal-modal__marginTop-100_vae7n","marginTop-101":"universal-modal__marginTop-101_vae7n","marginTop-102":"universal-modal__marginTop-102_vae7n","marginTop-103":"universal-modal__marginTop-103_vae7n","marginTop-104":"universal-modal__marginTop-104_vae7n","marginTop-105":"universal-modal__marginTop-105_vae7n","marginTop-106":"universal-modal__marginTop-106_vae7n","marginTop-107":"universal-modal__marginTop-107_vae7n","marginTop-108":"universal-modal__marginTop-108_vae7n","marginTop-109":"universal-modal__marginTop-109_vae7n","marginTop-110":"universal-modal__marginTop-110_vae7n","marginTop-111":"universal-modal__marginTop-111_vae7n","marginTop-112":"universal-modal__marginTop-112_vae7n","marginTop-113":"universal-modal__marginTop-113_vae7n","marginTop-114":"universal-modal__marginTop-114_vae7n","marginTop-115":"universal-modal__marginTop-115_vae7n","marginTop-116":"universal-modal__marginTop-116_vae7n","marginTop-117":"universal-modal__marginTop-117_vae7n","marginTop-118":"universal-modal__marginTop-118_vae7n","marginTop-119":"universal-modal__marginTop-119_vae7n","marginTop-120":"universal-modal__marginTop-120_vae7n","marginTop-121":"universal-modal__marginTop-121_vae7n","marginTop-122":"universal-modal__marginTop-122_vae7n","marginTop-123":"universal-modal__marginTop-123_vae7n","marginTop-124":"universal-modal__marginTop-124_vae7n","marginTop-125":"universal-modal__marginTop-125_vae7n","marginTop-126":"universal-modal__marginTop-126_vae7n","marginTop-127":"universal-modal__marginTop-127_vae7n","marginTop-128":"universal-modal__marginTop-128_vae7n","marginRight-0":"universal-modal__marginRight-0_vae7n","marginRight-1":"universal-modal__marginRight-1_vae7n","marginRight-2":"universal-modal__marginRight-2_vae7n","marginRight-3":"universal-modal__marginRight-3_vae7n","marginRight-4":"universal-modal__marginRight-4_vae7n","marginRight-5":"universal-modal__marginRight-5_vae7n","marginRight-6":"universal-modal__marginRight-6_vae7n","marginRight-7":"universal-modal__marginRight-7_vae7n","marginRight-8":"universal-modal__marginRight-8_vae7n","marginRight-9":"universal-modal__marginRight-9_vae7n","marginRight-10":"universal-modal__marginRight-10_vae7n","marginRight-11":"universal-modal__marginRight-11_vae7n","marginRight-12":"universal-modal__marginRight-12_vae7n","marginRight-13":"universal-modal__marginRight-13_vae7n","marginRight-14":"universal-modal__marginRight-14_vae7n","marginRight-15":"universal-modal__marginRight-15_vae7n","marginRight-16":"universal-modal__marginRight-16_vae7n","marginRight-17":"universal-modal__marginRight-17_vae7n","marginRight-18":"universal-modal__marginRight-18_vae7n","marginRight-19":"universal-modal__marginRight-19_vae7n","marginRight-20":"universal-modal__marginRight-20_vae7n","marginRight-21":"universal-modal__marginRight-21_vae7n","marginRight-22":"universal-modal__marginRight-22_vae7n","marginRight-23":"universal-modal__marginRight-23_vae7n","marginRight-24":"universal-modal__marginRight-24_vae7n","marginRight-25":"universal-modal__marginRight-25_vae7n","marginRight-26":"universal-modal__marginRight-26_vae7n","marginRight-27":"universal-modal__marginRight-27_vae7n","marginRight-28":"universal-modal__marginRight-28_vae7n","marginRight-29":"universal-modal__marginRight-29_vae7n","marginRight-30":"universal-modal__marginRight-30_vae7n","marginRight-31":"universal-modal__marginRight-31_vae7n","marginRight-32":"universal-modal__marginRight-32_vae7n","marginRight-33":"universal-modal__marginRight-33_vae7n","marginRight-34":"universal-modal__marginRight-34_vae7n","marginRight-35":"universal-modal__marginRight-35_vae7n","marginRight-36":"universal-modal__marginRight-36_vae7n","marginRight-37":"universal-modal__marginRight-37_vae7n","marginRight-38":"universal-modal__marginRight-38_vae7n","marginRight-39":"universal-modal__marginRight-39_vae7n","marginRight-40":"universal-modal__marginRight-40_vae7n","marginRight-41":"universal-modal__marginRight-41_vae7n","marginRight-42":"universal-modal__marginRight-42_vae7n","marginRight-43":"universal-modal__marginRight-43_vae7n","marginRight-44":"universal-modal__marginRight-44_vae7n","marginRight-45":"universal-modal__marginRight-45_vae7n","marginRight-46":"universal-modal__marginRight-46_vae7n","marginRight-47":"universal-modal__marginRight-47_vae7n","marginRight-48":"universal-modal__marginRight-48_vae7n","marginRight-49":"universal-modal__marginRight-49_vae7n","marginRight-50":"universal-modal__marginRight-50_vae7n","marginRight-51":"universal-modal__marginRight-51_vae7n","marginRight-52":"universal-modal__marginRight-52_vae7n","marginRight-53":"universal-modal__marginRight-53_vae7n","marginRight-54":"universal-modal__marginRight-54_vae7n","marginRight-55":"universal-modal__marginRight-55_vae7n","marginRight-56":"universal-modal__marginRight-56_vae7n","marginRight-57":"universal-modal__marginRight-57_vae7n","marginRight-58":"universal-modal__marginRight-58_vae7n","marginRight-59":"universal-modal__marginRight-59_vae7n","marginRight-60":"universal-modal__marginRight-60_vae7n","marginRight-61":"universal-modal__marginRight-61_vae7n","marginRight-62":"universal-modal__marginRight-62_vae7n","marginRight-63":"universal-modal__marginRight-63_vae7n","marginRight-64":"universal-modal__marginRight-64_vae7n","marginRight-65":"universal-modal__marginRight-65_vae7n","marginRight-66":"universal-modal__marginRight-66_vae7n","marginRight-67":"universal-modal__marginRight-67_vae7n","marginRight-68":"universal-modal__marginRight-68_vae7n","marginRight-69":"universal-modal__marginRight-69_vae7n","marginRight-70":"universal-modal__marginRight-70_vae7n","marginRight-71":"universal-modal__marginRight-71_vae7n","marginRight-72":"universal-modal__marginRight-72_vae7n","marginRight-73":"universal-modal__marginRight-73_vae7n","marginRight-74":"universal-modal__marginRight-74_vae7n","marginRight-75":"universal-modal__marginRight-75_vae7n","marginRight-76":"universal-modal__marginRight-76_vae7n","marginRight-77":"universal-modal__marginRight-77_vae7n","marginRight-78":"universal-modal__marginRight-78_vae7n","marginRight-79":"universal-modal__marginRight-79_vae7n","marginRight-80":"universal-modal__marginRight-80_vae7n","marginRight-81":"universal-modal__marginRight-81_vae7n","marginRight-82":"universal-modal__marginRight-82_vae7n","marginRight-83":"universal-modal__marginRight-83_vae7n","marginRight-84":"universal-modal__marginRight-84_vae7n","marginRight-85":"universal-modal__marginRight-85_vae7n","marginRight-86":"universal-modal__marginRight-86_vae7n","marginRight-87":"universal-modal__marginRight-87_vae7n","marginRight-88":"universal-modal__marginRight-88_vae7n","marginRight-89":"universal-modal__marginRight-89_vae7n","marginRight-90":"universal-modal__marginRight-90_vae7n","marginRight-91":"universal-modal__marginRight-91_vae7n","marginRight-92":"universal-modal__marginRight-92_vae7n","marginRight-93":"universal-modal__marginRight-93_vae7n","marginRight-94":"universal-modal__marginRight-94_vae7n","marginRight-95":"universal-modal__marginRight-95_vae7n","marginRight-96":"universal-modal__marginRight-96_vae7n","marginRight-97":"universal-modal__marginRight-97_vae7n","marginRight-98":"universal-modal__marginRight-98_vae7n","marginRight-99":"universal-modal__marginRight-99_vae7n","marginRight-100":"universal-modal__marginRight-100_vae7n","marginRight-101":"universal-modal__marginRight-101_vae7n","marginRight-102":"universal-modal__marginRight-102_vae7n","marginRight-103":"universal-modal__marginRight-103_vae7n","marginRight-104":"universal-modal__marginRight-104_vae7n","marginRight-105":"universal-modal__marginRight-105_vae7n","marginRight-106":"universal-modal__marginRight-106_vae7n","marginRight-107":"universal-modal__marginRight-107_vae7n","marginRight-108":"universal-modal__marginRight-108_vae7n","marginRight-109":"universal-modal__marginRight-109_vae7n","marginRight-110":"universal-modal__marginRight-110_vae7n","marginRight-111":"universal-modal__marginRight-111_vae7n","marginRight-112":"universal-modal__marginRight-112_vae7n","marginRight-113":"universal-modal__marginRight-113_vae7n","marginRight-114":"universal-modal__marginRight-114_vae7n","marginRight-115":"universal-modal__marginRight-115_vae7n","marginRight-116":"universal-modal__marginRight-116_vae7n","marginRight-117":"universal-modal__marginRight-117_vae7n","marginRight-118":"universal-modal__marginRight-118_vae7n","marginRight-119":"universal-modal__marginRight-119_vae7n","marginRight-120":"universal-modal__marginRight-120_vae7n","marginRight-121":"universal-modal__marginRight-121_vae7n","marginRight-122":"universal-modal__marginRight-122_vae7n","marginRight-123":"universal-modal__marginRight-123_vae7n","marginRight-124":"universal-modal__marginRight-124_vae7n","marginRight-125":"universal-modal__marginRight-125_vae7n","marginRight-126":"universal-modal__marginRight-126_vae7n","marginRight-127":"universal-modal__marginRight-127_vae7n","marginRight-128":"universal-modal__marginRight-128_vae7n","marginBottom-0":"universal-modal__marginBottom-0_vae7n","marginBottom-1":"universal-modal__marginBottom-1_vae7n","marginBottom-2":"universal-modal__marginBottom-2_vae7n","marginBottom-3":"universal-modal__marginBottom-3_vae7n","marginBottom-4":"universal-modal__marginBottom-4_vae7n","marginBottom-5":"universal-modal__marginBottom-5_vae7n","marginBottom-6":"universal-modal__marginBottom-6_vae7n","marginBottom-7":"universal-modal__marginBottom-7_vae7n","marginBottom-8":"universal-modal__marginBottom-8_vae7n","marginBottom-9":"universal-modal__marginBottom-9_vae7n","marginBottom-10":"universal-modal__marginBottom-10_vae7n","marginBottom-11":"universal-modal__marginBottom-11_vae7n","marginBottom-12":"universal-modal__marginBottom-12_vae7n","marginBottom-13":"universal-modal__marginBottom-13_vae7n","marginBottom-14":"universal-modal__marginBottom-14_vae7n","marginBottom-15":"universal-modal__marginBottom-15_vae7n","marginBottom-16":"universal-modal__marginBottom-16_vae7n","marginBottom-17":"universal-modal__marginBottom-17_vae7n","marginBottom-18":"universal-modal__marginBottom-18_vae7n","marginBottom-19":"universal-modal__marginBottom-19_vae7n","marginBottom-20":"universal-modal__marginBottom-20_vae7n","marginBottom-21":"universal-modal__marginBottom-21_vae7n","marginBottom-22":"universal-modal__marginBottom-22_vae7n","marginBottom-23":"universal-modal__marginBottom-23_vae7n","marginBottom-24":"universal-modal__marginBottom-24_vae7n","marginBottom-25":"universal-modal__marginBottom-25_vae7n","marginBottom-26":"universal-modal__marginBottom-26_vae7n","marginBottom-27":"universal-modal__marginBottom-27_vae7n","marginBottom-28":"universal-modal__marginBottom-28_vae7n","marginBottom-29":"universal-modal__marginBottom-29_vae7n","marginBottom-30":"universal-modal__marginBottom-30_vae7n","marginBottom-31":"universal-modal__marginBottom-31_vae7n","marginBottom-32":"universal-modal__marginBottom-32_vae7n","marginBottom-33":"universal-modal__marginBottom-33_vae7n","marginBottom-34":"universal-modal__marginBottom-34_vae7n","marginBottom-35":"universal-modal__marginBottom-35_vae7n","marginBottom-36":"universal-modal__marginBottom-36_vae7n","marginBottom-37":"universal-modal__marginBottom-37_vae7n","marginBottom-38":"universal-modal__marginBottom-38_vae7n","marginBottom-39":"universal-modal__marginBottom-39_vae7n","marginBottom-40":"universal-modal__marginBottom-40_vae7n","marginBottom-41":"universal-modal__marginBottom-41_vae7n","marginBottom-42":"universal-modal__marginBottom-42_vae7n","marginBottom-43":"universal-modal__marginBottom-43_vae7n","marginBottom-44":"universal-modal__marginBottom-44_vae7n","marginBottom-45":"universal-modal__marginBottom-45_vae7n","marginBottom-46":"universal-modal__marginBottom-46_vae7n","marginBottom-47":"universal-modal__marginBottom-47_vae7n","marginBottom-48":"universal-modal__marginBottom-48_vae7n","marginBottom-49":"universal-modal__marginBottom-49_vae7n","marginBottom-50":"universal-modal__marginBottom-50_vae7n","marginBottom-51":"universal-modal__marginBottom-51_vae7n","marginBottom-52":"universal-modal__marginBottom-52_vae7n","marginBottom-53":"universal-modal__marginBottom-53_vae7n","marginBottom-54":"universal-modal__marginBottom-54_vae7n","marginBottom-55":"universal-modal__marginBottom-55_vae7n","marginBottom-56":"universal-modal__marginBottom-56_vae7n","marginBottom-57":"universal-modal__marginBottom-57_vae7n","marginBottom-58":"universal-modal__marginBottom-58_vae7n","marginBottom-59":"universal-modal__marginBottom-59_vae7n","marginBottom-60":"universal-modal__marginBottom-60_vae7n","marginBottom-61":"universal-modal__marginBottom-61_vae7n","marginBottom-62":"universal-modal__marginBottom-62_vae7n","marginBottom-63":"universal-modal__marginBottom-63_vae7n","marginBottom-64":"universal-modal__marginBottom-64_vae7n","marginBottom-65":"universal-modal__marginBottom-65_vae7n","marginBottom-66":"universal-modal__marginBottom-66_vae7n","marginBottom-67":"universal-modal__marginBottom-67_vae7n","marginBottom-68":"universal-modal__marginBottom-68_vae7n","marginBottom-69":"universal-modal__marginBottom-69_vae7n","marginBottom-70":"universal-modal__marginBottom-70_vae7n","marginBottom-71":"universal-modal__marginBottom-71_vae7n","marginBottom-72":"universal-modal__marginBottom-72_vae7n","marginBottom-73":"universal-modal__marginBottom-73_vae7n","marginBottom-74":"universal-modal__marginBottom-74_vae7n","marginBottom-75":"universal-modal__marginBottom-75_vae7n","marginBottom-76":"universal-modal__marginBottom-76_vae7n","marginBottom-77":"universal-modal__marginBottom-77_vae7n","marginBottom-78":"universal-modal__marginBottom-78_vae7n","marginBottom-79":"universal-modal__marginBottom-79_vae7n","marginBottom-80":"universal-modal__marginBottom-80_vae7n","marginBottom-81":"universal-modal__marginBottom-81_vae7n","marginBottom-82":"universal-modal__marginBottom-82_vae7n","marginBottom-83":"universal-modal__marginBottom-83_vae7n","marginBottom-84":"universal-modal__marginBottom-84_vae7n","marginBottom-85":"universal-modal__marginBottom-85_vae7n","marginBottom-86":"universal-modal__marginBottom-86_vae7n","marginBottom-87":"universal-modal__marginBottom-87_vae7n","marginBottom-88":"universal-modal__marginBottom-88_vae7n","marginBottom-89":"universal-modal__marginBottom-89_vae7n","marginBottom-90":"universal-modal__marginBottom-90_vae7n","marginBottom-91":"universal-modal__marginBottom-91_vae7n","marginBottom-92":"universal-modal__marginBottom-92_vae7n","marginBottom-93":"universal-modal__marginBottom-93_vae7n","marginBottom-94":"universal-modal__marginBottom-94_vae7n","marginBottom-95":"universal-modal__marginBottom-95_vae7n","marginBottom-96":"universal-modal__marginBottom-96_vae7n","marginBottom-97":"universal-modal__marginBottom-97_vae7n","marginBottom-98":"universal-modal__marginBottom-98_vae7n","marginBottom-99":"universal-modal__marginBottom-99_vae7n","marginBottom-100":"universal-modal__marginBottom-100_vae7n","marginBottom-101":"universal-modal__marginBottom-101_vae7n","marginBottom-102":"universal-modal__marginBottom-102_vae7n","marginBottom-103":"universal-modal__marginBottom-103_vae7n","marginBottom-104":"universal-modal__marginBottom-104_vae7n","marginBottom-105":"universal-modal__marginBottom-105_vae7n","marginBottom-106":"universal-modal__marginBottom-106_vae7n","marginBottom-107":"universal-modal__marginBottom-107_vae7n","marginBottom-108":"universal-modal__marginBottom-108_vae7n","marginBottom-109":"universal-modal__marginBottom-109_vae7n","marginBottom-110":"universal-modal__marginBottom-110_vae7n","marginBottom-111":"universal-modal__marginBottom-111_vae7n","marginBottom-112":"universal-modal__marginBottom-112_vae7n","marginBottom-113":"universal-modal__marginBottom-113_vae7n","marginBottom-114":"universal-modal__marginBottom-114_vae7n","marginBottom-115":"universal-modal__marginBottom-115_vae7n","marginBottom-116":"universal-modal__marginBottom-116_vae7n","marginBottom-117":"universal-modal__marginBottom-117_vae7n","marginBottom-118":"universal-modal__marginBottom-118_vae7n","marginBottom-119":"universal-modal__marginBottom-119_vae7n","marginBottom-120":"universal-modal__marginBottom-120_vae7n","marginBottom-121":"universal-modal__marginBottom-121_vae7n","marginBottom-122":"universal-modal__marginBottom-122_vae7n","marginBottom-123":"universal-modal__marginBottom-123_vae7n","marginBottom-124":"universal-modal__marginBottom-124_vae7n","marginBottom-125":"universal-modal__marginBottom-125_vae7n","marginBottom-126":"universal-modal__marginBottom-126_vae7n","marginBottom-127":"universal-modal__marginBottom-127_vae7n","marginBottom-128":"universal-modal__marginBottom-128_vae7n","marginLeft-0":"universal-modal__marginLeft-0_vae7n","marginLeft-1":"universal-modal__marginLeft-1_vae7n","marginLeft-2":"universal-modal__marginLeft-2_vae7n","marginLeft-3":"universal-modal__marginLeft-3_vae7n","marginLeft-4":"universal-modal__marginLeft-4_vae7n","marginLeft-5":"universal-modal__marginLeft-5_vae7n","marginLeft-6":"universal-modal__marginLeft-6_vae7n","marginLeft-7":"universal-modal__marginLeft-7_vae7n","marginLeft-8":"universal-modal__marginLeft-8_vae7n","marginLeft-9":"universal-modal__marginLeft-9_vae7n","marginLeft-10":"universal-modal__marginLeft-10_vae7n","marginLeft-11":"universal-modal__marginLeft-11_vae7n","marginLeft-12":"universal-modal__marginLeft-12_vae7n","marginLeft-13":"universal-modal__marginLeft-13_vae7n","marginLeft-14":"universal-modal__marginLeft-14_vae7n","marginLeft-15":"universal-modal__marginLeft-15_vae7n","marginLeft-16":"universal-modal__marginLeft-16_vae7n","marginLeft-17":"universal-modal__marginLeft-17_vae7n","marginLeft-18":"universal-modal__marginLeft-18_vae7n","marginLeft-19":"universal-modal__marginLeft-19_vae7n","marginLeft-20":"universal-modal__marginLeft-20_vae7n","marginLeft-21":"universal-modal__marginLeft-21_vae7n","marginLeft-22":"universal-modal__marginLeft-22_vae7n","marginLeft-23":"universal-modal__marginLeft-23_vae7n","marginLeft-24":"universal-modal__marginLeft-24_vae7n","marginLeft-25":"universal-modal__marginLeft-25_vae7n","marginLeft-26":"universal-modal__marginLeft-26_vae7n","marginLeft-27":"universal-modal__marginLeft-27_vae7n","marginLeft-28":"universal-modal__marginLeft-28_vae7n","marginLeft-29":"universal-modal__marginLeft-29_vae7n","marginLeft-30":"universal-modal__marginLeft-30_vae7n","marginLeft-31":"universal-modal__marginLeft-31_vae7n","marginLeft-32":"universal-modal__marginLeft-32_vae7n","marginLeft-33":"universal-modal__marginLeft-33_vae7n","marginLeft-34":"universal-modal__marginLeft-34_vae7n","marginLeft-35":"universal-modal__marginLeft-35_vae7n","marginLeft-36":"universal-modal__marginLeft-36_vae7n","marginLeft-37":"universal-modal__marginLeft-37_vae7n","marginLeft-38":"universal-modal__marginLeft-38_vae7n","marginLeft-39":"universal-modal__marginLeft-39_vae7n","marginLeft-40":"universal-modal__marginLeft-40_vae7n","marginLeft-41":"universal-modal__marginLeft-41_vae7n","marginLeft-42":"universal-modal__marginLeft-42_vae7n","marginLeft-43":"universal-modal__marginLeft-43_vae7n","marginLeft-44":"universal-modal__marginLeft-44_vae7n","marginLeft-45":"universal-modal__marginLeft-45_vae7n","marginLeft-46":"universal-modal__marginLeft-46_vae7n","marginLeft-47":"universal-modal__marginLeft-47_vae7n","marginLeft-48":"universal-modal__marginLeft-48_vae7n","marginLeft-49":"universal-modal__marginLeft-49_vae7n","marginLeft-50":"universal-modal__marginLeft-50_vae7n","marginLeft-51":"universal-modal__marginLeft-51_vae7n","marginLeft-52":"universal-modal__marginLeft-52_vae7n","marginLeft-53":"universal-modal__marginLeft-53_vae7n","marginLeft-54":"universal-modal__marginLeft-54_vae7n","marginLeft-55":"universal-modal__marginLeft-55_vae7n","marginLeft-56":"universal-modal__marginLeft-56_vae7n","marginLeft-57":"universal-modal__marginLeft-57_vae7n","marginLeft-58":"universal-modal__marginLeft-58_vae7n","marginLeft-59":"universal-modal__marginLeft-59_vae7n","marginLeft-60":"universal-modal__marginLeft-60_vae7n","marginLeft-61":"universal-modal__marginLeft-61_vae7n","marginLeft-62":"universal-modal__marginLeft-62_vae7n","marginLeft-63":"universal-modal__marginLeft-63_vae7n","marginLeft-64":"universal-modal__marginLeft-64_vae7n","marginLeft-65":"universal-modal__marginLeft-65_vae7n","marginLeft-66":"universal-modal__marginLeft-66_vae7n","marginLeft-67":"universal-modal__marginLeft-67_vae7n","marginLeft-68":"universal-modal__marginLeft-68_vae7n","marginLeft-69":"universal-modal__marginLeft-69_vae7n","marginLeft-70":"universal-modal__marginLeft-70_vae7n","marginLeft-71":"universal-modal__marginLeft-71_vae7n","marginLeft-72":"universal-modal__marginLeft-72_vae7n","marginLeft-73":"universal-modal__marginLeft-73_vae7n","marginLeft-74":"universal-modal__marginLeft-74_vae7n","marginLeft-75":"universal-modal__marginLeft-75_vae7n","marginLeft-76":"universal-modal__marginLeft-76_vae7n","marginLeft-77":"universal-modal__marginLeft-77_vae7n","marginLeft-78":"universal-modal__marginLeft-78_vae7n","marginLeft-79":"universal-modal__marginLeft-79_vae7n","marginLeft-80":"universal-modal__marginLeft-80_vae7n","marginLeft-81":"universal-modal__marginLeft-81_vae7n","marginLeft-82":"universal-modal__marginLeft-82_vae7n","marginLeft-83":"universal-modal__marginLeft-83_vae7n","marginLeft-84":"universal-modal__marginLeft-84_vae7n","marginLeft-85":"universal-modal__marginLeft-85_vae7n","marginLeft-86":"universal-modal__marginLeft-86_vae7n","marginLeft-87":"universal-modal__marginLeft-87_vae7n","marginLeft-88":"universal-modal__marginLeft-88_vae7n","marginLeft-89":"universal-modal__marginLeft-89_vae7n","marginLeft-90":"universal-modal__marginLeft-90_vae7n","marginLeft-91":"universal-modal__marginLeft-91_vae7n","marginLeft-92":"universal-modal__marginLeft-92_vae7n","marginLeft-93":"universal-modal__marginLeft-93_vae7n","marginLeft-94":"universal-modal__marginLeft-94_vae7n","marginLeft-95":"universal-modal__marginLeft-95_vae7n","marginLeft-96":"universal-modal__marginLeft-96_vae7n","marginLeft-97":"universal-modal__marginLeft-97_vae7n","marginLeft-98":"universal-modal__marginLeft-98_vae7n","marginLeft-99":"universal-modal__marginLeft-99_vae7n","marginLeft-100":"universal-modal__marginLeft-100_vae7n","marginLeft-101":"universal-modal__marginLeft-101_vae7n","marginLeft-102":"universal-modal__marginLeft-102_vae7n","marginLeft-103":"universal-modal__marginLeft-103_vae7n","marginLeft-104":"universal-modal__marginLeft-104_vae7n","marginLeft-105":"universal-modal__marginLeft-105_vae7n","marginLeft-106":"universal-modal__marginLeft-106_vae7n","marginLeft-107":"universal-modal__marginLeft-107_vae7n","marginLeft-108":"universal-modal__marginLeft-108_vae7n","marginLeft-109":"universal-modal__marginLeft-109_vae7n","marginLeft-110":"universal-modal__marginLeft-110_vae7n","marginLeft-111":"universal-modal__marginLeft-111_vae7n","marginLeft-112":"universal-modal__marginLeft-112_vae7n","marginLeft-113":"universal-modal__marginLeft-113_vae7n","marginLeft-114":"universal-modal__marginLeft-114_vae7n","marginLeft-115":"universal-modal__marginLeft-115_vae7n","marginLeft-116":"universal-modal__marginLeft-116_vae7n","marginLeft-117":"universal-modal__marginLeft-117_vae7n","marginLeft-118":"universal-modal__marginLeft-118_vae7n","marginLeft-119":"universal-modal__marginLeft-119_vae7n","marginLeft-120":"universal-modal__marginLeft-120_vae7n","marginLeft-121":"universal-modal__marginLeft-121_vae7n","marginLeft-122":"universal-modal__marginLeft-122_vae7n","marginLeft-123":"universal-modal__marginLeft-123_vae7n","marginLeft-124":"universal-modal__marginLeft-124_vae7n","marginLeft-125":"universal-modal__marginLeft-125_vae7n","marginLeft-126":"universal-modal__marginLeft-126_vae7n","marginLeft-127":"universal-modal__marginLeft-127_vae7n","marginLeft-128":"universal-modal__marginLeft-128_vae7n"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,11 +1,11 @@
1
- .universal-modal__appear_c8quw,
2
- .universal-modal__enter_c8quw {
1
+ .universal-modal__appear_p9wi9,
2
+ .universal-modal__enter_p9wi9 {
3
3
  opacity: 0;
4
4
  transform: translateY(15px) translateZ(0);
5
5
  }
6
6
 
7
- .universal-modal__appearActive_c8quw,
8
- .universal-modal__enterActive_c8quw {
7
+ .universal-modal__appearActive_p9wi9,
8
+ .universal-modal__enterActive_p9wi9 {
9
9
  opacity: 1;
10
10
  transform: translateY(0) translateZ(0);
11
11
  transition:
@@ -13,12 +13,12 @@
13
13
  transform 200ms ease-in;
14
14
  }
15
15
 
16
- .universal-modal__exit_c8quw {
16
+ .universal-modal__exit_p9wi9 {
17
17
  opacity: 1;
18
18
  }
19
19
 
20
- .universal-modal__exitActive_c8quw,
21
- .universal-modal__exitDone_c8quw {
20
+ .universal-modal__exitActive_p9wi9,
21
+ .universal-modal__exitDone_p9wi9 {
22
22
  opacity: 0;
23
23
  transform: translateY(15px) translateZ(0);
24
24
  transition:
@@ -1,6 +1,6 @@
1
1
  import './safari-transitions.css';
2
2
 
3
- var safariTransitions = {"appear":"universal-modal__appear_c8quw","enter":"universal-modal__enter_c8quw","appearActive":"universal-modal__appearActive_c8quw","enterActive":"universal-modal__enterActive_c8quw","exit":"universal-modal__exit_c8quw","exitActive":"universal-modal__exitActive_c8quw","exitDone":"universal-modal__exitDone_c8quw"};
3
+ var safariTransitions = {"appear":"universal-modal__appear_p9wi9","enter":"universal-modal__enter_p9wi9","appearActive":"universal-modal__appearActive_p9wi9","enterActive":"universal-modal__enterActive_p9wi9","exit":"universal-modal__exit_p9wi9","exitActive":"universal-modal__exitActive_p9wi9","exitDone":"universal-modal__exitDone_p9wi9"};
4
4
 
5
5
  export { safariTransitions as default };
6
6
  //# sourceMappingURL=safari-transitions.module.css.js.map
@@ -1,11 +1,11 @@
1
- .universal-modal__appear_lfbfu,
2
- .universal-modal__enter_lfbfu {
1
+ .universal-modal__appear_1v64i,
2
+ .universal-modal__enter_1v64i {
3
3
  opacity: 0;
4
4
  transform: scale(0.9) translateZ(0);
5
5
  }
6
6
 
7
- .universal-modal__appearActive_lfbfu,
8
- .universal-modal__enterActive_lfbfu {
7
+ .universal-modal__appearActive_1v64i,
8
+ .universal-modal__enterActive_1v64i {
9
9
  opacity: 1;
10
10
  transform: translateX(0) translateZ(0);
11
11
  transition:
@@ -13,12 +13,12 @@
13
13
  transform 200ms ease-in;
14
14
  }
15
15
 
16
- .universal-modal__exit_lfbfu {
16
+ .universal-modal__exit_1v64i {
17
17
  opacity: 1;
18
18
  }
19
19
 
20
- .universal-modal__exitActive_lfbfu,
21
- .universal-modal__exitDone_lfbfu {
20
+ .universal-modal__exitActive_1v64i,
21
+ .universal-modal__exitDone_1v64i {
22
22
  opacity: 0;
23
23
  transform: scale(0.9) translateZ(0);
24
24
  transition:
@@ -1,6 +1,6 @@
1
1
  import './transitions.css';
2
2
 
3
- var transitions = {"appear":"universal-modal__appear_lfbfu","enter":"universal-modal__enter_lfbfu","appearActive":"universal-modal__appearActive_lfbfu","enterActive":"universal-modal__enterActive_lfbfu","exit":"universal-modal__exit_lfbfu","exitActive":"universal-modal__exitActive_lfbfu","exitDone":"universal-modal__exitDone_lfbfu"};
3
+ var transitions = {"appear":"universal-modal__appear_1v64i","enter":"universal-modal__enter_1v64i","appearActive":"universal-modal__appearActive_1v64i","enterActive":"universal-modal__enterActive_1v64i","exit":"universal-modal__exit_1v64i","exitActive":"universal-modal__exitActive_1v64i","exitDone":"universal-modal__exitDone_1v64i"};
4
4
 
5
5
  export { transitions as default };
6
6
  //# sourceMappingURL=transitions.module.css.js.map
@@ -1,6 +1,6 @@
1
1
  :root {
2
2
  --gap-0: 0px;
3
3
  }
4
- .universal-modal__sticky_tqhg2 {
4
+ .universal-modal__sticky_174ey {
5
5
  bottom: var(--gap-0);
6
6
  }
@@ -1,6 +1,6 @@
1
1
  import './desktop.css';
2
2
 
3
- var styles = {"sticky":"universal-modal__sticky_tqhg2"};
3
+ var styles = {"sticky":"universal-modal__sticky_174ey"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=desktop.module.css.js.map
@@ -6,29 +6,29 @@
6
6
  --gap-12: var(--gap-s);
7
7
  --gap-16: var(--gap-m);
8
8
  }
9
- .universal-modal__column_wet8n {
9
+ .universal-modal__column_jorx9 {
10
10
  display: flex;
11
11
  flex-direction: column;
12
12
  gap: var(--gap-8);
13
13
  }
14
- .universal-modal__column_wet8n.universal-modal__middle_wet8n {
14
+ .universal-modal__column_jorx9.universal-modal__middle_jorx9 {
15
15
  gap: var(--gap-12);
16
16
  }
17
- .universal-modal__start_wet8n {
17
+ .universal-modal__start_jorx9 {
18
18
  justify-content: flex-start;
19
19
  }
20
- .universal-modal__center_wet8n {
20
+ .universal-modal__center_jorx9 {
21
21
  justify-content: center;
22
22
  }
23
- .universal-modal__space-between_wet8n {
23
+ .universal-modal__space-between_jorx9 {
24
24
  justify-content: space-between;
25
25
  }
26
- .universal-modal__space-between_wet8n > * {
26
+ .universal-modal__space-between_jorx9 > * {
27
27
  flex: 1;
28
28
  }
29
- .universal-modal__start_wet8n,
30
- .universal-modal__center_wet8n,
31
- .universal-modal__space-between_wet8n {
29
+ .universal-modal__start_jorx9,
30
+ .universal-modal__center_jorx9,
31
+ .universal-modal__space-between_jorx9 {
32
32
  display: flex;
33
33
  gap: var(--gap-16);
34
34
  }
@@ -1,6 +1,6 @@
1
1
  import './layout.css';
2
2
 
3
- var layoutStyles = {"column":"universal-modal__column_wet8n","middle":"universal-modal__middle_wet8n","start":"universal-modal__start_wet8n","center":"universal-modal__center_wet8n","space-between":"universal-modal__space-between_wet8n"};
3
+ var layoutStyles = {"column":"universal-modal__column_jorx9","middle":"universal-modal__middle_jorx9","start":"universal-modal__start_jorx9","center":"universal-modal__center_jorx9","space-between":"universal-modal__space-between_jorx9"};
4
4
 
5
5
  export { layoutStyles as default };
6
6
  //# sourceMappingURL=layout.module.css.js.map
@@ -8,41 +8,36 @@
8
8
  --gap-20: var(--gap-l);
9
9
  }
10
10
  :root {
11
- --font-family-alfasans:
12
- 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
13
- Helvetica, sans-serif;
11
+ --font-family-system:
12
+ system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
14
13
  }
15
- .universal-modal__header_19uwu {
14
+ .universal-modal__header_1gf5a {
16
15
  padding: var(--gap-20) var(--gap-20) 0;
17
16
  }
18
- .universal-modal__header_19uwu .universal-modal__headerTitle_19uwu {
17
+ .universal-modal__header_1gf5a .universal-modal__headerTitle_1gf5a {
19
18
  font-size: 22px;
20
19
  line-height: 26px;
21
20
  font-weight: 700;
22
- letter-spacing: 0.2px;
23
- font-family: var(--font-family-alfasans);
21
+ font-family: var(--font-family-system);
24
22
  padding: 11px var(--gap-12);
25
23
  }
26
- .universal-modal__header_19uwu .universal-modal__bottomAddons_19uwu {
24
+ .universal-modal__header_1gf5a .universal-modal__bottomAddons_1gf5a {
27
25
  font-size: 22px;
28
26
  line-height: 26px;
29
27
  font-weight: 700;
30
- letter-spacing: 0.2px;
31
- font-family: var(--font-family-alfasans);
28
+ font-family: var(--font-family-system);
32
29
  padding: var(--gap-6) var(--gap-12) var(--gap-16);
33
30
  }
34
- .universal-modal__header_19uwu.universal-modal__medium_19uwu .universal-modal__headerTitle_19uwu {
31
+ .universal-modal__header_1gf5a.universal-modal__medium_1gf5a .universal-modal__headerTitle_1gf5a {
35
32
  font-size: 30px;
36
33
  line-height: 36px;
37
34
  font-weight: 700;
38
- letter-spacing: 0.1px;
39
- font-family: var(--font-family-alfasans);
35
+ font-family: var(--font-family-system);
40
36
  padding: var(--gap-6) var(--gap-12) var(--gap-16);
41
37
  }
42
- .universal-modal__header_19uwu.universal-modal__medium_19uwu .universal-modal__bottomAddons_19uwu {
38
+ .universal-modal__header_1gf5a.universal-modal__medium_1gf5a .universal-modal__bottomAddons_1gf5a {
43
39
  font-size: 30px;
44
40
  line-height: 36px;
45
41
  font-weight: 700;
46
- letter-spacing: 0.1px;
47
- font-family: var(--font-family-alfasans);
42
+ font-family: var(--font-family-system);
48
43
  }
@@ -1,6 +1,6 @@
1
1
  import './desktop.css';
2
2
 
3
- var desktopStyles = {"header":"universal-modal__header_19uwu","headerTitle":"universal-modal__headerTitle_19uwu","bottomAddons":"universal-modal__bottomAddons_19uwu","medium":"universal-modal__medium_19uwu"};
3
+ var desktopStyles = {"header":"universal-modal__header_1gf5a","headerTitle":"universal-modal__headerTitle_1gf5a","bottomAddons":"universal-modal__bottomAddons_1gf5a","medium":"universal-modal__medium_1gf5a"};
4
4
 
5
5
  export { desktopStyles as default };
6
6
  //# sourceMappingURL=desktop.module.css.js.map
@@ -1,15 +1,15 @@
1
- .universal-modal__scrollable_1gy0g {
1
+ .universal-modal__scrollable_18je5 {
2
2
  height: 100%;
3
3
  }
4
- .universal-modal__scrollable_1gy0g .universal-modal__scrollableNode_1gy0g.universal-modal__scrollableNode_1gy0g {
4
+ .universal-modal__scrollable_18je5 .universal-modal__scrollableNode_18je5.universal-modal__scrollableNode_18je5 {
5
5
  display: flex;
6
6
  flex-direction: column;
7
7
  }
8
- .universal-modal__scrollable_1gy0g .universal-modal__scrollableNode_1gy0g.universal-modal__scrollableNode_1gy0g .universal-modal__contentNode_1gy0g {
8
+ .universal-modal__scrollable_18je5 .universal-modal__scrollableNode_18je5.universal-modal__scrollableNode_18je5 .universal-modal__contentNode_18je5 {
9
9
  display: flex;
10
10
 
11
11
  flex-direction: column;
12
12
  }
13
- .universal-modal__scrollable_1gy0g .universal-modal__scrollableNode_1gy0g.universal-modal__scrollableNode_1gy0g .universal-modal__contentNode_1gy0g:not(.universal-modal__hugContent_1gy0g) {
13
+ .universal-modal__scrollable_18je5 .universal-modal__scrollableNode_18je5.universal-modal__scrollableNode_18je5 .universal-modal__contentNode_18je5:not(.universal-modal__hugContent_18je5) {
14
14
  flex: 1 1 auto;
15
15
  }
@@ -1,6 +1,6 @@
1
1
  import './modal-content.css';
2
2
 
3
- var styles = {"scrollable":"universal-modal__scrollable_1gy0g","scrollableNode":"universal-modal__scrollableNode_1gy0g","contentNode":"universal-modal__contentNode_1gy0g","hugContent":"universal-modal__hugContent_1gy0g"};
3
+ var styles = {"scrollable":"universal-modal__scrollable_18je5","scrollableNode":"universal-modal__scrollableNode_18je5","contentNode":"universal-modal__contentNode_18je5","hugContent":"universal-modal__hugContent_18je5"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=modal-content.module.css.js.map