.autocomplete-suggestions{text-align:left;cursor:default;border:1px solid #ccc;border-top:0;background:#fff;box-shadow:-1px 1px 3px rgba(0,0,0,.1);position:absolute;display:none;z-index:9999;max-height:254px;overflow:hidden;overflow-y:auto;box-sizing:border-box}.autocomplete-suggestion{position:relative;padding:0 .6em;line-height:23px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.02em;color:#333}.autocomplete-suggestion b{font-weight:400;color:#1f8dd6}.autocomplete-suggestion.selected{background:#f0f0f0}/*# sourceMappingURL=jquery.auto-complete.min.css.map */
/*!
 * fullPage 2.9.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
  @font-face {
	font-family: 'HCo Gotham';
	src:url('/sites/themes/bobevans/fonts/woff2/Gotham-Light_Web.woff2') format('woff2'),
		url('/sites/themes/bobevans/fonts/woff/Gotham-Light_Web.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham';
	src:url('/sites/themes/bobevans/fonts/woff2/Gotham-LightItalic_Web.woff2') format('woff2'),
		url('/sites/themes/bobevans/fonts/woff/Gotham-LightItalic_Web.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'HCo Gotham';
	src:url('/sites/themes/bobevans/fonts/woff2/Gotham-Book_Web.woff2') format('woff2'),
		url('/sites/themes/bobevans/fonts/woff/Gotham-Book_Web.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham';
	src:url('/sites/themes/bobevans/fonts/woff2/Gotham-BookItalic_Web.woff2') format('woff2'),
		url('/sites/themes/bobevans/fonts/woff/Gotham-BookItalic_Web.woff') format('woff');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'HCo Gotham';
	src:url('/sites/themes/bobevans/fonts/woff2/Gotham-Medium_Web.woff2') format('woff2'),
		url('/sites/themes/bobevans/fonts/woff/Gotham-Medium_Web.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham';
	src:url('/sites/themes/bobevans/fonts/woff2/Gotham-MediumItalic_Web.woff2') format('woff2'),
		url('/sites/themes/bobevans/fonts/woff/Gotham-MediumItalic_Web.woff') format('woff');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'HCo Gotham';
	src:url('/sites/themes/bobevans/fonts/woff2/Gotham-Bold_Web.woff2') format('woff2'),
		url('/sites/themes/bobevans/fonts/woff/Gotham-Bold_Web.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'HCo Gotham';
	src:url('/sites/themes/bobevans/fonts/woff2/Gotham-BoldItalic_Web.woff2') format('woff2'),
		url('/sites/themes/bobevans/fonts/woff/Gotham-BoldItalic_Web.woff') format('woff');
	font-weight: 700;
	font-style: italic;
}
 html.fp-enabled,
 .fp-enabled body {
     margin: 0;
     padding: 0;
     overflow:hidden;

     /*Avoid flicker on slides transitions for mobile phones #336 */
     -webkit-tap-highlight-color: rgba(0,0,0,0);
 }
 .fp-section {
     position: relative;
     -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
     -moz-box-sizing: border-box; /* <=28 */
     box-sizing: border-box;
 }
 .fp-slide {
     float: left;
 }
 .fp-slide, .fp-slidesContainer {
     height: 100%;
     display: block;
 }
 .fp-slides {
     z-index:1;
     height: 100%;
     overflow: hidden;
     position: relative;
     -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
     transition: all 0.3s ease-out;
 }
 .fp-section.fp-table, .fp-slide.fp-table {
     display: table;
     table-layout:fixed;
     width: 100%;
 }
 .fp-tableCell {
     display: table-cell;
     vertical-align: middle;
     width: 100%;
     height: 100%;
 }
 .fp-slidesContainer {
     float: left;
     position: relative;
 }
 .fp-controlArrow {
     -webkit-user-select: none; /* webkit (safari, chrome) browsers */
     -moz-user-select: none; /* mozilla browsers */
     -khtml-user-select: none; /* webkit (konqueror) browsers */
     -ms-user-select: none; /* IE10+ */
     position: absolute;
     z-index: 4;
     top: 50%;
     cursor: pointer;
     width: 0;
     height: 0;
     border-style: solid;
     margin-top: -38px;
     -webkit-transform: translate3d(0,0,0);
     -ms-transform: translate3d(0,0,0);
     transform: translate3d(0,0,0);
 }
 .fp-controlArrow.fp-prev {
     left: 15px;
     width: 0;
     border-width: 38.5px 34px 38.5px 0;
     border-color: transparent #fff transparent transparent;
 }
 .fp-controlArrow.fp-next {
     right: 15px;
     border-width: 38.5px 0 38.5px 34px;
     border-color: transparent transparent transparent #fff;
 }
 .fp-scrollable {
     overflow: hidden;
     position: relative;
 }
 .fp-scroller{
     overflow: hidden;
 }
 .iScrollIndicator{
     border: 0 !important;
 }
 .fp-notransition {
     -webkit-transition: none !important;
     transition: none !important;
 }
 #fp-nav {
     position: fixed;
     z-index: 100;
     margin-top: -32px;
     top: 50%;
     opacity: 1;
     -webkit-transform: translate3d(0,0,0);
 }
 #fp-nav.right {
     right: 17px;
 }
 #fp-nav.left {
     left: 17px;
 }
 .fp-slidesNav{
     position: absolute;
     z-index: 4;
     opacity: 1;
     -webkit-transform: translate3d(0,0,0);
     -ms-transform: translate3d(0,0,0);
     transform: translate3d(0,0,0);
     left: 0 !important;
     right: 0;
     margin: 0 auto !important;
 }
 .fp-slidesNav.bottom {
     bottom: 17px;
 }
 .fp-slidesNav.top {
     top: 17px;
 }
 #fp-nav ul,
 .fp-slidesNav ul {
   margin: 0;
   padding: 0;
 }
 #fp-nav ul li,
 .fp-slidesNav ul li {
     display: block;
     width: 14px;
     height: 13px;
     margin: 7px;
     position:relative;
 }
 .fp-slidesNav ul li {
     display: inline-block;
 }
 #fp-nav ul li a,
 .fp-slidesNav ul li a {
     display: block;
     position: relative;
     z-index: 1;
     width: 100%;
     height: 100%;
     cursor: pointer;
     text-decoration: none;
 }
 #fp-nav ul li a.active span,
 .fp-slidesNav ul li a.active span,
 #fp-nav ul li:hover a.active span,
 .fp-slidesNav ul li:hover a.active span{
     height: 12px;
     width: 12px;
     margin: -6px 0 0 -6px;
     border-radius: 100%;
  }
 #fp-nav ul li a span,
 .fp-slidesNav ul li a span {
     border-radius: 50%;
     position: absolute;
     z-index: 1;
     height: 4px;
     width: 4px;
     border: 0;
     background: #333;
     left: 50%;
     top: 50%;
     margin: -2px 0 0 -2px;
     -webkit-transition: all 0.1s ease-in-out;
     -moz-transition: all 0.1s ease-in-out;
     -o-transition: all 0.1s ease-in-out;
     transition: all 0.1s ease-in-out;
 }
 #fp-nav ul li:hover a span,
 .fp-slidesNav ul li:hover a span{
     width: 10px;
     height: 10px;
     margin: -5px 0px 0px -5px;
 }
 #fp-nav ul li .fp-tooltip {
     position: absolute;
     top: -2px;
     color: #fff;
     font-size: 14px;
     font-family: arial, helvetica, sans-serif;
     white-space: nowrap;
     max-width: 220px;
     overflow: hidden;
     display: block;
     opacity: 0;
     width: 0;
     cursor: pointer;
 }
 #fp-nav ul li:hover .fp-tooltip,
 #fp-nav.fp-show-active a.active + .fp-tooltip {
     -webkit-transition: opacity 0.2s ease-in;
     transition: opacity 0.2s ease-in;
     width: auto;
     opacity: 1;
 }
 #fp-nav ul li .fp-tooltip.right {
     right: 20px;
 }
 #fp-nav ul li .fp-tooltip.left {
     left: 20px;
 }
 .fp-auto-height.fp-section,
 .fp-auto-height .fp-slide,
 .fp-auto-height .fp-tableCell{
     height: auto !important;
 }

 .fp-responsive .fp-auto-height-responsive.fp-section,
 .fp-responsive .fp-auto-height-responsive .fp-slide,
 .fp-responsive .fp-auto-height-responsive .fp-tableCell {
     height: auto !important;
 }

/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
 .swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.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-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{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,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{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}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.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:10px;right:auto}.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:10px;left:auto}.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-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")}.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-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-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;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-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(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,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.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);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-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-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.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-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #ffaaff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #ff4136;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.2em; }

a {
  color: #ffaaff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #ff5eff;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #ffe7ff; }

.table-hover .table-primary:hover {
  background-color: #ffceff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #ffceff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffcac7; }

.table-hover .table-danger:hover {
  background-color: #ffb2ae; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ffb2ae; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: white;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 170, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ff4136; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(255, 65, 54, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ff4136; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #ff4136;
    box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff4136; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff4136; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #ffbab6; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #ff7169; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 65, 54, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff4136; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 170, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #212529;
  background-color: #ffaaff;
  border-color: #ffaaff; }
  .btn-primary:hover {
    color: #212529;
    background-color: #ff84ff;
    border-color: #ff77ff; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 170, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #ffaaff;
    border-color: #ffaaff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #ff77ff;
    border-color: #ff6aff; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 170, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #ff4136;
  border-color: #ff4136; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ff1d10;
    border-color: #ff1103; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #ff4136;
    border-color: #ff4136; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff1103;
    border-color: #f50d00; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #ffaaff;
  background-color: transparent;
  background-image: none;
  border-color: #ffaaff; }
  .btn-outline-primary:hover {
    color: #212529;
    background-color: #ffaaff;
    border-color: #ffaaff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 170, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #ffaaff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #ffaaff;
    border-color: #ffaaff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 170, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #ff4136;
  background-color: transparent;
  background-image: none;
  border-color: #ff4136; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #ff4136;
    border-color: #ff4136; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ff4136;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff4136;
    border-color: #ff4136; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #ffaaff;
  background-color: transparent; }
  .btn-link:hover {
    color: #ff5eff;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ffaaff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::before {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label,
    .input-group > .custom-file:not(:first-child) .custom-file-label::before {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #ffaaff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 170, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: white; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffaaff; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #ffaaff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 170, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 170, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffaaff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 170, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: white;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(255, 255, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    border-color: white;
    box-shadow: 0 0 0 0.2rem rgba(255, 170, 255, 0.25); }
    .custom-file-input:focus ~ .custom-file-control::before {
      border-color: white; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ffaaff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ffaaff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    color: #ff5eff;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 170, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #ffaaff;
  border-color: #ffaaff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #212529;
  background-color: #ffaaff; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #ff77ff; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #ff4136; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ff1103; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #855885;
  background-color: #ffeeff;
  border-color: #ffe7ff; }
  .alert-primary hr {
    border-top-color: #ffceff; }
  .alert-primary .alert-link {
    color: #664466; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #85221c;
  background-color: #ffd9d7;
  border-color: #ffcac7; }
  .alert-danger hr {
    border-top-color: #ffb2ae; }
  .alert-danger .alert-link {
    color: #5b1713; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #ffaaff;
  transition: width 0.6s ease; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ffaaff;
    border-color: #ffaaff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #855885;
  background-color: #ffe7ff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #855885;
    background-color: #ffceff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #855885;
    border-color: #855885; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #85221c;
  background-color: #ffcac7; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #85221c;
    background-color: #ffb2ae; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #85221c;
    border-color: #85221c; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #ffaaff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #ff77ff !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #ff4136 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ff1103 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #ffaaff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #ff4136 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #ffaaff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #ff77ff !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #ff4136 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #ff1103 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-muted {
  color: #6c757d !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

/**
 * Variables
 *
 * Copy settings from src/bootstrap4/_variables.sass file
 * into this file to override bootstrap settings.
 *
 * e.g.
 * $enable-shadows: true;
 * $font-size-h1: 100px;
 *
 */
#vp {
  background-color: red; }

@media (min-width: 576px) {
  #vp {
    background-color: green; } }

@media (min-width: 768px) {
  #vp {
    background-color: orange; } }

@media (min-width: 992px) {
  #vp {
    background-color: blue; } }

@media (min-width: 1200px) {
  #vp {
    background-color: yellow; } }

body {
  width: 100%;
  height: 100%; }

body.prevent-scroll {
  position: fixed;
  overflow: hidden;
  width: 100%; }

.prevent-scroll {
  position: fixed !important;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.page-container {
  width: 100%;
  min-width: 320px;
  position: relative;
  font-family: 'HCo Gotham'; }

.btn-primary {
  background-color: transparent;
  border-radius: 0;
  border: 2px solid #c41230;
  color: #c41230;
  font-family: 'HCo Gotham';
  font-weight: 700;
  padding: 1rem 2rem;
  cursor: pointer; }
  .btn-primary:hover {
    background-color: #c41230;
    border: 2px solid #c41230;
    color: #fff; }

.backToTop {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.35);
  position: fixed;
  right: 0;
  bottom: -75px;
  z-index: 50;
  cursor: pointer;
  display: block; }
  @media (min-width: 992px) {
    .backToTop {
      width: 60px;
      height: 60px; } }
  .backToTop img {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 14px; }
    @media (min-width: 992px) {
      .backToTop img {
        width: 30px;
        height: 30px;
        margin: 16px; } }

#vp {
  position: fixed;
  width: 100%;
  height: 5px;
  left: 0;
  top: 0;
  z-index: 1002; }

a {
  color: #c41230; }
  a:hover {
    color: #c41230;
    text-decoration: underline;
    background-color: transparent; }

.bttn-primary {
  border: 2px solid #c41230;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  transition: all .2s;
  display: inline-block; }
  .bttn-primary:hover {
    color: #fff;
    background-color: #c41230;
    text-decoration: none; }

select::-ms-expand {
  display: none; }

.break-all {
  word-break: break-all; }

.swiper-pagination-bullet {
  margin: 0 5px !important; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #c41230; }

.section-footer {
  background-color: #fff; }
  .section-footer .detail-footer-margin {
    height: 75px; }

/*
MODAL
*/
.modal-dialog {
  max-width: 800px;
  margin: 30px auto; }

.modal-body {
  position: relative;
  padding: 0px; }

.close {
  position: absolute;
  right: 10px;
  top: -55px;
  z-index: 999;
  font-size: 3rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
  text-shadow: 0 0 0 #fff; }
  .close:hover {
    color: #c41230; }

/* For Firefox */
input[type='number'] {
  -moz-appearance: textfield; }

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.super {
  font-family: 'HCo Gotham';
  font-size: 0.75rem;
  vertical-align: super; }

.global-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(74, 74, 74, 0.1);
  -moz-box-shadow: 0px 3px 5px 0px rgba(74, 74, 74, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(74, 74, 74, 0.1);
  z-index: 1000;
  min-width: 320px; }
  .global-header .logo {
    margin-top: 0.35rem;
    display: inline-block;
    border: 0px solid red;
    position: absolute;
    width: 120px;
    margin-left: -60px;
    margin-top: 8px;
    left: 50%; }
    .global-header .logo img {
      width: 100%; }
  .global-header .mobile-nav-icon {
    width: 40px;
    height: 40px;
    border: 0px solid red;
    position: relative;
    left: 20px;
    top: 12px;
    cursor: pointer;
    display: block; }
    .global-header .mobile-nav-icon .mobile-nav-bar-1,
    .global-header .mobile-nav-icon .mobile-nav-bar-2,
    .global-header .mobile-nav-icon .mobile-nav-bar-3 {
      position: relative;
      width: 25px;
      height: 3px;
      background-color: #555555;
      margin-bottom: 5px;
      border-radius: 2px; }
    .global-header .mobile-nav-icon .mobile-nav-bar-1 {
      margin-top: 8px; }
    .global-header .mobile-nav-icon .mobile-nav-bar-2 {
      left: 3px; }
  .global-header .global-nav {
    position: absolute;
    top: 0;
    right: 25px;
    margin-top: 1.3rem;
    display: none; }
    .global-header .global-nav li {
      display: inline-block;
      font-size: 1.0rem;
      font-family: 'HCo Gotham';
      font-weight: 700;
      margin-right: 35px;
      cursor: pointer; }
      .global-header .global-nav li a {
        text-decoration: none;
        color: #555555;
        transition: color 0.5s; }
        .global-header .global-nav li a:hover {
          color: #c41230; }
      .global-header .global-nav li a.active {
        color: #c41230; }
      .global-header .global-nav li .dots-divider {
        width: 10px;
        height: 20px;
        cursor: default; }
        .global-header .global-nav li .dots-divider .dot-item {
          width: 5px;
          height: 5px;
          background-color: #bdbdbd;
          border-radius: 50%;
          margin-bottom: 6px;
          cursor: default; }
  .global-header .icon-search-m {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 30px;
    height: 30px;
    border: 0px solid red;
    display: block; }
    .global-header .icon-search-m .m-search .fa-search {
      color: #555555;
      font-size: 1.30rem; }
    .global-header .icon-search-m .m-close-search {
      display: none;
      position: relative;
      top: -2px;
      cursor: pointer; }
      .global-header .icon-search-m .m-close-search .fa-times {
        color: #555555;
        font-size: 1.30rem;
        color: #c41230; }

#mobile-nav {
  position: fixed;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(196, 18, 48, 0.95);
  z-index: 51;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-overflow-scrolling: touch; }
  #mobile-nav .mobile-nav-items-container {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    border: 0px solid blue;
    -webkit-overflow-scrolling: touch; }
    #mobile-nav .mobile-nav-items-container .mobile-nav-list {
      list-style: none;
      padding-left: 0;
      margin-top: 150px;
      border: 0px solid white;
      width: 100%;
      -webkit-overflow-scrolling: touch; }
      #mobile-nav .mobile-nav-items-container .mobile-nav-list li {
        font-family: 'HCo Gotham';
        font-size: 2.25rem;
        text-align: center;
        margin: 0.75rem 0; }
        #mobile-nav .mobile-nav-items-container .mobile-nav-list li a {
          color: #fff; }
          #mobile-nav .mobile-nav-items-container .mobile-nav-list li a:hover {
            text-decoration: none; }

#search-overlay {
  position: fixed;
  left: 0;
  top: -375px;
  width: 100%;
  height: 150px;
  background-color: rgba(255, 248, 240, 0.95);
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 768px) {
    #search-overlay {
      height: 375px; } }
  #search-overlay .close-search-overlay {
    position: absolute;
    top: 100px;
    right: 2%;
    width: 45px;
    height: 45px;
    border: 0px solid black;
    font-size: 40px;
    color: #c41230;
    cursor: pointer;
    display: none; }
    @media (min-width: 992px) {
      #search-overlay .close-search-overlay {
        display: block; } }
    #search-overlay .close-search-overlay img {
      vertical-align: top;
      width: 45px;
      height: 45px; }
  #search-overlay .search-overlay-container {
    width: 100%;
    padding: 0 10px; }
    #search-overlay .search-overlay-container .form-site-search {
      margin-top: 50px;
      border: 1px solid #c41230;
      background-color: #c41230;
      width: 90%;
      position: relative;
      margin: 0 auto;
      margin-top: 50px; }
      @media (min-width: 768px) {
        #search-overlay .search-overlay-container .form-site-search {
          width: 775px; } }
      #search-overlay .search-overlay-container .form-site-search .m-field-icon-search {
        position: absolute;
        left: 10px;
        top: 10px; }
        @media (min-width: 768px) {
          #search-overlay .search-overlay-container .form-site-search .m-field-icon-search {
            display: none; } }
      #search-overlay .search-overlay-container .form-site-search input.site-search {
        width: 100%;
        font-size: 16px;
        border: 0;
        outline: 0;
        padding: 10px 20px 10px 40px;
        border-radius: 0;
        display: inline-block;
        color: #555555; }
        @media (min-width: 768px) {
          #search-overlay .search-overlay-container .form-site-search input.site-search {
            width: 600px;
            font-size: 1.25rem;
            padding: 10px 20px 10px 20px; } }
      #search-overlay .search-overlay-container .form-site-search ::-webkit-input-placeholder {
        color: #555555;
        font-style: italic; }
      #search-overlay .search-overlay-container .form-site-search ::-moz-placeholder {
        color: #555555;
        font-style: italic; }
      #search-overlay .search-overlay-container .form-site-search :-ms-input-placeholder {
        color: #555555;
        font-style: italic; }
      #search-overlay .search-overlay-container .form-site-search :-moz-placeholder {
        color: #555555;
        font-style: italic; }
      #search-overlay .search-overlay-container .form-site-search .btn-search {
        background-color: #c41230;
        border-radius: 0;
        color: #fff;
        padding: 0rem 3rem;
        margin-top: -10px;
        display: none; }
        @media (min-width: 768px) {
          #search-overlay .search-overlay-container .form-site-search .btn-search {
            display: inline-block; } }

#error {
  position: fixed;
  left: 0;
  top: -75px;
  width: 100%;
  height: 75px;
  background-color: #ed4e3f;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0; }
  #error .error-container {
    position: relative;
    width: auto;
    color: #fff;
    font-family: 'HCo Gotham';
    padding: 0 5rem; }
    #error .error-container .error-header {
      font-size: 1.25rem;
      font-weight: 700; }
    #error .error-container .error-detail {
      font-size: 1.0rem;
      font-style: italic; }
    #error .error-container .error-close {
      width: 25px;
      height: 25px;
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0; }

.field-required {
  background-color: rgba(237, 78, 63, 0.35); }

.required {
  color: #c41230;
  border-bottom: 1px solid #c41230 !important; }
  .required #zipcode {
    color: #c41230; }

@media (min-width: 576px) {
  .global-header .footer .footer-container .footer-logo {
    text-align: left; } }

@media (min-width: 992px) {
  .global-header {
    height: 75px; }
    .global-header .logo {
      margin-left: 0;
      left: 30px;
      margin-top: 14px;
      width: 150px; }
    .global-header .mobile-nav-icon {
      display: none; }
    .global-header .global-nav {
      display: block; }
    .global-header .icon-search-m {
      display: none; } }

@media (pointer: coarse) {
  #mobile-nav .mobile-nav-items-container {
    overflow-y: scroll; } }

footer,
.detail-footer {
  font-size: 0.9rem;
  background-color: #fff;
  padding-bottom: 1rem; }
  footer .email-subscribe-container,
  .detail-footer .email-subscribe-container {
    overflow: hidden;
    margin-top: 3rem; }
    footer .email-subscribe-container h1,
    .detail-footer .email-subscribe-container h1 {
      font-family: 'HCo Gotham';
      text-align: center;
      margin-bottom: 0.5rem;
      font-size: 2.5rem; }
    footer .email-subscribe-container p,
    .detail-footer .email-subscribe-container p {
      text-align: center;
      font-family: 'HCo Gotham';
      color: #555555;
      font-size: 1.25rem;
      margin: 0rem 1rem 2rem 1rem; }
    footer .email-subscribe-container .container,
    .detail-footer .email-subscribe-container .container {
      margin-bottom: 0rem;
      padding: 0; }
      footer .email-subscribe-container .container .email-form-container,
      .detail-footer .email-subscribe-container .container .email-form-container {
        margin: 0 0.5rem;
        min-width: 320px; }
        footer .email-subscribe-container .container .email-form-container .field-email,
        .detail-footer .email-subscribe-container .container .email-form-container .field-email {
          border: 1px solid #cccccc;
          outline: none;
          border-radius: 0;
          background-color: #fff;
          width: 60%;
          padding: 0.5rem 1rem;
          font-size: 1.1rem; }

/*spinner for subscribe on submit*/
    footer .email-subscribe-container .container .email-form-container .subscribe-on-checking,
    .detail-footer .email-subscribe-container .container .email-form-container .subscribe-on-checking {
        background: rgba(255,255,255,0.5);
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
    }
footer .email-subscribe-container .container .email-form-container .subscribe-on-checking span,
    .detail-footer .email-subscribe-container .container .email-form-container .subscribe-on-checking span{
    transform: translateY(-50%);
    font-weight: 500;
    text-transform: uppercase;
}
/*firefox hack*/
@-moz-document url-prefix() {  
  footer .email-subscribe-container .container .email-form-container .field-email,
    .detail-footer .email-subscribe-container .container .email-form-container .field-email {
        padding: 0.45rem 1rem;
  }
}
/*ie hack*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    footer .email-subscribe-container .container .email-form-container .field-email,
    .detail-footer .email-subscribe-container .container .email-form-container .field-email {
       height: 45px;
  }
}
        footer .email-subscribe-container .container .email-form-container .btn-submit,
        .detail-footer .email-subscribe-container .container .email-form-container .btn-submit {
          background-color: #c41230;
          outline: 0;
          border: none;
          border: 2px solid #c41230;
          color: #fff;
          font-family: 'HCo Gotham';
          font-size: 1.0rem;
          border-radius: 0;
          margin-top: 0px;
          cursor: pointer; 
          transition: all 0.25s;}
          @media (min-width: 768px) {
            footer .email-subscribe-container .container .email-form-container .btn-submit,
            .detail-footer .email-subscribe-container .container .email-form-container .btn-submit {
                padding: 0.5rem 2rem;}
footer .email-subscribe-container .container .email-form-container .btn-submit:hover,
            .detail-footer .email-subscribe-container .container .email-form-container .btn-submit:hover {
                background-color: #fff;
                color: #c41230;          } 
footer .email-subscribe-container .container .email-form-container .btn-submit:focus,
            .detail-footer .email-subscribe-container .container .email-form-container .btn-submit:focus {
                outline: none;} }
        footer .email-subscribe-container .container .email-form-container ::-webkit-input-placeholder,
        .detail-footer .email-subscribe-container .container .email-form-container ::-webkit-input-placeholder {
          color: #b6b6b6;
          font-style: italic; }
        footer .email-subscribe-container .container .email-form-container ::-moz-placeholder,
        .detail-footer .email-subscribe-container .container .email-form-container ::-moz-placeholder {
          color: #b6b6b6;
          font-style: italic; }
        footer .email-subscribe-container .container .email-form-container :-ms-input-placeholder,
        .detail-footer .email-subscribe-container .container .email-form-container :-ms-input-placeholder {
          color: #b6b6b6;
          font-style: italic; }
        footer .email-subscribe-container .container .email-form-container :-moz-placeholder,
        .detail-footer .email-subscribe-container .container .email-form-container :-moz-placeholder {
          color: #b6b6b6;
          font-style: italic; }
      footer .email-subscribe-container .container .footer-social-media,
      .detail-footer .email-subscribe-container .container .footer-social-media {
        list-style: none;
        padding-left: 0;
        overflow: hidden;
        width: 135px;
        position: relative;
        margin: 1rem auto 0 auto;
        right: auto; }
        @media (min-width: 768px) {
          footer .email-subscribe-container .container .footer-social-media,
          .detail-footer .email-subscribe-container .container .footer-social-media {
            position: absolute;
            right: 0;
            margin: 0; } }
        footer .email-subscribe-container .container .footer-social-media li,
        .detail-footer .email-subscribe-container .container .footer-social-media li {
          float: left;
          margin-left: 1rem;
          border: 0px solid red; }
          footer .email-subscribe-container .container .footer-social-media li a,
          .detail-footer .email-subscribe-container .container .footer-social-media li a {
            font-size: 1.75rem; }
  footer .footer-divider,
  .detail-footer .footer-divider {
    background-color: #c41230;
    width: 100%;
    height: 6px;
    margin-bottom: 3rem; }
  footer .social-media-container,
  .detail-footer .social-media-container {
    background-color: #c41230;
    font-family: 'HCo Gotham';
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    padding: 1.25rem 0 0.3rem 0; }
    footer .social-media-container .sm-content,
    footer .social-media-container .sm-links-container,
    .detail-footer .social-media-container .sm-content,
    .detail-footer .social-media-container .sm-links-container {
      display: inline-block; }
    footer .social-media-container .sm-content,
    .detail-footer .social-media-container .sm-content {
      margin-right: 0rem;
      margin-bottom: 1rem;
      line-height: 1.75rem;
      padding: 0 2rem;
      font-size: 1rem; }
      @media (min-width: 992px) {
        footer .social-media-container .sm-content,
        .detail-footer .social-media-container .sm-content {
          margin-bottom: 0rem;
          font-size: 1.35rem; } }
    footer .social-media-container .social-media-links,
    .detail-footer .social-media-container .social-media-links {
      list-style: none;
      padding-left: 0; }
      footer .social-media-container .social-media-links li,
      .detail-footer .social-media-container .social-media-links li {
        display: inline; }
        footer .social-media-container .social-media-links li a,
        .detail-footer .social-media-container .social-media-links li a {
          color: #fff; }
        footer .social-media-container .social-media-links li .sm-icon-container,
        .detail-footer .social-media-container .social-media-links li .sm-icon-container {
          display: inline-block;
          width: 50px;
          height: 50px;
          border: 2px solid #fff;
          border-radius: 50%;
          padding-top: 5px;
          margin: 0 0.3rem;
          cursor: pointer; }
  footer .footer-container,
  .detail-footer .footer-container {
    position: relative;
    margin: 2rem auto 0 auto;
    width: 80%; }
    footer .footer-container .footer-col,
    .detail-footer .footer-container .footer-col {
      width: 100%;
      float: none;
      margin-top: 0.1rem;
      border: 0px solid red; }
      @media (min-width: 992px) {
        footer .footer-container .footer-col,
        .detail-footer .footer-container .footer-col {
          float: left;
          width: 20%; } }
      footer .footer-container .footer-col .footer-logo,
      .detail-footer .footer-container .footer-col .footer-logo {
        width: 150px;
        position: relative;
        margin: 1.5rem auto; }
        @media (min-width: 992px) {
          footer .footer-container .footer-col .footer-logo,
          .detail-footer .footer-container .footer-col .footer-logo {
            margin: 0; } }
      footer .footer-container .footer-col .fas,
      .detail-footer .footer-container .footer-col .fas {
        color: #828282; }
      footer .footer-container .footer-col .eu-audience,
      .detail-footer .footer-container .footer-col .eu-audience {
        display: block;
        margin: 10px 0;
        color: #828282; }
    footer .footer-container .footer-col-inner,
    .detail-footer .footer-container .footer-col-inner {
      margin-top: -.3rem; }
      @media (min-width: 992px) {
        footer .footer-container .footer-col-inner,
        .detail-footer .footer-container .footer-col-inner {
          margin-top: 31px; } }
    @media (min-width: 992px) {
      footer .footer-container,
      .detail-footer .footer-container {
        width: 90%; } }
    footer .footer-container .footer-logo,
    .detail-footer .footer-container .footer-logo {
      text-align: center;
      margin-bottom: 2rem; }
      @media (min-width: 768px) {
        footer .footer-container .footer-logo,
        .detail-footer .footer-container .footer-logo {
          text-align: left; } }
    footer .footer-container .footer-links,
    .detail-footer .footer-container .footer-links {
      padding: 0;
      list-style-type: none;
      font-family: 'HCo Gotham'; }
      footer .footer-container .footer-links li,
      .detail-footer .footer-container .footer-links li {
        margin: 0.5rem 0; }
      footer .footer-container .footer-links .links-header,
      .detail-footer .footer-container .footer-links .links-header {
        color: #000;
        font-weight: 900; }
      footer .footer-container .footer-links .footer-link a,
      .detail-footer .footer-container .footer-links .footer-link a {
        color: #828282;
        font-weight: 500; }
  footer .footer-container-copyright,
  .detail-footer .footer-container-copyright {
    position: relative;
    top: 0rem;
    text-align: center;
    overflow: hidden;
    clear: both; }
    @media (min-width: 768px) {
      footer .footer-container-copyright,
      .detail-footer .footer-container-copyright {
        display: block; } }
    footer .footer-container-copyright .footer-col a.footer-link,
    .detail-footer .footer-container-copyright .footer-col a.footer-link {
      color: #828282;
      font-weight: 500; }
    footer .footer-container-copyright .footer-col a:not(:first-child),
    .detail-footer .footer-container-copyright .footer-col a:not(:first-child) {
      margin-left: 0; }
      @media (min-width: 768px) {
        footer .footer-container-copyright .footer-col a:not(:first-child),
        .detail-footer .footer-container-copyright .footer-col a:not(:first-child) {
          margin-left: 30px; } }
    footer .footer-container-copyright .footer-col a.footer-link.privacy,
    .detail-footer .footer-container-copyright .footer-col a.footer-link.privacy {
      margin-left: 15px; }
      @media (min-width: 768px) {
        footer .footer-container-copyright .footer-col a.footer-link.privacy,
        .detail-footer .footer-container-copyright .footer-col a.footer-link.privacy {
          margin-left: 30px; } }
    footer .footer-container-copyright .footer-col a.footer-link.post-holdings,
    .detail-footer .footer-container-copyright .footer-col a.footer-link.post-holdings {
      display: block;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        footer .footer-container-copyright .footer-col a.footer-link.post-holdings,
        .detail-footer .footer-container-copyright .footer-col a.footer-link.post-holdings {
          display: inline;
          margin-bottom: 0; } }
    footer .footer-container-copyright .footer-col-links,
    .detail-footer .footer-container-copyright .footer-col-links {
      width: 100%; }
      @media (min-width: 992px) {
        footer .footer-container-copyright .footer-col-links,
        .detail-footer .footer-container-copyright .footer-col-links {
          width: 60%; } }
    @media (min-width: 992px) {
      footer .footer-container-copyright,
      .detail-footer .footer-container-copyright {
        text-align: left; } }
  footer hr,
  .detail-footer hr {
    margin: 0 0;
    clear: both;
    position: relative;
    margin-top: 30px;
    top: 10px; }
  footer .copyright-container,
  .detail-footer .copyright-container {
    margin: 3rem 0;
    width: 90%;
    text-align: center; }
    @media (min-width: 992px) {
      footer .copyright-container,
      .detail-footer .copyright-container {
        text-align: left; } }
    footer .copyright-container .row > div,
    .detail-footer .copyright-container .row > div {
      margin-bottom: 0.2rem; }
    footer .copyright-container a,
    .detail-footer .copyright-container a {
      color: #828282;
      font-weight: 500; }
    footer .copyright-container a.link-sitemap,
    .detail-footer .copyright-container a.link-sitemap {
      display: inline-block;
      margin-right: 0.25rem; }
    footer .copyright-container .copyright-label,
    .detail-footer .copyright-container .copyright-label {
      font-weight: 700; }

.detail-footer {
  margin-bottom: 75px; }

.page-hero {
  position: relative;
  margin-top: 50px;
  width: 100%; }
  .page-hero picture {
    width: 100%;
    height: auto; }
    .page-hero picture .hero-img {
      width: 100%;
      height: auto; }
  .page-hero .hero-content {
    position: absolute;
    width: 100%;
    color: #fff;
    font-family: 'HCo Gotham';
    top: 20%; }
    .page-hero .hero-content h1 {
      font-size: 2.75rem;
      line-height: 2.5rem;
      text-align: center; }
    .page-hero .hero-content .form-search-container {
      text-align: center;
      position: relative;
      width: 320px;
      margin: 3rem auto 0 auto;
      border: 0px solid red;
      font-family: 'HCo Gotham'; }
      .page-hero .hero-content .form-search-container .label-search {
        font-size: 1.0rem;
        font-weight: 600;
        margin-bottom: 10px;
        margin-right: 0.5rem;
        border: 0px solid red;
        text-align: left;
        display: block; }
      .page-hero .hero-content .form-search-container .form-search {
        display: inline-block;
        width: 320px;
        height: 52px;
        border: 1px solid #c41230;
        position: relative;
        background-color: #fff; }
        .page-hero .hero-content .form-search-container .form-search .frm-field-container,
        .page-hero .hero-content .form-search-container .form-search .frm-btn-container {
          float: left; }
        .page-hero .hero-content .form-search-container .form-search input {
          font-size: 1.1rem;
          width: 220px;
          border: 0;
          outline: 0;
          padding: 10px 20px;
          border-radius: 0;
          position: absolute;
          left: 0;
          top: 0; }
        .page-hero .hero-content .form-search-container .form-search .btn-search {
          background-color: #c41230;
          border-radius: 0;
          margin-top: 0px;
          height: 50px;
          display: inline-block;
          padding: 0.5rem 1.36rem;
          color: #fff;
          font-family: 'HCo Gotham';
          font-weight: 600;
          position: absolute;
          border-left: 1px solid #c41230;
          padding-left: 25px;
          top: 0;
          right: 0; }
          .page-hero .hero-content .form-search-container .form-search .btn-search:hover {
            background-color: #fff;
            color: #c41230; }
        .page-hero .hero-content .form-search-container .form-search ::-webkit-input-placeholder {
          color: #b6b6b6;
          font-style: italic; }
        .page-hero .hero-content .form-search-container .form-search ::-moz-placeholder {
          color: #b6b6b6;
          font-style: italic; }
        .page-hero .hero-content .form-search-container .form-search :-ms-input-placeholder {
          color: #b6b6b6;
          font-style: italic; }
        .page-hero .hero-content .form-search-container .form-search :-moz-placeholder {
          color: #b6b6b6;
          font-style: italic; }

@media (min-width: 768px) {
  .page-hero .hero-content {
    width: 100%; }
    .page-hero .hero-content h1 {
      font-size: 4rem;
      line-height: 4rem; }
    .page-hero .hero-content .form-search-container {
      width: 450px;
      margin: 3rem auto 0 auto; }
      .page-hero .hero-content .form-search-container .label-search {
        font-size: 1.25rem;
        margin-top: 0px;
        display: inline-block; }
      .page-hero .hero-content .form-search-container .form-search {
        display: inline-block;
        width: 340px; }
        .page-hero .hero-content .form-search-container .form-search input {
          font-size: 1.15rem;
          width: 230px;
          border: 0;
          outline: 0;
          padding: 10px 20px; }
        .page-hero .hero-content .form-search-container .form-search .btn-search {
          background-color: #c41230;
          border-radius: 0;
          margin-top: 0;
          height: 50px;
          width: 125px;
          letter-spacing: 2px; } }

@media (min-width: 992px) {
  .page-hero {
    margin-top: 75px; }
    .page-hero .hero-content {
      width: 100%; }
      .page-hero .hero-content h1 {
        font-size: 5rem;
        line-height: 5rem; } }

.tips-cards {
  text-align: center;
  margin-top: 1rem;
  border: 0px solid red;
  padding-bottom: 3rem; }
  .tips-cards h1 {
    font-family: 'HCo Gotham';
    font-size: 2rem; }
  .tips-cards p {
    font-family: 'HCo Gotham';
    font-size: 1.25rem;
    margin: 0 2rem;
    color: #555555; }
  .tips-cards .tips {
    width: 100%;
    margin: 0 auto 0rem auto; }
    .tips-cards .tips .swiper-wrapper {
      padding: 2.5rem 0; }
    .tips-cards .tips .swiper-slide {
      text-align: center;
      font-size: 18px;
      padding: 30px;
      /* Center slide text vertically */
      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; }
      .tips-cards .tips .swiper-slide .slide-container {
        position: relative;
        background-color: white; }
        .tips-cards .tips .swiper-slide .slide-container img {
          width: 100%;
          height: auto; }
        .tips-cards .tips .swiper-slide .slide-container .card-shader {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: #000;
          opacity: 0.4; }
        .tips-cards .tips .swiper-slide .slide-container .tip-header {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          text-align: center;
          font-family: 'HCo Gotham';
          width: 100%;
          line-height: 3rem;
          color: #fff;
          font-size: 3rem;
          padding: 1.5rem 0;
          cursor: default; }
          .tips-cards .tips .swiper-slide .slide-container .tip-header .card-title img {
            width: 125%;
            height: auto; }
          .tips-cards .tips .swiper-slide .slide-container .tip-header .card-name {
            margin-top: 1.5rem; }
          .tips-cards .tips .swiper-slide .slide-container .tip-header .tip-container {
            font-family: 'HCo Gotham';
            border: 2px solid #fff;
            display: inline-block;
            padding: 1.5rem 0.7rem 1.5rem 0.7rem;
            text-align: center;
            position: relative;
            width: 80%;
            color: #fff;
            max-width: 890px;
            font-size: 50px;
            font-size: 3vw;
            line-height: 36px; }
            @media (max-width: 1200px) {
              .tips-cards .tips .swiper-slide .slide-container .tip-header .tip-container {
                font-size: 36px; } }
            @media (min-width: 1333.33333px) {
              .tips-cards .tips .swiper-slide .slide-container .tip-header .tip-container {
                font-size: 40px; } }
            @media (min-width: 768px) {
              .tips-cards .tips .swiper-slide .slide-container .tip-header .tip-container {
                font-size: 50px;
                font-size: 3vw; } }
  @media (min-width: 768px) and (max-width: 200px) {
    .tips-cards .tips .swiper-slide .slide-container .tip-header .tip-container {
      font-size: 6px; } }
  @media (min-width: 768px) and (min-width: 1400px) {
    .tips-cards .tips .swiper-slide .slide-container .tip-header .tip-container {
      font-size: 42px; } }
            @media (min-width: 576px) {
              .tips-cards .tips .swiper-slide .slide-container .tip-header .tip-container {
                line-height: 36px; } }
            @media (min-width: 768px) {
              .tips-cards .tips .swiper-slide .slide-container .tip-header .tip-container {
                line-height: 30px; } }
            @media (min-width: 992px) {
              .tips-cards .tips .swiper-slide .slide-container .tip-header .tip-container {
                line-height: 34px; } }
            @media (min-width: 1200px) {
              .tips-cards .tips .swiper-slide .slide-container .tip-header .tip-container {
                line-height: 44px; } }
          .tips-cards .tips .swiper-slide .slide-container .tip-header .tip-type {
            font-family: 'HCo Gotham';
            font-size: 14px;
            letter-spacing: 1px;
            font-weight: 700;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -16px;
            height: 30px;
            background-color: #fff;
            color: #000;
            padding: 3px 20px 3px 20px;
            display: inline-block;
            white-space: nowrap; }
            .tips-cards .tips .swiper-slide .slide-container .tip-header .tip-type .tip-label {
              position: relative;
              top: -8px;
              top: -6px; }
              @media (min-width: 576px) {
                .tips-cards .tips .swiper-slide .slide-container .tip-header .tip-type .tip-label {
                  top: -7px; } }
              @media (min-width: 768px) {
                .tips-cards .tips .swiper-slide .slide-container .tip-header .tip-type .tip-label {
                  top: -4px; } }
              @media (min-width: 992px) {
                .tips-cards .tips .swiper-slide .slide-container .tip-header .tip-type .tip-label {
                  top: -6px; } }
              @media (min-width: 1200px) {
                .tips-cards .tips .swiper-slide .slide-container .tip-header .tip-type .tip-label {
                  top: -10px; } }
        .tips-cards .tips .swiper-slide .slide-container .cta {
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          font-family: 'HCo Gotham';
          font-size: 1.0rem;
          font-weight: 600;
          letter-spacing: 1px;
          text-align: center;
          bottom: 5%;
          color: #fff;
          background-color: #c41230;
          border-radius: 0;
          padding: 0.75rem 2rem;
          opacity: 0.5;
          transition: all 0.2s; }
          .tips-cards .tips .swiper-slide .slide-container .cta:hover {
            background-color: #fff;
            color: #c41230; }
    .tips-cards .tips .swiper-slide-active {
      opacity: 1; }
      .tips-cards .tips .swiper-slide-active .slide-container {
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5); }
        .tips-cards .tips .swiper-slide-active .slide-container .cta {
          position: absolute;
          opacity: 1; }
    .tips-cards .tips .swiper-pagination-tips {
      margin-bottom: 1rem;
      display: block; }

@media (min-width: 768px) {
  .tips-cards h1 {
    font-size: 2.5rem; }
  .tips-cards .tips {
    width: 70%;
    margin: 2rem auto 2rem auto; }
    .tips-cards .tips .swiper-slide {
      padding: 0; } }

.promo-cards {
  text-align: center;
  margin-top: 1rem;
  border: 0px solid red; }
  .promo-cards h1 {
    font-family: 'HCo Gotham';
    font-size: 2rem;
    margin: 0 3rem 1rem 3rem; }
    .promo-cards h1 .wrap-element {
      display: block; }
  .promo-cards p {
    font-family: 'HCo Gotham';
    font-size: 1rem;
    padding: 0 2.5rem;
    color: #555555; }
  .promo-cards .promos.swiper-container {
    width: 100%;
    height: 100%;
    padding: 1rem 0 3rem 0; }
    .promo-cards .promos.swiper-container .swiper-slide {
      text-align: center;
      font-size: 18px;
      opacity: 1;
      /* Center slide text vertically */
      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; }
      .promo-cards .promos.swiper-container .swiper-slide .slide-container {
        padding: 0 0;
        position: relative;
        text-align: center;
        margin: 0 20px;
        width: 100%;
        border: 0px solid red;
        background-color: #000; }
        @media (min-width: 576px) {
          .promo-cards .promos.swiper-container .swiper-slide .slide-container {
            padding: 0 0;
            margin: 0; } }
        .promo-cards .promos.swiper-container .swiper-slide .slide-container .card-title {
          position: absolute;
          width: 80%; }
        .promo-cards .promos.swiper-container .swiper-slide .slide-container img {
          width: 100%;
          height: auto;
          padding: 0 0px; }
        .promo-cards .promos.swiper-container .swiper-slide .slide-container .card-shader {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: #000;
          opacity: 0.4; }
        .promo-cards .promos.swiper-container .swiper-slide .slide-container .promo-header {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          text-align: center;
          color: #fff;
          font-family: 'HCo Gotham';
          padding: 1.5rem 0;
          width: 85%;
          line-height: 3rem;
          cursor: default; }
          .promo-cards .promos.swiper-container .swiper-slide .slide-container .promo-header .card-title img {
            width: 125%;
            height: auto; }
          .promo-cards .promos.swiper-container .swiper-slide .slide-container .promo-header .card-name {
            margin-top: 1.5rem; }
          .promo-cards .promos.swiper-container .swiper-slide .slide-container .promo-header .promo-container {
            font-family: 'Abril Fatface', cursive;
            border: 2px solid #fff;
            display: inline-block;
            padding: 1.5rem 0.7rem 1.5rem 0.7rem;
            text-align: center;
            position: relative;
            width: 100%;
            color: #fff;
            max-width: 890px;
            font-size: 50px;
            font-size: 3vw;
            line-height: 36px; }
            @media (max-width: 1200px) {
              .promo-cards .promos.swiper-container .swiper-slide .slide-container .promo-header .promo-container {
                font-size: 36px; } }
            @media (min-width: 1333.33333px) {
              .promo-cards .promos.swiper-container .swiper-slide .slide-container .promo-header .promo-container {
                font-size: 40px; } }
            @media (min-width: 768px) {
              .promo-cards .promos.swiper-container .swiper-slide .slide-container .promo-header .promo-container {
                font-size: 50px;
                font-size: 3vw; } }
  @media (min-width: 768px) and (max-width: 200px) {
    .promo-cards .promos.swiper-container .swiper-slide .slide-container .promo-header .promo-container {
      font-size: 6px; } }
  @media (min-width: 768px) and (min-width: 1400px) {
    .promo-cards .promos.swiper-container .swiper-slide .slide-container .promo-header .promo-container {
      font-size: 42px; } }
            @media (min-width: 576px) {
              .promo-cards .promos.swiper-container .swiper-slide .slide-container .promo-header .promo-container {
                line-height: 36px; } }
            @media (min-width: 768px) {
              .promo-cards .promos.swiper-container .swiper-slide .slide-container .promo-header .promo-container {
                line-height: 40px; } }
            @media (min-width: 992px) {
              .promo-cards .promos.swiper-container .swiper-slide .slide-container .promo-header .promo-container {
                line-height: 40px; } }
            @media (min-width: 1200px) {
              .promo-cards .promos.swiper-container .swiper-slide .slide-container .promo-header .promo-container {
                line-height: 44px; } }
          .promo-cards .promos.swiper-container .swiper-slide .slide-container .promo-header .promo-type {
            font-family: 'HCo Gotham';
            font-size: 11px;
            letter-spacing: 1px;
            font-weight: 700;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: -13px;
            height: 25px;
            background-color: #fff;
            color: #000;
            padding: 3px 20px 3px 20px;
            display: inline-block;
            white-space: nowrap; }
            .promo-cards .promos.swiper-container .swiper-slide .slide-container .promo-header .promo-type .promo-label {
              position: relative;
              top: -8px;
              top: -8px; }
              @media (min-width: 576px) {
                .promo-cards .promos.swiper-container .swiper-slide .slide-container .promo-header .promo-type .promo-label {
                  top: -8px; } }
              @media (min-width: 768px) {
                .promo-cards .promos.swiper-container .swiper-slide .slide-container .promo-header .promo-type .promo-label {
                  top: -10px; } }
              @media (min-width: 992px) {
                .promo-cards .promos.swiper-container .swiper-slide .slide-container .promo-header .promo-type .promo-label {
                  top: -11px; } }
              @media (min-width: 1200px) {
                .promo-cards .promos.swiper-container .swiper-slide .slide-container .promo-header .promo-type .promo-label {
                  top: -12px; } }
        .promo-cards .promos.swiper-container .swiper-slide .slide-container .cta {
          position: absolute;
          text-align: center;
          bottom: 50px;
          color: #fff;
          background-color: #c41230;
          border-radius: 0;
          padding: .75rem 2rem;
          left: 50%;
          transform: translateX(-50%);
          font-family: 'HCo Gotham';
          font-weight: 600; }
          .promo-cards .promos.swiper-container .swiper-slide .slide-container .cta:hover {
            color: #c41230;
            background-color: #fff; }
    .promo-cards .promos.swiper-container .swiper-slide-active {
      opacity: 1; }
      .promo-cards .promos.swiper-container .swiper-slide-active .slide-container .promo-header {
        color: #000; }
    .promo-cards .promos.swiper-container .swiper-pagination-promos {
      display: block;
      margin-top: 40px; }
    .promo-cards .promos.swiper-container .swiper-button-white {
      background-size: 18px 24px; }
    .promo-cards .promos.swiper-container .swiper-button-next,
    .promo-cards .promos.swiper-container .swiper-button-prev {
      width: 100px;
      height: 100px;
      background-color: #c41230;
      border-radius: 50%;
      top: 45%;
      display: none; }
    .promo-cards .promos.swiper-container .swiper-button-next {
      right: -60px;
      background-position: 50px 40px; }
    .promo-cards .promos.swiper-container .swiper-button-prev {
      left: -60px;
      background-position: 40px 40px; }
    .promo-cards .promos.swiper-container .swiper-button-disabled {
      background-color: #000000; }

@media (min-width: 576px) {
  .promo-cards h1 {
    font-size: 2.5rem; }
    .promo-cards h1 .wrap-element {
      display: inline-block; }
  .promo-cards p {
    font-size: 1.25rem; }
  .promo-cards .promos.swiper-container {
    padding: 2rem 0rem 3rem 0; }
    .promo-cards .promos.swiper-container .swiper-slide .slide-container {
      padding: 0 0; }
    .promo-cards .promos.swiper-container .swiper-button-next,
    .promo-cards .promos.swiper-container .swiper-button-prev {
      display: block; } }

.recipe-cards {
  margin: 0 auto 50px auto;
  position: relative; }
  .recipe-cards h1.header {
    font-family: 'HCo Gotham';
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center; }
    .recipe-cards h1.header span {
      display: block; }
  .recipe-cards .sort-filter-container {
    border-bottom: 1px solid #dadada;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    padding-left: 5%;
    padding-right: 5%;
    white-space: nowrap; }
    .recipe-cards .sort-filter-container .filter-meal {
      text-align: center;
      margin-bottom: 1.5rem; }
      @media (min-width: 768px) {
        .recipe-cards .sort-filter-container .filter-meal {
          text-align: left;
          margin-bottom: 0; } }
    .recipe-cards .sort-filter-container .sort-popular {
      text-align: left; }
      .recipe-cards .sort-filter-container .sort-popular .filter-container,
      .recipe-cards .sort-filter-container .sort-popular .sort-container {
        display: inline-block; }
      .recipe-cards .sort-filter-container .sort-popular .filter-container {
        margin-right: 1rem; }
      @media (min-width: 768px) {
        .recipe-cards .sort-filter-container .sort-popular {
          text-align: right; } }
      .recipe-cards .sort-filter-container .sort-popular .select-label {
        display: block;
        text-align: left; }
        @media (min-width: 768px) {
          .recipe-cards .sort-filter-container .sort-popular .select-label {
            display: inline; } }
    .recipe-cards .sort-filter-container .sort-select {
      display: inline-block;
      position: relative; }
      .recipe-cards .sort-filter-container .sort-select:after {
        content: '\f078';
        font: normal normal normal 17px/1 FontAwesome;
        color: #c41230;
        left: 95px;
        top: -12px;
        height: 34px;
        padding: 15px 0px 0px 8px;
        position: absolute;
        pointer-events: none; }
    .recipe-cards .sort-filter-container .filter-select {
      display: inline-block;
      position: relative; }
      .recipe-cards .sort-filter-container .filter-select:after {
        content: '\f078';
        font: normal normal normal 17px/1 FontAwesome;
        color: #c41230;
        left: 130px;
        top: -12px;
        height: 34px;
        padding: 15px 0px 0px 8px;
        position: absolute;
        pointer-events: none; }
    .recipe-cards .sort-filter-container .select-filter,
    .recipe-cards .sort-filter-container .select-sort {
      background-color: #fff;
      outline: 1px;
      font-family: 'HCo Gotham';
      font-weight: 600;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .recipe-cards .sort-filter-container .select-filter {
      width: 160px; }
    .recipe-cards .sort-filter-container .select-sort {
      width: 125px; }
  .recipe-cards .recipes {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
    padding: 15px 15px 25px 15px; }
    .recipe-cards .recipes .recipe-item {
      text-align: center;
      background-color: #fff;
      margin-bottom: 35px;
      border: 0px solid red;
      position: relative;
      opacity: 0; }
      .recipe-cards .recipes .recipe-item .recipe-img {
        width: 100%;
        height: auto; }
      .recipe-cards .recipes .recipe-item .recipe-item-label {
        position: absolute;
        width: 90%;
        height: 50px;
        left: 50%;
        margin-left: -45%;
        background-color: #fff;
        bottom: 0;
        line-height: 16px;
        cursor: pointer;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        bottom: -35px; }
        @media (min-width: 576px) {
          .recipe-cards .recipes .recipe-item .recipe-item-label {
            bottom: -35px; } }
        @media (min-width: 768px) {
          .recipe-cards .recipes .recipe-item .recipe-item-label {
            bottom: -40px; } }
        @media (min-width: 992px) {
          .recipe-cards .recipes .recipe-item .recipe-item-label {
            bottom: -38px; } }
        @media (min-width: 1200px) {
          .recipe-cards .recipes .recipe-item .recipe-item-label {
            bottom: -35px; } }
        .recipe-cards .recipes .recipe-item .recipe-item-label .label {
          font-family: 'HCo Gotham';
          font-size: .8rem;
          font-weight: 500;
          color: #c41230;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          display: inline-block;
          width: 90%; }
    .recipe-cards .recipes .swiper-pagination-recipes {
      display: block;
      margin-top: 30px;
      text-align: center; }
    .recipe-cards .recipes .swiper-button-white {
      background-size: 18px 24px; }
    .recipe-cards .recipes .swiper-button-next,
    .recipe-cards .recipes .swiper-button-prev {
      width: 100px;
      height: 100px;
      background-color: #c41230;
      border-radius: 50%;
      top: 45%;
      display: none; }
    .recipe-cards .recipes .swiper-button-next {
      right: -60px;
      background-position: 50px 40px; }
    .recipe-cards .recipes .swiper-button-prev {
      left: -60px;
      background-position: 40px 40px; }
    .recipe-cards .recipes .swiper-button-disabled {
      background-color: #000; }

@media (min-width: 768px) {
  .recipe-cards h1.header {
    font-size: 2.5rem; }
    .recipe-cards h1.header span {
      display: inline; }
  .recipe-cards .recipes {
    padding: 35px 75px 25px 75px; }
    .recipe-cards .recipes .swiper-pagination-recipes {
      margin-top: 50px; }
    .recipe-cards .recipes .recipe-item {
      cursor: pointer; }
      .recipe-cards .recipes .recipe-item .recipe-item-label {
        height: 60px;
        line-height: 22px;
        transition: all 0.3s; }
        .recipe-cards .recipes .recipe-item .recipe-item-label .label {
          font-size: 1.0rem;
          color: #c41230; }
      .recipe-cards .recipes .recipe-item img {
        transition: all 0.3s; }
      .recipe-cards .recipes .recipe-item:hover img {
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5); }
      .recipe-cards .recipes .recipe-item:hover .recipe-item-label {
        background-color: #c41230; }
        .recipe-cards .recipes .recipe-item:hover .recipe-item-label .label {
          color: #fff;
          text-decoration: none; }
    .recipe-cards .recipes .swiper-button-next,
    .recipe-cards .recipes .swiper-button-prev {
      display: block; } }

@media (min-width: 992px) {
  .recipe-cards .recipes .recipe-item {
    cursor: pointer; }
    .recipe-cards .recipes .recipe-item .recipe-item-label {
      width: 75%;
      margin-left: -37.5%; } }

#pinned-hero-container {
  position: relative;
  margin-top: 50px;
  overflow: hidden; }
  #pinned-hero-container #pinned-hero {
    position: relative;
    background-color: #000; }
      #pinned-hero-container #pinned-hero .pinned-img {
        width: 100%;
        height: auto; }
        @media (max-width: 767px) {
          #pinned-hero-container #pinned-hero .pinned-img {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            height: 100%;
            width: auto;
            transform: translate(-50%, -50%);}
          #pinned-hero-container #pinned-hero picture {
            min-height: 400px;
            display: block; }}
    #pinned-hero-container .pinned-hero-content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    color: #000;
    transform: translate(-50%, -50%);
    text-align: center; }
    #pinned-hero-container .pinned-hero-content.hero-tips p {
      width: 95%; }
    #pinned-hero-container .pinned-hero-content.hero-products p {
      width: 70%; }
    #pinned-hero-container .pinned-hero-content.hero-category p {
      width: 80%;
      display: none; }
    #pinned-hero-container .pinned-hero-content h1 {
      font-size: 2.25rem;
      font-family: 'HCo Gotham';
      color: #000; }
      #pinned-hero-container .pinned-hero-content h1.light {
        color: #fff; }
      #pinned-hero-container .pinned-hero-content h1.dark {
        color: #000; }
      #pinned-hero-container .pinned-hero-content h1.product-title {
        font-size: 3rem; }
      #pinned-hero-container .pinned-hero-content h1.category-title {
        font-size: 3rem; }
      #pinned-hero-container .pinned-hero-content h1.category-name {
        font-size: 2rem; }
    #pinned-hero-container .pinned-hero-content p {
      font-size: 1.25rem;
      font-family: 'HCo Gotham';
      color: #555555;
      width: 85%;
      position: relative;
      margin: 0 auto;
      line-height: 27px; }
    #pinned-hero-container .pinned-hero-content .content {
      color: #555555; }
    #pinned-hero-container .pinned-hero-content.dark h1 {
      color: #000; }
    #pinned-hero-container .pinned-hero-content.dark p {
      color: #555555; text-shadow: 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff; }
    #pinned-hero-container .pinned-hero-content.light h1 {
      color: #fff; }
    #pinned-hero-container .pinned-hero-content.light p {
      color: #fff; }
  #pinned-hero-container .scroll-down {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 35px;
    height: 55px;
    opacity: 0; }
  #pinned-hero-container .dark {
    color: #555555; }
    #pinned-hero-container .dark p {
      color: #555555; }
  #pinned-hero-container .light {
    color: #fff; }
    #pinned-hero-container .light p {
      color: #fff; }

@media (min-width: 576px) {
  #pinned-hero-container .hero-content-category .content {
    display: block; } }

@media (min-width: 768px) {
  #pinned-hero-container .pinned-hero-content {
    top: 50%; }
    #pinned-hero-container .pinned-hero-content h1 {
      font-size: 3.5rem;
      margin-bottom: 0rem; }
      #pinned-hero-container .pinned-hero-content h1.product-title {
        font-size: 4.5rem; }
      #pinned-hero-container .pinned-hero-content h1.category-title {
        font-size: 4.5rem; }
      #pinned-hero-container .pinned-hero-content h1.category-name {
        font-size: 3rem; }
    #pinned-hero-container .pinned-hero-content p {
      font-size: 1.25rem; }
    #pinned-hero-container .pinned-hero-content.hero-tips p {
      width: 35%; }
    #pinned-hero-container .pinned-hero-content.hero-products p {
      width: 70%; }
    #pinned-hero-container .pinned-hero-content.hero-category {
      /*
        .content {
          @media only screen
          and (min-device-width : 768px)
          and (max-device-width : 1024px)
          and (orientation : portrait)
          and (-webkit-min-device-pixel-ratio: 2) {
            width: 90%;
            font-size: 1.25rem;
            display: block;
          }
        }
        */ }
      #pinned-hero-container .pinned-hero-content.hero-category p {
        width: 70%;
        display: block; }
      #pinned-hero-container .pinned-hero-content.hero-category h1 {
        font-size: 3rem; } }
      @media only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
        #pinned-hero-container .pinned-hero-content.hero-category h1 {
          font-size: 2.5rem; } }

@media (min-width: 992px) {
  #pinned-hero-container {
    margin-top: 75px; }
    #pinned-hero-container .pinned-hero-content.hero-tips p {
      width: 45%; }
    #pinned-hero-container .pinned-hero-content.hero-products p {
      width: 50%; }
    #pinned-hero-container .pinned-hero-content h1 {
      font-size: 4.5rem;
      margin-bottom: 1rem; }
    #pinned-hero-container .pinned-hero-content p {
      font-size: 1.25rem; }
    #pinned-hero-container .hero-content-category h1 {
      font-size: 3.0rem; }
    #pinned-hero-container .hero-content-category .content {
      display: block;
      font-size: 1.25rem;
      width: 100%;
      line-height: 27px; } }

@media (min-width: 1200px) {
  #pinned-hero-container .pinned-hero-content.hero-tips p {
    width: 35%; }
  #pinned-hero-container .pinned-hero-content.hero-products p {
    width: 35%; }
  #pinned-hero-container .pinned-hero-content.hero-category p {
    width: 35%; } }

.content-container {
  /*padding-top: 60px !important;
  margin-top:-60px !important; */}

.product-favorites {
  text-align: center;
  margin: 0 auto;
  position: relative; }
  .product-favorites h1 {
    font-family: 'HCo Gotham';
    font-size: 2rem;
    color: #000; }
  .product-favorites .favorites-header {
    background-color: #fff;
    margin: 0 0;
    padding: 2.5rem 2.0rem 0.5rem 2.0rem;
    overflow: hidden;
    border-bottom: 1px solid #dadada;
    z-index: 50; }
    .product-favorites .favorites-header .content {
      color: #555555;
      font-size: 1.25rem; }
    .product-favorites .favorites-header .sort-filter-container {
      margin-top: 1rem;
      margin-bottom: 1.0rem;
      padding-bottom: 0rem;
      padding-left: 5%;
      padding-right: 5%;
      white-space: nowrap;
      color: #555555; }
      @media (min-width: 768px) {
        .product-favorites .favorites-header .sort-filter-container {
          margin-top: 0; } }
      .product-favorites .favorites-header .sort-filter-container .filter-meal {
        text-align: center;
        margin-bottom: 1.5rem; }
        @media (min-width: 768px) {
          .product-favorites .favorites-header .sort-filter-container .filter-meal {
            text-align: left;
            margin-bottom: 0; } }
      .product-favorites .favorites-header .sort-filter-container .sort-popular {
        text-align: right; }
      .product-favorites .favorites-header .sort-filter-container .selectdiv {
        display: inline-block;
        position: relative; }
        .product-favorites .favorites-header .sort-filter-container .selectdiv:after {
          content: '\f078';
          font: normal normal normal 17px/1 FontAwesome;
          color: #c41230;
          left: 95px;
          top: -12px;
          height: 34px;
          padding: 15px 0px 0px 8px;
          position: absolute;
          pointer-events: none; }
      .product-favorites .favorites-header .sort-filter-container .select-filter,
      .product-favorites .favorites-header .sort-filter-container .select-sort {
        background-color: #fff;
        outline: 1px;
        font-family: 'HCo Gotham';
        font-weight: 600;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
  .product-favorites .favorites {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
    padding: 30px 15px 0 15px; }
    .product-favorites .favorites .favorites-item {
      text-align: center;
      background-image: url("../images/Package-Background-Thumb-5.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      margin-bottom: 75px;
      position: relative;
      /* Center slide text vertically */
      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;
/*      transition: all 0.3s;*/ }
      .product-favorites .favorites .favorites-item a {
        display: inline-block;
        width: 100%;
        height: auto; }
      .product-favorites .favorites .favorites-item .favorites-img {
        width: 100%;
        height: auto;
        padding: 10%; }
      .product-favorites .favorites .favorites-item .favorites-item-label {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        height: 50px;
        background-color: #fff;
        bottom: 0;
        line-height: 16px;
        cursor: pointer;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
        bottom: -35px; }
        @media (min-width: 576px) {
          .product-favorites .favorites .favorites-item .favorites-item-label {
            bottom: -35px; } }
        @media (min-width: 768px) {
          .product-favorites .favorites .favorites-item .favorites-item-label {
            bottom: -40px; } }
        @media (min-width: 992px) {
          .product-favorites .favorites .favorites-item .favorites-item-label {
            bottom: -38px; } }
        @media (min-width: 1200px) {
          .product-favorites .favorites .favorites-item .favorites-item-label {
            bottom: -40px; } }
        .product-favorites .favorites .favorites-item .favorites-item-label .label {
          font-family: 'HCo Gotham';
          font-size: .8rem;
          font-weight: 500;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          display: inline-block;
          width: 90%; }
          .product-favorites .favorites .favorites-item .favorites-item-label .label:hover {
            text-decoration: underline; }
      .product-favorites .favorites .favorites-item:hover {
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25); }
    .product-favorites .favorites .swiper-pagination-favorites {
      display: block;
      margin-top: 0rem;
      margin-bottom: 2rem; }
    .product-favorites .favorites .swiper-button-white {
      background-size: 18px 24px; }
    .product-favorites .favorites .swiper-button-next,
    .product-favorites .favorites .swiper-button-prev {
      width: 100px;
      height: 100px;
      background-color: #c41230;
      border-radius: 50%;
      top: 45%;
      display: none; }
    .product-favorites .favorites .swiper-button-next {
      right: -60px;
      background-position: 50px 40px; }
    .product-favorites .favorites .swiper-button-prev {
      left: -60px;
      background-position: 40px 40px; }
    .product-favorites .favorites .swiper-button-disabled {
      background-color: #000000; }

@media (min-width: 768px) {
  .product-favorites h1 {
    font-size: 2.5rem; }
  .product-favorites .favorites {
    padding: 50px 100px;
    opacity: 0; }
    .product-favorites .favorites .swiper-pagination-favorites {
      margin-top: 4rem;
      margin-bottom: 0rem; }
    .product-favorites .favorites .favorites-item {
      margin-bottom: 30px;
      cursor: pointer;
/*      transition: all 0.3s;*/ }
      .product-favorites .favorites .favorites-item .favorites-item-label {
        height: 60px;
        width: 75%;
        line-height: 22px;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
        transition: all 0.2s; }
        .product-favorites .favorites .favorites-item .favorites-item-label .label {
          font-size: 1.0rem;
          color: #c41230; }
      .product-favorites .favorites .favorites-item img {
        transition: all 0.2s; }
      .product-favorites .favorites .favorites-item:hover .favorites-item-label {
        background-color: #c41230; }
      .product-favorites .favorites .favorites-item:hover .label {
        color: #fff;
        text-decoration: none; }
    .product-favorites .favorites .swiper-button-next,
    .product-favorites .favorites .swiper-button-prev {
      display: block; } }

.detail-hero {
  width: 100%;
  height: auto;
  margin-left: 0;
  position: relative;
  left: 0;
  margin-top: 50px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .detail-hero {
      margin-top: 50px; } }
@media (min-width: 992px){
    .detail-hero {
      margin-top: 0px;
        padding-top: 75px;
    }
}
  .detail-hero img.hero-img {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0; }
  .detail-hero .product-package-hero {
    position: absolute;
    width: 65%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
      .detail-hero .product-package-hero {
        left: 50%;
        top: 50%;
        margin-top: 25px;
        transform: translate(-35%, -50%); } }
    .detail-hero .product-package-hero .pinned-img {
      width: 100%;
      height: auto; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
        .detail-hero .product-package-hero .pinned-img {
          width: 70%; } }

.scroll-down {
  position: fixed;
  left: 59%;
  bottom: 50px;
  z-index: 500;
  color: #555555;
  display: none; }
  .scroll-down img {
    width: 25px;
    height: 50px;
    margin: 0 0.5rem; }
  .scroll-down.light {
    color: #fff; }
  .scroll-down.dark {
    color: #555555; }

#fullpage.product-detail {
  width: 100%;
  position: relative;
  top: 75px; }
  #fullpage.product-detail #section0 {
    display: none; }
    @media (min-width: 992px) {
      #fullpage.product-detail #section0 {
        display: block; } }
  #fullpage.product-detail .section-recipes {
    background-color: #f4f4f4; }
  #fullpage.product-detail .section-product-ingredients {
    border-bottom: 1px solid #fff; }
  #fullpage.product-detail .section-product-ingredients,
  #fullpage.product-detail .section-nutrition-allergen {
    background-color: #FFF8F0; }
  #fullpage.product-detail .section-similar-products {
    background-image: url(../images/ph-Hero-Similar-Background.jpg);
    background-size: cover; }
  #fullpage.product-detail .slide-item {
    margin-left: 0; }
    @media (min-width: 992px) {
      #fullpage.product-detail .slide-item {
        margin-left: 25%; } }
    #fullpage.product-detail .slide-item .hero-intro-content {
      text-align: center;
      background-color: rgba(255, 255, 255, 0.79);
      padding: 2rem 3rem;
      width: 100%;
      position: relative;
      margin: 0 auto;
      margin-top: -50px; }
      @media (min-width: 992px) {
        #fullpage.product-detail .slide-item .hero-intro-content {
          width: 80%;
          padding: 2rem 6rem; } }
      @media (min-width: 1200px) {
        #fullpage.product-detail .slide-item .hero-intro-content {
          width: 70%; } }
      #fullpage.product-detail .slide-item .hero-intro-content h1 {
        font-size: 1.5rem;
        font-family: 'HCo Gotham';
        margin-bottom: 1rem;
        color: #000; }
        @media (min-width: 992px) {
          #fullpage.product-detail .slide-item .hero-intro-content h1 {
            font-size: 2.0rem; } }
      #fullpage.product-detail .slide-item .hero-intro-content p {
        font-family: 'HCo Gotham';
        color: #555555;
        font-size: 1rem;
        line-height: 1.5rem; }
        @media (min-width: 992px) {
          #fullpage.product-detail .slide-item .hero-intro-content p {
            font-size: 1.15rem;
            line-height: 1.5rem; } }

@media (min-width: 992px) {
  .detail-hero {
    width: 75%;
    height: auto;
    max-height: 100vh;
    margin-left: 25%;
    top: 0;
    position: fixed; }
    .detail-hero img.hero-img {
      width: 100%; height: auto;}
    .detail-hero .product-package-hero {
      width: 55%;margin-top: 37px; }
  .scroll-down {
    display: block; }
  .product-detail-mobile-panel {
    display: none; } }

.detail-recipes {
  text-align: center;
  margin: 0 auto;
  position: relative;
  border: 0px solid red;
  height: 100%;
  padding-bottom: 1rem; }
  .detail-recipes h1 {
    font-family: 'HCo Gotham';
    font-size: 2rem;
    margin-bottom: 2rem;
    margin-top: 2rem; }
  .detail-recipes .filter-sort-container {
    padding: 0 1.5rem; }
    .detail-recipes .filter-sort-container .sort-select:after {
      left: 95px;
      top: -12px;
      height: 34px;
      padding: 15px 0px 0px 8px; }
    .detail-recipes .filter-sort-container .filter-select:after {
      left: 170px;
      top: -12px;
      height: 34px;
      padding: 15px 0px 0px 8px; }
    .detail-recipes .filter-sort-container .select-filter {
      width: 200px; }
    .detail-recipes .filter-sort-container .select-sort {
      width: 125px; }
  .detail-recipes .recipes {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
    padding: 15px 15px 15px 15px; }
    .detail-recipes .recipes .recipe-item {
      text-align: center;
      position: relative;
      padding: 0 0;
      border: 0px solid red;
      margin-bottom: 2.5rem; }
      @media (min-width: 992px) {
        .detail-recipes .recipes .recipe-item {
          margin-bottom: 1rem; } }
      @media (min-width: 1200px) {
        .detail-recipes .recipes .recipe-item {
          margin-bottom: 3.5rem; } }
      .detail-recipes .recipes .recipe-item .recipe-img {
        width: 100%;
        height: auto; }
      .detail-recipes .recipes .recipe-item .recipe-item-label {
        position: absolute;
        width: 90%;
        height: 50px;
        left: 50%;
        margin-left: -44.5%;
        background-color: #ffffff;
        bottom: 0;
        line-height: 16px;
        cursor: pointer;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        transition: all 0.2s;
        bottom: -35px; }
        @media (min-width: 576px) {
          .detail-recipes .recipes .recipe-item .recipe-item-label {
            bottom: -35px; } }
        @media (min-width: 768px) {
          .detail-recipes .recipes .recipe-item .recipe-item-label {
            bottom: -40px; } }
        @media (min-width: 992px) {
          .detail-recipes .recipes .recipe-item .recipe-item-label {
            bottom: -30px; } }
        @media (min-width: 1200px) {
          .detail-recipes .recipes .recipe-item .recipe-item-label {
            bottom: -30px; } }
        .detail-recipes .recipes .recipe-item .recipe-item-label .label {
          font-family: 'HCo Gotham';
          font-size: .8rem;
          font-weight: 500;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          display: inline-block;
          width: 90%;
          transition: all 0.2s; }
      .detail-recipes .recipes .recipe-item:hover .recipe-item-label {
        background-color: #c41230;
        color: #fff; }
        .detail-recipes .recipes .recipe-item:hover .recipe-item-label .label {
          color: #fff;
          text-decoration: none; }
    .detail-recipes .recipes .swiper-pagination-recipes {
      display: block;
      margin-top: 30px; }
    .detail-recipes .recipes .swiper-button-white {
      background-size: 18px 24px; }
    .detail-recipes .recipes .swiper-button-next,
    .detail-recipes .recipes .swiper-button-prev {
      width: 100px;
      height: 100px;
      background-color: #c41230;
      border-radius: 50%;
      top: 45%;
      display: none; }
    .detail-recipes .recipes .swiper-button-next {
      right: -60px;
      background-position: 50px 40px; }
    .detail-recipes .recipes .swiper-button-prev {
      left: -60px;
      background-position: 40px 40px; }
    .detail-recipes .recipes .swiper-button-disabled {
      background-color: #000; }

@media (min-width: 768px) {
  .detail-recipes {
    position: relative;
    top: 0px; }
    .detail-recipes h1 {
      font-size: 2.5rem;
      margin-top: 0;
      margin-bottom: 1rem;
      padding-top: 0;
      border: 0px solid red; } }
    @media only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
      .detail-recipes h1 {
        margin-top: 25px;
        margin-bottom: 25px; } }

@media (min-width: 768px) {
    .detail-recipes .filter-sort-container {
      padding: 0 5rem; }
    .detail-recipes .recipes {
      padding: 0 0 0 25px; }
      .detail-recipes .recipes .swiper-pagination-recipes {
        margin-top: 0px; }
      .detail-recipes .recipes .recipe-item {
        cursor: pointer; } }
      @media only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
        .detail-recipes .recipes .recipe-item {
          margin-bottom: 25px; } }

@media (min-width: 768px) {
        .detail-recipes .recipes .recipe-item .recipe-img {
          width: 85%;
          height: auto; }
        .detail-recipes .recipes .recipe-item .recipe-item-label {
          height: 60px;
          width: 70%;
          margin-left: -35%;
          line-height: 22px;
          -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.35);
          -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.35); }
          .detail-recipes .recipes .recipe-item .recipe-item-label .label {
            font-size: 1.0rem;
            color: #c41230; }
        .detail-recipes .recipes .recipe-item img {
          transition: all 0.2s; }
        .detail-recipes .recipes .recipe-item:hover img {
          -webkit-box-shadow: 12px 12px 15px 0px rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 12px 12px 15px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 12px 12px 15px 0px rgba(0, 0, 0, 0.3); }
      .detail-recipes .recipes .swiper-button-next,
      .detail-recipes .recipes .swiper-button-prev {
        display: block; } }

.product-detail-product-ingredients {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .product-detail-product-ingredients .slide-content {
    width: 80%;
    text-align: center;
    margin-top: 0;
    padding-bottom: 1.5rem; }
    @media (min-width: 992px) {
      .product-detail-product-ingredients .slide-content {
        width: 75%;
        margin-top: -75px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
      .product-detail-product-ingredients .slide-content {
        margin-top: 0px; } }
    .product-detail-product-ingredients .slide-content h1 {
      font-family: 'HCo Gotham';
      margin: 2rem 0 1rem 0;
      font-size: 2rem; }
      @media (min-width: 768px) {
        .product-detail-product-ingredients .slide-content h1 {
          font-size: 2.5rem; } }
    .product-detail-product-ingredients .slide-content .content {
      color: #555555; }

.product-detail-nutrition-allergen {
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem auto;
  color: #555555; }
  @media (min-width: 768px) {
    .product-detail-nutrition-allergen {
      margin-bottom: 0; } }
  .product-detail-nutrition-allergen .slide-content {
    margin-top: 2rem; }
    @media (min-width: 992px) {
      .product-detail-nutrition-allergen .slide-content {
        margin-top: -75px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
      .product-detail-nutrition-allergen .slide-content {
        margin: 25px 0; } }
    .product-detail-nutrition-allergen .slide-content h1,
    .product-detail-nutrition-allergen .slide-content h2 {
      font-family: 'HCo Gotham';
      text-align: center;
      color: #000; }
    .product-detail-nutrition-allergen .slide-content h1 {
      font-size: 2rem; }
      @media (min-width: 768px) {
        .product-detail-nutrition-allergen .slide-content h1 {
          font-size: 2.5rem; } }
    .product-detail-nutrition-allergen .slide-content h2 {
      font-size: 2rem; }
    .product-detail-nutrition-allergen .slide-content .info-content {
      margin-bottom: 1rem;
      padding: 0 2rem;
      text-align: center; }
    .product-detail-nutrition-allergen .slide-content .info-item {
      border-bottom: 1px solid #cdcdcd;
      padding: 0.5rem 0;
      font-size: 1rem; }
      @media (min-width: 768px) {
        .product-detail-nutrition-allergen .slide-content .info-item {
          font-size: 1.15rem; } }
      @media (min-width: 992px) {
        .product-detail-nutrition-allergen .slide-content .info-item {
          padding: 0.5rem 0; } }
      @media (min-width: 1200px) {
        .product-detail-nutrition-allergen .slide-content .info-item {
          padding: 0.5rem 0; } }
    .product-detail-nutrition-allergen .slide-content .info-detail {
      font-style: italic; }
    .product-detail-nutrition-allergen .slide-content .allergen-container {
      position: relative;
      margin: 50px auto;
      padding-top: 0px; }
      .product-detail-nutrition-allergen .slide-content .allergen-container .subheader {
        margin-bottom: 10px; }
      .product-detail-nutrition-allergen .slide-content .allergen-container ul.allergen-items {
        list-style: none;
        padding-left: 0;
        text-align: center; }
        .product-detail-nutrition-allergen .slide-content .allergen-container ul.allergen-items li {
          display: inline; }
          .product-detail-nutrition-allergen .slide-content .allergen-container ul.allergen-items li .allergen-img {
            width: 80px;
            height: 80px;
            margin-top: 20px;
            position: relative;
            margin-right: 0; }

.product-detail-similar-products {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover; }
  .product-detail-similar-products h1 {
    font-family: 'HCo Gotham';
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-top: 3rem;
    text-align: center; }
  .product-detail-similar-products .swiper-similar-products {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px; }
    .product-detail-similar-products .swiper-similar-products .product-item .product-img-container {
      width: 70%;
      position: relative;
      margin: 0 auto 10px auto; }
      .product-detail-similar-products .swiper-similar-products .product-item .product-img-container .product-img {
        width: 100%;
        height: auto; }
    .product-detail-similar-products .swiper-similar-products .product-item .product-item-label {
      position: relative;
      width: 100%;
      line-height: 24px;
      font-size: 1.5rem;
      color: #c41230;
      text-align: center;
      cursor: pointer; }
    .product-detail-similar-products .swiper-similar-products .product-item .product-cta {
      position: relative;
      top: -3rem;
      margin-top: 0px;
      line-height: 26px;
      font-size: 1.35rem;
      color: #c41230;
      padding: 1.0rem 2.5rem;
      background-color: Transparent;
      background-repeat: no-repeat;
      border: none;
      cursor: pointer;
      overflow: hidden;
      outline: none; }
    .product-detail-similar-products .swiper-similar-products .swiper-pagination-products {
      margin-top: 30px;
      text-align: center; }
    .product-detail-similar-products .swiper-similar-products .swiper-button-white {
      background-size: 18px 24px; }
    .product-detail-similar-products .swiper-similar-products .swiper-button-next,
    .product-detail-similar-products .swiper-similar-products .swiper-button-prev {
      width: 100px;
      height: 100px;
      background-color: #c41230;
      border-radius: 50%;
      top: 45%;
      display: none; }
    .product-detail-similar-products .swiper-similar-products .swiper-button-next {
      right: -60px;
      background-position: 50px 40px; }
    .product-detail-similar-products .swiper-similar-products .swiper-button-prev {
      left: -60px;
      background-position: 40px 40px; }
    .product-detail-similar-products .swiper-similar-products .swiper-button-disabled {
      background-color: #000; }

@media (min-width: 768px) {
  .product-detail-similar-products h1 {
    font-size: 2.5rem;
    margin-bottom: 0; }
  .product-detail-similar-products .swiper-similar-products .swiper-pagination-products {
    display: none; }
  .product-detail-similar-products .swiper-similar-products .product-item {
    margin-bottom: 0;
    margin-left: 0;
    text-align: center;
    cursor: pointer; }
    .product-detail-similar-products .swiper-similar-products .product-item:not(.swiper-slide-active) img {
      opacity: 1; }
    .product-detail-similar-products .swiper-similar-products .product-item.swiper-slide-active img {
      opacity: 1; }
    .product-detail-similar-products .swiper-similar-products .product-item .product-img-container {
      width: 100%;
      margin-bottom: 20px; }
      .product-detail-similar-products .swiper-similar-products .product-item .product-img-container .product-img {
        width: 100%; }
    .product-detail-similar-products .swiper-similar-products .product-item .product-item-label {
      margin-top: 1.5rem;
      line-height: 32px;
      padding: 1.5rem 3.5rem;
      background-color: #fff;
      display: inline-block; }
      .product-detail-similar-products .swiper-similar-products .product-item .product-item-label .label {
        font-size: 1.0rem;
        color: #c41230; }
    .product-detail-similar-products .swiper-similar-products .product-item .product-cta- {
      margin-top: 0px;
      line-height: 26px;
      font-size: 1.35rem;
      color: #c41230;
      padding: 1.0rem 2.5rem;
      background-color: Transparent;
      background-repeat: no-repeat;
      border: none;
      overflow: hidden;
      outline: none;
      cursor: pointer; }
  .product-detail-similar-products .swiper-similar-products .swiper-button-next,
  .product-detail-similar-products .swiper-similar-products .swiper-button-prev {
    display: block; } }

.product-detail-tools {
  padding-left: 2rem;
  margin-bottom: 1rem; }
  .product-detail-tools .be-share .be-share-list {
    list-style-position: none;
    padding-left: 0; }
    .product-detail-tools .be-share .be-share-list li {
      display: inline-block; }

.our-story {
  padding-top: 85px; }
  .our-story h1 {
    font-family: 'HCo Gotham';
    font-size: 2.5rem;
    text-align: center; }
  .our-story p {
    font-family: 'HCo Gotham';
    text-align: center;
    color: #555555;
    font-size: 1.25rem; }
  .our-story .our-story-container {
    margin-top: 3rem;
    margin-bottom: 5rem; }
    .our-story .our-story-container .story-item {
      margin-bottom: 2rem;
      position: relative;
      background-color: #000; }
      .our-story .our-story-container .story-item .img-story {
        width: 100%;
        height: auto;
        opacity: 0.6; }
      .our-story .our-story-container .story-item .story-headline {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 85%;
        height: auto; }
      .our-story .our-story-container .story-item .title-header {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-family: 'HCo Gotham';
        width: 100%;
        line-height: 3rem;
        color: #fff;
        font-size: 3rem;
        padding: 1.5rem 0; }
        .our-story .our-story-container .story-item .title-header .card-title img {
          width: 125%;
          height: auto; }
        .our-story .our-story-container .story-item .title-header .card-name {
          margin-top: 1.5rem; }
        .our-story .our-story-container .story-item .title-header .title-container {
          font-family: 'HCo Gotham';
          border: 2px solid #fff;
          display: inline-block;
          padding: 1.5rem 0.5rem 1.5rem 0.5rem;
          text-align: center;
          position: relative;
          width: 75%;
          color: #fff;
          max-width: 890px;
          width: 85%;
          font-size: 50px;
          font-size: 3vw;
          line-height: 46px; }
          @media (max-width: 1133.33333px) {
            .our-story .our-story-container .story-item .title-header .title-container {
              font-size: 34px; } }
          @media (min-width: 1333.33333px) {
            .our-story .our-story-container .story-item .title-header .title-container {
              font-size: 40px; } }
          @media (min-width: 768px) {
            .our-story .our-story-container .story-item .title-header .title-container {
              width: 80%;
              font-size: 50px;
              font-size: 3vw; } }
  @media (min-width: 768px) and (max-width: 200px) {
    .our-story .our-story-container .story-item .title-header .title-container {
      font-size: 6px; } }
  @media (min-width: 768px) and (min-width: 1133.33333px) {
    .our-story .our-story-container .story-item .title-header .title-container {
      font-size: 34px; } }
          @media (min-width: 992px) {
            .our-story .our-story-container .story-item .title-header .title-container {
              width: 85%;
              font-size: 50px;
              font-size: 3vw; } }
  @media (min-width: 992px) and (max-width: 200px) {
    .our-story .our-story-container .story-item .title-header .title-container {
      font-size: 6px; } }
  @media (min-width: 992px) and (min-width: 1133.33333px) {
    .our-story .our-story-container .story-item .title-header .title-container {
      font-size: 34px; } }
          @media (min-width: 576px) {
            .our-story .our-story-container .story-item .title-header .title-container {
              line-height: 46px; } }
          @media (min-width: 768px) {
            .our-story .our-story-container .story-item .title-header .title-container {
              line-height: 36px; } }
          @media (min-width: 992px) {
            .our-story .our-story-container .story-item .title-header .title-container {
              line-height: 40px; } }
          @media (min-width: 1200px) {
            .our-story .our-story-container .story-item .title-header .title-container {
              line-height: 40px; } }
        .our-story .our-story-container .story-item .title-header .title-type {
          font-family: 'HCo Gotham';
          font-size: 11px;
          letter-spacing: 1px;
          font-weight: 700;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: -13px;
          height: 25px;
          background-color: #fff;
          color: #000;
          padding: 3px 20px 3px 20px;
          display: inline-block;
          white-space: nowrap; }
          .our-story .our-story-container .story-item .title-header .title-type .title-label {
            position: relative;
            top: -8px;
            top: -14px; }
            @media (min-width: 576px) {
              .our-story .our-story-container .story-item .title-header .title-type .title-label {
                top: -14px; } }
            @media (min-width: 768px) {
              .our-story .our-story-container .story-item .title-header .title-type .title-label {
                top: -8px; } }
            @media (min-width: 992px) {
              .our-story .our-story-container .story-item .title-header .title-type .title-label {
                top: -11px; } }
            @media (min-width: 1200px) {
              .our-story .our-story-container .story-item .title-header .title-type .title-label {
                top: -10px; } }
      .our-story .our-story-container .story-item .cta {
        position: absolute;
        text-align: center;
        bottom: 50px;
        color: #fff;
        background-color: #c41230;
        border-radius: 0;
        padding: .75rem 2rem;
        left: 50%;
        transform: translateX(-50%);
        font-family: 'HCo Gotham';
        font-weight: 600; }

@media (min-width: 768px) {
  .our-story {
    padding-top: 125px; }
    .our-story h1 {
      font-size: 4.5rem; } }

.company-history {
  margin-bottom: 100px; }
  .company-history .history-content {
    padding: 2rem; }
    @media (min-width: 992px) {
      .company-history .history-content {
        padding: 2rem 15%; } }
    .company-history .history-content p {
      font-family: 'HCo Gotham';
      color: #555555;
      font-size: 1.1rem; }
  .company-history .history-items {
    margin-top: 2rem; }
    .company-history .history-items .history-item {
      margin-bottom: 4rem;
      text-align: center;
      color: #555555;
      padding-right: 1rem; }
      @media (min-width: 992px) {
        .company-history .history-items .history-item {
          padding-right: 1rem; } }
      .company-history .history-items .history-item .img-history {
        width: 100%;
        height: auto;
        margin-bottom: 1rem; }
      .company-history .history-items .history-item p {
        margin-top: 0;
        margin-bottom: 0; }

.about-farm {
  margin-bottom: 100px; }
  .about-farm .about-farm-img {
    margin-bottom: 50px;
    width: 100%;
    height: auto; }
  .about-farm p {
    font-family: 'HCo Gotham';
    text-align: left;
    color: #555555;
    font-size: 1.1rem; }

.giving-back {
  margin-bottom: 100px; }
  .giving-back p {
    font-family: 'HCo Gotham';
    text-align: left;
    color: #555555;
    font-size: 1.1rem; }

@media (min-width: 768px) {
  .giving-back {
    padding-top: 125px; } }

.our-farm-salutes {
  margin-bottom: 100px; }
  .our-farm-salutes h1.subheader {
    font-family: 'HCo Gotham';
    font-size: 1.5rem;
    margin-bottom: 2rem; }
  .our-farm-salutes p {
    font-family: 'HCo Gotham';
    color: #555555;
    font-size: 1.1rem; }

.animal-well-being {
  margin-bottom: 100px; }
  .animal-well-being p {
    font-family: 'HCo Gotham';
    text-align: left;
    color: #555555;
    font-size: 1.1rem; }

.environmental-sustainability {
  margin-bottom: 100px; }
  .environmental-sustainability h3 {
    font-family: 'HCo Gotham';
    margin-top: 3rem; }
  .environmental-sustainability h2 {
    font-family: 'HCo Gotham';
    font-weight: 700;
    font-size: 1.25rem;
    margin-top: 3rem; }
  .environmental-sustainability p {
    font-family: 'HCo Gotham';
    text-align: left;
    color: #555555;
    font-size: 1.1rem; }

.news-media {
  margin-bottom: 100px; }
  .news-media h1.utility-title {
    margin-bottom: 0 !important; }
  .news-media .content-intro {
    text-align: center;
    width: 90%;
    position: relative;
    margin: 0 auto 50px auto; }
    @media (min-width: 992px) {
      .news-media .content-intro {
        width: 40%; } }
  .news-media .news-media-tabs {
    list-style-type: none;
    padding-left: 0;
    position: relative;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd; }
    .news-media .news-media-tabs li {
      display: inline-block;
      margin: 1rem 2rem;
      font-size: 1.25rem; }
      .news-media .news-media-tabs li a.active {
        color: #555555; }
      .news-media .news-media-tabs li a:hover {
        text-decoration: none; }
  .news-media h3.subheader {
    font-family: 'HCo Gotham';
    margin-top: 4rem;
    margin-bottom: 2rem; }
  .news-media .news-item {
    font-size: 1.1rem;
    margin-bottom: 3rem; }
    .news-media .news-item .news-link {
      font-size: 1.2rem;
      color: #c41230;
      margin-bottom: 0.5rem; }
  .news-media .contact-item {
    margin-top: 2rem; }
    .news-media .contact-item .contact-name {
      font-family: 'HCo Gotham';
      font-size: 1.5rem;
      display: block; }
    .news-media .contact-item .contact-number {
      color: #c41230;
      display: block; }
  .news-media p {
    font-family: 'HCo Gotham';
    color: #555555;
    font-size: 1.1rem; }

.product-categories {
  text-align: center;
  margin: 0 auto;
  position: relative;
  background-color: #fff; }
  .product-categories h1 {
    font-family: 'HCo Gotham';
    font-size: 2rem;
    color: #000; }
  .product-categories .categories-header {
    margin: 0 0;
    padding: 1rem 2.0rem 0rem 2.0rem;
    overflow: hidden;
    border-bottom: 1px solid #dadada; }
    .product-categories .categories-header .sort-filter-container {
      margin-top: 1.5rem;
      margin-bottom: 1rem;
      padding-bottom: 0;
      padding-left: 5%;
      padding-right: 5%;
      white-space: nowrap;
      color: #555555; }
      .product-categories .categories-header .sort-filter-container .filter-meal {
        text-align: center;
        margin-bottom: 1.5rem; }
        @media (min-width: 768px) {
          .product-categories .categories-header .sort-filter-container .filter-meal {
            text-align: left;
            margin-bottom: 0; } }
      .product-categories .categories-header .sort-filter-container .filter-meal {
        color: #555555; }
      .product-categories .categories-header .sort-filter-container .sort-popular {
        text-align: right; }
      .product-categories .categories-header .sort-filter-container .selectdiv {
        display: inline-block;
        position: relative; }
        .product-categories .categories-header .sort-filter-container .selectdiv:after {
          content: '\f078';
          font: normal normal normal 17px/1 FontAwesome;
          color: #c41230;
          left: 99px;
          top: -12px;
          height: 34px;
          padding: 15px 0px 0px 8px;
          position: absolute;
          pointer-events: none; }
      .product-categories .categories-header .sort-filter-container .select-filter,
      .product-categories .categories-header .sort-filter-container .select-sort {
        background-color: #fff;
        outline: 1px;
        font-family: 'HCo Gotham';
        font-weight: 600;
        -webkit-appearance: none;
        -moz-appearance: none; }
  .product-categories .categories {
    width: 100%;
    height: auto;
    margin: 2rem auto 2rem auto;
    padding: 2rem 0 0rem 0;
    background-color: #fff;
    padding: 30px 15px 0 15px;
    opacity: 0; }
    .product-categories .categories .categories-item {
      text-align: center;
      background-image: url("../images/Package-Background-Thumb-5.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      margin-bottom: 50px;
      position: relative;
/*      transition: all 0.3s;*/
      /* Center slide text vertically */
      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; }
      .product-categories .categories .categories-item a {
        display: inline-block;
        width: 100%;
        height: auto; }
      .product-categories .categories .categories-item .categories-img {
        width: 100%;
        height: auto;
        padding: 2% 15%; }
      .product-categories .categories .categories-item .categories-item-label {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        height: 50px;
        background-color: #ffffff;
        bottom: 0;
        line-height: 16px;
        cursor: pointer;
        color: #c41230;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        bottom: -35px; }
        @media (min-width: 576px) {
          .product-categories .categories .categories-item .categories-item-label {
            bottom: -35px; } }
        @media (min-width: 768px) {
          .product-categories .categories .categories-item .categories-item-label {
            bottom: -40px; } }
        @media (min-width: 992px) {
          .product-categories .categories .categories-item .categories-item-label {
            bottom: -38px; } }
        @media (min-width: 1200px) {
          .product-categories .categories .categories-item .categories-item-label {
            bottom: -40px; 
          } }
        .product-categories .categories .categories-item .categories-item-label .label {
          font-family: 'HCo Gotham';
          font-size: .68rem;
          line-height: 14px;
          font-weight: 500;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          display: inline-block;
          width: 90%; }
      .product-categories .categories .categories-item:hover {
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25); }
    .product-categories .categories .swiper-pagination-categories {
      display: block;
      margin-top: 25px; }
    .product-categories .categories .swiper-button-white {
      background-size: 18px 24px; }
    .product-categories .categories .swiper-button-next,
    .product-categories .categories .swiper-button-prev {
      width: 100px;
      height: 100px;
      background-color: #c41230;
      border-radius: 50%;
      top: 45%;
      display: none; }
    .product-categories .categories .swiper-button-next {
      right: -60px;
      background-position: 50px 40px; }
    .product-categories .categories .swiper-button-prev {
      left: -60px;
      background-position: 40px 40px; }
    .product-categories .categories .swiper-button-disabled {
      background-color: #000000; }
  .product-categories .related-recipe-categories {
    padding: 0 0 50px 0; }
    .product-categories .related-recipe-categories h1.header {
      margin-bottom: 1.5rem; }
    .product-categories .related-recipe-categories .recipe-categories-container .recipe-category-item {
      position: relative;
      text-align: center;
      margin-bottom: 4rem;
      padding: 0 5%; }
      .product-categories .related-recipe-categories .recipe-categories-container .recipe-category-item .recipe-category-img {
        width: 100%;
        height: auto; }
      .product-categories .related-recipe-categories .recipe-categories-container .recipe-category-item .label-item {
        position: absolute;
        width: 75%;
        background-color: #ffffff;
        bottom: -25px;
        left: 50%;
        margin-left: -37.5%;
        color: #c41230;
        padding: 15px 0;
        font-size: 0.8rem;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35); }
    .product-categories .related-recipe-categories .bttn-primary {
      margin-top: 2rem;
      margin-top: 2rem;
      display: inline-block; }

@media (min-width: 576px) {
  .product-categories .categories .categories-item .categories-item-label .label {
    font-size: 0.85rem;
    line-height: 18px; } }

@media (min-width: 768px) {
  .product-categories h1 {
    font-size: 2.5rem; }
  .product-categories .categories {
    padding: 25px 100px 50px 100px; }
    .product-categories .categories .swiper-pagination-categories {
      margin-top: 50px; }
    .product-categories .categories .categories-item {
      margin-bottom: 50px;
      cursor: pointer; }
      .product-categories .categories .categories-item .categories-item-label {
        height: 60px;
        width: 75%;
        line-height: 22px;
        -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.35);
        transition: all 0.2s; }
        .product-categories .categories .categories-item .categories-item-label .label {
          color: #c41230;
          font-size: 0.75rem;
          line-height: 18px;
          transition: all 0.2s; }
      .product-categories .categories .categories-item img {
        margin-top: 0;
        transition: all 0.2s; }
      .product-categories .categories .categories-item:hover .categories-item-label {
        background-color: #c41230; }
        .product-categories .categories .categories-item:hover .categories-item-label .label {
          color: #fff;
          text-decoration: none; }
    .product-categories .categories .swiper-button-next,
    .product-categories .categories .swiper-button-prev {
      display: block; }
  .product-categories .related-recipe-categories {
    padding: 0 100px 50px 100px; }
    .product-categories .related-recipe-categories h1.header {
      margin-bottom: 3rem; }
    .product-categories .related-recipe-categories .recipe-categories-container .recipe-category-item .label-item {
      transition: all 0.2s;
      font-size: 1rem; }
    .product-categories .related-recipe-categories .recipe-categories-container .recipe-category-item:hover .label-item {
      color: #fff;
      text-decoration: none;
      background-color: #c41230; }
    .product-categories .related-recipe-categories .btn {
      margin-top: 2rem; } }

@media (min-width: 992px) {
  .product-categories .categories .categories-item .categories-item-label .label {
    font-size: .8rem; } }
@media (min-width: 1172px) {
  .product-categories .categories .categories-item .categories-item-label .label {
    font-size: 1rem; } }

.recipe-ideas {
  text-align: center;
  margin: 0 auto;
  position: relative; }
  .recipe-ideas h1 {
    font-family: 'HCo Gotham';
    font-size: 2rem;
    color: #000; }
  .recipe-ideas .recipes-header {
    background-color: #fff;
    margin: 0 0;
    padding: 2.5rem 2.0rem 0.5rem 2.0rem;
    overflow: hidden;
    border-bottom: 1px solid #dadada;
    z-index: 50; }
    .recipe-ideas .recipes-header .sort-filter-container {
      margin-top: 1.5rem;
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      padding-left: 5%;
      padding-right: 5%;
      white-space: nowrap;
      color: #555555; }
      .recipe-ideas .recipes-header .sort-filter-container .filter-meal {
        text-align: center;
        margin-bottom: 1.5rem; }
        @media (min-width: 768px) {
          .recipe-ideas .recipes-header .sort-filter-container .filter-meal {
            text-align: left;
            margin-bottom: 0; } }
      .recipe-ideas .recipes-header .sort-filter-container .sort-popular {
        text-align: right; }
      .recipe-ideas .recipes-header .sort-filter-container .selectdiv {
        display: inline-block;
        position: relative; }
        .recipe-ideas .recipes-header .sort-filter-container .selectdiv:after {
          content: '\f078';
          font: normal normal normal 17px/1 FontAwesome;
          color: #c41230;
          left: 99px;
          top: -12px;
          height: 34px;
          padding: 15px 0px 0px 8px;
          position: absolute;
          pointer-events: none; }
      .recipe-ideas .recipes-header .sort-filter-container .select-filter,
      .recipe-ideas .recipes-header .sort-filter-container .select-sort {
        background-color: #fff;
        outline: 1px;
        font-family: 'HCo Gotham';
        font-weight: 600;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
  .recipe-ideas .recipes {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
    padding: 0 15px;
    opacity: 0; }
    .recipe-ideas .recipes .swiper-pagination-recipes {
      margin-bottom: 3rem; }
    .recipe-ideas .recipes .recipes-item {
      text-align: center;
      margin-bottom: 75px;
      margin-top: 25px;
      position: relative;
/*      transition: all 0.3s;*/
      /* Center slide text vertically */
      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; }
      .recipe-ideas .recipes .recipes-item a {
        display: inline-block;
        width: 100%;
        height: auto; }
      .recipe-ideas .recipes .recipes-item .recipes-img {
        width: 100%;
        height: auto; }
      .recipe-ideas .recipes .recipes-item .recipes-item-label {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        height: 50px;
        background-color: #ffffff;
        bottom: 0;
        line-height: 16px;
        cursor: pointer;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        bottom: -35px; }
        @media (min-width: 576px) {
          .recipe-ideas .recipes .recipes-item .recipes-item-label {
            bottom: -35px; } }
        @media (min-width: 768px) {
          .recipe-ideas .recipes .recipes-item .recipes-item-label {
            bottom: -40px; } }
        @media (min-width: 992px) {
          .recipe-ideas .recipes .recipes-item .recipes-item-label {
            bottom: -38px; } }
        @media (min-width: 1200px) {
          .recipe-ideas .recipes .recipes-item .recipes-item-label {
            bottom: -40px; } }
        .recipe-ideas .recipes .recipes-item .recipes-item-label .label {
          font-family: 'HCo Gotham';
          font-size: .8rem;
          font-weight: 500;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          display: inline-block;
          width: 90%; }
          .recipe-ideas .recipes .recipes-item .recipes-item-label .label:hover {
            text-decoration: underline; }
      .recipe-ideas .recipes .recipes-item:hover {
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5); }
    .recipe-ideas .recipes .swiper-pagination-favorites {
      display: block;
      margin-top: 30px; }
    .recipe-ideas .recipes .swiper-button-white {
      background-size: 18px 24px; }
    .recipe-ideas .recipes .swiper-button-next,
    .recipe-ideas .recipes .swiper-button-prev {
      width: 100px;
      height: 100px;
      background-color: #c41230;
      border-radius: 50%;
      top: 45%;
      display: none; }
    .recipe-ideas .recipes .swiper-button-next {
      right: -60px;
      background-position: 50px 40px; }
    .recipe-ideas .recipes .swiper-button-prev {
      left: -60px;
      background-position: 40px 40px; }
    .recipe-ideas .recipes .swiper-button-disabled {
      background-color: #000; }

@media (min-width: 768px) {
  .recipe-ideas h1 {
    font-size: 2.5rem; }
  .recipe-ideas .recipes {
    padding: 50px 100px; }
    .recipe-ideas .recipes .swiper-pagination-recipes {
      margin-top: 3rem; }
    .recipe-ideas .recipes .recipes-item {
      margin-bottom: 30px;
      cursor: pointer; }
      .recipe-ideas .recipes .recipes-item .recipes-item-label {
        height: 60px;
        width: 75%;
        line-height: 22px;
        -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.55);
        -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.55);
        box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.55);
        transition: all 0.2s; }
        .recipe-ideas .recipes .recipes-item .recipes-item-label .label {
          font-size: 1.0rem;
          color: #c41230; }
      .recipe-ideas .recipes .recipes-item:hover .recipes-item-label {
        background-color: #c41230; }
        .recipe-ideas .recipes .recipes-item:hover .recipes-item-label .label {
          color: #fff; }
    .recipe-ideas .recipes .swiper-button-next,
    .recipe-ideas .recipes .swiper-button-prev {
      display: block; } }

.recipe-detail-hero {
  
    
  width: 100%;
  height: auto;
  margin-left: 0;
  position: relative;
  left: 0;
  margin-top: 50px; }

.recipe-detail-hero.blur {
  filter: blur(10px);
}

  @media (min-width: 992px) {
    .recipe-detail-hero {
      margin-left: 12.5%;
      position: fixed; } }
  .recipe-detail-hero img.hero-img {
    width: 100%;
    height: 100%; }

.recipe-package-hero {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-85%, -50%); }

.scroll-down {
  position: fixed;
  left: 59%;
  bottom: 50px;
  z-index: 500;
  color: #fff;
  display: none; }
  .scroll-down img {
    width: 25px;
    height: 50px;
    margin: 0 0.5rem; }

#fullpage.recipe-detail {
  width: 100%;
  position: relative;
  top: 75px; }
  #fullpage.recipe-detail #section0 {
    display: none; }
    @media (min-width: 992px) {
      #fullpage.recipe-detail #section0 {
        display: block; } }
  #fullpage.recipe-detail .section-ingredients {
    background-color: #FFF8F0;
    border-bottom: 1px solid #fff; }
  #fullpage.recipe-detail .section-instructions {
    background-color: #FFF8F0; }
  #fullpage.recipe-detail .section-nutrition-allergen {
    background-color: #FFF8F0; }
  #fullpage.recipe-detail .section-related-recipes {
    background-color: #f4f4f4; }
  #fullpage.recipe-detail .section-similar-products {
    background-image: url(../images/ph-Hero-Similar-Background.jpg);
    background-size: cover; }
  #fullpage.recipe-detail .slide-item {
    margin-left: 0; }
    @media (min-width: 992px) {
      #fullpage.recipe-detail .slide-item {
        margin-left: 25%; } }
    #fullpage.recipe-detail .slide-item .hero-intro-content {
      text-align: center;
      background-color: rgba(255, 255, 255, 0.79);
      padding: 2rem 3rem;
      width: 100%;
      position: relative;
      margin: 0 auto;
      margin-top: -75px; }
      @media (min-width: 992px) {
        #fullpage.recipe-detail .slide-item .hero-intro-content {
          width: 80%;
          padding: 2rem 6rem; } }
      @media (min-width: 1200px) {
        #fullpage.recipe-detail .slide-item .hero-intro-content {
          width: 70%; } }
      #fullpage.recipe-detail .slide-item .hero-intro-content h1 {
        font-size: 1.5rem;
        font-family: 'HCo Gotham';
        margin-bottom: 1rem;
        color: #000; }
        @media (min-width: 992px) {
          #fullpage.recipe-detail .slide-item .hero-intro-content h1 {
            font-size: 2.5rem; } }
      #fullpage.recipe-detail .slide-item .hero-intro-content p {
        font-family: 'HCo Gotham';
        color: #555555;
        font-size: 1rem;
        line-height: 1.5rem; }
        @media (min-width: 992px) {
          #fullpage.recipe-detail .slide-item .hero-intro-content p {
            font-size: 1.25rem;
            line-height: 1.75rem; } }

.recipe-detail-left-panel {
  left: 0px;
  top: 75px;
  width: 25%;
  height: 94vh;
  font-family: 'HCo Gotham';
  background-color: #fff;
  display: none;
  position: relative;
  color: #555555; }
  .recipe-detail-left-panel h1,
  .recipe-detail-left-panel h2,
  .recipe-detail-left-panel h3 {
    color: #000; }
  .recipe-detail-left-panel .social-media-container {
    list-style: none;
    padding-left: 2rem; }
    .recipe-detail-left-panel .social-media-container li {
      display: inline; }

@media (min-width: 992px) {
  .scroll-down {
    display: block; } }

.recipe-detail-recipe-ingredients {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem auto; }
  @media (min-width: 768px) {
    .recipe-detail-recipe-ingredients {
      margin-bottom: 0;
      padding-bottom: 50px; } }
  .recipe-detail-recipe-ingredients .slide-content {
    width: 95%;
    margin-top: 0; }
    .recipe-detail-recipe-ingredients .slide-content h1,
    .recipe-detail-recipe-ingredients .slide-content h2 {
      font-family: 'HCo Gotham';
      text-align: center; }
    .recipe-detail-recipe-ingredients .slide-content h1 {
      margin-top: 1.5rem;
      font-size: 2rem; }
      @media (min-width: 768px) {
        .recipe-detail-recipe-ingredients .slide-content h1 {
          margin-top: 25px;
          font-size: 2.5rem; } }
    .recipe-detail-recipe-ingredients .slide-content h2 {
      font-size: 2rem;
      margin-top: 3rem; }
    .recipe-detail-recipe-ingredients .slide-content .bttn-primary {
      padding: 0.35rem 1.5rem; }
    .recipe-detail-recipe-ingredients .slide-content .info-content {
      margin-bottom: 3rem;
      padding: 0 2rem; }
    .recipe-detail-recipe-ingredients .slide-content .info-item {
      padding: 0.5rem 0;
      font-size: 1.0rem; }
      @media (min-width: 768px) {
        .recipe-detail-recipe-ingredients .slide-content .info-item {
          font-size: 1.0rem;
          padding: 0rem 0; } }
      @media (min-width: 992px) {
        .recipe-detail-recipe-ingredients .slide-content .info-item {
          font-size: 1.0rem;
          padding: 10px 0; } }
      @media (min-width: 1200px) {
        .recipe-detail-recipe-ingredients .slide-content .info-item {
          font-size: 1.0rem;
          padding: 10px 0; } }
      @media (min-width: 1600px) {
        .recipe-detail-recipe-ingredients .slide-content .info-item {
          font-size: 1.1rem;
          padding: 10px 0; } }
    .recipe-detail-recipe-ingredients .slide-content .info-detail {
      font-style: italic;
      white-space: nowrap; }
    .recipe-detail-recipe-ingredients .slide-content .ingredients-intro-container {
      text-align: center;
      position: relative;
      margin: 0 auto; }
      .recipe-detail-recipe-ingredients .slide-content .ingredients-intro-container .recipe-ingredients-images {
        padding: 0;
        list-style-type: none;
        border: 0px solid blue;
        padding-bottom: 25px; }
        .recipe-detail-recipe-ingredients .slide-content .ingredients-intro-container .recipe-ingredients-images li {
          display: inline-block;
          border: 0px solid red;
          padding: 0 15px; }
          .recipe-detail-recipe-ingredients .slide-content .ingredients-intro-container .recipe-ingredients-images li .ingredient-image {
            display: block; }
      .recipe-detail-recipe-ingredients .slide-content .ingredients-intro-container .swiper-ingredients {
        width: 350px; }
        .recipe-detail-recipe-ingredients .slide-content .ingredients-intro-container .swiper-ingredients .ingredient-image {
          display: block;
          position: relative;
          width: 100%;
          margin: 0 auto; }
        .recipe-detail-recipe-ingredients .slide-content .ingredients-intro-container .swiper-ingredients .swiper-slide {
          text-align: center; }
          .recipe-detail-recipe-ingredients .slide-content .ingredients-intro-container .swiper-ingredients .swiper-slide .link-product {
            display: inline-block;
            width: 80%; }
        .recipe-detail-recipe-ingredients .slide-content .ingredients-intro-container .swiper-ingredients .swiper-pagination-ingredients {
          position: relative;
          top: -20px; }
        .recipe-detail-recipe-ingredients .slide-content .ingredients-intro-container .swiper-ingredients .swiper-button-prev {
          margin-top: -60px;
          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'%23c41230'%2F%3E%3C%2Fsvg%3E") !important; }
        .recipe-detail-recipe-ingredients .slide-content .ingredients-intro-container .swiper-ingredients .swiper-button-next {
          margin-top: -60px;
          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'%23c41230'%2F%3E%3C%2Fsvg%3E") !important; }
      .recipe-detail-recipe-ingredients .slide-content .ingredients-intro-container .ingredient-content {
        margin-bottom: 1.5rem;
        color: #c41230;
        font-size: 1.0rem; }
      .recipe-detail-recipe-ingredients .slide-content .ingredients-intro-container .allergen-img {
        width: 150px;
        height: auto;
        position: relative;
        left: 50%;
        margin-top: 25px;
        margin-left: -75px; }
        .recipe-detail-recipe-ingredients .slide-content .ingredients-intro-container .allergen-img img {
          width: 35px;
          height: auto;
          margin-left: 50px; }
    .recipe-detail-recipe-ingredients .slide-content .ingredients-items-container {
      margin-top: 2rem; }
      @media (min-width: 768px) {
        .recipe-detail-recipe-ingredients .slide-content .ingredients-items-container {
          margin-top: 1rem; } }
      @media (min-width: 1200px) {
        .recipe-detail-recipe-ingredients .slide-content .ingredients-items-container {
          margin-top: 2rem; } }
      .recipe-detail-recipe-ingredients .slide-content .ingredients-items-container .bottom-buffer {
        height: 0; }
        @media (min-width: 992px) {
          .recipe-detail-recipe-ingredients .slide-content .ingredients-items-container .bottom-buffer {
            height: 150px; } }

.recipe-detail-instructions {
  margin: 0 auto;
  position: relative;
  height: 100%; }
  .recipe-detail-instructions h1 {
    font-family: 'HCo Gotham';
    font-size: 2rem;
    margin-top: -50px;
    margin-bottom: 10px;
    text-align: center; }
  .recipe-detail-instructions .sort-filter-container {
    border-bottom: 1px solid #dadada;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    color: #555555; }
    .recipe-detail-instructions .sort-filter-container .filter-meal {
      text-align: left; }
    .recipe-detail-instructions .sort-filter-container .sort-popular {
      text-align: right; }
    .recipe-detail-instructions .sort-filter-container .selectdiv {
      display: inline-block;
      position: relative; }
      .recipe-detail-instructions .sort-filter-container .selectdiv:after {
        content: '\f078';
        font: normal normal normal 17px/1 FontAwesome;
        color: #c41230;
        left: 90px;
        top: -12px;
        height: 34px;
        padding: 15px 0px 0px 8px;
        position: absolute;
        pointer-events: none; }
    .recipe-detail-instructions .sort-filter-container .select-filter,
    .recipe-detail-instructions .sort-filter-container .select-sort {
      background-color: #f4f4f4;
      outline: 1px;
      font-family: 'HCo Gotham';
      font-weight: 600;
      -webkit-appearance: none;
      -moz-appearance: none; }
  .recipe-detail-instructions .instructions {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
    padding: 15px 15px 15px 15px;
    position: relative; }
    .recipe-detail-instructions .instructions .instructions-slide .instructions-item {
      width: 100%;
      position: relative;
      margin: 0 auto;
      color: #555555; }
      .recipe-detail-instructions .instructions .instructions-slide .instructions-item .step-number {
        font-family: 'HCo Gotham';
        font-size: 2.5rem; }
      .recipe-detail-instructions .instructions .instructions-slide .instructions-item .step-content {
        font-family: 'HCo Gotham';
        font-size: 1rem;
        font-style: italic;
        padding-top: 1rem; }
    .recipe-detail-instructions .instructions .swiper-pagination-instructions {
      display: block;
      margin-top: 0;
      text-align: center; }
    .recipe-detail-instructions .instructions .swiper-button-white {
      background-size: 18px 24px; }
    .recipe-detail-instructions .instructions .swiper-button-next,
    .recipe-detail-instructions .instructions .swiper-button-prev {
      width: 100px;
      height: 100px;
      background-color: #c41230;
      border-radius: 50%;
      top: 45%;
      display: none; }
    .recipe-detail-instructions .instructions .swiper-button-next {
      right: -60px;
      background-position: 50px 40px; }
    .recipe-detail-instructions .instructions .swiper-button-prev {
      left: -60px;
      background-position: 40px 40px; }
    .recipe-detail-instructions .instructions .swiper-button-disabled {
      background-color: #000; }
    .recipe-detail-instructions .instructions .video-item {
      width: 250px;
      position: relative;
      left: 50%;
      margin-top: 25px;
      margin-left: -125px;
      border: 0px solid red; }
      .recipe-detail-instructions .instructions .video-item .video-thumb {
        width: 200px;
        height: auto;
        position: relative;
        cursor: pointer; }
        .recipe-detail-instructions .instructions .video-item .video-thumb .video-play {
          position: absolute;
          background-color: #fff;
          border-radius: 50%;
          padding: 0px;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          transform-origin: center; }
      .recipe-detail-instructions .instructions .video-item .video-content {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 30px; }
        .recipe-detail-instructions .instructions .video-item .video-content .header {
          font-family: 'HCo Gotham';
          font-size: 1.5rem;
          line-height: 30px;
          margin-top: 10px;
          margin-bottom: 15px; }
        .recipe-detail-instructions .instructions .video-item .video-content .video-cta {
          color: #c41230;
          cursor: pointer; }

@media (min-width: 768px) {
  .recipe-detail-instructions h1 {
    font-size: 2.5rem;
    margin-bottom: 5px; }
  .recipe-detail-instructions .instructions {
    padding: 0 50px 50px 50px; }
    .recipe-detail-instructions .instructions .instructions-slide .instructions-item .step-number {
      font-size: 3.0rem; }
    .recipe-detail-instructions .instructions .instructions-slide .instructions-item .step-content {
      font-size: 1.25rem;
      padding-top: 1rem; }
    .recipe-detail-instructions .instructions .swiper-pagination-instructions {
      text-align: center; }
    .recipe-detail-instructions .instructions .swiper-button-next,
    .recipe-detail-instructions .instructions .swiper-button-prev {
      display: block; }
    .recipe-detail-instructions .instructions .video-item {
      width: 450px;
      margin-left: -225px; }
      .recipe-detail-instructions .instructions .video-item .video-content {
        position: absolute;
        left: 220px;
        top: 0px;
        margin-bottom: 0; } }

@media (min-width: 992px) {
  .recipe-detail-instructions .instructions .instructions-slide .instructions-item {
    padding-right: 50px; }
    .recipe-detail-instructions .instructions .instructions-slide .instructions-item .step-number {
      font-size: 2.5rem; }
  .recipe-detail-instructions .instructions .video-item {
    margin-top: 25px; } }

@media (min-width: 1200px) {
  .recipe-detail-instructions .instructions .instructions-slide .instructions-item {
    padding-right: 5%; }
    .recipe-detail-instructions .instructions .instructions-slide .instructions-item .step-number {
      font-size: 3rem; } }

@media (min-width: 1200px) {
  .recipe-detail-instructions .instructions .instructions-slide .instructions-item {
    padding-right: 5%; }
    .recipe-detail-instructions .instructions .instructions-slide .instructions-item .step-number {
      font-size: 3rem; }
    .recipe-detail-instructions .instructions .instructions-slide .instructions-item .step-content {
      font-size: 0.95rem; } }

@media (min-width: 1720px) {
  .recipe-detail-instructions .instructions .instructions-slide .instructions-item {
    padding-right: 15%; }
    .recipe-detail-instructions .instructions .instructions-slide .instructions-item .step-number {
      font-size: 4rem; }
    .recipe-detail-instructions .instructions .instructions-slide .instructions-item .step-content {
      font-size: 1.25rem; } }

.recipe-detail-nutrition-allergen {
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem auto; }
  @media (min-width: 768px) {
    .recipe-detail-nutrition-allergen {
      margin-bottom: 0;
      padding-bottom: 2rem; } }
  .recipe-detail-nutrition-allergen .slide-content {
    color: #555555; }
    @media (min-width: 992px) {
      .recipe-detail-nutrition-allergen .slide-content {
        margin-top: -75px; } }
    .recipe-detail-nutrition-allergen .slide-content h1,
    .recipe-detail-nutrition-allergen .slide-content h2 {
      font-family: 'HCo Gotham';
      text-align: center;
      color: #000; }
    .recipe-detail-nutrition-allergen .slide-content h2 {
      font-size: 2rem; }
    .recipe-detail-nutrition-allergen .slide-content .info-content {
      margin-bottom: 1rem;
      padding: 0 1rem;
      text-align: center; }
    .recipe-detail-nutrition-allergen .slide-content .info-item {
      border-bottom: 1px solid #cdcdcd;
      padding: 1rem 0;
      font-size: 1rem; }
      @media (min-width: 768px) {
        .recipe-detail-nutrition-allergen .slide-content .info-item {
          font-size: 1.15rem; } }
      @media (min-width: 992px) {
        .recipe-detail-nutrition-allergen .slide-content .info-item {
          padding: 0.3rem 0; } }
      @media (min-width: 1200px) {
        .recipe-detail-nutrition-allergen .slide-content .info-item {
          padding: 0.5rem 0; } }
    .recipe-detail-nutrition-allergen .slide-content .info-detail {
      font-style: italic; }
    .recipe-detail-nutrition-allergen .slide-content .allergen-container {
      position: relative;
      margin: 35px auto 0 auto;
      padding-top: 0px; }
      .recipe-detail-nutrition-allergen .slide-content .allergen-container .subheader {
        margin-bottom: 10px; }
      .recipe-detail-nutrition-allergen .slide-content .allergen-container ul.allergen-items {
        list-style: none;
        padding-left: 0;
        text-align: center; }
        .recipe-detail-nutrition-allergen .slide-content .allergen-container ul.allergen-items li {
          display: inline; }
          .recipe-detail-nutrition-allergen .slide-content .allergen-container ul.allergen-items li .allergen-img {
            width: 80px;
            height: 80px;
            margin-top: 20px;
            position: relative;
            margin-right: 0; }

.recipe-detail-related-recipes {
  text-align: center;
  margin: 0 auto;
  position: relative;
  height: 100%; }
  .recipe-detail-related-recipes h1 {
    font-family: 'HCo Gotham';
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem; }
  .recipe-detail-related-recipes .sort-filter-container {
    border-bottom: 1px solid #dadada;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    color: #555555; }
    .recipe-detail-related-recipes .sort-filter-container .filter-meal {
      text-align: left; }
    .recipe-detail-related-recipes .sort-filter-container .sort-popular {
      text-align: right; }
    .recipe-detail-related-recipes .sort-filter-container .selectdiv {
      display: inline-block;
      position: relative; }
      .recipe-detail-related-recipes .sort-filter-container .selectdiv:after {
        content: '\f078';
        font: normal normal normal 17px/1 FontAwesome;
        color: #c41230;
        left: 90px;
        top: -12px;
        height: 34px;
        padding: 15px 0px 0px 8px;
        position: absolute;
        pointer-events: none; }
    .recipe-detail-related-recipes .sort-filter-container .select-filter,
    .recipe-detail-related-recipes .sort-filter-container .select-sort {
      background-color: #f4f4f4;
      outline: 1px;
      font-family: 'HCo Gotham';
      font-weight: 600;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .recipe-detail-related-recipes .recipes {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
    padding: 15px 15px 15px 15px; }
    .recipe-detail-related-recipes .recipes .recipe-item {
      text-align: center;
      position: relative;
      padding: 0 0;
      margin-bottom: 2rem; }
      .recipe-detail-related-recipes .recipes .recipe-item .recipe-img {
        width: 100%;
        height: auto; }
      .recipe-detail-related-recipes .recipes .recipe-item .recipe-item-label {
        position: absolute;
        width: 90%;
        left: 50%;
        margin-left: -45%;
        height: 50px;
        background-color: #ffffff;
        bottom: 0;
        line-height: 16px;
        cursor: pointer;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        transition: all 0.2s;
        bottom: -35px; }
        @media (min-width: 576px) {
          .recipe-detail-related-recipes .recipes .recipe-item .recipe-item-label {
            bottom: -35px; } }
        @media (min-width: 768px) {
          .recipe-detail-related-recipes .recipes .recipe-item .recipe-item-label {
            bottom: -40px; } }
        @media (min-width: 992px) {
          .recipe-detail-related-recipes .recipes .recipe-item .recipe-item-label {
            bottom: -30px; } }
        @media (min-width: 1200px) {
          .recipe-detail-related-recipes .recipes .recipe-item .recipe-item-label {
            bottom: -30px; } }
        .recipe-detail-related-recipes .recipes .recipe-item .recipe-item-label .label {
          font-family: 'HCo Gotham';
          font-size: .8rem;
          font-weight: 500;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          display: inline-block;
          width: 90%;
          transition: all 0.2s; }
      .recipe-detail-related-recipes .recipes .recipe-item:hover .recipe-item-label {
        background-color: #c41230;
        color: #fff; }
        .recipe-detail-related-recipes .recipes .recipe-item:hover .recipe-item-label .label {
          color: #fff;
          text-decoration: none; }
    .recipe-detail-related-recipes .recipes .swiper-pagination-recipes {
      display: block;
      margin-top: 30px;
      margin-bottom: 20px; }
    .recipe-detail-related-recipes .recipes .swiper-button-white {
      background-size: 18px 24px; }
    .recipe-detail-related-recipes .recipes .swiper-button-next,
    .recipe-detail-related-recipes .recipes .swiper-button-prev {
      width: 100px;
      height: 100px;
      background-color: #c41230;
      border-radius: 50%;
      top: 45%;
      display: none; }
    .recipe-detail-related-recipes .recipes .swiper-button-next {
      right: -60px;
      background-position: 50px 40px; }
    .recipe-detail-related-recipes .recipes .swiper-button-prev {
      left: -60px;
      background-position: 40px 40px; }
    .recipe-detail-related-recipes .recipes .swiper-button-disabled {
      background-color: #000; }

@media (min-width: 768px) {
  .recipe-detail-related-recipes {
    position: relative;
    top: 75px; }
    .recipe-detail-related-recipes h1 {
      font-size: 2.5rem;
      margin-top: 35px;
      margin-bottom: 1rem;
      padding-top: 0;
      border: 0px solid red; }
    .recipe-detail-related-recipes .recipes {
      padding: 0 75px 50px 75px; }
      .recipe-detail-related-recipes .recipes .swiper-pagination-recipes {
        margin-top: 50px; }
      .recipe-detail-related-recipes .recipes .recipe-item {
        margin-bottom: 50px;
        cursor: pointer; } }
      @media only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
        .recipe-detail-related-recipes .recipes .recipe-item {
          margin-bottom: 50px; } }

@media (min-width: 768px) {
        .recipe-detail-related-recipes .recipes .recipe-item .recipe-item-label {
          height: 60px;
          width: 75%;
          left: 50%;
          margin-left: -37.5%;
          line-height: 22px;
          -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.35);
          -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.35); }
          .recipe-detail-related-recipes .recipes .recipe-item .recipe-item-label .label {
            font-size: 1.0rem;
            color: #c41230; }
        .recipe-detail-related-recipes .recipes .recipe-item img {
          transition: all 0.2s; }
        .recipe-detail-related-recipes .recipes .recipe-item:hover img {
          -webkit-box-shadow: 12px 12px 15px 0px rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 12px 12px 15px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 12px 12px 15px 0px rgba(0, 0, 0, 0.3); }
      .recipe-detail-related-recipes .recipes .swiper-button-next,
      .recipe-detail-related-recipes .recipes .swiper-button-prev {
        display: block; } }

@media (min-width: 992px) {
  .recipe-detail-related-recipes h1 {
    margin-top: 0; } }

.recipe-detail-similar-products {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover; }
  .recipe-detail-similar-products h1 {
    font-family: 'HCo Gotham';
    font-size: 2rem;
    margin-bottom: 0;
    margin-top: 40px;
    text-align: center; }
    @media (min-width: 768px) {
      .recipe-detail-similar-products h1 {
        margin-top: 150px; } }
  .recipe-detail-similar-products .swiper-similar-products {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .recipe-detail-similar-products .swiper-similar-products .product-item .product-img-container {
      width: 70%;
      position: relative;
      margin: 0 auto 0 auto; }
      .recipe-detail-similar-products .swiper-similar-products .product-item .product-img-container .product-img {
        width: 100%;
        height: auto; }
    .recipe-detail-similar-products .swiper-similar-products .product-item .product-item-label {
      position: relative;
      width: 100%;
      line-height: 24px;
      font-size: 1.5rem;
      color: #c41230;
      text-align: center;
      cursor: pointer; }
    .recipe-detail-similar-products .swiper-similar-products .product-item .product-cta {
      position: relative;
      top: -25px;
      line-height: 26px;
      font-size: 1.2rem;
      color: #c41230;
      padding: 1.0rem 2.5rem;
      background-color: Transparent;
      background-repeat: no-repeat;
      cursor: pointer;
      overflow: hidden;
      outline: none; }
    .recipe-detail-similar-products .swiper-similar-products .swiper-pagination-products {
      margin-top: 0;
      margin-bottom: 35px;
      text-align: center; }
    .recipe-detail-similar-products .swiper-similar-products .swiper-button-white {
      background-size: 18px 24px; }
    .recipe-detail-similar-products .swiper-similar-products .swiper-button-next,
    .recipe-detail-similar-products .swiper-similar-products .swiper-button-prev {
      width: 100px;
      height: 100px;
      background-color: #c41230;
      border-radius: 50%;
      top: 45%;
      display: none; }
    .recipe-detail-similar-products .swiper-similar-products .swiper-button-next {
      right: -60px;
      background-position: 50px 40px; }
    .recipe-detail-similar-products .swiper-similar-products .swiper-button-prev {
      left: -60px;
      background-position: 40px 40px; }
    .recipe-detail-similar-products .swiper-similar-products .swiper-button-disabled {
      background-color: #000; }

@media (min-width: 992px) {
  .recipe-detail-similar-products h1 {
    font-size: 2.5rem;
    margin-bottom: 0; }
  .recipe-detail-similar-products .swiper-similar-products .swiper-pagination-products {
    display: none; }
  .recipe-detail-similar-products .swiper-similar-products .product-item {
    margin-bottom: 0;
    margin-left: 0;
    text-align: center;
    cursor: pointer; }
    .recipe-detail-similar-products .swiper-similar-products .product-item:not(.swiper-slide-active) img {
      opacity: 1; }
    .recipe-detail-similar-products .swiper-similar-products .product-item.swiper-slide-active img {
      opacity: 1; }
    .recipe-detail-similar-products .swiper-similar-products .product-item .product-img-container {
      width: 100%; }
      .recipe-detail-similar-products .swiper-similar-products .product-item .product-img-container .product-img {
        width: 100%; }
  .recipe-detail-similar-products .swiper-similar-products .swiper-button-next,
  .recipe-detail-similar-products .swiper-similar-products .swiper-button-prev {
    display: block; } }

.recipe-categories {
  text-align: center;
  margin: 0 auto;
  position: relative;
  background-color: #fff; }
  .recipe-categories h1 {
    font-family: 'HCo Gotham';
    font-size: 2rem;
    color: #000; }
  .recipe-categories .categories-header {
    margin: 0 0;
    padding: 0;
    overflow: hidden;
    border-bottom: 1px solid #dadada; }
    .recipe-categories .categories-header .filter-sort-container {
      margin-top: 1rem; }
  .recipe-categories .categories {
    width: 100%;
    height: auto;
    margin: 1.5rem auto 2rem auto;
    padding: 2rem 0 0rem 0;
    background-color: #fff;
    padding: 30px 15px 10px 15px;
    opacity: 0; }
    .recipe-categories .categories .categories-item {
      text-align: center;
      background-repeat: no-repeat;
      background-size: cover;
      margin-bottom: 50px;
      position: relative;
/*      transition: all 0.3s;*/
      /* Center slide text vertically */
      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; }
      .recipe-categories .categories .categories-item a {
        display: inline-block;
        width: 100%;
        height: auto; }
      .recipe-categories .categories .categories-item .categories-img {
        width: 100%;
        height: auto; }
      .recipe-categories .categories .categories-item .categories-item-label {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        height: 50px;
        background-color: #fff;
        bottom: 0;
        line-height: 16px;
        cursor: pointer;
        color: #c41230;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        bottom: -35px; }
        @media (min-width: 576px) {
          .recipe-categories .categories .categories-item .categories-item-label {
            bottom: -35px; } }
        @media (min-width: 768px) {
          .recipe-categories .categories .categories-item .categories-item-label {
            bottom: -40px; } }
        @media (min-width: 992px) {
          .recipe-categories .categories .categories-item .categories-item-label {
            bottom: -38px; } }
        @media (min-width: 1200px) {
          .recipe-categories .categories .categories-item .categories-item-label {
            bottom: -40px; } }
        .recipe-categories .categories .categories-item .categories-item-label .label {
          font-family: 'HCo Gotham';
          font-size: .8rem;
          font-weight: 500;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          display: inline-block;
          width: 90%; }
      .recipe-categories .categories .categories-item:hover {
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5); }
    .recipe-categories .categories .swiper-pagination-categories {
      display: none;
      margin-top: 25px; }
    .recipe-categories .categories .swiper-button-white {
      background-size: 18px 24px; }
    .recipe-categories .categories .swiper-button-next,
    .recipe-categories .categories .swiper-button-prev {
      width: 100px;
      height: 100px;
      background-color: #c41230;
      border-radius: 50%;
      top: 40%; }
    .recipe-categories .categories .swiper-button-next {
      right: -60px;
      background-position: 20px 40px; }
    .recipe-categories .categories .swiper-button-prev {
      left: -60px;
      background-position: 60px 40px; }
    .recipe-categories .categories .swiper-button-disabled {
      background-color: #000; }
  .recipe-categories .related-recipe-categories {
    padding: 0 0 50px 0; }
    .recipe-categories .related-recipe-categories h1.header {
      margin-bottom: 1.5rem; }
    .recipe-categories .related-recipe-categories .recipe-categories-container .recipe-category-item {
      position: relative;
      text-align: center;
      margin-bottom: 4rem;
      padding: 0 5%; }
      .recipe-categories .related-recipe-categories .recipe-categories-container .recipe-category-item .recipe-category-img {
        background-image: url("../images/Package-Background-Thumb-5.jpg");
        background-size: cover;
        width: 100%;
        height: auto;
        padding: 10%; }
      .recipe-categories .related-recipe-categories .recipe-categories-container .recipe-category-item .label-item {
        position: absolute;
        width: 75%;
        background-color: #ffffff;
        bottom: -25px;
        left: 50%;
        margin-left: -37.5%;
        color: #c41230;
        padding: 15px 0;
        font-size: 0.8rem;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35); }

@media (min-width: 768px) {
  .recipe-categories h1 {
    font-size: 2.5rem; }
  .recipe-categories .categories-header {
    padding: 1rem 2.0rem 0rem 2.0rem; }
  .recipe-categories .categories {
    padding: 50px 100px 25px 100px; }
    .recipe-categories .categories .swiper-pagination-recipes {
      display: none; }
    .recipe-categories .categories .categories-item {
      margin-bottom: 50px;
      cursor: pointer;
/*      transition: all 0.3s;*/ }
      .recipe-categories .categories .categories-item .categories-item-label {
        height: 60px;
        width: 75%;
        line-height: 22px;
        -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.35);
        transition: all 0.2s; }
        .recipe-categories .categories .categories-item .categories-item-label .label {
          font-size: 0.75rem;
          color: #c41230; }
      .recipe-categories .categories .categories-item img {
        margin-top: 0;
        transition: all 0.2s; }
      .recipe-categories .categories .categories-item:hover .categories-item-label {
        background-color: #c41230; }
        .recipe-categories .categories .categories-item:hover .categories-item-label .label {
          color: #fff;
          text-decoration: none; }
    .recipe-categories .categories .swiper-pagination-categories {
      display: block; }
    .recipe-categories .categories .swiper-button-next,
    .recipe-categories .categories .swiper-button-prev {
      display: block; }
    .recipe-categories .categories .swiper-button-next {
      background-position: 50px 40px; }
    .recipe-categories .categories .swiper-button-prev {
      background-position: 40px 40px; }
  .recipe-categories .related-recipe-categories {
    padding: 0 100px 50px 100px; }
    .recipe-categories .related-recipe-categories h1.header {
      margin-bottom: 3rem; }
    .recipe-categories .related-recipe-categories .recipe-categories-container .recipe-category-item {
      transition: all 0.2s; }
      .recipe-categories .related-recipe-categories .recipe-categories-container .recipe-category-item img {
        transition: all 0.2s; }
      .recipe-categories .related-recipe-categories .recipe-categories-container .recipe-category-item .label-item {
        transition: all 0.2s;
        font-size: 1rem; }
      .recipe-categories .related-recipe-categories .recipe-categories-container .recipe-category-item:hover .label-item {
        background-color: #c41230;
        color: #fff;
        text-decoration: none; }
    .recipe-categories .related-recipe-categories .btn {
      margin-top: 2rem; } }

@media (min-width: 992px) {
  .recipe-categories .categories .categories-item .categories-item-label .label {
    font-size: 1rem; } }

.tips {
  text-align: center;
  margin: 0 auto;
  position: relative;
  background-color: #fff; }
  .tips h1 {
    font-family: 'HCo Gotham';
    font-size: 2rem;
    color: #000; }
  .tips .tips-header {
    margin: 0 0;
    padding: 1rem 2.0rem 0rem 2.0rem;
    overflow: hidden;
    border-bottom: 1px solid #dadada; }
    .tips .tips-header .filter-sort-container {
      margin-top: 1rem; }
  .tips .swiper-tips {
    width: 100%;
    height: auto;
    margin: 1.5rem auto 2rem auto;
    padding: 2rem 0 0rem 0;
    background-color: #fff;
    padding: 0 15px;
    opacity: 0; }
    .tips .swiper-tips .tips-item {
      text-align: center;
      margin-bottom: 50px;
      position: relative;
/*      transition: all 0.3s;*/
      /* Center slide text vertically */
      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; }
      .tips .swiper-tips .tips-item a {
        display: inline-block;
        width: 100%;
        height: auto; }
      .tips .swiper-tips .tips-item .tips-img {
        width: 100%;
        height: auto; }
      .tips .swiper-tips .tips-item .tips-item-label {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        height: 50px;
        background-color: #fff;
        bottom: 0;
        line-height: 16px;
        cursor: pointer;
        color: #c41230;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        bottom: -35px; }
        @media (min-width: 576px) {
          .tips .swiper-tips .tips-item .tips-item-label {
            bottom: -35px; } }
        @media (min-width: 768px) {
          .tips .swiper-tips .tips-item .tips-item-label {
            bottom: -40px; } }
        @media (min-width: 992px) {
          .tips .swiper-tips .tips-item .tips-item-label {
            bottom: -38px; } }
        @media (min-width: 1200px) {
          .tips .swiper-tips .tips-item .tips-item-label {
            bottom: -40px; } }
        .tips .swiper-tips .tips-item .tips-item-label .label {
          font-family: 'HCo Gotham';
          font-size: .8rem;
          font-weight: 500;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          display: inline-block;
          width: 90%; }
      .tips .swiper-tips .tips-item:hover {
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5); }
    .tips .swiper-tips .swiper-pagination-tips {
      display: block;
      margin-top: 25px; }
    .tips .swiper-tips .swiper-button-white {
      background-size: 18px 24px; }
    .tips .swiper-tips .swiper-button-next,
    .tips .swiper-tips .swiper-button-prev {
      width: 100px;
      height: 100px;
      background-color: #c41230;
      border-radius: 50%;
      top: 45%;
      display: none; }
    .tips .swiper-tips .swiper-button-next {
      right: -60px;
      background-position: 50px 40px; }
    .tips .swiper-tips .swiper-button-prev {
      left: -60px;
      background-position: 40px 40px; }
    .tips .swiper-tips .swiper-button-disabled {
      background-color: #000; }
  .tips .related-recipe-categories {
    padding: 0 0 50px 0; }
    .tips .related-recipe-categories h1.header {
      margin-bottom: 1.5rem; }
    .tips .related-recipe-categories .recipe-categories-container .recipe-category-item {
      position: relative;
      text-align: center;
      margin-bottom: 4rem; }
      .tips .related-recipe-categories .recipe-categories-container .recipe-category-item .recipe-category-img {
        width: 85%;
        height: auto; }
      .tips .related-recipe-categories .recipe-categories-container .recipe-category-item .label-item {
        position: absolute;
        width: 75%;
        left: 50%;
        margin-left: -37.5%;
        background-color: #fff;
        bottom: -25px;
        color: #c41230;
        padding: 15px 0;
        font-size: 0.8rem;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35); }

@media (min-width: 768px) {
  .tips h1 {
    font-size: 2.5rem; }
  .tips .swiper-tips {
    padding: 50px 100px 25px 100px; }
    .tips .swiper-tips .swiper-pagination-recipes {
      display: none; }
    .tips .swiper-tips .tips-item {
      margin-bottom: 50px;
      cursor: pointer; }
      .tips .swiper-tips .tips-item .tips-item-label {
        height: 60px;
        width: 75%;
        line-height: 22px;
        -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.35);
        transition: all 0.2s; }
        .tips .swiper-tips .tips-item .tips-item-label .label {
          font-size: 0.75rem;
          color: #c41230;
          transition: all 0.1s; }
      .tips .swiper-tips .tips-item img {
        margin-top: 0;
        transition: all 0.2s; }
      .tips .swiper-tips .tips-item:hover .tips-item-label {
        background-color: #c41230; }
        .tips .swiper-tips .tips-item:hover .tips-item-label .label {
          color: #fff;
          text-decoration: none; }
    .tips .swiper-tips .swiper-button-next,
    .tips .swiper-tips .swiper-button-prev {
      display: block; }
  .tips .related-recipe-categories {
    padding: 0 100px 50px 100px; }
    .tips .related-recipe-categories h1.header {
      margin-bottom: 3rem; }
    .tips .related-recipe-categories .recipe-categories-container .recipe-category-item img {
      transition: all 0.2s; }
    .tips .related-recipe-categories .recipe-categories-container .recipe-category-item .label-item {
      transition: all 0.2s;
      font-size: 1rem; }
    .tips .related-recipe-categories .recipe-categories-container .recipe-category-item:hover .label-item {
      background-color: #c41230;
      color: #fff; }
      .tips .related-recipe-categories .recipe-categories-container .recipe-category-item:hover .label-item .label-item {
        color: #fff;
        text-decoration: none; }
    .tips .related-recipe-categories .bttn-primary {
      display: inline-block;
      margin-top: 2rem; } }

@media (min-width: 992px) {
  .tips .swiper-tips .tips-item .tips-item-label .label {
    font-size: 1rem; } }

.tips-detail-hero {
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-top: 50px;
  position: relative;
  top: 0;
  left: 0; }
  @media (min-width: 992px) {
    .tips-detail-hero {
      margin-left: 25%;
      position: fixed;
      margin-top: 0; } }
  .tips-detail-hero img.hero-img {
    width: 100%;
    height: 100%; }
    @media (min-width: 992px) {
      .tips-detail-hero img.hero-img {
        width: 75%; } }

.recipe-package-hero {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-85%, -50%); }

.scroll-down {
  position: fixed;
  left: 59%;
  bottom: 25px;
  z-index: 500;
  color: #fff;
  display: none; }
  .scroll-down img {
    width: 25px;
    height: 50px;
    margin: 0 0.5rem; }

#fullpage.tips-detail {
  width: 100%;
  position: relative;
  top: 75px; }
  @media (min-width: 768px) {
    #fullpage.tips-detail {
      display: block; } }
  #fullpage.tips-detail #section0-- {
    display: none; }
    @media (min-width: 992px) {
      #fullpage.tips-detail #section0-- {
        display: block; } }
  #fullpage.tips-detail .section-instructions {
    background-color: #FFF8F0; }
  #fullpage.tips-detail .section-related-recipes {
    background-color: #f4f4f4; }
  #fullpage.tips-detail .slide-item {
    margin-left: 0; }
    @media (min-width: 992px) {
      #fullpage.tips-detail .slide-item {
        margin-left: 25%; } }
    #fullpage.tips-detail .slide-item .hero-intro-content {
      text-align: center;
      background-color: rgba(255, 255, 255, 0.79);
      padding: 2rem 3rem;
      width: 100%;
      position: relative;
      margin: 0 auto; }
      @media (min-width: 992px) {
        #fullpage.tips-detail .slide-item .hero-intro-content {
          width: 65%;
          padding: 2rem 6rem; } }
      #fullpage.tips-detail .slide-item .hero-intro-content h1 {
        font-size: 1.5rem;
        font-family: 'HCo Gotham';
        margin-bottom: 1rem;
        color: #000; }
        @media (min-width: 992px) {
          #fullpage.tips-detail .slide-item .hero-intro-content h1 {
            font-size: 2.5rem; } }
      #fullpage.tips-detail .slide-item .hero-intro-content p {
        font-family: 'HCo Gotham';
        color: #555555;
        font-size: 1rem;
        line-height: 1.5rem; }
        @media (min-width: 992px) {
          #fullpage.tips-detail .slide-item .hero-intro-content p {
            font-size: 1.25rem;
            line-height: 1.75rem; } }

.tip-detail-left-panel {
  left: 0px;
  top: 75px;
  width: 25%;
  height: 94vh;
  font-family: 'HCo Gotham';
  background-color: #fff;
  display: none;
  position: relative; }
  .tip-detail-left-panel .social-media-container {
    list-style: none;
    padding-left: 2rem; }
    .tip-detail-left-panel .social-media-container li {
      display: inline; }

@media (min-width: 992px) {
  .scroll-down {
    display: block; }
  .tip-detail-left-panel {
    display: block;
    position: fixed; }
    .tip-detail-left-panel .back-link {
      color: #c41230;
      font-family: 'HCo Gotham';
      font-size: 0.8rem;
      padding-left: 1rem;
      margin-bottom: 1rem;
      margin-top: 2rem; }
      .tip-detail-left-panel .back-link a {
        color: #555555;
        font-weight: 600; }
        .tip-detail-left-panel .back-link a:hover {
          text-decoration: none;
          color: #c41230; }
      .tip-detail-left-panel .back-link .icon-caret {
        margin-right: 5px;
        color: #c41230; }
    .tip-detail-left-panel .recipe-name {
      font-size: 1.5rem;
      padding: 0 1rem;
      margin-bottom: 2rem; }
    .tip-detail-left-panel .recipe-details-container {
      padding-left: 1rem;
      margin-bottom: 2rem; }
      .tip-detail-left-panel .recipe-details-container .detail-item {
        display: inline-block;
        width: 60px;
        margin: 0 0.5rem 0 0; }
        .tip-detail-left-panel .recipe-details-container .detail-item .img-detail {
          width: 60px;
          height: auto; }
        .tip-detail-left-panel .recipe-details-container .detail-item p {
          font-family: 'HCo Gotham';
          font-size: 0.9rem;
          text-align: center;
          margin-top: 0.5rem; }
    .tip-detail-left-panel .find-store-container {
      padding-left: 1rem; }
      .tip-detail-left-panel .find-store-container h3 {
        font-size: 1.5rem; }
      .tip-detail-left-panel .find-store-container .form-search-container .field-zip {
        width: 160px;
        border: 0;
        border-bottom: 1px solid #cdcdcd;
        padding: 0.15rem; }
      .tip-detail-left-panel .find-store-container .form-search-container ::-webkit-input-placeholder {
        font-family: 'HCo Gotham'; }
      .tip-detail-left-panel .find-store-container .form-search-container ::-moz-placeholder {
        font-family: 'HCo Gotham'; }
      .tip-detail-left-panel .find-store-container .form-search-container :-ms-input-placeholder {
        font-family: 'HCo Gotham'; }
      .tip-detail-left-panel .find-store-container .form-search-container :-moz-placeholder {
        font-family: 'HCo Gotham'; }
      .tip-detail-left-panel .find-store-container .form-search-container .btn-search {
        background-color: #c41230;
        font-family: 'HCo Gotham';
        color: #fff;
        border-radius: 0;
        margin-left: .2rem;
        font-size: 0.7rem; }
    .tip-detail-left-panel .slide-link-items {
      position: absolute;
      bottom: 0;
      list-style: none;
      padding-left: 0;
      font-family: 'HCo Gotham';
      font-size: 1.15rem;
      width: 100%;
      background-color: #fff; }
      .tip-detail-left-panel .slide-link-items li {
        border-top: 1px solid #dddddd;
        padding: 1rem 0; }
        .tip-detail-left-panel .slide-link-items li a {
          display: inline-block;
          width: 100%;
          padding-left: 1rem;
          color: #828282; }
          .tip-detail-left-panel .slide-link-items li a:hover {
            text-decoration: none;
            color: #c41230; }
        .tip-detail-left-panel .slide-link-items li .icon-caret {
          float: right;
          margin-right: 1rem;
          margin-top: .3rem;
          color: #c41230; } }

@media (min-width: 1200px) {
  .tip-detail-left-panel .back-link {
    font-size: 1rem;
    padding-left: 2rem;
    margin-bottom: 1.5rem; }
  .tip-detail-left-panel .recipe-name {
    padding: 0 2.5rem 0 2rem;
    margin-bottom: 2rem;
    font-size: 2.5rem; }
  .tip-detail-left-panel .recipe-details-container {
    padding-left: 2rem; }
    .tip-detail-left-panel .recipe-details-container .detail-item {
      width: 75px;
      margin: 0 0.7rem 0 0; }
      .tip-detail-left-panel .recipe-details-container .detail-item .img-detail {
        width: 75px;
        height: auto; }
  .tip-detail-left-panel .find-store-container {
    padding-left: 2rem; }
    .tip-detail-left-panel .find-store-container h3 {
      font-size: 1.75rem; }
    .tip-detail-left-panel .find-store-container .form-search-container .field-zip {
      width: 200px;
      padding: 0.5rem; }
    .tip-detail-left-panel .find-store-container .form-search-container .btn-search {
      margin-left: 1rem;
      font-size: 1rem; }
  .tip-detail-left-panel .slide-link-items {
    font-size: 1.25rem; }
    .tip-detail-left-panel .slide-link-items li a {
      padding-left: 2rem; }
      .tip-detail-left-panel .slide-link-items li a:hover {
        color: #c41230 !important; }
    .tip-detail-left-panel .slide-link-items li .icon-caret {
      margin-right: 3rem; } }

.tips-detail-instructions {
  margin: 0 auto;
  position: relative;
  height: 100%; }
  .tips-detail-instructions h1 {
    font-family: 'Abril Fatface', cursive;
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-align: center; }
  .tips-detail-instructions .sort-filter-container {
    border-bottom: 1px solid #dadada;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    color: #555555; }
    .tips-detail-instructions .sort-filter-container .filter-meal {
      text-align: left; }
    .tips-detail-instructions .sort-filter-container .sort-popular {
      text-align: right; }
    .tips-detail-instructions .sort-filter-container .selectdiv {
      display: inline-block;
      position: relative; }
      .tips-detail-instructions .sort-filter-container .selectdiv:after {
        content: '\f078';
        font: normal normal normal 17px/1 FontAwesome;
        color: #c41230;
        left: 90px;
        top: -12px;
        height: 34px;
        padding: 15px 0px 0px 8px;
        position: absolute;
        pointer-events: none; }
    .tips-detail-instructions .sort-filter-container .select-filter,
    .tips-detail-instructions .sort-filter-container .select-sort {
      background-color: #f4f4f4;
      outline: 1px;
      font-family: 'HCo Gotham';
      font-weight: 600;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .tips-detail-instructions .instructions {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 15px 15px 15px; }
    .tips-detail-instructions .instructions .instructions-slide .instructions-items .instructions-item {
      width: 100%;
      position: relative;
      margin: 0 auto;
      color: #555555;
      border: 0px solid red;
      margin-bottom: 1rem; }
      .tips-detail-instructions .instructions .instructions-slide .instructions-items .instructions-item .step-number {
        font-family: 'HCo Gotham';
        font-size: 2.5rem; }
      .tips-detail-instructions .instructions .instructions-slide .instructions-items .instructions-item .step-content {
        font-family: 'HCo Gotham';
        font-size: 1rem;
        font-style: italic;
        padding-top: 1rem; }
      .tips-detail-instructions .instructions .instructions-slide .instructions-items .instructions-item.instructions-images .step-number {
        border: 0px solid red;
        display: inline-block;
        width: 50px;
        vertical-align: top; }
      .tips-detail-instructions .instructions .instructions-slide .instructions-items .instructions-item.instructions-images .step-content {
        display: inline-block;
        width: 75%; }
        .tips-detail-instructions .instructions .instructions-slide .instructions-items .instructions-item.instructions-images .step-content img {
          margin-bottom: 15px; }
    .tips-detail-instructions .instructions .swiper-pagination-instructions {
      display: block;
      text-align: center;
      margin-top: 0px; }
    .tips-detail-instructions .instructions .swiper-button-white {
      background-size: 18px 24px; }
    .tips-detail-instructions .instructions .swiper-button-next,
    .tips-detail-instructions .instructions .swiper-button-prev {
      width: 100px;
      height: 100px;
      background-color: #c41230;
      border-radius: 50%;
      top: 45%;
      display: none; }
    .tips-detail-instructions .instructions .swiper-button-next {
      right: -60px;
      background-position: 50px 40px; }
    .tips-detail-instructions .instructions .swiper-button-prev {
      left: -60px;
      background-position: 40px 40px; }
    .tips-detail-instructions .instructions .swiper-button-disabled {
      background-color: #000; }

@media (min-width: 768px) {
  .tips-detail-instructions h1 {
    font-size: 2.5rem;
    margin-bottom: 3rem; }
  .tips-detail-instructions .instructions {
    padding: 0 75px 50px 75px; }
    .tips-detail-instructions .instructions .instructions-slide .instructions-items .instructions-item .step-number {
      font-size: 4rem; }
    .tips-detail-instructions .instructions .instructions-slide .instructions-items .instructions-item .step-content {
      font-size: 1.25rem;
      padding-top: 1rem; }
    .tips-detail-instructions .instructions .swiper-pagination-instructions {
      margin-top: 0px; }
    .tips-detail-instructions .instructions .swiper-button-next,
    .tips-detail-instructions .instructions .swiper-button-prev {
      display: block; } }

@media (min-width: 992px) {
  .tips-detail-instructions h1 {
    font-size: 2.5rem;
    padding-top: 35px;
    margin-bottom: 1rem; }
  .tips-detail-instructions .instructions {
    padding: 0 75px 50px 75px; }
    .tips-detail-instructions .instructions .instructions-slide .instructions-items .instructions-item .step-number {
      font-size: 3rem; }
    .tips-detail-instructions .instructions .instructions-slide .instructions-items .instructions-item .step-content {
      font-size: 1.25rem;
      padding-top: 1rem; }
    .tips-detail-instructions .instructions .swiper-pagination-instructions {
      margin-top: 0px; }
    .tips-detail-instructions .instructions .swiper-button-next,
    .tips-detail-instructions .instructions .swiper-button-prev {
      display: block; } }

@media (min-width: 1200px) {
  .tips-detail-instructions h1 {
    font-size: 2.5rem;
    margin-bottom: 3rem; }
  .tips-detail-instructions .instructions {
    padding: 0 75px 50px 75px; }
    .tips-detail-instructions .instructions .instructions-slide .instructions-items .instructions-item .step-number {
      font-size: 4rem; }
    .tips-detail-instructions .instructions .instructions-slide .instructions-items .instructions-item .step-content {
      font-size: 1.25rem;
      padding-top: 1rem; }
    .tips-detail-instructions .instructions .swiper-pagination-instructions {
      margin-top: 25px; }
    .tips-detail-instructions .instructions .swiper-button-next,
    .tips-detail-instructions .instructions .swiper-button-prev {
      display: block; } }

.tips-detail-related-recipes {
  text-align: center;
  margin: 0 auto;
  position: relative;
  height: 100%; }
  .tips-detail-related-recipes h1 {
    font-family: 'HCo Gotham';
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-top: 85px; }
  .tips-detail-related-recipes .sort-filter-container {
    border-bottom: 1px solid #dadada;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    color: #555555; }
    .tips-detail-related-recipes .sort-filter-container .filter-meal {
      text-align: left; }
    .tips-detail-related-recipes .sort-filter-container .sort-popular {
      text-align: right; }
    .tips-detail-related-recipes .sort-filter-container .selectdiv {
      display: inline-block;
      position: relative; }
      .tips-detail-related-recipes .sort-filter-container .selectdiv:after {
        content: '\f078';
        font: normal normal normal 17px/1 FontAwesome;
        color: #c41230;
        left: 90px;
        top: -12px;
        height: 34px;
        padding: 15px 0px 0px 8px;
        position: absolute;
        pointer-events: none; }
    .tips-detail-related-recipes .sort-filter-container .select-filter,
    .tips-detail-related-recipes .sort-filter-container .select-sort {
      background-color: #f4f4f4;
      outline: 1px;
      font-family: 'HCo Gotham';
      font-weight: 600;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .tips-detail-related-recipes .recipes {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
    padding: 15px 15px 15px 15px; }
    .tips-detail-related-recipes .recipes .recipe-item {
      text-align: center;
      /* Center slide text vertically */
      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;
      padding: 0 0;
      margin-bottom: 2rem; }
      @media (min-width: 576px) {
        .tips-detail-related-recipes .recipes .recipe-item {
          padding: 0 0; } }
      @media (min-width: 768px) {
        .tips-detail-related-recipes .recipes .recipe-item {
          padding: 0 0; } }
      @media (min-width: 992px) {
        .tips-detail-related-recipes .recipes .recipe-item {
          padding: 0 0; } }
      @media (min-width: 1200px) {
        .tips-detail-related-recipes .recipes .recipe-item {
          padding: 0 2.5rem; } }
      .tips-detail-related-recipes .recipes .recipe-item .recipe-img {
        width: 100%;
        height: auto; }
      .tips-detail-related-recipes .recipes .recipe-item .recipe-item-label {
        position: absolute;
        width: 90%;
        height: 50px;
        background-color: #ffffff;
        bottom: 0;
        line-height: 16px;
        cursor: pointer;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        bottom: -35px; }
        @media (min-width: 576px) {
          .tips-detail-related-recipes .recipes .recipe-item .recipe-item-label {
            bottom: -35px; } }
        @media (min-width: 768px) {
          .tips-detail-related-recipes .recipes .recipe-item .recipe-item-label {
            bottom: -40px; } }
        @media (min-width: 992px) {
          .tips-detail-related-recipes .recipes .recipe-item .recipe-item-label {
            bottom: -38px; } }
        @media (min-width: 1200px) {
          .tips-detail-related-recipes .recipes .recipe-item .recipe-item-label {
            bottom: -40px; } }
        .tips-detail-related-recipes .recipes .recipe-item .recipe-item-label .label {
          font-family: 'HCo Gotham';
          font-size: .8rem;
          font-weight: 500;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          display: inline-block;
          width: 90%; }
    .tips-detail-related-recipes .recipes .swiper-pagination-recipes {
      margin-top: 30px; }
    .tips-detail-related-recipes .recipes .swiper-button-white {
      background-size: 18px 24px; }
    .tips-detail-related-recipes .recipes .swiper-button-next,
    .tips-detail-related-recipes .recipes .swiper-button-prev {
      width: 100px;
      height: 100px;
      background-color: #c41230;
      border-radius: 50%;
      top: 45%;
      display: none; }
    .tips-detail-related-recipes .recipes .swiper-button-next {
      right: -60px;
      background-position: 50px 40px; }
    .tips-detail-related-recipes .recipes .swiper-button-prev {
      left: -60px;
      background-position: 40px 40px; }
    .tips-detail-related-recipes .recipes .swiper-button-disabled {
      background-color: #000; }

@media (min-width: 768px) {
  .tips-detail-related-recipes h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem; }
  .tips-detail-related-recipes .recipes {
    padding: 0 75px 50px 75px; }
    .tips-detail-related-recipes .recipes .swiper-pagination-recipes {
      margin-top: 50px; }
    .tips-detail-related-recipes .recipes .recipe-item {
      margin-bottom: 15px;
      cursor: pointer; }
      .tips-detail-related-recipes .recipes .recipe-item .recipe-item-label {
        height: 60px;
        width: 75%;
        line-height: 22px;
        -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.35);
        transition: all 0.2s; }
        .tips-detail-related-recipes .recipes .recipe-item .recipe-item-label .label {
          font-size: 1.0rem;
          color: #c41230; }
      .tips-detail-related-recipes .recipes .recipe-item img {
        margin-top: 10px;
        transition: all 0.2s; }
      .tips-detail-related-recipes .recipes .recipe-item:hover img {
        -webkit-box-shadow: 12px 12px 15px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 12px 12px 15px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 12px 12px 15px 0px rgba(0, 0, 0, 0.3); }
      .tips-detail-related-recipes .recipes .recipe-item:hover .recipe-item-label {
        background-color: #c41230;
        color: #fff; }
        .tips-detail-related-recipes .recipes .recipe-item:hover .recipe-item-label .label {
          color: #fff;
          text-decoration: none; }
    .tips-detail-related-recipes .recipes .swiper-button-next,
    .tips-detail-related-recipes .recipes .swiper-button-prev {
      display: block; } }

.search {
  margin-bottom: 100px; }
  .search .search-form-container {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .search .search-form-container {
        margin-bottom: 3rem; } }
    .search .search-form-container .form-site-search {
      margin-top: 50px;
      border: 1px solid #c41230;
      background-color: #c41230;
      width: 90%;
      position: relative;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .search .search-form-container .form-site-search {
          width: 775px; } }
      .search .search-form-container .form-site-search .m-field-icon-search {
        position: absolute;
        left: 10px;
        top: 10px; }
        @media (min-width: 768px) {
          .search .search-form-container .form-site-search .m-field-icon-search {
            display: none; } }
      .search .search-form-container .form-site-search input.site-search {
        width: 100%;
        font-size: 16px;
        border: 0;
        outline: 0;
        padding: 10px 20px 10px 40px;
        border-radius: 0;
        display: inline-block;
        color: #555555; }
        @media (min-width: 768px) {
          .search .search-form-container .form-site-search input.site-search {
            width: 600px;
            font-size: 1.25rem;
            padding: 10px 20px 10px 20px; } }
      .search .search-form-container .form-site-search ::-webkit-input-placeholder {
        color: #555555;
        font-style: italic; }
      .search .search-form-container .form-site-search ::-moz-placeholder {
        color: #555555;
        font-style: italic; }
      .search .search-form-container .form-site-search :-ms-input-placeholder {
        color: #555555;
        font-style: italic; }
      .search .search-form-container .form-site-search :-moz-placeholder {
        color: #555555;
        font-style: italic; }
      .search .search-form-container .form-site-search .btn-search {
        background-color: #c41230;
        border-radius: 0;
        color: #fff;
        padding: 0rem 3rem;
        margin-top: -10px;
        display: none; }
        @media (min-width: 768px) {
          .search .search-form-container .form-site-search .btn-search {
            display: inline-block; } }
  .search p.search-intro {
    font-family: 'HCo Gotham';
    color: #555555;
    font-size: 1.0rem;
    text-align: center; }
    @media (min-width: 768px) {
      .search p.search-intro {
        font-size: 1.25rem; } }
  .search h1.search-query {
    font-family: 'HCo Gotham';
    font-size: 1.75rem;
    text-align: center;
    margin-top: -0.5rem;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .search h1.search-query {
        font-size: 3.25rem; } }
  .search .count-sort-container {
    font-size: 1.0rem; }
    @media (min-width: 768px) {
      .search .count-sort-container {
        font-size: 1.1rem; } }
    .search .count-sort-container .select-sort-container {
      display: inline-block;
      position: relative;
      padding: 0;
      margin: 0;
      white-space: nowrap; }
      .search .count-sort-container .select-sort-container:after {
        content: '\f078';
        font: normal normal normal 17px/1 FontAwesome;
        color: #c41230;
        left: 155px;
        top: -12px;
        height: 34px;
        padding: 15px 0px 0px 8px;
        position: absolute;
        pointer-events: none; }
        @media (min-width: 768px) {
          .search .count-sort-container .select-sort-container:after {
            left: 180px;
            top: -12px; } }
      .search .count-sort-container .select-sort-container .sort-elem {
        display: inline-block;
        vertical-align: top; }
        .search .count-sort-container .select-sort-container .sort-elem .select-sort {
          width: 120px;
          margin-left: 5px;
          background-color: transparent;
          font-family: 'HCo Gotham';
          font-weight: 600;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          border: 0; }
          @media (min-width: 768px) {
            .search .count-sort-container .select-sort-container .sort-elem .select-sort {
              width: 140px; } }
  .search .search-results-container {
    margin-top: 3rem; }
    @media (min-width: 768px) {
      .search .search-results-container {
        margin-bottom: 5rem; } }
    .search .search-results-container .results-item {
      margin-bottom: 2rem;
      align-items: center;
      /* align middle */ }
      @media (min-width: 768px) {
        .search .search-results-container .results-item {
          margin-bottom: 5rem; } }
      .search .search-results-container .results-item .img-result {
        width: 100%;
        height: auto; }
      .search .search-results-container .results-item .results-content {
        font-family: 'HCo Gotham';
        font-size: .95rem;
        margin-bottom: 15px;
        /* add space for mobile */ }
        @media (min-width: 768px) {
          .search .search-results-container .results-item .results-content {
            font-size: 1.1rem;
            margin-bottom: 0;
            /* remove space in Desktop */ } }
        .search .search-results-container .results-item .results-content .link-detail-page {
          font-family: 'HCo Gotham';
          font-size: 1.1rem;
          font-weight: 600; }
      .search .search-results-container .results-item .col-result-link {
        text-align: center;
        /* margin-top: 1.1rem; / * Removed top margin for button*/ }
        .search .search-results-container .results-item .col-result-link a {
          width: 100%; }
          @media (min-width: 768px) {
            .search .search-results-container .results-item .col-result-link a {
              width: auto; } }
    .search .search-results-container .results-pagination {
      text-align: center; }
      .search .search-results-container .results-pagination .fa-caret-left {
        margin-right: 10px; }
      .search .search-results-container .results-pagination .fa-caret-right {
        margin-left: 10px; }
      .search .search-results-container .results-pagination .pagi-arrow {
        color: #c41230; }
      .search .search-results-container .results-pagination .enabled {
        color: #c41230;
        cursor: pointer; }
      .search .search-results-container .results-pagination .disabled {
        color: #cccccc;
        cursor: default; }
      .search .search-results-container .results-pagination .pagi-item {
        margin: 0 10px;
        border: 0 none;
        background-color: transparent;
        color: #c41230;
        cursor: pointer; }
        .search .search-results-container .results-pagination .pagi-item:hover {
          text-decoration: underline; }
        .search .search-results-container .results-pagination .pagi-item.disabled {
          color: #cccccc;
          cursor: default;
          text-decoration: none; }

.store-search {
  border: 0px solid blue;
  margin-top: 50px; }
  @media (min-width: 992px) {
    .store-search {
      margin-top: 75px; } }
  .store-search .store-search-container {
    padding: 0;
    border: 0px solid red; }
    .store-search .store-search-container .store-search-header-panel {
      background-color: #fff;
      width: 100%;
      border: 0px solid red;
      position: relative;
      margin-left: 00; }
      .store-search .store-search-container .store-search-header-panel h2 {
        font-family: 'HCo Gotham';
        margin-left: 25px; }
      .store-search .store-search-container .store-search-header-panel .error-container {
        background-color: #ed4e3f;
        color: #fff;
        font-family: 'HCo Gotham';
        padding: 2rem 0;
        display: none; }
        @media (min-width: 576px) {
          .store-search .store-search-container .store-search-header-panel .error-container {
            padding: 2rem 0; } }
        .store-search .store-search-container .store-search-header-panel .error-container .error-inner {
          position: relative;
          border: 0px solid white; }
          .store-search .store-search-container .store-search-header-panel .error-container .error-inner .img-error {
            position: absolute;
            left: 25px;
            top: 0; }
          .store-search .store-search-container .store-search-header-panel .error-container .error-inner .error-header {
            position: relative;
            display: inline-block;
            left: 75px;
            top: -5px;
            width: 75%;
            font-size: 1.15rem;
            font-weight: 700; }
          .store-search .store-search-container .store-search-header-panel .error-container .error-inner .error-detail {
            position: relative;
            left: 75px;
            width: 75%;
            font-size: 1.0rem; }
      .store-search .store-search-container .store-search-header-panel .header-container {
        width: 100%;
        border: 0px solid red;
        margin-bottom: 25px;
        padding-top: 30px; }
        @media (min-width: 992px) {
          .store-search .store-search-container .store-search-header-panel .header-container {
            padding-top: 40px; } }
        .store-search .store-search-container .store-search-header-panel .header-container .header,
        .store-search .store-search-container .store-search-header-panel .header-container .required-label {
          display: inline-block; }
        .store-search .store-search-container .store-search-header-panel .header-container .required-label {
          color: #828282;
          float: none;
          margin-top: 10px;
          margin-left: 1.5rem;
          margin-right: 0; }
          @media (min-width: 576px) {
            .store-search .store-search-container .store-search-header-panel .header-container .required-label {
              float: right;
              margin-top: 10px;
              margin-right: 7%; } }
      .store-search .store-search-container .store-search-header-panel .form-container {
        margin-left: 25px;
        margin-right: 25px;
        position: relative;
        border: 0px solid red; }
        .store-search .store-search-container .store-search-header-panel .form-container .form-inner,
        .store-search .store-search-container .store-search-header-panel .form-container .cta-inner {
          display: inline-block; }
        .store-search .store-search-container .store-search-header-panel .form-container .form-inner {
          width: 100%;
          border: 0px solid blue;
          margin-bottom: 0;
          /*
          .zip-field.required {
            color: $brand-red;
            border-bottom: 1px solid $brand-red;

            #zipcode {
              color: $brand-red;
            }
          }
          */ }
          @media (min-width: 1250px) {
            .store-search .store-search-container .store-search-header-panel .form-container .form-inner {
              width: 80%;
              margin-bottom: 25px; } }
          .store-search .store-search-container .store-search-header-panel .form-container .form-inner .form-element {
            width: 100%;
            background: url(../images/down-arrow-red.png) right 50%/12px no-repeat #ffffff;
            position: relative;
            display: inline-block;
            font-family: 'HCo Gotham';
            font-weight: 600;
            font-size: 1rem;
            height: 35px;
            border-bottom: 1px solid #cccccc;
            margin-bottom: 20px; }
            @media (min-width: 576px) {
              .store-search .store-search-container .store-search-header-panel .form-container .form-inner .form-element {
                width: 45%; } }
            .store-search .store-search-container .store-search-header-panel .form-container .form-inner .form-element .form-error {
              border: 0px solid green;
              height: 25px;
              color: #c41230;
              font-size: 12px; }
            .store-search .store-search-container .store-search-header-panel .form-container .form-inner .form-element #radiusSelect,
            .store-search .store-search-container .store-search-header-panel .form-container .form-inner .form-element #groceryCategorySelect,
            .store-search .store-search-container .store-search-header-panel .form-container .form-inner .form-element #groceryBrandSelect,
            .store-search .store-search-container .store-search-header-panel .form-container .form-inner .form-element #groceryProductSelect {
              position: absolute;
              margin-left: 0px;
              border: 0px solid red;
              outline: 0;
              background: none;
              font-family: 'HCo Gotham';
              color: #828282;
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              -webkit-border-radius: 0;
              -moz-border-radius: 0;
              border-radius: 0;
              margin-top: 1px;}
            .store-search .store-search-container .store-search-header-panel .form-container .form-inner .form-element #zipcode {
              position: absolute;
              padding-left: 10px;
              border: 0;
              outline: 0;
              color: #828282; }
            .store-search .store-search-container .store-search-header-panel .form-container .form-inner .form-element #radiusSelect {
              width: 75%; 
             padding-left: 10px;}
            .store-search .store-search-container .store-search-header-panel .form-container .form-inner .form-element #groceryCategorySelect,
            .store-search .store-search-container .store-search-header-panel .form-container .form-inner .form-element #groceryBrandSelect{
              width: 90%;
              border: 0px solid red;
              background-position: 93% 5px;
              padding-left: 10px;}
            .store-search .store-search-container .store-search-header-panel .form-container .form-inner .form-element #groceryCategorySelect{left: 75px;}
            .store-search .store-search-container .store-search-header-panel .form-container .form-inner .form-element #groceryProductSelect {
              width: 90%;
              background-position: 93% 5px;
              border: 0px solid red;
              left: 75px; }
            .store-search .store-search-container .store-search-header-panel .form-container .form-inner .form-element.zip-field {
              margin-right: 9%; background: none; }
            .store-search .store-search-container .store-search-header-panel .form-container .form-inner .form-element.field-groceryProductSelect {
              visibility: hidden; }
            .store-search .store-search-container .store-search-header-panel .form-container .form-inner .form-element.category-product,
            .store-search .store-search-container .store-search-header-panel .form-container .form-inner .form-element.brand-product{
              width: 100%; }
            
        .store-search .store-search-container .store-search-header-panel .form-container .cta-inner {
          width: 100%;
          border: 0px solid red;
          position: relative;
          margin-bottom: 25px;
          top: 0;
          right: 0;
          text-align: center; }
          @media (min-width: 1250px) {
            .store-search .store-search-container .store-search-header-panel .form-container .cta-inner {
              width: 18%;
              border: 0px solid green;
              position: absolute;
              top: 4px; } }
          .store-search .store-search-container .store-search-header-panel .form-container .cta-inner .btn-search {
            background-color: #c41230;
            color: #fff;
            padding: 0.5rem 1.75rem;
            position: relative;
            margin-right: 20px;
            margin-top: 0px;
            font-kerning: normal;
            border: 2px solid #c41230;}
            @media (min-width: 1250px) {
              .store-search .store-search-container .store-search-header-panel .form-container .cta-inner .btn-search {
                margin-right: 0; } }
            .store-search .store-search-container .store-search-header-panel .form-container .cta-inner .btn-search:hover {
              text-decoration: none;
              background-color: #fff;
              color: #c41230;}
          .store-search .store-search-container .store-search-header-panel .form-container .cta-inner .clear-all {
            display: inline-block;
            margin-top: 25px; }
    .store-search .store-search-container .results-container {
      padding: 20px 15px;
      border: 0px solid red;
      -webkit-overflow-scrolling: touch; }
      .store-search .store-search-container .results-container ::-webkit-scrollbar {
        width: 6px;
        height: 6px; }
      .store-search .store-search-container .results-container ::-webkit-scrollbar-button {
        width: 0px;
        height: 0px; }
      .store-search .store-search-container .results-container ::-webkit-scrollbar-thumb {
        background: #c41230;
        border: 0px none #ffffff;
        border-radius: 50px; }
      .store-search .store-search-container .results-container ::-webkit-scrollbar-thumb:hover {
        background: #c41230; }
      .store-search .store-search-container .results-container ::-webkit-scrollbar-thumb:active {
        background: #c41230; }
      .store-search .store-search-container .results-container ::-webkit-scrollbar-track {
        background: #f3dfc7;
        border: 0px none #ffffff;
        border-radius: 50px; }
      .store-search .store-search-container .results-container ::-webkit-scrollbar-track:hover {
        background: #f3dfc7; }
      .store-search .store-search-container .results-container ::-webkit-scrollbar-track:active {
        background: #f3dfc7; }
      .store-search .store-search-container .results-container ::-webkit-scrollbar-corner {
        background: transparent; }
      .store-search .store-search-container .results-container .store-count {
        font-family: 'HCo Gotham';
        font-size: 1.75rem;
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
        margin-left: 1rem;
          display: inline-block;
        color: #828282; }
        @media (min-width: 576px) {
          .store-search .store-search-container .results-container .store-count {
            margin-left: 2rem; } }
        .store-search .store-search-container .results-container .store-count .call-available{
            display: inline-block;
            color: #555555;
            font-size: 1.125rem;
/*            margin-left: 0.5rem;*/
        }
      .store-search .store-search-container .results-container .stores {
        height: 0;
        border: 0px solid red;
        overflow-y: auto;
        overflow-x: hidden;
        color: #828282;
        font-size: 1rem; }
        .store-search .store-search-container .results-container .stores .store-item {
          padding: 2rem 0;
          border: 0px solid blue;
          border-bottom: 1px solid #e5dfd8;
          margin: 0;
          width: 95%; }
          @media (min-width: 576px) {
            .store-search .store-search-container .results-container .stores .store-item {
              margin: 0 1rem; } }
          .store-search .store-search-container .results-container .stores .store-item span {
            display: inline-block; }
      .store-search .store-search-container .results-container .stores-pagination {
        text-align: center;
        margin-top: 25px; }
        .store-search .store-search-container .results-container .stores-pagination .fa-caret-left {
          margin-right: 10px; }
        .store-search .store-search-container .results-container .stores-pagination .fa-caret-right {
          margin-left: 10px; }
        .store-search .store-search-container .results-container .stores-pagination .pagi-arrow {
          color: #c41230; }
        .store-search .store-search-container .results-container .stores-pagination .enabled {
          color: #c41230;
          cursor: pointer; }
        .store-search .store-search-container .results-container .stores-pagination .disabled {
          color: #cccccc;
          cursor: default; }
        .store-search .store-search-container .results-container .stores-pagination .pagi-item {
          margin: 0 10px; }
      .store-search .store-search-container .results-container .scroll-down {
        position: relative;
        left: 41.5%;
        bottom: 0;
        width: 165px;
        margin-top: 35px;
        color: #555555;
        display: none;
        border: 0px solid red; }
  .store-search .search-bg {
    background-color: #FFF8F0; }
  .store-search #map {
    height: 50vh;
    width: 100%; }
    @media (min-width: 992px) {
      .store-search #map {
        height: 92vh;
        width: 100%; } }
    .store-search #map .map-info-name {
      font-family: 'Lora', serif;
      font-size: 1.5rem;
      margin: .75rem 0;
      padding-right: 0; }
      @media (min-width: 992px) {
        .store-search #map .map-info-name {
          padding-right: 50px; } }
    .store-search #map .map-info-content {
      font-family: 'Raleway', sans-serif;
      font-size: 1rem;
      margin: .25rem 0; }
      .store-search #map .map-info-content a {
        font-family: 'Lora', serif;
        color: #000;
        font-weight: 700;
        text-decoration: underline; }
    .store-search #map .labels {
      color: #c41230;
      font-size: 1rem; }

.container.utility-container,
.container-fluid.utility-container {
  padding-top: 85px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 100px;
  font-size: 1.1rem; }
  .container.utility-container h1.utility-title,
  .container-fluid.utility-container h1.utility-title {
    font-family: 'HCo Gotham';
    font-size: 2.5rem;
    text-align: center;
    padding-bottom: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 30px;
    border-bottom: 1px solid #cdcdcd; }
    @media (min-width: 992px) {
      .container.utility-container h1.utility-title,
      .container-fluid.utility-container h1.utility-title {
        font-size: 3.5rem;
        padding-bottom: 3rem;
        margin-bottom: 50px; } }
    .container.utility-container h1.utility-title.news-media,
    .container-fluid.utility-container h1.utility-title.news-media {
      border-bottom: 0px solid #cdcdcd;
      padding-bottom: 1rem;
      margin-bottom: 0; }
  .container.utility-container.unsubscribe h1.utility-title-lg, .container.utility-container.page404 h1.utility-title-lg,
  .container-fluid.utility-container.unsubscribe h1.utility-title-lg,
  .container-fluid.utility-container.page404 h1.utility-title-lg {
    font-size: 5rem;
    border-bottom: 1px solid #000;
    margin-top: 100px; }
  .container.utility-container.unsubscribe .utility-content, .container.utility-container.page404 .utility-content,
  .container-fluid.utility-container.unsubscribe .utility-content,
  .container-fluid.utility-container.page404 .utility-content {
    position: relative;
    font-family: 'HCo Gotham';
    font-size: 1.25rem; }
  .container.utility-container.unsubscribe p, .container.utility-container.page404 p,
  .container-fluid.utility-container.unsubscribe p,
  .container-fluid.utility-container.page404 p {
    width: 85%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 3rem; }
  .container.utility-container.unsubscribe .cta-unsubscribe, .container.utility-container.page404 .cta-unsubscribe,
  .container-fluid.utility-container.unsubscribe .cta-unsubscribe,
  .container-fluid.utility-container.page404 .cta-unsubscribe {
    text-align: center;
    margin-bottom: 250px; }
    .container.utility-container.unsubscribe .cta-unsubscribe a, .container.utility-container.page404 .cta-unsubscribe a,
    .container-fluid.utility-container.unsubscribe .cta-unsubscribe a,
    .container-fluid.utility-container.page404 .cta-unsubscribe a {
      font-family: 'HCo Gotham';
      font-size: 1.25rem;
      text-align: center; }
  .container.utility-container .story-container,
  .container-fluid.utility-container .story-container {
    padding: 2rem; }
    @media (min-width: 992px) {
      .container.utility-container .story-container,
      .container-fluid.utility-container .story-container {
        padding: 2rem 15%; } }
    .container.utility-container .story-container .intro,
    .container-fluid.utility-container .story-container .intro {
      margin-bottom: 2rem; }
    .container.utility-container .story-container .profile,
    .container-fluid.utility-container .story-container .profile {
      margin-bottom: 2rem; }
      @media (min-width: 768px) {
        .container.utility-container .story-container .profile,
        .container-fluid.utility-container .story-container .profile {
          margin-bottom: 4rem; } }
      .container.utility-container .story-container .profile img,
      .container-fluid.utility-container .story-container .profile img {
        margin-bottom: 1rem; }
  .container.utility-container.news-media .container-contacts,
  .container-fluid.utility-container.news-media .container-contacts {
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 1px solid #cdcdcd; }
  .container.utility-container.news-media .content-header,
  .container-fluid.utility-container.news-media .content-header {
    color: #c41230;
    font-weight: 700; }
  .container.utility-container.logos-images .media-item,
  .container-fluid.utility-container.logos-images .media-item {
    margin-bottom: 3rem; }
    .container.utility-container.logos-images .media-item .media-asset,
    .container-fluid.utility-container.logos-images .media-item .media-asset {
      width: 80%;
      height: auto;
      margin-bottom: 1rem; }
    .container.utility-container.logos-images .media-item .asset-name,
    .container-fluid.utility-container.logos-images .media-item .asset-name {
      color: #c41230;
      font-size: 1rem;
      font-weight: 700; }
  .container.utility-container.sitemap .sitemap-links,
  .container-fluid.utility-container.sitemap .sitemap-links {
    list-style: none;
    padding-left: 0; }
    .container.utility-container.sitemap .sitemap-links li,
    .container-fluid.utility-container.sitemap .sitemap-links li {
      margin: 1.15rem 0; }
      .container.utility-container.sitemap .sitemap-links li a,
      .container-fluid.utility-container.sitemap .sitemap-links li a {
        font-size: 1.15rem;
        margin: 1.5rem 0;
        color: #c41230; }
  @media (min-width: 992px) {
    .container.utility-container,
    .container-fluid.utility-container {
      padding-top: 125px; } }

#modalUnsubscribe {
  background-color: rgba(255, 255, 255, 0.75) !important; }
  #modalUnsubscribe .modal-dialog {
    -webkit-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    transform: translate(0, 50%); }
    #modalUnsubscribe .modal-dialog .modal-content {
      text-align: center;
      padding: 50px 0;
      border: 0 !important;
      -webkit-border-radius: 0px !important;
      -moz-border-radius: 0px !important;
      border-radius: 0px !important;
      -webkit-box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.25); }
      #modalUnsubscribe .modal-dialog .modal-content .modal-body h1 {
        font-family: 'HCo Gotham';
        font-size: 2.5rem;
        border-bottom: 1px solid #000;
        width: 90%;
        text-align: center;
        position: relative;
        margin: 0 auto; }
      #modalUnsubscribe .modal-dialog .modal-content .modal-body p {
        margin: 30px 0; }

@media print {
  html, body {
    width: 100%; } }

.btn-print {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px; }

.btn-social {
  color: #828282;
  margin-bottom: 0rem;
  cursor: pointer;
  display: inline-block;
  margin: 0 0.5rem;
  min-width: 15px; }

.print-container {
  position: absolute;
  left: -10000px;
  top: -10000px; }

.printTable {
  position: relative;
  left: 0;
  top: 0;
  width: 85%;
  margin: 50px auto;
  font-family: 'HCo Gotham';
  border: none; }

.logo-p {
  margin-top: 0px;
  margin-bottom: 25px; }

.hrule-p {
  margin-top: 50px;
  margin-bottom: 50px; }

.title-p {
  font-family: 'HCo Gotham';
  color: #000;
  font-size: 3rem; }

.content-p {
  font-family: 'HCo Gotham';
  color: #828282;
  font-size: 1.35rem;
  width: 70%;
  position: relative;
  margin: 20px auto;
  text-align: center; }

.nutrition-info {
  margin-bottom: 75px; }
  .nutrition-info tr {
    border-bottom: 1px solid #828282;
    color: #000; }

.img-detail-p {
  width: 74px;
  height: 93px; }

.panel-details-container-p {
  width: 100%;
  margin-top: 15px;
  padding: 1rem 0 0 0;
  font-size: 1rem;
  text-align: center; }
  .panel-details-container-p .detail-item {
    text-align: center;
    display: inline-block;
    margin: 0 15px; }
    .panel-details-container-p .detail-item .img-detail {
      width: 100px;
      height: 100px;
      margin-bottom: 15px; }

.allergen-container-p {
  width: 100%;
  margin-top: 15px;
  padding: 1rem 0;
  font-size: 1rem;
  text-align: center; }
  .allergen-container-p .allergen-item {
    text-align: center;
    display: inline-block;
    margin: 0 0; }
    .allergen-container-p .allergen-item .img-allergen-p {
      width: 100px;
      height: 126px; }

.print-header {
  font-family: 'HCo Gotham';
  color: #555555;
  font-size: 2.2rem;
  margin-bottom: 2rem; }

.columns-container-p .step-number-p {
  font-family: 'HCo Gotham';
  color: #555555;
  font-size: 3rem;
  width: 70px; }

.columns-container-p .step-content-p {
  font-family: 'HCo Gotham';
  font-size: 1rem;
  padding-bottom: 15px;
  min-width: 100px; }

.columns-container-p tr td {
  vertical-align: top; }

.filter-sort-container {
  margin-bottom: 1rem;
  white-space: nowrap;
  color: #555555; }
  .filter-sort-container.home-recipes {
    padding: 0 5%; }
  .filter-sort-container .filter-meal {
    text-align: center;
    margin-bottom: 1.5rem; }
    @media (min-width: 768px) {
      .filter-sort-container .filter-meal {
        text-align: left;
        margin-bottom: 0; } }
  .filter-sort-container .sort-popular {
    text-align: left; }
    .filter-sort-container .sort-popular .filter-container,
    .filter-sort-container .sort-popular .sort-container {
      display: inline-block; }
    .filter-sort-container .sort-popular .filter-container {
      margin-right: 1rem; }
    @media (min-width: 768px) {
      .filter-sort-container .sort-popular {
        text-align: right; } }
    .filter-sort-container .sort-popular .select-label {
      display: block;
      text-align: left; }
      @media (min-width: 768px) {
        .filter-sort-container .sort-popular .select-label {
          display: inline; } }
  .filter-sort-container .sort-select {
    display: inline-block;
    position: relative; }
    .filter-sort-container .sort-select:after {
      content: '\f078';
      font: normal normal normal 17px/1 FontAwesome;
      color: #c41230;
      left: 95px;
      top: -12px;
      height: 34px;
      padding: 15px 0px 0px 8px;
      position: absolute;
      pointer-events: none; }
  .filter-sort-container .filter-select {
    display: inline-block;
    position: relative; }
    .filter-sort-container .filter-select:after {
      content: '\f078';
      font: normal normal normal 17px/1 FontAwesome;
      color: #c41230;
      left: 170px;
      top: -12px;
      height: 34px;
      padding: 15px 0px 0px 8px;
      position: absolute;
      pointer-events: none; }
  .filter-sort-container .select-filter,
  .filter-sort-container .select-sort {
    background-color: transparent;
    outline: 1px;
    border: 0;
    font-family: 'HCo Gotham';
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .filter-sort-container .select-filter {
    border: 0px solid #cdcdcd;
    border-radius: 5px;
    padding: 0 10px;
    width: 200px; }
  .filter-sort-container .select-sort {
    width: 125px; }

body.index-search .page-container {
  display: block;
  position: relative; }
  body.index-search .page-container .page-background {
    position: fixed;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/index-search-bg-m.jpg"); }
  body.index-search .page-container .product-package {
    position: absolute;
    left: 0;
    top: 0;
    width: 90%; }
    body.index-search .page-container .product-package .img-package {
      width: 100%;
      height: auto; }
  body.index-search .page-container .page-content {
    color: #ffffff;
    position: absolute;
    width: 100%;
    margin-top: 35vh; }
    body.index-search .page-container .page-content h2, body.index-search .page-container .page-content h3 {
      font-family: 'HCo Gotham';
      text-align: center;
      margin: 1rem 0;
      text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35); }
    body.index-search .page-container .page-content h2 {
      font-size: 3rem; }
    body.index-search .page-container .page-content h3 {
      font-size: 1.5rem; }
    body.index-search .page-container .page-content .content-search {
      font-family: 'HCo Gotham';
      font-size: 1.25rem;
      text-align: center;
      width: 95%;
      position: relative;
      margin: 0 auto 1rem auto; }
    body.index-search .page-container .page-content .search-form {
      width: 260px;
      position: relative;
      margin: 2rem auto;
      height: 45px;
      border: 0px solid blue; }
      body.index-search .page-container .page-content .search-form .frm-field {
        width: 150px;
        padding: 0.65rem;
        text-align: center;
        font-family: 'HCo Gotham';
        font-weight: 600;
        border-radius: 0;
        border: 0;
        height: 45px;
        outline: 0; }
      body.index-search .page-container .page-content .search-form ::-webkit-input-placeholder {
        color: #aaaaaa;
        font-weight: bold;
        font-size: 0.95rem; }
      body.index-search .page-container .page-content .search-form ::-moz-placeholder {
        color: #aaaaaa;
        font-weight: bold;
        font-size: 0.95rem; }
      body.index-search .page-container .page-content .search-form :-ms-input-placeholder {
        font-weight: bold;
        color: #aaaaaa;
        font-size: 0.95rem; }
      body.index-search .page-container .page-content .search-form .btn-submit {
        background-color: #ffffff;
        color: #c41230;
        font-family: 'HCo Gotham';
        font-size: 0.95rem;
        font-weight: 600;
        border: 0;
        border-radius: 0;
        display: inline-block;
        height: 45px;
        width: 106px;
        margin-left: -1px;
        position: absolute;
        top: 0;
        left: 152px;
        transition: all .25s;
        cursor: pointer; }
  body.index-search .page-container .stores-parent-container {
    max-width: 950px; }
    body.index-search .page-container .stores-parent-container .stores-container {
      width: 95%;
      position: relative;
      margin: 0 auto;
      padding-bottom: 10rem; }
      body.index-search .page-container .stores-parent-container .stores-container .store-item {
        margin-bottom: 2rem; }
        body.index-search .page-container .stores-parent-container .stores-container .store-item .store-name {
          font-size: 1.25rem;
          font-weight: 600; }
        body.index-search .page-container .stores-parent-container .stores-container .store-item .store-address a,
        body.index-search .page-container .stores-parent-container .stores-container .store-item .store-phone a {
          color: #ffffff;
          text-decoration: underline; }
        body.index-search .page-container .stores-parent-container .stores-container .store-item .store-distance {
          margin-bottom: 1rem; }

@media only screen and (min-width: 768px) {
  body.index-search .page-container .page-background {
    position: fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url("../images/index-search-bg-d.jpg"); }
  body.index-search .page-container .product-package {
    width: 35%; }
  body.index-search .page-container .page-content {
    margin-top: 35vh; }
    body.index-search .page-container .page-content h2 {
      font-size: 5rem; }
    body.index-search .page-container .page-content h3 {
      font-size: 3rem; }
    body.index-search .page-container .page-content .content-search {
      font-size: 1.65rem;
      width: 55%; }
    body.index-search .page-container .page-content .search-form .btn-submit:hover {
      background-color: #ac1e2e;
      color: #fff; } }

.detail-similar-products {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover; }
  .detail-similar-products h1 {
    font-family: 'HCo Gotham';
    font-size: 2rem;
    margin-bottom: 0;
    margin-top: 40px;
    text-align: center;
    border: 0px solid red; }
  .detail-similar-products .swiper-similar-products {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .detail-similar-products .swiper-similar-products .product-item .product-img-container {
      width: 70%;
      position: relative;
      padding: 8%;
      margin: 0 auto 0 auto; }
      .detail-similar-products .swiper-similar-products .product-item .product-img-container .product-img {
        width: 100%;
        height: auto; }
    .detail-similar-products .swiper-similar-products .product-item .product-item-label {
      position: relative;
      width: 100%;
      line-height: 24px;
      font-size: 1.5rem;
      color: #c41230;
      text-align: center;
      cursor: pointer; }
    .detail-similar-products .swiper-similar-products .product-item .product-cta {
      position: relative;
      top: -25px;
      line-height: 26px;
      font-size: 1.2rem;
      color: #c41230;
      padding: 1.0rem 2.5rem;
      background-color: Transparent;
      background-repeat: no-repeat;
      cursor: pointer;
      overflow: hidden;
      outline: none;
      border: 0; }
    .detail-similar-products .swiper-similar-products .swiper-pagination-products {
      margin-top: 0;
      margin-bottom: 35px;
      text-align: center; }
    .detail-similar-products .swiper-similar-products .swiper-button-white {
      background-size: 18px 24px; }
    .detail-similar-products .swiper-similar-products .swiper-button-next,
    .detail-similar-products .swiper-similar-products .swiper-button-prev {
      width: 100px;
      height: 100px;
      background-color: #c41230;
      border-radius: 50%;
      top: 45%;
      display: none; }
    .detail-similar-products .swiper-similar-products .swiper-button-next {
      right: -60px;
      background-position: 50px 40px; }
    .detail-similar-products .swiper-similar-products .swiper-button-prev {
      left: -60px;
      background-position: 40px 40px; }
    .detail-similar-products .swiper-similar-products .swiper-button-disabled {
      background-color: #000; }

@media (min-width: 992px) {
  .detail-similar-products h1 {
    font-size: 2.5rem;
    margin-bottom: 0;
    margin-top: 0; }
  .detail-similar-products .swiper-similar-products .swiper-pagination-products {
    display: none; }
  .detail-similar-products .swiper-similar-products .product-item {
    margin-bottom: 0;
    margin-left: 0;
    text-align: center;
    cursor: pointer; }
    .detail-similar-products .swiper-similar-products .product-item:not(.swiper-slide-active) img {
      opacity: 1; }
    .detail-similar-products .swiper-similar-products .product-item.swiper-slide-active img {
      opacity: 1; }
    .detail-similar-products .swiper-similar-products .product-item .product-img-container {
      width: 100%; }
      .detail-similar-products .swiper-similar-products .product-item .product-img-container .product-img {
        width: 100%; }
  .detail-similar-products .swiper-similar-products .swiper-button-next,
  .detail-similar-products .swiper-similar-products .swiper-button-prev {
    display: block; } }

.store-recipes {
  padding: 0 0 50px 0;
  text-align: center; }
  .store-recipes h1.header {
    margin: 2.5rem 0 1.5rem 0;
    font-family: 'HCo Gotham'; }
  .store-recipes .recipe-categories-container .recipe-category-item {
    position: relative;
    text-align: center;
    margin-bottom: 4rem; }
    .store-recipes .recipe-categories-container .recipe-category-item .recipe-category-img {
      width: 85%;
      height: auto; }
    .store-recipes .recipe-categories-container .recipe-category-item .label-item {
      position: absolute;
      width: 75%;
      background-color: #ffffff;
      bottom: -25px;
      left: 50%;
      color: #c41230;
      transform: translateX(-50%);
      padding: 15px 0;
      font-size: 0.8rem;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35); }
  .store-recipes .bttn-primary {
    margin-top: 2rem;
    margin-top: 2rem;
    display: inline-block; }

@media (min-width: 768px) {
  .store-recipes {
    padding: 0 100px 50px 100px; }
    .store-recipes h1.header {
      margin-bottom: 3rem; }
    .store-recipes .recipe-categories-container .recipe-category-item {
      transition: all 0.2s; }
      .store-recipes .recipe-categories-container .recipe-category-item img {
        transition: all 0.2s; }
        .store-recipes .recipe-categories-container .recipe-category-item img:hover {
          -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
          -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25); }
      .store-recipes .recipe-categories-container .recipe-category-item .label-item {
        transition: all 0.2s;
        font-size: 1rem; }
      .store-recipes .recipe-categories-container .recipe-category-item:hover .label-item {
        color: #fff;
        text-decoration: none;
        background-color: #c41230; }
    .store-recipes .btn {
      margin-top: 2rem; } }

.store-profile {
  padding: 0;
  font-family: 'HCo Gotham'; }
  .store-profile .left-panel {
    position: relative;
    margin-left: 2rem;
    margin-top: 65px;
    border: 0px solid red; }
    @media (min-width: 768px) {
      .store-profile .left-panel {
        margin-top: 90px; } }
    .store-profile .left-panel .back-link {
      color: #c41230;
      font-size: 1rem;
      margin-bottom: 15px;
      letter-spacing: 1.5px; }
      @media (min-width: 768px) {
        .store-profile .left-panel .back-link {
          font-size: 0.8rem;
          margin-bottom: 50px; } }
      .store-profile .left-panel .back-link a {
        color: #555555;
        font-weight: 600; }
        .store-profile .left-panel .back-link a:hover {
          text-decoration: none;
          color: #c41230; }
      .store-profile .left-panel .back-link .icon-caret {
        margin-right: 5px;
        color: #c41230; }
    .store-profile .left-panel .store-name {
      font-size: 2.5rem;
      font-family: 'HCo Gotham'; }
    .store-profile .left-panel .store-availability {
      color: #555555;
      margin-top: -10px; }
    .store-profile .left-panel .address-container {
      margin: 25px 0 35px 0;
      color: #555555; }
      .store-profile .left-panel .address-container span {
        display: block; }
    .store-profile .left-panel .store-map-container {
      width: 100%;
      height: 200px;
      padding-right: 2rem;
      margin-bottom: 2rem; }
      .store-profile .left-panel .store-map-container #store-map {
        border: 1px solid #b0ddd9;
        width: 100%;
        height: 200px; }

.store-profile-products {
  text-align: center;
  margin: 0 auto 0 auto;
  position: relative;
  background-color: #FFF8F0;
  padding-bottom: 50px;
  padding-top: 35px; }
  @media (min-width: 992px) {
    .store-profile-products {
      padding-top: 125px; } }
  .store-profile-products h1 {
    font-family: 'HCo Gotham';
    font-size: 2rem;
    color: #000; }
  .store-profile-products .store-products {
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 0 15px; }
    .store-profile-products .store-products .product-item {
      text-align: center;
      background-image: url("../images/Package-Background-Thumb-5.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      margin-bottom: 50px;
      position: relative;
      /* Center slide text vertically */
      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; }
      .store-profile-products .store-products .product-item a {
        display: inline-block;
        width: 100%;
        height: auto; }
      .store-profile-products .store-products .product-item .product-img {
        width: 100%;
        height: auto;
        padding: 10%; }
      .store-profile-products .store-products .product-item .product-item-label {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        height: 50px;
        background-color: #ffffff;
        bottom: 0;
        line-height: 16px;
        cursor: pointer;
        color: #c41230;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.35);
        bottom: -35px; }
        @media (min-width: 576px) {
          .store-profile-products .store-products .product-item .product-item-label {
            bottom: -35px; } }
        @media (min-width: 768px) {
          .store-profile-products .store-products .product-item .product-item-label {
            bottom: -40px; } }
        @media (min-width: 992px) {
          .store-profile-products .store-products .product-item .product-item-label {
            bottom: -38px; } }
        @media (min-width: 1200px) {
          .store-profile-products .store-products .product-item .product-item-label {
            bottom: -40px; } }
        .store-profile-products .store-products .product-item .product-item-label .label {
          font-family: 'HCo Gotham';
          font-size: .8rem;
          font-weight: 500;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          display: inline-block;
          width: 90%; }
    .store-profile-products .store-products .swiper-pagination-products {
      display: block;
      margin-top: 25px; }
    .store-profile-products .store-products .swiper-button-white {
      background-size: 18px 24px; }
    .store-profile-products .store-products .swiper-button-next,
    .store-profile-products .store-products .swiper-button-prev {
      width: 100px;
      height: 100px;
      background-color: #c41230;
      border-radius: 50%;
      top: 45%;
      display: none; }
    .store-profile-products .store-products .swiper-button-next {
      right: -60px;
      background-position: 50px 40px; }
    .store-profile-products .store-products .swiper-button-prev {
      left: -60px;
      background-position: 40px 40px; }
    .store-profile-products .store-products .swiper-button-disabled {
      background-color: #000000; }

@media (min-width: 768px) {
  .store-profile-products h1 {
    font-size: 3rem; }
  .store-profile-products .store-products {
    padding: 25px 100px 50px 100px; }
    .store-profile-products .store-products .product-item {
      margin-bottom: 50px;
      cursor: pointer; }
      .store-profile-products .store-products .product-item .product-item-label {
        height: 60px;
        width: 75%;
        line-height: 22px;
        -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.35);
        transition: all 0.2s; }
        .store-profile-products .store-products .product-item .product-item-label .label {
          font-size: 0.75rem;
          color: #c41230;
          transition: all 0.2s; }
      .store-profile-products .store-products .product-item img {
        margin-top: 0;
        transition: all 0.2s; }
      .store-profile-products .store-products .product-item:hover img {
        -webkit-box-shadow: 12px 12px 15px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 12px 12px 15px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 12px 12px 15px 0px rgba(0, 0, 0, 0.3); }
      .store-profile-products .store-products .product-item:hover .product-item-label {
        background-color: #c41230; }
        .store-profile-products .store-products .product-item:hover .product-item-label .label {
          color: #fff;
          text-decoration: none; }
    .store-profile-products .store-products .swiper-button-next,
    .store-profile-products .store-products .swiper-button-prev {
      display: block; } }

@media (min-width: 992px) {
  .store-profile-products .store-products .product-item .product-item-label .label {
    font-size: 1rem; } }

.detail-mobile-panel {
  margin-top: 20px; }
  @media (min-width: 992px) {
    .detail-mobile-panel {
      display: none; } }
  .detail-mobile-panel .back-link {
    margin-bottom: 1rem;
    margin-left: 2rem; }
    .detail-mobile-panel .back-link .icon-caret {
      margin-right: 0.5rem;
      color: #c41230; }
    .detail-mobile-panel .back-link a {
      color: #828282;
      font-weight: 700;
      font-size: 0.9rem; }
  .detail-mobile-panel .panel-name {
    font-family: 'HCo Gotham';
    font-size: 2rem;
    margin-bottom: 2rem;
    margin-left: 2rem; 
    margin-right: 2rem; }
  .detail-mobile-panel .social-media-container {
    margin-bottom: 2rem;
    margin-left: 2rem;
      height: 40px;
}
  .detail-mobile-panel .panel-details-container {
    text-align: center;
    margin-bottom: 1rem; }
    .detail-mobile-panel .panel-details-container .detail-item {
      display: inline-block;
      width: 25%;
      margin: 0 1rem 0 0;
      vertical-align: top; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
        .detail-mobile-panel .panel-details-container .detail-item {
          width: 12%; } }
      .detail-mobile-panel .panel-details-container .detail-item .img-detail {
        width: 100%;
        height: auto; }
      .detail-mobile-panel .panel-details-container .detail-item p {
        font-family: 'HCo Gotham';
        font-size: 0.9rem;
        text-align: center;
        margin-top: 0.5rem; }
  .detail-mobile-panel .find-store-container {
    text-align: center;
    margin-bottom: 2rem; }
    .detail-mobile-panel .find-store-container h3 {
      font-size: 1.5rem;
      font-family: 'HCo Gotham';
      margin-bottom: 1rem; }
    .detail-mobile-panel .find-store-container .form-search-container .field-zip {
      width: 160px;
      border: 0;
      border-bottom: 1px solid #cdcdcd;
      padding: 0.15rem;
      border-radius: 0; }
    .detail-mobile-panel .find-store-container .form-search-container ::-webkit-input-placeholder {
      font-family: 'HCo Gotham'; }
    .detail-mobile-panel .find-store-container .form-search-container ::-moz-placeholder {
      font-family: 'HCo Gotham'; }
    .detail-mobile-panel .find-store-container .form-search-container :-ms-input-placeholder {
      font-family: 'HCo Gotham'; }
    .detail-mobile-panel .find-store-container .form-search-container :-moz-placeholder {
      font-family: 'HCo Gotham'; }
    .detail-mobile-panel .find-store-container .form-search-container .btn-search {
      background-color: #c41230;
      font-family: 'HCo Gotham';
      color: #fff;
      border-radius: 0;
      margin-left: 1rem;
      font-size: 0.7rem; }
  .detail-mobile-panel .detail-nav-container {
    width: 100%;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 1rem 0; }
    .detail-mobile-panel .detail-nav-container .detail-nav-inner {
      position: relative;
      border: 0px solid red;
      width: 240px;
      margin: 0 auto; }
      .detail-mobile-panel .detail-nav-container .detail-nav-inner:after {
        content: '\f078';
        font: normal normal normal 17px/1 FontAwesome;
        color: #c41230;
        left: 210px;
        top: -12px;
        height: 34px;
        padding: 15px 0px 0px 8px;
        position: absolute;
        pointer-events: none; }
      .detail-mobile-panel .detail-nav-container .detail-nav-inner .detail-nav {
        border: 0;
        outline: 0;
        background-color: transparent;
        outline: 1px;
        border: 0;
        font-family: 'HCo Gotham';
        font-weight: 600;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
.detail-left-panel .vendor_ecommerce_container {
  margin:30px;
}
.detail-left-panel .vendor_ecommerce_container a.btn {
  background-color:#AD122A;
  color:white;
}
.detail-left-panel .vendor_ecommerce_container a.btn:hover {
  background-color:white;
  color:#AD122A;
}
.detail-left-panel {
  left: 0px;
  top: 75px;
  width: 25%;
  height: 94vh;
  font-family: 'HCo Gotham';
  background-color: #fff;
  display: none;
  position: relative;
  color: #555555; }
  .detail-left-panel h1,
  .detail-left-panel h2,
  .detail-left-panel h3 {
    color: #000; }
  .detail-left-panel .social-media-container {
    list-style: none;
    padding-left: 2rem; }
    .detail-left-panel .social-media-container li {
      display: inline; }

.detail-margin {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  background-color: #fff;
  display: none; }
.detail-left-panel .panel-detail-tools {
    height: 40px;
}
@media (min-width: 992px) {
  .detail-left-panel {
    display: block;
    position: fixed; }
  .detail-left-panel .back-link {
    color: #c41230;
    font-family: 'HCo Gotham';
    font-size: 0.8rem;
    padding-left: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    letter-spacing: 1.5px; }
  .detail-left-panel .back-link a {
    color: #555555;
    font-weight: 600; }
  .detail-left-panel .back-link a:hover {
    text-decoration: none;
    color: #c41230; }
  .detail-left-panel .back-link .icon-caret {
    margin-right: 5px;
    color: #c41230; }
  .detail-left-panel .panel-name {
    font-size: 1.3rem;
    padding: 0 1rem;
    margin-bottom: 1rem; }
  .detail-left-panel .panel-detail-tools {
    padding-left: 2rem;
    margin-bottom: 1rem; }
  .detail-left-panel .panel-detail-tools .be-share .be-share-list {
    list-style-position: none;
    padding-left: 0; }
  .detail-left-panel .panel-detail-tools .be-share .be-share-list li {
    display: inline-block; }
    .detail-left-panel .panel-details-container {
      padding-left: 1rem;
      margin-bottom: 1rem; }
      .detail-left-panel .panel-details-container .detail-item {
        display: inline-block;
        width: 26%;
        margin: 0 0.5rem 0 0;
        vertical-align: top; }
        .detail-left-panel .panel-details-container .detail-item .img-detail {
          width: 100%;
          height: auto; }
        .detail-left-panel .panel-details-container .detail-item p {
          font-family: 'HCo Gotham';
          font-size: 0.9rem;
          text-align: center;
          margin-top: 0.5rem; }
    .detail-left-panel .find-store-container {
      padding-left: 1rem; }
      .detail-left-panel .find-store-container h3 {
        font-size: 1.5rem; }
      .detail-left-panel .find-store-container .form-search-container .field-zip {
        width: auto;
        border: 0;
        border-bottom: 1px solid #cdcdcd;
        padding: 0.15rem;
        font-family: 'HCo Gotham'; }
      .detail-left-panel .find-store-container .form-search-container ::-webkit-input-placeholder {
        font-family: 'HCo Gotham'; }
      .detail-left-panel .find-store-container .form-search-container ::-moz-placeholder {
        font-family: 'HCo Gotham'; }
      .detail-left-panel .find-store-container .form-search-container :-ms-input-placeholder {
        font-family: 'HCo Gotham'; }
      .detail-left-panel .find-store-container .form-search-container :-moz-placeholder {
        font-family: 'HCo Gotham'; }
      .detail-left-panel .find-store-container .form-search-container .btn-search {
        background-color: #c41230;
        font-family: 'HCo Gotham';
        color: #fff;
        border-radius: 0;
        margin-left: .2rem;
        font-size: 0.7rem; }
    .detail-left-panel .slide-link-items {
      position: relative;
      margin-top: 70px;
      bottom: 14px;
      list-style: none;
      padding-left: 0;
      font-family: 'HCo Gotham';
      font-size: 1.0rem;
      width: 100%;
      background-color: #fff; }
      .detail-left-panel .slide-link-items li {
        border-top: 1px solid #dddddd;
        padding: 0.5rem 0; }
        .detail-left-panel .slide-link-items li a {
          display: inline-block;
          width: 100%;
          padding-left: 1rem;
          color: #828282; }
          .detail-left-panel .slide-link-items li a:hover {
            text-decoration: none;
            color: #c41230; }
        .detail-left-panel .slide-link-items li .icon-caret {
          float: right;
          margin-right: 1rem;
          margin-top: .3rem;
          color: #c41230; }
      .detail-left-panel .slide-link-items li:last-child {
        border-bottom: 1px solid #dddddd; }
  .detail-margin {
    display: block; } }

@media (min-width: 1200px) {
  .detail-left-panel .back-link {
    font-size: 0.8rem;
    font-weight: 600;
    padding-left: 2rem;
    margin-bottom: 1rem;
    margin-top: 1rem; }
  .detail-left-panel .panel-name {
    padding: 0 2rem;
    margin-bottom: 1rem;
    font-size: 1.5rem; }
  .detail-left-panel .panel-details-container {
    padding-left: 2rem; }
    .detail-left-panel .panel-details-container .detail-item {
      width: 26%;
      margin: 0 0.7rem 0 0; }
      .detail-left-panel .panel-details-container .detail-item .img-detail {
        width: 100%;
        height: auto; }
  .detail-left-panel .find-store-container {
    padding-left: 2rem; }
    .detail-left-panel .find-store-container h3 {
      font-size: 1.15rem;
      margin-bottom: 0; }
    .detail-left-panel .find-store-container .form-search-container .zip-field {
      width: 170px;
      padding: 0.5rem; }
    .detail-left-panel .find-store-container .form-search-container .btn-search {
      margin-left: 1rem;
      font-size: 1rem; }
  .detail-left-panel .slide-link-items {
    font-size: 1.05rem; }
    .detail-left-panel .slide-link-items li a {
      padding-left: 2rem; }
      .detail-left-panel .slide-link-items li a:hover {
        color: #c41230 !important; }
    .detail-left-panel .slide-link-items li .icon-caret {
      margin-right: 3rem; } }

@media (min-width: 1600px) {
  .detail-left-panel .panel-name {
    font-size: 2.25rem;
    margin-bottom: 2rem; }
  .detail-left-panel .panel-detail-tools {
    margin-bottom: 2rem; } }

/*
.detail-margin {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  background-color: $white;
}
*/
.detail-instructions {
  margin: 0 auto;
  position: relative;
  height: 100%; }
  .detail-instructions h1 {
    font-family: 'HCo Gotham';
    font-size: 2rem;
    margin-top: 1.5rem;
    margin-bottom: 10px;
    text-align: center; }
  .detail-instructions .sort-filter-container {
    border-bottom: 1px solid #dadada;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    color: #555555; }
    .detail-instructions .sort-filter-container .filter-meal {
      text-align: left; }
    .detail-instructions .sort-filter-container .sort-popular {
      text-align: right; }
    .detail-instructions .sort-filter-container .selectdiv {
      display: inline-block;
      position: relative; }
      .detail-instructions .sort-filter-container .selectdiv:after {
        content: '\f078';
        font: normal normal normal 17px/1 FontAwesome;
        color: #c41230;
        left: 90px;
        top: -12px;
        height: 34px;
        padding: 15px 0px 0px 8px;
        position: absolute;
        pointer-events: none; }
    .detail-instructions .sort-filter-container .select-filter,
    .detail-instructions .sort-filter-container .select-sort {
      background-color: #f4f4f4;
      outline: 1px;
      font-family: 'HCo Gotham';
      font-weight: 600;
      -webkit-appearance: none;
      -moz-appearance: none; }
  .detail-instructions .instructions {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
    padding: 15px 15px 15px 15px;
    position: relative; }
    .detail-instructions .instructions .instructions-slide .instructions-items .instructions-item {
      width: 100%;
      position: relative;
      margin: 0 auto;
      color: #555555;
      padding: 0 0; }
      .detail-instructions .instructions .instructions-slide .instructions-items .instructions-item .step-number {
        font-family: 'HCo Gotham';
        font-size: 2.5rem; }
      .detail-instructions .instructions .instructions-slide .instructions-items .instructions-item .step-content {
        font-family: 'HCo Gotham';
        font-size: 1rem;
        font-style: italic;
        padding-top: 1rem; }
      .detail-instructions .instructions .instructions-slide .instructions-items .instructions-item.instructions-images .step-number {
        display: inline-block;
        width: 50px;
        vertical-align: top; }
      .detail-instructions .instructions .instructions-slide .instructions-items .instructions-item.instructions-images .step-content {
        display: inline-block;
        width: 75%; }
        .detail-instructions .instructions .instructions-slide .instructions-items .instructions-item.instructions-images .step-content img {
          margin-bottom: 15px; }
    .detail-instructions .instructions .swiper-pagination-instructions {
      display: block;
      text-align: center;
      margin-top: 25px; }
    .detail-instructions .instructions .swiper-button-white {
      background-size: 18px 24px; }
    .detail-instructions .instructions .swiper-button-next,
    .detail-instructions .instructions .swiper-button-prev {
      width: 100px;
      height: 100px;
      background-color: #c41230;
      border-radius: 50%;
      top: 45%;
      display: none; }
    .detail-instructions .instructions .swiper-button-next {
      right: -60px;
      background-position: 50px 40px; }
    .detail-instructions .instructions .swiper-button-prev {
      left: -60px;
      background-position: 40px 40px; }
    .detail-instructions .instructions .swiper-button-disabled {
      background-color: #000; }
    .detail-instructions .instructions .video-item {
      width: 250px;
      position: relative;
      left: 50%;
      margin-top: 25px;
      margin-left: -125px; }
      .detail-instructions .instructions .video-item .video-thumb {
        width: 200px;
        height: auto;
        position: relative;
        cursor: pointer; }
        .detail-instructions .instructions .video-item .video-thumb .video-play {
          position: absolute;
          background-color: #fff;
          border-radius: 50%;
          padding: 0px;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          transform-origin: center; }
      .detail-instructions .instructions .video-item .video-content {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 30px; }
        .detail-instructions .instructions .video-item .video-content .header {
          font-family: 'HCo Gotham';
          font-size: 1.5rem;
          line-height: 30px;
          margin-top: 10px;
          margin-bottom: 15px; }
        .detail-instructions .instructions .video-item .video-content .video-cta {
          color: #c41230;
          cursor: pointer; }

@media (min-width: 768px) {
  .detail-instructions h1 {
    font-size: 2.5rem;
    margin-bottom: 25px; }
  .detail-instructions .instructions {
    padding: 0 50px 50px 50px; }
    .detail-instructions .instructions .instructions-slide .instructions-items .instructions-item {
      padding: 0 5%; }
      .detail-instructions .instructions .instructions-slide .instructions-items .instructions-item .step-number {
        font-size: 3.0rem; }
      .detail-instructions .instructions .instructions-slide .instructions-items .instructions-item .step-content {
        font-size: 1.25rem;
        padding-top: 1rem; } }
      @media only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
        .detail-instructions .instructions .instructions-slide .instructions-items .instructions-item .step-content {
          font-size: 1.0rem; } }

@media (min-width: 768px) {
      .detail-instructions .instructions .instructions-slide .instructions-items .instructions-item.instructions-images .step-content {
        font-size: 1.0rem; }
        .detail-instructions .instructions .instructions-slide .instructions-items .instructions-item.instructions-images .step-content img {
          margin-bottom: 5px; }
    .detail-instructions .instructions .swiper-pagination-instructions {
      text-align: center;
      margin-top: 25px; }
    .detail-instructions .instructions .swiper-button-next,
    .detail-instructions .instructions .swiper-button-prev {
      display: block; }
    .detail-instructions .instructions .video-item {
      width: 450px;
      margin-left: -225px; }
      .detail-instructions .instructions .video-item .video-content {
        position: absolute;
        left: 220px;
        top: 0px;
        margin-bottom: 0; } }

@media (min-width: 992px) {
  .detail-instructions h1 {
    margin-top: -50px; }
  .detail-instructions .instructions .instructions-slide .instructions-items .instructions-item {
    padding: 0 10%; }
    .detail-instructions .instructions .instructions-slide .instructions-items .instructions-item .step-number {
      font-size: 2.5rem; }
    .detail-instructions .instructions .instructions-slide .instructions-items .instructions-item .step-content {
      font-size: 1.0rem; }
  .detail-instructions .instructions .video-item {
    margin-top: 25px; } }

@media (min-width: 1200px) {
  .detail-instructions .instructions .instructions-slide .instructions-item {
    padding-right: 5%; }
    .detail-instructions .instructions .instructions-slide .instructions-item .step-number {
      font-size: 3rem; }
    .detail-instructions .instructions .instructions-slide .instructions-item .step-content {
      font-size: 0.95rem; } }

@media (min-width: 1720px) {
  .detail-instructions .instructions .instructions-slide .instructions-items .instructions-item {
    padding: 0 15%; }
    .detail-instructions .instructions .instructions-slide .instructions-items .instructions-item .step-number {
      font-size: 4rem; }
    .detail-instructions .instructions .instructions-slide .instructions-items .instructions-item .step-content {
      font-size: 1.25rem; }
    .detail-instructions .instructions .instructions-slide .instructions-items .instructions-item.instructions-images .step-content {
      font-size: 1.25rem; }
      .detail-instructions .instructions .instructions-slide .instructions-items .instructions-item.instructions-images .step-content img {
        margin-bottom: 15px; } }

.promo-hero-container {
  position: relative;
  margin: 0px 0 0 0;
  min-width: 360px;
  background-color: #fff8f0; }
.promotion-ctn{
    position: relative;
}
.promotion-ctn .promo-product-image{
    position: absolute;
    bottom: -43px;
    max-width: 307px;
    width: 307px;
    left: 50%;
    transform: translateX(-50%);
}
.promotion-ctn .promo-product-image img{
    width: 100%;
}

@media only screen and (max-width: 1200px){
   .promotion-ctn .promo-product-image{
        width: 250px;
    } 
}
@media only screen and (max-width: 991px){
   .promotion-ctn .promo-product-image{
        width: 200px;
    } 
}
@media only screen and (max-width: 767px){
   .promotion-ctn .promo-product-image{
        width: 138px;
    } 
}
  .promo-hero-container .hero-img {
    width: 100%;
    height: auto; }
  .promo-hero-container .hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center; }
    .promo-hero-container .hero-content .hero-content-inner {
      border: 2px solid #000;
      padding: 20px 20px;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .promo-hero-container .hero-content .hero-content-inner h1 {
        font-family: 'HCo Gotham';
        font-size: 1.5rem;
        white-space: nowrap; }
      .promo-hero-container .hero-content .hero-content-inner p {
        font-family: 'HCo Gotham';
        font-size: 1.25rem; }
      .promo-hero-container .hero-content .hero-content-inner .promo-href {
        position: relative;
        display: block;
        font-weight: 700;
        letter-spacing: 1px;
        width: 160px;
        left: 50%;
        margin-left: -80px;
        margin-bottom: 2rem; }
      .promo-hero-container .hero-content .hero-content-inner .promo-cta {
        display: inline-block;
        background-color: #c41230;
        color: #fff;
        font-kerning: normal; 
        padding: 0.85rem 3rem;
        font-weight: 700;
        position: absolute;
        transform: translateX(-50%);
          left: 50%;
        bottom: auto;
        transition: all 0.25s;
        white-space: nowrap; }
        .promo-hero-container .hero-content .hero-content-inner .promo-cta:hover {
          text-decoration: none;
          background-color: #fff;
          color: #c41230; }
  .promo-hero-container .home-hero-content {
    transform: translate(-50%, -50%); }

.promo-product-locator {
  background-color: #c41230;
  height: 160px;
  padding-top: 42px;
  padding-bottom: 2rem;
  margin-bottom: 3rem; }
  .promo-product-locator .promo-product-locator-inner {
    text-align: center;
    border: 0px solid red;}
    .promo-product-locator .promo-product-locator-inner h3 {
      font-family: 'HCo Gotham';
      display: block;
      margin-right: 1rem;
      color: #ffffff;
      position: relative;
      top: 14px; }
      @media only screen and (max-width: 767px) {
        .promo-product-locator .promo-product-locator-inner h3 {
          top: 0px;
        }
      }
    .promo-product-locator .promo-product-locator-inner .edit-zip {
      color: #c41230;
      cursor: pointer; }
    .promo-product-locator .promo-product-locator-inner .field-zip {
      width: 90px;
      padding: 0.35rem 0.5rem;
      border: 0;
      border-bottom: 2px solid #ffffff;
      border-radius: 0;
      background-color: transparent;
      outline: 0;
      position: relative;
      color: #ffffff;
      display: none; }
    .promo-product-locator .promo-product-locator-inner .field-zip::placeholder {
      color: #fff;
    }
    .promo-product-locator .promo-product-locator-inner .btn-search {
      background-color: #ffffff;
      color: #333333; 
      font-family: 'HCo Gotham';
      font-weight: 600;
      font-kerning: normal;
      padding: 0.5rem 1.75rem;
      cursor: pointer;
      margin-left: 1rem;
      transition: all 0.25s; 
      border-radius: 0;
      border: 2px solid #ffffff;
      outline: 0;}
      .promo-product-locator .promo-product-locator-inner .btn-search:hover {
        background-color: #fff;
        color: #c41230;
        text-decoration: none;
        }
  .promo-product-locator.home--- {
    height: 65px;
    padding-top: 0;
    padding-bottom: 1rem; }

.promos-container {
  margin-top: 2rem; }
  .promos-container .btn-back {
    font-family: 'HCo Gotham';
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 1px;
    color: #828282;
    margin-left: 1rem;
    transition: all 0.35s; }
    .promos-container .btn-back:hover {
      color: #c41230;
      text-decoration: none; }
  .promos-container .icon-caret {
    margin-right: 0.5rem;
    color: #c41230; }
  .promos-container .promos-social-media {
    list-style: none;
    padding-left: 0;
    margin-bottom: 3rem; }
    .promos-container .promos-social-media li {
      display: inline-block;
      width: 30px;
      height: 30px;
      background-color: #c41230;
      margin: 0 6px;
      color: #fff;
      padding: 3px 6px;
      cursor: pointer;
      transition: all 0.25s; }
      .promos-container .promos-social-media li a {
        color: #fff; }
      .promos-container .promos-social-media li:hover {
        -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5); }

@media (min-width: 576px) {
  .promo-hero-container .hero-content .hero-content-inner h1 {
    font-size: 2.8rem;} }

@media (max-width: 768px) {
  .promo-hero-container .hero-content .hero-content-inner h1 {
    font-size: 2.5rem;} }

@media (min-width: 768px) {
  .promo-hero-container .hero-content {
    padding: 50px;
    width: 75%;
    height: auto; }
    .promo-hero-container .hero-content .hero-content-inner {
      padding: 25px 50px; }
      .promo-hero-container .hero-content .hero-content-inner p {
        font-family: 'HCo Gotham';
        font-size: 1.0rem; 
        padding: 0 5%;}
      .promo-hero-container .hero-content .hero-content-inner .promo-cta {
        bottom: 25px; }
  .promo-hero-container .home-hero-content {
    transform: translate(-50%, -70%); }
  .promo-product-locator {
    padding-top: 35px;
     }
    .promo-product-locator .promo-product-locator-inner h3 {
      font-family: 'HCo Gotham';
      display: inline;        
      font-size: 1.5rem; }
    .promo-product-locator.home {
        height: 116px;
        padding-top: 53px;
      padding-bottom: 1rem; } }

@media (min-width: 992px) {
  .promo-hero-container {
    margin: 0px 0 0 0; }
    .promo-hero-container .hero-content {
      width: 70%; }
      .promo-hero-container .hero-content .hero-content-inner {
        padding: 25px 50px; }
        .promo-hero-container .hero-content .hero-content-inner h1 {
          font-family: 'HCo Gotham';
          font-size: 3rem; }
        .promo-hero-container .hero-content .hero-content-inner p {
          font-family: 'HCo Gotham';
          font-size: 1.25rem;          
          padding: 0 15%; } }

@media (min-width: 1350px) {
.promo-hero-container .hero-content .hero-content-inner h1 {
          font-size: 5rem; }
    } 

#header-promo {
  position: relative;
  left: 0;
  top: -800px;
  width: 100%;
  min-width: 320px;
  height: auto;
  z-index: 1001;
  display: none;
  border: 0px solid red;
  height: auto!important;
 }
 #header-promo.scroll {
   position: fixed;
 }
 #header-promo.closed {
  height: 0!important;
}
  #header-promo .promo-img {
    width: 100%;
    height: auto;
    /* position: absolute; */
    left: 0;
    top: 0; }
  #header-promo .promo-content-container {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
    border: 0px solid red;
    top: 30%; 
    left: 45%;
    transform: translate(-50%, -50%); }
    #header-promo .promo-content-container .col-12,
    #header-promo .promo-content-container .col-md-5 {
      border: 0px solid red; }
    #header-promo .promo-content-container h1 {
      font-family: 'HCo Gotham';
      font-size: 2.0rem;
      margin-top: 0;
      margin-bottom: 0; }
    #header-promo .promo-content-container p {
      font-family: 'HCo Gotham';
      width: 100%;
      font-size: 1.0rem;
      margin-top: 0px;
      padding: 0 1rem; }
    #header-promo .promo-content-container .cta {
      text-align: center;
      bottom: 50px;
      color: #fff;
      background-color: #c41230;
      border-radius: 0;
      padding: .75rem 2rem;
      right: 0;
        font-size: 1rem;
      margin-top: 5px;
      font-family: 'HCo Gotham';
      font-weight: 600; }
      #header-promo .promo-content-container .cta:hover {
        color: #c41230;
        background-color: #fff; }
  #header-promo .close-promo {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 50%;
    cursor: pointer; }
    #header-promo .close-promo .close-x {
      width: 10px;
      height: 10px;
      position: relative;
      top: -4px;
      left: 5px; }

@media (min-width: 576px) {
  #header-promo .promo-content-container h1 {
    font-size: 3.25rem; }
  #header-promo .promo-content-container p {
    font-size: 1.25rem;
    padding: 0; } }

@media (min-width: 768px) {
  #header-promo {
    top: -250px; }
    #header-promo .promo-content-container {
      top: 50%;
      text-align: left;
      width: 55%; 
        left: 44%;
    }
    
      #header-promo .promo-content-container h1 {
        font-size: 1rem; }
      #header-promo .promo-content-container p {
        font-size: 0.6rem; } 
    #header-promo .promo-content-container .cta{
        padding: .75rem .75rem;
        font-size: .75rem; 
    }
    
}

@media (min-width: 992px) {
  #header-promo .promo-content-container {
    text-align: left;
      left: 45%; 
    }
    #header-promo .promo-content-container h1 {
      font-size: 1.8rem; }
    #header-promo .promo-content-container p {
      font-size: .8rem; } 
#header-promo .promo-content-container .cta{
        padding: .75rem 2rem;
        font-size: 0.8rem; 
    }
}
@media (min-width: 1440px) {  
    #header-promo .promo-content-container h1 {
          font-size: 2rem; }
    #header-promo .promo-content-container .cta{
    font-size: 1rem;
    }
    #header-promo .promo-content-container p {
      font-size: 1.25rem; } 
}
/*share - count style */
.shore-count{
    display: none;
   font-family: 'HCo Gotham';
    font-weight: 700;
    font-size: 0.5rem;
    letter-spacing: 0.04375rem;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    margin-right: 0.75rem;
  
}
.shore-count span{
    display: block;
    background: #828282;
    color: white;
    font-size: 0.875rem;
    border-radius:0.1875rem;
    padding: 0.0900rem 0.61rem 0.0980rem;
}

/*success subscribe*/
.success-email{
    font-family: 'HCo Gotham';
    font-size: 0.9rem;
    font-weight: 900;
    display: none;
    line-height: 39px;
    text-transform: uppercase;
}
.ccpaBumper {
  background-color:#c41230;
  color:white;
  padding:20px 60px 10px;
  opacity:1;
  transition:.25s all ease-in-out;
  height:auto;
  
  position: fixed;
  bottom: 0;
  z-index: 9999;
}
.ccpaBumper a {
  font-weight:bold;
  color:white;
  text-decoration:underline;
  opacity:1;
  transition:.25s all ease-in-out;
}
.ccpaBumper a:hover {
  opacity:.8;
  transition:.25s all ease-in-out;
}
.closer {
  width: 30px;
  float: right;
  margin: 0 0 40px 20px;
  height:0px;
  position:relative;
  z-index:100;
}
.ccpaBumper.hideBanner {opacity:0; transition:.25s all ease-in-out; z-index:0; pointer-events: none;}
@media (max-width: 768px) {
  .ccpaBumper {
    padding:20px 15px 10px;
  }
}

.ccpaBumper .closeCCPA {
  cursor: pointer;
}

.detail-left-panel .find-store-container {
  background:#c41130;
  color:white;
  padding:8px;
}
.detail-left-panel .find-store-container h3 {
  color:white;
}
.detail-left-panel .find-store-container .form-search-container .btn-search {
  background:white;
  color:#c41130;
  border:1px solid #c41130;
  transition:.25s all ease-in-out;
}
.detail-left-panel .find-store-container .form-search-container .btn-search:hover {
  background:#555;
  color:white;
  border:1px solid white;
  transition:.25s all ease-in-out;
}
.backgroundWhite {
  background-color:white;
  position:relative;
}
.scroll-down {
  display: none;
}
span#edit-zip-label {
  padding: 0.35rem 0.5rem;
  border: 0;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
  background-color: transparent;
  outline: 0;
  position: relative;
  color: #ffffff;
}
h1.brand-title {
  text-transform:initial!important;
}