/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Lato", sans-serif;
  font-size: 2.625rem;
}

h2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 2.25rem;
  }
}

h4 {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
p strong {
  font-weight: bold;
}
p em {
  font-style: italic;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  max-width: 86.25rem;
  margin: auto;
}
body.menu-open {
  height: 100%;
  overflow: hidden;
}

.wrapper {
  max-width: 58.75rem;
  margin: auto;
  padding: 0 1.25rem;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .wrapper {
    max-width: 67.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .wrapper {
    max-width: 73.75rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.hero.no-margin {
  margin-bottom: 0;
}
.hero .hero-panel {
  background: rgba(0, 0, 0, 0.47);
  padding: 1.875rem;
  padding-bottom: 3.125rem;
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  width: 80%;
  box-sizing: border-box;
  color: white;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}
.hero .hero-panel h1 {
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 2.625rem;
}
.hero .hero-panel h1 span {
  font-size: 1.125rem;
  line-height: 1.5rem;
  display: block;
}
.hero .hero-panel p {
  margin-top: 1.25rem;
}
.hero .scroll-down-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
}
.hero .plus-icon {
  position: absolute;
  right: 0;
  bottom: -3.75rem;
  width: 6.25rem;
  height: 6.25rem;
}
@media screen and (min-width: 768px) {
  .hero .hero-panel {
    top: 50%;
    left: 50%;
    max-width: 60rem;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  .hero .hero-panel h1 {
    font-size: 3.25rem;
    line-height: 3.875rem;
  }
  .hero .hero-panel h1 span {
    font-size: 1.25rem;
    line-height: 1.75rem;
    display: block;
  }
  .hero .hero-panel h1.constrained {
    max-width: 35rem;
  }
  .hero .hero-panel p {
    max-width: 90%;
  }
  .hero .hero-panel.constrained-text p {
    max-width: 25rem;
  }
  .hero .plus-icon {
    right: -0.625rem;
    bottom: -0.625rem;
    width: 7.5rem;
    height: 7.5rem;
  }
}
@media screen and (min-width: 960px) {
  .hero {
    margin-bottom: 3.75rem;
  }
  .hero .hero-panel h1 {
    font-size: 3.875rem;
    line-height: 4.5rem;
  }
  .hero .hero-panel h1 span {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero .hero-panel {
    max-width: 67.5rem;
  }
  .hero .plus-icon {
    right: -3.75rem;
    bottom: -3.75rem;
    width: 14.375rem;
    height: 14.375rem;
  }
}
@media screen and (min-width: 1400px) {
  .hero .hero-panel {
    max-width: 73.75rem;
  }
}

.icon-section {
  color: #2B2B2B;
  text-align: center;
  font-weight: 300;
  padding: 3.75rem 0;
}
.icon-section h2 {
  margin-bottom: 2.5rem;
}
.icon-section h3 {
  color: #E77C2B;
  font-size: 1.125rem;
  line-height: 1.5rem;
  max-width: 80%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .icon-section {
    padding: 3.125rem 0;
  }
  .icon-section h3 {
    font-size: 1.625rem;
    line-height: 2rem;
    max-width: 42.5rem;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .icon-section h3 {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }
}

.icon {
  width: 3.75rem;
  height: 3.75rem;
  display: block;
  margin: auto;
  margin-bottom: 1.25rem;
}

.icon-link {
  cursor: pointer;
  text-decoration: none;
  color: #2B2B2B;
  display: block;
}
.icon-link:hover .icon, .icon-link:focus .icon {
  opacity: 0.8;
}

.icon-list .icon {
  margin-bottom: 1.5rem;
}
.icon-list li {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 300;
  margin-bottom: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .icon-list.three-col {
    max-width: 48.75rem;
    margin: auto;
    overflow: hidden;
  }
  .icon-list.three-col li {
    float: left;
    width: 33.333%;
  }
  .icon-list.two-col {
    max-width: 26.25rem;
    margin: auto;
    overflow: hidden;
  }
  .icon-list.two-col li {
    float: left;
    width: 50%;
  }
}

.thin-banner {
  position: relative;
}
.thin-banner h2 {
  margin-bottom: 2.5rem;
}
.thin-banner .banner-content {
  text-align: center;
  color: white;
  width: 100%;
  position: absolute;
  padding: 2.5rem 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.thin-banner .banner-content h3 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  max-width: 80%;
  margin: auto;
}
.thin-banner .icon-link {
  color: white;
}
.thin-banner picture,
.thin-banner img {
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .thin-banner .banner-content {
    padding: 3.125rem 0;
  }
  .thin-banner .banner-content h3 {
    font-size: 1.625rem;
    line-height: 2rem;
    max-width: 42.5rem;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .thin-banner .banner-content h3 {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }
}

.featured-products {
  background: #E5E5E5;
  text-align: center;
  padding: 2.5rem;
  color: #2B2B2B;
  margin-bottom: 1.25rem;
}
.featured-products p {
  color: #2B2B2B;
  max-width: 12.5rem;
  margin: auto;
}
.featured-products h2 {
  margin-bottom: 1.875rem;
}
.featured-products .glow-product-list {
  overflow: hidden;
}
.featured-products .glow-product-list li {
  margin-bottom: 2.5rem;
}
.featured-products .glow-icon {
  width: 4.4375rem;
  height: 5.3125rem;
  margin: auto;
  position: relative;
  top: 1.125rem;
  margin-bottom: 3rem;
}
.featured-products .glow-icon.glowmarkt {
  width: 4.625rem;
  height: 5.3125rem;
  position: relative;
  top: 1.125rem;
}
.featured-products .glow-icon.shine {
  width: 4.4375rem;
  height: 5.8125rem;
  top: 0.0625rem;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .featured-products {
    overflow: hidden;
    padding: 3.75rem 1.25rem;
    margin-bottom: 2.5rem;
  }
  .featured-products h2 {
    margin-bottom: 5rem;
  }
  .featured-products .glow-icon {
    width: 8.875rem;
    height: 10.625rem;
  }
  .featured-products .glow-icon.glowmarkt {
    width: 9.1875rem;
    height: 10.625rem;
    top: 1.125rem;
  }
  .featured-products .glow-icon.shine {
    width: 8.875rem;
    height: 11.625rem;
    top: 0.0625rem;
    margin-bottom: 1.875rem;
  }
  .featured-products .glow-product-list {
    margin: 1.875rem auto;
    width: 43.125rem;
    overflow: hidden;
  }
  .featured-products .glow-product-list li {
    float: left;
    width: 14.375rem;
  }
  .featured-products p {
    max-width: none;
  }
}
@media screen and (min-width: 960px) {
  .featured-products {
    background-size: 620px 339px;
  }
}
@media screen and (min-width: 1200px) {
  .featured-products {
    background: url(images/featured-productsx2.png) bottom left no-repeat #E5E5E5;
    background-size: 932px 510px;
  }
  .featured-products .glow-product-list {
    margin: 2.5rem 0;
    float: right;
    width: auto;
  }
  .featured-products .glow-product-list li {
    width: 15rem;
  }
  .featured-products .button {
    float: right;
    clear: both;
    margin-right: 14.375rem;
  }
}
@media screen and (min-width: 1400px) {
  .featured-products {
    background-size: 1000px 547px;
  }
}

.button {
  display: inline-block;
  color: white;
  background: #E77C2B;
  padding: 1rem 0.625rem;
  border-radius: 1.5rem 0 1.5rem 0;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1rem;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
  min-width: 13.75rem;
  box-sizing: border-box;
  text-align: center;
}
.button:hover, .button:focus {
  background: #B4243F;
}
.button.outline-button {
  border: 1px solid #E77C2B;
  background: none;
  color: #E77C2B;
  -webkit-transition: 0.3s color, 0.3s background, 0.3s border;
  transition: 0.3s color, 0.3s background, 0.3s border;
}
.button.outline-button:hover, .button.outline-button:focus {
  background: #B4243F;
  border: 1px solid #B4243F;
  color: white;
}
@media screen and (min-width: 768px) {
  .button {
    padding: 1.3125rem;
    font-size: 1.125rem;
    line-height: 1.125rem;
    width: 16.25rem;
    text-align: center;
    box-sizing: border-box;
  }
}

.two-col-image-content .two-col-row {
  overflow: hidden;
  margin-bottom: 1.5625rem;
}
.two-col-image-content .two-col-text {
  background: #E5E5E5;
  color: #2B2B2B;
  padding: 3.75rem 1.25rem;
  box-sizing: border-box;
  position: relative;
}
.two-col-image-content .two-col-text h3 {
  text-align: center;
  margin-bottom: 1.875rem;
}
.two-col-image-content .two-col-text p {
  margin-bottom: 1.25rem;
}
.two-col-image-content .two-col-text a {
  text-decoration: none;
  color: #E77C2B;
}
.two-col-image-content .two-col-text .product-icon {
  position: absolute;
  bottom: 1.875rem;
  right: 1.875rem;
  width: 2.5rem;
}
.two-col-image-content .two-col-text a.vertical-align {
  text-decoration: none;
  color: #2B2B2B;
}
.two-col-image-content .two-col-image {
  position: relative;
}
.two-col-image-content .two-col-image img {
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.two-col-image-content .two-col-image .button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 768px) {
  .two-col-image-content .two-col-text {
    text-align: center;
  }
  .two-col-image-content .two-col-text h3 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .two-col-image-content .two-col-text p {
    max-width: 32.5rem;
    margin: auto;
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1020px) {
  .two-col-image-content.product-list .two-col-row:nth-child(even) .two-col-image .button {
    bottom: 3.125rem;
    top: auto;
  }
  .two-col-image-content .two-col-row {
    margin-bottom: 3.75rem;
    position: relative;
  }
  .two-col-image-content .two-col-text {
    text-align: left;
  }
  .two-col-image-content .two-col-text p {
    max-width: none;
  }
  .two-col-image-content .two-col-text,
  .two-col-image-content .two-col-image {
    float: left;
    width: 50%;
  }
  .two-col-image-content .two-col-text {
    position: absolute;
    height: 100%;
    left: 50%;
    padding: 0 1.875rem;
  }
  .two-col-image-content .two-col-text h3 {
    text-align: left;
  }
  .two-col-image-content .two-col-text p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .two-col-image-content .two-col-text .icon {
    margin-left: 0;
  }
  .two-col-image-content .two-col-text .vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
  }
  .two-col-image-content .two-col-image .button {
    top: 3.125rem;
    left: 3.125rem;
    right: auto;
    -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  .two-col-image-content .two-col-row:nth-child(odd) .two-col-text {
    left: 0;
  }
  .two-col-image-content .two-col-row:nth-child(odd) .two-col-image {
    float: right;
  }
  .two-col-image-content .two-col-row:nth-child(odd) .two-col-image .button {
    right: 3.125rem;
    left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .two-col-image-content .two-col-text {
    padding: 0 6.25rem;
  }
  .two-col-image-content .two-col-text h3 {
    text-align: left;
  }
  .two-col-image-content .two-col-text p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.full-width-banner {
  position: relative;
  margin-bottom: 1.25rem;
  padding-top: 12.5rem;
}
.full-width-banner .plus-icon {
  display: none;
}
.full-width-banner .banner-text {
  padding: 2.5rem 1.25rem;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
}
.full-width-banner .banner-text h3 {
  margin-bottom: 2.5rem;
}
.full-width-banner .banner-text a {
  color: #E77C2B;
  text-decoration: none;
}
.full-width-banner.data-banner h3 {
  color: #E77C2B;
  font-size: 2.25rem;
  line-height: 2.625rem;
  margin-bottom: 0;
}
.full-width-banner.data-banner h4 {
  font-size: 1.375rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 560px) {
  .full-width-banner {
    padding-top: 0;
  }
  .full-width-banner .banner-text {
    width: 60%;
    padding: 2.5rem;
  }
}
@media screen and (min-width: 960px) {
  .full-width-banner {
    margin-bottom: 3.75rem;
  }
  .full-width-banner .plus-icon {
    display: block;
    width: 5.625rem;
    height: 5.625rem;
    position: relative;
    left: -2.375rem;
    margin-bottom: 1.25rem;
  }
  .full-width-banner .banner-text {
    position: absolute;
    padding: 2.5rem 7.5rem;
    width: 50%;
    color: white;
  }
  .full-width-banner.data-banner .banner-text {
    padding: 5rem 7.5rem;
  }
  .full-width-banner.data-banner h3 {
    font-size: 6rem;
    line-height: 6.375rem;
    margin-bottom: 0.625rem;
  }
  .full-width-banner.data-banner h4 {
    font-size: 2.25rem;
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .full-width-banner .plus-icon {
    width: 9.375rem;
    height: 9.375rem;
    left: -4.4375rem;
  }
}

.hildebrand-experience {
  background: #E5E5E5;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.25rem;
}
.hildebrand-experience .experience-text {
  padding: 1.875rem;
}
.hildebrand-experience .experience-text h3 {
  margin-bottom: 2.5rem;
}
.hildebrand-experience .experience-text p {
  margin-bottom: 1.25rem;
}
.hildebrand-experience .experience-text a {
  color: #E77C2B;
  text-decoration: none;
}
.hildebrand-experience .experience-text a:hover, .hildebrand-experience .experience-text a:focus {
  color: #B4243F;
}
@media screen and (min-width: 768px) {
  .hildebrand-experience {
    margin-bottom: 2.5rem;
  }
  .hildebrand-experience .experience-text p {
    max-width: 32.5rem;
  }
}
@media screen and (min-width: 960px) {
  .hildebrand-experience {
    margin-bottom: 3.75rem;
  }
  .hildebrand-experience .experience-text {
    width: 40%;
    position: absolute;
    height: 100%;
    left: 0;
    padding: 0 6.25rem;
  }
  .hildebrand-experience .experience-text p {
    max-width: 20rem;
  }
  .hildebrand-experience .experience-text .vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.flame-blocks {
  height: 25rem;
  width: 20rem;
  margin: auto;
  margin-bottom: 2.5rem;
  position: relative;
}
.flame-blocks span {
  display: block;
  bottom: 0;
  position: absolute;
  left: 0;
}
.flame-blocks span:first-child {
  border-radius: 3.75rem 0 3.75rem;
  background: rgba(255, 255, 255, 0.3);
  height: 100%;
  width: 100%;
  z-index: 1;
}
.flame-blocks span:nth-child(2) {
  border-radius: 3.125rem 0 3.125rem;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  width: 20rem;
  height: 20rem;
}
.flame-blocks span:nth-child(3) {
  border-radius: 1.875rem 0 1.875rem;
  background: #E77C2B;
  width: 15.6875rem;
  height: 15.5rem;
  z-index: 3;
}
.flame-blocks span:nth-child(4) {
  border-radius: 1.875rem 0 1.875rem;
  background: #B4243F;
  width: 11.25rem;
  height: 11rem;
  z-index: 4;
}
@media screen and (min-width: 960px) {
  .flame-blocks {
    float: right;
    margin-right: 1.25rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .flame-blocks {
    height: 37.5rem;
    width: 37.5rem;
  }
  .flame-blocks span:first-child {
    border-radius: 3.75rem 0 3.75rem;
    height: 100%;
    width: 100%;
  }
  .flame-blocks span:nth-child(2) {
    border-radius: 3.75rem 0 3.75rem;
    width: 28.875rem;
    height: 26.625rem;
  }
  .flame-blocks span:nth-child(3) {
    border-radius: 3.125rem 0 3.125rem;
    width: 20.125rem;
    height: 18.5625rem;
  }
  .flame-blocks span:nth-child(4) {
    border-radius: 1.875rem 0 1.875rem;
    width: 14.3125rem;
    height: 13.1875rem;
  }
}
@media screen and (min-width: 1400px) {
  .flame-blocks {
    margin-right: 6.25rem;
  }
}

.specification {
  padding: 2.5rem 0;
  overflow: hidden;
  text-align: center;
}
.specification table {
  margin-bottom: 2.5rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .specification {
    padding: 3.75rem 1.25rem;
  }
  .specification table {
    margin-bottom: 3.75rem;
  }
  .specification .button {
    float: right;
  }
}

.stat-block {
  background: #E5E5E5;
  padding: 2.5rem 0;
  text-align: center;
  margin-bottom: 1.25rem;
}
.stat-block .stat-row {
  overflow: hidden;
  text-align: center;
}
.stat-block a {
  color: #E77C2B;
}
.stat-block .stat {
  display: inline-block;
  margin: 0 2.5rem 2.5rem;
}
.stat-block .stat h5 {
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
  color: #4B4B4B;
}
.stat-block .stat h4 {
  color: #E77C2B;
  margin-bottom: 1.25rem;
  font-size: 2.625rem;
}
.stat-block h3 {
  margin-bottom: 2.5rem;
}
.stat-block .text-cols {
  overflow: hidden;
  max-width: 37.5rem;
  margin: auto;
}
.stat-block .text-cols p {
  font-size: 1.125rem;
}
.stat-block .text-cols .text-col {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 960px) {
  .stat-block {
    margin-bottom: 3.75rem;
  }
  .stat-block .text-cols {
    width: 80%;
    max-width: 60rem;
  }
  .stat-block .stat {
    margin: 0 3.125rem 3.125rem;
  }
  .stat-block .stat:first-child {
    margin-left: 0;
  }
  .stat-block .stat:last-child {
    margin-right: 0;
  }
  .stat-block .stat h4 {
    font-size: 6rem;
  }
  .stat-block .text-col {
    float: left;
    width: 49%;
    box-sizing: border-box;
    text-align: left;
    margin-right: 2%;
    text-align: right;
  }
  .stat-block .text-col:last-child {
    margin-right: 0;
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  .stat-block {
    padding: 3.75rem 0;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
}
table thead {
  color: #E77C2B;
}
table thead tr:first-child td {
  padding-top: 3.75rem;
  padding-bottom: 1.25rem;
}
table thead tr td {
  padding: 12px 0;
}
table tbody {
  padding-bottom: 1.25rem;
}
table tbody tr {
  border-collapse: collapse;
  border-top: 1px solid #E77C2B;
  border-bottom: 1px solid #E77C2B;
  width: 100%;
}
table tbody tr:nth-child(even) {
  background: #F9F9F9;
}
table tbody td {
  padding: 0.625rem 0;
}
table td {
  width: 50%;
}

.related-products {
  margin-bottom: 1.25rem;
}
.related-products h3 {
  margin-bottom: 2.5rem;
}
.related-products ul {
  overflow: hidden;
}
.related-products ul li {
  text-align: center;
  margin-bottom: 2.5rem;
}
.related-products ul li img {
  margin-bottom: 1.25rem;
}
.related-products ul li h4 {
  color: #E77C2B;
}
.related-products a {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .related-products {
    margin-bottom: 3.75rem;
  }
  .related-products ul li {
    float: left;
    width: 33.3333%;
    text-align: center;
    margin-bottom: 0;
  }
}

.feature-block {
  background: #E5E5E5;
  overflow: hidden;
  padding: 2.5rem 1.25rem;
  text-align: center;
}
.feature-block .two-col-text {
  background: #E5E5E5;
  color: #2B2B2B;
  box-sizing: border-box;
  margin-bottom: 0;
  position: relative;
  text-align: left;
}
.feature-block .two-col-text h3 {
  text-align: center;
  margin-bottom: 1.875rem;
}
.feature-block .two-col-text p {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 960px) {
  .feature-block {
    height: 25rem;
    padding: 0;
    position: relative;
  }
  .feature-block .two-col-text {
    height: 100%;
    float: left;
    width: 50%;
    padding: 0 3.75rem;
    position: relative;
  }
  .feature-block .two-col-text h3 {
    text-align: left;
    position: absolute;
    top: 4.375rem;
  }
  .feature-block .two-col-text p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .feature-block .two-col-text .vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
  }
  .feature-block .button {
    position: absolute;
    bottom: 2.5rem;
    right: 3.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .feature-block {
    height: 31.125rem;
  }
  .feature-block .two-col-text {
    padding: 0 6.25rem;
  }
  .feature-block .two-col-text h3 {
    top: 5.625rem;
  }
  .feature-block .button {
    right: 6.25rem;
    bottom: 3.75rem;
  }
}

.image-grid {
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.image-grid img,
.image-grid picture {
  display: block;
  max-width: 100%;
  float: left;
}
.image-grid .single,
.image-grid .double {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .image-grid {
    margin-bottom: 3.75rem;
  }
  .image-grid .single {
    width: 25%;
  }
  .image-grid .double {
    width: 50%;
  }
}

.text-area {
  margin-bottom: 1.25rem;
}
.text-area p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}
.text-area p strong {
  font-weight: bold;
}
.text-area p em {
  font-style: italic;
}
.text-area ul,
.text-area ol {
  margin-bottom: 1.25rem;
}
.text-area li {
  list-style-type: disc;
  font-size: 1.125rem;
  line-height: 1.5rem;
  list-style-position: inside;
}
.text-area h4 {
  color: #E77C2B;
}
@media screen and (min-width: 768px) {
  .text-area {
    margin-bottom: 2.5rem;
  }
}

.contact {
  background: #E5E5E5;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.25rem;
  padding: 1.875rem;
}
.contact a {
  color: #E77C2B;
  text-decoration: none;
}
.contact a:hover, .contact a:focus {
  color: #B4243F;
}
.contact .contact-text {
  margin-bottom: 1.25rem;
}
.contact .contact-text h3 {
  margin-bottom: 1.875rem;
}
.contact .contact-text p {
  max-width: 18.75rem;
}
.contact .contact-form .form-row {
  display: block;
  margin-bottom: 1.875rem;
}
.contact .contact-form .form-row label {
  display: block;
  margin-bottom: 0.625rem;
}
.contact .contact-form .form-row input[type=text],
.contact .contact-form .form-row input[type=email],
.contact .contact-form .form-row .styled-select,
.contact .contact-form .form-row textarea {
  display: block;
  padding: 0.625rem;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #cccccc;
  font-size: 1.125rem;
  line-height: 1.5rem;
  max-width: 100%;
}
.contact .contact-form .form-row input[type=text].error,
.contact .contact-form .form-row input[type=email].error,
.contact .contact-form .form-row .styled-select.error,
.contact .contact-form .form-row textarea.error {
  border: 1px solid #B4243F;
}
.contact .contact-form .form-row textarea {
  height: 12.5rem;
}
.contact .contact-form .form-row input[type=submit] {
  border: none;
}
.contact .contact-form .form-row .styled-select {
  overflow: hidden;
  background: white;
  padding: 0;
}
.contact .contact-form .form-row .styled-select select {
  -webkit-appearance: none;
  border: none;
  width: 110%;
  background: none;
  display: block;
  padding: 0.625rem;
  font-size: 1.125rem;
}
.contact .contact-form .form-row .styled-select.error {
  border: 1px solid #B4243F;
}
.contact .contact-form .errors {
  display: none;
}
.contact .contact-form .errors.active {
  display: block;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .contact {
    margin-bottom: 3.75rem;
    padding: 5rem;
  }
  .contact .contact-text {
    float: left;
    width: 50%;
  }
  .contact .contact-text h3 {
    margin-bottom: 2.5rem;
  }
  .contact .contact-form {
    float: left;
    width: 50%;
    margin-top: 5rem;
    max-width: 25rem;
  }
  .contact .contact-form label {
    font-size: 1.125rem;
  }
}

.hamburger {
  padding: 0.625rem 0.5rem 0.5rem;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  position: absolute;
  z-index: 11;
  right: 0.625rem;
  top: 0.875rem;
  border: none;
  background: transparent;
  font: inherit;
  color: inherit;
  text-transform: none;
  margin: 0;
  overflow: visible;
  font-size: 13px;
  color: black;
}
.hamburger:hover, .hamburger:focus {
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger-box {
  width: 24px;
  height: 14px;
  display: block;
  position: relative;
  margin: auto;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: black;
  border-radius: 0px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -12px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
          transform: translate3d(0, -6px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #E77C2B;
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  background-color: #E77C2B;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #E77C2B;
}

.sr-animation {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.sr-animation-fromtop {
  top: 0;
}

.sr-animation-frombottom {
  top: 0;
}

.sr-animation-fromleft {
  left: -30px;
}

.sr-animation-fromright {
  left: 30px;
}

.sr-animation-zoomin {
  transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
}

.sr-animation-zoomout {
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
}

.sr-animation.animated {
  top: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  max-height: 100%;
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}

.main-header {
  background: white;
  height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .main-header {
    height: auto;
  }
  .main-header .wrapper {
    position: relative;
    overflow: hidden;
  }
}

.logo {
  width: 5.5rem;
  height: 1.0625rem;
  display: block;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .logo {
    float: left;
    width: 6.5625rem;
    height: 1.1875rem;
    margin-top: 1.3125rem;
  }
}

.main-nav {
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.77);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  text-align: right;
  box-sizing: border-box;
  padding: 5rem 1.25rem;
  -webkit-transition: 0.3s opacity, 0.3s visibility;
  transition: 0.3s opacity, 0.3s visibility;
}
.main-nav.open {
  visibility: visible;
  opacity: 1;
}
.main-nav li {
  padding: 0.625rem 0;
}
.main-nav li.store-link a {
  position: relative;
}
.main-nav li.store-link a:before {
  content: '';
  background: url(images/shop-icon.png) top left no-repeat;
  background-size: 21px 18px;
  position: absolute;
  left: -1.625rem;
  width: 21px;
  height: 18px;
}
.main-nav li.active a {
  color: #E77C2B;
}
.main-nav a {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: white;
  text-decoration: none;
}
.main-nav a:hover, .main-nav a:focus {
  color: #E77C2B;
}
@media screen and (min-width: 768px) {
  .main-nav {
    visibility: visible;
    opacity: 1;
    background: none;
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    overflow: hidden;
    float: left;
    margin: 0;
    margin-left: 3.75rem;
  }
  .main-nav li {
    float: left;
    margin-right: 3.75rem;
    padding: 0;
  }
  .main-nav li.store-link {
    position: absolute;
    margin-right: 0;
    right: 1.25rem;
  }
  .main-nav li.store-link a:before {
    content: '';
    background: url(images/shop-icon.png) top left no-repeat;
    background-size: 21px 18px;
    position: absolute;
    left: -1.625rem;
    width: 21px;
    height: 18px;
  }
  .main-nav a {
    color: #2B2B2B;
    padding: 1.5rem 0;
    display: inline-block;
  }
  .main-nav .mobile-only {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .main-nav li.store-link {
    right: 0;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  text-align: center;
  padding: 1.25rem 0 2.5rem;
}
.slick-dots li {
  display: inline-block;
  margin: 0 0.25rem;
}
.slick-dots li.slick-active button {
  background: #E77C2B;
  border: 1px solid #E77C2B;
  color: #E77C2B;
}
.slick-dots button {
  border-radius: 50%;
  background: white;
  border: 1px solid #E5E5E5;
  color: white;
  font-size: 0;
  line-height: 0;
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 768px) {
  .slick-dots {
    padding: 1.875rem 0;
  }
}

.slick-info {
  position: absolute;
  bottom: 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  width: 100%;
  left: 0;
}
.slick-info .orange {
  color: #E77C2B;
  padding: 0 0.25rem;
}
@media screen and (min-width: 768px) {
  .slick-info {
    bottom: 1.875rem;
    left: auto;
    right: 1.25rem;
    width: 200px;
    text-align: right;
  }
}
@media screen and (min-width: 960px) {
  .slick-info {
    right: 3.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .slick-info {
    right: 6.25rem;
  }
}

  /**
* Swiper 3.4.2
* Most modern mobile touch slider and framework with hardware accelerated transitions
* 
* http://www.idangero.us/swiper/
* 
* Copyright 2017, Vladimir Kharlampidi
* The iDangero.us
* http://www.idangero.us/
* 
* Licensed under MIT
* 
* Released on: March 10, 2017
*/
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
@media screen and (min-width: 960px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
  }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 1.25rem;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 1.25rem;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 100px);
  -ms-transform: translate3d(0, 0, 100px);
  transform: translate3d(0, 0, 100px);
  z-index: 100;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0.625rem;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 1.25rem;
  }
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: white;
  opacity: 0.6;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #E77C2B;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #E77C2B;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-container {
  width: 18.75rem;
  margin-left: -9.375rem;
  margin-top: -6.875rem;
  height: 13.75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  color: white;
}
.swiper-container h1 {
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 2.625rem;
}
.swiper-container h1 span {
  font-size: 1.125rem;
  line-height: 1.5rem;
  display: block;
}
.swiper-container p {
  margin-top: 1.25rem;
}
@media screen and (min-width: 360px) {
  .swiper-container {
    width: 21.25rem;
    margin-left: -10.625rem;
    margin-top: -6.875rem;
    height: 13.75rem;
  }
}
@media screen and (min-width: 480px) {
  .swiper-container {
    width: 27.5rem;
    margin-left: -13.75rem;
    margin-top: -6.25rem;
    height: 12.5rem;
  }
}
@media screen and (min-width: 560px) {
  .swiper-container {
    width: 32.5rem;
    margin-left: -16.25rem;
  }
}
@media screen and (min-width: 640px) {
  .swiper-container {
    width: 37.5rem;
    margin-left: -18.75rem;
  }
}
@media screen and (min-width: 768px) {
  .swiper-container {
    width: 46.25rem;
    margin-left: -23.125rem;
    height: 16.25rem;
    margin-top: -8.125rem;
  }
  .swiper-container h1 {
    font-size: 3.25rem;
    line-height: 3.875rem;
  }
  .swiper-container h1 span {
    font-size: 1.25rem;
    line-height: 1.75rem;
    display: block;
  }
  .swiper-container h1.constrained {
    max-width: 35rem;
  }
  .swiper-container.constrained-text p {
    max-width: 25rem;
  }
}
@media screen and (min-width: 960px) {
  .swiper-container {
    width: 58.75rem;
    margin-left: -29.375rem;
    margin-top: -7.5rem;
    height: 15rem;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-container {
    width: 67.5rem;
    margin-left: -33.75rem;
    margin-top: -8.75rem;
    height: 17.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .swiper-container {
    width: 77.5rem;
    margin-left: -38.75rem;
    margin-top: -7.1875rem;
    height: 14.375rem;
  }
}

.swiper-slide {
  background: rgba(0, 0, 0, 0.47);
  padding: 1.875rem;
  padding-bottom: 3.125rem;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .swiper-slide {
    padding: 1.875rem 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-slide {
    padding: 1.875rem 10rem;
  }
}

footer {
  overflow: hidden;
  padding-bottom: 2.5rem;
  text-align: center;
}
footer h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}
footer p {
  margin-bottom: 1.25rem;
}
footer a {
  color: #E77C2B;
}
footer a:focus, footer a:hover {
  color: #B4243F;
}
footer .contact-link {
  color: #E77C2B;
  text-decoration: none;
  margin: auto;
  margin-bottom: 1.25rem;
  display: block;
  font-weight: 400;
}
footer .copyright {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  footer {
    text-align: left;
  }
  footer h3 {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
  footer .footer-content {
    float: left;
    width: 32.5rem;
  }
  footer .copyright {
    clear: both;
    float: right;
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 960px) {
  footer {
    text-align: left;
  }
}

.page-id-77 footer .contact-link {
  display: none;
}

.footer-nav {
  display: none;
}
.footer-nav li.active a {
  color: #E77C2B;
}
@media screen and (min-width: 768px) {
  .footer-nav {
    display: block;
    text-align: right;
    float: right;
  }
  .footer-nav li {
    padding: 0.25rem 0;
  }
  .footer-nav a {
    text-decoration: none;
    color: #2B2B2B;
    font-size: 0.875rem;
    overflow: hidden;
  }
  .footer-nav a span {
    display: block;
    float: right;
    margin-left: 0.625rem;
    margin-top: 1px;
    position: relative;
    color: #B4243F;
    font-size: 1.5rem;
    line-height: 0.875rem;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 0.875rem;
    height: 1rem;
    -webkit-transition: 0.3s -webkit-transform ease-out;
    transition: 0.3s -webkit-transform ease-out;
    transition: 0.3s transform ease-out;
    transition: 0.3s transform ease-out, 0.3s -webkit-transform ease-out;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
  }
  .footer-nav a:hover, .footer-nav a:focus {
    color: #E77C2B;
  }
  .footer-nav a:hover span, .footer-nav a:focus span {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
