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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  line-height: 1.5;
  word-break: break-word;
}

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

/* Paragraphs */

/* p {
  font-size: 1rem;
  letter-spacing: 0.02em;
  margin: 0 0 1.5rem;
}
 */
strong {
  font-weight: 700;
}

/* Anchors */

a {
  cursor: pointer;
}

a.button:disabled {
  pointer-events: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.05em;
  margin: 0 0 1.5rem;
}

h1 {
  font-size: 2.5rem;
  letter-spacing: 0.09em;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
  letter-spacing: 0.13em;
}

h4 {
  font-size: 1.25rem;
  letter-spacing: 0.2em;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

/* Lists */

ul,
ol {
  list-style-position: inside;
}

ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 3rem;
}

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

/* Code Blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  font-size: 1.5rem;
  margin: 0 0 1.5rem;
}

/* Horizontal Rules */

hr {
  border: 0 none;
  border-bottom: 1px solid;
}

/* Subscripts and Superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
{
        %- import "../variable/_variables.css" -%
    }

        {
        # ######################################################################### #
    }

        {
        # ########################### 4. Buttons ############################## #
    }

        {
        # ######################################################################### #
    }

    /* Primary Button */
    button,
    a.button,
    .button a,
    a.hs-button,
    .cta_button {
            {
                {
                button_primary_font
            }
        }

        ;

        background-color: {
                {
                button_primary_bg_color
            }
        }

        ;

        border: {
                {
                button_primary_border
            }
        }

        ;

        border-radius: {
                {
                button_primary_corner_radius
            }
        }

        ;

        color: {
                {
                button_primary_font_color
            }
        }

        ;

        fill: {
                {
                button_primary_font_color
            }
        }

        ;

        font-size: {
                {
                button_regular_font_size
            }
        }

        ;

        padding: {
                {
                button_regular_spacing
            }
        }

        ;

        text-transform: {
                {
                button_primary_text_transform
            }
        }

        ;
        align-items: center;
        line-height: 1;
        cursor: pointer;
        display: inline-flex;
        text-align: center;
    }

    button:disabled,
    a.button:disabled,
    .button a:disabled,
    button:disabled:hover,
    a.button:disabled:hover,
    .button a:disabled:hover,
    button:disabled:focus,
    a.button:disabled:focus,
    .button a:disabled:focus,
    button:disabled:active,
    a.button:disabled:active,
    .button a:disabled:active {
        background-color: {
                {
                button_disabled_bg_color
            }
        }

        !important;

        border-color: {
                {
                button_disabled_bg_color
            }
        }

        !important;

        color: {
                {
                button_disabled_color
            }
        }

        !important;
    }

    button:hover,
    button:focus,
    .button a:hover,
    a.button:hover,
    .cta_button:hover,
    a.hs-button:hover,
    .button a:focus,
    .cta_button:focus,
    a.button:focus,
    a.hs-button:focus,
    button:active,
    .button a:active,
    .cta_button:active,
    a.button:active,
    a.hs-button:active {
            {
                {
                button_primary_font_hover
            }
        }

        ;

        background-color: {
                {
                button_primary_bg_color_hover
            }
        }

        ;

        border: {
                {
                button_primary_border_hover
            }
        }

        ;

        color: {
                {
                button_primary_font_color_hover
            }
        }

        ;
    }

    button:active,
    a.button:active,
    .button a:active,
    .cta_button:active,
    a.hs-button:active {
            {
                {
                button_primary_font_hover
            }
        }

        ;

        background-color: {
                {
                color_variant(theme.global.buttons.primary.hover.bg_color.color, 80)
            }
        }

        ;

        border: {
                {
                button_primary_border_hover
            }
        }

        ;

        border-color: {
                {
                color_variant(theme.global.buttons.primary.hover.border.color.color, 80)
            }
        }

        ;
    }

    /* End Primary Button */


    /* Primary Inverse Button */
    .button.btn-primary-inverse a,
    a.button.btn-primary-inverse {
            {
                {
                button_primary_inverse_font
            }
        }

        ;

        background-color: {
                {
                button_primary_inverse_bg_color
            }
        }

        ;

        border: {
                {
                button_primary_inverse_border
            }
        }

        ;

        border-radius: {
                {
                button_primary_inverse_corner_radius
            }
        }

        ;

        color: {
                {
                button_primary_inverse_font_color
            }
        }

        ;

        fill: {
                {
                button_primary_inverse_font_color
            }
        }

        ;

        padding: {
                {
                button_regular_spacing
            }
        }

        ;

        text-transform: {
                {
                button_primary_inverse_text_transform
            }
        }

        ;
    }

    .button.btn-primary-inverse a:hover,
    .button.btn-primary-inverse a:focus,
    .button.btn-primary-inverse a:active,
    a.button.btn-primary-inverse:hover,
    a.button.btn-primary-inverse:focus,
    a.button.btn-primary-inverse:active {
        background-color: {
                {
                button_primary_inverse_bg_color_hover
            }
        }

        ;

        border: {
                {
                button_primary_inverse_border_hover
            }
        }

        ;

        color: {
                {
                button_primary_inverse_font_color_hover
            }
        }

        ;

        fill: {
                {
                button_primary_inverse_font_color_hover
            }
        }

        ;
    }

    .button.btn-primary-inverse a:active,
    a.button.btn-primary-inverse:active {
        background-color: rgba({
                {
                color_variant(theme.global.buttons.primary_inverse.hover.bg_color.color, 80)|convert_rgb
            }
        }

        , {
            {
            theme.global.buttons.primary_inverse.hover.bg_color.opacity
        }
    });

border: {
        {
        button_primary_inverse_border_hover
    }
}

;

border-color: {
        {
        color_variant(theme.global.buttons.primary_inverse.hover.border.color.color, 80)
    }
}

;

color: {
        {
        color_variant(theme.global.buttons.primary_inverse.hover.hover_color.color, 80)
    }
}

;

fill: {
        {
        color_variant(theme.global.buttons.primary_inverse.hover.hover_color.color, 80)
    }
}

;
}

/* End Primary Inverse Button */


    {
    % if isSecondaryBtnDisble==false %
}

/* Secondary Button */
.button.button--secondary a,
a.button.button--secondary {
        {
            {
            button_secondary_font
        }
    }

    ;

    background-color: {
            {
            button_secondary_bg_color
        }
    }

    ;

    border: {
            {
            button_secondary_border
        }
    }

    ;

    border-radius: {
            {
            button_secondary_corner_radius
        }
    }

    ;

    color: {
            {
            button_secondary_font_color
        }
    }

    ;

    fill: {
            {
            button_secondary_font_color
        }
    }

    ;

    padding: {
            {
            button_regular_spacing
        }
    }

    ;

    text-transform: {
            {
            button_secondary_text_transform
        }
    }

    ;
}

.button.button--secondary a:hover,
.button.button--secondary a:focus,
.button.button--secondary a:active,
a.button.button--secondary:hover,
a.button.button--secondary:focus,
a.button.button--secondary:active {
        {
        #{{ button_secondary_font_hover }
    }

    ;
    #
}

background-color: {
        {
        button_secondary_bg_color_hover
    }
}

;

border: {
        {
        button_secondary_border_hover
    }
}

;

color: {
        {
        button_secondary_font_color_hover
    }
}

;

fill: {
        {
        button_secondary_font_color_hover
    }
}

;
}

.button.button--secondary a:active,
a.button.button--secondary:active {
        {
        #{{ button_secondary_font_hover }
    }

    ;
    #
}

background-color: rgba({
        {
        color_variant(theme.global.buttons.secondary.hover.bg_color.color, 80)|convert_rgb
    }
}

, {
    {
    theme.global.buttons.secondary.hover.bg_color.opacity
}
});

border: {
        {
        button_secondary_border_hover
    }
}

;

border-color: {
        {
        color_variant(theme.global.buttons.secondary.hover.border.color.color, 80)
    }
}

;

color: {
        {
        color_variant(theme.global.buttons.secondary.hover.hover_color.color, 80)
    }
}

;

fill: {
        {
        color_variant(theme.global.buttons.secondary.hover.hover_color.color, 80)
    }
}

;
}

/* End Secondary Button */

    {
    % endif %
}


/* Secondary Inverse Button */
.button.btn-secondary-inverse a,
a.button.btn-secondary-inverse {
        {
            {
            button_secondary_inverse_font
        }
    }

    ;

    background-color: {
            {
            button_secondary_inverse_bg_color
        }
    }

    ;

    border: {
            {
            button_secondary_inverse_border
        }
    }

    ;

    border-radius: {
            {
            button_secondary_inverse_corner_radius
        }
    }

    ;

    color: {
            {
            button_secondary_inverse_font_color
        }
    }

    ;

    fill: {
            {
            button_secondary_inverse_font_color
        }
    }

    ;

    padding: {
            {
            button_small_spacing
        }
    }

    ;

    text-transform: {
            {
            button_secondary_inverse_text_transform
        }
    }

    ;
}

a.button.btn-secondary-inverse.no-icon,
.button.btn-secondary-inverse.no-icon a {
    padding: {
            {
            button_small_spacing
        }
    }

    ;
}

.button.btn-secondary-inverse a:hover,
.button.btn-secondary-inverse a:focus,
.button.btn-secondary-inverse a:active,
a.button.btn-secondary-inverse:hover,
a.button.btn-secondary-inverse:focus,
a.button.btn-secondary-inverse:active {
    background-color: {
            {
            button_secondary_inverse_bg_color_hover
        }
    }

    ;

    border: {
            {
            button_secondary_inverse_border_hover
        }
    }

    ;

    color: {
            {
            button_secondary_inverse_font_color_hover
        }
    }

    ;

    fill: {
            {
            button_secondary_inverse_font_color_hover
        }
    }

    ;
}

.button.btn-secondary-inverse a:active,
a.button.btn-secondary-inverse:active {
    background-color: rgba({
            {
            color_variant(theme.global.buttons.secondary_inverse.hover.bg_color.color, 80)|convert_rgb
        }
    }

    , {
        {
        theme.global.buttons.secondary_inverse.hover.bg_color.opacity
    }
});

border: {
        {
        button_secondary_inverse_border_hover
    }
}

;

border-color: {
        {
        color_variant(theme.global.buttons.secondary_inverse.hover.border.color.color, 80)
    }
}

;

color: {
        {
        color_variant(theme.global.buttons.secondary_inverse.hover.hover_color.color, 80)
    }
}

;

fill: {
        {
        color_variant(theme.global.buttons.secondary_inverse.hover.hover_color.color, 80)
    }
}

;
}

/* End Secondary Inverse Button */

.button a .icon svg,
a.button .icon svg {
    fill: currentColor;
}

.button a .icon,
a.button .icon {
    margin-left: 12px;
    color: currentColor;
    line-height: 0;
}

.button.no-icon a .icon,
a.button.no-icon .icon {
    display: none;
}


.button.button--simple a,
a.button.button--simple {
        {
            {
            button_simple_font
        }
    }

    ;

    background-color: {
            {
            button_simple_bg_color
        }
    }

    ;

    border: {
            {
            button_simple_border
        }
    }

    ;

    border-radius: {
            {
            button_simple_corner_radius
        }
    }

    ;

    color: {
            {
            button_simple_font_color
        }
    }

    ;

    fill: {
            {
            button_simple_font_color
        }
    }

    ;
    padding: 0;

    font-size: {
            {
            button_regular_font_size
        }
    }

    ;

    text-transform: {
            {
            button_simple_text_transform
        }
    }

    ;
    min-height:auto !important;
}

.button.button--simple a:hover,
.button.button--simple a:focus,
.button.button--simple a:active,
a.button.button--simple:hover,
a.button.button--simple:focus,
a.button.button--simple:active {
    background-color: {
            {
            button_simple_bg_color_hover
        }
    }

    ;

    border: {
            {
            button_simple_border_hover
        }
    }

    ;

    color: {
            {
            button_simple_font_color_hover
        }
    }

    ;

    fill: {
            {
            button_simple_font_color_hover
        }
    }

    ;
}

.button.button--simple a:active,
a.button.button--simple:active {
    background-color: {
            {
            button_simple_bg_color_hover
        }
    }

    ;

    border: {
            {
            button_simple_border_hover
        }
    }

    ;

    color: {
            {
            button_simple_font_color_hover
        }
    }

    ;

    fill: {
            {
            button_simple_font_color_hover
        }
    }

    ;
}

.button.button--simple a:before,
a.button.button--simple:before {
    content: none !important;
}


/* Button Sizing */


button.btn-small,
a.button.btn-small,
.button.btn-small a,
a.hs-button.btn-small,
.cta_button.btn-small,
.button.button--secondary.btn-small a,
a.button.button--secondary.btn-small {
    font-size: {
            {
            button_small_font_size
        }
    }

    ;

    padding: {
            {
            button_small_spacing
        }
    }

    ;
}

button.btn-large,
a.button.btn-large,
.button.btn-large a,
a.hs-button.btn-large,
.cta_button.btn-large,
.button.button--secondary.btn-large a,
a.button.button--secondary.btn-large {
    font-size: {
            {
            button_large_font_size
        }
    }

    ;

    padding: {
            {
            button_large_spacing
        }
    }

    ;
}


@media (max-width: 767px) {

    button,
    a.button,
    .button a,
    a.hs-button,
    .cta_button,
    .button.btn-primary-inverse a,
    a.button.btn-primary-inverse,
    .button.button--secondary a,
    a.button.button--secondary,
    .button.btn-secondary-inverse a,
    a.button.btn-secondary-inverse {
        font-size: {
                {
                theme.global.buttons.size.regular.font_size * 1.125
            }
        }

        px;

        padding: {
                {
                theme.global.buttons.size.regular.vertical_spacing * 0.8125
            }
        }

        px {
                {
                theme.global.buttons.size.regular.horizontal_spacing
            }
        }

        px;
        min-width: 190px;
        justify-content: center;
        letter-spacing: -0.09px;
    }

    button.btn-large,
    a.button.btn-large,
    .button.btn-large a,
    a.hs-button.btn-large,
    .cta_button.btn-large,
    .button.button--secondary.btn-large a,
    a.button.button--secondary.btn-large {
        min-height: 52px;

        font-size: {
                {
                theme.global.buttons.size.large.font_size * 0.9
            }
        }

        px;

        padding: {
                {
                theme.global.buttons.size.large.vertical_spacing * 0.5652173913
            }
        }

        px {
                {
                theme.global.buttons.size.large.horizontal_spacing * 0.6
            }
        }

        px;
    }
}
/* Base */

form {
  max-width: 100%;
}

.hs-form-field {
  position: relative;
}

/* Form Title */

.form-title {
  margin: 0;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

.hs-form-field > label {
/*   display: block;
  letter-spacing: 2px;
  margin-bottom: 0.375rem;
  text-align: left;
  text-transform: uppercase;
  width: auto;
  z-index: 1; */
}

/* Inputs */

.input {
  position: relative;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100% !important;
}

select::-ms-expand {
  display: none;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='file']:focus,
select:focus,
textarea:focus {
  outline-color: #00cb66;
}

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

/* Inputs - Checkbox/Radio */

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

.inputs-list > li {
  display: block;
  margin: 0.75rem 0;
  padding: 0;
  width: 100%;
}

input[type='checkbox'],
input[type='radio'] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.375rem;
  padding: 0;
  width: auto;
}

/* Inputs - Select */

/* .hs-fieldtype-select .input:after {
  content: '\25BE';
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
} */

/* Inputs - Datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  content: '\01F4C5';
  position: absolute;
  right: 1rem;
  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 {
  border-radius: 0 !important;
}

/* Inputs - File Picker */

input[type='file'] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and Text */

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

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

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

/* Validation */

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

.hs-error-msg {
  margin-top: 0.375rem;
}

/* Submit */

form input[type='submit'],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.2em;
  margin: 0;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  width: 100%;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}

/* Table Cells */

th,
td {
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  vertical-align: bottom;
}
/* Logo */

.widget-type-logo img {
  height: auto;
  max-width: 100%;
}

/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
    .hs-item-has-children:hover
    > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts
    .hs-item-has-children:hover
    > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* Header */

.header .dnd-section {
    padding: 0;
}

header.headerSection .content-wrapper {
    max-width: 1384.00000000296px;
}

.headerSection {
    background-color: rgba(255, 255, 255, 0.0);
    border-bottom: 1px none #FFFFFF;
}

/* Header content */
.headerSection p,
.headerSection h1,
.headerSection h2,
.headerSection h3,
.headerSection h4,
.headerSection h5,
.headerSection h6,
.headerSection a:not(.button a),
.headerSection span,
.headerSection div,
.headerSection li,
.headerSection blockquote {
    color: #1D1D1D;
}

header.headerSection {
    padding: 30px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.headerParent {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.headerLogo {
    width: 120px;
    z-index: 2;
}

.headerNavigation {
    display: flex;
    padding-left: 20px;
    justify-content: flex-end;
    width: calc(100% - 120px);
}

.headerSection .navigationRight {
    gap: 10px;
}

.headerSection .button a {
    color: white;
    border: 1px solid black;
    background-color: black;
}

.headerSection .navigationParentInner .navigationRight .button a {
    padding: 10px 15px;
}

.headerSection .navigationParentInner .navigationRight .button a:hover {
    color: black;
    background-color: transparent;
}

.headerSection .navigationParentInner .navigationRight .button--secondary a {
    color: black;
    border: 1px solid black;
    background-color: transparent;
}

.headerSection .navigationParentInner .navigationRight .button--secondary a:hover {
    color: white;
    border: 1px solid black;
    background-color: black;
}

/* Submenus */
.submenu {
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* HubSpot Editor Styles */
.hs-inline-edit .submenu.level-1>li.has-submenu:hover .submenu.level-2,
.hs-inline-edit>li.has-submenu.focus .submenu.level-2 {
    visibility: hidden;
}

ul.submenu.level-2 li {
    margin: 0;
    padding: 0;
}

ul.submenu.level-2 li a {
    display: block;
}

.navigation-primary input[type=checkbox] {
    display: none;
}

/* Color // Main Navigation */

.navigation-primary .level-1>li>a {
    font-family: 'Rethink Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
    font-size: 18px;
    color: rgba(22, 22, 23, 1);
    text-transform: none;
}

/* Main Navigation - Child Menus */
.navigation-primary .submenu:not(.level-1) .menu-link {
    font-family: 'Rethink Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: rgba(22, 22, 23, 1);
    font-size: 18px;
    text-transform: none;
}

.navigation-primary .submenu.level-1 .submenu.level-2 .menu-item.level-inner-2 .small-item {
    font-size: 12px;
    cursor: default;
    margin-top: 10px;
}

.navigation-primary .submenu.level-1 .submenu.level-2 .menu-item.level-inner-2:has(.small-item):first-of-type .small-item {
    margin-top: 0;
}

.navigation-primary .submenu.level-1 .submenu.level-2 .menu-item.level-inner-2:has(.small-item):before {
    content: none;
}

.navigation-primary .submenu.level-1 .submenu.level-2 .menu-item.level-inner-2:has(.small-item):hover {
    padding-left: 0;
}

.navigation-primary .submenu.level-1 .submenu.level-2 .menu-item.level-inner-2 .menu-item-with-icon {
    display: flex;
    gap: 5px;
    align-items: center;
}

.navigation-primary .submenu:not(.level-1) .menu-link {
    font-family: 'Rethink Sans', sans-serif;
    font-weight: 600;
}

.navigation-primary .submenu.level-2 li {
    position: relative;
    transition: all .3s ease-in-out;
}

.navigation-primary .submenu.level-2 li:before {
    background: url(https://2461977.fs1.hubspotusercontent-na1.net/hubfs/2461977/subarrow-2.svg) no-repeat;
    width: 14px;
    height: 14px;
    content: "";
    right: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in-out;
}

.navigation-primary .submenu.level-2 li:hover {
    padding-left: 10px;
}

.navigation-primary .submenu.level-2 li:hover:before {
    right: 20px;
}


/* Header Sticky */
.headerSticky .headerSection{position:fixed; top:0; left:0; width:100%; background-color: ;}
header.headerSection.headerSticky { position: fixed; top: 0; left: 0; width: 100%; backdrop-filter: blur(100px);}
/* End Header Sticky */

/* language switcher */

.headerLanguageSwitcher .lang_switcher_class {
    position: static !important;
    width: 100%;
}

.headerLanguageSwitcher .lang_switcher_class .globe_class {
    width: 100% !important;
    height: auto !important;
    background-image: none !important;
}

.headerLanguageCurrent {
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Rethink Sans';
}

.headerLanguageSwitcher {
    padding-left: 15px;
}

.headerLanguageSwitcher .lang-box {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.headerLanguageSwitcher .lang_switcher_class .lang_list_class {
    display: block !important;
    position: unset !important;
    transform: unset !important;
    padding: 0 !important;
    width: 100%;
}

.headerLanguageSwitcher .lang_switcher_class .lang_list_class li {
    margin: 0;
    border: 0;
    text-align: left;
    background: transparent;
    font-size: 16px;
    padding: 0;
}

.headerLanguageSwitcher .lang_switcher_class .lang_list_class li:not(:last-child) {
    margin-bottom: 15px;
}

.headerLanguageSwitcher .lang_switcher_class .lang_list_class::before {
    content: none;
}

.headerLanguageSwitcher .lang_switcher_class .lang_list_class li a {
    font-weight: 600;
    font-family: 'Rethink Sans';
}

.headerLanguageSwitcher .lang-box .headerLanguageText {
    color: rgba(22, 22, 23, 1);
}


@media(min-width:992px) {
    header.headerSection::after {
        background: rgba(0, 0, 0, 0.20);
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: -1;
        width: 100%;
        height: 100vh;
        background-size: cover;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s linear;
    }

    body.result_hover header.headerSection::after {
        opacity: 1;
        visibility: visible;
    }

    .headerLanguageSwitcher .lang-box:hover .headerLanguageText {
        color: black;
    }

    .headerLanguageSwitcher.langEnable .lang-box:hover .hs_cos_wrapper_type_language_switcher {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .navigation-primary .submenu.level-2::before,
    .headerLanguageSwitcher.langEnable .lang-box .hs_cos_wrapper_type_language_switcher::before {
        position: absolute;
        content: "";
        height: 14px;
        width: 18px;
        background-image: url(https://2461977.fs1.hubspotusercontent-na1.net/hubfs/2461977/tinqwise_theme_2024/images/ar_up.svg);
        background-repeat: no-repeat;
        left: 28px;
        top: -8px;
    }

    .headerLanguageSwitcher.langEnable .lang-box .hs_cos_wrapper_type_language_switcher::before {
        right: 28px;
        left: auto;
    }

    .navigation-primary .submenu.level-2::after {
        content: '';
        position: absolute;
        height: 40px;
        top: -30px;
        left: 0;
        width: 100%;
    }

    .headerLanguageSwitcher.langEnable .lang-box .hs_cos_wrapper_type_language_switcher {
        height: auto;
        right: 0;
        opacity: 0;
        position: absolute;
        top: 45px;
        visibility: hidden;
        transform: translateY(60%);
        width: 100%;
        background-color: #FFF;
        transition: all 0.3s linear;
        box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
        min-width: 200px;
        padding: 20px 20px 15px 20px;
    }

    .headerLanguageSwitcher .lang_switcher_class .lang_list_class li {
        position: relative;
        transition: all .3s ease-in-out;
    }

    .headerLanguageSwitcher .lang_switcher_class .lang_list_class li a::before {
        background: url(https://2461977.fs1.hubspotusercontent-na1.net/hubfs/2461977/subarrow-2.svg) no-repeat;
        width: 14px;
        height: 14px;
        content: "";
        right: 25px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        opacity: 1;
        visibility: visible;
        transition: all .3s ease-in-out;
    }

    .headerLanguageSwitcher .lang_switcher_class .lang_list_class li:hover {
        padding-left: 10px;
    }

    .headerLanguageSwitcher .lang_switcher_class .lang_list_class li:hover a:before {
        right: 20px;
    }

    .headerLanguageSwitcher.langEnable .lang-box .hs_cos_wrapper_type_language_switcher::after {
        content: '';
        height: 25px;
        top: -20px;
        width: 100%;
        position: absolute;
        left: 0;
    }

    .moblang.headerLanguageSwitcher {
        display: none;
    }

    .desklang.headerLanguageSwitcher {
        display: block;
    }

    .headerLanguageSwitcher .lang-box:hover .menu-arrow-bg svg {
        transform: rotate(180deg);
    }

    .navigation-primary .level-1>li:hover .menu-arrow svg {
        transform: rotate(180deg);
    }

    .noBanner .headerOutter {
        height: 124px;
    }

    .menu-arrow-bg svg {
        display: inline-block;
        height: 10px;
        width: 15px;
        margin-left: 6px;
        transition: .3s;
    }

    .menu-arrow-bg svg path {
        stroke: currentColor;
    }

    .navigation-primary .level-1>li:hover .menu-arrow-bg svg path,
    .navigation-primary .level-1>li:focus .menu-arrow-bg svg path {
        stroke: black;
    }

    .headerLanguageSwitcher .lang-box:hover .menu-arrow-bg svg path {
        stroke: black;
    }

    .headerLanguageSwitcher .lang_switcher_class .lang_list_class li:hover a {
        color: black;
    }

    .navigation-primary .submenu:not(.level-1) .menu-link {
        font-size: 16px;
    }

    .childExpand {
        display: none;
    }

    .headerOutter {
        height: auto;
    }


    .headerSection.isMegaMenuEnable {
        padding: 0;
    }

    .navigationRight,
    .navigationParentInner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .navigationRight {
        padding-left: 15px;
    }

    /* Navigation Wrapper */
    .navigation-primary {
        display: inline-block;
        float: right;
    }

    /* Top Level Menu Items */
    .submenu.level-1 {
        display: inline-block;
    }

    .submenu.level-1>li {
        display: inline-block;
        margin: 0;
        padding: 10px;
        position: relative;
        text-transform: capitalize;
    }

    .headerSection.isMegaMenuEnable .submenu.level-1>li {
        padding: 30px 15px;
    }

    /* Active Menu Item Styles */
    .navigation-primary .submenu.level-1>li>a.active-item {
        position: relative;
    }

    .navigation-primary .submenu.level-1>li>a.active-item:after {
        background-color: #1d1d1d;
        bottom: -3px;
        content: '';
        height: 2px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    /* Top Level Menu Items Icon */

    .navigation-primary .level-1>.has-submenu.active-item:after {
        border-color: #fff transparent transparent;
    }

    .navigation-primary .level-1>.has-submenu:hover:after,
    .navigation-primary .level-1>.has-submenu:focus:after,
    .navigation-primary .level-1>.has-submenu.focus:after,
    .navigation-primary .level-1>.has-submenu.active-item:hover:after {
        transform: rotate(180deg);
    }

    /* Menu Items With Children */
    .navigation-primary ul.submenu.level-2 li a {
        padding: 5px 25px 5px 25px;
    }

    .navigation-primary .submenu.level-2,
    .navigation-primary .submenu.level-3 {
        border: none;
        min-width: 200px;
        opacity: 0;
        position: absolute;
        z-index: 2;
        width: 100%;
        visibility: hidden;
        -webkit-transition: opacity ease .4s;
        -moz-transition: opacity ease .4s;
        transition: opacity ease .4s;
        display: block;
        box-shadow: 0px 10px 40px 0px rgba(31, 45, 80, 0.15);
        pointer-events: none;
    }

    .navigation-primary .submenu.level-3 {
        top: 0;
    }

    .navigation-primary .submenu.level-2 {
        left: 0;
        top: 100%;
        min-width: 320px;
        padding: 20px 0;
        transition: all 0.3s linear;
        pointer-events: none;
        margin-top: 12px;
        transform: translateY(60%);
    }

    /* Submenu Level One Visibility */
    .navigation-primary .submenu.level-1>li:hover .submenu.level-2,
    .navigation-primary .submenu.level-1>li.focus .submenu.level-2 {
        left: 0;
        opacity: 1;
        visibility: visible;
        pointer-events: inherit !important;
        transform: translateY(0);
    }

    .navigation-primary .submenu.level-1>li:last-child .submenu.level-2,
    .navigation-primary .submenu.level-1>li.focus:last-child .submenu.level-2 {
        left: auto;
        right: 0;
    }

    /* Submenu Level Two Visibility */
    .navigation-primary .submenu.level-2>li .submenu.level-3 {
        left: 100%;
    }

    .navigation-primary .submenu.level-2>li:hover .submenu.level-3,
    .navigation-primary .submenu.level-2>li.focus .submenu.level-3 {
        opacity: 1;
        visibility: visible;
        pointer-events: inherit !important;
    }

    /* prettier-ignore */
    .navigation-primary .submenu.level-1>li:last-child .submenu.level-2 .menu-item:hover .submenu.level-3,
    .navigation-primary .submenu.level-1>li:last-child .submenu.level-2 .menu-item.focus .submenu.level-3 {
        left: auto;
        right: 100%;
    }

    .navigationParent,
    .navigation-primary .submenu {
        display: block !important;
        font-size: 0;
    }

    /*   Theme Color   */

    /* Main Navigation */
    .navigation-primary .level-1>li:hover,
    .navigation-primary .level-1>li:focus {
        background-color: rgba(8, 8, 8, 0.0);
    }

    .navigation-primary .level-1>li:hover>a,
    .navigation-primary .level-1>li:focus>a {
        color: black;
    }

    .navigation-primary .level-1>.has-submenu:hover:after,
    .navigation-primary .level-1>.has-submenu:focus:after,
    .navigation-primary .level-1>li.has-submenu.active-item:hover:after,
    .navigation-primary .level-1>li.has-submenu.active-item:focus:after {
        border-color: transparent transparent rgba(212, 0, 0, 1) transparent;
    }

    .navigation-primary .level-1>li:active {
        background-color: rgba(8, 8, 8, 0.0);
    }

    .navigation-primary .level-1>li:active>a {
        color: rgba(212, 0, 0, 1);
    }

    .navigation-primary .level-1>.has-submenu:active:after,
    .navigation-primary .level-1>li.has-submenu.active-item:active:after {
        border-color: transparent transparent rgba(212, 0, 0, 1) transparent;
    }

    .navigation-primary .level-1>li.has-submenu.active-item:after {
        font-family: 'Rethink Sans', sans-serif;
        font-style: normal;
        font-weight: 600;
        text-decoration: none transparent transparent transparent;
    }

    .navigation-primary .submenu.level-1>li>a.active-item:after {
        background-color: black;
    }

    /* Main Navigation - Child Menus */
    .navigation-primary .submenu:not(.level-1) {
        background-color: rgba(255, 255, 255, 1.0);
    }

    .navigation-primary .submenu:not(.level-1) .menu-item:hover>a,
    .navigation-primary .submenu:not(.level-1) .menu-item:focus>a {
        background-color: rgba(8, 8, 8, 0.0);
    }

    .navigation-primary .submenu:not(.level-1) .menu-item:hover>a,
    .navigation-primary .submenu:not(.level-1) .menu-item:focus>a {
        color: black;
    }

    .navigation-primary .submenu:not(.level-1) .menu-item:active {
        background-color: rgba(8, 8, 8, 0.0);
    }

    .navigation-primary .submenu:not(.level-1) .menu-item:active>a {
        color: rgba(212, 0, 0, 1);
    }
}


@media(min-width:1200px) {
    .navigationParentInner .navigationRight .button a {
        font-size: 16px;
    }

    .submenu.level-1>li {
        padding: 10px 15px;
    }

    .successSliderSection .contLeftCol .heading {
        max-width: 581px;
    }
}

@media(max-width:1199px) {
    .submenu.level-1>li {
        padding: 10px;
    }

    .headerLanguageSwitcher {
        padding-left: 10px;
    }

    .navigation-primary .level-1>li>a,
    .headerLanguageCurrent,
    .navigationRight .button a {
        font-size: 14px;
    }
}

@media(max-width:991px) {
    .headerLanguageSwitcher {
        padding-left: 0px;
    }

    .headerLanguageCurrent.activeArrow .menu-arrow-bg svg {
        transform: rotate(180deg);
    }

    .headerLanguageSwitcher.langEnable .lang-box .hs_cos_wrapper_type_language_switcher {
        position: relative;
        right: 0;
        background: transparent;
        margin: 0;
        width: 100%;
        display: block;
    }

    .headerLanguageSwitcher .lang_switcher_class {
        display: none;
    }

    .headerLanguageSwitcher .lang_switcher_class .lang_list_class li {
        background: transparent;
    }

    .headerLanguageSwitcher .lang_switcher_class .lang_list_class li a {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.4;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .headerLanguageSwitcher .lang_switcher_class .lang_list_class::after {
        content: none;
    }

    .desklang.headerLanguageSwitcher {
        display: none;
        padding-left: 0;
    }

    .headerLanguageSwitcher .lang-box .menu-arrow-bg {
        line-height: 0;
        margin-left: 13px;
        width: 15px;
        height: 15px;
        display: flex;
        align-items: center;
    }

    .headerLanguageCurrent {
        font-family: 'Rethink Sans';
        line-height: 1.1;
        align-items: center;
        font-weight: 700;
        letter-spacing: -0.02em;
        font-size: 22px;
        padding-right: 0;
    }

    label.menu-arrow {
        display: none;
    }

    .childExpand.open svg {
        transform: translateY(-15%) rotate(180deg);
    }

    .noBanner .headerOutter {
        height: 84px;
    }

    header.headerSection.full_container {
        position: fixed;
    }

    .full_container .content-wrapper {
        max-width: 100%;
    }

    .headerLogo {
        width: 100px;
    }

    /*-=-=-=-  Expand Menu   -=-=-=*/
    .headerOutter {
        height: auto;
    }

    /*-=-=-=-  Expand Menu   -=-=-=*/
    .expandMenu {
        border: 0;
        cursor: pointer;
        width: 100%;
        padding: 0;
        width: 44px;
        height: 44px;
        border-radius: 100%;
        padding: 17px 0;
        background-color: #D40000;
        z-index: 9;
    }

    .expandMenu i {
        margin: auto;
        background-color: #FFF;
        border-radius: 10px;
        display: block;
        height: 1px;
        position: relative;
        width: 16px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        transition: all 200ms ease;
        font-style: normal;
    }

    .navigationRight .button,
    .navigationRight .button a {
        width: 100%;
    }

    .navigationRight .button a {
        text-align: center;
        justify-content: center;
        border-radius: 0;
        background-color: black;
        color: white;
        border-color: black;
        padding: 14.5px 24px;
    }

    .navigationRight .button a:hover {
        border-color: black;
        color: black;
        background-color: white;
    }

    .headerLanguageSwitcher .menu-arrow-bg svg path {
        stroke: currentColor;
    }

    .headerLanguageSwitcher .lang_switcher_link:hover {
        color: black;
    }

    .expandMenu i+i {
        margin-top: 4px;
    }

    .expandMenu.active i:first-child {
        top: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .expandMenu.active i:nth-child(2) {
        display: none;
    }

    .expandMenu.active i:last-child {
        top: -3px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }

    /*-=-=-=-  Header Section   -=-=-=*/
    header.headerSection {
        padding: 20px 0;
    }

    .navigationParent {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        background-color: white;
        z-index: 1;
        height: 100vh;
        overflow-y: auto;
        padding: 90px 0;
        transform: translateX(-20%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
        pointer-events: none;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .navigationParent.divActive {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        pointer-events: unset;
        transition: all 0.3s ease-in-out;
    }

    .navigation-primary .submenu:not(.level-1),
    .navigation-primary .megaMenu {
        display: none;
    }

    .navigation-primary .submenu.level-1>li {
        margin: 0;
        padding: 15px;
    }

    .navigation-primary .submenu.level-1>li>a {
        font-family: 'Rethink Sans';
        line-height: 1.1;
        display: inline-block;
        font-weight: 700;
        letter-spacing: -0.02em;
        font-size: 22px;
    }

    .navigationParent .navigationParentInner .navigationLeft {
        display: flex;
        width: 100%;
        height: calc(77vh - 84px);
        overflow: hidden;
        padding: 50px 0;
    }

    .navigationParent .navigationParentInner .navigationLeft nav {
        width: 100%;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        overflow-y: scroll;
    }

    .navigationParent .navigationParentInner .navigationLeft nav>ul {
        width: 100%;
    }

    .navigationParent .navigationParentInner .navigationLeft::before,
    .navigationParent .navigationParentInner .navigationLeft::after {
        content: none;
    }

    .childExpand {
        width: 15px;
        display: inline-block;
        transform: translateY(-15%);
        height: 15px;
        cursor: pointer;
        position: absolute;
        top: 20px;
        left: auto;
        right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

    .navigation-primary .submenu.level-1>li.has-submenu>a {
        padding-right: 0;
        width: calc(100% - 50px);
    }

    .navigationParent .navigationParentInner {
        width: 100%;
    }

    .navigationRight {
        padding: 0 15px;
    }

    /*-=-=-=-  Second Level   -=-=-=*/
    .navigation-primary .menu-item {
        position: relative;
    }

    .navigation-primary .submenu:not(.level-1) .menu-link {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.4;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .navigation-primary ul.submenu.level-2>li:first-child {
        margin-top: 30px;
    }

    .navigation-primary .level-inner-2:has(.small-item) .menu-link {
        display: none;
    }

    .navigation-primary .submenu .level-2 {
        padding-left: 10px;
    }

    /*-=-=-=-  End Header Section   -=-=-=*/

    /*   Button   */
    .navigationRight {
        display: flex;
        flex-direction: column;
    }

    /*   Color   */

}


/* Updated for 2023 */
/* Changes for the NOW page to make header text white */
@media(min-width:992px) {
    .hs-content-id-148104337741,
    .hs-content-id-176011316739,
    .hs-content-id-110960064937,
    .hs-content-id-110763875423,
    .hs-content-id-110978169185,
    .hs-content-id-122307291651,
    .hs-content-id-122496999783,
    .hs-content-id-111331815342,
    .hs-content-id-111343954017,
    .hs-content-id-111367568733,
    .hs-content-id-111928866488,
    .hs-content-id-111715481193,
    .hs-content-id-111603778328,
    .hs-content-id-111364165238,
    .hs-content-id-112211386690,
    .hs-content-id-111969696397,
    .hs-content-id-111929294493,
    .hs-content-id-163067913280, 
    .hs-content-id-148616444836, 
    .hs-content-id-158697474828, 
    .hs-content-id-158698653519, 
    .hs-content-id-158711490945, 
    .hs-content-id-112250604293, 
    .hs-content-id-111600405926, 
    .hs-content-id-111976339309, 
    .hs-content-id-123738449233,
    .hs-content-id-114351345981,
    .hs-content-id-114212707170,
    .hs-content-id-114068608147,
    .hs-content-id-115018046557,
    .hs-content-id-114664567198,
    .hs-content-id-122761973023,
    .hs-content-id-116924838685,
    .hs-content-id-123360897093,
    .hs-content-id-123619496718,
    .hs-content-id-124262609335,
    .hs-content-id-124268498552,
    .hs-content-id-144058873454,
    .hs-content-id-129565520968,
    .hs-content-id-149099771284,
    .hs-content-id-147726039727,
    .hs-content-id-152449332257,
    .hs-content-id-149712071261,
    .hs-content-id-158121555828,
    .hs-content-id-157207876254,
    .hs-content-id-158740026757,
    .hs-content-id-159004953197,
    .hs-content-id-167704722547,
    .hs-content-id-163268212864,
    .hs-content-id-158521932598,
    .hs-content-id-158106464799,
    .hs-content-id-149455158798,
    .hs-content-id-147790451777,
    .hs-content-id-149099771320,
    .hs-content-id-164122382377,
    .hs-content-id-164044837555,
    .hs-content-id-175777651520,
    .hs-content-id-176162395911,
    .hs-content-id-168955206808,
    .hs-content-id-168966499851,
    .hs-content-id-181712053634,
    .hs-content-id-182018065480,
    .hs-content-id-179321161656,
    .hs-content-id-179316165125,
    .hs-content-id-184034631547,
    .hs-content-id-183768923667,
    .hs-content-id-182915842846,
    .hs-content-id-182797908901,
    .hs-content-id-186055640110,
    .hs-content-id-186286724434,
    .hs-content-id-185509236628,
    .hs-content-id-185550676493,
    .hs-content-id-183938514945 { 
        .headerSection:not(.headerSticky) {
            .headerSectionInner .navigationParent .navigation-primary .level-1 > li > a, 
            .headerSectionInner .navigationParent .navigation-primary .level-1 .menu-arrow-bg,
            .headerSectionInner .navigationParent .headerLanguageText, .headerLanguageSwitcher .lang-box .menu-arrow-bg {
                color: white;
            }
            .headerSectionInner .navigation-primary .level-1 > li:hover .menu-arrow-bg svg path, .navigation-primary .level-1 > li:focus .menu-arrow-bg svg path, .headerLanguageSwitcher .lang-box:hover .menu-arrow-bg svg path {
                stroke: white;
            }
            .headerSectionInner .navigation-primary .submenu.level-1 > li > a.active-item:after {
                background-color: white;
            }
            .button a {color: black; border: 1px solid white; background-color: white;}
            .navigationParentInner .navigationRight .button a:hover {color: white; background-color: transparent;}
            .navigationParentInner .navigationRight .button--secondary a {color: white; border: 1px solid white; background-color: transparent;}
            .navigationParentInner .navigationRight .button--secondary a:hover {color: black; border: 1px solid white; background-color: white;}
        }            
    }
}
/* End of changes for NOW page */
/* Footer Container */

.footer .dnd-section {
  margin: 0 auto;
  padding: 0;
}

.footer__container--static {
  margin: 0 auto;
  padding: 40px 20px 0;
}

/* Footer Top Section */

.footer__top-section {
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .footer__top-section {
      padding-top: 40px;
      text-align: center;
  }
}

/* Footer Logo */

.footer__logo {
  margin-bottom: 60px;
}

.footer .logo-company-name {
  font-size: 1rem;
}

@media (max-width: 767px) {
  .footer__logo,
  .footer__follow-me {
      margin-bottom: 40px;
  }
}

/* Footer Menus */

.footer h4 {
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.125rem;
  text-transform: uppercase;
}

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

.footer .hs-menu-wrapper li {
  margin: 0.75rem 0;
}


.footerSection ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.footerSection ul.no-list.hs-error-msgs.inputs-list>li {
  margin-top: 1px;
}

.footerSection .hs-fieldtype-booleancheckbox {
  padding-top: 4px;
}




@media (max-width: 767px) {
  .footer .footer__navigation {
      float: left;
      width: 50%;
  }

  .footer .footer__navigation:nth-child(2n + 2) {
      clear: left;
  }

  .footer__subscription-banner .footer__container {
      display: block;
      padding: 20px 10px;
  }
}

/* Footer Bottom Section */

.footer__bottom-section {
  padding: 20px 0;
}

@media (max-width: 767px) {
  .footer__bottom-section {
      text-align: center;
  }
}














.footerSection {background-color:; color:;}
.footerMiddle .outter h6{font-weight:600;font-size:18px;line-height:1.8;margin-bottom:8px;font-family: 'Rethink Sans';color:;}
.footerMiddle .outter p{font-weight:500;line-height:1.8;}
.footerMiddle .outter *+p{margin-top:5px;}
.footerMiddle .outter p a:not(:hover){color:inherit;}
.footerMiddleRight{width:162px;}
.footerMiddleLeft{width:100%;}
.footerNewsletter form .hs-button{background-color:;border-color:transparent;width: auto;padding: 12px 20px;font-size: 18px;}
.footerNewsletter{max-width:844px;width:100%;margin:auto;}
.footerNewsletter .hs-form-field{margin-bottom:20px;}
.footerMenu .hs-menu-wrapper ul{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;}
.footerMenu .hs-menu-wrapper ul li a{ ;text-transform: ;font-size: ;line-height:1.4;color: ;display:block;}
.footerMenu .hs-menu-wrapper ul li{margin:0 10px;line-height:0;}
.footerMenu .hs-menu-wrapper ul li a:hover,
.footerMenu .hs-menu-wrapper ul li a:focus {
  ;
  color:  !important;
}
.footerMenu .hs-menu-wrapper ul li a:active {
  ;
  color: ;
}
.awardImage {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.footerBottom {flex-direction:column;justify-content:center;gap:20px;}
.footerBottom .footerMenu {font-size: 12px;font-weight: 400;line-height: 1.4;}
.footerNewsletter .form-title {font-size: 48px;margin-bottom: 50px;padding: 0;}
.awardImage svg { width: 15px; height: 20px; fill: ; margin-right: 12px; vertical-align: top; } 
.awardImage { font-weight: 500;font-family: 'Rethink Sans'; line-height: 1.4;}
.footerNewsletter form.not-disable .hs-button{background-color:;border-color:transparent;pointer-events:unset;}
.footerNewsletter form input[type='text'],
.footerNewsletter form input[type='email'],
.footerNewsletter form input[type='password'],
.footerNewsletter form input[type='tel'],
.footerNewsletter form input[type='number'],
.footerNewsletter form select,
.footerNewsletter form textarea {border: 1px solid rgba(0, 0, 0, 100%);border-radius: 0px;font-size: 20px;padding: 0px 0px 40px 0px;border-top: none;border-right: none;border-left: none;line-height: 1.4;}

.footerNewsletter form input::placeholder{color: inherit;}
.footerNewsletter form .actions {margin-top: 40px;}
.footerMiddleLeft .twoCol{width: 100%;}
.footerMiddleLeft .country_name{
  position: relative;
}
.footerMiddleLeft .content, .footerBottom .hs-menu-wrapper ul li a {font-family: 'Rethink Sans';}
.footerMiddleLeft .content p,.footerMiddleLeft .content a {font-family: 'Rethink Sans';font-weight:normal;}


@media (min-width: 992px) {
  .footerMiddleLeft .outter:last-child {
       display: block !important;
  }
}

@media(min-width:992px){
  .footerMiddleLeft .content{display:block!important;}
  .footerMiddleLeft .twoCol {
      width: 20%;
  }
  .footerBottom {
      gap: 40px;
  }
}

@media(min-width:1200px){
  .footerBottom .rating_logo {
      margin-left: -150px;
  }
}

@media(max-width:991px){
  .awardImage svg {
      width: 14px;
      height: 18px;
  }
  .awardImage {
      justify-content: center;
  }
  .footerMiddleLeft .country_name {
      cursor: pointer;
  }
  .footerNewsletter form input[type='text'],
  .footerNewsletter form input[type='email'], 
  .footerNewsletter form input[type='password'], 
  .footerNewsletter form input[type='tel'], 
  .footerNewsletter form input[type='number'],
  .footerNewsletter form select,
  .footerNewsletter form textarea {
      font-size: 18px;
      padding-bottom: 30px;
  }
  .footerNewsletter .form-title {font-size: 32px;margin-bottom: 40px; letter-spacing: -0.32px;}
  .footerMiddleLeft{width:100%;padding-right:0;}
  .footerMiddleLeft .outter{border-bottom: 1px solid rgb(0 0 0 / 100%);padding-top:10px;padding-bottom:10px;width:100%;}
  .footerMiddle .outter h6{font-size:17px;margin-bottom:0;}
  .footerMiddleLeft .content{display:none;}
  .footerMiddleLeft .non-expandable-content{display:block;}
  .footerMiddleRight{width:100%;margin-top:22px;}
  .footerBottom>div:nth-child(1){order:1;}
  .footerMiddle .outter p{font-size:16px;}
  .footerBottom>div:nth-child(2){order:3;}
  .footerBottom>div:nth-child(3){order:2;}
  .footerMiddleRight .outter .inner {
      text-align: left;
  }
  .footerBottom .awardImage {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      margin: 30px 0 0;
  }
  .footerBottom .rating_logo {
      margin-top: 30px;
  }
  .footerMiddleLeft .country_name:after {
      content:'';
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='8' viewBox='0 0 15 8' fill='none'%3E%3Cpath d='M14 1L7.5 7L1 0.999999' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 15px;
      height: 8px;
      background-size: contain;
  }
  .footerMiddleLeft .country_name.active:after {
      transform: translateY(-50%) rotate(180deg);
  }
  .footerMiddleLeft .content .content_inner {
      margin-top: 8px;
  }
}

@media(max-width:767px){
  .footerMenu .hs-menu-wrapper ul{text-align:center;}
  .awardImage {  font-size: 14px}
}

@media (min-width: 768px) {
    .pt-md-45, .py-md-45 {
        padding-top: 45px;
    }
}

.align-center {
    align-items: center;
}