@import url(//hello.myfonts.net/count/4027cc);
/**
 * External Libraries
 */
/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * (en) YAML core stylesheet
 * (de) YAML Basis-Stylesheet
 *
 * Don't make any changes in this file!
 * Your changes should be placed in any css-file in your own stylesheet folder.
 *
 * @copyright       © 2005-2013, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         4.1.2
 */
/**
   *  @section Normalisation Module
   */
/* (en) Global reset of paddings and margins for all HTML elements */
/* (de) Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
* {
  margin: 0;
  padding: 0;
}
/* (en) Correction: margin/padding reset caused too small select boxes. */
/* (de) Korrektur: Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
option {
  padding-left: 0.4em;
}
select {
  padding: 1px;
}
/*
  * (en) Global fix of the Italics bugs in IE 5.x and IE 6
  * (de) Globale Korrektur des Italics Bugs des IE 5.x und IE 6
  *
  * @bugfix
  * @affected   IE 5.x/Win, IE6
  * @css-for    IE 5.x/Win, IE6
  * @valid      yes
  */
* html body * {
  overflow: visible;
}
/*
  * (en) Fix for rounding errors when scaling font sizes in older versions of Opera browser
  *      Standard values for colors and text alignment
  *
  * (de) Beseitigung von Rundungsfehler beim Skalieren von Schriftgrößen in älteren Opera Versionen
  *      Vorgabe der Standardfarben und Textausrichtung
  */
body {
  font-size: 100%;
  background: #fff;
  color: #000;
  text-align: left;
}
/* (en) avoid visible outlines on DIV and h[x] elements in Webkit browsers */
/* (de) Vermeidung sichtbarer Outline-Rahmen in Webkit-Browsern */
div:target,
h1:target,
h2:target,
h3:target,
h4:target,
h5:target,
h6:target {
  outline: 0 none;
}
/* (en) HTML5 - adjusting visual formatting model to block level */
/* (de) HTML5 - Elements werden als Blockelemente definiert */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
/* (en) HTML5 - default media element styles */
/* (de) HTML5 - Standard Eigenschaften für Media-Elemente */
audio,
canvas,
video {
  display: inline-block;
}
/* (en) HTML5 - don't show <audio> element if there aren't controls */
/* (de) HTML5 - <audio> ohne Kontrollelemente sollten nicht angezeigt werden */
audio:not([controls]) {
  display: none;
}
/* (en) HTML5 - add missing styling in IE & old FF for hidden attribute */
/* (de) HTML5 - Eigenschaften für das hidden-Attribut in älteren IEs und FF nachrüsten */
[hidden] {
  display: none;
}
/* (en) Prevent iOS text size adjust after orientation change, without disabling user zoom. */
/* (de) Verdindert die automatische Textanpassung bei Orientierungswechsel, ohne Zoom zu blockieren */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
/* (en) set correct box-modell in IE8/9 plus remove padding */
/* (de) Setze das richtige Box-Modell im IE8/9 und entferne unnötiges Padding */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/* (en) force consistant appearance of input[type="search"] elements in all browser */
/* (de) Einheitliches Erscheinungsbild für input[type="search"] Elemente erzwingen */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* (en) Correct overflow displayed oddly in IE 9 */
/* (de) Korrigiert fehlerhafte overflow Voreinstellung des IE 9 */
svg:not(:root) {
  overflow: hidden;
}
/* (en) Address margin not present in IE 8/9 and Safari 5 */
/* (en) Ergänzt fehlenden Margin in IE 8/9 und Safari 5 */
figure {
  margin: 0;
}
/* (en) Clear borders for <fieldset> and <img> elements */
/* (de) Rahmen für <fieldset> und <img> Elemente löschen */
fieldset,
img {
  border: 0 solid;
}
/* (en) new standard values for lists, blockquote, cite and tables */
/* (de) Neue Standardwerte für Listen, Zitate und Tabellen */
ul,
ol,
dl {
  margin: 0 0 1em 1em;
}
li {
  line-height: 1.5em;
  margin-left: 0.8em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 1em 0.8em;
}
blockquote {
  margin: 0 0 1em 0.8em;
}
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
  * @section Float Handling Module
  */
/* (en) clearfix method for clearing floats */
/* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */
.ym-clearfix:before {
  content: "";
  display: table;
}
.ym-clearfix:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
/* (en) alternative solutions to contain floats */
/* (de) Alternative Methoden zum Einschließen von Float-Umgebungen */
.ym-contain-dt {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.ym-contain-oh {
  display: block;
  overflow: hidden;
  width: 100%;
}
.ym-contain-fl {
  float: left;
  width: 100%;
}
/**
  * @section Column Module
  *
  * default column config:
  * |-------------------------------|
  * | col1    | col3      | col2    |
  * | 20%     | flexible  | 20%     |
  * |-------------------------------|
  */
.ym-column {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.ym-col1 {
  float: left;
  width: 20%;
}
.ym-col2 {
  float: right;
  width: 20%;
}
.ym-col3 {
  width: auto;
  margin: 0 20%;
}
.ym-cbox {
  padding: 0 10px;
}
.ym-cbox-left {
  padding: 0 10px 0 0;
}
.ym-cbox-right {
  padding: 0 0 0 10px;
}
/* (en) IE-Clearing: Only used in Internet Explorer, switched on in iehacks.css */
/* (de) IE-Clearing: Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
.ym-ie-clearing {
  display: none;
}
/**
  * @section Grid Module
  */
.ym-grid {
  display: table;
  table-layout: fixed;
  width: 100%;
  list-style-type: none;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.ym-gl {
  float: left;
  margin: 0;
}
.ym-gr {
  float: right;
  margin: 0 0 0 -5px;
}
.ym-g20 {
  width: 20%;
}
.ym-g40 {
  width: 40%;
}
.ym-g60 {
  width: 60%;
}
.ym-g80 {
  width: 80%;
}
.ym-g25 {
  width: 25%;
}
.ym-g33 {
  width: 33.333%;
}
.ym-g50 {
  width: 50%;
}
.ym-g66 {
  width: 66.666%;
}
.ym-g75 {
  width: 75%;
}
.ym-g38 {
  width: 38.2%;
}
.ym-g62 {
  width: 61.8%;
}
.ym-gbox {
  padding: 0 10px;
}
.ym-gbox-left {
  padding: 0 10px 0 0;
}
.ym-gbox-right {
  padding: 0 0 0 10px;
}
.ym-equalize {
  overflow: hidden;
}
.ym-equalize > [class*="ym-g"] {
  display: table-cell;
  float: none;
  margin: 0;
  vertical-align: top;
}
.ym-equalize > [class*="ym-g"] > [class*="ym-gbox"] {
  padding-bottom: 10000px;
  margin-bottom: -10000px;
}
/**
  * @section Form Module
  */
/** Vertical-Forms - technical base (standard)
  *
  * |-------------------------------|
  * | form                          |
  * |-------------------------------|
  * |   label                       |
  * |   input / select / textarea   |
  * |-------------------------------|
  * | /form                         |
  * |-------------------------------|
  *
  * (en) Styling of forms where both label and input/select/textarea are styled with display:block;
  * (de) Formulargestaltung, bei der sowohl label als auch input/select/textarea mit display:block; gestaltet werden
  */
.ym-form,
.ym-form fieldset {
  overflow: hidden;
}
.ym-form div {
  position: relative;
}
.ym-form label,
.ym-form .ym-label,
.ym-form .ym-message {
  position: relative;
  line-height: 1.5;
  display: block;
}
.ym-form .ym-message {
  clear: both;
}
.ym-form .ym-fbox-check label {
  display: inline;
}
.ym-form input,
.ym-form textarea {
  cursor: text;
}
.ym-form .ym-fbox-check input,
.ym-form input[type="image"],
.ym-form input[type="radio"],
.ym-form input[type="checkbox"],
.ym-form select,
.ym-form label {
  cursor: pointer;
}
.ym-form textarea {
  overflow: auto;
}
.ym-form input.hidden,
.ym-form input[type=hidden] {
  display: none !important;
}
.ym-form .ym-fbox:before,
.ym-form .ym-fbox-text:before,
.ym-form .ym-fbox-select:before,
.ym-form .ym-fbox-check:before,
.ym-form .ym-fbox-button:before {
  content: "";
  display: table;
}
.ym-form .ym-fbox:after,
.ym-form .ym-fbox-text:after,
.ym-form .ym-fbox-select:after,
.ym-form .ym-fbox-check:after,
.ym-form .ym-fbox-button:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.ym-form .ym-fbox-check input:focus,
.ym-form .ym-fbox-check input:hover,
.ym-form .ym-fbox-check input:active,
.ym-form input[type="radio"]:focus,
.ym-form input[type="radio"]:hover,
.ym-form input[type="radio"]:active,
.ym-form input[type="checkbox"]:focus,
.ym-form input[type="checkbox"]:hover,
.ym-form input[type="checkbox"]:active {
  border: 0 none;
}
.ym-form input,
.ym-form textarea,
.ym-form select {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
}
.ym-form .ym-fbox-check input,
.ym-form input[type="radio"],
.ym-form input[type="checkbox"] {
  display: inline;
  margin-left: 0;
  margin-right: 0.5ex;
  width: auto;
  height: auto;
}
.ym-form input[type="image"] {
  border: 0;
  display: inline;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}
.ym-form label,
.ym-form .ym-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ym-form .ym-fbox-button input {
  display: inline;
  overflow: visible;
  width: auto;
}
.ym-form .ym-inline {
  display: inline-block;
  float: none;
  margin-right: 0;
  width: auto;
  vertical-align: baseline;
}
/* default form wrapper width */
.ym-fbox-wrap {
  display: table;
  table-layout: fixed;
  width: 70%;
}
.ym-fbox-wrap input,
.ym-fbox-wrap textarea,
.ym-fbox-wrap select {
  width: 100%;
}
.ym-fbox-wrap input[type="image"] {
  width: auto;
}
.ym-fbox-wrap input[type="radio"],
.ym-fbox-wrap input[type="checkbox"] {
  display: inline;
  width: auto;
  margin-left: 0;
  margin-right: 0.5ex;
}
.ym-fbox-wrap label,
.ym-fbox-wrap .ym-label {
  display: inline;
}
.ym-full input,
.ym-full textarea,
.ym-full select {
  width: 100%;
}
.ym-full .ym-fbox-wrap {
  width: 100%;
}
/**
  *  Columnar forms display - technical base (optional)
  *
  *  |-------------------------------------------|
  *  | form                                      |
  *  |-------------------------------------------|
  *  |                                           |
  *  |   label   |   input / select / textarea   |
  *  |                                           |
  *  |-------------------------------------------|
  *  | /form                                     |
  *  |-------------------------------------------|
  *
  *  (en) Styling of forms where label floats left of form-elements
  *  (de) Formulargestaltung, bei der die label-Elemente nach links fließen
  */
.ym-columnar input,
.ym-columnar textarea,
.ym-columnar select {
  float: left;
  margin-right: -3px;
}
.ym-columnar label,
.ym-columnar .ym-label {
  display: inline;
  float: left;
  width: 30%;
  z-index: 1;
}
.ym-columnar .ym-fbox-check input,
.ym-columnar .ym-message {
  margin-left: 30%;
}
.ym-columnar .ym-fbox-wrap {
  margin-left: 30%;
  margin-right: -3px;
}
.ym-columnar .ym-fbox-wrap .ym-message {
  margin-left: 0%;
}
.ym-columnar .ym-fbox-wrap label {
  float: none;
  width: auto;
  z-index: 1;
  margin-left: 0;
}
.ym-columnar .ym-fbox-wrap input {
  margin-left: 0;
  position: relative;
}
.ym-columnar .ym-fbox-check {
  position: relative;
}
.ym-columnar .ym-fbox-check label,
.ym-columnar .ym-fbox-check .ym-label {
  padding-top: 0;
}
.ym-columnar .ym-fbox-check input {
  top: 3px;
}
.ym-columnar .ym-fbox-button input {
  float: none;
  margin-right: 1em;
}
.ym-fbox-wrap + .ym-fbox-wrap {
  margin-top: 0.5em;
}
/* global and local columnar settings for button alignment */
.ym-columnar fieldset .ym-fbox-button,
fieldset.ym-columnar .ym-fbox-button {
  padding-left: 30%;
}
/**
  * @section Accessibility Module
  *
  * (en) skip links and hidden content
  * (de) Skip-Links und versteckte Inhalte
  */
/* (en) classes for invisible elements in the base layout */
/* (de) Klassen für unsichtbare Elemente im Basislayout */
.ym-skip,
.ym-hideme,
.ym-print {
  position: absolute;
  top: -32768px;
  left: -32768px;
}
/* (en) make skip links visible when using tab navigation */
/* (de) Skip-Links für Tab-Navigation sichtbar schalten */
.ym-skip:focus,
.ym-skip:active {
  position: static;
  top: 0;
  left: 0;
}
/* skiplinks:technical setup */
.ym-skiplinks {
  position: absolute;
  top: 0px;
  left: -32768px;
  z-index: 1000;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ym-skiplinks .ym-skip:focus,
.ym-skiplinks .ym-skip:active {
  left: 32768px;
  outline: 0 none;
  position: absolute;
  width: 100%;
}
@media print {
  /**
  * @section print adjustments for core modules
  *
  * (en) float containment for grids. Uses display:table to avoid bugs in FF & IE
  * (de) Floats in Grids einschließen. Verwendet display:table, um Darstellungsprobleme im FF & IE zu vermeiden
  *
  * @bugfix
  * @since     3.0
  * @affected  FF2.0, FF3.0, IE7
  * @css-for   all browsers
  * @valid     yes
  */
  .ym-grid > .ym-gl,
  .ym-grid > .ym-gr {
    overflow: visible;
    display: table;
    table-layout: fixed;
  }
  /* (en) make .ym-print class visible */
  /* (de) .ym-print-Klasse sichtbar schalten */
  .ym-print {
    position: static;
    left: 0;
  }
  /* (en) generic class to hide elements for print */
  /* (de) Allgemeine CSS Klasse, um beliebige Elemente in der Druckausgabe auszublenden */
  .ym-noprint {
    display: none !important;
  }
}
/**
 * Fuman Libraries
 */
/** none, forwards, backwards, both */
/**
 * @src      The path to your SVG file
 * @fill-new The fill value you would like to have injected into your paths
 */
/**
 * Theme
 */
/**
 * Variables
 */
/**
 * COLORS
 */
/**
 * FONTS
 */
/**
 * @license
 * MyFonts Webfont Build ID 4204492, 2021-11-02T03:33:10-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: RebrandTxt-Light by Latinotype
 * URL: https://www.myfonts.com/fonts/latinotype/rebrand/text-light/
 *
 * Webfont: RebrandTxt-Regular by Latinotype
 * URL: https://www.myfonts.com/fonts/latinotype/rebrand/text-regular/
 *
 * Webfont: RebrandTxt-Regularit by Latinotype
 * URL: https://www.myfonts.com/fonts/latinotype/rebrand/text-regular-it/
 *
 * Webfont: RebrandTxt-Bold by Latinotype
 * URL: https://www.myfonts.com/fonts/latinotype/rebrand/text-bold/
 *
 * Webfont: RebrandTxt-Black by Latinotype
 * URL: https://www.myfonts.com/fonts/latinotype/rebrand/text-black/
 *
 *
 * Webfonts copyright: Copyright � 2021 by Latinotype. All rights reserved.
 *
 * © 2021 MyFonts Inc
*/
 @font-face{font-family:"RebrandTxt-Regularit";src:url(/admin/app/ams/theme/nms/css/../font/RebrandTxtRegularit/font.woff2) format('woff2'),url(/admin/app/ams/theme/nms/css/../font/RebrandTxtRegularit/font.woff) format('woff')}@font-face{font-family:"RebrandTxt-Black";src:url(/admin/app/ams/theme/nms/css/../font/RebrandTxtBlack/font.woff2) format('woff2'),url(/admin/app/ams/theme/nms/css/../font/RebrandTxtBlack/font.woff) format('woff')}@font-face{font-family:"RebrandTxt-Regular";src:url(/admin/app/ams/theme/nms/css/../font/RebrandTxtRegular/font.woff2) format('woff2'),url(/admin/app/ams/theme/nms/css/../font/RebrandTxtRegular/font.woff) format('woff')}@font-face{font-family:"RebrandTxt-Light";src:url(/admin/app/ams/theme/nms/css/../font/RebrandTxtLight/font.woff2) format('woff2'),url(/admin/app/ams/theme/nms/css/../font/RebrandTxtLight/font.woff) format('woff')}@font-face{font-family:"RebrandTxt-Bold";src:url(/admin/app/ams/theme/nms/css/../font/RebrandTxtBold/font.woff2) format('woff2'),url(/admin/app/ams/theme/nms/css/../font/RebrandTxtBold/font.woff) format('woff')}.theme-normalize{font-size:16px;line-height:16px}.theme-h1{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-size:3.125em;line-height:1.2em}.theme-main{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-size:1em;line-height:1.25em}.theme-main.title,.theme-main strong{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Bold",Arial,Helvetica,sans-serif}.theme-main strong{font-style:inherit}.theme-content dt,.theme-content dd,.theme-content p,.theme-content li,.theme-content h3,.theme-content h1,.theme-content td{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-size:1em;line-height:1.25em}.theme-content dt.title,.theme-content dd.title,.theme-content p.title,.theme-content li.title,.theme-content h3.title,.theme-content h1.title,.theme-content td.title,.theme-content dt strong,.theme-content dd strong,.theme-content p strong,.theme-content li strong,.theme-content h3 strong,.theme-content h1 strong,.theme-content td strong{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Bold",Arial,Helvetica,sans-serif}.theme-content dt strong,.theme-content dd strong,.theme-content p strong,.theme-content li strong,.theme-content h3 strong,.theme-content h1 strong,.theme-content td strong{font-style:inherit}.theme-content dt a,.theme-content dd a,.theme-content p a,.theme-content li a,.theme-content h3 a,.theme-content h1 a,.theme-content td a{font-size:1em;font-weight:inherit;font-style:inherit}.theme-content dt{font-weight:700}.theme-content dd{margin:0 0 1.1em 0}.theme-content dl{margin:0}.theme-content ul,.theme-content ol{margin:0 0 0 1.25em}.theme-content ul{list-style:disc}.theme-content ol{list-style:decimal}.theme-content li{margin-bottom:.75em;padding-left:1em;margin-left:0}.theme-content p,.theme-content ul,.theme-content ol,.theme-content dl{margin-bottom:1.1em}.theme-content p:last-child,.theme-content ul:last-child,.theme-content ol:last-child,.theme-content dl:last-child{margin-bottom:0}.theme-content ul.assets{list-style-type:none;margin-left:0}.theme-content ul.assets li{padding:0}.sg-button{border:3px solid #3f3f31;border-radius:3px;padding:10px 30px;font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;color:#3f3f31;font-size:20px;line-height:32px;-webkit-transition:all 0.25s linear 0s;-moz-transition:all 0.25s linear 0s;-o-transition:all 0.25s linear 0s;transition:all 0.25s linear 0s}.sg-button .expanded{display:none}.sg-button.expanded .expanded{display:block}.sg-button.expanded .collapsed{display:none}.sg-button:hover,.sg-button:focus{background-color:#076f32;color:#fff;border-color:rgba(7,111,50,.5);background-clip:padding-box}.ym-g100{width:100%}.ym-g55{width:55%}.ym-g45{width:45%}ol,ul{list-style:none}.fm--hide-accessible{display:inline;position:absolute;left:-1000px;width:0;height:0;overflow:hidden}@media all{html,body{width:100%;min-height:100%;height:100%;font-size:16px;line-height:16px;font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;color:#000}a{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;line-height:1.25em;font-size:1em;text-decoration:none}a.title,a strong{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Bold",Arial,Helvetica,sans-serif}a strong{font-style:inherit}a:hover{text-decoration:none}*:focus{outline:2px solid transparent}.ym-wrapper{max-width:1440px;margin:0 auto;width:100%}.ym-wbox{padding:0 64px}.ym-gbox,.ym-cbox{padding:0 20px}.gmap{overflow:hidden;position:relative;max-height:300px;margin-bottom:2em}.gmap:after{display:block;padding:34% 0 100px 0;content:' '}.gmap>div{position:absolute;width:100%;height:100%}}@media screen{h1{color:#0a0908;font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Black",Arial,Helvetica,sans-serif;font-size:3.5em;line-height:1.14285714em;hyphens:auto}h1 .subtitle{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Light",Arial,Helvetica,sans-serif}h2{color:#0a0908;font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Black",Arial,Helvetica,sans-serif;font-size:3em;line-height:1.16666667em}h2 .subtitle{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Light",Arial,Helvetica,sans-serif}.sg-lead{color:#0a0908;font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Bold",Arial,Helvetica,sans-serif;font-size:1.5em;line-height:1.33333333em}.sg-lead a{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Bold",Arial,Helvetica,sans-serif}.sg-box ul.checked li{font-size:24px;line-height:1.16666667em}.ams-cta-right,.sg-editor-content{font-size:1.25em;line-height:1.4em}.ams-cta-right .italic,.sg-editor-content .italic{font-size:40px;line-height:1.2em;font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Regularit",Arial,Helvetica,sans-serif}.ams-cta-right ul:not(.checked),.sg-editor-content ul:not(.checked){display:table;margin-top:-16px;border-spacing:0 16px;margin-left:0}.ams-cta-right ul:not(.checked) li,.sg-editor-content ul:not(.checked) li{display:table-row}.ams-cta-right ul:not(.checked) li:before,.sg-editor-content ul:not(.checked) li:before{content:"–";position:relative;font-size:1em;text-align:center;display:table-cell;width:2em}.nms-link,.sg-box li>a,label a,p>a{color:#0a0908;text-decoration:underline}.nms-link:hover,.sg-box li>a:hover,label a:hover,p>a:hover{color:#076f32;text-decoration:underline}.sg-box.app_ams_component_rafflecalltoaction .ams-cta-wrapper .sg-button,.button a{line-height:1.4em;text-decoration:none;font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Bold",Arial,Helvetica,sans-serif}.sg-box.app_ams_component_rafflecalltoaction .ams-cta-wrapper .sg-button:hover,.button a:hover{text-decoration:none}.sg-title3{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Black",Arial,Helvetica,sans-serif;font-size:3em;line-height:1.16666667em}.sg-title3 span{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Light",Arial,Helvetica,sans-serif}.nms-link{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Bold",Arial,Helvetica,sans-serif}.flickity-counter,.sg-copyright,.sg-caption{font-size:1em;line-height:1.5em;color:#535252}.sg-copyright,.sg-caption{padding-top:16px}body{background-color:#eeefea}.nms-mobile-nav{position:absolute;top:-32768px;left:-32768px}#nav-toggle-container-mobile{display:none}#main{margin-top:308px}#footer .ym-wbox,#header .ym-wbox{padding-top:40px;padding-bottom:40px;position:relative}#footer .ym-wbox #main-nav,#header .ym-wbox #main-nav{max-width:690px}#footer .ym-wbox #main-nav ul,#header .ym-wbox #main-nav ul{margin:0;display:flex}#footer .ym-wbox #main-nav ul li,#header .ym-wbox #main-nav ul li{margin-left:55px}#footer .ym-wbox #main-nav ul li:first-child,#header .ym-wbox #main-nav ul li:first-child{margin-left:0}#footer .ym-wbox #main-nav ul li:hover a,#header .ym-wbox #main-nav ul li:hover a{color:#076f32;border-bottom:1px solid #076f32!important}#footer .ym-wbox #main-nav ul li.active a,#header .ym-wbox #main-nav ul li.active a,#footer .ym-wbox #main-nav ul li.desc_active a,#header .ym-wbox #main-nav ul li.desc_active a{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Bold",Arial,Helvetica,sans-serif;border-bottom:1px solid #0a0908}#footer .ym-wbox #main-nav ul li a,#header .ym-wbox #main-nav ul li a{color:#0a0908;font-size:1.25em;line-height:1.4em}#footer .ym-wbox .logo,#header .ym-wbox .logo{position:absolute;top:32px;right:64px;width:144px}#footer .ym-wbox .logo img,#header .ym-wbox .logo img{width:100%}#header{position:absolute;z-index:20;width:100%;top:0}#header.transition .logo{-webkit-transition:width 0.3s ease-in-out,top 0.3s ease-in-out;-moz-transition:width 0.3s ease-in-out,top 0.3s ease-in-out;-o-transition:width 0.3s ease-in-out,top 0.3s ease-in-out;transition:width 0.3s ease-in-out,top 0.3s ease-in-out}#header.top .header-background{height:auto}#header .header-background{position:absolute;width:100%;height:100%;opacity:0;-webkit-transition:opacity 0.3s ease-in-out 0s;-moz-transition:opacity 0.3s ease-in-out 0s;-o-transition:opacity 0.3s ease-in-out 0s;transition:opacity 0.3s ease-in-out 0s}#header.sticky{position:fixed}#header.sticky .header-background{opacity:1;background-image:linear-gradient(to right,#ffffff,#ffffff calc(((100% - 1440px) / 2) + 1441px),transparent calc(((100% - 1440px) / 2) + 1441px))}#header.sticky .logo{top:16px;width:80px}#footer{position:relative;margin-bottom:200px;background-image:linear-gradient(to right,#ffffff,#ffffff calc((100% - 1438px) / 2),transparent calc((100% - 1440px) / 2))}#footer .ym-wbox{background-image:linear-gradient(to right,#ffffff,#ffffff 1152px,transparent 1152px);padding-top:128px;padding-bottom:110px}#footer .footer-wrapper{display:flex;max-width:calc(1152px - 144px - 64px)}#footer .nms-footer{display:flex;align-items:flex-end}#footer .nms-footer ul{margin:0}#footer .nms-footer ul li{margin:0 0 24px 0}#footer .nms-footer ul li:last-child{margin:0}#footer .nms-footer ul li:hover a{color:#076f32;border-bottom:1px solid #076f32}#footer .nms-footer ul li.active a,#footer .nms-footer ul li.desc_active a{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Bold",Arial,Helvetica,sans-serif;border-bottom:1px solid #0a0908}#footer .nms-footer ul li.active:hover a,#footer .nms-footer ul li.desc_active:hover a{border-bottom:1px solid #076f32}#footer .nms-footer ul li a{color:#0a0908;font-size:1.5em;line-height:1.33333333em}#footer .nms-partner{flex-grow:5;display:flex;justify-content:flex-end;align-items:flex-end;margin-left:64px}#footer .nms-partner .nms-category{margin-right:80px}#footer .nms-partner .nms-category .sg-caption{display:inline-block;padding:0 0 16px 0}#footer .nms-partner .nms-category:last-child{margin:0}#footer .nms-partner .nms-partner-items{display:flex}#footer .nms-partner .nms-partner-items .nms-partner-item{margin-right:20px}#footer .nms-partner .nms-partner-items .nms-partner-item:last-child{margin:0}#footer .nms-partner .nms-partner-items .nms-partner-item img{vertical-align:top;max-width:110px;width:100%}#footer .nms-partner .nms-partner-items .nms-partner-item img.logo-big{max-width:244px}.lang-nav{position:absolute;left:872px;top:44px}.lang-nav ul{margin:0;display:flex}.lang-nav ul li{margin:0 8px}.lang-nav ul li.active a span{border-bottom:1px solid #0a0908}.lang-nav ul li:hover a span{color:#076f32;border-bottom:1px solid #076f32}.lang-nav ul li a span{line-height:24px;display:block;color:#0a0908;text-transform:uppercase}img{max-width:100%}.sg-header-right.sg-next-label,.sg-subnavi,.sg-header-left.sg-bc,.sg-breadcrumb{display:none}.sg-lead,.sg-header-left{padding:0 20px 0 112px;max-width:640px}.sg-header-left{margin-bottom:40px}.sg-lead{margin-bottom:80px}.sg-lead p{margin-bottom:40px}.sg-lead p:last-child{margin-bottom:0}.sg-header{position:relative;width:calc(100% + 64px);margin-bottom:128px}.nms-home h1{font-size:4em;line-height:1.0625em}.sg-box{padding:0 20px 0 112px;max-width:1090px;margin-bottom:128px}.sg-box.accordion{margin-bottom:40px}.sg-box.accordion:last-of-type{margin-bottom:80px}.sg-box h2{margin-bottom:40px}.sg-box ul,.sg-box p{margin-bottom:32px}.sg-box ul:last-child,.sg-box p:last-child{margin-bottom:0!important}.sg-box ul.checked{display:flex;flex-wrap:wrap;margin:0 0 20px}.sg-box ul.checked li{width:calc(50% - 2.6em);margin:0 1.3em 20px 1.3em;position:relative}.sg-box ul.checked li:before{position:absolute;display:block;width:1em;height:1em;content:''!important;top:0.3em!important;left:-1.3em;background-image:url(/admin/app/ams/theme/nms/css/../img/check.svg);background-size:1em 1em;background-repeat:no-repeat}.sg-box .button a{padding:14px 25px;background:linear-gradient(90deg,#076f32 0%,#6ca416 100%);border-radius:calc(1em + 14px);display:inline-block;color:#fff}.sg-box .button a:hover{background:none;background-color:#6ca416!important}.sg-box.app_ams_component_nmsnewsletter,.sg-box.app_ams_component_raffleform,.sg-editor-content.is-accordion,.sg-box p,.sg-box h2,.italic{max-width:640px}.ym-col1{width:100%}.ym-col1 .ym-cbox{padding:0}.nms-teaser{position:relative;margin-bottom:80px}.nms-teaser.last{margin-bottom:0}.nms-teaser .nms-teaser-right{position:absolute;right:0;top:0;width:51.2%}.nms-teaser .nms-teaser-left{padding-top:80px;width:62.8%}.nms-teaser .nms-teaser-left .nms-outer-box{background-color:#fff;padding:80px}.nms-teaser .nms-teaser-left .nms-inner-box{display:flex;flex-direction:column;justify-content:space-between;width:72.8%;min-height:334px}.nms-fact-wrapper{max-width:992px;display:flex;flex-wrap:wrap;margin-left:-16px;margin-bottom:80px}.nms-fact-wrapper .nms-fact{width:calc(33.333% - 32px);padding:0 16px}.nms-fact-wrapper .nms-fact:nth-child(n+4){margin-top:40px}.nms-fact-wrapper .nms-fact .nms-value{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Black",Arial,Helvetica,sans-serif;font-size:6em;line-height:1.08333333em;color:#076f32}.nms-fact-wrapper .nms-fact .nms-value:after{content:'%'}.nms-fact-wrapper .nms-fact .nms-description{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Light",Arial,Helvetica,sans-serif;font-size:2em;line-height:1.25em;color:#076f32}.video-wrapper{position:relative}.video-wrapper .video-start{position:relative;z-index:2;opacity:1}.video-wrapper .video-start.clicked{opacity:0;z-index:-1}.video-wrapper .video-start .playpause{position:absolute;top:calc(50% - 50px);left:calc(50% - 50px);width:100px;height:100px;background-image:url(/admin/app/ams/theme/nms/css/../img/button-play.svg);background-color:transparent;background-repeat:no-repeat;border:none;cursor:pointer;color:transparent}.video-wrapper .video{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.video-wrapper .video.no-image{position:relative}.two-column-layout.layout2 .ym-g55 .ym-gbox{margin-right:32px}.two-column-layout.layout2 .ym-g45 .ym-gbox{margin-left:0;padding:80px 64px}.two-column-layout .ym-g55 .ym-gbox{padding:0;margin-right:56px}.two-column-layout .ym-g45 .ym-gbox{margin-left:56px;padding:80px 64px 80px 80px;background-color:#fff}.two-column-layout .ym-g45 .ym-gbox ul.checked li{width:100%}.two-column-layout .ym-g45 .ym-gbox h2{font-size:2em;line-height:1.25em;margin:24px 0}.two-column-layout .ym-g45 .ym-gbox h2:first-of-type{margin-top:0}.two-column-layout .image-wrapper,.two-column-layout .sg-editor-content,.two-column-layout .sg-assets{margin-bottom:80px}.two-column-layout .image-wrapper:last-child,.two-column-layout .sg-editor-content:last-child,.two-column-layout .sg-assets:last-child{margin-bottom:0}.sg-assets{margin:0}.sg-assets li{margin:0 0 16px 0}.sg-assets li:last-child{margin-bottom:0}.sg-assets li a{color:#0a0908;font-size:1.25em;line-height:1.4em;font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Bold",Arial,Helvetica,sans-serif;text-decoration:underline}.sg-assets li a:hover{color:#076f32}.has-accordion{position:relative;cursor:pointer;padding:0 50px;max-width:540px!important;font-size:2em;line-height:1.25em}.has-accordion:hover:after{background-image:url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3ENmS%2F01%20style%2Ficons%2Fplus%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22NmS%2F01-style%2Ficons%2Fplus%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22%23076f32%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22plus%22%20transform%3D%22translate%284.000000%2C%204.000000%29%22%20fill%3D%22%23076f32%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle%22%20x%3D%227%22%20y%3D%220%22%20width%3D%222%22%20height%3D%2216%22%20rx%3D%221%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle%22%20transform%3D%22translate%288.000000%2C%208.000000%29%20rotate%28-270.000000%29%20translate%28-8.000000%2C%20-8.000000%29%20%22%20x%3D%227%22%20y%3D%228.52651283e-14%22%20width%3D%222%22%20height%3D%2216%22%20rx%3D%221%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E)}.has-accordion:after{content:" ";background-image:url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2232px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2032%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3ENmS%2F01%20style%2Ficons%2Farrow-right%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22NmS%2F01-style%2Ficons%2Farrow-right%22%20stroke%3D%22%230a0908%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22arrow-right%22%20transform%3D%22translate%282.000000%2C%203.000000%29%22%20stroke%3D%22%230a0908%22%20stroke-width%3D%222%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%229%22%20x2%3D%2228%22%20y2%3D%229%22%20id%3D%22Path%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Path%22%20points%3D%2219%200%2028%209%2019%2018%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E);background-repeat:no-repeat;background-size:32px 32px;background-position:-5px 0;position:relative;overflow:hidden;top:1px;left:0;width:32px;height:32px;display:inline-block;transition:background-position 0.1s ease-in;position:absolute;left:auto;right:0;top:5px;background-image:url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3ENmS%2F01%20style%2Ficons%2Fplus%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22NmS%2F01-style%2Ficons%2Fplus%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22%233f3f31%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22plus%22%20transform%3D%22translate%284.000000%2C%204.000000%29%22%20fill%3D%22%233f3f31%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle%22%20x%3D%227%22%20y%3D%220%22%20width%3D%222%22%20height%3D%2216%22%20rx%3D%221%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle%22%20transform%3D%22translate%288.000000%2C%208.000000%29%20rotate%28-270.000000%29%20translate%28-8.000000%2C%20-8.000000%29%20%22%20x%3D%227%22%20y%3D%228.52651283e-14%22%20width%3D%222%22%20height%3D%2216%22%20rx%3D%221%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E);transform-origin:20% 40%;-webkit-transition:transform 0.25s ease-in 0s;-moz-transition:transform 0.25s ease-in 0s;-o-transition:transform 0.25s ease-in 0s;transition:transform 0.25s ease-in 0s}.has-accordion:before{content:" ";background-image:url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2232px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2032%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3ENmS%2F01%20style%2Ficons%2Farrow-right%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22NmS%2F01-style%2Ficons%2Farrow-right%22%20stroke%3D%22%230a0908%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22arrow-right%22%20transform%3D%22translate%282.000000%2C%203.000000%29%22%20stroke%3D%22%230a0908%22%20stroke-width%3D%222%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%229%22%20x2%3D%2228%22%20y2%3D%229%22%20id%3D%22Path%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Path%22%20points%3D%2219%200%2028%209%2019%2018%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E);background-repeat:no-repeat;background-size:32px 28px;background-position:-5px 0;position:relative;overflow:hidden;top:1px;width:32px;height:28px;display:inline-block;transition:background-position 0.1s ease-in;position:absolute;left:0;top:5px;background-image:url(/admin/app/ams/theme/nms/css/../img/check.svg);background-position:initial;transform-origin:20% 40%;-webkit-transition:transform 0.25s ease-in 0s;-moz-transition:transform 0.25s ease-in 0s;-o-transition:transform 0.25s ease-in 0s;transition:transform 0.25s ease-in 0s}.has-accordion.expanded:after{background-image:url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3ENmS%2F01%20style%2Ficons%2Fminus%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22NmS%2F01-style%2Ficons%2Fminus%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22%233f3f31%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22minus%22%20fill%3D%22%233f3f31%22%20transform%3D%22translate%2812.200000%2C%2012.000000%29%20rotate%28-270.000000%29%20translate%28-12.200000%2C%20-12.000000%29%20%22%20x%3D%2211.2%22%20y%3D%224%22%20width%3D%222%22%20height%3D%2216%22%20rx%3D%221%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E)}.has-accordion.expanded:hover:after{background-image:url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3ENmS%2F01%20style%2Ficons%2Fminus%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22NmS%2F01-style%2Ficons%2Fminus%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22%23076f32%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Crect%20id%3D%22minus%22%20fill%3D%22%23076f32%22%20transform%3D%22translate%2812.200000%2C%2012.000000%29%20rotate%28-270.000000%29%20translate%28-12.200000%2C%20-12.000000%29%20%22%20x%3D%2211.2%22%20y%3D%224%22%20width%3D%222%22%20height%3D%2216%22%20rx%3D%221%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E)}.sg-editor-content.is-accordion{border-bottom:1px solid #000;max-height:0;overflow:hidden;-webkit-transition:all 0.2s ease-in-out 0s;-moz-transition:all 0.2s ease-in-out 0s;-o-transition:all 0.2s ease-in-out 0s;transition:all 0.2s ease-in-out 0s}.sg-editor-content.is-accordion.expanded{padding-bottom:40px}.sg-image.standalone{display:flex;justify-content:center}.sg-image.standalone .image-mobile{display:none}.sg-bottom-footer{position:absolute;bottom:-55px;width:100%;display:flex;padding-bottom:25px}.sg-bottom-footer .sg-bg-logo{height:60px;width:calc((100% - 1438px) / 2);background-color:#e30613}.sg-bottom-footer .sg-logo-wrapper{background-image:linear-gradient(to right,#e30613,#e30613 65px,transparent 65px);padding-left:65px;height:60px}.sg-bottom-footer .sg-logo-wrapper .sg-logo{height:60px;width:auto}.ie-notice{display:none}}.app_more_component_cookiebanner{position:fixed;left:0;bottom:0;width:100%;z-index:9999;background:#fff;padding:20px 0;display:none}.app_more_component_cookiebanner.visible{display:block}.app_more_component_cookiebanner .cookiebanner-infobox{width:100%;text-align:center}.app_more_component_cookiebanner .cookiebanner-infobox p{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;color:#3f3f31;font-size:20px;line-height:32px;font-size:1.25em;display:inline-block;max-width:40%;margin:0}.app_more_component_cookiebanner .cookiebanner-button{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Bold",Arial,Helvetica,sans-serif;font-size:1.25em;position:absolute;right:30px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);text-align:center;padding:14px 25px;background:linear-gradient(90deg,#076f32 0%,#6ca416 100%);border-radius:calc(1em + 14px);color:#fff}.app_more_component_cookiebanner .cookiebanner-button:hover{background:none;background-color:#6ca416!important}.app_more_component_accessibility{position:fixed;top:0;margin:0;padding:0;left:-32768px;z-index:1000;width:100%;list-style-type:none}.app_more_component_accessibility .fm_hide_accessible:active,.app_more_component_accessibility .fm_hide_accessible:focus{position:static;overflow:visible;top:auto;left:auto;width:auto;height:auto;position:absolute;left:32768px;top:0;outline:0 none;width:100%;color:#fff;background:#000;border-bottom:1px #000 solid;padding:10px 0;text-align:center;text-decoration:none}.app_core_form_file_wrapper.advanced .progress{min-height:5px;width:100%;background-color:lightgray}.app_core_form_file_wrapper.advanced .progress.uploading{background-color:red}.app_core_form_file_wrapper.advanced .progress.uploading.uploaded{background-color:green}.app_core_form_file_wrapper .input_wrapper{width:100%}.app_core_form_file_wrapper .list li{padding:5px}.app_core_form_file_wrapper .list span{padding-right:5px}.fm--form .fm--form__inputtype{margin-bottom:1.5em}.fm--form .inputtype_app_core_form_select .fm--form__canvas{padding:0}.fm--form legend dt,.fm--form fieldset dt,.fm--form legend dd,.fm--form fieldset dd,.fm--form legend p,.fm--form fieldset p,.fm--form legend li,.fm--form fieldset li,.fm--form legend h3,.fm--form fieldset h3,.fm--form legend h1,.fm--form fieldset h1,.fm--form legend td,.fm--form fieldset td{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-size:1em;line-height:1.25em}.fm--form legend dt.title,.fm--form fieldset dt.title,.fm--form legend dd.title,.fm--form fieldset dd.title,.fm--form legend p.title,.fm--form fieldset p.title,.fm--form legend li.title,.fm--form fieldset li.title,.fm--form legend h3.title,.fm--form fieldset h3.title,.fm--form legend h1.title,.fm--form fieldset h1.title,.fm--form legend td.title,.fm--form fieldset td.title,.fm--form legend dt strong,.fm--form fieldset dt strong,.fm--form legend dd strong,.fm--form fieldset dd strong,.fm--form legend p strong,.fm--form fieldset p strong,.fm--form legend li strong,.fm--form fieldset li strong,.fm--form legend h3 strong,.fm--form fieldset h3 strong,.fm--form legend h1 strong,.fm--form fieldset h1 strong,.fm--form legend td strong,.fm--form fieldset td strong{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Bold",Arial,Helvetica,sans-serif}.fm--form legend dt strong,.fm--form fieldset dt strong,.fm--form legend dd strong,.fm--form fieldset dd strong,.fm--form legend p strong,.fm--form fieldset p strong,.fm--form legend li strong,.fm--form fieldset li strong,.fm--form legend h3 strong,.fm--form fieldset h3 strong,.fm--form legend h1 strong,.fm--form fieldset h1 strong,.fm--form legend td strong,.fm--form fieldset td strong{font-style:inherit}.fm--form legend dt a,.fm--form fieldset dt a,.fm--form legend dd a,.fm--form fieldset dd a,.fm--form legend p a,.fm--form fieldset p a,.fm--form legend li a,.fm--form fieldset li a,.fm--form legend h3 a,.fm--form fieldset h3 a,.fm--form legend h1 a,.fm--form fieldset h1 a,.fm--form legend td a,.fm--form fieldset td a{font-size:1em;font-weight:inherit;font-style:inherit}.fm--form legend dt,.fm--form fieldset dt{font-weight:700}.fm--form legend dd,.fm--form fieldset dd{margin:0 0 1.1em 0}.fm--form legend dl,.fm--form fieldset dl{margin:0}.fm--form legend ul,.fm--form fieldset ul,.fm--form legend ol,.fm--form fieldset ol{margin:0 0 0 1.25em}.fm--form legend ul,.fm--form fieldset ul{list-style:disc}.fm--form legend ol,.fm--form fieldset ol{list-style:decimal}.fm--form legend li,.fm--form fieldset li{margin-bottom:.75em;padding-left:1em;margin-left:0}.fm--form legend p,.fm--form fieldset p,.fm--form legend ul,.fm--form fieldset ul,.fm--form legend ol,.fm--form fieldset ol,.fm--form legend dl,.fm--form fieldset dl{margin-bottom:1.1em}.fm--form legend p:last-child,.fm--form fieldset p:last-child,.fm--form legend ul:last-child,.fm--form fieldset ul:last-child,.fm--form legend ol:last-child,.fm--form fieldset ol:last-child,.fm--form legend dl:last-child,.fm--form fieldset dl:last-child{margin-bottom:0}.fm--form legend ul.assets,.fm--form fieldset ul.assets{list-style-type:none;margin-left:0}.fm--form legend ul.assets li,.fm--form fieldset ul.assets li{padding:0}.fm--form .fm--form-radiogroup:after{content:'';display:block;clear:both}.fm--form .fm--form-radiogroup input{width:auto}.fm--form .fm--form__inputtype>fieldset{margin-bottom:1.5em;border-radius:5px}.fm--form .required_form_key+.fm--form__inputtype{visibility:hidden;display:block;position:absolute;height:0;width:0}.fm--form .fm--form-buttons input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.fm--form .fm--form-buttons:after{content:'';clear:both;display:block}.fm--form .message_box{padding-bottom:14px}.fm--form .message_box dt,.fm--form .message_box dd,.fm--form .message_box p,.fm--form .message_box li,.fm--form .message_box h3,.fm--form .message_box h1,.fm--form .message_box td{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-size:1em;line-height:1.25em}.fm--form .message_box dt.title,.fm--form .message_box dd.title,.fm--form .message_box p.title,.fm--form .message_box li.title,.fm--form .message_box h3.title,.fm--form .message_box h1.title,.fm--form .message_box td.title,.fm--form .message_box dt strong,.fm--form .message_box dd strong,.fm--form .message_box p strong,.fm--form .message_box li strong,.fm--form .message_box h3 strong,.fm--form .message_box h1 strong,.fm--form .message_box td strong{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Bold",Arial,Helvetica,sans-serif}.fm--form .message_box dt strong,.fm--form .message_box dd strong,.fm--form .message_box p strong,.fm--form .message_box li strong,.fm--form .message_box h3 strong,.fm--form .message_box h1 strong,.fm--form .message_box td strong{font-style:inherit}.fm--form .message_box dt a,.fm--form .message_box dd a,.fm--form .message_box p a,.fm--form .message_box li a,.fm--form .message_box h3 a,.fm--form .message_box h1 a,.fm--form .message_box td a{font-size:1em;font-weight:inherit;font-style:inherit}.fm--form .message_box dt{font-weight:700}.fm--form .message_box dd{margin:0 0 1.1em 0}.fm--form .message_box dl{margin:0}.fm--form .message_box ul,.fm--form .message_box ol{margin:0 0 0 1.25em}.fm--form .message_box ul{list-style:disc}.fm--form .message_box ol{list-style:decimal}.fm--form .message_box li{margin-bottom:.75em;padding-left:1em;margin-left:0}.fm--form .message_box p,.fm--form .message_box ul,.fm--form .message_box ol,.fm--form .message_box dl{margin-bottom:1.1em}.fm--form .message_box p:last-child,.fm--form .message_box ul:last-child,.fm--form .message_box ol:last-child,.fm--form .message_box dl:last-child{margin-bottom:0}.fm--form .message_box ul.assets{list-style-type:none;margin-left:0}.fm--form .message_box ul.assets li{padding:0}.fm--form *::-webkit-input-placeholder{color:#eeefea}.fm--form *:-moz-placeholder{color:#eeefea;opacity:1}.fm--form *::-moz-placeholder{color:#eeefea;opacity:1}.fm--form *:-ms-input-placeholder{color:#eeefea}.fm--form *::-ms-input-placeholder{color:#eeefea}.fm--form *::placeholder{color:#eeefea;opacity:1}#raffleform{padding-top:140px;margin-top:-140px}.fm--form .fm--form__label{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Bold",Arial,Helvetica,sans-serif;font-size:1.25em;line-height:1.4em;padding-bottom:8px}.fm--form .error .message_box{position:absolute;top:-32768px;left:-32768px}.fm--form .inputtype_app_core_form_radiogroup .fm--form__legend,.fm--form .fm--form__inputtype-core-optionlist .fm--com-svg,.fm--form .fm--form__inputtype-core-keyvalue .fm--com-svg{display:none}.fm--form .fm--form-radiogroup__item .bx--checkbox-label,.fm--form .fm--form__inputtype-core-checkbox .bx--checkbox-label{position:relative;top:auto;left:auto;padding-left:16px;width:calc(100% - 42px);font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400}.fm--form .fm--form-radiogroup__item .fm--form__canvas,.fm--form .fm--form__inputtype-core-checkbox .fm--form__canvas{display:flex;flex-wrap:wrap}.fm--form .fm--form-radiogroup__item .fm--form__error,.fm--form .fm--form__inputtype-core-checkbox .fm--form__error{margin-left:40px}.fm--form .fm--form-radiogroup__item input,.fm--form .fm--form__inputtype-core-checkbox input{padding:0;margin:-2px 0 0;width:24px;height:24px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}.fm--form .inputtype_app_core_form_radiogroup .fm--form-radiogroup__item{align-items:flex-start}.fm--form .inputtype_app_core_form_radiogroup input{margin-top:4px!important}.fm--form .inputtype_app_core_form_radiogroup .fm--form__error{margin-left:42px}.fm--form .fm--form-radiogroup__item label{position:relative;top:-8px;left:auto;font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;color:#3f3f31;font-size:20px;line-height:32px;padding-left:10px}.fm--form .has-error .fm--form__label{color:#cf0000}.fm--form .has-error .fm--form__label a{color:#cf0000}.fm--form .has-error .fm--form__label a:hover{color:#076f32}.fm--form .has-error input{margin:0;border:2px solid #cf0000;background-color:#edd7d4}.fm--form .has-error input[type="checkbox"]:checked,.fm--form .has-error input[type="radio"]:checked{border:2px solid transparent}.fm--form input,.fm--form select{-webkit-appearance:none;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;border-radius:10px;padding:14px 16px;max-width:calc(100% - 34px);width:100%;background-color:#eeefea;font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-size:1.25em;line-height:1.4em;border:1px solid #7f7f7f;margin:1px}.fm--form input:focus,.fm--form select:focus{margin:0;border:2px solid #076f32}.fm--form select{background-image:url(/admin/app/ams/theme/nms/css/../img/ctrl-down.svg);background-position:calc(100% - 7px) center;background-size:24px 24px;background-repeat:no-repeat}.fm--form input[type="checkbox"]:focus,.fm--form input[type="radio"]:focus{margin:-2px 0 0;border:1px solid #7f7f7f}.fm--form input[type="checkbox"]:checked,.fm--form input[type="radio"]:checked{background-image:url(/admin/app/ams/theme/nms/css/../img/checkbox.svg);background-repeat:no-repeat;border:1px solid transparent}.fm--form input[type="checkbox"]:checked:focus,.fm--form input[type="radio"]:checked:focus{margin:-2px 0 0;border:1px solid transparent}.fm--form *::-webkit-input-placeholder{color:#3f3f31}.fm--form *:-moz-placeholder{color:#3f3f31;opacity:1}.fm--form *::-moz-placeholder{color:#3f3f31;opacity:1}.fm--form *:-ms-input-placeholder{color:#3f3f31}.fm--form *::-ms-input-placeholder{color:#3f3f31}.fm--form *::placeholder{color:#3f3f31;opacity:1}.fm--form .fm--form-buttons{margin-top:1.25em;display:flex;justify-content:flex-end}.fm--form .fm--form-buttons button{min-width:272px;padding:14px 25px;background:linear-gradient(90deg,#076f32 0%,#6ca416 100%);border-radius:calc(1em + 14px);display:inline-block;font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Bold",Arial,Helvetica,sans-serif;font-size:1.25em;line-height:1.4em;color:#fff;cursor:pointer;border:none}.fm--form .fm--form-buttons button:hover{background:none;background-color:#6ca416!important}.fm--form .fm--form__error{padding:8px 0 0 0}.fm--form .fm--form__error ul{margin:0}.fm--form .fm--form__error li{font-size:1em;line-height:1.5em;color:#cf0000;margin:0}.fm--form .message_box{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;color:#3f3f31;font-size:20px;line-height:32px}.fm--form .bx--tile--space{display:flex;flex-wrap:wrap}.fm--form .bx--tile--space .fm--form__row{width:100%}.fm--form .fm--form__inputtype:not(.is-required) .fm--form__label:after{content:'(optional)';font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400}.fm--form-raffleform .fm--form__elements .fm--form__row:nth-child(2),.fm--form-raffleform .fm--form__elements .fm--form__row:nth-child(7){max-width:calc(50% - 17px);margin-right:17px}.fm--form-raffleform .fm--form__elements .fm--form__row:nth-child(8){max-width:calc(50% - 17px);margin-left:17px}.app_ams_component_nmsnewsletter .fm--form__elements .fm--form__row .fm--form__inputtype-core-keyvalue{max-width:calc(50% - 17px);margin-right:17px}.app_ams_component_nmsnewsletter .fm--form__elements .fm--form__row .fm--form__inputtype-core-keyvalue select{max-width:none}.nms-success-story .even:last-child .ym-wbox,.nms-success-story .odd:last-child .ym-wbox{padding-bottom:173px}.nms-success-story .even .ym-wbox{padding:128px 0 45px 64px}.nms-success-story .even .ym-gbox{display:flex}.nms-success-story .even img{right:0}.nms-success-story .odd .ym-wbox{padding:128px 64px 45px 0}.nms-success-story .odd .ym-gbox{display:flex;flex-direction:row-reverse}.nms-success-story .odd img{left:0}.nms-success-story .odd .nms-box-wrapper{right:0}.nms-success-story .odd .nms-box-wrapper .nms-box{margin:80px 80px 80px calc(18% + 80px)}.nms-success-story .ym-gbox{position:relative;padding:0}.nms-success-story img{position:absolute;max-width:50%;z-index:2;width:100%}.nms-success-story .nms-box-wrapper{position:relative;width:61%;background-color:#fff;z-index:1;margin-top:80px}.nms-success-story .nms-box-wrapper .nms-box{margin:80px calc(18% + 80px) 80px 80px}.nms-success-story .nms-link{display:inline-block;margin-top:40px}.nms-success-story h2{margin-bottom:40px}.sg-box.full-width,.sg-box.app_ams_component_rafflecalltoaction{max-width:initial;padding:0;width:calc(100% + 64px);position:relative}.sg-box.full-width.full-width--right,.sg-box.app_ams_component_rafflecalltoaction.full-width--right{padding-left:112px;width:calc(100% - 112px + 64px)}.sg-box.app_ams_component_rafflecalltoaction .ams-cta-wrapper{background:linear-gradient(90deg,#076f32 0%,#6ca416 100%);padding:80px 110px;display:flex;color:#fff}.sg-box.app_ams_component_rafflecalltoaction .ams-cta-wrapper a{color:#fff}.sg-box.app_ams_component_rafflecalltoaction .ams-cta-wrapper a:hover{text-decoration:none}.sg-box.app_ams_component_rafflecalltoaction .ams-cta-wrapper .ams-cta-left,.sg-box.app_ams_component_rafflecalltoaction .ams-cta-wrapper .ams-cta-right{width:50%}.sg-box.app_ams_component_rafflecalltoaction .ams-cta-wrapper .ams-cta-left{margin-right:20px}.sg-box.app_ams_component_rafflecalltoaction .ams-cta-wrapper .ams-cta-right{margin-left:20px}.sg-box.app_ams_component_rafflecalltoaction .ams-cta-wrapper .sg-button{padding:11px 12px;background-color:#fff;border:3px solid #fff;border-radius:calc(1em + 14px);display:inline-block;color:#076f32;min-width:270px;text-align:center}.sg-box.app_ams_component_rafflecalltoaction .ams-cta-wrapper .sg-button:hover{background-color:transparent;color:#fff}.sg-box.app_ams_component_rafflecalltoaction .ams-cta-wrapper .beelong-logo{margin-top:32px;display:block}.sg-box.app_ams_component_rafflecalltoaction .ams-cta-wrapper .beelong-logo img{max-width:270px}.full-width.full-width--right .image-wrapper{max-width:initial!important}.full-width.full-width--right .image-wrapper .sg-image img{width:100%}.full-width.full-width--right .ams-slider.visible .ams-slide{visibility:visible!important;height:100%!important}.full-width.full-width--right .ams-slider .ams-slide{width:100%;visibility:visible}.full-width.full-width--right .ams-slider .ams-slide:not(:first-child){visibility:hidden}.full-width.full-width--right .ams-slider .flickity-page-dots{display:none}.full-width.full-width--right .ams-slider .flickity-counter{position:absolute;top:468px;min-height:calc(100% - 468px);background-color:#eeefea;z-index:1}.full-width.full-width--right .ams-slider .ams-slide{max-width:752px;margin:0 16px;width:100%}.full-width.full-width--right .ams-slider .ams-slide.is-selected .sg-caption{opacity:1}.full-width.full-width--right .ams-slider .ams-slide .sg-caption{opacity:0;line-height:1.5em;padding:16px 0 0 112px;-webkit-transition:opacity 0.5s ease-in-out 0s;-moz-transition:opacity 0.5s ease-in-out 0s;-o-transition:opacity 0.5s ease-in-out 0s;transition:opacity 0.5s ease-in-out 0s}.full-width.full-width--right .ams-slider .ams-slide .sg-image img{width:100%}.full-width.full-width--right .ams-slider .ams-slide.ams-video .sg-image{position:relative;width:100%;padding-top:60%}.full-width.full-width--right .ams-slider .ams-slide.ams-video .sg-image video{position:absolute;width:100%;top:0}.full-width.full-width--right .ams-slider .flickity-prev-next-button{position:absolute;cursor:pointer;background-repeat:no-repeat!important;background-size:28px 18px!important;background-color:transparent;border-radius:unset;width:28px;height:18px;top:480px}.full-width.full-width--right .ams-slider .flickity-prev-next-button:hover{background-color:transparent!important}.full-width.full-width--right .ams-slider .flickity-prev-next-button:active{opacity:1!important}.full-width.full-width--right .ams-slider .flickity-prev-next-button svg{display:none}.full-width.full-width--right .ams-slider .flickity-prev-next-button.previous{left:auto;right:114px;background-image:url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2232px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2032%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3ENmS%2F01%20style%2Ficons%2Farrow-left%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22NmS%2F01-style%2Ficons%2Farrow-left%22%20stroke%3D%22%230a0908%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22arrow-right%22%20transform%3D%22translate%2816.000000%2C%2012.000000%29%20scale%28-1%2C%201%29%20translate%28-16.000000%2C%20-12.000000%29%20translate%282.000000%2C%203.000000%29%22%20stroke%3D%22%230a0908%22%20stroke-width%3D%222%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%229%22%20x2%3D%2228%22%20y2%3D%229%22%20id%3D%22Path%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Path%22%20points%3D%2219%200%2028%209%2019%2018%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E)}.full-width.full-width--right .ams-slider .flickity-prev-next-button.next{right:64px;background-image:url(data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2232px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2032%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3ENmS%2F01%20style%2Ficons%2Farrow-right%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22NmS%2F01-style%2Ficons%2Farrow-right%22%20stroke%3D%22%230a0908%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22arrow-right%22%20transform%3D%22translate%282.000000%2C%203.000000%29%22%20stroke%3D%22%230a0908%22%20stroke-width%3D%222%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%229%22%20x2%3D%2228%22%20y2%3D%229%22%20id%3D%22Path%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolyline%20id%3D%22Path%22%20points%3D%2219%200%2028%209%2019%2018%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E)}.full-width.full-width--right .ams-slider .flickity-prev-next-button:hover{box-shadow:none;background-color:#3f3f31}.full-width.full-width--right .player{height:calc(100% - 2px)}.beelongwidget #beelong{background-color:#eeefea}.beelongwidget #beelong .ym-wbox{padding:0 64px;margin-bottom:128px}.beelongwidget #beelong .ams-beelong{width:calc(100% + 64px)}.beelongwidget #beelong .ams-beelong #beelong-nav .infos .title{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Black",Arial,Helvetica,sans-serif}.beelongwidget #beelong .ams-beelong .header h2{color:#0a0908;font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Black",Arial,Helvetica,sans-serif;font-size:48px;line-height:56px}.beelongwidget #beelong .ams-beelong p,.beelongwidget #beelong .ams-beelong ul,.beelongwidget #beelong .ams-beelong ol,.beelongwidget #beelong .ams-beelong li,.beelongwidget #beelong .ams-beelong dt,.beelongwidget #beelong .ams-beelong dd{font-size:20px;line-height:28px}.beelongwidget #beelong .ams-beelong p>a{font-size:20px;line-height:28px;color:#0a0908;text-decoration:underline}.beelongwidget #beelong .ams-beelong p>a:hover{color:#076f32;text-decoration:underline}.beelongwidget #beelong .ams-beelong .bold{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Bold",Arial,Helvetica,sans-serif}.beelongwidget #beelong .ams-beelong .list li:before{background-size:30px 20px;background-position:-8px 4px}.beelongwidget #beelong .ams-beelong .sg-file::before{background-position:0 0;background-size:25px 16px;width:25px;height:16px}.beelongwidget #beelong .ams-beelong .beelong-description h4,.beelongwidget #beelong .ams-beelong .beelong-description .beelong-description-title{color:#0a0908;font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Bold",Arial,Helvetica,sans-serif;font-size:1.5em;line-height:1.33333333em}.beelongwidget #beelong .ams-beelong .beelong-description p,.beelongwidget #beelong .ams-beelong .beelong-description ul,.beelongwidget #beelong .ams-beelong .beelong-description ol{margin-bottom:40px}.beelongwidget #beelong .ams-beelong .beelong-description p:last-child,.beelongwidget #beelong .ams-beelong .beelong-description ul:last-child,.beelongwidget #beelong .ams-beelong .beelong-description ol:last-child{margin-bottom:0}.beelongwidget #beelong .ams-beelong .beelong-description ul{display:table;margin-top:-16px;border-spacing:0 16px;margin-left:0}.beelongwidget #beelong .ams-beelong .beelong-description ul li{display:table-row}.beelongwidget #beelong .ams-beelong .beelong-description ul li:before{content:"–";position:relative;font-size:1em;text-align:center;display:table-cell;width:2em}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.ie-notice{display:block;position:fixed;padding:24px 0;bottom:0;z-index:100;background-color:#cf0000;width:100%;text-align:center}.ie-notice p{color:#fff;font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Bold",Arial,Helvetica,sans-serif;font-size:1.5em;line-height:.94117647em}.ie-notice p>a{color:#fff}.ie-notice p>a:hover,.ie-notice p>a:focus{color:#076f32}}@media screen and (max-width:1440px){#header.sticky .header-background{background-image:none;background-color:#fff}}@media screen and (max-width:1160px){.lang-nav{left:auto;right:230px}}@media screen and (max-width:1024px){#main{margin-top:200px}#header .lang-nav,#header #main-nav{display:none}#header .ym-wbox{padding:0}#header .ym-wbox .logo{width:96px;right:initial;left:28px}#header.sticky .logo{width:64px}#header.sticky #nav-toggle-container-mobile{background-color:#fff}#header.sticky .header-background{-webkit-transition:opacity 0.2s ease-in-out 0s;-moz-transition:opacity 0.2s ease-in-out 0s;-o-transition:opacity 0.2s ease-in-out 0s;transition:opacity 0.2s ease-in-out 0s;height:96px}#nav-toggle-container-mobile{display:block;position:absolute;height:96px;width:96px;right:0;top:0;z-index:3;-webkit-transition:background-color 0.3s ease-in-out 0s;-moz-transition:background-color 0.3s ease-in-out 0s;-o-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s}#nav-toggle-container-mobile #toggle-text{position:absolute;top:-32768px;left:-32768px}.burger{position:relative;top:33px;left:33px;height:30px;width:30px;cursor:pointer}.burger a.nav-toggle{height:100%;width:100%;display:block;-webkit-transition:height 0.3s ease-out 0.1s;-moz-transition:height 0.3s ease-out 0.1s;-o-transition:height 0.3s ease-out 0.1s;transition:height 0.3s ease-out 0.1s}.burger a.nav-toggle .middle-border,.burger a.nav-toggle:after,.burger a.nav-toggle:before{display:block;height:2px;background-color:#3f3f31;position:absolute;width:100%;left:0;content:'';-webkit-transition:top 0.2s ease-out 0.2s,transform 0.2s ease-out 0s;-moz-transition:top 0.2s ease-out 0.2s,transform 0.2s ease-out 0s;-o-transition:top 0.2s ease-out 0.2s,transform 0.2s ease-out 0s;transition:top 0.2s ease-out 0.2s,transform 0.2s ease-out 0s}.burger a.nav-toggle .middle-border{height:2px;top:14px}.burger a.nav-toggle:before{top:6px}.burger a.nav-toggle:after{top:22px}.nav-visible #color-overlay{display:block;width:100%;height:100%;position:fixed;left:0;top:0;z-index:1;background:rgba(83,82,82,.7)}.nav-visible#body{overflow:hidden;width:calc(100% - 16px)}.nav-visible #header{overflow-y:scroll;height:100vh}.nav-visible #header .header-background{position:absolute;right:0;z-index:0;opacity:1;background-color:#fff;transition:initial}.nav-visible .burger a.nav-toggle{height:0}.nav-visible .burger a.nav-toggle:after,.nav-visible .burger a.nav-toggle:before{top:15px;-webkit-transition:top 0.2s ease-out 0s,transform 0.2s ease-out 0.2s;-moz-transition:top 0.2s ease-out 0s,transform 0.2s ease-out 0.2s;-o-transition:top 0.2s ease-out 0s,transform 0.2s ease-out 0.2s;transition:top 0.2s ease-out 0s,transform 0.2s ease-out 0.2s}.nav-visible .burger a.nav-toggle .middle-border{opacity:0}.nav-visible .burger a.nav-toggle:before{-webkit-transform:rotateZ(45deg);-moz-transform:rotateZ(45deg);-ms-transform:rotateZ(45deg);-o-transform:rotateZ(45deg);transform:rotateZ(45deg)}.nav-visible .burger a.nav-toggle:after{-webkit-transform:rotateZ(-45deg);-moz-transform:rotateZ(-45deg);-ms-transform:rotateZ(-45deg);-o-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}.nav-visible .nms-mobile-nav{position:relative;top:initial;left:initial;opacity:1;display:inline-block;width:235px;margin-left:calc(100% - 235px);padding-top:104px;background-color:#fff;z-index:2}.nav-visible .nms-mobile-nav li{position:relative;margin:0 28px 24px 40px}.nav-visible .nms-mobile-nav li a{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;color:#0a0908;font-size:1.5em;line-height:1.33333333em}.nav-visible .nms-mobile-nav .lang-nav{display:block!important;position:relative;right:auto;top:auto}.nav-visible .nms-mobile-nav .lang-nav ul{margin:0 28px 44px 40px}.nav-visible .nms-mobile-nav .lang-nav ul li{margin:0 6px}.nav-visible .nms-mobile-nav .lang-nav ul li span{font-size:16px;line-height:24px}.nav-visible .nms-mobile-nav .lang-nav ul li:first-child{margin-left:0}.nav-visible .nms-mobile-nav #mobile-nav{margin-bottom:40px}.nav-visible .nms-mobile-nav #mobile-nav a .wrapper{padding:0 10px;display:block}.nav-visible .nms-mobile-nav #mobile-nav>ul{margin:0}.nav-visible .nms-mobile-nav #mobile-nav>ul>li.last>a{border-bottom:none}.nav-visible .nms-mobile-nav #mobile-nav>ul>li:hover>a,.nav-visible .nms-mobile-nav #mobile-nav>ul>li:focus>a{color:#076f32;border-bottom:1px solid #076f32!important}.nav-visible .nms-mobile-nav #mobile-nav>ul>li.active>a,.nav-visible .nms-mobile-nav #mobile-nav>ul>li.desc_active>a{font-family:"RebrandTxt-Regular",Arial,Helvetica,sans-serif;font-style:normal;font-weight:400;font-family:"RebrandTxt-Bold",Arial,Helvetica,sans-serif;border-bottom:1px solid #0a0908}.nms-home h1{font-size:3em;line-height:1.16666667em}h1{font-size:2.5em;line-height:1.2em}.sg-title3,h2{font-size:2em;line-height:1.25em}.ams-cta-right .italic,.sg-editor-content .italic{font-size:1.625em;line-height:1.30769231em}.sg-assets li a,.sg-box .button a,.sg-box.app_ams_component_rafflecalltoaction .ams-cta-wrapper .sg-button,.ams-cta-right,.sg-editor-content{font-size:1em;line-height:1.5em}.sg-box ul.checked li{font-size:20px;line-height:1.4em}.fm--form .fm--form__label,.fm--form input,.fm--form select{font-size:1em;line-height:1.25em}.nms-fact-wrapper .nms-fact .nms-value{font-size:4.5em;line-height:1.11111111em}.has-accordion,.two-column-layout .ym-g45 .ym-gbox h2,.nms-fact-wrapper .nms-fact .nms-description{font-size:1.5em;line-height:1.33333333em}.sg-lead,#footer .nms-footer ul li a{font-size:1.25em;line-height:1.4em}.fm--form .fm--form__error p,.flickity-counter,.sg-copyright,.sg-caption{font-size:.875em;line-height:1.42857143em}.sg-copyright,.sg-caption{padding-top:8px}.sg-box h2{margin-bottom:24px}.sg-box ul.checked li{margin-bottom:16px}.beelongwidget #beelong .ams-beelong{width:100%}.beelongwidget #beelong .ams-beelong .header h2{max-width:initial;font-size:2em;line-height:1.25em}.beelongwidget #beelong .ams-beelong #beelong-nav .infos .title{font-size:1.25em;line-height:1.4em}.beelongwidget #beelong .ams-beelong .sg-g25 .sg-title,.beelongwidget #beelong .ams-beelong #beelong-nav .infos .text,.beelongwidget #beelong .ams-beelong p,.beelongwidget #beelong .ams-beelong ul,.beelongwidget #beelong .ams-beelong ol,.beelongwidget #beelong .ams-beelong li,.beelongwidget #beelong .ams-beelong dt,.beelongwidget #beelong .ams-beelong dd{font-size:1em;line-height:1.5em}.beelongwidget #beelong .ams-beelong .beelong-description p,.beelongwidget #beelong .ams-beelong .beelong-description ul,.beelongwidget #beelong .ams-beelong .beelong-description ol{margin-bottom:20px}.beelongwidget #beelong .ym-wbox{padding:0 28px;margin-bottom:80px}#footer{background-color:#fff;background-image:initial}#footer .ym-wrapper{width:calc(100% - 80px);margin-left:0}#footer .ym-wrapper .ym-wbox{padding:80px 48px 78px 28px}#footer .footer-wrapper{display:initial}#footer .nms-partner{margin:48px 0 0 0;display:block}#footer .nms-partner .nms-category{margin:0 0 32px 0}#footer .nms-partner .nms-category:last-child{margin-bottom:0}.ym-wbox{padding:0 28px}.ym-wbox .ym-wbox{padding:0}.sg-box,.sg-lead,.sg-header-left{padding:0}.sg-box.full-width,.sg-header,.sg-box.app_ams_component_rafflecalltoaction{width:calc(100% + 28px)}.sg-box.full-width.full-width--right{padding-left:0;width:calc(100% + 28px)}.sg-header,.nms-home .sg-box{margin-bottom:80px}.sg-bottom-footer .sg-logo-wrapper{background-image:linear-gradient(to right,#e30613,#e30613 28px,transparent 28px);padding-left:28px}}@media screen and (max-width:900px){.full-width.full-width--right .ams-slider .flickity-counter{min-height:initial;top:calc((100vw - 112px - 28px) * 3 / 5)}.full-width.full-width--right .ams-slider .flickity-prev-next-button{top:calc((100vw - 112px - 28px + 12px) * 3 / 5)}.full-width.full-width--right .ams-slider .flickity-prev-next-button.previous{right:94px}.full-width.full-width--right .ams-slider .flickity-prev-next-button.next{right:44px}.full-width.full-width--right .ams-slider .ams-slide{max-width:calc(100% - 128px)}.beelongwidget #beelong .ams-beelong .beelong-description .beelong-description-content{padding-right:0}}@media screen and (max-width:767px){.full-width.full-width--right .ams-slider .flickity-counter{min-height:initial;top:calc((100vw - 28px - 12px - 84px + 20px) * 3 / 5)}.full-width.full-width--right .ams-slider .flickity-prev-next-button{background-size:16px 10px!important;background-position:4px 6px;width:24px;height:24px;top:calc((100vw - 28px - 12px - 84px + 36px) * 3 / 5)}.full-width.full-width--right .ams-slider .flickity-prev-next-button.previous{right:55px}.full-width.full-width--right .ams-slider .flickity-prev-next-button.next{right:28px}.full-width.full-width--right .ams-slider .ams-slide{margin:0 6px;max-width:calc(100% - 80px)}.full-width.full-width--right .ams-slider .ams-slide .sg-caption{padding:32px 0 0 0;margin:0}.sg-header{width:calc(100% + 56px);margin-left:-28px}.sg-header .sg-copyright{padding:8px 28px 0}.sg-box.full-width,.ym-g60{width:100%}.sg-box.full-width.full-width--right{width:100%}.sg-header-left,.sg-lead,.sg-box p,.sg-box h2,.italic{max-width:initial}.sg-header-left{margin-bottom:24px}.sg-lead p{margin-bottom:32px}.sg-editor-content.is-accordion{padding-right:52px}.sg-box.accordion p,.sg-box.accordion .italic,.sg-box.accordion h2{margin-right:0}.sg-box ul.checked li{width:100%;margin-right:0}.sg-box.app_ams_component_rafflecalltoaction{width:100%}.sg-box.app_ams_component_rafflecalltoaction .ams-cta-wrapper{padding:40px;flex-wrap:wrap}.sg-box.app_ams_component_rafflecalltoaction .ams-cta-wrapper .beelong-logo{margin-top:24px}.sg-box.app_ams_component_rafflecalltoaction .ams-cta-wrapper .ams-cta-right{margin-left:0}.sg-box.app_ams_component_rafflecalltoaction .ams-cta-wrapper .ams-cta-left{margin-right:0;margin-bottom:24px}.sg-box.app_ams_component_rafflecalltoaction .ams-cta-wrapper .ams-cta-left,.sg-box.app_ams_component_rafflecalltoaction .ams-cta-wrapper .ams-cta-right{width:100%}.nms-teaser .nms-teaser-right{position:relative;width:100%}.nms-teaser .nms-teaser-left{padding-top:0;width:100%}.nms-teaser .nms-teaser-left .nms-outer-box{padding:40px 40px 64px 40px}.nms-teaser .nms-teaser-left .nms-inner-box{width:100%;justify-content:initial;min-height:initial}.nms-teaser .nms-teaser-left .nms-inner-box p,.nms-teaser .nms-teaser-left .nms-inner-box h2{margin-right:0}.nms-fact-wrapper{margin-bottom:48px}.nms-fact-wrapper .nms-fact{width:100%;margin-bottom:32px}.nms-fact-wrapper .nms-fact:first-child{margin-top:24px}.nms-fact-wrapper .nms-fact:last-child{margin-bottom:0}.nms-success-story{margin-top:48px}.nms-success-story h2{margin-bottom:32px}.nms-success-story .nms-link{margin-top:24px}.nms-success-story .odd .ym-wbox,.nms-success-story .even .ym-wbox{padding:0 0 80px 0!important}.nms-success-story .even .ym-gbox{display:initial}.nms-success-story img{position:relative;width:calc(100% - 56px);margin:0 28px;max-width:initial}.nms-success-story .odd .ym-gbox{display:initial}.nms-success-story .odd .nms-box-wrapper .nms-box{margin:0;padding:40px 40px 64px 40px}.nms-success-story .nms-box-wrapper{width:calc(100% - 56px);margin:0 28px}.nms-success-story .nms-box-wrapper .nms-box{margin:0;padding:40px 40px 64px 40px}.two-column-layout .ym-g55,.two-column-layout .ym-g45{width:100%}.two-column-layout.layout2 .ym-g55 .ym-gbox{margin-right:0}.two-column-layout.layout2 .ym-g45 .ym-gbox{padding:40px}.two-column-layout .ym-g55 .ym-gbox{margin-right:0;margin-bottom:48px}.two-column-layout .ym-g45 .ym-gbox{width:calc(100% - (40px * 2));margin:0;padding:40px}.two-column-layout .ym-g45 .ym-gbox h2{margin:16px 0}.two-column-layout .image-wrapper,.two-column-layout .sg-editor-content,.two-column-layout .sg-assets{margin-bottom:48px}.two-column-layout .image-wrapper:last-child,.two-column-layout .sg-editor-content:last-child,.two-column-layout .sg-assets:last-child{margin-bottom:0}.sg-box{margin-bottom:80px}.sg-box ul,.sg-box p{margin-bottom:16px}.ams-cta-right ul:not(.checked),.sg-editor-content ul:not(.checked){margin-top:-8px;border-spacing:0 8px}.fm--form-raffleform .fm--form__elements .fm--form__row:nth-child(7),.fm--form-raffleform .fm--form__elements .fm--form__row:nth-child(2),.fm--form-raffleform .fm--form__elements .fm--form__row:nth-child(6){max-width:initial;margin:0}.fm--form-raffleform .fm--form__elements select{max-width:initial}.app_ams_component_nmsnewsletter .fm--form__elements .fm--form__row .inputtype_app_core_form_select{max-width:initial;margin-right:0}.app_ams_component_nmsnewsletter .fm--form__elements .fm--form__row .inputtype_app_core_form_select select{max-width:initial}.sg-image.standalone .image-mobile{display:block}.sg-image.standalone .image-desktop{display:none}}@media screen and (max-width:767px){.app_more_component_cookiebanner{text-align:center}.app_more_component_cookiebanner .cookiebanner-infobox p{padding:0 20px;max-width:none}.app_more_component_cookiebanner .cookiebanner-button{display:inline-block;position:static;margin-top:20px;transform:none}}@media screen and (max-width:450px){.nav-visible#body{width:100%}.fm--form .fm--form-buttons button{min-width:initial;width:100%}.sg-box.app_ams_component_rafflecalltoaction .ams-cta-wrapper .sg-button{min-width:initial;width:calc(100% - 30px);}}@media screen and (max-width:375px){.beelongwidget #beelong .ams-beelong .header h2{font-size:1.625em;line-height:1.30769231em}}@media print{.ym-skiplinks{display:none}.theme-navigation{display:none}.sprite{display:none}.ym-cbox{padding:0}.app_more_component_accessibility{display:none}}.fm_hide_accessible,.hide-accessible{position:absolute;top:-32768px;left:-32768px;overflow:hidden;width:0;height:0}.display-accessible{position:static;overflow:visible;top:auto;left:auto;width:auto;height:auto}input[type=submit],button{-webkit-appearance:none;-moz-appearance:none;appearance:none}