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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.MuiAlert-standardError {
  display: flex;
  padding: 6px 16px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  border-radius: 4px;
  letter-spacing: 0.01071em;
  background-color: transparent;
}
.MuiAlert-standardError a {
  color: inherit;
  text-decoration: underline;
  font-weight: inherit;
}
.MuiAlert-standardError a:hover {
  text-decoration: none;
}
.MuiAlert-standardError {
  color: rgb(97, 26, 21);
  background-color: rgb(253, 236, 234);
}

.MuiAlert-standardError .MuiAlert-icon {
  color: #f44336;
}

.MuiAlert-icon {
  display: flex;
  opacity: 0.9;
  padding: 7px 0;
  font-size: 22px;
  margin-right: 12px;
}

.MuiAlert-message {
  padding: 8px 0;
}
.MuiAlert-message b {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.35em;
}

.MuiAlert-action {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: -8px;
  padding-left: 16px;
}

.MuiAlert-icon {
  display: flex;
  opacity: 0.9;
  padding: 7px 0;
  font-size: 22px;
  margin-right: 12px;
}

.MuiButton-contained {
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  padding: 0;
  position: relative;
  align-items: center;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  color: #2a2a2a;
  padding: 6px 16px;
  font-size: 0.875rem;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 1.75;
  border-radius: 3px;
  text-transform: none;
  color: rgba(0, 0, 0, 0.87);
  min-width: 168px;
  box-shadow: none;
  background-color: #e0e0e0;
}

.MuiButton-white {
  color: #ff5041;
  background-color: #ffffff;
}

.MuiButton-secondary {
  color: #fff;
  background-color: #5866c0;
}

.MuiButton-primary {
  color: #fff;
  background-color: #1c1c1c;
}

.MuiCircularProgress-root {
  display: inline-block;
}

.MuiCircularProgress-indeterminate {
  animation: MuiCircularProgress-keyframes-circular-rotate 1.4s linear infinite;
}

.MuiCircularProgress-svg {
  display: block;
}

.MuiCircularProgress-circle {
  stroke: currentColor;
}

.MuiCircularProgress-circleIndeterminate {
  animation: MuiCircularProgress-keyframes-circular-dash 1.4s ease-in-out infinite;
  stroke-dasharray: 80px, 200px;
  stroke-dashoffset: 0px;
}

@keyframes MuiCircularProgress-keyframes-circular-rotate {
  0% {
    transform-origin: 50% 50%;
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes MuiCircularProgress-keyframes-circular-dash {
  0% {
    stroke-dasharray: 1px, 200px;
    stroke-dashoffset: 0px;
  }
  50% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -15px;
  }
  100% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -125px;
  }
}
.MuiInputBase-root {
  color: #2a2a2a;
  cursor: text;
  display: inline-flex;
  position: relative;
  font-size: 1rem;
  box-sizing: border-box;
  align-items: center;
  font-weight: 400;
  line-height: 1.1876em;
}

.MuiInput-root {
  border: 1px solid #dae1e7;
  position: relative;
  border-radius: 3px;
}

.MuiInput-input {
  font: inherit;
  color: currentColor;
  width: 100%;
  border: 0;
  height: 34px;
  margin: 0;
  display: block;
  padding: 8px 12px;
  background: none;
  box-sizing: border-box;
  letter-spacing: inherit;
  animation-duration: 10ms;
  -webkit-tap-highlight-color: transparent;
}

.MuiInputLabel {
  font-size: 14px;
  font-weight: 400;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #444754;
}

.MuiInputCheckbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  cursor: inherit;
  height: 100%;
  margin: 0;
  opacity: 0;
  padding: 0;
  z-index: 1;
}

.MuiInputCheckbox-focus {
  position: relative;
  width: 32px;
  height: 32px;
}
.MuiInputCheckbox-focus .MuiSvgIcon-root {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  height: 75%;
  cursor: inherit;
  transform: translate3d(-50%, -50%, 0);
}

.MuiInputCheckbox ~ .MuiInputCheckbox-focus .MuiInputCheckbox-checked {
  opacity: 0;
}
.MuiInputCheckbox ~ .MuiInputCheckbox-focus .MuiInputCheckbox-unchecked {
  opacity: 1;
}

.MuiInputCheckbox:checked ~ .MuiInputCheckbox-focus .MuiInputCheckbox-checked {
  opacity: 1;
}
.MuiInputCheckbox:checked ~ .MuiInputCheckbox-focus .MuiInputCheckbox-unchecked {
  opacity: 0;
}

input:focus ~ .MuiInputCheckbox-focus,
input:focus-visible ~ .MuiInputCheckbox-focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 2px;
}

.MuiSvgIcon-root {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}

.MuiToolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 64px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #21292f;
  color: #fff;
}

.MuiFormControl-root {
  border: 0;
  display: inline-flex;
  padding: 8px;
  position: relative;
  flex-direction: column;
  vertical-align: top;
}

.MuiSvgIcon-root {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}

.partner-grid {
  display: grid;
  grid-template-columns: 250px 1fr 250px;
  grid-template-areas: "logo . partner";
  padding: 24px 20px;
}
@media (max-width: 540px) {
  .partner-grid {
    padding: 12px 20px;
    grid-template-columns: 1fr 40px 1fr;
  }
}

.logo {
  grid-area: logo;
}

.partner {
  grid-area: partner;
}

body {
  background-color: #fafafa;
  font-family: Inter;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  box-sizing: border-box;
}

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

h1,
h2,
h3,
p,
ul {
  margin: 0;
  letter-spacing: -0.6px;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #ff5041;
}
a:hover {
  text-decoration: underline;
}

.cursor-pointer {
  cursor: pointer;
}

.display-block {
  display: block;
}

.display-none {
  display: none;
}

.bg-white {
  background-color: #fff;
}

.shadow {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.06), 0px 4px 5px rgba(0, 0, 0, 0.07), 0px 2px 4px rgba(0, 0, 0, 0.05);
}

.border-bottom {
  border-bottom: 1px solid #dae1e7;
}

.text-primary {
  color: #2a2a2a;
}

.red {
  color: #ff5041;
}

.bold {
  font-weight: 700;
}

.inter-body {
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: -0.6px;
}

.inter-h4 {
  font-size: 18px;
  line-height: 1.1666666667;
  letter-spacing: -0.2px;
}

.inter-h3 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.inter-h2 {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.inter-h1 {
  font-size: 36px;
  line-height: 1.2102777778;
  letter-spacing: -1.2px;
}

.bold {
  font-weight: 700;
}

.contentBox {
  margin: 0 auto;
  max-width: 510px;
  padding: 20px;
  padding-top: 100px;
}

.min-w-btn {
  min-width: 270px;
}

.max-w-container {
  max-width: 1440px;
}

.max-w-600px {
  max-width: 600px;
}

.max-w-800px {
  max-width: 800px;
}

.flex {
  display: flex;
}

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

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

@media (min-width: 768px) {
  .flex-row--md {
    display: flex;
    flex-direction: row;
  }
}

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

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

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

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

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

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

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

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

.mt-10 {
  margin-top: 40px;
}

.mb-10 {
  margin-bottom: 40px;
}

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

.mb-6 {
  margin-bottom: 24px;
}

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

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

.mb-1 {
  margin-bottom: 4px;
}

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

.mr-6 {
  margin-right: 24px;
}

.m3 {
  margin: 12px;
}

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

.p0 {
  padding: 0;
}

.p6 {
  padding: 24px;
}

.py-6 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-18 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

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

.Fieldbox {
  display: flex;
  padding: 12px;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
  border-radius: 3px;
}

.password-reset {
  max-width: 326px;
  margin: 0 auto;
  padding-bottom: 32px;
}

.makeStyles-title-6 {
  font-size: 19.6px;
  margin: 16px auto 0;
  font-weight: 700;
}

@keyframes fadeInAnim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  display: block;
  animation: fadeInAnim 0.2s both;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
