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

@media (max-width: 768px) {
  .blog-popular-posts-and-topics .content-wrapper .col-6{
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.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;
  }
}

.banner-section {
    background: #0F1125;
}

.banner-section .dnd-section, .content-wrapper--vertical-spacing,
.body-container--blog-index .dnd_area_header-row-0-background-color {
    padding: 0 !important;
}

.banner-section .row-fluid,
.body-container--blog-index .dnd_area_header-row-0-background-color>.row-fluid {
    padding: 0 !important;
}

.body-container--blog-index .dnd_area_header-row-0-background-color>.row-fluid,
.body-container--blog-index .dnd_area_header-module-1-flexbox-positioning>.hs_cos_wrapper{
  max-width: 100%;
  width:100%;
}
@import url(https://p.typekit.net/p.css?s=1&k=yly4oci&ht=tk&f=39706.39707.39708.39709.39714.39715&a=86983691&app=typekit&e=css);

@font-face {
  font-family: "unit";
  src: url(https://use.typekit.net/af/c8bedc/00000000000000007735ba3d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3) format("woff2"),
    url(https://use.typekit.net/af/c8bedc/00000000000000007735ba3d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3) format("woff"),
    url(https://use.typekit.net/af/c8bedc/00000000000000007735ba3d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3) format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 800
}

@font-face {
  font-family: "unit";
  src: url(https://use.typekit.net/af/591458/00000000000000007735ba45/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3) format("woff2"),
    url(https://use.typekit.net/af/591458/00000000000000007735ba45/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3) format("woff"),
    url(https://use.typekit.net/af/591458/00000000000000007735ba45/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3) format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 800
}

@font-face {
  font-family: "unit";
  src: url(https://use.typekit.net/af/768b20/00000000000000007735ba3e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"),
    url(https://use.typekit.net/af/768b20/00000000000000007735ba3e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"),
    url(https://use.typekit.net/af/768b20/00000000000000007735ba3e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700
}

@font-face {
  font-family: "unit";
  src: url(https://use.typekit.net/af/d1be2e/00000000000000007735ba48/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff2"),
    url(https://use.typekit.net/af/d1be2e/00000000000000007735ba48/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff"),
    url(https://use.typekit.net/af/d1be2e/00000000000000007735ba48/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700
}

@font-face {
  font-family: "unit";
  src: url(https://use.typekit.net/af/74e855/00000000000000007735ba76/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),
    url(https://use.typekit.net/af/74e855/00000000000000007735ba76/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),
    url(https://use.typekit.net/af/74e855/00000000000000007735ba76/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400
}

@font-face {
  font-family: "unit";
  src: url(https://use.typekit.net/af/dc2bc1/00000000000000007735ba6a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff2"),
    url(https://use.typekit.net/af/dc2bc1/00000000000000007735ba6a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff"),
    url(https://use.typekit.net/af/dc2bc1/00000000000000007735ba6a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400
}


article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  line-height: 1.5;
  word-break: break-word;
      background: #0f1125;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchors */

a {
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.4285714286rem;
  font-weight: 700;
  line-height: 1.3;
}

/* Lists */

ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

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 1rem;
  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 */
.email-backup #email-prefs-form h3 {
    color: #aacee9;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: unit;
    margin-bottom: 4px !important;
}

form label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  font-family: unit;
  margin-bottom: 4px;
  margin-bottom: 4px;
}

form label[for="hs-login-widget-remember"] {
  display: inline-block;
}
.hs-main-font-element {
  color: #f2545b;
  margin-bottom: 1.35rem;
}

.hs-register-widget-show-password,
.hs-reset-widget-show-password,
.hs-login-widget-show-password,
.backup-unsubscribe h3,
.hs-login-widget-show-password {
  color: #aacee9;
  font-size: 16px;
  font-weight: 600;
  font-family: unit;
  margin-bottom: 4px;
  margin-bottom: 4px;
}


input::placeholder,textarea::placeholder{
  color: #aacee9;
  font-size: 16px;
  font-weight: 600;
  font-family: unit;
  margin-bottom: 4px;
}

.hs-register-widget-show-password:hover,
.hs-reset-widget-show-password:hover,
.hs-login-widget-show-password:hover{
  text-decoration: none !important;
  color: #16325a;
}

ul.no-list.hs-error-msgs {
  margin: 0;
}

ul.no-list.hs-error-msgs>li>label{

  color: #f2545b;
}
/* 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 {
  border-radius: 0;
  display: inline-block;
  font-size: 1.089rem;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  outline: 0 solid transparent;
  line-height: 1.5;
  padding: 11px 12px 8px;
  color: #F5F37C !important;
  transition: all 0.1s ease-in-out;
  font-weight: 400;
  font-family: inherit;
}

form textarea {
  padding: 10px 15px;
  min-height: 66px;
}

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

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: #c87872;
}

.hs-error-msg {
  line-height: 18px;
  font-size: 16px;
  font-weight: 600;
  font-family: unit;
  margin-bottom: 4px;
}

/* Submit button */

form input[type=submit],
form .hs-button,button, .button {
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  user-select: none;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.5;
  font-family: 'UNIT';
  font-weight: 800;
  margin: 10px 0;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  -webkit-appearance: button;
}

form input[type=submit]:hover,
form .hs-button:hover,button:hover, .button:hover{
  text-decoration: none !important;

}

.hs-blog-social-share .hs-blog-social-share-item-linkedin button{
  margin:0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}



input.hs-search-field__input::placeholder {
  color: #9ad7f1;
}


form label[for="hs-login-widget-remember"] {
  display: inline-block;
}

ul.no-list.hs-error-msgs {
  margin: 0;
  padding: 0;
}
select.hs-input{
 min-height: 45px;  
}
select.hs-input option{
 background: #0f1125; 
}


.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
  overflow-y: hidden;
}


textarea{
  overflow: auto;
  height: auto !important;
}

.subscribe-options p span {
  font-size: 14px;
  color: #212529;
  font-weight: 400;
  font-family: 'unit';
}
/* 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;
}
.main-header {
  min-height: 106px;
}

header.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* top header css */

.header>.top-header {
  flex-flow: row nowrap;
  justify-content: flex-start;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0;
  text-transform: uppercase;
}

header.header>.top-header>.header__container {
  padding: 0;
}

header.header>.top-header .top-navbar {
  display: flex;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
  float: right;
}

header.header>.top-header .top-navbar ul:not(ul.lang_list_class) {
  flex-direction: row;
  width: 100%;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

header.header>.top-header .top-navbar ul>li:not(ul.lang_list_class li) {
  height: 32px;
  transition: all 0.2s ease-in-out;
  align-items: center;
  display: flex;
}

header.header>.top-header .top-navbar ul>li>a:not(ul.lang_list_class li a) {

  font-weight: 400;
  line-height: 16px;
  display: block;
}


/* end top header css */

/* bottom header css */

.header>.bottom-header .navigation {
  flex-flow: row nowrap;
  justify-content: flex-start;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0;
}

.header>.bottom-header .navigation>.custom-menu-primary {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}


.custom-menu-primary .hs-menu-wrapper ul li a {
  font-weight: 800;
  color: #fff;
  width: 100%;
  line-height: 16px;
  display: block;
  text-transform: uppercase;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0;
  padding-top: 0;
}



.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li {
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li>a {
  border-bottom: 2px solid;
  padding: 17px 24px 15px;
  text-transform: uppercase;
}

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

.toggler {
  cursor: pointer;
  z-index: 1399;
  position: relative;
  transition: margin 0.2s ease-in-out 0.2s,padding 0.2s ease-in-out 0.2s;
  height: 100%;
  align-items: center;
}

.toggler>.barwrap>.bar {
  transition: all 0.2s ease-in-out 0.2s;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  background: #fff;
  opacity: 1;
}

.toggler>.barwrap>.bar-3 {
  margin-bottom: 0;
}



.desktop-toggler {
  padding: 26px 0 27px 18px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child.on>.toggler .bar-1 {
  transform: rotate(
    45deg) translate3d(4px,4px,10px);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child.on>.desktop-toggler.toggler .bar-3 {
  transform: rotate(
    -45deg) translate3d(3px,-3px,10px);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child.on>.desktop-toggler.toggler .bar-2 {
  opacity: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child.on>.toggler .bar {
  background: #0F1125;
  transition: all 0.2s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child.on>.toggler {
  transition: margin 0.2s ease-in-out,back;
}

.mobile-toggler {
  padding: 31px 0 27px;
  outline: 0;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

.mobile-toggler.toggler.on {
  margin: 0;
  padding: 31px 15px 27px;
  background: #EBF3FA;
  transition: margin 0.2s ease-in-out,background 0.2s ease-in-out;
}
/* LP page , wesite , migration*/

/* .main-header.LP-header .top-header {min-height: 32px;}
*/
.main-header.LP-header .bottom-header {
  min-height: 74px;
}

.LP-header .navigation {
  padding: 26.5px 0 26.5px 0 !important;
}

.main-header.LP-header {
  min-height: 74px;
}

.body-container--home img {
  width: 100%;
}
span.header-logo img {
  width: 143px !important;
  display: block;
  height: 20px;
}

/* media query */

@media (min-width: 768px){
  .header>.bottom-header .navigation>.custom-menu-primary {
    display: flex;
    flex-basis: auto;
    justify-content: flex-end;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    flex-direction: row;
    margin-left: auto;
  }   

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper ul li a {
    padding: 31px 13px 27px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>.desktop-toggler {
    display: flex;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:after {
    content: '';
    position: absolute;
    top: calc(100% - 12px);
    left: 0;
    display: block;
    height: 0;
    width: 100%;
    z-index: 1400;
    transition: height 0.2s ease-in-out 0.2s;
    border-left: 14px solid #0F1125;
    border-right: 14px solid #0F1125;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child.on>.desktop-toggler {
    padding: 26px 18px 27px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child:after{

    display:none;
  }
  header.header>.top-header .top-navbar ul>li>a{
    padding: 3px 15px 0;
    font-size: .9rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul {
    right: 14px;
    left: auto !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover:after {
    height: 12px;
    transition: height 0.2s ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: block;
    height: 0;
    background: #EBF3FA;
    width: 100%;
    z-index: 1398;
    transition: height 0.2s ease-in-out 0.2s;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child.on:before {
    height: 74px;
    transition: height 0.2s ease-in-out;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child.on>ul {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    max-height: 500px;
    transition: max-height 0.2s ease-in-out 0.2s,padding 0.2s ease-in-out 0.2s;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover:not(:last-child)>ul {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    max-height: 500px;
    transition: max-height 0.2s ease-in-out 0.2s,padding 0.2s ease-in-out 0.2s;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:last-child>a {
    border-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li>a>svg {
    height: 12px;
    width: auto;
    transform: rotate( 
      270deg);
    margin: -3px 0 0 2px;
  }
  .mobile-toggler {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a>svg {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
    width: max-content;
    transform: translateX(14px);
    background: #EBF3FA;
    position: absolute;
    left: 0;
    top: 100%;
    max-height: 0;
    overflow: hidden;
    list-style: none;
    transition: max-height 0.2s ease-in-out,padding 0.2s ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>svg {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.child-trigger {
    display: none;
  }
}

@media (min-width: 992px){
  .custom-menu-primary .hs-menu-wrapper ul li a {
    font-size: 1.017rem;
  }

}

@media (max-width: 991.98px){
  header.header>.top-header>.header__container,
  header.header>.bottom-header>.header__container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 767.98px){
  .main-header.LP-header .bottom-header {
    min-height: 72px;
  }

  .LP-header .navigation {
    padding: 25.5px 0 25.5px 0 !important;
  }

  .main-header.LP-header {
    min-height: 72px;
  }

  .desktop-toggler {
    display: none;
  }
  .header>.bottom-header .navigation {
    justify-content: space-between;
  }
  header.header>.top-header .top-navbar ul>li>a {
    padding: 10px 12px 7px 12px;
  }
  .header>.bottom-header .navigation>.custom-menu-primary {
    max-height: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 104px;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #EBF3FA;
    overflow-y: auto;
    overflow-x: hidden;
    transition: max-height 0.3s ease-in-out,z-index 0s ease-in-out 0.3s;
  }
  .custom-menu-primary.show {
    max-height: 1000px !important;
  }
  .header>.bottom-header .navigation>.custom-menu-primary ul {
    padding: 8px 24px;
  }

  .header>.bottom-header .navigation>.custom-menu-primary ul>li {
    position: relative;
    border-bottom: 2px solid #AACEE9;
    background-color: #EBF3FA !important;
  }

  .header>.bottom-header .navigation>.custom-menu-primary ul>li>a {
    font-size: 16px;
    line-height: 16px;
    padding: 19px 24px 16px;
    color: #0F1125 !important;
  }
  .mobile-toggler.on .bar {
    background: #0F1125;
    transition: all 0.2s ease-in-out;
  }
  .mobile-toggler.on .bar-1 {
    transform: rotate(
      45deg) translate3d(4px,4px,10px);
  }

  .mobile-toggler.on .bar-3 {
    transform: rotate(
      -45deg) translate3d(3px,-3px,10px);
  }

  .mobile-toggler.on .bar-2 {
    opacity: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>svg {
    height: 12px;
    width: auto;
    transform: rotate( 
      -90deg);
    margin: -3px 0 0 2px;

  }
  .header>.bottom-header .navigation>.custom-menu-primary ul>li:last-child {
    border-bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul {
    display: block;
    width: 100%;
    padding: 0 !important;
    max-height: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul>li {
    border-bottom: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul>li>a>svg {
    height: 12px;
    width: auto;
    transform: rotate( 
      270deg);
    margin: -3px 0 0 2px;
  }
  .child-trigger svg {
    height: 12px;
    width: auto;
    transform: rotate( -90deg);
    margin: -4px 0 0 2px;
    transition: transform 0.3s ease-in-out;
  }
  /*   .header>.bottom-header .navigation>.custom-menu-primary ul>li {
  display: flex;
  align-items: center;
} */
  .header>.bottom-header .navigation>.custom-menu-primary ul>li>a {
    width: auto;
    white-space: nowrap;
    padding-right: 0;
  }
  .child-trigger {
    cursor: pointer;
    padding-left: 4px;
    padding-top: 2px;
  }
  .header>.bottom-header .navigation>.custom-menu-primary ul>li:last-child>.child-trigger {
    display: none;
  }

  .header>.bottom-header .navigation>.custom-menu-primary ul>li:last-child>ul>li>.child-trigger {
    display: none;
  }

  .header>.bottom-header .navigation>.custom-menu-primary ul>li:last-child>ul>li {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
    max-height: 0;
    background: #fff;
    transition: max-height 0.2s ease-in-out,padding 0.2s ease-in-out;
    width: 100%;
    position: relative;
    left: 0;
    top: 100%;
    list-style: none;
    overflow: hidden;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem!important;
    padding-bottom: 0!important;
    padding-top: 0!important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul{
    display:block !important;
    height: auto !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li>a>svg {
    height: 12px;
    width: auto;
    transform: rotate( 
      270deg);
    margin: -3px 0 0 2px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li {
    display: block !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li>a {
    border-bottom: none;
  }
  .header>.bottom-header .navigation>.custom-menu-primary ul>li>a, 
  .header>.bottom-header .navigation>.custom-menu-primary ul>li>.child-trigger {
    display: inline-block;
  }
  .header>.bottom-header .navigation>.custom-menu-primary ul>li:last-child>ul>li>a>svg {
    display: inline-block;
  }
  .header>.bottom-header .navigation>.custom-menu-primary ul>li:last-child>ul {
    margin-top: -42px;
    padding-top: 0px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: #ebf3fa !important;
    max-height: 300px !important;
  }

  .header>.bottom-header .navigation>.custom-menu-primary ul>li:last-child>ul>li {
    border-bottom: 2px solid #aacee9 !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>ul {
    max-height: 300px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>.child-trigger.sub-menu-trigger-open>svg {
    transform: rotate(
      0deg);
    width: 12px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li>a {
    border-bottom: 2px solid #EBF3FA !important;
    font-size: 14px !important;
    line-height: 16px !important;
    text-transform: uppercase;
    color: #0F1125;
    background-color: white !important;
    display: block !important;
    padding: 20px 24px 18px !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li {
    border-bottom: 0 !important;
    background: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li:last-child>a {
    border-bottom: 0 !important;
  }
  .header>.bottom-header .navigation>.custom-menu-primary ul>li:last-child>ul>li>a {
    background: transparent !important;
    font-size: 16px !important;
    border-bottom: 0 !important;
    padding: 19px 24px 15px !important;
    line-height: 17px !important;
  }
}

@media (max-width: 767px){
  .migration .widget-type-form, .migration .hs_cos_wrapper_type_blog_subscribe, .migration .hs-search-field form {
    margin-top: 15px;
  }
}

@media (max-width: 575px){
  .body-container--home h2 {
    font-size: 23px;
  }

  .body-container--home h3 {
    font-size: 21px;
  }
}

@media (max-width: 361px){
  .LP-body h1 {
    font-size: 32px;
  }
}

@media (min-width: 992px) and (max-width: 1439px){
  .body-container--home h2 {
    font-size: 48px;
  }

}

@media (min-width: 768px) and (max-width: 991px){
  .LP-body h1 {
    font-size: 45px;
  }
  .LP-body h3,.body-container--home h3 {
    font-size: 30px;
  }
  .body-container--home h2 {
    font-size: 33px;
  }
}



/* Webs Bent Becker 20-9-2023 */
  #hs_menu_wrapper_header_menu ul > li.hs-menu-item.hs-menu-depth-1:nth-child(-n+3) > a {
    color: #AACEE9;
  }
.shop_menu #hs_menu_wrapper_top_header_menu ul li a{
    display: flex;
    background-color: #F5F37C;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #0F1125 !important;
}
.shop_menu #hs_menu_wrapper_top_header_menu ul li a:before{
  content: "";
    display: block;
    width: 22px;
    height: 22px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 6px;
    margin-top: -3px;
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="800px" height="800px" viewBox="0 0 800 800" enable-background="new 0 0 800 800" xml:space="preserve"><g><g><path fill="%230F1125" d="M204.999,511.999v-0.002h528.765L800,160.339l-623.022,0.445L153.9,68.423H0v60.253h107.101L204.999,511.999 L204.999,511.999z M727.406,218.644l-43.658,233.101H251.797l-59.436-232.718L727.406,218.644z"/><path fill="%230F1125" d="M383.835,635.223c0-12.76-2.5-24.944-7.024-36.101h184.363c-4.523,11.156-7.023,23.341-7.023,36.101 c0,53.13,43.224,96.355,96.354,96.355s96.354-43.226,96.354-96.355s-43.225-96.354-96.354-96.354H287.48 c-53.13,0-96.354,43.224-96.354,96.354s43.224,96.355,96.354,96.355S383.834,688.353,383.835,635.223z M650.505,599.123 c19.907,0,36.102,16.195,36.102,36.101c0,19.907-16.195,37.103-36.102,36.103c-19.907,0-36.102-16.195-36.102-36.103 C614.404,615.318,630.598,599.123,650.505,599.123z M287.479,599.123c19.907,0,36.102,16.195,36.102,36.101 c0,19.907-16.194,36.103-36.102,36.103c-19.906,0-36.101-16.195-36.101-36.103C251.378,615.318,267.573,599.123,287.479,599.123z"/></g></g></svg>');

}


/* langswitch */
.lang_list_class{
 width: max-content;
  z-index: 9999 !important; 
}
.lang_switcher_class .globe_class{
  width: 42px;
  background-position: 100%;
  background-size: 12px;
  background-image: unset !imporant;
background-image: unset;
}
.lang_switcher_class .globe_class:after{
    content: '';
    background-image: url('data:image/svg+xml;utf8,<svg class="d-flex" viewBox="0 0 23 22" xmlns="http://www.w3.org/2000/svg" fill="rgb(170 206 233)"><path d="M13.1708 15.76V0.0479984H9.77875V15.728L2.16275 8.816L0.01875 10.928L11.5068 22L22.9948 10.928L20.8828 8.816L13.1708 15.76Z"></path></svg>');
    background-position: 100%;
    background-size: 13px;
    display: flex;
    height: 14px;
    width: 14px;
    rotate: 0deg;
    position: absolute;
    bottom: 1px;
    right: 0;
      transition: all 0.3s ease-in-out;
        background-repeat: no-repeat;

}

.lang_switcher_class .globe_class:hover:after{
  rotate: 180deg;
      transition: all 0.3s ease-in-out;
}
.header__language-switcher--label{
 display: flex; 
}
#hs_cos_wrapper_language-switcher{
  order: 2;
}
.header__language-switcher--label-current{
      padding: 3px 9px 0 14px;
    font-size: 0.9rem;
      margin-right: -33px;
  color: #AACEE9;
}
.lang_list_class li{
      background-color: #AACEE9 !important;
    color: #0F1125!important;
      padding: 6px 0px 6px !important;
}

.lang_switcher_link{
      color: #0F1120 !important;
    font-weight: 800;
}
.lang_list_class:after, .lang_list_class:before{
 display: none !important;

}
footer.footer {
  padding-top: 24px;
}
.footer .footer-logo-wrapper {
  text-align: center;
}

.footer .footer-logo-wrapper span.hs_cos_wrapper {
  margin-bottom: 1.5rem;
  display: block;
}

.footer hr {
  margin-bottom: 1.5rem;
  width: 100%;
  position: relative;
  border: 1px solid;
  background-color: #27283a;
  border-color: #0000001a;
}

.footer .footer-menu-primary {
  margin-bottom: 1.5rem;
  flex-flow: row nowrap;
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0;
  text-transform: uppercase;
}

.footer .footer-menu-primary ul {
  flex-direction: row;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.footer .footer-menu-primary ul>li>a {
  padding-right: .5rem;
  padding-left: .5rem;
  font-weight: 800;
  width: 100%;
  line-height: 16px;
  display: block;
  padding-bottom: 0;
  padding-top: 0;
  word-break: initial;
}

.footer .footer-socila-icons-wrapper {
  margin-bottom: 1.5rem;
  flex-flow: row nowrap;
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0;
  text-transform: uppercase;
}
.footer .footer-copyright {
  font-size: 1.008rem;
  padding-bottom: 3rem;
  text-align: center;
  margin-top: 3rem;
}


/* fixed contact  */
.position-fixed {
  bottom: 628.109px;
  right: 36px;
  transition: bottom 0.05s ease-in-out;
  position: fixed;
}

.position-fixed>a {
  height: 48px;
  width: 48px;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
  margin: 8px 0;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #F5F37C;
}

.position-fixed>a>svg {
  height: 24px;
  width: auto;
}

.position-fixed>a:last-child {
  margin-bottom: 0;
}

.position-fixed>a:hover {
  background: #0F1125;
  transform: scale(1.2);
}

.position-fixed>a:hover>svg>path {
  fill: #F5F37C;
}

.position-fixed>a>svg>path {
  transition: all 0.3s ease-in-out;
}

/* media query */
@media (max-width: 575.98px){
  .footer .footer-menu-primary ul {
    min-width: 100%;
    margin-left: -13px;
    margin-right: -13px;
    display: table;
    text-align: center;
  }

  .footer .footer-menu-primary ul>li {
    display: inline-block;
    margin-bottom: 10px;
  }
}

@media (min-width: 576px){
  .footer .footer-menu-primary ul {
    margin-left: auto;
    margin-right: auto;
  } 
  .footer .footer-menu-primary ul>li>a {
    font-size: .9rem;
  }
}

@media (min-width: 992px){
  .footer .footer-menu-primary ul>li>a {
    font-size: 1.017rem;
  }
}

@media (min-width: 1440px){
  .footer hr{
    margin-bottom: 2.5rem
  }
  .footer .footer-logo-wrapper span.hs_cos_wrapper{
    margin-bottom: 2.5rem
  }
  footer.footer {
    padding-top: 40px;
  }
  .footer .footer-socila-icons-wrapper {
    margin-bottom: 2.5rem;
  }
  .footer .footer-copyright {
    padding-bottom: 2.5rem;
  }
  .footer .footer-menu-primary{
    margin-bottom: 2.5rem
  }
}

@media (max-width: 991.98px){
  .position-fixed {
    right: 24px;
  }
}

@media (max-width: 575.98px){
  .footer .footer-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}


@media (min-width: 576px) and (max-width: 700px){
  .footer .footer-menu-primary ul {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }

  .footer .footer-menu-primary ul>li {
    margin-bottom: 16px;
  }
}
