*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: gt_walsheim_prolight;
  src: url(https://25218657.fs1.hubspotusercontent-eu1.net/hubfs/25218657/raw_assets/public/OMD_February2022/fonts/GT-Walsheim-Pro-Light.woff2) format("woff2"),
    url(https://25218657.fs1.hubspotusercontent-eu1.net/hubfs/25218657/raw_assets/public/OMD_February2022/fonts/GT-Walsheim-Pro-Light.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: gt_walsheim_regular;
  src: url(https://25218657.fs1.hubspotusercontent-eu1.net/hubfs/25218657/raw_assets/public/OMD_February2022/fonts/GT-Walsheim-Pro-Regular.woff2) format("woff2"),
    url(https://25218657.fs1.hubspotusercontent-eu1.net/hubfs/25218657/raw_assets/public/OMD_February2022/fonts/GT-Walsheim-Pro-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: gt_walsheim_probold;
  src: url(https://25218657.fs1.hubspotusercontent-eu1.net/hubfs/25218657/raw_assets/public/OMD_February2022/fonts/GT-Walsheim-Pro-Bold.woff2) format("woff2"),
    url(https://25218657.fs1.hubspotusercontent-eu1.net/hubfs/25218657/raw_assets/public/OMD_February2022/fonts/GT-Walsheim-Pro-Bold.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

html {
  line-height: initial;
}

body {
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
}


/* Paragraphs */

p {

}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover{
  cursor: -webkit-image-set(url(https://25218657.fs1.hubspotusercontent-eu1.net/hubfs/25218657/raw_assets/public/OMD_February2022/images/cursor1x.jpg) 1x,url(https://25218657.fs1.hubspotusercontent-eu1.net/hubfs/25218657/raw_assets/public/OMD_February2022/images/cursor.jpg) 2x) 15 15,pointer;
}

/* Headings */

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


/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */
form{
  margin-bottom:20px;  
}

.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:0;
  border-bottom: 1px solid;
  display: inline-block;
  width: 100%;
  outline:0;
  color: #000;
  font-family: gt_walsheim_prolight;
  font-size: 18px;
  line-height:1 
}



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


form .hs-error-msgs li{
  margin:0;
  line-height: normal;
}
.hs-error-msg,
.hs-error-msgs label{
  color: #EF6B51;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  line-height:1;
}

/* 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;
}
body.MainNav--isOpen,
body.language--isOpen,
.form--isOpen{
  overflow: hidden;
}


header.header{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  height: 91px;
  background-color: transparent;
}

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

.Header__burger {
  position: fixed;
  cursor: pointer;
  right: 30px;
  width: 34px;
  height: 25px;
  top: 33px;
}

.Header__burger span {
  width: 100%;
  display: block;
  border-radius: 3px;
  height: 5px;
  background: #fff;
  margin-bottom: 5px;
  transition: color .3s ease;
}
.Header__logo {
  cursor: pointer;
  position: absolute;
  left: 30px;
  top: 20px;
  padding-bottom: 11px;
}

.svg-container {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}

.Header__logo__vector {
  color: #fff;
  height: 60px;
  width: 83px;
  transition: all .3s ease;
}


.svg-container svg {
  width: inherit;
  height: inherit;
  display: inline-block;
  color: inherit;
}

.Header__logo svg {
  position: absolute;
  top: 14px;
  right: 1px;
  visibility: inherit;
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition: all .3s;
}

.svg-container svg [fill*="#"]:not(.noColor),{
  fill: currentColor;
  transition: fill .5s ease;
}

.Header__logo__o {
  outline: none;
  cursor: pointer;
  background: none;
  margin: 0;
  padding: 0;
  width: 37px;
  height: 37px;
  border: 12px solid #fff;
  border-radius: 50%;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease;
  border-width: 12px;
  height: 37px;
  width: 37px;
}

.Header__logo__o__inner {
  width: 28px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  left: -13px;
  right: -13px;
  opacity: 0;
  visibility: hidden;
  margin-top: 10px;
}

.Header__logo__o span {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  display: block;
  border-radius: 3px;
  height: 4px;
  background: #eb2a21;
  margin-bottom: 4px;
  transform: matrix(1, 0, 0, 1, 0, 0);
  visibility: hidden;
  opacity: 0;
  transition:all .3s;
}

.MainNav {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  display: block;
  z-index: 5;
  right: -100vw;
  transition: right 1s ease;
  background: #fff;
}

.MainNav__cross{
  z-index: 5;
  top: 30px;
  left: 20px;
  display: block;
  position: absolute;
  cursor: pointer;
}

.MainNav__cross .icon {
  color: #000;
  width: 23px;
  height: 23px;
  transition: all .3s ease-in-out;
}

.MainNav__list {
  top: calc(50% - 50px);
  transform: translateY(-50%);
  position: relative;
  display: none;
}

.PageQuickActions {
  z-index: 99;
  top: 20px;
  right: 20px;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
}

.QuickAction {
  float: left;
  margin-right: 10px;
}

.QuickAction:not(:last-child) {
  display: block;
  float: right;
  margin-right: 0;
}

.QuickAction__open-button {
  width: 40px;
  height: 40px;
  color: #000;
  font-size: 16px;
  font-family: gt_walsheim_probold;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  letter-spacing: -.4px;
  border-radius: 50%;
  background: #fff;
  transition: opacity .3s ease,color .3s ease-in-out;
  align-items: center;
  justify-content: center;
  display: flex;
  transform: translate3d(0px, 0px, 0px);
  visibility: inherit;
  opacity: 1;
}

.QuickAction__open-button:hover{
  color: #eb2a21;
}

.SearchLauncher__open-button {
  width: 40px;
  height: 40px;
  color: #000;
  font-size: 16px;
  font-family: gt_walsheim_probold;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  letter-spacing: -.4px;
  border-radius: 50%;
  background: #fff;
  transition: opacity .3s ease,color .3s ease-in-out;
  align-items: center;
  justify-content: center;
  display: flex;
  transform: translate3d(0px, 0px, 0px);
  visibility: inherit;
  opacity: 1;
}

.SearchLauncher__open-button .icon {
  color: #000;
  width: 18px;
  height: 18px;
  transition: all .3s ease-in-out;
}

.SearchLauncher__open-button:hover .icon{
  color: #eb2a21;
}

.QuickAction__slide {
  z-index: 20;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100vh;
  color: #000;
  background: #fff;
  padding: 25px 65px 25px 25px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: fixed;
  right: -100vw;
  transition: right 1s ease;
  line-height: 1;
}

.QuickAction__slide__close-button {
  z-index: 10;
  top: 25px;
  position: absolute;
  display: block;
  right: 20px;
  cursor: pointer;
  color:#000;
}

.QuickAction__slide__close-button:hover .icon{
  color: #eb2a21;
}

.QuickAction__slide__close-button .icon {
  color: #000;
  width: 23px;
  height: 23px;
  transition: all .3s ease-in-out;
}

.QuickAction__slide .SearchForm {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 25px 65px 25px 25px;
}

.QuickAction__slide .SearchForm__main {
  margin: 25px 0;
}

.QuickAction__slide .SearchForm__main form {
  margin-bottom:0;
  width: 100%;
  display: flex;
  position: relative;
}

.QuickAction__slide .SearchForm__main .search-form__field {
  width: 100%;
}

.QuickAction__slide .SearchForm__main .hs-search-field__input {
  outline: none;
  width: 100%;
  color: #000;
  font-size: 26px;
  font-family: gt_walsheim_prolight;
  text-decoration-skip-ink: none;
  border: none;
  border-bottom: 3px solid #000;
  padding: 0 40px 15px 0;
  display: block;
}

.QuickAction__slide .SearchForm__main .hs-search-field__input::placeholder {
  color: #000;
}

.QuickAction__slide .SearchForm__main button {
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  position: absolute;
  line-height: normal;
  outline: none;
  text-align: left;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}

.QuickAction__slide .SearchForm__main button svg{
  width: inherit;
  height: inherit;
}

.HeaderHoverZone {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 210px;
  height: 160px;
  display: none;
} 

.HeaderHoverZone {
  display: block;
}

.HeaderHoverZone:hover+ .header .Header__logo__o, 
.Header__logo:hover .Header__logo__o {
  border-width: 38px;
  height: 70px;
  width: 70px;
  border-color: rgb(255, 255, 255);
}

.header-no-nav .HeaderHoverZone:hover+ .header .Header__logo__o, 
.no-banner .header-no-nav .Header__logo:hover .Header__logo__o {
  border-width: 12px !important;
  height: 37px !important;
  width: 37px !important;
  border-color: #eb2a21 !important;
}

.header-no-nav .Header__logo:hover .Header__logo__o{
  border-width: 12px !important;
  height: 37px !important;
  width: 37px !important;
}

.header-no-nav.scroll_header .Header__logo:hover .Header__logo__o{
  border-color: #eb2a21 !important;
}

.HeaderHoverZone:hover+.header .Header__logo svg, 
.Header__logo:hover svg{
  transform: matrix(1, 0, 0, 1, 0, 20);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.header-no-nav .HeaderHoverZone:hover+.header .Header__logo svg, 
.header-no-nav .Header__logo:hover svg{
  transform: matrix(1, 0, 0, 1, 0, 0);
  opacity: 1;
  visibility: visible;
  transition: all .3s;
}

.Header__logo:hover .Header__logo__o,
.cursr_hover:hover,
.MainNav__list ul li a:hover,
.languages-list .hs-menu-wrapper>ul>li a:hover,
.terms_menu .hs-menu-wrapper>ul li a:hover,
.QuickAction__slide .SearchForm__main button:hover,
.Header__logo:hover{
  cursor: -webkit-image-set(url(https://25218657.fs1.hubspotusercontent-eu1.net/hubfs/25218657/raw_assets/public/OMD_February2022/images/cursor1x.jpg) 1x,url(https://25218657.fs1.hubspotusercontent-eu1.net/hubfs/25218657/raw_assets/public/OMD_February2022/images/cursor.jpg) 2x) 15 15,pointer;
}

.HeaderHoverZone:hover+ .header .Header__logo__o span, 
.Header__logo:hover .Header__logo__o span{
  visibility: inherit;
  opacity: 1;
}

.HeaderHoverZone:hover + .header .Header__logo__o__inner,
.Header__logo__o:hover .Header__logo__o__inner{
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  transition:all .3s;
  transition-delay: .4s;
}

.Header__navCircle {
  background-color: #fff;
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  left: 15px;
  top: 15px;
  height: 0px;
  width: 0px;
  transform: translate3d(0px, 0px, 0px);
  transition: all 1s;
}

.MainNav--isOpen .Header__navCircle{
  left: -200vw;
  top: -200vh;
  height: 350vw;
  width: 350vw;
  transform: translate3d(0px, 0px, 0px);
  transition: all 1s;
}

.MainNav__inner {
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  width: 100%;
  position: relative;

}

.MainNav__list ul li {
  opacity: 0;
  visibility: hidden;
  margin-left: -10px;
  transition:all .5s;
}

.MainNav--isOpen .MainNav__list ul li {
  opacity: 1;
  visibility: visible;
  margin-left: 0px;
  transition:all .5s;
  position: relative;
}

.MainNav--isOpen .MainNav__list ul li:first-child {
  transition-delay: 100ms !important;
}

.MainNav__list ul li a {
  color: #000;
  font-size: 26px;
  line-height: 1.25;
  text-decoration: none;
  display: inline-block;
  opacity: 1;
}

.custom-menu-wrapper .child-trigger {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  cursor: pointer;
}

.custom-menu-wrapper .child-trigger .caret-down {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0px;
  vertical-align: middle;
  border-top: 7px dashed;
  border-top: 4px solid\9;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.MainNav--isOpen .MainNav__list ul li.has-submenu>ul {
  width: 100%;
}

.MainNav--isOpen .MainNav__list ul li.has-submenu {
  display: flex;
  flex-wrap: wrap;
}

.custom-menu-wrapper .navigation-primary ul.submenu.level-2 {
  display: none;
}

.MainNav__footer {
  position: absolute;
  bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition:all 1.6s;
}

.MainNav--isOpen .MainNav__footer{
  transition:all 1.6s;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay:500ms;
}

.MainNav__footer__menu {
  order: 2;
  display: flex;
  flex-wrap: nowrap;
  align-self: flex-end;
  position: relative;
  top: -3px;
}

.MainNav__footer__greeting {
  font-family: Playfair Display,serif;
  font-weight: 700;
  letter-spacing: -1.5px;
  order: 1;
  font-size: 26px;
  margin-bottom: 14px;
}

.terms_menu .hs-menu-wrapper>ul{
  display: flex;
  flex-wrap: nowrap;
  align-self: flex-end;
  position: relative;
}

.MainNav__footer__menu__item .hs_cos_wrapper_type_text,
.terms_menu .hs-menu-wrapper>ul li a{
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  line-height: 1;
  display:block;
}



.terms_menu {
  line-height: 1;
}

.MainNav__footer__menu__item .hs_cos_wrapper_type_text{
  position:relative;
}

.MainNav__footer__menu__item .hs_cos_wrapper_type_text:before {
  content: "";
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  background: #000;
}

.terms_menu .hs-menu-wrapper>ul li a:before {
  content: "";
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  background: #000;
}

.MainNav__footer__menu__item {
  display: inline-flex;
  align-items: center;
  position: relative;
  line-height: 1;
}

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



.form--isOpen .SearchLauncher__slide{
  right: 0px;
}

.QuickAction__slide .SearchForm__main form .icon {
  top: -9px; 
  color: #000;
  width: 22px;
  height: 22px;
  transition: all .3s ease-in-out;
  margin-left: auto;
  display: block;
  position: relative;
}

.QuickAction__slide .SearchForm__main form .icon:before {
  content: "";
  width: 33px;
  height: 33px;
  background: url(https://25218657.fs1.hubspotusercontent-eu1.net/hubfs/25218657/raw_assets/public/OMD_February2022/images/loader--small.gif) no-repeat 50%/33px;
  transition: all .2s ease;
  position: absolute;
  right: 0;
  top: 8px;
  display: block;
  opacity: 0;
}

.svg-container svg path{
  fill: currentColor!important;
  transition: fill .5s ease;
}

.QuickAction__slide .SearchForm__main button:hover .icon {
  color: #eb2a21;
}

.QuickAction__slide .SearchForm__main button .hs_cos_wrapper_type_icon{
  display:none;
}

.QuickAction__slide .SearchForm__main button {

}

.language--isOpen .LanguageSwitcher__slide{
  right:0;
}

.QuickAction__slide .languages-list {
  font-family: gt_walsheim_probold;
  font-size: 40px;
}

.languages-list .hs-menu-wrapper>ul>li {
  display: block;
  padding-right: 50px;
  padding-bottom: 10px;
}

.languages-list .hs-menu-wrapper>ul>li a {
  font-family: gt_walsheim_regular;
  letter-spacing: -1.8px;
  color: #000;
  text-transform: uppercase;
  line-height: 1.2;
  display: inline-block;  
  text-decoration: underline;
  word-break: initial;
}

.MainNav__cross:hover .icon{
  color: #eb2a21;
}

.SearchLauncher__slide {
  overflow: scroll;
}

.social_wrapper{
  position:relative;
  z-index:30;
}

.terms_menu .hs-menu-wrapper>ul li:first-child> a{
  padding-left:0 !important;
}

.terms_menu .hs-menu-wrapper>ul li> a[href="javascript:;"]{
  pointer-events: none;
}

.scroll_header .Header__logo__vector,
.no-banner .Header__logo__vector{
  color:#eb2a21;
}

.no-banner .Header__logo__vector a{
  color:inherit;
}

.scroll_header .Header__logo__o,
.no-banner .Header__logo__o{
  border-color: #eb2a21;
}

.no-banner .header_wrpr.header-no-nav {
  min-height: 90px;
}


/* Newsletter Form */

.NewsletterForm{
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  right: -100vw;
  background: #fff;
  z-index: 12;
  padding: 28px 40px;
  color: #000;
  transition: right 1s ease;
  line-height: 1;
  overflow-y: auto;
}

.newslater_form .NewsletterForm{
  z-index: 10; 
}

.newslater_form .NewsletterForm{
  right:0;
}

.MainNav--isOpen.newslater_form .NewsletterForm{
  right: -100vw;
}

.NewsletterForm__close {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  text-align: right;
}

.NewsletterForm__close .icon {
  color: #000;
  width: 23px;
  height: 23px;
  transition: all .3s ease-in-out;
}

.NewsletterForm__close:hover .icon{
  color: #eb2a21;
}

.NewsletterForm h1 {
  color: #000;
  max-width: 520px;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 20px;
  font-family: Playfair Display,serif;
  width: 100%;
}

.NewsletterForm .hs-form-field {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin-bottom: 15px;
  font-family: gt_walsheim_probold;
}

.NewsletterForm .hs-input {
  line-height: 1;
  font-family: gt_walsheim_probold;
  font-size: 18px;
  color: #000000;
  border: none;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding: 5px;
  display: block;
}

.NewsletterForm .hs-form-field>label {
  font-size: 14px;
  font-family: gt_walsheim_probold;
  margin: 0;
  line-height: 1;
}

.NewsletterForm form .inputs-list>li {
  margin: 0;
  line-height: 1;
}

.NewsletterForm .hs-fieldtype-radio,
.NewsletterForm .hs-fieldtype-booleancheckbox{
  margin-top: 30px;
  margin-bottom: 0px;
  line-height: 1.57;
  letter-spacing: .4px;
  font-size: 14px;
  font-family: gt_walsheim_prolight;
}

.NewsletterForm form label {
  display: block;
  margin-bottom: 0;
  position: relative;
}

.NewsletterForm .hs-input[type="radio"],
.NewsletterForm .hs-input[type="checkbox"]{
  width: 100%;
  padding: 0;
  height: 2.5rem;
  outline: 0;
  background-color: transparent;
  font-family: "Poppins",sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #45474b;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  position: absolute;
}

.NewsletterForm .hs-form-radio label span,
.NewsletterForm .hs-fieldtype-booleancheckbox label span{
  display: block;
  color: #000;
  font-family: gt_walsheim_prolight;
  font-size: 14px;
  line-height: 1.57;
}

.NewsletterForm .hs-form-radio label span:before,
.NewsletterForm .hs-fieldtype-booleancheckbox label span:before{
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  border: 3px solid #eb2a21;
  margin-right: 7px;
  border-radius: 500px;
  position: relative;
  top: 2px;
  margin-bottom: 7px;
}

.NewsletterForm .hs-input[type="radio"]:checked+span:before,
.NewsletterForm .hs-input[type="checkbox"]:checked+span:before{
  background-color: #eb2a21;
}

.NewsletterForm form .hs-richtext p {
  color: #000;
  font-family: gt_walsheim_prolight;
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 0;
  letter-spacing: .4px;
}

.NewsletterForm form .hs-richtext p a {
  text-decoration: underline;
  color: #000;
  font-family: gt_walsheim_probold;
}

.NewsletterForm form {
  display: flex;
  flex-direction: column;
  max-width: 700px;
}

.NewsletterForm form .hs-button {
  padding: 0;
  font-size: 32px;
  text-decoration: underline;
  color: #000;
  font-family: gt_walsheim_probold;
  margin-top: 40px;
}

.NewsletterForm .hs-input.invalid.error {
  border: 1px solid #eb2a21;
  margin-top: 10px;
}

.NewsletterForm form .hs-richtext {
  margin-bottom: 0;
}

@media screen and (min-height: 630px){
  .MainNav__list ul li a{
    font-size: 36px;
  }
}

@media screen and (min-width: 1200px) and (min-height: 730px){
  .MainNav__list ul li a{
    font-size: 50px;
  }
}

@media (min-width: 375px){
  .MainNav__footer__greeting {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

@media (min-width: 600px){
  .QuickAction__slide {
    padding: 40px 80px 40px 50px;
  }
  .QuickAction__slide__close-button {
    top: 40px;
  }

  .QuickAction__slide .SearchForm {
    padding: 40px 80px 40px 50px;
  }

  .QuickAction__slide .SearchForm__main .hs-search-field__input {
    font-size: 35px;
    border-bottom: 4px solid #000;
    padding: 0 40px 20px 0;
  }

  .QuickAction__slide .SearchForm__main form .icon {
    top: -12px;
    width: 28px;
    height: 28px;
  }

}

@media (min-width: 768px){
  header.header{
    justify-content: flex-start;
    width: auto;
    height: auto;
  }

  .Header__burger {
    display: none;
    top: 30px;
  }

  .Header__logo {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 42px;
    margin-left: 50px;
    padding-bottom: 0;
    width: 84px;
    height: 53px;
  }

  .Header__logo__vector {
    width: 84px;
    height: 53px;
  }

  .MainNav {
    right: auto;
    left: 0;
    background: 0;
    opacity: 0;
    visibility: hidden;
  }

  .MainNav__inner {
    padding-left: 80px;
    padding-right: 80px;
  }

  .MainNav__cross{
    left: 80px;
    top: 80px;
  }

  .MainNav__list{
    display: block;
    top: 50%;
  }

  .PageQuickActions {
    opacity: 1;
    visibility: visible;
  }
  .QuickAction {
    float: none;
    margin-right: 0;
  }
  .QuickAction:not(:last-child) {
    margin-bottom: 8px;
    float: none;
  }

  .QuickAction__slide__close-button {
    right: 80px;
  }

  .QuickAction__slide .SearchForm__main {
    margin: 42px 0;
  }

  .QuickAction__slide .SearchForm__main .hs-search-field__input {
    padding: 0 60px 30px 0;
  }

  .QuickAction__slide .SearchForm__main button {
    width: 60px;
  }

  .MainNav--isOpen .MainNav{
    opacity:1;
    visibility: visible;
    right: auto;
  }

  .MainNav__footer {
    width: calc(100% - 160px);
    padding-right: 0;
    bottom: 50px;
  }

  .MainNav__footer__greeting {
    font-size: 50px;
    width: 100%;
    margin-bottom: 40px;
  }

  .MainNav__footer__menu__item .hs_cos_wrapper_type_text,
  .terms_menu .hs-menu-wrapper>ul li a{
    padding-left: 12px;
    padding-right: 12px;
  }

  .MainNav__footer__menu__item .hs_cos_wrapper_type_text{
    padding-left:0;
  }

  .QuickAction__slide .SearchForm__main form .icon {
    top: -18px;
    width: 32px;
    height: 32px;
  }

  .QuickAction__slide .languages-list {
    position: absolute;
    top: 50%;
    column-count: 2;
    transform: translateY(-50%);
  }

  .NewsletterForm{
    padding: 32px 60px;
  }

  .NewsletterForm__close{
    margin-bottom: 50px; 
  }

  .NewsletterForm h1{
    font-size: 36px;
  }




}

@media (min-width: 992px){
  .QuickAction__slide {
    padding: 55px 80px;
  }

  .QuickAction__slide__close-button {
    top: 55px;
  }

  .QuickAction__slide .SearchForm {
    padding: 55px 80px;
  }

  .QuickAction__slide .SearchForm__main .hs-search-field__input {
    font-size: 49px;
  }

  .MainNav__footer {
    bottom: 80px;
  }

  .NewsletterForm{
    padding: 56px 80px;
  }

  .NewsletterForm__close{
    margin-bottom: 100px;
  }

  .NewsletterForm h1{
    font-size: 48px;
  }

}

@media (min-width: 1200px){
  .MainNav__footer {
    flex-wrap: nowrap;
  }

  .MainNav__footer__menu {
    order: 1;
  }

  .MainNav__footer__greeting {
    order: 2;
    margin-bottom: 0;
    margin-left: auto;
    width: auto;
  }

}

@media (max-width:970px){
  .MainNav--isOpen .Header__navCircle {
    height: 350vh;
  }
}

@media (max-width:767px){
  .MainNav--isOpen .MainNav {
    right: 0;
    height: 100%;
    transition-delay: .5s;
  }

  .MainNav__list{
    display:block;
  }

  .MainNav--isOpen .PageQuickActions {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s ease;
    z-index: 100;
  }

  .MainNav--isOpen .SocialSide {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s ease;
    z-index: 20;
  }

  .MainNav__footer__menu__item .hs_cos_wrapper_type_text {
    padding-left: 0;
  }

  .MainNav__footer__greeting{
    font-size: 32px;
    margin-bottom: 23px;
  }

  .MainNav__list ul li:nth-child(1) {
    transition-delay: 800ms !important;
  }
  .MainNav__list ul li:nth-child(2) {
    transition-delay: 1000ms !important;
  }
  .MainNav__list ul li:nth-child(3) {
    transition-delay: 1200ms !important;
  }
  .MainNav__list ul li:nth-child(4) {
    transition-delay: 1400ms !important;
  }
  .MainNav__list ul li:nth-child(5) {
    transition-delay: 1600ms !important;
  }
  .MainNav__list ul li:nth-child(6) {
    transition-delay: 1800ms !important;
  }

  .QuickAction__slide{
    transition: right 0.8s ease;
  }

  .Header__navCircle{
    transition: all 0.5s;
  }

  .MainNav--isOpen .Header__navCircle{
    transition: all 1s;
  }

  .terms_menu .hs-menu-wrapper>ul li a{
    white-space: normal;
    word-break: initial;
  }

  .QuickAction__open-button{
    text-decoration: underline;
  }

  .scroll_header .Header__burger span{
    background: #eb2a21;
    transition: all .3s ease;
  }
  .header-hide header.header {
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
  }

  .NewsletterForm__close{
    margin-top: 30px;
  }

  .newslater_form header.header{
    z-index: 10;
  }

  .newslater_form .scroll_header header.header{
    z-index: 12;
  }

  .no-banner .Header__burger span {
    background-color: #eb2a21;
  }

}

@media (max-width:374px){
  .MainNav__footer__greeting {
    font-size: 26px;
    margin-bottom: 9px;
  }
}

@media (max-height:400px){
  .MainNav__footer {
    bottom: 10px;
  }

  .MainNav__inner {
    padding-top: 110px;
  }

  .MainNav__list {
    height: calc(100% - 70px);
    overflow-y: auto;
  }



}

@media (max-height:430px){
  .SocialSide {
    top: 212px !important;
  }
}

@media (max-width:767px) and (max-height:460px){
  .MainNav__inner {
    padding-top: 70px;
  }
  .MainNav__list {
    height: calc(100% - 85px);
  }
}
footer.footer {
  width: 100%;
  background: #fff;
  height: 64px;
  line-height: 1;
}

.Footer__inner {
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
}

.Footer__logo {
  display: block;
}

.Footer__logo .vector-logo {
  color: #eb2a21;
  width: 57px;
  height: 36px;
  display: block;
}

.Footer__logo .vector-logo a {
  color: inherit;
}

.Footer__strap {
  font-family: gt_walsheim_prolight;
  text-decoration-skip-ink: none;
  display: flex;
  align-items: center;
  margin-left: 30px;
}

@media (min-width: 375px){
  .Footer__inner {
    padding-left: 30px;
    padding-right: 30px;
  }  
}

@media (min-width: 992px){
  .Footer__inner {
    padding-left: 90px;
    padding-right: 90px;
  }  
}


@media (min-width: 768px){
  .Footer__strap {
    margin-left: auto;
  }
}
@media (min-width: 992px){
  .Footer__strap {
    margin-left: 30px;
  }
}

.Footer__strap img {
  max-width: 200px;
  height: auto;
  position: relative;

  vertical-align: middle;
}

.Footer__nav {
  font-family: gt_walsheim_prolight;
  text-decoration-skip-ink: none;
  margin-left: auto;
  display: none;
}

@media (min-width: 992px){
  .Footer__nav {
    display: block;
  }
}

.Footer__nav ul.submenu.level-1 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Footer__nav ul.submenu.level-1 li {
  display: inline-block;
}

.Footer__nav ul.submenu.level-1 li a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 20px;
}

.banner-area .dnd-section{
  padding:0;
}