@import "https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap";
.font-weight-medium {
  font-weight: 500; }

:root {
  --blue: #2e58f0;
  --indigo: #6610f2;
  --purple: #372549;
  --pink: #EE2FA3;
  --red: #F21B3F;
  --orange: #FF7D28;
  --yellow: #FFC700;
  --green: #00A308;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #919ba3;
  --gray-dark: #2c3034;
  --gray-lighter: #fafbfd;
  --gray-light: #f2f5f7;
  --gray-mid: #f2f5f7;
  --primary: #2e58f0;
  --secondary: #FFC700;
  --success: #00A308;
  --info: #2e58f0;
  --warning: #FF7D28;
  --danger: #EE2FA3;
  --light: #f2f5f7;
  --dark: #2c3034;
  --black: #000000;
  --white: #ffffff;
  --gray: #919ba3;
  --gray-dark: #555d63;
  --blue: #2e58f0;
  --gray-lighter: #fafbfd;
  --gray-light: #f2f5f7;
  --gray-mid: #f2f5f7;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1440px;
  --breakpoint-xxl: 1800px;
  --font-family-sans-serif: "Inter", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", -apple-system, BlinkMacSystemFont;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

footer, header, section {
  display: block; }

body {
  margin: 0;
  font-family: "Inter","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji",-apple-system,BlinkMacSystemFont;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

b, strong {
  font-weight: 900; }

small {
  font-size: 80%; }

a {
  color: #000;
  text-decoration: underline;
  background-color: transparent; }

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

code {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #919ba3;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[role=button] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button; }

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type=radio], input[type=checkbox] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, #mainform .form label, .h5, .h6, #mainform .form .labels-left .form-group-row label {
  margin-bottom: .5rem;
  font-family: "Roboto",sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: auto; }

h1, .h1 {
  font-size: 3rem; }

h2, .h2 {
  font-size: 2.5rem; }

h3, .h3 {
  font-size: 2rem; }

h4, .h4, #mainform .form label {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.375rem; }

h6, .h6, #mainform .form .labels-left .form-group-row label {
  font-size: 1rem; }

.lead {
  font-size: 1.15rem;
  font-weight: 300; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1; }

small, .small {
  font-size: 80%;
  font-weight: 400; }

.img-fluid, #clients .clients-wrap ul li img, #clients .clients-wrap ul li svg {
  max-width: 100%;
  height: auto; }

code {
  font-size: 87.5%;
  color: #ee2fa3;
  word-wrap: break-word; }

a > code {
  color: inherit; }

.container, .container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 768px; } }

@media (min-width: 1024px) {
  .container {
    max-width: 1100px; } }

.row, #mainform .form .labels-left .form-group-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.col-xl-5, .col-xl-4, .col-lg, .col-lg-12, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-md, #mainform .form .labels-left .form-group-row .input, .col-md-6, #mainform .form .labels-left .form-group-row label, .col-md-2, .col, .col-12, .col-6, .col-4 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333333%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%; }

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  #mainform .form .labels-left .form-group-row label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  #mainform .form .labels-left .form-group-row .input {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; } }

@media (min-width: 1024px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-lg-1 {
    margin-left: 8.33333333%; } }

@media (min-width: 1440px) {
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000; }

.table th, .table td {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #f2f5f7; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #f2f5f7; }

.table tbody + tbody {
  border-top: 2px solid #f2f5f7; }

fieldset > div .input input[type=password], fieldset > div .input input[type=text], fieldset > div .input input[type=email], fieldset > div .input select, fieldset > div .input textarea, #mainform fieldset > div .input input[type=password], #mainform fieldset > div .input input[type=text], #mainform fieldset > div .input input[type=email], #mainform fieldset > div .input select, #mainform fieldset > div .input textarea {
  display: block;
  width: 100%;
  height: -moz-calc(1.4em + 2rem + 2px);
  height: calc(1.4em + 2rem + 2px);
  padding: 1rem 1rem;
  font-family: "Roboto",sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #acbcf9;
  border-radius: .5rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -moz-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  fieldset > div .input input[type=password], fieldset > div .input input[type=text], fieldset > div .input input[type=email], fieldset > div .input select, fieldset > div .input textarea, #mainform fieldset > div .input input[type=password], #mainform fieldset > div .input input[type=text], #mainform fieldset > div .input input[type=email], #mainform fieldset > div .input select, #mainform fieldset > div .input textarea {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; } }

fieldset > div .input input[type=password]::-ms-expand, fieldset > div .input input[type=text]::-ms-expand, fieldset > div .input input[type=email]::-ms-expand, fieldset > div .input select::-ms-expand, fieldset > div .input textarea::-ms-expand, #mainform fieldset > div .input input[type=password]::-ms-expand, #mainform fieldset > div .input input[type=text]::-ms-expand, #mainform fieldset > div .input input[type=email]::-ms-expand, #mainform fieldset > div .input select::-ms-expand, #mainform fieldset > div .input textarea::-ms-expand {
  background-color: transparent;
  border: 0; }

fieldset > div .input input[type=password]:focus, fieldset > div .input input[type=text]:focus, fieldset > div .input input[type=email]:focus, fieldset > div .input select:focus, fieldset > div .input textarea:focus, #mainform fieldset > div .input input[type=password]:focus, #mainform fieldset > div .input input[type=text]:focus, #mainform fieldset > div .input input[type=email]:focus, #mainform fieldset > div .input select:focus, #mainform fieldset > div .input textarea:focus {
  color: #000;
  background-color: #fff;
  border-color: #ee2fa3;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), #ee2fa3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), #ee2fa3; }

fieldset > div .input input[type=password]::-webkit-input-placeholder, fieldset > div .input input[type=text]::-webkit-input-placeholder, fieldset > div .input input[type=email]::-webkit-input-placeholder, fieldset > div .input select::-webkit-input-placeholder, fieldset > div .input textarea::-webkit-input-placeholder, #mainform fieldset > div .input input[type=password]::-webkit-input-placeholder, #mainform fieldset > div .input input[type=text]::-webkit-input-placeholder, #mainform fieldset > div .input input[type=email]::-webkit-input-placeholder, #mainform fieldset > div .input select::-webkit-input-placeholder, #mainform fieldset > div .input textarea::-webkit-input-placeholder {
  color: #919ba3;
  opacity: 1; }

fieldset > div .input input[type=password]:-moz-placeholder, fieldset > div .input input[type=text]:-moz-placeholder, fieldset > div .input input[type=email]:-moz-placeholder, fieldset > div .input select:-moz-placeholder, fieldset > div .input textarea:-moz-placeholder, #mainform fieldset > div .input input[type=password]:-moz-placeholder, #mainform fieldset > div .input input[type=text]:-moz-placeholder, #mainform fieldset > div .input input[type=email]:-moz-placeholder, #mainform fieldset > div .input select:-moz-placeholder, #mainform fieldset > div .input textarea:-moz-placeholder {
  color: #919ba3;
  opacity: 1; }

fieldset > div .input input[type=password]::-moz-placeholder, fieldset > div .input input[type=text]::-moz-placeholder, fieldset > div .input input[type=email]::-moz-placeholder, fieldset > div .input select::-moz-placeholder, fieldset > div .input textarea::-moz-placeholder, #mainform fieldset > div .input input[type=password]::-moz-placeholder, #mainform fieldset > div .input input[type=text]::-moz-placeholder, #mainform fieldset > div .input input[type=email]::-moz-placeholder, #mainform fieldset > div .input select::-moz-placeholder, #mainform fieldset > div .input textarea::-moz-placeholder {
  color: #919ba3;
  opacity: 1; }

fieldset > div .input input[type=password]:-ms-input-placeholder, fieldset > div .input input[type=text]:-ms-input-placeholder, fieldset > div .input input[type=email]:-ms-input-placeholder, fieldset > div .input select:-ms-input-placeholder, fieldset > div .input textarea:-ms-input-placeholder, #mainform fieldset > div .input input[type=password]:-ms-input-placeholder, #mainform fieldset > div .input input[type=text]:-ms-input-placeholder, #mainform fieldset > div .input input[type=email]:-ms-input-placeholder, #mainform fieldset > div .input select:-ms-input-placeholder, #mainform fieldset > div .input textarea:-ms-input-placeholder {
  color: #919ba3;
  opacity: 1; }

fieldset > div .input input[type=password]::-ms-input-placeholder, fieldset > div .input input[type=text]::-ms-input-placeholder, fieldset > div .input input[type=email]::-ms-input-placeholder, fieldset > div .input select::-ms-input-placeholder, fieldset > div .input textarea::-ms-input-placeholder, #mainform fieldset > div .input input[type=password]::-ms-input-placeholder, #mainform fieldset > div .input input[type=text]::-ms-input-placeholder, #mainform fieldset > div .input input[type=email]::-ms-input-placeholder, #mainform fieldset > div .input select::-ms-input-placeholder, #mainform fieldset > div .input textarea::-ms-input-placeholder {
  color: #919ba3;
  opacity: 1; }

fieldset > div .input input[type=password]::placeholder, fieldset > div .input input[type=text]::placeholder, fieldset > div .input input[type=email]::placeholder, fieldset > div .input select::placeholder, fieldset > div .input textarea::placeholder, #mainform fieldset > div .input input[type=password]::placeholder, #mainform fieldset > div .input input[type=text]::placeholder, #mainform fieldset > div .input input[type=email]::placeholder, #mainform fieldset > div .input select::placeholder, #mainform fieldset > div .input textarea::placeholder {
  color: #919ba3;
  opacity: 1; }

fieldset > div .input input[type=password]:disabled, fieldset > div .input input[type=text]:disabled, fieldset > div .input input[type=email]:disabled, fieldset > div .input select:disabled, fieldset > div .input textarea:disabled, #mainform fieldset > div .input input[type=password]:disabled, #mainform fieldset > div .input input[type=text]:disabled, #mainform fieldset > div .input input[type=email]:disabled, #mainform fieldset > div .input select:disabled, #mainform fieldset > div .input textarea:disabled, fieldset > div .input input[readonly][type=password], fieldset > div .input input[readonly][type=text], fieldset > div .input input[readonly][type=email], fieldset > div .input select[readonly], fieldset > div .input textarea[readonly], #mainform fieldset > div .input input[readonly][type=password], #mainform fieldset > div .input input[readonly][type=text], #mainform fieldset > div .input input[readonly][type=email], #mainform fieldset > div .input select[readonly], #mainform fieldset > div .input textarea[readonly] {
  background-color: #dbe1e6;
  opacity: 1; }

fieldset > div .input input[type=date][type=password], fieldset > div .input input[type=date][type=text], fieldset > div .input input[type=date][type=email], #mainform fieldset > div .input input[type=date][type=password], #mainform fieldset > div .input input[type=date][type=text], #mainform fieldset > div .input input[type=date][type=email], fieldset > div .input input[type=datetime-local][type=password], fieldset > div .input input[type=datetime-local][type=text], fieldset > div .input input[type=datetime-local][type=email], #mainform fieldset > div .input input[type=datetime-local][type=password], #mainform fieldset > div .input input[type=datetime-local][type=text], #mainform fieldset > div .input input[type=datetime-local][type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

fieldset > div .input select:-moz-focusring, #mainform fieldset > div .input select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

fieldset > div .input select:focus::-ms-value, #mainform fieldset > div .input select:focus::-ms-value {
  color: #000;
  background-color: #fff; }

fieldset > div .input select[multiple], #mainform fieldset > div .input select[multiple] {
  height: auto; }

fieldset > div .input textarea, #mainform fieldset > div .input textarea {
  height: auto; }

fieldset > div, #mainform fieldset > div {
  margin-bottom: 1rem; }

.btn {
  display: inline-block;
  font-family: "Roboto",sans-serif;
  font-weight: 700;
  color: #000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1rem 1rem;
  font-size: 1rem;
  line-height: 1.4;
  border-radius: .5rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; } }

.btn:hover {
  color: #000;
  text-decoration: none; }

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 163, 8, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 163, 8, 0.25); }

.btn.disabled, .btn:disabled {
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 163, 8, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 0 0.2rem rgba(0, 163, 8, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125); }

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fafbfd;
  background-color: #2e58f0;
  border-color: #2e58f0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }

.btn-primary:hover {
  color: #fafbfd;
  background-color: #113fe7;
  border-color: #103cdb; }

.btn-primary:focus, .btn-primary.focus {
  color: #fafbfd;
  background-color: #113fe7;
  border-color: #103cdb;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(77, 112, 242, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(77, 112, 242, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fafbfd;
  background-color: #2e58f0;
  border-color: #2e58f0; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  color: #fafbfd;
  background-color: #103cdb;
  border-color: #0f39cf; }

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(77, 112, 242, 0.5);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(77, 112, 242, 0.5); }

.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }

.btn-white:hover {
  color: #000;
  background-color: #ececec;
  border-color: #e6e6e6; }

.btn-white:focus, .btn-white.focus {
  color: #000;
  background-color: #ececec;
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(217, 217, 217, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(217, 217, 217, 0.5); }

.btn-white.disabled, .btn-white:disabled {
  color: #000;
  background-color: #fff;
  border-color: #fff; }

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active {
  color: #000;
  background-color: #e6e6e6;
  border-color: #dfdfdf; }

.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(217, 217, 217, 0.5);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(217, 217, 217, 0.5); }

.btn-link {
  font-weight: 400;
  color: #000;
  text-decoration: underline; }

.btn-link:hover {
  color: #000;
  text-decoration: underline; }

.btn-link:focus, .btn-link.focus {
  text-decoration: underline; }

.btn-link:disabled, .btn-link.disabled {
  color: #919ba3;
  pointer-events: none; }

.btn-sm {
  padding: .25rem .5rem;
  font-size: 0.75rem;
  line-height: 1.85;
  border-radius: .5rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: .5rem; }

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
  width: 100%; }

.dropdown {
  position: relative; }

#mainform .custom-select-wrapper select {
  display: inline-block;
  width: 100%;
  height: -moz-calc(1.4em + 2rem + 2px);
  height: calc(1.4em + 2rem + 2px);
  padding: 1rem 2rem 1rem 1rem;
  font-family: "Roboto",sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25'%3e%3cpath fill='%23000000' d='M7 10L12 15L17 10H7Z'/%3e%3c/svg%3e") no-repeat right 1rem center/24px 30px;
  border: 1px solid #acbcf9;
  border-radius: .5rem;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

#mainform .custom-select-wrapper select:focus {
  border-color: #ee2fa3;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 163, 8, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 163, 8, 0.25); }

#mainform .custom-select-wrapper select:focus::-ms-value {
  color: #000;
  background-color: #fff; }

#mainform .custom-select-wrapper select[multiple] {
  height: auto;
  padding-right: 1rem;
  background-image: none; }

#mainform .custom-select-wrapper select:disabled {
  color: #919ba3;
  background-color: #fafbfd; }

#mainform .custom-select-wrapper select::-ms-expand {
  display: none; }

#mainform .custom-select-wrapper select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

#mainform .custom-select-wrapper select {
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  #mainform .custom-select-wrapper select {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; } }

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: .5rem; }

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .5rem; }

.alert-primary {
  color: #182e7d;
  background-color: #d5defc;
  border-color: #c4d0fb; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: .5rem 0; }
  to {
    background-position: 0 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: .5rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: .5rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: .5rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.5rem;
  background-color: #acbcf9;
  border-radius: .5rem;
  -webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #2e58f0;
  text-align: center;
  white-space: nowrap;
  background-color: #2e58f0;
  -webkit-transition: width .6s ease;
  -moz-transition: width .6s ease;
  transition: width .6s ease; }

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; } }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner::after {
  display: block;
  clear: both;
  content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  -moz-transition: transform .6s ease-in-out, -moz-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -moz-transform .6s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; } }

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators li {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity .6s ease;
  -moz-transition: opacity .6s ease;
  transition: opacity .6s ease; }

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; } }

.carousel-indicators .active {
  opacity: 1; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spinner-border {
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes spinner-grow {
  0% {
    -moz-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1;
    -moz-transform: none;
    transform: none; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none; } }

.bg-primary {
  background-color: #2e58f0 !important; }

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: #103cdb !important; }

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

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
  background-color: #d2dde4 !important; }

.bg-white, .buttons .options label {
  background-color: #fff !important; }

a.bg-white:hover, a.bg-white:focus, button.bg-white:hover, button.bg-white:focus {
  background-color: #e6e6e6 !important; }

.bg-white, .buttons .options label {
  background-color: #fff !important; }

.border {
  border: 1px solid #f2f5f7 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-block {
  display: block !important; }

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-block {
    display: block !important; } }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -moz-box-orient: vertical !important;
  -moz-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -moz-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -moz-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

@media (min-width: 768px) {
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; } }

.position-relative {
  position: relative !important; }

.buttons .options label {
  -webkit-box-shadow: 0 1.75rem 7rem rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 1.75rem 7rem rgba(0, 0, 0, 0.2) !important; }

.buttons .options label:hover {
  -webkit-box-shadow: 0 0rem 4rem rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 0rem 4rem rgba(0, 0, 0, 0.5) !important; }

.w-100 {
  width: 100% !important; }

.buttons .options label {
  height: 100% !important; }

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

.ml-1 {
  margin-left: .25rem !important; }

.mt-2 {
  margin-top: .5rem !important; }

.mr-2 {
  margin-right: .5rem !important; }

.mb-2 {
  margin-bottom: .5rem !important; }

.ml-2 {
  margin-left: .5rem !important; }

.mt-3, .my-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3, #mainform .form .labels-left .form-group-row label, .my-3 {
  margin-bottom: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mt-5 {
  margin-top: 2rem !important; }

.mr-5 {
  margin-right: 2rem !important; }

.mb-5 {
  margin-bottom: 2rem !important; }

.pt-2, .py-2 {
  padding-top: .5rem !important; }

.pr-2 {
  padding-right: .5rem !important; }

.py-2 {
  padding-bottom: .5rem !important; }

.pl-2 {
  padding-left: .5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.px-3 {
  padding-right: 1rem !important; }

.px-3 {
  padding-left: 1rem !important; }

.pt-4, .py-4 {
  padding-top: 1.5rem !important; }

.pr-4, .px-4 {
  padding-right: 1.5rem !important; }

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important; }

.px-4 {
  padding-left: 1.5rem !important; }

.pt-5, .py-5 {
  padding-top: 2rem !important; }

.pr-5 {
  padding-right: 2rem !important; }

.pb-5, .py-5 {
  padding-bottom: 2rem !important; }

.mx-auto {
  margin-right: auto !important; }

.mx-auto {
  margin-left: auto !important; }

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-3, #mainform .form .form-group-row, #mainform .form label {
    margin-bottom: 1rem !important; }
  .mt-md-5, .my-md-5 {
    margin-top: 2rem !important; }
  .my-md-5 {
    margin-bottom: 2rem !important; }
  .mr-md-6 {
    margin-right: 3rem !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pt-md-5 {
    padding-top: 2rem !important; }
  .pr-md-6 {
    padding-right: 3rem !important; }
  .px-md-7 {
    padding-right: 3.5rem !important; }
  .px-md-7 {
    padding-left: 3.5rem !important; } }

@media (min-width: 1024px) {
  .mt-lg-0 {
    margin-top: 0 !important; }
  #mainform .form .labels-left .form-group-row label {
    margin-bottom: 0 !important; }
  .px-lg-2 {
    padding-right: .5rem !important; }
  .px-lg-2 {
    padding-left: .5rem !important; }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important; }
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-6 {
    padding-bottom: 3rem !important; }
  .pr-lg-7 {
    padding-right: 3.5rem !important; } }

.text-wrap {
  white-space: normal !important; }

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

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

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

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; } }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #2e58f0 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0e35c3 !important; }

.text-success {
  color: #00a308 !important; }

a.text-success:hover, a.text-success:focus {
  color: #005704 !important; }

.text-danger {
  color: #ee2fa3 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #c1107b !important; }

.text-black {
  color: #000 !important; }

a.text-black:hover, a.text-black:focus {
  color: #000 !important; }

.text-white {
  color: #fff !important; }

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important; }

.visible {
  visibility: visible !important; }

@media print {
  *, *::before, *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  tr, img {
    page-break-inside: avoid; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 1024px !important; }
  .container {
    min-width: 1024px !important; }
  .table {
    border-collapse: collapse !important; }
  .table td, .table th {
    background-color: #fff !important; } }

.bg-primary-90 {
  background: #2e58f0;
  background: rgba(46, 88, 240, 0.9); }

.bg-white-90 {
  background: #fff;
  background: rgba(255, 255, 255, 0.9); }

h1.text-white, h2.text-white, h3.text-white, h4.text-white, h5.text-white, h6.text-white, .text-white .h1, .text-white .h2, .text-white .h3, .text-white .h4, .text-white #mainform .form label, #mainform .form .text-white label, .text-white .h5, .text-white .h6, .text-white #mainform .form .labels-left .form-group-row label, #mainform .form .labels-left .form-group-row .text-white label, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white.h1, .text-white.h2, .text-white.h3, .text-white.h4, #mainform .form label.text-white, .text-white.h5, .text-white.h6, #mainform .form .labels-left .form-group-row label.text-white {
  color: #fff; }

.bg-primary, .bg-primary a:not(.btn) {
  color: #fafbfd; }

.bg-light, .bg-light a:not(.btn) {
  color: #000; }

.bg-white, .buttons .options label, .bg-white a:not(.btn), .buttons .options label a:not(.btn) {
  color: #000; }

.icon {
  height: 1.5rem;
  width: 1.5rem; }

html {
  font-size: 90%; }

@media (min-width: 768px) {
  html {
    font-size: 100%; } }

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 700;
  font-family: "Inter","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji",-apple-system,BlinkMacSystemFont; }

.useful-facts .lead {
  font-weight: 600; }

@media (max-width: 767.98px) {
  .lead {
    font-size: .75rem; }
  .hero-subtitle .lead {
    font-size: 1rem; }
  h1, .h1 {
    color: #000;
    font-family: Inter;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; }
  h2, .h2 {
    font-size: 1.75rem;
    line-height: 2.1rem; }
  h3, .h3 {
    font-size: 1.625rem; }
  h5, .h5 {
    font-size: .875rem; }
  #cards h2 {
    font-size: 1.5rem; }
  #cards p {
    font-size: .75rem; } }

.btn {
  text-transform: capitalize; }

#mainform a {
  color: #000;
  text-decoration: none !important; }

#mainform .btn-link {
  text-decoration: none !important; }

#mainform .btn-link:hover, #mainform .btn-link:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

#mainform .form-group-row > label {
  padding-top: 0;
  padding-bottom: 0;
  display: block; }

#mainform .btn {
  margin-bottom: 1.5rem; }

#mainform .form label {
  line-height: 2.25rem; }

#mainform .form label .h6, #mainform .form label .labels-left .form-group-row label, #mainform .form .labels-left .form-group-row label label {
  line-height: 1.5rem; }

#mainform .form .labels-h6 label {
  color: #000;
  font-family: Inter;
  font-size: 1rem !important;
  font-style: normal !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important; }

@media (max-width: 767.98px) {
  #mainform .form .form-group-row {
    margin-bottom: 1rem; } }

#mainform .custom-select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none; }

#mainform .custom-select-wrapper select::-ms-expand {
  display: none; }

.buttons .options label {
  text-align: center;
  display: block;
  position: relative;
  width: 100%;
  padding: 2rem 1rem !important;
  margin-bottom: 1rem;
  border-radius: .5rem;
  border: 0 !important;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  transition: .3s ease all; }

.buttons .options label:after {
  content: unset !important; }

.material .form-group-row {
  position: relative; }

.material .form-group-row .input {
  margin-bottom: 2rem !important; }

.material .form-group-row .input input {
  background-color: #fff;
  color: #2c3034 !important;
  padding-left: 1.3rem !important; }

.material .form-group-row > label {
  top: 1.5rem;
  left: 15px;
  position: absolute;
  background-color: #fff;
  padding: .3rem !important;
  font-size: 1em !important;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  pointer-events: none;
  text-align: left !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80%; }

.material .form-group-row.label-animate > label {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  top: -1.66rem !important;
  left: 1rem !important;
  font-size: .9em;
  width: auto;
  background-color: transparent; }

#clients {
  display: block;
  margin-left: auto;
  margin-right: auto; }

#clients .clients-wrap {
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

#clients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0; }

#clients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 180px;
  padding: 0 30px;
  text-align: center; }

#clients .clients-wrap ul li img, #clients .clients-wrap ul li svg {
  width: 100% !important;
  vertical-align: middle;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  opacity: .9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 5.82244rem;
  height: 2.5rem; }

#clients .clients-wrap ul li img:hover, #clients .clients-wrap ul li svg:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

#hero {
  position: relative; }

@media (min-width: 1024px) {
  #hero .col-lg-7 {
    min-height: 650px; } }

#hero .hero-subtitle {
  color: #000;
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400; }

#hero .hero-subtitle span {
  font-weight: 700; }

#hero .hero-title {
  color: #000;
  font-family: Inter !important;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; }

@media (max-width: 767.98px) {
  #hero .hero-title {
    font-size: 2.25rem; } }

#hero .hero-intro {
  font-family: Inter !important;
  color: #000;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem !important; }

@media (max-width: 767.98px) {
  #hero .hero-intro.hero-intro-last-step {
    font-size: 1.5rem !important; } }

#hero .hero-intro span {
  color: #2f58f0; }

#hero .hero-intro .pound-sign, #hero .hero-intro .s-letter {
  color: #2f58f0;
  font-family: Inter;
  font-size: 2rem;
  font-style: normal;
  font-weight: 900; }

#hero .hero-intro .ten-k {
  color: #2f58f0;
  font-family: Inter;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 900; }

@media (max-width: 767.98px) {
  #hero .hero-intro .pound-sign, #hero .hero-intro .s-letter {
    font-size: 1.75rem;
    font-style: normal; }
  #hero .hero-intro .ten-k {
    font-size: 1.75rem;
    font-style: normal; } }

@media (max-width: 767.98px) {
  #hero .hero-title {
    color: #000;
    font-family: Inter !important;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; }
  #hero .hero-intro {
    color: #000;
    font-family: Inter !important;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; }
  #hero .hero-intro span:first-child {
    color: #2f58f0;
    font-family: Inter;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 900;
    line-height: 120%; } }

.hero {
  padding-bottom: 5rem; }

#hero .hero-image_cover img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  z-index: 1; }

@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes zoomout {
  0% {
    -moz-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -moz-transform: scale(1);
    transform: scale(1); } }

@keyframes zoomout {
  0% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); } }

.header {
  max-width: 600px;
  margin: 50px auto;
  text-align: center; }

.content {
  width: 95%;
  margin: 0 auto 50px; }

body .hidden {
  display: none !important; }

@-webkit-keyframes typing {
  0% {
    background-color: #fff;
    -webkit-box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.4), 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.4), 24px 0px 0px 0px rgba(255, 255, 255, 0.2); }
  50% {
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 12px 0px 0px 0px #fff, 24px 0px 0px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 12px 0px 0px 0px #fff, 24px 0px 0px 0px rgba(255, 255, 255, 0.4); }
  100% {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.4), 24px 0px 0px 0px #fff;
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.4), 24px 0px 0px 0px #fff; } }

@-moz-keyframes typing {
  0% {
    background-color: #fff;
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.4), 24px 0px 0px 0px rgba(255, 255, 255, 0.2); }
  50% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 12px 0px 0px 0px #fff, 24px 0px 0px 0px rgba(255, 255, 255, 0.4); }
  100% {
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.4), 24px 0px 0px 0px #fff; } }

@-webkit-keyframes typing-black {
  0% {
    background-color: #00a308;
    -webkit-box-shadow: 12px 0px 0px 0px rgba(0, 163, 8, 0.4), 24px 0px 0px 0px rgba(0, 163, 8, 0.2);
    box-shadow: 12px 0px 0px 0px rgba(0, 163, 8, 0.4), 24px 0px 0px 0px rgba(0, 163, 8, 0.2); }
  50% {
    background-color: rgba(0, 163, 8, 0.4);
    -webkit-box-shadow: 12px 0px 0px 0px #00a308, 24px 0px 0px 0px rgba(0, 163, 8, 0.4);
    box-shadow: 12px 0px 0px 0px #00a308, 24px 0px 0px 0px rgba(0, 163, 8, 0.4); }
  100% {
    background-color: rgba(0, 163, 8, 0.2);
    -webkit-box-shadow: 12px 0px 0px 0px rgba(0, 163, 8, 0.4), 24px 0px 0px 0px #00a308;
    box-shadow: 12px 0px 0px 0px rgba(0, 163, 8, 0.4), 24px 0px 0px 0px #00a308; } }

@-moz-keyframes typing-black {
  0% {
    background-color: #00a308;
    box-shadow: 12px 0px 0px 0px rgba(0, 163, 8, 0.4), 24px 0px 0px 0px rgba(0, 163, 8, 0.2); }
  50% {
    background-color: rgba(0, 163, 8, 0.4);
    box-shadow: 12px 0px 0px 0px #00a308, 24px 0px 0px 0px rgba(0, 163, 8, 0.4); }
  100% {
    background-color: rgba(0, 163, 8, 0.2);
    box-shadow: 12px 0px 0px 0px rgba(0, 163, 8, 0.4), 24px 0px 0px 0px #00a308; } }

@keyframes typing-black {
  0% {
    background-color: #00a308;
    -webkit-box-shadow: 12px 0px 0px 0px rgba(0, 163, 8, 0.4), 24px 0px 0px 0px rgba(0, 163, 8, 0.2);
    box-shadow: 12px 0px 0px 0px rgba(0, 163, 8, 0.4), 24px 0px 0px 0px rgba(0, 163, 8, 0.2); }
  50% {
    background-color: rgba(0, 163, 8, 0.4);
    -webkit-box-shadow: 12px 0px 0px 0px #00a308, 24px 0px 0px 0px rgba(0, 163, 8, 0.4);
    box-shadow: 12px 0px 0px 0px #00a308, 24px 0px 0px 0px rgba(0, 163, 8, 0.4); }
  100% {
    background-color: rgba(0, 163, 8, 0.2);
    -webkit-box-shadow: 12px 0px 0px 0px rgba(0, 163, 8, 0.4), 24px 0px 0px 0px #00a308;
    box-shadow: 12px 0px 0px 0px rgba(0, 163, 8, 0.4), 24px 0px 0px 0px #00a308; } }

@keyframes typing {
  0% {
    background-color: #fff;
    -webkit-box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.4), 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.4), 24px 0px 0px 0px rgba(255, 255, 255, 0.2); }
  50% {
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 12px 0px 0px 0px #fff, 24px 0px 0px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 12px 0px 0px 0px #fff, 24px 0px 0px 0px rgba(255, 255, 255, 0.4); }
  100% {
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.4), 24px 0px 0px 0px #fff;
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.4), 24px 0px 0px 0px #fff; } }

.message.to + .message.from, .message.from + .message.to {
  margin-top: 15px; }

@-webkit-keyframes slideTop {
  0% {
    margin-bottom: -25px; }
  100% {
    margin-bottom: 0; } }

@-moz-keyframes slideTop {
  0% {
    margin-bottom: -25px; }
  100% {
    margin-bottom: 0; } }

@keyframes slideTop {
  0% {
    margin-bottom: -25px; }
  100% {
    margin-bottom: 0; } }

@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-moz-keyframes bounceIn {
  0% {
    -moz-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75); }
  100% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes bounceIn {
  0% {
    -webkit-transform: scale(0.75, 0.75);
    -moz-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75); }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-webkit-keyframes spinLoaderChat {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    height: 4em; }
  40% {
    -webkit-box-shadow: 0 -2em;
    box-shadow: 0 -2em;
    height: 5em; } }

@-moz-keyframes spinLoaderChat {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }

@keyframes spinLoaderChat {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    height: 4em; }
  40% {
    -webkit-box-shadow: 0 -2em;
    box-shadow: 0 -2em;
    height: 5em; } }

.carousel-indicators {
  bottom: 0px;
  margin-bottom: 0 !important;
  position: relative; }

.carousel-indicators li {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: .5rem;
  height: .5rem;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-clip: padding-box;
  opacity: 1;
  -webkit-transition: opacity .6s ease;
  -moz-transition: opacity .6s ease;
  transition: opacity .6s ease;
  border-radius: 50%;
  background-color: #fff;
  margin-bottom: 0 !important; }

.carousel-indicators li.active {
  background-color: #ee2fa3; }

.carousel-controls a {
  text-decoration: none !important;
  font-size: .875rem;
  font-family: Roboto,sans-serif;
  font-weight: 600; }

.readOnlyInput input, .readOnlyInput textarea {
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #fff !important;
  color: #000;
  -webkit-font-feature-settings: "clig" off,"liga" off;
  -moz-font-feature-settings: "clig" off,"liga" off;
  font-feature-settings: "clig" off,"liga" off;
  font-family: Roboto !important;
  font-size: 1.125rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 150% !important;
  letter-spacing: .00938rem !important;
  margin-bottom: .5rem; }

textarea {
  resize: none; }

#companyDetailsSection .form .form-group-row {
  margin-bottom: 0 !important; }

#companyDetailsSection .form .form-group-row label {
  color: #000;
  -webkit-font-feature-settings: "clig" off,"liga" off;
  -moz-font-feature-settings: "clig" off,"liga" off;
  font-feature-settings: "clig" off,"liga" off;
  font-family: Roboto;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0 !important; }

#companyDetailsSection .form .form-group-row input {
  padding-top: 0 !important;
  padding-left: 0 !important;
  height: 2rem !important; }

#companyDetailsSection .form .form-group-row textarea {
  padding-top: 0 !important;
  padding-left: 0 !important; }

@media (max-width: 767.98px) {
  #companyDetailsSection .form .form-group-row {
    margin-bottom: 1.5rem !important; }
  #companyDetailsSection .form .form-group-row label {
    margin-bottom: 0 !important; } }

.text-success-darker {
  color: #008124 !important; }

@media (max-width: 767.98px) {
  .text-success-darker {
    font-size: 1rem; } }

.text-success-darker i {
  color: #00c437 !important;
  font-size: 1.5rem !important; }

@media (max-width: 767.98px) {
  .text-success-darker i {
    font-size: 2.25rem !important; } }

#loadingIndicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.5em;
  z-index: 1000; }

.hidden {
  display: none; }

.lastStepText {
  color: #000;
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; }

@media (max-width: 767.98px) {
  .lastStepText {
    font-size: 1rem; } }

.firstStepHide {
  display: none; }

@media (max-width: 767.98px) {
  .hideOnMobile {
    display: none; } }

.hero-subtitle.lastStepHide {
  display: none; }

.logos .wrapper {
  border-radius: 62.5rem;
  background: #fff;
  -webkit-box-shadow: 4px 4px 6px 0px rgba(0, 21, 98, 0.16) inset;
  box-shadow: 4px 4px 6px 0px rgba(0, 21, 98, 0.16) inset;
  padding: 1rem 1.5rem; }

.logos h2 {
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "clig" off,"liga" off;
  -moz-font-feature-settings: "clig" off,"liga" off;
  font-feature-settings: "clig" off,"liga" off;
  font-family: Inter;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; }

@media (max-width: 767.98px) {
  .logos h2 {
    font-size: 1.625rem; } }

.logos h3 {
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "clig" off,"liga" off;
  -moz-font-feature-settings: "clig" off,"liga" off;
  font-feature-settings: "clig" off,"liga" off;
  font-family: Inter;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 1.5rem; }

@media (max-width: 767.98px) {
  .logos h3 {
    font-size: .875rem; } }

.logos h3 span {
  color: #2f58f0;
  -webkit-font-feature-settings: "clig" off,"liga" off;
  -moz-font-feature-settings: "clig" off,"liga" off;
  font-feature-settings: "clig" off,"liga" off;
  font-family: Inter;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 900;
  line-height: 150%; }

@media (max-width: 767.98px) {
  .logos h3 span {
    font-size: .875rem; } }

.showcased-in h2, .showcased-in .h2 {
  line-height: 130%;
  margin: 0;
  font-size: 2rem; }

@media (max-width: 767.98px) {
  .showcased-in h2, .showcased-in .h2 {
    font-size: 1.5rem; } }

.small {
  font-size: .875rem !important; }

.card {
  -webkit-box-shadow: 4px 4px 6px 0px rgba(0, 21, 98, 0.16) inset;
  box-shadow: 4px 4px 6px 0px rgba(0, 21, 98, 0.16) inset;
  height: 12.5rem;
  text-align: center;
  -webkit-font-feature-settings: "clig" off,"liga" off;
  -moz-font-feature-settings: "clig" off,"liga" off;
  font-feature-settings: "clig" off,"liga" off;
  font-family: Inter;
  font-size: .75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #000;
  font-family: "Inter","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji",-apple-system,BlinkMacSystemFont; }

.card p {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem 1rem;
  margin-bottom: 0 !important; }

.card img {
  margin-top: 2.5rem;
  height: 1.34225rem;
  display: block;
  text-align: center; }

@media (min-width: 768px) {
  .card img {
    margin-top: 1rem; } }

@media (max-width: 1023.98px) {
  .card {
    margin-bottom: 1.5rem; } }

.btn-alt {
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  color: #2f58f0;
  font-size: 1.125rem;
  font-family: "Inter","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji",-apple-system,BlinkMacSystemFont; }

.alert {
  border-radius: .5rem;
  background: rgba(47, 88, 240, 0.08);
  -webkit-backdrop-filter: blur(1.25px);
  backdrop-filter: blur(1.25px);
  border: 0;
  color: #000;
  margin: 1rem 0rem; }

.form-container {
  z-index: 1; }

.thank-you-container {
  padding-bottom: 3.5rem;
  z-index: 2; }

.right-side .display-4 {
  text-shadow: 0px 4px 4px rgba(0, 14, 64, 0.25) !important;
  font-family: Inter !important;
  font-style: normal;
  line-height: normal;
  color: rgba(239, 248, 255, 0.9); }

.right-side p.lead {
  font-weight: 600; }

@media (max-width: 767.98px) {
  .display-4 {
    font-size: 2.5rem; } }

.right-side-man {
  display: block; }

@media (min-width: 1024px) {
  .right-side-man {
    position: absolute;
    right: 0;
    z-index: 3;
    bottom: -2.2rem;
    width: 14.63144rem;
    height: 17.9375rem; } }

@media (max-width: 1023.98px) {
  .right-side-man {
    position: absolute;
    right: 0;
    z-index: 3;
    bottom: -2.2rem;
    width: 14.63144rem;
    height: 17.9375rem; } }

@media (max-width: 767.98px) {
  .right-side-man {
    position: absolute;
    right: 0rem;
    top: -8rem;
    width: 7.25rem;
    height: 9.375rem; } }

footer a {
  font-weight: 700; }

.btn-primary {
  border-radius: .5rem;
  background: -webkit-gradient(linear, left top, right top, from(#2f58f0), to(#f02fa3));
  background: -moz-linear-gradient(left, #2f58f0 0%, #f02fa3 100%);
  background: linear-gradient(90deg, #2f58f0 0%, #f02fa3 100%);
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  color: #fff !important; }

.error-message {
  font-weight: bold !important;
  margin-bottom: 1rem !important; }
