gent_styleguide 7.2.2 → 7.2.4

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 (82) hide show
  1. package/build/css/main.css +1 -1
  2. package/build/css/styleguide.css +1 -1
  3. package/build/styleguide/fonts/gent-icons-v7.eot +0 -0
  4. package/build/styleguide/fonts/gent-icons-v7.svg +146 -146
  5. package/build/styleguide/fonts/gent-icons-v7.ttf +0 -0
  6. package/build/styleguide/fonts/gent-icons-v7.woff +0 -0
  7. package/build/styleguide/fonts/gent-icons-v7.woff2 +0 -0
  8. package/build/styleguide/sass/11-base/fonts/_icons.scss +172 -172
  9. package/build/styleguide/sass/31-molecules/partner-block/_partner-block.scss +8 -1
  10. package/build/styleguide/sass/31-molecules/teaser/_teaser.scss +67 -5
  11. package/build/styleguide/vendor/swiper/modules/a11y.min.mjs +1 -1
  12. package/build/styleguide/vendor/swiper/modules/a11y.min.mjs.map +1 -1
  13. package/build/styleguide/vendor/swiper/modules/a11y.mjs +4 -2
  14. package/build/styleguide/vendor/swiper/modules/autoplay.min.mjs +1 -1
  15. package/build/styleguide/vendor/swiper/modules/autoplay.min.mjs.map +1 -1
  16. package/build/styleguide/vendor/swiper/modules/autoplay.mjs +17 -14
  17. package/build/styleguide/vendor/swiper/modules/grid.min.mjs +1 -1
  18. package/build/styleguide/vendor/swiper/modules/grid.min.mjs.map +1 -1
  19. package/build/styleguide/vendor/swiper/modules/grid.mjs +1 -1
  20. package/build/styleguide/vendor/swiper/modules/keyboard.min.mjs +1 -1
  21. package/build/styleguide/vendor/swiper/modules/keyboard.min.mjs.map +1 -1
  22. package/build/styleguide/vendor/swiper/modules/keyboard.mjs +7 -5
  23. package/build/styleguide/vendor/swiper/modules/navigation-element.css +26 -6
  24. package/build/styleguide/vendor/swiper/modules/navigation-element.min.css +1 -1
  25. package/build/styleguide/vendor/swiper/modules/navigation.css +7 -0
  26. package/build/styleguide/vendor/swiper/modules/navigation.min.css +1 -1
  27. package/build/styleguide/vendor/swiper/modules/thumbs.min.mjs +1 -1
  28. package/build/styleguide/vendor/swiper/modules/thumbs.min.mjs.map +1 -1
  29. package/build/styleguide/vendor/swiper/modules/thumbs.mjs +23 -4
  30. package/build/styleguide/vendor/swiper/modules/zoom.min.mjs +1 -1
  31. package/build/styleguide/vendor/swiper/modules/zoom.min.mjs.map +1 -1
  32. package/build/styleguide/vendor/swiper/modules/zoom.mjs +2 -0
  33. package/build/styleguide/vendor/swiper/package.json +2 -2
  34. package/build/styleguide/vendor/swiper/shared/classes-to-selector.min.mjs +1 -1
  35. package/build/styleguide/vendor/swiper/shared/classes-to-selector.min.mjs.map +1 -1
  36. package/build/styleguide/vendor/swiper/shared/classes-to-selector.mjs +2 -1
  37. package/build/styleguide/vendor/swiper/shared/swiper-core.min.mjs +1 -1
  38. package/build/styleguide/vendor/swiper/shared/swiper-core.min.mjs.map +1 -1
  39. package/build/styleguide/vendor/swiper/shared/swiper-core.mjs +62 -11
  40. package/build/styleguide/vendor/swiper/shared/update-swiper.min.mjs +1 -1
  41. package/build/styleguide/vendor/swiper/shared/update-swiper.min.mjs.map +1 -1
  42. package/build/styleguide/vendor/swiper/shared/update-swiper.mjs +1 -1
  43. package/build/styleguide/vendor/swiper/shared/utils.min.mjs +1 -1
  44. package/build/styleguide/vendor/swiper/shared/utils.min.mjs.map +1 -1
  45. package/build/styleguide/vendor/swiper/shared/utils.mjs +1 -2
  46. package/build/styleguide/vendor/swiper/swiper-bundle.css +24 -3
  47. package/build/styleguide/vendor/swiper/swiper-bundle.js +125 -46
  48. package/build/styleguide/vendor/swiper/swiper-bundle.min.css +4 -4
  49. package/build/styleguide/vendor/swiper/swiper-bundle.min.js +4 -4
  50. package/build/styleguide/vendor/swiper/swiper-bundle.min.js.map +1 -1
  51. package/build/styleguide/vendor/swiper/swiper-bundle.min.mjs +3 -3
  52. package/build/styleguide/vendor/swiper/swiper-bundle.mjs +3 -3
  53. package/build/styleguide/vendor/swiper/swiper-effect-utils.min.mjs +3 -3
  54. package/build/styleguide/vendor/swiper/swiper-effect-utils.mjs +3 -3
  55. package/build/styleguide/vendor/swiper/swiper-element-bundle.js +132 -53
  56. package/build/styleguide/vendor/swiper/swiper-element-bundle.min.js +4 -4
  57. package/build/styleguide/vendor/swiper/swiper-element-bundle.min.js.map +1 -1
  58. package/build/styleguide/vendor/swiper/swiper-element-bundle.min.mjs +4 -4
  59. package/build/styleguide/vendor/swiper/swiper-element-bundle.min.mjs.map +1 -1
  60. package/build/styleguide/vendor/swiper/swiper-element-bundle.mjs +6 -6
  61. package/build/styleguide/vendor/swiper/swiper-element.d.ts +16 -16
  62. package/build/styleguide/vendor/swiper/swiper-element.js +73 -23
  63. package/build/styleguide/vendor/swiper/swiper-element.min.js +4 -4
  64. package/build/styleguide/vendor/swiper/swiper-element.min.js.map +1 -1
  65. package/build/styleguide/vendor/swiper/swiper-element.min.mjs +4 -4
  66. package/build/styleguide/vendor/swiper/swiper-element.min.mjs.map +1 -1
  67. package/build/styleguide/vendor/swiper/swiper-element.mjs +6 -6
  68. package/build/styleguide/vendor/swiper/swiper-react.d.ts +16 -16
  69. package/build/styleguide/vendor/swiper/swiper-react.mjs +11 -5
  70. package/build/styleguide/vendor/swiper/swiper-vue.d.ts +20 -16
  71. package/build/styleguide/vendor/swiper/swiper-vue.mjs +11 -5
  72. package/build/styleguide/vendor/swiper/swiper.css +17 -3
  73. package/build/styleguide/vendor/swiper/swiper.js +66 -16
  74. package/build/styleguide/vendor/swiper/swiper.min.css +4 -4
  75. package/build/styleguide/vendor/swiper/swiper.min.js +4 -4
  76. package/build/styleguide/vendor/swiper/swiper.min.js.map +1 -1
  77. package/build/styleguide/vendor/swiper/swiper.min.mjs +3 -3
  78. package/build/styleguide/vendor/swiper/swiper.mjs +3 -3
  79. package/build/styleguide/vendor/swiper/types/modules/keyboard.d.ts +6 -0
  80. package/build/styleguide/vendor/swiper/types/modules/thumbs.d.ts +1 -1
  81. package/build/styleguide/vendor/swiper/types/swiper-options.d.ts +11 -2
  82. package/package.json +5 -4
@@ -1 +1 @@
1
- abbr,address,article,aside,audio,b,blockquote,body,body div,caption,cite,code,dd,del,dfn,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}article,aside,figure,footer,header,hgroup,main,nav,section{display:block}.full-width{left:50%;margin-left:-50vw;margin-right:-50vw;position:relative;right:50%;width:100vw}.container:after,.container:before{content:" ";display:table}.container:after{clear:both}.container{overflow:hidden;padding:0 1rem}@media screen and (min-width:1680px){.container{margin:0 auto;max-width:100%;width:1680px}}.content-container{margin:0 auto;max-width:1170px}.color-wrapper{border-radius:.2rem;margin-bottom:2rem;padding:1rem}.color-wrapper.white{background-color:#001823;color:#fff}.color-wrapper p{margin:0}.color-wrapper code{display:block;font-size:.6rem;white-space:nowrap}.color-wrapper .color{border:1px solid rgba(0,0,0,.2);border-radius:50%;height:6rem;margin-bottom:1rem;margin-right:1rem;overflow:hidden;position:relative;width:6rem}.color-wrapper .color-variants>div{display:-webkit-box;display:flex;-webkit-box-flex:1;flex:auto;flex-wrap:wrap}.color-wrapper .color-variants .color-box{padding:.5rem}.color-wrapper .color-variants .color{height:3rem;margin:.5rem;width:3rem}.color-swatch-gray-1{background-color:#001620}.color-swatch-gray-2{background-color:#00121a}.color-swatch-gray-3{background-color:#000c12}.color-swatch-gray--1{background-color:#40525a}.color-swatch-gray--2{background-color:#66747b}.color-swatch-gray--3{background-color:#808c91}.color-swatch-gray--4{background-color:#bfc5c8}.color-swatch-gray--5{background-color:#e6e8e9}.color-swatch-gray--6{background-color:#f0f1f2}.color-swatch-gray--7{background-color:#fafafb}.color-swatch-gray-medium-1{background-color:#5e676c}.color-swatch-gray-medium-2{background-color:#4e565a}.color-swatch-gray-medium-3{background-color:#34393c}.color-swatch-gray-medium--1{background-color:#8e959a}.color-swatch-gray-medium--2{background-color:#a4aaae}.color-swatch-gray-medium--3{background-color:#b4b9bc}.color-swatch-gray-medium--4{background-color:#d9dcdd}.color-swatch-gray-medium--5{background-color:#f0f1f2}.color-swatch-gray-medium--6{background-color:#f6f7f7}.color-swatch-gray-medium--7{background-color:#fcfcfc}.color-swatch-gray-light-1{background-color:#cfd1d3}.color-swatch-gray-light-2{background-color:#adaeb0}.color-swatch-gray-light-3{background-color:#737475}.color-swatch-gray-light--1{background-color:#eceeef}.color-swatch-gray-light--2{background-color:#f0f1f2}.color-swatch-gray-light--3{background-color:#f3f4f5}.color-swatch-gray-light--4{background-color:#f9f9fa}.color-swatch-gray-light--5{background-color:#fdfdfd}.color-swatch-gray-light--6{background-color:#fefefe}.color-swatch-gray-light--7{background-color:#fff}.color-swatch-gray-ultra-light-1{background-color:#d8d9da}.color-swatch-gray-ultra-light-2{background-color:#b4b5b6}.color-swatch-gray-ultra-light-3{background-color:#787979}.color-swatch-gray-ultra-light--1{background-color:#f4f5f5}.color-swatch-gray-ultra-light--2{background-color:#f6f7f7}.color-swatch-gray-ultra-light--3{background-color:#f8f8f9}.color-swatch-gray-ultra-light--4{background-color:#fbfcfc}.color-swatch-gray-ultra-light--5,.color-swatch-gray-ultra-light--6{background-color:#fefefe}.color-swatch-gray-ultra-light--7{background-color:#fff}.color-swatch-blue-1{background-color:#005298}.color-swatch-blue-2{background-color:#00447f}.color-swatch-blue-3{background-color:#002e55}.color-swatch-blue--1{background-color:#4084bf}.color-swatch-blue--2{background-color:#669dcb}.color-swatch-blue--3{background-color:#80add4}.color-swatch-blue--4{background-color:#bfd6ea}.color-swatch-blue--5{background-color:#e6eff6}.color-swatch-blue--6{background-color:#f0f5fa}.color-swatch-blue--7{background-color:#fafcfd}.color-swatch-blue-light-1{background-color:#b8c8d6}.color-swatch-blue-light-2{background-color:#99a7b3}.color-swatch-blue-light-3{background-color:#666f77}.color-swatch-blue-light--1{background-color:#d9e6f2}.color-swatch-blue-light--2{background-color:#e0ebf5}.color-swatch-blue-light--3{background-color:#e6eff7}.color-swatch-blue-light--4{background-color:#f2f7fb}.color-swatch-blue-light--5{background-color:#fafcfd}.color-swatch-blue-light--6{background-color:#fcfdfe}.color-swatch-blue-light--7{background-color:#fefeff}.color-swatch-yellow-1{background-color:#e6c551}.color-swatch-yellow-2{background-color:#bfa444}.color-swatch-yellow-3{background-color:#806e2d}.color-swatch-yellow--1{background-color:#ffe483}.color-swatch-yellow--2{background-color:#ffe99c}.color-swatch-yellow--3{background-color:#ffedad}.color-swatch-yellow--4{background-color:#fff6d6}.color-swatch-yellow--5{background-color:#fffbef}.color-swatch-yellow--6{background-color:#fffdf5}.color-swatch-yellow--7{background-color:#fffefc}.color-swatch-yellow-pastel-1{background-color:#e6d484}.color-swatch-yellow-pastel-2{background-color:#bfb16e}.color-swatch-yellow-pastel-3{background-color:#80764a}.color-swatch-yellow-pastel--1{background-color:#fff1ae}.color-swatch-yellow-pastel--2{background-color:#fff4be}.color-swatch-yellow-pastel--3{background-color:#fff6c9}.color-swatch-yellow-pastel--4{background-color:#fffae4}.color-swatch-yellow-pastel--5{background-color:#fffdf4}.color-swatch-yellow-pastel--6{background-color:#fffef9}.color-swatch-yellow-pastel--7{background-color:#fffffd}.color-swatch-yellow-light-1{background-color:#e6dfbf}.color-swatch-yellow-light-2{background-color:#bfba9f}.color-swatch-yellow-light-3{background-color:#807c6a}.color-swatch-yellow-light--1{background-color:#fffadf}.color-swatch-yellow-light--2{background-color:#fffbe5}.color-swatch-yellow-light--3{background-color:#fffcea}.color-swatch-yellow-light--4{background-color:#fffdf4}.color-swatch-yellow-light--5{background-color:#fffefb}.color-swatch-yellow-light--6{background-color:#fffffc}.color-swatch-yellow-light--7{background-color:#fffffe}.color-swatch-cyan-1{background-color:#008dca}.color-swatch-cyan-2{background-color:#0076a8}.color-swatch-cyan-3{background-color:#004f70}.color-swatch-cyan--1{background-color:#40b6e8}.color-swatch-cyan--2{background-color:#66c4ec}.color-swatch-cyan--3{background-color:#80cef0}.color-swatch-cyan--4{background-color:#bfe7f7}.color-swatch-cyan--5{background-color:#e6f5fc}.color-swatch-cyan--6{background-color:#f0f9fd}.color-swatch-cyan--7{background-color:#fafdfe}.color-swatch-cyan-pastel-1{background-color:#71c3e6}.color-swatch-cyan-pastel-2{background-color:#5fa3bf}.color-swatch-cyan-pastel-3{background-color:#3f6d80}.color-swatch-cyan-pastel--1{background-color:#9ee3ff}.color-swatch-cyan-pastel--2{background-color:#b2e8ff}.color-swatch-cyan-pastel--3{background-color:#bfecff}.color-swatch-cyan-pastel--4{background-color:#dff6ff}.color-swatch-cyan-pastel--5{background-color:#f2fbff}.color-swatch-cyan-pastel--6{background-color:#f7fdff}.color-swatch-cyan-pastel--7{background-color:#fcfeff}.color-swatch-cyan-light-1{background-color:#cfdfe6}.color-swatch-cyan-light-2{background-color:#adbabf}.color-swatch-cyan-light-3{background-color:#737c80}.color-swatch-cyan-light--1{background-color:#ecfaff}.color-swatch-cyan-light--2{background-color:#f0fbff}.color-swatch-cyan-light--3{background-color:#f3fcff}.color-swatch-cyan-light--4{background-color:#f9fdff}.color-swatch-cyan-light--5{background-color:#fdfeff}.color-swatch-cyan-light--6{background-color:#feffff}.color-swatch-cyan-light--7{background-color:#fff}.color-swatch-cyan-hover-1{background-color:#17a9e6}.color-swatch-cyan-hover-2{background-color:#148dbf}.color-swatch-cyan-hover-3{background-color:#0d5e80}.color-swatch-cyan-hover--1{background-color:#53cdff}.color-swatch-cyan-hover--2{background-color:#76d7ff}.color-swatch-cyan-hover--3{background-color:#8ddeff}.color-swatch-cyan-hover--4{background-color:#c6eeff}.color-swatch-cyan-hover--5{background-color:#e8f8ff}.color-swatch-cyan-hover--6{background-color:#f1fbff}.color-swatch-cyan-hover--7{background-color:#fafeff}.color-swatch-red-1{background-color:#d30c2e}.color-swatch-red-2{background-color:#b00a26}.color-swatch-red-3{background-color:#75071a}.color-swatch-red--1{background-color:#ef4a66}.color-swatch-red--2{background-color:#f26e85}.color-swatch-red--3{background-color:#f58699}.color-swatch-red--4{background-color:#fac3cc}.color-swatch-red--5{background-color:#fde7eb}.color-swatch-red--6{background-color:#fef0f3}.color-swatch-red--7{background-color:#fffafb}.color-swatch-red-pastel-1{background-color:#e67c8d}.color-swatch-red-pastel-2{background-color:#bf6876}.color-swatch-red-pastel-3{background-color:#80454f}.color-swatch-red-pastel--1{background-color:#ffa7b6}.color-swatch-red-pastel--2{background-color:#ffb9c4}.color-swatch-red-pastel--3{background-color:#ffc5ce}.color-swatch-red-pastel--4{background-color:#ffe2e7}.color-swatch-red-pastel--5{background-color:#fff3f5}.color-swatch-red-pastel--6{background-color:#fff8f9}.color-swatch-red-pastel--7{background-color:#fffdfd}.color-swatch-red-light-1{background-color:#e3c5cb}.color-swatch-red-light-2{background-color:#bda4a9}.color-swatch-red-light-3{background-color:#7e6e71}.color-swatch-red-light--1{background-color:#fde4e9}.color-swatch-red-light--2{background-color:#fde9ed}.color-swatch-red-light--3{background-color:#feedf0}.color-swatch-red-light--4{background-color:#fef6f8}.color-swatch-red-light--5{background-color:#fffbfc}.color-swatch-red-light--6{background-color:#fffdfd}.color-swatch-red-light--7{background-color:#fffefe}.color-swatch-orange-1{background-color:#ca6100}.color-swatch-orange-2{background-color:#a85100}.color-swatch-orange-3{background-color:#703600}.color-swatch-orange--1{background-color:#e89140}.color-swatch-orange--2{background-color:#eca766}.color-swatch-orange--3{background-color:#f0b680}.color-swatch-orange--4{background-color:#f7dabf}.color-swatch-orange--5{background-color:#fcf0e6}.color-swatch-orange--6{background-color:#fdf6f0}.color-swatch-orange--7{background-color:#fefcfa}.color-swatch-orange-pastel-1{background-color:#e6a468}.color-swatch-orange-pastel-2{background-color:#bf8956}.color-swatch-orange-pastel-3{background-color:#805b3a}.color-swatch-orange-pastel--1{background-color:#ffc896}.color-swatch-orange-pastel--2{background-color:#ffd3ab}.color-swatch-orange-pastel--3{background-color:#ffdbb9}.color-swatch-orange-pastel--4{background-color:#ffeddc}.color-swatch-orange-pastel--5{background-color:#fff8f1}.color-swatch-orange-pastel--6{background-color:#fffbf7}.color-swatch-orange-pastel--7{background-color:#fffefc}.color-swatch-orange-light-1{background-color:#e6dace}.color-swatch-orange-light-2{background-color:#bfb6ac}.color-swatch-orange-light-3{background-color:#807973}.color-swatch-orange-light--1{background-color:#fff5ec}.color-swatch-orange-light--2{background-color:#fff7ef}.color-swatch-orange-light--3{background-color:#fff9f2}.color-swatch-orange-light--4{background-color:#fffcf9}.color-swatch-orange-light--5{background-color:#fffefc}.color-swatch-orange-light--6{background-color:#fffefd}.color-swatch-orange-light--7{background-color:#fffffe}.color-swatch-green-1{background-color:#2c7d25}.color-swatch-green-2{background-color:#25681f}.color-swatch-green-3{background-color:#194615}.color-swatch-green--1{background-color:#65a85f}.color-swatch-green--2{background-color:#83b97f}.color-swatch-green--3{background-color:#98c594}.color-swatch-green--4{background-color:#cce2ca}.color-swatch-green--5{background-color:#eaf3ea}.color-swatch-green--6{background-color:#f3f8f2}.color-swatch-green--7{background-color:#fbfdfb}.color-swatch-green-hover-1{background-color:#3ba731}.color-swatch-green-hover-2{background-color:#318c29}.color-swatch-green-hover-3{background-color:#215d1b}.color-swatch-green-hover--1{background-color:#71cb68}.color-swatch-green-hover--2{background-color:#8dd686}.color-swatch-green-hover--3{background-color:#a0dd9b}.color-swatch-green-hover--4{background-color:#d0eecd}.color-swatch-green-hover--5{background-color:#ecf8eb}.color-swatch-green-hover--6{background-color:#f4fbf3}.color-swatch-green-hover--7{background-color:#fbfefb}.color-swatch-green-pastel-1{background-color:#5db455}.color-swatch-green-pastel-2{background-color:#4d9647}.color-swatch-green-pastel-3{background-color:#34642f}.color-swatch-green-pastel--1{background-color:#8dd686}.color-swatch-green-pastel--2{background-color:#a4de9e}.color-swatch-green-pastel--3{background-color:#b3e4af}.color-swatch-green-pastel--4{background-color:#d9f1d7}.color-swatch-green-pastel--5{background-color:#f0faef}.color-swatch-green-pastel--6{background-color:#f6fcf5}.color-swatch-green-pastel--7{background-color:#fcfefc}.color-swatch-green-light-1{background-color:#cfddce}.color-swatch-green-light-2{background-color:#adb9ac}.color-swatch-green-light-3{background-color:#737b73}.color-swatch-green-light--1{background-color:#ecf8ec}.color-swatch-green-light--2{background-color:#f0faef}.color-swatch-green-light--3{background-color:#f3fbf2}.color-swatch-green-light--4{background-color:#f9fdf9}.color-swatch-green-light--5{background-color:#fdfefc}.color-swatch-green-light--6{background-color:#fefefd}.color-swatch-green-light--7{background-color:#fffffe}.color-swatch-green-forest-1{background-color:#205a1d}.color-swatch-green-forest-2{background-color:#1b4b18}.color-swatch-green-forest-3{background-color:#123210}.color-swatch-green-forest--1{background-color:#5b8b58}.color-swatch-green-forest--2{background-color:#7ca279}.color-swatch-green-forest--3{background-color:#92b290}.color-swatch-green-forest--4{background-color:#c8d8c7}.color-swatch-green-forest--5{background-color:#e9f0e9}.color-swatch-green-forest--6{background-color:#f2f6f2}.color-swatch-green-forest--7{background-color:#fbfcfb}.color-swatch-green-forest-light-1{background-color:#a3cfa0}.color-swatch-green-forest-light-2{background-color:#88ad86}.color-swatch-green-forest-light-3{background-color:#5b7359}.color-swatch-green-forest-light--1{background-color:#c8ecc5}.color-swatch-green-forest-light--2{background-color:#d3f0d1}.color-swatch-green-forest-light--3{background-color:#daf3d9}.color-swatch-green-forest-light--4{background-color:#edf9ec}.color-swatch-green-forest-light--5{background-color:#f8fdf7}.color-swatch-green-forest-light--6{background-color:#fbfefa}.color-swatch-green-forest-light--7{background-color:#fefffd}.color-swatch-white-1{background-color:#e6e6e6}.color-swatch-white-2{background-color:#bfbfbf}.color-swatch-white-3{background-color:grey}.color-swatch-white--1,.color-swatch-white--2,.color-swatch-white--3,.color-swatch-white--4,.color-swatch-white--5,.color-swatch-white--6,.color-swatch-white--7{background-color:#fff}.cs--blue .styleguide-table-of-contents{background-color:#ccdeee}.cs--green .styleguide-table-of-contents{background-color:#b5e6b2}.styleguide-table-of-contents{margin-bottom:4rem;padding:2rem}@media screen and (min-width:768px){.styleguide-table-of-contents .table-of-contents-main{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}}h1.styleguide-title,h2.styleguide-title,h3.styleguide-title,h4.styleguide-title,h5.styleguide-title{border-bottom:1px dotted;margin-bottom:1rem}.cs--blue h2.styleguide-title{color:#005ba9}.cs--green h2.styleguide-title{color:#246420}.cs--blue h2.styleguide-title{border-color:#ccdeee}.cs--green h2.styleguide-title{border-color:#b5e6b2}h2.styleguide-title{border-bottom:1px solid}.cs--blue h3.styleguide-title{color:#005ba9}.cs--green h3.styleguide-title{color:#246420}.cs--blue h3.styleguide-title{border-color:#ccdeee}.cs--green h3.styleguide-title{border-color:#b5e6b2}h3.styleguide-title{border-bottom:1px dotted}.preview-container{background-color:#fff;min-height:100vh;overflow:hidden;padding:4% 0}.preview-container .gallery{max-width:388px}.preview-container .content-container>h1,.preview-container .content-container>h2,.preview-container .content-container>h3,.preview-container .content-container>h4,.preview-container .content-container>h5{margin-top:0}.preview-inner-container{display:inline-block;margin-bottom:4.375rem;padding-bottom:1rem;width:100%}.cs--accent .preview-inner-container,.cs--inverse .preview-inner-container,.cs--wrapper .preview-inner-container{border-bottom:1px dotted #fff}.cs--highlighted .preview-inner-container{border-bottom:1px dotted #001823}.preview-inner-inner-container{margin-bottom:2.5rem;overflow:hidden;padding-bottom:2.5rem}dl.styleguide dd,dl.styleguide dt{max-width:100%}dl.styleguide dd{margin-bottom:3rem;margin-top:1rem}.preview-without-padding dl dd{padding:0}.preview-without-padding .content-container{margin:0}
1
+ abbr,address,article,aside,audio,b,blockquote,body,body div,caption,cite,code,dd,del,dfn,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}article,aside,figure,footer,header,hgroup,main,nav,section{display:block}.full-width{left:50%;margin-left:-50vw;margin-right:-50vw;position:relative;right:50%;width:100vw}.container:after,.container:before{content:" ";display:table}.container:after{clear:both}.container{overflow:hidden;padding:0 1rem}@media screen and (min-width:1680px){.container{margin:0 auto;max-width:100%;width:1680px}}.content-container{margin:0 auto;max-width:1170px}.color-wrapper{border-radius:.2rem;margin-bottom:2rem;padding:1rem}.color-wrapper.white{background-color:#001823;color:#fff}.color-wrapper p{margin:0}.color-wrapper code{display:block;font-size:.6rem;white-space:nowrap}.color-wrapper .color{border:1px solid rgba(0,0,0,.2);border-radius:50%;height:6rem;margin-bottom:1rem;margin-right:1rem;overflow:hidden;position:relative;width:6rem}.color-wrapper .color-variants>div{display:-webkit-box;display:flex;-webkit-box-flex:1;flex:auto;flex-wrap:wrap}.color-wrapper .color-variants .color-box{padding:.5rem}.color-wrapper .color-variants .color{height:3rem;margin:.5rem;width:3rem}.color-swatch-gray-1{background-color:#001620}.color-swatch-gray-2{background-color:#00121a}.color-swatch-gray-3{background-color:#000c12}.color-swatch-gray--1{background-color:#40525a}.color-swatch-gray--2{background-color:#66747b}.color-swatch-gray--3{background-color:#808c91}.color-swatch-gray--4{background-color:#bfc5c8}.color-swatch-gray--5{background-color:#e6e8e9}.color-swatch-gray--6{background-color:#f0f1f2}.color-swatch-gray--7{background-color:#fafafb}.color-swatch-gray-medium-1{background-color:#5e676c}.color-swatch-gray-medium-2{background-color:#4e565a}.color-swatch-gray-medium-3{background-color:#34393c}.color-swatch-gray-medium--1{background-color:#8e959a}.color-swatch-gray-medium--2{background-color:#a4aaae}.color-swatch-gray-medium--3{background-color:#b4b9bc}.color-swatch-gray-medium--4{background-color:#d9dcdd}.color-swatch-gray-medium--5{background-color:#f0f1f2}.color-swatch-gray-medium--6{background-color:#f6f7f7}.color-swatch-gray-medium--7{background-color:#fcfcfc}.color-swatch-gray-light-1{background-color:#cfd1d3}.color-swatch-gray-light-2{background-color:#adaeb0}.color-swatch-gray-light-3{background-color:#737475}.color-swatch-gray-light--1{background-color:#eceeef}.color-swatch-gray-light--2{background-color:#f0f1f2}.color-swatch-gray-light--3{background-color:#f3f4f5}.color-swatch-gray-light--4{background-color:#f9f9fa}.color-swatch-gray-light--5{background-color:#fdfdfd}.color-swatch-gray-light--6{background-color:#fefefe}.color-swatch-gray-light--7{background-color:#fff}.color-swatch-gray-ultra-light-1{background-color:#d8d9da}.color-swatch-gray-ultra-light-2{background-color:#b4b5b6}.color-swatch-gray-ultra-light-3{background-color:#787979}.color-swatch-gray-ultra-light--1{background-color:#f4f5f5}.color-swatch-gray-ultra-light--2{background-color:#f6f7f7}.color-swatch-gray-ultra-light--3{background-color:#f8f8f9}.color-swatch-gray-ultra-light--4{background-color:#fbfcfc}.color-swatch-gray-ultra-light--5,.color-swatch-gray-ultra-light--6{background-color:#fefefe}.color-swatch-gray-ultra-light--7{background-color:#fff}.color-swatch-blue-1{background-color:#005298}.color-swatch-blue-2{background-color:#00447f}.color-swatch-blue-3{background-color:#002e55}.color-swatch-blue--1{background-color:#4084bf}.color-swatch-blue--2{background-color:#669dcb}.color-swatch-blue--3{background-color:#80add4}.color-swatch-blue--4{background-color:#bfd6ea}.color-swatch-blue--5{background-color:#e6eff6}.color-swatch-blue--6{background-color:#f0f5fa}.color-swatch-blue--7{background-color:#fafcfd}.color-swatch-blue-light-1{background-color:#b8c8d6}.color-swatch-blue-light-2{background-color:#99a7b3}.color-swatch-blue-light-3{background-color:#666f77}.color-swatch-blue-light--1{background-color:#d9e6f2}.color-swatch-blue-light--2{background-color:#e0ebf5}.color-swatch-blue-light--3{background-color:#e6eff7}.color-swatch-blue-light--4{background-color:#f2f7fb}.color-swatch-blue-light--5{background-color:#fafcfd}.color-swatch-blue-light--6{background-color:#fcfdfe}.color-swatch-blue-light--7{background-color:#fefeff}.color-swatch-yellow-1{background-color:#e6c551}.color-swatch-yellow-2{background-color:#bfa444}.color-swatch-yellow-3{background-color:#806e2d}.color-swatch-yellow--1{background-color:#ffe483}.color-swatch-yellow--2{background-color:#ffe99c}.color-swatch-yellow--3{background-color:#ffedad}.color-swatch-yellow--4{background-color:#fff6d6}.color-swatch-yellow--5{background-color:#fffbef}.color-swatch-yellow--6{background-color:#fffdf5}.color-swatch-yellow--7{background-color:#fffefc}.color-swatch-yellow-pastel-1{background-color:#e6d484}.color-swatch-yellow-pastel-2{background-color:#bfb16e}.color-swatch-yellow-pastel-3{background-color:#80764a}.color-swatch-yellow-pastel--1{background-color:#fff1ae}.color-swatch-yellow-pastel--2{background-color:#fff4be}.color-swatch-yellow-pastel--3{background-color:#fff6c9}.color-swatch-yellow-pastel--4{background-color:#fffae4}.color-swatch-yellow-pastel--5{background-color:#fffdf4}.color-swatch-yellow-pastel--6{background-color:#fffef9}.color-swatch-yellow-pastel--7{background-color:#fffffd}.color-swatch-yellow-light-1{background-color:#e6dfbf}.color-swatch-yellow-light-2{background-color:#bfba9f}.color-swatch-yellow-light-3{background-color:#807c6a}.color-swatch-yellow-light--1{background-color:#fffadf}.color-swatch-yellow-light--2{background-color:#fffbe5}.color-swatch-yellow-light--3{background-color:#fffcea}.color-swatch-yellow-light--4{background-color:#fffdf4}.color-swatch-yellow-light--5{background-color:#fffefb}.color-swatch-yellow-light--6{background-color:#fffffc}.color-swatch-yellow-light--7{background-color:#fffffe}.color-swatch-cyan-1{background-color:#008dca}.color-swatch-cyan-2{background-color:#0076a8}.color-swatch-cyan-3{background-color:#004f70}.color-swatch-cyan--1{background-color:#40b6e8}.color-swatch-cyan--2{background-color:#66c4ec}.color-swatch-cyan--3{background-color:#80cef0}.color-swatch-cyan--4{background-color:#bfe7f7}.color-swatch-cyan--5{background-color:#e6f5fc}.color-swatch-cyan--6{background-color:#f0f9fd}.color-swatch-cyan--7{background-color:#fafdfe}.color-swatch-cyan-pastel-1{background-color:#71c3e6}.color-swatch-cyan-pastel-2{background-color:#5fa3bf}.color-swatch-cyan-pastel-3{background-color:#3f6d80}.color-swatch-cyan-pastel--1{background-color:#9ee3ff}.color-swatch-cyan-pastel--2{background-color:#b2e8ff}.color-swatch-cyan-pastel--3{background-color:#bfecff}.color-swatch-cyan-pastel--4{background-color:#dff6ff}.color-swatch-cyan-pastel--5{background-color:#f2fbff}.color-swatch-cyan-pastel--6{background-color:#f7fdff}.color-swatch-cyan-pastel--7{background-color:#fcfeff}.color-swatch-cyan-light-1{background-color:#cfdfe6}.color-swatch-cyan-light-2{background-color:#adbabf}.color-swatch-cyan-light-3{background-color:#737c80}.color-swatch-cyan-light--1{background-color:#ecfaff}.color-swatch-cyan-light--2{background-color:#f0fbff}.color-swatch-cyan-light--3{background-color:#f3fcff}.color-swatch-cyan-light--4{background-color:#f9fdff}.color-swatch-cyan-light--5{background-color:#fdfeff}.color-swatch-cyan-light--6{background-color:#feffff}.color-swatch-cyan-light--7{background-color:#fff}.color-swatch-cyan-hover-1{background-color:#17a9e6}.color-swatch-cyan-hover-2{background-color:#148dbf}.color-swatch-cyan-hover-3{background-color:#0d5e80}.color-swatch-cyan-hover--1{background-color:#53cdff}.color-swatch-cyan-hover--2{background-color:#76d7ff}.color-swatch-cyan-hover--3{background-color:#8ddeff}.color-swatch-cyan-hover--4{background-color:#c6eeff}.color-swatch-cyan-hover--5{background-color:#e8f8ff}.color-swatch-cyan-hover--6{background-color:#f1fbff}.color-swatch-cyan-hover--7{background-color:#fafeff}.color-swatch-red-1{background-color:#d30c2e}.color-swatch-red-2{background-color:#b00a26}.color-swatch-red-3{background-color:#75071a}.color-swatch-red--1{background-color:#ef4a66}.color-swatch-red--2{background-color:#f26e85}.color-swatch-red--3{background-color:#f58699}.color-swatch-red--4{background-color:#fac3cc}.color-swatch-red--5{background-color:#fde7eb}.color-swatch-red--6{background-color:#fef0f3}.color-swatch-red--7{background-color:#fffafb}.color-swatch-red-pastel-1{background-color:#e67c8d}.color-swatch-red-pastel-2{background-color:#bf6876}.color-swatch-red-pastel-3{background-color:#80454f}.color-swatch-red-pastel--1{background-color:#ffa7b6}.color-swatch-red-pastel--2{background-color:#ffb9c4}.color-swatch-red-pastel--3{background-color:#ffc5ce}.color-swatch-red-pastel--4{background-color:#ffe2e7}.color-swatch-red-pastel--5{background-color:#fff3f5}.color-swatch-red-pastel--6{background-color:#fff8f9}.color-swatch-red-pastel--7{background-color:#fffdfd}.color-swatch-red-light-1{background-color:#e3c5cb}.color-swatch-red-light-2{background-color:#bda4a9}.color-swatch-red-light-3{background-color:#7e6e71}.color-swatch-red-light--1{background-color:#fde4e9}.color-swatch-red-light--2{background-color:#fde9ed}.color-swatch-red-light--3{background-color:#feedf0}.color-swatch-red-light--4{background-color:#fef6f8}.color-swatch-red-light--5{background-color:#fffbfc}.color-swatch-red-light--6{background-color:#fffdfd}.color-swatch-red-light--7{background-color:#fffefe}.color-swatch-orange-1{background-color:#ca6100}.color-swatch-orange-2{background-color:#a85100}.color-swatch-orange-3{background-color:#703600}.color-swatch-orange--1{background-color:#e89140}.color-swatch-orange--2{background-color:#eca766}.color-swatch-orange--3{background-color:#f0b680}.color-swatch-orange--4{background-color:#f7dabf}.color-swatch-orange--5{background-color:#fcf0e6}.color-swatch-orange--6{background-color:#fdf6f0}.color-swatch-orange--7{background-color:#fefcfa}.color-swatch-orange-pastel-1{background-color:#e6a468}.color-swatch-orange-pastel-2{background-color:#bf8956}.color-swatch-orange-pastel-3{background-color:#805b3a}.color-swatch-orange-pastel--1{background-color:#ffc896}.color-swatch-orange-pastel--2{background-color:#ffd3ab}.color-swatch-orange-pastel--3{background-color:#ffdbb9}.color-swatch-orange-pastel--4{background-color:#ffeddc}.color-swatch-orange-pastel--5{background-color:#fff8f1}.color-swatch-orange-pastel--6{background-color:#fffbf7}.color-swatch-orange-pastel--7{background-color:#fffefc}.color-swatch-orange-light-1{background-color:#e6dace}.color-swatch-orange-light-2{background-color:#bfb6ac}.color-swatch-orange-light-3{background-color:#807973}.color-swatch-orange-light--1{background-color:#fff5ec}.color-swatch-orange-light--2{background-color:#fff7ef}.color-swatch-orange-light--3{background-color:#fff9f2}.color-swatch-orange-light--4{background-color:#fffcf9}.color-swatch-orange-light--5{background-color:#fffefc}.color-swatch-orange-light--6{background-color:#fffefd}.color-swatch-orange-light--7{background-color:#fffffe}.color-swatch-green-1{background-color:#2c7d25}.color-swatch-green-2{background-color:#25681f}.color-swatch-green-3{background-color:#194615}.color-swatch-green--1{background-color:#65a85f}.color-swatch-green--2{background-color:#83b97f}.color-swatch-green--3{background-color:#98c594}.color-swatch-green--4{background-color:#cce2ca}.color-swatch-green--5{background-color:#eaf3ea}.color-swatch-green--6{background-color:#f3f8f2}.color-swatch-green--7{background-color:#fbfdfb}.color-swatch-green-hover-1{background-color:#3ba731}.color-swatch-green-hover-2{background-color:#318c29}.color-swatch-green-hover-3{background-color:#215d1b}.color-swatch-green-hover--1{background-color:#71cb68}.color-swatch-green-hover--2{background-color:#8dd686}.color-swatch-green-hover--3{background-color:#a0dd9b}.color-swatch-green-hover--4{background-color:#d0eecd}.color-swatch-green-hover--5{background-color:#ecf8eb}.color-swatch-green-hover--6{background-color:#f4fbf3}.color-swatch-green-hover--7{background-color:#fbfefb}.color-swatch-green-pastel-1{background-color:#5db455}.color-swatch-green-pastel-2{background-color:#4d9647}.color-swatch-green-pastel-3{background-color:#34642f}.color-swatch-green-pastel--1{background-color:#8dd686}.color-swatch-green-pastel--2{background-color:#a4de9e}.color-swatch-green-pastel--3{background-color:#b3e4af}.color-swatch-green-pastel--4{background-color:#d9f1d7}.color-swatch-green-pastel--5{background-color:#f0faef}.color-swatch-green-pastel--6{background-color:#f6fcf5}.color-swatch-green-pastel--7{background-color:#fcfefc}.color-swatch-green-light-1{background-color:#cfddce}.color-swatch-green-light-2{background-color:#adb9ac}.color-swatch-green-light-3{background-color:#737b73}.color-swatch-green-light--1{background-color:#ecf8ec}.color-swatch-green-light--2{background-color:#f0faef}.color-swatch-green-light--3{background-color:#f3fbf2}.color-swatch-green-light--4{background-color:#f9fdf9}.color-swatch-green-light--5{background-color:#fdfefc}.color-swatch-green-light--6{background-color:#fefefd}.color-swatch-green-light--7{background-color:#fffffe}.color-swatch-green-forest-1{background-color:#205a1d}.color-swatch-green-forest-2{background-color:#1b4b18}.color-swatch-green-forest-3{background-color:#123210}.color-swatch-green-forest--1{background-color:#5b8b58}.color-swatch-green-forest--2{background-color:#7ca279}.color-swatch-green-forest--3{background-color:#92b290}.color-swatch-green-forest--4{background-color:#c8d8c7}.color-swatch-green-forest--5{background-color:#e9f0e9}.color-swatch-green-forest--6{background-color:#f2f6f2}.color-swatch-green-forest--7{background-color:#fbfcfb}.color-swatch-green-forest-light-1{background-color:#a3cfa0}.color-swatch-green-forest-light-2{background-color:#88ad86}.color-swatch-green-forest-light-3{background-color:#5b7359}.color-swatch-green-forest-light--1{background-color:#c8ecc5}.color-swatch-green-forest-light--2{background-color:#d3f0d1}.color-swatch-green-forest-light--3{background-color:#daf3d9}.color-swatch-green-forest-light--4{background-color:#edf9ec}.color-swatch-green-forest-light--5{background-color:#f8fdf7}.color-swatch-green-forest-light--6{background-color:#fbfefa}.color-swatch-green-forest-light--7{background-color:#fefffd}.color-swatch-white-1{background-color:#e6e6e6}.color-swatch-white-2{background-color:#bfbfbf}.color-swatch-white-3{background-color:gray}.color-swatch-white--1,.color-swatch-white--2,.color-swatch-white--3,.color-swatch-white--4,.color-swatch-white--5,.color-swatch-white--6,.color-swatch-white--7{background-color:#fff}.cs--blue .styleguide-table-of-contents{background-color:#ccdeee}.cs--green .styleguide-table-of-contents{background-color:#b5e6b2}.styleguide-table-of-contents{margin-bottom:4rem;padding:2rem}@media screen and (min-width:768px){.styleguide-table-of-contents .table-of-contents-main{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between}}h1.styleguide-title,h2.styleguide-title,h3.styleguide-title,h4.styleguide-title,h5.styleguide-title{border-bottom:1px dotted;margin-bottom:1rem}.cs--blue h2.styleguide-title{color:#005ba9}.cs--green h2.styleguide-title{color:#246420}.cs--blue h2.styleguide-title{border-color:#ccdeee}.cs--green h2.styleguide-title{border-color:#b5e6b2}h2.styleguide-title{border-bottom:1px solid}.cs--blue h3.styleguide-title{color:#005ba9}.cs--green h3.styleguide-title{color:#246420}.cs--blue h3.styleguide-title{border-color:#ccdeee}.cs--green h3.styleguide-title{border-color:#b5e6b2}h3.styleguide-title{border-bottom:1px dotted}.preview-container{background-color:#fff;min-height:100vh;overflow:hidden;padding:4% 0}.preview-container .gallery{max-width:388px}.preview-container .content-container>h1,.preview-container .content-container>h2,.preview-container .content-container>h3,.preview-container .content-container>h4,.preview-container .content-container>h5{margin-top:0}.preview-inner-container{display:inline-block;margin-bottom:4.375rem;padding-bottom:1rem;width:100%}.cs--accent .preview-inner-container,.cs--inverse .preview-inner-container,.cs--wrapper .preview-inner-container{border-bottom:1px dotted #fff}.cs--highlighted .preview-inner-container{border-bottom:1px dotted #001823}.preview-inner-inner-container{margin-bottom:2.5rem;overflow:hidden;padding-bottom:2.5rem}dl.styleguide dd,dl.styleguide dt{max-width:100%}dl.styleguide dd{margin-bottom:3rem;margin-top:1rem}.preview-without-padding dl dd{padding:0}.preview-without-padding .content-container{margin:0}