*, *: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 {
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}




@media (min-width: 576px) {
  .content-wrapper {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .content-wrapper {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .content-wrapper {
    max-width: 960px;
  }
}
@font-face {
  font-family: "Proxima";
  src: url("https://20129286.fs1.hubspotusercontent-na1.net/hubfs/20129286/raw_assets/public/Nuvei_July2021/fonts/proximanova-black-webfont.woff2") format("woff2"), 
    url("https://20129286.fs1.hubspotusercontent-na1.net/hubfs/20129286/raw_assets/public/Nuvei_July2021/fonts/proximanova-black-webfont.woff2") format("woff");
      font-style: normal;
      font-weight: 100;
      }

@font-face {
  font-family: "Proxima";
  src: url("https://20129286.fs1.hubspotusercontent-na1.net/hubfs/20129286/raw_assets/public/Nuvei_July2021/fonts/proximanova-light-webfont.woff") format("woff2"), 
    url("https://20129286.fs1.hubspotusercontent-na1.net/hubfs/20129286/raw_assets/public/Nuvei_July2021/fonts/proximanova-light-webfont.woff2") format("woff");
      font-style: normal;
      font-weight: 300;
      }

@font-face {
  font-family: "Proxima";
  src: url("https://20129286.fs1.hubspotusercontent-na1.net/hubfs/20129286/raw_assets/public/Nuvei_July2021/fonts/proximanova-regular-webfont.woff2") format("woff2"), 
    url("https://20129286.fs1.hubspotusercontent-na1.net/hubfs/20129286/raw_assets/public/Nuvei_July2021/fonts/proximanova-regular-webfont.woff2") format("woff");
      font-style: normal;
      font-weight: normal;
      }

@font-face {
  font-family: "Proxima";
  src: url("https://20129286.fs1.hubspotusercontent-na1.net/hubfs/20129286/raw_assets/public/Nuvei_July2021/fonts/proximanova-bold-webfont.woff2") format("woff2"), 
    url("https://20129286.fs1.hubspotusercontent-na1.net/hubfs/20129286/raw_assets/public/Nuvei_July2021/fonts/proximanova-bold-webfont.woff2") format("woff");
      font-style: normal;
      font-weight: bold;
      }

@font-face {
  font-family: "Proxima";
  src: url("https://20129286.fs1.hubspotusercontent-na1.net/hubfs/20129286/raw_assets/public/Nuvei_July2021/fonts/proximanova-extrabld-webfont.woff2") format("woff2"), 
    url("https://20129286.fs1.hubspotusercontent-na1.net/hubfs/20129286/raw_assets/public/Nuvei_July2021/fonts/proximanova-extrabld-webfont.woff2") format("woff");
      font-style: normal;
      font-weight: 800;
      }

@font-face {
  font-family: "Proxima";
  src: url("https://20129286.fs1.hubspotusercontent-na1.net/hubfs/20129286/raw_assets/public/Nuvei_July2021/fonts/proximanova-black-webfont.woff2") format("woff2"), 
    url("https://20129286.fs1.hubspotusercontent-na1.net/hubfs/20129286/raw_assets/public/Nuvei_July2021/fonts/proximanova-black-webfont.woff2") format("woff");
      font-style: normal;
      font-weight: 900;
      }

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

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


@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("https://20129286.fs1.hubspotusercontent-na1.net/hubfs/20129286/Nuvei_July2021/fonts/FontAwesome5ProLight.eot") format("embedded-opentype"), 
    url("https://20129286.fs1.hubspotusercontent-na1.net/hubfs/20129286/raw_assets/public/Nuvei_July2021/fonts/FontAwesome5ProLight.woff2") format("woff2"),
      url("https://20129286.fs1.hubspotusercontent-na1.net/hubfs/20129286/raw_assets/public/Nuvei_July2021/fonts/FontAwesome5ProLight.woff") format("woff"),
        url("https://20129286.fs1.hubspotusercontent-na1.net/hubfs/20129286/raw_assets/public/Nuvei_July2021/fonts/FontAwesome5ProLight.ttf") format("truetype"),
          url("https://20129286.fs1.hubspotusercontent-na1.net/hubfs/20129286/raw_assets/public/Nuvei_July2021/fonts/FontAwesome5ProLight.svg") format("svg");
            font-style: normal;
            font-weight: 300;
            }

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

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


body {
  line-height: 1.25;
  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;
  margin: 0 0 1.4rem;
}

/* Anchors */

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

.body-container-wrapper a {
  border-bottom: 1px solid #35bead;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 1.5em;
}

/* 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;
}
.hs-search-module .input a.hs-button.primary {
  margin-top: 27px;
}

form a {
  border: none !important;
}

/* Form fields */
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin-top: 10px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.header_fixed_wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.header__logo img {
  max-width: 138px;
  vertical-align: middle;
}

.header__logo {
  width: 100%;
  max-width: 33.3333%;
  padding: 30px 15px 36px 15px;
}

.header__logo a {
  display: block;
}

.header-button a {
  display: inline-block;
  color: #ffffff;
  font-family: "Proxima", sans-serif, sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 300;
  margin-left: 15px;
  text-decoration: none;
  border: 1px solid #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 0.375rem 0.75rem;
  min-width: 112px;
  text-align: center;
  -webkit-transition: color 150ms ease-in-out, background 150ms ease-in-out;  
  transition: color 150ms ease-in-out, background 150ms ease-in-out;
}

.header-button a:hover {
  background-color: #35bead;
  border-color: #35bead;
  color: #fff;
}

.header_navigation {
  width: 100%;
  max-width: 66.66667%;
  font-family: "Proxima",sans-serif,sans-serif;
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: 2px;
  padding-top: 40px;
  text-align: right;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  justify-content: flex-end;
}

.fa-bars:before {
  content: "\f0c9";
}

.no-banner header.header {
  min-height: 132px;
  background-color: rgba(19,31,44,1.0);
}

@-webkit-keyframes menuSlideOut {
  0% {
    right: 0;
  }
  100% {
    display: none;
    right: -100%;
  }
}
@keyframes menuSlideOut {
  0% {
    right: 0;
  }
  100% {
    display: none;
    right: -100%;
  }
}

@-webkit-keyframes menuSlideIn {
  0% {
    display: block;
    right: -100%;
  }
  100% {
    right: 0;
  }
}
@keyframes menuSlideIn {
  0% {
    display: block;
    right: -100%;
  }
  100% {
    right: 0;
  }
}

.header-sidebar {
  flex-direction: column;
  background-color: #58bfb0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  z-index: 999999;
  max-width: 428.938px;
  -webkit-animation: menuSlideOut 3s forwards;
  animation: menuSlideOut 3s forwards;
}

.mobile-open .header-sidebar {
  -webkit-animation: menuSlideIn 0.5s forwards;
  animation: menuSlideIn 0.5s forwards;
}

.header-sidebar-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow-y: auto;
}

.sidebar-close-btn {
  text-align: right;
}

.sidebar-close-btn a {
  display: block;
  line-height: 30px;
  padding-right: 50px;
  padding-top: 10px;
}

.sidebar-close-btn img {
  vertical-align: middle;
}

.sidebar-select-lang {
  padding-top: 15px;
}

.sidebar-select-lang a {
  color: #fff;
  margin-left: 60px;
  margin-right: 10px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
  line-height: 1.5;
}

.sidebar-top-menu .hs-menu-wrapper > ul {
  display: block;
  padding-right: 150px;
  padding-top: 70px;
  margin-bottom: 29px;
}

.sidebar-top-menu .hs-menu-wrapper > ul > li {
  float: none;
  font-size: 1.25rem;
  position: static;
  text-transform: uppercase;
  font-weight: 300;
}

.sidebar-top-menu .hs-menu-wrapper > ul > li > a {
  border-bottom: none;
  margin-left: 60px;
  padding: 10px 20px;
  padding-left: 0px;
  position: relative;
  text-decoration: none;
  color: #fff;
  display: block;
}

.sidebar-top-menu {
  line-height: 1.5;
}

.sidebar-bottom-menu .hs-menu-wrapper > ul {
  display: block;
  padding-top: 15px;
  padding-bottom: 8px;
}

.sidebar-bottom-menu {
  padding: 25px 15px 25px 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5ec2b3), to(#4dbaab));
  background: linear-gradient(to bottom, #5ec2b3, #4dbaab);
  padding-left: 60px;
  font-size: 14px;
  margin-top: auto;
  line-height: 16px;
}

.sidebar-bottom-menu .hs-menu-wrapper > ul > li {
  padding-bottom: 18px;
  padding-top: 8px;
}

.sidebar-bottom-menu .hs-menu-wrapper > ul > li > a {
  border: none;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  text-decoration: none;
}

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

.header-sidebar > div {
  width: 100%;
}

body {
  overflow-x: hidden;
}

.header_social_icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}

.header_social_icons a {
  border: 1px solid #ffffff;
  border-radius: 100px;
  text-align: center;
  height: 30px;
  width: 30px;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_social_icons ul li a span {
  display: none;
}

.header_social_icons {
  padding: 30px 15px 30px 60px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#5ec2b3), to(#44b5a6));
  background: linear-gradient(to bottom, #5ec2b3, #44b5a6);
}

.header_social_icons i {
  position: relative;
  top: 1px;
  right: 0.5px;
}

.header_social_icons .help-btn {
  border-radius: 50px;
  -webkit-box-shadow: none;
  font-family: "Proxima", sans-serif, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: color 150ms ease-in-out, background 150ms ease-in-out;
  white-space: normal;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 0px;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  vertical-align: top;
  width: auto;
  height: auto;
}

.header_social_icons svg {
  fill: currentColor;
}

.header_social_icons a {
  color: #fff;
}

.header_social_icons ul li {
  display: inline-block;
  margin: 0px 10px 10px 8px;
  vertical-align: top;
}

.header_social_icons a:hover {
  color: #35bead;
  background: #ffffff;
  border-color: #fff;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-facebook-f:before {
  content: "\f39e";
}

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

.fa-instagram:before {
  content: "\f16d";
}

.fa-youtube:before {
  content: "\f167";
}

body .sideabr-header-search input[type="text"] {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  width: auto;
}

body .sideabr-header-search button {
  border: 0;
  padding: 0;
  background-color: transparent;
  margin-left: .5rem;
  margin-top: 4px;
}

.sideabr-header-search form {
  padding: 0;
  display: flex;
  align-items: center;
}

.sideabr-header-search {
  padding-bottom: 23px;
}

.sideabr-header-search ::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}

.sidebar-top-menu .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a:before {
  background: url('https://20129286.fs1.hubspotusercontent-na1.net/hubfs/20129286/raw_assets/public/Nuvei_July2021/images/menu_arrow.png') no-repeat top left;
    content: '';
    display: block;
    height: 17px;
    left: -35px;
    position: absolute;
    top: 15px;
    width: 13px;
    }

.sidebar-top-menu .hs-menu-wrapper > ul ul li a {
  border-bottom: none;
  color: #ffffff;
  padding: 10px 20px;
  padding-left: 0px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
}

.sidebar-top-menu .hs-menu-wrapper > ul ul ul li a {
  color: #35bead;
  font-size: 1rem;
  padding: 0px 20px;
  text-decoration: none;
}

.sidebar-top-menu .hs-menu-wrapper > ul ul ul {
  display: none;
  margin-bottom: 5px;
}

.sidebar-top-menu .hs-menu-wrapper > ul ul > li.child-open > a {
  text-decoration: underline;
}

.sidebar-select-lang.clone {
  display: none;
}

.mob-contact {
  display: none;  
}

.header-search-link a {
  color: #fff;
}

.header-search-link {
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 8px;
}

.header-lang-link {
  margin-left: 14px;
}

.header-desktop-menu .hs-menu-wrapper > ul {
  display: block;
}

.header-desktop-menu .hs-menu-wrapper > ul li a {
  color: #fff;
  font-size: 10px;
  text-decoration: underline;
  text-transform: uppercase;
  margin-left: 12px;
  margin-right: 12px;
  border-bottom: 0;
  display: inline-block;
}

.header-desktop-menu .hs-menu-wrapper > ul > li {
  display: inline;
}

.header-desktop-menu {
  padding-top: 6px;
  margin-left: 12px;
  margin-right: 6px;
}

.fixed .header_fixed_wrapper {
  position: fixed;
  background-color: #131f2c;
}

.fixed .header_navigation {
  padding-top: 25px;
}

.fixed .header__logo {
  padding: 15px 15px 36px 15px;
}

.header-content-items {
  display: flex;
}

.sidebar-bottom-menu .hs-menu-wrapper>ul>li:last-child {
  display: none;
}

.header-lang-link path {
  fill: currentColor;
}



@media (min-width: 992px) {
  .sidebar-top-menu .hs-menu-wrapper > ul .dl-back {
    display: none;
  }

  .sidebar-top-menu .hs-menu-wrapper > ul > li > ul {
    background-color: #101f2d;
    bottom: 0px;
    display: none;
    position: absolute;
    right: 100%;
    top: 0px;
    width: 100%;
    z-index: 4;
    padding-right: 30px;
    text-align: right;
    padding-top: 135px;
  }

  .sidebar-top-menu .hs-menu-wrapper > ul > li:hover > ul {
    display: block;
  }

  .sidebar-top-menu .hs-menu-wrapper>ul>li:hover {
    background-color: #101f2d;
    text-decoration: none;
  }

}


@media (max-height: 800px) {
  .sidebar-bottom-menu .hs-menu-wrapper > ul > li {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sidebar-bottom-menu {
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .header-sidebar {
    max-width: 354.719px;
  }
}

@media (max-width: 1199.98px), (max-height: 800px) {
  .sidebar-bottom-menu {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}

@media (max-width: 991.98px), (max-height: 800px) {
  .sidebar-top-menu .hs-menu-wrapper > ul > li > a {
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .sidebar-top-menu .hs-menu-wrapper>ul {
    padding-right: 0px;
    padding-top: 20px;
  }

  .sidebar-top-menu .hs-menu-wrapper>ul ul ul li a {
    font-size: 1.25rem;
    padding-right: 0px;
  }

  .sidebar-top-menu .hs-menu-wrapper>ul ul ul li {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .sidebar-top-menu .hs-menu-wrapper>ul ul li a {
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .sidebar-top-menu .hs-menu-wrapper>ul>li>ul {
    padding-top: 130px;
  }
}


@media (max-width: 991px) {
  .sidebar-top-menu .hs-menu-wrapper > ul > li > ul {
    background-color: #101f2d;
    bottom: 0px;
    display: block;
    position: absolute;
    right: -100%;
    top: 0px;
    width: 100%;
    z-index: 4;
    transition: 1s;
    text-align: right;
    padding-right: 15px;
    height: 100vh;
    overflow-y: auto;
    max-height: 100vh;
    padding-bottom: 20px;
    z-index: 9999;
  }

  .sidebar-top-menu .hs-menu-wrapper > ul > li.child-open > ul {
    right: 0;
  }

  @-webkit-keyframes sub-menu-slideIn {
    0% {
      right: -100%;
    }

    100% {
      right: 0;
    }
  }

  @keyframes sub-menu-slideIn {
    0% {
      right: -100%;
    }

    100% {
      right: 0;
    }
  }

  .header-sidebar {
    max-width: 339.719px;
  }

  .sidebar-close-btn a {
    padding-right: 35px;
  }

  .sideabr-header-search {
    padding-bottom: 0;
  }

  .header_social_icons ul li {
    margin: 0px 10px 11px 8px;
  }

  .header_social_icons .help-btn {
    position: relative;
    bottom: 1px;
  }

  .header_social_icons {
    padding: 30px 15px 29px 60px;
  }

  .sidebar-bottom-menu {
    padding: 25px 15px 23px 60px;
  }

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

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

  .sidebar-top-menu .hs-menu-wrapper>ul ul ul {
    padding-right: 15px;
    margin-bottom: 10px;
  }

  .dl-back {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #101f2d;
    color: #fff;
    display: flex;
    justify-content: space-between;
  }

  .dl-back a {
    color: #fff;
    position: relative;
    margin-top: 15px;
    display: block;
  }

  .back-menu {
    padding-right: 15px;
    padding-left: 15px;
  }

  .close_menu {
    padding-right: 35px;
    padding-left: 15px;
  }

  .back-menu a:before {
    background: url(https://20129286.fs1.hubspotusercontent-na1.net/hubfs/20129286/raw_assets/public/Nuvei_July2021/images/menu_arrow.png) no-repeat top left;
    content: '';
    display: block;
    height: 17px;
    left: -20px;
    position: absolute;
    top: 6px;
    width: 13px;
  }

  .back-menu > a {
    margin-left: 45px;
  }

  .close_menu img {
    vertical-align: middle;
  }

  .close_menu a {
    margin-top: 5px;
  }

  .header-sidebar {
    -webkit-animation: menuSlideOut 1s forwards;
    animation: menuSlideOut 1s forwards;
  }

  .header-lang-link {
    display: none;
  }

  .header-desktop-menu {
    display: none;
  }

  .header-search-link {
    display: none;
  }

  .header-button.login-button {
    display: none;
  }

  .header-button.trigger-button a {
    padding: 0;
    min-width: auto;
    border: 0;
    font-size: 40px;
    line-height: 1;
    background-color: transparent !important;
    color: #fff !important;
  }

  .header-button.trigger-button a span {
    display: none;
  }

  .fixed .header__logo {
    padding: 15px 15px 35px 15px;
  }

}


@media (max-width: 767px) { 
  .sidebar-select-lang {
    display: none;
  }

  .header-sidebar {
    max-width: 278.938px;
  }

  body .sideabr-header-search input[type="text"] {
    max-width: 175px;
  }

  .sidebar-select-lang.clone {
    display: block;
    padding-bottom: 6px;
    padding-top: 14px;
  }

  .sidebar-select-lang.clone a {
    margin: 0;
    text-decoration: none;
  }

  .sidebar-close-btn {
    display: flex;
  }

  .sidebar-close-btn > a {
    max-width: 33.33333%;
    width: 100%;
    text-align: center;
  }

  .mob-contact {
    display: block;
    max-width: 66.66667%;
    width: 100%;
    text-align: left;
  }

  .sidebar-close-btn > a {
    padding-right: 0;
  }

  .sidebar-close-btn img {
    position: relative;
    left: 2px;
  }

  .mob-contact a {
    color: #101f2d !important;
    font-size: 1rem;
    line-height: 1.5;
    display: block;
    font-weight: 400;
    padding: 0;
    margin-top: 1rem;
    margin-left: 60px;
  }

}

@media (max-width: 575px) { 
  .header-sidebar {
    max-width: 100%;
    width: 100%;
  }

  .header_social_icons {
    padding: 31px 15px 29px 60px;
  }

  .sidebar-select-lang.clone {
    padding-bottom: 7px;
  }

  body .sideabr-header-search input[type="text"] {
    max-width: 100%;
  }

  .sidebar-bottom-menu {
    padding-top: 0;
  }

  .sidebar-close-btn>a {
    text-align: right;
    padding-right: 37px;
  }
}
.footer__container {
  padding: 0 15px;
}

.footer__bottom_section {
  padding-top: 20px;
  border-top: 5px solid #51bbac;
}

.footer__bottom_row {
  margin-right: -15px;
  margin-left: -15px;
}

.footer__bottom_menu_section {
  padding-right: 15px;
  padding-left: 15px;
}

.footer__bottom_content {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 18px;
}

.footer__bottom_menu_section ul {
  margin: 0 0 28px 0 !important;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  display: block !important;
}

.footer__bottom_menu_section ul li {
  display: inline-block;
  margin-right: 26px;
  font-weight: 300;
  line-height: 16px;
  font-size: 12px;
}

.footer__bottom_content p {
  font-size: 12px;
  line-height: 16px;
  font-family: "Proxima", sans-serif;
  margin-bottom: 0;
}

.footer__bottom_menu_section ul li a:hover {
  text-decoration: underline;
}

.footer__top_row {
  display: flex;
  flex-wrap: wrap;
}

.footer__top_menu_wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.footer__top_side_content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  margin-right: -150px;
  min-width: 210px;
}

.footer__top_menu_wrapper .hs-menu-wrapper > ul {
  margin-right: 15px;
  margin-top: 40px;
  margin-left: -15px;
  display: flex;
  flex-wrap: wrap;
}

.footer__top_menu_wrapper .hs-menu-wrapper > ul > li {
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 16px;
}

.footer__top_menu_wrapper .hs-menu-wrapper > ul > li > a {
  position: relative;
  font-size: 14px;
  line-height: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-transform: uppercase;
  color: #35bead;
  font-weight: 500;
  display: block;
  font-family: "Proxima", sans-serif, sans-serif;
  pointer-events: none;
}

.footer__top_menu_wrapper .hs-menu-wrapper > ul > li > a:after {
  content: " ";
  position: absolute;
  background-color: #8f969d;
  left: 0;
  right: 20%;
  bottom: 0;
  height: 1px;
}

.footer__top_menu_wrapper .hs-menu-wrapper > ul ul li {
  font-size: 12px;
  line-height: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 300;
}

.footer__top_menu_wrapper .hs-menu-wrapper > ul ul li a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}

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

.footer__top_side_link_inner {
  padding: 10px 15px 0 15px;
  background: linear-gradient(to bottom, #5ec2b3, #4dbaab);
}

.footer__top_side_link_inner ul {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 16px;
  display: block !important;
  text-align: right;
}

.footer__top_side_link_inner ul li {
  padding-top: 8px;
  padding-bottom: 18px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

.footer__social_icons {
  padding-left: 15px;
  padding-right: 15px;
  background: linear-gradient(to bottom, #5ec2b3, #44b5a6);
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: right;
}

.footer__social_icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}

.footer__social_icons ul li {
  border: 1px solid #ffffff;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 8px;
  text-align: center;
  height: 22px;
  width: 22px;
  font-size: 0;
  vertical-align: top;
}

.footer__social_icons ul li a {
  height: 100%;
  padding: 0px;
  padding-top: 2px;
  padding-left: 2px;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.footer__social_icons ul a.help-btn {
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Proxima", sans-serif, sans-serif;
  font-size: 12px;
  transition: color 150ms ease-in-out, background 150ms ease-in-out;
  letter-spacing: 2px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
}

.footer__social_icons ul a.help-btn:hover {
  color: #35bead;
  background: #ffffff;
}

.footer__social_icons ul li a i {
  font-family: "Font Awesome 5 Brands";
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-align: center;
}

i.fa-linkedin-in:before {
  content: "\f0e1";
}

i.fa-facebook-f:before {
  content: "\f39e";
}

i.fa-twitter:before {
  content: "\f099";
}

i.fa-instagram:before {
  content: "\f16d";
}

i.fa-youtube:before {
  content: "\f167";
}

.footer__social_icons ul li a.trustpilot {
  fill: #ffffff;
  padding: 0px;
  display: inline-block;
}

.footer__social_icons ul li a:hover {
  color: #35bead;
  background: #ffffff;
}

.footer__top_side_link_inner ul li a:hover {
  text-decoration: underline;
}

.footer__logo_wrapper {
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 54px;
  padding-bottom: 65px;
}

.footer__logo_inner {
  display: flex;
  align-items: flex-start;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer__logo_inner img {
  max-width: 138px;
  margin-right: 30px;
  vertical-align: middle;
}

.footer__logo_content {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  padding-top: 11px;
}

.footer__logo_content p {
  margin: 0;
  font-size: 12px;
}

.footer__social_icons ul li a.trustpilot:hover {
  fill: #35bead;
}

.footer__top_side_link_inner ul li:last-child {
  display: none;
  text-align: left !important;
}







@media (max-width:1399px){
  .footer__top_menu_wrapper {
    max-width: 920px;
  }
}



@media (max-width:1199px){
  .footer__logo_inner {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .footer__top_menu_wrapper {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .footer__top_side_content {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-right: 0;
  }

  .footer__top_menu_wrapper .hs-menu-wrapper>ul>li {
    flex: 0 0 50%;
    max-width: 50%;
  }

}


@media (max-width:991px){
  .footer__logo_inner {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer__top_menu_wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer__top_side_content {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer__top_menu_wrapper .hs-menu-wrapper>ul>li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer__social_icons ul li {
    vertical-align: middle;
    margin-top: 2px;
  }

}

@media (max-width:767px){
  .footer__bottom_menu_section ul li {
    display: block;
    margin: 0;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .footer__logo_inner img {
    margin: 0;
  }

  .footer__logo_inner {
    display: block;
    text-align: center;
  }

  .footer__social_icons ul li {
    margin-top: 0;
  }

  .footer__top_side_link_inner ul li:last-child {
    display: block;

  }

}

@media (max-width:575px){
  .footer__social_icons ul a.help-btn {
    margin-bottom: 0;
  }
  .footer__bottom_menu_section ul li {
    display: block;
    margin: 0;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .footer__logo_inner img {
    margin: 0;
  }

  .footer__logo_inner {
    display: block;
    text-align: center;
  }

  .footer__social_icons ul li {
    margin-top: 0;
  }

  .footer__top_menu_wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer__top_side_content {
    flex: 0 0 100%;
    max-width: inherit;
    margin-left: -15px;
    margin-right: -15px;
  }

  .footer__top_row {
    display: block;
  }

  .footer__top_side_link_inner ul {
    padding-right: 30px;
    padding-left: 30px !important;
    text-align: left;
    padding-top: 22px;
    padding-bottom: 33px;
  }

  .footer__logo_wrapper {
    padding-top: 30px;
  }

  .footer__social_icons {
    padding-right: 30px;
  }

  .footer__social_icons ul a.help-btn {
    margin-bottom: 5px;
    margin-left: 3px;
  }

  .footer__top_menu_wrapper .hs-menu-wrapper>ul {
    margin-bottom: 24px;
    margin-top: 0;
    padding-top: 40px;
  }

  .footer__top_side_link_inner {
    padding-top: 11px;
  }
  .footer__top_side_link_inner ul li:last-child {
    display: none;

  }

}


@media (max-width:320px){
  .footer__social_icons ul a.help-btn {
    margin-bottom: 0;
  }
}
/* 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;
  }
}