/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop

$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- small-screen
- big-desktop

ORDER: Base + typography > general layout + grid > page layout > components

1em = 16px
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  box-sizing: border-box;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

a,
a:active,
a:focus {
  color: inherit;
  text-decoration: none;
}

.display-2xl-regular {
  font: 400 72px/90px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.display-xl-regular {
  font: 400 60px/72px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.display-lg-regular {
  font: 400 48px/60px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.display-md-regular {
  font: 400 36px/44px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.display-sm-regular {
  font: 400 30px/38px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.display-xs-regular {
  font: 400 24px/32px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.text-xl-regular {
  font: 400 20px/30px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.text-lg-regular {
  font: 400 18px/28px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.text-md-regular, .file-upload__instructions {
  font: 400 16px/24px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.text-sm-regular, .file-upload__file-item--error .file-upload__file-item-msg, .file-upload__file-item--error--error .file-upload__file-item-msg {
  font: 400 14px/20px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.text-xs-regular, .file-upload__formats {
  font: 400 12px/18px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.text-2xs-regular {
  font: 400 10px/14px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.display-2xl-medium {
  font: 500 72px/90px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.display-xl-medium {
  font: 500 60px/72px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.display-lg-medium {
  font: 500 48px/60px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.display-md-medium {
  font: 500 36px/44px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.display-sm-medium {
  font: 500 30px/38px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.display-xs-medium {
  font: 500 24px/32px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.text-xl-medium {
  font: 500 20px/30px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.text-lg-medium {
  font: 500 18px/28px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.text-md-medium, .dga-btn--lg {
  font: 500 16px/24px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.text-sm-medium, .dga-btn--md, .file-upload__file-name {
  font: 500 14px/20px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.text-xs-medium, .dga-btn--sm {
  font: 500 12px/18px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.text-2xs-medium {
  font: 500 10px/14px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.display-2xl-semibold {
  font: 600 72px/90px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.display-xl-semibold {
  font: 600 60px/72px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.display-lg-semibold {
  font: 600 48px/60px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.display-md-semibold {
  font: 600 36px/44px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.display-sm-semibold {
  font: 600 30px/38px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.display-xs-semibold {
  font: 600 24px/32px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.text-xl-semibold {
  font: 600 20px/30px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.text-lg-semibold {
  font: 600 18px/28px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.text-md-semibold {
  font: 600 16px/24px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.text-sm-semibold {
  font: 600 14px/20px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.text-xs-semibold {
  font: 600 12px/18px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.text-2xs-semibold {
  font: 600 10px/14px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.display-2xl-bold {
  font: 700 72px/90px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.display-xl-bold {
  font: 700 60px/72px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.display-lg-bold {
  font: 700 48px/60px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.display-md-bold {
  font: 700 36px/44px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.display-sm-bold {
  font: 700 30px/38px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.display-xs-bold {
  font: 700 24px/32px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.text-xl-bold {
  font: 700 20px/30px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.text-lg-bold {
  font: 700 18px/28px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.text-md-bold {
  font: 700 16px/24px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.text-sm-bold {
  font: 700 14px/20px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.text-xs-bold {
  font: 700 12px/18px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.text-2xs-bold {
  font: 700 10px/14px "IBM Plex Sans Arabic", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", "Noto Sans Arabic", sans-serif;
}

.dga-spacing-hor-0 {
  height: 0px;
}

.dga-spacing-vert-0 {
  width: 0px;
}

.dga-p-0 {
  padding: 0px;
}

.dga-px-0 {
  padding-inline: 0px;
}

.dga-py-0 {
  padding-block: 0px;
}

.dga-pl-0 {
  padding-left: 0px;
}

.dga-pr-0 {
  padding-right: 0px;
}

.dga-pt-0 {
  padding-top: 0px;
}

.dga-pb-0 {
  padding-bottom: 0px;
}

.dga-mx-0 {
  margin-inline: 0px;
}

.dga-my-0 {
  margin-block: 0px;
}

.dga-ml-0 {
  margin-left: 0px;
}

.dga-mr-0 {
  margin-right: 0px;
}

.dga-mt-0 {
  margin-top: 0px;
}

.dga-mb-0 {
  margin-bottom: 0px;
}

.dga-spacing-hor-2 {
  height: 8px;
}

.dga-spacing-vert-2 {
  width: 8px;
}

.dga-p-2 {
  padding: 8px;
}

.dga-px-2 {
  padding-inline: 8px;
}

.dga-py-2 {
  padding-block: 8px;
}

.dga-pl-2 {
  padding-left: 8px;
}

.dga-pr-2 {
  padding-right: 8px;
}

.dga-pt-2 {
  padding-top: 8px;
}

.dga-pb-2 {
  padding-bottom: 8px;
}

.dga-mx-2 {
  margin-inline: 8px;
}

.dga-my-2 {
  margin-block: 8px;
}

.dga-ml-2 {
  margin-left: 8px;
}

.dga-mr-2 {
  margin-right: 8px;
}

.dga-mt-2 {
  margin-top: 8px;
}

.dga-mb-2 {
  margin-bottom: 8px;
}

.dga-spacing-hor-4 {
  height: 16px;
}

.dga-spacing-vert-4 {
  width: 16px;
}

.dga-p-4 {
  padding: 16px;
}

.dga-px-4 {
  padding-inline: 16px;
}

.dga-py-4 {
  padding-block: 16px;
}

.dga-pl-4 {
  padding-left: 16px;
}

.dga-pr-4 {
  padding-right: 16px;
}

.dga-pt-4 {
  padding-top: 16px;
}

.dga-pb-4 {
  padding-bottom: 16px;
}

.dga-mx-4 {
  margin-inline: 16px;
}

.dga-my-4 {
  margin-block: 16px;
}

.dga-ml-4 {
  margin-left: 16px;
}

.dga-mr-4 {
  margin-right: 16px;
}

.dga-mt-4 {
  margin-top: 16px;
}

.dga-mb-4 {
  margin-bottom: 16px;
}

.dga-spacing-hor-8 {
  height: 32px;
}

.dga-spacing-vert-8 {
  width: 32px;
}

.dga-p-8 {
  padding: 32px;
}

.dga-px-8 {
  padding-inline: 32px;
}

.dga-py-8 {
  padding-block: 32px;
}

.dga-pl-8 {
  padding-left: 32px;
}

.dga-pr-8 {
  padding-right: 32px;
}

.dga-pt-8 {
  padding-top: 32px;
}

.dga-pb-8 {
  padding-bottom: 32px;
}

.dga-mx-8 {
  margin-inline: 32px;
}

.dga-my-8 {
  margin-block: 32px;
}

.dga-ml-8 {
  margin-left: 32px;
}

.dga-mr-8 {
  margin-right: 32px;
}

.dga-mt-8 {
  margin-top: 32px;
}

.dga-mb-8 {
  margin-bottom: 32px;
}

.dga-spacing-hor-12 {
  height: 48px;
}

.dga-spacing-vert-12 {
  width: 48px;
}

.dga-p-12 {
  padding: 48px;
}

.dga-px-12 {
  padding-inline: 48px;
}

.dga-py-12 {
  padding-block: 48px;
}

.dga-pl-12 {
  padding-left: 48px;
}

.dga-pr-12 {
  padding-right: 48px;
}

.dga-pt-12 {
  padding-top: 48px;
}

.dga-pb-12 {
  padding-bottom: 48px;
}

.dga-mx-12 {
  margin-inline: 48px;
}

.dga-my-12 {
  margin-block: 48px;
}

.dga-ml-12 {
  margin-left: 48px;
}

.dga-mr-12 {
  margin-right: 48px;
}

.dga-mt-12 {
  margin-top: 48px;
}

.dga-mb-12 {
  margin-bottom: 48px;
}

.dga-spacing-hor-16 {
  height: 64px;
}

.dga-spacing-vert-16 {
  width: 64px;
}

.dga-p-16 {
  padding: 64px;
}

.dga-px-16 {
  padding-inline: 64px;
}

.dga-py-16 {
  padding-block: 64px;
}

.dga-pl-16 {
  padding-left: 64px;
}

.dga-pr-16 {
  padding-right: 64px;
}

.dga-pt-16 {
  padding-top: 64px;
}

.dga-pb-16 {
  padding-bottom: 64px;
}

.dga-mx-16 {
  margin-inline: 64px;
}

.dga-my-16 {
  margin-block: 64px;
}

.dga-ml-16 {
  margin-left: 64px;
}

.dga-mr-16 {
  margin-right: 64px;
}

.dga-mt-16 {
  margin-top: 64px;
}

.dga-mb-16 {
  margin-bottom: 64px;
}

.dga-spacing-hor-24 {
  height: 96px;
}

.dga-spacing-vert-24 {
  width: 96px;
}

.dga-p-24 {
  padding: 96px;
}

.dga-px-24 {
  padding-inline: 96px;
}

.dga-py-24 {
  padding-block: 96px;
}

.dga-pl-24 {
  padding-left: 96px;
}

.dga-pr-24 {
  padding-right: 96px;
}

.dga-pt-24 {
  padding-top: 96px;
}

.dga-pb-24 {
  padding-bottom: 96px;
}

.dga-mx-24 {
  margin-inline: 96px;
}

.dga-my-24 {
  margin-block: 96px;
}

.dga-ml-24 {
  margin-left: 96px;
}

.dga-mr-24 {
  margin-right: 96px;
}

.dga-mt-24 {
  margin-top: 96px;
}

.dga-mb-24 {
  margin-bottom: 96px;
}

.dga-spacing-hor-32 {
  height: 128px;
}

.dga-spacing-vert-32 {
  width: 128px;
}

.dga-p-32 {
  padding: 128px;
}

.dga-px-32 {
  padding-inline: 128px;
}

.dga-py-32 {
  padding-block: 128px;
}

.dga-pl-32 {
  padding-left: 128px;
}

.dga-pr-32 {
  padding-right: 128px;
}

.dga-pt-32 {
  padding-top: 128px;
}

.dga-pb-32 {
  padding-bottom: 128px;
}

.dga-mx-32 {
  margin-inline: 128px;
}

.dga-my-32 {
  margin-block: 128px;
}

.dga-ml-32 {
  margin-left: 128px;
}

.dga-mr-32 {
  margin-right: 128px;
}

.dga-mt-32 {
  margin-top: 128px;
}

.dga-mb-32 {
  margin-bottom: 128px;
}

.dga-spacing-hor-40 {
  height: 160px;
}

.dga-spacing-vert-40 {
  width: 160px;
}

.dga-p-40 {
  padding: 160px;
}

.dga-px-40 {
  padding-inline: 160px;
}

.dga-py-40 {
  padding-block: 160px;
}

.dga-pl-40 {
  padding-left: 160px;
}

.dga-pr-40 {
  padding-right: 160px;
}

.dga-pt-40 {
  padding-top: 160px;
}

.dga-pb-40 {
  padding-bottom: 160px;
}

.dga-mx-40 {
  margin-inline: 160px;
}

.dga-my-40 {
  margin-block: 160px;
}

.dga-ml-40 {
  margin-left: 160px;
}

.dga-mr-40 {
  margin-right: 160px;
}

.dga-mt-40 {
  margin-top: 160px;
}

.dga-mb-40 {
  margin-bottom: 160px;
}

.dga-spacing-hor-48 {
  height: 192px;
}

.dga-spacing-vert-48 {
  width: 192px;
}

.dga-p-48 {
  padding: 192px;
}

.dga-px-48 {
  padding-inline: 192px;
}

.dga-py-48 {
  padding-block: 192px;
}

.dga-pl-48 {
  padding-left: 192px;
}

.dga-pr-48 {
  padding-right: 192px;
}

.dga-pt-48 {
  padding-top: 192px;
}

.dga-pb-48 {
  padding-bottom: 192px;
}

.dga-mx-48 {
  margin-inline: 192px;
}

.dga-my-48 {
  margin-block: 192px;
}

.dga-ml-48 {
  margin-left: 192px;
}

.dga-mr-48 {
  margin-right: 192px;
}

.dga-mt-48 {
  margin-top: 192px;
}

.dga-mb-48 {
  margin-bottom: 192px;
}

.dga-spacing-hor-56 {
  height: 224px;
}

.dga-spacing-vert-56 {
  width: 224px;
}

.dga-p-56 {
  padding: 224px;
}

.dga-px-56 {
  padding-inline: 224px;
}

.dga-py-56 {
  padding-block: 224px;
}

.dga-pl-56 {
  padding-left: 224px;
}

.dga-pr-56 {
  padding-right: 224px;
}

.dga-pt-56 {
  padding-top: 224px;
}

.dga-pb-56 {
  padding-bottom: 224px;
}

.dga-mx-56 {
  margin-inline: 224px;
}

.dga-my-56 {
  margin-block: 224px;
}

.dga-ml-56 {
  margin-left: 224px;
}

.dga-mr-56 {
  margin-right: 224px;
}

.dga-mt-56 {
  margin-top: 224px;
}

.dga-mb-56 {
  margin-bottom: 224px;
}

.dga-spacing-hor-64 {
  height: 256px;
}

.dga-spacing-vert-64 {
  width: 256px;
}

.dga-p-64 {
  padding: 256px;
}

.dga-px-64 {
  padding-inline: 256px;
}

.dga-py-64 {
  padding-block: 256px;
}

.dga-pl-64 {
  padding-left: 256px;
}

.dga-pr-64 {
  padding-right: 256px;
}

.dga-pt-64 {
  padding-top: 256px;
}

.dga-pb-64 {
  padding-bottom: 256px;
}

.dga-mx-64 {
  margin-inline: 256px;
}

.dga-my-64 {
  margin-block: 256px;
}

.dga-ml-64 {
  margin-left: 256px;
}

.dga-mr-64 {
  margin-right: 256px;
}

.dga-mt-64 {
  margin-top: 256px;
}

.dga-mb-64 {
  margin-bottom: 256px;
}

.dga-spacing-hor-72 {
  height: 288px;
}

.dga-spacing-vert-72 {
  width: 288px;
}

.dga-p-72 {
  padding: 288px;
}

.dga-px-72 {
  padding-inline: 288px;
}

.dga-py-72 {
  padding-block: 288px;
}

.dga-pl-72 {
  padding-left: 288px;
}

.dga-pr-72 {
  padding-right: 288px;
}

.dga-pt-72 {
  padding-top: 288px;
}

.dga-pb-72 {
  padding-bottom: 288px;
}

.dga-mx-72 {
  margin-inline: 288px;
}

.dga-my-72 {
  margin-block: 288px;
}

.dga-ml-72 {
  margin-left: 288px;
}

.dga-mr-72 {
  margin-right: 288px;
}

.dga-mt-72 {
  margin-top: 288px;
}

.dga-mb-72 {
  margin-bottom: 288px;
}

.dga-spacing-hor-80 {
  height: 320px;
}

.dga-spacing-vert-80 {
  width: 320px;
}

.dga-p-80 {
  padding: 320px;
}

.dga-px-80 {
  padding-inline: 320px;
}

.dga-py-80 {
  padding-block: 320px;
}

.dga-pl-80 {
  padding-left: 320px;
}

.dga-pr-80 {
  padding-right: 320px;
}

.dga-pt-80 {
  padding-top: 320px;
}

.dga-pb-80 {
  padding-bottom: 320px;
}

.dga-mx-80 {
  margin-inline: 320px;
}

.dga-my-80 {
  margin-block: 320px;
}

.dga-ml-80 {
  margin-left: 320px;
}

.dga-mr-80 {
  margin-right: 320px;
}

.dga-mt-80 {
  margin-top: 320px;
}

.dga-mb-80 {
  margin-bottom: 320px;
}

.dga-spacing-hor-88 {
  height: 352px;
}

.dga-spacing-vert-88 {
  width: 352px;
}

.dga-p-88 {
  padding: 352px;
}

.dga-px-88 {
  padding-inline: 352px;
}

.dga-py-88 {
  padding-block: 352px;
}

.dga-pl-88 {
  padding-left: 352px;
}

.dga-pr-88 {
  padding-right: 352px;
}

.dga-pt-88 {
  padding-top: 352px;
}

.dga-pb-88 {
  padding-bottom: 352px;
}

.dga-mx-88 {
  margin-inline: 352px;
}

.dga-my-88 {
  margin-block: 352px;
}

.dga-ml-88 {
  margin-left: 352px;
}

.dga-mr-88 {
  margin-right: 352px;
}

.dga-mt-88 {
  margin-top: 352px;
}

.dga-mb-88 {
  margin-bottom: 352px;
}

.dga-spacing-hor-96 {
  height: 384px;
}

.dga-spacing-vert-96 {
  width: 384px;
}

.dga-p-96 {
  padding: 384px;
}

.dga-px-96 {
  padding-inline: 384px;
}

.dga-py-96 {
  padding-block: 384px;
}

.dga-pl-96 {
  padding-left: 384px;
}

.dga-pr-96 {
  padding-right: 384px;
}

.dga-pt-96 {
  padding-top: 384px;
}

.dga-pb-96 {
  padding-bottom: 384px;
}

.dga-mx-96 {
  margin-inline: 384px;
}

.dga-my-96 {
  margin-block: 384px;
}

.dga-ml-96 {
  margin-left: 384px;
}

.dga-mr-96 {
  margin-right: 384px;
}

.dga-mt-96 {
  margin-top: 384px;
}

.dga-mb-96 {
  margin-bottom: 384px;
}

.dga-spacing-hor-104 {
  height: 416px;
}

.dga-spacing-vert-104 {
  width: 416px;
}

.dga-p-104 {
  padding: 416px;
}

.dga-px-104 {
  padding-inline: 416px;
}

.dga-py-104 {
  padding-block: 416px;
}

.dga-pl-104 {
  padding-left: 416px;
}

.dga-pr-104 {
  padding-right: 416px;
}

.dga-pt-104 {
  padding-top: 416px;
}

.dga-pb-104 {
  padding-bottom: 416px;
}

.dga-mx-104 {
  margin-inline: 416px;
}

.dga-my-104 {
  margin-block: 416px;
}

.dga-ml-104 {
  margin-left: 416px;
}

.dga-mr-104 {
  margin-right: 416px;
}

.dga-mt-104 {
  margin-top: 416px;
}

.dga-mb-104 {
  margin-bottom: 416px;
}

.dga-spacing-hor-112 {
  height: 448px;
}

.dga-spacing-vert-112 {
  width: 448px;
}

.dga-p-112 {
  padding: 448px;
}

.dga-px-112 {
  padding-inline: 448px;
}

.dga-py-112 {
  padding-block: 448px;
}

.dga-pl-112 {
  padding-left: 448px;
}

.dga-pr-112 {
  padding-right: 448px;
}

.dga-pt-112 {
  padding-top: 448px;
}

.dga-pb-112 {
  padding-bottom: 448px;
}

.dga-mx-112 {
  margin-inline: 448px;
}

.dga-my-112 {
  margin-block: 448px;
}

.dga-ml-112 {
  margin-left: 448px;
}

.dga-mr-112 {
  margin-right: 448px;
}

.dga-mt-112 {
  margin-top: 448px;
}

.dga-mb-112 {
  margin-bottom: 448px;
}

.dga-spacing-hor-120 {
  height: 480px;
}

.dga-spacing-vert-120 {
  width: 480px;
}

.dga-p-120 {
  padding: 480px;
}

.dga-px-120 {
  padding-inline: 480px;
}

.dga-py-120 {
  padding-block: 480px;
}

.dga-pl-120 {
  padding-left: 480px;
}

.dga-pr-120 {
  padding-right: 480px;
}

.dga-pt-120 {
  padding-top: 480px;
}

.dga-pb-120 {
  padding-bottom: 480px;
}

.dga-mx-120 {
  margin-inline: 480px;
}

.dga-my-120 {
  margin-block: 480px;
}

.dga-ml-120 {
  margin-left: 480px;
}

.dga-mr-120 {
  margin-right: 480px;
}

.dga-mt-120 {
  margin-top: 480px;
}

.dga-mb-120 {
  margin-bottom: 480px;
}

.dga-radius-small {
  border-radius: 2px;
}

.dga-radius-small-t {
  border-radius: 2px 2px 0 0;
}

.dga-radius-small-tl {
  border-radius: 2px 0px 0 0;
}

.dga-radius-small-tr {
  border-radius: 0px 2px 0 0;
}

.dga-radius-small-b {
  border-radius: 0 0 2px 2px;
}

.dga-radius-small-bl {
  border-radius: 0 0 2px 0px;
}

.dga-radius-small-br {
  border-radius: 0 0 0px 2px;
}

.dga-radius-medium {
  border-radius: 4px;
}

.dga-radius-medium-t {
  border-radius: 4px 4px 0 0;
}

.dga-radius-medium-tl {
  border-radius: 4px 0px 0 0;
}

.dga-radius-medium-tr {
  border-radius: 0px 4px 0 0;
}

.dga-radius-medium-b {
  border-radius: 0 0 4px 4px;
}

.dga-radius-medium-bl {
  border-radius: 0 0 4px 0px;
}

.dga-radius-medium-br {
  border-radius: 0 0 0px 4px;
}

.dga-radius-large {
  border-radius: 8px;
}

.dga-radius-large-t {
  border-radius: 8px 8px 0 0;
}

.dga-radius-large-tl {
  border-radius: 8px 0px 0 0;
}

.dga-radius-large-tr {
  border-radius: 0px 8px 0 0;
}

.dga-radius-large-b {
  border-radius: 0 0 8px 8px;
}

.dga-radius-large-bl {
  border-radius: 0 0 8px 0px;
}

.dga-radius-large-br {
  border-radius: 0 0 0px 8px;
}

.dga-radius-xlarge {
  border-radius: 12px;
}

.dga-radius-xlarge-t {
  border-radius: 12px 12px 0 0;
}

.dga-radius-xlarge-tl {
  border-radius: 12px 0px 0 0;
}

.dga-radius-xlarge-tr {
  border-radius: 0px 12px 0 0;
}

.dga-radius-xlarge-b {
  border-radius: 0 0 12px 12px;
}

.dga-radius-xlarge-bl {
  border-radius: 0 0 12px 0px;
}

.dga-radius-xlarge-br {
  border-radius: 0 0 0px 12px;
}

.dga-radius-none {
  border-radius: 0px;
}

.dga-radius-circular {
  border-radius: 100%;
}

.dga-flex {
  display: flex;
}

.dga-flex-column {
  display: flex;
  flex-direction: column;
}

.dga-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dga-flex-center-y {
  display: flex;
  align-items: center;
}

.dga-flex-center-x {
  display: flex;
  justify-content: center;
}

.dga-flex-between {
  display: flex;
  justify-content: space-between;
}

.dga-flex-wrap {
  flex-wrap: wrap;
}

.dga-flex-align-stretch {
  align-items: stretch;
}

.dga-flex-align-start {
  align-items: flex-start;
}

.dga-flex-align-end {
  align-items: flex-end;
}

.dga-flex-justify-end {
  justify-content: flex-end;
}

.dga-flex-justify-start {
  justify-content: flex-start;
}

.dga-text-right {
  text-align: right;
}

.dga-text-left {
  text-align: left;
}

.dga-text-center {
  text-align: center;
}

.dga-shadow-xs {
  box-shadow: var(--shadow-xs);
}

.dga-shadow-sm {
  box-shadow: var(--shadow-sm);
}

.dga-shadow-md {
  box-shadow: var(--shadow-md);
}

.dga-shadow-lg {
  box-shadow: var(--shadow-lg);
}

.dga-shadow-xl {
  box-shadow: var(--shadow-xl);
}

.dga-shadow-2xl {
  box-shadow: var(--shadow-2xl);
}

.dga-shadow-3xl {
  box-shadow: var(--shadow-3xl);
}

.dga-ver-divider {
  width: 1px;
  height: 48px;
  background: var(--colors-alpha-alpha-black-20);
  margin-inline: var(--spacing-xl);
}

@media only screen and (max-width: 37.5em) {
  .dga-xs-hide {
    display: none;
  }
}
.dga-flex-justify-start {
  justify-content: start;
}

.dga-flex-justify-end {
  justify-content: end;
}

.dga-flex-justify-center {
  justify-content: center;
}

.dga-flex-justify-between {
  justify-content: space-between;
}

.dga-flex-justify-around {
  justify-content: space-around;
}

.dga-flex-align-start {
  align-items: start;
}

.dga-flex-align-end {
  align-items: end;
}

.dga-flex-align-center {
  align-items: center;
}

.dga-flex-align-stretch {
  align-items: stretch;
}

.file-upload {
  display: flex;
  width: 100%;
  max-width: 334px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--size-8, 8px);
}
.file-upload__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.file-upload__drop-area {
  display: flex;
  padding: var(--spacing-3xl);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-xl);
  width: 100%;
  border-radius: var(--radius-4, 4px);
  background: var(--background-neutral-100, #F3F4F6);
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%23D2D6DBFF' stroke-width='2' stroke-dasharray='12%2c6.5' stroke-dashoffset='5' stroke-linecap='square'/%3e%3c/svg%3e");
}
.file-upload__icon {
  font-size: 32px;
  color: var(--text-display);
  display: flex;
  align-items: center;
}
.file-upload__content {
  text-align: center;
}
.file-upload__instructions {
  font-weight: 500 !important;
  color: var(--text-display);
}
.file-upload__formats {
  color: var(--text-primary-paragraph);
}
.file-upload__item {
  display: flex;
  align-items: center;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-neutral-primary);
  background: var(--background-neutral-100);
}
.file-upload__file-item, .file-upload__file-item--error {
  display: flex;
  align-items: center;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-neutral-primary);
  background: var(--background-neutral-100);
  padding: var(--spacing-md);
  gap: 8px;
  width: 100%;
}
.file-upload__file-item--error, .file-upload__file-item--error--error {
  border-color: var(--border-error);
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  overflow: hidden;
  gap: 0;
}
.file-upload__file-item--error .file-upload__file-item, .file-upload__file-item--error--error .file-upload__file-item {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid var(--border-neutral-primary);
}
.file-upload__file-item--error .file-upload__file-item-msg, .file-upload__file-item--error--error .file-upload__file-item-msg {
  display: flex;
  width: 100%;
  color: var(--text-error-primary);
  padding: var(--spacing-md);
  align-items: flex-start;
  gap: 8px;
}
.file-upload__file-status--complete, .file-upload__file-status--error {
  font-size: 28px;
  display: flex;
  align-items: center;
}
.file-upload__file-status--complete {
  color: var(--text-success);
}
.file-upload__file-status--error {
  color: var(--text-error-primary);
}
.file-upload__file-name {
  color: var(--text-default);
  overflow: hidden;
  white-space: nowrap;
  flex: 1;
}
.file-upload__files-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.file-upload--drag-over .file-upload__drop-area {
  background-color: var(--featuredicons-bg-icon-brand-light);
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%231B8354FF' stroke-width='2' stroke-dasharray='12%2c6.5' stroke-dashoffset='5' stroke-linecap='square'/%3e%3c/svg%3e");
}
.file-upload--drag-over .file-upload__icon {
  color: var(--icon-success);
}
.file-upload--drag-over .file-upload__instructions {
  color: var(--text-success);
}
.file-upload--drag-over .file-upload__formats {
  color: var(--text-success);
}
.file-upload--disabled .file-upload__drop-area {
  background-color: var(--background-disabled);
}
.file-upload--disabled .file-upload__icon, .file-upload--disabled .file-upload__instructions, .file-upload--disabled .file-upload__formats {
  color: var(--text-default-disabled);
}

.dga-btn {
  -webkit-appearance: none;
  appearance: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  border: 0;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--buttons-lg-gap);
  box-sizing: border-box;
  overflow: hidden;
}
.dga-btn:focus-visible {
  outline: 2px solid var(--border-black);
}
.dga-btn-icon {
  display: flex;
  width: 24px;
  height: 24px;
  font-size: 24px;
  justify-content: center;
  align-items: center;
}
.dga-btn-label {
  display: inline-flex;
  line-height: normal;
}
.dga-btn--lg {
  height: 40px;
  padding-inline: var(--buttons-lg-padding);
}
.dga-btn--lg span.dga-btn-icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.dga-btn--md {
  height: 32px;
  padding-inline: var(--buttons-md-padding);
}
.dga-btn--md span.dga-btn-icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.dga-btn--sm {
  height: 24px;
  padding-inline: var(--buttons-sm-padding);
}
.dga-btn--sm span.dga-btn-icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.dga-btn--icon {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dga-btn--icon.dga-btn--lg {
  width: 40px;
  height: 40px;
  font-size: 40px;
}
.dga-btn--icon-menu.dga-btn--lg {
  width: auto;
  padding-inline: var(--buttons-lg-padding);
}
.dga-btn--icon.dga-btn--md {
  width: 32px;
  height: 32px;
  font-size: 32px;
}
.dga-btn--icon-menu.dga-btn--md {
  width: auto;
  padding-inline: var(--buttons-md-padding);
}
.dga-btn--icon.dga-btn--sm {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.dga-btn--icon-menu.dga-btn--sm {
  width: auto;
  padding-inline: var(--buttons-sm-padding);
}
.dga-btn--primary-neutral {
  background-color: var(--button-background-black-default);
  color: var(--text-oncolor-primary);
}
.dga-btn--primary-neutral:hover {
  background-color: var(--button-background-black-hovered);
}
.dga-btn--primary-neutral:visited {
  background-color: var(--button-background-black-pressed);
}
.dga-btn--primary-neutral:active {
  background-color: var(--button-background-black-selected);
  outline: none;
}
.dga-btn--primary-neutral:active::after {
  display: none !important;
}
.dga-btn--primary-neutral:disabled, .dga-btn--primary-neutral[disabled] {
  background: var(--background-disabled);
  color: var(--text-default-disabled);
}
.dga-btn--primary-neutral--on-color {
  background-color: var(--button-background-oncolor-default);
  color: var(--text-default);
}
.dga-btn--primary-neutral--on-color:hover {
  background-color: var(--button-background-oncolor-hovered);
}
.dga-btn--primary-neutral--on-color:visited, .dga-btn--primary-neutral--on-color.selected {
  background-color: var(--button-background-oncolor-selected);
}
.dga-btn--primary-neutral--on-color:active {
  background-color: var(--button-background-oncolor-pressed);
}
.dga-btn--primary-neutral--on-color:disabled, .dga-btn--primary-neutral--on-color[disabled] {
  background-color: var(--button-background-disabled-on-color);
  color: var(--text-default-oncolor-disabled);
}
.dga-btn--primary-brand {
  background-color: var(--button-background-primary-default);
  color: var(--text-oncolor-primary);
}
.dga-btn--primary-brand:hover {
  background: var(--button-background-primary-hovered);
}
.dga-btn--primary-brand:visited {
  background: var(--button-background-primary-pressed);
}
.dga-btn--primary-brand:active {
  background: var(--button-background-primary-selected);
  outline: none;
}
.dga-btn--primary-brand:active::after {
  display: none !important;
}
.dga-btn--primary-brand:disabled, .dga-btn--primary-brand[disabled] {
  background: var(--background-disabled);
  color: var(--text-default-disabled);
}
.dga-btn--primary-brand--on-color {
  background-color: var(--button-background-oncolor-default);
  color: var(--text-default);
}
.dga-btn--primary-brand--on-color:hover {
  background-color: var(--button-background-oncolor-hovered);
}
.dga-btn--primary-brand--on-color:visited, .dga-btn--primary-brand--on-color.selected {
  background-color: var(--button-background-oncolor-pressed);
}
.dga-btn--primary-brand--on-color:active {
  background-color: var(--button-background-oncolor-pressed);
}
.dga-btn--primary-brand--on-color:disabled, .dga-btn--primary-brand--on-color[disabled] {
  background-color: var(--button-background-disabled-on-color);
  color: var(--text-default-oncolor-disabled);
}
.dga-btn--secondary {
  background-color: var(--button-background-neutral-default);
  color: var(--colors-text-primary);
}
.dga-btn--secondary:hover {
  background: var(--button-background-neutral-default-hoverd);
}
.dga-btn--secondary:visited {
  background: var(--button-background-neutral-default-pressed);
}
.dga-btn--secondary:active {
  background: var(--button-background-neutral-default-selected);
  outline: none;
}
.dga-btn--secondary:disabled, .dga-btn--secondary[disabled] {
  background: var(--background-disabled);
  color: var(--text-default-disabled);
}
.dga-btn--secondary--on-color {
  background-color: var(--button-background-transparent-hovered);
  color: var(--text-oncolor-primary);
}
.dga-btn--secondary--on-color:hover {
  background-color: var(--button-background-transparent-hovered);
}
.dga-btn--secondary--on-color:visited, .dga-btn--secondary--on-color.selected {
  background-color: var(--Button-button-background-transparent-selected);
}
.dga-btn--secondary--on-color:active {
  background-color: var(--Button-button-background-transparent-pressed);
  color: var(--text-oncolor-primary);
}
.dga-btn--secondary--on-color:disabled, .dga-btn--secondary--on-color[disabled] {
  background-color: var(--button-background-disabled-on-color);
  color: var(--text-default-oncolor-disabled);
}
.dga-btn--secondary-outline {
  outline: 1px solid var(--border-neutral-secondary);
  background-color: transparent;
  color: var(--text-default);
}
.dga-btn--secondary-outline:hover {
  background: var(--button-background-neutral-default);
}
.dga-btn--secondary-outline:visited {
  background: var(--button-background-neutral-pressed);
  outline: 1px solid var(--border-neutral-primary);
}
.dga-btn--secondary-outline:active {
  background: var(--button-background-neutral-selected);
  outline: 1px solid var(--border-neutral-primary);
}
.dga-btn--secondary-outline:disabled, .dga-btn--secondary-outline[disabled] {
  background: transparent;
  color: var(--text-default-disabled);
  border: 1px solid var(--border-neutral-secondary);
}
.dga-btn--secondary-outline--on-color {
  outline-color: var(--border-white-40);
  color: var(--text-oncolor-primary);
}
.dga-btn--secondary-outline--on-color:hover {
  background: var(--button-background-transparent-hovered);
  outline-color: var(--border-white-40);
}
.dga-btn--secondary-outline--on-color:visited, .dga-btn--secondary-outline--on-color.selected {
  background: var(--button-background-transparent-hovered);
  outline-color: var(--border-white-40);
}
.dga-btn--secondary-outline--on-color:active {
  background: var(--button-background-transparent-hovered);
  outline-color: var(--border-white-40);
}
.dga-btn--secondary-outline--on-color:disabled, .dga-btn--secondary-outline--on-color[disabled] {
  outline-color: 1px solid var(--icon-default-oncolor-disabled);
  color: var(--text-default-oncolor-disabled);
}
.dga-btn--subtle, .dga-btn--close, .dga-btn--sort {
  background-color: transparent;
  color: var(--colors-text-primary);
}
.dga-btn--subtle:hover, .dga-btn--close:hover, .dga-btn--sort:hover {
  background: var(--button-background-neutral-default);
}
.dga-btn--subtle:visited, .dga-btn--close:visited, .dga-btn--sort:visited {
  background: var(--button-background-neutral-pressed);
}
.dga-btn--subtle:active, .dga-btn--close:active, .dga-btn--sort:active {
  background: var(--button-background-neutral-selected);
  outline: none;
}
.dga-btn--subtle:active::after, .dga-btn--close:active::after, .dga-btn--sort:active::after {
  display: none !important;
}
.dga-btn--subtle:disabled, .dga-btn--subtle[disabled], .dga-btn--close:disabled, .dga-btn--close[disabled], .dga-btn--sort:disabled, .dga-btn--sort[disabled] {
  background: transparent;
  color: var(--text-default-disabled);
}
.dga-btn--transparent {
  background-color: transparent;
  color: var(--text-default);
}
.dga-btn--transparent:hover {
  background: transparent;
  color: var(--button-background-primary-hovered);
}
.dga-btn--transparent:visited {
  color: var(--button-background-primary-pressed);
}
.dga-btn--transparent:active {
  color: var(--button-background-primary-selected);
  outline: none;
}
.dga-btn--transparent:active::after {
  display: none !important;
}
.dga-btn--transparent:disabled, .dga-btn--transparent[disabled] {
  background: transparent;
  color: var(--text-default-disabled);
}
.dga-btn--close {
  display: flex;
  width: 40px;
  height: 40px;
  padding: var(--spacing-md);
  justify-content: center;
  align-items: center;
  border-radius: var(--radius-sm);
  background-color: transparent;
  color: var(--icon-default);
}
.dga-btn--close:hover {
  background: var(--button-background-neutral-hovered);
  color: var(--icon-default);
}
.dga-btn--close:active {
  background-color: var(--button-background-neutral-pressed);
}
.dga-btn--des-primary {
  background-color: var(--button-background-danger-primary-default);
  color: var(--text-oncolor-primary);
}
.dga-btn--des-primary:hover {
  background: var(--button-background-danger-primary-hovered);
}
.dga-btn--des-primary:visited {
  background: var(--button-background-danger-primary-pressed);
}
.dga-btn--des-primary:active {
  background: var(--button-background-danger-primary-selected);
  outline: none;
}
.dga-btn--des-primary:active::after {
  display: none !important;
}
.dga-btn--des-primary:disabled, .dga-btn--des-primary[disabled] {
  background: var(--background-disabled);
  color: var(--text-default-disabled);
}
.dga-btn--des-secondary {
  background-color: var(--button-background-danger-secondary-default);
  color: var(--text-error);
}
.dga-btn--des-secondary:hover {
  background: var(--button-background-danger-secondary-hovered);
}
.dga-btn--des-secondary:visited {
  background: var(--button-background-danger-secondary-pressed);
}
.dga-btn--des-secondary:active {
  background: var(--button-background-danger-secondary-selected);
  outline: none;
}
.dga-btn--des-secondary:active::after {
  display: none !important;
}
.dga-btn--des-secondary:disabled, .dga-btn--des-secondary[disabled] {
  background: var(--background-disabled);
  color: var(--text-default-disabled);
}
.dga-btn--des-secondary-outline {
  outline: 1px solid var(--border-error-light);
  background-color: transparent;
  color: var(--text-error);
}
.dga-btn--des-secondary-outline:hover {
  background: var(--button-background-danger-secondary-hovered);
}
.dga-btn--des-secondary-outline:visited {
  background: var(--button-background-danger-secondary-pressed);
}
.dga-btn--des-secondary-outline:active {
  background: var(--button-background-danger-secondary-selected);
  outline: 1px solid var(--border-error-light);
}
.dga-btn--des-secondary-outline:active::after {
  display: none !important;
}
.dga-btn--des-secondary-outline:disabled, .dga-btn--des-secondary-outline[disabled] {
  background: transparent;
  color: var(--text-default-disabled);
  outline: 1px solid var(--border-neutral-secondary);
}
.dga-btn--des-subtle {
  background-color: transparent;
  color: var(--text-error);
}
.dga-btn--des-subtle:hover {
  background: var(--button-background-danger-secondary-hovered);
}
.dga-btn--des-subtle:visited {
  background: var(--button-background-danger-secondary-pressed);
}
.dga-btn--des-subtle:active {
  background: var(--button-background-danger-secondary-selected);
  outline: none;
}
.dga-btn--des-subtle:active::after {
  display: none !important;
}
.dga-btn--des-subtle:disabled, .dga-btn--des-subtle[disabled] {
  background: transparent;
  color: var(--text-default-disabled);
}
.dga-btn--des-transparent {
  background-color: transparent;
  color: var(--button-background-danger-primary-default);
}
.dga-btn--des-transparent:hover {
  background: transparent;
  color: var(--button-background-danger-primary-hovered);
}
.dga-btn--des-transparent:visited {
  color: var(--button-background-danger-primary-pressed);
}
.dga-btn--des-transparent:active {
  color: var(--button-background-danger-primary-selected);
  outline: none;
}
.dga-btn--des-transparent:active::after {
  display: none !important;
}
.dga-btn--des-transparent:disabled, .dga-btn--des-transparent[disabled] {
  background: transparent;
  color: var(--text-default-disabled);
}
.dga-btn.dga-btn--subtle-on-color, .dga-btn.dga-btn--close-on-color {
  background-color: transparent;
  color: var(--text-oncolor-primary);
}
.dga-btn.dga-btn--subtle-on-color:hover, .dga-btn.dga-btn--close-on-color:hover {
  background-color: var(--button-background-transparent-hovered);
}
.dga-btn.dga-btn--subtle-on-color:visited, .dga-btn.dga-btn--subtle-on-color.selected, .dga-btn.dga-btn--close-on-color:visited, .dga-btn.dga-btn--close-on-color.selected {
  background-color: var(--button-background-transparent-selected);
}
.dga-btn.dga-btn--subtle-on-color:active, .dga-btn.dga-btn--close-on-color:active {
  color: var(--text-oncolor-primary);
  background-color: var(--button-background-transparent-pressed);
}
.dga-btn.dga-btn--subtle-on-color:disabled, .dga-btn.dga-btn--subtle-on-color[disabled], .dga-btn.dga-btn--close-on-color:disabled, .dga-btn.dga-btn--close-on-color[disabled] {
  background-color: transparent;
  color: var(--text-default-oncolor-disabled);
}
.dga-btn--transparent-on-color {
  background-color: transparent;
  color: var(--text-oncolor-primary);
}
.dga-btn--transparent-on-color:hover {
  color: var(--button-label-transparent-hovered-on-color);
}
.dga-btn--transparent-on-color:visited, .dga-btn--transparent-on-color.selected {
  color: var(--button-label-transparent-selected-on-color);
}
.dga-btn--transparent-on-color:active {
  color: var(--button-label-transparent-pressed-on-color);
}
.dga-btn--transparent-on-color:disabled, .dga-btn--transparent-on-color[disabled] {
  background-color: transparent;
  color: var(--text-default-oncolor-disabled);
}