:root {
  --techfino-white: #fff;
  --techfino-black: #000;
  --techfino-blue: #23237b;
  --techfino-light-blue: #53e0dc;
  --techfino-white-blue: #afafe7;
  --techfino-primary-hover: #36369f;
  --techfino-button-hover: #5BF6F2;
  --techfino-orange: #F55B3D;

  --techfino-blue-footer: #23237d;
  --techfino-white-footer: #f6f6fa;
}
*, *:before, *:after {
  box-sizing: border-box;
  transition: all .2s ease 0s;
}
img {
  max-width: 100%;
}
body.no-scroll {
  overflow: hidden;
}
p:has(+h2) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  padding: 12px 15px;
  margin: 0 0 30px;
  font-size: 14px!important;
  color: #fff;
  text-transform: uppercase;
}
p:has(+h2):before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
p:has(+h2):after {
  content: '';
  background: linear-gradient(180deg, rgba(83,224,220,0.1951374299719888) 0%, rgba(245,246,250,0.20073967086834732) 100%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  padding: 1px;
  inset: 0;
  border-radius: 20px;
  position: absolute;
  pointer-events: none;
}
@media (min-width: 1200px) {
  p:has(+h2) {
    margin-bottom: 40px;
  }
}

/* Chip */
p.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  padding: 12px 15px;
  margin: 0 0 30px;
  font-size: 14px!important;
  color: #fff;
  text-transform: uppercase;
}
p.chip:before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
p.chip:after {
  content: '';
  background: linear-gradient(180deg, rgba(83,224,220,0.1951374299719888) 0%, rgba(245,246,250,0.20073967086834732) 100%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  padding: 1px;
  inset: 0;
  border-radius: 20px;
  position: absolute;
  pointer-events: none;
}
@media (min-width: 1200px) {
  p.chip {
    margin-bottom: 40px;
  }
}
/*! 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;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

/* 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 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}
/* CSS variables */
/*
* grid bs
*/
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.nk-builtin-cols {
	display: flex;
	width: 100%;
	gap: 32px;
	justify-content: center;
/* 	align-items: center; */
}

@media (max-width: 991px) {
	.nk-builtin-cols {
		flex-direction: column;
	}
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-between {
  justify-content: space-between!important
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x)*1.25);
  padding-right: calc(var(--bs-gutter-x)*1.25);
  width: 100%
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 576px) {
  .container,.container-sm {
    max-width: 540px;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
  }
}

@media (min-width: 768px) {
  .container,.container-md,.container-sm {
    max-width:720px
  }
}

@media (min-width: 992px) {
  .container,.container-lg,.container-md,.container-sm {
    max-width:960px
  }
}

@media (min-width: 1200px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl {
    max-width: 1170px;
  }
  
  .row {
    justify-content: center;
  }
}

@media (min-width: 1281px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    max-width: 95%;
  }
}

@media (min-width: 1600px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    max-width: 1408px;
  }
}

@media (min-width: 1921px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    max-width: 1408px;
  }
}
/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

body {
  margin: 0;
  font-family: "Barlow", sans-serif;
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 18px;
  margin: 0 0 1.4rem;
}
strong {
  font-weight: 600;
}
/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1 {
  font-weight: 400;
}
h2,
h3,
h4,
h5, 
h6 {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height: 1.3;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

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

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

.cyan {
	color: #54E0DC;
}

.title-main {
	font-size: 4.5rem !important;
	font-weight: 600 !important;
}

.special-highlight-gradient {
	background: -webkit-linear-gradient(160deg, rgba(35,35,123,1) 0%, rgba(84,224,220,1) 100%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.button,
.hs-button {
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 40px;
  font-size: 17px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.button-orange {
  background-color: #F55B3D;
  color: #fff;
}
.button-orange:hover {
  background-color: #F57E3D;
}
.button-blue {
  background-color: #53E0DC;
  color: #000042;
}
.button-blue:hover {
  background-color: #23237B;
  color: #fff;
}
.hbspt-form {
  width: 100%;
}
form .hs-error-msg {
  font-size: 11px;
  color: red;
  position: absolute;
  bottom: 5px;
  z-index: 8;
}
form input:focus,
form select:focus,
form textarea:focus {
  outline: 0;
  border: none;
}

form.hs-form fieldset {
  max-width: 100%!important;
}
form .legal-consent-container .hs-richtext, 
form .legal-consent-container .hs-richtext p {
  color: #6d6d70;
  font-size: 10px!important;
  margin: 5px 0 15px;
  line-height: 1.3;
}
form.hs-form .form-columns-1,
form.hs-form .form-columns-2 {
  margin-bottom: 15px;
  gap: 15px
}
form.hs-form .form-columns-2 {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
}
@media (min-width: 1200px) {
  form.hs-form .form-columns-2 {
    flex-flow: row nowrap;
  }
}
form.hs-form .hs-form-field:not(.hs_recaptcha) {
  background: #fff;
}
form.hs-form .hs-form-field > label {
  display: none;
}
form.hs-form .hs-form-field input,
form.hs-form .hs-form-field textarea,
form.hs-form .hs-form-field select{
  width: 100%!important;
  padding: 20px;
  font-size: 17px;
  color: #23237B;
  font-weight: 300;
  border: 0;
}
form.hs-form .hs-form-field input::placeholder,
form.hs-form .hs-form-field textarea::placeholder{
  font-size: 17px;
  color: #23237B;
  font-weight: 300;
}

.hs-form input[type="submit"] {
  background: #53E0DC;
  padding: 10px 40px;
  margin-top: 30px !important;
  width: 100%;
  font-size: 17px;
  color: #000042;
  font-weight: 400;
  border: none;
}


/* TEMP FIX */
label.hs-error-msg {
	display: none;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
#header {
  background-color: var(--techfino-white);
  padding: 16px 0;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  border-bottom: 1px solid rgba(237, 237, 237, 0.2);
}
#header .col-12 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header-toggle {
  width: 24px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 15px;
  cursor: pointer;
  transform: translateY(-50%);
}
.header-toggle span {
  background-color: var(--techfino-blue);
  display: block;
  margin: 0;
  width: 24px;
  height: 3.5px;
  transition: all .3s ease-in-out;
  border-radius: 4px;
  position: absolute;
}
.header-toggle span:first-child {
  top: 0;
}
.header-toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header-toggle span:last-child {
  bottom: 0;
}
.header-toggle.opened {
  z-index: 6;
}
.header-toggle.opened span {
  background-color: var(--techfino-light-blue);
  opacity: 0;
  transition: background .2s,top .2s,left .2s,opacity .2s,transform .2s .25s
}
.header-toggle.opened span:first-child {
  top: 5px;
  opacity: 1;
  transform: rotate(45deg);
}
.header-toggle.opened span:last-child {
  top: 5px;
  opacity: 1;
  transform: rotate(-45deg);
}
.header-logo {
  position: relative;
  z-index: 5;
}
.header-logo svg {
  width:  168px;
}
.header-logo svg .st4 {
  fill: #14044b;
}
.header-nav {
  background-color: var(--techfino-white);
  width: 100vw;
  height: 0;
  position: fixed;
  top: 100px;
  opacity: 0;
  z-index: 4;
  overflow: hidden;
}
.header-nav a {
  color: inherit;
}
.header-nav.opened {
  padding: 80px 20px 20px;
  height: 100vh;
  top: 0;
  opacity: 1;
  overflow-x: unset;
}
.header-nav-holder {
  max-height: 88vh;
  overflow-y: scroll;
}
.header-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.header-nav .header-nav-submenu-left {
  display: none;
}
.header-nav .header-nav-item {
  margin-bottom: 20px;
  font-size: 18px;
  color: #000042;
  font-weight: 700;
  position: relative;
}
.header-nav .header-nav-item > span {
  display: inline-block;
  margin-bottom: 15px;
}
.header-nav ul[role="menu"] {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
}
.header-nav .hs-menu-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px 0;
  font-size: 16px;
  color: #000042;
  font-weight: 400;
}
.header-nav .hs-menu-item:before {
  content: '';
  background: url('https://www.techfino.com/hubfs/new%20home/menu-item-arrow.svg') no-repeat center;
  background-size: cover;
  display: block;
  width: 13px;
  height: 11px;
}
.header-nav .hs-menu-item a[href*="#blind"] {
  color: #4040B2;
  font-weight: 600;
  cursor: pointer;
}
.header-nav .hs-menu-item:has(a[href*="#blind"]):before {
  display: none;
}
.header-nav .hs-menu-depth-1:has(a:empty) {
  display: none;
}
.header-nav .hs-menu-item.hs-item-has-children {
  flex-flow: row wrap;
}
.header-nav .hs-menu-item.hs-item-has-children ul {
  width: 100%;
  padding-left: 25px;
}
.header-tel {
  display: none;
}
#header.header-support {
  background-color: #100f5d;
  padding: 20px 0;
}
#header.header-support .col-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  #header {
    background-color: transparent;
    padding: 0;
    backdrop-filter: blur(25px);
  }
  #header .col-12 {
    justify-content: space-between;
  }
  .header-toggle {
    display: none;
  }
  .header-logo svg {
    max-width: 107px;
    height: auto;
  }
  .header-logo svg .st4 {
    fill: var(--techfino-white);
  }
  .header-nav {
    background-color: transparent;
    padding: 0;
    width: auto;
    height: auto;
    position: relative;
    top: unset;
    left: unset;
    opacity: 1;
    overflow: unset;
  }
  .header-nav.opened {
    height: auto;
  }
  .header-nav-holder {
    max-height: unset;
    overflow: unset;
  }
  .header-nav .header-nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }
  .header-nav .header-nav-item {
    padding: 17px 0;
    margin-bottom: 0;
    font-size: 16px;
    color: var(--techfino-white);
    font-weight: 400;
    cursor: pointer;
  }
  .header-nav .header-nav-item:hover {
    color: #53E0DC;
  }
  .header-nav .header-nav-item > span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 0;
  }
  .header-nav .header-nav-item > span svg {
    fill: none;
    stroke-width: 1.5;
    stroke: var(--techfino-white);
  }
  .header-nav .header-nav-item:hover > span svg {
    stroke: #53E0DC;
  }
  .header-nav-submenu {
    background: #F5F6FA;
    display: none;
    padding: 15px;
    max-width: 879px;
    position: absolute;
    border-top: 2px solid #53E0DC;
    border-right: 1px solid #D9D9F3;
    border-bottom: 1px solid #D9D9F3;
    border-left: 1px solid #D9D9F3;
    backdrop-filter: blur(25px);
  }
  .header-nav .header-nav-item:hover .header-nav-submenu {
    display: flex;
    align-items: stretch;
    justify-items: flex-start;
    top: 100%;
    left: 0;
    /*transform: translateX(-50%);*/
  }
  .header-nav .header-nav-submenu-left {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    padding: 34px 35px 35px 25px;
    width: 309px;
    border-right: 1px solid #D9D9F3;
  }
  .header-nav .header-nav-submenu-left h4 {
    margin-bottom: auto;
    font-size: 26px;
    color: #23237B;
    font-weight: 700;
  }
  .header-nav .header-nav-submenu-left h5 {
    margin: 0 0 6px;
    font-size: 16px;
    color: #23237B;
    font-weight: 400;
  }
  .header-nav .header-nav-submenu-left p {
    font-size: 13px;
    color: #53535F;
    font-weight: 300;
  }
  .header-nav .header-nav-submenu-left p:first-child {
    margin-bottom: auto;
  }
  .header-nav .header-nav-submenu-left p:last-child {
    margin-bottom: 0;
  }
  .header-nav .header-nav-submenu-right {
    flex: 1;
    padding: 9px 20px 17px 20px;
  }
  .header-nav .header-nav-submenu-right:has(.two-columns) {
    width: 569px;
  }
  .header-nav .header-nav-submenu-right .two-columns {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
  .header-nav .header-nav-submenu-right .hs-menu-depth-2 a {
    flex: 1;
    white-space: normal;
  }
  .header-nav .hs-menu-depth-1 a {
    white-space: nowrap;
  }
  .header-nav .hs-menu-depth-1:has(a:empty) {
    display: block;
  }
  .header-nav .hs-menu-depth-1:has(a:empty):before {
    opacity: 0;
  }
  .header-nav .hs-menu-item:hover:before {
    background-image: url('https://www.techfino.com/hubfs/new%20home/ico-home-arrow.svg');
  }
  .header-nav .hs-menu-item:hover {
    color: #5959E6;
  }
  .header-nav .header-nav-item:nth-child(2) .hs-menu-item:nth-child(n+7) {
    position: relative;
    top: -2px;
  }
  .header-nav .header-nav-item:nth-child(3) .hs-menu-item:nth-child(n+4) {
    position: relative;
    top: -4px;
  }
  .header-tel {
    display: flex;
  }
  .header-tel p {
    margin: 0;
    white-space: nowrap;
  }
  .header-tel p a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-size: 14px;
    color: var(--techfino-white);
    font-weight: 400;
  }
  #header.header-support .header-tel p a {
    color: var(--techfino-white);
  }
  #header.white {
    background-color: #F5F6FA;
    border-bottom: 1px solid #EDEDED;
  }
  #header.white .header-logo svg .st4 {
    fill: #14044B;
  }
  #header.white .header-nav .header-nav-item,
  #header.white .header-tel p a {
    color: #23237B;
  }
}
.footer {
  background: #23237B;
  padding: 40px 0;
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer-top {
  position: relative;
}
.footer-top:after {
  content: '';
  background-color: #4040B2;
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.footer-logo {
  margin: 0 0 40px;
  text-align: center;
}
.footer-logo svg {
  max-width: 162px;
}
.footer h5 {
  margin: 0 0 24px;
  font-size: 20px;
  color: #53E0DC;
  font-weight: 500;
}
.footer-connect {
  margin: 0 0 40px;
  text-align: center;
}
.footer-connect .address {
  margin-bottom: 16px;
  font-size: 16px;
  color: var(--techfino-white);
  line-height: 24px;
  font-weight: 400;
}
.footer-connect .tel,
.footer-connect .email {
  margin-bottom: 16px;
  font-size: 16px;
  color: #53E0DC;
  font-weight: 600;
  line-height: 24px;
}
.footer-connect .tel a,
.footer-connect .email a {
  color: inherit;
  text-decoration: underline;
}
.footer-connect .tel,
.footer-connect .email {
  margin: 0;
}
.footer-awards {
  margin: 0 0 40px;
  text-align: center;
}
.footer-awards-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
}
ul.footer-social {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  margin: 0 0 40px;
}
.footer-social li {}
.footer-social li a {
  background-color: #53E0DC;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.footer-nav {}
.footer-nav-item {
  margin: 0 0 40px;
}
.footer-nav-item h5 {
  font-size: 20px;
  color: var(--techfino-white);
  font-weight: 500;
}
.footer-nav-item ul[role="menu"] {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}
.footer-nav-item ul[role="menu"] li {
  font-size: 14px;
  color: var(--techfino-white);
  font-weight: 400;
}
.footer-nav-item ul[role="menu"] li a {
  color: inherit;
}
.footer-nav-item ul[role="menu"] li ul {
  padding-top: 20px;
  padding-left: 20px;
}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  position: relative;
  left: unset;
  opacity: 1;
  visibility: visible;
}
.footer .footer-bottom {
  background: transparent;
  padding: 40px 0 0;
}
.footer-copyright {
  margin: 0 0 40px;
  font-size: 16px;
  color: var(--techfino-white);
  font-weight: 400;
  text-align: center;
}
ul.footer-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 40px;
}
.footer-by {
  text-align: center;
}
.footer-by  a {
  display: inline-block;
  text-align: center;
}
.footer-by a p {
  display: inline-block;
  margin: 0;
  font-size: 10px;
  color: var(--techfino-white);
  text-align: center;
  position: relative;
  left: -5px;
}
.footer-by a img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .footer {
    padding: 100px 0 50px;
  }
  .footer-top:after {
    display: none;
  }
  .footer-top .container {
    padding-bottom: 80px;
    border-bottom: 1px solid #4040B2;
  }
  .footer-top .row {
    align-items: stretch;
  }
  .footer-logo,
  .footer-connect,
  ul.footer-social {
    margin: 0;
    text-align: left;
  }
  .footer-connect,
  .footer-awards {
    padding-top: 3rem;
  }
  .footer-awards {
    margin-bottom: 36px;
    text-align: left;
  }
  .footer-awards-list {
    justify-content: flex-start;
  }
  ul.footer-social {
    justify-content: flex-start;
    padding-top: 2rem;
  }
  .footer-top .col-lg-2:nth-child(1) {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: space-between;
  }
  .footer-top .col-lg-2:nth-child(2) {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: flex-end;
  }
  .footer-nav {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .footer-nav-item {
    flex: 1;
    margin: 0;
  }
  .footer-bottom .col-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-copyright,
  ul.footer-logos {
    margin: 0;
  }
  .footer-copyright {
    max-width: 151px;
    text-align: left;
  }
  ul.footer-logos {
    gap: 100px;
  }

  .footer-two-columns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
  }
  .footer-one-column {
    flex: 1;
  }
}