@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

.hp-logo {
  height: 63px;
}

.hp-inner-container,
.hp-inner-container div,
.hp-content div:not(.hp-text) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hp-content {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.hp-text {
  margin: 0 !important;
  padding: 4rem 0 !important;
}

.hp-banner .hp-text {
  padding: 5rem 0 !important;
}

.slider-container {
  margin-top: 1rem !important;
}

@media (max-width: 480px) {
  .hp-banner {
    padding-top: 68px !important;
  }

  .hp-content {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .hp-logo {
    height: 40px;
  }

  header .hp-container {
    padding: 0.75rem 1rem !important;
  }

  .hp-text,
  .hp-inner-container div {
    width: 100% !important;
    max-width: 100% !important;
  }

  .hp-inner-container {
    flex-direction: column !important;
    gap: 0 !important;
  }

  .hidden-on-mobile {
    display: none;
  }

  .hp-slider {
    margin-top: 0 !important;
  }

  .slider-container {
    min-height: min-content !important;
  }

  .vanilla-slider-text-overlay {
    top: 3px !important;
  }

  .vanilla-slider-text-overlay h1 {
    font-size: 11px !important;
  }

  .slider-container>div {
    margin: 0 !important;
  }

  .hp-bd .hp-container,
  .hp-footer .content .hp-container {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .hp-form-container {
    padding: 20px !important;
  }

  .MuiGrid-root>div {
    max-width: 100%;
  }

  .legal .hp-container p {
    display: flex;
    flex-direction: column;
  }
}

.MuiTypography-root {
  margin: 0;
}

.MuiButtonBase-root {
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  padding: 0;
  position: relative;
  align-items: center;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.MuiButton-root {
  color: #05243f;
  height: 34px;
  padding: 6px 16px;
  font-size: 12px;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.75;
  border-radius: 2px;
  letter-spacing: 2.16px;
  text-transform: uppercase;
}

.MuiButton-contained {
  color: rgba(0, 0, 0, 0.87);
  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);
  background-color: #e0e0e0;
}

.MuiButton-label {
  width: 100%;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
}

.MuiGrid-direction-xs-column {
  flex-direction: column;
}

.MuiGrid-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.MuiInputBase-root {
  color: #05243f;
  cursor: text;
  display: inline-flex;
  position: relative;
  font-size: 14px;
  box-sizing: border-box;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.1876em;
}

.MuiInput-root {
  position: relative;
}

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

.MuiFormControl-marginNormal {
  margin-top: 16px;
  margin-bottom: 8px;
}

.MuiInput-underline:before {
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  position: absolute;
  transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-bottom: 1px solid #e2e2e2 !important;
  pointer-events: none;
}

.MuiInput-underline:after {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  transform: scaleX(0);
  transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  border-bottom: 1px solid #707070 !important;
  pointer-events: none;
}

.MuiInputAdornment-root {
  height: 0.01em;
  display: flex;
  max-height: 2em;
  align-items: center;
  white-space: nowrap;
}

.MuiInputAdornment-positionStart {
  margin-right: 8px;
}

.MuiInputBase-input {
  font: inherit;
  color: currentColor;
  width: 100%;
  border: 0;
  height: 1.1876em;
  margin: 0;
  display: block;
  padding: 6px 0 7px;
  min-width: 0;
  background: none;
  box-sizing: content-box;
  animation-name: mui-auto-fill-cancel;
  letter-spacing: inherit;
  animation-duration: 10ms;
  -webkit-tap-highlight-color: transparent;
}

.MuiSelect-select {
  cursor: pointer;
  min-width: 16px;
  user-select: none;
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.MuiSelect-nativeInput {
  left: 0;
  width: 100%;
  bottom: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.MuiSelect-selectMenu {
  height: auto;
  overflow: hidden;
  min-height: 1.1876em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.MuiSelect-select.MuiSelect-select {
  padding-right: 24px;
}

.MuiInputBase-input:invalid {
  box-shadow: none;
}

.MuiInput-underline:after {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  transform: scaleX(0);
  transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  border-bottom: 1px solid #707070 !important;
  pointer-events: none;
}

.MuiAlert-root {
  display: flex;
  padding: 12px 24px;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.43;
  border-radius: 4px;
  background-color: transparent;
}

.MuiPaper-root {
  color: #05243f;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #fff;
}

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

.MuiCollapse-hidden {
  visibility: hidden;
}

.MuiCollapse-wrapper {
  display: flex;
}

.MuiCollapse-wrapperInner {
  width: 100%;
}

.MuiAlert-standardSuccess {
  color: rgb(38, 88, 21);
  background-color: rgb(239, 251, 234);
}

.MuiAlert-standardSuccess .MuiAlert-icon {
  color: #5fdd35;
}

.MuiAlert-message {
  padding: 8px 0;
}

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

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #05243f;
  margin: 0;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fafafa;
}

:after,
:before,
:not(img) {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

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

.h1,
h1,
.h2,
h2 {
  font-size: 1.9rem;
}

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

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

*,
a,
button {
  outline: none !important;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

.header {
  background-color: #05243f;
  color: #fff;
  position: fixed;
  width: 100vw;
  z-index: 9;
}

.header:after {
  background: #03d8ff;
  background: linear-gradient(90deg, #03d8ff, #5daeff 50%, #bf80ff);
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  width: 100%;
}

.hp-header__actions {
  display: flex;
}

.hp-header__actions>a {
  margin-left: 10px;
}

.header .hp-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.header .hp-container>a {
  display: flex;
}

.header .MuiButton-root.button {
  background-color: #228fee;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.header .MuiButton-root.button:hover {
  background-color: #3b83c3;
}

.header .MuiButton-root.login,
.header a.login,
.header a.register {
  color: #fff;
  padding: 6px 8px;
}

.header a.register {
  margin-left: 10px;
}

.header a.login i {
  margin-left: 8px;
}

.hp-container {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0.75rem 2rem;
}

.hp-banner,
.hp-bd,
.hp-inner-banner,
.hp-inner-banner .hp-inner-banner-container {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hp-inner-banner {
  background-color: rgba(5, 36, 63, 0.82);
}

.hp-inner-banner:before {
  background: #03d8ff;
  background: linear-gradient(90deg, #03d8ff, #5daeff 50%, #bf80ff);
  content: "";
  display: block;
  height: 8px;
  left: 0;
  top: 0;
  width: 100%;
}

.hp-inner-banner .hp-inner-banner-container {
  color: #fff;
  margin: 0 auto;
  max-width: 1440px;
}

.hp-inner-banner .hp-container {
  padding: 7rem 2rem;
}

.hp-inner-banner h2 {
  margin-bottom: 2rem;
  padding-top: 1rem;
}

.hp-banner .button,
.hp-inner-banner .button {
  margin-right: 2rem;
}

.hp-banner .MuiButton-root.button,
.hp-bd .MuiButton-root.button,
.hp-bd .MuiButton-root.login,
.hp-inner-banner .MuiButton-root.button,
.hp-quote-form .MuiButton-root.button,
.hp-content .MuiButton-root.button {
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  font-weight: 600;
  height: auto;
  padding: 0.6rem 0.8rem;
}

.hp-banner .MuiButton-root.button,
.hp-bd .MuiButton-root.button,
.hp-inner-banner .MuiButton-root.button,
.hp-quote-form .MuiButton-root.button,
.hp-content .MuiButton-root.button {
  background-color: #228fee;
  transition: background-color 0.2s ease;
}

.hp-banner .MuiButton-root.button:hover,
.hp-bd .MuiButton-root.button:hover,
.hp-inner-banner .MuiButton-root.button:hover,
.hp-quote-form .MuiButton-root.button:hover,
.hp-content .MuiButton-root.button:hover {
  background-color: #3b83c3;
}

.hp-banner {
  background-image: url("images/img3.jpg");
  color: #fff;
  padding-top: 97px;
}

.hp-banner h1 {
  line-height: 1.2;
  margin-bottom: 2rem;
  position: relative;
}

.hp-banner h1:after {
  background-color: #22eec1;
  border: none;
  bottom: -2rem;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 200px;
}

.hp-banner .hp-text {
  margin: 4rem 0;
  width: 50%;
}

.hp-banner p {
  padding-top: 2rem;
}

.hp-content {
  margin: 1.8rem 0;
  position: relative;
}

.hp-content div:not(.hp-container) {
  padding: 1.2rem 0;
}

.hp-content .hp-inner-container {
  display: flex;
  gap: 4rem;
  justify-content: space-between;
}

.hp-content .hp-inner-container div {
  max-width: 50%;
}

.hp-content .hp-inner-container div img {
  width: 100%;
  max-width: 400px;
}

.hp-content h2 {
  margin-bottom: 2.8rem;
  position: relative;
}

.hp-content h2:after {
  background-color: #22eec1;
  border: none;
  bottom: -1.4rem;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 200px;
}

.hp-content ul {
  list-style-type: none;
  margin: 1rem 0;
  padding: 0;
}

.hp-content ul li {
  margin-bottom: 0.8rem;
}

.hp-content ul li i {
  color: #22eec1;
  margin-right: 5px;
}

.hp-graph {
  max-width: 400px;
}

.hp-graph {
  width: 400px;
}

.hp-slider {
  margin: 4rem 0;
}

.slider-container {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 960px;
  min-height: 600px;
  position: relative;
}

.slider-container svg.fa-arrow-alt-circle-left {
  left: 0;
}

.slider-container svg.fa-arrow-alt-circle-right {
  right: 0;
}

.slider-container svg {
  color: #22eec1;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 2;
}

.hp-bd {
  background-image: url("images/img1.jpg");
  color: #fff;
}

.hp-bd:before {
  background: #03d8ff;
  background: linear-gradient(90deg, #03d8ff, #5daeff 50%, #bf80ff);
  content: "";
  display: block;
  height: 8px;
  left: 0;
  top: 0;
  width: 100%;
}

.hp-bd .hp-container {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 5rem 2rem;
}

.hp-bd .hp-form-container {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.82);
  border-radius: 6px;
  width: 100%;
  max-width: 514px;
  padding: 2rem 3.5rem;
}

.hp-bd .hp-form-container .MuiInput-underline:before {
  border-bottom: 1px solid #bfbfbf !important;
}

.hp-bd .hp-form-container .MuiTypography-colorTextSecondary {
  color: #000;
  font-weight: 500;
}

.hp-bd h2 {
  margin-bottom: 1rem;
  position: relative;
}

.hp-bd h2:after {
  background-color: #22eec1;
  border: none;
  bottom: -1rem;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 200px;
}

.hp-bd h3 {
  margin-bottom: 1rem;
  padding-top: 1rem;
}

.hp-bd .hp-bd-content p {
  font-size: 1rem;
}

.hp-bd .hp-form-container {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.82);
  border-radius: 6px;
  max-width: 514px;
  padding: 2rem 3.5rem;
}

input {
  line-height: normal;
}

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

button,
input {
  overflow: visible;
}

.verification {
  display: none;
}

.hp-inner-page {
  padding-top: 84px;
}

.hp-inner-page .hp-container {
  margin: 0 auto;
  max-width: 1440px;
  padding: 8rem 2rem;
}

.hp-inner-page .hp-container h1 {
  line-height: 1.2;
  margin-bottom: 2rem;
  position: relative;
}

.hp-inner-page .hp-container h1:after {
  background-color: #22eec1;
  border: none;
  bottom: -2rem;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 200px;
}

.hp-inner-page .hp-container h2 {
  padding-top: 2rem;
}

.hp-inner-page .hp-container h3 {
  margin: 2rem 0;
}

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

.secure-transactions.hp-container {
  padding: 4rem 2rem;
}

.secure-transactions.hp-container h3 {
  font-size: 1.2rem;
}

.multi-columns-text {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding-top: 35px;
  text-align: left;
}

.industry-select {
  width: 100%;
  padding: 6px 7px;
  border: none;
  background-color: transparent;
}

.colllage {
  border: 1px solid #ccc;
  padding: 22px;
  border-radius: 6px;
}

.vanilla-slider-text-overlay {
  background-color: transparent !important;
  width: 100%;
  padding: 0 !important;
  text-align: center !important;
  top: 12px;
  bottom: auto !important;
  left: auto !important;
}

.vanilla-slider-text-overlay h1 {
  text-shadow: none;
  font-size: 1rem;
  color: #fff;
}

.hp-footer .content img,
.hp-footer .content p {
  margin-bottom: 0.8rem;
}

.hp-footer .content p.hp-address {
  font-weight: 400;
  margin-top: 2rem;
  text-transform: none;
}

.hp-footer .content p.hp-address strong {
  text-transform: uppercase;
}

.hp-footer .content a {
  color: #fff;
  text-decoration: none;
}

.hp-footer a.en {
  background-image: url(data:image/png;base64,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);
  background-size: 25px 25px;
  display: inline-block;
  height: 25px;
  text-indent: -9999px;
  width: 25px;
}

.hp-footer .content {
  background-color: #05243f;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 3rem 0;
  text-transform: uppercase;
}

.hp-footer .content i {
  margin-right: 0.8rem;
}

.hp-footer .content .hp-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.hp-footer p {
  margin-bottom: 0;
}

.hp-footer .legal {
  background-color: #000;
  color: #707070;
  font-size: 0.8rem;
  margin: 0 auto;
  padding: 0.6rem 0;
}

.hp-footer .legal a {
  color: #707070;
  text-decoration: none;
}

.hp-footer .legal span {
  float: right;
}

.MuiAlert-root {
  position: relative;
}

.MuiAlert-root #close {
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */