: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;
}
/*! 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 */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .row-fluid .span11 {
    width: calc(91.66% - var(--column-gap) * 0.0833);
  }

  .row-fluid .span10 {
    width: calc(83.33% - var(--column-gap) * 0.166);
  }

  .row-fluid .span9 {
    width: calc(75% - (var(--column-gap) * 0.25));
  }

  .row-fluid .span8 {
    width: calc(66.66% - var(--column-gap) * 0.333);
  }

  .row-fluid .span7 {
    width: calc(58.33% - var(--column-gap) * 0.4166);
  }

  .row-fluid .span6 {
    width: calc(50% - var(--column-gap) * 0.5);
  }

  .row-fluid .span5 {
    width: calc(41.66% - var(--column-gap) * 0.5833);
  }

  .row-fluid .span4 {
    width: calc(33.33% - var(--column-gap) * 0.6668);
  }

  .row-fluid .span3 {
    width: calc(25% - var(--column-gap) * 0.75);
  }

  .row-fluid .span2 {
    width: calc(16.66% - var(--column-gap) * 0.8333);
  }

  .row-fluid .span1 {
    width: calc(8.33% - var(--column-gap) * 0.9166);
  }
}

/*
* 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%;
}
@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)*.5);
  padding-right: calc(var(--bs-gutter-x)*.5);
  width: 100%
}

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

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

@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;
  }
}

@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: 1410px;
  }
}

@media (min-width: 1921px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    max-width: 1410px;
  }
}
/* 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;
}
.btn,
.hs-button {
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 41px;
  font-size: 19px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.btn-primary {
  background-color: var(--techfino-light-blue);
  color: var(--techfino-white);
}
.btn-primary:hover {
  background-color: var(--techfino-primary-hover);
  border-color: var(--techfino-white);
}
.btn-outline {
  color: var(--techfino-light-blue);
  border-color: var(--techfino-light-blue);
}
.btn-outline:hover {
  background-color: var(--techfino-light-blue);
  color: var(--techfino-white);
  border-color: var(--techfino-white);
}

.purple-versio--btt {
	background: linear-gradient(90deg, #23237B 0%, #4040E1 100%) !important;
	padding: 8px 24px !important;
	
	color: #FFF !important;
text-align: center !important;
font-family: Barlow !important;
font-size: 1rem;
font-weight: 400;
text-transform: uppercase;
}
.hbspt-form {
  width: 100%;
}
form .hs-error-msg {
  font-size: 11px;
  color: red;
  position: absolute;
  bottom: 5px;
  z-index: 8;
}
.banner-netsuite-support form .hs-form-field {
  position: relative;
}
form input:focus,
form select:focus,
form textarea:focus {
  outline: 0;
  border: none;
}


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 fieldset .hs-form-field {
	margin: 0;
  position: relative;
  border: 1px solid #E3E3EC;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(227, 227, 236);
  padding: 10px 25px;
  text-align: left;
  background-color: #fff;
}

label {
  line-height: 18px;
  font-size: 15px;
  text-transform: uppercase;
  color: #4040B2;
  font-weight: 400;
  margin-bottom: 10px;
}

input, textarea {
  font-weight: 600;
  line-height: 23px;
  font-size: 19px;
  color: #23237B;
  background: transparent;
  border: none;
  margin: 0px;
  padding: 0px;
  font-family: Barlow;
}

.hs-form input[type="submit"] {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  padding: 14px 40px;
  border: 1px solid #53E0DC;
  background: #53E0DC;
  margin-top: 30px !important;
	background: #70f3ef;
}

input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="file"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select, textarea {
	border: 0;
	background: #fff;
}
/* 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 {
  padding: 20px 0;
  width: 100%;
}
#header.fixed {
  background-color: var(--techfino-white);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
#header .col-12 {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header-logo img {
  max-width: 168px;
  height: auto;
}
.header-toggle {
  width: 24px;
  height: 20px;
  position: absolute;
  top: 23px;
  left: 15px;
  cursor: pointer;
}
.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 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-nav {
  background-color: var(--techfino-white);
  display: none;
}
.header-nav.opened {
  display: block;
  width: 100%;
}
.header-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.header-nav .hs-menu-wrapper > ul {
  border: 1px solid #e4e2e7;
}
.header-nav .hs-menu-depth-2.hs-item-has-children > ul {
  background-color: var(--techfino-white);
  width: auto;
  position: absolute;
  left: 100%;
  top: 0; 
  opacity: 0;
  pointer-events: none;
}
.header-nav .hs-menu-depth-2.hs-item-has-children:hover > ul {
  opacity: 1;
  pointer-events: auto;
}
.header-nav .hs-menu-depth-2.hs-item-has-children > ul > li {
  border-bottom: 1px solid #e4e2e7;
}
.header-nav .hs-menu-depth-2.hs-item-has-children > ul > li:hover {
  background-color: #00dee0;
}
.header-nav .hs-menu-depth-2.hs-item-has-children > ul > li:last-child {
  border: none;
}
.header-nav .hs-menu-depth-2.hs-item-has-children > ul > li > a {
  display: block;
  padding: 18px 18px 18px 30px;
  font-size: 18px;
  color: var(--techfino-blue);
  font-weight: 400;
  white-space: nowrap;
}
.header-nav .hs-menu-depth-2.hs-item-has-children > ul > li:hover a {
  color: var(--techfino-white);
}
.header-nav .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a {
  background: #f6f6fa;
  display: block;
  width: 100%;
  padding: 10px 10px 10px 30px;
  font-size: 16px;
  color: #2d2c8d;
  font-weight: 600;
  line-height: 19px;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #e4e2e7;
}
.header-nav .hs-menu-wrapper > ul > li > ul > li > a {
  display: block;
  width: 100%;
  padding: 8px 18px 8px 30px;
  font-size: 16px;
  color: #2d2c8d;
  line-height: 19px;
  text-transform: capitalize;
  border-bottom: 1px solid #e4e2e7;
}
.header-nav a[href*="#blind"] {
  background: #e3e3ec;
  padding: 5px 5px 5px 30px!important;
  font-size: 13px!important;
  font-weight: 600!important;
  cursor: default;
  pointer-events: none;
}
.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.fixed .header-logo img {
		max-width:140px;
	}
	#header.fixed .header-nav .hs-menu-wrapper>ul>li.hs-menu-depth-1>a {
		padding: 29px 0 27px
	}
  #header {
    padding: 0;
  }
  #header .col-12 {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .header-toggle {
    display: none;
  }
  .header-logo img {
    max-width: 202px;
    height: auto;
  }
  .header-nav {
    background-color: transparent;
    display: block;
    width: auto;
    height: auto;
    position: relative;
    top: unset;
    left: unset;
  }
  .header-nav .hs-menu-wrapper > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border: none;
  }
  .header-nav .hs-menu-wrapper > ul > li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--techfino-blue);
    position: relative;
  }
  .header-nav .hs-menu-wrapper > ul > li.hs-item-has-children:after {
    content: "\f107";
    color: var(--techfino-blue);
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 10px;
    margin-left: 6px;
    position: relative;
    top: 4px;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .header-nav .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a {
    border: none;
  }
  .header-nav .hs-menu-wrapper > ul > li:hover,
  .header-nav .hs-menu-wrapper > ul > li.hs-item-has-children:hover:after {
    color: var(--techfino-light-blue);
  }
  .header-nav .hs-menu-wrapper > ul >  li.hs-menu-depth-1 > a {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 49px 0 47px;
    font-size: 18px;
    font-weight: 400;
    color: inherit;
    text-transform: capitalize;
    position: relative;
  }
  .header-nav .hs-menu-wrapper > ul > li > ul > li:hover > a {
    background-color: var(--techfino-light-blue);
    color: var(--techfino-white);
  }
  .header-nav .hs-menu-wrapper > ul > li > a:before {
    content: '';
    background-color: var(--techfino-light-blue);
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header-nav .hs-menu-wrapper > ul > li:hover > a:before {
    width: 100%;
    height: 3px;
  }
  .header-nav .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper {
    background-color: var(--techfino-white);
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid #e4e2e7;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3;
  }
  .header-nav .hs-menu-wrapper > ul > li:hover > .hs-menu-children-wrapper {
    opacity: 1;
    pointer-events: auto;
  }
  .header-nav .hs-menu-wrapper > ul > li > ul > li {
    background: transparent;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #1a1b45;
    border-bottom: 1px solid #e4e2e7;
    position: relative;
  }
  .header-nav .hs-menu-wrapper > ul > li > ul > li > a {
    display: block;
    padding: 18px 18px 18px 30px;
    font-size: 18px;
    color: var(--techfino-blue);
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
  }
  .header-nav a[href*="#blind"] {
    background: #e3e3ec;
    padding: 10px 10px 10px 30px!important;
    font-size: 16px!important;
    font-weight: 600!important;
    cursor: default;
    pointer-events: none;
  }
  .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: 5px;
    font-size: 18px;
    color: var(--techfino-blue);
    font-weight: 500;
  }
  #header.header-support .header-tel p a {
    color: var(--techfino-white);
  }
}
.footer {
  background: #1a1a6a;
}
.footer .col-md-3 {
  padding: 40px;
}
.footer h5 {
  margin-bottom: 18px;
  font-size: 18px;
  color: #f6f6fa;
  font-weight: 600;
  line-height: 25px;
}
.footer .address {
  margin-bottom: 15px;
  font-size: 17px;
  color: #f6f6fa;
  line-height: 23px;
}
.footer .phone {
  margin-bottom: 10px;
  font-size: 17px;
  color: #f6f6fa;
  line-height: 23px;
}
.footer .phone a {
  color: inherit;
}
.footer .email {
  font-size: 17px;
  color: var(--techfino-light-blue);
}
.footer .email a {
  color: inherit;
}
.footer .footer-social-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  padding: 0;
  margin: 0 0 30px;
  list-style-type: none;
}
.footer .footer-social-list li a {
  background-color: #2d2c8d;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  font-size: 22px;
  color: var(--techfino-white);
}
.footer .footer-top-logos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 0;
  margin: 0 0 30px;
  list-style-type: none;
}
.footer .footer-logos-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .copy {
  margin: 0 0 10px;
  font-size: 14px;
  color: #c0c0c5;
  opacity: .4;
}
.footer .col-md-9 {
  background-color: var(--techfino-blue-footer);
  flex: unset;
  width: calc(100% - 24px);
  padding: 40px;
  margin: 0 auto;
  border-bottom: 5vw solid #1a1a6a;
}
.footer .footer-top-item {
  margin-bottom: 30px;
}
.footer .footer-top-item:last-child {
  margin-bottom: 0;
}
.footer .footer-top-item ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer .footer-top-item ul > li {
  padding: 5px 0;
}
.footer .footer-top-item ul > li > a {
  font-size: 16px;
  color: #afafe7;
}
.footer .footer-bottom {
  background-color: #f6f6fa;
}
.footer .footer-logos-list {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 2fr);
  padding: 30px 0;
}
.footer .footer-logos-item img {
  filter: grayscale(1);
}
.footer.footer-support {
  background: #1a1a6a;
}
.footer-support-top .col-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-support-right {
  text-align: right;
}
.footer.footer-support .address,
.footer.footer-support .phone,
.footer.footer-support .email{
  margin: 0;
}

footer.footer .footer-copyright {
	font-size: 14px !important;
}

footer.footer .footer-top .col-lg-2:nth-child(2) {
	justify-content: center !important;
}

footer.footer .footer-top .col-lg-2:first-child {
	justify-content: flex-start !important;
}

footer.footer .footer-connect {
	padding-top: 3rem !important;
}

footer.footer .footer-nav-item {
	flex: auto !important;
}

@media (min-width: 1200px) {
  .footer {
    background: #23237d;
    background: linear-gradient(90deg,#1a1a6a 33.3%,#23237d 0);
  }
  .footer .footer-social-list li a:hover {
    background-color: #403fbd;
  }
  .footer .col-md-9 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2.564102564%;
    border: none;
  }
  .footer .col-md-9 .footer-top-item {
    flex: 1;
  }
  .footer .col-md-9 .footer-top-item a:hover {
    color: var(--techfino-light-blue);
  }
  .footer .footer-logos-list {
    grid-template-columns: repeat(3, 3fr);
  }
  .footer .footer-logos-item:hover img {
    filter: none;
  }
}

@media (min-width: 1920px) {
  .footer {
    background: linear-gradient(90deg,#1a1a6a 35.3%,#23237d 0);
  }
}
@media (min-width: 2500px) {
  .footer {
    background: linear-gradient(90deg,#1a1a6a 45.3%,#23237d 0);
  }
}