/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[11].use[5]!./src/app/globals.sass ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-display: swap;
  font-family: "HelveticaNeue";
  src: url("/fonts/HelveticaNeue-Roman.ttf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "HelveticaNeue-Light";
  src: url("/fonts/HelveticaNeue-Light.ttf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "HelveticaNeue-Bold";
  src: url("/fonts/HelveticaNeue-Bold.ttf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova Bold";
  src: url("/fonts/ProximaNova-Bold.ttf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova Semi-Bold";
  src: url("/fonts/ProximaNova-Semibold.ttf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Graphik";
  src: url("/fonts/GraphikRegular.otf") format("opentype");
}
::selection {
  background-color: #008FD0;
  color: #fff;
}

::-webkit-scrollbar {
  width: 8px;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #d4d4d4;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a7a7a7;
}

* {
  box-sizing: border-box;
}

.grecaptcha-badge {
  visibility: hidden;
}

.wrapper {
  position: relative;
  max-width: 100%;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 768px) {
  .wrapper {
    height: 100%;
  }
}

.global-wrapper {
  width: 100%;
  min-width: 320px;
  min-height: 100%;
}

.full-width-block {
  display: block;
  position: relative;
  max-width: 100vw;
  z-index: 3;
  width: 100vw;
  left: 50%;
  transform: translate(-50%, 0);
}

.os-windows .full-width-block {
  max-width: calc(100vw - 15px);
}

body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  height: 100%;
  word-break: break-word;
  word-wrap: break-word;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}

.hide {
  display: none !important;
}
.hide text {
  font-family: "HelveticaNeue", sans-serif;
}

html {
  min-height: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 75px;
}

h1.uppercase, h2.uppercase, h3.uppercase, h4.uppercase, h5.uppercase {
  text-transform: uppercase;
}
h1.bold, h2.bold, h3.bold, h4.bold, h5.bold {
  font-weight: bold;
}

h1 {
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 1.2;
  }
}

h2 {
  font-size: 32px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 1.2;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    line-height: 1.2;
  }
}

h4 {
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
    line-height: 1.2;
  }
}

h5 {
  font-size: 16px;
  line-height: 1.2;
}

h6 {
  font-size: 14px;
  line-height: 1.2;
}

input {
  border: 1px solid grey;
  padding: 5px;
  border: none;
  background: transparent;
  outline: none;
  border-radius: 0;
  white-space: nowrap;
}

button,
textarea,
select {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: none;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  font-family: "HelveticaNeue", sans-serif;
}
button:focus,
textarea:focus,
select:focus {
  outline: none;
}

input[type=submit], select {
  cursor: pointer;
}

textarea {
  resize: none;
}

i, em {
  font-style: italic;
}

b, strong {
  font-weight: 700;
}

table {
  word-break: normal;
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

#__next {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.main {
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1170px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 16px;
}

#root {
  min-height: 100vh;
}

.container {
  box-sizing: border-box;
}

.ui.modal {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  z-index: 100;
}

.dimmed .modals.dimmer .ui.scrolling.modal {
  position: fixed !important;
  margin: 0 !important;
}

.dimmed.scrolling.dimmable > .dimmer {
  position: static !important;
}

body.scrolling.dimmable.dimmed {
  overflow: auto !important;
}

.dark-btn,
.red-btn {
  background: #26345E;
  border: 1px solid #26345E;
  border-radius: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  padding: 10px 24px !important;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.dark-btn:hover,
.red-btn:hover {
  background-color: #008fd0;
  color: #fff;
  border: 1px solid #008fd0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .dark-btn,
  .red-btn {
    padding: 6px 24px !important;
  }
}

.outlined-btn {
  background: #FFF;
  border: 1px solid #26345E;
  border-radius: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #26345E;
  cursor: pointer;
  padding: 10px 24px !important;
  transition: all 0.3s ease-in-out;
}
.outlined-btn.margin {
  margin-top: 30px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .outlined-btn {
    padding: 6px 24px !important;
  }
}

.red-btn {
  background: #D42D60;
  border: none;
}
.red-btn:hover {
  background: #D42D60;
  border: none;
}

.btn {
  font-family: Inter, serif;
  width: 100%;
  padding: 5px 16px !important;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 33px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background-color: #00976C;
  box-shadow: 0 3px 6px rgba(12, 141, 115, 0.35);
  text-align: center;
}
.btn:hover {
  background-color: #19a17a;
  box-shadow: 0 3px 6px rgba(28, 200, 127, 0.35);
}

.content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  min-height: calc(100vh - 154px);
}
.content.without-height {
  min-height: auto !important;
}
.content-wrapper {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .content-wrapper {
    margin-top: 90px;
  }
}
.content-wrapper-pt {
  padding: 50px 0px;
}
.content-wrapper * {
  box-sizing: border-box;
}
.content-title {
  font-size: 24px;
  margin-bottom: 34px;
  margin-top: 0px;
  font-weight: 600;
  text-align: left;
  font-family: "Inter", sans-serif;
}

@media (min-width: 768px) {
  .wrapper-with-img {
    background-image: url("/images/other/subscription-bg.png"), url("/images/other/bg_bottompart.png");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    flex-grow: 1;
  }
}

.base-title {
  font-family: "Work Sans", sans-serif;
  font-size: 32px;
  line-height: 40px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 24px;
  color: #26345E;
}
@media (min-width: 768px) {
  .base-title {
    margin-bottom: 32px;
    line-height: 56px;
    font-size: 48px;
  }
}

.terms-content p, .terms-li {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #404F5E;
}

.main-section ol {
  padding-left: 10px;
}

.terms-content .link {
  color: #00A69D !important;
}

.base-sub-title {
  font-size: 20px;
  line-height: 32px;
  color: #404F5E;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
}

.link {
  color: #00976C;
  text-decoration: none;
  cursor: pointer;
}
.link--blue {
  color: #008FD0;
  text-decoration: none;
}
.link--blue:hover {
  text-decoration: underline;
}
.link:hover {
  text-decoration: underline;
}

a.button {
  text-decoration: none;
  display: block;
}

.button {
  width: 100%;
  padding: 5px 14px !important;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 33px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background-color: #888;
  text-align: center;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: 600;
}
.button svg > path {
  fill: #fff;
  transition: 0.3s ease-in-out;
}
.button:hover {
  background-color: #19a17a;
}
.button.disabled {
  color: #fff !important;
  background-color: #888 !important;
  border: 1px solid #888 !important;
  cursor: not-allowed;
}
.button.disabled svg > path {
  fill: #fff !important;
}
.button-full {
  width: 100%;
}

.button-no-xp {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.button-primary-link {
  border: 1px solid transparent;
  padding-left: 0px;
  background-color: transparent !important;
  padding-right: 0px;
  color: #008FD0;
}
.button-primary-link svg > path {
  fill: #008FD0;
}
.button-primary-link:hover {
  background-color: transparent !important;
  color: #19a17a !important;
}
.button-primary-link:hover svg > path {
  fill: #19a17a !important;
}

.button-primary {
  border: 1px solid #008FD0;
  background-color: #008FD0;
  color: #fff;
  display: inline;
}
.button-primary svg > path {
  fill: #fff;
}
.button-primary:hover {
  background-color: #fff;
  color: #008FD0;
}
.button-primary svg > path {
  fill: #008FD0 !important;
}

.button-primary-outline {
  border: 1px solid #008FD0;
  background-color: #fff;
  color: #008FD0;
  display: inline;
}
.button-primary-outline svg > path {
  fill: #008FD0;
}
.button-primary-outline:hover {
  background-color: #008FD0;
  color: #fff;
}
.button-primary-outline:hover svg > path {
  fill: #fff !important;
}

.button-secondary {
  color: #fff;
  border: 1px solid #00976C;
  background-color: #00976C;
}
.button-secondary svg > path {
  fill: #fff;
}
.button-secondary:hover {
  background-color: #fff;
  color: #00976C;
}
.button-secondary:hover svg > path {
  fill: #00976C;
}

.button-secondary-outline {
  background-color: #fff;
  color: #00976c;
  border: 1px solid #00976c;
}
.button-secondary-outline svg > path {
  fill: #00976C;
}
.button-secondary-outline:hover {
  background-color: #00976C;
  color: #fff;
}
.button-secondary-outline:hover svg > path {
  fill: #fff;
}

.button-danger {
  background-color: red;
  color: #fff;
  border: 1px solid red;
}
.button-danger svg > path {
  fill: #fff;
}
.button-danger:hover {
  background-color: #fff;
  color: red;
}
.button-danger:hover svg > path {
  fill: red;
}

.change-plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 25px;
  margin: 0 15%;
  width: 70%;
}

.item-blur {
  filter: blur(5px);
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}

.general_info__content {
  padding: 16px !important;
  background-color: #fff !important;
  border-radius: 4px !important;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05) !important;
}
.general_info__content ul {
  padding: 0;
  list-style: none;
}

.general-info {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 16px;
}
.general-info__content-title {
  font-size: 18px;
  color: #333333;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .general-info__content-title {
    font-size: 20px;
  }
}
.general-info__content-title::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background-color: #00976C;
}
.general-info__caption {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.general-info__caption_no_margin {
  display: flex;
  flex-direction: column;
}
.general-info__section {
  padding: 16px;
  background: #FFFFFF;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.general-info__section-title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #404F5E;
  display: flex;
  align-items: center;
}
.general-info__img {
  margin-right: 20px;
  color: #00976C;
  font-size: 20px;
}
.general-info__title {
  color: #26345E;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-top: 0;
}
.general-info__subtitle {
  font-size: 14px;
  line-height: 24px;
  color: #404F5E;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 8px;
  position: relative;
}
.general-info__subtitle span:not(.visible-country) {
  color: #D42D60;
  font-weight: 600;
}
.general-info__content {
  padding: 16px !important;
  background-color: #fff !important;
  border-radius: 4px !important;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05) !important;
}
.general-info__text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 28px;
}
@media (min-width: 768px) {
  .general-info__text {
    font-size: 14px;
  }
}
.general-info__text.text-info {
  white-space: pre-wrap;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #404F5E;
}

.company-content-disclaimer {
  color: #979797;
  font-family: Roboto, serif;
  font-size: 12px;
  line-height: 16px;
  margin-top: 40px;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!./node_modules/@thesgpgridapp/grid-components/dist/index.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --color--alert-danger: #D42D60;
  --color--alert-success: #13976C;
  --color--alert-info: #008FD0;
  --color--alert-warning: #D4C12D;
  --color--alert-danger-hovered: #D3124D;
  --color--alert-success-hovered: #069768;
  --color--alert-info-hovered: #1295D0;
  --color--alert-warning-hovered: #ECD526;
  --color--alert-danger-pressed: #E81052;
  --color--alert-success-pressed: #11A776;
  --color--alert-info-pressed: #10A6EA;
  --color--alert-warning-pressed: #F2DC3B;
  --color--alert-danger-shade: #FFEFF4;
  --color--alert-success-shade: #D7FFFD;
  --color--alert-info-shade: #E1F6FF;
  --color--alert-warning-shade: #FEF3E7;
  --color--overlay-1: rgba(0, 0, 0, 0.5019607843);
  --color--overlay-2: rgba(0, 0, 0, 0.2);
  --color--elevation-shadow-1: 0px 8px 24px 0px rgba(51, 64, 69, 0.1);
  --color--elevation-shadow-2: 0px 8px 24px 0px rgba(51, 64, 69, 0.08);
  --color--gradient-1: linear-gradient(90deg, #0C858A, #26345E, #9D3060);
  --color--gradient-2: linear-gradient(180deg, #1B97DD, #18CA9C, #17D88A);
  --color--gradient-3: linear-gradient(90deg, #D70F28, #BD1966, #3B486F);
  --color--gradient-4: linear-gradient(90deg, #F6F9FC, #EAF2F9);
  --color--neutral-white: #FFFFFF;
  --color--neutral-black: #18191F;
  --color--neutral-gray-1: #E7E7E7;
  --color--neutral-gray-2: #C5C5C6;
  --color--neutral-gray-3: #808083;
  --color--neutral-gray-4: #5D5E62;
  --color--primary-50: #E9EBEF;
  --color--primary-100: #BCC0CD;
  --color--primary-200: #9BA2B5;
  --color--primary-300: #6E7793;
  --color--primary-400: #515D7E;
  --color--primary-500: #26345E;
  --color--primary-600: #232F56;
  --color--primary-700: #1B2543;
  --color--primary-800: #151D34;
  --color--primary-900: #101627;
  --color--secondary-50: #E6F6F5;
  --color--secondary-100: #B0E3E1;
  --color--secondary-200: #8AD6D2;
  --color--secondary-300: #54C3BD;
  --color--secondary-400: #33B8B1;
  --color--secondary-500: #00A69D;
  --color--secondary-600: #00978F;
  --color--secondary-700: #00766F;
  --color--secondary-800: #005B56;
  --color--secondary-900: #004642;
  --font-family-primary: {font.$font-family-primary};
  --font-family-secondary: {font.$font-family-secondary};
  --font-size-default: {font.$font-size-default};
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  height: 100%;
  word-break: break-word;
  word-wrap: break-word;
  color: var(--color--neutral-black);
  font-family: var(--font-family-primary);
  font-size: var(--font-size-default);
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}

::-webkit-scrollbar {
  width: 8px;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #d4d4d4;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a7a7a7;
}
.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{display:flex;height:var(--react-international-phone-height, 36px);box-sizing:border-box;align-items:center;justify-content:center;padding:0;border:1px solid var(--react-international-phone-country-selector-border-color, var(--react-international-phone-border-color, gainsboro));margin:0;appearance:button;-webkit-appearance:button;background-color:var(--react-international-phone-country-selector-background-color, var(--react-international-phone-background-color, white));cursor:pointer;text-transform:none;-webkit-user-select:none;user-select:none}.react-international-phone-country-selector-button:hover{background-color:var(--react-international-phone-country-selector-background-color-hover, whitesmoke)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:transparent}.react-international-phone-country-selector-button__button-content{display:flex;align-items:center;justify-content:center}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-top:var(--react-international-phone-country-selector-arrow-size, 4px) solid var(--react-international-phone-country-selector-arrow-color, #777);border-right:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;border-left:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;margin-right:4px;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color, #999)}.react-international-phone-country-selector-button--disabled{background-color:var(--react-international-phone-disabled-country-selector-background-color, var(--react-international-phone-disabled-background-color, whitesmoke));cursor:auto}.react-international-phone-country-selector-button--disabled:hover{background-color:var(--react-international-phone-disabled-country-selector-background-color, var(--react-international-phone-disabled-background-color, whitesmoke))}.react-international-phone-flag-emoji{width:var(--react-international-phone-flag-width, 24px);height:var(--react-international-phone-flag-height, 24px);box-sizing:border-box}.react-international-phone-country-selector-dropdown{position:absolute;z-index:1;top:var(--react-international-phone-dropdown-top, 44px);left:var(--react-international-phone-dropdown-left, 0);display:flex;width:300px;max-height:200px;flex-direction:column;padding:4px 0;margin:0;background-color:var(--react-international-phone-dropdown-item-background-color, var(--react-international-phone-background-color, white));box-shadow:var(--react-international-phone-dropdown-shadow, 2px 2px 16px rgba(0, 0, 0, .25));color:var(--react-international-phone-dropdown-item-text-color, var(--react-international-phone-text-color, #222));list-style:none;overflow-y:scroll}.react-international-phone-country-selector-dropdown__preferred-list-divider{height:1px;border:none;margin:var(--react-international-phone-dropdown-preferred-list-divider-margin, 0);background:var(--react-international-phone-dropdown-preferred-list-divider-color, var(--react-international-phone-border-color, gainsboro))}.react-international-phone-country-selector-dropdown__list-item{display:flex;min-height:var(--react-international-phone-dropdown-item-height, 28px);box-sizing:border-box;align-items:center;padding:2px 8px}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{overflow:hidden;margin-right:8px;font-size:var(--react-international-phone-dropdown-item-font-size, 14px);text-overflow:ellipsis;white-space:nowrap}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-dropdown-item-dial-code-color, gray);font-size:var(--react-international-phone-dropdown-item-font-size, 14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--selected,.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke);color:var(--react-international-phone-selected-dropdown-item-text-color, var(--react-international-phone-text-color, #222))}.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-selected-dropdown-item-dial-code-color, var(--react-international-phone-dropdown-item-dial-code-color, gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke))}.react-international-phone-dial-code-preview{display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid var(--react-international-phone-dial-code-preview-border-color, var(--react-international-phone-border-color, gainsboro));margin-right:-1px;background-color:var(--react-international-phone-dial-code-preview-background-color, var(--react-international-phone-background-color, white));color:var(--react-international-phone-dial-code-preview-text-color, var(--react-international-phone-text-color, #222));font-size:var(--react-international-phone-dial-code-preview-font-size, var(--react-international-phone-font-size, 13px))}.react-international-phone-dial-code-preview--disabled{background-color:var(--react-international-phone-dial-code-preview-disabled-background-color, var(--react-international-phone-disabled-background-color, whitesmoke));color:var(--react-international-phone-dial-code-preview-disabled-text-color, var(--react-international-phone-disabled-text-color, #666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:var(--react-international-phone-border-radius, 4px);margin-right:-1px;border-bottom-right-radius:0;border-top-right-radius:0}.react-international-phone-input-container .react-international-phone-input{overflow:visible;height:var(--react-international-phone-height, 36px);box-sizing:border-box;padding:0 8px;border:1px solid var(--react-international-phone-border-color, gainsboro);border-radius:var(--react-international-phone-border-radius, 4px);margin:0;background-color:var(--react-international-phone-background-color, white);border-bottom-left-radius:0;border-top-left-radius:0;color:var(--react-international-phone-text-color, #222);font-family:inherit;font-size:var(--react-international-phone-font-size, 13px)}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:var(--react-international-phone-disabled-background-color, whitesmoke);color:var(--react-international-phone-disabled-text-color, #666)}

/* Variables declaration */
/* prettier-ignore */
.rdp-root {
  --rdp-accent-color: blue; /* The accent color used for selected days and UI elements. */
  --rdp-accent-background-color: #f0f0ff; /* The accent background color used for selected days and UI elements. */

  --rdp-day-height: 44px; /* The height of the day cells. */
  --rdp-day-width: 44px; /* The width of the day cells. */
  
  --rdp-day_button-border-radius: 100%; /* The border radius of the day cells. */
  --rdp-day_button-border: 2px solid transparent; /* The border of the day cells. */
  --rdp-day_button-height: 42px; /* The height of the day cells. */
  --rdp-day_button-width: 42px; /* The width of the day cells. */
  
  --rdp-selected-border: 2px solid var(--rdp-accent-color); /* The border of the selected days. */
  --rdp-disabled-opacity: 0.5; /* The opacity of the disabled days. */
  --rdp-outside-opacity: 0.75; /* The opacity of the days outside the current month. */
  --rdp-today-color: var(--rdp-accent-color); /* The color of the today's date. */
  
  --rdp-dropdown-gap: 0.5rem;/* The gap between the dropdowns used in the month captons. */
  
  --rdp-months-gap: 2rem; /* The gap between the months in the multi-month view. */
  
  --rdp-nav_button-disabled-opacity: 0.5; /* The opacity of the disabled navigation buttons. */
  --rdp-nav_button-height: 2.25rem; /* The height of the navigation buttons. */
  --rdp-nav_button-width: 2.25rem; /* The width of the navigation buttons. */
  --rdp-nav-height: 2.75rem; /* The height of the navigation bar. */
  
  --rdp-range_middle-background-color: var(--rdp-accent-background-color); /* The color of the background for days in the middle of a range. */
  --rdp-range_middle-color: inherit;/* The color of the range text. */
  
  --rdp-range_start-color: white; /* The color of the range text. */
  --rdp-range_start-background: linear-gradient(var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50%); /* Used for the background of the start of the selected range. */
  --rdp-range_start-date-background-color: var(--rdp-accent-color); /* The background color of the date when at the start of the selected range. */
  
  --rdp-range_end-background: linear-gradient(var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50%); /* Used for the background of the end of the selected range. */
  --rdp-range_end-color: white;/* The color of the range text. */
  --rdp-range_end-date-background-color: var(--rdp-accent-color); /* The background color of the date when at the end of the selected range. */
  
  --rdp-week_number-border-radius: 100%; /* The border radius of the week number. */
  --rdp-week_number-border: 2px solid transparent; /* The border of the week number. */
  
  --rdp-week_number-height: var(--rdp-day-height); /* The height of the week number cells. */
  --rdp-week_number-opacity: 0.75; /* The opacity of the week number. */
  --rdp-week_number-width: var(--rdp-day-width); /* The width of the week number cells. */
  --rdp-weeknumber-text-align: center; /* The text alignment of the weekday cells. */

  --rdp-weekday-opacity: 0.75; /* The opacity of the weekday. */
  --rdp-weekday-padding: 0.5rem 0rem; /* The padding of the weekday. */
  --rdp-weekday-text-align: center; /* The text alignment of the weekday cells. */

  --rdp-gradient-direction: 90deg;

  --rdp-animation_duration: 0.3s;
  --rdp-animation_timing: cubic-bezier(0.4, 0, 0.2, 1);
}

.rdp-root[dir="rtl"] {
  --rdp-gradient-direction: -90deg;
}

.rdp-root[data-broadcast-calendar="true"] {
  --rdp-outside-opacity: unset;
}

/* Root of the component. */
.rdp-root {
  position: relative; /* Required to position the navigation toolbar. */
  box-sizing: border-box;
}

.rdp-root * {
  box-sizing: border-box;
}

.rdp-day {
  width: var(--rdp-day-width);
  height: var(--rdp-day-height);
  text-align: center;
}

.rdp-day_button {
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  justify-content: center;
  align-items: center;
  display: flex;

  width: var(--rdp-day_button-width);
  height: var(--rdp-day_button-height);
  border: var(--rdp-day_button-border);
  border-radius: var(--rdp-day_button-border-radius);
}

.rdp-day_button:disabled {
  cursor: revert;
}

.rdp-caption_label {
  z-index: 1;

  position: relative;
  display: inline-flex;
  align-items: center;

  white-space: nowrap;
  border: 0;
}

.rdp-dropdown:focus-visible ~ .rdp-caption_label {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}

.rdp-button_next,
.rdp-button_previous {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  appearance: none;

  width: var(--rdp-nav_button-width);
  height: var(--rdp-nav_button-height);
}

.rdp-button_next:disabled,
.rdp-button_next[aria-disabled="true"],
.rdp-button_previous:disabled,
.rdp-button_previous[aria-disabled="true"] {
  cursor: revert;

  opacity: var(--rdp-nav_button-disabled-opacity);
}

.rdp-chevron {
  display: inline-block;
  fill: var(--rdp-accent-color);
}

.rdp-root[dir="rtl"] .rdp-nav .rdp-chevron {
  transform: rotate(180deg);
  transform-origin: 50%;
}

.rdp-dropdowns {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: var(--rdp-dropdown-gap);
}
.rdp-dropdown {
  z-index: 2;

  /* Reset */
  opacity: 0;
  appearance: none;
  position: absolute;
  inset-block-start: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: inherit;
  border: none;
  line-height: inherit;
}

.rdp-dropdown_root {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.rdp-dropdown_root[data-disabled="true"] .rdp-chevron {
  opacity: var(--rdp-disabled-opacity);
}

.rdp-month_caption {
  display: flex;
  align-content: center;
  height: var(--rdp-nav-height);
  font-weight: bold;
  font-size: large;
}

.rdp-months {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: var(--rdp-months-gap);
  max-width: fit-content;
}

.rdp-month_grid {
  border-collapse: collapse;
}

.rdp-nav {
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;

  display: flex;
  align-items: center;

  height: var(--rdp-nav-height);
}

.rdp-weekday {
  opacity: var(--rdp-weekday-opacity);
  padding: var(--rdp-weekday-padding);
  font-weight: 500;
  font-size: smaller;
  text-align: var(--rdp-weekday-text-align);
  text-transform: var(--rdp-weekday-text-transform);
}

.rdp-week_number {
  opacity: var(--rdp-week_number-opacity);
  font-weight: 400;
  font-size: small;
  height: var(--rdp-week_number-height);
  width: var(--rdp-week_number-width);
  border: var(--rdp-week_number-border);
  border-radius: var(--rdp-week_number-border-radius);
  text-align: var(--rdp-weeknumber-text-align);
}

/* DAY MODIFIERS */
.rdp-today:not(.rdp-outside) {
  color: var(--rdp-today-color);
}

.rdp-selected {
  font-weight: bold;
  font-size: large;
}

.rdp-selected .rdp-day_button {
  border: var(--rdp-selected-border);
}

.rdp-outside {
  opacity: var(--rdp-outside-opacity);
}

.rdp-disabled {
  opacity: var(--rdp-disabled-opacity);
}

.rdp-hidden {
  visibility: hidden;
  color: var(--rdp-range_start-color);
}

.rdp-range_start {
  background: var(--rdp-range_start-background);
}

.rdp-range_start .rdp-day_button {
  background-color: var(--rdp-range_start-date-background-color);
  color: var(--rdp-range_start-color);
}

.rdp-range_middle {
  background-color: var(--rdp-range_middle-background-color);
}

.rdp-range_middle .rdp-day_button {
  border-color: transparent;
  border: unset;
  border-radius: unset;
  color: var(--rdp-range_middle-color);
}

.rdp-range_end {
  background: var(--rdp-range_end-background);
  color: var(--rdp-range_end-color);
}

.rdp-range_end .rdp-day_button {
  color: var(--rdp-range_start-color);
  background-color: var(--rdp-range_end-date-background-color);
}

.rdp-range_start.rdp-range_end {
  background: revert;
}

.rdp-focusable {
  cursor: pointer;
}

@keyframes rdp-slide_in_left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes rdp-slide_in_right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes rdp-slide_out_left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes rdp-slide_out_right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

.rdp-weeks_before_enter {
  animation: rdp-slide_in_left var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-weeks_before_exit {
  animation: rdp-slide_out_left var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-weeks_after_enter {
  animation: rdp-slide_in_right var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-weeks_after_exit {
  animation: rdp-slide_out_right var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-root[dir="rtl"] .rdp-weeks_after_enter {
  animation: rdp-slide_in_left var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-root[dir="rtl"] .rdp-weeks_before_exit {
  animation: rdp-slide_out_right var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-root[dir="rtl"] .rdp-weeks_before_enter {
  animation: rdp-slide_in_right var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-root[dir="rtl"] .rdp-weeks_after_exit {
  animation: rdp-slide_out_left var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

@keyframes rdp-fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes rdp-fade_out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.rdp-caption_after_enter {
  animation: rdp-fade_in var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-caption_after_exit {
  animation: rdp-fade_out var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-caption_before_enter {
  animation: rdp-fade_in var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.rdp-caption_before_exit {
  animation: rdp-fade_out var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

.AccordionContainer-module_accordion__QyP1L {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.AccordionItem-module_accordionItem__eowdc {
  border-radius: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin: 0px;
}
.AccordionItem-module_accordionItem__eowdc .AccordionItem-module_accordionHeader__6JTxk {
  border-radius: 14px;
  padding: 14px 14px 14px 14px;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--color--neutral-white);
  transition: all 0.3s ease-in-out;
}
.AccordionItem-module_accordionItem__eowdc .AccordionItem-module_accordionHeader__6JTxk:hover {
  background-color: var(--color--neutral-gray-1);
}
.AccordionItem-module_accordionItem__eowdc .AccordionItem-module_accordionHeader__6JTxk.AccordionItem-module_expand__qljHe {
  padding: 14px 14px 0px 14px;
  border-radius: 14px 14px 0px 0px;
}
.AccordionItem-module_accordionItem__eowdc .AccordionItem-module_accordionHeader__6JTxk .AccordionItem-module_iconContainer__Phj16 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
.AccordionItem-module_accordionItem__eowdc .AccordionItem-module_accordionHeader__6JTxk .AccordionItem-module_iconContainer__Phj16 .AccordionItem-module_icon__6EcLN {
  position: absolute;
  width: 0px;
  height: 0px;
  transition: all 0.5s ease-in-out;
}
.AccordionItem-module_accordionItem__eowdc .AccordionItem-module_accordionHeader__6JTxk .AccordionItem-module_iconContainer__Phj16 .AccordionItem-module_icon__6EcLN.AccordionItem-module_expand__qljHe {
  width: 24px;
  height: 24px;
}
.AccordionItem-module_accordionItem__eowdc .AccordionItem-module_accordionContent__-8NvQ {
  max-height: 0px;
  overflow: hidden;
  padding: 0px 14px;
  border-radius: 0px 0px 14px 14px;
  background-color: var(--color--neutral-white);
  transition: all 0.3s ease-in-out;
}
.AccordionItem-module_accordionItem__eowdc .AccordionItem-module_accordionContent__-8NvQ.AccordionItem-module_expand__qljHe {
  max-height: 300px;
  padding: 10px 14px 14px 14px;
  overflow-y: auto;
}
.Badge-module_badge__ypmaM {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.Badge-module_badge__ypmaM:hover {
  background: var(--color--neutral-gray-1);
}
@media (min-width: 769px) {
  .Badge-module_badge__ypmaM.Badge-module_size_fallback__unoWj.Badge-module_size_large__U4CHi {
    gap: 10px;
    padding: 10px 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin: 0px;
  }
}
@media (max-width: 768px) {
  .Badge-module_badge__ypmaM.Badge-module_size_fallback__unoWj.Badge-module_size_medium__9Ayz5 {
    gap: 6px;
    padding: 8px 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 0px;
  }
}
@media (max-width: 415px) {
  .Badge-module_badge__ypmaM.Badge-module_size_fallback__unoWj.Badge-module_size_small__Z7AyW {
    gap: 4px;
    padding: 6px 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin: 0px;
  }
}
.Badge-module_badge__ypmaM.Badge-module_size_auto__A8idl {
  gap: 10px;
  padding: 10px 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin: 0px;
}
@media (max-width: 768px) {
  .Badge-module_badge__ypmaM.Badge-module_size_auto__A8idl {
    gap: 6px;
    padding: 8px 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 0px;
  }
}
@media (max-width: 415px) {
  .Badge-module_badge__ypmaM.Badge-module_size_auto__A8idl {
    gap: 4px;
    padding: 6px 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin: 0px;
  }
}
.Badge-module_badge__ypmaM.Badge-module_size_small__Z7AyW {
  gap: 4px;
  padding: 6px 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin: 0px;
}
.Badge-module_badge__ypmaM.Badge-module_size_medium__9Ayz5 {
  gap: 6px;
  padding: 8px 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin: 0px;
}
.Badge-module_badge__ypmaM.Badge-module_size_large__U4CHi {
  gap: 10px;
  padding: 10px 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin: 0px;
}
.Badge-module_badge__ypmaM .Badge-module_discardContainer__sqWk4 {
  display: flex;
  align-items: center;
}
.Badge-module_badge__ypmaM .Badge-module_discard__9fzTs {
  padding: 0px !important;
}
@media (min-width: 769px) {
  .Badge-module_badge__ypmaM .Badge-module_discard__9fzTs.Badge-module_size_fallback__unoWj.Badge-module_size_large__U4CHi {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 768px) {
  .Badge-module_badge__ypmaM .Badge-module_discard__9fzTs.Badge-module_size_fallback__unoWj.Badge-module_size_medium__9Ayz5 {
    width: 13px;
    height: 13px;
  }
}
@media (max-width: 415px) {
  .Badge-module_badge__ypmaM .Badge-module_discard__9fzTs.Badge-module_size_fallback__unoWj.Badge-module_size_small__Z7AyW {
    width: 12px;
    height: 12px;
  }
}
.Badge-module_badge__ypmaM .Badge-module_discard__9fzTs.Badge-module_size_auto__A8idl {
  width: 14px;
  height: 14px;
}
@media (max-width: 768px) {
  .Badge-module_badge__ypmaM .Badge-module_discard__9fzTs.Badge-module_size_auto__A8idl {
    width: 13px;
    height: 13px;
  }
}
@media (max-width: 415px) {
  .Badge-module_badge__ypmaM .Badge-module_discard__9fzTs.Badge-module_size_auto__A8idl {
    width: 12px;
    height: 12px;
  }
}
.Badge-module_badge__ypmaM .Badge-module_discard__9fzTs.Badge-module_size_small__Z7AyW {
  width: 12px;
  height: 12px;
}
.Badge-module_badge__ypmaM .Badge-module_discard__9fzTs.Badge-module_size_medium__9Ayz5 {
  width: 13px;
  height: 13px;
}
.Badge-module_badge__ypmaM .Badge-module_discard__9fzTs.Badge-module_size_large__U4CHi {
  width: 14px;
  height: 14px;
}
.Spinner-module_spinnerContainer__Hk4w5 {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 769px) {
  .Spinner-module_spinnerContainer__Hk4w5.Spinner-module_size_fallback__u6w2P.Spinner-module_size_large__ej8e2 {
    font-size: 6px;
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 768px) {
  .Spinner-module_spinnerContainer__Hk4w5.Spinner-module_size_fallback__u6w2P.Spinner-module_size_medium__kYcsM {
    font-size: 4px;
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 415px) {
  .Spinner-module_spinnerContainer__Hk4w5.Spinner-module_size_fallback__u6w2P.Spinner-module_size_small__WAdyl {
    font-size: 2px;
    width: 24px;
    height: 24px;
  }
}
.Spinner-module_spinnerContainer__Hk4w5.Spinner-module_size_auto__iWZeR {
  font-size: 6px;
  width: 48px;
  height: 48px;
}
@media (max-width: 768px) {
  .Spinner-module_spinnerContainer__Hk4w5.Spinner-module_size_auto__iWZeR {
    font-size: 4px;
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 415px) {
  .Spinner-module_spinnerContainer__Hk4w5.Spinner-module_size_auto__iWZeR {
    font-size: 2px;
    width: 24px;
    height: 24px;
  }
}
.Spinner-module_spinnerContainer__Hk4w5.Spinner-module_size_small__WAdyl {
  font-size: 2px;
  width: 24px;
  height: 24px;
}
.Spinner-module_spinnerContainer__Hk4w5.Spinner-module_size_medium__kYcsM {
  font-size: 4px;
  width: 36px;
  height: 36px;
}
.Spinner-module_spinnerContainer__Hk4w5.Spinner-module_size_large__ej8e2 {
  font-size: 6px;
  width: 48px;
  height: 48px;
}

.Spinner-module_spinner__SNuNg {
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.Spinner-module_spinner__SNuNg.Spinner-module_variant_1__MjMQQ {
  border-style: solid;
  border-color: var(--color--neutral-gray-1);
  border-bottom-color: currentColor;
  animation: Spinner-module_rotation-2__p9QGB 1s linear infinite;
}
.Spinner-module_spinner__SNuNg.Spinner-module_variant_2__YLeY- {
  width: 1em;
  height: 1em;
  color: currentColor;
  text-indent: -9999em;
  animation: Spinner-module_mul-shd-spin__cZgc3 1.3s infinite linear;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.Spinner-module_spinner__SNuNg.Spinner-module_variant_3__Azglf {
  color: currentColor;
  text-indent: -9999em;
  overflow: hidden;
  animation: Spinner-module_mlt-shd-spin__x-7BU 1.7s infinite ease, Spinner-module_rotation-2__p9QGB 1.7s infinite ease;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.Spinner-module_spinner__SNuNg .Spinner-module_variant_4__VENrz {
  color: currentColor;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  animation: Spinner-module_mlt-shd-spin__x-7BU 1.7s infinite ease, Spinner-module_round__TxfOu 1.7s infinite ease;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@keyframes Spinner-module_rotation-1__EuRqL {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes Spinner-module_rotation-2__p9QGB {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes Spinner-module_mul-shd-spin__cZgc3 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes Spinner-module_mul-shd-spin-2__DZPiq {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em currentColor, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em currentColor, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em currentColor, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em currentColor, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em currentColor, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em currentColor, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em currentColor, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em currentColor;
  }
}
@keyframes Spinner-module_mlt-shd-spin__x-7BU {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes Button-module_button-ripple__Q3HuT {
  0% {
    transform: scale(0);
    opacity: 0.4;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
.Button-module_button__aw7kj {
  display: flex;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: auto;
  transition: all 0.3s ease-in-out;
}
.Button-module_button__aw7kj .Button-module_ripple__8oiz3 {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  pointer-events: none;
  transform: scale(0);
  animation: Button-module_button-ripple__Q3HuT 0.8s ease-out forwards;
}
.Button-module_button__aw7kj.Button-module_fullWidth__h-4yq {
  width: 100%;
}
.Button-module_button__aw7kj.Button-module_round__fvSiz {
  border-radius: 999px !important;
}
.Button-module_button__aw7kj:disabled {
  cursor: not-allowed;
}
.Button-module_button__aw7kj.Button-module_primary__Uw-y0 {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
}
.Button-module_button__aw7kj.Button-module_secondary__6IGit {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
}
.Button-module_button__aw7kj.Button-module_outlined__7YyP8 {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
}
.Button-module_button__aw7kj.Button-module_link__9Av9q {
  border-radius: 5px;
  border: none;
  background: none;
}
.Button-module_button__aw7kj.Button-module_hAlign_left__DIxBb {
  justify-content: flex-start;
}
.Button-module_button__aw7kj.Button-module_hAlign_center__kVtin {
  justify-content: center;
}
.Button-module_button__aw7kj.Button-module_hAlign_right__nqw31 {
  justify-content: flex-end;
}
.Button-module_button__aw7kj.Button-module_hAlign_space-between__GNLFY {
  justify-content: space-between;
}
.Button-module_button__aw7kj.Button-module_hAlign_space-around__awjTS {
  justify-content: space-around;
}
.Button-module_button__aw7kj.Button-module_hAlign_space-evenly__5yZAy {
  justify-content: space-evenly;
}
.Button-module_button__aw7kj .Button-module_content__tuU7s {
  display: flex;
  align-items: center;
}
.Button-module_button__aw7kj .Button-module_content__tuU7s.Button-module_fullWidth__h-4yq {
  width: 100%;
}
.Button-module_button__aw7kj .Button-module_content__tuU7s.Button-module_hAlign_left__DIxBb {
  justify-content: flex-start;
}
.Button-module_button__aw7kj .Button-module_content__tuU7s.Button-module_hAlign_center__kVtin {
  justify-content: center;
}
.Button-module_button__aw7kj .Button-module_content__tuU7s.Button-module_hAlign_right__nqw31 {
  justify-content: flex-end;
}
.Button-module_button__aw7kj .Button-module_content__tuU7s.Button-module_hAlign_space-between__GNLFY {
  justify-content: space-between;
}
.Button-module_button__aw7kj .Button-module_content__tuU7s.Button-module_hAlign_space-around__awjTS {
  justify-content: space-around;
}
.Button-module_button__aw7kj .Button-module_content__tuU7s.Button-module_hAlign_space-evenly__5yZAy {
  justify-content: space-evenly;
}
@media (min-width: 769px) {
  .Button-module_button__aw7kj .Button-module_content__tuU7s.Button-module_size_fallback__S4-S-.Button-module_size_large__ZMYfG {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .Button-module_button__aw7kj .Button-module_content__tuU7s.Button-module_size_fallback__S4-S-.Button-module_size_medium__it3gF {
    gap: 6px;
  }
}
@media (max-width: 415px) {
  .Button-module_button__aw7kj .Button-module_content__tuU7s.Button-module_size_fallback__S4-S-.Button-module_size_small__yzPdw {
    gap: 4px;
  }
}
.Button-module_button__aw7kj .Button-module_content__tuU7s.Button-module_size_auto__MbXOl {
  gap: 10px;
}
@media (max-width: 768px) {
  .Button-module_button__aw7kj .Button-module_content__tuU7s.Button-module_size_auto__MbXOl {
    gap: 6px;
  }
}
@media (max-width: 415px) {
  .Button-module_button__aw7kj .Button-module_content__tuU7s.Button-module_size_auto__MbXOl {
    gap: 4px;
  }
}
.Button-module_button__aw7kj .Button-module_content__tuU7s.Button-module_size_small__yzPdw {
  gap: 4px;
}
.Button-module_button__aw7kj .Button-module_content__tuU7s.Button-module_size_medium__it3gF {
  gap: 6px;
}
.Button-module_button__aw7kj .Button-module_content__tuU7s.Button-module_size_large__ZMYfG {
  gap: 10px;
}
@media (min-width: 769px) {
  .Button-module_button__aw7kj.Button-module_size_fallback__S4-S-.Button-module_size_large__ZMYfG {
    gap: 10px;
  }
  .Button-module_button__aw7kj.Button-module_size_fallback__S4-S-.Button-module_size_large__ZMYfG.Button-module_type_default__sdtLj {
    padding: 16px 24px;
  }
  .Button-module_button__aw7kj.Button-module_size_fallback__S4-S-.Button-module_size_large__ZMYfG.Button-module_type_icon__WL0N- {
    padding: 12px 12px;
  }
}
@media (max-width: 768px) {
  .Button-module_button__aw7kj.Button-module_size_fallback__S4-S-.Button-module_size_medium__it3gF {
    gap: 6px;
  }
  .Button-module_button__aw7kj.Button-module_size_fallback__S4-S-.Button-module_size_medium__it3gF.Button-module_type_default__sdtLj {
    padding: 12px 16px;
  }
  .Button-module_button__aw7kj.Button-module_size_fallback__S4-S-.Button-module_size_medium__it3gF.Button-module_type_icon__WL0N- {
    padding: 10px 10px;
  }
}
@media (max-width: 415px) {
  .Button-module_button__aw7kj.Button-module_size_fallback__S4-S-.Button-module_size_small__yzPdw {
    gap: 4px;
  }
  .Button-module_button__aw7kj.Button-module_size_fallback__S4-S-.Button-module_size_small__yzPdw.Button-module_type_default__sdtLj {
    padding: 12px 12px;
  }
  .Button-module_button__aw7kj.Button-module_size_fallback__S4-S-.Button-module_size_small__yzPdw.Button-module_type_icon__WL0N- {
    padding: 10px 10px;
  }
}
.Button-module_button__aw7kj.Button-module_size_auto__MbXOl {
  gap: 10px;
}
.Button-module_button__aw7kj.Button-module_size_auto__MbXOl.Button-module_type_default__sdtLj {
  padding: 16px 24px;
}
.Button-module_button__aw7kj.Button-module_size_auto__MbXOl.Button-module_type_icon__WL0N- {
  padding: 12px 12px;
}
@media (max-width: 768px) {
  .Button-module_button__aw7kj.Button-module_size_auto__MbXOl {
    gap: 6px;
  }
  .Button-module_button__aw7kj.Button-module_size_auto__MbXOl.Button-module_type_default__sdtLj {
    padding: 12px 16px;
  }
  .Button-module_button__aw7kj.Button-module_size_auto__MbXOl.Button-module_type_icon__WL0N- {
    padding: 10px 10px;
  }
}
@media (max-width: 415px) {
  .Button-module_button__aw7kj.Button-module_size_auto__MbXOl {
    gap: 4px;
  }
  .Button-module_button__aw7kj.Button-module_size_auto__MbXOl.Button-module_type_default__sdtLj {
    padding: 12px 12px;
  }
  .Button-module_button__aw7kj.Button-module_size_auto__MbXOl.Button-module_type_icon__WL0N- {
    padding: 10px 10px;
  }
}
.Button-module_button__aw7kj.Button-module_size_small__yzPdw {
  gap: 4px;
}
.Button-module_button__aw7kj.Button-module_size_small__yzPdw.Button-module_type_default__sdtLj {
  padding: 12px 12px;
}
.Button-module_button__aw7kj.Button-module_size_small__yzPdw.Button-module_type_icon__WL0N- {
  padding: 10px 10px;
}
.Button-module_button__aw7kj.Button-module_size_medium__it3gF {
  gap: 6px;
}
.Button-module_button__aw7kj.Button-module_size_medium__it3gF.Button-module_type_default__sdtLj {
  padding: 12px 16px;
}
.Button-module_button__aw7kj.Button-module_size_medium__it3gF.Button-module_type_icon__WL0N- {
  padding: 10px 10px;
}
.Button-module_button__aw7kj.Button-module_size_large__ZMYfG {
  gap: 10px;
}
.Button-module_button__aw7kj.Button-module_size_large__ZMYfG.Button-module_type_default__sdtLj {
  padding: 16px 24px;
}
.Button-module_button__aw7kj.Button-module_size_large__ZMYfG.Button-module_type_icon__WL0N- {
  padding: 12px 12px;
}
.Button-module_button__aw7kj.Button-module_type_icon__WL0N- {
  border-radius: 50%;
}
.Button-module_button__aw7kj.Button-module_color_primary__PRLtd.Button-module_primary__Uw-y0 {
  color: var(--color--neutral-white);
  background-color: var(--color--primary-500);
  border-color: var(--color--primary-500);
}
.Button-module_button__aw7kj.Button-module_color_primary__PRLtd.Button-module_primary__Uw-y0:hover {
  background-color: var(--color--primary-700);
  border-color: var(--color--primary-700);
}
.Button-module_button__aw7kj.Button-module_color_primary__PRLtd.Button-module_primary__Uw-y0:active {
  background-color: var(--color--primary-800);
  border-color: var(--color--primary-800);
}
.Button-module_button__aw7kj.Button-module_color_primary__PRLtd.Button-module_primary__Uw-y0:disabled {
  background-color: var(--color--primary-200);
  border-color: var(--color--primary-200);
}
.Button-module_button__aw7kj.Button-module_color_primary__PRLtd.Button-module_primary__Uw-y0:focus {
  background-color: var(--color--secondary-500);
  border-color: var(--color--secondary-500);
}
.Button-module_button__aw7kj.Button-module_color_primary__PRLtd.Button-module_secondary__6IGit {
  color: var(--color--primary-500);
  border-color: var(--color--primary-500);
  background-color: var(--color--primary-50);
}
.Button-module_button__aw7kj.Button-module_color_primary__PRLtd.Button-module_secondary__6IGit:hover {
  color: var(--color--primary-700);
  border-color: var(--color--primary-700);
  background-color: var(--color--primary-100);
}
.Button-module_button__aw7kj.Button-module_color_primary__PRLtd.Button-module_secondary__6IGit:active {
  color: var(--color--primary-800);
  border-color: var(--color--primary-800);
  background-color: var(--color--primary-50);
}
.Button-module_button__aw7kj.Button-module_color_primary__PRLtd.Button-module_secondary__6IGit:disabled {
  color: var(--color--primary-200);
  border-color: var(--color--primary-200);
  background-color: var(--color--primary-50);
}
.Button-module_button__aw7kj.Button-module_color_primary__PRLtd.Button-module_secondary__6IGit:focus {
  color: var(--color--secondary-500);
  border-color: var(--color--secondary-500);
  background-color: var(--color--secondary-50);
}
.Button-module_button__aw7kj.Button-module_color_primary__PRLtd.Button-module_outlined__7YyP8 {
  color: var(--color--primary-500);
  background-color: transparent;
  border-color: var(--color--primary-500);
}
.Button-module_button__aw7kj.Button-module_color_primary__PRLtd.Button-module_outlined__7YyP8:hover {
  color: var(--color--primary-700);
  background-color: var(--color--primary-50);
  border-color: var(--color--primary-700);
}
.Button-module_button__aw7kj.Button-module_color_primary__PRLtd.Button-module_outlined__7YyP8:active {
  color: var(--color--primary-800);
  background-color: var(--color--primary-100);
  border-color: var(--color--primary-800);
}
.Button-module_button__aw7kj.Button-module_color_primary__PRLtd.Button-module_outlined__7YyP8:disabled {
  color: var(--color--primary-200);
  background-color: transparent;
  border-color: var(--color--primary-200);
}
.Button-module_button__aw7kj.Button-module_color_primary__PRLtd.Button-module_outlined__7YyP8:focus {
  color: var(--color--secondary-500);
  background-color: transparent;
  border-color: var(--color--secondary-500);
}
.Button-module_button__aw7kj.Button-module_color_primary__PRLtd.Button-module_link__9Av9q {
  color: var(--color--primary-500);
}
.Button-module_button__aw7kj.Button-module_color_primary__PRLtd.Button-module_link__9Av9q:hover {
  color: var(--color--primary-700);
}
.Button-module_button__aw7kj.Button-module_color_primary__PRLtd.Button-module_link__9Av9q:active {
  color: var(--color--primary-800);
}
.Button-module_button__aw7kj.Button-module_color_primary__PRLtd.Button-module_link__9Av9q:disabled {
  color: var(--color--primary-200);
}
.Button-module_button__aw7kj.Button-module_color_primary__PRLtd.Button-module_link__9Av9q:focus {
  color: var(--color--secondary-500);
}
.Button-module_button__aw7kj.Button-module_color_secondary__TkIcw.Button-module_primary__Uw-y0 {
  color: var(--color--neutral-white);
  background-color: var(--color--secondary-500);
  border-color: var(--color--secondary-500);
}
.Button-module_button__aw7kj.Button-module_color_secondary__TkIcw.Button-module_primary__Uw-y0:hover {
  background-color: var(--color--secondary-700);
  border-color: var(--color--secondary-700);
}
.Button-module_button__aw7kj.Button-module_color_secondary__TkIcw.Button-module_primary__Uw-y0:active {
  background-color: var(--color--secondary-800);
  border-color: var(--color--secondary-800);
}
.Button-module_button__aw7kj.Button-module_color_secondary__TkIcw.Button-module_primary__Uw-y0:disabled {
  background-color: var(--color--secondary-200);
  border-color: var(--color--secondary-200);
}
.Button-module_button__aw7kj.Button-module_color_secondary__TkIcw.Button-module_primary__Uw-y0:focus {
  background-color: var(--color--primary-500);
  border-color: var(--color--primary-500);
}
.Button-module_button__aw7kj.Button-module_color_secondary__TkIcw.Button-module_secondary__6IGit {
  color: var(--color--secondary-500);
  border-color: var(--color--secondary-500);
  background-color: var(--color--secondary-50);
}
.Button-module_button__aw7kj.Button-module_color_secondary__TkIcw.Button-module_secondary__6IGit:hover {
  color: var(--color--secondary-700);
  border-color: var(--color--secondary-700);
  background-color: var(--color--secondary-100);
}
.Button-module_button__aw7kj.Button-module_color_secondary__TkIcw.Button-module_secondary__6IGit:active {
  color: var(--color--secondary-800);
  border-color: var(--color--secondary-800);
  background-color: var(--color--secondary-50);
}
.Button-module_button__aw7kj.Button-module_color_secondary__TkIcw.Button-module_secondary__6IGit:disabled {
  color: var(--color--secondary-200);
  border-color: var(--color--secondary-200);
  background-color: var(--color--secondary-50);
}
.Button-module_button__aw7kj.Button-module_color_secondary__TkIcw.Button-module_secondary__6IGit:focus {
  color: var(--color--primary-500);
  border-color: var(--color--primary-500);
  background-color: var(--color--primary-50);
}
.Button-module_button__aw7kj.Button-module_color_secondary__TkIcw.Button-module_outlined__7YyP8 {
  color: var(--color--secondary-500);
  background-color: transparent;
  border-color: var(--color--secondary-500);
}
.Button-module_button__aw7kj.Button-module_color_secondary__TkIcw.Button-module_outlined__7YyP8:hover {
  color: var(--color--secondary-700);
  background-color: var(--color--secondary-50);
  border-color: var(--color--secondary-700);
}
.Button-module_button__aw7kj.Button-module_color_secondary__TkIcw.Button-module_outlined__7YyP8:active {
  color: var(--color--secondary-800);
  background-color: var(--color--secondary-100);
  border-color: var(--color--secondary-800);
}
.Button-module_button__aw7kj.Button-module_color_secondary__TkIcw.Button-module_outlined__7YyP8:disabled {
  color: var(--color--secondary-200);
  background-color: transparent;
  border-color: var(--color--secondary-200);
}
.Button-module_button__aw7kj.Button-module_color_secondary__TkIcw.Button-module_outlined__7YyP8:focus {
  color: var(--color--primary-500);
  background-color: transparent;
  border-color: var(--color--primary-500);
}
.Button-module_button__aw7kj.Button-module_color_secondary__TkIcw.Button-module_link__9Av9q {
  color: var(--color--secondary-500);
}
.Button-module_button__aw7kj.Button-module_color_secondary__TkIcw.Button-module_link__9Av9q:hover {
  color: var(--color--secondary-700);
}
.Button-module_button__aw7kj.Button-module_color_secondary__TkIcw.Button-module_link__9Av9q:active {
  color: var(--color--secondary-800);
}
.Button-module_button__aw7kj.Button-module_color_secondary__TkIcw.Button-module_link__9Av9q:disabled {
  color: var(--color--secondary-200);
}
.Button-module_button__aw7kj.Button-module_color_secondary__TkIcw.Button-module_link__9Av9q:focus {
  color: var(--color--primary-500);
}
.Button-module_button__aw7kj.Button-module_color_info__q3ygu.Button-module_primary__Uw-y0 {
  color: var(--color--neutral-white);
  background-color: var(--color--alert-info);
  border-color: var(--color--alert-info);
}
.Button-module_button__aw7kj.Button-module_color_info__q3ygu.Button-module_primary__Uw-y0:hover {
  background-color: var(--color--alert-info-hovered);
  border-color: var(--color--alert-info-hovered);
}
.Button-module_button__aw7kj.Button-module_color_info__q3ygu.Button-module_primary__Uw-y0:active {
  background-color: var(--color--alert-info-pressed);
  border-color: var(--color--alert-info-pressed);
}
.Button-module_button__aw7kj.Button-module_color_info__q3ygu.Button-module_primary__Uw-y0:disabled {
  background-color: var(--color--alert-info-shade);
  border-color: var(--color--alert-info-shade);
}
.Button-module_button__aw7kj.Button-module_color_info__q3ygu.Button-module_secondary__6IGit {
  color: var(--color--alert-info);
  border-color: var(--color--alert-info);
  background-color: var(--color--alert-info-shade);
}
.Button-module_button__aw7kj.Button-module_color_info__q3ygu.Button-module_secondary__6IGit:hover {
  color: var(--color--alert-info-hovered);
  border-color: var(--color--alert-info-hovered);
}
.Button-module_button__aw7kj.Button-module_color_info__q3ygu.Button-module_secondary__6IGit:active {
  color: var(--color--alert-info-pressed);
  border-color: var(--color--alert-info-pressed);
}
.Button-module_button__aw7kj.Button-module_color_info__q3ygu.Button-module_secondary__6IGit:disabled {
  color: var(--color--alert-info-shade);
  border-color: var(--color--alert-info-shade);
}
.Button-module_button__aw7kj.Button-module_color_info__q3ygu.Button-module_outlined__7YyP8 {
  color: var(--color--alert-info);
  background-color: transparent;
  border-color: var(--color--alert-info);
}
.Button-module_button__aw7kj.Button-module_color_info__q3ygu.Button-module_outlined__7YyP8:hover {
  color: var(--color--alert-info-hovered);
  background-color: var(--color--alert-info-shade);
  border-color: var(--color--alert-info-hovered);
}
.Button-module_button__aw7kj.Button-module_color_info__q3ygu.Button-module_outlined__7YyP8:active {
  color: var(--color--alert-info-pressed);
  border-color: var(--color--alert-info-pressed);
}
.Button-module_button__aw7kj.Button-module_color_info__q3ygu.Button-module_outlined__7YyP8:disabled {
  color: var(--color--alert-info-shade);
  border-color: var(--color--alert-info-shade);
}
.Button-module_button__aw7kj.Button-module_color_info__q3ygu.Button-module_link__9Av9q {
  color: var(--color--alert-info);
}
.Button-module_button__aw7kj.Button-module_color_info__q3ygu.Button-module_link__9Av9q:hover {
  color: var(--color--alert-info-hovered);
}
.Button-module_button__aw7kj.Button-module_color_info__q3ygu.Button-module_link__9Av9q:active {
  color: var(--color--alert-info-pressed);
}
.Button-module_button__aw7kj.Button-module_color_info__q3ygu.Button-module_link__9Av9q:disabled {
  color: var(--color--alert-info-shade);
}
.Button-module_button__aw7kj.Button-module_color_danger__dbUTV.Button-module_primary__Uw-y0 {
  color: var(--color--neutral-white);
  background-color: var(--color--alert-danger);
  border-color: var(--color--alert-danger);
}
.Button-module_button__aw7kj.Button-module_color_danger__dbUTV.Button-module_primary__Uw-y0:hover {
  background-color: var(--color--alert-danger-hovered);
  border-color: var(--color--alert-danger-hovered);
}
.Button-module_button__aw7kj.Button-module_color_danger__dbUTV.Button-module_primary__Uw-y0:active {
  background-color: var(--color--alert-danger-pressed);
  border-color: var(--color--alert-danger-pressed);
}
.Button-module_button__aw7kj.Button-module_color_danger__dbUTV.Button-module_primary__Uw-y0:disabled {
  background-color: var(--color--alert-danger-shade);
  border-color: var(--color--alert-danger-shade);
}
.Button-module_button__aw7kj.Button-module_color_danger__dbUTV.Button-module_secondary__6IGit {
  color: var(--color--alert-danger);
  border-color: var(--color--alert-danger);
  background-color: var(--color--alert-danger-shade);
}
.Button-module_button__aw7kj.Button-module_color_danger__dbUTV.Button-module_secondary__6IGit:hover {
  color: var(--color--alert-danger-hovered);
  border-color: var(--color--alert-danger-hovered);
}
.Button-module_button__aw7kj.Button-module_color_danger__dbUTV.Button-module_secondary__6IGit:active {
  color: var(--color--alert-danger-pressed);
  border-color: var(--color--alert-danger-pressed);
}
.Button-module_button__aw7kj.Button-module_color_danger__dbUTV.Button-module_secondary__6IGit:disabled {
  color: var(--color--alert-danger-shade);
  border-color: var(--color--alert-danger-shade);
}
.Button-module_button__aw7kj.Button-module_color_danger__dbUTV.Button-module_outlined__7YyP8 {
  color: var(--color--alert-danger);
  background-color: transparent;
  border-color: var(--color--alert-danger);
}
.Button-module_button__aw7kj.Button-module_color_danger__dbUTV.Button-module_outlined__7YyP8:hover {
  color: var(--color--alert-danger-hovered);
  background-color: var(--color--alert-danger-shade);
  border-color: var(--color--alert-danger-hovered);
}
.Button-module_button__aw7kj.Button-module_color_danger__dbUTV.Button-module_outlined__7YyP8:active {
  color: var(--color--alert-danger-pressed);
  border-color: var(--color--alert-danger-pressed);
}
.Button-module_button__aw7kj.Button-module_color_danger__dbUTV.Button-module_outlined__7YyP8:disabled {
  color: var(--color--alert-danger-shade);
  border-color: var(--color--alert-danger-shade);
}
.Button-module_button__aw7kj.Button-module_color_danger__dbUTV.Button-module_link__9Av9q {
  color: var(--color--alert-danger);
}
.Button-module_button__aw7kj.Button-module_color_danger__dbUTV.Button-module_link__9Av9q:hover {
  color: var(--color--alert-danger-hovered);
}
.Button-module_button__aw7kj.Button-module_color_danger__dbUTV.Button-module_link__9Av9q:active {
  color: var(--color--alert-danger-pressed);
}
.Button-module_button__aw7kj.Button-module_color_danger__dbUTV.Button-module_link__9Av9q:disabled {
  color: var(--color--alert-danger-shade);
}
.Button-module_button__aw7kj.Button-module_color_warning__2fO-l.Button-module_primary__Uw-y0 {
  color: var(--color--neutral-white);
  background-color: var(--color--alert-warning);
  border-color: var(--color--alert-warning);
}
.Button-module_button__aw7kj.Button-module_color_warning__2fO-l.Button-module_primary__Uw-y0:hover {
  background-color: var(--color--alert-warning-hovered);
  border-color: var(--color--alert-warning-hovered);
}
.Button-module_button__aw7kj.Button-module_color_warning__2fO-l.Button-module_primary__Uw-y0:active {
  background-color: var(--color--alert-warning-pressed);
  border-color: var(--color--alert-warning-pressed);
}
.Button-module_button__aw7kj.Button-module_color_warning__2fO-l.Button-module_primary__Uw-y0:disabled {
  background-color: var(--color--alert-warning-shade);
  border-color: var(--color--alert-warning-shade);
}
.Button-module_button__aw7kj.Button-module_color_warning__2fO-l.Button-module_secondary__6IGit {
  color: var(--color--alert-warning);
  border-color: var(--color--alert-warning);
  background-color: var(--color--alert-warning-shade);
}
.Button-module_button__aw7kj.Button-module_color_warning__2fO-l.Button-module_secondary__6IGit:hover {
  color: var(--color--alert-warning-shade);
  border-color: var(--color--alert-warning-shade);
}
.Button-module_button__aw7kj.Button-module_color_warning__2fO-l.Button-module_secondary__6IGit:active {
  color: var(--color--alert-warning-pressed);
  border-color: var(--color--alert-warning-pressed);
}
.Button-module_button__aw7kj.Button-module_color_warning__2fO-l.Button-module_secondary__6IGit:disabled {
  color: var(--color--alert-warning-shade);
  border-color: var(--color--alert-warning-shade);
}
.Button-module_button__aw7kj.Button-module_color_warning__2fO-l.Button-module_outlined__7YyP8 {
  color: var(--color--alert-warning);
  background-color: transparent;
  border-color: var(--color--alert-warning);
}
.Button-module_button__aw7kj.Button-module_color_warning__2fO-l.Button-module_outlined__7YyP8:hover {
  color: var(--color--alert-warning-hovered);
  background-color: var(--color--alert-warning-shade);
  border-color: var(--color--alert-warning-hovered);
}
.Button-module_button__aw7kj.Button-module_color_warning__2fO-l.Button-module_outlined__7YyP8:active {
  color: var(--color--alert-warning-pressed);
  border-color: var(--color--alert-warning-pressed);
}
.Button-module_button__aw7kj.Button-module_color_warning__2fO-l.Button-module_outlined__7YyP8:disabled {
  color: var(--color--alert-warning-shade);
  border-color: var(--color--alert-warning-shade);
}
.Button-module_button__aw7kj.Button-module_color_warning__2fO-l.Button-module_link__9Av9q {
  color: var(--color--alert-warning);
}
.Button-module_button__aw7kj.Button-module_color_warning__2fO-l.Button-module_link__9Av9q:hover {
  color: var(--color--alert-warning-hovered);
}
.Button-module_button__aw7kj.Button-module_color_warning__2fO-l.Button-module_link__9Av9q:active {
  color: var(--color--alert-warning-pressed);
}
.Button-module_button__aw7kj.Button-module_color_warning__2fO-l.Button-module_link__9Av9q:disabled {
  color: var(--color--alert-warning-shade);
}
.Button-module_button__aw7kj.Button-module_color_success__3GYIG.Button-module_primary__Uw-y0 {
  color: var(--color--neutral-white);
  background-color: var(--color--alert-success);
  border-color: var(--color--alert-success);
}
.Button-module_button__aw7kj.Button-module_color_success__3GYIG.Button-module_primary__Uw-y0:hover {
  background-color: var(--color--alert-success-hovered);
  border-color: var(--color--alert-success-hovered);
}
.Button-module_button__aw7kj.Button-module_color_success__3GYIG.Button-module_primary__Uw-y0:active {
  background-color: var(--color--alert-success-pressed);
  border-color: var(--color--alert-success-pressed);
}
.Button-module_button__aw7kj.Button-module_color_success__3GYIG.Button-module_primary__Uw-y0:disabled {
  background-color: var(--color--alert-success-shade);
  border-color: var(--color--alert-success-shade);
}
.Button-module_button__aw7kj.Button-module_color_success__3GYIG.Button-module_secondary__6IGit {
  color: var(--color--alert-success);
  border-color: var(--color--alert-success);
  background-color: var(--color--alert-success-shade);
}
.Button-module_button__aw7kj.Button-module_color_success__3GYIG.Button-module_secondary__6IGit:hover {
  color: var(--color--alert-success-hovered);
  border-color: var(--color--alert-success-hovered);
}
.Button-module_button__aw7kj.Button-module_color_success__3GYIG.Button-module_secondary__6IGit:active {
  color: var(--color--alert-success-pressed);
  border-color: var(--color--alert-success-pressed);
}
.Button-module_button__aw7kj.Button-module_color_success__3GYIG.Button-module_secondary__6IGit:disabled {
  color: var(--color--alert-success-shade);
  border-color: var(--color--alert-success-shade);
}
.Button-module_button__aw7kj.Button-module_color_success__3GYIG.Button-module_outlined__7YyP8 {
  color: var(--color--alert-success);
  background-color: transparent;
  border-color: var(--color--alert-success);
}
.Button-module_button__aw7kj.Button-module_color_success__3GYIG.Button-module_outlined__7YyP8:hover {
  color: var(--color--alert-success-hovered);
  background-color: var(--color--alert-success-shade);
  border-color: var(--color--alert-success-hovered);
}
.Button-module_button__aw7kj.Button-module_color_success__3GYIG.Button-module_outlined__7YyP8:active {
  color: var(--color--alert-success-pressed);
  border-color: var(--color--alert-success-pressed);
}
.Button-module_button__aw7kj.Button-module_color_success__3GYIG.Button-module_outlined__7YyP8:disabled {
  color: var(--color--alert-success-shade);
  border-color: var(--color--alert-success-shade);
}
.Button-module_button__aw7kj.Button-module_color_success__3GYIG.Button-module_link__9Av9q {
  color: var(--color--alert-success);
}
.Button-module_button__aw7kj.Button-module_color_success__3GYIG.Button-module_link__9Av9q:hover {
  color: var(--color--alert-success-hovered);
}
.Button-module_button__aw7kj.Button-module_color_success__3GYIG.Button-module_link__9Av9q:active {
  color: var(--color--alert-success-pressed);
}
.Button-module_button__aw7kj.Button-module_color_success__3GYIG.Button-module_link__9Av9q:disabled {
  color: var(--color--alert-success-shade);
}
.Button-module_button__aw7kj.Button-module_color_white__iVctm.Button-module_primary__Uw-y0 {
  color: var(--color--primary-500);
  background-color: var(--color--neutral-white);
  border-color: var(--color--neutral-white);
}
.Button-module_button__aw7kj.Button-module_color_white__iVctm.Button-module_primary__Uw-y0:hover {
  background-color: var(--color--neutral-white);
  border-color: var(--color--neutral-white);
}
.Button-module_button__aw7kj.Button-module_color_white__iVctm.Button-module_primary__Uw-y0:active {
  background-color: var(--color--neutral-white);
  border-color: var(--color--neutral-white);
}
.Button-module_button__aw7kj.Button-module_color_white__iVctm.Button-module_primary__Uw-y0:disabled {
  background-color: var(--color--neutral-gray-1);
  border-color: var(--color--neutral-gray-1);
}
.Button-module_button__aw7kj.Button-module_color_white__iVctm.Button-module_secondary__6IGit {
  color: var(--color--neutral-white);
  border-color: var(--color--neutral-white);
  background-color: rgba(255, 255, 255, 0.2);
}
.Button-module_button__aw7kj.Button-module_color_white__iVctm.Button-module_secondary__6IGit:hover {
  color: var(--color--neutral-white);
  border-color: var(--color--neutral-white);
  background-color: rgba(255, 255, 255, 0.3);
}
.Button-module_button__aw7kj.Button-module_color_white__iVctm.Button-module_secondary__6IGit:active {
  color: var(--color--neutral-white);
  border-color: var(--color--neutral-white);
  background-color: rgba(255, 255, 255, 0.2);
}
.Button-module_button__aw7kj.Button-module_color_white__iVctm.Button-module_secondary__6IGit:disabled {
  color: var(--color--neutral-gray-1);
  border-color: var(--color--neutral-gray-1);
  background-color: rgba(255, 255, 255, 0.1);
}
.Button-module_button__aw7kj.Button-module_color_white__iVctm.Button-module_outlined__7YyP8 {
  color: var(--color--neutral-white);
  background-color: transparent;
  border-color: var(--color--neutral-white);
}
.Button-module_button__aw7kj.Button-module_color_white__iVctm.Button-module_outlined__7YyP8:hover {
  color: var(--color--neutral-white);
  background-color: rgba(255, 255, 255, 0.2);
  border-color: var(--color--neutral-white);
}
.Button-module_button__aw7kj.Button-module_color_white__iVctm.Button-module_outlined__7YyP8:active {
  color: var(--color--neutral-white);
  border-color: var(--color--neutral-white);
}
.Button-module_button__aw7kj.Button-module_color_white__iVctm.Button-module_outlined__7YyP8:disabled {
  color: var(--color--neutral-gray-1);
  border-color: var(--color--neutral-gray-1);
}
.Button-module_button__aw7kj.Button-module_color_white__iVctm.Button-module_link__9Av9q {
  color: var(--color--neutral-white);
}
.Button-module_button__aw7kj.Button-module_color_white__iVctm.Button-module_link__9Av9q:hover {
  color: var(--color--neutral-white);
}
.Button-module_button__aw7kj.Button-module_color_white__iVctm.Button-module_link__9Av9q:active {
  color: var(--color--neutral-white);
}
.Button-module_button__aw7kj.Button-module_color_white__iVctm.Button-module_link__9Av9q:disabled {
  color: var(--color--neutral-gray-1);
}
@media (min-width: 769px) {
  .ButtonFont-module_button_font__8tcnU.ButtonFont-module_size_fallback__xkIlO.ButtonFont-module_size_large__-Mm-W {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin: 0px;
  }
}
@media (max-width: 768px) {
  .ButtonFont-module_button_font__8tcnU.ButtonFont-module_size_fallback__xkIlO.ButtonFont-module_size_medium__PBZL6 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin: 0px;
  }
}
@media (max-width: 415px) {
  .ButtonFont-module_button_font__8tcnU.ButtonFont-module_size_fallback__xkIlO.ButtonFont-module_size_small__k1iQ8 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin: 0px;
  }
}
.ButtonFont-module_button_font__8tcnU.ButtonFont-module_size_auto__gda87 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin: 0px;
}
@media (max-width: 768px) {
  .ButtonFont-module_button_font__8tcnU.ButtonFont-module_size_auto__gda87 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin: 0px;
  }
}
@media (max-width: 415px) {
  .ButtonFont-module_button_font__8tcnU.ButtonFont-module_size_auto__gda87 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin: 0px;
  }
}
.ButtonFont-module_button_font__8tcnU.ButtonFont-module_size_small__k1iQ8 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin: 0px;
}
.ButtonFont-module_button_font__8tcnU.ButtonFont-module_size_medium__PBZL6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin: 0px;
}
.ButtonFont-module_button_font__8tcnU.ButtonFont-module_size_large__-Mm-W {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin: 0px;
}
@media (min-width: 769px) {
  .ButtonIcon-module_button_icon__ViBN7.ButtonIcon-module_size_fallback__n6H6k.ButtonIcon-module_size_large__fx4J- {
    font-size: 24;
    width: 22px !important;
    height: 22px !important;
  }
  .ButtonIcon-module_button_icon__ViBN7.ButtonIcon-module_size_fallback__n6H6k.ButtonIcon-module_size_large__fx4J-.ButtonIcon-module_type_icon__XxV2v {
    width: 46px !important;
    height: 46px !important;
  }
}
@media (max-width: 768px) {
  .ButtonIcon-module_button_icon__ViBN7.ButtonIcon-module_size_fallback__n6H6k.ButtonIcon-module_size_medium__D-nU6 {
    font-size: 20;
    width: 18px !important;
    height: 18px !important;
  }
  .ButtonIcon-module_button_icon__ViBN7.ButtonIcon-module_size_fallback__n6H6k.ButtonIcon-module_size_medium__D-nU6.ButtonIcon-module_type_icon__XxV2v {
    width: 38px !important;
    height: 38px !important;
  }
}
@media (max-width: 415px) {
  .ButtonIcon-module_button_icon__ViBN7.ButtonIcon-module_size_fallback__n6H6k.ButtonIcon-module_size_small__6lcXV {
    font-size: 16;
    width: 14px !important;
    height: 14px !important;
  }
  .ButtonIcon-module_button_icon__ViBN7.ButtonIcon-module_size_fallback__n6H6k.ButtonIcon-module_size_small__6lcXV.ButtonIcon-module_type_icon__XxV2v {
    width: 34px !important;
    height: 34px !important;
  }
}
.ButtonIcon-module_button_icon__ViBN7.ButtonIcon-module_size_auto__yynbU {
  font-size: 24;
  width: 22px !important;
  height: 22px !important;
}
.ButtonIcon-module_button_icon__ViBN7.ButtonIcon-module_size_auto__yynbU.ButtonIcon-module_type_icon__XxV2v {
  width: 46px !important;
  height: 46px !important;
}
@media (max-width: 768px) {
  .ButtonIcon-module_button_icon__ViBN7.ButtonIcon-module_size_auto__yynbU {
    font-size: 20;
    width: 18px !important;
    height: 18px !important;
  }
  .ButtonIcon-module_button_icon__ViBN7.ButtonIcon-module_size_auto__yynbU.ButtonIcon-module_type_icon__XxV2v {
    width: 38px !important;
    height: 38px !important;
  }
}
@media (max-width: 415px) {
  .ButtonIcon-module_button_icon__ViBN7.ButtonIcon-module_size_auto__yynbU {
    font-size: 16;
    width: 14px !important;
    height: 14px !important;
  }
  .ButtonIcon-module_button_icon__ViBN7.ButtonIcon-module_size_auto__yynbU.ButtonIcon-module_type_icon__XxV2v {
    width: 34px !important;
    height: 34px !important;
  }
}
.ButtonIcon-module_button_icon__ViBN7.ButtonIcon-module_size_small__6lcXV {
  font-size: 16;
  width: 14px !important;
  height: 14px !important;
}
.ButtonIcon-module_button_icon__ViBN7.ButtonIcon-module_size_small__6lcXV.ButtonIcon-module_type_icon__XxV2v {
  width: 34px !important;
  height: 34px !important;
}
.ButtonIcon-module_button_icon__ViBN7.ButtonIcon-module_size_medium__D-nU6 {
  font-size: 20;
  width: 18px !important;
  height: 18px !important;
}
.ButtonIcon-module_button_icon__ViBN7.ButtonIcon-module_size_medium__D-nU6.ButtonIcon-module_type_icon__XxV2v {
  width: 38px !important;
  height: 38px !important;
}
.ButtonIcon-module_button_icon__ViBN7.ButtonIcon-module_size_large__fx4J- {
  font-size: 24;
  width: 22px !important;
  height: 22px !important;
}
.ButtonIcon-module_button_icon__ViBN7.ButtonIcon-module_size_large__fx4J-.ButtonIcon-module_type_icon__XxV2v {
  width: 46px !important;
  height: 46px !important;
}
.ButtonIcon-module_button_icon__ViBN7.ButtonIcon-module_type_icon__XxV2v {
  position: absolute !important;
}
.rdp-caption_label {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin: 0px;
}

.rdp-nav {
    background: transparent;
    border: none;
    cursor: pointer;
}

.rdp-weekday {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin: 0px;

    font-weight: 600;
    color: var(--color--neutral-gray-2);
}

.rdp-day {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin: 0px;

    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.rdp-root {
    --rdp-accent-color: var(--color--primary-500) !important;
    --rdp-accent-background-color: #f0f0f0 !important;
    --rdp-today-color: var(--color--primary-100) !important;
}

.rdp-selected:not(.rdp-range_middle):not(.rdp-range_start):not(.rdp-range_end) {
    background-color: var(--color--primary-500) !important;
    border-radius: 50%;
    color: var(--color--neutral-white) !important;
}

.rdp-day.rdp-disabled {
    pointer-events: none;
    text-decoration: line-through;
    color: var(--color--neutral-gray-2);
}

.rdp-dropdowns {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin: 0px;
    margin-left: 14px;
}

.rdp-nav {
    gap: var(--rdp-dropdown-gap);
}

.rdp-nav .rdp-button_previous,
.rdp-nav .rdp-button_next {
    cursor: pointer;
    border: none;
    background: transparent;
    color: currentColor;
}
.Calendar-module_calendar__YRWdK {
  border-radius: 4px;
  padding: 8px;
  transition: all 0.3s ease-in-out;
}
.Calendar-module_calendar__YRWdK.Calendar-module_variant_contained__XcnUK {
  border: 1px solid #ddd;
  background: var(--color--neutral-white);
}
.Calendar-module_calendar__YRWdK.Calendar-module_variant_elevated__TiVJn {
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background: var(--color--neutral-white);
}
.TextInput-module_textInputContainer__fgaXv {
  color: var(--color--primary-100);
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  min-width: 150px;
}
@media (max-width: 150px) {
  .TextInput-module_textInputContainer__fgaXv {
    width: 100%;
  }
}
.TextInput-module_textInputContainer__fgaXv:focus-within {
  color: var(--color--primary-500);
}
.TextInput-module_textInputContainer__fgaXv.TextInput-module_fullWidth__huQv5 {
  width: 100%;
}

.TextInput-module_textInput__d2Ab9 {
  display: flex;
  justify-content: space-between;
  background-color: var(--color--neutral-white);
  border-color: var(--color--primary-100);
  flex: 1 1;
  transition: all 0.3s ease-in-out;
}
.TextInput-module_textInput__d2Ab9:focus {
  border-color: var(--color--primary-500);
}
.TextInput-module_textInput__d2Ab9.TextInput-module_variant_outlined__qaHPq {
  border: 1px solid;
  border-radius: 5px;
}
.TextInput-module_textInput__d2Ab9.TextInput-module_variant_filled__0nxRB {
  border-bottom: 1px solid;
  border-radius: 5px 5px 0px 0px;
}
.TextInput-module_textInput__d2Ab9.TextInput-module_valign_top__tBpz- {
  align-items: flex-start;
}
.TextInput-module_textInput__d2Ab9.TextInput-module_valign_center__xleGs {
  align-items: center;
}
.TextInput-module_textInput__d2Ab9.TextInput-module_valign_bottom__iaMKk {
  align-items: flex-end;
}
@media (min-width: 769px) {
  .TextInput-module_textInput__d2Ab9.TextInput-module_size_fallback__IVjkY.TextInput-module_size_large__uoAZZ {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 0px;
    padding: 8px 10px;
    gap: 8px;
  }
  .TextInput-module_textInput__d2Ab9.TextInput-module_size_fallback__IVjkY.TextInput-module_size_large__uoAZZ.TextInput-module_label_variant_default__8TnjV {
    min-height: 38px;
  }
  .TextInput-module_textInput__d2Ab9.TextInput-module_size_fallback__IVjkY.TextInput-module_size_large__uoAZZ.TextInput-module_label_variant_floating__sNI5n {
    min-height: 42px;
  }
}
@media (max-width: 768px) {
  .TextInput-module_textInput__d2Ab9.TextInput-module_size_fallback__IVjkY.TextInput-module_size_medium__wV0H- {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 0px;
    padding: 6px 8px;
    gap: 6px;
  }
  .TextInput-module_textInput__d2Ab9.TextInput-module_size_fallback__IVjkY.TextInput-module_size_medium__wV0H-.TextInput-module_label_variant_default__8TnjV {
    min-height: 34px;
  }
  .TextInput-module_textInput__d2Ab9.TextInput-module_size_fallback__IVjkY.TextInput-module_size_medium__wV0H-.TextInput-module_label_variant_floating__sNI5n {
    min-height: 38px;
  }
}
@media (max-width: 415px) {
  .TextInput-module_textInput__d2Ab9.TextInput-module_size_fallback__IVjkY.TextInput-module_size_small__neWaH {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin: 0px;
    padding: 4px 6px;
    gap: 4px;
  }
  .TextInput-module_textInput__d2Ab9.TextInput-module_size_fallback__IVjkY.TextInput-module_size_small__neWaH.TextInput-module_label_variant_default__8TnjV {
    min-height: 21px;
  }
  .TextInput-module_textInput__d2Ab9.TextInput-module_size_fallback__IVjkY.TextInput-module_size_small__neWaH.TextInput-module_label_variant_floating__sNI5n {
    min-height: 25px;
  }
}
.TextInput-module_textInput__d2Ab9.TextInput-module_size_auto__9rKao {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin: 0px;
  padding: 8px 10px;
  gap: 8px;
}
.TextInput-module_textInput__d2Ab9.TextInput-module_size_auto__9rKao.TextInput-module_label_variant_default__8TnjV {
  min-height: 38px;
}
.TextInput-module_textInput__d2Ab9.TextInput-module_size_auto__9rKao.TextInput-module_label_variant_floating__sNI5n {
  min-height: 42px;
}
@media (max-width: 768px) {
  .TextInput-module_textInput__d2Ab9.TextInput-module_size_auto__9rKao {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 0px;
    padding: 6px 8px;
    gap: 6px;
  }
  .TextInput-module_textInput__d2Ab9.TextInput-module_size_auto__9rKao.TextInput-module_label_variant_default__8TnjV {
    min-height: 34px;
  }
  .TextInput-module_textInput__d2Ab9.TextInput-module_size_auto__9rKao.TextInput-module_label_variant_floating__sNI5n {
    min-height: 38px;
  }
}
@media (max-width: 415px) {
  .TextInput-module_textInput__d2Ab9.TextInput-module_size_auto__9rKao {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin: 0px;
    padding: 4px 6px;
    gap: 4px;
  }
  .TextInput-module_textInput__d2Ab9.TextInput-module_size_auto__9rKao.TextInput-module_label_variant_default__8TnjV {
    min-height: 21px;
  }
  .TextInput-module_textInput__d2Ab9.TextInput-module_size_auto__9rKao.TextInput-module_label_variant_floating__sNI5n {
    min-height: 25px;
  }
}
.TextInput-module_textInput__d2Ab9.TextInput-module_size_small__neWaH {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin: 0px;
  padding: 4px 6px;
  gap: 4px;
}
.TextInput-module_textInput__d2Ab9.TextInput-module_size_small__neWaH.TextInput-module_label_variant_default__8TnjV {
  min-height: 21px;
}
.TextInput-module_textInput__d2Ab9.TextInput-module_size_small__neWaH.TextInput-module_label_variant_floating__sNI5n {
  min-height: 25px;
}
.TextInput-module_textInput__d2Ab9.TextInput-module_size_medium__wV0H- {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin: 0px;
  padding: 6px 8px;
  gap: 6px;
}
.TextInput-module_textInput__d2Ab9.TextInput-module_size_medium__wV0H-.TextInput-module_label_variant_default__8TnjV {
  min-height: 34px;
}
.TextInput-module_textInput__d2Ab9.TextInput-module_size_medium__wV0H-.TextInput-module_label_variant_floating__sNI5n {
  min-height: 38px;
}
.TextInput-module_textInput__d2Ab9.TextInput-module_size_large__uoAZZ {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin: 0px;
  padding: 8px 10px;
  gap: 8px;
}
.TextInput-module_textInput__d2Ab9.TextInput-module_size_large__uoAZZ.TextInput-module_label_variant_default__8TnjV {
  min-height: 38px;
}
.TextInput-module_textInput__d2Ab9.TextInput-module_size_large__uoAZZ.TextInput-module_label_variant_floating__sNI5n {
  min-height: 42px;
}
.TextInput-module_textInput__d2Ab9.TextInput-module_error__WesvC {
  color: var(--color--alert-danger);
  border-color: var(--color--alert-danger);
}
.TextInput-module_textInput__d2Ab9.TextInput-module_round__YqrEL {
  border-radius: 999px;
}

.TextInput-module_textInputElement__BjLiR {
  width: 100%;
  flex: 1 1;
  border: none;
  outline: none;
  min-height: 1em;
  resize: vertical;
  transition: all 0.3s ease-in-out;
}
.TextInput-module_textInputElement__BjLiR::placeholder {
  color: var(--color--primary-100);
}
.TextInput-module_textInputElement__BjLiR:focus {
  border: none;
  outline: none;
}
.TextInput-module_textInputElement__BjLiR:disabled {
  background: transparent;
}
.TextInput-module_textInputElement__BjLiR.TextInput-module_error__WesvC {
  color: var(--color--alert-danger);
}
.TextInput-module_textInputElement__BjLiR.TextInput-module_readOnly__YsfyA {
  caret-color: transparent;
  pointer-events: none;
}

.TextInput-module_textInputLabel__e5uDt {
  display: block;
  color: var(--color--primary-500);
}
@media (min-width: 769px) {
  .TextInput-module_textInputLabel__e5uDt.TextInput-module_variant_default__ImrRr.TextInput-module_size_fallback__IVjkY.TextInput-module_size_large__uoAZZ {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin: 0px;
    margin-bottom: 6px;
  }
}
@media (max-width: 768px) {
  .TextInput-module_textInputLabel__e5uDt.TextInput-module_variant_default__ImrRr.TextInput-module_size_fallback__IVjkY.TextInput-module_size_medium__wV0H- {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin: 0px;
    margin-bottom: 5px;
  }
}
@media (max-width: 415px) {
  .TextInput-module_textInputLabel__e5uDt.TextInput-module_variant_default__ImrRr.TextInput-module_size_fallback__IVjkY.TextInput-module_size_small__neWaH {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 0px;
    margin-bottom: 4px;
  }
}
.TextInput-module_textInputLabel__e5uDt.TextInput-module_variant_default__ImrRr.TextInput-module_size_auto__9rKao {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin: 0px;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .TextInput-module_textInputLabel__e5uDt.TextInput-module_variant_default__ImrRr.TextInput-module_size_auto__9rKao {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin: 0px;
    margin-bottom: 5px;
  }
}
@media (max-width: 415px) {
  .TextInput-module_textInputLabel__e5uDt.TextInput-module_variant_default__ImrRr.TextInput-module_size_auto__9rKao {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 0px;
    margin-bottom: 4px;
  }
}
.TextInput-module_textInputLabel__e5uDt.TextInput-module_variant_default__ImrRr.TextInput-module_size_small__neWaH {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin: 0px;
  margin-bottom: 4px;
}
.TextInput-module_textInputLabel__e5uDt.TextInput-module_variant_default__ImrRr.TextInput-module_size_medium__wV0H- {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin: 0px;
  margin-bottom: 5px;
}
.TextInput-module_textInputLabel__e5uDt.TextInput-module_variant_default__ImrRr.TextInput-module_size_large__uoAZZ {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin: 0px;
  margin-bottom: 6px;
}
.TextInput-module_textInputLabel__e5uDt.TextInput-module_variant_floating__gkYx- {
  background: var(--color--neutral-white);
  border-radius: 2px;
}
@media (min-width: 769px) {
  .TextInput-module_textInputLabel__e5uDt.TextInput-module_variant_floating__gkYx-.TextInput-module_size_fallback__IVjkY.TextInput-module_size_large__uoAZZ {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin: 0px;
    margin-top: 6px;
    position: absolute;
    top: -14px;
    left: 10px;
    padding: 2px 4px;
  }
}
@media (max-width: 768px) {
  .TextInput-module_textInputLabel__e5uDt.TextInput-module_variant_floating__gkYx-.TextInput-module_size_fallback__IVjkY.TextInput-module_size_medium__wV0H- {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin: 0px;
    margin-top: 6px;
    position: absolute;
    top: -14px;
    left: 10px;
    padding: 2px 4px;
  }
}
@media (max-width: 415px) {
  .TextInput-module_textInputLabel__e5uDt.TextInput-module_variant_floating__gkYx-.TextInput-module_size_fallback__IVjkY.TextInput-module_size_small__neWaH {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 0px;
    margin-top: 6px;
    position: absolute;
    top: -14px;
    left: 10px;
    padding: 1px 3px;
  }
}
.TextInput-module_textInputLabel__e5uDt.TextInput-module_variant_floating__gkYx-.TextInput-module_size_auto__9rKao {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin: 0px;
  margin-top: 6px;
  position: absolute;
  top: -14px;
  left: 10px;
  padding: 2px 4px;
}
@media (max-width: 768px) {
  .TextInput-module_textInputLabel__e5uDt.TextInput-module_variant_floating__gkYx-.TextInput-module_size_auto__9rKao {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin: 0px;
    margin-top: 6px;
    position: absolute;
    top: -14px;
    left: 10px;
    padding: 2px 4px;
  }
}
@media (max-width: 415px) {
  .TextInput-module_textInputLabel__e5uDt.TextInput-module_variant_floating__gkYx-.TextInput-module_size_auto__9rKao {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 0px;
    margin-top: 6px;
    position: absolute;
    top: -14px;
    left: 10px;
    padding: 1px 3px;
  }
}
.TextInput-module_textInputLabel__e5uDt.TextInput-module_variant_floating__gkYx-.TextInput-module_size_small__neWaH {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin: 0px;
  margin-top: 6px;
  position: absolute;
  top: -14px;
  left: 10px;
  padding: 1px 3px;
}
.TextInput-module_textInputLabel__e5uDt.TextInput-module_variant_floating__gkYx-.TextInput-module_size_medium__wV0H- {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin: 0px;
  margin-top: 6px;
  position: absolute;
  top: -14px;
  left: 10px;
  padding: 2px 4px;
}
.TextInput-module_textInputLabel__e5uDt.TextInput-module_variant_floating__gkYx-.TextInput-module_size_large__uoAZZ {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin: 0px;
  margin-top: 6px;
  position: absolute;
  top: -14px;
  left: 10px;
  padding: 2px 4px;
}
.TextInput-module_textInputLabel__e5uDt .TextInput-module_requiredIndicator__Qkspa {
  color: var(--color--alert-danger);
  margin-right: 2px;
}

.TextInput-module_textInputError__DSc3t.TextInput-module_error__WesvC {
  color: var(--color--alert-danger);
}
@media (min-width: 769px) {
  .TextInput-module_textInputError__DSc3t.TextInput-module_size_fallback__IVjkY.TextInput-module_size_large__uoAZZ {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin: 0px;
    margin-top: 4px;
  }
}
@media (max-width: 768px) {
  .TextInput-module_textInputError__DSc3t.TextInput-module_size_fallback__IVjkY.TextInput-module_size_medium__wV0H- {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    margin: 0px;
    margin-top: 3px;
  }
}
@media (max-width: 415px) {
  .TextInput-module_textInputError__DSc3t.TextInput-module_size_fallback__IVjkY.TextInput-module_size_small__neWaH {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    margin: 0px;
    margin-top: 2px;
  }
}
.TextInput-module_textInputError__DSc3t.TextInput-module_size_auto__9rKao {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin: 0px;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .TextInput-module_textInputError__DSc3t.TextInput-module_size_auto__9rKao {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    margin: 0px;
    margin-top: 3px;
  }
}
@media (max-width: 415px) {
  .TextInput-module_textInputError__DSc3t.TextInput-module_size_auto__9rKao {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    margin: 0px;
    margin-top: 2px;
  }
}
.TextInput-module_textInputError__DSc3t.TextInput-module_size_small__neWaH {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  margin: 0px;
  margin-top: 2px;
}
.TextInput-module_textInputError__DSc3t.TextInput-module_size_medium__wV0H- {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  margin: 0px;
  margin-top: 3px;
}
.TextInput-module_textInputError__DSc3t.TextInput-module_size_large__uoAZZ {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin: 0px;
  margin-top: 4px;
}
.CalendarInput-module_calendar__n7s5e {
  position: relative;
}
.CalendarInput-module_calendar__n7s5e.CalendarInput-module_fullWidth__GyqW0 {
  width: 100%;
}
.CalendarInput-module_calendar__n7s5e .CalendarInput-module_calendarSuffixButton__5-2iL {
  cursor: pointer;
  padding: 0px !important;
  border: none;
  background: transparent;
  color: currentColor;
}

.CalendarInput-module_calendarPopup__rXHjZ {
  position: absolute;
  z-index: 10;
  margin-top: 4px;
}
.Checkbox-module_checkbox__qJ4dG {
  position: relative;
  cursor: pointer;
  appearance: none;
  border-radius: 6px;
  border: 0.8px solid;
  transition: all 0.3s ease-in-out;
}
.Checkbox-module_checkbox__qJ4dG:checked:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 42%;
  border-style: solid;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_indeterminate__AC3ue:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.Checkbox-module_checkbox__qJ4dG:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
@media (min-width: 769px) {
  .Checkbox-module_checkbox__qJ4dG.Checkbox-module_size_fallback__u8NFq.Checkbox-module_size_large__Ja4PG {
    width: 20px;
    height: 20px;
  }
  .Checkbox-module_checkbox__qJ4dG.Checkbox-module_size_fallback__u8NFq.Checkbox-module_size_large__Ja4PG:checked:after {
    width: 5px;
    height: 8px;
  }
  .Checkbox-module_checkbox__qJ4dG.Checkbox-module_size_fallback__u8NFq.Checkbox-module_size_large__Ja4PG.Checkbox-module_indeterminate__AC3ue:after {
    width: 8px;
    height: 2px;
  }
}
@media (max-width: 768px) {
  .Checkbox-module_checkbox__qJ4dG.Checkbox-module_size_fallback__u8NFq.Checkbox-module_size_medium__WI1ql {
    width: 18px;
    height: 18px;
  }
  .Checkbox-module_checkbox__qJ4dG.Checkbox-module_size_fallback__u8NFq.Checkbox-module_size_medium__WI1ql:checked:after {
    width: 4px;
    height: 7px;
  }
  .Checkbox-module_checkbox__qJ4dG.Checkbox-module_size_fallback__u8NFq.Checkbox-module_size_medium__WI1ql.Checkbox-module_indeterminate__AC3ue:after {
    width: 7px;
    height: 2px;
  }
}
@media (max-width: 415px) {
  .Checkbox-module_checkbox__qJ4dG.Checkbox-module_size_fallback__u8NFq.Checkbox-module_size_small__zqXF3 {
    width: 16px;
    height: 16px;
  }
  .Checkbox-module_checkbox__qJ4dG.Checkbox-module_size_fallback__u8NFq.Checkbox-module_size_small__zqXF3:checked:after {
    width: 3px;
    height: 6px;
  }
  .Checkbox-module_checkbox__qJ4dG.Checkbox-module_size_fallback__u8NFq.Checkbox-module_size_small__zqXF3.Checkbox-module_indeterminate__AC3ue:after {
    width: 6px;
    height: 2px;
  }
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_size_auto__KrU5S {
  width: 20px;
  height: 20px;
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_size_auto__KrU5S:checked:after {
  width: 5px;
  height: 8px;
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_size_auto__KrU5S.Checkbox-module_indeterminate__AC3ue:after {
  width: 8px;
  height: 2px;
}
@media (max-width: 768px) {
  .Checkbox-module_checkbox__qJ4dG.Checkbox-module_size_auto__KrU5S {
    width: 18px;
    height: 18px;
  }
  .Checkbox-module_checkbox__qJ4dG.Checkbox-module_size_auto__KrU5S:checked:after {
    width: 4px;
    height: 7px;
  }
  .Checkbox-module_checkbox__qJ4dG.Checkbox-module_size_auto__KrU5S.Checkbox-module_indeterminate__AC3ue:after {
    width: 7px;
    height: 2px;
  }
}
@media (max-width: 415px) {
  .Checkbox-module_checkbox__qJ4dG.Checkbox-module_size_auto__KrU5S {
    width: 16px;
    height: 16px;
  }
  .Checkbox-module_checkbox__qJ4dG.Checkbox-module_size_auto__KrU5S:checked:after {
    width: 3px;
    height: 6px;
  }
  .Checkbox-module_checkbox__qJ4dG.Checkbox-module_size_auto__KrU5S.Checkbox-module_indeterminate__AC3ue:after {
    width: 6px;
    height: 2px;
  }
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_size_small__zqXF3 {
  width: 16px;
  height: 16px;
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_size_small__zqXF3:checked:after {
  width: 3px;
  height: 6px;
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_size_small__zqXF3.Checkbox-module_indeterminate__AC3ue:after {
  width: 6px;
  height: 2px;
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_size_medium__WI1ql {
  width: 18px;
  height: 18px;
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_size_medium__WI1ql:checked:after {
  width: 4px;
  height: 7px;
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_size_medium__WI1ql.Checkbox-module_indeterminate__AC3ue:after {
  width: 7px;
  height: 2px;
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_size_large__Ja4PG {
  width: 20px;
  height: 20px;
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_size_large__Ja4PG:checked:after {
  width: 5px;
  height: 8px;
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_size_large__Ja4PG.Checkbox-module_indeterminate__AC3ue:after {
  width: 8px;
  height: 2px;
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_primary__k-F0v {
  border-color: var(--color--primary-100);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_primary__k-F0v:checked, .Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_primary__k-F0v.Checkbox-module_indeterminate__AC3ue {
  border-color: var(--color--primary-500);
  background-color: var(--color--primary-500);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_primary__k-F0v:checked:checked:after, .Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_primary__k-F0v.Checkbox-module_indeterminate__AC3ue:checked:after {
  border-color: var(--color--neutral-white);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_primary__k-F0v:checked.Checkbox-module_indeterminate__AC3ue:after, .Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_primary__k-F0v.Checkbox-module_indeterminate__AC3ue.Checkbox-module_indeterminate__AC3ue:after {
  background: var(--color--neutral-white);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_primary__k-F0v:disabled {
  border-color: var(--color--primary-100);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_primary__k-F0v:disabled:checked, .Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_primary__k-F0v:disabled.Checkbox-module_indeterminate__AC3ue {
  background-color: var(--color--primary-100);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_secondary__Ogw6K {
  border-color: var(--color--secondary-100);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_secondary__Ogw6K:checked, .Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_secondary__Ogw6K.Checkbox-module_indeterminate__AC3ue {
  border-color: var(--color--secondary-500);
  background-color: var(--color--secondary-500);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_secondary__Ogw6K:checked:checked:after, .Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_secondary__Ogw6K.Checkbox-module_indeterminate__AC3ue:checked:after {
  border-color: var(--color--neutral-white);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_secondary__Ogw6K:checked.Checkbox-module_indeterminate__AC3ue:after, .Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_secondary__Ogw6K.Checkbox-module_indeterminate__AC3ue.Checkbox-module_indeterminate__AC3ue:after {
  background: var(--color--neutral-white);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_secondary__Ogw6K:disabled {
  border-color: var(--color--secondary-100);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_secondary__Ogw6K:disabled:checked, .Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_secondary__Ogw6K:disabled.Checkbox-module_indeterminate__AC3ue {
  background-color: var(--color--secondary-100);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_danger__ejKTI {
  border-color: var(--color--alert-danger-shade);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_danger__ejKTI:checked, .Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_danger__ejKTI.Checkbox-module_indeterminate__AC3ue {
  border-color: var(--color--alert-danger);
  background-color: var(--color--alert-danger);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_danger__ejKTI:checked:checked:after, .Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_danger__ejKTI.Checkbox-module_indeterminate__AC3ue:checked:after {
  border-color: var(--color--neutral-white);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_danger__ejKTI:checked.Checkbox-module_indeterminate__AC3ue:after, .Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_danger__ejKTI.Checkbox-module_indeterminate__AC3ue.Checkbox-module_indeterminate__AC3ue:after {
  background: var(--color--neutral-white);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_danger__ejKTI:disabled {
  border-color: var(--color--alert-danger-shade);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_danger__ejKTI:disabled:checked, .Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_danger__ejKTI:disabled.Checkbox-module_indeterminate__AC3ue {
  background-color: var(--color--alert-danger-shade);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_success__8zKzd {
  border-color: var(--color--alert-success-shade);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_success__8zKzd:checked, .Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_success__8zKzd.Checkbox-module_indeterminate__AC3ue {
  border-color: var(--color--alert-success);
  background-color: var(--color--alert-success);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_success__8zKzd:checked:checked:after, .Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_success__8zKzd.Checkbox-module_indeterminate__AC3ue:checked:after {
  border-color: var(--color--neutral-white);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_success__8zKzd:checked.Checkbox-module_indeterminate__AC3ue:after, .Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_success__8zKzd.Checkbox-module_indeterminate__AC3ue.Checkbox-module_indeterminate__AC3ue:after {
  background: var(--color--neutral-white);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_success__8zKzd:disabled {
  border-color: var(--color--alert-success-shade);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_success__8zKzd:disabled:checked, .Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_success__8zKzd:disabled.Checkbox-module_indeterminate__AC3ue {
  background-color: var(--color--alert-success-shade);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_info__NMlsP {
  border-color: var(--color--alert-info-shade);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_info__NMlsP:checked, .Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_info__NMlsP.Checkbox-module_indeterminate__AC3ue {
  border-color: var(--color--alert-info);
  background-color: var(--color--alert-info);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_info__NMlsP:checked:checked:after, .Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_info__NMlsP.Checkbox-module_indeterminate__AC3ue:checked:after {
  border-color: var(--color--neutral-white);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_info__NMlsP:checked.Checkbox-module_indeterminate__AC3ue:after, .Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_info__NMlsP.Checkbox-module_indeterminate__AC3ue.Checkbox-module_indeterminate__AC3ue:after {
  background: var(--color--neutral-white);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_info__NMlsP:disabled {
  border-color: var(--color--alert-info-shade);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_info__NMlsP:disabled:checked, .Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_info__NMlsP:disabled.Checkbox-module_indeterminate__AC3ue {
  background-color: var(--color--alert-info-shade);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_warning__3lffz {
  border-color: var(--color--alert-warning-shade);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_warning__3lffz:checked, .Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_warning__3lffz.Checkbox-module_indeterminate__AC3ue {
  border-color: var(--color--alert-warning);
  background-color: var(--color--alert-warning);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_warning__3lffz:checked:checked:after, .Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_warning__3lffz.Checkbox-module_indeterminate__AC3ue:checked:after {
  border-color: var(--color--neutral-white);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_warning__3lffz:checked.Checkbox-module_indeterminate__AC3ue:after, .Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_warning__3lffz.Checkbox-module_indeterminate__AC3ue.Checkbox-module_indeterminate__AC3ue:after {
  background: var(--color--neutral-white);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_warning__3lffz:disabled {
  border-color: var(--color--alert-warning-shade);
}
.Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_warning__3lffz:disabled:checked, .Checkbox-module_checkbox__qJ4dG.Checkbox-module_color_warning__3lffz:disabled.Checkbox-module_indeterminate__AC3ue {
  background-color: var(--color--alert-warning-shade);
}
.Container-module_container__RBLvB {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.Container-module_container__RBLvB.Container-module_size_small__uiYF8 {
  max-width: 960px;
}
.Container-module_container__RBLvB.Container-module_size_medium__Y1cIz {
  max-width: 1280px;
}
.Container-module_container__RBLvB.Container-module_size_large__jA99D {
  max-width: 1440px;
}
.DropdownContainer-module_dropdownContainer__tWCxs {
  position: absolute;
  border-radius: 12px;
  overflow-y: auto;
  max-height: 300px;
  list-style: none;
  padding: 0px;
  margin-top: 8px !important;
  z-index: 10;
}
.DropdownContainer-module_dropdownContainer__tWCxs.DropdownContainer-module_variant_shadow__Ed6Pd {
  background: var(--color--neutral-white);
  box-shadow: var(--color--elevation-shadow-1);
}
.DropdownContainer-module_dropdownContainer__tWCxs.DropdownContainer-module_variant_outlined__KhHod {
  border: 1px solid var(--color--primary-100);
}
.DropdownContainer-module_dropdownContainer__tWCxs:focus-visible {
  outline: none;
  box-shadow: none;
}
.DropdownContainer-module_dropdownContainer__tWCxs::-webkit-scrollbar {
  width: 6px;
}
.DropdownContainer-module_dropdownContainer__tWCxs::-webkit-scrollbar-track {
  background: var(--color--neutral-gray-1);
  border-radius: 5px;
}
.DropdownContainer-module_dropdownContainer__tWCxs::-webkit-scrollbar-thumb {
  background: var(--color--neutral-gray-2);
  border-radius: 5px;
}
.DropdownContainer-module_dropdownContainer__tWCxs::-webkit-scrollbar-thumb:hover {
  background: var(--color--neutral-gray-3);
}
.DropdownItem-module_dropdownItem__c8Z7f {
  cursor: pointer;
  padding: 12px;
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin: 0px;
  transition: all 0.3s ease-in-out;
}
.DropdownItem-module_dropdownItem__c8Z7f.DropdownItem-module_withSeperator__Aa-9V:not(:last-child) {
  border-bottom: 1px solid var(--color--primary-100);
}
.DropdownItem-module_dropdownItem__c8Z7f:hover {
  background: var(--color--primary-50);
}
.DropdownItem-module_dropdownItem__c8Z7f.DropdownItem-module_isSelected__3sPlW {
  background: var(--color--primary-500);
  color: var(--color--neutral-white);
}
.Dropdown-module_expandText__PYpy2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin: 0px;
  color: var(--color--alert-info);
}
.GroupView-module_groupView__lgP-L {
  display: flex;
  overflow: auto;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.GroupView-module_groupView__lgP-L.GroupView-module_direction_row__S4ArQ {
  flex-direction: row;
}
.GroupView-module_groupView__lgP-L.GroupView-module_direction_column__vYJ1m {
  flex-direction: column;
}
.GroupView-module_groupView__lgP-L .GroupView-module_more__awz6u {
  cursor: pointer;
  color: currentColor;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin: 0px;
}
.SelectedView-module_selectedView__khB8Q {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.DropdownInputContainer-module_dropdownInput__oyb8e {
  position: relative;
}
.DropdownInputContainer-module_dropdownInput__oyb8e .DropdownInputContainer-module_input__F-Qsr .DropdownInputContainer-module_arrow__Q9nUz {
  transition: all 0.3s ease-in-out;
}
.DropdownInputContainer-module_dropdownInput__oyb8e .DropdownInputContainer-module_input__F-Qsr .DropdownInputContainer-module_arrow__Q9nUz.DropdownInputContainer-module_expanded__O8VQb {
  transform: rotate(180deg);
}
.DropdownInputContainer-module_dropdownInput__oyb8e.DropdownInputContainer-module_fullWidth__NpPIq {
  width: 100%;
}
.Typography-module_typography__XdCef {
  transition: all 0.3s ease-in-out;
}
.Typography-module_typography__XdCef.Typography-module_variant_h1Display__CqcKz {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 47px;
  line-height: 56px;
  margin: 0px;
}
@media (max-width: 415px) {
  .Typography-module_typography__XdCef.Typography-module_variant_h1Display__CqcKz {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    margin: 0px;
  }
}
.Typography-module_typography__XdCef.Typography-module_variant_h2Hero__W6yHD {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  margin: 0px;
}
@media (max-width: 415px) {
  .Typography-module_typography__XdCef.Typography-module_variant_h2Hero__W6yHD {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    margin: 0px;
  }
}
.Typography-module_typography__XdCef.Typography-module_variant_h3PageHeader__mTRoS {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  margin: 0px;
}
@media (max-width: 415px) {
  .Typography-module_typography__XdCef.Typography-module_variant_h3PageHeader__mTRoS {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin: 0px;
  }
}
.Typography-module_typography__XdCef.Typography-module_variant_h4Title__Wb7Vj {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin: 0px;
}
@media (max-width: 415px) {
  .Typography-module_typography__XdCef.Typography-module_variant_h4Title__Wb7Vj {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
  }
}
.Typography-module_typography__XdCef.Typography-module_variant_h5ParagraphHeader__wXTlE {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0px;
}
.Typography-module_typography__XdCef.Typography-module_variant_h6Subheader__BXecx {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  margin: 0px;
}
.Typography-module_typography__XdCef.Typography-module_variant_h7TableHeader__usOQ4 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin: 0px;
}
.Typography-module_typography__XdCef.Typography-module_variant_h8DescriptionHeader__sOyVM {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin: 0px;
}
.Typography-module_typography__XdCef.Typography-module_variant_h9DescriptionSubheader__lU2mN {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin: 0px;
}
.Typography-module_typography__XdCef.Typography-module_variant_p1Subtitle__E0PJt {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin: 0px;
}
@media (max-width: 415px) {
  .Typography-module_typography__XdCef.Typography-module_variant_p1Subtitle__E0PJt {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
  }
}
.Typography-module_typography__XdCef.Typography-module_variant_p2BodyParagraph__pXX0o {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin: 0px;
}
@media (max-width: 415px) {
  .Typography-module_typography__XdCef.Typography-module_variant_p2BodyParagraph__pXX0o {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
  }
}
.Typography-module_typography__XdCef.Typography-module_variant_p3BodyLabel__EI5tp {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin: 0px;
}
@media (max-width: 415px) {
  .Typography-module_typography__XdCef.Typography-module_variant_p3BodyLabel__EI5tp {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 0px;
  }
}
.Typography-module_typography__XdCef.Typography-module_variant_p4Subtitle__suHF2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin: 0px;
}
.Typography-module_typography__XdCef.Typography-module_variant_p5Link__mQfwe {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  margin: 0px;
}
.Typography-module_typography__XdCef.Typography-module_align_left__jSdNQ {
  text-align: left;
  justify-content: flex-start;
}
.Typography-module_typography__XdCef.Typography-module_align_center__toOP8 {
  text-align: center;
  justify-content: center;
}
.Typography-module_typography__XdCef.Typography-module_align_right__0wuoP {
  text-align: right;
  justify-content: flex-end;
}
.Typography-module_typography__XdCef.Typography-module_align_justify__SEorO {
  text-align: justify;
  justify-content: space-between;
}
.Tooltip-module_tooltipContainer__5nu3M {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.Tooltip-module_tooltip__2k-Q2 {
  z-index: 10;
  pointer-events: none;
  position: absolute;
  display: inline-flex;
  opacity: 0;
  gap: 6px;
  width: max-content;
  white-space: pre-line;
  border-radius: 4px;
  padding: 12px 8px;
  color: var(--color--neutral-white);
  background-color: var(--color--secondary-700);
  box-shadow: var(--color--elevation-shadow-1);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  margin: 0px;
  transition: opacity 0.3s ease;
}
.Tooltip-module_tooltip__2k-Q2.Tooltip-module_arrow__4b5fR::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px;
}
.Tooltip-module_tooltip__2k-Q2.Tooltip-module_align_left__HLGHV {
  text-align: left;
  justify-content: flex-start;
}
.Tooltip-module_tooltip__2k-Q2.Tooltip-module_align_center__182Pu {
  text-align: center;
  justify-content: center;
}
.Tooltip-module_tooltip__2k-Q2.Tooltip-module_align_right__qEfiD {
  text-align: right;
  justify-content: flex-end;
}
.Tooltip-module_tooltip__2k-Q2.Tooltip-module_align_justify__4s5aK {
  text-align: justify;
  justify-content: space-between;
}
.Tooltip-module_tooltip__2k-Q2.Tooltip-module_position_top-left__x3-Fe {
  bottom: 125%;
  left: 0%;
}
.Tooltip-module_tooltip__2k-Q2.Tooltip-module_position_top__xNcc4 {
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
}
.Tooltip-module_tooltip__2k-Q2.Tooltip-module_position_top-right__QegfA {
  bottom: 125%;
  right: 0%;
}
.Tooltip-module_tooltip__2k-Q2.Tooltip-module_position_left__tTXmz {
  right: 125%;
  top: 50%;
  transform: translateY(-50%);
}
.Tooltip-module_tooltip__2k-Q2.Tooltip-module_position_right__t6Plj {
  left: 125%;
  top: 50%;
  transform: translateY(-50%);
}
.Tooltip-module_tooltip__2k-Q2.Tooltip-module_position_bottom-left__MZDnc {
  top: 125%;
  left: 0%;
}
.Tooltip-module_tooltip__2k-Q2.Tooltip-module_position_bottom__nideu {
  top: 125%;
  left: 50%;
  transform: translateX(-50%);
}
.Tooltip-module_tooltip__2k-Q2.Tooltip-module_position_bottom-right__yYZqb {
  top: 125%;
  right: 0%;
}
.Tooltip-module_tooltip__2k-Q2.Tooltip-module_arrow_position_top-left__JtYKS.Tooltip-module_arrow__4b5fR::after {
  top: 100%;
  left: 10px;
  border-color: var(--color--secondary-700) transparent transparent transparent;
}
.Tooltip-module_tooltip__2k-Q2.Tooltip-module_arrow_position_top__TKTtq.Tooltip-module_arrow__4b5fR::after {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-color: var(--color--secondary-700) transparent transparent transparent;
}
.Tooltip-module_tooltip__2k-Q2.Tooltip-module_arrow_position_top-right__NzQAz.Tooltip-module_arrow__4b5fR::after {
  top: 100%;
  right: 10px;
  border-color: var(--color--secondary-700) transparent transparent transparent;
}
.Tooltip-module_tooltip__2k-Q2.Tooltip-module_arrow_position_left__A98UN.Tooltip-module_arrow__4b5fR::after {
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-color: transparent transparent transparent var(--color--secondary-700);
}
.Tooltip-module_tooltip__2k-Q2.Tooltip-module_arrow_position_right__0ZyPX.Tooltip-module_arrow__4b5fR::after {
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-color: transparent var(--color--secondary-700) transparent transparent;
}
.Tooltip-module_tooltip__2k-Q2.Tooltip-module_arrow_position_bottom-left__DaSVm.Tooltip-module_arrow__4b5fR::after {
  bottom: 100%;
  left: 10px;
  border-color: transparent transparent var(--color--secondary-700) transparent;
}
.Tooltip-module_tooltip__2k-Q2.Tooltip-module_arrow_position_bottom__b4jYO.Tooltip-module_arrow__4b5fR::after {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-color: transparent transparent var(--color--secondary-700) transparent;
}
.Tooltip-module_tooltip__2k-Q2.Tooltip-module_arrow_position_bottom-right__3o0UQ.Tooltip-module_arrow__4b5fR::after {
  bottom: 100%;
  right: 10px;
  border-color: transparent transparent var(--color--secondary-700) transparent;
}

.Tooltip-module_useDefault__IVMmL {
  visibility: hidden;
}

.Tooltip-module_tooltipContainer__5nu3M:hover .Tooltip-module_useDefault__IVMmL {
  visibility: visible;
  opacity: 1;
}
.FileItem-module_file_item__nTBIC {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.FileItem-module_file_item__nTBIC .FileItem-module_item_container__s4gl4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.FileItem-module_file_item__nTBIC .FileItem-module_item_icon__0hclV {
  width: 50px;
  height: 50px;
}

.FileItem-module_close_button__bkdjY {
  padding: 0px !important;
  position: absolute;
  top: 0px;
  right: 10px;
}
@keyframes DropzoneContainer-module_dropzone-border-pulse__ZxXX6 {
  0% {
    box-shadow: 0 0 0 0 currentColor;
  }
  70% {
    box-shadow: 0 0 0 4px transparent;
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}
.DropzoneContainer-module_dropzone__eVo9B {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.DropzoneContainer-module_dropzone__eVo9B input {
  display: none;
}
.DropzoneContainer-module_dropzone__eVo9B.DropzoneContainer-module_active__ccP57 .DropzoneContainer-module_drop_area__a31OJ {
  animation: DropzoneContainer-module_dropzone-border-pulse__ZxXX6 1.2s ease-in-out infinite;
  border-color: currentColor;
  will-change: box-shadow;
}
.DropzoneContainer-module_dropzone__eVo9B .DropzoneContainer-module_drop_area__a31OJ {
  flex: 1 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-width: 1px 1px 0px 1px;
  border-style: dashed;
  border-radius: 12px 12px 0px 0px;
}
.DropzoneContainer-module_dropzone__eVo9B .DropzoneContainer-module_drop_area__a31OJ.DropzoneContainer-module_hideFooter__u6uue {
  border-width: 1px;
  border-radius: 12px;
}
.DropzoneContainer-module_dropzone__eVo9B .DropzoneContainer-module_drop_area__a31OJ ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0px;
  margin: 0px;
  gap: 8px;
  flex-wrap: wrap;
}
.DropzoneContainer-module_dropzone__eVo9B .DropzoneContainer-module_drop_area__a31OJ .DropzoneContainer-module_hidden_file_container__hVxe5 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.DropzoneContainer-module_dropzone__eVo9B .DropzoneContainer-module_drop_area__a31OJ .DropzoneContainer-module_hidden_file_text__u6nev {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin: 0px;
}
.DropzoneContainer-module_dropzone__eVo9B .DropzoneContainer-module_drop_area__a31OJ.DropzoneContainer-module_color_primary__xkIDP {
  color: var(--color--primary-500);
  background: var(--color--primary-50);
  border-color: var(--color--primary-500);
}
.DropzoneContainer-module_dropzone__eVo9B .DropzoneContainer-module_drop_area__a31OJ.DropzoneContainer-module_color_primary__xkIDP.DropzoneContainer-module_dropping__FISSM {
  background: var(--color--primary-100);
  border-color: var(--color--primary-700);
}
.DropzoneContainer-module_dropzone__eVo9B .DropzoneContainer-module_drop_area__a31OJ.DropzoneContainer-module_color_secondary__iUe2a {
  color: var(--color--secondary-500);
  background: var(--color--secondary-50);
  border-color: var(--color--secondary-500);
}
.DropzoneContainer-module_dropzone__eVo9B .DropzoneContainer-module_drop_area__a31OJ.DropzoneContainer-module_color_secondary__iUe2a.DropzoneContainer-module_dropping__FISSM {
  background: var(--color--secondary-100);
  border-color: var(--color--secondary-700);
}
.DropzoneContainer-module_dropzone__eVo9B .DropzoneContainer-module_drop_area__a31OJ.DropzoneContainer-module_color_info__5sXXY {
  color: var(--color--alert-info);
  background: var(--color--alert-info-shade);
  border-color: var(--color--alert-info);
}
.DropzoneContainer-module_dropzone__eVo9B .DropzoneContainer-module_drop_area__a31OJ.DropzoneContainer-module_color_info__5sXXY.DropzoneContainer-module_dropping__FISSM {
  background: var(--color--alert-info-shade);
  border-color: var(--color--alert-info);
}
.DropzoneContainer-module_dropzone__eVo9B .DropzoneContainer-module_drop_area__a31OJ.DropzoneContainer-module_color_danger__WyHvu {
  color: var(--color--alert-danger);
  background: var(--color--alert-danger-shade);
  border-color: var(--color--alert-danger);
}
.DropzoneContainer-module_dropzone__eVo9B .DropzoneContainer-module_drop_area__a31OJ.DropzoneContainer-module_color_danger__WyHvu.DropzoneContainer-module_dropping__FISSM {
  background: var(--color--alert-danger-shade);
  border-color: var(--color--alert-danger);
}
.DropzoneContainer-module_dropzone__eVo9B .DropzoneContainer-module_drop_area__a31OJ.DropzoneContainer-module_color_success__tdozp {
  color: var(--color--alert-success);
  background: var(--color--alert-success-shade);
  border-color: var(--color--alert-success);
}
.DropzoneContainer-module_dropzone__eVo9B .DropzoneContainer-module_drop_area__a31OJ.DropzoneContainer-module_color_success__tdozp.DropzoneContainer-module_dropping__FISSM {
  background: var(--color--alert-success-shade);
  border-color: var(--color--alert-success);
}
.DropzoneContainer-module_dropzone__eVo9B .DropzoneContainer-module_drop_area__a31OJ.DropzoneContainer-module_color_warning__DZFPq {
  color: var(--color--alert-warning);
  background: var(--color--alert-warning-shade);
  border-color: var(--color--alert-warning);
}
.DropzoneContainer-module_dropzone__eVo9B .DropzoneContainer-module_drop_area__a31OJ.DropzoneContainer-module_color_warning__DZFPq.DropzoneContainer-module_dropping__FISSM {
  background: var(--color--alert-warning-shade);
  border-color: var(--color--alert-warning);
}
.DropzoneContainer-module_dropzone__eVo9B .DropzoneContainer-module_drop_area__a31OJ.DropzoneContainer-module_error__CsMCh {
  color: var(--color--alert-danger-pressed);
  border-color: var(--color--alert-danger-pressed);
}
.DropzoneContainer-module_dropzone__eVo9B .DropzoneContainer-module_message_area__3fgv4 {
  padding: 8px 10px;
  border-radius: 0px 0px 12px 12px;
}
.DropzoneContainer-module_dropzone__eVo9B .DropzoneContainer-module_message_area__3fgv4.DropzoneContainer-module_color_primary__xkIDP {
  background: var(--color--primary-500);
}
.DropzoneContainer-module_dropzone__eVo9B .DropzoneContainer-module_message_area__3fgv4.DropzoneContainer-module_color_secondary__iUe2a {
  background: var(--color--secondary-500);
}
.DropzoneContainer-module_dropzone__eVo9B .DropzoneContainer-module_message_area__3fgv4.DropzoneContainer-module_color_info__5sXXY {
  background: var(--color--alert-info);
}
.DropzoneContainer-module_dropzone__eVo9B .DropzoneContainer-module_message_area__3fgv4.DropzoneContainer-module_color_danger__WyHvu {
  background: var(--color--alert-danger);
}
.DropzoneContainer-module_dropzone__eVo9B .DropzoneContainer-module_message_area__3fgv4.DropzoneContainer-module_color_success__tdozp {
  background: var(--color--alert-success);
}
.DropzoneContainer-module_dropzone__eVo9B .DropzoneContainer-module_message_area__3fgv4.DropzoneContainer-module_color_warning__DZFPq {
  background: var(--color--alert-warning);
}

@media (prefers-reduced-motion: reduce) {
  .DropzoneContainer-module_dropzone__eVo9B.DropzoneContainer-module_active__ccP57 .DropzoneContainer-module_drop_area__a31OJ {
    animation: none;
  }
}
.LinearProgress-module_linearProgress__4SGTD {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.LinearProgress-module_linearProgress__4SGTD.LinearProgress-module_round__Vq6GJ {
  border-radius: 999px;
}
.LinearProgress-module_linearProgress__4SGTD .LinearProgress-module_progressBar__iL6r3 {
  position: absolute;
  height: 100%;
  transition: width 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.LinearProgress-module_linearProgress__4SGTD .LinearProgress-module_progressBar__iL6r3.LinearProgress-module_round__Vq6GJ {
  border-radius: 999px;
}
.Overlay-module_overlay__ULfLG {
  left: 0;
  top: 0;
}
.Overlay-module_overlay__ULfLG.Overlay-module_bringToFront__fe7te {
  z-index: 3000000000;
}
.Overlay-module_overlay__ULfLG.Overlay-module_disableInteraction__hI9qi {
  pointer-events: none;
}
.Overlay-module_overlay__ULfLG.Overlay-module_fill-screen__OOY5e {
  position: fixed;
  min-width: 100vw;
  min-height: 100vh;
}
.Overlay-module_overlay__ULfLG.Overlay-module_fill-parent__ZTjud {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
}
.Overlay-module_overlay__ULfLG.Overlay-module_fit-content__DkOPn {
  min-width: fit-content;
  min-height: fit-content;
}
.Overlay-module_overlay__ULfLG.Overlay-module_child_pos_top-left__PGhhr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.Overlay-module_overlay__ULfLG.Overlay-module_child_pos_top__CnYK1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.Overlay-module_overlay__ULfLG.Overlay-module_child_pos_top-right__25D88 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
.Overlay-module_overlay__ULfLG.Overlay-module_child_pos_left__zLntl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.Overlay-module_overlay__ULfLG.Overlay-module_child_pos_center__XQPMR {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Overlay-module_overlay__ULfLG.Overlay-module_child_pos_right__s9ntp {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.Overlay-module_overlay__ULfLG.Overlay-module_child_pos_bottom-left__lsLzM {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.Overlay-module_overlay__ULfLG.Overlay-module_child_pos_bottom__1Qvcf {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.Overlay-module_overlay__ULfLG.Overlay-module_child_pos_bottom-right__1g7am {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.Overlay-module_overlay__ULfLG.Overlay-module_color_transparent__id2R0 {
  background-color: transparent;
}
.Overlay-module_overlay__ULfLG.Overlay-module_color_overlay-1__ts0pe {
  background-color: var(--color--overlay-1);
}
.Overlay-module_overlay__ULfLG.Overlay-module_color_overlay-2__GUVmk {
  background-color: var(--color--overlay-2);
}

.Overlay-module_overlayChildren__AZOe0.Overlay-module_enableInteraction__5cpDo {
  pointer-events: auto;
}
.PaginationContainer-module_pagination__-C7lG {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.PaginationContainer-module_pagination__-C7lG .PaginationContainer-module_paging__AguzU {
  display: flex;
  gap: 8px;
  align-items: center;
}
.PaginationContainer-module_pagination__-C7lG .PaginationContainer-module_button__A30dV {
  padding: 0px !important;
}

.PaginationContainer-module_text__-m2Rl {
  font-weight: 600;
  color: var(--color--primary-500);
}
.PaginationContainer-module_text__-m2Rl.PaginationContainer-module_size_small__8-Dp4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin: 0px;
}
.PaginationContainer-module_text__-m2Rl.PaginationContainer-module_size_medium__mOveV {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin: 0px;
}
.PaginationContainer-module_text__-m2Rl.PaginationContainer-module_size_large__hV3Fy {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin: 0px;
}
.PaginationContainer-module_text__-m2Rl.PaginationContainer-module_size_auto__AUs1S {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin: 0px;
}
@media (max-width: 768px) {
  .PaginationContainer-module_text__-m2Rl.PaginationContainer-module_size_auto__AUs1S {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 0px;
  }
}
@media (max-width: 415px) {
  .PaginationContainer-module_text__-m2Rl.PaginationContainer-module_size_auto__AUs1S {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin: 0px;
  }
}

.PaginationContainer-module_input__3D7LC {
  min-width: 28px !important;
  max-width: 100px;
}
.PaginationContainer-module_input__3D7LC.PaginationContainer-module_size_small__8-Dp4 {
  min-width: 28px !important;
  max-width: 100px;
}
.PaginationContainer-module_input__3D7LC.PaginationContainer-module_size_medium__mOveV {
  min-width: 36px !important;
  max-width: 120px;
}
.PaginationContainer-module_input__3D7LC.PaginationContainer-module_size_large__hV3Fy {
  min-width: 44px !important;
  max-width: 140px;
}
.PaginationContainer-module_input__3D7LC.PaginationContainer-module_size_auto__AUs1S {
  min-width: 44px !important;
  max-width: 140px;
}
.PaginationContainer-module_input__3D7LC input {
  -moz-appearance: textfield;
}
.PaginationContainer-module_input__3D7LC input::-webkit-outer-spin-button, .PaginationContainer-module_input__3D7LC input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.Paragraph-module_truncated__lAya0 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.PhoneInput-module_phoneInputContainer__BbZQa {
  position: relative;
  color: var(--color--primary-100);
  transition: all 0.3s ease-in-out;
  min-width: 150px;
}
@media (max-width: 150px) {
  .PhoneInput-module_phoneInputContainer__BbZQa {
    width: 100%;
  }
}
.PhoneInput-module_phoneInputContainer__BbZQa:focus-within {
  color: var(--color--primary-500);
}
.PhoneInput-module_phoneInputContainer__BbZQa.PhoneInput-module_fullWidth__VzbLQ {
  width: 100%;
}

.PhoneInput-module_phoneInput__1P4ro {
  background-color: var(--color--neutral-white);
  border-color: var(--color--primary-100);
  transition: all 0.3s ease-in-out;
}
.PhoneInput-module_phoneInput__1P4ro button {
  height: 100%;
  padding-left: 3px;
}
.PhoneInput-module_phoneInput__1P4ro input {
  flex: 1 1;
  height: unset !important;
  width: 100%;
}
.PhoneInput-module_phoneInput__1P4ro:focus {
  border-color: var(--color--primary-500);
}
.PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_error__rmuQ7 input {
  color: var(--color--alert-danger);
}
.PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_readOnly__Z7BMs {
  caret-color: transparent;
  pointer-events: none;
}
.PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_variant_outlined__hQw8h {
  border: 1px solid;
  border-radius: 5px;
}
.PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_variant_filled__N2Sti {
  border-bottom: 1px solid;
  border-radius: 5px 5px 0px 0px;
}
.PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_variant_filled__N2Sti button {
  border-radius: 5px 0px 0px 0px !important;
}
.PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_variant_filled__N2Sti input {
  border-radius: 0px 5px 0px 0px !important;
}
.PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_valign_top__1aS-D {
  align-items: flex-start;
}
.PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_valign_center__Dc9b6 {
  align-items: center;
}
.PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_valign_bottom__Yml5A {
  align-items: flex-end;
}
@media (min-width: 769px) {
  .PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_size_fallback__zGKxV.PhoneInput-module_size_large__7Sf1- {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 0px;
  }
  .PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_size_fallback__zGKxV.PhoneInput-module_size_large__7Sf1-.PhoneInput-module_label_variant_default__Oky42 {
    min-height: 55.6px;
  }
  .PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_size_fallback__zGKxV.PhoneInput-module_size_large__7Sf1-.PhoneInput-module_label_variant_floating__3X9Cz {
    min-height: 59.6px;
  }
}
@media (max-width: 768px) {
  .PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_size_fallback__zGKxV.PhoneInput-module_size_medium__Jhg0o {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 0px;
  }
  .PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_size_fallback__zGKxV.PhoneInput-module_size_medium__Jhg0o.PhoneInput-module_label_variant_default__Oky42 {
    min-height: 47.6px;
  }
  .PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_size_fallback__zGKxV.PhoneInput-module_size_medium__Jhg0o.PhoneInput-module_label_variant_floating__3X9Cz {
    min-height: 51.6px;
  }
}
@media (max-width: 415px) {
  .PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_size_fallback__zGKxV.PhoneInput-module_size_small__MfMUG {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin: 0px;
  }
  .PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_size_fallback__zGKxV.PhoneInput-module_size_small__MfMUG.PhoneInput-module_label_variant_default__Oky42 {
    min-height: 30.6px;
  }
  .PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_size_fallback__zGKxV.PhoneInput-module_size_small__MfMUG.PhoneInput-module_label_variant_floating__3X9Cz {
    min-height: 34.6px;
  }
}
.PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_size_auto__goCKL {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin: 0px;
}
.PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_size_auto__goCKL.PhoneInput-module_label_variant_default__Oky42 {
  min-height: 55.6px;
}
.PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_size_auto__goCKL.PhoneInput-module_label_variant_floating__3X9Cz {
  min-height: 59.6px;
}
@media (max-width: 768px) {
  .PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_size_auto__goCKL {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 0px;
  }
  .PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_size_auto__goCKL.PhoneInput-module_label_variant_default__Oky42 {
    min-height: 47.6px;
  }
  .PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_size_auto__goCKL.PhoneInput-module_label_variant_floating__3X9Cz {
    min-height: 51.6px;
  }
}
@media (max-width: 415px) {
  .PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_size_auto__goCKL {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin: 0px;
  }
  .PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_size_auto__goCKL.PhoneInput-module_label_variant_default__Oky42 {
    min-height: 30.6px;
  }
  .PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_size_auto__goCKL.PhoneInput-module_label_variant_floating__3X9Cz {
    min-height: 34.6px;
  }
}
.PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_size_small__MfMUG {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin: 0px;
}
.PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_size_small__MfMUG.PhoneInput-module_label_variant_default__Oky42 {
  min-height: 30.6px;
}
.PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_size_small__MfMUG.PhoneInput-module_label_variant_floating__3X9Cz {
  min-height: 34.6px;
}
.PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_size_medium__Jhg0o {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin: 0px;
}
.PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_size_medium__Jhg0o.PhoneInput-module_label_variant_default__Oky42 {
  min-height: 47.6px;
}
.PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_size_medium__Jhg0o.PhoneInput-module_label_variant_floating__3X9Cz {
  min-height: 51.6px;
}
.PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_size_large__7Sf1- {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin: 0px;
}
.PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_size_large__7Sf1-.PhoneInput-module_label_variant_default__Oky42 {
  min-height: 55.6px;
}
.PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_size_large__7Sf1-.PhoneInput-module_label_variant_floating__3X9Cz {
  min-height: 59.6px;
}
.PhoneInput-module_phoneInput__1P4ro.PhoneInput-module_error__rmuQ7 {
  border-color: var(--color--alert-danger);
}

.PhoneInput-module_phoneInputLabel__nqVyX {
  display: block;
  color: var(--color--primary-500);
}
@media (min-width: 769px) {
  .PhoneInput-module_phoneInputLabel__nqVyX.PhoneInput-module_variant_default__Yy-iG.PhoneInput-module_size_fallback__zGKxV.PhoneInput-module_size_large__7Sf1- {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin: 0px;
    margin-bottom: 6px;
  }
}
@media (max-width: 768px) {
  .PhoneInput-module_phoneInputLabel__nqVyX.PhoneInput-module_variant_default__Yy-iG.PhoneInput-module_size_fallback__zGKxV.PhoneInput-module_size_medium__Jhg0o {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin: 0px;
    margin-bottom: 5px;
  }
}
@media (max-width: 415px) {
  .PhoneInput-module_phoneInputLabel__nqVyX.PhoneInput-module_variant_default__Yy-iG.PhoneInput-module_size_fallback__zGKxV.PhoneInput-module_size_small__MfMUG {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 0px;
    margin-bottom: 4px;
  }
}
.PhoneInput-module_phoneInputLabel__nqVyX.PhoneInput-module_variant_default__Yy-iG.PhoneInput-module_size_auto__goCKL {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin: 0px;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .PhoneInput-module_phoneInputLabel__nqVyX.PhoneInput-module_variant_default__Yy-iG.PhoneInput-module_size_auto__goCKL {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin: 0px;
    margin-bottom: 5px;
  }
}
@media (max-width: 415px) {
  .PhoneInput-module_phoneInputLabel__nqVyX.PhoneInput-module_variant_default__Yy-iG.PhoneInput-module_size_auto__goCKL {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 0px;
    margin-bottom: 4px;
  }
}
.PhoneInput-module_phoneInputLabel__nqVyX.PhoneInput-module_variant_default__Yy-iG.PhoneInput-module_size_small__MfMUG {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin: 0px;
  margin-bottom: 4px;
}
.PhoneInput-module_phoneInputLabel__nqVyX.PhoneInput-module_variant_default__Yy-iG.PhoneInput-module_size_medium__Jhg0o {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin: 0px;
  margin-bottom: 5px;
}
.PhoneInput-module_phoneInputLabel__nqVyX.PhoneInput-module_variant_default__Yy-iG.PhoneInput-module_size_large__7Sf1- {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin: 0px;
  margin-bottom: 6px;
}
.PhoneInput-module_phoneInputLabel__nqVyX.PhoneInput-module_variant_floating__PwF5e {
  z-index: 1;
  background: var(--color--neutral-white);
  border-radius: 2px;
}
@media (min-width: 769px) {
  .PhoneInput-module_phoneInputLabel__nqVyX.PhoneInput-module_variant_floating__PwF5e.PhoneInput-module_size_fallback__zGKxV.PhoneInput-module_size_large__7Sf1- {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin: 0px;
    margin-top: 6px;
    position: absolute;
    top: -14px;
    left: 10px;
    padding: 2px 4px;
  }
}
@media (max-width: 768px) {
  .PhoneInput-module_phoneInputLabel__nqVyX.PhoneInput-module_variant_floating__PwF5e.PhoneInput-module_size_fallback__zGKxV.PhoneInput-module_size_medium__Jhg0o {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin: 0px;
    margin-top: 6px;
    position: absolute;
    top: -14px;
    left: 10px;
    padding: 2px 4px;
  }
}
@media (max-width: 415px) {
  .PhoneInput-module_phoneInputLabel__nqVyX.PhoneInput-module_variant_floating__PwF5e.PhoneInput-module_size_fallback__zGKxV.PhoneInput-module_size_small__MfMUG {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 0px;
    margin-top: 6px;
    position: absolute;
    top: -14px;
    left: 10px;
    padding: 1px 3px;
  }
}
.PhoneInput-module_phoneInputLabel__nqVyX.PhoneInput-module_variant_floating__PwF5e.PhoneInput-module_size_auto__goCKL {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin: 0px;
  margin-top: 6px;
  position: absolute;
  top: -14px;
  left: 10px;
  padding: 2px 4px;
}
@media (max-width: 768px) {
  .PhoneInput-module_phoneInputLabel__nqVyX.PhoneInput-module_variant_floating__PwF5e.PhoneInput-module_size_auto__goCKL {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin: 0px;
    margin-top: 6px;
    position: absolute;
    top: -14px;
    left: 10px;
    padding: 2px 4px;
  }
}
@media (max-width: 415px) {
  .PhoneInput-module_phoneInputLabel__nqVyX.PhoneInput-module_variant_floating__PwF5e.PhoneInput-module_size_auto__goCKL {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin: 0px;
    margin-top: 6px;
    position: absolute;
    top: -14px;
    left: 10px;
    padding: 1px 3px;
  }
}
.PhoneInput-module_phoneInputLabel__nqVyX.PhoneInput-module_variant_floating__PwF5e.PhoneInput-module_size_small__MfMUG {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin: 0px;
  margin-top: 6px;
  position: absolute;
  top: -14px;
  left: 10px;
  padding: 1px 3px;
}
.PhoneInput-module_phoneInputLabel__nqVyX.PhoneInput-module_variant_floating__PwF5e.PhoneInput-module_size_medium__Jhg0o {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin: 0px;
  margin-top: 6px;
  position: absolute;
  top: -14px;
  left: 10px;
  padding: 2px 4px;
}
.PhoneInput-module_phoneInputLabel__nqVyX.PhoneInput-module_variant_floating__PwF5e.PhoneInput-module_size_large__7Sf1- {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin: 0px;
  margin-top: 6px;
  position: absolute;
  top: -14px;
  left: 10px;
  padding: 2px 4px;
}
.PhoneInput-module_phoneInputLabel__nqVyX .PhoneInput-module_requiredIndicator__oPwN- {
  color: var(--color--alert-danger);
  margin-right: 2px;
}

.PhoneInput-module_phoneInputError__gl4be.PhoneInput-module_error__rmuQ7 {
  color: var(--color--alert-danger);
}
@media (min-width: 769px) {
  .PhoneInput-module_phoneInputError__gl4be.PhoneInput-module_size_fallback__zGKxV.PhoneInput-module_size_large__7Sf1- {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin: 0px;
    margin-top: 4px;
  }
}
@media (max-width: 768px) {
  .PhoneInput-module_phoneInputError__gl4be.PhoneInput-module_size_fallback__zGKxV.PhoneInput-module_size_medium__Jhg0o {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    margin: 0px;
    margin-top: 3px;
  }
}
@media (max-width: 415px) {
  .PhoneInput-module_phoneInputError__gl4be.PhoneInput-module_size_fallback__zGKxV.PhoneInput-module_size_small__MfMUG {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    margin: 0px;
    margin-top: 2px;
  }
}
.PhoneInput-module_phoneInputError__gl4be.PhoneInput-module_size_auto__goCKL {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin: 0px;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .PhoneInput-module_phoneInputError__gl4be.PhoneInput-module_size_auto__goCKL {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    margin: 0px;
    margin-top: 3px;
  }
}
@media (max-width: 415px) {
  .PhoneInput-module_phoneInputError__gl4be.PhoneInput-module_size_auto__goCKL {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    margin: 0px;
    margin-top: 2px;
  }
}
.PhoneInput-module_phoneInputError__gl4be.PhoneInput-module_size_small__MfMUG {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  margin: 0px;
  margin-top: 2px;
}
.PhoneInput-module_phoneInputError__gl4be.PhoneInput-module_size_medium__Jhg0o {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  margin: 0px;
  margin-top: 3px;
}
.PhoneInput-module_phoneInputError__gl4be.PhoneInput-module_size_large__7Sf1- {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin: 0px;
  margin-top: 4px;
}

.PhoneInput-module_countryContainer__HH8-2 {
  position: unset !important;
}

.PhoneInput-module_dropdownContainer__cfR0n {
  top: unset !important;
  width: 100% !important;
}

.PhoneInput-module_dropdownItem__NqRMo {
  gap: 0px !important;
  padding: 12px !important;
}
.Popover-module_popover__0AbC4 {
  position: fixed;
  border-radius: 12px;
  overflow-y: auto;
  max-height: 300px;
  list-style: none;
  padding: 16px;
  z-index: 10;
  width: max-content;
}
.Popover-module_popover__0AbC4.Popover-module_variant_shadow__eSRb1 {
  background: var(--color--neutral-white);
  box-shadow: var(--color--elevation-shadow-1);
}
.Popover-module_popover__0AbC4.Popover-module_variant_outlined__geXme {
  border: 1px solid var(--color--primary-100);
}
.PopupContainer-module_popup_container__fGFlu {
  max-height: calc(100vh - 16px);
  position: relative;
  background-color: var(--color--neutral-white);
  box-shadow: var(--color--elevation-shadow-2);
  border-radius: 4px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .PopupContainer-module_popup_container__fGFlu.PopupContainer-module_size_fallback__Gk8Z9.PopupContainer-module_size_large__87xu8 {
    width: 640px;
  }
}
@media (min-width: 769px) and (max-width: 636px) {
  .PopupContainer-module_popup_container__fGFlu.PopupContainer-module_size_fallback__Gk8Z9.PopupContainer-module_size_large__87xu8 {
    width: calc(100vw - 16px);
  }
}
@media (min-width: 769px) and (max-width: 636px) {
  .PopupContainer-module_popup_container__fGFlu.PopupContainer-module_size_fallback__Gk8Z9.PopupContainer-module_size_large__87xu8.PopupContainer-module_fitOnSmallScreen__YyWUl {
    width: 100% !important;
    height: 100% !important;
    min-height: 100vh !important;
    box-shadow: none;
    border-radius: 0px;
    border: none;
  }
}
@media (max-width: 768px) {
  .PopupContainer-module_popup_container__fGFlu.PopupContainer-module_size_fallback__Gk8Z9.PopupContainer-module_size_medium__WQib0 {
    width: 480px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .PopupContainer-module_popup_container__fGFlu.PopupContainer-module_size_fallback__Gk8Z9.PopupContainer-module_size_medium__WQib0 {
    width: calc(100vw - 16px);
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .PopupContainer-module_popup_container__fGFlu.PopupContainer-module_size_fallback__Gk8Z9.PopupContainer-module_size_medium__WQib0.PopupContainer-module_fitOnSmallScreen__YyWUl {
    width: 100% !important;
    height: 100% !important;
    min-height: 100vh !important;
    box-shadow: none;
    border-radius: 0px;
    border: none;
  }
}
@media (max-width: 415px) {
  .PopupContainer-module_popup_container__fGFlu.PopupContainer-module_size_fallback__Gk8Z9.PopupContainer-module_size_small__qZWLV {
    width: 260px;
  }
}
@media (max-width: 415px) and (max-width: 260px) {
  .PopupContainer-module_popup_container__fGFlu.PopupContainer-module_size_fallback__Gk8Z9.PopupContainer-module_size_small__qZWLV {
    width: calc(100vw - 16px);
  }
}
@media (max-width: 415px) and (max-width: 260px) {
  .PopupContainer-module_popup_container__fGFlu.PopupContainer-module_size_fallback__Gk8Z9.PopupContainer-module_size_small__qZWLV.PopupContainer-module_fitOnSmallScreen__YyWUl {
    width: 100% !important;
    height: 100% !important;
    min-height: 100vh !important;
    box-shadow: none;
    border-radius: 0px;
    border: none;
  }
}
.PopupContainer-module_popup_container__fGFlu.PopupContainer-module_size_auto__8oUcr {
  width: 640px;
}
@media (max-width: 636px) {
  .PopupContainer-module_popup_container__fGFlu.PopupContainer-module_size_auto__8oUcr {
    width: calc(100vw - 16px);
  }
}
@media (max-width: 636px) {
  .PopupContainer-module_popup_container__fGFlu.PopupContainer-module_size_auto__8oUcr.PopupContainer-module_fitOnSmallScreen__YyWUl {
    width: 100% !important;
    height: 100% !important;
    min-height: 100vh !important;
    box-shadow: none;
    border-radius: 0px;
    border: none;
  }
}
@media (max-width: 768px) {
  .PopupContainer-module_popup_container__fGFlu.PopupContainer-module_size_auto__8oUcr {
    width: 480px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .PopupContainer-module_popup_container__fGFlu.PopupContainer-module_size_auto__8oUcr {
    width: calc(100vw - 16px);
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .PopupContainer-module_popup_container__fGFlu.PopupContainer-module_size_auto__8oUcr.PopupContainer-module_fitOnSmallScreen__YyWUl {
    width: 100% !important;
    height: 100% !important;
    min-height: 100vh !important;
    box-shadow: none;
    border-radius: 0px;
    border: none;
  }
}
@media (max-width: 415px) {
  .PopupContainer-module_popup_container__fGFlu.PopupContainer-module_size_auto__8oUcr {
    width: 260px;
  }
}
@media (max-width: 415px) and (max-width: 260px) {
  .PopupContainer-module_popup_container__fGFlu.PopupContainer-module_size_auto__8oUcr {
    width: calc(100vw - 16px);
  }
}
@media (max-width: 415px) and (max-width: 260px) {
  .PopupContainer-module_popup_container__fGFlu.PopupContainer-module_size_auto__8oUcr.PopupContainer-module_fitOnSmallScreen__YyWUl {
    width: 100% !important;
    height: 100% !important;
    min-height: 100vh !important;
    box-shadow: none;
    border-radius: 0px;
    border: none;
  }
}
.PopupContainer-module_popup_container__fGFlu.PopupContainer-module_size_small__qZWLV {
  width: 260px;
}
@media (max-width: 260px) {
  .PopupContainer-module_popup_container__fGFlu.PopupContainer-module_size_small__qZWLV {
    width: calc(100vw - 16px);
  }
}
@media (max-width: 260px) {
  .PopupContainer-module_popup_container__fGFlu.PopupContainer-module_size_small__qZWLV.PopupContainer-module_fitOnSmallScreen__YyWUl {
    width: 100% !important;
    height: 100% !important;
    min-height: 100vh !important;
    box-shadow: none;
    border-radius: 0px;
    border: none;
  }
}
.PopupContainer-module_popup_container__fGFlu.PopupContainer-module_size_medium__WQib0 {
  width: 480px;
}
@media (max-width: 480px) {
  .PopupContainer-module_popup_container__fGFlu.PopupContainer-module_size_medium__WQib0 {
    width: calc(100vw - 16px);
  }
}
@media (max-width: 480px) {
  .PopupContainer-module_popup_container__fGFlu.PopupContainer-module_size_medium__WQib0.PopupContainer-module_fitOnSmallScreen__YyWUl {
    width: 100% !important;
    height: 100% !important;
    min-height: 100vh !important;
    box-shadow: none;
    border-radius: 0px;
    border: none;
  }
}
.PopupContainer-module_popup_container__fGFlu.PopupContainer-module_size_large__87xu8 {
  width: 640px;
}
@media (max-width: 636px) {
  .PopupContainer-module_popup_container__fGFlu.PopupContainer-module_size_large__87xu8 {
    width: calc(100vw - 16px);
  }
}
@media (max-width: 636px) {
  .PopupContainer-module_popup_container__fGFlu.PopupContainer-module_size_large__87xu8.PopupContainer-module_fitOnSmallScreen__YyWUl {
    width: 100% !important;
    height: 100% !important;
    min-height: 100vh !important;
    box-shadow: none;
    border-radius: 0px;
    border: none;
  }
}
.PopupHeader-module_popup_header__wJjWN {
  display: flex;
  justify-content: space-between;
  align-item: center;
  padding: 16px 16px 8px 16px;
  background-color: var(--color--neutral-white);
}
.PopupHeader-module_popup_header__wJjWN .PopupHeader-module_content__ZmhRK {
  display: flex;
  align-items: center;
  gap: 10px;
}
.PopupHeader-module_popup_header__wJjWN.PopupHeader-module_sticky__ema-H {
  position: sticky;
  top: 0;
}
.PopupContent-module_popup_content__-f-jF {
  padding: 8px 16px 8px 16px;
  background-color: var(--color--neutral-white);
  flex: 1 1;
}
.PopupContent-module_popup_content__-f-jF.PopupContent-module_scrollable__K1J2w {
  overflow-y: auto;
}
.PopupFooter-module_popup_footer__qFe64 {
  display: flex;
  justify-content: space-between;
  align-item: center;
  padding: 8px 16px 16px 16px;
  background-color: var(--color--neutral-white);
}
.PopupFooter-module_popup_footer__qFe64 .PopupFooter-module_content__FJPJB {
  display: flex;
  align-items: center;
  gap: 16px;
}
.PopupFooter-module_popup_footer__qFe64.PopupFooter-module_hAlign_left__HT0nG {
  justify-content: flex-start;
}
.PopupFooter-module_popup_footer__qFe64.PopupFooter-module_hAlign_center__lmX2N {
  justify-content: center;
}
.PopupFooter-module_popup_footer__qFe64.PopupFooter-module_hAlign_right__1waHN {
  justify-content: flex-end;
}
.PopupFooter-module_popup_footer__qFe64.PopupFooter-module_hAlign_space-between__n5H5G {
  justify-content: space-between;
}
.PopupFooter-module_popup_footer__qFe64.PopupFooter-module_hAlign_space-around__6sC1Y {
  justify-content: space-around;
}
.PopupFooter-module_popup_footer__qFe64.PopupFooter-module_hAlign_space-evenly__vUhHN {
  justify-content: space-evenly;
}
.ProgressBarContainer-module_progressBar__hcrxy {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.ProgressBarItem-module_progressBarItem__50cJe {
  flex: 1 1;
  min-height: 50px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: all 0.3s ease-in-out;
  color: var(--color--neutral-black);
}
.ProgressBarItem-module_progressBarItem__50cJe.ProgressBarItem-module_disabled__Uct8y {
  color: var(--color--neutral-gray-3) !important;
}
.ProgressBarItem-module_progressBarItem__50cJe.ProgressBarItem-module_color_primary__ANoLp {
  background: var(--color--primary-50);
  color: var(--color--primary-500);
}
.ProgressBarItem-module_progressBarItem__50cJe.ProgressBarItem-module_color_secondary__SETo0 {
  background: var(--color--secondary-50);
  color: var(--color--secondary-500);
}
.ProgressBarItem-module_progressBarItem__50cJe.ProgressBarItem-module_color_danger__nzB6f {
  background: var(--color--primary-50);
  color: var(--color--alert-danger);
}
.ProgressBarItem-module_progressBarItem__50cJe.ProgressBarItem-module_color_success__10sGA {
  background: var(--color--secondary-50);
  color: var(--color--alert-success);
}
.ProgressBarItem-module_progressBarItem__50cJe.ProgressBarItem-module_color_info__RAdVn {
  background: var(--color--primary-50);
  color: var(--color--alert-info);
}
.ProgressBarItem-module_progressBarItem__50cJe.ProgressBarItem-module_color_warning__Bo0-o {
  background: var(--color--primary-50);
  color: var(--color--alert-warning);
}
.ProgressBarItem-module_progressBarItem__50cJe .ProgressBarItem-module_step__jpN8s {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin: 0px;
  font-weight: 700;
}
.ProgressBarItem-module_progressBarItem__50cJe .ProgressBarItem-module_content__ErGdR {
  display: flex;
  gap: 8px;
  padding: 6px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  margin: 0px;
}
.RadioButton-module_radioButton__qLjNT {
  position: relative;
  cursor: pointer;
  appearance: none;
  border: 0.5px solid;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.RadioButton-module_radioButton__qLjNT:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.RadioButton-module_radioButton__qLjNT:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
@media (min-width: 769px) {
  .RadioButton-module_radioButton__qLjNT.RadioButton-module_size_fallback__zLyLi.RadioButton-module_size_large__CzFKT {
    width: 20px;
    height: 20px;
  }
  .RadioButton-module_radioButton__qLjNT.RadioButton-module_size_fallback__zLyLi.RadioButton-module_size_large__CzFKT:after {
    width: 0px;
    height: 0px;
  }
  .RadioButton-module_radioButton__qLjNT.RadioButton-module_size_fallback__zLyLi.RadioButton-module_size_large__CzFKT:checked:after {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 768px) {
  .RadioButton-module_radioButton__qLjNT.RadioButton-module_size_fallback__zLyLi.RadioButton-module_size_medium__2hkSI {
    width: 18px;
    height: 18px;
  }
  .RadioButton-module_radioButton__qLjNT.RadioButton-module_size_fallback__zLyLi.RadioButton-module_size_medium__2hkSI:after {
    width: 0px;
    height: 0px;
  }
  .RadioButton-module_radioButton__qLjNT.RadioButton-module_size_fallback__zLyLi.RadioButton-module_size_medium__2hkSI:checked:after {
    width: 9px;
    height: 9px;
  }
}
@media (max-width: 415px) {
  .RadioButton-module_radioButton__qLjNT.RadioButton-module_size_fallback__zLyLi.RadioButton-module_size_small__BYCBX {
    width: 16px;
    height: 16px;
  }
  .RadioButton-module_radioButton__qLjNT.RadioButton-module_size_fallback__zLyLi.RadioButton-module_size_small__BYCBX:after {
    width: 0px;
    height: 0px;
  }
  .RadioButton-module_radioButton__qLjNT.RadioButton-module_size_fallback__zLyLi.RadioButton-module_size_small__BYCBX:checked:after {
    width: 8px;
    height: 8px;
  }
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_size_auto__ktjZ1 {
  width: 20px;
  height: 20px;
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_size_auto__ktjZ1:after {
  width: 0px;
  height: 0px;
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_size_auto__ktjZ1:checked:after {
  width: 10px;
  height: 10px;
}
@media (max-width: 768px) {
  .RadioButton-module_radioButton__qLjNT.RadioButton-module_size_auto__ktjZ1 {
    width: 18px;
    height: 18px;
  }
  .RadioButton-module_radioButton__qLjNT.RadioButton-module_size_auto__ktjZ1:after {
    width: 0px;
    height: 0px;
  }
  .RadioButton-module_radioButton__qLjNT.RadioButton-module_size_auto__ktjZ1:checked:after {
    width: 9px;
    height: 9px;
  }
}
@media (max-width: 415px) {
  .RadioButton-module_radioButton__qLjNT.RadioButton-module_size_auto__ktjZ1 {
    width: 16px;
    height: 16px;
  }
  .RadioButton-module_radioButton__qLjNT.RadioButton-module_size_auto__ktjZ1:after {
    width: 0px;
    height: 0px;
  }
  .RadioButton-module_radioButton__qLjNT.RadioButton-module_size_auto__ktjZ1:checked:after {
    width: 8px;
    height: 8px;
  }
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_size_small__BYCBX {
  width: 16px;
  height: 16px;
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_size_small__BYCBX:after {
  width: 0px;
  height: 0px;
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_size_small__BYCBX:checked:after {
  width: 8px;
  height: 8px;
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_size_medium__2hkSI {
  width: 18px;
  height: 18px;
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_size_medium__2hkSI:after {
  width: 0px;
  height: 0px;
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_size_medium__2hkSI:checked:after {
  width: 9px;
  height: 9px;
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_size_large__CzFKT {
  width: 20px;
  height: 20px;
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_size_large__CzFKT:after {
  width: 0px;
  height: 0px;
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_size_large__CzFKT:checked:after {
  width: 10px;
  height: 10px;
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_primary__K2Bx0 {
  border-color: var(--color--primary-100);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_primary__K2Bx0:checked {
  border-color: var(--color--primary-500);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_primary__K2Bx0:checked:after {
  background: var(--color--primary-500);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_primary__K2Bx0:disabled {
  border-color: var(--color--primary-100);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_primary__K2Bx0:disabled:after {
  background: var(--color--primary-100);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_secondary__5SOUu {
  border-color: var(--color--secondary-100);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_secondary__5SOUu:checked {
  border-color: var(--color--secondary-500);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_secondary__5SOUu:checked:after {
  background: var(--color--secondary-500);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_secondary__5SOUu:disabled {
  border-color: var(--color--secondary-100);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_secondary__5SOUu:disabled:after {
  background: var(--color--secondary-100);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_danger__yTCHa {
  border-color: var(--color--alert-danger-shade);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_danger__yTCHa:checked {
  border-color: var(--color--alert-danger);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_danger__yTCHa:checked:after {
  background: var(--color--alert-danger);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_danger__yTCHa:disabled {
  border-color: var(--color--alert-danger-shade);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_danger__yTCHa:disabled:after {
  background: var(--color--alert-danger-shade);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_success__2G3Z- {
  border-color: var(--color--alert-success-shade);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_success__2G3Z-:checked {
  border-color: var(--color--alert-success);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_success__2G3Z-:checked:after {
  background: var(--color--alert-success);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_success__2G3Z-:disabled {
  border-color: var(--color--alert-success-shade);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_success__2G3Z-:disabled:after {
  background: var(--color--alert-success-shade);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_info__MPtbC {
  border-color: var(--color--alert-info-shade);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_info__MPtbC:checked {
  border-color: var(--color--alert-info);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_info__MPtbC:checked:after {
  background: var(--color--alert-info);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_info__MPtbC:disabled {
  border-color: var(--color--alert-info-shade);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_info__MPtbC:disabled:after {
  background: var(--color--alert-info-shade);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_warning__hlH-F {
  border-color: var(--color--alert-warning-shade);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_warning__hlH-F:checked {
  border-color: var(--color--alert-warning);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_warning__hlH-F:checked:after {
  background: var(--color--alert-warning);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_warning__hlH-F:disabled {
  border-color: var(--color--alert-warning-shade);
}
.RadioButton-module_radioButton__qLjNT.RadioButton-module_color_warning__hlH-F:disabled:after {
  background: var(--color--alert-warning-shade);
}
.SearchBarContainer-module_searchBar__zPKkb {
  position: relative;
}
.SearchBarContainer-module_searchBar__zPKkb.SearchBarContainer-module_fullWidth__8JnzE {
  width: 100%;
}
.SearchBarContainer-module_searchBar__zPKkb .SearchBarContainer-module_prefix__f2zhd {
  display: flex;
  justify-content: center;
  align-items: center;
}
.SuffixView-module_suffixView__vulWK {
  display: flex;
  align-items: center;
  gap: 6px;
}
.SuffixView-module_suffixView__vulWK .SuffixView-module_button__AzA7p {
  cursor: pointer;
  padding: 0px !important;
  border: none;
  background: transparent;
  color: currentColor;
  display: flex;
  align-items: center;
}
.SuffixView-module_suffixView__vulWK .SuffixView-module_arrow__sRk1n {
  transition: all 0.3s ease-in-out;
}
.SuffixView-module_suffixView__vulWK .SuffixView-module_arrow__sRk1n.SuffixView-module_expanded__ri5uN {
  transform: rotate(180deg);
}
.SuffixView-module_suffixView__vulWK .SuffixView-module_icon__BVEuQ {
  display: flex;
  align-items: center;
}
.SelectContainer-module_select__1Vflf {
  position: relative;
}
.SelectContainer-module_select__1Vflf.SelectContainer-module_fullWidth__PscBY {
  width: 100%;
}
.SpendingPower-module_spendingPower__3SLAJ {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 769px) {
  .SpendingPower-module_spendingPower__3SLAJ.SpendingPower-module_size_fallback__7EU-A.SpendingPower-module_size_large__yCbQK {
    width: 370px;
    height: 370px;
    padding-bottom: 0px;
  }
  .SpendingPower-module_spendingPower__3SLAJ.SpendingPower-module_size_fallback__7EU-A.SpendingPower-module_size_large__yCbQK.SpendingPower-module_half__NUL6s {
    height: 205px;
  }
}
@media (max-width: 768px) {
  .SpendingPower-module_spendingPower__3SLAJ.SpendingPower-module_size_fallback__7EU-A.SpendingPower-module_size_medium__3ya3W {
    width: 310px;
    height: 310px;
    padding-bottom: 16px;
  }
  .SpendingPower-module_spendingPower__3SLAJ.SpendingPower-module_size_fallback__7EU-A.SpendingPower-module_size_medium__3ya3W.SpendingPower-module_half__NUL6s {
    height: 155px;
  }
}
@media (max-width: 415px) {
  .SpendingPower-module_spendingPower__3SLAJ.SpendingPower-module_size_fallback__7EU-A.SpendingPower-module_size_small__k0aUC {
    width: 260px;
    height: 260px;
    padding-bottom: 14px;
  }
  .SpendingPower-module_spendingPower__3SLAJ.SpendingPower-module_size_fallback__7EU-A.SpendingPower-module_size_small__k0aUC.SpendingPower-module_half__NUL6s {
    height: 130px;
  }
}
.SpendingPower-module_spendingPower__3SLAJ.SpendingPower-module_size_auto__fCbeb {
  width: 370px;
  height: 370px;
  padding-bottom: 0px;
}
.SpendingPower-module_spendingPower__3SLAJ.SpendingPower-module_size_auto__fCbeb.SpendingPower-module_half__NUL6s {
  height: 205px;
}
@media (max-width: 768px) {
  .SpendingPower-module_spendingPower__3SLAJ.SpendingPower-module_size_auto__fCbeb {
    width: 310px;
    height: 310px;
    padding-bottom: 16px;
  }
  .SpendingPower-module_spendingPower__3SLAJ.SpendingPower-module_size_auto__fCbeb.SpendingPower-module_half__NUL6s {
    height: 155px;
  }
}
@media (max-width: 415px) {
  .SpendingPower-module_spendingPower__3SLAJ.SpendingPower-module_size_auto__fCbeb {
    width: 260px;
    height: 260px;
    padding-bottom: 14px;
  }
  .SpendingPower-module_spendingPower__3SLAJ.SpendingPower-module_size_auto__fCbeb.SpendingPower-module_half__NUL6s {
    height: 130px;
  }
}
.SpendingPower-module_spendingPower__3SLAJ.SpendingPower-module_size_small__k0aUC {
  width: 260px;
  height: 260px;
  padding-bottom: 14px;
}
.SpendingPower-module_spendingPower__3SLAJ.SpendingPower-module_size_small__k0aUC.SpendingPower-module_half__NUL6s {
  height: 130px;
}
.SpendingPower-module_spendingPower__3SLAJ.SpendingPower-module_size_medium__3ya3W {
  width: 310px;
  height: 310px;
  padding-bottom: 16px;
}
.SpendingPower-module_spendingPower__3SLAJ.SpendingPower-module_size_medium__3ya3W.SpendingPower-module_half__NUL6s {
  height: 155px;
}
.SpendingPower-module_spendingPower__3SLAJ.SpendingPower-module_size_large__yCbQK {
  width: 370px;
  height: 370px;
  padding-bottom: 0px;
}
.SpendingPower-module_spendingPower__3SLAJ.SpendingPower-module_size_large__yCbQK.SpendingPower-module_half__NUL6s {
  height: 205px;
}
.SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_progress__tqYmq {
  position: absolute;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 769px) {
  .SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_progress__tqYmq.SpendingPower-module_size_fallback__7EU-A.SpendingPower-module_size_large__yCbQK {
    width: 370px;
  }
}
@media (max-width: 768px) {
  .SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_progress__tqYmq.SpendingPower-module_size_fallback__7EU-A.SpendingPower-module_size_medium__3ya3W {
    width: 310px;
  }
}
@media (max-width: 415px) {
  .SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_progress__tqYmq.SpendingPower-module_size_fallback__7EU-A.SpendingPower-module_size_small__k0aUC {
    width: 260px;
  }
}
.SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_progress__tqYmq.SpendingPower-module_size_auto__fCbeb {
  width: 370px;
}
@media (max-width: 768px) {
  .SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_progress__tqYmq.SpendingPower-module_size_auto__fCbeb {
    width: 310px;
  }
}
@media (max-width: 415px) {
  .SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_progress__tqYmq.SpendingPower-module_size_auto__fCbeb {
    width: 260px;
  }
}
.SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_progress__tqYmq.SpendingPower-module_size_small__k0aUC {
  width: 260px;
}
.SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_progress__tqYmq.SpendingPower-module_size_medium__3ya3W {
  width: 310px;
}
.SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_progress__tqYmq.SpendingPower-module_size_large__yCbQK {
  width: 370px;
}
.SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_content__APnf4 {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  transition: all 0.3s ease-in-out;
}
.SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_content__APnf4.SpendingPower-module_half__NUL6s {
  padding-top: 24px;
}
.SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_content__APnf4 .SpendingPower-module_title__uxHis {
  color: var(--color--primary-500);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 769px) {
  .SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_content__APnf4 .SpendingPower-module_title__uxHis.SpendingPower-module_size_fallback__7EU-A.SpendingPower-module_size_large__yCbQK {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin: 0px;
  }
}
@media (max-width: 768px) {
  .SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_content__APnf4 .SpendingPower-module_title__uxHis.SpendingPower-module_size_fallback__7EU-A.SpendingPower-module_size_medium__3ya3W {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin: 0px;
  }
}
@media (max-width: 415px) {
  .SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_content__APnf4 .SpendingPower-module_title__uxHis.SpendingPower-module_size_fallback__7EU-A.SpendingPower-module_size_small__k0aUC {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 0px;
  }
}
.SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_content__APnf4 .SpendingPower-module_title__uxHis.SpendingPower-module_size_auto__fCbeb {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin: 0px;
}
@media (max-width: 768px) {
  .SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_content__APnf4 .SpendingPower-module_title__uxHis.SpendingPower-module_size_auto__fCbeb {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin: 0px;
  }
}
@media (max-width: 415px) {
  .SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_content__APnf4 .SpendingPower-module_title__uxHis.SpendingPower-module_size_auto__fCbeb {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 0px;
  }
}
.SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_content__APnf4 .SpendingPower-module_title__uxHis.SpendingPower-module_size_small__k0aUC {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0px;
}
.SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_content__APnf4 .SpendingPower-module_title__uxHis.SpendingPower-module_size_medium__3ya3W {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin: 0px;
}
.SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_content__APnf4 .SpendingPower-module_title__uxHis.SpendingPower-module_size_large__yCbQK {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin: 0px;
}
.SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_content__APnf4 .SpendingPower-module_subtitle__LFvAj {
  padding-top: 6px;
  color: var(--color--neutral-gray-4);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 769px) {
  .SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_content__APnf4 .SpendingPower-module_subtitle__LFvAj.SpendingPower-module_size_fallback__7EU-A.SpendingPower-module_size_large__yCbQK {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 0px;
  }
}
@media (max-width: 768px) {
  .SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_content__APnf4 .SpendingPower-module_subtitle__LFvAj.SpendingPower-module_size_fallback__7EU-A.SpendingPower-module_size_medium__3ya3W {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 0px;
  }
}
@media (max-width: 415px) {
  .SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_content__APnf4 .SpendingPower-module_subtitle__LFvAj.SpendingPower-module_size_fallback__7EU-A.SpendingPower-module_size_small__k0aUC {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    margin: 0px;
  }
}
.SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_content__APnf4 .SpendingPower-module_subtitle__LFvAj.SpendingPower-module_size_auto__fCbeb {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0px;
}
@media (max-width: 768px) {
  .SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_content__APnf4 .SpendingPower-module_subtitle__LFvAj.SpendingPower-module_size_auto__fCbeb {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 0px;
  }
}
@media (max-width: 415px) {
  .SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_content__APnf4 .SpendingPower-module_subtitle__LFvAj.SpendingPower-module_size_auto__fCbeb {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    margin: 0px;
  }
}
.SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_content__APnf4 .SpendingPower-module_subtitle__LFvAj.SpendingPower-module_size_small__k0aUC {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  margin: 0px;
}
.SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_content__APnf4 .SpendingPower-module_subtitle__LFvAj.SpendingPower-module_size_medium__3ya3W {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0px;
}
.SpendingPower-module_spendingPower__3SLAJ .SpendingPower-module_content__APnf4 .SpendingPower-module_subtitle__LFvAj.SpendingPower-module_size_large__yCbQK {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0px;
}
.Toggle-module_toggle__8U-1H {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 769px) {
  .Toggle-module_toggle__8U-1H.Toggle-module_size_fallback__1EsaE.Toggle-module_size_large__wkk0m {
    width: 40px;
    height: 20px;
  }
}
@media (max-width: 768px) {
  .Toggle-module_toggle__8U-1H.Toggle-module_size_fallback__1EsaE.Toggle-module_size_medium__NK7Uh {
    width: 36px;
    height: 18px;
  }
}
@media (max-width: 415px) {
  .Toggle-module_toggle__8U-1H.Toggle-module_size_fallback__1EsaE.Toggle-module_size_small__d1g0q {
    width: 32px;
    height: 16px;
  }
}
.Toggle-module_toggle__8U-1H.Toggle-module_size_auto__bi1lo {
  width: 40px;
  height: 20px;
}
@media (max-width: 768px) {
  .Toggle-module_toggle__8U-1H.Toggle-module_size_auto__bi1lo {
    width: 36px;
    height: 18px;
  }
}
@media (max-width: 415px) {
  .Toggle-module_toggle__8U-1H.Toggle-module_size_auto__bi1lo {
    width: 32px;
    height: 16px;
  }
}
.Toggle-module_toggle__8U-1H.Toggle-module_size_small__d1g0q {
  width: 32px;
  height: 16px;
}
.Toggle-module_toggle__8U-1H.Toggle-module_size_medium__NK7Uh {
  width: 36px;
  height: 18px;
}
.Toggle-module_toggle__8U-1H.Toggle-module_size_large__wkk0m {
  width: 40px;
  height: 20px;
}
.Toggle-module_toggle__8U-1H input {
  opacity: 0;
  width: 0;
  height: 0;
}
.Toggle-module_toggle__8U-1H .Toggle-module_toogleSlider__-KGCk {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.Toggle-module_toggle__8U-1H .Toggle-module_toogleSlider__-KGCk::before {
  position: absolute;
  content: "";
  height: calc(100% - 6px);
  width: auto;
  aspect-ratio: 1/1;
  left: 3px;
  bottom: 3px;
  border-radius: 3.5px;
  transition: all 0.3s ease-in-out;
}
.Toggle-module_toggle__8U-1H .Toggle-module_toogleSlider__-KGCk.Toggle-module_color_primary__CJeby {
  background-color: var(--color--primary-200);
}
.Toggle-module_toggle__8U-1H .Toggle-module_toogleSlider__-KGCk.Toggle-module_color_primary__CJeby::before {
  background-color: var(--color--primary-50);
}
.Toggle-module_toggle__8U-1H .Toggle-module_toogleSlider__-KGCk.Toggle-module_color_secondary__ORFH0 {
  background-color: var(--color--secondary-200);
}
.Toggle-module_toggle__8U-1H .Toggle-module_toogleSlider__-KGCk.Toggle-module_color_secondary__ORFH0::before {
  background-color: var(--color--secondary-50);
}
.Toggle-module_toggle__8U-1H .Toggle-module_toogleSlider__-KGCk.Toggle-module_color_danger__9U0OU {
  background-color: var(--color--alert-danger-shade);
}
.Toggle-module_toggle__8U-1H .Toggle-module_toogleSlider__-KGCk.Toggle-module_color_danger__9U0OU::before {
  background-color: var(--color--neutral-white);
}
.Toggle-module_toggle__8U-1H .Toggle-module_toogleSlider__-KGCk.Toggle-module_color_success__gRvLn {
  background-color: var(--color--alert-success-shade);
}
.Toggle-module_toggle__8U-1H .Toggle-module_toogleSlider__-KGCk.Toggle-module_color_success__gRvLn::before {
  background-color: var(--color--neutral-white);
}
.Toggle-module_toggle__8U-1H .Toggle-module_toogleSlider__-KGCk.Toggle-module_color_info__OlaYP {
  background-color: var(--color--alert-info-shade);
}
.Toggle-module_toggle__8U-1H .Toggle-module_toogleSlider__-KGCk.Toggle-module_color_info__OlaYP::before {
  background-color: var(--color--neutral-white);
}
.Toggle-module_toggle__8U-1H .Toggle-module_toogleSlider__-KGCk.Toggle-module_color_warning__Q4Nyc {
  background-color: var(--color--alert-warning-shade);
}
.Toggle-module_toggle__8U-1H .Toggle-module_toogleSlider__-KGCk.Toggle-module_color_warning__Q4Nyc::before {
  background-color: var(--color--neutral-white);
}
.Toggle-module_toggle__8U-1H .Toggle-module_toogleSlider__-KGCk.Toggle-module_round__qsx1P {
  border-radius: 999px;
}
.Toggle-module_toggle__8U-1H .Toggle-module_toogleSlider__-KGCk.Toggle-module_round__qsx1P::before {
  border-radius: 50%;
}
@media (min-width: 769px) {
  .Toggle-module_toggle__8U-1H input:checked + .Toggle-module_toogleSlider__-KGCk.Toggle-module_size_fallback__1EsaE::before.Toggle-module_size_large__wkk0m::before {
    transform: translateX(20px);
  }
}
@media (max-width: 768px) {
  .Toggle-module_toggle__8U-1H input:checked + .Toggle-module_toogleSlider__-KGCk.Toggle-module_size_fallback__1EsaE::before.Toggle-module_size_medium__NK7Uh::before {
    transform: translateX(18px);
  }
}
@media (max-width: 415px) {
  .Toggle-module_toggle__8U-1H input:checked + .Toggle-module_toogleSlider__-KGCk.Toggle-module_size_fallback__1EsaE::before.Toggle-module_size_small__d1g0q::before {
    transform: translateX(16px);
  }
}
.Toggle-module_toggle__8U-1H input:checked + .Toggle-module_toogleSlider__-KGCk.Toggle-module_size_auto__bi1lo::before {
  transform: translateX(20px);
}
@media (max-width: 768px) {
  .Toggle-module_toggle__8U-1H input:checked + .Toggle-module_toogleSlider__-KGCk.Toggle-module_size_auto__bi1lo::before {
    transform: translateX(18px);
  }
}
@media (max-width: 415px) {
  .Toggle-module_toggle__8U-1H input:checked + .Toggle-module_toogleSlider__-KGCk.Toggle-module_size_auto__bi1lo::before {
    transform: translateX(16px);
  }
}
.Toggle-module_toggle__8U-1H input:checked + .Toggle-module_toogleSlider__-KGCk.Toggle-module_size_small__d1g0q::before {
  transform: translateX(16px);
}
.Toggle-module_toggle__8U-1H input:checked + .Toggle-module_toogleSlider__-KGCk.Toggle-module_size_medium__NK7Uh::before {
  transform: translateX(18px);
}
.Toggle-module_toggle__8U-1H input:checked + .Toggle-module_toogleSlider__-KGCk.Toggle-module_size_large__wkk0m::before {
  transform: translateX(20px);
}
.Toggle-module_toggle__8U-1H input:checked + .Toggle-module_toogleSlider__-KGCk.Toggle-module_color_primary__CJeby {
  background-color: var(--color--primary-500);
}
.Toggle-module_toggle__8U-1H input:checked + .Toggle-module_toogleSlider__-KGCk.Toggle-module_color_secondary__ORFH0 {
  background-color: var(--color--secondary-500);
}
.Toggle-module_toggle__8U-1H input:checked + .Toggle-module_toogleSlider__-KGCk.Toggle-module_color_danger__9U0OU {
  background-color: var(--color--alert-danger);
}
.Toggle-module_toggle__8U-1H input:checked + .Toggle-module_toogleSlider__-KGCk.Toggle-module_color_success__gRvLn {
  background-color: var(--color--alert-success);
}
.Toggle-module_toggle__8U-1H input:checked + .Toggle-module_toogleSlider__-KGCk.Toggle-module_color_info__OlaYP {
  background-color: var(--color--alert-info);
}
.Toggle-module_toggle__8U-1H input:checked + .Toggle-module_toogleSlider__-KGCk.Toggle-module_color_warning__Q4Nyc {
  background-color: var(--color--alert-warning);
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!./node_modules/react-international-phone/dist/index.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{display:flex;height:var(--react-international-phone-height, 36px);box-sizing:border-box;align-items:center;justify-content:center;padding:0;border:1px solid var(--react-international-phone-country-selector-border-color, var(--react-international-phone-border-color, gainsboro));margin:0;appearance:button;-webkit-appearance:button;background-color:var(--react-international-phone-country-selector-background-color, var(--react-international-phone-background-color, white));cursor:pointer;text-transform:none;-webkit-user-select:none;user-select:none}.react-international-phone-country-selector-button:hover{background-color:var(--react-international-phone-country-selector-background-color-hover, whitesmoke)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:transparent}.react-international-phone-country-selector-button__button-content{display:flex;align-items:center;justify-content:center}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-top:var(--react-international-phone-country-selector-arrow-size, 4px) solid var(--react-international-phone-country-selector-arrow-color, #777);border-right:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;border-left:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;margin-right:4px;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color, #999)}.react-international-phone-country-selector-button--disabled{background-color:var(--react-international-phone-disabled-country-selector-background-color, var(--react-international-phone-disabled-background-color, whitesmoke));cursor:auto}.react-international-phone-country-selector-button--disabled:hover{background-color:var(--react-international-phone-disabled-country-selector-background-color, var(--react-international-phone-disabled-background-color, whitesmoke))}.react-international-phone-flag-emoji{width:var(--react-international-phone-flag-width, 24px);height:var(--react-international-phone-flag-height, 24px);box-sizing:border-box}.react-international-phone-country-selector-dropdown{position:absolute;z-index:1;top:var(--react-international-phone-dropdown-top, 44px);left:var(--react-international-phone-dropdown-left, 0);display:flex;width:300px;max-height:200px;flex-direction:column;padding:4px 0;margin:0;background-color:var(--react-international-phone-dropdown-item-background-color, var(--react-international-phone-background-color, white));box-shadow:var(--react-international-phone-dropdown-shadow, 2px 2px 16px rgba(0, 0, 0, .25));color:var(--react-international-phone-dropdown-item-text-color, var(--react-international-phone-text-color, #222));list-style:none;overflow-y:scroll}.react-international-phone-country-selector-dropdown__preferred-list-divider{height:1px;border:none;margin:var(--react-international-phone-dropdown-preferred-list-divider-margin, 0);background:var(--react-international-phone-dropdown-preferred-list-divider-color, var(--react-international-phone-border-color, gainsboro))}.react-international-phone-country-selector-dropdown__list-item{display:flex;min-height:var(--react-international-phone-dropdown-item-height, 28px);box-sizing:border-box;align-items:center;padding:2px 8px}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{overflow:hidden;margin-right:8px;font-size:var(--react-international-phone-dropdown-item-font-size, 14px);text-overflow:ellipsis;white-space:nowrap}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-dropdown-item-dial-code-color, gray);font-size:var(--react-international-phone-dropdown-item-font-size, 14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--selected,.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke);color:var(--react-international-phone-selected-dropdown-item-text-color, var(--react-international-phone-text-color, #222))}.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-selected-dropdown-item-dial-code-color, var(--react-international-phone-dropdown-item-dial-code-color, gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke))}.react-international-phone-dial-code-preview{display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid var(--react-international-phone-dial-code-preview-border-color, var(--react-international-phone-border-color, gainsboro));margin-right:-1px;background-color:var(--react-international-phone-dial-code-preview-background-color, var(--react-international-phone-background-color, white));color:var(--react-international-phone-dial-code-preview-text-color, var(--react-international-phone-text-color, #222));font-size:var(--react-international-phone-dial-code-preview-font-size, var(--react-international-phone-font-size, 13px))}.react-international-phone-dial-code-preview--disabled{background-color:var(--react-international-phone-dial-code-preview-disabled-background-color, var(--react-international-phone-disabled-background-color, whitesmoke));color:var(--react-international-phone-dial-code-preview-disabled-text-color, var(--react-international-phone-disabled-text-color, #666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:var(--react-international-phone-border-radius, 4px);margin-right:-1px;border-bottom-right-radius:0;border-top-right-radius:0}.react-international-phone-input-container .react-international-phone-input{overflow:visible;height:var(--react-international-phone-height, 36px);box-sizing:border-box;padding:0 8px;border:1px solid var(--react-international-phone-border-color, gainsboro);border-radius:var(--react-international-phone-border-radius, 4px);margin:0;background-color:var(--react-international-phone-background-color, white);border-bottom-left-radius:0;border-top-left-radius:0;color:var(--react-international-phone-text-color, #222);font-family:inherit;font-size:var(--react-international-phone-font-size, 13px)}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:var(--react-international-phone-disabled-background-color, whitesmoke);color:var(--react-international-phone-disabled-text-color, #666)}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[15].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"src/app/layout.tsx","import":"Inter","arguments":[{"subsets":["latin"]}],"variableName":"inter"} ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/ba9851c3c22cd980-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/21350d82a1f187e9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Inter Fallback';src: local("Arial");ascent-override: 90.44%;descent-override: 22.52%;line-gap-override: 0.00%;size-adjust: 107.12%
}.__className_f367f3 {font-family: 'Inter', 'Inter Fallback';font-style: normal
}

