*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

.banner-section .dnd-section {
    padding: 0px!important;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "Ionicons"; 
  src: url(//3931865.fs1.hubspotusercontent-na1.net/hubfs/3931865/raw_assets/public/General_Devices_2024/fonts/ionicons.eot) format("embedded-opentype"), 
    url(//3931865.fs1.hubspotusercontent-na1.net/hubfs/3931865/raw_assets/public/General_Devices_2024/fonts/ionicons.ttf) format("truetype"), 
    url(//3931865.fs1.hubspotusercontent-na1.net/hubfs/3931865/raw_assets/public/General_Devices_2024/fonts/ionicons.woff) format("woff"), 
    url(//3931865.fs1.hubspotusercontent-na1.net/hubfs/3931865/raw_assets/public/General_Devices_2024/fonts/ionicons.svg) format("svg"); 
  font-style: normal; 
  font-weight: normal; 
}

@font-face { 
  font-family: "FontAwesome"; 
  src: url(//3931865.fs1.hubspotusercontent-na1.net/hubfs/3931865/raw_assets/public/General_Devices_2024/fonts/fontawesome-webfont.eot) format("embedded-opentype"), 
    url(//3931865.fs1.hubspotusercontent-na1.net/hubfs/3931865/raw_assets/public/General_Devices_2024/fonts/fontawesome-webfont.woff2) format("woff2"), 
    url(//3931865.fs1.hubspotusercontent-na1.net/hubfs/3931865/raw_assets/public/General_Devices_2024/fonts/fontawesome-webfont.woff) format("woff"), 
    url(//3931865.fs1.hubspotusercontent-na1.net/hubfs/3931865/raw_assets/public/General_Devices_2024/fonts/fontawesome-webfont.ttf) format("truetype"), 
    url(//3931865.fs1.hubspotusercontent-na1.net/hubfs/3931865/raw_assets/public/General_Devices_2024/fonts/fontawesome-webfont.svg) 
    format("svg"); 
  font-style: normal; 
  font-weight: normal; 
}


@font-face { 
  font-family: "Font Awesome 5 Free"; 
  src: url(//3931865.fs1.hubspotusercontent-na1.net/hubfs/3931865/raw_assets/public/General_Devices_2024/fonts/fa-solid-900.eot) format("embedded-opentype"), 
    url(//3931865.fs1.hubspotusercontent-na1.net/hubfs/3931865/raw_assets/public/General_Devices_2024/fonts/fa-solid-900.woff2) format("woff2"), 
    url(//3931865.fs1.hubspotusercontent-na1.net/hubfs/3931865/raw_assets/public/General_Devices_2024/fonts/fa-solid-900.woff) format("woff"), 
    url(//3931865.fs1.hubspotusercontent-na1.net/hubfs/3931865/raw_assets/public/General_Devices_2024/fonts/fa-solid-900.svg) format("truetype"), 
    url(//3931865.fs1.hubspotusercontent-na1.net/hubfs/3931865/raw_assets/public/General_Devices_2024/fonts/fa-solid-900.svg) 
    format("svg"); 
  font-style: normal; 
  font-weight: 900; 
  font-display: auto; 
}


body {
  font-family: Rubik;
  font-style: 400;
  color: #627792;
  font-size: 1rem;
  line-height: 1.625em;
  background-color: #ffffff;
  font-weight: 400;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Paragraphs */
p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */
h1 {
  font-family: Rubik;
  font-weight: 400;
  color: #121741;
  font-size: 3rem;
  line-height: 1.1em;
  letter-spacing: -1px;
  margin-bottom: 20px;
  margin-top: 40px;
}

h2 {
  font-family: Rubik;
  font-weight: 400;
  color: #121741;
  font-size: 2.25rem;
  line-height: 1.2em;
  margin-bottom: 20px;
  margin-top: 40px;
}

h3 {
  font-family: Rubik;
  font-weight: 400;
  color: #121741;
  font-size: 1.875rem;
  line-height: 1.2em;
  margin-bottom: 20px;
  margin-top: 40px;
}

h4 {
  font-family: Rubik;
  font-weight: 400;
  color: #121741;
  font-size: 1.25rem;
  line-height: 1.35em;
  margin-bottom: 20px;
  margin-top: 40px;
}

h5 {
  font-family: Rubik;
  font-weight: 400;
  color: #121741;
  font-size: 1.15rem;
  line-height: 1.35em;
  margin-bottom: 20px;
  margin-top: 40px;
}

h6 {
  font-family: Rubik;
  font-weight: 400;
  color: #121741;
  font-size: 1rem;
  line-height: 1.35em;
  margin-bottom: 20px;
  margin-top: 40px;
}
/* Lists */

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

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

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button,
form .hs-button, form input[type=submit] {
      margin-top: 10px;
    cursor: pointer;
    margin-bottom: 8px;
    align-self: flex-end;
    background: #121741;
    color: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 55px;
    font-family: Rubik;
    font-weight: 500;
    text-transform: none;
    font-size: 1rem;
    line-height: 55px;
    padding-top: 0px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
    border: 1px solid rgba(14, 43, 92, 0.1);
    white-space: nowrap;
    display: inline-block;
    position: relative;
    z-index: 1;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=tel], form input[type=text], form select, form textarea {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px;
  max-width: 100%;
  width: 100%;
  height: 55px;
  background: #ffffff;
  font-family: Rubik;
  font-style: normal;
  color: #121741;
  border: 1px solid rgba(3, 42, 95, 0.1);
  border-radius: 5px;
  outline: none;
      margin-top: 10px;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg,
ul.no-list.hs-error-msgs.inputs-list li label{
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form .hs-button, form input[type=submit] {
  cursor: pointer;
  margin-bottom: 8px;
  align-self: flex-end;
  background: #121741;
  color: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 55px;
  font-family: Rubik;
  font-weight: 500;
  text-transform: none;
  font-size: 1rem;
  line-height: 55px;
  padding-top: 0px;
  padding-right: 40px;
  padding-bottom: 0px;
  padding-left: 40px;
  border: 1px solid rgba(14, 43, 92, 0.1);
  white-space: nowrap;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.hs-form-field {
  margin-bottom: 20px;
}


ul.no-list {
    padding: 0px;
    margin: 0px;
}

#hs_cos_wrapper_subscription_preferences .page-header h1 {
    font-size: 34px;
}

#hs_cos_wrapper_subscription_preferences .page-header h2 {
    font-size: 25px;
}

#hs_cos_wrapper_subscriptions_confirmation .page-header h2 {
    font-size: 25px;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.call{display:none;}
.btm-hdr-wrp {
  -webkit-box-shadow: rgb(0 0 0 / 12%) 0 10px 60px;
  -moz-box-shadow: rgba(0, 0, 0, 0.12) 0 10px 60px;
  -ms-box-shadow: rgba(0, 0, 0, 0.12) 0 10px 60px;
  -o-box-shadow: rgba(0, 0, 0, 0.12) 0 10px 60px;
  box-shadow: rgb(0 0 0 / 12%) 0 10px 60px;
  background-color: #ffffff;
  position: relative;
  z-index: 99;
}

.btm-hdr-wrp.hdr-no-nav {
  background: #13173E;
  margin-top: 0px;
  min-height: 103px;
}

.btm-hdr-wrp.hdr-no-nav .tp-wrp {
  margin: 0px;
}

.btm-hdr-wrp .tp-wrp {
  position: fixed;
  width: 100%;
  top: 0px;
  max-width: 100%;
  background: #13173E;
  padding: 35px 0px 0px;
  z-index: 100;
  box-shadow:rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
}

.btm-wrp {
  width:740px;
  float:left;
}
.header-min-height {
  min-height: 125px;
}
.btm-hdr-wrp .tp-wrp .inner-tp-wrp-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.btm-wrp {
  padding: 0px;
  position: relative;
}

.btm-hdr-wrp .tp-wrp-logo-wrp {
padding:10px 10px 4px;
}

.btm-hdr-wrp .tp-wrp-logo-wrp .cm-logo img {
  width: 94px;
}

.btm-hdr-wrp .tp-wrp-menu-wrp {
float:right;
  width:800px;
}

.btm-hdr-wrp .tp-wrp-menu-wrp .hs-menu-wrapper > ul {
  padding: 0px;
  margin: 0px;
  display: block;
  font-size: 1rem;
  line-height: 1.625em;
}
.tp-wrp-right{
  width:1026px;
 
}

.btm-hdr-wrp .tp-wrp-menu-wrp .hs-menu-wrapper > ul > li {
  display: inline;
  padding: 13px 18px;
}

.btm-hdr-wrp .tp-wrp-menu-wrp .hs-menu-wrapper > ul > li > a {
font-size:18px;
}

.btm-hdr-wrp .navigator {
 position: absolute;
  top:34px;
  right: 212px;
  padding: 0px;
}
.elementor-button-link{
  background:#121741;
  border-radius: 4px;
  padding: 10px 20px;
  float: right;
  font-size: 15px;
  position: absolute;
  right: 10px;
  top: 20px;
  color:#fff;
}
.elementor-button-link:hover{
    background:#0274be;
    color:#fff;
}
.btm-hdr-wrp .navigator .search-box {
  list-style: none;
}

.btm-hdr-wrp .navigator .search-box .fa.fa-search {
  color: #121741;
  font-size: 22px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.btm-hdr-wrp .navigator .search-box .fa-search:before {
  content: "\f002";
}

.btm-hdr-wrp .navigator .search-box .widget_search {
  display: none!important;
}

.btm-hdr-wrp  .fa{
  font: normal normal normal 14px/1 FontAwesome;
}

.btm-hdr-wrp .navigator .search-box .widget_search .search-form {
  font-weight: normal;
  position: relative;
  display: block;
  margin-top: 0em;
  width:100%;
}
.close-search-box{
  width: 20px;
  position: absolute;
  right: 4em;
  fill:hsla(0,0%,93.3%,0.9);
  cursor:pointer;
}
.close-search-box:hover{
  fill:#fff;
}
.btm-hdr-wrp .navigator .search-box .widget_search .search-form label {
  display: inline-block;
  margin-bottom: 0.5rem;
  width:100%;
}

span.screen-reader-text {
  display: none;
  border: 0;
  clip: rect(1px,1px,1px,1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal!important;
}

.btm-hdr-wrp .navigator .search-box .widget_search .search-form .search-field {
 width: 100%;
  background: none;
  border-width: 0 0 1px !important;
/*  text-rendering: optimizeLegibility;*/
  font-size: 50px;
  color: #fff;
text-align:center;
}
.btm-hdr-wrp .navigator .search-box .widget_search .search-form .search-field::placeholder{
  color:#fff;
  opacity:0.6;
}
.btm-hdr-wrp .navigator .search-box .widget_search .search-form .search-submit {
  width: 20px;
  height: 26px;
  padding: 0;
  text-indent: -9999px;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -15px;
  border: none;
  opacity: 0.3;
  background: #121741 !important;
  color: #fff !important;
  border-radius: 10px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: none;
  font-size: 1rem;
  line-height: 55px;
  font-family: Rubik;
  font-weight: 500;
  white-space: nowrap;
  display: inline-block;
}

.btm-hdr-wrp .navigator .active .widget_search {
  display: flex !important;
  position: fixed;
  width: 100%;
  z-index: 1;
  right: 0;
  top:0px;
  background:rgba(0,0,0,.8);
  height:100vh;
  padding:0 15%;
  align-items:center;
}

.btm-wrp .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  display: flex;
  font-size: 1rem;
  line-height: 1.625em;
}

.btm-wrp .hs-menu-wrapper > ul > li {
  list-style: none;
  position: relative;
  text-align: center;
  flex-grow: 1;
}



.btm-wrp .hs-menu-wrapper > ul > li > a {
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  font-size: 18px;
  display: block;
  color: #0e2b5c;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.btm-wrp .hs-menu-wrapper > ul > li:hover > a{
  color: #3574e3;
}


/*.btm-wrp .hs-menu-wrapper > ul > li:before {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  right: 0;
  top: -2px;
  border-bottom: 3px solid;
  z-index: -1;
  transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  border-color: #E99D23 !important;
}*/
.btm-wrp .hs-menu-wrapper > ul > li:hover:before{
  width: 100%;
  left: 0;
  right: auto;
}

.btm-wrp .hs-menu-wrapper > ul > li > ul {
  text-align: left;
  position: absolute;
  min-width: 250px;
  left: 140px;
  top: 88px;
  z-index: 2;
  padding: 20px 0;
  display: none\9;
  visibility: hidden;
  background: #141641;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 19px 1px rgb(0 0 0 / 9%);
  -moz-box-shadow: 0 5px 19px 1px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 19px 1px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 19px 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 19px 1px rgb(0 0 0 / 9%);
  -webkit-transform: translateX(-50%) translateY(10px);
  transform: translateX(-50%) translateY(10px);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.btm-wrp .hs-menu-wrapper > ul > li > ul li {
  list-style: none;
  position: relative;
}

.btm-wrp .hs-menu-wrapper > ul > li > ul > li > a{
  white-space: nowrap;
  padding: 5px 40px;
  color: #fff;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
  display: block;
}

.btm-wrp .hs-menu-wrapper > ul > li:hover > ul{
  display: block\9;
  visibility: visible;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translateX(-50%) translateY(-10px);
  transform: translateX(-50%) translateY(-10px);
}

.e-font-icon-svg.e-fas-chevron-down {
  width: 10px;
  right: 10px;
  position: absolute;
  bottom: 25px;
}
/*.btm-wrp .hs-menu-wrapper > ul > li > ul:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  height: 14px;
  width: 14px;
  background: #141641;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%) translateY(6px) rotate(-45deg);
  -webkit-transform: translateX(-50%) translateY(6px) rotate(-45deg);
  transform: translateX(-50%) translateY(6px) rotate(-45deg);
}*/

.btm-wrp .hs-menu-wrapper > ul > li > ul > li a:hover {
  color:#0274be;
}

.btm-wrp .hs-menu-wrapper ul li.active>a,
.btm-wrp .hs-menu-wrapper ul li.active-branch>a{
  color: #E99D23;
}

.btm-wrp .hs-menu-wrapper > ul > li > ul > li > ul {
  text-align: left;
  position: absolute;
  min-width: 250px;
  left: 50%;
  top: 100%;
  z-index: 2;
  padding: 20px 0;
  display: none\9;
  visibility: hidden;
  background:#488DE5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 19px 1px rgb(0 0 0 / 9%);
  -moz-box-shadow: 0 5px 19px 1px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 19px 1px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 19px 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 19px 1px rgb(0 0 0 / 9%);
  -webkit-transform: translateX(-50%) translateY(10px);
  transform: translateX(-50%) translateY(10px);
  left: calc(100% - 5px);
  top: -21px;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}

.btm-wrp .hs-menu-wrapper > ul > li > ul > li:hover > ul{
  visibility: visible;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translateX(-50%) translateY(-10px);
  transform: translateX(-50%) translateY(-10px);
  transform: translateX(0) translateY(0);
  left: calc(100%);
  top: -21px;
  -webkit-transform: translateX(0) translateY(0);
}

.btm-wrp .hs-menu-wrapper > ul > li > ul > li > ul  li {
  list-style: none;
  position: relative;
}

.btm-wrp .hs-menu-wrapper > ul > li > ul > li > ul  li a{
  white-space: nowrap;
  padding: 5px 40px;
  color: #fff;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
  display: block;
 
}
.btm-wrp .hs-menu-wrapper > ul > li > ul > li > ul  li a:hover{
  color:#141641;
}
/*
.btm-wrp .hs-menu-wrapper > ul > li > ul > li > ul:after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  height: 14px;
  width: 14px;
  background: #141641;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%) translateY(6px) rotate(-45deg);
  transform: translateX(-50%) translateY(6px) rotate(-45deg);
  top: 35px;
  bottom: auto;
  left: -8px;
  -webkit-transform: translateX(0) translateY(0) rotate(-135deg);
  transform: translateX(0) translateY(0) rotate(-135deg);
}*/

.btm-hdr-wrp .tp-wrp-menu-wrp .hs-menu-wrapper > ul > li > a:hover{
  text-decoration: none;
}
.hs-menu-children-wrapper li:first-child .e-font-icon-svg.e-fas-chevron-down {
  fill: #fff;
  transform: rotate(270deg);
  top: 13px;
  left: 114px;
}
.mobile-contact-wrp {
  display: none;
}

.off-canvas-toggle {
  display: none;
}
.e-font-icon-svg.e-fas-phone-alt {
  width: 12px !important;
  fill: #fff;
  margin-right: 8px;
}
.e-font-icon-svg.e-fas-phone-alt:hover{
  fill:#3787c5;
}
.header-wrp .inner-hdr-wrap ul li:last-child {
  border-left: 1px solid #fff;
  padding: 7px 5px 7px 20px;
}
.header-wrp .inner-hdr-wrap ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display:block;
    font-size: 1rem;
    line-height: 1.625em;
  }
.header-wrp {
    background: #fff;
    width: 100%;
    position: fixed;
    text-align: right;
    top: 0;
    z-index: 101;
  }
@media only screen and (min-width: 1024px){
  .header-wrp .inner-hdr-wrap ul li a:hover {
    text-decoration: none;
  }
  .btm-hdr-wrp.hdr-no-nav {
    min-height: 133px;
  }
  
  .header-wrp .inner-hdr-wrap {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
  }

 
 .mobile-menu-wrp {
    display: none;
  }
}


@media only screen and (min-width: 1024px) and (max-width: 1280px){
  .btm-wrp{
    padding: 0 3%; 
  }
}
@media only screen and (max-width: 1024px){
  .e-font-icon-svg.e-fas-chevron-down{
    display:none;
  }
  .btm-hdr-wrp .tp-wrp-logo-wrp .cm-logo img {
  width: 74px;
}
}
.header-wrp .inner-hdr-wrap ul li {
    padding: 0px 10px;
    text-transform: uppercase;
    display: inline;
  }

  .header-wrp .inner-hdr-wrap ul li:first-child{
    border: none;
  }

  .header-wrp .inner-hdr-wrap ul li a {
    color: #13173E;
    font-weight: bold;
  }
@media only screen and (min-width: 1025px){
.btm-wrp .hs-menu-wrapper > ul .hs-menu-depth-1:nth-child(n+6){
  display: none;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1200px){
 .btm-wrp .hs-menu-wrapper > ul > li > a{
   font-size:14px;}
  .btm-hdr-wrp .tp-wrp-menu-wrp .hs-menu-wrapper > ul > li > a{
    font-size:14px;}
  .btm-wrp{
    width:660px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
    .btm-hdr-wrp .navigator {
    top: -55px;
  right: 250px;
  }

}

@media  (max-height: 870px) and (max-width: 1024px){
/*.mobile-menu .hs-menu-wrapper > ul .hs-menu-depth-1:nth-child(n+6) a{
   font-size:12px !important;
    padding:0px !important;
  }
.mobile-menu .hs-menu-wrapper > ul .hs-menu-depth-1:nth-child(6) a{
    margin-top:40px;
    
}*/
  .mobile-menu .hs-menu-wrapper > ul{
    height: 100vh;
  }
}

@media only screen and (max-width: 1024px){
  
  .btm-wrp {
    width:100%;
  }
  .elementor-button-link{
    right:50px;
    top:15px;
  }
  .btm-wrp .hs-menu-wrapper > ul{
    display:none;
  }
 
  .btm-hdr-wrp .tp-wrp{
    margin-top: 0px;
    position: relative;
    padding: 0px;
  }
  .btm-wrp{
    margin-top:0px;
  }
  .btm-hdr-wrp{
    margin-top:0px;
  }
  .mobile-contact-wrp {
    padding: 0px !important;
    position: fixed;
    width: 100%;
    background-color: #0b224a;
    font-family: Rubik;
    font-style: normal;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    line-height: 12px;
    top:0px;
    z-index: 9999999;
  }

  .mobile-contact-wrp .c-wrp {
    max-width: 100%;
    width: 1170px;
    margin: 0 auto;
    position: relative;
  }

  .mobile-contact-wrp .inner-mobile-contact-wrp {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .mobile-contact-wrp .topbar-text {
    flex-grow: 1;
  }

  .mobile-contact-wrp .gd_topbar {
    float: left;
    width: 100%;
  }

  .mobile-contact-wrp p {
    width: 50%;
    float: left;
    font-family: Montserrat;
    font-size: 14px;
    text-align: center;
    padding: 0 30px;
    line-height: 16px;
    margin: 10px 0px;
    color: rgba(255, 255, 255, 0.5);
  }

  .mobile-contact-wrp p a {
    color: #fff;
    font-weight: bold;
  }
  .mobile-contact-wrp p:first-child {
    border-right: 1px solid;
  }
  .btm-hdr-wrp .tp-wrp .inner-tp-wrp-container{
    max-width: 100%;
  }
  .btm-hdr-wrp .tp-wrp-menu-wrp {
    display: none;
  }
  .mobile-contact-wrp {
    display: block;
  }

  .off-canvas-toggle {
    display:block;
    margin-left: 20px;
    font-size: 18px;
    color: #141641;
    padding: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top:15px;
    right: 0px;
    text-align: center;
    line-height: 40px;
  }

  .off-canvas-toggle:before {
    width: 24px;
    height: 2px;
    content: "";
    position: absolute;
    top: 50%;
    border: 1px solid;
    margin-top: -1px;
    left: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    left: 50%;
    margin-left: -12px;
  }

  .off-canvas-toggle span{
    display: inline-block;
  }

  .off-canvas-toggle span:before{
    left: auto;
    margin-right: -12px;
    right: 50%;
    top: auto;
    bottom: 50%;
    margin-bottom: -10px;
    width: 24px;
    height: 2px;
    content: "";
    position: absolute;
    margin-top: -10px;
    border: 1px solid;
    border-radius: 5px;
  }

  .off-canvas-toggle span:after{
    left: auto;
    margin-right: -12px;
    right: 50%;
    width: 24px;
    height: 2px;
    top: 50%;
    margin-top: -10px;
    border: 1px solid;
    content: "";
    position: absolute;
    border-radius: 5px;
  }

  .btm-hdr-wrp .navigator .search-box {
    margin-top: 85px;
  }
 .off-canvas-toggle:hover {
    color: #141641;
  }
 
  .mobile-menu-wrp {
    overflow-y:auto;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: Rubik;
    font-weight: 500;
    text-transform: none;
    font-size: 1.25rem;
    line-height: 150%;
    background-color: #141641;
    left: 0;
    visibility: hidden;
    z-index: 101;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    z-index: 999999999999;
  }

  .open-menu .mobile-menu-wrp {
    visibility: visible;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }

  .mobile-menu {
    padding-top: 50px;
    padding-right: 40px;
    padding-bottom: 50px;
    padding-left: 40px;
  }

  .mobile-menu .hs-menu-wrapper ul ul {
    display: none;
  }
  .mobile-menu .hs-menu-wrapper > ul > .childOpen > ul {
    display: block;
  }
  .mobile-menu .hs-menu-wrapper > ul {
    margin: 0;
    display: block;
    font-size: 1.25rem;
    line-height: 150%;
    background:#141641;
  }

  .mobile-menu .hs-menu-wrapper > ul > li {
    list-style: none;
    position: relative;
    font-family: Rubik;
    font-weight: 500;
    text-transform: none;
    font-size: 18px;
    line-height: inherit;
    background-color: #141641;
    visibility: hidden;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }

  .open-menu .mobile-menu .hs-menu-wrapper > ul > li {
    visibility: visible;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }

  .mobile-menu .hs-menu-wrapper > ul > li > a {
    padding-right: 60px;
    display: inline-block;
    padding: 15px 0;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    color: #ffffff;
  }

  .mobile-menu .hs-menu-wrapper > ul > li:nth-child(6) {
    -webkit-transition-delay: 360ms;
    -moz-transition-delay: 360ms;
    -ms-transition-delay: 360ms;
    -o-transition-delay: 360ms;
    transition-delay: 360ms;
    -webkit-transition-duration: 750ms;
    -moz-transition-duration: 750ms;
    -ms-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    transition-duration: 750ms;
  }
  .mobile-menu .hs-menu-wrapper > ul > li:nth-child(5) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    -webkit-transition-duration: 650ms;
    -moz-transition-duration: 650ms;
    -ms-transition-duration: 650ms;
    -o-transition-duration: 650ms;
    transition-duration: 650ms;
  }
  .mobile-menu .hs-menu-wrapper > ul > li:nth-child(4) {
    -webkit-transition-delay: 240ms;
    -moz-transition-delay: 240ms;
    -ms-transition-delay: 240ms;
    -o-transition-delay: 240ms;
    transition-delay: 240ms;
    -webkit-transition-duration: 550ms;
    -moz-transition-duration: 550ms;
    -ms-transition-duration: 550ms;
    -o-transition-duration: 550ms;
    transition-duration: 550ms;
  }
  .mobile-menu .hs-menu-wrapper > ul > li:nth-child(3) {
    -webkit-transition-delay: 180ms;
    -moz-transition-delay: 180ms;
    -ms-transition-delay: 180ms;
    -o-transition-delay: 180ms;
    transition-delay: 180ms;
    -webkit-transition-duration: 450ms;
    -moz-transition-duration: 450ms;
    -ms-transition-duration: 450ms;
    -o-transition-duration: 450ms;
    transition-duration: 450ms;
  }
  .mobile-menu .hs-menu-wrapper > ul > li:nth-child(2) {
    -webkit-transition-delay: 120ms;
    -moz-transition-delay: 120ms;
    -ms-transition-delay: 120ms;
    -o-transition-delay: 120ms;
    transition-delay: 120ms;
    -webkit-transition-duration: 350ms;
    -moz-transition-duration: 350ms;
    -ms-transition-duration: 350ms;
    -o-transition-duration: 350ms;
    transition-duration: 350ms;
  }
  .mobile-menu .hs-menu-wrapper > ul > li:nth-child(1) {
    -webkit-transition-delay: 60ms;
    -moz-transition-delay: 60ms;
    -ms-transition-delay: 60ms;
    -o-transition-delay: 60ms;
    transition-delay: 60ms;
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -ms-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
  }

  .mobile-menu-wrp .off-canvas-toggle {
    position: fixed;
    z-index: 100;
    right: 40px;
    top: 30px;
    width: 50px;
    height: 50px;
    color: #141641;
    border: none;
    background: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
  }

  .mobile-menu-wrp .off-canvas-toggle span:before {
    width: 24px;
    -webkit-transform: translateY(-9px) rotateZ(45deg);
    -moz-transform: translateY(-9px) rotateZ(45deg);
    -ms-transform: translateY(-9px) rotateZ(45deg);
    -o-transform: translateY(-9px) rotateZ(45deg);
    transform: translateY(-9px) rotateZ(45deg);
    right: auto;
    left: 50%;
    margin-left: -12px;
    margin-right: auto;
    color: #141641;
    top: auto;
    bottom: 50%;
    margin-bottom: -10px;
    content: "";
    margin-top: -10px;
    border: 1px solid;
    position: absolute;
    height: 2px;
    border-radius: 5px;
  }

  .mobile-menu-wrp .off-canvas-toggle:before {
    display: none;
  }

  .mobile-menu-wrp .off-canvas-toggle span:after {
    width: 24px;
    -webkit-transform: translateY(9px) rotateZ(-45deg);
    -moz-transform: translateY(9px) rotateZ(-45deg);
    -ms-transform: translateY(9px) rotateZ(-45deg);
    -o-transform: translateY(9px) rotateZ(-45deg);
    transform: translateY(9px) rotateZ(-45deg);
  }
  span.menu-item-toggle {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
    right: 0;
    top: 3px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
  }

  span.menu-item-toggle:after {
    content: "\f105";
    font-family: "fontAwesome";
    font-size: 28px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 47px;
    text-align: center;
    color: #fff;
    width: 50px;
  }

  .childOpen > .menu-item-toggle {
    background: rgba(0, 0, 0, 0.3);
    border-color: transparent;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  }

  .childOpen > .menu-item-toggle:after {
    content: "\f107";
  }
  .mobile-menu .hs-menu-wrapper > ul > li ul {
    margin: 15px 0 15px 15px;
    padding: 0;
    font-size: 1.125rem;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    line-height: 150%;
  }

  .mobile-menu .hs-menu-wrapper > ul > li ul li {
    list-style: none;
    position: relative;
  }

  .mobile-menu .hs-menu-wrapper > ul > li ul li a {
    padding: 10px 0;
    display: inline-block;
    position: relative;
    color: #fff;
    line-height: 30px;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > .childOpen > ul {
    display: block;
  }
  .mobile-menu .hs-menu-wrapper ul li  a:hover {
    color: #3787C5;
  }
  .header-min-height{
    min-height:36px;
  }

}


@media (max-width: 767px){
    .header-min-height {
    display: none;
  }
   .header-wrp {
    display: none;
  }
  .elementor-button-link{
    font-size:13px;
    padding:10px;
    line-height:normal;
  }
  .call img{
    width:30px;
  }
.call {
  display:block;
    width: 30px;
    float: right;
    margin-right: 200px;
    padding-bottom: 5px;
  }
  .btm-wrp .hs-menu-wrapper > ul{
    display:none;
  }
  .btm-hdr-wrp .navigator {
display:none;
  }
  .btm-hdr-wrp .navigator .active .widget_search {
    display: block !important;
    position: absolute;
    width: 235px;
    z-index: 1;
    right: 0;
  }
  .btm-hdr-wrp .navigator .search-box .widget_search .search-form .search-field {
    padding: 0px 10px;
  }
}

@media only screen and (max-width: 540px){
  .btm-hdr-wrp .tp-wrp {
    margin-top: 0;
  }

  .btm-hdr-wrp {
    margin-top: 0;
  }

  .mobile-contact-wrp p {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
@media only screen and (max-width: 395px){
  .mobile-contact-wrp p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ftr-wrp {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-right: 0px none #000000;
  border-bottom: 0px none #000000;
  border-left: 0px none #000000;
  background-color: #121741 !important;
  background-image:url("//3931865.fs1.hubspotusercontent-na1.net/hubfs/3931865/raw_assets/public/General_Devices_2024/images/GD_footer_bg.png") !important;
  background-size:cover;
  background-position:center center;
  /*padding-top:220px;*/
    padding-top:80px;
  margin-top:160px;
  position: relative;
  z-index: 10;
}
.ftr-subscribe img{
  display:inline;
  margin-right:5px;
  width:55px;
  vertical-align:bottom;
}
.ftr-subscribe{
  background: #488DE5;
  width:98%;
  max-width: 1140px;
  padding: 40px 40px;
  margin: -290px auto 80px;
  height: 150px;
}
.ftr-subscribe h3{
  color:#fff;
  margin:0px;
  display:inline;
  font-weight:500;
  font-size:20px;
}
.ftr-no-nav{
  border:none;
}
.ftr-label {
  float: left;
  padding: 15px 0px;
}
.ftr-subscribe-frm{
  float:right;
  width:70%;
}
.ftr-subscribe-frm .hs-form-field{
  float:left;
  display: inline-flex;
  margin: 0px 10px 0px 0px;
  width:35%;
}
.ftr-subscribe-frm input::placeholder{
  color:#fff;
}
  
.ftr-subscribe-frm .hs-error-msg, .ftr-subscribe-frm ul.no-list.hs-error-msgs.inputs-list li label{
  color:#fff;
}
.ftr-subscribe-frm  .hs-input.invalid.error{
  border-color:#fff;
}
.ftr-subscribe-frm .no-list.hs-error-msgs.inputs-list{
  position:absolute;
  top:13px;
}
.ftr-subscribe-frm .no-list.hs-error-msgs.inputs-list label{
  color:#fff;
}

.ftr-subscribe-frm .hs-form-field .input{
  width:100%;
}
.ftr-subscribe-frm .hs-form-field input{
    background:#5598E6;
  color:#fff;
  border-radius:0px;
  width:100%;
  height:60px;
  margin:0px;
}
.ftr-subscribe-frm .hs-submit{
  float:right;
}
.ftr-subscribe-frm .hs-submit .hs-button{
  background:#fff;
  color:#141641;
  text-transform:uppercase;
  padding: 0px 40px;
  height: 60px;
  line-height: 50px;
  border-radius:5px;
  margin:0px;
}
}
.ftr-wrp .tp-ftr-wrp {
  padding-top: 30px;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
  background-color:rgba(255, 255, 255,0) !important;

}
  

.ftr-wrp .tp-ftr-wrp .tp-container-wrp {
  width: 1140px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}

.ftr-wrp .tp-ftr-wrp .mgn-left {
  margin: 0 -15px;
}

.ftr-wrp .tp-ftr-wrp .col-1{
  width: 33.3333333%;
  float: left;
  padding: 0 15px;
}

.ftr-wrp .tp-ftr-wrp .col-2{
  width: 25%;
  float: left;
  padding: 0 15px;
}

.ftr-wrp .tp-ftr-wrp .col-3{
  width: 45%;
  float: left;
  padding: 0 15px;
}

.tp-img-wrp {
  margin-bottom: 0px;
  font-family: Rubik;
  font-style: normal;
  font-size: 15px;
  line-height: 150%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.tp-img-wrp img {
  max-width: 200px !important;
  height: auto;
  border: medium none;
  vertical-align: top;
}

.address-wrp {
  text-transform: none;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  font-family: Rubik;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color:#fff;
}

.textwidget p {
  margin: 0px;
}

.textwidget p a {
  color: #0e2b5c;
}

.social-icon-wrp {
  font-family: Rubik;
  font-style: normal;
  font-size: 15px;
  line-height: 150%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-transform: none;
  margin: 0px;
}
.social-icons svg {
  height: 18px;
  fill:#fff;
}

.social-icon-wrp .social-icons a {
  margin: 0 6px;
  height: auto;
  line-height: 1;
  width: 30px;
  color: #0e2b5c;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.social-icon-wrp .social-icons a:first-child {
  margin-left: 0;
}

.social-icon-wrp .social-icons a:last-child {
  margin-right: 0;
}

.social-icon-wrp .fa {
  font: normal normal normal 28px/1 FontAwesome;
}

.social-icon-wrp .social-icons a i {
  background: none !important;
  color: inherit;
  height: auto;
  width: auto;
  vertical-align: top;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.social-icon-wrp .fa-twitter:before {
  content: "\f099";
}

.social-icon-wrp .fa-facebook-official:before {
  content: "\f09a";
}

.social-icon-wrp .fa-youtube-play:before {
  content: "\f167";
}

.social-icon-wrp .fa-linkedin-square:before {
  content: "\f08c";
}

.social-icon-wrp .social-icons a:hover {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  color: #3787c5;
}

.textwidget p a:hover {
  color: #3787c5;
  text-decoration: underline;
}
.ftr-inner-nav h3{
  color:#fff;
font-weight: 500;
  margin: 0px 0px 20px 0px;
}
.ftr-wrp .tp-ftr-wrp .col-2 .ftr-nav {
  font-family: Rubik;
  font-style: normal;
  font-size: 15px;
  line-height: 150%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  width: 100%;
  margin: 0px;
}

.ftr-wrp .tp-ftr-wrp .col-2 .ftr-nav .hs-menu-wrapper > ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: calc(100% + 15px);
}

.ftr-wrp .tp-ftr-wrp .col-2 .ftr-nav .hs-menu-wrapper > ul > li > a {
  padding: 0 15px;
  margin: 0 0 30px 0;
  vertical-align: top;
  margin-bottom: 5px;
  width: 100%;
  font-weight:300;
  font-size:18px;
}
#hs_cos_wrapper_ftr_menu_3 .hs-menu-wrapper > ul > li > a {
  margin-bottom:30px;
}
#hs_cos_wrapper_ftr_menu_3 .hs-menu-wrapper > ul > li:last-child a{
font-weight:bold;
  text-decoration:underline;
}  
.ftr-wrp .tp-ftr-wrp .col-2 .ftr-nav .hs-menu-wrapper > ul > li >  a {
  position: relative;
  display: inline-block;
  color: #0e2b5c;
  line-height: 150%;
}

.ftr-wrp .tp-ftr-wrp .col-2 .ftr-nav .hs-menu-wrapper ul ul {
  display: block;
}

.ftr-wrp .tp-ftr-wrp .col-2 .ftr-nav .hs-menu-wrapper ul ul li {
  padding: 0 15px;
  margin: 0 0 30px 0;
  vertical-align: top;
  margin-bottom: 15px;
  width: 100%;
  padding-left: 30px;
}

.ftr-wrp .tp-ftr-wrp .col-2 .ftr-nav .hs-menu-wrapper ul ul li a {
  color: #0e2b5c;
  position: relative;
  display: inline-block;
  line-height: 150%;
}

.ftr-wrp .tp-ftr-wrp .col-2 .ftr-nav .hs-menu-wrapper > ul > li {
  width: 100%;
}

.ftr-wrp .tp-ftr-wrp .col-2 .ftr-nav .hs-menu-wrapper > ul > li a:hover{
  color: #3787c5;
  text-decoration: none;
}

.ftr-wrp .tp-ftr-wrp .col-3 .form-wrap {
  font-family: Rubik;
  font-style: normal;
  font-size: 15px;
  line-height: 150%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-transform: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  color: #627792;
}

.ftr-wrp .tp-ftr-wrp .col-3 .form-wrap h3 {
  margin-top: 0;
  color: #121741;
  font-size: 1.875rem;
  line-height: 1.2em;
  font-family: Rubik;
  margin-bottom: 20px;
}

.ftr-wrp .tp-ftr-wrp .col-3 .form-btm-wrp {
  text-transform: none;
  margin: 0px;
  font-family: Rubik;
  font-style: normal;
  font-size: 15px;
  line-height: 150%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.ftr-wrp .tp-ftr-wrp .col-3 .form-btm-wrp .gform_heading p span {
  color: #c02b0a;
  display: inline-block;
  font-size: 13.008px;
  padding-left: 0;
}

.ftr-wrp .tp-ftr-wrp .col-3 .form-btm-wrp .gform_heading p {
  margin: 0px;
  font-family: Rubik;
  font-style: normal;
  font-size: 15px;
  line-height: 150%;
}

.ftr-wrp .tp-ftr-wrp .col-3 .frm .hs_submit.hs-submit .actions {
  margin: 6px 0 0;
  padding: 16px 0;
  display: flex;
}

p.frm-mar {
  margin-top: 0;
  margin-bottom: 20px;
}

p.btm-margin {
  margin: 0px;
}

.ftr-wrp .btm-ftr-wrp {
  border-top: 1px solid #293351;
  border-right: 0px none #000000;
  border-bottom: 0px none #000000;
  border-left: 0px none #000000;
  padding-top: 30px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
  text-align: center;
  font-size: 15px;
  line-height: 26px;
  margin-top:50px;
}

.ftr-wrp .btm-ftr-wrp .flx {
  flex-direction: column-reverse;
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 1170px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}

.frm .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin: 0px;
}

.ftr-wrp .frm .hs_submit.hs-submit .actions .hs-button {
  margin-top: 27px;
}
.hs-button.primary.large:hover{
  background:#141641;
  color:#fff;
}

.frm fieldset.form-columns-2 {
  padding-bottom: 22.5px;
}

.frm .form-columns-1 .hs-form-field {
  margin: 0px;
  margin-top: -2.5px;
}

.frm .form-columns-1 .input {
  margin-right: 0px!important;
}

.frm fieldset.form-columns-1 {
  margin-bottom: 36px;
}

.frm .form-title {
  display: none!important;
}

input::placeholder {
  color: #121741;
}

.frm fieldset.form-columns-2 {
  padding-bottom: 22.5px;
  margin-top: 20px;
}

.frm fieldset.form-columns-2 .hs-form-field {
  margin-bottom: 36px;
}


.frm fieldset.form-columns-2 {
  padding-bottom: 22.5px;
  margin-top: 10px;
}

.frm fieldset.form-columns-2 .hs-form-field {
  margin-bottom: 26px;
}
@media only screen and (max-width: 1099px){
  .ftr-label{
    width:100%;
    float:left;
  }
  .ftr-subscribe-frm{
    width:100%;
    float:left;
  }
  .ftr-subscribe{
    height:320px;
  }
}
@media only screen and (max-width: 767px){
  .ftr-subscribe-frm .hs-form-field{
    width:100%;
    margin:5px 0px;
}
  .ftr-subscribe-frm .hs-submit{
    float:left;
    margin-top:10px;
  }
    .ftr-subscribe{
      padding:20px;
      width:80%;
  }
    .ftr-subscribe h3{font-size:20px;}
  .ftr-subscribe img{
    width:25px;
    vertical-align:sub;
  }
}
@media only screen and (min-width: 320px) and (max-width: 544px){
  .copyright-content{
    width: 100%;
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 768px){

  .ftr-wrp .tp-ftr-wrp .col-1,
  .ftr-wrp .tp-ftr-wrp .col-2,
  .ftr-wrp .tp-ftr-wrp .col-3{
    width: 100%;
    margin-bottom: 50px;
  }
  .ftr-wrp .tp-ftr-wrp{
    padding-bottom: 60px;
  }
  .ftr-wrp .tp-ftr-wrp .col-3{
    margin:0px;
  }
}

@media only screen and (max-width: 400px){
  .frm fieldset.form-columns-2 .hs-form-field {
    margin-bottom: 30px;
  }
  .frm fieldset.form-columns-2 .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
    margin-bottom: 7px;
  }
  .frm fieldset.form-columns-2 .input {
    margin: 0px!important;
}
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}