@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmg1hlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmy15lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/**** convert px values to rem values and declare both simultaneously ******/
/*.fluid-clamp(@property, @min-size, @max-size, @ideal-size) {
    @{property}: @min-size;
    @{property}: clamp(@min-size, @ideal-size, @max-size);

    @media screen and (min-width: @screen-phone-side) {
        @{property}: calc(
            @min-size ~' + ' unit(@max-size - @min-size) ~' * ((100vw - '
                unit((@screen-phone-up / @base), ~'rem') ~') /' unit(
                    (@screen-xl-desktop / @base) - (@screen-phone-up / @base)
                ) ~')'
        );
        @{property}: clamp(@min-size, @ideal-size, @max-size);
    }
    

  
    @media screen and (min-width: @screen-xl-desktop) {
        @{property}: @max-size;
        @{property}: clamp(@min-size, @ideal-size, @max-size);
    }
}*/
/*! 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;
}
/**
 * remove margins and padding from UL and LI elements
 * `article` contexts in Chrome, Firefox, and Safari.
 */
ul,
li {
  margin: 0;
  padding: 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;
}
button {
  cursor: pointer;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
embed,
iframe,
img,
object,
video {
  max-width: 100%;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
html,
body {
  font-size: 62.5%;
  height: 100%;
  font-family: 'Poppins', sans-serif;
  color: #707070;
  background: #ffffff;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
body.no-scroll {
  overflow: hidden;
}
hr {
  width: calc(100% +  15rem );
  height: 5px;
}
@media screen and (max-width: 769px) {
  hr {
    width: calc(100% +  7rem );
  }
}
p {
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 1.6rem, 1.8rem);
  .fluid(line-height, @screen-phone-up, @screen-tablet-side, 2.6rem, 2.8rem);*/
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.6rem;
  font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  line-height: 2;
  margin: 2.0rem 0;
}
@media screen and (min-width: 641px) {
  p {
    font-size: calc(1.6rem  +  0.4  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
@media screen and (min-width: 1500px) {
  p {
    font-size: 2rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
p:last-child {
  margin-bottom: 0;
}
p:first-child {
  margin-top: 0;
}
.t-leadin {
  font-size: 2rem;
  line-height: 2.6rem;
}
@media screen and (min-width: 481px) {
  .t-leadin {
    font-size: calc(2rem  +  0.4  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  .t-leadin {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 481px) {
  .t-leadin {
    line-height: calc(2.6rem  +  0.4  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  .t-leadin {
    line-height: 3rem;
  }
}
ul,
ol {
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 1.6rem, 1.8rem);
  .fluid(line-height, @screen-phone-up, @screen-tablet-side, 2.6rem, 2.8rem);*/
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.6rem;
  font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  line-height: 2;
  margin: 30px 0px 0px 0px;
  margin: 3rem 0rem 0rem 0rem;
  padding-left: 1.9rem;
}
@media screen and (min-width: 641px) {
  ul,
  ol {
    font-size: calc(1.6rem  +  0.4  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
@media screen and (min-width: 1500px) {
  ul,
  ol {
    font-size: 2rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
ul li,
ol li {
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 1.6rem, 1.8rem);
  .fluid(line-height, @screen-phone-up, @screen-tablet-side, 2.6rem, 2.8rem);*/
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.6rem;
  font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  line-height: 2;
  margin: 0px 0px 10px 0px;
  margin: 0rem 0rem 1rem 0rem;
}
@media screen and (min-width: 641px) {
  ul li,
  ol li {
    font-size: calc(1.6rem  +  0.4  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
@media screen and (min-width: 1500px) {
  ul li,
  ol li {
    font-size: 2rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote {
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 1.6rem, 1.8rem);
  .fluid(line-height, @screen-phone-up, @screen-tablet-side, 2.6rem, 2.8rem);*/
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.6rem;
  font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  line-height: 2;
  margin: 15px 0px 15px 0px;
  margin: 1.5rem 0rem 1.5rem 0rem;
  padding: 20px 20px 20px 20px;
  padding: 2rem 2rem 2rem 2rem;
  background: #ccc;
}
@media screen and (min-width: 641px) {
  blockquote {
    font-size: calc(1.6rem  +  0.4  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
@media screen and (min-width: 1500px) {
  blockquote {
    font-size: 2rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
/* Headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: bold;
  margin: 40px 0px 0px 0px;
  margin: 4rem 0rem 0rem 0rem;
}
h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
  margin-top: 0;
}
h1,
.h1 {
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 3.8rem, 4.2rem);*/
  /*.fluid(line-height, @screen-phone-up, @screen-tablet-side, 4.2rem, 4.8rem);*/
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 4rem;
  font-size: clamp(4rem, calc( 1rem +  6.06585708vw ), 10rem);
  line-height: 0.9;
  letter-spacing: -0.15rem;
  font-weight: 500;
  color: white;
  text-shadow: 0 5px 10px rgba(0, 101, 30, 0.73);
}
@media screen and (min-width: 641px) {
  h1,
  .h1 {
    font-size: calc(4rem  +  6  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(4rem, calc( 1rem +  6.06585708vw ), 10rem);
  }
}
@media screen and (min-width: 1500px) {
  h1,
  .h1 {
    font-size: 10rem;
    font-size: clamp(4rem, calc( 1rem +  6.06585708vw ), 10rem);
  }
}
h1:first-of-type,
.h1:first-of-type {
  margin-top: 0;
}
h2,
.h2 {
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 3.2rem, 3.8rem);
  .fluid(line-height, @screen-phone-up, @screen-tablet-side, 3.8rem, 4.2rem);*/
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 3.2rem;
  font-size: clamp(3.2rem, calc( 1rem +  3.66585708vw ), 6rem);
  line-height: 1.2;
  font-weight: 500;
  color: #00a12f;
}
@media screen and (min-width: 641px) {
  h2,
  .h2 {
    font-size: calc(3.2rem  +  2.8  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(3.2rem, calc( 1rem +  3.66585708vw ), 6rem);
  }
}
@media screen and (min-width: 1500px) {
  h2,
  .h2 {
    font-size: 6rem;
    font-size: clamp(3.2rem, calc( 1rem +  3.66585708vw ), 6rem);
  }
}
h3,
.h3 {
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 2.8rem, 3.2rem);
  .fluid(line-height, @screen-phone-up, @screen-tablet-side, 3.2rem, 3.8rem);*/
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 2.2rem;
  font-size: clamp(2.2rem, calc( 1rem +  1.66585708vw ), 3rem);
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: black;
  margin-bottom: 2rem;
}
@media screen and (min-width: 641px) {
  h3,
  .h3 {
    font-size: calc(2.2rem  +  0.8  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(2.2rem, calc( 1rem +  1.66585708vw ), 3rem);
  }
}
@media screen and (min-width: 1500px) {
  h3,
  .h3 {
    font-size: 3rem;
    font-size: clamp(2.2rem, calc( 1rem +  1.66585708vw ), 3rem);
  }
}
h4,
.h4 {
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 2.2rem, 2.8rem);
  .fluid(line-height, @screen-phone-up, @screen-tablet-side, 2.8rem, 3.4rem);*/
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 2.4rem;
  font-size: clamp(2.4rem, calc( 1rem +  2.01585708vw ), 3.5rem);
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 641px) {
  h4,
  .h4 {
    font-size: calc(2.4rem  +  1.1  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(2.4rem, calc( 1rem +  2.01585708vw ), 3.5rem);
  }
}
@media screen and (min-width: 1500px) {
  h4,
  .h4 {
    font-size: 3.5rem;
    font-size: clamp(2.4rem, calc( 1rem +  2.01585708vw ), 3.5rem);
  }
}
h5,
.h5 {
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 1.8rem, 2.2rem);
  .fluid(line-height, @screen-phone-up, @screen-tablet-side, 2.2rem, 2.8rem);*/
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.8rem;
  font-size: clamp(1.8rem, calc( 1rem +  1.06585708vw ), 2.2rem);
  line-height: 1.2;
}
@media screen and (min-width: 641px) {
  h5,
  .h5 {
    font-size: calc(1.8rem  +  0.4  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.8rem, calc( 1rem +  1.06585708vw ), 2.2rem);
  }
}
@media screen and (min-width: 1500px) {
  h5,
  .h5 {
    font-size: 2.2rem;
    font-size: clamp(1.8rem, calc( 1rem +  1.06585708vw ), 2.2rem);
  }
}
h6,
.h6 {
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 1.6rem, 1.8rem);
  .fluid(line-height, @screen-phone-up, @screen-tablet-side, 2.6rem, 2.8rem);*/
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.6rem;
  font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  line-height: 2;
}
@media screen and (min-width: 641px) {
  h6,
  .h6 {
    font-size: calc(1.6rem  +  0.4  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
@media screen and (min-width: 1500px) {
  h6,
  .h6 {
    font-size: 2rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
table {
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 1.6rem, 1.8rem);
  .fluid(line-height, @screen-phone-up, @screen-tablet-side, 2.6rem, 2.8rem);*/
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.6rem;
  font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  line-height: 2;
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
  margin: 0px 0px 60px 0px;
  margin: 0rem 0rem 6rem 0rem;
}
@media screen and (min-width: 641px) {
  table {
    font-size: calc(1.6rem  +  0.4  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
@media screen and (min-width: 1500px) {
  table {
    font-size: 2rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
table td,
table th {
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 1.6rem, 1.8rem);
  .fluid(line-height, @screen-phone-up, @screen-tablet-side, 2.6rem, 2.8rem);*/
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.6rem;
  font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  line-height: 2;
  padding: 0;
  text-align: left;
}
@media screen and (min-width: 641px) {
  table td,
  table th {
    font-size: calc(1.6rem  +  0.4  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
@media screen and (min-width: 1500px) {
  table td,
  table th {
    font-size: 2rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
@media screen and (max-width: 641px) {
  table th {
    display: none;
  }
}
table td {
  margin: 0;
}
@media screen and (max-width: 641px) {
  table td {
    display: flex;
    flex-direction: column;
    margin: 10px 0px 10px 0px;
    margin: 1rem 0rem 1rem 0rem;
    padding: 0px 10px 0px 10px;
    padding: 0rem 1rem 0rem 1rem;
  }
  table td:before {
    content: attr(data-head);
    display: block;
    font-weight: bold;
  }
}
@media screen and (max-width: 641px) {
  table tr {
    border-bottom: 5px solid #cccccc;
  }
}
.img_left,
.img_right {
  margin-bottom: 2.0rem;
}
.img_left {
  float: left;
  margin-left: 0;
  margin-right: 2.0rem;
}
.img_right {
  float: right;
  margin-left: 2.0rem;
  margin-right: 0;
}
@media screen and (max-width: 481px) {
  .img_left,
  .img_right {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.img_centered {
  display: block;
  clear: both;
  margin: 0 auto 3.0rem auto;
}
.l-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  position: relative;
  height: 100%;
  min-height: 100%;
  /*    perspective: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    perspective-origin: 0%;
    transform: translate3d(0px, 0px, 0px);*/
}
.l-row,
.l-column {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 128rem;
}
@media screen and (max-width: 769px) {
  .l-row,
  .l-column {
    flex-direction: column;
  }
}
.l-row--vcenter {
  margin: auto;
}
.l-row--narrow {
  position: relative;
  max-width: 100rempx;
  max-width: 10remrem;
}
.l-row--reverse-mobile {
  position: relative;
}
@media screen and (max-width: 769px) {
  .l-row--reverse-mobile {
    flex-direction: column-reverse;
  }
}
.l-column {
  flex-direction: column;
}
.l-grid {
  display: grid;
  position: relative;
  width: 100%;
  max-width: 128rem;
  grid-gap: 3rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 769px) {
  .l-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.l-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.l-col-100 {
  width: calc(100%);
}
@media screen and (max-width: 769px) {
  .l-col-100 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-100:last-child {
    margin-bottom: 0;
  }
}
.l-col-99 {
  width: calc(99%);
}
@media screen and (max-width: 769px) {
  .l-col-99 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-99:last-child {
    margin-bottom: 0;
  }
}
.l-col-98 {
  width: calc(98%);
}
@media screen and (max-width: 769px) {
  .l-col-98 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-98:last-child {
    margin-bottom: 0;
  }
}
.l-col-97 {
  width: calc(97%);
}
@media screen and (max-width: 769px) {
  .l-col-97 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-97:last-child {
    margin-bottom: 0;
  }
}
.l-col-96 {
  width: calc(96%);
}
@media screen and (max-width: 769px) {
  .l-col-96 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-96:last-child {
    margin-bottom: 0;
  }
}
.l-col-95 {
  width: calc(95%);
}
@media screen and (max-width: 769px) {
  .l-col-95 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-95:last-child {
    margin-bottom: 0;
  }
}
.l-col-94 {
  width: calc(94%);
}
@media screen and (max-width: 769px) {
  .l-col-94 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-94:last-child {
    margin-bottom: 0;
  }
}
.l-col-93 {
  width: calc(93%);
}
@media screen and (max-width: 769px) {
  .l-col-93 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-93:last-child {
    margin-bottom: 0;
  }
}
.l-col-92 {
  width: calc(92%);
}
@media screen and (max-width: 769px) {
  .l-col-92 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-92:last-child {
    margin-bottom: 0;
  }
}
.l-col-91 {
  width: calc(91%);
}
@media screen and (max-width: 769px) {
  .l-col-91 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-91:last-child {
    margin-bottom: 0;
  }
}
.l-col-90 {
  width: calc(90%);
}
@media screen and (max-width: 769px) {
  .l-col-90 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-90:last-child {
    margin-bottom: 0;
  }
}
.l-col-89 {
  width: calc(89%);
}
@media screen and (max-width: 769px) {
  .l-col-89 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-89:last-child {
    margin-bottom: 0;
  }
}
.l-col-88 {
  width: calc(88%);
}
@media screen and (max-width: 769px) {
  .l-col-88 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-88:last-child {
    margin-bottom: 0;
  }
}
.l-col-87 {
  width: calc(87%);
}
@media screen and (max-width: 769px) {
  .l-col-87 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-87:last-child {
    margin-bottom: 0;
  }
}
.l-col-86 {
  width: calc(86%);
}
@media screen and (max-width: 769px) {
  .l-col-86 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-86:last-child {
    margin-bottom: 0;
  }
}
.l-col-85 {
  width: calc(85%);
}
@media screen and (max-width: 769px) {
  .l-col-85 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-85:last-child {
    margin-bottom: 0;
  }
}
.l-col-84 {
  width: calc(84%);
}
@media screen and (max-width: 769px) {
  .l-col-84 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-84:last-child {
    margin-bottom: 0;
  }
}
.l-col-83 {
  width: calc(83%);
}
@media screen and (max-width: 769px) {
  .l-col-83 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-83:last-child {
    margin-bottom: 0;
  }
}
.l-col-82 {
  width: calc(82%);
}
@media screen and (max-width: 769px) {
  .l-col-82 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-82:last-child {
    margin-bottom: 0;
  }
}
.l-col-81 {
  width: calc(81%);
}
@media screen and (max-width: 769px) {
  .l-col-81 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-81:last-child {
    margin-bottom: 0;
  }
}
.l-col-80 {
  width: calc(80%);
}
@media screen and (max-width: 769px) {
  .l-col-80 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-80:last-child {
    margin-bottom: 0;
  }
}
.l-col-79 {
  width: calc(79%);
}
@media screen and (max-width: 769px) {
  .l-col-79 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-79:last-child {
    margin-bottom: 0;
  }
}
.l-col-78 {
  width: calc(78%);
}
@media screen and (max-width: 769px) {
  .l-col-78 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-78:last-child {
    margin-bottom: 0;
  }
}
.l-col-77 {
  width: calc(77%);
}
@media screen and (max-width: 769px) {
  .l-col-77 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-77:last-child {
    margin-bottom: 0;
  }
}
.l-col-76 {
  width: calc(76%);
}
@media screen and (max-width: 769px) {
  .l-col-76 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-76:last-child {
    margin-bottom: 0;
  }
}
.l-col-75 {
  width: calc(75%);
}
@media screen and (max-width: 769px) {
  .l-col-75 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-75:last-child {
    margin-bottom: 0;
  }
}
.l-col-74 {
  width: calc(74%);
}
@media screen and (max-width: 769px) {
  .l-col-74 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-74:last-child {
    margin-bottom: 0;
  }
}
.l-col-73 {
  width: calc(73%);
}
@media screen and (max-width: 769px) {
  .l-col-73 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-73:last-child {
    margin-bottom: 0;
  }
}
.l-col-72 {
  width: calc(72%);
}
@media screen and (max-width: 769px) {
  .l-col-72 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-72:last-child {
    margin-bottom: 0;
  }
}
.l-col-71 {
  width: calc(71%);
}
@media screen and (max-width: 769px) {
  .l-col-71 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-71:last-child {
    margin-bottom: 0;
  }
}
.l-col-70 {
  width: calc(70%);
}
@media screen and (max-width: 769px) {
  .l-col-70 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-70:last-child {
    margin-bottom: 0;
  }
}
.l-col-69 {
  width: calc(69%);
}
@media screen and (max-width: 769px) {
  .l-col-69 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-69:last-child {
    margin-bottom: 0;
  }
}
.l-col-68 {
  width: calc(68%);
}
@media screen and (max-width: 769px) {
  .l-col-68 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-68:last-child {
    margin-bottom: 0;
  }
}
.l-col-67 {
  width: calc(67%);
}
@media screen and (max-width: 769px) {
  .l-col-67 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-67:last-child {
    margin-bottom: 0;
  }
}
.l-col-66 {
  width: calc(66%);
}
@media screen and (max-width: 769px) {
  .l-col-66 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-66:last-child {
    margin-bottom: 0;
  }
}
.l-col-65 {
  width: calc(65%);
}
@media screen and (max-width: 769px) {
  .l-col-65 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-65:last-child {
    margin-bottom: 0;
  }
}
.l-col-64 {
  width: calc(64%);
}
@media screen and (max-width: 769px) {
  .l-col-64 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-64:last-child {
    margin-bottom: 0;
  }
}
.l-col-63 {
  width: calc(63%);
}
@media screen and (max-width: 769px) {
  .l-col-63 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-63:last-child {
    margin-bottom: 0;
  }
}
.l-col-62 {
  width: calc(62%);
}
@media screen and (max-width: 769px) {
  .l-col-62 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-62:last-child {
    margin-bottom: 0;
  }
}
.l-col-61 {
  width: calc(61%);
}
@media screen and (max-width: 769px) {
  .l-col-61 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-61:last-child {
    margin-bottom: 0;
  }
}
.l-col-60 {
  width: calc(60%);
}
@media screen and (max-width: 769px) {
  .l-col-60 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-60:last-child {
    margin-bottom: 0;
  }
}
.l-col-59 {
  width: calc(59%);
}
@media screen and (max-width: 769px) {
  .l-col-59 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-59:last-child {
    margin-bottom: 0;
  }
}
.l-col-58 {
  width: calc(58%);
}
@media screen and (max-width: 769px) {
  .l-col-58 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-58:last-child {
    margin-bottom: 0;
  }
}
.l-col-57 {
  width: calc(57%);
}
@media screen and (max-width: 769px) {
  .l-col-57 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-57:last-child {
    margin-bottom: 0;
  }
}
.l-col-56 {
  width: calc(56%);
}
@media screen and (max-width: 769px) {
  .l-col-56 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-56:last-child {
    margin-bottom: 0;
  }
}
.l-col-55 {
  width: calc(55%);
}
@media screen and (max-width: 769px) {
  .l-col-55 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-55:last-child {
    margin-bottom: 0;
  }
}
.l-col-54 {
  width: calc(54%);
}
@media screen and (max-width: 769px) {
  .l-col-54 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-54:last-child {
    margin-bottom: 0;
  }
}
.l-col-53 {
  width: calc(53%);
}
@media screen and (max-width: 769px) {
  .l-col-53 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-53:last-child {
    margin-bottom: 0;
  }
}
.l-col-52 {
  width: calc(52%);
}
@media screen and (max-width: 769px) {
  .l-col-52 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-52:last-child {
    margin-bottom: 0;
  }
}
.l-col-51 {
  width: calc(51%);
}
@media screen and (max-width: 769px) {
  .l-col-51 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-51:last-child {
    margin-bottom: 0;
  }
}
.l-col-50 {
  width: calc(50%);
}
@media screen and (max-width: 769px) {
  .l-col-50 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-50:last-child {
    margin-bottom: 0;
  }
}
.l-col-49 {
  width: calc(49%);
}
@media screen and (max-width: 769px) {
  .l-col-49 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-49:last-child {
    margin-bottom: 0;
  }
}
.l-col-48 {
  width: calc(48%);
}
@media screen and (max-width: 769px) {
  .l-col-48 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-48:last-child {
    margin-bottom: 0;
  }
}
.l-col-47 {
  width: calc(47%);
}
@media screen and (max-width: 769px) {
  .l-col-47 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-47:last-child {
    margin-bottom: 0;
  }
}
.l-col-46 {
  width: calc(46%);
}
@media screen and (max-width: 769px) {
  .l-col-46 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-46:last-child {
    margin-bottom: 0;
  }
}
.l-col-45 {
  width: calc(45%);
}
@media screen and (max-width: 769px) {
  .l-col-45 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-45:last-child {
    margin-bottom: 0;
  }
}
.l-col-44 {
  width: calc(44%);
}
@media screen and (max-width: 769px) {
  .l-col-44 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-44:last-child {
    margin-bottom: 0;
  }
}
.l-col-43 {
  width: calc(43%);
}
@media screen and (max-width: 769px) {
  .l-col-43 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-43:last-child {
    margin-bottom: 0;
  }
}
.l-col-42 {
  width: calc(42%);
}
@media screen and (max-width: 769px) {
  .l-col-42 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-42:last-child {
    margin-bottom: 0;
  }
}
.l-col-41 {
  width: calc(41%);
}
@media screen and (max-width: 769px) {
  .l-col-41 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-41:last-child {
    margin-bottom: 0;
  }
}
.l-col-40 {
  width: calc(40%);
}
@media screen and (max-width: 769px) {
  .l-col-40 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-40:last-child {
    margin-bottom: 0;
  }
}
.l-col-39 {
  width: calc(39%);
}
@media screen and (max-width: 769px) {
  .l-col-39 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-39:last-child {
    margin-bottom: 0;
  }
}
.l-col-38 {
  width: calc(38%);
}
@media screen and (max-width: 769px) {
  .l-col-38 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-38:last-child {
    margin-bottom: 0;
  }
}
.l-col-37 {
  width: calc(37%);
}
@media screen and (max-width: 769px) {
  .l-col-37 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-37:last-child {
    margin-bottom: 0;
  }
}
.l-col-36 {
  width: calc(36%);
}
@media screen and (max-width: 769px) {
  .l-col-36 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-36:last-child {
    margin-bottom: 0;
  }
}
.l-col-35 {
  width: calc(35%);
}
@media screen and (max-width: 769px) {
  .l-col-35 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-35:last-child {
    margin-bottom: 0;
  }
}
.l-col-34 {
  width: calc(34%);
}
@media screen and (max-width: 769px) {
  .l-col-34 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-34:last-child {
    margin-bottom: 0;
  }
}
.l-col-33 {
  width: calc(33%);
}
@media screen and (max-width: 769px) {
  .l-col-33 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-33:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-33 {
    width: 100%;
  }
}
.l-col-32 {
  width: calc(32%);
}
@media screen and (max-width: 769px) {
  .l-col-32 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-32:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-32 {
    width: 100%;
  }
}
.l-col-31 {
  width: calc(31%);
}
@media screen and (max-width: 769px) {
  .l-col-31 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-31:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-31 {
    width: 100%;
  }
}
.l-col-30 {
  width: calc(30%);
}
@media screen and (max-width: 769px) {
  .l-col-30 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-30:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-30 {
    width: 100%;
  }
}
.l-col-29 {
  width: calc(29%);
}
@media screen and (max-width: 769px) {
  .l-col-29 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-29:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-29 {
    width: 100%;
  }
}
.l-col-28 {
  width: calc(28%);
}
@media screen and (max-width: 769px) {
  .l-col-28 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-28:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-28 {
    width: 100%;
  }
}
.l-col-27 {
  width: calc(27%);
}
@media screen and (max-width: 769px) {
  .l-col-27 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-27:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-27 {
    width: 100%;
  }
}
.l-col-26 {
  width: calc(26%);
}
@media screen and (max-width: 769px) {
  .l-col-26 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-26:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-26 {
    width: 100%;
  }
}
.l-col-25 {
  width: calc(25%);
}
@media screen and (max-width: 769px) {
  .l-col-25 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-25:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-25 {
    width: 100%;
  }
}
.l-col-24 {
  width: calc(24%);
}
@media screen and (max-width: 769px) {
  .l-col-24 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-24:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-24 {
    width: 100%;
  }
}
.l-col-23 {
  width: calc(23%);
}
@media screen and (max-width: 769px) {
  .l-col-23 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-23:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-23 {
    width: 100%;
  }
}
.l-col-22 {
  width: calc(22%);
}
@media screen and (max-width: 769px) {
  .l-col-22 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-22:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-22 {
    width: 100%;
  }
}
.l-col-21 {
  width: calc(21%);
}
@media screen and (max-width: 769px) {
  .l-col-21 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-21:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-21 {
    width: 100%;
  }
}
.l-col-20 {
  width: calc(20%);
}
@media screen and (max-width: 769px) {
  .l-col-20 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-20:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-20 {
    width: 100%;
  }
}
.l-col-19 {
  width: calc(19%);
}
@media screen and (max-width: 769px) {
  .l-col-19 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-19:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-19 {
    width: 100%;
  }
}
.l-col-18 {
  width: calc(18%);
}
@media screen and (max-width: 769px) {
  .l-col-18 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-18:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-18 {
    width: 100%;
  }
}
.l-col-17 {
  width: calc(17%);
}
@media screen and (max-width: 769px) {
  .l-col-17 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-17:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-17 {
    width: 100%;
  }
}
.l-col-16 {
  width: calc(16%);
}
@media screen and (max-width: 769px) {
  .l-col-16 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-16:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-16 {
    width: 100%;
  }
}
.l-col-15 {
  width: calc(15%);
}
@media screen and (max-width: 769px) {
  .l-col-15 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-15:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-15 {
    width: 100%;
  }
}
.l-col-14 {
  width: calc(14%);
}
@media screen and (max-width: 769px) {
  .l-col-14 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-14:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-14 {
    width: 100%;
  }
}
.l-col-13 {
  width: calc(13%);
}
@media screen and (max-width: 769px) {
  .l-col-13 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-13:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-13 {
    width: 100%;
  }
}
.l-col-12 {
  width: calc(12%);
}
@media screen and (max-width: 769px) {
  .l-col-12 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-12:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-12 {
    width: 100%;
  }
}
.l-col-11 {
  width: calc(11%);
}
@media screen and (max-width: 769px) {
  .l-col-11 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-11:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-11 {
    width: 100%;
  }
}
.l-col-10 {
  width: calc(10%);
}
@media screen and (max-width: 769px) {
  .l-col-10 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-10:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-10 {
    width: 100%;
  }
}
.l-col-9 {
  width: calc(9%);
}
@media screen and (max-width: 769px) {
  .l-col-9 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-9:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-9 {
    width: 100%;
  }
}
.l-col-8 {
  width: calc(8%);
}
@media screen and (max-width: 769px) {
  .l-col-8 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-8:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-8 {
    width: 100%;
  }
}
.l-col-7 {
  width: calc(7%);
}
@media screen and (max-width: 769px) {
  .l-col-7 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-7:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-7 {
    width: 100%;
  }
}
.l-col-6 {
  width: calc(6%);
}
@media screen and (max-width: 769px) {
  .l-col-6 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-6:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-6 {
    width: 100%;
  }
}
.l-col-5 {
  width: calc(5%);
}
@media screen and (max-width: 769px) {
  .l-col-5 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-5:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-5 {
    width: 100%;
  }
}
.l-col-4 {
  width: calc(4%);
}
@media screen and (max-width: 769px) {
  .l-col-4 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-4:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-4 {
    width: 100%;
  }
}
.l-col-3 {
  width: calc(3%);
}
@media screen and (max-width: 769px) {
  .l-col-3 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-3:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-3 {
    width: 100%;
  }
}
.l-col-2 {
  width: calc(2%);
}
@media screen and (max-width: 769px) {
  .l-col-2 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-2:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-2 {
    width: 100%;
  }
}
.l-col-1 {
  width: calc(1%);
}
@media screen and (max-width: 769px) {
  .l-col-1 {
    width: 100%;
    padding-bottom: 3rem;
  }
  .l-col-1:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-col-1 {
    width: 100%;
  }
}
.l-content {
  position: relative;
  width: 100%;
  max-width: 128rem;
}
.l-content--narrow {
  max-width: 100rem;
}
.l-section {
  width: calc(100% +  15rem );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 7.5rem 0 7.5rem;
}
@media screen and (max-width: 769px) {
  .l-section {
    width: calc(100% +  7rem );
    padding: 0 3.5rem 0 3.5rem;
  }
}
.c-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  padding: 0 7.5rem 0 7.5rem;
  min-height: 100%;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .c-body {
    padding: 0 3.5rem 0 3.5rem;
  }
}
.c-body > *:first-child:not(.c-banner) {
  margin-top: 8rem;
}
.c-skipmain {
  position: fixed;
  background: white;
  color: #00a12f;
  padding: 1.0rem;
  z-index: 20;
  left: 2.0rem;
  top: 2.0rem;
  text-decoration: none;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.12), 0 0.2rem 0.2rem rgba(0, 0, 0, 0.12), 0 0.4rem 0.4rem rgba(0, 0, 0, 0.12), 0 0.8rem 0.8rem rgba(0, 0, 0, 0.12), 0 1.6rem 1.6rem rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  transform: translateX(-200%);
}
.c-skipmain:focus {
  transform: translateX(0);
}
.c-header {
  position: absolute;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  /*height: @nav-height;*/
  flex-shrink: 0;
  padding: 2rem 3rem 1.5rem;
  z-index: 10;
}
@media screen and (max-width: 769px) {
  .c-header {
    padding: 1.5rem 3.5rem 1.5rem 3.5rem;
  }
}
@media screen and (max-width: 769px) {
  .c-header__content {
    flex-direction: row;
    align-self: stretch;
  }
}
.c-header__logo {
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  max-height: 9.9rem;
}
@media screen and (max-width: 769px) {
  .c-header__logo {
    max-height: 6.5rem;
  }
}
.c-header--recipe {
  position: relative;
  background-image: url(../../images/header-background-crop.jpg);
  background-size: cover;
  background-position: 0% 50%;
}
.c-header--recipe .c-header__logo {
  max-height: 7.5rem;
}
@media screen and (max-width: 769px) {
  .c-header--recipe .c-header__logo {
    max-height: 6.5rem;
  }
}
/* 

nav.c-nav
	ul.c-nav__list
		li.c-nav__item
			a.c-nav__btn + div.c-dropdown
							ul.c-nav__list--dropdown
								li.c-nav__item.c-nav__item--dropdown
								a.c-nav__btn.c-nav__btn--dropdown

*/
.c-nav {
  position: relative;
  margin-left: auto;
  /*align-self: flex-end;*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .c-nav {
    position: fixed;
    left: 110vw;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: white;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
    padding: 2.0rem;
    transition: left 0.2s;
    z-index: 20;
  }
  .c-nav.is-visible {
    left: 0;
  }
}
.c-nav__list {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
  align-items: center;
  display: flex;
  overflow: visible;
}
@media screen and (max-width: 1100px) {
  .c-nav__list {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.c-nav__list:not(.c-nav__list--dropdown) > .c-nav__item:hover,
.c-nav__list:not(.c-nav__list--dropdown) > .c-nav__item:focus,
.c-nav__list:not(.c-nav__list--dropdown) > .c-nav__item:focus-within {
  color: #343434;
}
.c-nav__list:not(.c-nav__list--dropdown) > .c-nav__item:hover > .c-nav__btn,
.c-nav__list:not(.c-nav__list--dropdown) > .c-nav__item:focus > .c-nav__btn,
.c-nav__list:not(.c-nav__list--dropdown) > .c-nav__item:focus-within > .c-nav__btn {
  color: #00a12f;
  background: white;
}
@media screen and (max-width: 1100px) {
  .c-nav__list:not(.c-nav__list--dropdown) > .c-nav__item:hover > .c-nav__btn,
  .c-nav__list:not(.c-nav__list--dropdown) > .c-nav__item:focus > .c-nav__btn,
  .c-nav__list:not(.c-nav__list--dropdown) > .c-nav__item:focus-within > .c-nav__btn {
    color: white;
    background: #707070;
  }
}
.c-nav__list--inline {
  display: inline-flex;
}
.c-nav__list--dropdown {
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  background-color: #00a12f;
  border-radius: 1.0rem;
  box-shadow: 0 0.6rem 1rem -0.5rem rgba(0, 0, 0, 0.5), 0px 2.2rem 2rem 0rem rgba(0, 0, 0, 0.35);
  padding: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .c-nav__list--dropdown {
    background-color: white;
    box-shadow: none;
    padding: 0;
  }
}
.c-nav__dropdown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 200%;
  text-align: center;
  /*min-width: 25.0rem;*/
  /*width: 100%;*/
  height: auto;
  z-index: 11;
  transition-delay: 1s;
  transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out;
  opacity: 0;
  visibility: none;
  pointer-events: none;
  padding-top: 1rem;
}
@media screen and (max-width: 1100px) {
  .c-nav__dropdown {
    display: block;
    position: relative;
    background: none;
    top: auto;
    left: auto;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    padding: 0;
    transform: none;
    width: 100%;
    padding-top: 0rem;
    padding-bottom: 0.5rem;
  }
}
.c-nav__dropdown ul,
.c-nav__dropdown li,
.c-nav__dropdown a {
  margin-left: 0;
  text-decoration: none;
}
.c-nav__dropdown ul:last-child,
.c-nav__dropdown li:last-child,
.c-nav__dropdown a:last-child {
  margin-bottom: 0;
}
.has-dropdown:hover .c-nav__dropdown,
.has-dropdown:focus .c-nav__dropdown,
.has-dropdown:focus-within .c-nav__dropdown,
.has-dropdown.testing .c-nav__dropdown,
.has-dropdown.is-active .c-nav__dropdown {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 1100px) {
  .has-dropdown:hover .c-nav__dropdown,
  .has-dropdown:focus .c-nav__dropdown,
  .has-dropdown:focus-within .c-nav__dropdown,
  .has-dropdown.testing .c-nav__dropdown,
  .has-dropdown.is-active .c-nav__dropdown {
    top: auto;
  }
}
.c-nav__item {
  position: relative;
  margin: 0 0 0 1.0rem;
}
@media screen and (max-width: 1100px) {
  .c-nav__item {
    margin: 0.5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.c-nav__item--dropdown {
  margin: 0 0 0 0;
  width: 100%;
}
.c-nav__item--dropdown:last-child {
  margin-bottom: 0;
}
.c-nav__item--dropdown:first-child {
  margin-top: 0.5rem;
}
@media screen and (max-width: 1100px) {
  .c-nav__item--dropdown {
    text-align: center;
    margin: 0.5rem 0;
  }
}
@media screen and (max-width: 1100px) {
  .c-nav__item:hover,
  .has-dropdown:hover,
  .c-nav__item:focus,
  .has-dropdown:focus,
  .c-nav__item:focus-within,
  .has-dropdown:focus-within {
    background: none;
  }
}
.c-nav__item.has-dropdown {
  /*margin-right: 2.0rem;*/
}
.c-nav__item.has-dropdown > a::after {
  content: '\f078';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 1.4rem;
  text-align: bottom;
  margin-left: 0.5rem;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .c-nav__item.has-dropdown > a::after {
    display: none;
    margin-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .c-nav__item.has-dropdown {
    margin-right: 0;
  }
}
.c-nav__item--secure.has-dropdown::after {
  color: black;
  top: -0.4rem;
}
.c-nav__btn {
  position: relative;
  display: block;
  background: transparent;
  border: none;
  color: white;
  font-weight: 500;
  text-decoration: none;
  margin-left: 0.5rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  white-space: nowrap;
  font-family: 'Poppins', sans-serif;
  transition: color 0.2s;
  padding: 1.0rem;
  border-radius: 10rem;
  transition: background 0.2s;
}
.c-nav__btn--lang {
  width: 4rem;
  fill: white;
  line-height: 0;
}
.c-nav__btn--lang:hover {
  fill: #00a12f;
}
@media screen and (max-width: 1100px) {
  .c-nav__btn {
    margin-left: 0;
    color: #707070;
  }
  .c-nav__btn--lang {
    fill: #707070;
  }
  .c-nav__btn--lang:hover {
    fill: white;
  }
}
.c-nav__btn--dropdown {
  line-height: 1.8rem;
  white-space: normal;
  font-size: 1.9rem;
  font-weight: 600;
  color: white;
  padding: 1.0rem;
  border-radius: 5px;
  margin: 0;
  transition: background 0.2s;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .c-nav__btn--dropdown {
    padding: 0;
    margin: 0;
    font-size: 1.8rem;
    font-weight: normal;
    color: black;
  }
}
.c-nav__btn--dropdown:hover,
.c-nav__btn--dropdown:focus,
.c-nav__btn--dropdown:focus-within {
  color: #707070;
  background: #f5f5f5;
}
.c-nav__btn--dropdown span {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.6rem;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  color: #707070;
}
@media screen and (max-width: 1100px) {
  .c-nav__btn--dropdown span {
    display: none;
  }
}
.c-nav__show {
  appearance: none;
  border: none;
  background: none;
  outline: none;
  position: relative;
  display: none;
  align-self: center;
  color: #707070;
  cursor: pointer;
  width: 4rem;
  fill: white;
  flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  .c-nav__show {
    display: block;
    margin-left: 2.0rem;
  }
}
.c-nav__hide {
  appearance: none;
  border: none;
  background: none;
  outline: none;
  position: relative;
  display: none;
  fill: #707070;
  cursor: pointer;
  margin-bottom: 3.0rem;
  width: 4rem;
}
@media screen and (max-width: 1100px) {
  .c-nav__hide {
    display: block;
  }
}
.c-nav__search {
  margin: 0 0 0 2rem;
}
.c-nav--admin {
  display: flex;
  list-style: none;
  margin-top: 1rem;
  padding-left: 0;
}
.c-nav__item--admin {
  margin: 0;
}
.c-nav__btn--admin {
  margin: 0 1rem 0 0;
  padding: 0;
  color: #0000EE;
  font-weight: 400;
  text-decoration: underline;
}
@media screen and (max-width: 1100px) {
  .c-nav__btn--admin {
    font-size: 1.6rem;
  }
}
.c-nav__item--admin:last-of-type .c-nav__btn--admin {
  margin: 0;
}
.c-nav__btn--username {
  color: #707070;
  text-decoration: none;
}
.c-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: left 15s, opacity 0.2s;
  transition-delay: 0.1s;
  pointer-events: none;
}
.c-overlay.is-visible {
  left: 0;
  opacity: 1;
  z-index: 10;
  transition: left 0s, opacity 0.2s;
  pointer-events: auto;
}
.c-footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  /*height: @footer-height;*/
  padding: 5rem 7.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 769px) {
  .c-footer {
    padding: 5rem 3.5rem 5rem 3.5rem;
    margin-top: 2rem;
  }
}
.c-footer__info {
  padding-top: 4rem;
  font-size: 1.5rem;
  font-weight: 500;
  border-top: 1px solid #EDEDED;
  flex-grow: 1;
  margin-top: 2rem;
}
@media screen and (max-width: 769px) {
  .c-footer__info {
    font-size: 1.2rem;
    padding-top: 2rem;
    padding-right: 2rem;
    margin-top: 1rem;
  }
}
.c-footer__logo {
  max-width: 25rem;
  padding-left: 2rem;
}
@media screen and (max-width: 769px) {
  .c-footer__logo {
    width: 15rem;
  }
}
.c-btn {
  appearance: none;
  border: none;
  display: block;
  width: 100%;
  text-align: center;
  background: #00a12f;
  color: white;
  padding: 10px 30px 10px 30px;
  padding: 1rem 3rem 1rem 3rem;
  text-decoration: none;
  cursor: pointer;
  /*.fluid(font-size, @screen-phone-up, @screen-tablet-side, 1.6rem, 1.8rem);
  .fluid(line-height, @screen-phone-up, @screen-tablet-side, 2.6rem, 2.8rem);*/
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.6rem;
  font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  line-height: 2;
  border-radius: 1rem;
  font-weight: 700;
  transition: background-color 0.2s;
}
@media screen and (min-width: 641px) {
  .c-btn {
    font-size: calc(1.6rem  +  0.4  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-btn {
    font-size: 2rem;
    font-size: clamp(1.6rem, calc( 1rem +  0.86585708vw ), 2rem);
  }
}
.c-btn:hover,
.c-btn:focus {
  background-color: #003b11;
}
.c-btn--submit {
  width: auto;
  align-self: flex-end;
  margin: 20px 0px 20px 0px;
  margin: 2rem 0rem 2rem 0rem;
}
.c-banner {
  width: calc(100% +  15rem );
  position: relative;
  /*min-height: calc(100vh - @nav-height); // subtract height of the nav dso the banner takes up the remaining viewport area*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*text-align: center;*/
  background: #fff;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  transform: translate3d(0px, 0px, 0px);
}
@media screen and (max-width: 769px) {
  .c-banner {
    width: calc(100% +  7rem );
    min-height: 60rem;
  }
}
.c-banner--recipe {
  flex-direction: column;
}
@media screen and (max-width: 769px) {
  .c-banner--recipe {
    min-height: 35rem;
  }
}
.c-banner--video {
  min-height: initial;
}
.c-banner--video .c-banner__overlaytext {
  position: absolute;
}
.c-banner__video {
  width: 100%;
}
.c-banner + * {
  margin-top: 8rem;
}
.c-banner__image {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .c-banner__image {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: 0% 0%;
  }
}
.c-banner__image--recipe {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .c-banner__image--recipe {
    object-fit: cover;
    object-position: center center;
    width: auto;
    height: 100%;
  }
}
.c-banner__content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(100% - 13.4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10%;
}
@media screen and (max-width: 769px) {
  .c-banner__content {
    flex-direction: column;
    padding: 0 3.5rem;
  }
}
.c-banner__recipes {
  position: absolute;
  right: 5%;
  /*padding-right: @padding-right;*/
  /*bottom: -3.5rem;*/
  /*z-index: 2;*/
  width: 40%;
  /*    transform: translateZ(-1px) scale(1.125);
    transform-origin: 0;*/
  margin-top: 0 !important;
  top: 14%;
}
.c-banner__imagerecipes {
  height: 110%;
  position: relative;
  top: 4%;
}
@media screen and (max-width: 769px) {
  .c-banner__imagerecipes {
    flex-shrink: 1;
    max-height: 70%;
    align-self: flex-end;
    top: auto;
    object-fit: contain;
    max-width: 100%;
  }
}
.c-banner__text {
  font-weight: 700;
}
@media screen and (max-width: 769px) {
  .c-banner__text {
    width: 60%;
    align-self: flex-start;
  }
}
@media screen and (max-width: 340px) {
  .c-banner__text {
    width: 100%;
  }
}
.c-banner__text--zh {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 4rem;
  font-size: clamp(4rem, calc( 1rem +  6.06585708vw ), 10rem);
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 641px) {
  .c-banner__text--zh {
    font-size: calc(4rem  +  6  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(4rem, calc( 1rem +  6.06585708vw ), 10rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-banner__text--zh {
    font-size: 10rem;
    font-size: clamp(4rem, calc( 1rem +  6.06585708vw ), 10rem);
  }
}
.c-banner__text--tl {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 3rem;
  font-size: clamp(3rem, calc( 1rem +  3.56585708vw ), 6rem);
  text-transform: uppercase;
}
@media screen and (min-width: 641px) {
  .c-banner__text--tl {
    font-size: calc(3rem  +  3  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(3rem, calc( 1rem +  3.56585708vw ), 6rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-banner__text--tl {
    font-size: 6rem;
    font-size: clamp(3rem, calc( 1rem +  3.56585708vw ), 6rem);
  }
}
.c-banner__text--recipe {
  position: relative;
  width: 100%;
  text-align: center;
  left: auto;
  bottom: auto;
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 2.4rem;
  font-size: clamp(2.4rem, calc( 1rem +  2.51585708vw ), 4.5rem);
  text-shadow: none;
  color: black;
  border-bottom: 1px solid #C6C6C6;
  text-transform: uppercase;
  padding: 3.2rem;
  line-height: 1.1;
}
@media screen and (min-width: 641px) {
  .c-banner__text--recipe {
    font-size: calc(2.4rem  +  2.1  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(2.4rem, calc( 1rem +  2.51585708vw ), 4.5rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-banner__text--recipe {
    font-size: 4.5rem;
    font-size: clamp(2.4rem, calc( 1rem +  2.51585708vw ), 4.5rem);
  }
}
.c-card {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  font-size: 0;
  width: 100%;
}
.c-card__link {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-card__link:visited {
  color: inherit;
}
.c-card__image {
  width: 100%;
  transform: scale(1);
  transition: all 0.2s ease;
}
.c-card__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15%;
  opacity: 0;
  transition: all 0.2s ease;
}
.c-card__overlay h4 {
  color: white;
  transform: translateY(4rem);
  transition: all 0.2s ease;
}
.c-card__link:hover .c-card__image,
.c-card__link:focus .c-card__image {
  transform: scale(1.1);
}
.c-card__link:hover .c-card__overlay,
.c-card__link:focus .c-card__overlay {
  opacity: 1;
}
.c-card__link:hover .c-card__overlay h4,
.c-card__link:focus .c-card__overlay h4 {
  transform: translateY(0);
}
.c-card__title {
  font-size: 2.2rem;
  color: black;
  margin: 2rem 0 1rem;
}
.c-card__time {
  font-size: 1.8rem;
  color: #838383;
  margin: 0;
  line-height: 1;
}
.c-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  background: white;
  transform: translate(-50%, -50%);
  max-width: 800px;
  max-width: 80rem;
  z-index: 21;
  padding: 3rem 5rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.12);
  border-radius: 1rem;
  opacity: 0;
  visibility: none;
  transition: opacity 0.2s;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-modal h1 {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 2.2rem;
  font-size: clamp(2.2rem, calc( 1rem +  1.66585708vw ), 3rem);
  text-shadow: none;
  color: black;
  margin-bottom: 3rem;
  line-height: 1.2;
}
@media screen and (min-width: 641px) {
  .c-modal h1 {
    font-size: calc(2.2rem  +  0.8  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(2.2rem, calc( 1rem +  1.66585708vw ), 3rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-modal h1 {
    font-size: 3rem;
    font-size: clamp(2.2rem, calc( 1rem +  1.66585708vw ), 3rem);
  }
}
@media screen and (max-width: 641px) {
  .c-modal h1 {
    margin-bottom: 2rem;
  }
}
.c-modal.is-visible {
  opacity: 1;
  visibility: auto;
  pointer-events: auto;
}
.c-modal:focus {
  outline: none;
}
@media screen and (max-width: 641px) {
  .c-modal {
    padding: 2rem 3rem;
  }
}
.c-modal__close {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  position: absolute;
  background: none;
  right: -1rem;
  top: -1rem;
  z-index: 20;
  color: white;
  cursor: pointer;
  font-size: 1.5rem;
  padding: 1rem;
  fill: white;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00a12f;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12), 0 16px 16px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  transition: all 0.2s;
}
@media screen and (min-width: 481px) {
  .c-modal__close {
    font-size: calc(1.5rem  +  0.7  * ((100vw -  481px ) / 511 ));
  }
}
@media screen and (min-width: 992px) {
  .c-modal__close {
    font-size: 2.2rem;
  }
}
.c-modal__close:hover {
  background: #003b11;
}
.c-modal__close svg {
  width: 100%;
}
.c-recipe {
  max-width: 160rem;
}
@media screen and (max-width: 992px) {
  .c-recipe {
    flex-direction: column;
  }
}
.c-ingredients {
  padding-right: 7.5rem;
  /*border-right: 1px solid #EDEDED;*/
}
@media screen and (max-width: 992px) {
  .c-ingredients {
    padding-right: 0;
    width: 100%;
  }
}
.c-ingredients__list {
  display: flex;
  flex-direction: column;
}
.c-ingredients__title--sm {
  /*@ideal-size: ~'calc( 1rem + ' unit( ( (unit(@min-size) + unit(@max-size)) / 2) / ( (unit(@screen-phone-side) + unit(@screen-xl-desktop)) / 2 ) * 1000, vw ) ~')';*/
  font-size: 1.8rem;
  font-size: clamp(1.8rem, calc( 1rem +  0.96585708vw ), 2rem);
  margin-bottom: 3rem;
}
@media screen and (min-width: 641px) {
  .c-ingredients__title--sm {
    font-size: calc(1.8rem  +  0.2  * ((100vw -  48.1rem ) / 101.9 ));
    font-size: clamp(1.8rem, calc( 1rem +  0.96585708vw ), 2rem);
  }
}
@media screen and (min-width: 1500px) {
  .c-ingredients__title--sm {
    font-size: 2rem;
    font-size: clamp(1.8rem, calc( 1rem +  0.96585708vw ), 2rem);
  }
}
/*.c-ingredients__label {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    cursor: pointer;
    width: 100%;
    display: flex;
    
    > * {
        line-height: 1.8rem;
    }
}*/
.c-ingredients__table .hidden {
  display: none;
}
@media screen and (max-width: 769px) {
  .c-ingredients__table {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 641px) {
  .c-ingredients__item {
    border-bottom: 1px solid #C6C6C6;
  }
}
.c-ingredients__item > * {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  line-height: 1.8;
  vertical-align: top;
}
@media screen and (max-width: 641px) {
  .c-ingredients__item > * {
    font-size: 1.6rem;
  }
}
/*.c-ingredients__checkbox {
    margin-right: 1.5rem;
    appearance: none;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #CECECE;
    margin-top: 0.2rem;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    
    &:checked:after {
        content: '';
        position: absolute;
        width: 0.55rem;
        height: 0.35rem;
        border-left: 2px solid @text-color;
        border-bottom: 2px solid @text-color;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -70%) rotate(-45deg);
    }
}

.c-ingredients__checkbox:checked + .c-ingredients__amount {
    text-decoration: line-through;
    text-decoration-color: @key-color;
    text-decoration-thickness: 0.1em;
}

.c-ingredients__checkbox:checked + .c-ingredients__amount + .c-ingredients__name {
    text-decoration: line-through;
    text-decoration-color: @key-color;
    text-decoration-thickness: 0.15em;
}*/
.c-ingredients__amount {
  font-weight: 700;
  flex-shrink: 0;
  padding-right: 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 641px) {
  .c-ingredients__amount {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 641px) {
  .c-ingredients__name {
    margin-top: 0;
  }
}
.c-ingredients__conversion {
  font-weight: 700;
  border-top: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
  padding: 1.5rem 0;
  margin: 3.5rem 0 5rem;
}
.c-ingredients__conversion button {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  color: #D8D8D8;
  padding: 0;
  border: none;
}
.c-ingredients__conversion button.active {
  color: #707070;
}
.c-ingredients__conversion button:not(:last-of-type) {
  margin-right: 3rem;
}
.c-method {
  padding-left: 7.5rem;
}
.c-method p {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 992px) {
  .c-method {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 641px) {
  .c-method p {
    font-size: 1.6rem;
  }
}
.c-method__servings {
  font-weight: 700;
  border-top: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
  padding: 1.5rem 0;
  margin: 3.5rem 0 5rem;
}
.c-sharethis__cont {
  flex: 1 0 auto;
}
.st-btn {
  display: inline-block !important;
}
.c-divider {
  width: calc(100% +  15rem );
  height: 5px;
  background-color: #DBDBDB;
}
@media screen and (max-width: 769px) {
  .c-divider {
    width: calc(100% +  7rem );
  }
}
.c-recipetimes {
  width: calc(100% +  15rem );
  display: flex;
  justify-content: space-between;
  border-bottom: 5px solid #DBDBDB;
  margin-top: 0;
  margin-bottom: 10rem;
  padding: 2rem 7.5rem;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .c-recipetimes {
    width: calc(100% +  7rem );
    margin-bottom: 7.5rem;
    padding: 2rem 3.5rem;
  }
}
.c-recipetimes__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 160rem;
}
@media screen and (max-width: 940px) {
  .c-recipetimes__content {
    flex-direction: column;
  }
}
@media screen and (max-width: 1100px) {
  .c-recipetimes__content--tl {
    flex-direction: column;
  }
}
.c-recipetimes__itemscont {
  display: flex;
}
@media screen and (max-width: 940px) {
  .c-recipetimes__itemscont {
    margin-bottom: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 1100px) {
  .c-recipetimes__itemscont--tl {
    margin-bottom: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.c-recipetimes__item {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  margin-right: 3.5rem;
}
.c-recipetimes__item img {
  height: 4rem;
  margin-right: 1rem;
}
@media screen and (max-width: 940px) {
  .c-recipetimes__item {
    margin: 0 1.5rem 2rem;
  }
}
@media screen and (max-width: 1100px) {
  .c-recipetimes__item--tl {
    margin: 0 1.5rem 2rem;
  }
}
.c-recipetimes__ready {
  color: black;
}
@media print {
  html,
  body {
    height: auto;
  }
  p {
    font-size: 14px;
  }
  .c-header {
    display: none;
  }
  .c-footer {
    display: none;
  }
  .c-footer__logo {
    max-width: 15rem;
  }
  .c-footer__info {
    font-size: 1rem;
  }
  .l-wrapper {
    height: auto;
  }
  .c-body {
    height: auto;
  }
  .c-sharethis__cont {
    display: none;
  }
  .c-recipe {
    flex-direction: column;
  }
  .c-recipe > * {
    padding: 0;
    width: 100%;
  }
  .c-recipetimes {
    margin-bottom: 5rem;
  }
  .c-recipetimes__content {
    justify-content: center;
  }
  .c-recipetimes__itemscont {
    justify-content: space-between;
    flex-grow: 1;
  }
  .c-recipetimes__item img {
    height: 3rem;
  }
  .c-recipetimes__itemtext {
    white-space: nowrap;
  }
  .c-ingredients__item > * {
    font-size: 1.2rem;
  }
  .c-ingredients__conversion {
    display: none;
  }
  .c-method p {
    font-size: 1.2rem;
  }
  .c-method__servings {
    /*border: none;*/
  }
}
.u-textleft {
  text-align: left;
}
.u-textright {
  text-align: right;
}
.u-textcenter {
  text-align: center;
}
.u-mobileonly {
  display: none !important;
}
@media screen and (max-width: 769px) {
  .u-mobileonly {
    display: block !important;
  }
}
.u-mpackdate {
  color: white;
  font-weight: bold;
  font-size: 2.0rem;
  margin-top: -2.5rem;
}
.u-twitterbtnwrap {
  margin-top: 2.0rem;
}
.u-dark {
  background: #111217;
}
@media screen and (max-width: 641px) {
  .u-nomobile {
    display: none;
  }
}
.u-straightbottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.u-longtitle {
  width: 100%;
}
.u-marginbottom {
  margin-bottom: 4.0rem !important;
}
.u-rounded {
  overflow: hidden !important;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.u-fillheight {
  flex-grow: 1;
}
.twitter-timeline {
  height: calc(95.5%) !important;
  min-height: 60.0rem;
}
.u-alignstart {
  align-items: start;
}
.u-alignend {
  align-items: end;
}
.u-aligncenter {
  align-items: center;
}
.u-alignstretch {
  align-items: stretch;
}
.u-alignbaseline {
  align-items: baseline;
}
.u-justifystart {
  justify-content: start;
}
.u-justifyend {
  justify-content: end;
}
.u-justifyleft {
  justify-content: left;
}
.u-justifyright {
  justify-content: right;
}
.u-justifycenter {
  justify-content: center;
}
.u-justifybetween {
  justify-content: space-between;
}
.u-justifyaround {
  justify-content: space-around;
}
.u-justifyevenly {
  justify-content: space-evenly;
}
.u-flexrow {
  flex-direction: row;
}
@media screen and (max-width: 769px) {
  .u-keepflexrow {
    flex-direction: row;
  }
}
.u-flexcolumn {
  flex-direction: column;
}
.u-flexwrap {
  flex-wrap: wrap;
}
.u-flexnowrap {
  flex-wrap: nowrap;
}
.u-flexreversewrap {
  flex-wrap: wrap-reverse;
}
.u-alignself-start {
  align-self: start;
  align-self: flex-start;
}
.u-alignself-end {
  align-self: end;
  align-self: flex-end;
}
.u-alignself-center {
  align-self: center;
}
.u-alignself-stretch {
  align-self: stretch;
}
.u-alignself-baseline {
  align-self: baseline;
}
.u-mx50 {
  margin: 50rem !important;
}
.u-mtx50 {
  margin-top: 50rem !important;
}
.u-mrx50 {
  margin-left: 50rem !important;
}
.u-mbx50 {
  margin-bottom: 50rem !important;
}
.u-mlx50 {
  margin-left: 50rem !important;
}
.u-px50 {
  padding: 50rem !important;
}
.u-ptx50 {
  padding-top: 50rem !important;
}
.u-prx50 {
  padding-right: 50rem !important;
}
.u-pbx50 {
  padding-bottom: 50rem !important;
}
.u-plx50 {
  padding-left: 50rem !important;
}
.u-mx49 {
  margin: 49rem !important;
}
.u-mtx49 {
  margin-top: 49rem !important;
}
.u-mrx49 {
  margin-left: 49rem !important;
}
.u-mbx49 {
  margin-bottom: 49rem !important;
}
.u-mlx49 {
  margin-left: 49rem !important;
}
.u-px49 {
  padding: 49rem !important;
}
.u-ptx49 {
  padding-top: 49rem !important;
}
.u-prx49 {
  padding-right: 49rem !important;
}
.u-pbx49 {
  padding-bottom: 49rem !important;
}
.u-plx49 {
  padding-left: 49rem !important;
}
.u-mx48 {
  margin: 48rem !important;
}
.u-mtx48 {
  margin-top: 48rem !important;
}
.u-mrx48 {
  margin-left: 48rem !important;
}
.u-mbx48 {
  margin-bottom: 48rem !important;
}
.u-mlx48 {
  margin-left: 48rem !important;
}
.u-px48 {
  padding: 48rem !important;
}
.u-ptx48 {
  padding-top: 48rem !important;
}
.u-prx48 {
  padding-right: 48rem !important;
}
.u-pbx48 {
  padding-bottom: 48rem !important;
}
.u-plx48 {
  padding-left: 48rem !important;
}
.u-mx47 {
  margin: 47rem !important;
}
.u-mtx47 {
  margin-top: 47rem !important;
}
.u-mrx47 {
  margin-left: 47rem !important;
}
.u-mbx47 {
  margin-bottom: 47rem !important;
}
.u-mlx47 {
  margin-left: 47rem !important;
}
.u-px47 {
  padding: 47rem !important;
}
.u-ptx47 {
  padding-top: 47rem !important;
}
.u-prx47 {
  padding-right: 47rem !important;
}
.u-pbx47 {
  padding-bottom: 47rem !important;
}
.u-plx47 {
  padding-left: 47rem !important;
}
.u-mx46 {
  margin: 46rem !important;
}
.u-mtx46 {
  margin-top: 46rem !important;
}
.u-mrx46 {
  margin-left: 46rem !important;
}
.u-mbx46 {
  margin-bottom: 46rem !important;
}
.u-mlx46 {
  margin-left: 46rem !important;
}
.u-px46 {
  padding: 46rem !important;
}
.u-ptx46 {
  padding-top: 46rem !important;
}
.u-prx46 {
  padding-right: 46rem !important;
}
.u-pbx46 {
  padding-bottom: 46rem !important;
}
.u-plx46 {
  padding-left: 46rem !important;
}
.u-mx45 {
  margin: 45rem !important;
}
.u-mtx45 {
  margin-top: 45rem !important;
}
.u-mrx45 {
  margin-left: 45rem !important;
}
.u-mbx45 {
  margin-bottom: 45rem !important;
}
.u-mlx45 {
  margin-left: 45rem !important;
}
.u-px45 {
  padding: 45rem !important;
}
.u-ptx45 {
  padding-top: 45rem !important;
}
.u-prx45 {
  padding-right: 45rem !important;
}
.u-pbx45 {
  padding-bottom: 45rem !important;
}
.u-plx45 {
  padding-left: 45rem !important;
}
.u-mx44 {
  margin: 44rem !important;
}
.u-mtx44 {
  margin-top: 44rem !important;
}
.u-mrx44 {
  margin-left: 44rem !important;
}
.u-mbx44 {
  margin-bottom: 44rem !important;
}
.u-mlx44 {
  margin-left: 44rem !important;
}
.u-px44 {
  padding: 44rem !important;
}
.u-ptx44 {
  padding-top: 44rem !important;
}
.u-prx44 {
  padding-right: 44rem !important;
}
.u-pbx44 {
  padding-bottom: 44rem !important;
}
.u-plx44 {
  padding-left: 44rem !important;
}
.u-mx43 {
  margin: 43rem !important;
}
.u-mtx43 {
  margin-top: 43rem !important;
}
.u-mrx43 {
  margin-left: 43rem !important;
}
.u-mbx43 {
  margin-bottom: 43rem !important;
}
.u-mlx43 {
  margin-left: 43rem !important;
}
.u-px43 {
  padding: 43rem !important;
}
.u-ptx43 {
  padding-top: 43rem !important;
}
.u-prx43 {
  padding-right: 43rem !important;
}
.u-pbx43 {
  padding-bottom: 43rem !important;
}
.u-plx43 {
  padding-left: 43rem !important;
}
.u-mx42 {
  margin: 42rem !important;
}
.u-mtx42 {
  margin-top: 42rem !important;
}
.u-mrx42 {
  margin-left: 42rem !important;
}
.u-mbx42 {
  margin-bottom: 42rem !important;
}
.u-mlx42 {
  margin-left: 42rem !important;
}
.u-px42 {
  padding: 42rem !important;
}
.u-ptx42 {
  padding-top: 42rem !important;
}
.u-prx42 {
  padding-right: 42rem !important;
}
.u-pbx42 {
  padding-bottom: 42rem !important;
}
.u-plx42 {
  padding-left: 42rem !important;
}
.u-mx41 {
  margin: 41rem !important;
}
.u-mtx41 {
  margin-top: 41rem !important;
}
.u-mrx41 {
  margin-left: 41rem !important;
}
.u-mbx41 {
  margin-bottom: 41rem !important;
}
.u-mlx41 {
  margin-left: 41rem !important;
}
.u-px41 {
  padding: 41rem !important;
}
.u-ptx41 {
  padding-top: 41rem !important;
}
.u-prx41 {
  padding-right: 41rem !important;
}
.u-pbx41 {
  padding-bottom: 41rem !important;
}
.u-plx41 {
  padding-left: 41rem !important;
}
.u-mx40 {
  margin: 40rem !important;
}
.u-mtx40 {
  margin-top: 40rem !important;
}
.u-mrx40 {
  margin-left: 40rem !important;
}
.u-mbx40 {
  margin-bottom: 40rem !important;
}
.u-mlx40 {
  margin-left: 40rem !important;
}
.u-px40 {
  padding: 40rem !important;
}
.u-ptx40 {
  padding-top: 40rem !important;
}
.u-prx40 {
  padding-right: 40rem !important;
}
.u-pbx40 {
  padding-bottom: 40rem !important;
}
.u-plx40 {
  padding-left: 40rem !important;
}
.u-mx39 {
  margin: 39rem !important;
}
.u-mtx39 {
  margin-top: 39rem !important;
}
.u-mrx39 {
  margin-left: 39rem !important;
}
.u-mbx39 {
  margin-bottom: 39rem !important;
}
.u-mlx39 {
  margin-left: 39rem !important;
}
.u-px39 {
  padding: 39rem !important;
}
.u-ptx39 {
  padding-top: 39rem !important;
}
.u-prx39 {
  padding-right: 39rem !important;
}
.u-pbx39 {
  padding-bottom: 39rem !important;
}
.u-plx39 {
  padding-left: 39rem !important;
}
.u-mx38 {
  margin: 38rem !important;
}
.u-mtx38 {
  margin-top: 38rem !important;
}
.u-mrx38 {
  margin-left: 38rem !important;
}
.u-mbx38 {
  margin-bottom: 38rem !important;
}
.u-mlx38 {
  margin-left: 38rem !important;
}
.u-px38 {
  padding: 38rem !important;
}
.u-ptx38 {
  padding-top: 38rem !important;
}
.u-prx38 {
  padding-right: 38rem !important;
}
.u-pbx38 {
  padding-bottom: 38rem !important;
}
.u-plx38 {
  padding-left: 38rem !important;
}
.u-mx37 {
  margin: 37rem !important;
}
.u-mtx37 {
  margin-top: 37rem !important;
}
.u-mrx37 {
  margin-left: 37rem !important;
}
.u-mbx37 {
  margin-bottom: 37rem !important;
}
.u-mlx37 {
  margin-left: 37rem !important;
}
.u-px37 {
  padding: 37rem !important;
}
.u-ptx37 {
  padding-top: 37rem !important;
}
.u-prx37 {
  padding-right: 37rem !important;
}
.u-pbx37 {
  padding-bottom: 37rem !important;
}
.u-plx37 {
  padding-left: 37rem !important;
}
.u-mx36 {
  margin: 36rem !important;
}
.u-mtx36 {
  margin-top: 36rem !important;
}
.u-mrx36 {
  margin-left: 36rem !important;
}
.u-mbx36 {
  margin-bottom: 36rem !important;
}
.u-mlx36 {
  margin-left: 36rem !important;
}
.u-px36 {
  padding: 36rem !important;
}
.u-ptx36 {
  padding-top: 36rem !important;
}
.u-prx36 {
  padding-right: 36rem !important;
}
.u-pbx36 {
  padding-bottom: 36rem !important;
}
.u-plx36 {
  padding-left: 36rem !important;
}
.u-mx35 {
  margin: 35rem !important;
}
.u-mtx35 {
  margin-top: 35rem !important;
}
.u-mrx35 {
  margin-left: 35rem !important;
}
.u-mbx35 {
  margin-bottom: 35rem !important;
}
.u-mlx35 {
  margin-left: 35rem !important;
}
.u-px35 {
  padding: 35rem !important;
}
.u-ptx35 {
  padding-top: 35rem !important;
}
.u-prx35 {
  padding-right: 35rem !important;
}
.u-pbx35 {
  padding-bottom: 35rem !important;
}
.u-plx35 {
  padding-left: 35rem !important;
}
.u-mx34 {
  margin: 34rem !important;
}
.u-mtx34 {
  margin-top: 34rem !important;
}
.u-mrx34 {
  margin-left: 34rem !important;
}
.u-mbx34 {
  margin-bottom: 34rem !important;
}
.u-mlx34 {
  margin-left: 34rem !important;
}
.u-px34 {
  padding: 34rem !important;
}
.u-ptx34 {
  padding-top: 34rem !important;
}
.u-prx34 {
  padding-right: 34rem !important;
}
.u-pbx34 {
  padding-bottom: 34rem !important;
}
.u-plx34 {
  padding-left: 34rem !important;
}
.u-mx33 {
  margin: 33rem !important;
}
.u-mtx33 {
  margin-top: 33rem !important;
}
.u-mrx33 {
  margin-left: 33rem !important;
}
.u-mbx33 {
  margin-bottom: 33rem !important;
}
.u-mlx33 {
  margin-left: 33rem !important;
}
.u-px33 {
  padding: 33rem !important;
}
.u-ptx33 {
  padding-top: 33rem !important;
}
.u-prx33 {
  padding-right: 33rem !important;
}
.u-pbx33 {
  padding-bottom: 33rem !important;
}
.u-plx33 {
  padding-left: 33rem !important;
}
.u-mx32 {
  margin: 32rem !important;
}
.u-mtx32 {
  margin-top: 32rem !important;
}
.u-mrx32 {
  margin-left: 32rem !important;
}
.u-mbx32 {
  margin-bottom: 32rem !important;
}
.u-mlx32 {
  margin-left: 32rem !important;
}
.u-px32 {
  padding: 32rem !important;
}
.u-ptx32 {
  padding-top: 32rem !important;
}
.u-prx32 {
  padding-right: 32rem !important;
}
.u-pbx32 {
  padding-bottom: 32rem !important;
}
.u-plx32 {
  padding-left: 32rem !important;
}
.u-mx31 {
  margin: 31rem !important;
}
.u-mtx31 {
  margin-top: 31rem !important;
}
.u-mrx31 {
  margin-left: 31rem !important;
}
.u-mbx31 {
  margin-bottom: 31rem !important;
}
.u-mlx31 {
  margin-left: 31rem !important;
}
.u-px31 {
  padding: 31rem !important;
}
.u-ptx31 {
  padding-top: 31rem !important;
}
.u-prx31 {
  padding-right: 31rem !important;
}
.u-pbx31 {
  padding-bottom: 31rem !important;
}
.u-plx31 {
  padding-left: 31rem !important;
}
.u-mx30 {
  margin: 30rem !important;
}
.u-mtx30 {
  margin-top: 30rem !important;
}
.u-mrx30 {
  margin-left: 30rem !important;
}
.u-mbx30 {
  margin-bottom: 30rem !important;
}
.u-mlx30 {
  margin-left: 30rem !important;
}
.u-px30 {
  padding: 30rem !important;
}
.u-ptx30 {
  padding-top: 30rem !important;
}
.u-prx30 {
  padding-right: 30rem !important;
}
.u-pbx30 {
  padding-bottom: 30rem !important;
}
.u-plx30 {
  padding-left: 30rem !important;
}
.u-mx29 {
  margin: 29rem !important;
}
.u-mtx29 {
  margin-top: 29rem !important;
}
.u-mrx29 {
  margin-left: 29rem !important;
}
.u-mbx29 {
  margin-bottom: 29rem !important;
}
.u-mlx29 {
  margin-left: 29rem !important;
}
.u-px29 {
  padding: 29rem !important;
}
.u-ptx29 {
  padding-top: 29rem !important;
}
.u-prx29 {
  padding-right: 29rem !important;
}
.u-pbx29 {
  padding-bottom: 29rem !important;
}
.u-plx29 {
  padding-left: 29rem !important;
}
.u-mx28 {
  margin: 28rem !important;
}
.u-mtx28 {
  margin-top: 28rem !important;
}
.u-mrx28 {
  margin-left: 28rem !important;
}
.u-mbx28 {
  margin-bottom: 28rem !important;
}
.u-mlx28 {
  margin-left: 28rem !important;
}
.u-px28 {
  padding: 28rem !important;
}
.u-ptx28 {
  padding-top: 28rem !important;
}
.u-prx28 {
  padding-right: 28rem !important;
}
.u-pbx28 {
  padding-bottom: 28rem !important;
}
.u-plx28 {
  padding-left: 28rem !important;
}
.u-mx27 {
  margin: 27rem !important;
}
.u-mtx27 {
  margin-top: 27rem !important;
}
.u-mrx27 {
  margin-left: 27rem !important;
}
.u-mbx27 {
  margin-bottom: 27rem !important;
}
.u-mlx27 {
  margin-left: 27rem !important;
}
.u-px27 {
  padding: 27rem !important;
}
.u-ptx27 {
  padding-top: 27rem !important;
}
.u-prx27 {
  padding-right: 27rem !important;
}
.u-pbx27 {
  padding-bottom: 27rem !important;
}
.u-plx27 {
  padding-left: 27rem !important;
}
.u-mx26 {
  margin: 26rem !important;
}
.u-mtx26 {
  margin-top: 26rem !important;
}
.u-mrx26 {
  margin-left: 26rem !important;
}
.u-mbx26 {
  margin-bottom: 26rem !important;
}
.u-mlx26 {
  margin-left: 26rem !important;
}
.u-px26 {
  padding: 26rem !important;
}
.u-ptx26 {
  padding-top: 26rem !important;
}
.u-prx26 {
  padding-right: 26rem !important;
}
.u-pbx26 {
  padding-bottom: 26rem !important;
}
.u-plx26 {
  padding-left: 26rem !important;
}
.u-mx25 {
  margin: 25rem !important;
}
.u-mtx25 {
  margin-top: 25rem !important;
}
.u-mrx25 {
  margin-left: 25rem !important;
}
.u-mbx25 {
  margin-bottom: 25rem !important;
}
.u-mlx25 {
  margin-left: 25rem !important;
}
.u-px25 {
  padding: 25rem !important;
}
.u-ptx25 {
  padding-top: 25rem !important;
}
.u-prx25 {
  padding-right: 25rem !important;
}
.u-pbx25 {
  padding-bottom: 25rem !important;
}
.u-plx25 {
  padding-left: 25rem !important;
}
.u-mx24 {
  margin: 24rem !important;
}
.u-mtx24 {
  margin-top: 24rem !important;
}
.u-mrx24 {
  margin-left: 24rem !important;
}
.u-mbx24 {
  margin-bottom: 24rem !important;
}
.u-mlx24 {
  margin-left: 24rem !important;
}
.u-px24 {
  padding: 24rem !important;
}
.u-ptx24 {
  padding-top: 24rem !important;
}
.u-prx24 {
  padding-right: 24rem !important;
}
.u-pbx24 {
  padding-bottom: 24rem !important;
}
.u-plx24 {
  padding-left: 24rem !important;
}
.u-mx23 {
  margin: 23rem !important;
}
.u-mtx23 {
  margin-top: 23rem !important;
}
.u-mrx23 {
  margin-left: 23rem !important;
}
.u-mbx23 {
  margin-bottom: 23rem !important;
}
.u-mlx23 {
  margin-left: 23rem !important;
}
.u-px23 {
  padding: 23rem !important;
}
.u-ptx23 {
  padding-top: 23rem !important;
}
.u-prx23 {
  padding-right: 23rem !important;
}
.u-pbx23 {
  padding-bottom: 23rem !important;
}
.u-plx23 {
  padding-left: 23rem !important;
}
.u-mx22 {
  margin: 22rem !important;
}
.u-mtx22 {
  margin-top: 22rem !important;
}
.u-mrx22 {
  margin-left: 22rem !important;
}
.u-mbx22 {
  margin-bottom: 22rem !important;
}
.u-mlx22 {
  margin-left: 22rem !important;
}
.u-px22 {
  padding: 22rem !important;
}
.u-ptx22 {
  padding-top: 22rem !important;
}
.u-prx22 {
  padding-right: 22rem !important;
}
.u-pbx22 {
  padding-bottom: 22rem !important;
}
.u-plx22 {
  padding-left: 22rem !important;
}
.u-mx21 {
  margin: 21rem !important;
}
.u-mtx21 {
  margin-top: 21rem !important;
}
.u-mrx21 {
  margin-left: 21rem !important;
}
.u-mbx21 {
  margin-bottom: 21rem !important;
}
.u-mlx21 {
  margin-left: 21rem !important;
}
.u-px21 {
  padding: 21rem !important;
}
.u-ptx21 {
  padding-top: 21rem !important;
}
.u-prx21 {
  padding-right: 21rem !important;
}
.u-pbx21 {
  padding-bottom: 21rem !important;
}
.u-plx21 {
  padding-left: 21rem !important;
}
.u-mx20 {
  margin: 20rem !important;
}
.u-mtx20 {
  margin-top: 20rem !important;
}
.u-mrx20 {
  margin-left: 20rem !important;
}
.u-mbx20 {
  margin-bottom: 20rem !important;
}
.u-mlx20 {
  margin-left: 20rem !important;
}
.u-px20 {
  padding: 20rem !important;
}
.u-ptx20 {
  padding-top: 20rem !important;
}
.u-prx20 {
  padding-right: 20rem !important;
}
.u-pbx20 {
  padding-bottom: 20rem !important;
}
.u-plx20 {
  padding-left: 20rem !important;
}
.u-mx19 {
  margin: 19rem !important;
}
.u-mtx19 {
  margin-top: 19rem !important;
}
.u-mrx19 {
  margin-left: 19rem !important;
}
.u-mbx19 {
  margin-bottom: 19rem !important;
}
.u-mlx19 {
  margin-left: 19rem !important;
}
.u-px19 {
  padding: 19rem !important;
}
.u-ptx19 {
  padding-top: 19rem !important;
}
.u-prx19 {
  padding-right: 19rem !important;
}
.u-pbx19 {
  padding-bottom: 19rem !important;
}
.u-plx19 {
  padding-left: 19rem !important;
}
.u-mx18 {
  margin: 18rem !important;
}
.u-mtx18 {
  margin-top: 18rem !important;
}
.u-mrx18 {
  margin-left: 18rem !important;
}
.u-mbx18 {
  margin-bottom: 18rem !important;
}
.u-mlx18 {
  margin-left: 18rem !important;
}
.u-px18 {
  padding: 18rem !important;
}
.u-ptx18 {
  padding-top: 18rem !important;
}
.u-prx18 {
  padding-right: 18rem !important;
}
.u-pbx18 {
  padding-bottom: 18rem !important;
}
.u-plx18 {
  padding-left: 18rem !important;
}
.u-mx17 {
  margin: 17rem !important;
}
.u-mtx17 {
  margin-top: 17rem !important;
}
.u-mrx17 {
  margin-left: 17rem !important;
}
.u-mbx17 {
  margin-bottom: 17rem !important;
}
.u-mlx17 {
  margin-left: 17rem !important;
}
.u-px17 {
  padding: 17rem !important;
}
.u-ptx17 {
  padding-top: 17rem !important;
}
.u-prx17 {
  padding-right: 17rem !important;
}
.u-pbx17 {
  padding-bottom: 17rem !important;
}
.u-plx17 {
  padding-left: 17rem !important;
}
.u-mx16 {
  margin: 16rem !important;
}
.u-mtx16 {
  margin-top: 16rem !important;
}
.u-mrx16 {
  margin-left: 16rem !important;
}
.u-mbx16 {
  margin-bottom: 16rem !important;
}
.u-mlx16 {
  margin-left: 16rem !important;
}
.u-px16 {
  padding: 16rem !important;
}
.u-ptx16 {
  padding-top: 16rem !important;
}
.u-prx16 {
  padding-right: 16rem !important;
}
.u-pbx16 {
  padding-bottom: 16rem !important;
}
.u-plx16 {
  padding-left: 16rem !important;
}
.u-mx15 {
  margin: 15rem !important;
}
.u-mtx15 {
  margin-top: 15rem !important;
}
.u-mrx15 {
  margin-left: 15rem !important;
}
.u-mbx15 {
  margin-bottom: 15rem !important;
}
.u-mlx15 {
  margin-left: 15rem !important;
}
.u-px15 {
  padding: 15rem !important;
}
.u-ptx15 {
  padding-top: 15rem !important;
}
.u-prx15 {
  padding-right: 15rem !important;
}
.u-pbx15 {
  padding-bottom: 15rem !important;
}
.u-plx15 {
  padding-left: 15rem !important;
}
.u-mx14 {
  margin: 14rem !important;
}
.u-mtx14 {
  margin-top: 14rem !important;
}
.u-mrx14 {
  margin-left: 14rem !important;
}
.u-mbx14 {
  margin-bottom: 14rem !important;
}
.u-mlx14 {
  margin-left: 14rem !important;
}
.u-px14 {
  padding: 14rem !important;
}
.u-ptx14 {
  padding-top: 14rem !important;
}
.u-prx14 {
  padding-right: 14rem !important;
}
.u-pbx14 {
  padding-bottom: 14rem !important;
}
.u-plx14 {
  padding-left: 14rem !important;
}
.u-mx13 {
  margin: 13rem !important;
}
.u-mtx13 {
  margin-top: 13rem !important;
}
.u-mrx13 {
  margin-left: 13rem !important;
}
.u-mbx13 {
  margin-bottom: 13rem !important;
}
.u-mlx13 {
  margin-left: 13rem !important;
}
.u-px13 {
  padding: 13rem !important;
}
.u-ptx13 {
  padding-top: 13rem !important;
}
.u-prx13 {
  padding-right: 13rem !important;
}
.u-pbx13 {
  padding-bottom: 13rem !important;
}
.u-plx13 {
  padding-left: 13rem !important;
}
.u-mx12 {
  margin: 12rem !important;
}
.u-mtx12 {
  margin-top: 12rem !important;
}
.u-mrx12 {
  margin-left: 12rem !important;
}
.u-mbx12 {
  margin-bottom: 12rem !important;
}
.u-mlx12 {
  margin-left: 12rem !important;
}
.u-px12 {
  padding: 12rem !important;
}
.u-ptx12 {
  padding-top: 12rem !important;
}
.u-prx12 {
  padding-right: 12rem !important;
}
.u-pbx12 {
  padding-bottom: 12rem !important;
}
.u-plx12 {
  padding-left: 12rem !important;
}
.u-mx11 {
  margin: 11rem !important;
}
.u-mtx11 {
  margin-top: 11rem !important;
}
.u-mrx11 {
  margin-left: 11rem !important;
}
.u-mbx11 {
  margin-bottom: 11rem !important;
}
.u-mlx11 {
  margin-left: 11rem !important;
}
.u-px11 {
  padding: 11rem !important;
}
.u-ptx11 {
  padding-top: 11rem !important;
}
.u-prx11 {
  padding-right: 11rem !important;
}
.u-pbx11 {
  padding-bottom: 11rem !important;
}
.u-plx11 {
  padding-left: 11rem !important;
}
.u-mx10 {
  margin: 10rem !important;
}
.u-mtx10 {
  margin-top: 10rem !important;
}
.u-mrx10 {
  margin-left: 10rem !important;
}
.u-mbx10 {
  margin-bottom: 10rem !important;
}
.u-mlx10 {
  margin-left: 10rem !important;
}
.u-px10 {
  padding: 10rem !important;
}
.u-ptx10 {
  padding-top: 10rem !important;
}
.u-prx10 {
  padding-right: 10rem !important;
}
.u-pbx10 {
  padding-bottom: 10rem !important;
}
.u-plx10 {
  padding-left: 10rem !important;
}
.u-mx9 {
  margin: 9rem !important;
}
.u-mtx9 {
  margin-top: 9rem !important;
}
.u-mrx9 {
  margin-left: 9rem !important;
}
.u-mbx9 {
  margin-bottom: 9rem !important;
}
.u-mlx9 {
  margin-left: 9rem !important;
}
.u-px9 {
  padding: 9rem !important;
}
.u-ptx9 {
  padding-top: 9rem !important;
}
.u-prx9 {
  padding-right: 9rem !important;
}
.u-pbx9 {
  padding-bottom: 9rem !important;
}
.u-plx9 {
  padding-left: 9rem !important;
}
.u-mx8 {
  margin: 8rem !important;
}
.u-mtx8 {
  margin-top: 8rem !important;
}
.u-mrx8 {
  margin-left: 8rem !important;
}
.u-mbx8 {
  margin-bottom: 8rem !important;
}
.u-mlx8 {
  margin-left: 8rem !important;
}
.u-px8 {
  padding: 8rem !important;
}
.u-ptx8 {
  padding-top: 8rem !important;
}
.u-prx8 {
  padding-right: 8rem !important;
}
.u-pbx8 {
  padding-bottom: 8rem !important;
}
.u-plx8 {
  padding-left: 8rem !important;
}
.u-mx7 {
  margin: 7rem !important;
}
.u-mtx7 {
  margin-top: 7rem !important;
}
.u-mrx7 {
  margin-left: 7rem !important;
}
.u-mbx7 {
  margin-bottom: 7rem !important;
}
.u-mlx7 {
  margin-left: 7rem !important;
}
.u-px7 {
  padding: 7rem !important;
}
.u-ptx7 {
  padding-top: 7rem !important;
}
.u-prx7 {
  padding-right: 7rem !important;
}
.u-pbx7 {
  padding-bottom: 7rem !important;
}
.u-plx7 {
  padding-left: 7rem !important;
}
.u-mx6 {
  margin: 6rem !important;
}
.u-mtx6 {
  margin-top: 6rem !important;
}
.u-mrx6 {
  margin-left: 6rem !important;
}
.u-mbx6 {
  margin-bottom: 6rem !important;
}
.u-mlx6 {
  margin-left: 6rem !important;
}
.u-px6 {
  padding: 6rem !important;
}
.u-ptx6 {
  padding-top: 6rem !important;
}
.u-prx6 {
  padding-right: 6rem !important;
}
.u-pbx6 {
  padding-bottom: 6rem !important;
}
.u-plx6 {
  padding-left: 6rem !important;
}
.u-mx5 {
  margin: 5rem !important;
}
.u-mtx5 {
  margin-top: 5rem !important;
}
.u-mrx5 {
  margin-left: 5rem !important;
}
.u-mbx5 {
  margin-bottom: 5rem !important;
}
.u-mlx5 {
  margin-left: 5rem !important;
}
.u-px5 {
  padding: 5rem !important;
}
.u-ptx5 {
  padding-top: 5rem !important;
}
.u-prx5 {
  padding-right: 5rem !important;
}
.u-pbx5 {
  padding-bottom: 5rem !important;
}
.u-plx5 {
  padding-left: 5rem !important;
}
.u-mx4 {
  margin: 4rem !important;
}
.u-mtx4 {
  margin-top: 4rem !important;
}
.u-mrx4 {
  margin-left: 4rem !important;
}
.u-mbx4 {
  margin-bottom: 4rem !important;
}
.u-mlx4 {
  margin-left: 4rem !important;
}
.u-px4 {
  padding: 4rem !important;
}
.u-ptx4 {
  padding-top: 4rem !important;
}
.u-prx4 {
  padding-right: 4rem !important;
}
.u-pbx4 {
  padding-bottom: 4rem !important;
}
.u-plx4 {
  padding-left: 4rem !important;
}
.u-mx3 {
  margin: 3rem !important;
}
.u-mtx3 {
  margin-top: 3rem !important;
}
.u-mrx3 {
  margin-left: 3rem !important;
}
.u-mbx3 {
  margin-bottom: 3rem !important;
}
.u-mlx3 {
  margin-left: 3rem !important;
}
.u-px3 {
  padding: 3rem !important;
}
.u-ptx3 {
  padding-top: 3rem !important;
}
.u-prx3 {
  padding-right: 3rem !important;
}
.u-pbx3 {
  padding-bottom: 3rem !important;
}
.u-plx3 {
  padding-left: 3rem !important;
}
.u-mx2 {
  margin: 2rem !important;
}
.u-mtx2 {
  margin-top: 2rem !important;
}
.u-mrx2 {
  margin-left: 2rem !important;
}
.u-mbx2 {
  margin-bottom: 2rem !important;
}
.u-mlx2 {
  margin-left: 2rem !important;
}
.u-px2 {
  padding: 2rem !important;
}
.u-ptx2 {
  padding-top: 2rem !important;
}
.u-prx2 {
  padding-right: 2rem !important;
}
.u-pbx2 {
  padding-bottom: 2rem !important;
}
.u-plx2 {
  padding-left: 2rem !important;
}
.u-mx1 {
  margin: 1rem !important;
}
.u-mtx1 {
  margin-top: 1rem !important;
}
.u-mrx1 {
  margin-left: 1rem !important;
}
.u-mbx1 {
  margin-bottom: 1rem !important;
}
.u-mlx1 {
  margin-left: 1rem !important;
}
.u-px1 {
  padding: 1rem !important;
}
.u-ptx1 {
  padding-top: 1rem !important;
}
.u-prx1 {
  padding-right: 1rem !important;
}
.u-pbx1 {
  padding-bottom: 1rem !important;
}
.u-plx1 {
  padding-left: 1rem !important;
}
.u-mx0 {
  margin: 0rem !important;
}
.u-mtx0 {
  margin-top: 0rem !important;
}
.u-mrx0 {
  margin-left: 0rem !important;
}
.u-mbx0 {
  margin-bottom: 0rem !important;
}
.u-mlx0 {
  margin-left: 0rem !important;
}
.u-px0 {
  padding: 0rem !important;
}
.u-ptx0 {
  padding-top: 0rem !important;
}
.u-prx0 {
  padding-right: 0rem !important;
}
.u-pbx0 {
  padding-bottom: 0rem !important;
}
.u-plx0 {
  padding-left: 0rem !important;
}
@media screen and (max-width: 641px) {
  .u-sm-mx20 {
    margin: 20rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx20 {
    margin-top: 20rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx20 {
    margin-left: 20rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx20 {
    margin-bottom: 20rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx20 {
    margin-left: 20rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px20 {
    padding: 20rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx20 {
    padding-top: 20rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx20 {
    padding-right: 20rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx20 {
    padding-bottom: 20rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx20 {
    padding-left: 20rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx19 {
    margin: 19rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx19 {
    margin-top: 19rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx19 {
    margin-left: 19rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx19 {
    margin-bottom: 19rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx19 {
    margin-left: 19rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px19 {
    padding: 19rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx19 {
    padding-top: 19rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx19 {
    padding-right: 19rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx19 {
    padding-bottom: 19rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx19 {
    padding-left: 19rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx18 {
    margin: 18rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx18 {
    margin-top: 18rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx18 {
    margin-left: 18rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx18 {
    margin-bottom: 18rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx18 {
    margin-left: 18rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px18 {
    padding: 18rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx18 {
    padding-top: 18rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx18 {
    padding-right: 18rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx18 {
    padding-bottom: 18rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx18 {
    padding-left: 18rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx17 {
    margin: 17rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx17 {
    margin-top: 17rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx17 {
    margin-left: 17rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx17 {
    margin-bottom: 17rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx17 {
    margin-left: 17rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px17 {
    padding: 17rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx17 {
    padding-top: 17rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx17 {
    padding-right: 17rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx17 {
    padding-bottom: 17rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx17 {
    padding-left: 17rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx16 {
    margin: 16rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx16 {
    margin-top: 16rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx16 {
    margin-left: 16rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx16 {
    margin-bottom: 16rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx16 {
    margin-left: 16rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px16 {
    padding: 16rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx16 {
    padding-top: 16rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx16 {
    padding-right: 16rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx16 {
    padding-bottom: 16rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx16 {
    padding-left: 16rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx15 {
    margin: 15rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx15 {
    margin-top: 15rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx15 {
    margin-left: 15rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx15 {
    margin-bottom: 15rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx15 {
    margin-left: 15rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px15 {
    padding: 15rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx15 {
    padding-top: 15rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx15 {
    padding-right: 15rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx15 {
    padding-bottom: 15rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx15 {
    padding-left: 15rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx14 {
    margin: 14rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx14 {
    margin-top: 14rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx14 {
    margin-left: 14rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx14 {
    margin-bottom: 14rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx14 {
    margin-left: 14rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px14 {
    padding: 14rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx14 {
    padding-top: 14rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx14 {
    padding-right: 14rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx14 {
    padding-bottom: 14rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx14 {
    padding-left: 14rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx13 {
    margin: 13rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx13 {
    margin-top: 13rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx13 {
    margin-left: 13rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx13 {
    margin-bottom: 13rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx13 {
    margin-left: 13rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px13 {
    padding: 13rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx13 {
    padding-top: 13rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx13 {
    padding-right: 13rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx13 {
    padding-bottom: 13rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx13 {
    padding-left: 13rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx12 {
    margin: 12rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx12 {
    margin-top: 12rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx12 {
    margin-left: 12rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx12 {
    margin-bottom: 12rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx12 {
    margin-left: 12rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px12 {
    padding: 12rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx12 {
    padding-top: 12rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx12 {
    padding-right: 12rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx12 {
    padding-bottom: 12rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx12 {
    padding-left: 12rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx11 {
    margin: 11rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx11 {
    margin-top: 11rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx11 {
    margin-left: 11rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx11 {
    margin-bottom: 11rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx11 {
    margin-left: 11rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px11 {
    padding: 11rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx11 {
    padding-top: 11rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx11 {
    padding-right: 11rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx11 {
    padding-bottom: 11rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx11 {
    padding-left: 11rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx10 {
    margin: 10rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx10 {
    margin-top: 10rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx10 {
    margin-left: 10rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx10 {
    margin-bottom: 10rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx10 {
    margin-left: 10rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px10 {
    padding: 10rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx10 {
    padding-top: 10rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx10 {
    padding-right: 10rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx10 {
    padding-bottom: 10rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx10 {
    padding-left: 10rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx9 {
    margin: 9rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx9 {
    margin-top: 9rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx9 {
    margin-left: 9rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx9 {
    margin-bottom: 9rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx9 {
    margin-left: 9rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px9 {
    padding: 9rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx9 {
    padding-top: 9rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx9 {
    padding-right: 9rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx9 {
    padding-bottom: 9rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx9 {
    padding-left: 9rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx8 {
    margin: 8rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx8 {
    margin-top: 8rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx8 {
    margin-left: 8rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx8 {
    margin-bottom: 8rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx8 {
    margin-left: 8rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px8 {
    padding: 8rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx8 {
    padding-top: 8rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx8 {
    padding-right: 8rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx8 {
    padding-bottom: 8rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx8 {
    padding-left: 8rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx7 {
    margin: 7rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx7 {
    margin-top: 7rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx7 {
    margin-left: 7rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx7 {
    margin-bottom: 7rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx7 {
    margin-left: 7rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px7 {
    padding: 7rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx7 {
    padding-top: 7rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx7 {
    padding-right: 7rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx7 {
    padding-bottom: 7rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx7 {
    padding-left: 7rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx6 {
    margin: 6rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx6 {
    margin-top: 6rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx6 {
    margin-left: 6rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx6 {
    margin-bottom: 6rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx6 {
    margin-left: 6rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px6 {
    padding: 6rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx6 {
    padding-top: 6rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx6 {
    padding-right: 6rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx6 {
    padding-bottom: 6rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx6 {
    padding-left: 6rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx5 {
    margin: 5rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx5 {
    margin-top: 5rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx5 {
    margin-left: 5rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx5 {
    margin-bottom: 5rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx5 {
    margin-left: 5rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px5 {
    padding: 5rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx5 {
    padding-top: 5rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx5 {
    padding-right: 5rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx5 {
    padding-bottom: 5rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx5 {
    padding-left: 5rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx4 {
    margin: 4rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx4 {
    margin-top: 4rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx4 {
    margin-left: 4rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx4 {
    margin-bottom: 4rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx4 {
    margin-left: 4rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px4 {
    padding: 4rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx4 {
    padding-top: 4rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx4 {
    padding-right: 4rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx4 {
    padding-bottom: 4rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx4 {
    padding-left: 4rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx3 {
    margin: 3rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx3 {
    margin-top: 3rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx3 {
    margin-left: 3rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx3 {
    margin-bottom: 3rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx3 {
    margin-left: 3rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px3 {
    padding: 3rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx3 {
    padding-top: 3rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx3 {
    padding-right: 3rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx3 {
    padding-bottom: 3rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx3 {
    padding-left: 3rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx2 {
    margin: 2rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx2 {
    margin-top: 2rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx2 {
    margin-left: 2rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx2 {
    margin-bottom: 2rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx2 {
    margin-left: 2rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px2 {
    padding: 2rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx2 {
    padding-top: 2rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx2 {
    padding-right: 2rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx2 {
    padding-bottom: 2rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx2 {
    padding-left: 2rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx1 {
    margin: 1rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx1 {
    margin-top: 1rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx1 {
    margin-left: 1rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx1 {
    margin-bottom: 1rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx1 {
    margin-left: 1rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px1 {
    padding: 1rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx1 {
    padding-top: 1rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx1 {
    padding-right: 1rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx1 {
    padding-bottom: 1rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx1 {
    padding-left: 1rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mx0 {
    margin: 0rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mtx0 {
    margin-top: 0rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mrx0 {
    margin-left: 0rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mbx0 {
    margin-bottom: 0rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-mlx0 {
    margin-left: 0rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-px0 {
    padding: 0rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-ptx0 {
    padding-top: 0rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-prx0 {
    padding-right: 0rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-pbx0 {
    padding-bottom: 0rem !important;
  }
}
@media screen and (max-width: 641px) {
  .u-sm-plx0 {
    padding-left: 0rem !important;
  }
}
.u-zi10 {
  z-index: 10 !important;
}
.u-gap10 {
  gap: 10rem !important;
}
.u-zi9 {
  z-index: 9 !important;
}
.u-gap9 {
  gap: 9rem !important;
}
.u-zi8 {
  z-index: 8 !important;
}
.u-gap8 {
  gap: 8rem !important;
}
.u-zi7 {
  z-index: 7 !important;
}
.u-gap7 {
  gap: 7rem !important;
}
.u-zi6 {
  z-index: 6 !important;
}
.u-gap6 {
  gap: 6rem !important;
}
.u-zi5 {
  z-index: 5 !important;
}
.u-gap5 {
  gap: 5rem !important;
}
.u-zi4 {
  z-index: 4 !important;
}
.u-gap4 {
  gap: 4rem !important;
}
.u-zi3 {
  z-index: 3 !important;
}
.u-gap3 {
  gap: 3rem !important;
}
.u-zi2 {
  z-index: 2 !important;
}
.u-gap2 {
  gap: 2rem !important;
}
.u-zi1 {
  z-index: 1 !important;
}
.u-gap1 {
  gap: 1rem !important;
}
.u-zi0 {
  z-index: 0 !important;
}
.u-gap0 {
  gap: 0rem !important;
}
/* 


/////////////////////////
////  CSS Structure  ////
/////////////////////////

	• LESS Preprocessor is used
	• All components are divided into individual LESS files 
	• LESS nesting should be limited to TWO levels
	• Processed CSS should be minified to reduce file sizes


/////////////////////
///////  BEM  ///////
/////////////////////

	• Follow BEM principles as closely as possible


	c-block__element1__element2--modifier
	|_____|  |______|  |______|  |______|
 	   A        B          C         D

 	 A: Block
 	 B: Child Element of Block
 	 C: Grandchild Element of Block
 	 D: Class Modifier (e.g orange)

	• Try to limit __elements to grandchildren (c-block__element1__element2) otherwise, it may be time to rethink your
	  block structure. (Is the child element actually an element or should it be defined as it's own block?)

c-card
c-card__title
c-card__title--purple
c-card__img



/////////////////////
///  NAMESPACING  ///
/////////////////////


l-:  Layout;

Denotes an item used for the layout structure. Modifying this will affect everything on the website, so proceed with caution.
(e.g. editing l-grid will affect every component)


c-:  Component;

Denotes a component. These styles will modify this component only
(e.g. editing c-modal will change styles associated only with all modal components active on the website)


u-:  Utilities;

Utility classes are typically used in a singular instance and could potentially contain an "!important" override. Use these
sparingly, as too many !important can muddle up css structure.


is-, has-: States;

A class that defines a state. It's usually added or removed using jquery.


Exception: Typography styles (e.g. p, h1, h2, h3, etc.) do not have a namespace. They instead use their tag paired with a
class that matches so the text style can be used in other places. Using the tag helps identify which tag style is overwriting
the defined tag.


*/
