@charset "UTF-8";
@font-face {
  font-family: "British Shorthair";
  src: url('../css/fonts/Brittish_Shorthair.otf')
}
/*

  NORMALIZE

------------------------------------------------------------------*/
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: 'Titillium Web', sans-serif;
  color: #c2c2c2;
  background: #292b2c;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background-color: #222;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #555;
  border: 1px solid #5f5f5f;
  -webkit-box-shadow: 0 0 25px #000;
  box-shadow: 0 0 25px #000;
}

#form1, #ScriptManager1 {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-wrapper {
  width: 1012px;
  margin: 0 auto;
  position: relative;
}

h1 {
  color: #687819;
  font-size: 24px;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  font-weight: normal;
}

h2 {
  color: #333333;
  font-size: 16px;
  margin: 20px 0 6px 0;
  font-weight: normal;
}

h2.locations {
  color: #687819;
  font-size: 18px;
  font-weight: bolder;
}

h3 {
  color: #687819;
  font-size: 14px;
  margin: 20px 0 0 0;
  font-weight: bolder;
}

p {
  font-size: 14px;
  line-height: 1.5;
}

p.locations {
  font-size: 14px;
  margin: 0 !important;
}

p a {
  color: #c2c2c2;
}

p a:hover {
  color: white;
}

h2 + p {
  margin-top: 6px;
}

li a {
  color: #c2c2c2;
}

li a:hover {
  color: white;
}

form {
  margin: 0;
}

.p--larger {
  font-size: 18px;
}

header {
  position: relative;
  background: #292b2c url(../img/stitch-tile.png) repeat-x bottom 5px center;
  height: 113px;
  width: 100%;
  text-align: center;
}

.header__logo-wrapper {
  height: 100%;
  width: calc(50% - 297px);
  position: absolute;
  background: white;
}

.header__logo {
  width: 168px;
  height: auto;
  position: absolute;
  top: 24px;
  right: 35px;
}

.header__logo-edge {
  position: absolute;
  top: 0;
  right: -46px;
}

.header__nav-wrapper {
  width: 1012px;
  text-align: right;
  margin: 0 auto;
}

.nav {
  list-style: none;
  margin: 66px 0 0 0;
}

.nav li {
  display: inline-block;
  margin-left: 31px;
}

.nav li a {
  color: #687819;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
}

.nav li a:hover {
  color: #859a20;
}

.nav li a.active {
  color: white;
}

.nav--PL li a {
  font-size: 14px;
}

.country-dropdown {
  top: 17px;
  position: absolute;
  right: calc(50% - 510px);
  z-index: 1000;
}

.country-dropdown__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.country-dropdown__flex:hover .country-dropdown__btn {
  background-color: #191819;
}

.country-dropdown__icon {
  width: 20px;
  margin-right: 15px;
}

.country-dropdown__btn {
  outline: none;
  border: none;
  background-color: #fff;
  background-color: #242627;
  padding: 7px 15px;
  color: white;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  padding-right: 40px;
  -webkit-transition: 30ms background-color linear;
  -o-transition: 30ms background-color linear;
  transition: 30ms background-color linear;
}

.country-dropdown__btn::after {
  content: '▼';
  font-size: 60%;
  position: relative;
  right: -25px;
  top: -1px;
}

.country-dropdown__list {
  z-index: 2000;
  position: absolute;
  padding: 20px 10px;
  background-color: #191819;
  right: 0;
  top: 0;
  min-width: 200px;
  margin-left: auto;
  display: none;
}

.country-dropdown__list span {
  padding: 0 20px 20px;
  display: block;
}

.country-dropdown__list--show {
  display: block;
}

.country-dropdown__item {
  display: block;
  color: #687819;
  text-decoration: none;
  padding: 10px 20px;
  -webkit-transition: 30ms background-color linear;
  -o-transition: 30ms background-color linear;
  transition: 30ms background-color linear;
}

.country-dropdown__item:hover {
  background-color: #242627;
}

.country-dropdown__item--active {
  position: relative;
  color: white;
}

.country-dropdown__item--active::after {
  content: '✓';
  position: absolute;
  right: 0;
}

.slider {
  height: 540px;
  position: relative;
  background: black;
}

.slider__nav-content-wrapper {
  position: absolute;
  z-index: 10;
  bottom: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 26px;
}

.slider__nav {
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin-right: 23px;
}

.slider__overlay {
  background: url(../img/slider__mask.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.slider__slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  z-index: 1;
}

.slider__slide--active {
  opacity: 1;
  z-index: 2;
}

.slider__slide--make-active {
  z-index: 3;
  opacity: 1;
}

.slider__content {
  text-align: right;
  position: relative;
  z-index: 5;
}

.slider__content-h1 {
  margin: 0 37px 15px auto;
  width: 300px;
  text-align: left;
  padding-top: 122px;
  line-height: 1.25;
}

.slider__content-p {
  margin: 0 37px 0 auto;
  width: 300px;
  text-align: left;
}

.middle {
  background: url(../img/middle-bgtile.png) repeat-y center top;
}

.middle .span-9 {
  margin-right: 0;
}

.middle .span-9 p {
  margin: 0 20px 25px 0;
}

.middle .span-11 h1 {
  margin-left: 20px;
}

.middle .span-11 img {
  margin: 0 0 20px 4px;
}

.middle .span-11 p {
  margin: 0 0 0 20px;
}

.boxed-header {
  background: white;
  padding: 6px;
  margin-bottom: 30px;
  line-height: 0;
}

.boxed-header span {
  line-height: 1;
  display: inline-block;
  margin-left: 10px;
}

.boxed-header img {
  margin-top: 10px;
  width: 100%;
  height: auto;
}

.boxed-header__txt {
  line-height: 1;
  margin-bottom: 0;
  padding-left: 10px;
}

.boxed-header__txt--oneline {
  padding-top: 12px;
  padding-bottom: 12px;
}

.container {
  background: black;
  padding: 60px 0 80px 0;
}

.container--home {
  background: black url(../img/home-container-bg.jpg) no-repeat center top;
  background-size: 100% auto;
}

footer {
  background-color: #292b2c;
  background: url(../img/stitch-tile.png) repeat-x top 7px center, url(../img/footer-bg-watermark.png) no-repeat top center, #292b2c;
  height: 155px;
  text-align: right;
  font-size: 11px;
  line-height: 1;
  padding-top: 51px;
}

footer a {
  color: white;
  text-decoration: none;
}

.footer__nav {
  margin: 0 0 30px 0;
}

.footer__nav-link {
  text-decoration: none;
  margin: 0 8px;
  display: inline-block;
}

.footer__nav-link:last-child {
  margin-right: 0;
}

.footer__nav-link:hover {
  text-decoration: underline;
}

.footer__legal a {
  text-decoration: underline;
}

.footer__social-links {
  position: absolute;
  left: 0;
  top: 5px;
}

.footer__social-links .nudge {
  position: relative;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
@media (max-width: 768px) {
  .footer__social-links .nudge {
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
  }
}

.footer__social-link {
  width: 47px;
  height: 47px;
  margin-right: 18px;
  -webkit-transition: -webkit-transform 0.05s linear;
  transition: -webkit-transform 0.05s linear;
  -o-transition: transform 0.05s linear;
  transition: transform 0.05s linear;
  transition: transform 0.05s linear, -webkit-transform 0.05s linear;
}

.footer__social-txt {
  display: inline-block;
  position: relative;
  font-size: 12px;
  margin-right: 15px;
  top: -12px;
}

.footer__social-txt:hover {
  text-decoration: underline;
}

.footer__social-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.footer__social-link.nudge:hover {
  -webkit-transform: scale(1.1) translateX(27px);
  -ms-transform: scale(1.1) translateX(27px);
  transform: scale(1.1) translateX(27px);
}

.mast {
  height: 290px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mast--contact {
  background-image: url(../img/mast-contact.jpg);
}

.mast--community {
  background-image: url(../img/mast-community.jpg);
}

.mast--products {
  background-image: url(../img/mast-products2.jpg);
}

.mast--sustainability {
  background-image: url(../img/mast-sustainability.jpg);
}

.mast--sustainability:hover .mast__play-icon {
  opacity: 1;
}

.mast__play-icon {
  position: absolute;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
  opacity: 0.85;
}

.mast__content-shader {
  background: url(../img/mast-content-shade-tile.png) repeat-y center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mast__h1 {
  font-size: 30px;
  color: white;
  width: 422px;
  text-transform: none;
  line-height: 1.125;
}

.mast__p {
  width: 422px;
  color: white;
}

section {
  padding: 50px 0;
}

.section--grey {
  background: #1d1d1d url(../img/stitch-tile.png) repeat-x top 6px center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section--two-stitch {
  background: url(../img/stitch-tile.png) repeat-x top 7px center, url(../img/stitch-tile.png) repeat-x bottom 7px center, #1d1d1d;
}

.section--light {
  background: #d0d1cb url(../img/stitch-tile.png) repeat-x top 6px center;
  color: #484848;
}

.section--map {
  background: #eeefe9;
  text-align: center;
  border-top: 1px solid #ddd;
}

.map-container {
  width: 1040px !important;
  height: 550px;
  margin-top:-50px;
  margin-bottom:126px;
  padding-left:0 !important;
}

.section--contact {
  padding-bottom: 100px;
}

.column-flexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column--half {
  width: 47%;
}

.column--67pc {
  width: 67%;
}

.column--63pc {
  width: 63%;
}

.column--60pc {
  width: 60%;
}

.column--50pc {
  width: 50%;
}

.column--44pc {
  width: 44%;
}

.column--34pc {
  width: 34%;
}

.column--33pc {
  width: 33%;
}

.column--32pc {
  width: 32%;
}

.column--30pc {
  width: 30%;
}

.column--grey-stroke {
  background: #494c4e;
  width: 1px;
}

.button {
  display: inline-block;
  padding: 12px 25px;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  background: #eeefe9;
  color: #687819;
  font-family: Titillium Web, sans-serif;
  outline: none;
  -webkit-appearance: none;
  margin-top: 30px;
  border-radius: 5px;
  -webkit-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  transition: all linear 150ms;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button:hover {
  background: white;
  color: #333;
}

.button--green {
  background-color: #687819;
  font-weight: bold;
  color: white;
}

.button--green:hover {
  background-color: #82961f;
  color: white;
}

#backToTop {
  position: relative;
  padding-left: 15px;
  padding-right: 39px;
}

#backToTop:after {
  content: '';
  display: inline-block;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  height: 22px;
  width: 16px;
  position: absolute;
  top: 13px;
  right: 14px;
}

.body-link {
  color: #484848;
}

.body-link:hover {
  color: black;
}

.products-footnote {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  margin-top: 70px;
}

.basic-list {
  margin: 0 0 0 18px;
  padding: 0;
  font-size: 14px;
}

.basic-list li {
  margin-bottom: 6px;
}

.video-modal {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}

.video-modal iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 50px black;
  box-shadow: 0px 0px 50px black;
}

.video-model--show {
  display: block;
  cursor: pointer;
}

.video-modal__closebtn {
  width: 30px;
  height: 30px;
  background: black;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(521px, -300px);
  -ms-transform: translate(521px, -300px);
  transform: translate(521px, -300px);
  cursor: pointer;
}

.video-modal__closebtn:before {
  content: '';
  background: white;
  height: 3px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  left: 5px;
}

.video-modal__closebtn:after {
  content: '';
  background: white;
  height: 3px;
  width: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 13px;
  left: 5px;
}

.video-modal__closebtn:hover:before,
.video-modal__closebtn:hover:after {
  background: #94ff90;
}

.vimeo-link,
.youtube-link1,
.youtube-link2 {
  cursor: pointer;
  text-decoration: underline;
}

.vimeo-link:hover,
.youtube-link1:hover,
.youtube-link2:hover {
  color: white;
}

.flags {
  float: right;
}

.ContactFormContainor,
.Confirmation {
  padding-top: 26px;
  position: relative;
}

.ContactFormContainor input,
.Confirmation input {
  font-family: 'Titillium Web', sans-serif;
  background: #eeefe9;
  border: 0;
  outline: 0;
  color: #687819;
  height: 46px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.ContactFormContainor input:focus,
.Confirmation input:focus {
  background: white;
}

.ContactFormContainor select,
.Confirmation select {
  -webkit-appearance: none;
  font-family: 'Titillium Web', sans-serif;
  background: #eeefe9;
  border: 0;
  outline: 0;
  color: #687819;
  margin: 0;
  border-radius: 0;
  height: 46px;
  padding-left: 10px;
  padding-right: 10px;
}

.ContactFormContainor select:focus,
.Confirmation select:focus {
  background: white;
}

.ContactFormContainor .select-arrow-wrapper,
.Confirmation .select-arrow-wrapper {
  background: #d4d4d4;
  position: absolute;
  top: 26px;
  left: 200px;
  width: 38px;
  height: 46px;
  pointer-events: none;
}

.ContactFormContainor .select-arrow,
.Confirmation .select-arrow {
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 12px;
  border-top: 9px solid #687819;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  pointer-events: none;
}

.ContactFormContainor textarea,
.Confirmation textarea {
  height: 260px;
  width: 100%;
  color: #687819;
  margin: 0;
  border: 0;
  outline: 0;
  margin-top: 30px;
  padding: 10px;
  background: #eeefe9;
}

.ContactFormContainor textarea:focus,
.Confirmation textarea:focus {
  background: white;
}

.ContactFormContainor .contactName,
.Confirmation .contactName {
  width: 35%;
  float: left;
}

.ContactFormContainor .email,
.Confirmation .email {
  width: calc(65% - 30px);
  float: right;
}

.ContactFormContainor .subject,
.Confirmation .subject {
  margin-top: 30px;
  width: 100%;
}

.ContactFormContainor .button,
.Confirmation .button {
  border: none;
  outline: none;
  -webkit-appearance: none;
  font-size: 16px;
  margin-top: 30px;
  border-radius: 5px;
  width: 160px;
}

.ContactFormContainor .button:hover,
.Confirmation .button:hover {
  background: white;
}

.ContactFormContainor .errors strong,
.Confirmation .errors strong {
  color: #f00;
}

.job__first-name {
  width: calc(50% - 15px);
  float: left;
}

.job__last-name {
  width: calc(50% - 15px);
  float: right;
}

.job__email {
  margin-top: 30px;
  width: 100%;
}

.job__upload {
  padding: 17px 35px;
}

.job__upload:hover {
  color: #fff;
  background-color: #687819;
}

.job .btn {
  background-color: #687819 !important;
  color: #fff !important;
  text-align: center;
  padding: 12px;
  width: 120px !important;
  height: auto;
}

.job .btn--a {
  padding: 10px 20px;
  height: auto;
  font-size: 14px;
  width: 100px !important;
}

.job .btn--submit {
  margin-top: 0 !important;
}

.job .btn:hover {
  background-color: #829233 !important;
}

.upload__choose {
  height: auto;
  background-color: #333 !important;
  color: #aaa !important;
  padding: 10px;
  margin-top: 30px;
  width: 100%;
}

.upload__btn {
  width: 200px !important;
  position: relative;
  top: 1px;
  margin-top: 0 !important;
  margin-left: 25px;
}

.job__checkbox {
  margin-right: 5px;
  position: relative;
  top: 2px;
  height: 0.8em !important;
}

.job__checkbox input {
  height: 0.8em !important;
}

.mast--apollo {
  background-image: -webkit-linear-gradient(340deg, #e8e8e8 40%, rgba(232, 232, 232, 0) 60%), url(../img/apollo/mast.jpg);
  background-image: -o-linear-gradient(340deg, #e8e8e8 40%, rgba(232, 232, 232, 0) 60%), url(../img/apollo/mast.jpg);
  background-image: linear-gradient(110deg, #e8e8e8 40%, rgba(232, 232, 232, 0) 60%), url(../img/apollo/mast.jpg);
  background-color: #e8e8e8;
  background-position-x: right;
  background-size: auto 100%;
  -webkit-box-shadow: inset 0px 1px 20px rgba(51, 51, 51, 0.1);
  box-shadow: inset 0px 1px 20px rgba(51, 51, 51, 0.1);
  position: relative;
}

.mast--apollo img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 15vw;
}

.mast--footer {
  background-image: url(../img/apollo/footer.jpg);
  height: 460px;
}

.img-flexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.img-flexer > img.trio {
  width: 31%;
  height: auto;
}

.img-flexer .img-wrapper.quad {
  width: 18%;
}

.img-flexer .img-wrapper.quad img {
  width: 100%;
  height: auto;
}

.col-flexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-flexer > div.col2 {
  width: 46%;
}

.pdf-label {
  text-align: center;
  display: block;
  -webkit-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  text-decoration: none;
  font-size: 16px;
  color: #687819;
  padding: 10px;
  font-weight: bold;
}

.pdf-label:hover {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .pdf-label {
    font-size: 10px;
    padding: 5px;
  }
}

img.w100pc {
  width: 100%;
  height: auto;
}

.quad img {
  -webkit-transition: -webkit-transform 100ms ease-out;
  transition: -webkit-transform 100ms ease-out;
  -o-transition: transform 100ms ease-out;
  transition: transform 100ms ease-out;
  transition: transform 100ms ease-out, -webkit-transform 100ms ease-out;
}

.quad img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

img.box-shadow {
  -webkit-box-shadow: 0 0 20px #111;
  box-shadow: 0 0 20px #111;
}

h1.gray {
  color: #484848;
}

.btn-flexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.apollo .btn {
  border-radius: 5px;
  background-color: #fff;
  color: #687819;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}

.apollo .btn:hover {
  -webkit-box-shadow: 0 0 20px #555;
  box-shadow: 0 0 20px #555;
  font-weight: bold;
  background-color: #687819;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  color: #fff;
}

.dinamica {
  color: white;
  font-weight: bold;
}

.dinamica a {
  text-decoration: none;
  color: #007CDE;
}

@media (hover: hover) {
  .dinamica a:hover {
    text-decoration: underline;
    color: #007CDE;
  }
}

.dinamica p {
  font-size: 18px !important;
}

@media (min-width: 760px) {
  .dinamica p {
    font-size: 20px !important;
  }
}

@media (min-width: 975px) {
  .dinamica p {
    font-size: 22px !important;
  }
}

.dinamica small {
  font-weight: normal;
  font-size: 0.675em;
}

.dinamica h1 {
  font-size: 50px;
  color: white;
  text-transform: none;
  font-weight: bold;
}

@media (min-width: 760px) {
  .dinamica h1 {
    font-size: 60px !important;
  }
}

@media (min-width: 975px) {
  .dinamica h1 {
    font-size: 72px !important;
  }
}

.dinamica .dinamica__h1--larger {
  font-weight: normal;
}

@media (min-width: 760px) {
  .dinamica .dinamica__h1--larger {
    font-size: 65px !important;
  }
}

@media (min-width: 975px) {
  .dinamica .dinamica__h1--larger {
    font-size: 80px !important;
  }
}

.dinamica .parallax-bg {
  position: absolute;
  top: -40%;
  left: -15%;
  width: 130%;
  height: 130%;
  background-size: cover;
  z-index: -1;
}

@media (min-width: 760px) {
  .dinamica .parallax-bg {
    top: -25%;
  }
}

.dinamica__section1 {
  padding: 21vw 10vw 28vw;
  background: url(/assets/img/dinamica/section1-bg--mobile.jpg) no-repeat center center/cover;
  color: white;
}

@media (min-width: 975px) {
  .dinamica__section1 {
    height: 56vw;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(/assets/img/dinamica/section1-bg--desktop.jpg);
  }
}

@media (min-width: 1920px) {
  .dinamica__section1 {
    height: 1075.2px;
  }
}

.dinamica__section1-logo {
  width: 100%;
  height: auto;
}

.dinamica__section1-content {
  margin: 0 auto;
  max-width: 600px;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

@media (min-width: 1200px) {
  .dinamica__section1-content {
    max-width: 812px;
  }
}

.dinamica__section1-p {
  margin: 2em 0;
}

@media (min-width: 760px) {
  .dinamica__section1-p {
    margin: 3em 0;
  }
}

.dinamica__section2 {
  padding: 14vw 10vw;
  background-color: black;
  position: relative;
}

@media (min-width: 975px) {
  .dinamica__section2 {
    height: 56vw;
    padding: 8vw 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1920px) {
  .dinamica__section2 {
    height: 1075.2px;
    padding-top: 153.6px;
  }
}

.dinamica__section2 h1 {
  text-align: center;
}

@media (min-width: 975px) {
  .dinamica__section2 h1 {
    margin-bottom: 1em;
  }
}

.dinamica__section2-content {
  margin: 0 auto;
  max-width: 600px;
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

@media (min-width: 1200px) {
  .dinamica__section2-content {
    max-width: 812px;
  }
}

.dinamica__section2-img {
  width: 100vw;
  position: relative;
  left: -10vw;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

@media (min-width: 975px) {
  .dinamica__section2-img {
    position: absolute;
    width: 750px;
    left: 0;
    bottom: 100px;
    max-width: 45%;
  }
}

.dinamica__section3 {
  padding: 18vw 10vw;
  color: white;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (min-width: 975px) {
  .dinamica__section3 {
    height: 56vw;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1920px) {
  .dinamica__section3 {
    height: 1075.2px;
  }
}

.dinamica__section3 h1:first-child {
  margin-bottom: 1em;
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

@media (min-width: 975px) {
  .dinamica__section3 h1:first-child {
    margin-bottom: 2em;
  }
}

.dinamica__section3 .parallax-bg {
  background: url(/assets/img/dinamica/section3-bg--mobile.jpg) no-repeat center center/cover;
}

@media (min-width: 975px) {
  .dinamica__section3 .parallax-bg {
    background-image: url(/assets/img/dinamica/section3-bg--desktop.jpg);
  }
}

.dinamica__section3-content {
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .dinamica__section3-content {
    position: absolute;
    bottom: 47%;
  }
}

#js-dinamica__section3-h1-larger {
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.dinamica__section4 {
  padding: 0;
}

@media (min-width: 975px) {
  .dinamica__section4-content {
    height: 56vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media (min-width: 1920px) {
  .dinamica__section4-content {
    height: 1075.2px;
  }
}

.dinamica__section4-img {
  height: 50vw;
  background: url(/assets/img/dinamica/section4-bg--mobile.jpg) no-repeat center center/cover;
}

@media (min-width: 975px) {
  .dinamica__section4-img {
    background-image: url(/assets/img/dinamica/section4-bg--desktop.jpg);
    width: 55vw;
    height: auto;
  }
}

.dinamica__section4-h1-wrapper {
  background-color: white;
  height: 50vw;
  padding: 0 10vw;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 975px) {
  .dinamica__section4-h1-wrapper {
    width: 45vw;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    height: auto;
  }
}

.dinamica__section4-h1-wrapper h1 {
  color: black;
  -webkit-transform: translateX(1em);
  -ms-transform: translateX(1em);
  transform: translateX(1em);
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

@media (min-width: 975px) {
  .dinamica__section4-h1-wrapper h1 {
    text-align: left;
    margin-left: 0.5em;
  }
}

.dinamica__section5 {
  height: 110vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (min-width: 760px) {
  .dinamica__section5 {
    height: 80vw;
  }
}

@media (min-width: 975px) {
  .dinamica__section5 {
    height: 56vw;
  }
}

@media (min-width: 1920px) {
  .dinamica__section5 {
    height: 1075.2px;
  }
}

.dinamica__section5 h1 {
  margin: 0;
  text-align: center;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.dinamica__section5 .parallax-bg {
  background: url(/assets/img/dinamica/section5-bg--mobile.jpg) no-repeat center center/cover;
}

@media (min-width: 975px) {
  .dinamica__section5 .parallax-bg {
    background-image: url(/assets/img/dinamica/section5-bg--desktop.jpg);
  }
}

.dinamica__section6 {
  padding: 0;
  background-color: white;
  position: relative;
}

.dinamica__section6 h1 {
  color: black;
}

.dinamica__section6-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 975px) {
  .dinamica__section6-content {
    height: 56vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1920px) {
  .dinamica__section6-content {
    height: 1075.2px;
  }
}

.dinamica__section6-content div {
  height: 35vw;
}

@media (min-width: 975px) {
  .dinamica__section6-content div {
    height: 50%;
    width: 50%;
  }
}

@media (max-width: 975px) {
  .dinamica__section6-spacer {
    display: none;
  }
}

.dinamica__section6-img--gold {
  background: url(/assets/img/dinamica/section6-gold.jpg) no-repeat center center/cover;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

@media (max-width: 975px) {
  .dinamica__section6-img--gold {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.dinamica__section6-img--blue {
  background: url(/assets/img/dinamica/section6-blue.jpg) no-repeat center center/cover;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

@media (max-width: 975px) {
  .dinamica__section6-img--blue {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.dinamica__section6-h1-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 975px) {
  .dinamica__section6-h1-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.dinamica__section6-h1-wrapper h1 {
  -webkit-transform: translateX(1em);
  -ms-transform: translateX(1em);
  transform: translateX(1em);
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

@media (min-width: 975px) {
  .dinamica__section6-h1-wrapper h1 {
    margin-left: 1em;
  }
}

.dinamica__section7 {
  height: 110vw;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(/assets/img/dinamica/section7-bg--mobile.jpg) no-repeat top center/100% auto;
  color: white;
  background-color: black;
}

@media (min-width: 760px) {
  .dinamica__section7 {
    height: 80vw;
  }
}

@media (min-width: 975px) {
  .dinamica__section7 {
    height: 56vw;
    background-image: url(/assets/img/dinamica/section7-bg--desktop.jpg);
  }
}

@media (min-width: 1920px) {
  .dinamica__section7 {
    height: 1075.2px;
  }
}

.dinamica__section7 h1 {
  margin: 0 0 1.5em;
  text-align: center;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.dinamica__section8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  background-color: black;
}

@media (min-width: 975px) {
  .dinamica__section8 {
    padding: 10vw 10vw 0;
  }
}

@media (min-width: 1920px) {
  .dinamica__section8 {
    padding: 192px 192px 0;
  }
}

.dinamica__section8 h1 {
  margin: 0 0 1em;
  padding-top: 2em;
  text-align: center;
}

.dinamica__section8-video {
  height: 0;
  line-height: 0;
  padding-top: 56.25%;
  max-width: 1500px;
  width: 100%;
  position: relative;
}

@media (min-width: 1900px) {
  .dinamica__section8-video {
    padding-top: 848px;
  }
}

.dinamica__section8-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dinamica__section9 {
  padding: 25vw 10vw 60vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  background-color: black;
}

@media (min-width: 760px) {
  .dinamica__section9 {
    padding: 20vw 6vw 24vw 3vw;
  }
}

@media (min-width: 975px) {
  .dinamica__section9 {
    padding: 16vw 4vw;
  }
}

@media (min-width: 1920px) {
  .dinamica__section9 {
    padding: 307.2px;
  }
}

.dinamica__section9-logo {
  width: 100%;
  height: auto;
}

@media (min-width: 760px) {
  .dinamica__section9-logo {
    height: 100%;
    width: auto;
  }
}

.dinamica__section9-logo--vegan {
  margin: 12vw 0;
}

@media (min-width: 760px) {
  .dinamica__section9-logo--vegan {
    margin: 0;
  }
}

@media (min-width: 760px) {
  .dinamica__section9-logo--epd {
    height: 80%;
  }
}

.dinamica__section9-p {
  text-align: center;
  margin: 0;
  -webkit-transform: translateY(1em);
  -ms-transform: translateY(1em);
  transform: translateY(1em);
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

@media (max-width: 760px) {
  .dinamica__section9-p {
    font-size: 22px;
  }
}

.dinamica__section9-logos {
  -webkit-transform: translateY(1em);
  -ms-transform: translateY(1em);
  transform: translateY(1em);
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

@media (min-width: 760px) {
  .dinamica__section9-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 110px;
    width: 100%;
    margin-top: 6vw;
    max-width: 900px;
  }
}

@media (min-width: 1920px) {
  .dinamica__section9-logos {
    margin-top: 115.2px;
  }
}

.dinamica__section10 {
  padding: 21vw 10vw 28vw;
  text-align: center;
  color: white;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (min-width: 975px) {
  .dinamica__section10 {
    height: 56vw;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1920px) {
  .dinamica__section10 {
    height: 1075.2px;
  }
}

.dinamica__section10 .parallax-bg {
  background: url(/assets/img/dinamica/section10-bg--mobile.jpg) no-repeat center center/cover;
  top: -20%;
}

@media (min-width: 760px) {
  .dinamica__section10 .parallax-bg {
    top: -30%;
  }
}

@media (min-width: 975px) {
  .dinamica__section10 .parallax-bg {
    background-image: url(/assets/img/dinamica/section10-bg--desktop.jpg);
    top: -50%;
  }
}

.dinamica__section10-content {
  margin: 0 auto;
  -webkit-transform: translateY(3em);
  -ms-transform: translateY(3em);
  transform: translateY(3em);
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

@media (min-width: 1200px) {
  .dinamica__section10-content {
    max-width: 950px;
  }
}

.dinamica__section10-p {
  text-align: left;
  margin: 2em 0 4em;
}

@media (min-width: 975px) {
  .dinamica__section10-p {
    padding: 0 4em;
  }
}

p.dinamica__section10-big-p {
  font-size: 30px !important;
}

.dinamica__section11 {
  padding: 21vw 10vw 28vw;
  background-color: white;
  color: black;
}

@media (min-width: 975px) {
  .dinamica__section11 {
    height: 56vw;
    padding: 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1920px) {
  .dinamica__section11 {
    height: 1075.2px;
  }
}

.dinamica__section11 h1 {
  color: #03E87F;
  white-space: nowrap;
  margin: 0;
}

@media (max-width: 975px) {
  .dinamica__section11 h1 {
    text-align: center;
  }
}

@media (min-width: 975px) {
  .dinamica__section11 h1 {
    width: 50%;
  }
}

@media (min-width: 975px) {
  .dinamica__section11 p {
    width: 50%;
  }
}

.dinamica__section11-content {
  -webkit-transform: translateX(2em);
  -ms-transform: translateX(2em);
  transform: translateX(2em);
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

@media (min-width: 975px) {
  .dinamica__section11-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.dinamica__section12 {
  padding: 28vw 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(/assets/img/dinamica/section12-bg--mobile.jpg) no-repeat center center/cover;
  color: white;
}

@media (min-width: 975px) {
  .dinamica__section12 {
    height: 56vw;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(/assets/img/dinamica/section12-bg--desktop.jpg);
  }
}

@media (min-width: 1920px) {
  .dinamica__section12 {
    height: 1075.2px;
  }
}

p.dinamica__section12-p1 {
  font-size: 20px !important;
  margin: 0;
  line-height: 1;
  padding-left: 0.25em;
}

@media (min-width: 760px) {
  p.dinamica__section12-p1 {
    font-size: 22px !important;
  }
}

@media (min-width: 975px) {
  p.dinamica__section12-p1 {
    font-size: 25px !important;
  }
}

p.dinamica__section12-p2 {
  font-size: 80px !important;
  margin: 0;
  line-height: 0.875;
}

@media (min-width: 760px) {
  p.dinamica__section12-p2 {
    font-size: 90px !important;
  }
}

@media (min-width: 975px) {
  p.dinamica__section12-p2 {
    font-size: 100px !important;
  }
}

p.dinamica__section12-p3 {
  font-size: 32px !important;
  font-weight: 300;
  margin: 0;
  line-height: 1;
  padding-left: 0.125em;
}

@media (min-width: 760px) {
  p.dinamica__section12-p3 {
    font-size: 38px !important;
  }
}

@media (min-width: 975px) {
  p.dinamica__section12-p3 {
    font-size: 44px !important;
  }
}

.dinamica__section12-content {
  -webkit-transform: translateY(3em);
  -ms-transform: translateY(3em);
  transform: translateY(3em);
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.dinamica-fadein {
  -webkit-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  transform: translate(0) !important;
  opacity: 1 !important;
}

#sustainability h1, #sustainability h2 {
  text-transform: uppercase;
  font-weight: bold;
}

#sustainability h1 {
  font-size: 30px;
  line-height: 1.2;
  padding-bottom:32px;
}

#sustainability h2 {
  font-size: 18px;
  line-height: 1.2;
}

#sustainability p {
  font-size: 16px;
  color: white;
}

#sustainability small {
  font-size: 16px;
}

#sustainability section {
  padding: 0;
}

#sustainability .content {
  max-width: 1070px;
  margin: auto;
  padding: 0 30px;
  position: relative;
}

#sustainability .hero {
  background: url(/assets/img/sustainability/swirl-light.png) no-repeat;
  background-color: #FFFFFF;
  padding-top: 60px;
  background-size: 65%;
  background-position: right -25% top 50%;}

#sustainability .hero > .content::before {
  content: '';
  height: 10px;
  position: absolute;
  bottom: 0;
  background-color: #E6F100;
  width: 100%;
}

@media (max-width: 768px) {
  #sustainability .hero {
    background: -12vw -60px/914px auto url(/assets/img/sustainability/swirl-light.png) no-repeat;
    background-color: #fff;
  }

  #sustainability .hero > .content::before {
    bottom: 0;
    left: 10px;
    width: 95%;
  }
}

#sustainability .hero__h1 {
  max-width: 450px;
  color: black;
  position: relative;
  z-index: 0;
}

#sustainability .hero__h1::after {
  content: '';
  background-color: #E8E9DF;
  position: absolute;
  height: 74px;
  width: 425px;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

@media (max-width: 768px) {
  #sustainability .hero__h1 {
    font-size: 24px;
    max-width: 250px;
  }

  #sustainability .hero__h1::after {
    content: '';
    background-color: #E8E9DF;
    position: absolute;
    height: 74px;
    width: 290px;
    top: 50%;
    left: -30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
  }
}

@media (min-width: 770px) and (max-width: 1024px) {
  #sustainability .hero__h1 {
    max-width: 450px;
    padding: 30px 0;
  }
  .map-container {
    width: auto !important;
    padding-right: 0 !important;
  }
}

#sustainability .hero__p {
  color: black;
  max-width: 505px;
  padding-bottom: 48px;
  margin-bottom: 0;
}

#sustainability .hero__sub_h1 {
  color: black;
  max-width: 505px;
  padding-bottom: 64px;
  margin-bottom: 0;
  font-size: 94px;
  font-weight: bolder;
  letter-spacing: 7.5px;
  position: relative;
  z-index: 1;
}

#sustainability .hero__sub_h1_shadow {
  color: #E4E2D7;
  max-width: 505px;
  margin-bottom: 0;
  font-size: 112px;
  font-weight: bolder;
  letter-spacing: 9.5px;
  position: absolute;
  bottom: 12px;
  z-index: 0;
}

@media (max-width: 768px) {
  #sustainability .hero__sub_h1 {
    font-size: 40px;
    padding-bottom: 42px;
  }
  
  #sustainability .hero__sub_h1_shadow {
    font-size: 44px;
    bottom: 22px;
  }
}

@media (min-width:320px) and (max-width: 405px) {
  #sustainability .hero__sub_h1 {
    font-size: 32px;
    padding-bottom: 42px;
  }
  
  #sustainability .hero__sub_h1_shadow {
    font-size: 28px;
    bottom: 22px;
  }
}

#sustainability .round_header_img {
  position: absolute;
  max-width: 147px;
  right: 38px;
  z-index: 1;
}

@media (max-width: 768px) {
  #sustainability .hero__p {
    padding-top: 18px;
    max-width: none;
  }

  #sustainability .round_header_img {
    position: absolute;
    max-width: 80px;
    top: 20px;
    right: 24px;
  }
}

#sustainability .three-ways {
  padding-top:60px;
  height: 370px;
  background-color: #F1F3EA;
}



#sustainability .offerings {
  padding-top:60px;
  padding-bottom: 60px;
  background-color: #F1F3EA;
}

#sustainability .offerings__block {
  background-color: #ffffff;
  padding: 12px 24px;
  text-align: center;
}

#sustainability .offerings__header__img {
  max-width: 78px;
  margin-top: -48px;
}

#sustainability .offerings__heading {
  text-align: center;
  color: #333333;
  font-weight: bolder;
  padding-top: 18px;
}

#sustainability .offerings__small {
  font-size: 16px;
  color: #333333;
}

#sustainability .offerings__img {
  height: 85px;
  position: absolute;
  -webkit-transform: translateX(calc(-100% - 15px));
  -ms-transform: translateX(calc(-100% - 15px));
  transform: translateX(calc(-100% - 15px));
}

#sustainability .offerings__grid {
  display: -ms-grid;
  display: grid;
  grid-template-areas: 'i i';
  text-align: left;
  gap: 38px 40px;
  -webkit-transform: translateX(11%);
  -ms-transform: translateX(11%);
  transform: translateX(11%);
  padding-top: 60px;
  padding-bottom: 24px;
}

@media (max-width: 768px) {
  #sustainability .offerings__grid {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-top: 18px;
  }
  #sustainability .offerings__item-txt {
    padding-left: 30px;
  }
  #sustainability .offerings__img {
    max-height: 92px !important;
    max-width: 82px !important;
    margin-left: 32px;
  }
  #sustainability .offerings__small {
    font-size: 15px;
    color: #333333;
  }
  #sustainability .offerings__item {
    margin-top: 0;
  }
}

#sustainability .offerings__item {
  max-width: 330px;
  min-height: 85px;
}

#sustainability .offerings__item.less-margin {
  margin-top: -54px;
}

@media (max-width: 768px) {
  #sustainability .offerings__item {
    max-width: none;
    padding: 20px 8px 20px 72px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .map-container {
    width: auto !important;
    padding-right: 0 !important;
  }
  #sustainability .offerings__item.less-margin {
    margin-top: 0;
  }
  .offerings__item.placeholder {
    display: none;
  }
}

#sustainability .offerings__item-txt {
  display: inline-block;
}

#sustainability .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

#sustainability .column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex:1;
}

#sustainability .signature {
  background-color: #FFFFFF;
}

#sustainability .signature.journey {
  background: url(/assets/img/sustainability/swirl-light.png) no-repeat;
  background-color: #FFFFFF;
  padding-top: 60px;
  background-size: 65%;
  background-position: right -24% bottom 0%;
}

@media (max-width: 768px) {
  #sustainability .signature.journey {
    background-size: 195%;
    background-position: right 28% bottom 70%;
  }
}

#sustainability .journey__note {
  text-align: center;
  padding: 120px 48px;
}

@media (max-width: 768px) {
  #sustainability .journey__note {
    padding: 48px 18px;
  }
}

#sustainability .signature__h2.journey__text {
  font-size: 68px;
}

@media (max-width: 768px) {
  #sustainability .signature__h2.journey__text {
    font-size: 58px;
    width: unset;
  }
}

#sustainability .signature__note {
  padding: 0 24px;
  justify-content: center;
}


#sustainability .signature__h2 {
  font-size: 24px;
  font-family: British Shorthair;
  font-weight: regular;
  font-size: 40px;
  color: #333333;
  padding-top: 32px;
  padding-bottom: 12px;
}

@media (min-width: 768px) and (max-width: 980px) {
  #sustainability .signature__h2 {
    font-size: 34px;
  }
}

#sustainability .signature__author {
  color: #333333;
  font-size: 16px;
  padding-bottom: 24px;
}

#sustainability .signature__img {
  width: 480px;
}

@media (max-width: 768px) {
  #sustainability .signature__img {
    position: absolute;
    left: 0;
    height: 340px;
  }
  #sustainability .signature__note {
    padding: 12px 16px;
    justify-content: center;
    z-index: 1;
    position: relative;
    top: 175px;
    background-color: #F8F8F4;
    text-align: center;
  }
  #sustainability .signature__h2 {
    font-size: 32px;
    width: 330px;
    padding-top: 0;
    padding-left: 12px;
  }
  #sustainability .signature__author {
    font-size: 14px;
  }
  #sustainability .row {
    padding-bottom: 200px;
  }
  
}

@media (max-width: 920px) {
  #sustainability .signature__img {
    position: absolute;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
  }
  #sustainability .offerings__item-txt {
    max-width: 250px;
  }
}

@media (min-width:320px) and (max-width: 423px) {
  #sustainability .signature__img {
    position: absolute;
    top: 0;
  }
  #sustainability .row {
    align-items: center;
    justify-content: center;
  }
}

#sustainability .icons {
  background-color: white;
  position: absolute;
  padding: 1em 3em 2em;
  top: 0;
  right: 80px;
  -webkit-box-shadow: 0 0 30px #00000083;
  box-shadow: 0 0 30px #00000083;
}

@media (max-width: 768px) {
  #sustainability .icons {
    position: static;
    padding: 1.5em;
  }
}

#sustainability .icons__h1 {
  color: #333333;
  font-weight: bolder;
  font-size: 32px;
  text-align: center;
  margin-bottom: 1.5em;
  letter-spacing: 1.5px;
}

@media (max-width: 768px) {
  #sustainability .icons__h1 {
    margin-top: 0;
    font-size: 26px;
  }
}

#sustainability .icons__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media (max-width: 768px) {
  #sustainability .icons__flex {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

#sustainability .icons__child {
  width: 90px;
  text-align: center;
}

@media (max-width: 768px) {
  #sustainability .icons__child {
    width: 27%;
    max-width: 100px;
  }
}

#sustainability .dinamica-miko {
  position: relative;
  background-color: #E8E9DF;
  padding-top: 48px;
  padding-bottom: 58px;
}

#sustainability .dinamica__img {
  display: inline-block;
}

#sustainability .dinamica__heading {
  padding: 28px 28px;
  padding-bottom: 0;
  position: relative;
  z-index: 0;
  display: inline-block;
}

#sustainability .dinamica__paragraph__subheading {
  display: inline-block;
  color: #333333;
  font-weight: bolder;
  padding-bottom: 18px;
  top: -6px;
  position: relative;
}

#sustainability .dinamica__offset {
  width: 700px;
  background-color: #ffffff;
  display: inline-block;
  position: absolute;
  top: 32px;
  right: 0;
}

@media (max-width: 768px) {
  #sustainability .dinamica-miko {
    padding-top: 48px;
    padding-bottom: 58px;
    height: 960px;
    background-color: #fff;
  }
  #sustainability .dinamica__offset {
    width: unset;
    background-color: #F8F8F4;
  }
  #sustainability .dinamica__paragraph {
    padding-left: 0 !important;
    top: -92px !important;
  }
  #sustainability .dinamica__paragraph__heading {
    font-size: 26px;
    padding-left: 90px !important;
    position: relative;
    top: -4px;
    max-width: 234px;
    margin-left: 12px;
  }
  #sustainability .dinamica__paragraph__subheading {
    padding-left: 90px;
    position: relative;
    top: -14px;
    margin-left: 12px;
  }
  #sustainability .dinamica__icon {
    width: 84px !important;
  }
  p.dinamica__paragraph__content {
    padding-bottom: 14px;
  }
  #sustainability .dinamica__img {
    position: relative;
    z-index: 1;
    width: 300px;
    top: 700px;
  }
}

@media(max-width:404px) {
  #sustainability .dinamica__img {
    top: 745px;
  }
}

#sustainability .dinamica__paragraph {
  display: inline-block;
  position: relative;
  top: -54px;
  padding-left: 90px;
}

#sustainability .dinamica__icon {
  margin-right: 30px;
  width: 60px;
}

#sustainability .dinamica__h1 {
  color: #333333;
  display: inline-block;
}

#sustainability .dinamica__paragraph__heading {
  padding: 0;
  color: #333333;
}

#sustainability .dinamica__h1__sub {
  font-size: 18px;
}

#sustainability .dinamica__sub-text {
  font-size: 12px;
  padding-top: 18px;
  display: block;
  color: #333333;
}

#sustainability .dinamica__paragraph__content {
  color: #333333;
}

#sustainability .dinamica__body {
  background-color: #ffffff;
  color: #333333;
  list-style: none;
  display: inline-block;
  padding: 20px 35px 30px;
  margin-bottom: 100px;
  margin-top: 40px;
}

#sustainability .dinamica__discover-dinamica-btn {
  text-decoration: none;
  color: white;
  background-color: #333333;
  padding: 14px 50px 14px 18px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  margin-top: 0px;
  position: relative;
  max-width: 350px;
  margin: 12px 0;
}

#sustainability .dinamica__discover-dinamica-btn::after {
  content: '';
    width: 10px;
    height: 100%;
    background-color: #E6F100;
    position: absolute;
    right: 0;
    top: 0;
}

#sustainability .video {
  background-color: #191819;
  padding: 90px 0 110px;
  text-align: center;
}

#sustainability .video--light {
  background-color: #f3f3f3;
}

#sustainability .video__h1 {
  margin-bottom: 50px;
  z-index: 0;
  position: relative;
  color: white;
  display: inline-block;
}

#sustainability .video__h1::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #687819;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 70%;
  height: 200%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

#sustainability .video__h1--light {
  margin-bottom: 50px;
  z-index: 0;
  position: relative;
  color: black;
  display: inline-block;
}

#sustainability .video__h1--light::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #d8dcc3;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 70%;
  height: 200%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

#sustainability .video__iframe-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin: auto;
}

#sustainability .video__iframe {
  border: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#sustainability .brands {
  background-color: white;
  margin: 0;
  padding-top: 60px;
  background-image: -webkit-radial-gradient(right, circle, #f3f3f3, transparent 50%);
  background-image: -o-radial-gradient(right, circle, #f3f3f3, transparent 50%);
  background-image: radial-gradient(circle at right, #f3f3f3, transparent 50%);
}

#sustainability .brands > .content {
  position: relative;
  position: relative;
}

#sustainability .brands > .content::after {
  content: '';
  height: 10px;
  position: absolute;
  bottom: 0;
  background-color: #687819;
  width: 500px;
}

@media (max-width: 768px) {
  #sustainability .brands > .content::after {
    left: 0;
  }
}

#sustainability .brands__heading {
  z-index: 0;
  position: relative;
  margin-bottom: 40px;
}

#sustainability .brands__heading::after {
  content: '';
  width: 270px;
  height: 60px;
  background-color: #d8dcc3;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translate(-30px, 5px);
  -ms-transform: translate(-30px, 5px);
  transform: translate(-30px, 5px);
}

#sustainability .brands__h1 {
  color: black;
  display: inline-block;
  margin-right: 40px;
}

#sustainability .brands__icon {
  width: 60px;
}

#sustainability .brands__dinamica {
  width: 300px;
}

#sustainability .brands__yes {
  width: 160px;
}

@media (max-width: 768px) {
  #sustainability .brands__yes {
    margin-top: 100px;
  }
}

#sustainability .brands__h2 {
  color: black;
}

#sustainability .brands__ul {
  list-style: none;
  padding-left: 10px;
  padding-bottom: 80px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #sustainability .brands__ul {
    padding-bottom: 40px;
  }
}

#sustainability .brands__li {
  max-width: 450px;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.2;
  color: black;
}

#sustainability .brands__li::before {
  content: '';
  position: absolute;
  left: -9px;
  height: 100%;
  background-color: #d8dcc3;
  width: 5px;
}

@media (max-width: 768px) {
  #sustainability .brands__dinamica-img, #sustainability .brands__yes-img {
    position: static;
    width: 100%;
    height: auto;
    display: block;
    max-width: 400px;
  }
}

#sustainability .brands__dinamica-img {
  top: 40px;
}

#sustainability .brands__yes-img {
  bottom: -30px;
}

@media (max-width: 768px) {
  #sustainability .brands__yes-img {
    padding-bottom: 40px;
  }
}

#sustainability .offerings__icon {
  width: 65px;
}

#sustainability .offerings__p {
  max-width: 800px;
  margin: auto;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  #sustainability .offerings {
    margin-bottom: 0;
    padding-bottom: 24px;
  }
}

@media (max-width: 768px) {
  #sustainability .offerings__img {
    -webkit-transform: translateX(-125%) !important;
    -ms-transform: translateX(-125%) !important;
    transform: translateX(-125%) !important;
    display: block;
    max-height: 50px;
    max-width: 45px;
    height: auto;
    width: auto;
  }
}

#sustainability .offerings__h2 {
  color: #333333;
  margin: 0;
}

#sustainability .reach {
  background-color: #F8F8F4;
  padding-top: 48px;
  padding-bottom: 80px;
}

#sustainability .reach__heading {
  z-index: 0;
  position: relative;
}

#sustainability .reach__column-heading {
  font-size: 18px;
}

#sustainability .reach__data {
  padding: 12px 0;
}

#sustainability .reach__data-text {
  font-size: 16px;
  padding-bottom: 8px;
}

#sustainability .reach__data-value {
  font-size: 28px;
  font-weight: bolder;
}

#sustainability .reach__heading::after {
  content: '';
  width: 460px;
  height: 74px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translate(-30px, 5px);
  -ms-transform: translate(-30px, 5px);
  transform: translate(-30px, -20px);
}

@media (max-width: 768px) {
  #sustainability .reach__heading::after {
    height: 85px;
  }
}

#sustainability .reach__h1 {
  color: black;
  display: inline-block;
  margin-right: 40px;
  padding-left: 12px;
}

#sustainability .reach__icon {
  width: 70px;
}

#sustainability .reach__p {
  color: #333;
}

#sustainability .reach__tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

#sustainability .reach__tab {
  color: black;
  font-size: 22px;
  text-transform: uppercase;
  outline: none;
  border: none;
  background-color: transparent;
  font-weight: bold;
  border-radius: 7px 7px 0 0;
  display: inline-block;
  color: black;
  padding: 5px 20px 5px;
  margin: 0 10px;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: 30ms background-color linear;
  -o-transition: 30ms background-color linear;
  transition: 30ms background-color linear;
}

#sustainability .reach__tab:hover {
  background-color: #d8dcc3;
}

@media (max-width: 770px) {
  #sustainability .reach {
    padding-top: 0;
  }
  #sustainability .reach__tab {
    display: block;
    width: 100%;
    border-radius: 0;
    background: #eee;
    margin: 0 0 10px 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #sustainability .reach__heading {
    z-index: 0;
    position: relative;
  }
  #sustainability .reach__heading::after {
    width: 102%;
    margin-left: 24px;
  }
  #sustainability .reach__h1 {
    color: black;
    display: inline-block;
    margin-left: 124px;
    max-width: 235px;
    font-size: 28px;
  }
  #sustainability .reach__icon {
    width: 92px;
    position: relative;
    top: 100px;
    left: 18px;
  }
  #sustainability .reach__p {
    color: black;
    padding: 0px 28px;
  }
  #sustainability .reach__column1 {
    width: 100% !important;
    height: auto !important;
  }
  #sustainability .reach__column {
    width: 100% !important;
  }
  #sustainability .reach__pie-sunlight {
    position: initial;
    top:10px;
  }
  #sustainability .reach__column-heading {
    padding-top: 14px;
  }
}

#sustainability .reach__tab--active {
  color: #333333;
  background-color: #ffffff;
  pointer-events: none;
}

#sustainability .reach__tab--active::after {
  content: '';
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #E6F100;
  width: 78%;
  margin-left: 11%;
}

#sustainability .reach__tab--active + .reach__tab-content {
  display: flex !important;
  flex-wrap: wrap;
}

#sustainability .reach__tab-content {
  display: none;
  width: calc(100% + 60px);
  -webkit-box-ordinal-group: 101;
  -ms-flex-order: 100;
  order: 100;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  padding: 20px 12px 12px;
  background: #ffffff;
  min-height: 480px;
}

@media (max-width: 768px) {
  #sustainability .reach__tab-content {
    padding: 40px 0 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

#sustainability .reach__column {
  flex-grow: 1;
  color: #333;
  width: 38%;
  height: auto;
  padding: 24px 8px 0 56px;
}

#sustainability .reach__column1 {
  flex-grow: 1;
  width: 24%;
  height: 250px;
  padding: 24px 12px 0 16px;
  background: #F3F3F3;
  color: #333;
  height: 95%;
}

#sustainability .reach__column-heading {
  position: relative;
}

#sustainability .reach__column-icon {
  position: absolute;
  left: -34px;
  top: 8px;
}

#sustainability .reach__col1-heading {
  font-weight: bolder;
  padding-bottom: 8px;
}

#sustainability .reach__column-li {
  padding-bottom: 8px;
}

#sustainability h2, #sustainability p, #sustainability small {
  color: black;
  margin: 0;
}

#sustainability .reach__sa-img {
  width: 650px;
  position: absolute;
  right: 0;
}

#sustainability .reach__euro-img {
  width: 450px;
  position: absolute;
  right: 30px;
  top: 40px;
}

#sustainability .reach__asia-img {
  width: 700px;
  right: -60px;
  top: 20px;
  position: absolute;
}

@media (max-width: 768px) {
  #sustainability, #sustainability .reach__sa-img, #sustainability .reach__euro-img, #sustainability .reach__asia-img {
    position: static;
    width: 100%;
    max-width: 500px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

#sustainability .reach__asia-label {
  position: absolute;
  left: 30px;
  bottom: 31%;
}

@media (max-width: 768px) {
  #sustainability .reach__asia-label {
    position: static;
    margin-top: 20px;
  }
}

#sustainability .reach__footer {
  width: calc(100% + 60px);
  display: block;
  margin-top: 100px;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}

@media (max-width: 768px) {
  #sustainability .reach__footer {
    margin-top: 100px !important;
  }
}

#sustainability .efforts {
  background: white;
  position: relative;
  text-align: left;
  padding: 20px 0 120px;
}

@media (max-width: 768px) {
  #sustainability .efforts {
    padding-bottom: 0;
  }
}

#sustainability .efforts::before {
  content: '';
  height: 450px;
  position: absolute;
  bottom: 0;
  background-color: #F8F8F4;
  width: 45%;
  bottom: 120px;
  top: auto;
  left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  #sustainability .efforts::before {
    content: unset;
  }
}

#sustainability .efforts::after {
  content: '';
  height: 10px;
  position: absolute;
  bottom: 0;
  background-color: #E6F100;
  width: 45%;
  bottom: 110px;
  top: auto;
  left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  #sustainability .efforts::after {
    content: unset;
  }
}

#sustainability .efforts-container {
  display: flex;
  height: auto;
}

@media (max-width: 768px) {
  #sustainability .efforts-container {
    display: block;
    position: relative;
    top: -190px;
    z-index: 0;
    height: auto !important;
  }
}

#sustainability .efforts__column {
  flex-grow: 1;
  color: #333;
  width: 38%;
  height: auto;
  padding: 110px 8px 0 24px;
}

@media (max-width: 768px) {
  #sustainability .efforts__column {
    width: unset;
    padding: 40px 8px 0 24px;
  }
}

#sustainability .efforts-icon {
  height: 26px;
  position: absolute;
  left: 0;
  top: 18px;
}

@media (max-width: 768px) {
  #sustainability .efforts-icon {
    height: 32px;
  }
}

#sustainability .efforts__description {
  background-color: #F8F8F4;
  padding: 110px 0 24px 124px;
  text-align: left;
}

@media (max-width: 768px) {
  #sustainability .efforts__description {
    padding: 180px 24px 38px;
  }
}

#sustainability .efforts__list1 {
  background-color: #F1F3EA;
}

#sustainability .efforts__list2 {
  background-color: #E8E9DF;
}

#sustainability .efforts__heading {
  display: inline-block;
  text-align: center;
  margin: auto;
  z-index: 0;
  position: relative;
  top: 110px;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

@media (max-width: 768px) {
  #sustainability .efforts__heading {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
    text-align: unset;
    position: relative;
    top: -10px;
    z-index: 1;
  }
}

#sustainability .efforts__icon {
  width: 95px;
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
}

@media (max-width: 768px) {
  #sustainability .efforts__icon {
    position: relative;
    top: 74px;
    width: 108px;
  }
}

#sustainability .efforts__h1 {
  color: #333;
  display: inline-block;
  text-align: left;
  margin-left: 15px;
}

@media (max-width: 768px) {
  #sustainability .efforts__h1 {
    display: block;
    text-align: left;
    margin: 0;
    margin-left: 120px;
  }
}

@media (max-width: 380px) {
  #sustainability .efforts__h1 {
    font-size: 24px;
  }
}

@media (min-width:320px) and (max-width:374px) {
  #sustainability .efforts__h1 {
    font-size: 17px;
  }
}

@media (min-width:375px) and (max-width:415px) {
  #sustainability .efforts__h1 {
    font-size: 24px;
  }
}


#sustainability .efforts__h2 {
  color: #333;
  position: relative;
  display: inline-block;
  text-align: left;
  font-size: 18px;
  padding: 12px 0 28px 38px;
  border-top: 1px solid #333;
  margin-right: 28px;
}

@media (max-width: 768px) {
  #sustainability .efforts__h2 {
    max-width: none;
    margin-left: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #sustainability .efforts__h2 {
    display: block;
  }
}

#sustainability .global {
  padding: 30px 0 120px;
  background-color: #F1F3EA;
}

@media (max-width: 768px) {
  #sustainability .global {
    padding: 30px 0 28px;
  }
}

#sustainability .global__heading {
  display: inline-block;
  position: relative;
  z-index: 0;
  margin: 50px 0 40px;
  width: 100%;
  height: 51px;
  background-color: white;
  padding-left: 18px;
}

@media (max-width: 768px) {
  #sustainability .global__heading {
    height: 64px;
  }
}

#sustainability .global__h1 {
  color: #333;
  display: inline-block;
  padding-left: 94px;
  position: relative;
  top: -18px;
}

@media (max-width: 768px) {
  #sustainability .global__h1 {
    font-size: 28px;
    padding-left: 114px;
  }
}

#sustainability .global__icon {
  display: inline-block;
  position: absolute;
  width: 84px;
  top: -18px;
}

@media (max-width: 768px) {
  #sustainability .global__icon {
    width: 100px;
    top: -20px;
  }
}


#sustainability .global__p {
  color: #333;
  position: relative;
  bottom: 55px;
  left: 94px;
}

@media (max-width: 768px) {
  #sustainability .global__p {
    max-width: none;
    left: 0;
    padding-top: 24px;
    padding-bottom: 12px;
  }
}

#sustainability .global__h2 {
  color: #333;
  margin-bottom: 30px;
}

#sustainability .global__grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  gap: 40px 130px;
  grid-template-areas: 'i i i i';
}

#sustainability .global__grid.awards {
  gap:40px 40px;
}

@media (max-width: 768px) {
  #sustainability .global__grid.awards {
    gap: 28px 18px;
  }
  #sustainability .global__grid.awards {
    grid-template-areas: 'i i';
  }
}

@media (min-width: 771px) and (max-width: 980px) {
  #sustainability .global__grid.awards {
    grid-template-areas: 'i i i';
  }
}

#sustainability .award-info {
  font-size: 14px;
  font-weight: bold;
}

#sustainability .global__cert__container {
  background-color: #F8F8F4;
  padding: 48px 24px 48px;
  margin-top: -48px;
}

@media (min-width: 768px) {
  #sustainability .global__cert__container {
    background-color: #F1F3EA;
  }
}

#sustainability .global__awards__container {
  background-color: #fff;
  padding: 48px 24px 48px;
  margin-top: -48px;
}

@media (min-width: 320px) and (max-width:425px) {
  #sustainability .global__award-icon {
    max-width: 125px;
  }
  #sustainability .global__grid.awards {
    gap: 18px 0px;
  }
  #sustainability .award-info {
    font-size: 14px;
    font-weight: bold;
    padding: 2px 18px;
  }
}

#sustainability .global__5-grid {
  grid-template-areas: 'i i i i i';
  gap: 50px 10px;
}

@media (min-width: 768px) {
  #sustainability .global__grid.global__5-grid {
    gap: 50px 8px !important;
  }
}

@media (min-width: 770px) and (max-width: 980px) {
  #sustainability .global__grid.global__5-grid {
    grid-template-areas: 'i i i i';
  }
}

#sustainability .global__icon-container {
  display: flex;
  position: relative;
  min-width: 185px;
}

@media (max-width: 768px) {
  #sustainability .global__icon-container {
    min-width: 162px;
  }
  #sustainability .global__icon-container.cert-key {
    display: block;
  }
}

@media (min-width: 320px) and (max-width:425px) {
  #sustainability .global__icon-container {
    min-width: 145px;
  }
}

#sustainability .global__icon-container.awards {
  display: block;
  text-align: center;
}

#sustainability .global__cert-icon {
  width: 26px;
}

@media (max-width: 768px) {
  #sustainability .global__cert-icon {
    height: 28px;
  }
  #sustainability .global__cert-icon.cert-key {
    position: relative;
    top: 0;
    left: 68px;
  }
  #sustainability .cert-key {
    position: relative;
  }
  #sustainability .cert-info {
    text-align: center;
  }
}

#sustainability .cert-info {
  display: flex;
  padding-left: 6px;
  font-weight: bold;
}

#sustainability .cert-sub-info {
  font-size: 10px;
  position: absolute;
  top: 20px;
  padding-left: 34px;
}

@media (max-width: 768px) {
  #sustainability .cert-sub-info {
    max-width: 134px;
    font-size: 11.5px;
  }
}

@media (max-width: 767px) {
  #sustainability .global__grid {
    gap: 40px 0px;
    grid-template-areas: 'i i';
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #sustainability .global__grid {
    gap: 40px 70px;
  }
}

@media (max-width: 767px) {
  #sustainability .global__img {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    width: 26px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #sustainability .global__img {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    width: 110px !important;
  }
}

@media (min-width: 1024px) {
  #sustainability .global__img {
    width: 150px !important;
  }
}

#sustainability .future {
  background: center -30px/800px auto url(/assets/img/sustainability/swirl.svg) no-repeat;
  background-color: #191819;
  text-align: center;
  padding: 50px 0 150px;
}

#sustainability .future__heading {
  display: inline-block;
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
}

#sustainability .future__heading::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #687819;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: auto;
  bottom: -3px;
  width: 70%;
  height: 60%;
}

#sustainability .future__icon {
  width: 70px;
}

#sustainability .future__h1 {
  color: white;
  margin-top: 5px;
}

#sustainability .future__p {
  margin-bottom: 30px;
}

#sustainability .future__h2 {
  font-size: 22px;
  color: white;
  margin-bottom: 50px;
}

#sustainability .future__grid {
  display: -ms-grid;
  display: grid;
  grid-template-areas: 'i i i i';
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}

@media (max-width: 767px) {
  #sustainability .future__grid {
    row-gap: 40px;
    grid-template-areas: 'i i';
  }
}

#sustainability .future__img {
  width: 220px;
}

@media (max-width: 768px) {
  #sustainability .future__img {
    width: 36vw;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #sustainability .future__img {
    width: 19vw;
  }
}

#sustainability .details {
  background-color: #F8F8F4;
  padding: 74px 0 74px;
}

@media (max-width: 768px) {
  #sustainability .details {
    padding: 74px 0 0;
  }
}

#sustainability .details > .content {
  background: right 0px/380px auto url(/assets/img/sustainability/story-img.png) no-repeat;
  padding-bottom: 60px;
  background-size: 50%;
}

#sustainability .details > .content::before {
  content: '';
  height: 10px;
  position: absolute;
  bottom: -73px;
  background-color: #E6F100;
  width: 100%;
}

@media (max-width: 768px) {
  #sustainability .details > .content {
    background: right 0px/380px auto url(/assets/img/sustainability/story-img.png) no-repeat;
    background-position: left 20% top 42%;
  }
  #sustainability .details > .content::before {
    width: 85%;
    bottom: 0;
  }
}

@media (min-width: 320px) and (max-width:425px) {
  #sustainability .details > .content {
    background-size: 80% !important;
    background-position: left 35% top 42%;
  }
}

#sustainability .details__h1 {
  z-index: 0;
  display: inline-block;
  color: black;
  position: relative;
}

#sustainability .details__h2 {
  color: #333;
  max-width: 400px;
  font-size: 16px;
  text-transform: none;
  padding-bottom: 24px;
}

@media (max-width: 768px) {
  #sustainability .details__h2 {
    padding-bottom: 250px;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  #sustainability .details__h2 {
    max-width: 40%;
  }
}

#sustainability .details__btn {
  text-decoration: none;
  color: white;
  background-color: #687819;
  border-radius: 7px;
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  margin-top: 30px;
}

html, body {
  overflow-x: hidden;
}

.mobile-menu-btn {
  display: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mobile-menu-btn:focus {
  outline: none !important;
}

@media (max-width: 975px) {
  .mobile-menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background-color: transparent;
    border: none;
    width: 147px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    top: 21px;
    right: 20px;
    width: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.mobile-menu-btn__h1 {
  display: inline-block;
  color: white;
  line-height: 1;
  font-size: 18px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-bottom: 0;
  margin-right: 10px;
}

.mobile-menu-btn__svg {
  display: inline-block;
  width: 30px;
}

.site-dimmer {
  opacity: 0;
  background-color: #000000aa;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: opacity 100ms linear;
  -o-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
  pointer-events: none;
}

.site-dimmer--show {
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 1050px) {
  header {
    height: 70px;
    overflow: hidden;
  }
  body:not(.no-touch) .header__nav-scroll-window {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
    padding-bottom: 80px;
  }
  body.no-touch .country-dropdown__item {
    padding: 0 20px;
  }
  .header__logo-wrapper {
    width: 180px;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  .header__logo {
    width: 100px;
    position: relative;
    -webkit-transform: translate(65px, -9px);
    -ms-transform: translate(65px, -9px);
    transform: translate(65px, -9px);
  }
  .header__nav-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 1000;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: auto;
    -webkit-transition: 200ms -webkit-transform ease-out;
    transition: 200ms -webkit-transform ease-out;
    -o-transition: 200ms transform ease-out;
    transition: 200ms transform ease-out;
    transition: 200ms transform ease-out, 200ms -webkit-transform ease-out;
    background-color: #292b2cfc;
    padding: 0 20px;
  }
  .header__nav-wrapper--show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .nav {
    margin: 0;
    padding: 0;
    display: block;
  }
  .nav li {
    display: block;
    border-bottom: 1px dashed #585959;
    margin-left: auto;
    min-width: 190px;
  }
  .nav li:last-of-type {
    border: none;
  }
  .nav li a {
    text-transform: uppercase;
    padding: 1.3em;
    padding-right: 0;
    display: inline-block;
    font-size: 18px !important;
  }
  .nav__close {
    display: block;
    border: none !important;
    color: white;
    font-size: 18px !important;
    -webkit-tap-highlight-color: transparent;
  }
  .nav__close:focus {
    outline: none !important;
  }
  .nav__close::after {
    content: '×';
    color: white;
    font-size: 180%;
    position: relative;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    display: inline-block;
    margin-left: 10px;
  }
  footer {
    height: auto;
    padding-bottom: 35px;
    background: url(/assets/img/stitch-tile.png) repeat-x top 7px center, url(/assets/img/footer-bg-watermark.png) no-repeat 20% center/auto 100%, #292b2c;
  }
  footer > .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    width: auto;
  }
  .footer__nav, .footer__social-links, .footer__legal {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__social-links {
    position: static;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .footer__social-links--foreign {
    -webkit-transform: translateX(-6px) !important;
    -ms-transform: translateX(-6px) !important;
    transform: translateX(-6px) !important;
  }
  .country-dropdown {
    position: static;
  }
  .country-dropdown__list {
    position: static;
    min-width: auto;
  }
  .site-dimmer--desktop {
    display: none !important;
  }
  .slider {
    height: auto;
  }
  .slider__overlay {
    display: none;
  }
  .slider__content {
    margin-top: 33vw;
    background: -webkit-linear-gradient(315deg, black, rgba(0, 0, 0, 0.5));
    background: -o-linear-gradient(315deg, black, rgba(0, 0, 0, 0.5));
    background: linear-gradient(135deg, black, rgba(0, 0, 0, 0.5));
  }
  .slider__content-h1 {
    margin: 0;
    width: auto;
    padding: 20px 0 10px;
  }
  .slider__content-h1 br {
    display: none;
  }
  .slider__content-p {
    margin: 0;
    width: auto;
    padding: 0 0 70px;
  }
  .slider__nav-photo-caption {
    font-size: 11px;
    margin-top: 0.25em;
  }
  .content-wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .width100pc-on-phone {
    max-width: 100%;
    height: auto;
  }
  .mast {
    height: 22vw;
  }
}

@media (min-width: 1050px) {
  .nav__close {
    display: none !important;
  }
  header {
    z-index: 100;
  }
  .site-dimmer--mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .column--job-right {
    padding-left: 70px;
    border-left: 2px solid white;
    position: relative;
  }
  .column--job-right:after {
    content: "OR";
    color: white;
    padding: 1em 0;
    background-color: #1d1d1d;
    position: absolute;
    top: 55px;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
  }
  .locations__flexer {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .locations__flexer .column--30pc {
    padding-right: 30px;
  }
  .locations__flexer .column--30pc:last-child {
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .locations__flexer p {
    font-size: 13px !important;
  }
  .flex-on-tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .pr40-on-tablet {
    padding-right: 40px !important;
  }
}

h1 {
  line-height: 1.25;
}

.h1--larger {
  font-size: 30px;
}

.grecaptcha-badge {
  z-index: 100;
}

@media (max-width: 767px) {
  .mt60-on-phone {
    margin-top: 60px !important;
  }
}

@media (max-width: 768px) {
  footer {
    padding-top: 50px;
  }
  .footer__social-links {
    -webkit-transform: translate(-40px);
    -ms-transform: translate(-40px);
    transform: translate(-40px);
    position: relative;
    padding-top: 15px;
  }
  .footer__social-txt {
    position: absolute !important;
    width: 150px;
    text-align: left;
  }
  .footer__nav {
    line-height: 1.7;
    max-width: 340px;
  }
  .footer__dinamica {
    display: none;
  }
  .footer__legal {
    line-height: 1.7;
    max-width: 300px;
  }
  .footer__social-link--dinamica-icon {
    -webkit-transform: translateX(98px) !important;
    -ms-transform: translateX(98px) !important;
    transform: translateX(98px) !important;
  }
  .column-flexer {
    display: block;
  }
  .column-flexer > div {
    width: 100%;
  }
  .width100pc-on-phone {
    width: 100%;
    height: auto;
  }
  .column--grey-stroke {
    display: none;
  }
  .column--50pc.column--stroke-left h1 {
    margin: 30px 0 0 !important;
  }
  .boxed-header__txt {
    padding: 0 10px;
  }
  .column--half + .column--half {
    margin-top: 60px;
  }
  h1 + img:not(.mobile-menu-btn__svg) {
    margin-top: 14px;
  }
  .column--grey-stroke + .column--50pc h1 {
    margin: 60px 0 0 !important;
  }
  .boxed-header span {
    margin-left: 0;
  }
  h2 {
    font-size: 20px;
  }
  p:not(.p--larger), .basic-list li {
    font-size: 16px;
  }
  .mt0-on-phone {
    margin-top: 0 !important;
  }
  .contactName {
    float: none !important;
    width: 100% !important;
  }
  .email {
    float: none !important;
    width: 100% !important;
    margin-top: 30px;
  }
  .ContactFormContainor .select-arrow-wrapper, .Confirmation .select-arrow-wrapper {
    left: auto;
    right: 0;
  }
  #form1, #ScriptManager1 {
    min-height: auto;
  }
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.hide {
  display: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

.no-top {
  margin-top: 0;
  padding-top: 0;
}

.no-bot {
  margin-bottom: 0;
  padding-bottom: 0;
}

.nada {
  margin: 0;
  padding: 0;
}

.mr20 {
  margin-right: 20px;
}

.mr-a {
  margin-right: auto;
}

.ml-a {
  margin-left: auto;
}

.mr20-non-phone {
  margin-right: 0;
}

@media (min-width: 768px) {
  .mr20-non-phone {
    margin-right: 20px;
  }
}

.mr30 {
  margin-right: 30px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.ml30 {
  margin-left: 30px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb10-only-phone {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .mb10-only-phone {
    margin-bottom: 0;
  }
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb20-only-phone {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .mb20-only-phone {
    margin-bottom: 0;
  }
}

.mb20-only-tablet {
  margin-bottom: 20px;
}

@media (min-width: 975px) {
  .mb20-only-tablet {
    margin-bottom: 0;
  }
}

.mb20-non-phone {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .mb20-non-phone {
    margin-bottom: 20px;
  }
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb30-only-phone {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .mb30-only-phone {
    margin-bottom: 0;
  }
}

.mb40 {
  margin-bottom: 40px;
}

.mb40-only-phone {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .mb40-only-phone {
    margin-bottom: 0;
  }
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt17 {
  margin-top: 17px;
}

.mt20 {
  margin-top: 20px;
}

.mt20-non-phone {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mt20-non-phone {
    margin-top: 20px;
  }
}

.mt20-only-phone {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .mt20-only-phone {
    margin-top: 0;
  }
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt40-non-phone {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mt40-non-phone {
    margin-top: 40px;
  }
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt40 {
  padding-top: 40px;
}

.pt60 {
  padding-top: 60px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb80 {
  padding-bottom: 80px;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.whitebg {
  background: white;
}

.whitetxt {
  color: white;
}

.blacktxt {
  color: black;
}

.navytxt {
  color: #323563;
}

.non-phone {
  display: none;
}

@media (min-width: 768px) {
  .non-phone {
    display: block;
  }
}

.non-phone-ib {
  display: none;
}

@media (min-width: 768px) {
  .non-phone-ib {
    display: inline-block;
  }
}

.phone-only {
  display: block;
}

@media (min-width: 768px) {
  .phone-only {
    display: none;
  }
}

.phone-only-ib {
  display: inline-block;
}

@media (min-width: 768px) {
  .phone-only-ib {
    display: none;
  }
}

.tablet-only {
  display: block;
}

@media (min-width: 975px) {
  .tablet-only {
    display: none;
  }
}

.desktop-only {
  display: none;
}

@media (min-width: 975px) {
  .desktop-only {
    display: block;
  }
}

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.di {
  display: inline;
}

.dn {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href^='http']:after {
    content: " <" attr(href) "> ";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
