@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:700|Roboto:400,700,900");
html {
  height: 100%;
  background-color: white;
}

body {
  min-height: 100%;
  margin: 0;
}

img {
  max-width: 100%;
}

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

.bg-white {
  background: #FFF !important;
}

.tx-white {
  color: #FFF !important;
}

.border-white {
  border-color: #FFF !important;
}

.bg-black {
  background: #333333 !important;
}

.tx-black {
  color: #333333 !important;
}

.border-black {
  border-color: #333333 !important;
}

.tx-darkgrey {
  color: #333333 !important;
}

.bg-darkgrey {
  background-color: #333333 !important;
}

.border-darkgrey {
  border-color: #333333 !important;
}

.tx-darkgrey-light {
  color: #595959 !important;
}

.bg-darkgrey-light {
  background-color: #595959 !important;
}

.border-darkgrey-light {
  border-color: #595959 !important;
}

.border-darkgrey-extralight {
  border-color: #cccccc !important;
}

.tx-darkgrey-dark {
  color: #0d0d0d !important;
}

.bg-darkgrey-dark {
  background-color: #0d0d0d !important;
}

.border-darkgrey-dark {
  border-color: #0d0d0d !important;
}

.tx-lightgrey {
  color: #EBEBEB !important;
}

.bg-lightgrey {
  background-color: #EBEBEB !important;
}

.border-lightgrey {
  border-color: #EBEBEB !important;
}

.tx-lightgrey-light {
  color: #f8f8f8 !important;
}

.bg-lightgrey-light {
  background-color: #f8f8f8 !important;
}

.border-lightgrey-light {
  border-color: #f8f8f8 !important;
}

.tx-lightgrey-dark {
  color: #c5c5c5 !important;
}

.bg-lightgrey-dark {
  background-color: #c5c5c5 !important;
}

.border-lightgrey-dark {
  border-color: #c5c5c5 !important;
}

.tx-green {
  color: #449577 !important;
}

.bg-green {
  background-color: #449577 !important;
}

.border-green {
  border-color: #449577 !important;
}

.tx-green-light {
  color: #6abb9d !important;
}

.bg-green-light {
  background-color: #6abb9d !important;
}

.border-green-light {
  border-color: #6abb9d !important;
}

.tx-green-dark {
  color: #2c604d !important;
}

.bg-green-dark {
  background-color: #2c604d !important;
}

.border-green-dark {
  border-color: #2c604d !important;
}

.tx-navy {
  color: #1C3476 !important;
}

.bg-navy {
  background-color: #1C3476 !important;
}

.border-navy {
  border-color: #1C3476 !important;
}

.tx-navy-light {
  color: #5477d7 !important;
}

.bg-navy-light {
  background-color: #5477d7 !important;
}

.border-navy-light {
  border-color: #5477d7 !important;
}

.tx-navy-dark {
  color: #0d1938 !important;
}

.bg-navy-dark {
  background-color: #0d1938 !important;
}

.border-navy-dark {
  border-color: #0d1938 !important;
}

.tx-orange {
  color: #CF6532 !important;
}

.bg-orange {
  background-color: #CF6532 !important;
}

.border-orange {
  border-color: #CF6532 !important;
}

.tx-orange-light {
  color: #de9470 !important;
}

.bg-orange-light {
  background-color: #de9470 !important;
}

.border-orange-light {
  border-color: #de9470 !important;
}

.tx-orange-dark {
  color: #924722 !important;
}

.bg-orange-dark {
  background-color: #924722 !important;
}

.border-orange-dark {
  border-color: #924722 !important;
}

.tx-rose {
  color: #AD6E8B !important;
}

.bg-rose {
  background-color: #AD6E8B !important;
}

.border-rose {
  border-color: #AD6E8B !important;
}

.tx-rose-light {
  color: #c99fb2 !important;
}

.bg-rose-light {
  background-color: #c99fb2 !important;
}

.border-rose-light {
  border-color: #c99fb2 !important;
}

.tx-rose-dark {
  color: #844b65 !important;
}

.bg-rose-dark {
  background-color: #844b65 !important;
}

.border-rose-dark {
  border-color: #844b65 !important;
}

.tx-sky {
  color: #46728D !important;
}

.bg-sky {
  background-color: #46728D !important;
}

.border-sky {
  border-color: #46728D !important;
}

.tx-sky-light {
  color: #6a99b5 !important;
}

.bg-sky-light {
  background-color: #6a99b5 !important;
}

.border-sky-light {
  border-color: #6a99b5 !important;
}

.tx-sky-dark {
  color: #2d495a !important;
}

.bg-sky-dark {
  background-color: #2d495a !important;
}

.border-sky-dark {
  border-color: #2d495a !important;
}

.tx-violet {
  color: #504494 !important;
}

.bg-violet {
  background-color: #504494 !important;
}

.border-violet {
  border-color: #504494 !important;
}

.tx-violet-light {
  color: #a69ed3 !important;
}

.bg-violet-light {
  background-color: #a69ed3 !important;
}

.bg-violet-extralight {
  background-color: #f7f6fb !important;
}

.border-violet-light {
  border-color: #a69ed3 !important;
}

.tx-violet-dark {
  color: #342c60 !important;
}

.bg-violet-dark {
  background-color: #342c60 !important;
}

.border-violet-dark {
  border-color: #342c60 !important;
}

.tx-yellow {
  color: #E4B939 !important;
}

.bg-yellow {
  background-color: #E4B939 !important;
}

.border-yellow {
  border-color: #E4B939 !important;
}

.tx-yellow-light {
  color: #edd17c !important;
}

.bg-yellow-light {
  background-color: #edd17c !important;
}

.border-yellow-light {
  border-color: #edd17c !important;
}

.tx-yellow-dark {
  color: #b79019 !important;
}

.bg-yellow-dark {
  background-color: #b79019 !important;
}

.border-yellow-dark {
  border-color: #b79019 !important;
}

.tx-red {
  color: oklch(57.7% 0.245 27.325) !important;
}

.bg-red {
  background-color: oklch(57.7% 0.245 27.325) !important;
}

.border-red {
  border-color: oklch(57.7% 0.245 27.325) !important;
}

.tx-red-light {
  color: oklch(70.4% 0.191 22.216) !important;
}

.bg-red-light {
  background-color: oklch(70.4% 0.191 22.216) !important;
}

.border-red-light {
  border-color: oklch(70.4% 0.191 22.216) !important;
}

.tx-red-dark {
  color: oklch(44.4% 0.177 26.899) !important;
}

.bg-red-dark {
  background-color: oklch(44.4% 0.177 26.899) !important;
}

.border-red-dark {
  border-color: oklch(44.4% 0.177 26.899) !important;
}

.bg-red-extralight {
  background-color: oklch(88.5% 0.062 18.334) !important;
}

.hover\:bg-white:hover {
  background-color: #FFF !important;
}

.hover\:bg-black:hover {
  background-color: #333333 !important;
}

.hover\:bg-darkgrey:hover {
  background-color: #333333 !important;
}

.hover\:bg-darkgrey-light:hover {
  background-color: #595959 !important;
}

.hover\:bg-darkgrey-dark:hover {
  background-color: #0d0d0d !important;
}

.hover\:bg-darkgrey-extralight:hover {
  background-color: #cccccc !important;
}

.hover\:bg-lightgrey:hover {
  background-color: #EBEBEB !important;
}

.hover\:bg-lightgrey-light:hover {
  background-color: #f8f8f8 !important;
}

.hover\:bg-lightgrey-dark:hover {
  background-color: #c5c5c5 !important;
}

.hover\:bg-green:hover {
  background-color: #449577 !important;
}

.hover\:bg-green-light:hover {
  background-color: #6abb9d !important;
}

.hover\:bg-green-dark:hover {
  background-color: #2c604d !important;
}

.hover\:bg-green-extralight:hover {
  background-color: #e5f3ee !important;
}

.hover\:bg-navy:hover {
  background-color: #1C3476 !important;
}

.hover\:bg-navy-light:hover {
  background-color: #5477d7 !important;
}

.hover\:bg-navy-dark:hover {
  background-color: #0d1938 !important;
}

.hover\:bg-navy-extralight:hover {
  background-color: #e5eaf9 !important;
}

.hover\:bg-orange:hover {
  background-color: #CF6532 !important;
}

.hover\:bg-orange-light:hover {
  background-color: #de9470 !important;
}

.hover\:bg-orange-dark:hover {
  background-color: #924722 !important;
}

.hover\:bg-orange-extralight:hover {
  background-color: #fbf1ec !important;
}

.hover\:bg-rose:hover {
  background-color: #AD6E8B !important;
}

.hover\:bg-rose-light:hover {
  background-color: #c99fb2 !important;
}

.hover\:bg-rose-dark:hover {
  background-color: #844b65 !important;
}

.hover\:bg-rose-extralight:hover {
  background-color: #f7f0f3 !important;
}

.hover\:bg-sky:hover {
  background-color: #46728D !important;
}

.hover\:bg-sky-light:hover {
  background-color: #6a99b5 !important;
}

.hover\:bg-sky-dark:hover {
  background-color: #2d495a !important;
}

.hover\:bg-sky-extralight:hover {
  background-color: #e2ebf0 !important;
}

.hover\:bg-violet:hover {
  background-color: #504494 !important;
}

.hover\:bg-violet-light:hover {
  background-color: #a69ed3 !important;
}

.hover\:bg-violet-dark:hover {
  background-color: #342c60 !important;
}

.hover\:bg-violet-extralight:hover {
  background-color: #f7f6fb !important;
}

.hover\:bg-yellow:hover {
  background-color: #E4B939 !important;
}

.hover\:bg-yellow-light:hover {
  background-color: #edd17c !important;
}

.hover\:bg-yellow-dark:hover {
  background-color: #b79019 !important;
}

.hover\:bg-yellow-extralight:hover {
  background-color: #fcf8ed !important;
}

.hover\:bg-red:hover {
  background-color: oklch(57.7% 0.245 27.325) !important;
}

.hover\:bg-red-light:hover {
  background-color: oklch(70.4% 0.191 22.216) !important;
}

.hover\:bg-red-dark:hover {
  background-color: oklch(44.4% 0.177 26.899) !important;
}

.hover\:bg-red-extralight:hover {
  background-color: oklch(88.5% 0.062 18.334) !important;
}

.hover\:tx-white:hover {
  color: #FFF !important;
}

.hover\:tx-black:hover {
  color: #333333 !important;
}

.hover\:tx-darkgrey:hover {
  color: #333333 !important;
}

.hover\:tx-darkgrey-light:hover {
  color: #595959 !important;
}

.hover\:tx-darkgrey-dark:hover {
  color: #0d0d0d !important;
}

.hover\:tx-darkgrey-extralight:hover {
  color: #cccccc !important;
}

.hover\:tx-lightgrey:hover {
  color: #EBEBEB !important;
}

.hover\:tx-lightgrey-light:hover {
  color: #f8f8f8 !important;
}

.hover\:tx-lightgrey-dark:hover {
  color: #c5c5c5 !important;
}

.hover\:tx-green:hover {
  color: #449577 !important;
}

.hover\:tx-green-light:hover {
  color: #6abb9d !important;
}

.hover\:tx-green-dark:hover {
  color: #2c604d !important;
}

.hover\:tx-green-extralight:hover {
  color: #e5f3ee !important;
}

.hover\:tx-navy:hover {
  color: #1C3476 !important;
}

.hover\:tx-navy-light:hover {
  color: #5477d7 !important;
}

.hover\:tx-navy-dark:hover {
  color: #0d1938 !important;
}

.hover\:tx-navy-extralight:hover {
  color: #e5eaf9 !important;
}

.hover\:tx-orange:hover {
  color: #CF6532 !important;
}

.hover\:tx-orange-light:hover {
  color: #de9470 !important;
}

.hover\:tx-orange-dark:hover {
  color: #924722 !important;
}

.hover\:tx-orange-extralight:hover {
  color: #fbf1ec !important;
}

.hover\:tx-rose:hover {
  color: #AD6E8B !important;
}

.hover\:tx-rose-light:hover {
  color: #c99fb2 !important;
}

.hover\:tx-rose-dark:hover {
  color: #844b65 !important;
}

.hover\:tx-rose-extralight:hover {
  color: #f7f0f3 !important;
}

.hover\:tx-sky:hover {
  color: #46728D !important;
}

.hover\:tx-sky-light:hover {
  color: #6a99b5 !important;
}

.hover\:tx-sky-dark:hover {
  color: #2d495a !important;
}

.hover\:tx-sky-extralight:hover {
  color: #e2ebf0 !important;
}

.hover\:tx-violet:hover {
  color: #504494 !important;
}

.hover\:tx-violet-light:hover {
  color: #a69ed3 !important;
}

.hover\:tx-violet-dark:hover {
  color: #342c60 !important;
}

.hover\:tx-violet-extralight:hover {
  color: #f7f6fb !important;
}

.hover\:tx-yellow:hover {
  color: #E4B939 !important;
}

.hover\:tx-yellow-light:hover {
  color: #edd17c !important;
}

.hover\:tx-yellow-dark:hover {
  color: #b79019 !important;
}

.hover\:tx-yellow-extralight:hover {
  color: #fcf8ed !important;
}

.hover\:tx-red:hover {
  color: oklch(57.7% 0.245 27.325) !important;
}

.hover\:tx-red-light:hover {
  color: oklch(70.4% 0.191 22.216) !important;
}

.hover\:tx-red-dark:hover {
  color: oklch(44.4% 0.177 26.899) !important;
}

.hover\:tx-red-extralight:hover {
  color: oklch(88.5% 0.062 18.334) !important;
}

.hover\:border-white:hover {
  border-color: #FFF !important;
}

.hover\:border-black:hover {
  border-color: #333333 !important;
}

.hover\:border-darkgrey:hover {
  border-color: #333333 !important;
}

.hover\:border-darkgrey-light:hover {
  border-color: #595959 !important;
}

.hover\:border-darkgrey-dark:hover {
  border-color: #0d0d0d !important;
}

.hover\:border-darkgrey-extralight:hover {
  border-color: #cccccc !important;
}

.hover\:border-lightgrey:hover {
  border-color: #EBEBEB !important;
}

.hover\:border-lightgrey-light:hover {
  border-color: #f8f8f8 !important;
}

.hover\:border-lightgrey-dark:hover {
  border-color: #c5c5c5 !important;
}

.hover\:border-green:hover {
  border-color: #449577 !important;
}

.hover\:border-green-light:hover {
  border-color: #6abb9d !important;
}

.hover\:border-green-dark:hover {
  border-color: #2c604d !important;
}

.hover\:border-green-extralight:hover {
  border-color: #e5f3ee !important;
}

.hover\:border-navy:hover {
  border-color: #1C3476 !important;
}

.hover\:border-navy-light:hover {
  border-color: #5477d7 !important;
}

.hover\:border-navy-dark:hover {
  border-color: #0d1938 !important;
}

.hover\:border-navy-extralight:hover {
  border-color: #e5eaf9 !important;
}

.hover\:border-orange:hover {
  border-color: #CF6532 !important;
}

.hover\:border-orange-light:hover {
  border-color: #de9470 !important;
}

.hover\:border-orange-dark:hover {
  border-color: #924722 !important;
}

.hover\:border-orange-extralight:hover {
  border-color: #fbf1ec !important;
}

.hover\:border-rose:hover {
  border-color: #AD6E8B !important;
}

.hover\:border-rose-light:hover {
  border-color: #c99fb2 !important;
}

.hover\:border-rose-dark:hover {
  border-color: #844b65 !important;
}

.hover\:border-rose-extralight:hover {
  border-color: #f7f0f3 !important;
}

.hover\:border-sky:hover {
  border-color: #46728D !important;
}

.hover\:border-sky-light:hover {
  border-color: #6a99b5 !important;
}

.hover\:border-sky-dark:hover {
  border-color: #2d495a !important;
}

.hover\:border-sky-extralight:hover {
  border-color: #e2ebf0 !important;
}

.hover\:border-violet:hover {
  border-color: #504494 !important;
}

.hover\:border-violet-light:hover {
  border-color: #a69ed3 !important;
}

.hover\:border-violet-dark:hover {
  border-color: #342c60 !important;
}

.hover\:border-violet-extralight:hover {
  border-color: #f7f6fb !important;
}

.hover\:border-yellow:hover {
  border-color: #E4B939 !important;
}

.hover\:border-yellow-light:hover {
  border-color: #edd17c !important;
}

.hover\:border-yellow-dark:hover {
  border-color: #b79019 !important;
}

.hover\:border-yellow-extralight:hover {
  border-color: #fcf8ed !important;
}

.hover\:border-red:hover {
  border-color: oklch(57.7% 0.245 27.325) !important;
}

.hover\:border-red-light:hover {
  border-color: oklch(70.4% 0.191 22.216) !important;
}

.hover\:border-red-dark:hover {
  border-color: oklch(44.4% 0.177 26.899) !important;
}

.hover\:border-red-extralight:hover {
  border-color: oklch(88.5% 0.062 18.334) !important;
}

.tx-theme {
  color: #504494 !important;
}

.tx-theme-light {
  color: #a69ed3 !important;
}

.tx-theme-dark {
  color: #342c60 !important;
}

.bg-theme {
  background-color: #504494 !important;
}

.bg-theme-light {
  background-color: #a69ed3 !important;
}

.bg-theme-extralight {
  background-color: #f7f6fb !important;
}

.bg-theme-dark {
  background-color: #342c60 !important;
}

.border-theme {
  border-color: #504494 !important;
}

.border-theme-light {
  border-color: #a69ed3 !important;
}

.border-theme-dark {
  border-color: #342c60 !important;
}

html {
  font-family: "Roboto", sans-serif;
  color: #333333;
  font-size: 15px;
  line-height: 1.5;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 18px;
  }
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1 {
  font-family: "Roboto Slab", serif;
  font-size: 2.1rem;
  line-height: 1.2;
}

h2 {
  font-family: "Roboto Slab", serif;
  font-size: 1.75rem;
  line-height: 1.25;
}

h3 {
  font-family: "Roboto Slab", serif;
  font-size: 1.5rem;
  line-height: 1.3;
}

h4 {
  font-family: "Roboto Slab", serif;
  font-size: 1.25rem;
  line-height: 1.35;
}

h5 {
  font-family: "Roboto Slab", serif;
  font-size: 1.125rem;
  line-height: 1.4;
}

h6 {
  font-family: "Roboto Slab", serif;
  font-size: 1rem;
  line-height: 1.45;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 2rem;
  }
}
p {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

small {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}

strong,
b {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

em,
i {
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

ul,
ol {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

li {
  line-height: 1.6;
}

a {
  text-decoration: none;
}

.font-roboto {
  font-family: "Roboto", sans-serif;
}

.font-slab {
  font-family: "Roboto Slab", serif;
}

.fs-xs {
  font-size: 0.75rem !important;
}

.fs-sm {
  font-size: 0.875rem !important;
}

.fs-md {
  font-size: 1rem !important;
}

.fs-lg {
  font-size: 1.125rem !important;
}

.fs-xl {
  font-size: 1.25rem !important;
}

.fs-2xl {
  font-size: 1.5rem !important;
}

.fs-3xl {
  font-size: 1.875rem !important;
}

.fs-4xl {
  font-size: 2.25rem !important;
}

.fs-5xl {
  font-size: 3rem !important;
}

@media (min-width: 640px) {
  .sm\:fs-xs {
    font-size: 0.75rem !important;
  }
  .sm\:fs-sm {
    font-size: 0.875rem !important;
  }
  .sm\:fs-md {
    font-size: 1rem !important;
  }
  .sm\:fs-lg {
    font-size: 1.125rem !important;
  }
  .sm\:fs-xl {
    font-size: 1.25rem !important;
  }
  .sm\:fs-2xl {
    font-size: 1.5rem !important;
  }
  .sm\:fs-3xl {
    font-size: 1.875rem !important;
  }
  .sm\:fs-4xl {
    font-size: 2.25rem !important;
  }
  .sm\:fs-5xl {
    font-size: 3rem !important;
  }
}
@media (min-width: 768px) {
  .md\:fs-xs {
    font-size: 0.75rem !important;
  }
  .md\:fs-sm {
    font-size: 0.875rem !important;
  }
  .md\:fs-md {
    font-size: 1rem !important;
  }
  .md\:fs-lg {
    font-size: 1.125rem !important;
  }
  .md\:fs-xl {
    font-size: 1.25rem !important;
  }
  .md\:fs-2xl {
    font-size: 1.5rem !important;
  }
  .md\:fs-3xl {
    font-size: 1.875rem !important;
  }
  .md\:fs-4xl {
    font-size: 2.25rem !important;
  }
  .md\:fs-5xl {
    font-size: 3rem !important;
  }
}
@media (min-width: 1024px) {
  .lg\:fs-xs {
    font-size: 0.75rem !important;
  }
  .lg\:fs-sm {
    font-size: 0.875rem !important;
  }
  .lg\:fs-md {
    font-size: 1rem !important;
  }
  .lg\:fs-lg {
    font-size: 1.125rem !important;
  }
  .lg\:fs-xl {
    font-size: 1.25rem !important;
  }
  .lg\:fs-2xl {
    font-size: 1.5rem !important;
  }
  .lg\:fs-3xl {
    font-size: 1.875rem !important;
  }
  .lg\:fs-4xl {
    font-size: 2.25rem !important;
  }
  .lg\:fs-5xl {
    font-size: 3rem !important;
  }
}
@media (min-width: 1280px) {
  .xl\:fs-xs {
    font-size: 0.75rem !important;
  }
  .xl\:fs-sm {
    font-size: 0.875rem !important;
  }
  .xl\:fs-md {
    font-size: 1rem !important;
  }
  .xl\:fs-lg {
    font-size: 1.125rem !important;
  }
  .xl\:fs-xl {
    font-size: 1.25rem !important;
  }
  .xl\:fs-2xl {
    font-size: 1.5rem !important;
  }
  .xl\:fs-3xl {
    font-size: 1.875rem !important;
  }
  .xl\:fs-4xl {
    font-size: 2.25rem !important;
  }
  .xl\:fs-5xl {
    font-size: 3rem !important;
  }
}
@media (min-width: 1536px) {
  .xxl\:fs-xs {
    font-size: 0.75rem !important;
  }
  .xxl\:fs-sm {
    font-size: 0.875rem !important;
  }
  .xxl\:fs-md {
    font-size: 1rem !important;
  }
  .xxl\:fs-lg {
    font-size: 1.125rem !important;
  }
  .xxl\:fs-xl {
    font-size: 1.25rem !important;
  }
  .xxl\:fs-2xl {
    font-size: 1.5rem !important;
  }
  .xxl\:fs-3xl {
    font-size: 1.875rem !important;
  }
  .xxl\:fs-4xl {
    font-size: 2.25rem !important;
  }
  .xxl\:fs-5xl {
    font-size: 3rem !important;
  }
}
.lh-0 {
  line-height: 0;
}

.lh-none {
  line-height: 1;
}

.lh-xs {
  line-height: 1.25;
}

.lh-sm {
  line-height: 1.375;
}

.lh-md {
  line-height: 1.5;
}

.lh-lg {
  line-height: 1.625;
}

.lh-xl {
  line-height: 2;
}

.fw-regular {
  font-weight: 400;
}

.fw-bold {
  font-weight: 700;
}

.fw-black {
  font-weight: 900;
}

.tt-upper {
  text-transform: uppercase;
}

.tt-lower {
  text-transform: lowercase;
}

.tt-capital {
  text-transform: capitalize;
}

.tt-none {
  text-transform: none;
}

.td-none {
  text-decoration: none;
}

.td-underline {
  text-decoration: underline;
}

.td-line-through {
  text-decoration: line-through;
}

.ws-normal {
  white-space: normal;
}

.ws-nowrap {
  white-space: nowrap;
}

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

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

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

.text-justify {
  text-align: justify;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

.m-xxs {
  margin: 0.25rem;
}

.m-xs {
  margin: 0.5rem;
}

.m-sm {
  margin: 0.75rem;
}

.m-md {
  margin: 1rem;
}

.m-lg {
  margin: 1.5rem;
}

.m-xl {
  margin: 2rem;
}

.m-2xl {
  margin: 3rem;
}

.m-3xl {
  margin: 4rem;
}

.mt-xxs {
  margin-top: 0.25rem;
}

.mt-xs {
  margin-top: 0.5rem;
}

.mt-sm {
  margin-top: 0.75rem;
}

.mt-md {
  margin-top: 1rem;
}

.mt-lg {
  margin-top: 1.5rem;
}

.mt-xl {
  margin-top: 2rem;
}

.mt-2xl {
  margin-top: 3rem;
}

.mt-3xl {
  margin-top: 4rem;
}

.mt-100 {
  margin-top: 6.25rem;
}

.mb-xxs {
  margin-bottom: 0.25rem;
}

.mb-xs {
  margin-bottom: 0.5rem;
}

.mb-sm {
  margin-bottom: 0.75rem;
}

.mb-md {
  margin-bottom: 1rem;
}

.mb-lg {
  margin-bottom: 1.5rem;
}

.mb-xl {
  margin-bottom: 2rem;
}

.mb-2xl {
  margin-bottom: 3rem;
}

.mb-3xl {
  margin-bottom: 4rem;
}

.mb-100 {
  margin-bottom: 6.25rem;
}

.ml-xxs {
  margin-left: 0.25rem;
}

.ml-xs {
  margin-left: 0.5rem;
}

.ml-sm {
  margin-left: 0.75rem;
}

.ml-md {
  margin-left: 1rem;
}

.ml-lg {
  margin-left: 1.5rem;
}

.ml-xl {
  margin-left: 2rem;
}

.ml-2xl {
  margin-left: 3rem;
}

.ml-3xl {
  margin-left: 4rem;
}

.mr-xxs {
  margin-right: 0.25rem;
}

.mr-xs {
  margin-right: 0.5rem;
}

.mr-sm {
  margin-right: 0.75rem;
}

.mr-md {
  margin-right: 1rem;
}

.mr-lg {
  margin-right: 1.5rem;
}

.mr-xl {
  margin-right: 2rem;
}

.mr-2xl {
  margin-right: 3rem;
}

.mr-3xl {
  margin-right: 4rem;
}

.mx-xxs {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-xs {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-sm {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-md {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-lg {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-xl {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-2xl {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-3xl {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-xxs {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-xs {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-sm {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-md {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-lg {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-xl {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-2xl {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-3xl {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.p-xxs {
  padding: 0.25rem;
}

.p-xs {
  padding: 0.5rem;
}

.p-sm {
  padding: 0.75rem;
}

.p-md {
  padding: 1rem;
}

.p-lg {
  padding: 1.5rem;
}

.p-xl {
  padding: 2rem;
}

.p-2xl {
  padding: 3rem;
}

.p-3xl {
  padding: 4rem;
}

.pt-xxs {
  padding-top: 0.25rem;
}

.pt-xs {
  padding-top: 0.5rem;
}

.pt-sm {
  padding-top: 0.75rem;
}

.pt-md {
  padding-top: 1rem;
}

.pt-lg {
  padding-top: 1.5rem;
}

.pt-xl {
  padding-top: 2rem;
}

.pt-2xl {
  padding-top: 3rem;
}

.pt-3xl {
  padding-top: 4rem;
}

.pt-100 {
  padding-top: 6.25rem;
}

.pb-xxs {
  padding-bottom: 0.25rem;
}

.pb-xs {
  padding-bottom: 0.5rem;
}

.pb-sm {
  padding-bottom: 0.75rem;
}

.pb-md {
  padding-bottom: 1rem;
}

.pb-lg {
  padding-bottom: 1.5rem;
}

.pb-xl {
  padding-bottom: 2rem;
}

.pb-2xl {
  padding-bottom: 3rem;
}

.pb-3xl {
  padding-bottom: 4rem;
}

.pb-100 {
  padding-bottom: 6.25rem;
}

.pl-xxs {
  padding-left: 0.25rem;
}

.pl-xs {
  padding-left: 0.5rem;
}

.pl-sm {
  padding-left: 0.75rem;
}

.pl-md {
  padding-left: 1rem;
}

.pl-lg {
  padding-left: 1.5rem;
}

.pl-xl {
  padding-left: 2rem;
}

.pl-2xl {
  padding-left: 3rem;
}

.pl-3xl {
  padding-left: 4rem;
}

.pr-xxs {
  padding-right: 0.25rem;
}

.pr-xs {
  padding-right: 0.5rem;
}

.pr-sm {
  padding-right: 0.75rem;
}

.pr-md {
  padding-right: 1rem;
}

.pr-lg {
  padding-right: 1.5rem;
}

.pr-xl {
  padding-right: 2rem;
}

.pr-2xl {
  padding-right: 3rem;
}

.pr-3xl {
  padding-right: 4rem;
}

.px-xxs {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-xs {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-sm {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-md {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-lg {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-xl {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-2xl {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-3xl {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-xxs {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-xs {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-sm {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-md {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-lg {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-xl {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-2xl {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-3xl {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.gap-xxs {
  gap: 0.25rem;
}

.gap-xs {
  gap: 0.5rem;
}

.gap-sm {
  gap: 0.75rem;
}

.gap-md {
  gap: 1rem;
}

.gap-lg {
  gap: 1.5rem;
}

.gap-xl {
  gap: 2rem;
}

.gap-2xl {
  gap: 3rem;
}

.gap-3xl {
  gap: 4rem;
}

.gap-x-xxs {
  column-gap: 0.25rem;
}

.gap-x-xs {
  column-gap: 0.5rem;
}

.gap-x-sm {
  column-gap: 0.75rem;
}

.gap-x-md {
  column-gap: 1rem;
}

.gap-x-lg {
  column-gap: 1.5rem;
}

.gap-x-xl {
  column-gap: 2rem;
}

.gap-x-2xl {
  column-gap: 3rem;
}

.gap-x-3xl {
  column-gap: 4rem;
}

.gap-y-xxs {
  row-gap: 0.25rem;
}

.gap-y-xs {
  row-gap: 0.5rem;
}

.gap-y-sm {
  row-gap: 0.75rem;
}

.gap-y-md {
  row-gap: 1rem;
}

.gap-y-lg {
  row-gap: 1.5rem;
}

.gap-y-xl {
  row-gap: 2rem;
}

.gap-y-2xl {
  row-gap: 3rem;
}

.gap-y-3xl {
  row-gap: 4rem;
}

@media (min-width: 640px) {
  .sm\:m-xxs {
    margin: 0.25rem;
  }
  .sm\:mt-xxs {
    margin-top: 0.25rem;
  }
  .sm\:mr-xxs {
    margin-right: 0.25rem;
  }
  .sm\:mb-xxs {
    margin-bottom: 0.25rem;
  }
  .sm\:ml-xxs {
    margin-left: 0.25rem;
  }
  .sm\:mx-xxs {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .sm\:my-xxs {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .sm\:p-xxs {
    padding: 0.25rem;
  }
  .sm\:pt-xxs {
    padding-top: 0.25rem;
  }
  .sm\:pr-xxs {
    padding-right: 0.25rem;
  }
  .sm\:pb-xxs {
    padding-bottom: 0.25rem;
  }
  .sm\:pl-xxs {
    padding-left: 0.25rem;
  }
  .sm\:px-xxs {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .sm\:py-xxs {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .sm\:gap-xxs {
    gap: 0.25rem;
  }
  .sm\:gap-x-xxs {
    column-gap: 0.25rem;
  }
  .sm\:gap-y-xxs {
    row-gap: 0.25rem;
  }
  .sm\:m-xs {
    margin: 0.5rem;
  }
  .sm\:mt-xs {
    margin-top: 0.5rem;
  }
  .sm\:mr-xs {
    margin-right: 0.5rem;
  }
  .sm\:mb-xs {
    margin-bottom: 0.5rem;
  }
  .sm\:ml-xs {
    margin-left: 0.5rem;
  }
  .sm\:mx-xs {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .sm\:my-xs {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .sm\:p-xs {
    padding: 0.5rem;
  }
  .sm\:pt-xs {
    padding-top: 0.5rem;
  }
  .sm\:pr-xs {
    padding-right: 0.5rem;
  }
  .sm\:pb-xs {
    padding-bottom: 0.5rem;
  }
  .sm\:pl-xs {
    padding-left: 0.5rem;
  }
  .sm\:px-xs {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sm\:py-xs {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm\:gap-xs {
    gap: 0.5rem;
  }
  .sm\:gap-x-xs {
    column-gap: 0.5rem;
  }
  .sm\:gap-y-xs {
    row-gap: 0.5rem;
  }
  .sm\:m-sm {
    margin: 0.75rem;
  }
  .sm\:mt-sm {
    margin-top: 0.75rem;
  }
  .sm\:mr-sm {
    margin-right: 0.75rem;
  }
  .sm\:mb-sm {
    margin-bottom: 0.75rem;
  }
  .sm\:ml-sm {
    margin-left: 0.75rem;
  }
  .sm\:mx-sm {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .sm\:my-sm {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .sm\:p-sm {
    padding: 0.75rem;
  }
  .sm\:pt-sm {
    padding-top: 0.75rem;
  }
  .sm\:pr-sm {
    padding-right: 0.75rem;
  }
  .sm\:pb-sm {
    padding-bottom: 0.75rem;
  }
  .sm\:pl-sm {
    padding-left: 0.75rem;
  }
  .sm\:px-sm {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:py-sm {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm\:gap-sm {
    gap: 0.75rem;
  }
  .sm\:gap-x-sm {
    column-gap: 0.75rem;
  }
  .sm\:gap-y-sm {
    row-gap: 0.75rem;
  }
  .sm\:m-md {
    margin: 1rem;
  }
  .sm\:mt-md {
    margin-top: 1rem;
  }
  .sm\:mr-md {
    margin-right: 1rem;
  }
  .sm\:mb-md {
    margin-bottom: 1rem;
  }
  .sm\:ml-md {
    margin-left: 1rem;
  }
  .sm\:mx-md {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sm\:my-md {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .sm\:p-md {
    padding: 1rem;
  }
  .sm\:pt-md {
    padding-top: 1rem;
  }
  .sm\:pr-md {
    padding-right: 1rem;
  }
  .sm\:pb-md {
    padding-bottom: 1rem;
  }
  .sm\:pl-md {
    padding-left: 1rem;
  }
  .sm\:px-md {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:py-md {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:gap-md {
    gap: 1rem;
  }
  .sm\:gap-x-md {
    column-gap: 1rem;
  }
  .sm\:gap-y-md {
    row-gap: 1rem;
  }
  .sm\:m-lg {
    margin: 1.5rem;
  }
  .sm\:mt-lg {
    margin-top: 1.5rem;
  }
  .sm\:mr-lg {
    margin-right: 1.5rem;
  }
  .sm\:mb-lg {
    margin-bottom: 1.5rem;
  }
  .sm\:ml-lg {
    margin-left: 1.5rem;
  }
  .sm\:mx-lg {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .sm\:my-lg {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .sm\:p-lg {
    padding: 1.5rem;
  }
  .sm\:pt-lg {
    padding-top: 1.5rem;
  }
  .sm\:pr-lg {
    padding-right: 1.5rem;
  }
  .sm\:pb-lg {
    padding-bottom: 1.5rem;
  }
  .sm\:pl-lg {
    padding-left: 1.5rem;
  }
  .sm\:px-lg {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-lg {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:gap-lg {
    gap: 1.5rem;
  }
  .sm\:gap-x-lg {
    column-gap: 1.5rem;
  }
  .sm\:gap-y-lg {
    row-gap: 1.5rem;
  }
  .sm\:m-xl {
    margin: 2rem;
  }
  .sm\:mt-xl {
    margin-top: 2rem;
  }
  .sm\:mr-xl {
    margin-right: 2rem;
  }
  .sm\:mb-xl {
    margin-bottom: 2rem;
  }
  .sm\:ml-xl {
    margin-left: 2rem;
  }
  .sm\:mx-xl {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .sm\:my-xl {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm\:p-xl {
    padding: 2rem;
  }
  .sm\:pt-xl {
    padding-top: 2rem;
  }
  .sm\:pr-xl {
    padding-right: 2rem;
  }
  .sm\:pb-xl {
    padding-bottom: 2rem;
  }
  .sm\:pl-xl {
    padding-left: 2rem;
  }
  .sm\:px-xl {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-xl {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:gap-xl {
    gap: 2rem;
  }
  .sm\:gap-x-xl {
    column-gap: 2rem;
  }
  .sm\:gap-y-xl {
    row-gap: 2rem;
  }
  .sm\:m-2xl {
    margin: 3rem;
  }
  .sm\:mt-2xl {
    margin-top: 3rem;
  }
  .sm\:mr-2xl {
    margin-right: 3rem;
  }
  .sm\:mb-2xl {
    margin-bottom: 3rem;
  }
  .sm\:ml-2xl {
    margin-left: 3rem;
  }
  .sm\:mx-2xl {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .sm\:my-2xl {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .sm\:p-2xl {
    padding: 3rem;
  }
  .sm\:pt-2xl {
    padding-top: 3rem;
  }
  .sm\:pr-2xl {
    padding-right: 3rem;
  }
  .sm\:pb-2xl {
    padding-bottom: 3rem;
  }
  .sm\:pl-2xl {
    padding-left: 3rem;
  }
  .sm\:px-2xl {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .sm\:py-2xl {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm\:gap-2xl {
    gap: 3rem;
  }
  .sm\:gap-x-2xl {
    column-gap: 3rem;
  }
  .sm\:gap-y-2xl {
    row-gap: 3rem;
  }
  .sm\:m-3xl {
    margin: 4rem;
  }
  .sm\:mt-3xl {
    margin-top: 4rem;
  }
  .sm\:mr-3xl {
    margin-right: 4rem;
  }
  .sm\:mb-3xl {
    margin-bottom: 4rem;
  }
  .sm\:ml-3xl {
    margin-left: 4rem;
  }
  .sm\:mx-3xl {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .sm\:my-3xl {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .sm\:p-3xl {
    padding: 4rem;
  }
  .sm\:pt-3xl {
    padding-top: 4rem;
  }
  .sm\:pr-3xl {
    padding-right: 4rem;
  }
  .sm\:pb-3xl {
    padding-bottom: 4rem;
  }
  .sm\:pl-3xl {
    padding-left: 4rem;
  }
  .sm\:px-3xl {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .sm\:py-3xl {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sm\:gap-3xl {
    gap: 4rem;
  }
  .sm\:gap-x-3xl {
    column-gap: 4rem;
  }
  .sm\:gap-y-3xl {
    row-gap: 4rem;
  }
}
@media (min-width: 768px) {
  .md\:m-xxs {
    margin: 0.25rem;
  }
  .md\:mt-xxs {
    margin-top: 0.25rem;
  }
  .md\:mr-xxs {
    margin-right: 0.25rem;
  }
  .md\:mb-xxs {
    margin-bottom: 0.25rem;
  }
  .md\:ml-xxs {
    margin-left: 0.25rem;
  }
  .md\:mx-xxs {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .md\:my-xxs {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .md\:p-xxs {
    padding: 0.25rem;
  }
  .md\:pt-xxs {
    padding-top: 0.25rem;
  }
  .md\:pr-xxs {
    padding-right: 0.25rem;
  }
  .md\:pb-xxs {
    padding-bottom: 0.25rem;
  }
  .md\:pl-xxs {
    padding-left: 0.25rem;
  }
  .md\:px-xxs {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .md\:py-xxs {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .md\:gap-xxs {
    gap: 0.25rem;
  }
  .md\:gap-x-xxs {
    column-gap: 0.25rem;
  }
  .md\:gap-y-xxs {
    row-gap: 0.25rem;
  }
  .md\:m-xs {
    margin: 0.5rem;
  }
  .md\:mt-xs {
    margin-top: 0.5rem;
  }
  .md\:mr-xs {
    margin-right: 0.5rem;
  }
  .md\:mb-xs {
    margin-bottom: 0.5rem;
  }
  .md\:ml-xs {
    margin-left: 0.5rem;
  }
  .md\:mx-xs {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .md\:my-xs {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .md\:p-xs {
    padding: 0.5rem;
  }
  .md\:pt-xs {
    padding-top: 0.5rem;
  }
  .md\:pr-xs {
    padding-right: 0.5rem;
  }
  .md\:pb-xs {
    padding-bottom: 0.5rem;
  }
  .md\:pl-xs {
    padding-left: 0.5rem;
  }
  .md\:px-xs {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:py-xs {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:gap-xs {
    gap: 0.5rem;
  }
  .md\:gap-x-xs {
    column-gap: 0.5rem;
  }
  .md\:gap-y-xs {
    row-gap: 0.5rem;
  }
  .md\:m-sm {
    margin: 0.75rem;
  }
  .md\:mt-sm {
    margin-top: 0.75rem;
  }
  .md\:mr-sm {
    margin-right: 0.75rem;
  }
  .md\:mb-sm {
    margin-bottom: 0.75rem;
  }
  .md\:ml-sm {
    margin-left: 0.75rem;
  }
  .md\:mx-sm {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .md\:my-sm {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .md\:p-sm {
    padding: 0.75rem;
  }
  .md\:pt-sm {
    padding-top: 0.75rem;
  }
  .md\:pr-sm {
    padding-right: 0.75rem;
  }
  .md\:pb-sm {
    padding-bottom: 0.75rem;
  }
  .md\:pl-sm {
    padding-left: 0.75rem;
  }
  .md\:px-sm {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:py-sm {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:gap-sm {
    gap: 0.75rem;
  }
  .md\:gap-x-sm {
    column-gap: 0.75rem;
  }
  .md\:gap-y-sm {
    row-gap: 0.75rem;
  }
  .md\:m-md {
    margin: 1rem;
  }
  .md\:mt-md {
    margin-top: 1rem;
  }
  .md\:mr-md {
    margin-right: 1rem;
  }
  .md\:mb-md {
    margin-bottom: 1rem;
  }
  .md\:ml-md {
    margin-left: 1rem;
  }
  .md\:mx-md {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md\:my-md {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .md\:p-md {
    padding: 1rem;
  }
  .md\:pt-md {
    padding-top: 1rem;
  }
  .md\:pr-md {
    padding-right: 1rem;
  }
  .md\:pb-md {
    padding-bottom: 1rem;
  }
  .md\:pl-md {
    padding-left: 1rem;
  }
  .md\:px-md {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:py-md {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:gap-md {
    gap: 1rem;
  }
  .md\:gap-x-md {
    column-gap: 1rem;
  }
  .md\:gap-y-md {
    row-gap: 1rem;
  }
  .md\:m-lg {
    margin: 1.5rem;
  }
  .md\:mt-lg {
    margin-top: 1.5rem;
  }
  .md\:mr-lg {
    margin-right: 1.5rem;
  }
  .md\:mb-lg {
    margin-bottom: 1.5rem;
  }
  .md\:ml-lg {
    margin-left: 1.5rem;
  }
  .md\:mx-lg {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .md\:my-lg {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .md\:p-lg {
    padding: 1.5rem;
  }
  .md\:pt-lg {
    padding-top: 1.5rem;
  }
  .md\:pr-lg {
    padding-right: 1.5rem;
  }
  .md\:pb-lg {
    padding-bottom: 1.5rem;
  }
  .md\:pl-lg {
    padding-left: 1.5rem;
  }
  .md\:px-lg {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-lg {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:gap-lg {
    gap: 1.5rem;
  }
  .md\:gap-x-lg {
    column-gap: 1.5rem;
  }
  .md\:gap-y-lg {
    row-gap: 1.5rem;
  }
  .md\:m-xl {
    margin: 2rem;
  }
  .md\:mt-xl {
    margin-top: 2rem;
  }
  .md\:mr-xl {
    margin-right: 2rem;
  }
  .md\:mb-xl {
    margin-bottom: 2rem;
  }
  .md\:ml-xl {
    margin-left: 2rem;
  }
  .md\:mx-xl {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .md\:my-xl {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .md\:p-xl {
    padding: 2rem;
  }
  .md\:pt-xl {
    padding-top: 2rem;
  }
  .md\:pr-xl {
    padding-right: 2rem;
  }
  .md\:pb-xl {
    padding-bottom: 2rem;
  }
  .md\:pl-xl {
    padding-left: 2rem;
  }
  .md\:px-xl {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-xl {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:gap-xl {
    gap: 2rem;
  }
  .md\:gap-x-xl {
    column-gap: 2rem;
  }
  .md\:gap-y-xl {
    row-gap: 2rem;
  }
  .md\:m-2xl {
    margin: 3rem;
  }
  .md\:mt-2xl {
    margin-top: 3rem;
  }
  .md\:mr-2xl {
    margin-right: 3rem;
  }
  .md\:mb-2xl {
    margin-bottom: 3rem;
  }
  .md\:ml-2xl {
    margin-left: 3rem;
  }
  .md\:mx-2xl {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .md\:my-2xl {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .md\:p-2xl {
    padding: 3rem;
  }
  .md\:pt-2xl {
    padding-top: 3rem;
  }
  .md\:pr-2xl {
    padding-right: 3rem;
  }
  .md\:pb-2xl {
    padding-bottom: 3rem;
  }
  .md\:pl-2xl {
    padding-left: 3rem;
  }
  .md\:px-2xl {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:py-2xl {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:gap-2xl {
    gap: 3rem;
  }
  .md\:gap-x-2xl {
    column-gap: 3rem;
  }
  .md\:gap-y-2xl {
    row-gap: 3rem;
  }
  .md\:m-3xl {
    margin: 4rem;
  }
  .md\:mt-3xl {
    margin-top: 4rem;
  }
  .md\:mr-3xl {
    margin-right: 4rem;
  }
  .md\:mb-3xl {
    margin-bottom: 4rem;
  }
  .md\:ml-3xl {
    margin-left: 4rem;
  }
  .md\:mx-3xl {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .md\:my-3xl {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .md\:p-3xl {
    padding: 4rem;
  }
  .md\:pt-3xl {
    padding-top: 4rem;
  }
  .md\:pr-3xl {
    padding-right: 4rem;
  }
  .md\:pb-3xl {
    padding-bottom: 4rem;
  }
  .md\:pl-3xl {
    padding-left: 4rem;
  }
  .md\:px-3xl {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:py-3xl {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:gap-3xl {
    gap: 4rem;
  }
  .md\:gap-x-3xl {
    column-gap: 4rem;
  }
  .md\:gap-y-3xl {
    row-gap: 4rem;
  }
}
@media (min-width: 1024px) {
  .lg\:m-xxs {
    margin: 0.25rem;
  }
  .lg\:mt-xxs {
    margin-top: 0.25rem;
  }
  .lg\:mr-xxs {
    margin-right: 0.25rem;
  }
  .lg\:mb-xxs {
    margin-bottom: 0.25rem;
  }
  .lg\:ml-xxs {
    margin-left: 0.25rem;
  }
  .lg\:mx-xxs {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .lg\:my-xxs {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .lg\:p-xxs {
    padding: 0.25rem;
  }
  .lg\:pt-xxs {
    padding-top: 0.25rem;
  }
  .lg\:pr-xxs {
    padding-right: 0.25rem;
  }
  .lg\:pb-xxs {
    padding-bottom: 0.25rem;
  }
  .lg\:pl-xxs {
    padding-left: 0.25rem;
  }
  .lg\:px-xxs {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .lg\:py-xxs {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .lg\:gap-xxs {
    gap: 0.25rem;
  }
  .lg\:gap-x-xxs {
    column-gap: 0.25rem;
  }
  .lg\:gap-y-xxs {
    row-gap: 0.25rem;
  }
  .lg\:m-xs {
    margin: 0.5rem;
  }
  .lg\:mt-xs {
    margin-top: 0.5rem;
  }
  .lg\:mr-xs {
    margin-right: 0.5rem;
  }
  .lg\:mb-xs {
    margin-bottom: 0.5rem;
  }
  .lg\:ml-xs {
    margin-left: 0.5rem;
  }
  .lg\:mx-xs {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .lg\:my-xs {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .lg\:p-xs {
    padding: 0.5rem;
  }
  .lg\:pt-xs {
    padding-top: 0.5rem;
  }
  .lg\:pr-xs {
    padding-right: 0.5rem;
  }
  .lg\:pb-xs {
    padding-bottom: 0.5rem;
  }
  .lg\:pl-xs {
    padding-left: 0.5rem;
  }
  .lg\:px-xs {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:py-xs {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:gap-xs {
    gap: 0.5rem;
  }
  .lg\:gap-x-xs {
    column-gap: 0.5rem;
  }
  .lg\:gap-y-xs {
    row-gap: 0.5rem;
  }
  .lg\:m-sm {
    margin: 0.75rem;
  }
  .lg\:mt-sm {
    margin-top: 0.75rem;
  }
  .lg\:mr-sm {
    margin-right: 0.75rem;
  }
  .lg\:mb-sm {
    margin-bottom: 0.75rem;
  }
  .lg\:ml-sm {
    margin-left: 0.75rem;
  }
  .lg\:mx-sm {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .lg\:my-sm {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .lg\:p-sm {
    padding: 0.75rem;
  }
  .lg\:pt-sm {
    padding-top: 0.75rem;
  }
  .lg\:pr-sm {
    padding-right: 0.75rem;
  }
  .lg\:pb-sm {
    padding-bottom: 0.75rem;
  }
  .lg\:pl-sm {
    padding-left: 0.75rem;
  }
  .lg\:px-sm {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:py-sm {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:gap-sm {
    gap: 0.75rem;
  }
  .lg\:gap-x-sm {
    column-gap: 0.75rem;
  }
  .lg\:gap-y-sm {
    row-gap: 0.75rem;
  }
  .lg\:m-md {
    margin: 1rem;
  }
  .lg\:mt-md {
    margin-top: 1rem;
  }
  .lg\:mr-md {
    margin-right: 1rem;
  }
  .lg\:mb-md {
    margin-bottom: 1rem;
  }
  .lg\:ml-md {
    margin-left: 1rem;
  }
  .lg\:mx-md {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lg\:my-md {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .lg\:p-md {
    padding: 1rem;
  }
  .lg\:pt-md {
    padding-top: 1rem;
  }
  .lg\:pr-md {
    padding-right: 1rem;
  }
  .lg\:pb-md {
    padding-bottom: 1rem;
  }
  .lg\:pl-md {
    padding-left: 1rem;
  }
  .lg\:px-md {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:py-md {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:gap-md {
    gap: 1rem;
  }
  .lg\:gap-x-md {
    column-gap: 1rem;
  }
  .lg\:gap-y-md {
    row-gap: 1rem;
  }
  .lg\:m-lg {
    margin: 1.5rem;
  }
  .lg\:mt-lg {
    margin-top: 1.5rem;
  }
  .lg\:mr-lg {
    margin-right: 1.5rem;
  }
  .lg\:mb-lg {
    margin-bottom: 1.5rem;
  }
  .lg\:ml-lg {
    margin-left: 1.5rem;
  }
  .lg\:mx-lg {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .lg\:my-lg {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .lg\:p-lg {
    padding: 1.5rem;
  }
  .lg\:pt-lg {
    padding-top: 1.5rem;
  }
  .lg\:pr-lg {
    padding-right: 1.5rem;
  }
  .lg\:pb-lg {
    padding-bottom: 1.5rem;
  }
  .lg\:pl-lg {
    padding-left: 1.5rem;
  }
  .lg\:px-lg {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:py-lg {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:gap-lg {
    gap: 1.5rem;
  }
  .lg\:gap-x-lg {
    column-gap: 1.5rem;
  }
  .lg\:gap-y-lg {
    row-gap: 1.5rem;
  }
  .lg\:m-xl {
    margin: 2rem;
  }
  .lg\:mt-xl {
    margin-top: 2rem;
  }
  .lg\:mr-xl {
    margin-right: 2rem;
  }
  .lg\:mb-xl {
    margin-bottom: 2rem;
  }
  .lg\:ml-xl {
    margin-left: 2rem;
  }
  .lg\:mx-xl {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .lg\:my-xl {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .lg\:p-xl {
    padding: 2rem;
  }
  .lg\:pt-xl {
    padding-top: 2rem;
  }
  .lg\:pr-xl {
    padding-right: 2rem;
  }
  .lg\:pb-xl {
    padding-bottom: 2rem;
  }
  .lg\:pl-xl {
    padding-left: 2rem;
  }
  .lg\:px-xl {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-xl {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:gap-xl {
    gap: 2rem;
  }
  .lg\:gap-x-xl {
    column-gap: 2rem;
  }
  .lg\:gap-y-xl {
    row-gap: 2rem;
  }
  .lg\:m-2xl {
    margin: 3rem;
  }
  .lg\:mt-2xl {
    margin-top: 3rem;
  }
  .lg\:mr-2xl {
    margin-right: 3rem;
  }
  .lg\:mb-2xl {
    margin-bottom: 3rem;
  }
  .lg\:ml-2xl {
    margin-left: 3rem;
  }
  .lg\:mx-2xl {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .lg\:my-2xl {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .lg\:p-2xl {
    padding: 3rem;
  }
  .lg\:pt-2xl {
    padding-top: 3rem;
  }
  .lg\:pr-2xl {
    padding-right: 3rem;
  }
  .lg\:pb-2xl {
    padding-bottom: 3rem;
  }
  .lg\:pl-2xl {
    padding-left: 3rem;
  }
  .lg\:px-2xl {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:py-2xl {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:gap-2xl {
    gap: 3rem;
  }
  .lg\:gap-x-2xl {
    column-gap: 3rem;
  }
  .lg\:gap-y-2xl {
    row-gap: 3rem;
  }
  .lg\:m-3xl {
    margin: 4rem;
  }
  .lg\:mt-3xl {
    margin-top: 4rem;
  }
  .lg\:mr-3xl {
    margin-right: 4rem;
  }
  .lg\:mb-3xl {
    margin-bottom: 4rem;
  }
  .lg\:ml-3xl {
    margin-left: 4rem;
  }
  .lg\:mx-3xl {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .lg\:my-3xl {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .lg\:p-3xl {
    padding: 4rem;
  }
  .lg\:pt-3xl {
    padding-top: 4rem;
  }
  .lg\:pr-3xl {
    padding-right: 4rem;
  }
  .lg\:pb-3xl {
    padding-bottom: 4rem;
  }
  .lg\:pl-3xl {
    padding-left: 4rem;
  }
  .lg\:px-3xl {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:py-3xl {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:gap-3xl {
    gap: 4rem;
  }
  .lg\:gap-x-3xl {
    column-gap: 4rem;
  }
  .lg\:gap-y-3xl {
    row-gap: 4rem;
  }
}
@media (min-width: 1280px) {
  .xl\:m-xxs {
    margin: 0.25rem;
  }
  .xl\:mt-xxs {
    margin-top: 0.25rem;
  }
  .xl\:mr-xxs {
    margin-right: 0.25rem;
  }
  .xl\:mb-xxs {
    margin-bottom: 0.25rem;
  }
  .xl\:ml-xxs {
    margin-left: 0.25rem;
  }
  .xl\:mx-xxs {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .xl\:my-xxs {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .xl\:p-xxs {
    padding: 0.25rem;
  }
  .xl\:pt-xxs {
    padding-top: 0.25rem;
  }
  .xl\:pr-xxs {
    padding-right: 0.25rem;
  }
  .xl\:pb-xxs {
    padding-bottom: 0.25rem;
  }
  .xl\:pl-xxs {
    padding-left: 0.25rem;
  }
  .xl\:px-xxs {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .xl\:py-xxs {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .xl\:gap-xxs {
    gap: 0.25rem;
  }
  .xl\:gap-x-xxs {
    column-gap: 0.25rem;
  }
  .xl\:gap-y-xxs {
    row-gap: 0.25rem;
  }
  .xl\:m-xs {
    margin: 0.5rem;
  }
  .xl\:mt-xs {
    margin-top: 0.5rem;
  }
  .xl\:mr-xs {
    margin-right: 0.5rem;
  }
  .xl\:mb-xs {
    margin-bottom: 0.5rem;
  }
  .xl\:ml-xs {
    margin-left: 0.5rem;
  }
  .xl\:mx-xs {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .xl\:my-xs {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .xl\:p-xs {
    padding: 0.5rem;
  }
  .xl\:pt-xs {
    padding-top: 0.5rem;
  }
  .xl\:pr-xs {
    padding-right: 0.5rem;
  }
  .xl\:pb-xs {
    padding-bottom: 0.5rem;
  }
  .xl\:pl-xs {
    padding-left: 0.5rem;
  }
  .xl\:px-xs {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .xl\:py-xs {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .xl\:gap-xs {
    gap: 0.5rem;
  }
  .xl\:gap-x-xs {
    column-gap: 0.5rem;
  }
  .xl\:gap-y-xs {
    row-gap: 0.5rem;
  }
  .xl\:m-sm {
    margin: 0.75rem;
  }
  .xl\:mt-sm {
    margin-top: 0.75rem;
  }
  .xl\:mr-sm {
    margin-right: 0.75rem;
  }
  .xl\:mb-sm {
    margin-bottom: 0.75rem;
  }
  .xl\:ml-sm {
    margin-left: 0.75rem;
  }
  .xl\:mx-sm {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .xl\:my-sm {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .xl\:p-sm {
    padding: 0.75rem;
  }
  .xl\:pt-sm {
    padding-top: 0.75rem;
  }
  .xl\:pr-sm {
    padding-right: 0.75rem;
  }
  .xl\:pb-sm {
    padding-bottom: 0.75rem;
  }
  .xl\:pl-sm {
    padding-left: 0.75rem;
  }
  .xl\:px-sm {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .xl\:py-sm {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .xl\:gap-sm {
    gap: 0.75rem;
  }
  .xl\:gap-x-sm {
    column-gap: 0.75rem;
  }
  .xl\:gap-y-sm {
    row-gap: 0.75rem;
  }
  .xl\:m-md {
    margin: 1rem;
  }
  .xl\:mt-md {
    margin-top: 1rem;
  }
  .xl\:mr-md {
    margin-right: 1rem;
  }
  .xl\:mb-md {
    margin-bottom: 1rem;
  }
  .xl\:ml-md {
    margin-left: 1rem;
  }
  .xl\:mx-md {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .xl\:my-md {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .xl\:p-md {
    padding: 1rem;
  }
  .xl\:pt-md {
    padding-top: 1rem;
  }
  .xl\:pr-md {
    padding-right: 1rem;
  }
  .xl\:pb-md {
    padding-bottom: 1rem;
  }
  .xl\:pl-md {
    padding-left: 1rem;
  }
  .xl\:px-md {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xl\:py-md {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xl\:gap-md {
    gap: 1rem;
  }
  .xl\:gap-x-md {
    column-gap: 1rem;
  }
  .xl\:gap-y-md {
    row-gap: 1rem;
  }
  .xl\:m-lg {
    margin: 1.5rem;
  }
  .xl\:mt-lg {
    margin-top: 1.5rem;
  }
  .xl\:mr-lg {
    margin-right: 1.5rem;
  }
  .xl\:mb-lg {
    margin-bottom: 1.5rem;
  }
  .xl\:ml-lg {
    margin-left: 1.5rem;
  }
  .xl\:mx-lg {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .xl\:my-lg {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .xl\:p-lg {
    padding: 1.5rem;
  }
  .xl\:pt-lg {
    padding-top: 1.5rem;
  }
  .xl\:pr-lg {
    padding-right: 1.5rem;
  }
  .xl\:pb-lg {
    padding-bottom: 1.5rem;
  }
  .xl\:pl-lg {
    padding-left: 1.5rem;
  }
  .xl\:px-lg {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xl\:py-lg {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .xl\:gap-lg {
    gap: 1.5rem;
  }
  .xl\:gap-x-lg {
    column-gap: 1.5rem;
  }
  .xl\:gap-y-lg {
    row-gap: 1.5rem;
  }
  .xl\:m-xl {
    margin: 2rem;
  }
  .xl\:mt-xl {
    margin-top: 2rem;
  }
  .xl\:mr-xl {
    margin-right: 2rem;
  }
  .xl\:mb-xl {
    margin-bottom: 2rem;
  }
  .xl\:ml-xl {
    margin-left: 2rem;
  }
  .xl\:mx-xl {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .xl\:my-xl {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .xl\:p-xl {
    padding: 2rem;
  }
  .xl\:pt-xl {
    padding-top: 2rem;
  }
  .xl\:pr-xl {
    padding-right: 2rem;
  }
  .xl\:pb-xl {
    padding-bottom: 2rem;
  }
  .xl\:pl-xl {
    padding-left: 2rem;
  }
  .xl\:px-xl {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:py-xl {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xl\:gap-xl {
    gap: 2rem;
  }
  .xl\:gap-x-xl {
    column-gap: 2rem;
  }
  .xl\:gap-y-xl {
    row-gap: 2rem;
  }
  .xl\:m-2xl {
    margin: 3rem;
  }
  .xl\:mt-2xl {
    margin-top: 3rem;
  }
  .xl\:mr-2xl {
    margin-right: 3rem;
  }
  .xl\:mb-2xl {
    margin-bottom: 3rem;
  }
  .xl\:ml-2xl {
    margin-left: 3rem;
  }
  .xl\:mx-2xl {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .xl\:my-2xl {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .xl\:p-2xl {
    padding: 3rem;
  }
  .xl\:pt-2xl {
    padding-top: 3rem;
  }
  .xl\:pr-2xl {
    padding-right: 3rem;
  }
  .xl\:pb-2xl {
    padding-bottom: 3rem;
  }
  .xl\:pl-2xl {
    padding-left: 3rem;
  }
  .xl\:px-2xl {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .xl\:py-2xl {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .xl\:gap-2xl {
    gap: 3rem;
  }
  .xl\:gap-x-2xl {
    column-gap: 3rem;
  }
  .xl\:gap-y-2xl {
    row-gap: 3rem;
  }
  .xl\:m-3xl {
    margin: 4rem;
  }
  .xl\:mt-3xl {
    margin-top: 4rem;
  }
  .xl\:mr-3xl {
    margin-right: 4rem;
  }
  .xl\:mb-3xl {
    margin-bottom: 4rem;
  }
  .xl\:ml-3xl {
    margin-left: 4rem;
  }
  .xl\:mx-3xl {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .xl\:my-3xl {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .xl\:p-3xl {
    padding: 4rem;
  }
  .xl\:pt-3xl {
    padding-top: 4rem;
  }
  .xl\:pr-3xl {
    padding-right: 4rem;
  }
  .xl\:pb-3xl {
    padding-bottom: 4rem;
  }
  .xl\:pl-3xl {
    padding-left: 4rem;
  }
  .xl\:px-3xl {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .xl\:py-3xl {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .xl\:gap-3xl {
    gap: 4rem;
  }
  .xl\:gap-x-3xl {
    column-gap: 4rem;
  }
  .xl\:gap-y-3xl {
    row-gap: 4rem;
  }
}
@media (min-width: 1536px) {
  .xxl\:m-xxs {
    margin: 0.25rem;
  }
  .xxl\:mt-xxs {
    margin-top: 0.25rem;
  }
  .xxl\:mr-xxs {
    margin-right: 0.25rem;
  }
  .xxl\:mb-xxs {
    margin-bottom: 0.25rem;
  }
  .xxl\:ml-xxs {
    margin-left: 0.25rem;
  }
  .xxl\:mx-xxs {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .xxl\:my-xxs {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .xxl\:p-xxs {
    padding: 0.25rem;
  }
  .xxl\:pt-xxs {
    padding-top: 0.25rem;
  }
  .xxl\:pr-xxs {
    padding-right: 0.25rem;
  }
  .xxl\:pb-xxs {
    padding-bottom: 0.25rem;
  }
  .xxl\:pl-xxs {
    padding-left: 0.25rem;
  }
  .xxl\:px-xxs {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .xxl\:py-xxs {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .xxl\:gap-xxs {
    gap: 0.25rem;
  }
  .xxl\:gap-x-xxs {
    column-gap: 0.25rem;
  }
  .xxl\:gap-y-xxs {
    row-gap: 0.25rem;
  }
  .xxl\:m-xs {
    margin: 0.5rem;
  }
  .xxl\:mt-xs {
    margin-top: 0.5rem;
  }
  .xxl\:mr-xs {
    margin-right: 0.5rem;
  }
  .xxl\:mb-xs {
    margin-bottom: 0.5rem;
  }
  .xxl\:ml-xs {
    margin-left: 0.5rem;
  }
  .xxl\:mx-xs {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .xxl\:my-xs {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .xxl\:p-xs {
    padding: 0.5rem;
  }
  .xxl\:pt-xs {
    padding-top: 0.5rem;
  }
  .xxl\:pr-xs {
    padding-right: 0.5rem;
  }
  .xxl\:pb-xs {
    padding-bottom: 0.5rem;
  }
  .xxl\:pl-xs {
    padding-left: 0.5rem;
  }
  .xxl\:px-xs {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .xxl\:py-xs {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .xxl\:gap-xs {
    gap: 0.5rem;
  }
  .xxl\:gap-x-xs {
    column-gap: 0.5rem;
  }
  .xxl\:gap-y-xs {
    row-gap: 0.5rem;
  }
  .xxl\:m-sm {
    margin: 0.75rem;
  }
  .xxl\:mt-sm {
    margin-top: 0.75rem;
  }
  .xxl\:mr-sm {
    margin-right: 0.75rem;
  }
  .xxl\:mb-sm {
    margin-bottom: 0.75rem;
  }
  .xxl\:ml-sm {
    margin-left: 0.75rem;
  }
  .xxl\:mx-sm {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .xxl\:my-sm {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .xxl\:p-sm {
    padding: 0.75rem;
  }
  .xxl\:pt-sm {
    padding-top: 0.75rem;
  }
  .xxl\:pr-sm {
    padding-right: 0.75rem;
  }
  .xxl\:pb-sm {
    padding-bottom: 0.75rem;
  }
  .xxl\:pl-sm {
    padding-left: 0.75rem;
  }
  .xxl\:px-sm {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .xxl\:py-sm {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .xxl\:gap-sm {
    gap: 0.75rem;
  }
  .xxl\:gap-x-sm {
    column-gap: 0.75rem;
  }
  .xxl\:gap-y-sm {
    row-gap: 0.75rem;
  }
  .xxl\:m-md {
    margin: 1rem;
  }
  .xxl\:mt-md {
    margin-top: 1rem;
  }
  .xxl\:mr-md {
    margin-right: 1rem;
  }
  .xxl\:mb-md {
    margin-bottom: 1rem;
  }
  .xxl\:ml-md {
    margin-left: 1rem;
  }
  .xxl\:mx-md {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .xxl\:my-md {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .xxl\:p-md {
    padding: 1rem;
  }
  .xxl\:pt-md {
    padding-top: 1rem;
  }
  .xxl\:pr-md {
    padding-right: 1rem;
  }
  .xxl\:pb-md {
    padding-bottom: 1rem;
  }
  .xxl\:pl-md {
    padding-left: 1rem;
  }
  .xxl\:px-md {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xxl\:py-md {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xxl\:gap-md {
    gap: 1rem;
  }
  .xxl\:gap-x-md {
    column-gap: 1rem;
  }
  .xxl\:gap-y-md {
    row-gap: 1rem;
  }
  .xxl\:m-lg {
    margin: 1.5rem;
  }
  .xxl\:mt-lg {
    margin-top: 1.5rem;
  }
  .xxl\:mr-lg {
    margin-right: 1.5rem;
  }
  .xxl\:mb-lg {
    margin-bottom: 1.5rem;
  }
  .xxl\:ml-lg {
    margin-left: 1.5rem;
  }
  .xxl\:mx-lg {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .xxl\:my-lg {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .xxl\:p-lg {
    padding: 1.5rem;
  }
  .xxl\:pt-lg {
    padding-top: 1.5rem;
  }
  .xxl\:pr-lg {
    padding-right: 1.5rem;
  }
  .xxl\:pb-lg {
    padding-bottom: 1.5rem;
  }
  .xxl\:pl-lg {
    padding-left: 1.5rem;
  }
  .xxl\:px-lg {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xxl\:py-lg {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .xxl\:gap-lg {
    gap: 1.5rem;
  }
  .xxl\:gap-x-lg {
    column-gap: 1.5rem;
  }
  .xxl\:gap-y-lg {
    row-gap: 1.5rem;
  }
  .xxl\:m-xl {
    margin: 2rem;
  }
  .xxl\:mt-xl {
    margin-top: 2rem;
  }
  .xxl\:mr-xl {
    margin-right: 2rem;
  }
  .xxl\:mb-xl {
    margin-bottom: 2rem;
  }
  .xxl\:ml-xl {
    margin-left: 2rem;
  }
  .xxl\:mx-xl {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .xxl\:my-xl {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .xxl\:p-xl {
    padding: 2rem;
  }
  .xxl\:pt-xl {
    padding-top: 2rem;
  }
  .xxl\:pr-xl {
    padding-right: 2rem;
  }
  .xxl\:pb-xl {
    padding-bottom: 2rem;
  }
  .xxl\:pl-xl {
    padding-left: 2rem;
  }
  .xxl\:px-xl {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xxl\:py-xl {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xxl\:gap-xl {
    gap: 2rem;
  }
  .xxl\:gap-x-xl {
    column-gap: 2rem;
  }
  .xxl\:gap-y-xl {
    row-gap: 2rem;
  }
  .xxl\:m-2xl {
    margin: 3rem;
  }
  .xxl\:mt-2xl {
    margin-top: 3rem;
  }
  .xxl\:mr-2xl {
    margin-right: 3rem;
  }
  .xxl\:mb-2xl {
    margin-bottom: 3rem;
  }
  .xxl\:ml-2xl {
    margin-left: 3rem;
  }
  .xxl\:mx-2xl {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .xxl\:my-2xl {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .xxl\:p-2xl {
    padding: 3rem;
  }
  .xxl\:pt-2xl {
    padding-top: 3rem;
  }
  .xxl\:pr-2xl {
    padding-right: 3rem;
  }
  .xxl\:pb-2xl {
    padding-bottom: 3rem;
  }
  .xxl\:pl-2xl {
    padding-left: 3rem;
  }
  .xxl\:px-2xl {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .xxl\:py-2xl {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .xxl\:gap-2xl {
    gap: 3rem;
  }
  .xxl\:gap-x-2xl {
    column-gap: 3rem;
  }
  .xxl\:gap-y-2xl {
    row-gap: 3rem;
  }
  .xxl\:m-3xl {
    margin: 4rem;
  }
  .xxl\:mt-3xl {
    margin-top: 4rem;
  }
  .xxl\:mr-3xl {
    margin-right: 4rem;
  }
  .xxl\:mb-3xl {
    margin-bottom: 4rem;
  }
  .xxl\:ml-3xl {
    margin-left: 4rem;
  }
  .xxl\:mx-3xl {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .xxl\:my-3xl {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .xxl\:p-3xl {
    padding: 4rem;
  }
  .xxl\:pt-3xl {
    padding-top: 4rem;
  }
  .xxl\:pr-3xl {
    padding-right: 4rem;
  }
  .xxl\:pb-3xl {
    padding-bottom: 4rem;
  }
  .xxl\:pl-3xl {
    padding-left: 4rem;
  }
  .xxl\:px-3xl {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .xxl\:py-3xl {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .xxl\:gap-3xl {
    gap: 4rem;
  }
  .xxl\:gap-x-3xl {
    column-gap: 4rem;
  }
  .xxl\:gap-y-3xl {
    row-gap: 4rem;
  }
}
.m-0 {
  margin: 0;
}

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

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

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

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

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.p-0 {
  padding: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.none {
  display: none;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

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

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

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

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

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

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

.items-baseline {
  align-items: baseline;
}

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

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

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

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

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

.justify-evenly {
  justify-content: space-evenly;
}

.self-start {
  align-self: flex-start;
}

.self-center {
  align-self: center;
}

.self-end {
  align-self: flex-end;
}

.self-stretch {
  align-self: stretch;
}

.self-baseline {
  align-self: baseline;
}

.content-start {
  align-content: flex-start;
}

.content-center {
  align-content: center;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.content-evenly {
  align-content: space-evenly;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  order: 0;
}

@media (min-width: 640px) {
  .sm\:flex {
    display: flex;
  }
  .sm\:inline-flex {
    display: inline-flex;
  }
  .sm\:grid {
    display: grid;
  }
  .sm\:inline-grid {
    display: inline-grid;
  }
  .sm\:none {
    display: none;
  }
  .sm\:block {
    display: block;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .sm\:flex-col {
    flex-direction: column;
  }
  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .sm\:flex-wrap {
    flex-wrap: wrap;
  }
  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .sm\:items-start {
    align-items: flex-start;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:items-end {
    align-items: flex-end;
  }
  .sm\:items-stretch {
    align-items: stretch;
  }
  .sm\:items-baseline {
    align-items: baseline;
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .sm\:justify-center {
    justify-content: center;
  }
  .sm\:justify-end {
    justify-content: flex-end;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:justify-around {
    justify-content: space-around;
  }
  .sm\:justify-evenly {
    justify-content: space-evenly;
  }
  .sm\:content-start {
    align-content: flex-start;
  }
  .sm\:content-center {
    align-content: center;
  }
  .sm\:content-end {
    align-content: flex-end;
  }
  .sm\:content-between {
    align-content: space-between;
  }
  .sm\:content-around {
    align-content: space-around;
  }
  .sm\:content-evenly {
    align-content: space-evenly;
  }
  .sm\:self-start {
    align-self: flex-start;
  }
  .sm\:self-center {
    align-self: center;
  }
  .sm\:self-end {
    align-self: flex-end;
  }
  .sm\:self-stretch {
    align-self: stretch;
  }
  .sm\:self-baseline {
    align-self: baseline;
  }
  .sm\:flex-1 {
    flex: 1 1 0%;
  }
  .sm\:flex-auto {
    flex: 1 1 auto;
  }
  .sm\:flex-initial {
    flex: 0 1 auto;
  }
  .sm\:flex-none {
    flex: none;
  }
  .sm\:grow {
    flex-grow: 1;
  }
  .sm\:grow-0 {
    flex-grow: 0;
  }
  .sm\:shrink {
    flex-shrink: 1;
  }
  .sm\:shrink-0 {
    flex-shrink: 0;
  }
  .sm\:order-first {
    order: -9999;
  }
  .sm\:order-last {
    order: 9999;
  }
  .sm\:order-none {
    order: 0;
  }
}
@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }
  .md\:inline-flex {
    display: inline-flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:inline-grid {
    display: inline-grid;
  }
  .md\:none {
    display: none;
  }
  .md\:block {
    display: block;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:items-stretch {
    align-items: stretch;
  }
  .md\:items-baseline {
    align-items: baseline;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:justify-around {
    justify-content: space-around;
  }
  .md\:justify-evenly {
    justify-content: space-evenly;
  }
  .md\:content-start {
    align-content: flex-start;
  }
  .md\:content-center {
    align-content: center;
  }
  .md\:content-end {
    align-content: flex-end;
  }
  .md\:content-between {
    align-content: space-between;
  }
  .md\:content-around {
    align-content: space-around;
  }
  .md\:content-evenly {
    align-content: space-evenly;
  }
  .md\:self-start {
    align-self: flex-start;
  }
  .md\:self-center {
    align-self: center;
  }
  .md\:self-end {
    align-self: flex-end;
  }
  .md\:self-stretch {
    align-self: stretch;
  }
  .md\:self-baseline {
    align-self: baseline;
  }
  .md\:flex-1 {
    flex: 1 1 0%;
  }
  .md\:flex-auto {
    flex: 1 1 auto;
  }
  .md\:flex-initial {
    flex: 0 1 auto;
  }
  .md\:flex-none {
    flex: none;
  }
  .md\:grow {
    flex-grow: 1;
  }
  .md\:grow-0 {
    flex-grow: 0;
  }
  .md\:shrink {
    flex-shrink: 1;
  }
  .md\:shrink-0 {
    flex-shrink: 0;
  }
  .md\:order-first {
    order: -9999;
  }
  .md\:order-last {
    order: 9999;
  }
  .md\:order-none {
    order: 0;
  }
}
@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }
  .lg\:inline-flex {
    display: inline-flex;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:inline-grid {
    display: inline-grid;
  }
  .lg\:none {
    display: none;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:items-stretch {
    align-items: stretch;
  }
  .lg\:items-baseline {
    align-items: baseline;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:justify-around {
    justify-content: space-around;
  }
  .lg\:justify-evenly {
    justify-content: space-evenly;
  }
  .lg\:content-start {
    align-content: flex-start;
  }
  .lg\:content-center {
    align-content: center;
  }
  .lg\:content-end {
    align-content: flex-end;
  }
  .lg\:content-between {
    align-content: space-between;
  }
  .lg\:content-around {
    align-content: space-around;
  }
  .lg\:content-evenly {
    align-content: space-evenly;
  }
  .lg\:self-start {
    align-self: flex-start;
  }
  .lg\:self-center {
    align-self: center;
  }
  .lg\:self-end {
    align-self: flex-end;
  }
  .lg\:self-stretch {
    align-self: stretch;
  }
  .lg\:self-baseline {
    align-self: baseline;
  }
  .lg\:flex-1 {
    flex: 1 1 0%;
  }
  .lg\:flex-auto {
    flex: 1 1 auto;
  }
  .lg\:flex-initial {
    flex: 0 1 auto;
  }
  .lg\:flex-none {
    flex: none;
  }
  .lg\:grow {
    flex-grow: 1;
  }
  .lg\:grow-0 {
    flex-grow: 0;
  }
  .lg\:shrink {
    flex-shrink: 1;
  }
  .lg\:shrink-0 {
    flex-shrink: 0;
  }
  .lg\:order-first {
    order: -9999;
  }
  .lg\:order-last {
    order: 9999;
  }
  .lg\:order-none {
    order: 0;
  }
}
@media (min-width: 1280px) {
  .xl\:flex {
    display: flex;
  }
  .xl\:inline-flex {
    display: inline-flex;
  }
  .xl\:grid {
    display: grid;
  }
  .xl\:inline-grid {
    display: inline-grid;
  }
  .xl\:none {
    display: none;
  }
  .xl\:block {
    display: block;
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .xl\:flex-col {
    flex-direction: column;
  }
  .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .xl\:flex-wrap {
    flex-wrap: wrap;
  }
  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .xl\:items-start {
    align-items: flex-start;
  }
  .xl\:items-center {
    align-items: center;
  }
  .xl\:items-end {
    align-items: flex-end;
  }
  .xl\:items-stretch {
    align-items: stretch;
  }
  .xl\:items-baseline {
    align-items: baseline;
  }
  .xl\:justify-start {
    justify-content: flex-start;
  }
  .xl\:justify-center {
    justify-content: center;
  }
  .xl\:justify-end {
    justify-content: flex-end;
  }
  .xl\:justify-between {
    justify-content: space-between;
  }
  .xl\:justify-around {
    justify-content: space-around;
  }
  .xl\:justify-evenly {
    justify-content: space-evenly;
  }
  .xl\:content-start {
    align-content: flex-start;
  }
  .xl\:content-center {
    align-content: center;
  }
  .xl\:content-end {
    align-content: flex-end;
  }
  .xl\:content-between {
    align-content: space-between;
  }
  .xl\:content-around {
    align-content: space-around;
  }
  .xl\:content-evenly {
    align-content: space-evenly;
  }
  .xl\:self-start {
    align-self: flex-start;
  }
  .xl\:self-center {
    align-self: center;
  }
  .xl\:self-end {
    align-self: flex-end;
  }
  .xl\:self-stretch {
    align-self: stretch;
  }
  .xl\:self-baseline {
    align-self: baseline;
  }
  .xl\:flex-1 {
    flex: 1 1 0%;
  }
  .xl\:flex-auto {
    flex: 1 1 auto;
  }
  .xl\:flex-initial {
    flex: 0 1 auto;
  }
  .xl\:flex-none {
    flex: none;
  }
  .xl\:grow {
    flex-grow: 1;
  }
  .xl\:grow-0 {
    flex-grow: 0;
  }
  .xl\:shrink {
    flex-shrink: 1;
  }
  .xl\:shrink-0 {
    flex-shrink: 0;
  }
  .xl\:order-first {
    order: -9999;
  }
  .xl\:order-last {
    order: 9999;
  }
  .xl\:order-none {
    order: 0;
  }
}
@media (min-width: 1536px) {
  .xxl\:flex {
    display: flex;
  }
  .xxl\:inline-flex {
    display: inline-flex;
  }
  .xxl\:grid {
    display: grid;
  }
  .xxl\:inline-grid {
    display: inline-grid;
  }
  .xxl\:none {
    display: none;
  }
  .xxl\:block {
    display: block;
  }
  .xxl\:flex-row {
    flex-direction: row;
  }
  .xxl\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .xxl\:flex-col {
    flex-direction: column;
  }
  .xxl\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .xxl\:flex-wrap {
    flex-wrap: wrap;
  }
  .xxl\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .xxl\:items-start {
    align-items: flex-start;
  }
  .xxl\:items-center {
    align-items: center;
  }
  .xxl\:items-end {
    align-items: flex-end;
  }
  .xxl\:items-stretch {
    align-items: stretch;
  }
  .xxl\:items-baseline {
    align-items: baseline;
  }
  .xxl\:justify-start {
    justify-content: flex-start;
  }
  .xxl\:justify-center {
    justify-content: center;
  }
  .xxl\:justify-end {
    justify-content: flex-end;
  }
  .xxl\:justify-between {
    justify-content: space-between;
  }
  .xxl\:justify-around {
    justify-content: space-around;
  }
  .xxl\:justify-evenly {
    justify-content: space-evenly;
  }
  .xxl\:content-start {
    align-content: flex-start;
  }
  .xxl\:content-center {
    align-content: center;
  }
  .xxl\:content-end {
    align-content: flex-end;
  }
  .xxl\:content-between {
    align-content: space-between;
  }
  .xxl\:content-around {
    align-content: space-around;
  }
  .xxl\:content-evenly {
    align-content: space-evenly;
  }
  .xxl\:self-start {
    align-self: flex-start;
  }
  .xxl\:self-center {
    align-self: center;
  }
  .xxl\:self-end {
    align-self: flex-end;
  }
  .xxl\:self-stretch {
    align-self: stretch;
  }
  .xxl\:self-baseline {
    align-self: baseline;
  }
  .xxl\:flex-1 {
    flex: 1 1 0%;
  }
  .xxl\:flex-auto {
    flex: 1 1 auto;
  }
  .xxl\:flex-initial {
    flex: 0 1 auto;
  }
  .xxl\:flex-none {
    flex: none;
  }
  .xxl\:grow {
    flex-grow: 1;
  }
  .xxl\:grow-0 {
    flex-grow: 0;
  }
  .xxl\:shrink {
    flex-shrink: 1;
  }
  .xxl\:shrink-0 {
    flex-shrink: 0;
  }
  .xxl\:order-first {
    order: -9999;
  }
  .xxl\:order-last {
    order: 9999;
  }
  .xxl\:order-none {
    order: 0;
  }
}
.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.col-span-0 {
  grid-column: span 0/span 0;
}

.col-span-1 {
  grid-column: span 1/span 1;
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.col-span-3 {
  grid-column: span 3/span 3;
}

.col-span-4 {
  grid-column: span 4/span 4;
}

.col-span-5 {
  grid-column: span 5/span 5;
}

.col-span-6 {
  grid-column: span 6/span 6;
}

.col-span-7 {
  grid-column: span 7/span 7;
}

.col-span-8 {
  grid-column: span 8/span 8;
}

.col-span-9 {
  grid-column: span 9/span 9;
}

.col-span-10 {
  grid-column: span 10/span 10;
}

.col-span-11 {
  grid-column: span 11/span 11;
}

.col-span-12 {
  grid-column: span 12/span 12;
}

.row-span-1 {
  grid-row: span 1/span 1;
}

.row-span-2 {
  grid-row: span 2/span 2;
}

.row-span-3 {
  grid-row: span 3/span 3;
}

.row-span-4 {
  grid-row: span 4/span 4;
}

.row-span-5 {
  grid-row: span 5/span 5;
}

.row-span-6 {
  grid-row: span 6/span 6;
}

.place-items-start {
  place-items: start;
}

.place-items-center {
  place-items: center;
}

.place-items-end {
  place-items: end;
}

.place-items-stretch {
  place-items: stretch;
}

.place-content-start {
  place-content: start;
}

.place-content-center {
  place-content: center;
}

.place-content-end {
  place-content: end;
}

.place-content-between {
  place-content: space-between;
}

.place-content-around {
  place-content: space-around;
}

.place-content-evenly {
  place-content: space-evenly;
}

.place-self-start {
  place-self: start;
}

.place-self-center {
  place-self: center;
}

.place-self-end {
  place-self: end;
}

.place-self-stretch {
  place-self: stretch;
}

@media (min-width: 640px) {
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .sm\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .sm\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .sm\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .sm\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .sm\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .sm\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .sm\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .sm\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .sm\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .sm\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .sm\:col-span-11 {
    grid-column: span 11/span 11;
  }
  .sm\:col-span-12 {
    grid-column: span 12/span 12;
  }
  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .sm\:row-span-1 {
    grid-row: span 1/span 1;
  }
  .sm\:row-span-2 {
    grid-row: span 2/span 2;
  }
  .sm\:row-span-3 {
    grid-row: span 3/span 3;
  }
  .sm\:row-span-4 {
    grid-row: span 4/span 4;
  }
  .sm\:row-span-5 {
    grid-row: span 5/span 5;
  }
  .sm\:row-span-6 {
    grid-row: span 6/span 6;
  }
  .sm\:place-items-start {
    place-items: start;
  }
  .sm\:place-items-center {
    place-items: center;
  }
  .sm\:place-items-end {
    place-items: end;
  }
  .sm\:place-items-stretch {
    place-items: stretch;
  }
  .sm\:place-content-start {
    place-content: start;
  }
  .sm\:place-content-center {
    place-content: center;
  }
  .sm\:place-content-end {
    place-content: end;
  }
  .sm\:place-content-between {
    place-content: space-between;
  }
  .sm\:place-content-around {
    place-content: space-around;
  }
  .sm\:place-content-evenly {
    place-content: space-evenly;
  }
  .sm\:place-self-start {
    place-self: start;
  }
  .sm\:place-self-center {
    place-self: center;
  }
  .sm\:place-self-end {
    place-self: end;
  }
  .sm\:place-self-stretch {
    place-self: stretch;
  }
}
@media (min-width: 768px) {
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .md\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .md\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .md\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .md\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .md\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .md\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .md\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .md\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .md\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .md\:col-span-11 {
    grid-column: span 11/span 11;
  }
  .md\:col-span-12 {
    grid-column: span 12/span 12;
  }
  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .md\:row-span-1 {
    grid-row: span 1/span 1;
  }
  .md\:row-span-2 {
    grid-row: span 2/span 2;
  }
  .md\:row-span-3 {
    grid-row: span 3/span 3;
  }
  .md\:row-span-4 {
    grid-row: span 4/span 4;
  }
  .md\:row-span-5 {
    grid-row: span 5/span 5;
  }
  .md\:row-span-6 {
    grid-row: span 6/span 6;
  }
  .md\:place-items-start {
    place-items: start;
  }
  .md\:place-items-center {
    place-items: center;
  }
  .md\:place-items-end {
    place-items: end;
  }
  .md\:place-items-stretch {
    place-items: stretch;
  }
  .md\:place-content-start {
    place-content: start;
  }
  .md\:place-content-center {
    place-content: center;
  }
  .md\:place-content-end {
    place-content: end;
  }
  .md\:place-content-between {
    place-content: space-between;
  }
  .md\:place-content-around {
    place-content: space-around;
  }
  .md\:place-content-evenly {
    place-content: space-evenly;
  }
  .md\:place-self-start {
    place-self: start;
  }
  .md\:place-self-center {
    place-self: center;
  }
  .md\:place-self-end {
    place-self: end;
  }
  .md\:place-self-stretch {
    place-self: stretch;
  }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .lg\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .lg\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .lg\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .lg\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .lg\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .lg\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .lg\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .lg\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .lg\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .lg\:col-span-11 {
    grid-column: span 11/span 11;
  }
  .lg\:col-span-12 {
    grid-column: span 12/span 12;
  }
  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .lg\:row-span-1 {
    grid-row: span 1/span 1;
  }
  .lg\:row-span-2 {
    grid-row: span 2/span 2;
  }
  .lg\:row-span-3 {
    grid-row: span 3/span 3;
  }
  .lg\:row-span-4 {
    grid-row: span 4/span 4;
  }
  .lg\:row-span-5 {
    grid-row: span 5/span 5;
  }
  .lg\:row-span-6 {
    grid-row: span 6/span 6;
  }
  .lg\:place-items-start {
    place-items: start;
  }
  .lg\:place-items-center {
    place-items: center;
  }
  .lg\:place-items-end {
    place-items: end;
  }
  .lg\:place-items-stretch {
    place-items: stretch;
  }
  .lg\:place-content-start {
    place-content: start;
  }
  .lg\:place-content-center {
    place-content: center;
  }
  .lg\:place-content-end {
    place-content: end;
  }
  .lg\:place-content-between {
    place-content: space-between;
  }
  .lg\:place-content-around {
    place-content: space-around;
  }
  .lg\:place-content-evenly {
    place-content: space-evenly;
  }
  .lg\:place-self-start {
    place-self: start;
  }
  .lg\:place-self-center {
    place-self: center;
  }
  .lg\:place-self-end {
    place-self: end;
  }
  .lg\:place-self-stretch {
    place-self: stretch;
  }
}
@media (min-width: 1280px) {
  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .xl\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .xl\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .xl\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .xl\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .xl\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .xl\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .xl\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .xl\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .xl\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .xl\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .xl\:col-span-11 {
    grid-column: span 11/span 11;
  }
  .xl\:col-span-12 {
    grid-column: span 12/span 12;
  }
  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .xl\:row-span-1 {
    grid-row: span 1/span 1;
  }
  .xl\:row-span-2 {
    grid-row: span 2/span 2;
  }
  .xl\:row-span-3 {
    grid-row: span 3/span 3;
  }
  .xl\:row-span-4 {
    grid-row: span 4/span 4;
  }
  .xl\:row-span-5 {
    grid-row: span 5/span 5;
  }
  .xl\:row-span-6 {
    grid-row: span 6/span 6;
  }
  .xl\:place-items-start {
    place-items: start;
  }
  .xl\:place-items-center {
    place-items: center;
  }
  .xl\:place-items-end {
    place-items: end;
  }
  .xl\:place-items-stretch {
    place-items: stretch;
  }
  .xl\:place-content-start {
    place-content: start;
  }
  .xl\:place-content-center {
    place-content: center;
  }
  .xl\:place-content-end {
    place-content: end;
  }
  .xl\:place-content-between {
    place-content: space-between;
  }
  .xl\:place-content-around {
    place-content: space-around;
  }
  .xl\:place-content-evenly {
    place-content: space-evenly;
  }
  .xl\:place-self-start {
    place-self: start;
  }
  .xl\:place-self-center {
    place-self: center;
  }
  .xl\:place-self-end {
    place-self: end;
  }
  .xl\:place-self-stretch {
    place-self: stretch;
  }
}
@media (min-width: 1536px) {
  .xxl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xxl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xxl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xxl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xxl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xxl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xxl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .xxl\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .xxl\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .xxl\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .xxl\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .xxl\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .xxl\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .xxl\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .xxl\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .xxl\:col-span-9 {
    grid-column: span 9/span 9;
  }
  .xxl\:col-span-10 {
    grid-column: span 10/span 10;
  }
  .xxl\:col-span-11 {
    grid-column: span 11/span 11;
  }
  .xxl\:col-span-12 {
    grid-column: span 12/span 12;
  }
  .xxl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .xxl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .xxl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .xxl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .xxl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .xxl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .xxl\:row-span-1 {
    grid-row: span 1/span 1;
  }
  .xxl\:row-span-2 {
    grid-row: span 2/span 2;
  }
  .xxl\:row-span-3 {
    grid-row: span 3/span 3;
  }
  .xxl\:row-span-4 {
    grid-row: span 4/span 4;
  }
  .xxl\:row-span-5 {
    grid-row: span 5/span 5;
  }
  .xxl\:row-span-6 {
    grid-row: span 6/span 6;
  }
  .xxl\:place-items-start {
    place-items: start;
  }
  .xxl\:place-items-center {
    place-items: center;
  }
  .xxl\:place-items-end {
    place-items: end;
  }
  .xxl\:place-items-stretch {
    place-items: stretch;
  }
  .xxl\:place-content-start {
    place-content: start;
  }
  .xxl\:place-content-center {
    place-content: center;
  }
  .xxl\:place-content-end {
    place-content: end;
  }
  .xxl\:place-content-between {
    place-content: space-between;
  }
  .xxl\:place-content-around {
    place-content: space-around;
  }
  .xxl\:place-content-evenly {
    place-content: space-evenly;
  }
  .xxl\:place-self-start {
    place-self: start;
  }
  .xxl\:place-self-center {
    place-self: center;
  }
  .xxl\:place-self-end {
    place-self: end;
  }
  .xxl\:place-self-stretch {
    place-self: stretch;
  }
}
.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page-main {
  flex: 1 1 auto;
  margin-top: 4rem;
}
.page-main > :first-child {
  padding-top: 6.25rem;
}

.container {
  width: 100%;
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 640px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1536px) {
  .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.container-narrow {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 640px) {
  .container-narrow {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .container-narrow {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.grid-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  .grid-layout {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.grid-content {
  grid-column: 1/-1;
}

@media (min-width: 768px) {
  .grid-content {
    grid-column: 1/span 12;
  }
}
.grid-sidebar {
  grid-column: 1/-1;
}

@media (min-width: 768px) {
  .grid-sidebar {
    grid-column: 1/span 4;
  }
}
.grid-main {
  grid-column: 1/-1;
}

@media (min-width: 768px) {
  .grid-main {
    grid-column: 5/span 8;
  }
}
.stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.stack-sm {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.stack-lg {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.display-contents {
  display: contents;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.z-10 {
  z-index: 10;
}

.z-100 {
  z-index: 100;
}

.z-1000 {
  z-index: 1000;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

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

.radius-sm {
  border-radius: 0.125rem;
}

.radius-md {
  border-radius: 0.25rem;
}

.radius-lg {
  border-radius: 0.5rem;
}

.radius-xl {
  border-radius: 0.75rem;
}

.radius-full {
  border-radius: 9999px;
}

.radius-top {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.radius-bottom {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.shadow-none {
  box-shadow: none;
}

.shadow-sm {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.shadow-md {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
}

.shadow-lg {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.shadow-xl {
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.12);
}

.border-none {
  border-style: none;
}

.border-sm {
  border: 1px solid;
}

.border-md {
  border: 2px solid;
}

.border-lg {
  border: 3px solid;
}

.border-t-none {
  border-top: none;
}

.border-t-sm {
  border-top: 1px solid;
}

.border-t-md {
  border-top: 2px solid;
}

.border-t-lg {
  border-top: 3px solid;
}

.border-r-none {
  border-right: none;
}

.border-r-sm {
  border-right: 1px solid;
}

.border-r-md {
  border-right: 2px solid;
}

.border-r-lg {
  border-right: 3px solid;
}

.border-b-none {
  border-bottom: none;
}

.border-b-sm {
  border-bottom: 1px solid;
}

.border-b-md {
  border-bottom: 2px solid;
}

.border-b-lg {
  border-bottom: 3px solid;
}

.border-l-none {
  border-left: none;
}

.border-l-sm {
  border-left: 1px solid;
}

.border-l-md {
  border-left: 2px solid;
}

.border-l-lg {
  border-left: 3px solid;
}

.opacity-none {
  opacity: 0;
}

.opacity-full {
  opacity: 1;
}

.opacity-gray {
  opacity: 0.3;
}

.pointer-null {
  pointer-events: none;
}

.pointer-all {
  pointer-events: all;
}

@media (max-width: 640px) {
  .max-sm\:bg-img-hide {
    background-image: none !important;
  }
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-fit {
  height: fit-content;
}

.h-min {
  height: min-content;
}

.h-max {
  height: max-content;
}

.min-h-0 {
  min-height: 0;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-fit {
  width: fit-content;
}

.w-min {
  width: min-content;
}

.w-max {
  width: max-content;
}

.min-w-0 {
  min-width: 0;
}

.min-w-full {
  min-width: 100%;
}

.max-w-full {
  max-width: 100%;
}

.max-w-screen {
  max-width: 100vw;
}

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.max-w-sm {
  max-width: 640px;
}

.max-w-md {
  max-width: 768px;
}

.max-w-lg {
  max-width: 1024px;
}

.max-w-xl {
  max-width: 1280px;
}

.max-w-2xl {
  max-width: 1536px;
}

.w-1\/10 {
  width: 10%;
}

.w-2\/10 {
  width: 20%;
}

.w-3\/10 {
  width: 30%;
}

.w-4\/10 {
  width: 40%;
}

.w-5\/10 {
  width: 50%;
}

.w-6\/10 {
  width: 60%;
}

.w-7\/10 {
  width: 70%;
}

.w-8\/10 {
  width: 80%;
}

.w-9\/10 {
  width: 90%;
}

@media (min-width: 640px) {
  .sm\:h-auto {
    height: auto;
  }
  .sm\:h-full {
    height: 100%;
  }
  .sm\:h-screen {
    height: 100vh;
  }
  .sm\:h-fit {
    height: fit-content;
  }
  .sm\:h-min {
    height: min-content;
  }
  .sm\:h-max {
    height: max-content;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:w-1\/10 {
    width: 10%;
  }
  .sm\:w-2\/10 {
    width: 20%;
  }
  .sm\:w-3\/10 {
    width: 30%;
  }
  .sm\:w-4\/10 {
    width: 40%;
  }
  .sm\:w-5\/10 {
    width: 50%;
  }
  .sm\:w-6\/10 {
    width: 60%;
  }
  .sm\:w-7\/10 {
    width: 70%;
  }
  .sm\:w-8\/10 {
    width: 80%;
  }
  .sm\:w-9\/10 {
    width: 90%;
  }
  .sm\:w-screen {
    width: 100vw;
  }
  .sm\:w-fit {
    width: fit-content;
  }
  .sm\:w-min {
    width: min-content;
  }
  .sm\:w-max {
    width: max-content;
  }
}
@media (min-width: 768px) {
  .md\:h-auto {
    height: auto;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:h-screen {
    height: 100vh;
  }
  .md\:h-fit {
    height: fit-content;
  }
  .md\:h-min {
    height: min-content;
  }
  .md\:h-max {
    height: max-content;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:w-1\/10 {
    width: 10%;
  }
  .md\:w-2\/10 {
    width: 20%;
  }
  .md\:w-3\/10 {
    width: 30%;
  }
  .md\:w-4\/10 {
    width: 40%;
  }
  .md\:w-5\/10 {
    width: 50%;
  }
  .md\:w-6\/10 {
    width: 60%;
  }
  .md\:w-7\/10 {
    width: 70%;
  }
  .md\:w-8\/10 {
    width: 80%;
  }
  .md\:w-9\/10 {
    width: 90%;
  }
  .md\:w-screen {
    width: 100vw;
  }
  .md\:w-fit {
    width: fit-content;
  }
  .md\:w-min {
    width: min-content;
  }
  .md\:w-max {
    width: max-content;
  }
}
@media (min-width: 1024px) {
  .lg\:h-auto {
    height: auto;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:h-screen {
    height: 100vh;
  }
  .lg\:h-fit {
    height: fit-content;
  }
  .lg\:h-min {
    height: min-content;
  }
  .lg\:h-max {
    height: max-content;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:w-1\/10 {
    width: 10%;
  }
  .lg\:w-2\/10 {
    width: 20%;
  }
  .lg\:w-3\/10 {
    width: 30%;
  }
  .lg\:w-4\/10 {
    width: 40%;
  }
  .lg\:w-5\/10 {
    width: 50%;
  }
  .lg\:w-6\/10 {
    width: 60%;
  }
  .lg\:w-7\/10 {
    width: 70%;
  }
  .lg\:w-8\/10 {
    width: 80%;
  }
  .lg\:w-9\/10 {
    width: 90%;
  }
  .lg\:w-screen {
    width: 100vw;
  }
  .lg\:w-fit {
    width: fit-content;
  }
  .lg\:w-min {
    width: min-content;
  }
  .lg\:w-max {
    width: max-content;
  }
}
@media (min-width: 1280px) {
  .xl\:h-auto {
    height: auto;
  }
  .xl\:h-full {
    height: 100%;
  }
  .xl\:h-screen {
    height: 100vh;
  }
  .xl\:h-fit {
    height: fit-content;
  }
  .xl\:h-min {
    height: min-content;
  }
  .xl\:h-max {
    height: max-content;
  }
  .xl\:w-auto {
    width: auto;
  }
  .xl\:w-full {
    width: 100%;
  }
  .xl\:w-1\/10 {
    width: 10%;
  }
  .xl\:w-2\/10 {
    width: 20%;
  }
  .xl\:w-3\/10 {
    width: 30%;
  }
  .xl\:w-4\/10 {
    width: 40%;
  }
  .xl\:w-5\/10 {
    width: 50%;
  }
  .xl\:w-6\/10 {
    width: 60%;
  }
  .xl\:w-7\/10 {
    width: 70%;
  }
  .xl\:w-8\/10 {
    width: 80%;
  }
  .xl\:w-9\/10 {
    width: 90%;
  }
  .xl\:w-screen {
    width: 100vw;
  }
  .xl\:w-fit {
    width: fit-content;
  }
  .xl\:w-min {
    width: min-content;
  }
  .xl\:w-max {
    width: max-content;
  }
}
@media (min-width: 1536px) {
  .xxl\:h-auto {
    height: auto;
  }
  .xxl\:h-full {
    height: 100%;
  }
  .xxl\:h-screen {
    height: 100vh;
  }
  .xxl\:h-fit {
    height: fit-content;
  }
  .xxl\:h-min {
    height: min-content;
  }
  .xxl\:h-max {
    height: max-content;
  }
  .xxl\:w-auto {
    width: auto;
  }
  .xxl\:w-full {
    width: 100%;
  }
  .xxl\:w-1\/10 {
    width: 10%;
  }
  .xxl\:w-2\/10 {
    width: 20%;
  }
  .xxl\:w-3\/10 {
    width: 30%;
  }
  .xxl\:w-4\/10 {
    width: 40%;
  }
  .xxl\:w-5\/10 {
    width: 50%;
  }
  .xxl\:w-6\/10 {
    width: 60%;
  }
  .xxl\:w-7\/10 {
    width: 70%;
  }
  .xxl\:w-8\/10 {
    width: 80%;
  }
  .xxl\:w-9\/10 {
    width: 90%;
  }
  .xxl\:w-screen {
    width: 100vw;
  }
  .xxl\:w-fit {
    width: fit-content;
  }
  .xxl\:w-min {
    width: min-content;
  }
  .xxl\:w-max {
    width: max-content;
  }
}
.w-xxs {
  width: 0.75rem;
}

.w-xs {
  width: 1rem;
}

.w-sm {
  width: 1.25rem;
}

.w-md {
  width: 1.5rem;
}

.w-lg {
  width: 2rem;
}

.w-xl {
  width: 3rem;
}

.w-2xl {
  width: 4rem;
}

.w-3xl {
  width: 6rem;
}

.h-xxs {
  height: 0.75rem;
}

.h-xs {
  height: 1rem;
}

.h-sm {
  height: 1.25rem;
}

.h-md {
  height: 1.5rem;
}

.h-lg {
  height: 2rem;
}

.h-xl {
  height: 3rem;
}

.h-2xl {
  height: 4rem;
}

.h-3xl {
  height: 6rem;
}

.square-xxs {
  width: 0.75rem;
  height: 0.75rem;
}

.square-xs {
  width: 1rem;
  height: 1rem;
}

.square-sm {
  width: 1.25rem;
  height: 1.25rem;
}

.square-md {
  width: 1.5rem;
  height: 1.5rem;
}

.square-lg {
  width: 2rem;
  height: 2rem;
}

.square-xl {
  width: 3rem;
  height: 3rem;
}

.square-2xl {
  width: 4rem;
  height: 4rem;
}

.square-3xl {
  width: 6rem;
  height: 6rem;
}

:root {
  --color-primary: #504494;
  --color-primary-light: #a69ed3;
  --color-primary-dark: #342c60;
  --color-primary-extralight: #f7f6fb;
}

.theme-black {
  --color-primary: #333333;
  --color-primary-light: #595959;
  --color-primary-dark: #0d0d0d;
  --color-primary-extralight: #cccccc;
}

.theme-green {
  --color-primary: #449577;
  --color-primary-light: #6abb9d;
  --color-primary-dark: #2c604d;
  --color-primary-extralight: #e5f3ee;
}

.theme-navy {
  --color-primary: #1C3476;
  --color-primary-light: #5477d7;
  --color-primary-dark: #0d1938;
  --color-primary-extralight: #e5eaf9;
}

.theme-orange {
  --color-primary: #CF6532;
  --color-primary-light: #de9470;
  --color-primary-dark: #924722;
  --color-primary-extralight: #fbf1ec;
}

.theme-rose {
  --color-primary: #AD6E8B;
  --color-primary-light: #c99fb2;
  --color-primary-dark: #844b65;
  --color-primary-extralight: #f7f0f3;
}

.theme-sky {
  --color-primary: #46728D;
  --color-primary-light: #6a99b5;
  --color-primary-dark: #2d495a;
  --color-primary-extralight: #e2ebf0;
}

.theme-violet {
  --color-primary: #504494;
  --color-primary-light: #a69ed3;
  --color-primary-dark: #342c60;
  --color-primary-extralight: #f7f6fb;
}

.theme-yellow {
  --color-primary: #E4B939;
  --color-primary-light: #edd17c;
  --color-primary-dark: #b79019;
  --color-primary-extralight: #fcf8ed;
}

.tx-theme {
  color: var(--color-primary) !important;
}

.tx-theme-light {
  color: var(--color-primary-light) !important;
}

.tx-theme-dark {
  color: var(--color-primary-dark) !important;
}

.bg-theme {
  background-color: var(--color-primary) !important;
}

.bg-theme-light {
  background-color: var(--color-primary-light) !important;
}

.bg-theme-extralight {
  background-color: var(--color-primary-extralight) !important;
}

.bg-theme-dark {
  background-color: var(--color-primary-dark) !important;
}

.border-theme {
  border-color: var(--color-primary) !important;
}

.border-theme-light {
  border-color: var(--color-primary-light) !important;
}

.border-theme-dark {
  border-color: var(--color-primary-dark) !important;
}

.nav-logo svg {
  fill: var(--color-primary) !important;
}

#ensa-logo path {
  fill: var(--color-primary) !important;
}

.btn-theme {
  background: #FFF;
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn-theme:hover {
  background: var(--color-primary-extralight);
}
.btn-theme.filled {
  background: var(--color-primary);
  color: #FFF;
  border-color: var(--color-primary);
}
.btn-theme.filled:hover {
  background: var(--color-primary-light);
}

a {
  color: var(--color-primary);
}

.rotate-180 {
  transform: rotate(180deg);
}

.duration-75 {
  transition-duration: 75ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.px-0-override {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.-mt-200 {
  margin-top: -200px;
}

button {
  padding: 0.25rem 0.5rem;
  width: fit-content;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  border-radius: 8px;
  background-clip: padding-box;
  background: #FFF;
  color: #333333;
  border-color: #333333;
  border-style: solid;
  border-width: 2px;
  line-height: 1;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
button:hover {
  background: #cccccc;
}
@media (min-width: 1024px) {
  button {
    padding: 0.5rem 0.75rem;
  }
}
button.filled {
  background: #333333;
  color: #FFF;
  border-color: #333333;
}
button.filled:hover {
  background: #595959;
}
button:focus, button:active, button:hover {
  background-image: none;
  box-shadow: none;
}
button:focus, button:active {
  background-color: inherit;
}
button::before, button::after {
  display: none;
  content: none;
}

.btn-green {
  background: #FFF;
  color: #449577;
  border-color: #449577;
}
.btn-green:hover {
  background: #e5f3ee;
}
.btn-green.filled {
  background: #449577;
  color: #FFF;
  border-color: #449577;
}
.btn-green.filled:hover {
  background: #6abb9d;
}

.btn-navy {
  background: #FFF;
  color: #1C3476;
  border-color: #1C3476;
}
.btn-navy:hover {
  background: #e5eaf9;
}
.btn-navy.filled {
  background: #1C3476;
  color: #FFF;
  border-color: #1C3476;
}
.btn-navy.filled:hover {
  background: #5477d7;
}

.btn-orange {
  background: #FFF;
  color: #CF6532;
  border-color: #CF6532;
}
.btn-orange:hover {
  background: #fbf1ec;
}
.btn-orange.filled {
  background: #CF6532;
  color: #FFF;
  border-color: #CF6532;
}
.btn-orange.filled:hover {
  background: #de9470;
}

.btn-rose {
  background: #FFF;
  color: #AD6E8B;
  border-color: #AD6E8B;
}
.btn-rose:hover {
  background: #f7f0f3;
}
.btn-rose.filled {
  background: #AD6E8B;
  color: #FFF;
  border-color: #AD6E8B;
}
.btn-rose.filled:hover {
  background: #c99fb2;
}

.btn-sky {
  background: #FFF;
  color: #46728D;
  border-color: #46728D;
}
.btn-sky:hover {
  background: #e2ebf0;
}
.btn-sky.filled {
  background: #46728D;
  color: #FFF;
  border-color: #46728D;
}
.btn-sky.filled:hover {
  background: #6a99b5;
}

.btn-violet {
  background: #FFF;
  color: #504494;
  border-color: #504494;
}
.btn-violet:hover {
  background: #f7f6fb;
}
.btn-violet.filled {
  background: #504494;
  color: #FFF;
  border-color: #504494;
}
.btn-violet.filled:hover {
  background: #a69ed3;
}

.btn-yellow {
  background: #FFF;
  color: #E4B939;
  border-color: #E4B939;
}
.btn-yellow:hover {
  background: #fcf8ed;
}
.btn-yellow.filled {
  background: #E4B939;
  color: #FFF;
  border-color: #E4B939;
}
.btn-yellow.filled:hover {
  background: #edd17c;
}

nav {
  box-shadow: none;
  line-height: inherit;
}

.nav-logo {
  display: flex;
}
.nav-logo svg {
  height: 3rem !important;
}

.nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.nav-item:hover > .nav-flyout {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 120ms ease, transform 120ms ease;
}

.nav-flyout {
  position: absolute;
  top: 100%;
  left: 0;
  width: fit-content;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 120ms ease, transform 120ms ease, visibility 0s linear 120ms;
}

.form {
  width: 100%;
}

.form-field {
  min-width: 0;
}

.form-label {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #333333;
}

.form-hint {
  display: block;
  margin-top: 0.25rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgba(51, 51, 51, 0.4);
}

.form-error {
  display: block;
  margin-top: 0.25rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: oklch(57.7% 0.245 27.325);
}

.form-control {
  width: 100%;
  margin-top: 0.375rem;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #333333;
  background-color: #FFF;
  border: 1px solid #cccccc;
  border-radius: 0.5rem;
  padding: 0.625rem 0.75rem;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  background-image: none;
  transition: border-color 120ms ease, box-shadow 120ms ease;
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
}

.form-control::placeholder {
  color: rgba(51, 51, 51, 0.4);
}

.form-control:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px var(--color-primary-extralight);
}

.form-control:disabled {
  background-color: #f8f8f8;
  cursor: not-allowed;
  opacity: 0.9;
}

textarea.form-control {
  min-height: 7.5rem;
  resize: vertical;
}

select.form-control {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 0.9rem 0.9rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M6 8l4 4 4-4' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.form-field.has-error .form-control {
  border-color: oklch(57.7% 0.245 27.325);
}

.form-field.has-error .form-control:focus {
  border-color: oklch(57.7% 0.245 27.325);
  box-shadow: 0 0 0 3px oklch(88.5% 0.062 18.334);
}

.form-check {
  width: 1.125rem;
  height: 1.125rem;
  flex: 0 0 auto;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #FFF;
  border: 1px solid #cccccc;
  border-radius: 4px;
  display: inline-grid;
  place-content: center;
  transition: border-color 120ms ease, box-shadow 120ms ease, background-color 120ms ease;
}

.form-check[type=radio] {
  border-radius: 9999px;
}

.form-check:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px var(--color-primary-extralight);
}

.form-check:checked {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.form-check[type=checkbox]:checked::after {
  content: "";
  width: 0.4rem;
  height: 0.65rem;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(45deg) translateX(-0.05rem);
}

.form-check[type=radio]:checked::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background-color: #FFF;
}

.form-check:disabled {
  background-color: #f8f8f8;
  cursor: not-allowed;
  opacity: 0.9;
}

.form-field label {
  cursor: pointer;
}

.form-check + span {
  cursor: pointer;
}

input[type=date].form-control {
  position: relative;
}

/* Remove native focus glow */
input[type=date].form-control:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px var(--color-primary-extralight);
}

/* Remove internal blue highlight in date inputs */
input[type=date].form-control::-webkit-datetime-edit,
input[type=date].form-control::-webkit-datetime-edit-text,
input[type=date].form-control::-webkit-datetime-edit-month-field,
input[type=date].form-control::-webkit-datetime-edit-day-field,
input[type=date].form-control::-webkit-datetime-edit-year-field {
  background-color: transparent !important;
  color: #333333;
}

/* Calendar icon color */
input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(0.25);
  opacity: 0.6;
}

input[type=date]:focus::-webkit-calendar-picker-indicator {
  opacity: 1;
}

/* Override selection color inside date input */
input[type=date].form-control::selection {
  background: var(--color-primary-extralight);
  color: #333333;
}

/* Safari / Chrome: suppress UA glow */
input[type=date].form-control {
  -webkit-appearance: none;
}

.form-field.has-error .form-check {
  border-color: oklch(57.7% 0.245 27.325);
}

.form-field.has-error .form-check:focus {
  border-color: oklch(57.7% 0.245 27.325);
  box-shadow: 0 0 0 3px oklch(88.5% 0.062 18.334);
}

.file-field {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 2rem;
  border: 2px #cccccc dashed;
  border-radius: 0.5rem;
  margin-top: 0.375rem;
}
.file-field.active {
  background-color: rgba(0, 0, 0, 0.1);
}

.package-radio:checked + .package-card-grey {
  background-color: #c5c5c5;
}

.package-radio:checked + .package-card-violet {
  background-color: #a69ed3;
}

.package-radio:checked + .package-card-yellow {
  background-color: #edd17c;
}

.package-radio:checked + .package-card-rose {
  background-color: #c99fb2;
}

.package-radio:checked + .package-card-orange {
  background-color: #de9470;
}

.package-radio:checked + .package-card-green {
  background-color: #6abb9d;
}

.package-radio:checked + .package-card-sky {
  background-color: #6a99b5;
}

.package-radio:checked + .package-card-navy {
  background-color: #5477d7;
}

input, textarea {
  color: #333333;
}

.accordion-container .collapsible-header {
  padding-inline: 10%;
}
.accordion-container .collapsible-body {
  padding-inline: 10%;
  padding-bottom: 0;
  padding-top: 0;
}
.accordion-container.faq-container .collapsible {
  border-top: 1px solid;
}
.accordion-container.faq-container .collapsible-header, .accordion-container.faq-container .collapsible-body {
  border-bottom: 1px solid;
}
.accordion-container.faq-container .active .collapsible-header {
  border-bottom: none;
}

.more-faqs {
  padding-inline: 10%;
}

#faqSlider .indicators {
  bottom: 10%;
  z-index: 100;
}

.h-slider {
  height: 500px;
}

.bg-slider {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
}

.bg-transparent {
  background-color: transparent !important;
}

.slider .indicators .indicator-item {
  height: 12px;
  width: 12px;
  z-index: 100;
}
.slider .indicators .indicator-item.active {
  background-color: black;
}

.testimonial-img {
  width: 96px !important;
  height: 96px !important;
}

.max-size-img {
  max-height: 400px;
  max-width: 400px;
}

.transform-middle {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.h-header {
  height: 88vh !important;
}
@media (min-width: 1024px) {
  .h-header {
    height: 35rem !important;
  }
}

.bg-header {
  height: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
}
.bg-header.left-align {
  background-position: top left;
}
@media (max-width: 640px) {
  .bg-header.left-align .offset {
    margin-left: 25%;
  }
}

.header-logo {
  max-width: 50%;
}

.member-img-container {
  width: 240px;
  height: 240px;
}
@media (min-width: 1536px) {
  .member-img-container {
    width: 360px;
    height: 360px;
  }
}

.gray-img {
  filter: grayscale(100) brightness(1.2) contrast(1.05);
}

.member-img {
  width: 160px;
  height: 160px;
}

.member-hover-img:hover {
  opacity: 1;
}

/* Materialize-like tooltip */
.mz-tooltip {
  position: fixed; /* fixed so it doesn't get clipped by overflow parents */
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 120ms ease, transform 120ms ease;
  will-change: transform, opacity;
}

.mz-tooltip.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.mz-tooltip__inner {
  max-width: 320px;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.4;
  color: #fff;
  background: #333333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Optional arrow (Materialize tooltips typically don't show a strong arrow;
   keep subtle or remove if you want closer parity) */
.mz-tooltip__arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
}

/* Arrow positions */
.mz-tooltip[data-placement=top] .mz-tooltip__arrow {
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  border-top-color: #333333;
}

.mz-tooltip[data-placement=bottom] .mz-tooltip__arrow {
  left: 50%;
  top: -12px;
  transform: translateX(-50%);
  border-bottom-color: #333333;
}

.mz-tooltip[data-placement=left] .mz-tooltip__arrow {
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  border-left-color: #333333;
}

.mz-tooltip[data-placement=right] .mz-tooltip__arrow {
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  border-right-color: #333333;
}

.completed .apply-completed-opacity {
  opacity: 0.4;
}

.navbar-fixed {
  height: 96px;
}
.navbar-fixed nav {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 96px;
  line-height: 96px;
  -webkit-transition: height 0.5s, line-height 0.5s;
  transition: height 0.5s, line-height 0.5s;
}
.navbar-fixed nav .nav-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.navbar-fixed nav .nav-wrapper .brand-logo {
  height: 100%;
  padding: 8px;
  position: relative;
  flex-shrink: 0;
}
.navbar-fixed nav .nav-wrapper .brand-logo svg, .navbar-fixed nav .nav-wrapper .brand-logo g, .navbar-fixed nav .nav-wrapper .brand-logo path {
  fill: #504494;
  max-height: 100%;
}
.navbar-fixed nav .nav-wrapper .nav-mobile-toggle, .navbar-fixed nav .nav-wrapper .nav-mobile-toggle i {
  padding: 0 16px;
  height: 96px;
  line-height: 96px;
  color: #504494;
  font-size: 3rem;
}
.navbar-fixed nav .nav-wrapper ul li {
  min-width: 160px;
  text-align: center;
}
.navbar-fixed nav .nav-wrapper ul li a {
  font-weight: bold;
  color: #333333;
  padding: 0 20px;
  line-height: 20px;
  height: 96px;
  -webkit-transition: height 0.5s, line-height 0.5s;
  transition: height 0.5s, line-height 0.5s;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.navbar-fixed nav .nav-wrapper ul li a:focus, .navbar-fixed nav .nav-wrapper ul li a:active {
  outline: none;
  -moz-outline-style: none;
}
.navbar-fixed nav .nav-wrapper ul li.selected a, .navbar-fixed nav .nav-wrapper ul li.ancestor a {
  color: #504494;
}
.navbar-fixed nav .nav-wrapper ul li .dropdown-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar-fixed nav .nav-wrapper ul li .dropdown-content li {
  padding: 0;
  line-height: 50px;
}
.navbar-fixed nav .nav-wrapper ul li .dropdown-content li:hover {
  background-color: transparent;
}
.navbar-fixed nav .nav-wrapper ul li .dropdown-content li a {
  padding: 0;
  line-height: 50px;
}
.navbar-fixed nav .nav-wrapper ul#nav-desktop {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: nowrap;
  padding-right: 20px;
  overflow: hidden;
}
.navbar-fixed nav .nav-wrapper ul#nav-desktop li {
  max-width: 160px;
  min-width: 0;
}
@media only screen and (min-width: 1536px) {
  .navbar-fixed nav .nav-wrapper ul#nav-desktop li {
    max-width: 200px;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar-fixed nav .nav-wrapper ul#nav-desktop li a {
    font-size: 0.7rem !important;
  }
}
.navbar-fixed nav .nav-wrapper ul#nav-mobile {
  position: fixed;
  width: 100%;
  top: 96px;
  background-color: #504494;
  height: calc(100% - 96px);
  overflow: auto;
}
.navbar-fixed nav .nav-wrapper ul#nav-mobile li {
  float: none;
  line-height: 48px;
}
.navbar-fixed nav .nav-wrapper ul#nav-mobile li a {
  font-size: 1.75rem;
  color: #FFF;
  padding: 0 32px;
}
.navbar-fixed nav .nav-wrapper ul#nav-mobile li.descendant {
  line-height: 32px;
}
.navbar-fixed nav .nav-wrapper ul#nav-mobile li.descendant a {
  font-size: 1rem;
}
.navbar-fixed.navbar-scrolled {
  height: 64px;
}
.navbar-fixed.navbar-scrolled nav {
  height: 64px;
  line-height: 64px;
}
.navbar-fixed.navbar-scrolled nav .nav-wrapper ul li a {
  height: 64px;
}
.navbar-fixed.navbar-scrolled .nav-mobile-toggle, .navbar-fixed.navbar-scrolled .nav-mobile-toggle i {
  height: 64px;
  line-height: 64px;
}
.navbar-fixed.navbar-scrolled ul#nav-mobile {
  top: 64px;
}

@media only screen and (min-width: 1024px) and (max-width: 1536px) {
  ul#nav-desktop li {
    min-width: 130px;
  }
  ul#nav-desktop li a {
    font-size: 0.85rem;
  }
}
@media only screen and (max-width: 1024px) {
  .navbar-fixed {
    height: 56px;
  }
  .navbar-fixed nav {
    height: 56px;
    line-height: 56px;
  }
  .navbar-fixed nav .nav-wrapper .brand-logo {
    left: 0;
    transform: none;
    -webkit-transform: none;
  }
  .navbar-fixed nav .nav-wrapper .nav-mobile-toggle, .navbar-fixed nav .nav-wrapper .nav-mobile-toggle i {
    height: 56px;
    line-height: 56px;
    font-size: 1.5rem;
  }
  .navbar-fixed nav .nav-wrapper ul#nav-mobile {
    top: 56px;
    height: calc(100% - 56px);
    border: none;
  }
  .navbar-fixed nav .nav-wrapper ul#nav-mobile li {
    float: none;
    line-height: 48px;
    text-align: left;
  }
  .navbar-fixed nav .nav-wrapper ul#nav-mobile li .nav-item:hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
  }
  .navbar-fixed nav .nav-wrapper ul#nav-mobile li .nav-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-fixed nav .nav-wrapper ul#nav-mobile li .nav-item a {
    width: 75%;
    line-height: 56px;
    font-size: 1.1rem;
    color: #FFF;
    padding: 0 32px;
    display: flex;
    justify-content: flex-start !important;
  }
  .navbar-fixed nav .nav-wrapper ul#nav-mobile li .nav-item a span {
    align-self: center;
    font-weight: 600;
  }
  .navbar-fixed nav .nav-wrapper ul#nav-mobile li .nav-item .sub-nav-link {
    width: 100%;
  }
  .navbar-fixed nav .nav-wrapper ul#nav-mobile li .nav-item .sub-nav-link span {
    font-weight: 100;
  }
  .navbar-fixed nav .nav-wrapper ul#nav-mobile li .nav-item .collapsible-icon i {
    transition: 0.5s;
  }
  .navbar-fixed nav .nav-wrapper ul#nav-mobile li .nav-item .collapsible-icon i.rotate {
    transform: rotate(180deg);
  }
  .navbar-fixed nav .nav-wrapper ul#nav-mobile li a:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  .navbar-fixed nav .nav-wrapper ul#nav-mobile li .collapsible-header {
    background-color: #504494 !important;
    padding: 0;
  }
  .navbar-fixed nav .nav-wrapper ul#nav-mobile li .collapsible-header .sub-nav-mobile li {
    padding-left: 16px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .navbar-fixed nav .nav-wrapper ul#nav-mobile li .collapsible-header .sub-nav-mobile li a {
    font-size: 0.8rem;
  }
  .navbar-fixed nav .nav-wrapper ul#nav-mobile li .collapsible-body {
    padding: 0;
  }
  .navbar-fixed.navbar-scrolled {
    height: 56px;
  }
  .navbar-fixed.navbar-scrolled nav {
    height: 56px;
    line-height: 56px;
  }
  .navbar-fixed.navbar-scrolled nav ul li a {
    line-height: 56px;
  }
  .navbar-fixed.navbar-scrolled .nav-mobile-toggle, .navbar-fixed.navbar-scrolled .nav-mobile-toggle i {
    height: 56px;
    line-height: 56px;
  }
  .navbar-fixed.navbar-scrolled ul#nav-mobile {
    top: 56px;
  }
}
footer.page-footer {
  padding-top: 80px;
  background-color: #EBEBEB;
  color: black;
}
footer.page-footer img {
  width: 100%;
  max-width: 220px;
}
footer.page-footer svg {
  width: 100%;
  max-width: 220px;
}
footer.page-footer .minor-footer-logos {
  width: 80%;
  max-width: 100px;
}
footer.page-footer .minor-footer-logos#mhfa-logo-image {
  max-width: 180px;
}
footer.page-footer .footer-title {
  font-size: 0.9rem;
}
footer.page-footer .footer-link {
  margin-right: 16px;
}
footer.page-footer .footer-language {
  margin-left: 16px;
}
footer.page-footer .footer-link a {
  text-decoration: none;
}
footer.page-footer .media-icon {
  width: 30px;
}
footer.page-footer .media-icon-link {
  margin-right: 5px;
}
footer.page-footer .media-icon-container {
  margin-bottom: 20px;
  display: flex;
}

#logo-bs {
  max-width: 300px;
  width: 150%;
}

#logo-pms {
  width: 120%;
  padding-top: 20px;
}

.footer-two-logos {
  display: block;
}

.footer-container-wrapper {
  margin-left: 20%;
}

.footer-container {
  display: flex;
  justify-content: center;
}

.footer-inner-container {
  display: flex;
  align-items: center;
}

.footer-margin {
  margin-right: 40px;
}

.fixed-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  z-index: 999;
}

@media only screen and (min-width: 1024px) {
  .footer-two-logos {
    display: flex;
    align-items: center;
  }
  .media-icon-container {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-margin {
    margin-right: 16px;
  }
  #logo-bs {
    width: 100%;
  }
}
button.outlined {
  padding: 0 32px;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
button.outlined.outline-green {
  border: 2px #449577 solid !important;
  color: #449577 !important;
}
button.outlined.outline-sky {
  border: 2px #46728D solid !important;
  color: #46728D !important;
}
button.outlined.outline-rose {
  border: 2px #AD6E8B solid !important;
  color: #AD6E8B !important;
}
button.outlined.outline-violet {
  border: 2px #504494 solid !important;
  color: #504494 !important;
}
button.outlined.outline-navy {
  border: 2px #1C3476 solid !important;
  color: #1C3476 !important;
}
button.outlined.outline-yellow {
  border: 2px #E4B939 solid !important;
  color: #E4B939 !important;
}
button.outlined.outline-orange {
  border: 2px #CF6532 solid !important;
  color: #CF6532 !important;
}

.fixed-footer button.outlined {
  border: 2px #FFF solid;
  color: #FFF;
}

.testimonials.slider {
  margin-top: 20px;
  z-index: 0;
}
.testimonials.slider .slides {
  background-color: transparent;
}
.testimonials.slider .slides li {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.testimonials.slider .slides li .FR {
  color: #AD6E8B;
}
.testimonials.slider .slides li .FP {
  color: #504494;
}
.testimonials.slider .slides li .IN {
  color: #E4B939;
}
.testimonials.slider .slides li .CO {
  color: #46728D;
}
.testimonials.slider .slides li h2 {
  text-align: center;
  width: 100%;
}
.testimonials.slider .slides li .image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonials.slider .slides li .image-container img {
  width: 96px;
  height: 96px;
  -webkit-background-size: 96px;
  background-size: 96px;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin-bottom: 20px;
}
.testimonials.slider .indicators .indicator-item {
  background-color: rgba(0, 0, 0, 0.5);
  height: 12px;
  width: 12px;
  margin: 0 8px;
}
.testimonials.slider .indicators .indicator-item.active {
  background-color: #333333;
}

.wrapper {
  position: relative;
}
.wrapper .row.flex {
  display: flex;
}
.wrapper.full-width {
  width: 100%;
  max-width: 100%;
}
.wrapper.full-width.indented {
  padding: 0 10%;
}
.wrapper.overlapping {
  margin-top: -200px;
}

@media only screen and (max-width: 1024px) {
  .wrapper .row.flex {
    display: block;
  }
  .wrapper .row.flex .box {
    margin-left: 0;
  }
}
.row .col.box {
  color: #FFF;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.row .col.box.no-spacing {
  margin-left: 0;
}
.row .col.box:first-child {
  margin-left: 0;
}
.row .col.box .box-content {
  overflow: hidden;
  text-overflow: ellipsis;
}
.row .col.box .box-content .box-text-primary {
  font-size: 1.5rem;
  color: #FFF;
}
.row .col.box .box-content .box-text-secondary {
  font-size: 1.25rem;
}
.row .col.box .box-link {
  margin-top: 50px;
  color: #FFF;
}
.row .col.box .box-link a {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: none;
}

.row .col.box.box-left-margin-True:not(:first-child) {
  margin-left: 30px;
}

.box-left-margin-False {
  margin-left: 0;
}

@media only screen and (max-width: 1536px) {
  .row .col.box {
    padding: 25px;
  }
  .row .col.box .box-content .box-text-primary {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  .row .col.box {
    margin-left: 0;
  }
  .row .col.box.box-left-margin-True:not(:first-child) {
    margin-left: 0;
  }
  .row .col.box .box-content .box-text-secondary, .row .col.box .box-link a {
    font-size: 1rem;
  }
}
.info-box-accordion .collapsible {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0;
  height: 100%;
}
.info-box-accordion .collapsible li {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.info-box-accordion .collapsible .rotate {
  transform: rotate(180deg);
}
.info-box-accordion .collapsible .collapsible-header {
  border: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-box-accordion .collapsible .collapsible-body {
  padding: 0;
  border: none;
  flex-grow: 1;
}
.info-box-accordion .collapsible .collapsible-body .collapsible-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.header {
  position: relative;
  color: #FFF;
  height: 720px;
}
@media only screen and (max-width: 1024px) {
  .header {
    height: 88vh;
  }
}
.header .header-background {
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-position: top right;
}
@media only screen and (max-width: 1024px) {
  .header .header-background {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .header .header-background {
    padding-bottom: 50px;
  }
}
.header .header-background.left-align {
  background-position: top left;
}
.header .header-background img {
  height: 100%;
}
.header .header-background .header-text-container {
  margin-top: 5%;
}
.header .header-background .header-text-container h1 {
  text-align: left;
  color: white;
}
.header .header-background .header-text-container p {
  text-align: left;
}
.header .header-content {
  position: absolute;
  top: 96px;
  padding-top: 64px;
  width: 100%;
}
.header .header-content h1 {
  color: #FFF;
}

@media only screen and (max-width: 1024px) {
  .header .header-content {
    top: 56px;
  }
}
.image-text {
  height: 600px;
  padding: 50px 10%;
}
.image-text img {
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
.image-text .image-text-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.image-text .image-text-content-wrapper h2, .image-text .image-text-content-wrapper p, .image-text .image-text-content-wrapper a {
  color: #FFF;
}
.image-text .image-text-content-wrapper a {
  font-size: 1.25rem;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .image-text {
    height: auto;
  }
}
.accordion {
  background-color: #FFF !important;
}
.accordion .collapsible {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.accordion .collapsible .collapsible-header, .accordion .collapsible .collapsible-body {
  border-bottom: none;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}
.accordion .collapsible .collapsible-header h3, .accordion .collapsible .collapsible-body h3 {
  margin-right: 40px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.accordion .collapsible .active .collapsible-header {
  border-bottom: none;
}
.accordion .collapsible .collapsible-header .collapsible-indicator {
  position: absolute;
  height: 100%;
  top: 0;
  right: 10%;
}
.accordion .collapsible .collapsible-header .collapsible-indicator i {
  margin-right: 0;
  font-size: 2rem;
  line-height: 1.5;
  transition: 0.5s;
}
.accordion .collapsible .collapsible-header .collapsible-indicator i.rotate {
  transform: rotate(180deg);
}
.accordion .collapsible .collapsible-body {
  background-color: #FFF;
  padding-top: 0;
  padding-bottom: 0;
}
.accordion .collapsible .collapsible-header {
  padding-bottom: 0;
}

.faq-accordion {
  background-color: #FFF !important;
}
.faq-accordion .collapsible {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-left: none;
  border-right: none;
  border-top: 2px #333333 solid;
}
.faq-accordion .collapsible .collapsible-header, .faq-accordion .collapsible .collapsible-body {
  border-bottom: 2px #333333 solid;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}
.faq-accordion .collapsible .collapsible-header h2, .faq-accordion .collapsible .collapsible-body h2 {
  margin-right: 40px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.faq-accordion .collapsible .active .collapsible-header {
  border-bottom: none;
}
.faq-accordion .collapsible .collapsible-header .collapsible-indicator {
  position: absolute;
  height: 100%;
  top: 0;
  right: 10%;
}
.faq-accordion .collapsible .collapsible-header .collapsible-indicator i {
  margin-right: 0;
  font-size: 2rem;
  line-height: 1.5;
  transition: 0.5s;
}
.faq-accordion .collapsible .collapsible-header .collapsible-indicator i.rotate {
  transform: rotate(180deg);
}
.faq-accordion .collapsible .collapsible-body {
  background-color: #FFF;
  border-bottom: 2px #333333 solid;
}
.faq-accordion .faq-more {
  margin-bottom: 1rem;
  padding: 0 10%;
}
.faq-accordion .faq-more a {
  text-decoration: none;
}
.faq-accordion .faq-more a strong {
  line-height: 2rem;
}
.faq-accordion.violet .faq-more a {
  color: #504494;
}
.faq-accordion.violet .collapsible-header h2, .faq-accordion.violet i {
  color: #504494;
}
.faq-accordion.rose .faq-more a {
  color: #AD6E8B;
}
.faq-accordion.rose .collapsible-header h2, .faq-accordion.rose i {
  color: #AD6E8B;
}
.faq-accordion.yellow .faq-more a {
  color: #E4B939;
}
.faq-accordion.yellow .collapsible-header h2, .faq-accordion.yellow i {
  color: #E4B939;
}
.faq-accordion.sky .faq-more a {
  color: #46728D;
}
.faq-accordion.sky .collapsible-header h2, .faq-accordion.sky i {
  color: #46728D;
}
.faq-accordion.darkgrey .faq-more a {
  color: #333333;
}
.faq-accordion.darkgrey .collapsible-header h2, .faq-accordion.darkgrey i {
  color: #333333;
}

@media only screen and (max-width: 1024px) {
  .collapsible .collapsible-header .collapsible-indicator i {
    font-size: 1.1rem;
    line-height: 1.36;
  }
}
#course-detail-map {
  height: 500px;
  width: 100%;
}

#course-overview-map {
  height: 800px;
  width: 100%;
}

.gm-style-iw .gm-style-iw-d {
  overflow: hidden !important;
}
.gm-style-iw .gm-style-iw-d .marker-info-window {
  background-color: #AD6E8B;
  min-width: 360px;
}
.gm-style-iw .gm-style-iw-d .marker-info-window .marker-course {
  padding: 16px;
  border-bottom: 1px solid #FFF;
}
.gm-style-iw .gm-style-iw-d .marker-info-window .marker-course:last-child {
  border-bottom: none;
}
.gm-style-iw .gm-style-iw-d .marker-info-window .marker-course p, .gm-style-iw .gm-style-iw-d .marker-info-window .marker-course a {
  color: #FFF !important;
}
.gm-style-iw .gm-style-iw-d .marker-info-window .marker-course p {
  margin-right: 20px;
  margin-block-start: 0;
}
.gm-style-iw .gm-style-iw-d .marker-info-window .marker-course a {
  font-weight: bold;
}
.gm-style-iw button {
  top: 0 !important;
  right: 0 !important;
  width: 40px !important;
  height: 40px !important;
}
.gm-style-iw button img {
  width: 24px !important;
  height: 24px !important;
  filter: brightness(0) invert(1) !important;
}

.slider-title {
  margin-bottom: 20px;
}

.image-slider {
  margin-top: 40px;
  background-color: white;
}
.image-slider.box-slider {
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
}
.image-slider .slides {
  position: relative;
  background-color: #FFFFFF;
}
.image-slider .slides .img-slide {
  overflow: visible;
  width: 100%;
  height: 100%;
  left: inherit;
}
.image-slider .slides .img-slide img {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.image-slider .indicators .indicator-item {
  height: 12px;
  width: 12px;
  margin: 0 12px;
  border: 1px solid black;
  background: transparent;
}
.image-slider .indicators .indicator-item.active {
  background-color: black;
}

.yellow_text {
  color: #E4B939 !important;
}

.sky_text {
  color: #46728D !important;
}

.faqslider-container {
  height: 580px;
}
.faqslider-container .faqslider {
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
}
.faqslider-container .faqslider .slides {
  background-color: transparent;
}
.faqslider-container .faqslider .slides li .caption {
  width: 100%;
  left: 0;
}
.faqslider-container .faqslider .slides li .caption .question {
  color: #FFF !important;
}
.faqslider-container .faqslider .slides li .caption .headline {
  color: #FFF !important;
  margin-left: 32px;
}
.faqslider-container .faqslider .slides li .caption .box-link {
  margin-left: 32px;
  margin-top: 32px;
}
.faqslider-container .faqslider .slides li .caption .box-link a {
  color: #FFF;
  font-weight: bold;
  font-size: 1.25rem;
  text-decoration: none;
}
.faqslider-container .faqslider .indicators {
  bottom: 10%;
  z-index: 100;
}
.faqslider-container .faqslider .indicators .indicator-item {
  border: 1px solid white;
  background: transparent;
}
.faqslider-container .faqslider .indicators .indicator-item.active {
  background-color: white;
}

.text-box-content {
  padding: 50px 0;
}
.text-box-content h2, .text-box-content p, .text-box-content a {
  color: #FFF !important;
}
.text-box-content a {
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: none;
}

.html_box .default-html-box {
  padding: 20px;
  border: 1px solid #51565e;
  color: black;
}
.html_box .yellow-html-box {
  background-color: #E4B939;
  color: white;
  border: none;
}
.html_box .yellow-html-box h1 {
  color: white !important;
}

.instructors_news_list {
  overflow-y: auto;
  border: 1px solid #51565e;
  width: 30%;
  max-width: 30%;
}
@media only screen and (max-width: 640px) {
  .instructors_news_list {
    width: 80%;
    max-width: 80%;
    margin-top: 30px;
  }
}
.instructors_news_list .news-container {
  padding: 10px;
  margin-bottom: 20px;
}
.instructors_news_list .news-title {
  font-size: 0.7em;
}

.anchor {
  position: relative;
}
.anchor a.target {
  position: absolute;
  left: 0;
  top: -96px;
}
.anchor button {
  line-height: 0;
  margin-top: 10px;
}

.toast {
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
}

.quotes .indicators {
  margin-top: 50px;
  height: 0;
}
.quotes ul .quote-slide {
  display: flex !important;
}
.quotes ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  gap: 50px;
}
.quotes .quote {
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.quotes .quote .quote-data {
  margin: 0 0 20px 20px;
}
.quotes .quote .quote-data span {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #FFF;
  padding-bottom: 5px;
}
.quotes .quote .quote-data p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #FFF;
}
.quotes .quote-back {
  width: 300px;
  height: 300px;
  display: flex;
}
.quotes .quote-back .quote-text {
  padding: 20px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.quotes .quote-back .quote-text ::-webkit-scrollbar {
  display: none;
}
.quotes .quote-back .quote-text p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px !important;
  color: #FFF;
}
@media only screen and (max-width: 1472px) {
  .quotes .indicators {
    margin-top: 0;
  }
  .quotes ul li {
    gap: 25px;
  }
  .quotes .quote {
    width: 250px;
    height: 250px;
  }
  .quotes .quote .quote-data {
    margin: 0 0 20px 20px;
  }
  .quotes .quote .quote-data span {
    font-size: 16px !important;
    line-height: 18px;
    padding-bottom: 3px;
  }
  .quotes .quote .quote-data p {
    font-size: 12px !important;
    line-height: 14px;
  }
  .quotes .quote-back {
    width: 250px;
    height: 250px;
  }
  .quotes .quote-back .quote-text {
    padding: 15px;
  }
  .quotes .quote-back .quote-text p {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .quotes ul li {
    gap: 20px;
  }
  .quotes .quote {
    width: 200px;
    height: 200px;
  }
  .quotes .quote .quote-data {
    margin: 0 0 20px 20px;
  }
  .quotes .quote .quote-data span {
    font-size: 16px !important;
    line-height: 18px;
    padding-bottom: 3px;
  }
  .quotes .quote .quote-data p {
    font-size: 12px !important;
    line-height: 14px;
  }
  .quotes .quote-back {
    width: 200px;
    height: 200px;
  }
  .quotes .quote-back .quote-text {
    padding: 15px;
  }
  .quotes .quote-back .quote-text p {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 640px) {
  .quotes ul li {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 20px;
  }
  .quotes .indicators {
    margin-top: 40px;
  }
  .quotes .indicators li.active {
    background-color: #4CAF50;
  }
}

.quote-orange {
  background-color: #CF6532;
}
.quote-orange.gradiant {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 35%), #CF6532;
}

.quote-yellow {
  background-color: #E4B939;
}
.quote-yellow.gradiant {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 35%), #E4B939;
}

.quote-turquoise {
  background-color: #1E6E8C;
}
.quote-turquoise.gradiant {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 35%), #1E6E8C;
}

.quote-pink {
  background-color: #AD6E8B;
}
.quote-pink.gradiant {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 35%), #AD6E8B;
}

.quote-violet {
  background-color: #4C478F;
}
.quote-violet.gradiant {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 35%), #4C478F;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
@media only screen and (max-width: 1472px) {
  .flip-card {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (max-width: 1200px) {
  .flip-card {
    width: 200px;
    height: 200px;
  }
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the back side */
.flip-card-back {
  transform: rotateY(180deg);
}

.team-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(364px, 1fr));
  grid-gap: 50px;
}
@media only screen and (max-width: 1440px) {
  .team-container {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 25px;
  }
}
.team-container .team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team-container .team-member a {
  text-decoration: none;
}
.team-container .team-member .member-image-container {
  position: relative;
  width: 364px;
  height: 364px;
}
.team-container .team-member .member-image-container img {
  position: absolute;
  width: 364px;
  height: 364px;
  border-radius: 50%;
}
@media only screen and (max-width: 1440px) {
  .team-container .team-member .member-image-container {
    width: 240px;
    height: 240px;
  }
  .team-container .team-member .member-image-container img {
    width: 240px;
    height: 240px;
  }
}
.team-container .team-member .member-image-container .bw-image {
  filter: grayscale(100) brightness(1.2) contrast(1.05);
}
.team-container .team-member .member-image-container .hover-image {
  opacity: 0;
}
.team-container .team-member .member-image-container:hover .hover-image {
  opacity: 1;
}
.team-container .team-member-popup {
  margin: 5vh auto;
  top: 0 !important;
}
.team-container .team-member-popup .modal-container {
  padding: 50px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 50px;
}
.team-container .team-member-popup .modal-container .modal-left {
  display: flex;
  flex-direction: column;
}
.team-container .team-member-popup .modal-container .modal-left a {
  text-decoration: none;
}
.team-container .team-member-popup .modal-container .modal-left img {
  max-width: none;
  height: 240px;
  width: 240px;
  border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
  .team-container .team-member-popup .modal-container .modal-left {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 1200px) {
  .team-container .team-member-popup .modal-container .modal-left .bw-image {
    width: 160px;
    height: 160px;
  }
}
.team-container .team-member-popup .modal-container .modal-main {
  display: flex;
  flex-direction: column;
}
.team-container .team-member-popup .modal-container .modal-main .team-member-description {
  margin-bottom: 75px;
  white-space: pre-wrap;
}
.team-container .team-member-popup .modal-container .modal-main .team-member-description p {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .team-container .team-member-popup .modal-container {
    flex-direction: column;
  }
}

.consent-banner {
  position: fixed;
  bottom: 20px;
  width: 100%;
  display: none;
}

.consent-banner-inner {
  background-color: white;
  padding: 20px;
  margin-right: 20px;
  margin-left: 20px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

.consent-banner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.consent-banner-inner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 35px;
  flex: 1 1 100px;
  min-width: 700px;
}

#cookie-img {
  height: 150px;
  margin-right: 35px;
}

.consent-banner-list {
  margin-top: 0px;
  list-style-position: inside;
  padding-left: 0;
}

#consent-banner-button {
  border: solid 2px #504494;
  font-size: 14px;
  line-height: 16px;
  color: #504494;
}

@media only screen and (max-width: 1024px) {
  .consent-banner-container {
    width: 100%;
  }
  .consent-banner-container #consent-banner-button {
    width: 100%;
  }
  #cookie-img {
    height: 75px;
    margin-top: 20px;
    margin-right: 0px;
  }
  .consent-banner-inner-container {
    align-items: flex-start;
    min-width: auto;
    flex-wrap: wrap;
    margin-right: 0px;
  }
}
.course-header {
  margin-top: 100px;
  margin-bottom: 100px;
}

.course-status-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .course-status-row {
    justify-content: flex-start;
  }
}

.course-status {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}
.course-status.green {
  background-color: #00A467 !important;
}
.course-status.orange {
  background-color: #FF9800 !important;
}
.course-status.red {
  background-color: #D40000 !important;
}

.course-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 640px) {
  .course-actions {
    justify-content: flex-start;
  }
}
.course-actions .action-icon {
  color: #504494;
  border: 2px #504494 solid;
  padding: 2px;
  cursor: pointer;
}
.course-actions .action-icon-disabled {
  color: lightgrey;
  border: 2px lightgrey solid;
  padding: 2px;
  cursor: default;
}
.course-actions .disabled {
  opacity: 0.3;
  pointer-events: none;
}

.dropdown-content li > a > i {
  margin: 0 10px 0 0;
}

.button-presence-confirmation {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 600px) {
  .button-presence-confirmation {
    justify-content: flex-start;
  }
}

.modal_co_instructor {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
}
.modal_co_instructor .modal-content {
  width: 500px;
  height: 400px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  flex-direction: column;
  flex-shrink: 1;
}
.modal_co_instructor .modal-content .modal-img-container {
  display: flex;
  justify-content: center;
}
.modal_co_instructor .modal-content .modal-inner-content {
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal_co_instructor .h-450 {
  height: 450px;
}
.modal_co_instructor .background-purple {
  background-color: #504494;
  text-transform: uppercase;
  color: white;
}

.status-registration-header {
  margin-bottom: 20px;
  display: flex;
  width: 27%;
}

.controls button.outlined.active {
  border: none !important;
}

#course-filters {
  margin-top: 32px;
  min-height: 80px;
  padding: 20px 20px 12px 20px;
}
#course-filters #reset-course-filters {
  color: #FFF;
  float: left;
  margin-top: 8px;
  padding: 8px 16px;
  line-height: 24px;
  height: 48px;
}
#course-filters .input-field {
  margin-top: 8px;
  margin-bottom: 0;
}
#course-filters .input-field > input {
  color: #FFF;
  border-bottom: 1px #FFF solid;
  height: 2rem;
}
#course-filters .input-field > input:focus {
  box-shadow: 0 1px 0 0 #FFF;
}
#course-filters .input-field label {
  color: #FFF;
}
#course-filters .course-language-filter-row {
  padding-top: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
#course-filters .course-language-filter-row .course-language-filter {
  color: #FFF;
}
#course-filters .course-language-filter-row .course-language-filter [type=checkbox] + span:not(.lever):before {
  border: 2px solid #FFF;
}
#course-filters .course-language-filter-row .course-language-filter [type=checkbox]:checked + span:not(.lever):before {
  border-top: none;
  border-left: none;
}
#course-filters .course-language-filter-row .course-language-filter span {
  padding-left: 28px;
}
#course-filters .row:last-child {
  margin-bottom: 10px;
}

#course-container, #course-container-partner {
  margin-bottom: 100px;
}
#course-container #course-list, #course-container #course-list-partner, #course-container-partner #course-list, #course-container-partner #course-list-partner {
  overflow-x: auto;
  white-space: nowrap;
}
#course-container #course-list thead tr th:first-child, #course-container #course-list-partner thead tr th:first-child, #course-container-partner #course-list thead tr th:first-child, #course-container-partner #course-list-partner thead tr th:first-child {
  min-width: 300px;
}
#course-container #course-list tr, #course-container #course-list-partner tr, #course-container-partner #course-list tr, #course-container-partner #course-list-partner tr {
  border-color: #AD6E8B;
}
#course-container #course-list tr.fully-booked, #course-container #course-list-partner tr.fully-booked, #course-container-partner #course-list tr.fully-booked, #course-container-partner #course-list-partner tr.fully-booked {
  color: rgba(51, 51, 51, 0.4);
}
#course-container #course-list tr.fully-booked a, #course-container #course-list-partner tr.fully-booked a, #course-container-partner #course-list tr.fully-booked a, #course-container-partner #course-list-partner tr.fully-booked a {
  opacity: 0.4;
}
#course-container #course-list td, #course-container #course-list-partner td, #course-container-partner #course-list td, #course-container-partner #course-list-partner td {
  vertical-align: top;
}
#course-container #course-list td.course-list-title, #course-container #course-list-partner td.course-list-title, #course-container-partner #course-list td.course-list-title, #course-container-partner #course-list-partner td.course-list-title {
  white-space: normal;
  width: 430px;
}
#course-container #course-list td .course-block, #course-container #course-list-partner td .course-block, #course-container-partner #course-list td .course-block, #course-container-partner #course-list-partner td .course-block {
  white-space: initial;
  min-width: 105px;
}
#course-container #course-list td.wrap-content, #course-container #course-list-partner td.wrap-content, #course-container-partner #course-list td.wrap-content, #course-container-partner #course-list-partner td.wrap-content {
  width: 1%;
  white-space: nowrap;
}
#course-container #course-list a, #course-container #course-list-partner a, #course-container-partner #course-list a, #course-container-partner #course-list-partner a {
  color: #AD6E8B;
}
#course-container #course-list a.underline, #course-container #course-list-partner a.underline, #course-container-partner #course-list a.underline, #course-container-partner #course-list-partner a.underline {
  text-decoration: underline;
}

.lp-course-title {
  width: 300px !important;
}

.lp-course-blocks {
  min-width: 320px;
  width: 630px;
}

.instructor-accordeon-information {
  width: 100%;
}
.instructor-accordeon-information p {
  margin: 0px;
}

.rotation-180 {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-icon-container {
  align-items: start;
}

.course-cancel-button {
  margin-top: 15px;
}

.my-courses-button {
  width: 220px;
}

.text-container-send {
  margin-top: 3px;
  text-transform: uppercase;
}

.button-filter-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-direction: column;
}

.button-filter-inner-container {
  display: flex;
  flex-wrap: wrap;
}
.button-filter-inner-container a {
  text-decoration: none;
}

.bordered-superbig {
  font-size: 17px;
  color: #504494;
  text-align: center;
  border: 2px solid #504494;
  width: 250px;
  height: 34px;
  margin-right: 20px;
}

.selected-button {
  color: white !important;
  background-color: #504494;
}

.counter-string-courses {
  font-size: 13px;
  margin-top: 14px;
}

.my-courses-filter-container {
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin-bottom: 20px;
}
.my-courses-filter-container .my-courses-filter-search {
  display: flex;
  flex-direction: column;
}
.my-courses-filter-container .my-courses-filter-year {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .my-courses-filter-container {
    gap: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .my-courses-filter-container {
    flex-wrap: wrap;
  }
}

#search_filter {
  width: 100%;
}

.search_filter_label {
  width: 100%;
}

.no-bottom-margin {
  margin-bottom: 0px;
  margin-top: 100px;
}

.label-filter-my-courses {
  color: #504494;
  font-weight: bold;
}

.smaller-text-label {
  font-size: 1.2rem;
}
@media (max-width: 640px) {
  .smaller-text-label {
    font-size: 1rem;
  }
}

.rebooking-block-container {
  border: 2px solid black;
  padding: 10px;
  border-radius: 5px;
  width: 435px;
  margin-right: 20px;
  margin-bottom: 20px;
}

#blocks-info-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

#catchup-rebooking-blocks-title {
  color: black;
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .mobile-float-right {
    float: right !important;
  }
}

.header-row {
  margin-top: 40px;
}

.base-course-list-title {
  width: 50%;
}
@media (max-width: 600px) {
  .base-course-list-title {
    width: 100%;
    margin-bottom: 20px;
  }
}

.base-course-address-title {
  width: 20%;
}

.infinite-course {
  border-top: 1px solid black;
  display: flex;
  padding: 15px 0 45px;
}
@media (max-width: 600px) {
  .infinite-course {
    padding: 15px 0;
  }
}
.infinite-course.fully-booked {
  color: rgba(51, 51, 51, 0.4);
}
.infinite-course.fully-booked a {
  opacity: 0.4;
}
.infinite-course i.material-icons.inline {
  vertical-align: text-top !important;
}

#instructors-course-list h3 + .infinite-course {
  border-top: 2px solid #504494;
}

.break-spaces {
  white-space: break-spaces;
}

.margin-left-15 {
  margin-left: 15px;
}

.course-blocks-container {
  width: 90%;
}

.registration-link-contianer {
  width: 85%;
}

.status-registration-link-container {
  margin-bottom: 20px;
  display: flex;
  width: 27%;
}

.course-blocks-container-header {
  padding-left: 0.75rem;
  width: 90%;
}

@media (max-width: 600px) {
  .course-blocks-container-header {
    display: none;
  }
  .base-course-address-title {
    display: none;
  }
  .course-list-title {
    margin-top: 15px;
  }
  .infinite-course {
    flex-direction: column;
  }
  .course-blocks-container {
    margin: 0px;
  }
  .row .col.s12.course-block {
    padding: 0px;
    width: 45%;
  }
  .status-registration-link-container {
    margin-bottom: 20px;
    display: flex;
    width: 100%;
  }
  .registration-link-contianer {
    width: 75%;
  }
  .status-registration-header {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  i, div {
    font-size: 0.8rem;
    line-height: 1.63;
  }
}

@media only screen and (max-width: 1024px) {
  .filter-margin {
    margin-bottom: 20px !important;
  }
}
#course-list .catchup-list .catchup-rebook-list-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#course-list .catchup-list .catchup-rebook-list-title .catchup-rebook-list-text {
  width: 75%;
}
#course-list .catchup-list .catchup-rebook-list-title .catchup-rebook-list-text h2 {
  margin-bottom: 0;
}
#course-list .catchup-list .catchup-rebook-list-title .catchup-rebook-list-button {
  display: flex;
  justify-content: flex-end;
  width: 25%;
}
@media only screen and (max-width: 1330px) {
  #course-list .catchup-list .catchup-rebook-list-title .catchup-rebook-list-text {
    width: 100%;
  }
  #course-list .catchup-list .catchup-rebook-list-title .catchup-rebook-list-button {
    width: 100%;
  }
}
#course-list .catchup-list .catchup-title {
  display: flex;
  flex-direction: row;
  gap: 25px;
  padding: 25px 0;
}
#course-list .catchup-list .catchup-title span {
  font-size: 20px;
  flex: 50%;
}
#course-list .catchup-list .catchup-course-list {
  display: flex;
  flex-direction: row;
  gap: 25px;
  padding: 25px 0;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  transition: background-color 0.25s ease;
}
#course-list .catchup-list .catchup-course-list:hover {
  background-color: rgba(242, 242, 242, 0.5);
}
#course-list .catchup-list .catchup-course-list .course-list-title {
  flex: 50%;
}
#course-list .catchup-list .catchup-course-list .course-list-title .course-list-title-title span {
  word-break: break-word;
  white-space: normal;
}
#course-list .catchup-list .catchup-course-list .course-list-title .course-list-title-description p {
  word-break: break-word;
  white-space: normal;
}
#course-list .catchup-list .catchup-course-list .catchup-course-blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  flex: 50%;
}
#course-list .catchup-list > .catchup-course-list ~ .catchup-course-list {
  border-top: none;
}
#course-list #catchup-go-next-btn {
  margin-top: 30px;
  float: right;
}
@media only screen and (max-width: 1024px) {
  #course-list #catchup-go-next-btn {
    display: none;
  }
}

.training-focus h3 {
  margin-bottom: 24px;
}
.training-focus .training-focus-grid {
  display: flex;
  gap: 20px;
}
.training-focus .training-focus-grid .training-focus-element {
  border: 4px solid black;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.training-focus .training-focus-grid .training-focus-element a {
  display: inline-block;
  padding: 20px 50px;
  text-decoration: none;
}
.training-focus .training-focus-grid .training-focus-element h3, .training-focus .training-focus-grid .training-focus-element p {
  color: white;
  margin-bottom: 0;
}
.training-focus .training-focus-grid .training-focus-element.focus-green {
  background: #449577;
  border-color: #449577;
}
.training-focus .training-focus-grid .training-focus-element.focus-violet {
  background: #504494;
  border-color: #504494;
}
.training-focus .training-focus-grid .training-focus-element.focus-rose {
  background: #AD6E8B;
  border-color: #AD6E8B;
}

.exam [type=radio]:checked + span:after, .exam [type=radio].with-gap:checked + span:after {
  background-color: var(--color-primary);
}
.exam [type=radio]:checked + span:after, .exam [type=radio].with-gap:checked + span:before, .exam [type=radio].with-gap:checked + span:after {
  border: 2px solid var(--color-primary);
}
.exam .smcx-widget {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}
.exam .smcx-widget .smcx-iframe-container {
  width: 100%;
  max-width: 100%;
}
.exam .intro-block {
  margin-top: 86px;
}
.exam .exam-pagination {
  margin-right: 10%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.exam .exam-content {
  margin-bottom: 128px;
}
.exam .exam-content .question-title {
  margin-top: 80px;
  margin-bottom: 40px;
}
.exam .exam-content .question-text {
  color: #333333;
}
.exam .fixed-footer {
  padding: 0 1rem;
}
.exam .fixed-footer .footer-text {
  font-size: 0.8rem;
}
.exam .fixed-footer .row {
  height: 100%;
  display: flex;
  align-items: center;
}
.exam .fixed-footer .row button.outlined {
  white-space: nowrap;
}
.exam .fixed-footer button.exam-finished {
  background-color: white !important;
}

.exam-result .navbar-fixed nav .brand-logo svg {
  fill: #FFF;
}
.exam-result .exam-medal {
  position: absolute;
  top: 0;
  right: 96px;
}
.exam-result .exam-medal img {
  width: auto;
  max-height: 400px;
}
.exam-result .exam-medal svg {
  fill: #FFF;
}
.exam-result .exam-medal svg path, .exam-result .exam-medal svg polygon {
  fill: #FFF;
}
.exam-result .exam-container {
  margin-top: -96px;
  background: var(--color-primary);
  display: flex;
  flex-flow: column;
}
.exam-result .exam-container.exam-container-stretch {
  height: 100vh;
}
.exam-result .exam-container .exam-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20%;
}
.exam-result .exam-container .exam-content p {
  color: #FFF;
}
.exam-result .exam-container .exam-footer {
  height: 128px;
  margin-top: auto;
}
.exam-result .exam-container .exam-footer .row {
  height: 100%;
  margin: 0 10%;
}
.exam-result .exam-container .exam-footer .row button.outlined {
  color: #504494;
  border: 2px #504494 solid;
}
.exam-result h1 {
  color: #FFF;
}

.filter-link-container {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 10%;
  margin-right: 10%;
  width: 80%;
}
.filter-link-container button.filter-button {
  height: 48px;
  padding: 4px 12px;
  background-color: white !important;
  margin-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.filter-link-container button.filter-button.violet {
  border: 2px #504494 solid;
  color: #504494;
}
.filter-link-container button.filter-button.violet.active {
  background-color: #504494 !important;
}
.filter-link-container button.filter-button.rose {
  border: 2px #AD6E8B solid;
  color: #AD6E8B;
}
.filter-link-container button.filter-button.rose.active {
  background-color: #AD6E8B !important;
}
.filter-link-container button.filter-button.yellow {
  border: 2px #E4B939 solid;
  color: #E4B939;
}
.filter-link-container button.filter-button.yellow.active {
  background-color: #E4B939 !important;
}
.filter-link-container button.filter-button.sky {
  border: 2px #46728D solid;
  color: #46728D;
}
.filter-link-container button.filter-button.sky.active {
  background-color: #46728D !important;
}
.filter-link-container button.filter-button.darkgrey {
  border: 2px #333333 solid;
  color: #333333;
}
.filter-link-container button.filter-button.darkgrey.active {
  background-color: #333333 !important;
}
.filter-link-container button.filter-button i {
  display: none;
  color: white;
  font-size: 1em;
  float: left;
  margin-right: 8px;
}
.filter-link-container button.filter-button.active {
  border: none;
  color: #FFF;
}
.filter-link-container button.filter-button.active i {
  display: block;
}

.faq_type_violet {
  color: #504494;
  border-color: #504494;
}

.faq_type_rose {
  color: #AD6E8B;
  border-color: #AD6E8B;
}

.faq_type_yellow {
  color: #E4B939;
  border-color: #E4B939;
}

.faq_type_sky {
  color: #46728D;
  border-color: #46728D;
}

.faq_type_darkgrey {
  color: #333333;
  border-color: #333333;
}

.faq_type_NO {
  color: #504494;
  white-space: nowrap;
}

.filter-cancel-None {
  display: none;
}

@media only screen and (max-width: 1240px) {
  .filter-link-container {
    display: block;
  }
  .filter-link-container button.filter-button {
    margin-bottom: 8px;
    width: calc(100% - 20px);
  }
}
.course-cancellation {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.course-cancellation .red-box {
  background-color: red;
}
.course-cancellation .red-box p {
  color: white;
  padding: 15px 20px;
}
.course-cancellation .background-white {
  background-color: white;
  text-transform: uppercase;
}
.course-cancellation .background-purple {
  background-color: #504494;
  text-transform: uppercase;
  color: white;
}
.course-cancellation #form-table-cancellation-confirmation {
  display: none;
}
.course-cancellation .link-cancel {
  margin-top: 5px;
  text-decoration: none;
  width: 250px;
}
.course-cancellation .bordered-text-area {
  border: 2px solid #504494;
  height: 200px;
  padding: 10px;
}
.course-cancellation #id_custom_notification_email-email_content_1, .course-cancellation #id_custom_notification_email-email_content_2,
.course-cancellation #id_custom_notification_catchup_email-email_content_1, .course-cancellation #id_custom_notification_catchup_email-email_content_2 {
  height: 250px;
}
.course-cancellation .violet-small {
  color: #504494;
}
.course-cancellation .text-container-custom-notification-email {
  margin-bottom: 50px;
  margin-top: 75px;
}

.course-cancelled-confirmation .link-cancel {
  margin-top: 5px;
  text-decoration: none;
  width: 250px;
}

.cursor-pointer {
  cursor: pointer;
}

.language-button-container {
  display: flex;
}

.language-button {
  border-top: 2px solid #504494;
  border-left: 2px solid #504494;
  color: #504494;
  width: 30px;
  text-align: center;
  height: 28px;
  font-size: 15px;
  cursor: pointer;
}

.language-button-border-right {
  border-right: 2px solid #504494;
}

.language-button-selected {
  color: white;
  background-color: #504494;
}

.no-padding-top {
  padding-top: 0px;
}

.no-padding-bottom {
  padding-bottom: 0px;
}

.no-padding {
  padding: 0 0 0 0;
}

.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.fancy-emails-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
}

.fancy-email-container {
  display: flex;
  background-color: #504494;
  color: white;
  border-radius: 15px;
  margin-right: 5px;
  margin-top: 5px;
}

.fancy-email {
  padding-left: 10px;
  padding-right: 7px;
}

.fancy-email-x {
  padding-right: 10px;
  cursor: pointer;
  font-weight: bold;
}

#to_emails {
  display: none;
}

.dop-header-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: nowrap;
  font-weight: bold;
  color: #504494;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  height: 50px;
  align-items: center;
}

.dop-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 10px;
}

.dop-cell {
  font-size: 17px;
}

.dop-cell-nr {
  width: 45px;
  text-align: left;
  margin-right: 5px;
}

.dop-cell-senddate {
  width: 180px;
}

.dop-cell-lang {
  width: 30px;
}

.dop-cell-course {
  width: 300px;
}

.dop-cell-type {
  width: 70px;
}

.dop-cell-pickup {
  width: 180px;
}

.dop-cell-send {
  width: 100px;
  padding-right: 15px;
}

.dop-cell-participants {
  width: 30px;
}

.dop-cell-list {
  width: 50px;
}

.dop-cell-box {
  width: 50px;
}

.dop-cell-status {
  width: 140px;
}
.dop-cell-status a {
  text-decoration: none;
}

.dop-cell-center {
  text-align: center;
}

.color-light-blue {
  color: #6dbad8;
  margin-bottom: 3px;
}

.bordered-small {
  border: 2px solid #504494;
  width: 34px;
  height: 34px;
  padding: 0px;
  background-color: transparent;
  cursor: pointer;
}
.bordered-small i {
  font-size: 30px;
  color: #504494;
}

.bordered-big {
  font-size: 17px;
  color: #504494;
  text-align: center;
  border: 2px solid #504494;
  width: 130px;
  height: 34px;
  background-color: transparent;
  cursor: pointer;
}

.text-container-send {
  margin-top: 3px;
  text-transform: uppercase;
}

.info-container {
  margin-bottom: 20px;
}

.info-title {
  font-weight: bold;
  font-size: 17px;
}

.info-text {
  font-size: 17px;
}

.button-filter-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.button-filter-inner-container {
  display: flex;
}
.button-filter-inner-container a {
  text-decoration: none;
}

.counter-string-orders {
  font-size: 13px;
  margin-top: 14px;
}

.bordered-superbig {
  font-size: 17px;
  color: #504494;
  text-align: center;
  border: 2px solid #504494;
  width: 250px;
  height: 34px;
  margin-right: 20px;
}

.selected-button {
  color: white !important;
  background-color: #504494;
}

.dispatch-filter-outter-container {
  margin-top: 60px;
  margin-bottom: 50px;
}

.dispatch-filter-container {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  color: #504494;
}

.dispatch-basic-filter-container {
  display: flex;
}

.dispatch-date-filter-container {
  display: flex;
}

.dispatch-basic-filter-inner-container {
  margin-right: 20px;
  width: 100px;
}

.dispatch-date-filter-inner-container {
  margin-right: 20px;
}

.dispatch-date-filter {
  width: 150px;
}

.disable-order {
  opacity: 0.3;
  pointer-events: none;
}

.enable-order {
  cursor: pointer;
}

#dispatch-popup-outter {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
}

#dispatch-popup-content {
  width: 500px;
  height: 300px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

#dispatch-popup-content-inner {
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
}

#dispatch-img-container {
  display: flex;
  justify-content: center;
}

#dispatch-popup-title {
  font-weight: bold;
  color: #504494;
}

#dispatch-popup-button-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#dispatch-popup-button-container .popup-button {
  cursor: pointer;
}

@media only screen and (max-width: 1428px) {
  .memegen_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.memegen_content .memegen_title {
  color: #46728D;
}

.meme_generator {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: space-between;
}
@media only screen and (max-width: 1428px) {
  .meme_generator {
    justify-content: center;
  }
}

.meme_generator .meme_preview .meme_image, .meme-share-container .meme_preview .meme_image {
  margin-bottom: 15px;
  height: 600px;
  width: 600px;
}
@media only screen and (max-width: 640px) {
  .meme_generator .meme_preview .meme_image, .meme-share-container .meme_preview .meme_image {
    margin-bottom: 8px;
  }
}
.meme_generator .meme_preview .meme_image svg, .meme-share-container .meme_preview .meme_image svg {
  width: 600px;
  height: 600px;
}
@media only screen and (max-width: 640px) {
  .meme_generator .meme_preview .meme_image, .meme-share-container .meme_preview .meme_image {
    height: 340px;
    width: 340px;
  }
  .meme_generator .meme_preview .meme_image svg, .meme-share-container .meme_preview .meme_image svg {
    width: 340px;
    height: 340px;
  }
}
.meme_generator .meme_preview .meme_background_image_selector, .meme-share-container .meme_preview .meme_background_image_selector {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
@media only screen and (max-width: 640px) {
  .meme_generator .meme_preview .meme_background_image_selector, .meme-share-container .meme_preview .meme_background_image_selector {
    gap: 8px;
  }
}
.meme_generator .meme_preview .meme_background_image_selector .template_selector, .meme-share-container .meme_preview .meme_background_image_selector .template_selector {
  width: 190px;
  height: 190px;
}
.meme_generator .meme_preview .meme_background_image_selector .template_selector svg, .meme-share-container .meme_preview .meme_background_image_selector .template_selector svg {
  width: 190px;
  height: 190px;
}
.meme_generator .meme_preview .meme_background_image_selector .template_selector svg:hover, .meme-share-container .meme_preview .meme_background_image_selector .template_selector svg:hover {
  border: 2px #333333 solid;
  padding: 1px;
}
@media only screen and (max-width: 640px) {
  .meme_generator .meme_preview .meme_background_image_selector .template_selector, .meme-share-container .meme_preview .meme_background_image_selector .template_selector {
    height: 108px;
    width: 108px;
  }
  .meme_generator .meme_preview .meme_background_image_selector .template_selector svg, .meme-share-container .meme_preview .meme_background_image_selector .template_selector svg {
    width: 108px;
    height: 108px;
  }
}
.meme_generator .meme_preview .meme_background_image_selector .template_selected, .meme-share-container .meme_preview .meme_background_image_selector .template_selected {
  width: 190px;
  height: 190px;
  opacity: 0.2;
}
.meme_generator .meme_preview .meme_background_image_selector .template_selected svg, .meme-share-container .meme_preview .meme_background_image_selector .template_selected svg {
  width: 190px;
  height: 190px;
}
@media only screen and (max-width: 640px) {
  .meme_generator .meme_preview .meme_background_image_selector .template_selected, .meme-share-container .meme_preview .meme_background_image_selector .template_selected {
    height: 108px;
    width: 108px;
  }
  .meme_generator .meme_preview .meme_background_image_selector .template_selected svg, .meme-share-container .meme_preview .meme_background_image_selector .template_selected svg {
    width: 108px;
    height: 108px;
  }
}
.meme_generator .meme_configuration .meme_conf_form, .meme-share-container .meme_configuration .meme_conf_form {
  width: 375px;
}
@media only screen and (max-width: 640px) {
  .meme_generator .meme_configuration .meme_conf_form, .meme-share-container .meme_configuration .meme_conf_form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.meme_generator .meme_configuration .meme_share, .meme-share-container .meme_configuration .meme_share {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.meme_generator .meme_configuration .meme_share .action-icon, .meme-share-container .meme_configuration .meme_share .action-icon {
  color: #504494;
  border: 2px #504494 solid;
  padding: 2px;
  cursor: pointer;
  font-size: 28px;
}
.meme_generator .meme-buttons-container, .meme-share-container .meme-buttons-container {
  display: flex;
  align-items: center;
}
.meme_generator .meme-buttons-container a, .meme-share-container .meme-buttons-container a {
  margin-left: 20px;
}

.meme-gallery .container {
  width: 100%;
  margin-top: 80px;
}
.meme-gallery .memegen_title {
  color: #46728D;
}
.meme-gallery .infinite-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.meme-gallery .infinite-item {
  width: 300px;
  border: none;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .meme-gallery .infinite-item {
    width: 150px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

.course-creation .calendar-day {
  width: 145px;
  height: 100px;
  background-color: #4C478F;
  margin-left: 3px;
  margin-top: 3px;
  color: white;
  cursor: pointer;
}
.course-creation .gary-out-day {
  opacity: 0.7;
  cursor: default;
}
.course-creation .calendar-label {
  font-weight: bold;
}
.course-creation .calendar-day-busy {
  background-color: #FF1744;
  cursor: default;
  color: black;
}
.course-creation .calendar-week {
  display: flex;
}
.course-creation .day-number {
  padding-right: 10px;
  padding-top: 5px;
  text-align: right;
  font-size: 15px;
}
.course-creation .header-calendar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
}
.course-creation .calendar-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.course-creation button, .course-creation .background-white {
  cursor: pointer;
  background-color: white;
}
.course-creation .background-purple {
  background-color: #504494;
  text-transform: uppercase;
  color: white;
}
.course-creation .selected {
  background-color: #26A69A;
  color: white;
}
.course-creation #submit-button-calendar {
  background-color: white;
  cursor: pointer;
}
.course-creation .course-block-inputs-container {
  width: 200px;
  border: 1px solid black;
  padding: 10px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.course-creation .course-block-title {
  font-weight: bold;
}
.course-creation .course-blocks-inputs-container {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.course-creation .course-creation-form-step-title {
  font-weight: bold;
  font-size: 25px;
}
.course-creation .course-creation-form-step-subtitle {
  font-weight: bold;
}
.course-creation .course-block-label {
  font-size: 13px;
  margin-bottom: -15px;
  color: #9E9E9E;
}
.course-creation .product-owner-fields-container {
  display: flex;
}
.course-creation .three-fields {
  width: 30%;
}
.course-creation .label-checkbox {
  color: black;
}
.course-creation .label-checkbox-disabled {
  cursor: default !important;
}
.course-creation .two-fields {
  width: 47%;
}
.course-creation .flex-container {
  display: flex;
  justify-content: space-between;
}
.course-creation .small-title-detail-form {
  font-weight: bold;
}
.course-creation .flow-image {
  width: 100%;
  margin-top: 45px;
  margin-bottom: 45px;
}
.course-creation .link-cancel {
  text-decoration: none;
}
.course-creation .link-cancel .big-margin-top {
  margin-top: 80px;
}
.course-creation .form-submit {
  text-transform: uppercase;
}
.course-creation .button-container {
  display: flex;
  margin-top: 125px;
}
.course-creation .step-label {
  margin-bottom: -8px;
  font-size: 15px;
}
.course-creation .step-container {
  margin-top: 65px;
}
.course-creation .input-endtime {
  color: gray;
  pointer-events: none;
}
.course-creation #company-course-type-container {
  display: none;
}
.course-creation #external-registration-link-container {
  display: none;
}
.course-creation #external-registration-link-checkbox-container {
  display: block;
}
.course-creation .flex-container-start {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .course-creation .flex-container-start {
    flex-wrap: wrap;
  }
  .course-creation .flex-container-start #course-submission-button {
    margin-top: 30px;
  }
}
.course-creation .margin-top-bot-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.course-creation .margin-top-100 {
  margin-top: 100px;
}
.course-creation .checkbox-search-ensa {
  margin-left: 50px;
}
.course-creation .input-string {
  margin-top: 10px;
}
.course-creation .cancel-button-container {
  margin-top: 20px;
}
.course-creation .step-title-container {
  display: flex;
}
.course-creation .icon-container {
  margin-left: 10px;
  cursor: pointer;
}
.course-creation .icon-container-label {
  display: flex;
  align-content: center;
}
.course-creation .popup-outter-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.course-creation .popup-inner-container {
  position: fixed;
  width: 70%;
  background-color: white;
  top: 20%;
  left: 15%;
  z-index: 1001;
  display: none;
}
.course-creation .popup-text-container {
  margin-left: 30px;
  margin-right: 30px;
  display: none;
}
.course-creation .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: 10px;
  cursor: pointer;
}
.course-creation #block-1-start-date {
  pointer-events: none;
  color: gray;
}
.course-creation #course-address-country {
  pointer-events: none;
}
.course-creation #course-address-country input {
  color: gray;
}
.course-creation .input-field.col label {
  left: 0px;
}
.course-creation #flow-mobile {
  display: none;
}
.course-creation main {
  margin-bottom: 80px;
}
.course-creation .button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media only screen and (max-width: 640px) {
  .course-creation #flow-mobile {
    display: block;
  }
  .course-creation #flow-desktop {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .course-creation .three-fields {
    width: 100%;
  }
  .course-creation .two-fields {
    width: 100%;
  }
  .course-creation .flex-container {
    flex-wrap: wrap;
  }
  .course-creation .button-container {
    flex-wrap: wrap;
  }
  .course-creation .link-cancel {
    margin-top: 20px;
  }
  .course-creation .calendar-day {
    width: 50px;
  }
  .course-creation #save-for-later-button {
    margin-top: 20px;
  }
  .course-creation .popup-inner-container {
    width: 90%;
    top: 5%;
    left: 5%;
  }
  .course-creation label {
    font-size: 0.8rem;
  }
  .course-creation #course-country-label {
    transform: scale(0.8);
  }
}
.course-creation .calendar-caption {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 15px;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  width: 100%;
}
.course-creation .calendar-caption .caption-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}
.course-creation .calendar-caption .caption-container .caption-circle {
  width: 12px;
  height: 12px;
  border-radius: 6px;
}
.course-creation .small-size-span {
  font-size: 15px;
}
.course-creation .disabled-events {
  pointer-events: none;
}
.course-creation .disabled {
  opacity: 1;
}
.course-creation [type=checkbox]:not(:checked):disabled + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid gray;
  cursor: default;
}
.course-creation input:invalid {
  border-bottom: 1px solid #FF0000;
}
.course-creation .checkbox-descriptive-text {
  font-size: 0.75rem !important;
  margin-top: -40px;
  margin-left: 36px;
}
@media only screen and (max-width: 1024px) {
  .course-creation .checkbox-descriptive-text {
    font-size: 0.65rem !important;
  }
}

.course-status-color-DRAFT {
  color: gray;
}

.course-status-color-APPROVAL {
  color: orange;
}

.course-status-color-PUBLISHED {
  color: green;
}

.course-status-color-CANCELLED {
  color: black;
}

.course-status-color-CLOSED {
  color: black;
}

.survey .flow-image {
  width: 100%;
}
.survey .label-slider-minmax {
  font-size: 14px;
  font-weight: bold;
}
.survey .flex-container-space-between {
  display: flex;
  justify-content: space-between;
}
.survey input[type=range]::-webkit-slider-thumb {
  background-color: var(--color-primary);
}
.survey input[type=range]::-moz-range-thumb {
  background-color: var(--color-primary);
}
.survey input[type=range]::-ms-thumb {
  background-color: var(--color-primary);
}
.survey input[type=range] + .thumb {
  background-color: var(--color-primary);
}
.survey .input-field > label:not(.label-icon).active {
  transform: translateY(-20px) translateX(-10px) scale(0.8);
  transform-origin: 0 0;
}
.survey .text-area-input {
  border: 2px solid #504494;
}
.survey .input-field label {
  font-size: 16px !important;
}
.survey .font-weight-bold {
  font-weight: bold;
}
.survey .font-size-16 {
  font-size: 16px;
}
.survey [type=radio]:not(:checked) + span, .survey [type=radio]:checked + span {
  font-size: 16px;
}
.survey [type=checkbox] + span:not(.lever) {
  font-size: 16px;
}
.survey .bordered-button {
  color: #504494;
  border: 2px solid #504494;
}
.survey .width-150 {
  width: 150px;
}
.survey [type=checkbox] + span:not(.lever):before, .survey [type=checkbox]:not(.filled-in) + span:not(.lever):after {
  border: 2px solid black;
}
.survey [type=radio]:not(:checked) + span:before, .survey [type=radio]:not(:checked) + span:after {
  border: 2px solid black;
}
.survey [type=radio]:checked + span:after, .survey [type=radio].with-gap:checked + span:after {
  background-color: var(--color-primary);
}
.survey [type=radio]:checked + span:after, .survey [type=radio].with-gap:checked + span:before, .survey [type=radio].with-gap:checked + span:after {
  border: 2px solid var(--color-primary);
}
.survey [type=checkbox]:checked + span:not(.lever):before {
  border: none;
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}
.survey .survey-title {
  margin-bottom: 40px;
}
.survey .white-text {
  color: white;
}
.survey .button-container {
  display: flex;
  justify-content: flex-start;
  margin-top: 50px;
}
.survey .section-title {
  margin-top: 40px;
  font-size: 30px;
  font-weight: bold;
}
.survey .question-container {
  margin-top: 75px;
}
.survey .question-title {
  font-size: 26px;
  font-weight: bold;
}
.survey .question-description {
  margin-top: 10px;
  font-size: 16px;
}
.survey .flex-container {
  display: flex;
  justify-content: space-around;
}
.survey .step-choice-row-header {
  min-height: 55px;
}
.survey .step-choice-row {
  min-height: 55px;
}
.survey .step-choice-row:nth-of-type(odd) {
  background-color: #ECECEC;
}
.survey .big-cell {
  width: 300px;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.survey .small-cell {
  text-align: center;
  width: 200px;
  font-size: 16px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.survey .survey-overview-graphs-title {
  margin-top: 100px;
}
.survey .survey-overview-graphs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.survey .circle-graph {
  position: relative;
  top: 25px;
  left: 25px;
  text-align: center;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.survey .circle-graph-border {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #FFFFFF;
  background: linear-gradient(270deg, #504494 50%, transparent 50%), linear-gradient(0deg, #504494 50%, #FFFFFF 50%);
}
.survey .circle-graph-pecentage {
  line-height: 45px;
  font-size: 50px;
  font-weight: bold;
}
.survey .circle-graph-pecentage-sign {
  font-size: 24px;
  font-weight: bold;
}
.survey .circle-graph-small {
  position: relative;
  top: 10px;
  left: 10px;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.survey .circle-graph-border-small {
  position: relative;
  text-align: center;
  width: 100px;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #FFFFFF;
  background: linear-gradient(270deg, #504494 50%, transparent 50%), linear-gradient(0deg, #504494 50%, #FFFFFF 50%);
}
.survey .circle-graph-pecentage-small {
  line-height: 20px;
  font-size: 30px;
  font-weight: bold;
}
.survey .circle-graph-pecentage-sign-small {
  font-size: 20px;
  font-weight: bold;
}
.survey .big-label-graph {
  text-align: center;
  font-size: 15px;
  width: 200px;
  margin: 3px auto 0;
}
.survey .small-label-graph {
  text-align: center;
  font-size: 15px;
  margin-top: 3px;
}
.survey .top-label-graph {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
}
.survey .survey-courses-button-container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.survey .dispatch-orders-table {
  margin-top: 50px;
}
.survey .survey-courses-container {
  margin-top: 100px;
}
.survey .info-course-container {
  display: block;
}
.survey .info-course-title {
  display: none;
}
.survey .bold {
  font-weight: bold;
}
.survey .bordered-superbig {
  text-decoration: none;
  height: auto;
}
.survey .dop-cell-send {
  width: 200px;
}
.survey .link-colored-no-underline {
  text-decoration: none;
  color: #504494;
  display: flex;
  font-size: 17px;
  align-items: center;
}
.survey .text-value:nth-of-type(odd) {
  background-color: #ECECEC;
}
.survey .single-value:nth-of-type(odd) {
  background-color: #ECECEC;
}
.survey .multi-value:nth-of-type(odd) {
  background-color: #ECECEC;
}
.survey .section {
  margin-top: 50px;
}
.survey .section-title {
  color: black;
}
.survey .single-value, .survey .text-value {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.survey .text-value {
  display: flex;
}
.survey .text-value-number {
  margin-right: 10px;
}
.survey .question {
  margin-top: 40px;
}
.survey .button-show-all-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.survey .mobile-label-step-choice {
  display: none;
}
.survey #loading-spinner-content {
  display: none;
  position: fixed;
  width: 100vw;
  height: 85vh;
  z-index: 100;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.survey .flex-start-container {
  display: flex;
  justify-content: flex-start;
}
.survey .flex-end-container {
  display: flex;
  justify-content: flex-end;
}
.survey .width-50-percent {
  width: 50%;
}
.survey .margin-left-50px {
  margin-left: 50px;
}
.survey .margin-top-20px {
  margin-top: 20px;
}
.survey .margin-top-50px {
  margin-top: 50px;
}
.survey .margin-top-100px {
  margin-top: 100px;
}
.survey .gray_small_text {
  color: #9E9E9E;
  font-size: 16px;
}
.survey .align-items-center {
  align-items: center;
}
.survey .hidden {
  display: none;
}
.survey #info-message-survey p {
  color: orange;
  font-size: 15px;
}
.survey .title-icon-container {
  justify-content: center;
  align-items: center;
  display: flex;
}
.survey .margin-left-5px {
  margin-left: 5px;
}
.survey .label-export {
  font-size: 15px;
  font-weight: bold;
  color: #9E9E9E;
}
.survey .check-with-label:checked + .label-for-check {
  color: black;
}
.survey #mobile-course-outer-container, .survey #mobile-instructor-outer-container {
  display: none;
}
@media (max-width: 640px) {
  .survey .small-cell {
    font-size: 9px;
    width: auto;
    display: block;
    text-align: left;
  }
  .survey .small-cell-step {
    display: flex;
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
  }
  .survey .step-choice-row-header {
    display: none;
  }
  .survey .step-choice-row {
    display: block;
    padding-left: 20px;
  }
  .survey .mobile-label-step-choice {
    display: block;
  }
  .survey .paragraph-container-step-choice {
    display: flex;
  }
  .survey .big-cell {
    padding-left: 0px;
  }
  .survey .question-description {
    margin-top: 0px;
    font-size: 13px;
  }
  .survey .button-container {
    justify-content: space-between;
  }
  .survey #loading-spinner-content {
    height: 70vh;
  }
  .survey .survey-overview-graphs {
    flex-direction: column;
  }
  .survey .dop-row {
    flex-direction: column;
  }
  .survey .dop-header-row {
    display: none;
  }
  .survey .dispatch-orders-table {
    margin-top: 20px;
  }
  .survey .circle-graph-container {
    margin-bottom: 30px;
  }
  .survey .small-circle-graph-container {
    margin-bottom: 30px;
    width: 140px;
  }
  .survey .small-label-graph {
    margin-left: 0px;
  }
  .survey .info-course-container {
    display: flex;
  }
  .survey .info-course-container .info-course-title {
    display: block;
    margin-right: 5px;
    color: #504494;
    font-weight: bold;
  }
  .survey .dop-cell-send {
    margin-bottom: 10px;
  }
  .survey .dop-cell-center {
    text-align: left;
  }
  .survey .dop-cell-nr-course {
    display: none;
  }
  .survey #mobile-course-outer-container, .survey #mobile-instructor-outer-container {
    display: block;
  }
  .survey .mobile-courses-container, .survey .mobile-instructor-container {
    margin-top: 15px;
  }
  .survey #mobile-instructor-outer-container {
    margin-top: 50px;
  }
  .survey .small-label-graph {
    margin-right: 20px;
  }
  .survey .mobile-block {
    display: block;
  }
  .survey .mobile-no-margin {
    margin: 0px;
  }
  .survey .mobile-margin-bottom-20px {
    margin-bottom: 20px;
  }
}
.survey .popup-outter-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.survey .popup-inner-container {
  position: fixed;
  width: 70%;
  background-color: white;
  top: 20%;
  left: 15%;
  z-index: 1001;
  display: none;
}
.survey .popup-text-container {
  margin-left: 30px;
  margin-right: 30px;
  display: none;
}
.survey .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: 10px;
  cursor: pointer;
}
.survey .cursor-pointer {
  cursor: pointer;
}
.survey .flex-items-center {
  display: flex;
  align-items: center;
}

.trainings-header {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
}

#trainings-header-text-container {
  max-width: 80%;
  margin-right: 50px;
}

#trainings-header-status {
  min-width: 160px;
}

.trainings-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.trainings-list .training-element {
  border: 4px solid black;
  border-radius: 20px;
  opacity: 0.4;
  flex-grow: 1;
  flex: 40%;
  display: flex;
}
.trainings-list .training-element a {
  text-decoration: none;
  color: inherit;
  flex-grow: 1;
  padding: 20px 50px;
  pointer-events: none;
  cursor: default;
}
.trainings-list .training-element img {
  pointer-events: auto;
}
.trainings-list .training-element p {
  margin: 10px 0 0;
}
.trainings-list .training-element h3 {
  color: inherit;
}
.trainings-list .training-element.full-width {
  width: 100%;
  flex: 100%;
}
.trainings-list .training-element.training-violet {
  border-color: #504494;
  color: #504494;
}
.trainings-list .training-element.training-violet.accessible {
  background-color: #504494;
  opacity: 1;
  color: white;
}
.trainings-list .training-element.training-violet.accessible a {
  pointer-events: auto;
  cursor: pointer;
}
.trainings-list .training-element.training-rose {
  border-color: #AD6E8B;
  color: #AD6E8B;
}
.trainings-list .training-element.training-rose.accessible {
  background-color: #AD6E8B;
  opacity: 1;
  color: white;
}
.trainings-list .training-element.training-rose.accessible a {
  pointer-events: auto;
  cursor: pointer;
}
.trainings-list .training-element.training-yellow {
  border-color: #E4B939;
  color: #E4B939;
}
.trainings-list .training-element.training-yellow.accessible {
  background-color: #E4B939;
  opacity: 1;
  color: white;
}
.trainings-list .training-element.training-yellow.accessible a {
  pointer-events: auto;
  cursor: pointer;
}
.trainings-list .training-element.training-sky {
  border-color: #46728D;
  color: #46728D;
}
.trainings-list .training-element.training-sky.accessible {
  background-color: #46728D;
  opacity: 1;
  color: white;
}
.trainings-list .training-element.training-sky.accessible a {
  pointer-events: auto;
  cursor: pointer;
}
.trainings-list .training-element.training-orange {
  border-color: #CF6532;
  color: #CF6532;
}
.trainings-list .training-element.training-orange.accessible {
  background-color: #CF6532;
  opacity: 1;
  color: white;
}
.trainings-list .training-element.training-orange.accessible a {
  pointer-events: auto;
  cursor: pointer;
}
.trainings-list .training-element.training-navy {
  border-color: #1C3476;
  color: #1C3476;
}
.trainings-list .training-element.training-navy.accessible {
  background-color: #1C3476;
  opacity: 1;
  color: white;
}
.trainings-list .training-element.training-navy.accessible a {
  pointer-events: auto;
  cursor: pointer;
}
.trainings-list .training-element.training-green {
  border-color: #449577;
  color: #449577;
}
.trainings-list .training-element.training-green.accessible {
  background-color: #449577;
  opacity: 1;
  color: white;
}
.trainings-list .training-element.training-green.accessible a {
  pointer-events: auto;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .trainings-list .training-element a {
    padding: 15px 30px;
  }
  .trainings-list .training-element img {
    width: 30px;
    height: auto;
  }
}

.training-action-icon {
  color: #504494;
  border: 2px #504494 solid;
  padding: 2px;
  cursor: pointer;
}

.dop-header-cell {
  display: flex;
  align-items: center;
}

.clickable {
  cursor: pointer;
}

.dop-cell-box {
  width: 50px;
}

.dop-cell-tn, .dop-cell-error {
  width: 30px;
}

.dop-cell-course {
  width: 200px;
}

.dop-cell-close, .dop-cell-partner, .dop-cell-action {
  width: 80px;
}

.dop-cell-action {
  width: 100px;
}

.dop-cell-form, .dop-cell-status {
  width: 50px;
}

.invoice-outer-filter-container {
  display: flex;
  justify-content: flex-start;
}

.invoice-filter-container {
  margin: 0 20px 0 0;
}

.invoice-wrapper-filter-container {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.input-field.col label {
  left: 0;
}

.margin-bottom-40px {
  margin-bottom: 40px;
}

.margin-top-40px {
  margin-top: 40px;
}

.details_container {
  font-size: 17px;
  display: none;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 50px;
}

.margin-left-30px {
  margin-left: 30px;
}

.margin-right-30px {
  margin-right: 30px;
}

.full-width {
  width: 100%;
}

.cursor-pointer {
  cursor: pointer;
}

.margin-top-10px {
  margin-top: 10px;
}

.flex_container {
  display: flex;
  justify-content: flex-start;
}

.invoice-outer-filter-container .input-field.col label {
  padding-left: 0px;
}

.bottom-dotted-border {
  border-bottom: 1px dotted lightgrey;
  padding-bottom: 10px;
}

.top-aligned {
  align-items: flex-start;
}

.certificate-container {
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 75px;
}
@media only screen and (max-width: 1024px) {
  .certificate-container {
    gap: 50px;
  }
}
.certificate-container .certificate {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
@media only screen and (max-width: 1024px) {
  .certificate-container .certificate {
    flex-direction: column;
    gap: 30px;
  }
}
.certificate-container .certificate .img-wrapper {
  border: 1px solid black;
  height: fit-content;
  width: fit-content;
}
.certificate-container .certificate img {
  height: 350px;
  width: 247.5px;
}
@media only screen and (max-width: 1024px) {
  .certificate-container .certificate img {
    height: 282px;
    width: 200px;
  }
}
.certificate-container .certificate .certificate-infos {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .certificate-container .certificate .certificate-infos {
    gap: 10px;
  }
}
.certificate-container .certificate-course-info ul.dashed {
  list-style-type: none;
  padding: revert;
}
.certificate-container .certificate-course-info ul.dashed > li:before {
  content: "–";
  position: absolute;
  margin-left: -1.5em;
}

.certificate-share {
  margin-top: 70px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: #FFF;
}
@media only screen and (max-width: 1024px) {
  .certificate-share {
    flex-direction: column;
    gap: 20px;
  }
}
.certificate-share .button-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
@media only screen and (max-width: 1024px) {
  .certificate-share .button-container {
    flex-direction: column;
  }
}
.certificate-share .button-container #mobileShareBtn {
  display: none;
}
@media only screen and (max-width: 640px) {
  .certificate-share .button-container #mobileShareBtn {
    display: inline-flex;
  }
}
.certificate-share .button-container #copyLinkToClipboardBtn {
  display: inline-flex;
}
@media only screen and (max-width: 640px) {
  .certificate-share .button-container #copyLinkToClipboardBtn {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .certificate-share .button-container .social-share-link {
    display: none;
  }
}
.certificate-share .text-template-container {
  border: 2px solid #504494;
  padding: 10px;
  width: min(500px, 100%);
}
.certificate-share .text-template-container p {
  margin: 0;
  font-size: 0.875rem;
}

body.theme-rose h1, body.theme-rose h2, body.theme-rose h3 {
  color: #AD6E8B;
}
body.theme-rose .navbar-fixed nav .brand-logo svg, body.theme-rose .navbar-fixed nav .brand-logo g, body.theme-rose .navbar-fixed nav .brand-logo path {
  fill: #AD6E8B;
}
body.theme-rose .navbar-fixed nav ul li.selected a, body.theme-rose .navbar-fixed nav ul li.ancestor a {
  color: #AD6E8B;
}
body.theme-rose .fixed-footer {
  background-color: #AD6E8B !important;
}
body.theme-rose .fixed-footer a, body.theme-rose .fixed-footer h3 {
  color: #FFF;
}
body.theme-rose .fixed-footer button.outlined {
  border: 2px #FFF solid;
  color: #FFF;
}
body.theme-rose button.outlined {
  border: 2px #AD6E8B solid;
  color: #AD6E8B;
}
body.theme-rose button.outlined.active {
  border: 2px #FFF solid;
  background-color: #AD6E8B;
  color: #FFF;
}
body.theme-rose .material-tooltip {
  background-color: #AD6E8B;
  color: #FFF;
}
body.theme-rose #course-list .catchup-list .catchup-course-list {
  border-color: #AD6E8B;
}
body.theme-rose #course-list .catchup-list .catchup-course-list a {
  color: #AD6E8B;
}
body.theme-rose .spinner-color {
  border-color: #AD6E8B;
}
body.theme-rose .text-area-input {
  border-color: #AD6E8B;
}

body.theme-yellow h1, body.theme-yellow h2, body.theme-yellow h3 {
  color: #E4B939;
}
body.theme-yellow .text-centered {
  text-align: center;
  vertical-align: middle;
}
body.theme-yellow .left-no-padding .col {
  padding-left: 0;
}
body.theme-yellow .left-no-padding .row {
  margin-bottom: 0;
}
body.theme-yellow .left-no-padding .row .teil-margin-bottom {
  margin-bottom: 20px;
}
body.theme-yellow .navbar-fixed nav .brand-logo svg, body.theme-yellow .navbar-fixed nav .brand-logo g, body.theme-yellow .navbar-fixed nav .brand-logo path {
  fill: #E4B939;
}
body.theme-yellow .navbar-fixed nav ul li.selected a, body.theme-yellow .navbar-fixed nav ul li.ancestor a {
  color: #E4B939;
}
body.theme-yellow .fixed-footer {
  background-color: #E4B939 !important;
}
body.theme-yellow .fixed-footer a, body.theme-yellow .fixed-footer h3 {
  color: #FFF;
}
body.theme-yellow .fixed-footer button.outlined {
  border: 2px #FFF solid;
  color: #FFF;
}
body.theme-yellow button.outlined {
  border: 2px #E4B939 solid;
  color: #E4B939;
}
body.theme-yellow button.outlined.active {
  border: 2px #FFF solid;
  background-color: #E4B939;
  color: #FFF;
}
body.theme-yellow .material-tooltip {
  background-color: #E4B939;
  color: #FFF;
}
body.theme-yellow #course-container #course-list tr, body.theme-yellow #course-container-partner #course-list-partner tr {
  border-color: #E4B939;
}
body.theme-yellow #course-container #course-list a, body.theme-yellow #course-container-partner #course-list-partner a {
  color: #E4B939;
}
body.theme-yellow #course-list .catchup-list .catchup-course-list {
  border-color: #E4B939;
}
body.theme-yellow #course-list .catchup-list .catchup-course-list a {
  color: #E4B939;
}
body.theme-yellow .spinner-color {
  border-color: #E4B939;
}
body.theme-yellow .text-area-input {
  border-color: #E4B939;
}

.file-drop-area {
  position: relative;
  margin-top: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px;
  border: 2px rgba(51, 51, 51, 0.4) dashed;
  border-radius: 3px;
}
.file-drop-area.active {
  background-color: rgba(0, 0, 0, 0.1);
}

.file-input-message {
  margin: 0 auto;
  color: rgba(51, 51, 51, 0.4);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#id_cv_document, #id_questionnaire_document, #id_criminal_record_document, #id_additional_documents {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.file-input-label {
  font-size: 1rem;
}

#questionnaire-download-link {
  margin-bottom: 20px;
}
#questionnaire-download-link a {
  color: #E4B939;
}

@media only screen and (max-width: 1024px) {
  #cv-label-id, #questionnaire-label-id {
    padding: 75px 75px;
  }
}
body.theme-sky h1, body.theme-sky h2, body.theme-sky h3 {
  color: #46728D;
}
body.theme-sky .text-centered {
  text-align: center;
  vertical-align: middle;
}
body.theme-sky .left-no-padding .col {
  padding-left: 0;
}
body.theme-sky .left-no-padding .row {
  margin-bottom: 0;
}
body.theme-sky .left-no-padding .row .teil-margin-bottom {
  margin-bottom: 20px;
}
body.theme-sky .navbar-fixed nav .brand-logo svg, body.theme-sky .navbar-fixed nav .brand-logo g, body.theme-sky .navbar-fixed nav .brand-logo path {
  fill: #46728D;
}
body.theme-sky .navbar-fixed nav ul li.selected a, body.theme-sky .navbar-fixed nav ul li.ancestor a {
  color: #46728D;
}
body.theme-sky .fixed-footer {
  background-color: #46728D !important;
}
body.theme-sky .fixed-footer a, body.theme-sky .fixed-footer h3 {
  color: #FFF;
}
body.theme-sky .fixed-footer button.outlined {
  border: 2px #FFF solid;
  color: #FFF;
}
body.theme-sky button.outlined {
  border: 2px #46728D solid;
  color: #46728D;
}
body.theme-sky button.outlined.active {
  border: 2px #FFF solid;
  background-color: #46728D;
  color: #FFF;
}
body.theme-sky .material-tooltip {
  background-color: #46728D;
  color: #FFF;
}
body.theme-sky #course-container #course-list tr, body.theme-sky #course-container-partner #course-list-partner tr {
  border-color: #46728D;
}
body.theme-sky #course-container #course-list a, body.theme-sky #course-container-partner #course-list-partner a {
  color: #46728D;
}
body.theme-sky #course-list .catchup-list .catchup-course-list {
  border-color: #46728D;
}
body.theme-sky #course-list .catchup-list .catchup-course-list a {
  color: #46728D;
}
body.theme-sky .spinner-color {
  border-color: #46728D;
}
body.theme-sky .text-area-input {
  border-color: #46728D;
}

.file-drop-area {
  position: relative;
  margin-top: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px;
  border: 2px rgba(51, 51, 51, 0.4) dashed;
  border-radius: 3px;
}
.file-drop-area.active {
  background-color: rgba(0, 0, 0, 0.1);
}

.file-input-message {
  margin: 0 auto;
  color: rgba(51, 51, 51, 0.4);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#id_cv_document, #id_questionnaire_document, #id_criminal_record_document, #id_additional_documents {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.file-input-label {
  font-size: 1rem;
}

#questionnaire-download-link {
  margin-bottom: 20px;
}
#questionnaire-download-link a {
  color: #46728D;
}

@media only screen and (max-width: 1024px) {
  #cv-label-id, #questionnaire-label-id {
    padding: 75px 75px;
  }
}
body.theme-navy h1, body.theme-navy h2, body.theme-navy h3 {
  color: #1C3476;
}
body.theme-navy .text-centered {
  text-align: center;
  vertical-align: middle;
}
body.theme-navy .left-no-padding .col {
  padding-left: 0;
}
body.theme-navy .left-no-padding .row {
  margin-bottom: 0;
}
body.theme-navy .left-no-padding .row .teil-margin-bottom {
  margin-bottom: 20px;
}
body.theme-navy .navbar-fixed nav .brand-logo svg, body.theme-navy .navbar-fixed nav .brand-logo g, body.theme-navy .navbar-fixed nav .brand-logo path {
  fill: #1C3476;
}
body.theme-navy .navbar-fixed nav ul li.selected a, body.theme-navy .navbar-fixed nav ul li.ancestor a {
  color: #1C3476;
}
body.theme-navy .fixed-footer {
  background-color: #1C3476 !important;
}
body.theme-navy .fixed-footer a, body.theme-navy .fixed-footer h3 {
  color: #FFF;
}
body.theme-navy .fixed-footer button.outlined {
  border: 2px #FFF solid;
  color: #FFF;
}
body.theme-navy button.outlined {
  border: 2px #1C3476 solid;
  color: #1C3476;
}
body.theme-navy button.outlined.active {
  border: 2px #FFF solid;
  background-color: #1C3476;
  color: #FFF;
}
body.theme-navy .material-tooltip {
  background-color: #1C3476;
  color: #FFF;
}
body.theme-navy #course-container #course-list tr, body.theme-navy #course-container-partner #course-list-partner tr {
  border-color: #1C3476;
}
body.theme-navy #course-container #course-list a, body.theme-navy #course-container-partner #course-list-partner a {
  color: #1C3476;
}
body.theme-navy #course-list .catchup-list .catchup-course-list {
  border-color: #1C3476;
}
body.theme-navy #course-list .catchup-list .catchup-course-list a {
  color: #1C3476;
}
body.theme-navy .spinner-color {
  border-color: #1C3476;
}
body.theme-navy .text-area-input {
  border-color: #1C3476;
}

.file-drop-area {
  position: relative;
  margin-top: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px;
  border: 2px rgba(51, 51, 51, 0.4) dashed;
  border-radius: 3px;
}
.file-drop-area.active {
  background-color: rgba(0, 0, 0, 0.1);
}

.file-input-message {
  margin: 0 auto;
  color: rgba(51, 51, 51, 0.4);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#id_cv_document, #id_questionnaire_document, #id_criminal_record_document, #id_additional_documents {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.file-input-label {
  font-size: 1rem;
}

#questionnaire-download-link {
  margin-bottom: 20px;
}
#questionnaire-download-link a {
  color: #1C3476;
}

@media only screen and (max-width: 1024px) {
  #cv-label-id, #questionnaire-label-id {
    padding: 75px 75px;
  }
}
body.theme-orange h1, body.theme-orange h2, body.theme-orange h3 {
  color: #CF6532;
}
body.theme-orange .text-centered {
  text-align: center;
  vertical-align: middle;
}
body.theme-orange .left-no-padding .col {
  padding-left: 0;
}
body.theme-orange .left-no-padding .row {
  margin-bottom: 0;
}
body.theme-orange .left-no-padding .row .teil-margin-bottom {
  margin-bottom: 20px;
}
body.theme-orange .navbar-fixed nav .brand-logo svg, body.theme-orange .navbar-fixed nav .brand-logo g, body.theme-orange .navbar-fixed nav .brand-logo path {
  fill: #CF6532;
}
body.theme-orange .navbar-fixed nav ul li.selected a, body.theme-orange .navbar-fixed nav ul li.ancestor a {
  color: #CF6532;
}
body.theme-orange .fixed-footer {
  background-color: #CF6532 !important;
}
body.theme-orange .fixed-footer a, body.theme-orange .fixed-footer h3 {
  color: #FFF;
}
body.theme-orange .fixed-footer button.outlined {
  border: 2px #FFF solid;
  color: #FFF;
}
body.theme-orange button.outlined {
  border: 2px #CF6532 solid;
  color: #CF6532;
}
body.theme-orange button.outlined.active {
  border: 2px #FFF solid;
  background-color: #CF6532;
  color: #FFF;
}
body.theme-orange .material-tooltip {
  background-color: #CF6532;
  color: #FFF;
}
body.theme-orange #course-container #course-list tr, body.theme-orange #course-container-partner #course-list-partner tr {
  border-color: #CF6532;
}
body.theme-orange #course-container #course-list a, body.theme-orange #course-container-partner #course-list-partner a {
  color: #CF6532;
}
body.theme-orange #course-list .catchup-list .catchup-course-list {
  border-color: #CF6532;
}
body.theme-orange #course-list .catchup-list .catchup-course-list a {
  color: #CF6532;
}
body.theme-orange .spinner-color {
  border-color: #CF6532;
}
body.theme-orange .text-area-input {
  border-color: #CF6532;
}

.file-drop-area {
  position: relative;
  margin-top: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px;
  border: 2px rgba(51, 51, 51, 0.4) dashed;
  border-radius: 3px;
}
.file-drop-area.active {
  background-color: rgba(0, 0, 0, 0.1);
}

.file-input-message {
  margin: 0 auto;
  color: rgba(51, 51, 51, 0.4);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#id_cv_document, #id_questionnaire_document, #id_criminal_record_document, #id_additional_documents {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.file-input-label {
  font-size: 1rem;
}

#questionnaire-download-link {
  margin-bottom: 20px;
}
#questionnaire-download-link a {
  color: #CF6532;
}

@media only screen and (max-width: 1024px) {
  #cv-label-id, #questionnaire-label-id {
    padding: 75px 75px;
  }
}
body.theme-violet h1, body.theme-violet h2, body.theme-violet h3 {
  color: #504494;
}
body.theme-violet .text-centered {
  text-align: center;
  vertical-align: middle;
}
body.theme-violet .left-no-padding .col {
  padding-left: 0;
}
body.theme-violet .left-no-padding .row {
  margin-bottom: 0;
}
body.theme-violet .left-no-padding .row .teil-margin-bottom {
  margin-bottom: 20px;
}
body.theme-violet .navbar-fixed nav .brand-logo svg, body.theme-violet .navbar-fixed nav .brand-logo g, body.theme-violet .navbar-fixed nav .brand-logo path {
  fill: #504494;
}
body.theme-violet .navbar-fixed nav ul li.selected a, body.theme-violet .navbar-fixed nav ul li.ancestor a {
  color: #504494;
}
body.theme-violet .fixed-footer {
  background-color: #504494 !important;
}
body.theme-violet .fixed-footer a, body.theme-violet .fixed-footer h3 {
  color: #FFF;
}
body.theme-violet .fixed-footer button.outlined {
  border: 2px #FFF solid;
  color: #FFF;
}
body.theme-violet button.outlined {
  border: 2px #504494 solid;
  color: #504494;
}
body.theme-violet button.outlined.active {
  border: 2px #FFF solid;
  background-color: #504494;
  color: #FFF;
}
body.theme-violet .material-tooltip {
  background-color: #504494;
  color: #FFF;
}
body.theme-violet #course-container #course-list tr, body.theme-violet #course-container-partner #course-list-partner tr {
  border-color: #504494;
}
body.theme-violet #course-container #course-list a, body.theme-violet #course-container-partner #course-list-partner a {
  color: #504494;
}
body.theme-violet #course-list .catchup-list .catchup-course-list {
  border-color: #504494;
}
body.theme-violet #course-list .catchup-list .catchup-course-list a {
  color: #504494;
}
body.theme-violet .spinner-color {
  border-color: #504494;
}
body.theme-violet .text-area-input {
  border-color: #504494;
}

.file-drop-area {
  position: relative;
  margin-top: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px;
  border: 2px rgba(51, 51, 51, 0.4) dashed;
  border-radius: 3px;
}
.file-drop-area.active {
  background-color: rgba(0, 0, 0, 0.1);
}

.file-input-message {
  margin: 0 auto;
  color: rgba(51, 51, 51, 0.4);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#id_cv_document, #id_questionnaire_document, #id_criminal_record_document, #id_additional_documents {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.file-input-label {
  font-size: 1rem;
}

#questionnaire-download-link {
  margin-bottom: 20px;
}
#questionnaire-download-link a {
  color: #504494;
}

@media only screen and (max-width: 1024px) {
  #cv-label-id, #questionnaire-label-id {
    padding: 75px 75px;
  }
}
body.theme-green h1, body.theme-green h2, body.theme-green h3 {
  color: #449577;
}
body.theme-green .text-centered {
  text-align: center;
  vertical-align: middle;
}
body.theme-green .left-no-padding .col {
  padding-left: 0;
}
body.theme-green .left-no-padding .row {
  margin-bottom: 0;
}
body.theme-green .left-no-padding .row .teil-margin-bottom {
  margin-bottom: 20px;
}
body.theme-green .navbar-fixed nav .brand-logo svg, body.theme-green .navbar-fixed nav .brand-logo g, body.theme-green .navbar-fixed nav .brand-logo path {
  fill: #449577;
}
body.theme-green .navbar-fixed nav ul li.selected a, body.theme-green .navbar-fixed nav ul li.ancestor a {
  color: #449577;
}
body.theme-green .fixed-footer {
  background-color: #449577 !important;
}
body.theme-green .fixed-footer a, body.theme-green .fixed-footer h3 {
  color: #FFF;
}
body.theme-green .fixed-footer button.outlined {
  border: 2px #FFF solid;
  color: #FFF;
}
body.theme-green button.outlined {
  border: 2px #449577 solid;
  color: #449577;
}
body.theme-green button.outlined.active {
  border: 2px #FFF solid;
  background-color: #449577;
  color: #FFF;
}
body.theme-green .material-tooltip {
  background-color: #449577;
  color: #FFF;
}
body.theme-green #course-container #course-list tr, body.theme-green #course-container-partner #course-list-partner tr {
  border-color: #449577;
}
body.theme-green #course-container #course-list a, body.theme-green #course-container-partner #course-list-partner a {
  color: #449577;
}
body.theme-green #course-list .catchup-list .catchup-course-list {
  border-color: #449577;
}
body.theme-green #course-list .catchup-list .catchup-course-list a {
  color: #449577;
}
body.theme-green .spinner-color {
  border-color: #449577;
}
body.theme-green .text-area-input {
  border-color: #449577;
}

.file-drop-area {
  position: relative;
  margin-top: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px;
  border: 2px rgba(51, 51, 51, 0.4) dashed;
  border-radius: 3px;
}
.file-drop-area.active {
  background-color: rgba(0, 0, 0, 0.1);
}

.file-input-message {
  margin: 0 auto;
  color: rgba(51, 51, 51, 0.4);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#id_cv_document, #id_questionnaire_document, #id_criminal_record_document, #id_additional_documents {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.file-input-label {
  font-size: 1rem;
}

#questionnaire-download-link {
  margin-bottom: 20px;
}
#questionnaire-download-link a {
  color: #449577;
}

@media only screen and (max-width: 1024px) {
  #cv-label-id, #questionnaire-label-id {
    padding: 75px 75px;
  }
}
body.theme-black h1, body.theme-black h2, body.theme-black h3 {
  color: #333333;
}
body.theme-black .text-centered {
  text-align: center;
  vertical-align: middle;
}
body.theme-black .left-no-padding .col {
  padding-left: 0;
}
body.theme-black .left-no-padding .row {
  margin-bottom: 0;
}
body.theme-black .left-no-padding .row .teil-margin-bottom {
  margin-bottom: 20px;
}
body.theme-black .navbar-fixed nav .brand-logo svg, body.theme-black .navbar-fixed nav .brand-logo g, body.theme-black .navbar-fixed nav .brand-logo path {
  fill: #504494;
}
body.theme-black .navbar-fixed nav ul li.selected a, body.theme-black .navbar-fixed nav ul li.ancestor a {
  color: #333333;
}
body.theme-black .fixed-footer {
  background-color: #333333 !important;
}
body.theme-black .fixed-footer a, body.theme-black .fixed-footer h3 {
  color: #FFF;
}
body.theme-black .fixed-footer button.outlined {
  border: 2px #FFF solid;
  color: #FFF;
}
body.theme-black button.outlined {
  border: 2px #333333 solid;
  color: #333333;
}
body.theme-black button.outlined.active {
  border: 2px #FFF solid;
  background-color: #333333;
  color: #FFF;
}
body.theme-black .material-tooltip {
  background-color: #333333;
  color: #FFF;
}
body.theme-black #course-container #course-list tr, body.theme-black #course-container-partner #course-list-partner tr {
  border-color: #333333;
}
body.theme-black #course-container #course-list a, body.theme-black #course-container-partner #course-list-partner a {
  color: #333333;
}
body.theme-black #course-list .catchup-list .catchup-course-list {
  border-color: #333333;
}
body.theme-black #course-list .catchup-list .catchup-course-list a {
  color: #333333;
}
body.theme-black .spinner-color {
  border-color: #333333;
}
body.theme-black .text-area-input {
  border-color: #333333;
}

.file-drop-area {
  position: relative;
  margin-top: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px;
  border: 2px rgba(51, 51, 51, 0.4) dashed;
  border-radius: 3px;
}
.file-drop-area.active {
  background-color: rgba(0, 0, 0, 0.1);
}

.file-input-message {
  margin: 0 auto;
  color: rgba(51, 51, 51, 0.4);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#id_cv_document, #id_questionnaire_document, #id_criminal_record_document, #id_additional_documents {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.file-input-label {
  font-size: 1rem;
}

#questionnaire-download-link {
  margin-bottom: 20px;
}
#questionnaire-download-link a {
  color: #333333;
}

@media only screen and (max-width: 1024px) {
  #cv-label-id, #questionnaire-label-id {
    padding: 75px 75px;
  }
}

/*# sourceMappingURL=main.css.map */
