.md-button {
  margin: initial; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

.color_black {
  color: #212121; }
  .color_black a {
    color: inherit; }

.background_black {
  background: #212121; }

.color_white, .box_product-overlay-title {
  color: #ffffff; }
  .color_white a, .box_product-overlay-title a {
    color: inherit; }

.background_white, .site_header-nav-button div, .site_header-nav-link:before, .contact_form-container {
  background: #ffffff; }

.color_asparagus {
  color: #68A046; }
  .color_asparagus a {
    color: inherit; }

.background_asparagus {
  background: #68A046; }

.color_electric {
  color: #1CA0DA; }
  .color_electric a {
    color: inherit; }

.background_electric {
  background: #1CA0DA; }

.color_fire {
  color: #D22630; }
  .color_fire a {
    color: inherit; }

.background_fire {
  background: #D22630; }

.color_tango {
  color: #EB6E20; }
  .color_tango a {
    color: inherit; }

.background_tango {
  background: #EB6E20; }

.color_tulip {
  color: #F5B53F; }
  .color_tulip a {
    color: inherit; }

.background_tulip {
  background: #F5B53F; }

.color_eggplant, .site_header-nav-link {
  color: #563F6B; }
  .color_eggplant a, .site_header-nav-link a {
    color: inherit; }

.background_eggplant, .site_header-nav.open .site_header-nav-link:before, .site_header-nav-button div, .contact_section {
  background: #563F6B; }

.color_barbie {
  color: #E63888; }
  .color_barbie a {
    color: inherit; }

.background_barbie {
  background: #E63888; }

.color_gallery {
  color: #F3F2F3; }
  .color_gallery a {
    color: inherit; }

.background_gallery {
  background: #F3F2F3; }

.color_astronaut {
  color: #004664; }
  .color_astronaut a {
    color: inherit; }

.background_astronaut {
  background: #004664; }

.color_dark-gray, h3:not(.color_white):not(.box_product-overlay-title) {
  color: #535353; }
  .color_dark-gray a, h3:not(.color_white):not(.box_product-overlay-title) a {
    color: inherit; }

.background_dark-gray {
  background: #535353; }

.color_baltic, h1:not(.color_white):not(.box_product-overlay-title), h2:not(.color_white):not(.box_product-overlay-title), h4:not(.color_white):not(.box_product-overlay-title) {
  color: #2D252A; }
  .color_baltic a, h1:not(.color_white):not(.box_product-overlay-title) a, h2:not(.color_white):not(.box_product-overlay-title) a, h4:not(.color_white):not(.box_product-overlay-title) a {
    color: inherit; }

.background_baltic {
  background: #2D252A; }

.color_concrete {
  color: #BEBEBE; }
  .color_concrete a {
    color: inherit; }

.background_concrete {
  background: #BEBEBE; }

.color_black {
  color: #212121; }
  .color_black a {
    color: inherit; }

.background_black {
  background: #212121; }

.color_white, .box_product-overlay-title {
  color: #ffffff; }
  .color_white a, .box_product-overlay-title a {
    color: inherit; }

.background_white, .site_header-nav-button div, .site_header-nav-link:before, .contact_form-container {
  background: #ffffff; }

.color_asparagus {
  color: #68A046; }
  .color_asparagus a {
    color: inherit; }

.background_asparagus {
  background: #68A046; }

.color_electric {
  color: #1CA0DA; }
  .color_electric a {
    color: inherit; }

.background_electric {
  background: #1CA0DA; }

.color_fire {
  color: #D22630; }
  .color_fire a {
    color: inherit; }

.background_fire {
  background: #D22630; }

.color_tango {
  color: #EB6E20; }
  .color_tango a {
    color: inherit; }

.background_tango {
  background: #EB6E20; }

.color_tulip {
  color: #F5B53F; }
  .color_tulip a {
    color: inherit; }

.background_tulip {
  background: #F5B53F; }

.color_eggplant, .site_header-nav-link {
  color: #563F6B; }
  .color_eggplant a, .site_header-nav-link a {
    color: inherit; }

.background_eggplant, .site_header-nav.open .site_header-nav-link:before, .site_header-nav-button div, .contact_section {
  background: #563F6B; }

.color_barbie {
  color: #E63888; }
  .color_barbie a {
    color: inherit; }

.background_barbie {
  background: #E63888; }

.color_gallery {
  color: #F3F2F3; }
  .color_gallery a {
    color: inherit; }

.background_gallery {
  background: #F3F2F3; }

.color_astronaut {
  color: #004664; }
  .color_astronaut a {
    color: inherit; }

.background_astronaut {
  background: #004664; }

.color_dark-gray, h3:not(.color_white):not(.box_product-overlay-title) {
  color: #535353; }
  .color_dark-gray a, h3:not(.color_white):not(.box_product-overlay-title) a {
    color: inherit; }

.background_dark-gray {
  background: #535353; }

.color_baltic, h1:not(.color_white):not(.box_product-overlay-title), h2:not(.color_white):not(.box_product-overlay-title), h4:not(.color_white):not(.box_product-overlay-title) {
  color: #2D252A; }
  .color_baltic a, h1:not(.color_white):not(.box_product-overlay-title) a, h2:not(.color_white):not(.box_product-overlay-title) a, h4:not(.color_white):not(.box_product-overlay-title) a {
    color: inherit; }

.background_baltic {
  background: #2D252A; }

.color_concrete {
  color: #BEBEBE; }
  .color_concrete a {
    color: inherit; }

.background_concrete {
  background: #BEBEBE; }

.bump_all-xxs {
  margin: 5px; }

.bump_vertical-xxs {
  margin-top: 5px;
  margin-bottom: 5px; }

.bump_horizontal-xxs {
  margin-left: 5px;
  margin-right: 5px; }

.bump_top-xxs {
  margin-top: 5px; }

.bump_right-xxs {
  margin-right: 5px; }

.bump_bottom-xxs {
  margin-bottom: 5px; }

.bump_left-xxs {
  margin-left: 5px; }

.bump_all-xs {
  margin: 10px; }

.bump_vertical-xs {
  margin-top: 10px;
  margin-bottom: 10px; }

.bump_horizontal-xs {
  margin-left: 10px;
  margin-right: 10px; }

.bump_top-xs {
  margin-top: 10px; }

.bump_right-xs {
  margin-right: 10px; }

.bump_bottom-xs, .box_product-overlay-icon {
  margin-bottom: 10px; }

.bump_left-xs {
  margin-left: 10px; }

.bump_all-sm {
  margin: 20px; }

.bump_vertical-sm {
  margin-top: 20px;
  margin-bottom: 20px; }

.bump_horizontal-sm {
  margin-left: 20px;
  margin-right: 20px; }

.bump_top-sm {
  margin-top: 20px; }

.bump_right-sm {
  margin-right: 20px; }

.bump_bottom-sm, .box_gallery {
  margin-bottom: 20px; }

.bump_left-sm {
  margin-left: 20px; }

.bump_all-md {
  margin: 30px; }

.bump_vertical-md {
  margin-top: 30px;
  margin-bottom: 30px; }

.bump_horizontal-md {
  margin-left: 30px;
  margin-right: 30px; }

.bump_top-md {
  margin-top: 30px; }

.bump_right-md {
  margin-right: 30px; }

.bump_bottom-md {
  margin-bottom: 30px; }

.bump_left-md {
  margin-left: 30px; }

.bump_all-lg {
  margin: 40px; }

.bump_vertical-lg {
  margin-top: 40px;
  margin-bottom: 40px; }

.bump_horizontal-lg {
  margin-left: 40px;
  margin-right: 40px; }

.bump_top-lg {
  margin-top: 40px; }

.bump_right-lg {
  margin-right: 40px; }

.bump_bottom-lg, .heading_section {
  margin-bottom: 40px; }

.bump_left-lg {
  margin-left: 40px; }

.bump_all-xl {
  margin: 50px; }

.bump_vertical-xl {
  margin-top: 50px;
  margin-bottom: 50px; }

.bump_horizontal-xl {
  margin-left: 50px;
  margin-right: 50px; }

.bump_top-xl {
  margin-top: 50px; }

.bump_right-xl {
  margin-right: 50px; }

.bump_bottom-xl {
  margin-bottom: 50px; }

.bump_left-xl {
  margin-left: 50px; }

.bump_all-xxl {
  margin: 60px; }

.bump_vertical-xxl {
  margin-top: 60px;
  margin-bottom: 60px; }

.bump_horizontal-xxl {
  margin-left: 60px;
  margin-right: 60px; }

.bump_top-xxl {
  margin-top: 60px; }

.bump_right-xxl {
  margin-right: 60px; }

.bump_bottom-xxl {
  margin-bottom: 60px; }

.bump_left-xxl {
  margin-left: 60px; }

.swell_all-xxs {
  padding: 5px; }

.swell_vertical-xxs, .md-button {
  padding-top: 5px;
  padding-bottom: 5px; }

.swell_horizontal-xxs {
  padding-left: 5px;
  padding-right: 5px; }

.swell_top-xxs {
  padding-top: 5px; }

.swell_right-xxs {
  padding-right: 5px; }

.swell_bottom-xxs {
  padding-bottom: 5px; }

.swell_left-xxs {
  padding-left: 5px; }

.swell_all-xs, .site_header {
  padding: 10px; }

.swell_vertical-xs, .site_header-nav-link {
  padding-top: 10px;
  padding-bottom: 10px; }

.swell_horizontal-xs {
  padding-left: 10px;
  padding-right: 10px; }

.swell_top-xs {
  padding-top: 10px; }

.swell_right-xs {
  padding-right: 10px; }

.swell_bottom-xs {
  padding-bottom: 10px; }

.swell_left-xs {
  padding-left: 10px; }

.swell_all-sm, .slide_caption, .brand_logo {
  padding: 20px; }

.swell_vertical-sm {
  padding-top: 20px;
  padding-bottom: 20px; }

.swell_horizontal-sm, .section_padding, .container_small, .md-button, .site_header-nav-link {
  padding-left: 20px;
  padding-right: 20px; }

.swell_top-sm {
  padding-top: 20px; }

.swell_right-sm {
  padding-right: 20px; }

.swell_bottom-sm, md-input-container {
  padding-bottom: 20px; }

.swell_left-sm {
  padding-left: 20px; }

.swell_all-md {
  padding: 30px; }

.swell_vertical-md, .section_padding {
  padding-top: 30px;
  padding-bottom: 30px; }

.swell_horizontal-md {
  padding-left: 30px;
  padding-right: 30px; }

.swell_top-md {
  padding-top: 30px; }

.swell_right-md {
  padding-right: 30px; }

.swell_bottom-md {
  padding-bottom: 30px; }

.swell_left-md {
  padding-left: 30px; }

.swell_all-lg {
  padding: 40px; }

.swell_vertical-lg {
  padding-top: 40px;
  padding-bottom: 40px; }

.swell_horizontal-lg {
  padding-left: 40px;
  padding-right: 40px; }

.swell_top-lg, .site_footer {
  padding-top: 40px; }

.swell_right-lg {
  padding-right: 40px; }

.swell_bottom-lg {
  padding-bottom: 40px; }

.swell_left-lg {
  padding-left: 40px; }

.swell_all-xl {
  padding: 50px; }

.swell_vertical-xl {
  padding-top: 50px;
  padding-bottom: 50px; }

.swell_horizontal-xl {
  padding-left: 50px;
  padding-right: 50px; }

.swell_top-xl {
  padding-top: 50px; }

.swell_right-xl {
  padding-right: 50px; }

.swell_bottom-xl {
  padding-bottom: 50px; }

.swell_left-xl {
  padding-left: 50px; }

.swell_all-xxl {
  padding: 60px; }

.swell_vertical-xxl {
  padding-top: 60px;
  padding-bottom: 60px; }

.swell_horizontal-xxl {
  padding-left: 60px;
  padding-right: 60px; }

.swell_top-xxl {
  padding-top: 60px; }

.swell_right-xxl {
  padding-right: 60px; }

.swell_bottom-xxl {
  padding-bottom: 60px; }

.swell_left-xxl {
  padding-left: 60px; }

.bump_clear, body {
  margin: 0; }

.bump_clear-left {
  margin-left: 0; }

.bump_clear-right {
  margin-right: 0; }

.bump_clear-bottom {
  margin-bottom: 0; }

.bump_clear-top {
  margin-top: 0; }

.swell_clear {
  padding: 0; }

.swell_clear-left {
  padding-left: 0; }

.swell_clear-right {
  padding-right: 0; }

.swell_clear-bottom {
  padding-bottom: 0; }

.swell_clear-top {
  padding-top: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media (min-width: 960px) {
  .section_padding {
    padding-top: 5rem;
    padding-bottom: 5rem; } }
@media (min-width: 1280px) {
  .section_padding {
    padding-top: 10rem;
    padding-bottom: 10rem; } }

.container_large {
  max-width: 130rem;
  margin-left: auto;
  margin-right: auto; }

.container_small {
  width: 100%;
  max-width: 104rem;
  margin-left: auto;
  margin-right: auto; }

* {
  position: relative;
  outline: none; }

.text_sans-serif, body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400; }

.text_serif {
  font-family: "Droid Serif", serif;
  font-weight: 400; }

.text_center {
  text-align: center; }

.text_left {
  text-align: left; }

.text_right {
  text-align: right; }

.text_micro {
  font-size: 1.2rem; }

.text_uppercase, .box_product-overlay-title {
  text-transform: uppercase; }

.text_bold, .box_product-overlay-title {
  font-weight: 700; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.4rem; }

h1 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  letter-spacing: .1rem;
  font-weight: 700; }
  @media (min-width: 600px) {
    h1 {
      font-size: 2.5rem;
      letter-spacing: .2rem; } }
  @media (min-width: 960px) {
    h1 {
      font-size: 3rem;
      letter-spacing: .2rem; } }
  @media (min-width: 1280px) {
    h1 {
      font-size: 3.5rem;
      letter-spacing: .3rem; } }

h2 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 0 0 1rem;
  font-weight: 400; }
  @media (min-width: 600px) {
    h2 {
      font-size: 1.8rem; } }
  @media (min-width: 960px) {
    h2 {
      font-size: 2.2rem; } }
  @media (min-width: 1280px) {
    h2 {
      font-size: 2.6rem; } }

h3 {
  font-family: "Droid Serif", serif;
  -webkit-font-smoothing: initial;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0; }

h4 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin: 0;
  font-weight: 400; }
  @media (min-width: 1280px) {
    h4 {
      font-size: 1.4rem; } }

a {
  color: initial;
  text-decoration: none; }

[ng-click] {
  cursor: pointer; }

p {
  margin: 0; }
  p + p {
    margin-top: 2.2rem; }

.text_max-width {
  max-width: 70rem; }

.icon_large {
  font-size: 4rem; }

.ng-carousel {
  height: auto; }
  .ng-carousel slide {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0; }
  .ng-carousel .carousel-arrow {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .ng-carousel slidecontainer {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }

.carousel-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  outline: none;
  height: 2.5rem;
  width: 2.5rem !important;
  -webkit-transition: background-color 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  -moz-transition: background-color 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition: background-color 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); }
  .carousel-arrow:hover {
    background-color: rgba(243, 242, 243, 0.2); }
  .carousel-arrow i {
    font-size: 2rem; }
  @media (min-width: 960px) {
    .carousel-arrow {
      height: 10rem;
      width: 10rem !important; }
      .carousel-arrow i {
        font-size: 3rem; } }

.slide {
  max-height: 90vh; }

.slide_caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
  white-space: normal; }
  .slide_caption p {
    width: 45rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%; }
  @media (min-width: 600px) {
    .slide_caption {
      position: absolute; } }

.slide_image {
  width: 100%;
  display: block; }

.slide_image-container.overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(33, 33, 33, 0.3);
  z-index: 1; }
.slide_image-container:not(.overlay):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(33, 33, 33, 0.1);
  z-index: 1; }

.slide_divider {
  border-top-color: #ffffff;
  width: 26rem;
  max-width: 50%; }

.slide_caption-image {
  max-height: 95%; }
  @media (min-width: 600px) {
    .slide_caption-image {
      padding-top: 5rem; } }

.md-button {
  font-size: 1.2rem;
  letter-spacing: .075rem;
  min-height: 2.5rem;
  line-height: 1;
  padding: 1.3rem 2.5rem; }
  .md-button.md-raised {
    box-shadow: none !important; }

.md-fab .material-icons, .md-fab img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin: auto;
  width: 2.4rem;
  height: 2.4rem; }

.button_mobile {
  width: 100%;
  max-width: 31.7rem; }
  @media (min-width: 960px) {
    .button_mobile {
      width: auto; } }

.heading_section:not(.centered) {
  border-left: 0.3rem solid #F3F2F3;
  padding-left: 2rem; }

.icon_circle {
  width: 6.5rem;
  height: 6.5rem;
  color: #ffffff;
  border-radius: 100%;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0; }
  .icon_circle i {
    color: #ffffff;
    font-size: 4rem; }

.divider_short {
  width: 2.5rem;
  border-top-width: .3rem;
  border-top-color: #BEBEBE; }

.divider_section {
  border-top-width: .1rem;
  border-top-color: #eeeeee; }

.divider_icon {
  background-color: #eeeeee;
  width: 3.6rem;
  height: 3.6rem;
  display: inline-block;
  border-radius: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  top: -1.8rem; }
  .divider_icon:not(.left) {
    right: 1.5rem;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .divider_icon.left {
    left: 1.5rem;
    -webkit-transform: rotate(45deg) scaleX(-1);
    -moz-transform: rotate(45deg) scaleX(-1);
    -ms-transform: rotate(45deg) scaleX(-1);
    -o-transform: rotate(45deg) scaleX(-1);
    transform: rotate(45deg) scaleX(-1); }
  .divider_icon i {
    color: #ffffff; }
  @media (min-width: 1280px) {
    .divider_icon:not(.left) {
      right: 0; }
    .divider_icon.left {
      left: 0; } }

.box_gallery > div {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }
@media (min-width: 600px) {
  .box_gallery {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    .box_gallery:nth-child(odd) {
      padding-right: 1rem; }
    .box_gallery:nth-child(even) {
      padding-left: 1rem; } }

.box_product:hover .box_product-overlay-icon, .box_product:hover .box_product-overlay-title {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }
.box_product:hover .box_product-overlay.electric {
  background-color: rgba(28, 160, 218, 0.8); }
.box_product:hover .box_product-overlay.barbie {
  background-color: rgba(230, 56, 136, 0.8); }
.box_product:hover .box_product-overlay.tango {
  background-color: rgba(235, 110, 32, 0.8); }
.box_product:hover .box_product-overlay.tulip {
  background-color: rgba(245, 181, 63, 0.8); }
.box_product:hover .box_product-overlay.asparagus {
  background-color: rgba(104, 160, 70, 0.8); }

.box_product-image {
  display: block;
  width: 100%; }

.box_product-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .box_product-overlay.electric {
    background-color: rgba(28, 160, 218, 0.2); }
  .box_product-overlay.barbie {
    background-color: rgba(230, 56, 136, 0.2); }
  .box_product-overlay.tango {
    background-color: rgba(235, 110, 32, 0.2); }
  .box_product-overlay.tulip {
    background-color: rgba(245, 181, 63, 0.2); }
  .box_product-overlay.asparagus {
    background-color: rgba(104, 160, 70, 0.2); }

.box_product-overlay-title {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(2rem);
  -moz-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  transform: translateY(2rem); }

.box_product-overlay-icon {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(2rem);
  -moz-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  transform: translateY(2rem);
  display: block; }

.border_short {
  border-top-width: .3rem;
  border-top-color: #BEBEBE;
  width: 2.5rem; }

@media (min-width: 960px) {
  .callout_column-text {
    margin-right: 9rem; } }

@media (min-width: 960px) {
  .section_about-text {
    margin-bottom: 0; } }

.brand_logo {
  width: 33%; }
  @media (min-width: 600px) {
    .brand_logo {
      width: auto;
      max-width: 25%; } }

.site_header {
  background-color: rgba(243, 242, 243, 0.9);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  top: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 5rem;
  z-index: 100; }
  .site_header .site_header-nav-link {
    color: #212121; }
    .site_header .site_header-nav-link:before {
      background: #563F6B !important; }
  .site_header .site_header-image #square {
    fill: #563F6B; }
  .site_header .site_header-image #corp-id, .site_header .site_header-image #promotions {
    fill: #212121; }
  @media (min-width: 960px) {
    .site_header {
      background-color: rgba(255, 255, 255, 0);
      box-shadow: 0px 2px 4px 0px transparent;
      -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
      -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
      transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
      height: 7rem; }
      .site_header .site_header-image #square {
        fill: #ffffff; }
      .site_header .site_header-image #corp-id, .site_header .site_header-image #promotions {
        fill: #ffffff; }
      .site_header .site_header-nav-link {
        color: #ffffff; }
        .site_header .site_header-nav-link:before {
          background: #ffffff !important; }
      .site_header.headroom--not-top {
        background-color: rgba(243, 242, 243, 0.9);
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
        top: 0; }
        .site_header.headroom--not-top .site_header-nav-link {
          color: #212121; }
          .site_header.headroom--not-top .site_header-nav-link:before {
            background: #563F6B !important; }
        .site_header.headroom--not-top .site_header-image #square {
          fill: #563F6B; }
        .site_header.headroom--not-top .site_header-image #corp-id, .site_header.headroom--not-top .site_header-image #promotions {
          fill: #212121; } }

body {
  padding-top: 5rem; }
  @media (min-width: 960px) {
    body {
      padding-top: 0; } }

.site_header-image {
  height: 100%;
  z-index: 1; }
  .site_header-image #square, .site_header-image #corp-id, .site_header-image #promotions {
    fill: #ffffff;
    -webkit-transition: fill 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    -moz-transition: fill 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: fill 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); }
  .site_header-image.open #square, .site_header-image.open #corp-id, .site_header-image.open #promotions {
    fill: #563F6B; }
  @media (min-width: 960px) {
    .site_header-image.open #square, .site_header-image.open #corp-id, .site_header-image.open #promotions {
      fill: #ffffff; } }

.site_header-nav {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  -moz-transition-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #f3f2f3; }
  .site_header-nav.open {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1); }
  @media (min-width: 960px) {
    .site_header-nav {
      position: relative;
      top: auto;
      right: auto;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      background-color: transparent; } }

.site_header-nav-button {
  width: 2.5rem;
  height: 2.5rem;
  z-index: 1; }
  .site_header-nav-button div {
    height: .2rem;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); }
    .site_header-nav-button div:first-child {
      top: .5rem;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -ms-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    .site_header-nav-button div:last-child {
      top: 1.5rem;
      -webkit-transform-origin: right top;
      -moz-transform-origin: right top;
      -ms-transform-origin: right top;
      -o-transform-origin: right top;
      transform-origin: right top; }
  .site_header-nav-button.open div:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: .2rem;
    left: .5rem; }
  .site_header-nav-button.open div:last-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: .2rem;
    left: -.3rem; }

.site_header-nav-link {
  -webkit-transition: color 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  -moz-transition: color 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition: color 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  font-size: 1.6rem;
  text-transform: uppercase; }
  .site_header-nav-link:before {
    -webkit-transition: right 0.2s cubic-bezier(0.55, 0, 0.55, 0.2);
    -moz-transition: right 0.2s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition: right 0.2s cubic-bezier(0.55, 0, 0.55, 0.2);
    content: "";
    position: absolute;
    height: .1rem;
    left: 1.5rem;
    right: 100%;
    bottom: 0; }
  .site_header-nav-link:hover:before {
    right: 1.5rem; }
  @media (min-width: 960px) {
    .site_header-nav-link {
      color: #ffffff;
      font-size: 1.2rem; } }

.anniversary_section {
  background: url(../../images//anniversary-bg.png);
  background-size: cover; }
  @media (min-width: 960px) {
    .anniversary_section {
      background-attachment: fixed; } }

.anniversary_border-1, .anniversary_border-2, .anniversary_border-3, .anniversary_border-4 {
  position: absolute;
  max-width: 10rem; }

.anniversary_border-1 {
  top: 3rem;
  left: 3rem; }

.anniversary_border-2 {
  top: 3rem;
  right: 3rem;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.anniversary_border-3 {
  bottom: 3rem;
  left: 3rem;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.anniversary_border-4 {
  bottom: 3rem;
  right: 3rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.anniversary_logo {
  display: block;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-height: 40rem; }
  @media (min-width: 960px) {
    .anniversary_logo {
      max-width: 70%;
      padding: 5rem;
      max-height: 60rem; } }

.contact_box {
  margin-top: 10rem;
  margin-bottom: 10rem; }

.contact_form-container {
  border-radius: .2rem;
  width: 100%;
  box-shadow: 0px 45px 50px 0px rgba(0, 0, 0, 0.4);
  overflow: hidden; }

md-input-container .md-errors-spacer {
  display: none; }
@media (min-width: 960px) {
  md-input-container + md-input-container {
    margin-left: 2rem; } }

._md-select-placeholder span:after {
  content: ' *';
  font-size: 13px;
  vertical-align: top; }

.site_footer {
  border-top: 0.1rem solid #F3F2F3; }

.site_footer-image {
  max-width: 15rem; }

.citation {
  width: 10rem; }

/*# sourceMappingURL=style.css.map */
