:root {
  --color-primary: hsl(207, 56%, 52%);
  --color-primary-text: hsl(207, 56%, 88%);
  --color-primary-border: hsl(207, 86%, 22%);
  --color-primary-shadow: hsl(207, 75%, 37%);
  --color-secondary: hsl(25, 95%, 64%);
  --color-secondary-text: hsl(25, 95%, 92%);
  --color-secondary-border: hsl(25, 85%, 45%);
  --color-secondary-shadow: hsl(25, 75%, 56%);
  --color-tertiary: hsl(165, 64%, 32%);
  --color-tertiary-text: hsl(165, 95%, 70%);
  --color-tertiary-border: hsl(165, 85%, 25%);
  --color-tertiary-shadow: hsl(165, 60%, 40%);
  --color-quartenary: hsl(310, 64%, 32%);
  --color-quartenary-text: hsl(310, 90%, 85%);
  --color-quartenary-border: hsl(310, 85%, 35%);
  --color-quartenary-shadow: hsl(310, 65%, 65%);
  --color-background-01: hsl(30, 100%, 99%);
  --color-background-02: hsl(30, 4.17%, 90.59%);
  --color-background-03: hsl(206, 95%, 97.8%);
  --color-footer: hsl(200, 68%, 27%);
  --color-footer-text: hsl(200, 68%, 65%);
  --color-footer-border: hsl(200, 88%, 15%);
  --color-footer-shadow: hsl(200, 72%, 38%);
  --color-black: hsl(0, 0%, 6.66%);
  --color-gray-1: hsl(0, 0%, 15.15%);
  --color-gray-2: hsl(0, 0%, 25.25%);
  --color-gray-3: hsl(0, 0%, 35.35%);
  --color-gray-4: hsl(0, 0%, 45.45%);
  --color-gray-5: hsl(0, 0%, 55.55%);
  --color-gray-6: hsl(0, 0%, 65.65%);
  --color-gray-7: hsl(0, 0%, 75.75%);
  --color-gray-8: hsl(0, 0%, 85.85%);
  --color-gray-9: hsl(0, 0%, 95.95%);
  --color-white: hsl(0, 0%, 98.98%);
  --color-success: hsl(152, 68.75%, 31.37%);
  --color-success-text: hsl(152, 50.75%, 80.37%);
  --color-success-border: hsl(152, 40.75%, 22.37%);
  --color-success-shadow: hsl(152, 30.75%, 60.37%);
  --color-info: hsl(190, 89.72%, 49.61%);
  --color-info-text: hsl(190, 70.72%, 85.61%);
  --color-info-border: hsl(190, 60.72%, 35.61%);
  --color-info-shadow: hsl(190, 50.72%, 60.61%);
  --color-warning: hsl(45, 100%, 51.37%);
  --color-warning-text: hsl(45, 90%, 85.37%);
  --color-warning-border: hsl(45, 80%, 35.37%);
  --color-warning-shadow: hsl(45, 60%, 60.37%);
  --color-danger: hsl(24, 80.75%, 36.67%);
  --color-danger-text: hsl(24, 90.75%, 85.67%);
  --color-danger-border: hsl(24, 70.75%, 30.67%);
  --color-danger-shadow: hsl(24, 65.75%, 60.67%);
  --color-error: hsl(354, 70.46%, 53.53%);
  --color-error-text: hsl(354, 90%, 85%);
  --color-error-border: hsl(354, 80%, 40%);
  --color-error-shadow: hsl(354, 65%, 65%);
  --color-default: hsl(304, 7.3%, 45.69%);
  --color-dark: hsl(210, 10.81%, 14.51%);
  --color-status-01: hsl(120, 71%, 38%);
  --color-status-02: hsl(0, 66%, 47%);
  --color-status-03: hsl(60, 92%, 45%);
  --color-status-04: hsl(29, 87%, 50%);
  --color-status-05: hsl(244, 89%, 38%);
  --color-status-06: hsl(228, 69%, 45%);
  --color-status-07: hsl(173, 66%, 41%);
  --color-status-08: hsl(322, 80%, 52%);
  --color-status-09: hsl(276, 78%, 42%);
  --color-status-10: hsl(0, 0%, 15.5%);
  --color-alpha-10: 0.10;
  --color-alpha-25: 0.25;
  --color-alpha-50: 0.50;
  --color-alpha-75: 0.75;
  --color-alpha-100: 1;
  --color-facebook: #3b5897;
  --color-twitter: #00aceb;
  --color-linkedin: #0074b3;
  --color-youtube: #cc1e1e;
  --color-instagram: #e43f5d;
  --color-whatsapp: #25d469;
  --color-github: #333333;
}

/*! 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 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: reduce), (update: slow) {
  *,
  ::before,
  ::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
html,
body {
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  html,
  body {
    -webkit-font-smoothing: subpixel-antialiased;
  }
}

*:focus {
  outline: none;
}

img,
iframe,
object,
embed,
video {
  height: auto;
  max-width: 100%;
}

object,
embed,
video {
  height: auto;
}

figure {
  margin: 0;
}

label {
  cursor: pointer;
}

sup,
sub {
  font-size: 50%;
}

body {
  color: var(--color-black);
  font-family: "Poppins";
  font-size: 11pt;
  overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Anton";
}

a {
  text-decoration: none;
}

@font-face {
  font-display: swap;
  font-family: "Anton";
  src: url("../fonts/Anton.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Baloo 2";
  src: url("../fonts/Baloo2.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Beau Rivage";
  src: url("../fonts/BeauRivage.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Nunito";
  src: url("../fonts/Nunito.woff2") format("woff2"), url("../fonts/pdf/Nunito.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Oswald";
  src: url("../fonts/Oswald.woff2") format("woff2"), url("../fonts/pdf/Oswald.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Oswald Bold";
  src: url("../fonts/Oswald-Bold.woff2") format("woff2"), url("../fonts/pdf/Oswald-Bold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Patua One";
  src: url("../fonts/PatuaOne.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Poppins";
  src: url("../fonts/Poppins.woff2") format("woff2"), url("../fonts/pdf/Poppins.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Poppins Bold";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/pdf/Poppins-Bold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Raleway";
  src: url("../fonts/Raleway.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto Mono";
  src: url("../fonts/RobotoMono.woff2") format("woff2"), url("../fonts/pdf/RobotoMono.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Ubuntu Mono";
  src: url("../fonts/UbuntuMono.woff2") format("woff2"), url("../fonts/pdf/UbuntuMono.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Ubuntu Mono Bold";
  src: url("../fonts/UbuntuMono.woff2") format("woff2"), url("../fonts/pdf/UbuntuMono.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Varela Round";
  src: url("../fonts/VarelaRound.woff2") format("woff2");
}
.sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.l-main * {
  box-sizing: border-box;
}
.l-main__left {
  background-color: var(--color-primary);
  border-right: 0.0625rem solid var(--color-primary-border);
  bottom: 0;
  box-sizing: border-box;
  display: block;
  height: 100%;
  min-width: 17.5rem;
  padding: 0.125rem;
  position: fixed;
  top: 0;
  width: 17.5rem;
  z-index: 99;
}
.l-main__content {
  background-color: var(--color-background-03);
  left: 17.5rem;
  min-height: 100vh;
  padding: 0.375rem;
  position: relative;
  top: 0;
  transition: all 0.5s ease;
  width: calc(100% - 280px);
  z-index: 2;
}
.l-main__content-caption {
  align-items: center;
  display: flex;
  flex-direction: row;
  padding: 0.375rem 0;
}
.l-main__content-caption > i {
  color: var(--color-success);
  font-size: 14pt;
  margin-right: 0.75rem;
}
.l-main__content-caption > p {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  position: relative;
}
.l-main__content-caption > p > i {
  color: var(--color-secondary);
  font-size: 12pt;
  margin: 0 0.625rem;
}
.l-main__content-caption > p > span {
  color: var(--color-primary);
  display: block;
  font-size: 15pt;
  padding: 0;
}
@media (max-width: 48.0625em) {
  .l-main__left {
    border-bottom: 0.0625rem solid var(--color-black);
    min-height: unset;
    height: 6.25rem;
    position: relative;
    width: 100%;
  }
  .l-main__content {
    left: 0;
    min-height: calc(100vh - 100px);
    padding: 0.75rem 0;
    position: relative;
    top: 0;
    width: 100%;
  }
}

.l-leader {
  position: relative;
}
.l-leader__header {
  background-color: var(--color-primary);
  border-bottom: 0.0625rem solid var(--color-black);
  border-top: 0.0625rem solid var(--color-black);
  height: 4.25rem;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.l-leader__header-scrolled {
  background-color: rgba(64, 139, 201, 0.95);
  border-bottom: 0.125rem solid var(--color-secondary-border);
  box-shadow: 0.1875rem 0 0.625rem rgba(17, 17, 17, 0.9);
  height: 4.875rem;
  padding: 0.5rem 0;
  transition: all 0.25s ease-in-out;
}
.l-leader__content {
  background-color: var(--color-background-03);
  min-height: calc(100vh - 68px);
  position: relative;
  padding: 0.375rem 0 1.875rem 0;
  width: 100%;
}
.l-leader__footer {
  background-color: var(--color-gray-5);
  border-top: 0.0625rem solid var(--color-gray-3);
  bottom: 0;
  font-family: "Ubuntu Mono";
  font-size: 11pt;
  padding: 0.0625rem 0;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  z-index: 99;
}
.l-leader__footer .container .row > div {
  background-color: var(--color-gray-8);
}
.l-leader__footer .container .row > div:not(:last-child) {
  margin-right: 0.0625rem;
}
.l-leader__footer .container .row .col {
  font-weight: bold;
}
@media (max-width: 48.0625em) {
  .l-leader__header {
    height: 4.25rem;
  }
  .l-leader__content {
    min-height: calc(100vh - 68px);
  }
}

.l-sponsor {
  position: relative;
}
.l-sponsor__header-brand {
  display: block;
  text-align: center;
}
.l-sponsor__header-brand > a {
  display: block;
  padding: 0.5rem 0;
}
.l-sponsor__header-brand > a > img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.l-sponsor__header-bottom {
  background-color: var(--color-secondary);
  border-bottom: 0.125rem solid var(--color-black);
  border-top: 0.125rem solid var(--color-black);
}
.l-sponsor__header-scrolled {
  border-bottom: 0.125rem solid var(--color-primary-border);
  box-shadow: 0.1875rem 0 0.625rem rgba(17, 17, 17, 0.9);
  height: 4.875rem;
  padding: 0.5rem 0;
  transition: all 0.25s ease-in-out;
}
.l-sponsor__content {
  background-color: var(--color-background-03);
  min-height: calc(100vh - 135px);
  position: relative;
  padding: 0.375rem 0 1.875rem 0;
  width: 100%;
}
.l-sponsor__content-info {
  display: block;
  height: auto;
  margin-top: 1.625rem;
  text-align: center;
  opacity: 0.35;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.l-sponsor__content-info > span {
  color: var(--color-background-03);
  display: block;
  font-family: "Patua One";
  font-size: 42pt;
  text-shadow: 0 0 0.625rem var(--color-gray-6);
  -webkit-text-stroke: 0.0625rem rgba(116, 116, 116, 0.65);
}
.l-sponsor__footer {
  background-color: var(--color-gray-4);
  border-top: 0.0625rem solid var(--color-gray-1);
  bottom: 0;
  padding: 0.125rem 0;
  position: absolute;
  width: 100%;
}
.l-sponsor__footer-profile, .l-sponsor__footer-data {
  background-color: var(--color-gray-7);
  border-color: var(--color-gray-1);
  border-style: solid;
  border-width: 0.0625rem;
}
.l-sponsor__footer-profile > a, .l-sponsor__footer-data > a {
  color: var(--color-primary-border);
  display: block;
  padding: 0.25rem 0;
}
.l-sponsor__footer-profile > a:hover, .l-sponsor__footer-data > a:hover {
  background-color: var(--color-primary-border);
  color: var(--color-white);
}
@media (max-width: 48.0625em) {
  .l-sponsor__header {
    background-color: var(--color-secondary-text);
  }
  .l-sponsor__header-brand {
    text-align: left;
    padding-top: 0.5rem;
  }
  .l-sponsor__header-brand > a {
    height: 3rem;
  }
  .l-sponsor__header-brand > a > img {
    margin: unset;
  }
  .l-sponsor__header-bottom {
    border-top: unset;
  }
  .l-sponsor__content {
    min-height: calc(100vh - 66px);
  }
  .l-sponsor__content-info > span {
    font-size: 36pt;
  }
}

.c-form {
  /* BOOTSTRAP TABS */
}
.c-form * {
  box-sizing: border-box;
}
.c-form__passwd-single, .c-form__passwd-confirm {
  cursor: pointer;
  position: relative;
  width: 3.25rem;
}
.c-form__passwd-single > i, .c-form__passwd-confirm > i {
  margin: 0 auto;
}
.c-form input,
.c-form select,
.c-form textarea,
.c-form option,
.c-form button {
  font-size: 11pt;
}
.c-form input:focus,
.c-form select:focus,
.c-form textarea:focus,
.c-form option:focus,
.c-form button:focus {
  box-shadow: 0 0 0 0 !important;
  outline: 0 !important;
}
.c-form textarea {
  height: 10.9375rem;
  width: auto;
  resize: none;
}
.c-form__required {
  font-family: "Oswald";
  font-size: 12pt;
  padding-left: 1.5rem;
  position: relative;
}
.c-form__required:before {
  color: var(--color-error);
  content: "\f08d";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  position: absolute;
  left: 0.3125rem;
  transform: rotate(-45deg);
}
.c-form__container {
  border: 0.0625rem solid var(--color-gray-6);
  border-radius: 0.375rem;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  position: relative;
}
.c-form__container-header {
  border-bottom: 0.0625rem solid var(--color-gray-6);
  background-color: var(--color-gray-9);
  display: block;
  padding: 0.5rem;
}
.c-form__container-body {
  display: block;
  padding: 0.5rem;
}
.c-form__container-textEditor {
  background-color: #e9ecef;
  border: 0.0625rem solid var(--color-gray-7);
  border-radius: 0.375rem;
  box-sizing: border-box;
  max-height: 12.5rem;
  overflow: auto;
  padding: 0.375rem;
}
.c-form__field-required {
  color: var(--color-error);
  position: relative;
}
.c-form__field-required::after {
  content: " *";
  font-family: "Ubuntu Mono";
  font-weight: bold;
}
.c-form__preview {
  align-items: center;
  border: 0.0625rem solid var(--color-web-gray-8);
  border-radius: 0.375rem;
  display: flex;
  flex-direction: column;
  margin-top: 0.375rem;
  max-width: 22.5rem;
  padding: 0.375rem;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.c-form__preview-title {
  display: block;
  padding: 0.375rem 0;
}
.c-form__preview-image {
  border: 0.0625rem solid var(--color-web-gray-8);
  border-radius: 1rem;
  display: block;
  margin: 0.5rem 0;
  overflow: hidden;
  padding: 0.75rem;
  position: relative;
}
.c-form__preview-image:hover > img {
  transform: scale(1.05);
  transition: all 0.35s ease-in-out;
}
.c-form__preview-image > img {
  border: 0.0625rem solid var(--color-web-prim-light);
  border-radius: 0.625rem;
  box-shadow: 0 0 0.25rem var(--color-web-gray-2);
  transition: all 0.5s ease-in-out;
}
.c-form__preview-delete {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
}
.c-form__preview-delete:hover > a {
  background-color: rgba(117, 117, 117, 0.35);
  border: 0.0625rem solid rgba(109, 109, 106, 0.35);
  color: var(--color-web-error);
}
.c-form__preview-delete > a {
  background-color: rgba(117, 117, 117, 0.1);
  border: 0.0625rem solid rgba(109, 109, 106, 0.1);
  border-radius: 50%;
  color: rgba(220, 53, 69, 0.35);
  display: block;
  height: 2rem;
  position: relative;
  transition: all 0.25s ease-in-out;
  width: 2rem;
}
.c-form__preview-delete > a > i {
  display: block; /* remove extra space below image */
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-form__canvas {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-form__canvas-preview > img {
  max-width: 100%;
}
.c-form__canvas-result {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
}
.c-form__canvas-image {
  border: 0.0625rem solid var(--color-web-gray-7);
  border-radius: 0.375rem;
  overflow: hidden;
  padding-top: 66.66%; /* 12:8, for an aspect ratio of 1:1 change to this value to 100% */
  position: relative;
}
.c-form__canvas-image > img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.c-form__icon {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  position: relative;
}
.c-form__icon-container {
  border: 0.0625rem solid var(--color-web-gray-7);
  border-radius: 0.375rem;
  display: block;
  padding: 0.375rem;
  position: relative;
}
.c-form__icon-close {
  background-color: var(--color-web-gray-7);
  border: 0.0625rem solid var(--color-web-gray-5);
  border-radius: 50%;
  cursor: pointer;
  height: 1.5rem;
  opacity: 0.25;
  position: absolute;
  right: 0.375rem;
  top: 0.375rem;
  transition: all 0.25s ease-in-out;
  width: 1.5rem;
}
.c-form__icon-close:hover {
  opacity: 1;
}
.c-form__icon-close > i {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-form__icon-image {
  box-sizing: border-box;
  display: block;
  height: 7.1875rem;
  overflow: hidden;
  z-index: 5;
}
.c-form__icon-image > img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.c-form__comments {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-bottom: 0.25rem;
  width: 100%;
}
.c-form__comments-actions {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
}
.c-form__comments-buttons {
  border: 0.0625rem solid var(--color-web-gray-6);
  border-radius: 0.375rem;
  cursor: pointer;
  display: block;
  height: 2rem;
  width: 2rem;
}
.c-form__comments-buttons:not(:last-child) {
  margin-right: 0.125rem;
}
.c-form__comments-buttons:hover {
  box-shadow: 0 0 0.1875rem var(--color-web-gray-3);
  background-color: var(--color-web-gray-9);
}
.c-form__comments-buttons:active {
  border-color: var(--color-web-gray-3);
}
.c-form__comments-buttons:focus {
  border-color: var(--color-web-gray-3);
}
.c-form__comments-buttons > i {
  font-size: 0.6875rem;
}
.c-form__comments-character {
  justify-content: end;
  text-align: right;
  width: 100%;
}
.c-form__comments-character > span {
  color: var(--color-web-gray-3);
  font-size: 0.75rem;
  margin-right: 0.375rem;
}
.c-form .input-group-text span {
  position: relative;
  width: 2.75rem;
}
.c-form .input-group-text span > i {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.c-form #myTab {
  border-bottom: 0.0625rem solid var(--color-primary-border);
}
.c-form #myTab .nav-item:not(:last-child) {
  margin-right: 0.125rem;
}
.c-form #myTab .nav-item:hover .nav-link {
  border: 0.0625rem solid var(--color-secondary-text);
  border-bottom: 0;
  background-color: var(--color-secondary-text);
  color: var(--color-secondary-border);
}
.c-form #myTab .nav-item:hover .active {
  background-color: var(--color-white);
  border: 0.0625rem solid var(--color-primary-border);
  border-bottom-color: var(--color-white);
  color: var(--color-primary-border);
}
.c-form #myTab .nav-item > .active {
  background-color: var(--color-white);
  border: 0.0625rem solid var(--color-primary-border);
  border-bottom-color: var(--color-white);
  color: var(--color-primary-border);
}
.c-form #myTab .nav-link {
  background-color: var(--color-primary-border);
  color: var(--color-primary-text);
}
.c-form #myTabContent {
  background-color: var(--color-white);
  border: 0.0625rem solid var(--color-primary-border);
  border-top: 0;
  box-shadow: 0.0625rem 0.0625rem 0.1875rem var(--color-gray-6);
}
.c-form .iti {
  display: table-cell;
  width: calc(100% - 60px);
}
.c-form .iti__tel-input {
  border-radius: 0 4px 4px 0;
}
.c-form .iti__tel .selected-flag {
  z-index: 4;
}
.c-form .iti__tel .country-list {
  z-index: 5;
}
.c-form .iti__a11y-text {
  display: none;
}
.c-form .iti-0__dropdown-content {
  width: calc(100% + 50px);
}
.c-form__file-pdf {
  border: 0.0625rem solid var(--color-gray-7);
  border-radius: 0.375rem;
  display: block;
  max-height: 100%;
  max-width: 100%;
  padding: 0.375rem;
  position: relative;
}
.c-form__file-pdf > img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.c-form__file-name > div > div {
  border: 0.0625rem solid var(--color-gray-7);
  border-radius: 0.375rem;
  font-size: 10pt;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  text-align: center;
}
.c-form__file-name > div > div label {
  display: block;
  cursor: default;
}
.c-form__file-name > div > div span {
  display: block;
  font-style: italic;
  font-weight: bold;
}

.c-nav__time {
  color: var(--color-white);
  display: block;
  font-size: 10pt;
  padding-top: 0.5rem;
  position: relative;
  width: 100%;
}
.c-nav__time > p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  text-align: center;
  padding: 0;
  position: relative;
  width: 100%;
}
.c-nav__time > p > span {
  display: block;
  width: 100%;
}
.c-nav__time > p > span:nth-child(2) {
  font-family: "Patua One";
  font-size: 11pt;
}
.c-nav__brand {
  border-bottom: 0.0625rem solid var(--color-gray-6);
  box-sizing: border-box;
  display: block;
  padding: 0.75rem 0.375rem;
  position: relative;
}
.c-nav__brand-hamburger {
  display: none;
}
.c-nav__menu {
  padding: 0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-nav__menu-accordion {
  border: 0.0625rem solid var(--color-gray-3);
  border-radius: 0.375rem;
  box-shadow: 0.125rem 0.125rem 0.25rem var(--color-gray-3);
  font-size: 11pt;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.c-nav__menu-accordion > li {
  position: relative;
}
.c-nav__menu-accordion > li:not(:last-child) {
  border-bottom: 0.0625rem solid var(--color-gray-3);
}
.c-nav__menu-accordion > li:hover > div, .c-nav__menu-accordion > li:target > div {
  background: rgb(165, 205, 78);
  background: linear-gradient(180deg, rgb(165, 205, 78) 0%, rgb(107, 143, 26) 100%);
  color: rgb(50, 70, 10);
  text-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(255, 255, 255, 0.2);
}
.c-nav__menu-accordion > li > div {
  align-items: center;
  background: rgb(108, 110, 116);
  color: rgb(253, 253, 253);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  padding: 0.25rem 0.125rem;
  position: relative;
}
.c-nav__menu-accordion > li > div > i {
  display: block;
  margin: 0.375rem;
  width: 1.5rem;
}
.c-nav__menu-accordion > li > div > label {
  display: block;
}
.c-nav__menu-accordion > li > div > span {
  background-color: rgba(15, 15, 15, 0.12);
  border-radius: 50%;
  display: block;
  font-size: 9pt;
  height: 1.125rem;
  position: absolute;
  right: 0.375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.125rem;
}
.c-nav__menu-accordion > li > div > span > i {
  display: block;
  left: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.c-nav__menu-accordion > li > div.active {
  background: rgb(165, 205, 78);
  background: linear-gradient(180deg, rgb(165, 205, 78) 0%, rgb(107, 143, 26) 100%);
  color: rgb(50, 70, 10);
  text-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(255, 255, 255, 0.2);
}
.c-nav__menu-accordion > li > div.active > span {
  color: var(--color-youtube);
}
.c-nav__menu-accordion > li > div.active > span > i {
  display: block;
  left: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  transition: all 0.3s ease-in-out;
}
.c-nav__menu-accordion > li:last-child {
  background-color: var(--color-error-text);
}
.c-nav__menu-accordion > li:last-child:hover {
  background-color: var(--color-error);
}
.c-nav__menu-accordion > li:last-child:hover > form > button {
  color: var(--color-white);
}
.c-nav__menu-accordion > li:last-child > form > button,
.c-nav__menu-accordion > li:last-child > form > a {
  background: none;
  border: none;
  color: var(--color-error);
  display: block;
  padding: 0.5rem 0.375rem;
  width: 100%;
}
.c-nav__menu-accordion > li:last-child > form > button:hover,
.c-nav__menu-accordion > li:last-child > form > a:hover {
  color: var(--color-error-text);
}
.c-nav__menu-accordion > li:last-child > form > button > span,
.c-nav__menu-accordion > li:last-child > form > a > span {
  margin-right: 1rem;
}
.c-nav__menu-accordion > li:last-child > form > button > i,
.c-nav__menu-accordion > li:last-child > form > a > i {
  margin-left: 1rem;
}
.c-nav__menu-subMenu {
  background-color: rgb(239, 239, 239);
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.c-nav__menu-subMenu > li {
  position: relative;
}
.c-nav__menu-subMenu > li:not(:last-child) {
  border-bottom: 0.0625rem solid var(--color-gray-5);
}
.c-nav__menu-subMenu > li:hover > a, .c-nav__menu-subMenu > li:target > a {
  background: rgba(122, 184, 236, 0.8);
  color: rgb(50, 70, 10);
}
.c-nav__menu-subMenu > li > a {
  align-items: center;
  color: rgb(108, 110, 116);
  display: flex;
  flex-direction: row;
  padding: 0.25rem 0.125rem 0.25rem 1.375rem;
  position: relative;
  text-decoration: none;
  text-shadow: 0.0625rem 0.0625rem 0 rgba(255, 255, 255, 0.2);
}
.c-nav__menu-subMenu > li > a > i {
  display: block;
  margin: 0 0.375rem;
  width: 1.5rem;
}
.c-nav__menu-subMenu > li > a > label {
  display: block;
}
.c-nav__menu-subMenu > li > a > span {
  background: transparent;
  border: 0.0625rem solid var(--color-gray-5);
  border-radius: 0.9375rem;
  box-shadow: none;
  color: var(--color-seco-border);
  display: block;
  font-size: 10pt;
  font-weight: bold;
  line-height: 1;
  padding: 0.25rem 0.625rem 0 0.625rem;
  position: absolute;
  right: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
}
.c-nav__menu-subMenu > li > a > div {
  display: block;
  position: absolute;
  right: 0.75rem;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.c-nav__menu-subMenu > li > a > div > i {
  color: var(--color-youtube);
  font-weight: bold;
}
.c-nav__menu-subMenu > li > a.active {
  background: rgba(122, 184, 236, 0.8);
  color: rgb(50, 70, 10);
}
.c-nav__menu-accordion li > ul {
  display: none;
}
.c-nav__menu-accordion li:target > ul {
  display: block !important;
}
.c-nav__menuR {
  padding: 0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-nav__menuR > ul {
  border: 0.0625rem solid var(--color-gray-3);
  border-radius: 0.375rem;
  box-shadow: 0.125rem 0.125rem 0.25rem var(--color-gray-3);
  font-size: 11pt;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.c-nav__menuR > ul > li {
  position: relative;
}
.c-nav__menuR > ul > li:not(:last-child) {
  border-bottom: 0.0625rem solid var(--color-gray-3);
}
.c-nav__menuR > ul > li:hover > a, .c-nav__menuR > ul > li:target > a {
  background: var(--color-primary-text);
  color: var(--color-primary-border);
}
.c-nav__menuR > ul > li > a {
  align-items: center;
  background-color: var(--color-primary-border);
  color: var(--color-primary-text);
  display: flex;
  flex-direction: row;
  padding: 0.5rem 0.125rem 0.5rem 1.375rem;
  position: relative;
  text-decoration: none;
  text-shadow: 0.0625rem 0.0625rem 0 rgba(255, 255, 255, 0.2);
}
.c-nav__menuR > ul > li > a > i {
  display: block;
  margin: 0 0.375rem;
  width: 1.5rem;
}
.c-nav__menuR > ul > li > a > label {
  background-color: var(--color-error);
  border-radius: 0.9375rem;
  color: var(--color-white);
  display: block;
  font-size: 10pt;
  padding: 0.125rem 0;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 2.125rem;
}
.c-nav__menuR > ul > li > a.active {
  background: var(--color-tertiary-text);
  color: var(--color-tertiary-border);
  position: relative;
}
.c-nav__menuR > ul > li:last-child {
  background-color: var(--color-error-text);
}
.c-nav__menuR > ul > li:last-child:hover {
  background-color: var(--color-error);
}
.c-nav__menuR > ul > li:last-child:hover > form > button {
  color: var(--color-white);
}
.c-nav__menuR > ul > li:last-child > form > button,
.c-nav__menuR > ul > li:last-child > form > a {
  background: none;
  border: none;
  color: var(--color-error);
  display: block;
  padding: 0.5rem 0.375rem;
  width: 100%;
}
.c-nav__menuR > ul > li:last-child > form > button:hover,
.c-nav__menuR > ul > li:last-child > form > a:hover {
  color: var(--color-error-text);
}
.c-nav__menuR > ul > li:last-child > form > button > span,
.c-nav__menuR > ul > li:last-child > form > a > span {
  margin-right: 1rem;
}
.c-nav__menuR > ul > li:last-child > form > button > i,
.c-nav__menuR > ul > li:last-child > form > a > i {
  margin-left: 1rem;
}
@media (max-width: 48.0625em) {
  .c-nav__menu, .c-nav__menuR {
    display: none;
  }
  .c-nav__menu-open, .c-nav__menuR-open {
    display: block;
    left: 50%;
    position: absolute;
    top: 6.5625rem;
    transform: translateX(-50%);
    width: 18.75rem;
    z-index: 99;
  }
  .c-nav__time > p > span:first-child {
    display: none;
  }
  .c-nav__brand {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .c-nav__brand-hamburger {
    cursor: pointer;
    display: block;
    padding: 0.375rem;
    transition: all 0.5s ease;
    z-index: 999;
  }
  .c-nav__brand-hamburger > div {
    height: 1.25rem;
    position: relative;
    transition: 0.5s ease-in-out;
    width: 1.75rem;
  }
  .c-nav__brand-hamburger > div > span {
    background-color: var(--color-primary-text);
    display: block;
    height: 0.1875rem;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    width: 50%;
  }
  .c-nav__brand-hamburger > div > span:nth-child(even) {
    border-radius: 0 0.3125rem 0.3125rem 0;
    left: 50%;
  }
  .c-nav__brand-hamburger > div > span:nth-child(odd) {
    border-radius: 0.3125rem 0 0 0.3125rem;
    left: 0;
  }
  .c-nav__brand-hamburger > div > span:nth-child(1), .c-nav__brand-hamburger > div > span:nth-child(2) {
    top: 0rem;
  }
  .c-nav__brand-hamburger > div > span:nth-child(3), .c-nav__brand-hamburger > div > span:nth-child(4) {
    top: 0.375rem;
  }
  .c-nav__brand-hamburger > div > span:nth-child(5), .c-nav__brand-hamburger > div > span:nth-child(6) {
    top: 0.75rem;
  }
  .c-nav__brand-hamburgerOpen > div > span {
    background-color: var(--color-error);
  }
  .c-nav__brand-hamburgerOpen > div > span:nth-child(1), .c-nav__brand-hamburgerOpen > div > span:nth-child(6) {
    transform: rotate(45deg);
  }
  .c-nav__brand-hamburgerOpen > div > span:nth-child(2), .c-nav__brand-hamburgerOpen > div > span:nth-child(5) {
    transform: rotate(-45deg);
  }
  .c-nav__brand-hamburgerOpen > div > span:nth-child(1) {
    left: 0.1875rem;
    top: 0.25rem;
  }
  .c-nav__brand-hamburgerOpen > div > span:nth-child(2) {
    left: calc(50% - 3px);
    top: 0.25rem;
  }
  .c-nav__brand-hamburgerOpen > div > span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  .c-nav__brand-hamburgerOpen > div > span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  .c-nav__brand-hamburgerOpen > div > span:nth-child(5) {
    left: 0.1875rem;
    top: 0.75rem;
  }
  .c-nav__brand-hamburgerOpen > div > span:nth-child(6) {
    left: calc(50% - 3px);
    top: 0.75rem;
  }
}

.c-nav2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.c-nav2__brand {
  box-sizing: border-box;
  display: block;
  height: 4.125rem;
  line-height: 2.625rem;
  padding: 0.75rem 0.375rem;
  position: relative;
}
.c-nav2__brand-hamburger {
  display: none;
}
.c-nav2__menu {
  font-size: 10pt;
  margin: auto 0;
  height: 100%;
  width: 100%;
}
.c-nav2__menu > ul {
  align-content: center;
  display: flex;
  flex-direction: row;
  justify-content: end;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.c-nav2__menu > ul > li:not(:last-child) {
  margin-right: 0.375rem;
}
.c-nav2__menu > ul > li:last-child {
  margin-left: 1.75rem;
}
.c-nav2__menu > ul > li:last-child > form > a {
  background-color: var(--color-error-text);
  border: 0.0625rem solid var(--color-error-border);
  box-shadow: 0 0 0.1875rem var(--color-error-shadow);
  border-radius: 1.25rem;
  color: var(--color-error);
  display: block;
  font-weight: bold;
  padding: 0.25rem 0.5rem;
  position: relative;
}
.c-nav2__menu > ul > li:last-child > form > a:hover {
  background-color: var(--color-error);
  color: var(--color-error-text);
}
.c-nav2__menu > ul > li:last-child > form > a > i {
  margin-left: 0.5rem;
}
.c-nav2__menu > ul > li > a {
  border: 0.0625rem solid var(--color-tertiary-border);
  background-color: var(--color-tertiary);
  border-radius: 1.25rem;
  color: var(--color-white);
  display: block;
  padding: 0.25rem 0.5rem;
}
.c-nav2__menu > ul > li > a:hover {
  background-color: var(--color-tertiary-text);
  color: var(--color-tertiary-border);
}
.c-nav2__menu > ul > li > a > i {
  margin-right: 0.5rem;
}
.c-nav2 .active {
  background-color: var(--color-quartenary-text);
  border: 0.0625rem solid var(--color-black);
  box-shadow: 0 0 0.3125rem var(--color-quartenary-shadow);
  color: var(--color-quartenary-border);
}
.c-nav2 .active > i {
  color: var(--color-black);
}
@media (max-width: 48.0625em) {
  .c-nav2 {
    flex-direction: column;
  }
  .c-nav2__brand {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }
  .c-nav2__brand-logo {
    margin-right: 1.125rem;
  }
  .c-nav2__brand-hamburger {
    cursor: pointer;
    display: block;
    padding: 0.375rem;
    transition: all 0.5s ease;
  }
  .c-nav2__brand-hamburger > div {
    height: 0.9375rem;
    position: relative;
    transition: 0.5s ease-in-out;
    width: 1.75rem;
  }
  .c-nav2__brand-hamburger > div > span {
    background-color: var(--color-white);
    display: block;
    height: 0.1875rem;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    width: 50%;
  }
  .c-nav2__brand-hamburger > div > span:nth-child(even) {
    border-radius: 0 0.3125rem 0.3125rem 0;
    left: 50%;
  }
  .c-nav2__brand-hamburger > div > span:nth-child(odd) {
    border-radius: 0.3125rem 0 0 0.3125rem;
    left: 0;
  }
  .c-nav2__brand-hamburger > div > span:nth-child(1), .c-nav2__brand-hamburger > div > span:nth-child(2) {
    top: 0rem;
  }
  .c-nav2__brand-hamburger > div > span:nth-child(3), .c-nav2__brand-hamburger > div > span:nth-child(4) {
    top: 0.375rem;
  }
  .c-nav2__brand-hamburger > div > span:nth-child(5), .c-nav2__brand-hamburger > div > span:nth-child(6) {
    top: 0.75rem;
  }
  .c-nav2__brand-hamburgerOpen > div > span {
    background-color: var(--color-error);
  }
  .c-nav2__brand-hamburgerOpen > div > span:nth-child(1), .c-nav2__brand-hamburgerOpen > div > span:nth-child(6) {
    transform: rotate(45deg);
  }
  .c-nav2__brand-hamburgerOpen > div > span:nth-child(2), .c-nav2__brand-hamburgerOpen > div > span:nth-child(5) {
    transform: rotate(-45deg);
  }
  .c-nav2__brand-hamburgerOpen > div > span:nth-child(1) {
    left: 0.1875rem;
    top: 0.25rem;
  }
  .c-nav2__brand-hamburgerOpen > div > span:nth-child(2) {
    left: calc(50% - 3px);
    top: 0.25rem;
  }
  .c-nav2__brand-hamburgerOpen > div > span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  .c-nav2__brand-hamburgerOpen > div > span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  .c-nav2__brand-hamburgerOpen > div > span:nth-child(5) {
    left: 0.1875rem;
    top: 0.75rem;
  }
  .c-nav2__brand-hamburgerOpen > div > span:nth-child(6) {
    left: calc(50% - 3px);
    top: 0.75rem;
  }
  .c-nav2__menu {
    position: relative;
  }
  .c-nav2__menu > ul {
    display: none;
    list-style-type: none;
    margin: 0.25rem 0 0 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
  }
  .c-nav2__menu > ul > li:not(:last-child) {
    margin-right: unset;
    margin-bottom: 0.25rem;
  }
  .c-nav2__menu > ul > li:last-child {
    margin-left: unset;
    margin-top: 1.75rem;
  }
  .c-nav2__menu > ul > li:last-child > form > a {
    background-color: var(--color-error-text);
    border: 0.0625rem solid var(--color-error-border);
    box-shadow: 0 0 0.1875rem var(--color-error-shadow);
    border-radius: 0.375rem;
    color: var(--color-error);
    display: block;
    font-weight: bold;
    padding: 0.75rem;
    position: relative;
  }
  .c-nav2__menu > ul > li:last-child > form > a > span {
    margin-left: 2.75rem;
  }
  .c-nav2__menu > ul > li:last-child > form > a > i {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-nav2__menu > ul > li > a {
    background-color: var(--color-tertiary);
    border: 0.0625rem solid var(--color-tertiary-border);
    border-radius: 0.375rem;
    box-shadow: 0 0 0.1875rem var(--color-tertiary-shadow);
    color: var(--color-tertiary-text);
    display: inline-block;
    padding: 0.75rem;
    width: 100%;
  }
  .c-nav2__menu > ul > li > a > i {
    color: var(--color-white);
    display: inline-block;
    margin-right: 1rem;
    width: 1.5rem;
  }
  .c-nav2__menu > ul:after {
    background-color: rgba(15, 15, 15, 0.8);
    content: "";
    position: absolute;
    left: 50%;
    height: calc(100vh - 66px);
    top: -0.3125rem;
    transform: translateX(-50%);
    width: 100vw;
    z-index: -1;
  }
}

.c-nav3 {
  position: relative;
}
.c-nav3__menu {
  font-size: 11pt;
  margin: 0.75rem 0;
}
.c-nav3__menu > ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.c-nav3__menu > ul > li {
  position: relative;
}
.c-nav3__menu > ul > li:not(:last-child) {
  margin-right: 0.25rem;
}
.c-nav3__menu > ul > li:last-child {
  margin-left: 2rem;
}
.c-nav3__menu > ul > li:last-child > form > a {
  border: 0.0625rem solid transparent;
  color: var(--color-black);
  display: block;
  font-weight: bold;
  padding: 0.625rem 0.875rem;
  position: relative;
}
.c-nav3__menu > ul > li:last-child > form > a:hover {
  background-color: var(--color-error);
  color: var(--color-white);
}
.c-nav3__menu > ul > li:last-child > form > a > i {
  margin-left: 0.375rem;
  width: 1.625rem;
}
.c-nav3__menu > ul > li > a {
  border: 0.0625rem solid transparent;
  color: var(--color-white);
  display: block;
  padding: 0.625rem 0.875rem;
  position: relative;
  text-decoration: none;
}
.c-nav3__menu > ul > li > a:hover {
  background-color: var(--color-primary-border);
  box-shadow: 0 0 0.5rem var(--color-secondary-shadow);
}
.c-nav3__menu > ul > li > a:hover > span {
  color: var(--color-quartenary-text) !important;
}
.c-nav3__menu > ul > li > a:hover > i {
  color: var(--color-tertiary-text);
}
.c-nav3__menu > ul > li > a > i {
  margin-right: 0.375rem;
  width: 1.625rem;
}
.c-nav3__menu .active {
  background-color: rgba(254, 231, 215, 0.5);
  border-bottom: 0.125rem solid var(--color-quartenary-border);
}
.c-nav3__menu .active > span {
  color: var(--color-primary-border);
}
.c-nav3__menu .active > i {
  color: var(--color-quartenary-border);
}
@media (max-width: 48em) {
  .c-nav3__menu {
    background-color: rebeccapurple;
    box-sizing: border-box;
    display: none;
    padding: 0.375rem;
    position: fixed;
    top: 4.25rem;
    width: calc(100% - 24px);
    z-index: 80;
  }
  .c-nav3__menu-overlay {
    background-color: rgba(15, 15, 15, 0.85);
    content: "";
    display: block;
    height: calc(100vh - 66px);
    left: 0;
    position: fixed;
    top: 4.125rem;
    width: 100vw;
    z-index: 75;
  }
  .c-nav3__menu > ul {
    background-color: var(--color-white);
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding: 0.125rem;
    position: relative;
    width: 100%;
  }
  .c-nav3__menu > ul > li {
    background-color: var(--color-secondary);
    margin: 0;
    width: 100%;
  }
  .c-nav3__menu > ul > li:not(:last-child) {
    margin-bottom: 0.125rem;
    margin-right: 0;
  }
  .c-nav3__menu > ul > li:last-child {
    margin-left: 0;
    margin-top: 0.75rem;
  }
  .c-nav3__menu > ul > li:last-child > form > a {
    background-color: var(--color-error);
    color: var(--color-white);
    display: block;
    padding: 0.75rem 0.375rem 0.75rem 2.25rem;
    position: relative;
  }
  .c-nav3__menu > ul > li:last-child > form > a > i {
    color: var(--color-black);
    display: block;
    position: absolute;
    right: 1.5rem;
    transform: translateY(-50%);
    top: 50%;
  }
  .c-nav3__menu > ul > li:last-child > form > a > span {
    padding-left: 0.5rem;
  }
  .c-nav3__menu > ul > li > a {
    color: var(--color-primary-border);
    display: block;
    padding: 0.75rem 0.375rem;
    position: relative;
  }
  .c-nav3__menu > ul > li > a > i {
    display: inline-block;
    color: var(--color-white);
    width: 1.5rem;
  }
  .c-nav3__menu > ul > li > a > span {
    padding-left: 0.5rem;
  }
  .c-nav3__menu-open {
    display: block;
  }
  .c-nav3__hamburger {
    cursor: pointer;
    display: block;
    padding: 0.375rem;
    position: fixed;
    right: 0.75rem;
    top: 1.125rem;
    transition: all 0.5s ease;
  }
  .c-nav3__hamburger > div {
    height: 0.9375rem;
    position: relative;
    transition: 0.5s ease-in-out;
    width: 1.75rem;
  }
  .c-nav3__hamburger > div > span {
    background-color: var(--color-primary-border);
    display: block;
    height: 0.1875rem;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    width: 50%;
  }
  .c-nav3__hamburger > div > span:nth-child(even) {
    border-radius: 0 0.3125rem 0.3125rem 0;
    left: 50%;
  }
  .c-nav3__hamburger > div > span:nth-child(odd) {
    border-radius: 0.3125rem 0 0 0.3125rem;
    left: 0;
  }
  .c-nav3__hamburger > div > span:nth-child(1), .c-nav3__hamburger > div > span:nth-child(2) {
    top: 0rem;
  }
  .c-nav3__hamburger > div > span:nth-child(3), .c-nav3__hamburger > div > span:nth-child(4) {
    top: 0.375rem;
  }
  .c-nav3__hamburger > div > span:nth-child(5), .c-nav3__hamburger > div > span:nth-child(6) {
    top: 0.75rem;
  }
  .c-nav3__hamburger-open > div > span {
    background-color: var(--color-error);
  }
  .c-nav3__hamburger-open > div > span:nth-child(1), .c-nav3__hamburger-open > div > span:nth-child(6) {
    transform: rotate(45deg);
  }
  .c-nav3__hamburger-open > div > span:nth-child(2), .c-nav3__hamburger-open > div > span:nth-child(5) {
    transform: rotate(-45deg);
  }
  .c-nav3__hamburger-open > div > span:nth-child(1) {
    left: 0.1875rem;
    top: 0.25rem;
  }
  .c-nav3__hamburger-open > div > span:nth-child(2) {
    left: calc(50% - 3px);
    top: 0.25rem;
  }
  .c-nav3__hamburger-open > div > span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  .c-nav3__hamburger-open > div > span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  .c-nav3__hamburger-open > div > span:nth-child(5) {
    left: 0.1875rem;
    top: 0.75rem;
  }
  .c-nav3__hamburger-open > div > span:nth-child(6) {
    left: calc(50% - 3px);
    top: 0.75rem;
  }
}

.c-list .dataTables_wrapper .dt-buttons {
  position: absolute;
}
.c-list .dataTables_wrapper .pagination {
  --bs-pagination-focus-box-shadow: 0 0 0 0.125rem rgba(13, 110, 253, 0.25)!important;
}
.c-list .dataTables_wrapper .dataTables_info {
  padding: 0.3125rem 0;
  position: absolute;
}
.c-list .dataTables_wrapper .dataTables_filter input {
  box-shadow: 0 0 0 0 !important;
  outline: 0 !important;
}
.c-list .dataTables_wrapper .paginate_button a.page-link {
  font-size: 0.75rem;
}
.c-list .dataTables_wrapper table.dataTable tbody td {
  font-size: 0.875rem;
  padding: 0.1875rem;
  position: relative;
  vertical-align: middle;
}
.c-list .dataTables_wrapper table.dataTable thead th:first-child {
  border-top-left-radius: 0.25rem;
}
.c-list .dataTables_wrapper table.dataTable thead th:last-child {
  border-top-right-radius: 0.25rem;
}
.c-list__filter {
  background-color: rgba(25, 135, 84, 0.3);
  border: 0.0625rem solid var(--color-success-border);
  border-radius: 0.375rem;
  box-shadow: 0 0 0.3125rem var(--color-black);
  box-sizing: border-box;
  display: none;
  padding: 0.25rem;
  position: relative;
  width: 100%;
}
.c-list > table {
  border-bottom: 0.0625rem solid var(--color-gray-7);
  border-left: 0.0625rem solid var(--color-gray-5);
  border-right: 0.0625rem solid var(--color-gray-5);
}
.c-list > table thead tr th {
  background-color: var(--color-gray-3);
  color: var(--color-white);
}
.c-list > table thead tr th:not(:last-child) {
  border-right: 0.0625rem solid var(--color-gray-8);
}
.c-list > table thead tr th:nth-child(1) {
  width: 1.375rem;
}
.c-list > table thead tr th:nth-child(2) {
  text-align: center;
  width: 4.6875rem;
}
.c-list > table thead tr th:last-child {
  width: 150px;
}
.c-list > table tbody tr {
  vertical-align: middle;
}
.c-list > table tbody tr:hover td {
  background-color: rgba(17, 17, 17, 0.1);
}
.c-list > table tbody tr td:not(:last-child) {
  border-right: 0.0625rem solid var(--color-gray-7);
}
.c-list > table tbody tr td:nth-child(1) {
  width: 1rem;
}
.c-list > table tbody tr td:nth-child(2) {
  text-align: center;
  width: 4.6875rem;
}
.c-list > table tbody tr td:last-child {
  text-align: center;
  width: 150px;
}
.c-list__actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.c-list__actions-button:not(:last-child) {
  margin-right: 0.1875rem;
}
.c-list__actions-button > button {
  height: 1.5rem;
  position: relative;
  width: 1.625rem;
}
.c-list__actions-button > button > i {
  display: block;
  font-size: 10pt;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-list__status-01 {
  color: var(--color-status-01);
}
.c-list__status-02 {
  color: var(--color-status-02);
}
.c-list__status-03 {
  color: var(--color-status-03);
}
.c-list__status-04 {
  color: var(--color-status-04);
}
.c-list__status-05 {
  color: var(--color-status-05);
}
.c-list__status-06 {
  color: var(--color-status-06);
}
.c-list__status-07 {
  color: var(--color-status-07);
}
.c-list__status-08 {
  color: var(--color-status-08);
}
.c-list__status-09 {
  color: var(--color-status-09);
}
.c-list__status-10 {
  color: var(--color-status-10);
}
.c-list__pagination .page-link {
  font-size: 11pt !important;
  padding: 0.125rem 0.75rem;
}
.c-list__pagination .page-link:active, .c-list__pagination .page-link:focus {
  box-shadow: 0 0 0 0 !important;
  outline: 0 !important;
}
@media (max-width: 48.0625em) {
  .c-list .dataTables_wrapper .dataTables_filter input {
    width: 175px;
  }
  .c-list .dataTables_wrapper .dt-buttons {
    position: unset;
    margin-bottom: 6px;
  }
  .c-list .dataTables_wrapper .paginate_button a.page-link {
    font-size: 10pt;
  }
  .c-list .dataTables_wrapper .dataTables_info {
    position: unset;
  }
}

.c-imagePreview {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.c-imagePreview__container {
  border: 0.0625rem solid var(--color-web-gray-7);
  border-radius: 0.375rem;
  box-sizing: border-box;
  display: block;
  padding: 0.25rem;
  position: relative;
}
.c-imagePreview__container:not(:last-child) {
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
}
.c-imagePreview__container:hover .c-imagePreview__container-image > img {
  transform: scale(1.1);
  transition: all 0.25s ease-in-out;
}
.c-imagePreview__container-close {
  background-color: var(--color-web-white);
  border: 0.0625rem solid var(--color-web-gray-4);
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 1.5rem;
  opacity: 0.25;
  padding: 0.125rem;
  position: absolute;
  right: 0.375rem;
  top: 0.375rem;
  width: 1.5rem;
  z-index: 9;
}
.c-imagePreview__container-close:hover {
  opacity: 1;
}
.c-imagePreview__container-close > i {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-imagePreview__container-image {
  height: 7.1875rem;
  overflow: hidden;
  z-index: 5;
}
.c-imagePreview__container-image > img {
  border-radius: 0.375rem;
  display: block;
  max-height: 100%;
  max-width: 100%;
  transition: all 0.25s ease-in-out;
}

.c-mUploader {
  box-sizing: border-box;
  background-color: var(--color-background-01);
  border: 1px solid var(--color-gray-7);
  border-radius: 0.5rem;
  padding: 0.75rem;
  position: relative;
  width: 100%;
}
.c-mUploader__content {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.c-mUploader__frame {
  border: 1px solid var(--color-gray-7);
  border-radius: 0.375rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.3125rem;
  margin-right: 0.25rem;
  padding: 0.25rem;
  position: relative;
}
.c-mUploader__frame-image {
  background-color: rgba(200, 200, 200, 0.75);
  display: block;
  height: 12.5rem;
  text-align: center;
  width: 12.6875rem;
}
.c-mUploader__frame-image > img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.c-mUploader__frame-actions {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 0.5rem;
  position: relative;
}
.c-mUploader__frame-actions > button {
  background-color: var(--color-tertiary-text);
  border: 0.0625rem solid var(--color-tertiary);
  border-radius: 0.25rem;
  color: var(--color-white);
  cursor: pointer;
  margin-right: 0.25rem;
  padding: 0.375rem 0.625rem;
  position: relative;
}
.c-mUploader__frame-actions > button:hover, .c-mUploader__frame-actions > button:focus {
  background-color: rgb(27, 101, 83);
  border: 1px solid rgb(18, 66, 56);
  box-shadow: 0 0 8px var(--color-tert-dark);
}
.c-mUploader__frame-actionsErase {
  background-color: rgb(234, 80, 95);
  border-radius: 0.25rem;
  display: block;
  cursor: pointer;
  height: 2rem;
  padding: 0.3125rem;
  position: relative;
  width: 2rem;
}
.c-mUploader__frame-actionsErase:hover {
  background-color: rgb(204, 70, 83);
  border: 0.0625rem solid rgb(143, 50, 59);
  box-shadow: 0 0 0.5rem var(--color-error);
}
.c-mUploader__frame-actionsErase > i {
  display: block;
  color: var(--color-white);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-mUploader__panel {
  background-color: var(--color-background-01);
  border: 0.0625rem solid var(--color-gray-5);
  border-radius: 0.5rem;
  bottom: -0.625rem;
  box-sizing: border-box;
  box-shadow: 0.1875rem 0.1875rem 0.3125rem 0.125rem var(--color-gray-7);
  cursor: default;
  display: none;
  font-size: 10pt;
  left: 50%;
  padding: 0.3125rem;
  position: absolute;
  transform: translateX(-50%);
  width: 12.1875rem;
  z-index: 1;
}
.c-mUploader__panel-name, .c-mUploader__panel-description {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.3125rem;
  width: 100%;
}
.c-mUploader__panel-name > label, .c-mUploader__panel-description > label {
  color: var(--color-gray-4);
  font-size: 9pt;
  font-style: italic;
  width: 100%;
}
.c-mUploader__panel-name > input[type=text], .c-mUploader__panel-name > textarea, .c-mUploader__panel-description > input[type=text], .c-mUploader__panel-description > textarea {
  border: 1px solid var(--color-gray-2);
  border-radius: 0.25rem;
  line-height: 1;
  padding: 0.3125rem;
}
.c-mUploader__panel-name > input[type=text]:hover, .c-mUploader__panel-name > input[type=text]:focus, .c-mUploader__panel-name > textarea:hover, .c-mUploader__panel-name > textarea:focus, .c-mUploader__panel-description > input[type=text]:hover, .c-mUploader__panel-description > input[type=text]:focus, .c-mUploader__panel-description > textarea:hover, .c-mUploader__panel-description > textarea:focus {
  border-color: var(--color-primary);
}
.c-mUploader__panel-name > input[type=text]:disabled, .c-mUploader__panel-name > textarea:disabled, .c-mUploader__panel-description > input[type=text]:disabled, .c-mUploader__panel-description > textarea:disabled {
  background-color: #e9ecef;
  border-color: var(--color-gray-8);
}
.c-mUploader__panel-description > textarea {
  resize: none;
  height: 5rem;
}
.c-mUploader__panel-close {
  display: block;
  bottom: 0.125rem;
  position: absolute;
  right: 0.125rem;
}
.c-mUploader__panel-close > button {
  background-color: rgb(234, 80, 95);
  border: 0.0625rem solid transparent;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 1.375rem;
  width: 1.375rem;
}
.c-mUploader__panel-close > button:hover {
  background-color: rgb(204, 70, 83);
  border: 0.0625rem solid rgb(143, 50, 59);
  box-shadow: 0 0 0.5rem var(--color-error);
}
.c-mUploader__panel-close > button > i {
  display: block;
  color: var(--color-white);
  font-size: 8pt;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.c-imageLoaded {
  border: 0.0625rem solid var(--color-gray-6);
  border-radius: 0.375rem;
  box-sizing: border-box;
  margin: 0.75rem 0.375rem;
  padding: 0.625rem;
  position: relative;
}
.c-imageLoaded__box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.c-imageLoaded__view {
  border: 0.0625rem solid var(--color-gray-7);
  border-radius: 0.375rem;
  display: flex;
  flex-direction: column;
  font-family: "Raleway";
  margin: 0.25rem;
  padding: 0.25rem;
  position: relative;
  text-align: center;
  width: calc(17.579% + 1rem);
}
.c-imageLoaded__view-name {
  border-bottom: 0.0625rem solid var(--color-gray-6);
  margin-bottom: 0.375rem;
  padding: 0.25rem 0;
}
.c-imageLoaded__view-image {
  background-color: #eeeeee;
  border: 0.0625rem solid var(--color-gray-8);
  border-radius: 0.375rem;
  height: 13.625rem;
  margin-bottom: 0.375rem;
  overflow: hidden;
}
.c-imageLoaded__view-image > img {
  box-shadow: 0 0.0625rem 0.25rem var(--color-gray-5);
  -o-object-fit: contain;
     object-fit: contain;
}
.c-imageLoaded__view-info {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.c-imageLoaded__view-infoDesc {
  display: flex;
  flex-direction: column;
}
.c-imageLoaded__view-infoDesc > label {
  cursor: default;
  font-size: 0.8125rem;
  text-align: center;
}
.c-imageLoaded__view-infoDesc > span {
  background-color: #ffffff;
  border: 0.0625rem solid var(--color-gray-7);
  border-radius: 0.375rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  padding: 0.1875rem;
}
.c-imageLoaded__view-infoDesc > a {
  color: var(--color-primary);
  display: block;
  text-decoration: none;
  text-align: center;
}
.c-imageLoaded__view-infoDesc > a:hover {
  color: var(--color-secondary);
  text-decoration: underline;
}
.c-imageLoaded__view-infoOpt {
  display: flex;
  flex-direction: column;
  padding: 0.375rem 0;
}
.c-imageLoaded__view-infoOpt > span {
  display: block;
  margin-left: 0.5rem;
}
.c-imageLoaded__view-infoOpt > span > i {
  margin-right: 0.625rem;
}
.c-imageLoaded__content {
  border: 0.0625rem solid var(--color-gray-7);
  border-radius: 0.375rem;
  display: inline-block;
  line-height: 0;
  margin: 0.125rem;
  padding: 0.3125rem;
  position: relative;
  width: calc(17.63291% + 1rem);
}
.c-imageLoaded__content-erase {
  position: absolute;
  right: 0;
  top: 0;
}
.c-imageLoaded__content-erase > a {
  background-color: var(--color-gray-4);
  border-radius: 50%;
  color: var(--color-gray-8);
  display: block;
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
  text-decoration: none;
  width: 1.875rem;
}
.c-imageLoaded__content-erase > a > i {
  background-color: var(--color-gray-2);
  border-radius: 50%;
  font-size: 11pt;
}
.c-imageLoaded__content-erase > a:hover {
  background-color: var(--color-error);
}
.c-imageLoaded__content-erase > a:hover > i {
  background-color: var(--color-error);
  color: var(--color-white);
}
.c-imageLoaded__content-picture {
  background-color: #eeeeee;
  border: 0.0625rem solid var(--color-gray-8);
  border-radius: 0.375rem;
  height: 14.125rem;
  margin-bottom: 0.375rem;
  overflow: hidden;
}
.c-imageLoaded__content-picture > img {
  box-shadow: 0 0.0625rem 0.25rem var(--color-gray-5);
  -o-object-fit: contain;
     object-fit: contain;
}
.c-imageLoaded__content-properties {
  text-align: center;
  position: relative;
}
.c-imageLoaded__content-properties > button {
  background-color: #feece0;
  border: 0.0625rem solid var(--color-secondary-border);
  border-radius: 0.375rem;
  color: var(--color-secondary);
  font-family: "Raleway";
  font-size: 12pt;
  padding: 0.5rem 1rem;
}
.c-imageLoaded__content-properties > button:hover {
  color: #9d4404;
}
.c-imageLoaded__content-properties > button:active {
  box-shadow: 0 0 0.625rem var(--color-secondary-text);
}
.c-imageLoaded__content-noImage {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0.5rem;
}
.c-imageLoaded__content-noImage > span {
  border-radius: 0.375rem;
  box-shadow: 0 0 0.125rem var(--color-gray-5);
  display: block;
  font-family: "Raleway";
  line-height: 4.6875rem;
  height: 100%;
  width: 100%;
}
.c-imageLoaded__panel {
  background-color: #f6f6f6;
  border: 0.0625rem solid var(--color-gray-6);
  border-radius: 0.375rem;
  box-shadow: 0.0625rem 0.0625rem 0.3125rem var(--color-gray-3);
  display: none;
  font-size: 11pt;
  left: 50%;
  line-height: 1;
  padding: 0.5rem 0.1875rem;
  position: absolute;
  top: 60%;
  text-align: left;
  transform: translateX(-50%);
  width: 100%;
  z-index: 100;
}
.c-imageLoaded__panel > input[type=text] {
  border: 0.0625rem solid var(--color-primary);
  border-radius: 0.375rem;
  margin-bottom: 0.375rem;
  padding: 0.375rem;
  width: 100%;
}
.c-imageLoaded__panel-close {
  position: absolute;
  right: -0.625rem;
  top: -0.625rem;
}
.c-imageLoaded__panel-close > a {
  color: var(--color-gray-5);
  display: block;
  text-decoration: none;
}
.c-imageLoaded__panel-close > a > i {
  background-color: var(--color-white);
  border-radius: 50%;
  font-size: 24pt;
}
.c-imageLoaded__panel-close > a:hover > i {
  color: var(--color-error);
}

.c-imageUpload {
  height: auto;
  padding: 0.1875rem;
  position: relative;
}
.c-imageUpload__caption {
  display: block;
  padding: 0.25rem 0.5rem;
  width: 100%;
}
.c-imageUpload__caption > span {
  font-family: "Patua One";
  font-size: 13pt;
}
.c-imageUpload > input[type=file] {
  display: none;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.c-imageUpload__uploadInfo {
  align-items: center;
  border: 0.0625rem solid var(--color-gray-6);
  border-radius: 0.375rem;
  display: flex;
  flex-direction: column;
  min-height: 14rem;
  justify-content: center;
  position: relative;
}
.c-imageUpload__uploadInfo > i {
  color: var(--color-secondary-border);
  font-size: 36pt;
}
.c-imageUpload__uploadInfo > span {
  display: block;
  font-family: "Raleway";
  font-size: 12pt;
  margin: 0.5rem 0;
  padding: 0.375rem 0.75rem;
}
.c-imageUpload__uploadInfo > button {
  background-color: #dae8f4;
  border: 0.0625rem solid var(--color-primary-border);
  border-radius: 0.375rem;
  color: var(--color-primary);
  font-family: "Raleway";
  font-style: 1.125rem;
  padding: 0.5rem 1rem;
}
.c-imageUpload__uploadInfo > button:hover {
  color: #22517a;
}
.c-imageUpload__uploadInfo > button:active {
  box-shadow: 0 0 0.625rem var(--color-primary-text);
}
.c-imageUpload__dragHover .c-imageUpload__uploadInfo > i, .c-imageUpload__dragHover .c-imageUpload__uploadInfo > span {
  color: var(--color-gray-7);
}
.c-imageUpload__dragHover .c-imageUpload__uploadInfo > button {
  background-color: var(--color-gray-8);
  border-color: var(--color-gray-6);
  color: var(--color-gray-6);
}
.c-imageUpload__dragHover .c-imageUpload__uploadInfo:after {
  background-color: #f3f3f3;
  border: 0.125rem dot-dash var(--color-gray-1);
  border-radius: 0.375rem;
  bottom: 0.75rem;
  content: "";
  left: 0.75rem;
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  z-index: -1;
}
.c-imageUpload__hasFiles .c-imageUpload__uploadInfo {
  display: none;
}
.c-imageUpload__hasFiles .c-imageUpload__thumbs {
  display: block;
}
.c-imageUpload__thumbs {
  border: 0.0625rem solid var(--color-gray-6);
  border-radius: 0.375rem;
  line-height: 0;
  display: none;
  min-height: 14rem;
  padding: 0.3125rem;
}
.c-imageUpload__thumbs-container {
  border: 0.0625rem solid var(--color-gray-6);
  border-radius: 0.625rem;
  display: inline-block;
  margin: 0.3125rem;
  position: relative;
  width: calc(17.63291% + 1rem);
}
.c-imageUpload__thumbs-content {
  padding: 0.5rem;
  text-align: center;
}
.c-imageUpload__thumbs-content > button {
  background-color: #b1ebdd;
  border: 0.0625rem solid var(--color-tertiary-border);
  border-radius: 0.375rem;
  color: var(--color-tertiary);
  font-family: "Raleway";
  font-style: 1rem;
  padding: 0.5rem 1rem;
}
.c-imageUpload__thumbs-content > button:hover {
  color: #12483b;
}
.c-imageUpload__thumbs-content > button:active {
  box-shadow: 0 0 0.625rem var(--color-primary-text);
}
.c-imageUpload__thumbs-picture {
  background-color: #eeeeee;
  border: 0.0625rem solid var(--color-gray-8);
  border-radius: 0.375rem;
  height: 14.125rem;
  margin-bottom: 0.375rem;
}
.c-imageUpload__thumbs-picture > img {
  box-shadow: 0 0.0625rem 0.25rem var(--color-gray-5);
  -o-object-fit: contain;
     object-fit: contain;
}
.c-imageUpload__panel {
  background-color: #f6f6f6;
  border: 0.0625rem solid var(--color-gray-6);
  border-radius: 0.375rem;
  box-shadow: 0.0625rem 0.0625rem 0.3125rem var(--color-gray-3);
  display: none;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 60%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 100;
}
.c-imageUpload__panel-close {
  position: absolute;
  right: -0.625rem;
  top: -0.625rem;
}
.c-imageUpload__panel-close > a {
  color: var(--color-gray-5);
  display: block;
  text-decoration: none;
}
.c-imageUpload__panel-close > a > i {
  background-color: var(--color-white);
  border-radius: 50%;
  font-size: 22pt;
}
.c-imageUpload__panel-close > a:hover > i {
  color: var(--color-error);
}
.c-imageUpload__panel-row1 {
  display: block;
  font-size: 10pt;
  margin-top: 0.3125rem;
  padding: 0.375rem;
  width: 100%;
}
.c-imageUpload__panel-row1 > div > label {
  display: block;
  width: 100%;
}
.c-imageUpload__panel-row1 > div > input[type=text] {
  border: 0.0625rem solid var(--color-primary);
  border-radius: 0.375rem;
  margin-bottom: 0.375rem;
  padding: 0.375rem;
  width: 100%;
}
.c-imageUpload__panel-row2 {
  display: block;
  font-size: 10pt;
  padding: 0.375rem;
  width: 100%;
}
.c-imageUpload__panel-row3 {
  display: flex;
  flex-direction: row;
  font-size: 10pt;
  justify-content: space-around;
  margin-top: 0.3125rem;
  padding: 0.375rem;
  width: 100%;
}
.c-imageUpload__panel-row3 > button {
  background-color: #b2cfe9;
  border: 0.0625rem solid var(--color-primary);
  border-radius: 0.375rem;
  color: #1a3f5e;
  padding: 0.5rem 0.625rem;
  text-align: center;
}
.c-imageUpload__panel-row3 > button:not(:last-child) {
  margin-right: 0.375rem;
}
.c-imageUpload__panel-row3 > button:active {
  box-shadow: 0 0 0.625rem var(--color-primary-text);
}
.c-imageUpload__panel-row4 {
  display: flex;
  font-size: 10pt;
  justify-content: center;
  padding: 0.375rem;
  width: 100%;
}
.c-imageUpload__panel-row4 > button {
  background-color: #f3b7bd;
  border: 0.0625rem solid var(--color-error);
  border-radius: 0.375rem;
  color: #961a26;
  padding: 0.5rem 0.625rem;
  width: 98%;
}
.c-imageUpload__panel-flexSwitch {
  position: relative;
}
.c-imageUpload__panel-flexSwitch *, .c-imageUpload__panel-flexSwitch *:before, .c-imageUpload__panel-flexSwitch *:before {
  box-sizing: border-box;
}
.c-imageUpload__panel-flexSwitch:not(:last-child) {
  margin-bottom: 0.375rem;
}
.c-imageUpload__panel-flexSwitch input[type=radio] {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.c-imageUpload__panel-flexSwitch input[type=radio]:disabled ~ label {
  color: rgba(65, 65, 65, 0.5);
  pointer-events: none;
}
.c-imageUpload__panel-flexSwitch input[type=radio]:disabled > div {
  opacity: 0.4;
}
.c-imageUpload__panel-flexSwitch input[type=radio]:checked ~ label > div {
  background-color: var(--color-primary);
}
.c-imageUpload__panel-flexSwitch input[type=radio]:checked ~ label > div:before {
  content: attr(data-unchecked);
  left: 0;
}
.c-imageUpload__panel-flexSwitch input[type=radio]:checked ~ label > div:after {
  color: var(--color-primary-border);
  content: attr(data-checked);
  transform: translate3d(2.25rem, 0, 0);
}
.c-imageUpload__panel-flexSwitch input[type=radio]:checked:focus ~ label > div, .c-imageUpload__panel-flexSwitch input[type=radio]:checked:hover ~ label > div {
  background-color: var(--color-primary);
}
.c-imageUpload__panel-flexSwitch input[type=radio]:checked:focus ~ label > div:after, .c-imageUpload__panel-flexSwitch input[type=radio]:checked:hover ~ label > div:after {
  box-shadow: 0 0.25rem 0.25rem rgba(25, 25, 25, 0.4);
  color: var(--color-primary-border);
}
.c-imageUpload__panel-flexSwitch input[type=radio]:focus ~ label > div, .c-imageUpload__panel-flexSwitch input[type=radio]:hover ~ label > div {
  background-color: var(--color-gray-4);
}
.c-imageUpload__panel-flexSwitch input[type=radio]:focus ~ label > div:after, .c-imageUpload__panel-flexSwitch input[type=radio]:hover ~ label > div:after {
  box-shadow: 0 0.25rem 0.25rem rgba(25, 25, 25, 0.4);
  color: var(--color-gray-2);
}
.c-imageUpload__panel-flexSwitch > label {
  align-items: center;
  display: flex;
  font-size: 10pt;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-imageUpload__panel-flexSwitch > label > div {
  background: var(--color-gray-5);
  border-radius: 1.625rem;
  flex: 0 0 4.75rem;
  height: 1.625rem;
  position: relative;
  transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.c-imageUpload__panel-flexSwitch > label > div:before {
  color: rgba(255, 255, 255, 0.7);
  content: attr(data-checked);
  font-size: 8pt;
  left: 2.375rem;
  line-height: 1.625rem;
  padding: 0 0.125rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 2.25rem;
}
.c-imageUpload__panel-flexSwitch > label > div:after {
  background: white;
  border-radius: 1.625rem;
  color: #444;
  content: attr(data-unchecked);
  font-size: 8pt;
  left: 0.125rem;
  line-height: 1.375rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0.125rem;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  width: 2.25rem;
  z-index: 5;
}
.c-imageUpload__panel-flexSwitch > label > div:hover:after {
  box-shadow: 0 0.1875rem 0.1875rem rgba(0, 0, 0, 0.4);
}
.c-imageUpload__panel-flexSwitch > label > span {
  color: var(--color-black);
  flex: 1;
  padding-left: 0.5rem;
}
