*, *: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;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { font-family: "dfd-added-font-icon";
  src: url("https://20120800.fs1.hubspotusercontent-na2.net/hubfs/20120800/Iplus_July2021/fonts/dfd-added-font-icon.eot") format("embedded-opentype"), 
    url("https://20120800.fs1.hubspotusercontent-na2.net/hubfs/20120800/raw_assets/public/Iplus_July2021/fonts/dfd-added-font-icon.ttf") format("truetype"),
      url("https://20120800.fs1.hubspotusercontent-na2.net/hubfs/20120800/raw_assets/public/Iplus_July2021/fonts/dfd-added-font-icon.woff") format("woff");
        font-style: normal; 
        font-weight: normal;
        }

@font-face { font-family: "soc-icons";
  src: url("https://20120800.fs1.hubspotusercontent-na2.net/hubfs/20120800/Iplus_July2021/fonts/soc-icons.eot") format("embedded-opentype"),
    url("https://20120800.fs1.hubspotusercontent-na2.net/hubfs/20120800/raw_assets/public/Iplus_July2021/fonts/soc-icons.ttf") format("woff"),
      url("https://20120800.fs1.hubspotusercontent-na2.net/hubfs/20120800/raw_assets/public/Iplus_July2021/fonts/soc-icons.ttf") format("truetype");
        font-style: normal; 
        font-weight: normal; 
        }

@font-face { font-family: "icomoon"; 
  src: url("https://20120800.fs1.hubspotusercontent-na2.net/hubfs/20120800/Iplus_July2021/fonts/icomoon.eot") format("embedded-opentype"),
    url("https://20120800.fs1.hubspotusercontent-na2.net/hubfs/20120800/raw_assets/public/Iplus_July2021/fonts/icomoon.woff") format("woff"),
      url("https://20120800.fs1.hubspotusercontent-na2.net/hubfs/20120800/raw_assets/public/Iplus_July2021/fonts/icomoon.ttf") format("truetype");
        font-style: normal;
        font-weight: normal;
        }

body {
  line-height:1.33333333333;
  word-break: break-word;
  letter-spacing: 1px;
  background-color: #dbdbdb;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-webkit-scrollbar {
  width: 16px;
  background: #dbdbdb;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  transition: color .3s ease;
}

/* Headings */

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

h1 {
  line-height: 1.3;
  line-height: 66px;
  letter-spacing: 0px;
}

h2 {
  line-height: 1.2;
  line-height: 54px;
  text-transform: none;
  letter-spacing: 4px;
}

h3 {
  line-height: 1.5;
  line-height: 42px;
  text-transform: none;
  letter-spacing: 5px;
}

h4 {
  font-family: ;
  font-weight: normal;
  line-height: 36px;
  text-transform: none;
  letter-spacing: 5px;
}

h5 {
  line-height: 26.4px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

h6 {
  line-height: 21.6px;
  text-transform: none;
  letter-spacing: 4px;
}

/* 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 {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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=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 {
  display: inline-block;
  width: 100% !important;
  height: 48px !important;
  margin: 0 0 5px;
  padding: 0px 10px;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  color: ;
  background-color: #dbdbdb;
  border: 1px solid #636569;
  box-sizing: border-box;
  -webkit-transition: border-color .2s ease-in-out;
  -moz-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out;
}

.hs-input:focus {
  outline:0;
}


input#hs-pwd-widget-password{
  height: 48px !important;
  margin-bottom:18px;
}


.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}


.hs-input:-moz-placeholder {
  color: ;
  height: 48px;

}

.hs-input::-webkit-input-placeholder {
  color: ;
  height: 48px;
  -webkit-transition: text-indent .5s ease,color .5s ease;
  font-size: 17px;
  line-height: 12px;
  letter-spacing: 2px;
  position: relative;
  top: 2px;
}


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 {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  font-family: 'Noto Sans', "Tahoma", "Helvetica";
  margin: 0;
  cursor: pointer;
  letter-spacing: 0px;
  height: 48px;
  display: inline-block;
  font-weight: normal;
  line-height: 19.18px;
  position: relative;
  text-align: center;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  background-color: ;
  border-color: ;
  color: ;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  
  text-decoration: none;
}

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

.header-outer-wrap {
  position: fixed;
  top: 0;
  left: 0;
  font-weight: 400;
  width: 100%;
  z-index: 999;
  -webkit-transition: left .3s ease-in-out;
  -moz-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out;
}

header.header {
  -webkit-transition: -webkit-transform .3s ease;
  -moz-transition: -moz-transform .3s ease;
  transition: transform .3s ease;
  position: relative;
  left: 0;
  overflow: visible;
  width: 100%;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  z-index: 2;
}


.header-wrap {
  position: relative;
  z-index: 999;
  width: 100%;
}

.header-inner {
  margin-top: 0;
  width: 100%;
  padding: 0 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-col {
  height: 30px;
  position: relative;
  float: left;
  min-height: 1px;
  padding: 0 10px;
  width: 100%;
}

.hd-social {
  position: absolute;
  top: 100%;
}

.hd-social a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear,left top,right bottom,from(#636569),to(#636569));
  border: 2px solid #dbdbdb;
}

.hd-social a img {
  float: left;
  margin-right: 24px;
}

.hd-logo-wrap {
  width: 122px;
  height: 30px;
  float: none;
  position: absolute;
  top: 63px;
  left: 46%;
}

.custom-logo a {
  height: 30px;
  display: block;
  text-align: left;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.custom-logo a img {
  width: auto !important;
  height: 102px;
  top: 20%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 100%;
  vertical-align: top;
  line-height: 1;
  font-size: 0;
}

.header-navbar {
  margin-left: 122px;
  margin-right: 0;
  padding-right: 0;
  padding: 0 25px;
  text-align: left;
}

.hd-lanug-wrapper ul {
  position: absolute;
  float: none;
  padding-right: 0;
  margin: 0;
  right: 0;
  z-index: 9;
  height: 44px;
  line-height: 44px;
  list-style: none;
  overflow: hidden;
}

.hd-lanug-wrapper ul:before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 8px;
}

.hd-lanug-wrapper ul li {
  position: relative;
  padding-right: 10px;
  float: left;
}

.hd-lanug-wrapper ul li a {
  position: relative;
  font-size: 16px;
  font-family: 'Noto Sans', "Tahoma", "Helvetica" !important;
  font-weight: 700;
  color: #636569;
  padding: 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  border-bottom: 1px dotted transparent;
}

.hd-lanug-wrapper ul li:first-child:after {
  content: "";
  background: #636569;
  width: 2px;
  height: 11px;
  position: absolute;
  top: 17px;
  right: 5px;
}

.hd-lanug-wrapper ul li a:hover {
  border-bottom: 0px;
  border-bottom-color: #dbdbdb;
  border-radius: 2px;
}

.menu-navbar {
  position: absolute;
  float: none;
  top: 15px;
  right: 55px;
}

.trigger-wrapper {
  position: relative;
  float: right;
  margin-top: 25px;
  width: 58px;
  height: 48px;
  margin-left: 0;
  z-index: 1003;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.trigger-wrapper a {
  width: 58px;
  height: 48px;
  margin-top: -24px;
  margin-left: -29px;
  top: 24px;
  left: 50%;
  display: block;
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transition: background .3s ease .3s, color .3s ease .3s, border .3s ease .3s;
  -moz-transition: background .3s ease .3s, color .3s ease .3s, border .3s ease .3s;
  transition: background .3s ease .3s, color .3s ease .3s, border .3s ease .3s;
}

.trigger-wrapper a .icon-wrap {
  width: 28px;
  margin-left: -13px;
  position: absolute;
  display: block;
  height: 2px;
  top: 50%;
  left: 50%;
  background: #636569;
  -webkit-transition: all .3s ease-In-out;
  -moz-transition: all .3s ease-In-out;
  -o-transition: all .3s ease-In-out;
  -ms-transition: all .3s ease-In-out;
  transition: all .3s ease-In-out;
}

.icon-wrap.dfd-top-line {}

.icon-wrap.trigger-middle-line {
  margin-top: 0px;
}

.icon-wrap.trigger-top-line {
  margin-top: -9px;
}

.icon-wrap.trigger-bottom-line {
  margin-top: 9px;
}

.trigger-wrapper a:hover {
  background: #dbdbdb;
  border-radius: 2px;
}


.trigger-wrapper a:hover .icon-wrap {
  background: #fff;
  -webkit-transition: all .3s ease-In-out;
  -moz-transition: all .3s ease-In-out;
  -o-transition: all .3s ease-In-out;
  -ms-transition: all .3s ease-In-out;
  transition: all .3s ease-In-out;
}

.menus-cover {
  position: absolute;
  right: 0;
  top: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.custom-menu-primary {
  overflow-x: hidden;
  overflow-y: visible;
  margin-right: -30px;
  padding-right: 30px;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  display:none;
}

.custom-menu-primary .hs-menu-wrapper > ul ,.active .trigger-wrapper a{
  background: #dbdbdb;
}

.active .trigger-wrapper a{
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: background 0s ease 0s, color 0s ease 0s, border 0s ease 0s;
  -moz-transition: background 0s ease 0s, color 0s ease 0s, border 0s ease 0s;
  transition: background 0s ease 0s, color 0s ease 0s, border 0s ease 0s;
}

.custom-menu-primary .hs-menu-wrapper > ul {

  display: block;
  min-width: 210px;
  margin: 0;
  padding: 20px 0;
  -webkit-transition: width .3s ease-in-out;
  -moz-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper > ul>li {
  border-top: 1px dotted rgba(99,101,105,0.1);
  font-family: 'Noto Sans', "Tahoma", "Helvetica" !important;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 20px;
}

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

.custom-menu-primary .hs-menu-wrapper > ul>li>a {
  padding: 5px 25px;
  display: block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #636569;
  -webkit-transition: color .3s ease, background .3s ease;
  -moz-transition: color .3s ease, background .3s ease;
  transition: color .3s ease, background .3s ease;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  padding: 5px 0 10px;
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul li {
  padding: 0px 25px 5px;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0px;
  word-spacing: 0;
  line-height: 26px;
  border-top: 1px dotted rgba(99,101,105,0.1);
  -webkit-transition: color .3s ease, background .3s ease;
  -moz-transition: color .3s ease, background .3s ease;
  transition: color .3s ease, background .3s ease;
}

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

.custom-menu-primary .hs-menu-wrapper>ul>li>ul li a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  margin-top: -2px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 3px solid #636569;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

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

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>a {
  background: #000;
  color: #fff;
  border-bottom: 1px dotted rgba(99,101,105,0.1);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>ul {
  border-bottom: 1px dotted rgba(99,101,105,0.1);
}


.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>a:before{
  border-left-color: #fff;
  -webkit-transform: rotate(
    90deg
  );
  transform: rotate(
    90deg
  );
}


@media(min-width:991px){
  .mob-header {
    display: none;
  }

  .mob-side-navbar {
    display: none;
  }

  .fixed-header .header-outer-wrap {
    height: 58px;
  }

  .fixed-header header.header {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    background: rgba(219, 219, 219, 0.9);
    height: 116px;
  }

  .fixed-header .header-inner {
    padding-bottom: 0;
    background: transparent;
  }

  .fixed-header .header-col {
    height: 58px;
  }

  .fixed-header .hd-social {
    top: 50%;
  }

  .fixed-header .hd-logo-wrap {
    top: 36px;
    left: 47%;
    height: inherit;
  }

  .fixed-header .custom-logo a {
    height: 58px;
  }

  .fixed-header .custom-logo a img {
    width: 80px;
    height: 72px;
  }
}


@media(min-width:1041px){
  .header-spaceing {
    clear: both;
    display: block;
    height: 240px;
  }
}


@media(min-width:816px)and(max-width:1040px){
  .header-spaceing {
    clear: both;
    display: block;
    height: 160px;
  }
}


@media(max-width:1279px){
  .header-inner {
    padding-left: 0;
    padding-right: 0;
  }
}


@media(min-width: 768px) and(max-width: 992px){
  .hd-logo-wrap {
    left: 42%;
  }
}



@media(max-width:992px){

  .header-outer-wrap {
    position: relative;
    border-bottom: 1px solid rgba(40,38,43,0.1);
    top: 0;
    background: #fff;
  }

  header.header {
    position: relative;
  }

  .header-wrap {
    padding: 0 20px;
  }

  .header-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-col {
    height: auto;
    padding: 0;
  }

  .hd-logo-wrap {
    height: 142px;
    line-height: 102px;
    padding: 20px 0;
  }

  .header-navbar {
    display: none;
  }

  .mob-header {
    display: block;
    float: none;
    width: 210px;
    margin-left: auto;
    margin-right: 0;
    height: 142px;
    line-height: 102px;
    text-align: right;
    padding: 20px 0;
  }

  .mob-header-icons-wrapper {
    display: inline-block;
    height: 102px;
  }


  .mob-header-icons-wrapper ul li {
    position: relative;
    padding-right: 10px;
    float: left;
  }

  .mob-header-icons-wrapper ul li a {
    font-size: 10px;
    padding: 3px;
    font-family: 'Noto Sans', "Tahoma", "Helvetica" !important;
    font-weight: 700;
    color: #636569;
    letter-spacing: 0px;
    border-bottom: 1px dotted transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
  }

  .mob-header-icons-wrapper ul li:first-child > a:after {
    content: "";
    background: #636569;
    width: 2px;
    position: absolute;
    right: 5px;
    height: 8px;
    top: 20px;
  }

  .mob-menuwrapper {
    float: none;
    top: 30%;
    margin-right: -15px;
    position: relative;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 15px;
    margin-top: -15px;
    display: block;
    height: 30px;
    text-align: center;
  }

  .mob-menuwrapper a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent;
    text-indent: -900em;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
  }

  .mob-menuwrapper a .icon-wrap {
    background: #28262b;
    width: 25px;
    left: inherit;
    right: 10px;
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
  }

  .mob-menuwrapper a .mt-top-line {
    margin-top: -5px;
  }

  .mob-menuwrapper a .mt-bottom-line {
    margin-top: 5px;
  }

  .hd-social {
    top: 30%;
  }

  .hd-social a img {
    margin-right: 12px;
  }

  /*   .hd-logo-wrap {
  left: 42%;
}
  */
  .custom-logo {
    max-height: 100%;
    height: 102px;
  }

  .custom-logo a {
    max-height: 100%;
    display: block;
    height: inherit;
    text-align: left;
  }

  .custom-logo a img {
    height: 102px;
    top: -10%;
  }

  .mob-header-icons-wrapper>* {
    float: none;
    top: 30%;
    margin-right: -15px;
    position: relative;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 15px;
  }

  div#hs_cos_wrapper_mobile_language_links {
    width: 100%;
    margin-top: 10px;
    right: 0;
    z-index: 9;
    height: 44px;
    line-height: 44px;
    list-style: none;
    overflow: hidden;
  }

  div#hs_cos_wrapper_mobile_language_links ul {
    padding: 0;
    margin: 0;
    list-style: none;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  div#hs_cos_wrapper_mobile_language_links ul:after,div#hs_cos_wrapper_mobile_language_links ul:before {
    display: table;
    clear: both;
    content: "";
  }

  .mob-menuwrapper {
    margin-top: -32px;
    height: 30px;
    text-align: center;
  }

  div#hs_cos_wrapper_header_logo_image {
    display: block;
    height: 100%;
    height: inherit;
  }

  span#hs_cos_wrapper_header_logo_image_hs_logo_widget {
    display: block;
    height: 100%;
  }

  .mob-header-icons-wrapper ul li a:hover {
    background: #dbdbdb;
    color: #fff;
    border-bottom: 0px;
    border-bottom-color: #dbdbdb;
    border-radius: 2px;
  }

  .active .mob-side-navbar {
    left: 0;
  }

  .mob-side-navbar {
    right: auto;
    left: -260px;
    transition: .2s ease all;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 0;
    background: #2d2d2d;
    color: rgba(255,255,255,0.5);
  }

  .side-inner {
    padding-top: 40px;
    padding: 0 0 15px;
    padding-top: 40px;
  }

  .side-inner .hs-menu-wrapper > ul {
    margin: 0;
    border-top: 1px dotted rgba(255,255,255,0.1);
    border-bottom: 1px dotted rgba(255,255,255,0.1);
  }

  .side-inner .hs-menu-wrapper > ul>li {
    display: block;
    margin: 0;
    line-height: 48px;
    border-top: 1px dotted rgba(255,255,255,0.1);
    -webkit-transition: background .3s ease, border-top .3s ease;
    -moz-transition: background .3s ease, border-top .3s ease;
    transition: background .3s ease, border-top .3s ease;
  }

  .side-inner .hs-menu-wrapper > ul>li:first-child {
    border-top-color: transparent;
  }

  .side-inner .hs-menu-wrapper > ul>li>a {
    font-size: 10px;
    font-weight: normal;
    position: relative;
    display: block;
    padding: 0 25px;
    text-decoration: none;
    color: rgba(255,255,255,0.5);
    -webkit-transition: color .3s ease, background .3s ease;
    -moz-transition: color .3s ease, background .3s ease;
    transition: color .3s ease, background .3s ease;
  }

  .side-inner .hs-menu-wrapper > ul>li ul {
    background: #252525;
    display:none;
  }

  .side-inner .hs-menu-wrapper > ul>li ul li {
    display: block;
    margin: 0;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 48px;
    border-top: 1px dotted rgba(255,255,255,0.1);
    -webkit-transition: background .3s ease, border-top .3s ease;
    -moz-transition: background .3s ease, border-top .3s ease;
    transition: background .3s ease, border-top .3s ease;
    line-height: 1;
  }

  .side-inner .hs-menu-wrapper > ul>li ul li:first-child {
    border-top-color: transparent;
  }

  .side-inner .hs-menu-wrapper > ul>li ul li a {
    padding: 15px 25px;
    position: relative;
    display: block;
    font-size: 13px;
    text-decoration: none;
    color: rgba(255,255,255,0.5);
    -webkit-transition: color .3s ease, background .3s ease;
    -moz-transition: color .3s ease, background .3s ease;
    transition: color .3s ease, background .3s ease;
  }

  .side-inner .hs-menu-wrapper ul li a:hover {
    color: #fff;
    background: #252525;
  }

  .side-inner .hs-menu-wrapper > ul>li:first-child>a>i {
    margin-right: 10px;
  }

  [class^="dfd-icon-"], [class*=" dfd-icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .dfd-icon-house_1:before {
    content: "\e82d";
  }

  .side-inner .hs-menu-wrapper>ul>li>a .sidr-dropdown-toggler {
    font-size: 6px;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -24px;
    border-radius: 2px;
    z-index: 999;
    margin-right: 10px;
    font-style: italic;
  }

  .sidr-dropdown-toggler:before {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -1px;
    background: rgba(255,255,255,0.5);
    -webkit-box-shadow: -3px 0 0 0 rgb(255 255 255 / 50%), 3px 0 0 0 rgb(255 255 255 / 50%);
    box-shadow: -3px 0 0 0 rgb(255 255 255 / 50%), 3px 0 0 0 rgb(255 255 255 / 50%);
    -webkit-transition: background .3s ease, box-shadow .3s ease;
    -moz-transition: background .3s ease, box-shadow .3s ease;
    transition: background .3s ease, box-shadow .3s ease;
  }

  .side-inner .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>a {
    background: #252525;
    color: #fff;
    border-bottom: 1px dotted rgba(255,255,255,0.1);
  }

  .mb-sidr-close {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 260px;
    right: 0;
    z-index: 999998;
  }

  .active .mb-sidr-close {
    display: block;
  }


  .header-spaceing.landing-ft {
    background: #ffffff;
    height: 142px;
  }
}

@media(max-width:815px){
  .header-spaceing {
    background-color: #ffffff;
    clear: both;
    display: block;
    height: 120px;
  }
}

@media(max-width:767px){
  .hd-social {
    top: 40%;
    left: 0;
  }

  .header-col {
    padding: 0 15px;
  }

  .hd-logo-wrap {
    left: 40%;
  }
}

@media(max-width:414px){
  .hd-social a img {
    width: 30px;
  }

  .mob-header {
    width: 66px;
  }

  .hd-logo-wrap {
    left: 43%;
  }
}

@media(max-width:320px){
  .hd-logo-wrap {
    left: 30%;
  }

  .hd-social a img {
    width: 26px;
  }

  .hd-social {
    top: 36%;
    left: 0;
  }
}
/* note */
footer.footer {
  background-color: #dbdbdb;
  text-align: center;
}

.footer-bottom {
  border-top: 1px solid #636569;
  position: relative;
  height: 74px;
  line-height: 74px;
  overflow: hidden;
  z-index: 1;
}

.footer-bottom .page-center {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 20px;
}

.footer-bottom-inner {
  font-family: 'Noto Sans', "Tahoma", "Helvetica";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  height: 74px;
  line-height: 74px;
  padding: 0 10px;
}


.patner-inner {
  width: 100%;
  padding: 0 10px;
  position: relative;
}

.patner-wrapper {
  display: inline-block;
}

.patner-wrapper img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  line-height: 1;
  font-size: 0;
}

.ft-item-row.footer-patner-image {
  margin-bottom: 10px;
}

.ft-form-inner {
  width: 66.66667%;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  margin-bottom: 10px;
}

.ft-form-layout form {
  max-width: 100%;
  position: relative;
  text-align: left;
}

.ft-form-layout form .hs-email {
  margin: 0;
}

.ft-form-layout form .hs-email>label {
  margin: 0;
  display:block;
}

.ft-form-layout form .hs-email input[type="email"] {
  background: #dbdbdb;
  font-family: 'Noto Sans';
  border: 1px solid #636569;
  width: calc(100% - 128px) !important;
  height: 48px !important;
  display: inline-block;
  padding: 10px;
  border-radius: 0;
  color: rgb(86, 86, 86);
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: border-color .2s ease-in-out;
  -moz-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out;
  margin-bottom: 0;
}

.ft-form-layout form input[type="submit"] {
  background: #636569;
  border: 1px solid #636569;
  display: inline-block;
  padding: 10px;
  width: 128px !important;
  color: #dbdbdb;
  line-height: normal;
  height: 48px;
  font-family: "Noto Sans";
  font-size: 13.3333px;
  white-space: nowrap;
  border-radius: 0;
}

.ft-form-layout form .hs-submit {
  position: absolute;
  right: 0;
  top: 0;
}

.ft-form-sapce {
  clear: both;
  display: block;
  height: 100px;
}

.ft-form-layout form .hs-email input[type="email"]::-webkit-input-placeholder {
  font-family: 'Noto Sans', "Tahoma", "Helvetica" !important;
  color: #636569;
  line-height: 48px;
  position: relative;
  top: 2px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  text-transform: none;
  letter-spacing: 0px;
}

.ft-form-layout form .hs-email input[type="email"].invalid.error {
  border: 1px solid #fff;
}


.ft-form-layout form .hs-error-msg,.ft-form-layout form .hs-error-msg,
.ft-form-layout form  .hs_error_rollup label.hs-main-font-element {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'Noto Sans', "Tahoma", "Helvetica" !important;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
}

.ft-form-layout form .hs-email input[type="email"]:focus {
  outline: 0;
}

.body-back-to-top {
  right: 15px;
  bottom: 15px;
  font-size: 14px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: fixed;
  cursor: pointer;
  z-index: 1000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  color: #28262b;
  background: #e8e8e8;
  border: 0px solid #fff;
  border-radius: 3px;
}

i.dfd-added-font-icon-right-open {
  display: block;
  line-height: inherit;
  -webkit-transform: rotate(
    -90deg
  );
  transform: rotate(
    -90deg
  );
}

[class^="dfd-added-font-icon-"], [class*=" dfd-added-font-icon-"] {
  font-family: 'dfd-added-font-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dfd-added-font-icon-right-open:before {
  content: "\e800";
}

@media(min-width:816px)and(max-width:1040px){
  .ft-form-sapce {
    height: 60px;
  } 
}

@media(max-width:1280px){
  .ft-item-row.footer-patner-image {
    margin-bottom: 1px;
  }
}

@media(max-width:1100px){
  .patner-wrapper {
    display: inline-block;
    width: 100%;
  }
}

@media(max-width:800px){
  .ft-form-sapce {
    height: 40px;
  }

  .ft-form-layout {
    margin-bottom: 5px;
  }

  .ft-form-inner {
    margin: 51px 0;
    margin-top: 41px;
    width: 100%;
  }

  .patner-inner {
    margin: 20px 0;
  }

  .ft-item-row.footer-patner-image {
    margin-bottom: 41px;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
}

@media (max-width: 767px) {

}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  
}

@media (max-width: 767px) {

}

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