@charset "UTF-8";.cookies-popup {
  position: fixed;
  z-index: 999;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 4px 52px rgba(9, 12, 21, 0.1);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1024px) {
  .cookies-popup {
    right: 40px;
    bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cookies-popup {
    right: 30px;
    bottom: 30px;
  }
}
@media (min-width: 768px) {
  .cookies-popup {
    width: 548px;
    max-height: calc(100vh - 80px);
    padding: 32px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cookies-popup {
    right: 20px;
    bottom: 20px;
    left: 20px;
    max-height: calc(100vh - 40px);
    padding: 20px;
    border-radius: 8px;
  }
}
.cookies-popup::-webkit-scrollbar {
  width: 3px;
}
.cookies-popup::-webkit-scrollbar-thumb {
  background-color: rgba(9, 12, 21, 0.2);
}
.cookies-popup__title {
  margin-bottom: 13px;
  line-height: 1.2;
  font-weight: bold;
}
@media (min-width: 768px) {
  .cookies-popup__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cookies-popup__title {
    font-size: 18px;
  }
}
.cookies-popup__text {
  line-height: 1.4;
  font-weight: 500;
}
@media (min-width: 768px) {
  .cookies-popup__text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .cookies-popup__text {
    font-size: 12px;
  }
}
.cookies-popup__buttons {
  margin-top: 24px;
  display: flex;
}
.cookies-popup__button {
  flex-shrink: 0;
  margin-right: 20px;
}
.cookies-popup__button:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .cookies-popup__button.btn-default {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cookies-popup__settings-title {
  margin-bottom: 13px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
}
.cookies-popup__settings-text {
  font-size: 12px;
  line-height: 1.4;
}
.cookies-popup__settings-list {
  margin-top: 8px;
}
.cookies-popup__settings-item {
  display: block;
  position: relative;
  padding: 14px 0;
  border-bottom: 1px solid rgba(9, 12, 21, 0.1);
  user-select: none;
}
.cookies-popup__settings-item:last-child {
  border-bottom: 0 none;
}
.cookies-popup__settings-item-title {
  margin: 0 60px 12px 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
}
.cookies-popup__settings-item-text {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(9, 12, 21, 0.5);
}
.cookies-popup__settings-icon {
  position: absolute;
  top: 14px;
  right: 0;
  width: 34px;
  height: 18px;
  border-radius: 9px;
  background-color: #cacaca;
  cursor: pointer;
  transition: 0.2s background-color ease-in-out;
}
.cookies-popup__settings-icon:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: 0.2s transform ease-in-out;
}
.cookies-popup__settings-icon.active {
  background-color: #999999;
  pointer-events: none;
  cursor: default;
}
.cookies-popup__settings-icon.active:before {
  transform: translateX(16px);
}
.cookies-popup__settings-checkbox {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 0;
  width: 34px;
  height: 18px;
  opacity: 0;
  cursor: pointer;
}
.cookies-popup__settings-checkbox:checked + .cookies-popup__settings-icon {
  background-color: #334983;
}
.cookies-popup__settings-checkbox:checked + .cookies-popup__settings-icon:before {
  transform: translateX(16px);
}/*! 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;
}

.btn {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  padding: 16px 22px 17px;
  border-radius: 4px;
  border: 0 none;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  outline: 0 none;
  user-select: none;
  transition: 0.2s color ease-in-out, 0.2s background ease-in-out, 0.2s border-color ease-in-out;
}
.btn-default {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  background: #334983;
  color: #ffffff;
}
.btn-default:hover, .btn-default:active {
  background: #090c15;
  color: #ffffff;
}
.btn-default .icon-forward path, .btn-default .icon-back path {
  fill: #ffffff;
}
.btn-light {
  background: #f6f9ff;
  color: #334983;
}
.btn-light:hover, .btn-light:active {
  background: #334983;
  color: #ffffff;
}
.btn-light:hover path, .btn-light:active path {
  fill: #ffffff;
}
.btn-lightgrey {
  color: #090c15;
  background: #f8f8f8;
}
.btn-lightred {
  background: #fff8f8;
  color: #eb5757;
}
.btn-lightred:hover {
  background: #eb5757;
  color: #ffffff;
}
.btn-lightred:hover path {
  fill: #ffffff;
}
.btn-fullwidth {
  width: 100%;
}
.btn-halfwidth {
  width: 47%;
  margin: 5px;
}
.btn-grey {
  color: #334983;
  background: rgba(51, 73, 131, 0.13);
}
.btn-grey:hover, .btn-grey:active {
  color: #334983;
  background: rgba(51, 73, 131, 0.4);
}
.btn-bordered {
  border: 1px solid #e9e9e9;
  background: transparent;
}
.btn-bordered:hover, .btn-bordered:active {
  background: #e9e9e9;
}
.btn-link {
  background: none;
  color: #999999;
  padding: 8px 30px 10px;
}
.btn-link-default {
  padding-left: 0;
  padding-right: 0;
  background: none;
  color: #090c15;
}
.btn-link-default:hover {
  color: #334983;
}
.btn-text-link {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0 !important;
  margin: 0;
  color: #334983 !important;
  text-decoration: underline;
}
.btn-text-link:hover {
  color: #090c15 !important;
}
.btn-icon {
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.btn-sm {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  border-radius: 50px;
  padding: 8px 18px;
}
.btn-md {
  padding: 13px 30px 15px;
  border-radius: 23px;
}
.btn.plain {
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
}
.btn.thin {
  padding: 0;
}
.btn .icon-back {
  margin-right: 7px;
}
.btn .icon-forward {
  margin: 2px 0 0 7px;
}
.btn path {
  transition: 0.2s fill ease-in-out;
}

.form-group {
  margin-bottom: 20px;
}

.fields-group-separator {
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
.fields-group-separator:before, .fields-group-separator:after {
  content: "";
  flex-grow: 1;
  flex-shrink: 1;
  height: 1px;
  opacity: 0.2;
}
.fields-group-separator:before {
  background: linear-gradient(to right, rgba(9, 12, 21, 0) 0%, #090c15 100%);
}
.fields-group-separator:after {
  background: linear-gradient(to right, #090c15 0%, rgba(9, 12, 21, 0) 100%);
}
.fields-group-separator-inner {
  flex-shrink: 0;
  margin: 0 10px;
}

.fields-group {
  margin-bottom: 24px;
}
.fields-group_bottom-offset {
  margin-bottom: 40px;
}

.fields-group-md .form-group {
  margin-bottom: 16px;
}

.fields-group-title {
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: 600;
  background-color: #f8f8f8;
  border-radius: 4px;
}
.fields-group-title sup {
  top: 0;
  font-size: 100%;
  color: #eb5757;
}
@media (min-width: 768px) {
  .fields-group-title {
    padding: 16px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .fields-group-title {
    padding: 12px;
    font-size: 14px;
  }
}
.fields-group-title.error {
  color: #EB5757;
}
.fields-group-title.error::before {
  content: ""; /* Required for pseudo-elements */
  display: inline-block; /* Allows for proper alignment and spacing */
  width: 24px; /* Set width of the SVG */
  height: 24px; /* Set height of the SVG */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzIwNzZfMTAzNzEpIj4KPHBhdGggZD0iTTEwLjcyMTggMi41TDE4LjY2MDIgMTYuMjVDMTguNzMzMyAxNi4zNzY3IDE4Ljc3MTggMTYuNTIwNCAxOC43NzE4IDE2LjY2NjdDMTguNzcxOCAxNi44MTI5IDE4LjczMzMgMTYuOTU2NiAxOC42NjAyIDE3LjA4MzNDMTguNTg3IDE3LjIxIDE4LjQ4MTggMTcuMzE1MiAxOC4zNTUyIDE3LjM4ODRDMTguMjI4NSAxNy40NjE1IDE4LjA4NDggMTcuNSAxNy45Mzg1IDE3LjVIMi4wNjE4M0MxLjkxNTU1IDE3LjUgMS43NzE4NSAxNy40NjE1IDEuNjQ1MTcgMTcuMzg4NEMxLjUxODQ5IDE3LjMxNTIgMS40MTMyOSAxNy4yMSAxLjM0MDE2IDE3LjA4MzNDMS4yNjcwMiAxNi45NTY2IDEuMjI4NTEgMTYuODEyOSAxLjIyODUyIDE2LjY2NjdDMS4yMjg1MiAxNi41MjA0IDEuMjY3MDIgMTYuMzc2NyAxLjM0MDE2IDE2LjI1TDkuMjc4NDkgMi41QzkuMzUxNjQgMi4zNzMzMyA5LjQ1NjgzIDIuMjY4MTQgOS41ODM1MSAyLjE5NTAxQzkuNzEwMTkgMi4xMjE4OCA5Ljg1Mzg5IDIuMDgzMzcgMTAuMDAwMiAyLjA4MzM3QzEwLjE0NjQgMi4wODMzNyAxMC4yOTAxIDIuMTIxODggMTAuNDE2OCAyLjE5NTAxQzEwLjU0MzUgMi4yNjgxNCAxMC42NDg3IDIuMzczMzMgMTAuNzIxOCAyLjVaTTMuNTA1MTYgMTUuODMzM0gxNi40OTUyTDEwLjAwMDIgNC41ODMzNEwzLjUwNTE2IDE1LjgzMzNaTTkuMTY2ODMgMTMuMzMzM0gxMC44MzM1VjE1SDkuMTY2ODNWMTMuMzMzM1pNOS4xNjY4MyA3LjVIMTAuODMzNVYxMS42NjY3SDkuMTY2ODNWNy41WiIgZmlsbD0iI0VCNTc1NyIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzIwNzZfMTAzNzEiPgo8cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
  background-size: contain; /* Ensure the SVG scales properly */
  margin-right: 8px; /* Space between the icon and the text */
  vertical-align: middle;
}

.fields-group-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: #090c15;
}

.fields-addition {
  margin-top: -5px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 10px 16px 11px;
  height: 44px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.428;
  font-weight: 600;
  color: #090c15;
  border: 1px solid #d1d1d9;
  background: #ffffff;
  border-radius: 4px !important;
  transition: 0.2s border-color ease-in-out;
  outline: 0 none;
  -webkit-appearance: none;
}
.form-control:focus {
  border-color: rgba(51, 73, 131, 0.5);
}
.form-control:-webkit-autofill {
  -webkit-text-fill-color: #090c15;
  box-shadow: 0 0 0 1000px #ffffff inset;
}
.form-control::-webkit-input-placeholder {
  color: #717786;
  font-weight: normal;
}
.form-control::-moz-placeholder {
  color: #717786;
  font-weight: normal;
}
.form-control:-moz-placeholder {
  color: #717786;
  font-weight: normal;
}
.form-control:-ms-input-placeholder {
  color: #717786;
  font-weight: normal;
}
.form-control[type=password] {
  padding-right: 40px;
}

textarea.form-control {
  resize: vertical;
  height: auto;
  min-height: 44px;
}

.error-message {
  padding-top: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #ff4242;
}

.has-error .error-message {
  display: block;
}
.has-error .form-control {
  color: #ff4242;
  border-color: #ff4242;
}

.where-to-find-tooltip {
  font-size: 12px;
  line-height: 1.16;
  font-weight: 600;
}
.where-to-find-tooltip a {
  color: #334983;
  transition: 0.2s color ease-in-out;
}
.where-to-find-tooltip a:hover {
  color: #090c15;
}
.where-to-find-tooltip-list {
  padding-left: 15px;
  margin: 0;
}
.where-to-find-tooltip-list__item {
  margin-bottom: 5px;
}
.where-to-find-tooltip-list__item:last-child {
  margin-bottom: 0;
}
.where-to-find-tooltip-image {
  margin: -24px;
  overflow: hidden;
  border-radius: 7px;
}
.where-to-find-tooltip-image-i {
  display: block;
  width: 100%;
  height: auto;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.tabs__nav {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  display: flex;
  border-bottom: 2px solid rgba(153, 153, 153, 0.5);
}
@media (max-width: 767px) {
  .tabs__nav {
    justify-content: space-between;
  }
}
.tabs__nav-control {
  flex-shrink: 0;
  width: 50%;
  margin-bottom: -2px;
  padding: 13px 0;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
  color: #999999;
  text-align: left;
  background: none;
  border-radius: 0;
  outline: 0 none;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: transparent;
  user-select: none;
  cursor: pointer;
  transition: 0.2s color ease-in-out, 0.2s border-color ease-in-out;
  text-decoration: none;
}
.tabs__nav-control.active {
  color: #090c15;
  border-color: #090c15;
}
.tabs__nav-control.react-tabs__tab--selected {
  color: #090c15;
  border-color: #090c15;
}
.tabs__nav-control:hover {
  color: #090c15;
}

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

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #090c15;
  background-color: #ffffff;
}

img {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}.page-sidebar {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .page-sidebar {
    height: 100%;
  }
}
@media (max-width: 1023px) {
  .page-sidebar {
    min-height: calc(100vh - 150px);
  }
}
.page-sidebar__head {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 4px 7px rgba(9, 12, 21, 0.05);
}
.page-sidebar__body {
  flex-grow: 1;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .page-sidebar__wrap {
    padding: 40px 20px 20px;
  }
}
.page-sidebar__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-sidebar__menu-link {
  display: flex;
  align-items: center;
  padding: 19px 16px;
  font-size: 15px;
  font-weight: 700;
  color: #000921;
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: 0.2s color ease-in-out, 0.2s border-color ease-in-out, 0.2s background-color ease-in-out;
}
.page-sidebar__menu-link.active {
  background-color: rgba(51, 73, 131, 0.05);
  border-color: #334983;
}
.page-sidebar__menu-link:hover {
  color: #334983;
}
.page-sidebar__menu-link:hover .page-sidebar__menu-icon path {
  fill: #334983;
}
.page-sidebar__menu-icon {
  flex-shrink: 0;
  margin-right: 12px;
  width: 20px;
  height: 20px;
}
.page-sidebar__menu-icon path {
  transition: 0.2s fill ease-in-out;
}
.page-sidebar__footer {
  flex-shrink: 0;
  margin-top: auto;
  padding: 14px 16px;
}
.page-sidebar__logout {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  background: none;
  color: #eb5757;
  cursor: pointer;
  transition: 0.2s color ease-in-out;
}
.page-sidebar__logout:hover {
  color: #334983;
}
.page-sidebar__logout:hover .page-sidebar__logout-icon path {
  fill: #334983;
}
.page-sidebar__logout-icon {
  flex-shrink: 0;
  margin-right: 12px;
  width: 20px;
  height: 20px;
}
.page-sidebar__logout-icon path {
  fill: #eb5757;
  transition: 0.2s fill ease-in-out;
}
.page-sidebar__logout-label {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}
.page-sidebar__notice {
  display: flex;
  align-items: center;
  padding: 0;
  background: none;
  border: 0 none;
  outline: 0 none;
  cursor: pointer;
  color: #090c15;
  transition: 0.2s color ease-in-out;
}
.page-sidebar__notice:hover {
  color: #334983;
}
.page-sidebar__notice-icon {
  flex-shrink: 0;
  margin-right: 8px;
  position: relative;
}
.page-sidebar__notice-icon.active:before {
  opacity: 1;
}
.page-sidebar__notice-icon:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -3px;
  width: 5px;
  height: 5px;
  background-color: #eb5757;
  border-radius: 50%;
  opacity: 0;
}
.page-sidebar__notice-icon-i {
  display: block;
  width: 16px;
  height: 16px;
}
.page-sidebar__auth {
  display: flex;
  align-items: center;
  color: #090c15;
}
@media (min-width: 1024px) {
  .page-sidebar__auth {
    margin-bottom: 20px;
    padding: 20px;
  }
}
.page-sidebar__auth-label {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1260px) {
  .page-sidebar__auth-label {
    max-width: 250px;
  }
}
@media (min-width: 1024px) and (max-width: 1259px) {
  .page-sidebar__auth-label {
    max-width: 200px;
  }
}
.page-sidebar__auth-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #334983;
  border-radius: 50%;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .page-sidebar__auth-icon {
    margin-right: 12px;
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  .page-sidebar__auth-icon {
    margin-right: 7px;
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  box-shadow: 0 4px 7px rgba(9, 12, 21, 0.05);
}
@media (min-width: 1024px) {
  .header {
    padding: 21px 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header {
    padding: 20px 30px;
  }
}
@media (min-width: 768px) {
  .header {
    position: relative;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 150;
    padding: 20px;
  }
}
.header_simple {
  box-shadow: none;
}
@media (min-width: 1024px) {
  .header_simple {
    background-color: transparent;
  }
}
@media (min-width: 1024px) {
  .header_simple {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header_simple {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.header__aside {
  display: flex;
  align-items: center;
}
.header__logo {
  flex-shrink: 0;
  text-decoration: none;
}
@media (min-width: 768px) {
  .header__logo {
    width: 249px;
    height: 26px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: 220px;
    height: 23px;
  }
}
.header__logo-image {
  display: block;
  width: 100%;
  height: auto;
}
.header__notice {
  display: flex;
  align-items: center;
  padding: 0;
  background: none;
  border: 0 none;
  outline: 0 none;
  cursor: pointer;
  color: #090c15;
  transition: 0.2s color ease-in-out;
}
.header__notice:hover {
  color: #334983;
}
.header__notice-icon {
  flex-shrink: 0;
  margin-right: 8px;
  position: relative;
}
.header__notice-icon.active:before {
  opacity: 1;
}
.header__notice-icon:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -3px;
  width: 5px;
  height: 5px;
  background-color: #eb5757;
  border-radius: 50%;
  opacity: 0;
}
.header__notice-icon-i {
  display: block;
  width: 16px;
  height: 16px;
}
.header__notice-label {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}
.header__auth {
  margin-left: 15px;
  display: flex;
  align-items: center;
  color: #090c15;
  text-decoration: none;
}
.header__auth-label {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1260px) {
  .header__auth-label {
    max-width: 250px;
  }
}
@media (min-width: 1024px) and (max-width: 1259px) {
  .header__auth-label {
    max-width: 200px;
  }
}
.header__auth-icon {
  flex-shrink: 0;
  margin-right: 7px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #334983;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
.header__start-button {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .header__start-button {
    min-width: 160px;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .header__start-button {
    margin-left: 10px;
    font-size: 13px;
  }
}
.header__toggle {
  position: relative;
  margin-right: -13px;
  width: 50px;
  height: 50px;
  border: 0 none;
  user-select: none;
  cursor: pointer;
  outline: 0 none;
  background: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__toggle {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .header__toggle {
    margin-top: -10px;
    margin-bottom: -10px;
  }
}
.header__toggle_active:before {
  width: 24px !important;
  margin: -1px 0 0 -12px !important;
  transform: rotate(-45deg);
  transition: 0.2s transform 0.2s ease-in-out, 0.2s margin ease-in-out, 0.2s width ease-in-out;
}
.header__toggle_active .header__toggle-item {
  transform: rotate(45deg);
  margin-top: -1px;
}
.header__toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background-color: #090c15;
  margin: 3px 0 0 -2px;
  transition: 0.2s transform ease-in-out, 0.2s margin ease-in-out, 0.2s width ease-in-out;
}
.header__toggle-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  margin: -5px 0 5px -12px;
  background-color: #090c15;
  transition: 0.2s transform ease-in-out, 0.2s margin-top ease-in-out;
}
.header__menu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 20px;
  background-color: rgba(9, 12, 21, 0.3);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__menu {
    top: 90px;
  }
}
@media (max-width: 767px) {
  .header__menu {
    top: 70px;
  }
}
.header__menu-content {
  margin: 0 auto;
  min-height: 100%;
  background-color: #ffffff;
  border-radius: 14px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__menu-content {
    width: 450px;
  }
}
@media (max-width: 767px) {
  .header__menu-content {
    max-width: 450px;
  }
}.footer {
  font-size: 14px;
  border-top: 1px solid rgba(9, 12, 21, 0.1);
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .footer {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding: 32px 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .footer_simple {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer_simple {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.footer__info {
  font-weight: 500;
  color: #000921;
}
@media (min-width: 768px) {
  .footer__info {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media (max-width: 767px) {
  .footer__info {
    margin-bottom: 20px;
  }
}
.footer__info a {
  color: #000921;
  text-decoration: none;
  transition: 0.2s color ease-in-out;
}
.footer__info a:hover {
  color: #334983;
}
@media (min-width: 768px) {
  .footer__copyright {
    margin-left: 50px;
    flex-shrink: 0;
  }
}.animation-image {
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.animation-image-el {
  width: 100%;
}
.animation-image-i {
  flex-shrink: 0;
}.notification.new .notification__icon:before {
  position: absolute;
  content: "";
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: #ff4242;
}
@media (min-width: 768px) {
  .notification.new .notification__icon:before {
    right: 6px;
  }
}
@media (max-width: 767px) {
  .notification.new .notification__icon:before {
    right: 1px;
  }
}
.notification__wrap {
  display: flex;
  align-items: flex-start;
  transition: 0.2s background-color ease-in-out;
}
@media (min-width: 768px) {
  .notification__wrap {
    padding: 24px 46px;
    margin: 0 -46px;
    column-gap: 16px;
  }
}
@media (max-width: 767px) {
  .notification__wrap {
    padding: 20px;
    margin: 0 -20px;
    column-gap: 10px;
  }
}
@media (min-width: 1024px) {
  .notification__wrap:hover {
    background-color: #f8f8f8;
  }
}
.notification__icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #e5e9f3;
}
@media (min-width: 768px) {
  .notification__icon {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 767px) {
  .notification__icon {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 768px) {
  .notification__icon-i {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .notification__icon-i {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .notification__icon-i path {
    fill: #03053d;
  }
}
.notification__title {
  font-weight: bold;
  color: #090c15;
}
@media (min-width: 768px) {
  .notification__title {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .notification__title {
    font-size: 12px;
    line-height: 1.3;
  }
}
.notification__title a {
  color: #090c15;
}
.notification__date {
  font-size: 12px;
  line-height: 1.16;
  color: #717786;
}
@media (min-width: 768px) {
  .notification__date {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .notification__date {
    margin-top: 8px;
  }
}.notifications {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .notifications {
    background-color: rgba(9, 12, 21, 0.4);
  }
}
@media (max-width: 767px) {
  .notifications {
    padding: 40px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: #ffffff;
  }
}
@media (min-width: 768px) {
  .notifications__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 60px 46px;
    width: 516px;
    background-color: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.notifications__header {
  position: relative;
}
.notifications__title {
  font-size: 20px;
  font-weight: 600;
}
.notifications__subtitle {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #717786;
}
.notifications__close {
  position: absolute;
  top: 5px;
  right: 2px;
  width: 20px;
  height: 20px;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .notifications__close:hover:before, .notifications__close:hover:after {
    background-color: #ff4242;
  }
}
.notifications__close:before, .notifications__close:after {
  position: absolute;
  content: "";
  top: 9px;
  left: 2px;
  width: 16px;
  height: 2px;
  background-color: #717786;
  transition: 0.2s background-color ease-in-out;
}
.notifications__close:before {
  transform: rotate(45deg);
}
.notifications__close:after {
  transform: rotate(-45deg);
}
.notifications__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 768px) {
  .notifications__wrap-image {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .notifications__wrap-image {
    margin-bottom: 5px;
  }
}
.notifications__wrap-title {
  max-width: 270px;
  font-size: 14px;
  font-weight: 500;
  color: #717786;
  text-align: center;
}
@media (min-width: 768px) {
  .notifications__list {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .notifications__list {
    padding-top: 15px;
  }
}.main-layout {
  display: flex;
  flex-direction: column;
  background-color: #f8f8f8;
}
@media (min-width: 1024px) {
  .main-layout {
    height: 100vh;
  }
}
@media (max-width: 1023px) {
  .main-layout {
    min-height: 100vh;
  }
}
@media (min-width: 768px) {
  .main-layout_with-drawer {
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-layout_with-drawer {
    height: 100vh;
  }
}
.main-layout_white-bg {
  background-color: #ffffff;
}
.main-layout__header {
  z-index: 10;
}
@media (min-width: 1024px) {
  .main-layout__header {
    position: relative;
  }
}
@media (max-width: 1023px) {
  .main-layout__header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
.main-layout__body {
  flex-grow: 1;
  flex-shrink: 1;
}
@media (min-width: 1024px) {
  .main-layout__body {
    margin-left: 218px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 1260px) {
  .main-layout__body {
    padding: 35px 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1259px) {
  .main-layout__body {
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-layout__body {
    padding: 120px 30px 30px;
  }
}
@media (max-width: 767px) {
  .main-layout__body {
    padding: 90px 20px 20px;
  }
}
.main-layout__aside {
  position: fixed;
  top: 94px;
  left: 0;
  bottom: 0;
  width: 218px;
  background-color: #ffffff;
  box-shadow: 1px 3px 10px rgba(9, 12, 21, 0.1);
}
@media (min-width: 1024px) {
  .main-layout__footer {
    margin-left: 218px;
  }
}
@media (min-width: 768px) {
  .main-layout__drawer {
    position: fixed;
    z-index: 11;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(9, 12, 21, 0.4);
  }
}
@media (max-width: 767px) {
  .main-layout__drawer {
    flex-grow: 1;
    flex-shrink: 1;
    background-color: #ffffff;
  }
}
.main-layout__drawer-head {
  display: flex;
  margin-bottom: 32px;
}
.main-layout__drawer-head-wrap {
  flex-grow: 1;
  flex-shrink: 1;
}
.main-layout__drawer-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}
.main-layout__drawer-label {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #717786;
}
.main-layout__drawer-close {
  flex-shrink: 0;
  margin-left: 20px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-layout__drawer-close:hover .main-layout__drawer-close-path {
  fill: #ff4242;
}
.main-layout__drawer-close-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}
.main-layout__drawer-close-path {
  transition: 0.2s fill ease-in-out;
}
@media (min-width: 768px) {
  .main-layout__drawer-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 1440px) {
  .main-layout__drawer-content {
    width: 38vw;
    max-width: 700px;
    padding: 60px 5vw 100px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .main-layout__drawer-content {
    width: 516px;
    padding: 60px 46px 100px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-layout__drawer-content {
    width: 516px;
    padding: 40px 30px 100px;
  }
}
@media (max-width: 767px) {
  .main-layout__drawer-content {
    padding: 30px 20px 100px;
  }
}
.main-layout__drawer-content::-webkit-scrollbar {
  width: 3px;
}
.main-layout__drawer-content::-webkit-scrollbar-thumb {
  background-color: rgba(9, 12, 21, 0.2);
}
.main-layout__drawer-footer {
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 4px 34px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1440px) {
  .main-layout__drawer-footer {
    width: 38vw;
    max-width: 700px;
    padding: 20px 5vw;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .main-layout__drawer-footer {
    width: 516px;
    padding: 20px 46px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-layout__drawer-footer {
    width: 516px;
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .main-layout__drawer-footer {
    left: 0;
    padding: 20px;
  }
}
.main-layout__drawer-buttons {
  display: flex;
  margin: 0 -5px;
}
.main-layout__drawer-buttons-item {
  flex-shrink: 0;
  width: 50%;
  padding: 0 5px;
}
.main-layout__drawer-buttons-item:first-child:last-child {
  width: 100%;
}.aside-layout {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .aside-layout {
    background-color: #f8f8f8;
  }
}
@media (min-width: 768px) {
  .aside-layout {
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767px) {
  .aside-layout {
    min-height: 100vh;
  }
}
.aside-layout__header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
@media (min-width: 1024px) {
  .aside-layout__header {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .aside-layout__header .header {
    transition: 0.2s box-shadow ease-in-out;
  }
}
@media (max-width: 767px) {
  .aside-layout__header_sticky .header {
    box-shadow: 0 4px 7px rgba(9, 12, 21, 0.05);
  }
}
@media (min-width: 1024px) {
  .aside-layout__body {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
  }
}
.aside-layout__content {
  display: flex;
  background-color: #ffffff;
  align-items: center;
}
@media (min-width: 768px) {
  .aside-layout__content {
    min-height: calc(100% - 86px);
  }
}
@media (min-width: 1024px) {
  .aside-layout__content {
    padding: 120px 10vw 60px;
    width: 50%;
    flex-shrink: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .aside-layout__content {
    padding: 120px 5vw 60px;
    margin: 0 auto;
    width: 65%;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .aside-layout__content {
    padding: 90px 20px 40px;
  }
}
.aside-layout__footer {
  flex-shrink: 0;
  margin-top: auto;
}
@media (min-width: 1024px) {
  .aside-layout__aside {
    flex-shrink: 0;
    width: 50%;
    padding: 0 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.aside-layout__image {
  flex-shrink: 0;
  width: 100%;
  max-width: 564px;
}
.aside-layout__image-i {
  display: block;
  width: 100%;
  height: auto;
}.page-notice {
  margin-bottom: 40px;
  display: flex;
  border-radius: 12px;
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
  line-height: 1.428;
}
@media (min-width: 768px) {
  .page-notice {
    padding: 16px 24px;
  }
}
@media (max-width: 767px) {
  .page-notice {
    padding: 16px;
  }
}
.page-notice_warning {
  border-color: #f2994a;
  color: #b54708;
  background-color: #fff9f6;
}
.page-notice_highlight {
  border-color: #f2994a;
  color: #b54708;
  background-color: #fff9f6;
}
.page-notice_error {
  border-color: #EB5757;
  background-color: #FFF4F4;
}
.page-notice_success {
  border-color: #3EC99F;
  background-color: #EFFFFB;
}
.page-notice__link {
  margin-top: 20px;
}
.page-notice__link a:link {
  color: #b54708;
}
.page-notice__link {
  /* Visited link */
}
.page-notice__link a:visited {
  color: #b54708;
}
.page-notice__link {
  /* Mouse over link */
}
.page-notice__link a:hover {
  color: red;
}
.page-notice__icon {
  flex-shrink: 0;
  margin-right: 10px;
}
.page-notice__icon-i {
  display: block;
  width: 36px;
  height: auto;
}
.page-notice__content {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 5px 0;
}
.page-notice__title {
  margin-bottom: 5px;
  font-weight: 600;
}.project-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #ececec;
  outline: 0 none;
  color: #090c15;
  text-align: left;
  transition: 0.2s box-shadow ease-in-out;
  cursor: pointer;
}
@media (min-width: 1260px) {
  .project-card {
    padding: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .project-card {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .project-card {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .project-card:hover {
    box-shadow: 0 4px 60px rgba(0, 9, 33, 0.2);
  }
}
.project-card__panel {
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
}
.project-card__badge {
  flex-shrink: 0;
  line-height: 1.4;
  font-weight: 700;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .project-card__badge {
    margin: 0 13px 13px 0;
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .project-card__badge {
    margin: 0 6px 6px 0;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .project-card__badge {
    padding: 8px 16px;
  }
}
@media (max-width: 767px) {
  .project-card__badge {
    padding: 6px 12px;
  }
}
.project-card__badge.created {
  color: #334983;
  background: #f6f9ff;
}
.project-card__badge.error {
  color: #ff4242;
  background-color: rgba(255, 66, 66, 0.05);
}
.project-card__badge.success {
  color: #3ec99f;
  background-color: rgba(62, 201, 159, 0.1);
}
.project-card__badge.quote-ready, .project-card__badge.warning {
  color: #fc8e51;
  background-color: rgba(252, 142, 81, 0.05);
}
.project-card__head {
  margin-bottom: 25px;
}
.project-card__title {
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: 700;
}
.project-card__subtitle {
  font-size: 14px;
  font-weight: 500;
  color: #717786;
}
.project-card__text {
  font-size: 14px;
  line-height: 1.4;
  color: #717786;
}
.project-card__tags {
  margin: 24px 0 -12px;
  display: flex;
  flex-wrap: wrap;
}
.project-card__tag {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  font-weight: 600;
  background-color: rgba(51, 73, 131, 0.05);
  border-radius: 4px;
}
@media (min-width: 768px) {
  .project-card__tag {
    margin: 0 12px 12px 0;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .project-card__tag {
    margin: 0 8px 8px 0;
    font-size: 12px;
  }
}
.project-card__tag-icon {
  flex-shrink: 0;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .project-card__tag-icon {
    width: 18px;
    height: 18px;
  }
}
.project-card__tag-label {
  flex-grow: 1;
  flex-shrink: 1;
}.circle-spinner {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.circle-spinner__item {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: 4px solid rgba(51, 73, 131, 0.1);
  border-radius: 50%;
  border-top-color: #334983;
  animation: rotate-spinner 0.5s linear;
  animation-iteration-count: infinite;
}

.circle-spinner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-spinner-wrapper-screen {
  height: 100vh;
  width: 100vw;
}

@keyframes rotate-spinner {
  100% {
    transform: rotate(360deg);
  }
}.project-tiles__title {
  margin: 0 0 22px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 768px) {
  .project-tiles__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    overflow: visible !important;
  }
}
@media (min-width: 768px) {
  .project-tiles__list-item {
    flex-shrink: 0;
    width: 50%;
    padding: 0 10px 20px;
    display: flex;
  }
}
@media (max-width: 767px) {
  .project-tiles__list-item {
    margin-bottom: 20px;
  }
  .project-tiles__list-item:last-child {
    margin-bottom: 0;
  }
}
.project-tiles__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 0;
}
.project-tiles__intro-image {
  flex-shrink: 0;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .project-tiles__intro-image {
    width: 380px;
    margin-left: -30px;
  }
}
@media (max-width: 767px) {
  .project-tiles__intro-image {
    max-width: 380px;
    width: 100%;
  }
}
.project-tiles__intro-title {
  margin: 0 0 15px;
  font-size: 32px;
  font-weight: 600;
}
.project-tiles__intro-text {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #717786;
}
.project-tiles__intro-footer {
  margin-top: 32px;
}
.project-tiles__loading {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}.btn .spinner {
  border: 4px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  border-top-color: #ffffff;
  opacity: 1;
  position: absolute;
  left: 25%;
  right: 25%;
  top: 25%;
  bottom: 25%;
  margin: auto;
  width: 16px;
  height: 16px;
  transition: opacity 250ms;
  animation: rotate-spinner 1s linear;
  animation-iteration-count: infinite;
  transition-delay: 250ms;
}
.btn.disabled {
  color: #717786;
  pointer-events: none;
  background: #eaeaee;
}
.btn.loading {
  pointer-events: none;
  background: #999999;
}
.btn.loading .btn__inner-content {
  opacity: 0;
}
.btn__inner-content {
  display: flex;
  align-items: center;
}
.btn__icon {
  flex-shrink: 0;
  margin: -1px 8px -1px 0;
  width: 20px;
  height: 20px;
}

@keyframes rotate-spinner {
  100% {
    transform: rotate(360deg);
  }
}.service-popup {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(9, 12, 21, 0.4);
}
.service-popup__content {
  background-color: #ffffff;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .service-popup__content {
    padding: 40px 30px;
    width: 90%;
  }
}
@media (min-width: 768px) {
  .service-popup__content {
    padding: 52px 32px;
    width: 488px;
  }
}
.service-popup__title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.service-popup__subtitle {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #717786;
  text-align: center;
}
.service-popup__buttons {
  display: flex;
  gap: 8px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .service-popup__buttons {
    padding: 0 42px;
  }
}
@media (max-width: 767px) {
  .service-popup__buttons {
    flex-direction: column;
  }
}@media (min-width: 768px) {
  .settings__content {
    width: 100%;
    max-width: 568px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .settings__content {
    margin: 0 auto;
  }
}
.settings__section {
  margin-bottom: 16px;
}
.settings__panel {
  background-color: #ffffff;
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .settings__panel {
    padding: 24px 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .settings__panel {
    padding: 24px 20px;
  }
}
@media (max-width: 767px) {
  .settings__panel {
    padding: 20px;
  }
}
.settings__panel_head {
  margin-bottom: 1px;
  display: flex;
}
.settings__panel-icon {
  flex-shrink: 0;
  margin-right: 12px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: rgba(51, 73, 131, 0.1);
}
.settings__panel-title {
  align-self: center;
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 15px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .settings__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.settings__auth {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #090c15;
}
.settings__auth-wrap {
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
}
.settings__auth-title {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .settings__auth-title {
    max-width: 250px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .settings__auth-title {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .settings__auth-title {
    max-width: 100%;
  }
}
.settings__auth-label {
  padding-top: 2px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(9, 12, 21, 0.6);
}
.settings__auth-icon {
  flex-shrink: 0;
  margin-right: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #334983;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .settings__auth-icon {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .settings__auth-icon {
    width: 32px;
    height: 32px;
  }
}
.settings__auth-type {
  display: flex;
  align-items: center;
}
.settings__auth-type-icon {
  flex-shrink: 0;
  margin-right: 8px;
  width: 20px;
  height: auto;
}
.settings__auth-type-label {
  flex-shrink: 0;
  line-height: 1.2;
  font-weight: 500;
  color: rgba(9, 12, 21, 0.6);
}
@media (min-width: 768px) {
  .settings__auth-type-label {
    padding-top: 1px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .settings__auth-type-label {
    padding-left: 42px;
    font-size: 12px;
  }
}
.settings__delete-account {
  display: inline-flex;
  align-items: center;
  border: 0 none;
  outline: 0 none;
  background: none;
  font-size: 15px;
  line-height: 1.2;
  color: #ff4242;
  font-weight: bold;
  cursor: pointer;
}
.settings__delete-account:hover .settings__delete-account-icon {
  background-color: rgba(255, 66, 66, 0.2);
}
.settings__delete-account-icon {
  flex-shrink: 0;
  margin-right: 12px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: rgba(255, 66, 66, 0.05);
  transition: 0.2s background-color ease-in-out;
}
.settings__delete-account-icon-i {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.settings__toggle {
  position: relative;
  display: block;
  width: 33px;
  height: 19px;
  border-radius: 10px;
  background: #d1d1d9;
  border: 0 none;
  outline: 0 none;
  cursor: pointer;
  transition: 0.2s background ease-in-out;
}
.settings__toggle.active {
  background: #334983;
}
.settings__toggle.active:before {
  transform: translateX(14px);
}
.settings__toggle:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  width: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: 0.2s transform ease-in-out;
}
.settings__list-item {
  position: relative;
  margin-bottom: 32px;
}
.settings__list-item:last-child {
  margin-bottom: 0;
}
.settings__list-control {
  position: absolute;
  top: 0;
  right: 0;
}
.settings__list-control-link {
  font-size: 14px;
  line-height: 1.428;
  font-weight: bold;
  color: #334983;
  cursor: pointer;
  text-decoration: none;
  transition: 0.2s color ease-in-out;
}
.settings__list-control-link:hover {
  color: #090c15;
}
.settings__list-title {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: bold;
}
.settings__list-text {
  font-size: 12px;
  line-height: 1.16;
  font-weight: 500;
  color: #717786;
}.form-group .form-static-wrap {
  padding-top: 5px;
  display: flex;
  align-items: flex-start;
}
.form-group .form-static-toggle {
  flex-shrink: 0;
  margin-left: 10px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  color: #334983;
  padding: 3px 0 0;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #334983;
  outline: 0 none;
  background: transparent;
  user-select: none;
  cursor: pointer;
}
.form-group .form-static-input {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #090c15;
}
.form-group .form-control:placeholder-shown + .form-placeholder {
  opacity: 0;
}
.form-group .form-field {
  position: relative;
}
.form-group .form-label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  color: #717786;
}
.form-group .form-label sup {
  top: 0;
  font-size: 100%;
  color: #eb5757;
}
.form-group .form-label_bottom-offset {
  margin-bottom: 12px;
}
.form-group .tooltip-container {
  padding: 24px;
  background: #ffffff;
  border-radius: 7px;
  word-break: break-word;
  border: 0 none;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .form-group .tooltip-container {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .form-group .tooltip-container {
    max-width: 220px;
  }
}
.form-group .tooltip-arrow {
  display: none;
}
.form-group .control-top-labels {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5px;
}
.form-group .control-top-labels .form-label {
  margin-bottom: 0;
}
.form-group .tooltip-title {
  margin-top: 5px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  user-select: none;
  cursor: pointer;
  color: #717786;
  font-size: 12px;
  line-height: 1.16;
  font-weight: 600;
  transition: 0.2s color ease-in-out;
}
.form-group .tooltip-title:hover {
  color: #090c15;
}
.form-group .tooltip-title:hover .icon-wrapper path {
  fill: #090c15;
}
.form-group .tooltip-title .icon-wrapper {
  margin-right: 5px;
}
.form-group .tooltip-title .icon-wrapper svg {
  display: block;
  width: 16px;
  height: 16px;
}
.form-group .tooltip-title .icon-wrapper path {
  fill: #717786;
  transition: 0.2s fill ease-in-out;
}
.form-group .form-placeholder {
  position: absolute;
  top: -4px;
  left: 12px;
  padding: 0 3px;
  font-size: 10px;
  line-height: 1;
  background-color: #ffffff;
  transition: 0.2s opacity ease-in-out;
}
.form-group .form-control-otp {
  flex-shrink: 1;
  flex-grow: 1;
  width: 40px !important;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.form-group .otp-input-separator {
  flex-shrink: 0;
  display: inline-block;
  vertical-align: top;
  width: 8px;
}

.react-datepicker {
  font-family: "Manrope", sans-serif !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 14px rgba(9, 12, 21, 0.1);
  border: 0 none !important;
}
.react-datepicker__triangle {
  display: none !important;
}
.react-datepicker__navigation--next, .react-datepicker__navigation--previous {
  top: 1.1rem !important;
  background-color: #f8f8f8 !important;
  border-radius: 4px;
}
.react-datepicker__navigation--next:hover, .react-datepicker__navigation--previous:hover {
  background-color: #334983 !important;
}
.react-datepicker__navigation--next:hover .react-datepicker__navigation-icon:before, .react-datepicker__navigation--previous:hover .react-datepicker__navigation-icon:before {
  border-color: #ffffff !important;
}
.react-datepicker__navigation--next {
  right: 1.5rem !important;
}
.react-datepicker__navigation--previous {
  left: 1.5rem !important;
}
.react-datepicker__navigation-icon:before {
  top: 8px !important;
  border-width: 2px 2px 0 0 !important;
  border-color: #090c15 !important;
}
.react-datepicker__navigation-icon--next:before {
  left: -4px !important;
}
.react-datepicker__navigation-icon--previous:before {
  right: -4px !important;
}
.react-datepicker-wrapper {
  width: 100%;
}
.react-datepicker__header {
  padding: 1.3rem 1.3rem 0 !important;
  border-bottom: 0 none !important;
  background-color: transparent !important;
}
.react-datepicker__month {
  margin: 1.3rem !important;
}
.react-datepicker__current-month {
  font-weight: 600 !important;
}
.react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name {
  font-weight: 600;
  width: 2.5rem !important;
  line-height: 2.5rem !important;
  border-radius: 50% !important;
}
.react-datepicker__day-names {
  margin-top: 1rem;
}
.react-datepicker__day-name {
  color: #717786 !important;
  text-transform: uppercase;
}
.react-datepicker__day:hover {
  color: #334983 !important;
  background-color: #f8f7fa !important;
}
.react-datepicker__day--selected, .react-datepicker__day--keyboard-selected {
  background-color: #334983 !important;
  color: #ffffff !important;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--keyboard-selected:hover {
  color: #ffffff !important;
  background-color: #334983 !important;
}
.react-datepicker__day--outside-month {
  opacity: 0.4;
}
.react-datepicker__day--outside-month:hover {
  opacity: 1;
}.tooltip-container {
  --tooltipBackground: #fff;
  --tooltipBorder: #c0c0c0;
  --tooltipColor: #000;

  background-color: var(--tooltipBackground);
  border-radius: 3px;
  border: 1px solid var(--tooltipBorder);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
  color: var(--tooltipColor);
  display: flex;
  flex-direction: column;
  padding: 0.4rem;
  transition: opacity 0.3s;
  z-index: 9999;
}

.tooltip-container[data-popper-interactive='false'] {
  pointer-events: none;
}

.tooltip-arrow {
  height: 1rem;
  position: absolute;
  width: 1rem;
  pointer-events: none;
}

.tooltip-arrow::before {
  border-style: solid;
  content: '';
  display: block;
  height: 0;
  margin: auto;
  width: 0;
}

.tooltip-arrow::after {
  border-style: solid;
  content: '';
  display: block;
  height: 0;
  margin: auto;
  position: absolute;
  width: 0;
}

.tooltip-container[data-popper-placement*='bottom'] .tooltip-arrow {
  left: 0;
  margin-top: -0.4rem;
  top: 0;
}

.tooltip-container[data-popper-placement*='bottom'] .tooltip-arrow::before {
  border-color: transparent transparent var(--tooltipBorder) transparent;
  border-width: 0 0.5rem 0.4rem 0.5rem;
  position: absolute;
  top: -1px;
}

.tooltip-container[data-popper-placement*='bottom'] .tooltip-arrow::after {
  border-color: transparent transparent var(--tooltipBackground) transparent;
  border-width: 0 0.5rem 0.4rem 0.5rem;
}

.tooltip-container[data-popper-placement*='top'] .tooltip-arrow {
  bottom: 0;
  left: 0;
  margin-bottom: -1rem;
}

.tooltip-container[data-popper-placement*='top'] .tooltip-arrow::before {
  border-color: var(--tooltipBorder) transparent transparent transparent;
  border-width: 0.4rem 0.5rem 0 0.5rem;
  position: absolute;
  top: 1px;
}

.tooltip-container[data-popper-placement*='top'] .tooltip-arrow::after {
  border-color: var(--tooltipBackground) transparent transparent transparent;
  border-width: 0.4rem 0.5rem 0 0.5rem;
}

.tooltip-container[data-popper-placement*='right'] .tooltip-arrow {
  left: 0;
  margin-left: -0.7rem;
}

.tooltip-container[data-popper-placement*='right'] .tooltip-arrow::before {
  border-color: transparent var(--tooltipBorder) transparent transparent;
  border-width: 0.5rem 0.4rem 0.5rem 0;
}

.tooltip-container[data-popper-placement*='right'] .tooltip-arrow::after {
  border-color: transparent var(--tooltipBackground) transparent transparent;
  border-width: 0.5rem 0.4rem 0.5rem 0;
  left: 6px;
  top: 0;
}

.tooltip-container[data-popper-placement*='left'] .tooltip-arrow {
  margin-right: -0.7rem;
  right: 0;
}

.tooltip-container[data-popper-placement*='left'] .tooltip-arrow::before {
  border-color: transparent transparent transparent var(--tooltipBorder);
  border-width: 0.5rem 0 0.5rem 0.4em;
}

.tooltip-container[data-popper-placement*='left'] .tooltip-arrow::after {
  border-color: transparent transparent transparent var(--tooltipBackground);
  border-width: 0.5rem 0 0.5rem 0.4em;
  left: 3px;
  top: 0;
}

.react-datepicker__navigation-icon::before, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
/* sr-only utility class for accessibility */
.react-datepicker__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
  line-height: initial;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker-popper {
  z-index: 1;
  line-height: 0;
}
.react-datepicker-popper .react-datepicker__triangle {
  stroke: #aeaeae;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  fill: #f0f0f0;
  color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  fill: #fff;
  color: #fff;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

h2.react-datepicker__current-month {
  padding: 0;
  margin: 0;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: rgb(165.75, 165.75, 165.75);
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
}

.react-datepicker__day-names {
  text-align: center;
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__day-name--disabled,
.react-datepicker__day--disabled,
.react-datepicker__time-name--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:not([aria-disabled=true]):hover,
.react-datepicker__month-text:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text:not([aria-disabled=true]):hover,
.react-datepicker__year-text:not([aria-disabled=true]):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,
.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover {
  background-color: rgb(49.8551020408, 189.6448979592, 62.5632653061);
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .overlay,
.react-datepicker__month-text--holidays .overlay,
.react-datepicker__quarter-text--holidays .overlay,
.react-datepicker__year-text--holidays .overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:not([aria-disabled=true]):hover,
.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,
.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover {
  background-color: rgb(207, 82.9642857143, 0);
}
.react-datepicker__day--holidays:hover .overlay,
.react-datepicker__month-text--holidays:hover .overlay,
.react-datepicker__quarter-text--holidays:hover .overlay,
.react-datepicker__year-text--holidays:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:not([aria-disabled=true]):hover, .react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover, .react-datepicker__day--in-range:not([aria-disabled=true]):hover,
.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,
.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,
.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,
.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: rgb(186.25, 217.0833333333, 241.25);
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,
.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover {
  background-color: rgb(28.75, 93.2196969697, 143.75);
  color: #fff;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled .overlay,
.react-datepicker__month-text--disabled .overlay,
.react-datepicker__quarter-text--disabled .overlay,
.react-datepicker__year-text--disabled .overlay {
  position: absolute;
  bottom: 70%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: rgb(178.5, 178.5, 178.5);
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.react-datepicker__close-icon--disabled {
  cursor: default;
}
.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}
/* CSS variables. */
:root {
	--PhoneInput-color--focus: #03b2cb;
	--PhoneInputInternationalIconPhone-opacity: 0.8;
	--PhoneInputInternationalIconGlobe-opacity: 0.65;
	--PhoneInputCountrySelect-marginRight: 0.35em;
	--PhoneInputCountrySelectArrow-width: 0.3em;
	--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
	--PhoneInputCountrySelectArrow-borderWidth: 1px;
	--PhoneInputCountrySelectArrow-opacity: 0.45;
	--PhoneInputCountrySelectArrow-color: currentColor;
	--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountrySelectArrow-transform: rotate(45deg);
	--PhoneInputCountryFlag-aspectRatio: 1.5;
	--PhoneInputCountryFlag-height: 1em;
	--PhoneInputCountryFlag-borderWidth: 1px;
	--PhoneInputCountryFlag-borderColor: rgba(0,0,0,0.5);
	--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,0.1);
}

.PhoneInput {
	/* This is done to stretch the contents of this component. */
	display: flex;
	align-items: center;
}

.PhoneInputInput {
	/* The phone number input stretches to fill all empty space */
	flex: 1;
	/* The phone number input should shrink
	   to make room for the extension input */
	min-width: 0;
}

.PhoneInputCountryIcon {
	width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
	height: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--square {
	width: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--border {
	/* Removed `background-color` because when an `<img/>` was still loading
	   it would show a dark gray rectangle. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom. */
	background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
	/* Border is added via `box-shadow` because `border` interferes with `width`/`height`. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom,
	   so an additional "inset" border is added. */
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
}

.PhoneInputCountryIconImg {
	/* Fixes weird vertical space above the flag icon. */
	/* https://gitlab.com/catamphetamine/react-phone-number-input/-/issues/7#note_348586559 */
	display: block;
	/* 3rd party <SVG/> flag icons won't stretch if they have `width` and `height`.
	   Also, if an <SVG/> icon's aspect ratio was different, it wouldn't fit too. */
	width: 100%;
	height: 100%;
}

.PhoneInputInternationalIconPhone {
	opacity: var(--PhoneInputInternationalIconPhone-opacity);
}

.PhoneInputInternationalIconGlobe {
	opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}

/* Styling native country `<select/>`. */

.PhoneInputCountry {
	position: relative;
	align-self: stretch;
	display: flex;
	align-items: center;
	margin-right: var(--PhoneInputCountrySelect-marginRight);
}

.PhoneInputCountrySelect {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	border: 0;
	opacity: 0;
	cursor: pointer;
}

.PhoneInputCountrySelect[disabled],
.PhoneInputCountrySelect[readonly] {
	cursor: default;
}

.PhoneInputCountrySelectArrow {
	display: block;
	content: '';
	width: var(--PhoneInputCountrySelectArrow-width);
	height: var(--PhoneInputCountrySelectArrow-width);
	margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
	border-style: solid;
	border-color: var(--PhoneInputCountrySelectArrow-color);
	border-top-width: 0;
	border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	border-left-width: 0;
	border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	transform: var(--PhoneInputCountrySelectArrow-transform);
	opacity: var(--PhoneInputCountrySelectArrow-opacity);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
	box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}.PhoneInput {
  height: 44px;
  background-color: #ffffff;
  border: 1px solid #d1d1d9;
  background: #ffffff;
  border-radius: 4px;
}
.has-error .PhoneInput {
  border-color: #ff4242;
}
.PhoneInput--readOnly {
  border: 0 none;
  height: auto;
  pointer-events: none;
}
.PhoneInput--readOnly .PhoneInputCountry {
  padding: 0 10px 0 0 !important;
}
.PhoneInput--readOnly .PhoneInputInput {
  height: auto !important;
  padding: 5px 0 !important;
}
.PhoneInput--readOnly .PhoneInputCountrySelectArrow {
  display: none !important;
}
.PhoneInput svg.PhoneInputCountryIconImg {
  display: none;
}
.PhoneInput .PhoneInputCountry {
  margin: 0;
  padding: 0 16px;
}
.PhoneInput .PhoneInputCountryIcon {
  height: 24px;
  background: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.66659%202.66668V13.3333H11.3333V2.66668H4.66659ZM3.99992%201.33334H11.9999C12.1767%201.33334%2012.3463%201.40358%2012.4713%201.52861C12.5963%201.65363%2012.6666%201.8232%2012.6666%202.00001V14C12.6666%2014.1768%2012.5963%2014.3464%2012.4713%2014.4714C12.3463%2014.5964%2012.1767%2014.6667%2011.9999%2014.6667H3.99992C3.82311%2014.6667%203.65354%2014.5964%203.52851%2014.4714C3.40349%2014.3464%203.33325%2014.1768%203.33325%2014V2.00001C3.33325%201.8232%203.40349%201.65363%203.52851%201.52861C3.65354%201.40358%203.82311%201.33334%203.99992%201.33334ZM7.99992%2011.3333C8.17673%2011.3333%208.3463%2011.4036%208.47132%2011.5286C8.59635%2011.6536%208.66659%2011.8232%208.66659%2012C8.66659%2012.1768%208.59635%2012.3464%208.47132%2012.4714C8.3463%2012.5964%208.17673%2012.6667%207.99992%2012.6667C7.82311%2012.6667%207.65354%2012.5964%207.52851%2012.4714C7.40349%2012.3464%207.33325%2012.1768%207.33325%2012C7.33325%2011.8232%207.40349%2011.6536%207.52851%2011.5286C7.65354%2011.4036%207.82311%2011.3333%207.99992%2011.3333V11.3333Z'%20fill='%23090C15'/%3e%3c/svg%3e") no-repeat 0 0;
  background-size: 24px 24px;
}
.PhoneInput .PhoneInputCountryIcon.PhoneInputCountryIcon--border {
  height: 16px;
  background: none;
}
.PhoneInput .PhoneInputCountryIcon--border {
  box-shadow: 0 0 0 1px #d1d1d9;
  border-radius: 2px;
  overflow: hidden;
}
.PhoneInput .PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
  box-shadow: 0 0 0 1px #d1d1d9;
}
.PhoneInput .PhoneInputCountrySelectArrow {
  margin-left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0;
  border-style: solid;
  border-color: #090c15 transparent transparent;
  transform: rotate(0);
  opacity: 1;
}
.PhoneInput .PhoneInputInput {
  height: 42px;
  padding: 9px 16px 10px 0;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.428;
  font-weight: 600;
  color: #090c15;
  border: 0 none;
  border-radius: 4px;
  outline: 0 none;
  background: #ffffff;
}
.PhoneInput .PhoneInputInput:-webkit-autofill {
  -webkit-text-fill-color: #090c15;
  box-shadow: 0 0 0 1000px #ffffff inset;
}
.PhoneInput .PhoneInputInput::-webkit-input-placeholder {
  color: #717786;
  font-weight: normal;
}
.PhoneInput .PhoneInputInput::-moz-placeholder {
  color: #717786;
  font-weight: normal;
}
.PhoneInput .PhoneInputInput:-moz-placeholder {
  color: #717786;
  font-weight: normal;
}
.PhoneInput .PhoneInputInput:-ms-input-placeholder {
  color: #717786;
  font-weight: normal;
}.places-autocomplete__wrapper {
  position: relative;
}
.places-autocomplete__dropdown {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 5px;
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #d8dbe1;
  box-shadow: 0 4px 11px hsla(0, 0%, 0%, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.places-autocomplete__option {
  padding: 10px 15px;
  cursor: pointer;
  transition: 0.2s background-color ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.places-autocomplete__option:hover {
  background-color: #f0f0f5;
}
.places-autocomplete__option-main {
  color: #272c3f;
  font-weight: 500;
  font-size: 14px;
}
.places-autocomplete__option-secondary {
  color: #717786;
  font-size: 12px;
}
.places-autocomplete__loading {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #d1d1d9;
  border-top-color: #272c3f;
  border-radius: 50%;
  animation: places-autocomplete-spin 0.8s linear infinite;
}

@keyframes places-autocomplete-spin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}.radio-wrapper {
  /* General styling for the radio wrapper */
  display: flex;
  align-items: center;
}
.radio-wrapper .radio-control {
  /* Hidden radio input for accessibility */
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-wrapper .radio-control:disabled ~ .radio-button-instance {
  opacity: 0.8; /* Disabled state opacity */
  filter: grayscale(1); /* Disabled state grayscale */
  cursor: not-allowed; /* Indicate the disabled state visually */
}
.radio-wrapper .radio-control:disabled ~ .radio-button-instance .radio-button {
  opacity: 0.8; /* Disabled state opacity */
  filter: grayscale(1); /* Disabled state grayscale */
}
.radio-wrapper .radio-button-instance {
  cursor: pointer;
  /* Common styles for both checked and unchecked states */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 116px; /* Consistent width for both states */
  height: 38px; /* Consistent height for both states */
  border-radius: 4px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  flex: none;
  order: 0;
  flex-grow: 0;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, padding 0.2s ease-in-out;
  /* Unchecked state styles */
  padding: 16px 20px; /* Unchecked padding */
  background: #F7F9FF; /* Unchecked background color */
  font-family: "Manrope", sans-serif; /* Unchecked font */
  color: #334983; /* Unchecked text color */
}
.radio-wrapper {
  /* Checked state styles */
}
.radio-wrapper .radio-control:checked ~ .radio-button-instance {
  padding: 12px 16px; /* Checked padding */
  background: #334983; /* Checked background color */
  font-family: "Hauora", sans-serif; /* Checked font */
  color: #FFFFFF; /* Checked text color */
}
.radio-wrapper .radio-control:checked ~ .radio-button-instance_error {
  background: #EB5757;
}
.radio-wrapper .radio-button {
  /* Button styles for unchecked state */
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  flex: none;
  order: 0;
  flex-grow: 0;
  /* Unchecked button dimensions */
  width: 116px;
  height: 38px;
}
.radio-wrapper {
  /* Adjust dimensions for checked state */
}
.radio-wrapper .radio-control:checked ~ .radio-button-instance .radio-button {
  width: 116px; /* Checked button width */
  height: 38px; /* Checked button height */
}.form-radio-group__wrap {
  display: flex;
  justify-content: flex-start; /* Align items to the start of the container */
  align-items: center; /* Vertically center the items if needed */
  margin: 0; /* Remove outer margins */
  padding: 0; /* Remove outer padding */
}
.form-radio-group__item {
  flex-shrink: 0;
  width: auto; /* Allow items to take up only as much space as needed */
  padding: 0; /* Remove padding to eliminate spacing between buttons */
  margin: 5px; /* Remove any margins to ensure no space between buttons */
}
.form-radio-group .control-top-labels {
  margin-bottom: 12px;
}
.form-radio-group .form-label {
  color: #090c15;
  font-size: 16px;
}
.form-radio-group .description-label {
  margin-top: 10px;
  color: #090c15;
  font-size: 12px;
}.form-group .form-field {
  position: relative;
}
.form-group .input-file-name {
  padding-right: 100px;
}
.form-group .show-password-button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-10px, -50%);
  line-height: 0;
  color: #999999;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s color ease-in-out, 0.2s opacity ease-in-out;
}
.form-group .show-password-button.active {
  opacity: 1;
  visibility: visible;
}
.form-group .show-password-button:hover {
  color: #334983;
}
.form-group .show-password-button svg {
  stroke: currentColor;
}
.form-group .remove-button {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(-10px, -50%);
  line-height: 0;
}.checkbox-wrapper.has-error .checkbox-container .checkmark {
  border-color: #ff4242;
}

.checkbox-container {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
  cursor: pointer;
  user-select: none;
}
.checkbox-container-text {
  margin-left: 8px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #090c15;
}
.checkbox-container .checkbox-control {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  user-select: none;
}
.checkbox-container .checkbox-control:checked ~ .checkmark {
  background-color: rgba(51, 73, 131, 0.05);
  border-color: #334983;
}
.checkbox-container .checkbox-control:checked ~ .checkmark > svg {
  display: block;
}
.checkbox-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: 1px solid #d1d1d9;
  border-radius: 4px;
}
.checkbox-container .checkmark svg {
  display: none;
  position: absolute;
  transform: scale(0.8) translate(3px, 3px);
}
.checkbox-container .checkmark svg path {
  fill: #334983;
}.file-uploader-widget {
  position: relative;
  width: auto;
}
.file-uploader-widget .file-uploader-wrapper {
  font-size: 14px;
  font-weight: 600;
  color: #090c15;
  border-radius: 8px;
  border: 1px dashed #e9e9e9;
  transition: 0.2s border-color ease-in-out;
}
.file-uploader-widget .file-uploader-wrapper:hover {
  border-color: #334983;
}
.file-uploader-widget .file-uploader-wrapper_hide {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.file-uploader-widget .file-drop-area {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 25px;
  transition: 0.2s background-color ease-in-out;
}
.file-uploader-widget .file-drop-area.is-active {
  background-color: rgba(51, 73, 131, 0.05);
}
.file-uploader-widget .file-drop-area-wrap {
  min-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.file-uploader-widget .file-accept-label {
  margin-top: 5px;
  font-size: 13px;
  font-weight: normal;
  color: #717786;
  text-align: center;
}
.file-uploader-widget .choose-file-btn {
  flex-shrink: 0;
  color: #334983;
}
.file-uploader-widget .file-message {
  margin-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-uploader-widget .file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.file-uploader-widget .file-input:focus {
  outline: none;
}
.file-uploader-widget progress {
  min-width: 250px;
  transition: all 500ms;
  width: 100%;
}
.file-uploader-widget progress::-webkit-progress-value {
  transition: width 1s;
}
.file-uploader-widget progress::-moz-progress-bar {
  transition: padding-bottom 1s;
  padding-bottom: var(--value);
  transform-origin: 0 0;
  transform: rotate(-90deg) translateX(-15px);
  padding-left: 15px;
}
.file-uploader-widget .file-progress {
  margin-top: 15px;
}
.file-uploader-widget .file-progress-bar {
  position: relative;
  height: 4px;
  border-radius: 2px;
  overflow: hidden;
  background-color: #f8f8f8;
}
.file-uploader-widget .file-progress-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #334983;
  border-radius: 2px;
}
.file-uploader-widget .file-progress-value {
  font-size: 14px;
  font-weight: 600;
}

.file-uploader-info {
  display: flex;
  align-items: center;
}
.file-uploader-info-icon {
  flex-shrink: 0;
  margin-right: 16px;
  width: 58px;
  height: 58px;
  border-radius: 4px;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.file-uploader-info-icon-i {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.file-uploader-info-content {
  flex-shrink: 0;
  width: calc(100% - 134px);
}
.file-uploader-info-name {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.file-uploader-info-size {
  font-size: 13px;
  color: #717786;
}
.file-uploader-info-delete {
  flex-shrink: 0;
  margin-left: 16px;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 4px;
  background: #f8f8f8;
  border: 0 none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s background ease-in-out;
}
.file-uploader-info-delete:hover {
  background: rgba(255, 66, 66, 0.2);
}
.file-uploader-info-delete-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}.alert-message {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.alert-message svg {
  margin-right: 6px;
}
.alert-message.success span {
  color: #259D22;
}
.alert-message.error span {
  color: #E85B5B;
}
.alert-message.neutral span {
  color: #111111;
}.order-verify__email {
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .order-verify__email {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .order-verify__email {
    font-size: 16px;
  }
}
.order-verify__text {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}
.order-verify__btn-link {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: underline;
  color: #000921;
  cursor: pointer;
}
.order-verify__navigation {
  display: flex;
  justify-content: space-between;
}
.order-verify__field-uppercase {
  text-transform: uppercase;
}
.order-verify__field-uppercase::-webkit-input-placeholder {
  text-transform: none;
}
.order-verify__field-uppercase::-moz-placeholder {
  text-transform: none;
}
.order-verify__field-uppercase:-moz-placeholder {
  text-transform: none;
}
.order-verify__field-uppercase:-ms-input-placeholder {
  text-transform: none;
}.agreement__download-btn {
  color: #000921;
}
.agreement__content {
  padding-right: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 22px;
  -webkit-overflow-scrolling: touch;
}
.agreement__content::-webkit-scrollbar {
  width: 3px;
}
.agreement__content::-webkit-scrollbar-thumb {
  background-color: rgba(9, 12, 21, 0.2);
}
.agreement__text {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}
.agreement__text:last-child {
  margin-bottom: 0;
}
.agreement__list {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}
.agreement__list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 3px;
}
.agreement__list li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 5px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #090c15;
}
.agreement__list li:last-child {
  margin-bottom: 0;
}.purchase-card {
  position: relative;
  padding: 32px;
  cursor: pointer;
  user-select: none;
}
.purchase-card_selected {
  padding-top: 55px;
  border-width: 2px !important;
}
.purchase-card.bordered {
  border: 1px solid #cacaca;
  border-radius: 8px;
  transition: 0.2s border-radius ease-in-out, 0.2s border-color ease-in-out, 0.2s background ease-in-out;
}
.purchase-card.bordered.active {
  border-color: #334983;
  background: rgba(51, 73, 131, 0.05);
}
.purchase-card.bordered.active .purchase-card__badge {
  background-color: #334983;
  color: #ffffff;
}
.purchase-card.with-border {
  border: 2px solid #999999;
  border-radius: 8px;
}
.purchase-card.selected {
  border: 2px solid #334983;
  border-radius: 8px;
}
.purchase-card.selected .purchase-card__title {
  color: #000921;
}
.purchase-card.selected .purchase-card__price {
  color: #334983;
}
.purchase-card.selected .benefits__item {
  color: #090c15;
}
.purchase-card__badge {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 1.16;
  font-weight: 600;
  letter-spacing: 0.5pt;
  text-transform: uppercase;
  text-align: center;
  background-color: #cacaca;
  border-radius: 4px 4px 0 0;
  transition: 0.2s background-color ease-in-out, 0.2s color ease-in-out, 0.2s border-radius ease-in-out;
}
.purchase-card__title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.purchase-card__price {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  color: #334983;
}
.purchase-card__intro {
  display: flex;
  justify-content: space-between;
}
.purchase-card__benefits {
  padding: 0;
  margin: 10px 0 0;
  list-style-type: none;
}
.purchase-card .benefits__item {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: rgba(9, 12, 21, 0.6);
}.checkout-form__frame {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
}
.checkout-form__payment-button {
  width: 100%;
}
.checkout-form__badge {
  flex-shrink: 0;
}
.checkout-form__badge-image {
  display: block;
  width: 109px;
  height: 30px;
}
.checkout-form .StripeElement {
  margin-bottom: 16px;
}.order-payment-status__title {
  margin: 0;
  font-weight: 800;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .order-payment-status__title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .order-payment-status__title {
    font-size: 24px;
  }
}
.order-payment-status__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}.payment-total-info {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}
@media (min-width: 768px) {
  .payment-total-info {
    margin: 60px 0 20px;
  }
}
@media (max-width: 767px) {
  .payment-total-info {
    margin-bottom: 20px;
  }
}
.payment-total-info__item {
  margin-bottom: 4px;
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 4px;
  border: 1px solid #eaeaee;
}
.payment-total-info__item:last-child {
  margin-bottom: 0;
}
.payment-total-info__row {
  display: flex;
  justify-content: space-between;
}
.payment-total-info__value {
  margin: -1px 0;
  font-size: 18px;
  color: #334983;
}
.payment-total-info__add {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  color: #717786;
}.checkout-form__frame {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
}
.checkout-form__payment-button {
  width: 100%;
}
.checkout-form__badge {
  flex-shrink: 0;
}
.checkout-form__badge-image {
  display: block;
  width: 109px;
  height: 30px;
}
.checkout-form .StripeElement {
  margin-bottom: 16px;
}.online-payment__wrap {
  padding-bottom: 20px;
}.payment-type__nav {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
}
.payment-type__item {
  flex-shrink: 0;
  width: calc(50% - 8px);
  border: 1px solid #cacaca;
  background: transparent;
  transition: 0.2s border-color ease-in-out, 0.2s background ease-in-out;
  cursor: pointer;
}
@media (min-width: 768px) {
  .payment-type__item {
    padding: 16px 24px 16px 56px;
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .payment-type__item {
    padding: 16px 16px 16px 36px;
    border-radius: 4px;
  }
}
.payment-type__item.active {
  border-color: #334983;
  background: rgba(51, 73, 131, 0.05);
}
@media (min-width: 768px) {
  .payment-type__item.active .payment-type__item-wrap:before {
    border-width: 5px;
  }
}
@media (max-width: 767px) {
  .payment-type__item.active .payment-type__item-wrap:before {
    border-width: 4px;
  }
}
.payment-type__item-wrap {
  position: relative;
  text-align: left;
}
.payment-type__item-wrap:before {
  position: absolute;
  content: "";
  top: 0;
  border-radius: 50%;
  border: 2px solid #334983;
  transition: 0.2s border-width ease-in-out;
}
@media (min-width: 768px) {
  .payment-type__item-wrap:before {
    left: -35px;
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .payment-type__item-wrap:before {
    left: -24px;
    width: 14px;
    height: 14px;
  }
}
.payment-type__item-title {
  line-height: 1.2;
  font-weight: bold;
  color: #334983;
}
@media (min-width: 768px) {
  .payment-type__item-title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .payment-type__item-title {
    font-size: 12px;
  }
}.success-box {
  padding: 15% 0 50px;
  text-align: center;
}
.success-box__image {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .success-box__image {
    width: 310px;
  }
}
@media (max-width: 767px) {
  .success-box__image {
    max-width: 310px;
    width: 100%;
  }
}
.success-box__title {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
}
.success-box__text {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #717786;
}@media (min-width: 768px) {
  .federal-providers {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .federal-providers {
    margin-bottom: 20px;
  }
}
.federal-providers__row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .federal-providers__row {
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .federal-providers__row {
    gap: 12px;
  }
}
.federal-providers__button {
  flex-shrink: 1;
  flex-grow: 1;
}
.federal-providers__button .btn__icon path {
  transition: 0.2s fill ease-in-out;
}
.federal-providers__button_amazon .btn__icon {
  margin-bottom: -4px;
}
.federal-providers__button_amazon:hover, .federal-providers__button_amazon:active {
  background: #FF9900;
  border-color: #FF9900;
  color: #ffffff;
}
.federal-providers__button_amazon:hover .btn__icon path, .federal-providers__button_amazon:active .btn__icon path {
  fill: #ffffff;
}
.federal-providers__button_google:hover, .federal-providers__button_google:active {
  background: #5383EC;
  border-color: #5383EC;
  color: #ffffff;
}
.federal-providers__button_google:hover .btn__icon path, .federal-providers__button_google:active .btn__icon path {
  fill: #ffffff;
}
.federal-providers__button_apple:hover, .federal-providers__button_apple:active {
  background: #090c15;
  border-color: #090c15;
  color: #ffffff;
}
.federal-providers__button_apple:hover .btn__icon path, .federal-providers__button_apple:active .btn__icon path {
  fill: #ffffff;
}.login-form {
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .login-form__title {
    margin: 0 0 10px;
    line-height: 1.2;
    font-weight: 600;
  }
}
@media (min-width: 1024px) {
  .login-form__title {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .login-form__title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .login-form__title {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
  }
}
.login-form__subtitle {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .login-form__subtitle {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .login-form__subtitle {
    margin-bottom: 16px;
  }
}
.login-form__label {
  font-weight: 700;
}
@media (min-width: 768px) {
  .login-form__label {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .login-form__label {
    margin-bottom: 16px;
    font-size: 14px;
  }
}
.login-form__forgot-password {
  float: right;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  color: #090c15;
  text-decoration: none;
  transition: 0.2s color ease-in-out;
}
@media (min-width: 768px) {
  .login-form__forgot-password {
    margin-top: 2px;
  }
}
.login-form__forgot-password:hover {
  color: #334983;
}
.login-form__info {
  margin-bottom: 12px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .login-form__info {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .login-form__info {
    font-size: 12px;
  }
}
.login-form__info a {
  color: #334983;
  text-decoration: none;
  transition: 0.2s color ease-in-out;
}
.login-form__info a:hover {
  color: #090c15;
}
.login-form__error {
  margin-bottom: 20px;
}.password-validity {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.password-validity-item {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 12px;
}
.password-validity-item:last-child {
  margin-bottom: 0;
}
.password-validity-item__icon-wr {
  margin-right: 5px;
}
.password-validity-item__icon {
  width: 18px;
  height: 18px;
}
.password-validity-item__text {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  font-weight: 400;
  color: #000921;
}.register-form {
  flex-shrink: 0;
  width: 100%;
}
.register-form__head {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .register-form__title {
    margin: 0 0 10px;
    line-height: 1.2;
    font-weight: 600;
  }
}
@media (min-width: 1024px) {
  .register-form__title {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .register-form__title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .register-form__title {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
  }
}
.register-form__subtitle {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .register-form__subtitle {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .register-form__subtitle {
    margin-bottom: 16px;
  }
}
.register-form__label {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
}
.register-form__info {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}
.register-form__info a {
  color: #334983;
  text-decoration: none;
  transition: 0.2s color ease-in-out;
}
.register-form__info a:hover {
  color: #090c15;
}
.register-form__privacy {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}
.register-form__privacy a {
  display: inline-block;
  line-height: 1.1;
  border-bottom: 1px solid rgba(9, 12, 21, 0.3);
  color: #090c15;
  text-decoration: none;
  transition: 0.2s color ease-in-out, 0.2s border-color ease-in-out;
}
.register-form__privacy a:hover {
  color: #334983;
  border-color: rgba(51, 73, 131, 0.3);
}
.register-form__error-message {
  margin-bottom: 20px;
}
.register-form__error-message:last-child {
  margin-bottom: 0;
}.forgot-password-form {
  flex-shrink: 0;
  width: 100%;
}
.forgot-password-form__head {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .forgot-password-form__title {
    margin: 0 0 10px;
    line-height: 1.2;
    font-weight: 600;
  }
}
@media (min-width: 1024px) {
  .forgot-password-form__title {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .forgot-password-form__title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .forgot-password-form__title {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
  }
}
.forgot-password-form__text {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}
.forgot-password-form__info {
  margin-top: 40px;
  line-height: 1.4;
  font-weight: 600;
}
@media (min-width: 768px) {
  .forgot-password-form__info {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .forgot-password-form__info {
    font-size: 12px;
  }
}
.forgot-password-form__info a {
  color: #334983;
  text-decoration: none;
  transition: 0.2s color ease-in-out;
}
.forgot-password-form__info a:hover {
  color: #090c15;
}.mfa {
  width: 100%;
}
.mfa__title {
  margin: 0 0 8px;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .mfa__title {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mfa__title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .mfa__title {
    font-size: 24px;
  }
}
.mfa__title_bottom-offset {
  margin: 0 0 40px;
}
.mfa__description {
  margin: 0 0 40px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #000921;
}
.mfa__step-text {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  color: #000921;
}
.mfa__step-text a {
  color: #334983;
}
.mfa__step-text a:hover {
  color: #000921;
}
.mfa__secret-label {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}
.mfa__secret-value {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #717786;
  word-wrap: break-word;
  max-width: 100%;
}
.mfa__qr-code-image {
  width: 170px;
  height: auto;
}
.mfa .fields-group {
  margin-bottom: 32px;
}.mfa-success__title {
  margin: 0 0 8px;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .mfa-success__title {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mfa-success__title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .mfa-success__title {
    font-size: 24px;
  }
}
.mfa-success__description {
  margin: 0 0 40px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #000921;
}.project-progress__title {
  font-weight: 800;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .project-progress__title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .project-progress__title {
    font-size: 24px;
  }
}
.project-progress__title {
  margin: 0 0 20px;
  word-break: break-word;
}

.progress-accordion {
  border: 0 none !important;
  background-color: transparent !important;
}
.progress-accordion .rc-collapse-expand-icon {
  display: none;
}
.progress-accordion .rc-collapse-item {
  margin-bottom: 4px;
  border-top: 0 none !important;
}
.progress-accordion .rc-collapse-content,
.progress-accordion .rc-collapse-panel {
  padding: 0;
  background-color: transparent;
}
.progress-accordion .rc-collapse-content > .rc-collapse-content-box, .progress-accordion .rc-collapse-content > .rc-collapse-body,
.progress-accordion .rc-collapse-panel > .rc-collapse-content-box,
.progress-accordion .rc-collapse-panel > .rc-collapse-body {
  margin: 0;
}
@media (min-width: 768px) {
  .progress-accordion .inner {
    display: flex;
    justify-content: flex-start;
  }
}
.progress-accordion__body {
  width: 100%;
  margin-top: 4px;
  border-radius: 4px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .progress-accordion__body {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .progress-accordion__body {
    padding: 15px 10px;
  }
}
@media (max-width: 767px) {
  .progress-accordion__body.row-info-wrapper {
    display: flex;
  }
}
@media (max-width: 767px) {
  .progress-accordion__body .inner {
    display: flex;
  }
}
.progress-accordion__body .row-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .progress-accordion__body .row-info-wrapper {
    display: flex;
  }
}
.progress-accordion__body .row-info-wrapper__list, .progress-accordion__body .row-info-wrapper__html-text ul, .progress-accordion__body .row-info-wrapper__html-text ol {
  padding-left: 15px;
  margin-top: 5px;
}
.progress-accordion__body .row-info-wrapper__info {
  align-self: center;
}
.progress-accordion__body .row-info-wrapper__info .fields-group:last-child {
  margin-bottom: 0;
}
.progress-accordion__body .row-info-wrapper__icon {
  margin-right: 12px;
}
.progress-accordion__body .row-info-wrapper__icon svg {
  display: block;
}
@media (max-width: 767px) {
  .progress-accordion__body .row-info-wrapper__icon svg {
    width: 28px;
    height: 28px;
  }
}
.progress-accordion__body .row-info-wrapper__title {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}
.progress-accordion__body .row-info-wrapper__text, .progress-accordion__body .row-info-wrapper__list-item {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #000921;
  opacity: 0.7;
}
.progress-accordion__body .row-info-wrapper__html-text * {
  margin: 0;
}
.progress-accordion__body .body-item {
  flex: 1;
}
@media (max-width: 767px) {
  .progress-accordion__body .body-item {
    padding-left: 40px;
    margin-bottom: 40px;
  }
  .progress-accordion__body .body-item:last-child {
    margin-bottom: 0;
  }
}
.progress-accordion__body .body-item__info-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.progress-accordion__body .body-item__info-block.right-padding {
  padding-right: 20px;
}
.progress-accordion__body .body-item__info-block:last-child {
  margin-bottom: 0;
}
.progress-accordion__body .body-item__title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #000921;
  margin-top: 0;
  margin-bottom: 20px;
}
.progress-accordion__body .body-item__label {
  font-size: 10px;
  line-height: 1.4;
  font-weight: 400;
  color: #000921;
  opacity: 0.45;
}
.progress-accordion__body .body-item__text {
  font-size: 14px;
  line-height: 1.1;
  font-weight: 600;
  color: #000921;
}
.progress-accordion__expand-btn {
  border-radius: 50%;
  padding: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(51, 73, 131, 0.1);
  margin-left: 10px;
}
.progress-accordion__expand-btn:hover {
  background-color: rgba(51, 73, 131, 0.3);
}
.progress-accordion .panel-header {
  display: block !important;
  padding: 0 !important;
  cursor: pointer !important;
}
.progress-accordion .panel-header[aria-disabled=false] {
  cursor: default;
}
.progress-accordion .panel-header[aria-expanded=true] .progress-accordion__button {
  border-bottom: 0;
}
.progress-accordion__button {
  display: flex;
  justify-content: space-between;
  padding: 18px;
  background-color: #ffffff;
  border-radius: 4px;
}
.progress-accordion__heading-left {
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  padding-left: 32px;
}
.progress-accordion__heading-left-footer {
  margin-top: 15px;
}
.progress-accordion__heading-right {
  flex-shrink: 0;
  margin-left: 30px;
}
.progress-accordion__heading-left-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.progress-accordion__heading-left-icon svg {
  display: block;
}
.progress-accordion__heading-title {
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .progress-accordion__heading-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .progress-accordion__heading-title {
    font-size: 16px;
  }
}
.progress-accordion__heading-title {
  color: #090c15;
  margin: 0;
}
.progress-accordion__heading-text {
  padding-top: 6px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #090c15;
  opacity: 0.7;
}.rc-collapse-motion {
  transition: height 0.3s, opacity 0.3s;
}
.rc-collapse-panel-hidden {
  display: none;
}
.rc-collapse {
  background-color: #f7f7f7;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
}
.rc-collapse > .rc-collapse-item {
  border-top: 1px solid #d9d9d9;
}
.rc-collapse > .rc-collapse-item:first-child {
  border-top: none;
}
.rc-collapse > .rc-collapse-item > .rc-collapse-header {
  display: flex;
  align-items: center;
  line-height: 22px;
  padding: 10px 16px;
  color: #666;
  cursor: pointer;
}
.rc-collapse > .rc-collapse-item > .rc-collapse-header .arrow {
  display: inline-block;
  content: '\20';
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #666;
  vertical-align: middle;
  margin-right: 8px;
}
.rc-collapse > .rc-collapse-item > .rc-collapse-header .rc-collapse-extra {
  margin: 0 16px 0 auto;
}
.rc-collapse > .rc-collapse-item .rc-collapse-collapsible-header {
  cursor: default;
}
.rc-collapse > .rc-collapse-item .rc-collapse-collapsible-header .rc-collapse-title {
  cursor: pointer;
}
.rc-collapse > .rc-collapse-item .rc-collapse-collapsible-header .rc-collapse-expand-icon {
  cursor: pointer;
}
.rc-collapse > .rc-collapse-item .rc-collapse-collapsible-icon {
  cursor: default;
}
.rc-collapse > .rc-collapse-item .rc-collapse-collapsible-icon .rc-collapse-expand-icon {
  cursor: pointer;
}
.rc-collapse > .rc-collapse-item-disabled > .rc-collapse-header {
  cursor: not-allowed;
  color: #999;
  background-color: #f3f3f3;
}
.rc-collapse-panel {
  overflow: hidden;
  color: #666;
  padding: 0 16px;
  background-color: #fff;
}
.rc-collapse-panel > .rc-collapse-panel-box {
  margin-top: 16px;
  margin-bottom: 16px;
}
.rc-collapse-item:last-child > .rc-collapse-panel {
  border-radius: 0 0 3px 3px;
}
.rc-collapse > .rc-collapse-item-active > .rc-collapse-header .arrow {
  position: relative;
  top: 2px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #666;
  margin-right: 6px;
}
@media (min-width: 1160px) {
  .payment-chooser__wrap {
    display: flex;
    margin: 0 -6px;
    padding: 4px 0;
  }
}
@media (min-width: 1160px) {
  .payment-chooser__wrap_col-3 .payment-chooser__col {
    width: 33.333333%;
  }
}
@media (min-width: 1160px) {
  .payment-chooser__wrap_col-3 .payment-chooser__item.selected {
    margin: -16px 0;
    padding-top: 47px;
    padding-bottom: 47px;
  }
}
@media (min-width: 768px) {
  .payment-chooser__wrap_col-2 {
    display: flex;
    margin: 0 -6px;
    padding: 4px 0;
  }
}
@media (min-width: 768px) {
  .payment-chooser__wrap_col-2 .payment-chooser__col {
    width: 50%;
    flex-shrink: 0;
    display: flex;
    padding: 0 6px;
    margin: 0;
  }
}
@media (min-width: 1160px) {
  .payment-chooser__wrap_col-1 {
    width: 33.333333%;
  }
}
@media (min-width: 1160px) {
  .payment-chooser__col {
    flex-shrink: 0;
    display: flex;
    width: 33.333333%;
    padding: 0 6px;
  }
}
@media (max-width: 1159px) {
  .payment-chooser__col {
    margin-bottom: 20px;
  }
  .payment-chooser__col:last-child {
    margin-bottom: 0;
  }
}
.payment-chooser__item {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #eaeaee;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s border-color ease-in-out;
}
@media (min-width: 768px) {
  .payment-chooser__item {
    padding: 32px 24px;
  }
}
@media (max-width: 767px) {
  .payment-chooser__item {
    padding: 16px;
  }
}
.payment-chooser__item.active {
  border-color: #334983;
}
.payment-chooser__item.active .payment-chooser__item-badge {
  color: #ffffff;
  background-color: #334983;
}
.payment-chooser__item.selected {
  border-width: 2px;
}
@media (min-width: 768px) {
  .payment-chooser__item.selected {
    padding: 31px 23px;
  }
}
@media (max-width: 767px) {
  .payment-chooser__item.selected {
    padding: 40px 15px 15px;
  }
}
.payment-chooser__item-image img {
  width: 40px;
}
.payment-chooser__item-image {
  margin-bottom: 10px;
}
.payment-chooser__item-badge {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 6px;
  font-size: 10px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  background-color: #eaeaee;
  border-radius: 2px 2px 0 0;
  transition: 0.2s background-color ease-in-out, 0.2s color ease-in-out;
}
.payment-chooser__item-most-popular {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5px 8px;
  margin-left: 5px;
  gap: 8px;
  width: 80px;
  height: 23px;
  background: #F6F9FF;
  border-radius: 48px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  color: #334983;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.payment-chooser__item-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .payment-chooser__item-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .payment-chooser__item-title {
    margin-bottom: 5px;
  }
}
.payment-chooser__item-footer {
  margin-top: auto;
  flex-shrink: 0;
}
.payment-chooser__item-price {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  color: #334983;
}
.payment-chooser__item-button_disabled {
  pointer-events: none;
}
.payment-chooser__options {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  color: #717786;
}
.payment-chooser__options-item span {
  display: block;
  color: #090c15;
  font-weight: bold;
}.text-red {
  color: red;
}

.project-details {
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 1440px) {
  .project-details {
    display: flex;
  }
}
.project-details__loading {
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 1440px) {
  .project-details__body {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media (min-width: 1440px) {
  .project-details__aside {
    flex-shrink: 0;
    min-width: 282px;
    width: 30%;
    max-width: 550px;
    margin-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .project-details__aside {
    padding-top: 11px;
  }
}
.project-details__nav-item {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #717786;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  user-select: none;
  outline: 0 none;
  transition: 0.2s background ease-in-out, 0.2s border-color ease-in-out, 0.2s color ease-in-out;
}
@media (min-width: 768px) {
  .project-details__nav-item {
    padding: 16px 20px;
  }
}
@media (max-width: 767px) {
  .project-details__nav-item {
    position: relative;
    padding: 14px 44px 14px 12px;
  }
  .project-details__nav-item:after {
    content: "";
    position: absolute;
    top: 21px;
    right: 17px;
    border-style: solid;
    border-width: 5px 4px 0;
    border-color: #717786 transparent transparent;
  }
}
.project-details__nav-item:hover {
  background: rgba(255, 255, 255, 0.9);
}
.project-details__nav-item.active {
  color: #090c15;
  border-color: rgba(9, 12, 21, 0.1);
  background: #ffffff;
}
.project-details__nav-item[disabled] {
  cursor: default;
  pointer-events: none;
}
.project-details__nav-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.project-details__delete {
  width: 100%;
  display: flex;
  align-items: center;
  border: 0 none;
  outline: 0 none;
  font-size: 14px;
  font-weight: 600;
  color: #eb5757;
  background: none;
  border-radius: 4px;
  transition: 0.2s background ease-in-out;
  cursor: pointer;
}
@media (min-width: 768px) {
  .project-details__delete {
    padding: 16px 20px;
  }
}
@media (max-width: 767px) {
  .project-details__delete {
    padding: 12px 12px 12px 14px;
  }
}
@media (min-width: 1024px) {
  .project-details__delete:hover {
    background: rgba(235, 87, 87, 0.1);
  }
}
.project-details__delete-icon {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .project-details__delete-icon {
    margin-right: 10px;
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .project-details__delete-icon {
    margin-right: 7px;
    width: 20px;
    height: 20px;
  }
}
.project-details__head {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .project-details__head {
    margin-bottom: 20px;
    padding: 24px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid rgba(9, 12, 21, 0.1);
  }
}
@media (max-width: 767px) {
  .project-details__head {
    margin: -20px -20px 8px;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(9, 12, 21, 0.1);
  }
}
@media (min-width: 768px) {
  .project-details__head-wrap {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media (min-width: 768px) {
  .project-details__head-aside {
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .project-details__head-aside {
    margin-top: 12px;
  }
}
.project-details__title {
  margin: 0 0 5px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
}
.project-details__subtitle {
  font-size: 14px;
  font-weight: bold;
  color: #6a7380;
}
.project-details__badge {
  padding: 8px 12px;
  line-height: 1.4;
  font-weight: 700;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .project-details__badge {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .project-details__badge {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .project-details__badge {
    display: inline-flex;
    font-size: 14px;
  }
}
.project-details__badge.created {
  color: #334983;
  background: #f6f9ff;
}
.project-details__badge.error {
  color: #ff4242;
  background-color: rgba(255, 66, 66, 0.05);
}
.project-details__badge.success {
  color: #3ec99f;
  background-color: rgba(62, 201, 159, 0.1);
}
.project-details__badge.quote-ready, .project-details__badge.warning {
  color: #fc8e51;
  background-color: rgba(252, 142, 81, 0.05);
}
.project-details__widget {
  border-radius: 4px;
  border: 1px solid rgba(9, 12, 21, 0.1);
  background-color: #ffffff;
}
@media (min-height: 700px) and (min-width: 1260px) {
  .project-details__widget {
    position: sticky;
    top: 0;
  }
}
@media (min-width: 1440px) {
  .project-details__widget {
    padding: 10%;
    text-align: center;
  }
}
@media (min-width: 1260px) and (max-width: 1439px) {
  .project-details__widget {
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .project-details__widget {
    display: flex;
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .project-details__widget-image {
    margin-bottom: 20px;
  }
}
@media (min-width: 1260px) and (max-width: 1439px) {
  .project-details__widget-image {
    width: 230px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .project-details__widget-image {
    flex-shrink: 0;
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .project-details__widget-image {
    width: 130px;
  }
}
@media (min-width: 1440px) {
  .project-details__widget-image .animation-image {
    margin-top: -30px;
  }
}
@media (min-width: 1260px) {
  .project-details__widget-image-i {
    width: 162px;
    height: 162px;
  }
}
@media (min-width: 1024px) and (max-width: 1259px) {
  .project-details__widget-image-i {
    width: 142px;
    height: 142px;
  }
}
.project-details__widget-title {
  margin-bottom: 8px;
  line-height: 1.2;
  font-weight: bold;
  color: #334983;
}
@media (min-width: 1260px) {
  .project-details__widget-title {
    font-size: 18px;
  }
}
@media (max-width: 1259px) {
  .project-details__widget-title {
    font-size: 14px;
  }
}
.project-details__widget-text {
  line-height: 1.4;
  font-weight: 500;
  color: #717786;
}
@media (min-width: 1260px) {
  .project-details__widget-text {
    font-size: 14px;
  }
}
@media (max-width: 1259px) {
  .project-details__widget-text {
    font-size: 12px;
  }
}
@media (min-width: 1260px) {
  .project-details__widget-footer {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .project-details__widget-footer {
    margin-top: 20px;
  }
}
.project-details__widget-button {
  min-width: 162px;
}
@media (min-width: 1440px) {
  .project-details__widget-button {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .project-details__content {
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .project-details__content-aside {
    flex-shrink: 0;
    margin-right: 16px;
  }
}
@media (min-width: 1260px) {
  .project-details__content-aside {
    min-width: 222px;
    max-width: 400px;
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .project-details__content-aside {
    width: 195px;
  }
}
@media (min-height: 700px) and (min-width: 1260px) {
  .project-details__content-aside {
    position: sticky;
    top: 0;
  }
}
@media (min-width: 1260px) {
  .project-details__content-body {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .project-details__content-body {
    flex-shrink: 0;
    width: calc(100% - 211px);
  }
}
@media (min-width: 768px) {
  .project-details__panel {
    margin-bottom: 11px;
    border-radius: 4px;
    border: 1px solid rgba(9, 12, 21, 0.1);
    background-color: #ffffff;
  }
}
@media (max-width: 767px) {
  .project-details__panel {
    margin-bottom: 20px;
  }
}
.project-details__panel:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .project-details__panel-wrap {
    display: flex;
    padding: 28px;
  }
}
.project-details__panel-footer {
  display: flex;
  border-top: 1px solid rgba(9, 12, 21, 0.1);
}
@media (min-width: 768px) {
  .project-details__panel-footer {
    padding: 28px;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .project-details__panel-footer {
    flex-direction: column;
    padding-top: 16px;
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .project-details__panel-footer .project-details__panel-button {
    flex-shrink: 0;
    width: calc(50% - 6px);
  }
}
@media (min-width: 768px) {
  .project-details__panel-footer .project-details__panel-button:first-child:last-child {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .project-details__panel-main {
    flex-grow: 1;
    flex-shrink: 1;
    position: relative;
    padding-left: 34px;
  }
}
.project-details__panel-aside {
  flex-shrink: 0;
  margin-left: 20px;
}
.project-details__panel-button {
  min-width: 134px;
}
@media (max-width: 767px) {
  .project-details__panel-button {
    width: 100%;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .project-details__panel-button:last-child {
    margin-bottom: 0;
  }
}
.project-details__panel-icon {
  position: absolute;
  top: 3px;
  left: 0;
}
.project-details__panel-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}
.project-details__panel-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
}
.project-details__panel-text {
  font-size: 12px;
  font-weight: 500;
  color: #717786;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .project-details__panel-text {
    line-height: 1.16;
  }
}
@media (max-width: 767px) {
  .project-details__panel-text {
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .project-details__tab {
    margin-top: -1px;
    padding: 16px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid rgba(9, 12, 21, 0.1);
  }
}
@media (min-width: 768px) {
  .project-details__section {
    padding: 28px;
    border-radius: 4px;
    border: 1px solid rgba(9, 12, 21, 0.1);
    background-color: #ffffff;
  }
}
@media (min-width: 768px) {
  .project-details__section_upselling {
    margin-top: 10px;
    padding: 28px;
    border-radius: 4px;
    border: 1px solid rgba(9, 12, 21, 0.1);
    background-color: #ffffff;
  }
}
.project-details__section_upselling .payment-chooser__wrap {
  background: #F6F9FF;
  padding: 10px;
}
.project-details__section_upselling .payment-chooser .project-details__panel-text {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.project-details__section_upselling .payment-chooser .project-details__panel-text svg {
  margin-right: 5px;
}
.project-details__section_upselling .payment-chooser .project-details__panel-text svg path {
  fill: url(#pricingGradient);
}
.project-details__section_upselling .payment-chooser .project-details__panel-text span {
  background: linear-gradient(90.04deg, #7083D9 22.61%, #334983 72.14%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.project-details__info {
  padding-bottom: 40px;
  text-align: center;
}
.project-details__info-image {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}
.project-details__info-content {
  width: 80%;
  margin: 0 auto;
}
.project-details__info-title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}
.project-details__info-text {
  font-size: 12px;
  line-height: 1.5;
  color: #717786;
}
.project-details__file {
  display: flex;
  align-items: center;
}
.project-details__file-icon {
  flex-shrink: 0;
  margin-right: 16px;
  width: 58px;
  height: 58px;
  border-radius: 4px;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-details__file-icon-i {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.project-details__file-icon-i_md {
  width: 26px;
  height: auto;
}
.project-details__file-wrap {
  flex-shrink: 0;
  width: calc(100% - 74px);
}
.project-details__file-name {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #090c15;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 1260px) {
  .project-details__file-name {
    max-width: 30vw;
  }
}
.project-details__file-size {
  font-size: 13px;
  color: #717786;
}
.project-details .fields-group {
  margin-bottom: 32px;
}
.project-details .fields-group:last-child {
  margin-bottom: 0;
}
.project-details .rc-collapse {
  border: 0 none;
  background-color: transparent;
}
.project-details .rc-collapse-item {
  border: 0 none !important;
  margin-bottom: 20px;
}
.project-details .rc-collapse-header {
  display: flex;
  flex-direction: row-reverse;
  padding: 0 !important;
  color: #090c15 !important;
  background-color: #f8f8f8;
  border-radius: 4px;
}
.project-details .rc-collapse-item-active .rc-collapse-header .arrow {
  transform: rotate(180deg);
}
.project-details .rc-collapse-expand-icon {
  flex-shrink: 0;
  margin: 0 20px;
}
.project-details .rc-collapse-expand-icon .arrow {
  top: 0 !important;
  margin: 0 !important;
  border-style: solid !important;
  border-width: 5px 4px 0 !important;
  border-color: #090c15 transparent transparent transparent !important;
}
.project-details .rc-collapse-header-text,
.project-details .rc-collapse-title {
  flex-grow: 1;
  flex-shrink: 1;
}
.project-details .rc-collapse-header-text .fields-group-title,
.project-details .rc-collapse-title .fields-group-title {
  margin: 0;
}
.project-details .rc-collapse-content,
.project-details .rc-collapse-panel {
  padding: 0;
}
.project-details .rc-collapse-content .rc-collapse-content-box,
.project-details .rc-collapse-content .rc-collapse-body,
.project-details .rc-collapse-panel .rc-collapse-content-box,
.project-details .rc-collapse-panel .rc-collapse-body {
  margin: 0;
}.faq__inner {
  display: flex;
  gap: 20px;
}
@media (max-width: 1023px) {
  .faq__inner {
    flex-direction: column;
  }
}
.faq__content {
  flex-shrink: 1;
  flex-grow: 1;
}
.faq__top {
  margin-bottom: 25px;
}
.faq__top-title {
  font-size: 24px;
  font-weight: 700;
}
.faq__aside {
  flex-shrink: 0;
}
.faq__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  border-radius: 8px;
  flex-shrink: 0;
}
@media (min-width: 1260px) {
  .faq__wrap {
    padding: 52px 130px;
  }
}
@media (min-width: 1024px) and (max-width: 1259px) {
  .faq__wrap {
    padding: 30px 50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .faq__wrap {
    padding: 30px 50px;
  }
}
@media (max-width: 767px) {
  .faq__wrap {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .faq__image {
    margin-bottom: 25px;
    width: 308px;
    height: 209px;
  }
}
@media (max-width: 767px) {
  .faq__image {
    margin-bottom: 10px;
  }
}
.faq__title {
  margin-bottom: 8px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .faq__title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .faq__title {
    font-size: 22px;
  }
}
.faq__label {
  margin-bottom: 25px;
  font-size: 14px;
  color: #898989;
  font-weight: 500;
  text-align: center;
}
.faq__label_email {
  display: block;
  color: #334983;
  text-decoration: none;
  transition: 0.2s color ease-in-out;
}
.faq__label_email:hover {
  color: #090c15;
}
@media (max-width: 767px) {
  .faq__button {
    width: 100%;
  }
}
.faq__list-item {
  margin-bottom: 40px;
}
.faq__list-item:last-child {
  margin-bottom: 0;
}
.faq__list-title {
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: bold;
}
.faq__list-text {
  font-size: 14px;
  line-height: 1.428;
  font-weight: 500;
  color: #898989;
}
.faq__list-text img {
  display: block;
  width: 100%;
  height: auto;
}
.faq__list-text p {
  margin: 0 0 15px;
}
.faq__list-text p:last-child {
  margin: 0;
}
.faq__list-text strong {
  color: #090c15;
}
.faq__list-text a {
  color: #334983;
  transition: 0.2s color ease-in-out;
}
.faq__list-text a:hover {
  color: #090c15;
}
.faq__list-text code {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0;
  padding: 10px;
  color: #090c15;
  background-color: rgba(51, 73, 131, 0.1);
  border-radius: 5px;
}
.faq__list-text ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.faq__list-text ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.faq__list-text ul li:last-child {
  margin-bottom: 0;
}
.faq__list-text ul li:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #898989;
}
.faq .rc-collapse {
  border: none;
}
.faq .rc-collapse .rc-collapse-expand-icon {
  display: none;
}
.faq .rc-collapse .rc-collapse-item {
  margin-bottom: 4px;
  border: none;
}
.faq .rc-collapse .rc-collapse-item .rc-collapse-header {
  position: relative;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  color: #090c15;
  border-radius: 8px;
  background-color: #ffffff;
  user-select: none;
}
@media (min-width: 768px) {
  .faq .rc-collapse .rc-collapse-item .rc-collapse-header {
    padding: 24px 74px 24px 32px;
  }
}
@media (max-width: 767px) {
  .faq .rc-collapse .rc-collapse-item .rc-collapse-header {
    padding: 24px 54px 24px 20px;
  }
}
.faq .rc-collapse .rc-collapse-item .rc-collapse-header:before, .faq .rc-collapse .rc-collapse-item .rc-collapse-header:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  background-color: #090c15;
  transition: 0.2s transform ease-in-out;
}
@media (min-width: 768px) {
  .faq .rc-collapse .rc-collapse-item .rc-collapse-header:before, .faq .rc-collapse .rc-collapse-item .rc-collapse-header:after {
    top: calc(50% + 1px);
    right: 34px;
  }
}
@media (max-width: 767px) {
  .faq .rc-collapse .rc-collapse-item .rc-collapse-header:before, .faq .rc-collapse .rc-collapse-item .rc-collapse-header:after {
    top: calc(50% - 1px);
    right: 26px;
  }
}
.faq .rc-collapse .rc-collapse-item .rc-collapse-header:after {
  transform: rotate(90deg);
}
.faq .rc-collapse .rc-collapse-item.rc-collapse-item-active .rc-collapse-header:after {
  transform: rotate(0deg);
}
.faq .rc-collapse .rc-collapse-content,
.faq .rc-collapse .rc-collapse-panel {
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .faq .rc-collapse .rc-collapse-content,
  .faq .rc-collapse .rc-collapse-panel {
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .faq .rc-collapse .rc-collapse-content,
  .faq .rc-collapse .rc-collapse-panel {
    padding: 0 20px;
  }
}
.faq .rc-collapse .rc-collapse-content .rc-collapse-content-box,
.faq .rc-collapse .rc-collapse-content .rc-collapse-body,
.faq .rc-collapse .rc-collapse-panel .rc-collapse-content-box,
.faq .rc-collapse .rc-collapse-panel .rc-collapse-body {
  margin: 0;
}.react-select-custom-caret {
  margin-right: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0;
  border-color: #090c15 transparent transparent transparent;
}
.react-select-custom-caret.active {
  transform: rotate(180deg);
}.source-code-info__widget {
  margin-bottom: 40px;
}
.source-code-info .rc-collapse {
  border: 0 none;
  background-color: transparent;
}
.source-code-info .rc-collapse-item {
  border: 0 none !important;
  margin-bottom: 12px;
}
.source-code-info .rc-collapse-item:last-child {
  margin-bottom: 0;
}
.source-code-info .rc-collapse-header {
  display: flex;
  flex-direction: row-reverse;
  padding: 0 !important;
  color: #090c15 !important;
  background-color: #f8f8f8;
  border-radius: 4px;
}
.source-code-info .rc-collapse-item-active .rc-collapse-header .arrow {
  transform: rotate(180deg);
}
.source-code-info .rc-collapse-expand-icon {
  flex-shrink: 0;
  margin: 0 20px;
}
.source-code-info .rc-collapse-expand-icon .arrow {
  top: 0 !important;
  margin: 0 !important;
  border-style: solid !important;
  border-width: 5px 4px 0 !important;
  border-color: #090c15 transparent transparent transparent !important;
}
.source-code-info .rc-collapse-header-text,
.source-code-info .rc-collapse-title {
  flex-grow: 1;
  flex-shrink: 1;
}
.source-code-info .rc-collapse-header-text .fields-group-title,
.source-code-info .rc-collapse-title .fields-group-title {
  margin: 0;
}
.source-code-info .rc-collapse-content,
.source-code-info .rc-collapse-panel {
  padding: 0;
}
.source-code-info .rc-collapse-content .rc-collapse-content-box,
.source-code-info .rc-collapse-content .rc-collapse-body,
.source-code-info .rc-collapse-panel .rc-collapse-content-box,
.source-code-info .rc-collapse-panel .rc-collapse-body {
  margin: 0;
}.order-info {
  flex-shrink: 0;
  margin-top: auto;
  display: flex;
  background-color: rgba(51, 73, 131, 0.05);
  border: 1px solid rgba(51, 73, 131, 0.1);
  border-radius: 4px;
}
@media (min-width: 768px) {
  .order-info {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .order-info {
    padding: 16px;
  }
}
.order-info_inverted {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .order-info_inverted .order-info__image {
    margin: 0 0 0 20px;
    width: 130px;
  }
}
@media (max-width: 767px) {
  .order-info_inverted .order-info__image {
    margin: 0 0 0 15px;
  }
}
.order-info__image {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .order-info__image {
    margin: 0 15px 0 -20px;
    width: 150px;
  }
}
@media (max-width: 767px) {
  .order-info__image {
    margin: 0 15px 0 -10px;
    width: 100px;
  }
}
.order-info__image-i {
  display: block;
  width: 100%;
  height: auto;
}
.order-info__image .animation-image {
  width: 100%;
}
.order-info__content {
  flex-grow: 1;
  flex-shrink: 1;
}
.order-info__title {
  margin-bottom: 8px;
  line-height: 1.2;
  font-weight: bold;
  color: #334983;
}
@media (min-width: 768px) {
  .order-info__title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .order-info__title {
    font-size: 16px;
  }
}
.order-info__text {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  color: #717786;
}
.order-info__text a {
  color: #334983;
  font-weight: bold;
  text-decoration: none;
  transition: 0.2s color ease-in-out;
}
.order-info__text a:hover {
  color: #090c15;
}
.order-info__footer {
  margin-top: 24px;
}
.order-info__button {
  min-width: 160px;
}.payment {
  padding-bottom: 20px;
}
.payment__item {
  margin-bottom: 16px;
  padding: 0;
  width: 100%;
  border: 0 none;
  text-align: left;
  background: transparent;
  cursor: pointer;
}
.payment__item:last-child {
  margin-bottom: 40px;
}.checkout-form__frame {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
}
.checkout-form__payment-button {
  width: 100%;
}
.checkout-form__badge {
  flex-shrink: 0;
}
.checkout-form__badge-image {
  display: block;
  width: 109px;
  height: 30px;
}
.checkout-form .StripeElement {
  margin-bottom: 16px;
}.online-payment__wrap {
  padding-bottom: 20px;
}.payment-type__nav {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
}
.payment-type__item {
  flex-shrink: 0;
  width: calc(50% - 8px);
  border: 1px solid #cacaca;
  background: transparent;
  transition: 0.2s border-color ease-in-out, 0.2s background ease-in-out;
  cursor: pointer;
}
@media (min-width: 768px) {
  .payment-type__item {
    padding: 16px 24px 16px 56px;
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .payment-type__item {
    padding: 16px 16px 16px 36px;
    border-radius: 4px;
  }
}
.payment-type__item.active {
  border-color: #334983;
  background: rgba(51, 73, 131, 0.05);
}
@media (min-width: 768px) {
  .payment-type__item.active .payment-type__item-wrap:before {
    border-width: 5px;
  }
}
@media (max-width: 767px) {
  .payment-type__item.active .payment-type__item-wrap:before {
    border-width: 4px;
  }
}
.payment-type__item-wrap {
  position: relative;
  text-align: left;
}
.payment-type__item-wrap:before {
  position: absolute;
  content: "";
  top: 0;
  border-radius: 50%;
  border: 2px solid #334983;
  transition: 0.2s border-width ease-in-out;
}
@media (min-width: 768px) {
  .payment-type__item-wrap:before {
    left: -35px;
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .payment-type__item-wrap:before {
    left: -24px;
    width: 14px;
    height: 14px;
  }
}
.payment-type__item-title {
  line-height: 1.2;
  font-weight: bold;
  color: #334983;
}
@media (min-width: 768px) {
  .payment-type__item-title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .payment-type__item-title {
    font-size: 12px;
  }
}.purchase-order__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #090c15;
}
.purchase-order__info {
  margin-top: 60px;
  padding: 24px 0;
  border-top: 2px solid rgba(202, 202, 202, 0.3);
}
.purchase-order__info-title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}
.purchase-order__info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.purchase-order__info-label {
  flex-shrink: 0;
  max-width: 50%;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}
.purchase-order__info-value {
  flex-shrink: 0;
  max-width: 50%;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  color: #334983;
}
.purchase-order .rc-collapse {
  border: 0 none;
  background-color: transparent;
}
.purchase-order .rc-collapse-item {
  border: 0 none !important;
  margin-bottom: 12px;
}
.purchase-order .rc-collapse-item:last-child {
  margin-bottom: 0;
}
.purchase-order .rc-collapse-header {
  display: flex;
  flex-direction: row-reverse;
  padding: 0 !important;
  color: #090c15 !important;
  background-color: #f8f8f8;
  border-radius: 4px;
}
.purchase-order .rc-collapse-item-active .rc-collapse-header .arrow {
  transform: rotate(180deg);
}
.purchase-order .rc-collapse-expand-icon {
  flex-shrink: 0;
  margin: 0 20px;
}
.purchase-order .rc-collapse-expand-icon .arrow {
  top: 0 !important;
  margin: 0 !important;
  border-style: solid !important;
  border-width: 5px 4px 0 !important;
  border-color: #090c15 transparent transparent transparent !important;
}
.purchase-order .rc-collapse-header-text,
.purchase-order .rc-collapse-title {
  flex-grow: 1;
  flex-shrink: 1;
}
.purchase-order .rc-collapse-header-text .fields-group-title,
.purchase-order .rc-collapse-title .fields-group-title {
  margin: 0;
}
.purchase-order .rc-collapse-content,
.purchase-order .rc-collapse-panel {
  padding: 0;
}
.purchase-order .rc-collapse-content .rc-collapse-content-box,
.purchase-order .rc-collapse-content .rc-collapse-body,
.purchase-order .rc-collapse-panel .rc-collapse-content-box,
.purchase-order .rc-collapse-panel .rc-collapse-body {
  margin: 0;
}.agreement__content {
  padding-right: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 22px;
  -webkit-overflow-scrolling: touch;
}
.agreement__content::-webkit-scrollbar {
  width: 3px;
}
.agreement__content::-webkit-scrollbar-thumb {
  background-color: rgba(9, 12, 21, 0.2);
}
.agreement__text {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}
.agreement__text:last-child {
  margin-bottom: 0;
}
.agreement__list {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}
.agreement__list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 3px;
}
.agreement__list li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 5px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #090c15;
}
.agreement__list li:last-child {
  margin-bottom: 0;
}.order-start {
  padding-bottom: 22px;
}
@media (min-width: 768px) {
  .order-start {
    min-height: calc(100vh - 275px);
    display: flex;
    flex-direction: column;
  }
}
.order-start__list {
  margin-bottom: 20px;
}
.order-start__control {
  margin-bottom: 12px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 8px;
  font-family: "Manrope", sans-serif;
  text-align: left;
  user-select: none;
  cursor: pointer;
  transition: 0.2s border-color ease-in-out, 0.2s background ease-in-out;
}
@media (min-width: 768px) {
  .order-start__control {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .order-start__control {
    padding: 16px;
  }
}
.order-start__control:hover {
  border-color: #334983;
}
.order-start__control.active {
  background: rgba(51, 73, 131, 0.05);
  border-color: #334983;
}
.order-start__control-title {
  margin-bottom: 8px;
  display: block;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  color: #090c15;
}
.order-start__control-label {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #717786;
}
.order-start__info {
  flex-shrink: 0;
  margin-top: auto;
}.change-password-success {
  padding: 15% 0 50px;
  text-align: center;
}
.change-password-success__image {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.change-password-success__title {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
}
.change-password-success__text {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #717786;
}.enable-mfa-success {
  padding: 40px 0;
}
.enable-mfa-success__image {
  margin: 0 auto 40px;
  width: 100%;
  max-width: 300px;
}
.enable-mfa-success__description {
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  color: #000921;
}

.disable-mfa-success {
  padding: 40px 0;
}
.disable-mfa-success__image {
  margin: 0 auto 40px;
  width: 100%;
  max-width: 300px;
}
.disable-mfa-success__title {
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  color: #000921;
}

.mfa-disable__image {
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 280px;
}
.mfa-disable__title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
}
.mfa-disable__text {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  color: #000921;
}