*, *: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 15px;
}

.banner-section .dnd-section>.row-fluid {
  padding: 0 !important;
}

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "Font Awesome 5 Pro"; 
  src: url("https://7648609.fs1.hubspotusercontent-na1.net/hubfs/7648609/Tecnico_August_2021/fonts/fa-light-300.eot") format("embedded-opentype"), 
    url(https://7648609.fs1.hubspotusercontent-na1.net/hubfs/7648609/raw_assets/public/Tecnico_August_2021/fonts/fa-light-300.woff2) format("woff2"),
    url(https://7648609.fs1.hubspotusercontent-na1.net/hubfs/7648609/raw_assets/public/Tecnico_August_2021/fonts/fa-light-300.woff) format("woff"), 
    url(https://7648609.fs1.hubspotusercontent-na1.net/hubfs/7648609/raw_assets/public/Tecnico_August_2021/fonts/fa-light-300.ttf) format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: block;
}


@font-face { 
  font-family: "Font Awesome 5 Pro"; 
  src: url("https://7648609.fs1.hubspotusercontent-na1.net/hubfs/7648609/Tecnico_August_2021/fonts/fa-regular-400.eot") format("embedded-opentype"), 
    url(https://7648609.fs1.hubspotusercontent-na1.net/hubfs/7648609/raw_assets/public/Tecnico_August_2021/fonts/fa-regular-400.woff2) format("woff2"),
    url(https://7648609.fs1.hubspotusercontent-na1.net/hubfs/7648609/raw_assets/public/Tecnico_August_2021/fonts/fa-regular-400.woff) format("woff"), 
    url(https://7648609.fs1.hubspotusercontent-na1.net/hubfs/7648609/raw_assets/public/Tecnico_August_2021/fonts/fa-regular-400.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face { 
  font-family: "Font Awesome 5 Pro"; 
  src: url("https://7648609.fs1.hubspotusercontent-na1.net/hubfs/7648609/Tecnico_August_2021/fonts/fa-solid-900.eot") format("embedded-opentype"), 
    url(https://7648609.fs1.hubspotusercontent-na1.net/hubfs/7648609/raw_assets/public/Tecnico_August_2021/fonts/fa-solid-900.woff2) format("woff2"),
    url(https://7648609.fs1.hubspotusercontent-na1.net/hubfs/7648609/raw_assets/public/Tecnico_August_2021/fonts/fa-solid-900.woff) format("woff"), 
    url(https://7648609.fs1.hubspotusercontent-na1.net/hubfs/7648609/raw_assets/public/Tecnico_August_2021/fonts/fa-solid-900.ttf) format("truetype");
  font-style: normal; 
  font-weight: 900; 
  font-display: block;
}

@font-face { 
  font-family: eicons;
  src: url("https://7648609.fs1.hubspotusercontent-na1.net/hubfs/7648609/Tecnico_August_2021/fonts/eicons.eot") format("embedded-opentype"), 
    url(https://7648609.fs1.hubspotusercontent-na1.net/hubfs/7648609/raw_assets/public/Tecnico_August_2021/fonts/eicons.woff2) format("woff2"),
    url(https://7648609.fs1.hubspotusercontent-na1.net/hubfs/7648609/raw_assets/public/Tecnico_August_2021/fonts/eicons.woff) format("woff"), 
    url(https://7648609.fs1.hubspotusercontent-na1.net/hubfs/7648609/raw_assets/public/Tecnico_August_2021/fonts/eicons.ttf) format("truetype");
  font-style: normal; 
  font-weight: 400; 
}


@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("https://7648609.fs1.hubspotusercontent-na1.net/hubfs/7648609/Tecnico_August_2021/fonts/fa-brands-400.eot") format("embedded-opentype"), 
    url(https://7648609.fs1.hubspotusercontent-na1.net/hubfs/7648609/raw_assets/public/Tecnico_August_2021/fonts/fa-brands-400.woff2) format("woff2"),
    url(https://7648609.fs1.hubspotusercontent-na1.net/hubfs/7648609/raw_assets/public/Tecnico_August_2021/fonts/fa-brands-400.woff) format("woff"), 
    url(https://7648609.fs1.hubspotusercontent-na1.net/hubfs/7648609/raw_assets/public/Tecnico_August_2021/fonts/fa-brands-400.ttf) format("truetype");
  font-style: normal; 
  font-weight: 400;
  font-display: block;
}


body {
  line-height: 1.74;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  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,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

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


::-moz-selection {
  color: #fff;
  background-color: #00a0e4;
}

::selection {
  color: #fff;
  background-color: #00a0e4;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  background-color: #aaa;
  border: 0 none;
  border-radius: 4px;
  transition: all 0.23s ease-in-out 0s;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
}

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

.hs-form {
  margin-bottom: 30px;
}

/* Labels */

form label {
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  border: 1px solid #ABB0B2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #46555F;
  background-color: #FFFFFF;
  font-family: Source Sans Pro;
  font-size: 15px;
  padding: 3px 20px;
  min-height: 56px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

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

textarea.hs-input {
  min-height: 277px;
}

:focus-visible {
  outline:none;
}

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

.hs-error-msg ,
.hs-error-msgs label{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41;
  display: inline-block;
  letter-spacing: -1.2px;
  font-family: 'EXO'
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  background-color: #aaa;
  border: 0 none;
  border-radius: 4px;
  transition: all 0.23s ease-in-out 0s;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: normal;
  width: auto;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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;
}
/* Header container */



.custom-header {
  background-color: #FFFFFF;
  position: relative;
}

.custom-header-elementor-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
}

.custom-logo {
  width: 21%;
}

.custom-logo img {
  max-width: 100%;
  vertical-align: middle;
}

.custom-menu-group {
  width: 69%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-menu-primary {
  margin: 0px 10px 0px 0px;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.custom-menu-primary .hs-menu-wrapper >ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-menu-primary .hs-menu-wrapper >ul >li {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper >ul >li>a {
  padding: 13px 20px;
  font-family: "Exo", exo;
  font-size: 18px;
  font-weight: 600;
  color: #46555F;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 20px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
  font-weight: 600;
  letter-spacing: -1.2px;
}

.custom-login-link i {
  /* width: 5%; */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.custom-login-link i:before {
  content: "\f007";
}

.custom-login-link i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  transform: rotate(
    0deg
  );
  font-family: "Font Awesome 5 Pro" !important;
}

.custom-login-link {
  width: 5%;
}

.custom-search-ion-group {
  width: 4.994%;
}

.custom-search-ion-group a {
  color: #009DE0;
  border-color: #009DE0;
  font-size: 18px;
  border: 3px solid #818a91;
  font-family: "Exo", exo;
  color: #009DE0;
  border-color: #009DE0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: .5em;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-align: center;
}

.custom-search-ion-group {
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}

.custom-search-ion-group i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  transform: rotate(
    0deg
  );
}

.custom-search-ion-group i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "\f002";
}


.elementor-icon-wrapper {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: space-around;
}

.custom-login-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-login-link a {
  font-size: 18px;
  border-width: 3px 3px 3px 3px;
  padding: .5em;
  border: 3px solid #818a91;
  display: flex;
  font-family: "Exo", exo;
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.custom-search-ion-group i {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.custom-search-ion-group a {
  line-height: 18px;
  height: 42px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  display: none;
}


.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  position: absolute;
  top: 100%;
  min-width: 10em;
  background-color: #F8F8F8;
}



.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul >li {
  border: 0;
  border-style: solid;
  border-color: #FFFFFF;
  border-bottom-width: 1px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul >li>a {
  font-family: "Exo", exo;
  font-size: 18px;
  color: #46555F;
  padding: 13px 20px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  display: block;
  text-shadow: none;
  border-left: 8px solid transparent;
  line-height: 20px;
  font-family: Exo, 'Exo';
  font-weight: 500;
  letter-spacing: -1.2px;
  white-space: nowrap;
}




.custom-search-ion-group a:hover {
  background-color: #009DE0;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.custom-login-link a:hover,
.custom-login-link a:focus,
.custom-search-ion-group a:focus{
  transform: translateY(8px);
}

.elementor-menu-toggle:hover {
  color: #009DE0;
}



section.custom-header-search-group {
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.8);
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  background-color: transparent;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  background-color: rgba(0,0,0,.8);
}

.custom-header-search-elementor-container {
  width: 683px;
  height: auto;
  max-width: 90vw;
  max-height: 100vh;
  padding: 0;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-header-search-elementor-background-overlay {
  background-color: #009DE0;
  opacity: 0.68;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 
    0deg
  );
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.custom-header-search-elementor-row {
  position: relative;
}

.custom-header-search-elementor-column {
  padding: 20px 20px 20px 20px;
}

.custom-header-search-elementor-column-wrap.custom-header-search-elementor-element-populated {
  padding: 0 15px;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

h2.custom-header-search-elementor-heading-title {
  color: #FFFFFF;
  font-family: "Exo", exo;
  font-size: 50px;
  letter-spacing: -1.2px;
  text-shadow: 0px 0px 0px rgb(0 0 0 / 30%);
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 700;
}

.ecustom-header-search-elementor-widget-text-editor {
  width: 100%;
  text-align: center;
}

input.q.form-control {
  max-width: 214px;
  margin: 10px 0;
}

.input-group-btn {
  padding: 10px 0;
}

.input-group-btn button.SearchControl_SearchButton.btn.btn-default {
  font-family: "Exo", exo;
  color: #46555F;
  background-color: #FFFFFF;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0em;
  border-color: #00a0e4;
  padding: 0 41px;
  height: 52px;
  line-height: 50px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.custom-header-search-elementor-column-wrap .elementor-widget-wrap {
  min-height: 325px;
  justify-content: center;
  align-items: center;
  align-content: center;
}


section.custom-header-search-group {
  display: none;
}

body.search-open section.custom-header-search-group {
  display: flex;
}

.custom-header-search-background-overlay {}

.custom-header-search-background-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  cursor: pointer;
}


.dialog-close-button {
  margin-top: 0;
  right: 20px;
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
  top: 14px;
  cursor: pointer;
  position: absolute;
  line-height: 1;
  font-size: 32px;
}

.dialog-close-button i:before {
  content: '\f00d';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}


.custom-search-ion-group a:hover {
  transform: translateY(8px);
}

.custom-header-search-elementor-row{
  background-image:url(https://7648609.fs1.hubspotusercontent-na1.net/hubfs/7648609/raw_assets/public/Tecnico_August_2021/images/shutterstock.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-header-search-elementor-row input.q.form-control {
  max-width: 190px;
  margin: 10px 0;
  color: #46555F;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #46555F;
  margin-top: 0px;
  font-family: "Source Sans Pro";
}

.input-group {
  padding-left: 20px;
}

.input-group ::placeholder {
  color: inherit;
  font-weight: 300;
  opacity: 0.9;
  display: inline-block;
  resize: none;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
  font-family:Source Sans Pro;
}

.input-group-btn button.SearchControl_SearchButton.btn.btn-default {
  position: relative;
  right: -2px;
}

.input-group-btn button.SearchControl_SearchButton.btn.btn-default:hover {
  color: #FFFFFF;
  background-color: #009DE0;
}

.custom-header-search-elementor-row input.q.form-control {
  border-radius: 5px;
}


.input-group-btn button.SearchControl_SearchButton.btn.btn-default {
  padding-left: 41px;
  right: -2.6px;
  padding-right: 41px;
}

.custom-header-search-elementor-row input.q.form-control {
  line-height: normal;
}

body.no-banner .custom-header {
  box-shadow: 0px 0px 24px -1px rgb(51 51 51 / 30%);
}

body.search-open .custom-search-ion-group a {
  transform: translateY(8px);
}


@media (min-width: 1100px){
  .elementor-menu-toggle {
    display: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    z-index: 99;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
    display: block;
  }

  .child-trigger {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover, .custom-menu-primary .hs-menu-wrapper>ul ul>li>a:hover {
    text-decoration: underline;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    margin-top: 2px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {content: "";display: block;height: 18px;position: absolute;top: -6px;width: 100%;}
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
    display: block !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    display: none !important;
  }



}

@media (max-width: 1199px){
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    font-size: 16px;
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    content: "";
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }

}


@media (max-width: 1099px){
  .custom-menu-primary {
    display: none;
  }

  .custom-header {
    padding: 10px 10px 10px 10px;
  }

  .custom-logo {
    width: 50%;
  }

  .custom-menu-group {
    width: 30%;
  }

  .custom-login-link {
    width: 10%;
  }

  .custom-search-ion-group {
    width: 10%;
  }

  .custom-logo img {
    max-width: 307.188px;
  }

  .eicon-menu-bar:before {
    content: "\e816";
  }

  .elementor-screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }

  [class*=" eicon-"], [class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .elementor-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    padding: .25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0,0,0,.05);
    color: #494c4f;
    margin-left: auto;
    background-color: rgba(0,0,0,0);
    font-size: 30px;
    border-radius: 0px;
  }

  .custom-menu-group {
    align-content: center;
    align-items: center;
  }

  .elementor-menu-toggle {margin-right: 14px;}
  .custom-logo img {
    max-width: 60%;
  }
  .custom-header-elementor-row .custom-menu-primary {}

  .custom-menu-primary {
    position: absolute;
    z-index: 9997;
    -webkit-transition: max-height .3s,-webkit-transform .3s;
    transition: max-height .3s,-webkit-transform .3s;
    -o-transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
    top: 100%;
    width: 100%;
    left: 0;
    margin: 0;
    background-color: #F8F8F8;
    display: block;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
  }

  .show-mobile-nav .custom-menu-primary {
    margin-top: 0px !important;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
    padding-top: 1px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 10px 20px;
    line-height: 20px;
    font-family: "Exo", exo;
    font-size: 18px;
    font-weight: 500;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    border:0;
    border-style: solid;
    border-color: #FFFFFF;
    border-bottom-width: 1px;
  }



  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    position: static;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    padding: 10px 20px;
    line-height: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: relative;
  }

  .child-trigger {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 18px;
    line-height: 1;
  }

  .child-trigger i:before {
    content: "";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    background-color: #ededed !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover .child-trigger {
    color: #009de0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover {
    text-decoration: underline;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    border: 0;
  }

  .show-mobile-nav .custom-menu-primary {
    top: 143px;
  }

  .custom-menu-primary {
    top: 143px;
  }

  .show-mobile-nav .elementor-menu-toggle i:before {
    content: "\e87f";
  }
  .child-trigger {
    cursor: pointer;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>a {
    padding-top: 9px;
  }

  .show-mobile-nav .custom-menu-primary {
    top: 144px;
  }

  .custom-menu-primary {
    top: 144px;
  }

  .child-trigger {
    padding-left: 7px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.li-border>a {
    color: #009DE0;
    background-color: #ededed;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.li-border>a:hover {
    text-decoration: underline;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.li-border .child-trigger {
    color: #009de0;
  }

  .child-trigger {
    padding-left: 10px;
    padding-right: 0;
    margin-right: 19px;
    padding-top: 11px;
  }
  .child-trigger {
    font-size: 16px;
  }


}

@media (max-width: 988px){
  .show-mobile-nav .custom-menu-primary {
    top: 100%;
  }

  .custom-menu-primary {
    top: 100%;
  }
}


@media (max-width: 767px){
  .custom-header {
    padding: 0;
  }

  .custom-menu-group {
    width: 25%;
  }

  .custom-logo img {
    max-width: 99%;
  }

  .custom-login-link a {
    font-size: 15px;
    color: #46555F;
    border-color: #46555F;
  }

  .custom-search-ion-group a {
    font-size: 15px;
    height: 36px;
  }

  h2.custom-header-search-elementor-heading-title {
    font-size: 40px;
  }



}



@media (max-width: 400px){
  .custom-header-elementor-row {
    min-height: 80px;
    align-items: center;
    /* justify-content: space-between; */
  }

  .custom-login-link {
    position: relative;
    left: 2px;
  }

  .custom-search-ion-group {
    position: relative;
    right: -7px;
  }

  .custom-login-link {
    position: relative;
    left: -4px;
  }

  .ecustom-header-search-elementor-widget-text-editor {
    padding: 0 15px;
  }

  .custom-header-search-elementor-column-wrap.custom-header-search-elementor-element-populated {
    padding: 0;
  }
  .ecustom-header-search-elementor-widget-text-editor {
    padding: 0 15px;
  }
  .custom-header-search-elementor-element .elementor-widget-container {
    padding: 10px 0;
  }

}
.custom-footer {
  background-color: #f8f8f8;
  padding: 100px 0px 50px 0px;
  position: relative;
}

.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}

.elementor-shape-top {
  top: -1px;
}

.elementor-shape-top svg {
  width: calc(123% + 1.3px);
  height: 99px;
  transform: translateX(-50%) rotateY(
    180deg
  );
}

.elementor-shape svg {
  display: block;
  /* width: calc(100% + 1.3px); */
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.elementor-shape-top .elementor-shape-fill {
  fill: #009DE0;
}

.elementor-shape-fill {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;

}

.elementor-shape-top svg {
  width: calc(123% + 1.3px);
  height: 99px;
  transform: translateX(-50%) rotateY(
    180deg
  );
}

.custom-footer .page-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
}

.elementor-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
}

.elementor-column-wrap {
  padding: 15px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.elementor-widget-wrap {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-footer-top {
  width: 100%;
  position: relative;
}

.custom-copyright-group {
  width: 100%;
  text-align: center;
}

.custom-copyright {
  margin: 50px 50px 50px 50px;
}

.custom-copyright p {
  color: #46555F;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: Exo, exo;
  margin-bottom: 9px;
  line-height: 1;
}

.custom-copyright p a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: "Exo", exo;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -1.2px;
}



.footer-top-elementor-row {}

.custom-footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.footer-top-elementor-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: -15px;
  margin-right: -15px;
  align-items: stretch;
}

.custom-footer-col-1 {
  width: 50%;
}


.custom-footer-col-2 {
  width: 24.664%;
}

.custom-footer-col-3 {
  width: 25%;
}

.custom-footer-menu .hs-menu-wrapper {
  margin: 20px 0px 0px 0px;
  padding: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.custom-footer-menu .hs-menu-wrapper >ul>li>a {
  margin: 0px 0px 20px 0px;
  display: block;
  font-family: "Exo", exo;
  font-size: 21px;
  text-transform: uppercase;
  color: #46555F;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}

.custom-footer-menu .hs-menu-wrapper >ul>ul>li {
  padding-bottom: calc(14px/2);
}

.custom-footer-menu .hs-menu-wrapper >ul>li>ul>li {
  padding-bottom: calc(14px/2);
  font-family: "Exo", exo;
  font-size: 18px;
  font-weight: normal;
}

.custom-footer-menu .hs-menu-wrapper >ul>li>ul>li >a {
  color: #46555F;
  padding-left: 0px;
  letter-spacing: -1.2px;
}

.custom-footer-menu .hs-menu-wrapper >ul>li>ul>li>ul {
  margin: 5px 5px 5px 5px;
}

.custom-footer-menu .hs-menu-wrapper >ul>li>ul>li.hs-item-has-children {
  margin-top: calc(14px/2);
  padding-bottom: 0;
}

.custom-footer-menu .hs-menu-wrapper >ul>li>ul>li>ul >li {
  font-family: "Exo", exo;
  font-size: 18px;
  font-weight: normal;
  /* padding-bottom: calc(10px/2); */
}

.custom-footer-menu .hs-menu-wrapper >ul>li>ul>li>ul >li+li {
  margin-top: calc(10px/2);
}

.custom-footer-menu .hs-menu-wrapper >ul>li>ul>li>ul >li:not(:last-child) {
  padding-bottom: calc(10px/2);
}

.custom-footer-menu .hs-menu-wrapper >ul>li ul>li >a:before {content: "\f0da";width: 1.25em;font-family: "Font Awesome 5 Pro" !important;font-weight: 900;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font-style: normal;font-variant: normal;text-rendering: auto;line-height: 1;}

.custom-footer-menu .hs-menu-wrapper >ul>li ul>li >a {
  letter-spacing: -1.2px;
}

.custom-footer-menu .hs-menu-wrapper >ul>li>ul>li>ul >li>a:before {
  text-align: right;
  margin-right: 15px;
}

.custom-footer-col-3 .hs-menu-wrapper>ul>li>ul>li+li {
  margin-top: calc(14px/2);
}

.custom-footer-menu .hs-menu-wrapper>ul>li ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}


.elementor-widget-container {
  padding: 10px 10px 10px 10px;
}

.heading-primary-wrap h2 {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-family: "Exo", exo;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #46555F;
}

.col-1-elementor-element-populated {
  padding: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

h2.heading-primary.elementor-heading-title {
  font-family: "Exo", exo;
  font-size: 30px;
  text-transform: uppercase;
  color: #46555F;
  line-height: 1;
  font-weight: 700;
}


.custom-footer-menu .hs-menu-wrapper>ul>li ul>li>a:before {
  position: relative;
  top: 5px;
  color: #009de0;
}

.custom-footer-menu .hs-menu-wrapper>ul>li ul ul>li>a:before {
  color: rgba(70, 85, 95, 0.41);
}

ul.elementor-icon-list-items {
  margin: 0;
  margin-right: calc(-45px/2);
  margin-left: calc(-45px/2);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

ul.elementor-icon-list-items li {
  margin-right: calc(45px/2);
  margin-left: calc(45px/2);
}

ul.elementor-icon-list-items li a {
  font-family: "Exo", exo;
  font-size: 18px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.elementor-icon-list-icon i {
  width: 1.25em;
}

.fal, .far, .fas {
  font-family: "Font Awesome 5 Pro" !important;
}

.far {
  font-weight: 400;
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-phone-alt:before {
  content: "\f879";
}

.elementor-icon-list-text {
  color: #46555F;
  padding-left: 9px;
  display: inline-block;
  letter-spacing: -1.2px;
}

.custom-contact-group .elementor-widget-container {
  margin: 0px 0px 20px 0px;
}

.custom-footer-col-2  .hs-menu-wrapper>ul>li>ul>li:last-child {
  margin-top: calc(14px/2);
  padding-bottom: 0;
}


.page-scroll-up {
  position: fixed;
  right: 30px;
  bottom: -60px;
  z-index: 999;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
  display: block;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  line-height: 60px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  color: #009DE0;
  font-family: "Exo", exo;
  background-color: #00a0e4;
}

.show-arrow.page-scroll-up {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.page-scroll-up i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
}

.page-scroll-up .arrow-top {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-scroll-up .arrow-bottom {
  -webkit-transform: translate(-50%, 80px);
  -ms-transform: translate(-50%, 80px);
  transform: translate(-50%, 80px);
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fal {
  font-weight: 300;
}


.page-scroll-up:hover .arrow-top {
  -webkit-transform: translate(-50%, -80px);
  -ms-transform: translate(-50%, -80px);
  transform: translate(-50%, -80px);
}

.page-scroll-up:hover .arrow-bottom {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-scroll-up i {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.custom-footer-col-3 .hs-menu-wrapper>ul>li>ul>li:nth-child(2)>a>span {
  margin-left: 1px;
}


@media (min-width: 1100px){
  .footer .hs-menu-wrapper > ul > li:not(:last-child) {
    margin-bottom: 30px;
  }
}


@media (max-width: 1099px){
  .custom-copyright {
    margin: 20px 20px 20px 20px;
  }

  .custom-footer-col-1 {
    width: 100%;
  }

  .footer-top-elementor-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li>ul>li {
    font-size: 15px;
  }

  .content-wrapper, .dnd-section>.row-fluid, .page-center {
    max-width: 1024px;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li>ul>li>ul>li {
    font-size: 15px;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li>a {
    padding: 10px 10px 10px 10px;
  }

  .custom-footer-col-1 {
    margin-bottom: 50px;
  }

  ul.elementor-icon-list-items li a {
    font-size: 21px;
  }

  .custom-contact-group .elementor-widget-container {
    margin: 0;
  }

  ul.elementor-icon-list-items {
    margin-right: calc(-26px/2);
    margin-left: calc(-26px/2);
  }

  ul.elementor-icon-list-items li {
    margin-right: calc(26px/2);
    margin-left: calc(26px/2);
  }

  .custom-copyright p {
    position: relative;
  }

}

@media (max-width: 767px){
  .custom-footer-col-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .custom-footer-col-3 {
    width: 100%;
    margin-bottom: 49px;
    padding: 0px 0px 14px 0px;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li>ul>li {
    font-size: 18px;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li>ul>li>ul>li {
    font-size: 18px;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children>a {
    margin: 0px 0px 20px 0px;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li>ul>li>ul {
    margin-bottom: 20px;
  }

  ul.elementor-icon-list-items li a {
    font-size: 18px;
    line-height: 2.5em;
  }

  ul.elementor-icon-list-items {
    margin-right: calc(-12px/2);
    margin-left: calc(-12px/2);
  }

  ul.elementor-icon-list-items li {
    margin-right: calc(12px/2);
    margin-left: calc(12px/2);
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a:before {
    margin-right: 15px;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li>ul>li>ul {
    margin: 5px 0px 5px 0px;
    margin-bottom: 20px;
  }

  .heading-primary-wrap h2 {
    font-size: 15px;
  }
  .custom-footer-col-3 .hs-menu-wrapper>ul>li>ul>li:nth-child(2)>a>span {
    margin-left: 0px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}