@charset "UTF-8";
.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.inline,
.flatpickr-calendar.open {
    opacity: 1;
    max-height: 640px;
    visibility: visible;
}
.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999;
}
.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px;
}
.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
    z-index: 999;
    display: block;
}
.flatpickr-calendar.multiMonth
.flatpickr-days
.dayContainer:nth-child(n + 1)
.flatpickr-day.inRange:nth-child(7n + 7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.flatpickr-calendar.multiMonth
.flatpickr-days
.dayContainer:nth-child(n + 2)
.flatpickr-day.inRange:nth-child(7n + 1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto;
}
.flatpickr-calendar:after,
.flatpickr-calendar:before {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    left: 22px;
}
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
    left: auto;
    right: 22px;
}
.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px;
}
.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
    bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
    top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff;
}
.flatpickr-calendar:focus {
    outline: 0;
}
.flatpickr-wrapper {
    position: relative;
    display: inline-block;
}
.flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flatpickr-months .flatpickr-month {
    background: transparent;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-next-month.flatpickr-disabled,
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
    display: none;
}
.flatpickr-months .flatpickr-next-month i,
.flatpickr-months .flatpickr-prev-month i {
    position: relative;
}
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0;
}
.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 0;
}
.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
    color: #959ea9;
}
.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #f64747;
}
.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
    width: 14px;
    height: 14px;
}
.flatpickr-months .flatpickr-next-month svg path,
.flatpickr-months .flatpickr-prev-month svg path {
    -webkit-transition: fill 0.1s;
    -o-transition: fill 0.1s;
    transition: fill 0.1s;
    fill: inherit;
}
.numInputWrapper {
    position: relative;
    height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
    display: inline-block;
}
.numInputWrapper input {
    width: 100%;
}
.numInputWrapper input::-ms-clear {
    display: none;
}
.numInputWrapper input::-webkit-inner-spin-button,
.numInputWrapper input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.numInputWrapper span:hover {
    background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
    background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute;
}
.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, 0.6);
    top: 26%;
}
.numInputWrapper span.arrowDown {
    top: 50%;
}
.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, 0.6);
    top: 40%;
}
.numInputWrapper span svg {
    width: inherit;
    height: auto;
}
.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
    background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
    opacity: 1;
}
.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0;
    display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 0.5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
    outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, 0.5);
    background: transparent;
    pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 0.5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:active,
.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
    outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month
.flatpickr-monthDropdown-months
.flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0;
}
.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0, 0, 0, 0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0 0;
}
.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px;
}
.flatpickr-days:focus {
    outline: 0;
}
.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}
.dayContainer + .dayContainer {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6;
}
.flatpickr-day.today {
    border-color: #959ea9;
}
.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff;
}
.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    background: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #000;
}
.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
    border-radius: 50px 0 0 50px;
}
.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
    border-radius: 0 50px 50px 0;
}
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)) {
    -webkit-box-shadow: -10px 0 0 #000;
    box-shadow: -10px 0 0 #000;
}
.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
    border-radius: 50px;
}
.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    border-color: transparent;
    cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #000, 5px 0 0 #000;
    box-shadow: -5px 0 0 #000, 5px 0 0 #000;
}
.flatpickr-day.hidden {
    visibility: hidden;
}
.rangeMode .flatpickr-day {
    margin-top: 1px;
}
.flatpickr-weekwrapper {
    float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
    box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    cursor: default;
    border: none;
}
.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flatpickr-time:after {
    content: "";
    display: table;
    clear: both;
}
.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
    width: 49%;
}
.flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
    font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400;
}
.flatpickr-time input:focus {
    outline: 0;
    border: 0;
}
.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
}
.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
    background: #eee;
}
.flatpickr-input[readonly] {
    cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*! jQuery UI - v1.12.1 - 2019-11-05 http://jqueryui.com Includes: core.css, slider.css, theme.css To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit;
}
.ui-slider-horizontal {
    height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}
.ui-widget-content a {
    color: #333333;
}
.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}
.ui-widget-header a {
    color: #333333;
}
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none;
}
.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none;
}
.ui-visual-focus {
    -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
    box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon-blank {
    background-position: 16px 16px;
}
.ui-icon-caret-1-n {
    background-position: 0 0;
}
.ui-icon-caret-1-ne {
    background-position: -16px 0;
}
.ui-icon-caret-1-e {
    background-position: -32px 0;
}
.ui-icon-caret-1-se {
    background-position: -48px 0;
}
.ui-icon-caret-1-s {
    background-position: -65px 0;
}
.ui-icon-caret-1-sw {
    background-position: -80px 0;
}
.ui-icon-caret-1-w {
    background-position: -96px 0;
}
.ui-icon-caret-1-nw {
    background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-start {
    background-position: -80px -160px;
}
.ui-icon-seek-first {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}
@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #a6a6a6;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    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(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.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 {
    -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-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: 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, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
        right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
        right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
        to left,
        rgba(0, 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, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
        to right,
        rgba(0, 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, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
        to top,
        rgba(0, 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, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
:root {
    --swiper-navigation-size: 36px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000;
}
.swiper-button-lock {
    display: none;
}
:root {
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms 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(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.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-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.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: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -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: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -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: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl
> .swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    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,
.swiper-container-vertical
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: 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;
}
:root {
}
.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 infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    to {
        -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: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.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;
}
@font-face {
    font-family: "Futura Book";
    src: url(../fonts/futura-book.ttf);
}
body {
    font-family: "Futura Book", Fallback, sans-serif;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
body {
    color: #1a1a18;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
body.is-freeze {
    overflow: hidden;
}
button {
    border: none;
    cursor: pointer;
    font-size: 16px;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    padding: 7px 40px 8px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
}
img {
    max-width: 100%;
    display: block;
}
input[type="text"] {
    border: none;
    outline: none;
    padding: 8px 16px;
    padding: 10px 15px;
    font-size: 14px;
    font-family: "Futura Book", Fallback, sans-serif;
    background: #fff;
}
::-webkit-input-placeholder {
    font-family: "Futura Book", Fallback, sans-serif;
}
:-ms-input-placeholder {
    font-family: "Futura Book", Fallback, sans-serif;
}
:-moz-placeholder {
    font-family: "Futura Book", Fallback, sans-serif;
}
::-moz-placeholder {
    font-family: "Futura Book", Fallback, sans-serif;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: underline;
}
select {
    display: block;
    position: relative;
    width: 100%;
    color: #222;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 0;
    padding: 10px 25px 10px 15px;
    font-size: 14px;
    line-height: 1.2;
    height: 40px;
    text-indent: 0.01px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 1;
    font-family: "Futura Book";
}
svg {
    width: 100%;
    height: 100%;
}
.myAccount-action {
    margin: 16px 0;
}
.myAccount-action-link {
    text-decoration: underline;
}
.myAccount-block {
    margin-bottom: 32px;
}
.myAccount-form {
    max-width: 600px;
}
.myAccount-form .btn {
    margin-top: 32px;
}
.myAccount-header {
    border-bottom: 1px solid #e9e9e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 16px 0;
}
.myAccount-header-link {
    text-decoration: underline;
}
.myAccount-header-link:hover {
    text-decoration: none;
}
.myAccount-header-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.myAccount-reservation .reservation-block {
    border: 1px solid #d8d3d3;
    margin-bottom: 32px;
}
.myAccount-reservation .reservation-date,
.myAccount-reservation .reservation-status {
    font-size: 15px;
    margin-left: 32px;
}
.myAccount-reservation .reservation-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}
.myAccount-reservation .reservation-number {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: left;
    font-size: 15px;
}
.myAccount-reservation .reservation-status-text {
    font-weight: bold;
}
.myAccount-reservation .reservation-status-text.is-expired {
    color: #ff6769;
}
.myAccount-reservation .table td {
    padding: 8px;
}
.myAccount-reservation .table .td-label {
    font-size: 15px;
}
.myAccount-reservation .table .td-price-large {
    font-size: 15px;
    font-weight: bold;
}
.banner-button {
    background: var(--color);
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    padding: 7px 40px 8px;
    margin-top: 1.5em;
    text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
    .banner-button {
        color: #ffffff;
    }
}
.banner-content {
    --column: right;
    --row: mid;
    --color: #ffffff;
    -ms-grid-column: var(--column);
    grid-column-start: var(--column);
    -ms-grid-row: var(--row);
    grid-row-start: var(--row);
    color: var(--color);
    text-align: right;
}
@media only screen and (max-width: 768px) {
    .banner-content {
        --color: #000000;
        text-align: center;
    }
}
.banner-grid {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: [left] 1fr [mid] 1fr [right] 1fr;
    grid-template-columns: [left] 1fr [mid] 1fr [right] 1fr;
    -ms-grid-rows: [top] 1fr [mid] 1fr [bottom] 1fr;
    grid-template-rows: [top] 1fr [mid] 1fr [bottom] 1fr;
}
@media only screen and (max-width: 768px) {
    .banner-grid {
        position: relative;
        display: block;
        margin: -20px 20px 0;
        background: #fff;
        width: calc(100% - 40px);
    }
}
.banner-link {
    position: relative;
    display: block;
}
.banner-title {
    color: var(--color);
    text-transform: uppercase;
    font-size: 40px;
    text-decoration: none;
}
.btn {
    font-family: "Futura Book";
    border: 2px solid #000;
    background: #000000;
    color: #ffffff;
    padding: 8px 32px;
    display: inline-block;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
.btn.is-disabled {
    cursor: default;
    background: #666;
    opacity: 0.6;
    border: 2px solid #666;
}
.btn:active,
.btn:focus,
.btn:hover {
    background: #666;
    border: 2px solid #666;
    text-decoration: none;
    color: #fff;
}
.btn-outline {
    font-family: "Futura Book";
    padding: 8px 32px;
    display: inline-block;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    color: #222;
    border: 2px solid #222;
    background: transparent;
}
.btn-outline:hover {
    background: #666;
    border: 2px solid #666;
    color: #ffffff;
    text-decoration: none;
}
.catalog-item {
    width: 33.33%;
}
@media only screen and (max-width: 768px) {
    .catalog-item {
        width: 50%;
    }
}
.catalog-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 16px 0;
}
.catalog-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 16px 0;
}
.catalog-pagination .pagination-link {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
}
.checkbox input {
    display: none;
}
.checkbox input:checked + label:after,
.checkbox input:checked + span:after {
    display: block;
    border-color: #666;
}
.checkbox label,
.checkbox span {
    display: block;
    position: relative;
    margin: 0;
    padding-left: 35px;
    pointer-events: inherit;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.checkbox label:after,
.checkbox span:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 5px;
    height: 5px;
    width: 12px;
    border-style: solid;
    border-width: 0 0 1px 1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: none;
}
.checkbox label:before,
.checkbox span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #bbb;
}
.checkbox label:hover:after,
.checkbox span:hover:after {
    display: block;
    border-color: #ddd;
}
.checkbox span:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 4px;
    height: 4px;
    width: 11px;
    border: solid #222;
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.color-checkbox input {
    display: none;
}
.color-checkbox input:checked + span:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 6px;
    height: 5px;
    width: 12px;
    border: solid #bbb;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.color-checkbox span {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.color-checkbox span:hover {
    border-width: 3px;
}
.container {
    max-width: 1312px;
    padding: 0 16px;
    margin: 0 auto;
}
.dropdown {
    position: relative;
    max-width: 110px;
}
.dropdown:after {
    top: 14px;
    right: 10px;
    content: "";
    position: absolute;
    padding: 3px;
    border: solid #222;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
.favorites {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 768px) {
    .favorites {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 16px;
    }
}
.favorites-column {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.favorites-column:last-child {
    position: relative;
    padding: 190px 0 0 20px;
}
@media only screen and (max-width: 768px) {
    .favorites-column:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
    }
}
@media only screen and (max-width: 768px) {
    .favorites-column {
        width: 100%;
    }
}
.favorites-link:hover {
    text-decoration: none;
}
.favorites-main.bottom {
    position: absolute;
    top: 50%;
    left: 14%;
    width: 32.2%;
}
@media only screen and (max-width: 768px) {
    .favorites-main.bottom {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin: 16px 0;
    }
    .favorites-main.bottom img {
        width: 100%;
    }
}
.favorites-main.top {
    width: 82%;
}
@media only screen and (max-width: 768px) {
    .favorites-main.top {
        width: 100%;
    }
    .favorites-main.top img {
        width: 100%;
    }
}
.favorites-name {
    display: block;
    text-align: center;
    margin-top: -10px;
    visibility: hidden;
    font-size: 15px;
    text-transform: uppercase;
}
.favorites-product {
    max-width: 300px;
    width: 48.6%;
    margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
    .favorites-product {
        width: 33.33%;
        max-width: 100%;
        margin-bottom: 16px;
    }
    .favorites-product img {
        width: 100%;
    }
}
.favorites-product:hover .favorites-name {
    visibility: visible;
    text-decoration: none;
}
.favorites-product.middle {
    position: absolute;
    right: 0;
    top: 40%;
}
@media only screen and (max-width: 768px) {
    .favorites-product.middle {
        position: relative;
        top: 0;
    }
}
.favorites-title {
    font-size: 120px;
    color: #bbb;
    position: absolute;
    top: 50px;
    right: 17.5%;
    text-transform: uppercase;
    letter-spacing: 5px;
}
@media only screen and (max-width: 768px) {
    .favorites-title {
        position: relative;
        top: 0;
        right: 0;
        font-size: 60px;
        text-align: center;
    }
}
.featured {
    position: relative;
    margin: 50px 110px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 768px) {
    .featured {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 32px 0px;
    }
}
.featured-description {
    line-height: 1.6;
    font-size: 18px;
    margin-top: 150px;
}
@media only screen and (max-width: 768px) {
    .featured-description {
        margin-top: 16px;
    }
}
.featured-image,
.featured-info {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
@media only screen and (max-width: 768px) {
    .featured-image {
        width: 100%;
    }
    .featured-image img {
        margin: 0 auto;
    }
}
.featured-info {
    margin-left: 60px;
    position: relative;
}
@media only screen and (max-width: 768px) {
    .featured-info {
        width: 100%;
        margin-left: 0;
    }
}
.featured-link {
    display: block;
    text-transform: uppercase;
    text-decoration: underline;
    margin: 20px 0;
    font-size: 18px;
}
.featured-link:hover {
    text-decoration: none;
}
.featured-name {
    position: absolute;
    right: 60px;
    top: 10px;
    font-size: 96px;
    color: #808080;
    letter-spacing: 5px;
    white-space: nowrap;
}
@media only screen and (max-width: 768px) {
    .featured-name {
        position: relative;
        right: 0;
        top: 0;
        font-size: 60px;
        text-align: center;
        white-space: normal;
    }
}
.featured-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.filter-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.filter-box {
    margin-bottom: 16px;
    position: relative;
}
.filter-box.is-active .filter-option-list {
    display: block;
}
.filter-box.is-active .filter-value:after {
    top: 16px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.filter-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.filter-column {
    padding: 0 8px;
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
@media only screen and (max-width: 768px) {
    .filter-column {
        width: 100%;
    }
}
.filter-label .filter-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.filter-label-item {
    margin: 8px;
}
.filter-label-link {
    display: block;
    padding: 5px 30px 5px 10px;
    background: #f8f8f8;
    position: relative;
}
.filter-label-link:hover {
    text-decoration: none;
    background: #eee;
}
.filter-label-link .icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    padding: 3px;
}
.filter-label-reset {
    text-decoration: underline;
    margin: 8px;
}
.filter-label-reset:hover {
    color: #666;
}
@media only screen and (max-width: 768px) {
    .filter-menu {
        position: relative;
    }
    .filter-menu:before {
        position: absolute;
        content: "";
        top: -16px;
        left: -16px;
        right: -16px;
        bottom: 0;
        background: #f8f8f8;
    }
}
.filter-menu-button {
    display: none;
}
@media only screen and (max-width: 768px) {
    .filter-menu-button {
        display: block;
        position: absolute;
        z-index: 1;
        right: 0;
        top: -60px;
    }
}
.filter-option {
    margin-top: 16px;
}
.filter-option:first-child {
    margin-top: 0;
}
.filter-option label {
    cursor: pointer;
}
.filter-option-color {
    display: inline-block;
}
.filter-option-container {
    max-height: 155px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 4px 0;
}
.filter-option-list {
    display: none;
    padding: 16px 8px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #bbb;
    border-top: none;
}
.filter-option-range-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.filter-option-range-price {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
}
.filter-option-range-price:after {
    content: "Rp";
    position: absolute;
    left: 8px;
    top: 10px;
}
.filter-option-range-price input {
    padding: 10px 15px 10px 30px;
    font-size: 14px;
    font-family: "Futura Book";
    background: #fff;
    border: 1px solid #bbb;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    width: 100%;
}
.filter-option-range-price input:active,
.filter-option-range-price input:focus,
.filter-option-range-price input:hover {
    border: 1px solid #aaa;
    outline: none;
}
.filter-option-range-slider {
    margin: 32px 12px 16px;
}
.filter-option-range-slider .ui-slider-horizontal {
    height: 2px;
}
.filter-option-range-slider .ui-slider .ui-slider-handle {
    width: 1.5em;
    height: 1.5em;
    top: -0.7em;
}
.filter-option-range-slider .ui-widget.ui-widget-content {
    border: none;
}
.filter-option-range-slider .ui-widget-content .ui-state-default {
    border-color: #666;
    border-radius: 50%;
}
.filter-option-range-slider .ui-widget-content .ui-state-active {
    background-color: #ccc;
}
.filter-option-range-slider .ui-widget-content {
    background-color: #666;
}
.filter-option-range-slider .ui-widget-header {
    background-color: #222;
}
.filter-option-range span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 16px;
}
.filter-sort {
    margin: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.filter-sort-dropdown {
    position: relative;
    min-width: 130px;
}
.filter-sort-dropdown.is-active .filter-sort-option {
    max-height: 500px;
    visibility: visible;
}
.filter-sort-dropdown.is-active .filter-sort-value:before {
    top: 7px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
@media only screen and (max-width: 768px) {
    .filter-sort-label {
        display: none;
    }
}
.filter-sort-option {
    padding-top: 8px;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    max-height: 0;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    z-index: 1;
}
.filter-sort-option-item {
    padding: 4px 8px;
    white-space: nowrap;
    font-size: 14px;
    cursor: pointer;
}
.filter-sort-value {
    margin-left: 8px;
    position: relative;
    padding-right: 25px;
    cursor: pointer;
    text-decoration: underline;
    display: inline-block;
}
.filter-sort-value:before {
    content: "";
    position: absolute;
    padding: 2px;
    border: solid #222;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 4px;
    right: 10px;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
@media only screen and (max-width: 768px) {
    .filter-sort-value {
        margin-left: 0;
    }
}
.filter-switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
    vertical-align: bottom;
}
.filter-switch input[type="checkbox"] {
    display: none;
}
.filter-switch input[type="checkbox"]:checked + .filter-switch-slider:before {
    background: #666;
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}
.filter-switch-slider {
    display: block;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #bbb;
    border-radius: 10px;
    background: #fff;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.filter-switch-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 0;
    bottom: 0;
    background-color: #bbb;
    border-radius: 50%;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.filter-value {
    padding: 8px 16px;
    background: #fff;
    border: 1px solid #bbb;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
}
.filter-value:after {
    top: 13px;
    right: 10px;
    content: "";
    position: absolute;
    padding: 2px;
    border: solid #222;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
@media only screen and (max-width: 768px) {
    .search .filter {
        padding-top: 60px;
    }
}
.footer-button {
    color: #222;
    border: 2px solid #222;
    background: #fff;
    margin-left: 8px;
}
@media only screen and (max-width: 768px) {
    .footer-button {
        margin-left: 0;
        margin-top: 8px;
    }
}
.footer-button:hover {
    border-color: #666;
    background: #666;
    color: #fff;
}
.footer-bot {
    padding: 50px 0;
    text-align: center;
    color: #666;
    background: #f8f8f8;
}
.footer-bot h2 {
    font-size: 14px;
    font-weight: normal;
}
.footer-bot p {
    line-height: 1.8;
}
.footer-categories {
    padding: 40px 0 20px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 768px) {
    .footer-categories {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.footer-column {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media only screen and (max-width: 768px) {
    .footer-column {
        width: 50%;
    }
}
.footer-item {
    padding: 8px 0;
}
.footer-link {
    padding: 2px;
    display: inline-block;
}
.footer-note {
    max-width: 492px;
    margin: 10px auto 0 auto;
    font-size: 14px;
    text-transform: none;
    text-align: justify;
    font-size: 0.85em;
}
.footer-shopfinder {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
@media only screen and (max-width: 768px) {
    .footer-shopfinder {
        width: 100%;
        padding-bottom: 32px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 32px;
    }
}
.footer-shopfinder-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (max-width: 768px) {
    .footer-shopfinder-input {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.footer-shopfinder-input input {
    border: 1px solid #aaa;
    font-family: "Futura Book", Fallback, sans-serif;
}
@media only screen and (max-width: 768px) {
    .footer-shopfinder-input input {
        width: 100%;
    }
}
.footer-simple {
    margin-top: auto;
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 20px 50px;
    text-align: center;
}
.footer-simple .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-simple-link {
    color: #bbb;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    margin: 0 16px;
    font-size: 14px;
}
.footer-simple-link:hover {
    color: #222;
    text-decoration: none;
}
.footer-subscribe {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
@media only screen and (max-width: 768px) {
    .footer-subscribe {
        width: 100%;
    }
}
.footer-subscribe .footer-text {
    max-width: 495px;
    text-align: justify;
}
.footer-subscribe-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (max-width: 768px) {
    .footer-subscribe-input {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
}
.footer-subscribe-input input {
    border: 1px solid #aaa;
    font-family: "Futura Book", Fallback, sans-serif;
    width: 34%;
}
@media only screen and (max-width: 768px) {
    .footer-subscribe-input input {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .footer-subscribe-input .footer-button {
        width: 50%;
    }
}
@media only screen and (max-width: 768px) {
    .footer-subscribe-input .footer-button:last-child {
        border-left: none;
    }
}
.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-social a:hover svg {
    fill: #666;
}
.footer-social svg {
    width: 45px;
    height: 45px;
    margin: 20px -5px 0;
}
@media only screen and (max-width: 768px) {
    .footer-social svg {
        width: 35px;
        height: 35px;
        margin-top: 0;
    }
}
.footer-title {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #222;
}
.footer-text {
    max-width: 255px;
    margin: 10px auto 30px auto;
    font-size: 15px;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .footer-text {
        margin: 8px auto;
    }
}
.footer-wrapper {
    position: relative;
    padding: 40px 0;
    border-top: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 768px) {
    .footer-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.footer-wrapper:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    top: 40px;
    bottom: 40px;
    background: #ddd;
}
@media only screen and (max-width: 768px) {
    .footer-wrapper:after {
        display: none;
    }
}
footer {
    margin-top: auto;
}
.form {
    margin-bottom: 50px;
}
.form-action {
    padding-left: 40%;
    margin: 16px 0;
}
@media only screen and (max-width: 768px) {
    .form-block .form-action {
        padding-left: 0;
    }
}
@media only screen and (max-width: 768px) {
    .form-block .form-action .btn {
        width: 100%;
    }
}
.form-block-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.form-block-wrapper.w-600 {
    max-width: 600px;
}
.form-block-wrapper.w-700 {
    max-width: 700px;
}
.form-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 768px) {
    .form-columns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.form-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding: 0 10px;
}
@media only screen and (max-width: 768px) {
    .form-column {
        width: 100%;
        padding: 0;
    }
}
.form-error {
    padding: 2px;
    color: #ff6769;
    font-size: 13px;
}
.form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 8px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.form-head {
    margin: 0 0 40px;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    background: #f8f8f8;
    text-transform: uppercase;
}
.form-input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 250px;
    position: relative;
}
.form-input .info {
    font-size: 13px;
    padding: 5px 0;
}
.form-input:after {
    opacity: 0;
    content: "✓";
    font-size: 24px;
    right: 5px;
    position: absolute;
    top: 2px;
    color: #393;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.form-input.is-valid:after {
    opacity: 1;
}
.form-input.is-valid input {
    background-color: rgba(179, 245, 179, 0.5);
}
.form-input.has-error .form-error {
    display: block;
}
.form-input.has-error input {
    background-color: rgba(255, 103, 105, 0.2);
}
.form-input input {
    padding: 10px 15px;
    font-size: 14px;
    font-family: "Futura Book";
    background: #fff;
    border: 1px solid #bbb;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    width: 100%;
}
.form-input input:active,
.form-input input:focus,
.form-input input:hover {
    border: 1px solid #aaa;
    outline: none;
}
.form-label {
    padding: 6px 8px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 40%;
}
.form-link {
    text-decoration: underline;
}
.form-link:hover {
    color: #666;
}
.form-step {
    margin: 32px 0;
}
.form-step-text {
    font-size: 13px;
    color: #666;
    margin-bottom: 16px;
}
.form-step-title {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 8px;
}
.form-text {
    margin-bottom: 32px;
    text-align: center;
}
.header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #ffffff;
    z-index: 10;
    -webkit-transition: top 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}
.header.is-sticky {
    top: -180px;
}
@media only screen and (max-width: 768px) {
    .header.is-sticky {
        top: 0 !important;
    }
}
.header-logo {
    width: 128px;
    height: 64px;
}
@media only screen and (max-width: 768px) {
    .header-logo {
        height: 22px;
    }
}
.header-logo .main-emblem {
    display: none;
}
@media only screen and (max-width: 768px) {
    .header-logo .main-emblem {
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    .header-logo .main-logo {
        display: none;
    }
}
.header-main {
    padding: 16px 0;
}
.header-main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.header-menu {
    position: absolute;
    right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-menu-link {
    color: #999990;
    margin-left: 32px;
    text-transform: uppercase;
}
.header-menu-link:first-child {
    margin-right: 0;
}
@media only screen and (max-width: 768px) {
    .header-menu-link {
        margin-left: 10px;
        margin-right: 40px;
    }
}
@media only screen and (max-width: 768px) {
    .header-menu-link span {
        display: none;
    }
}
.header-menu-link .icon {
    display: none;
}
@media only screen and (max-width: 768px) {
    .header-menu-link .icon {
        display: block;
        width: 30px;
        height: 28px;
        fill: #666;
    }
}
.header-menu-mobile {
    display: none;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 25px;
    height: 40px;
    margin: 0;
    vertical-align: top;
}
@media only screen and (max-width: 768px) {
    .header-menu-mobile {
        display: block;
    }
}
.header-menu-mobile .lines {
    top: 2px;
    position: relative;
    display: inline-block;
    width: 22px;
    height: 2px;
    background: #222;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.header-menu-mobile .lines:after,
.header-menu-mobile .lines:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 22px;
    height: 2px;
    background: #222;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.header-menu-mobile .lines:after {
    bottom: -6px;
}
.header-menu-mobile .lines:before {
    top: -6px;
}
.header-menu-mobile.is-close .lines {
    background: transparent;
}
.header-menu-mobile.is-close .lines:after,
.header-menu-mobile.is-close .lines:before {
    height: 1px;
    width: 18px;
}
.header-menu-mobile.is-close .lines:after {
    top: 2px;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.header-menu-mobile.is-close .lines:before {
    top: 2px;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
@media only screen and (max-width: 768px) {
    .header-nav {
        display: none;
    }
}
.header-nav .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.header-nav-item {
    padding: 16px;
    cursor: pointer;
}
.header-nav-item.is-active .header-nav-link:after,
.header-nav-item:hover .header-nav-link:after {
    height: 2px;
}
.header-nav-item.is-active .header-submenu,
.header-nav-item:hover .header-submenu {
    display: block;
}
.header-nav-link {
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 16px;
    position: relative;
}
.header-nav-link:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 0;
    background-color: #000000;
}
.header-note {
    background-color: #000000;
}
.header-search {
    position: absolute;
    left: 16px;
}
.header-search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    height: 40px;
    position: relative;
}
.header-search-icon {
    position: absolute;
    top: -12px;
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: -16px;
}
.header-search-input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 24px;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    overflow: hidden;
}
@media only screen and (max-width: 768px) {
    .header-search-input.is-active {
        width: 100px;
    }
}
.header-search-input input {
    border-bottom: 1px solid #000000;
    padding: 4px 0;
}
@media only screen and (max-width: 768px) {
    .header-search-input {
        width: 0;
    }
}
.header-submenu {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.header-submenu-list {
    -webkit-column-count: 4;
    column-count: 4;
    padding: 20px;
    width: 100%;
}
.header-submenu-link {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 0;
}
.index {
    padding: 32px 0;
    min-height: calc(100vh - 80px);
    border-top: 5px solid #000;
}
.index-download {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 16px 0;
}
.index-download:hover {
    text-decoration: none;
}
.index-download img {
    width: 32px;
}
.index-download span {
    margin-left: 16px;
}
.index-footer {
    background-color: #000000;
}
.index-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 80px;
}
@media only screen and (max-width: 768px) {
    .index-footer .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.index-footer-text {
    color: #fff;
}
.index-footer-logo {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
@media only screen and (max-width: 768px) {
    .index-footer-logo {
        display: none;
    }
}
.index-item {
    width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 8px;
}
@media only screen and (max-width: 768px) {
    .index-item {
        width: 100%;
    }
}
.index-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 8px;
    text-align: center;
    color: #222;
    border: 2px solid #222;
    background: #fff;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    text-transform: uppercase;
}
.index-link:hover {
    border-color: #666;
    background: #666;
    color: #fff;
    text-decoration: none;
}
.index-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 64px;
}
.index-logo {
    margin-bottom: 64px;
}
.index-logo svg {
    height: 100px;
}
.index-subhead {
    position: relative;
    text-align: center;
}
.index-subhead:before {
    content: "";
    background: #ccc;
    margin: 0;
    position: absolute;
    width: 100%;
    top: 22px;
    left: 0;
    height: 1px;
}
.index-subhead span {
    display: inline-block;
    background-color: #ffffff;
    padding: 8px 16px;
    position: relative;
}
.instafeed {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}
.instafeed-link {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -80px;
    padding: 0 25px 0 5px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.instafeed-link span {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
}
.instafeed-link .icon {
    width: 55px;
    height: 55px;
}
.instafeed-photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
    padding-top: 33.333%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.invalid {
    margin-bottom: 64px;
}
.invalid-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 64px;
    background-color: #f8f8f8;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (max-width: 768px) {
    .invalid-banner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 32px;
    }
}
.invalid-button {
    margin-left: 64px;
}
@media only screen and (max-width: 768px) {
    .invalid-button {
        margin-left: 0;
    }
}
.invalid-content {
    margin-left: 32px;
}
@media only screen and (max-width: 768px) {
    .invalid-content {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
}
@media only screen and (max-width: 768px) {
    .invalid-image {
        width: 50%;
    }
}
.invalid-text {
    position: relative;
    max-width: 300px;
    margin: 30px 0 30px 64px;
    font-size: 18px;
    text-transform: uppercase;
}
.invalid-text:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    height: 2px;
    width: 50px;
    background: #222;
}
@media only screen and (max-width: 768px) {
    .invalid-text:after {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .invalid-text {
        font-size: 15px;
        margin: 32px auto;
    }
}
.invalid-title {
    font-size: 140px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #b59288;
}
@media only screen and (max-width: 768px) {
    .invalid-title {
        font-size: 64px;
        letter-spacing: 3px;
        margin-top: 16px;
    }
}
.keylooks {
    margin-bottom: 32px;
}
.keylooks-action {
    margin-top: 16px;
}
.keylooks-button {
    background-color: #fff;
    color: #222;
    padding: 24px 32px;
    font-size: 15px;
}
.keylooks-button:hover {
    text-decoration: none;
}
.keylooks-content {
    position: absolute;
    top: 240px;
    right: 150px;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    line-height: 50px;
    letter-spacing: 4px;
}
@media only screen and (max-width: 768px) {
    .keylooks-content {
        display: none;
    }
}
.back-link {
    display: block;
    text-align: center;
}
.back-link a {
    margin-top: 20px;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    padding-left: 25px;
}
.back-link a:before {
    top: 7px;
    left: 10px;
    content: "";
    position: absolute;
    padding: 2px;
    border: solid #222;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.magazine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
    .magazine {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 16px;
    }
}
.magazine-content {
    width: 41.6666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    padding: 30px;
    background-color: #bbb;
    margin-left: -1px;
}
@media only screen and (max-width: 768px) {
    .magazine-content {
        width: 100%;
        margin-left: 0;
    }
}
.magazine-heading {
    text-transform: uppercase;
}
.magazine-link {
    position: absolute;
    bottom: 40px;
    text-decoration: underline;
}
.magazine-summary {
    padding-bottom: 35px;
}
.magazine-title {
    margin: 15px 0 40px;
    text-transform: uppercase;
    font-size: 28px;
    display: block;
}
.magazine-title:hover {
    text-decoration: none;
}
.magazine-thumbnail {
    width: 58.3333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
@media only screen and (max-width: 768px) {
    .magazine-thumbnail {
        width: 100%;
    }
}
.blog-article-content a {
    text-decoration: underline;
}
.blog-article-content a:hover {
    text-decoration: none;
}
.blog-article-content img {
    margin: 16px 0;
    width: 100%;
}
.blog-article-content p {
    font-size: 20px;
}
@media only screen and (max-width: 768px) {
    .blog-article-content p {
        font-size: 18px;
    }
}
.blog-article-detail {
    position: relative;
    margin-top: -50px;
    padding: 50px 100px 0;
    background: #fff;
}
@media only screen and (max-width: 768px) {
    .blog-article-detail {
        margin-top: 0;
        padding: 32px 0;
    }
}
.blog-article-hero {
    height: 450px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
}
@media only screen and (max-width: 768px) {
    .blog-article-hero {
        height: 240px;
        background-size: 100%;
    }
}
.blog-article-meta {
    margin-bottom: 50px;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}
.blog-article-post {
    position: relative;
    max-width: 1090px;
    margin: -50px auto 0 auto;
    padding: 50px 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #222;
}
@media only screen and (max-width: 768px) {
    .blog-article-post {
        padding: 0;
    }
}
.blog-article-subtitle {
    font-size: 28px;
    margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
    .blog-article-subtitle {
        font-size: 22px;
    }
}
.blog-article-title {
    position: relative;
    font-size: 44px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
.blog-article-title:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    height: 1px;
    width: 150px;
    margin-left: -75px;
    background: #222;
}
@media only screen and (max-width: 768px) {
    .blog-article-title {
        font-size: 24px;
    }
}
.blog-header {
    height: 400px;
    text-align: center;
    background-size: cover;
    background-position: top center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 768px) {
    .blog-header {
        height: 200px;
    }
}
.blog-header-title {
    position: relative;
    font-size: 44px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 10px;
}
@media only screen and (max-width: 768px) {
    .blog-header-title {
        font-size: 22px;
    }
}
.blog-instafeed {
    margin: 0 auto 25px;
    padding-bottom: 20px;
    border-top: 3px solid #222;
    border-bottom: 1px solid #222;
}
.blog-instafeed-button {
    position: absolute;
    right: 0;
    top: 0;
}
@media only screen and (max-width: 768px) {
    .blog-instafeed-button {
        position: relative;
        margin-top: 16px;
    }
}
.blog-instafeed-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.blog-instafeed-photo {
    padding: 8px;
    max-width: 140px;
    border: 1px solid #ddd;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    width: 20%;
    margin: 8px;
}
.blog-instafeed-photo:hover {
    border: 1px solid #222;
}
@media only screen and (max-width: 768px) {
    .blog-instafeed-photo {
        width: 27%;
    }
}
.blog-instafeed-title {
    position: relative;
    margin: 30px 0 60px;
    font-size: 22px;
    text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
    .blog-instafeed-title {
        margin: 30px 0;
    }
}
.blog-recommendation {
    margin: 32px 0;
}
.blog-recommendation-content {
    max-width: 650px;
    padding: 0 16px;
}
.blog-recommendation-description {
    font-size: 15px;
}
.blog-recommendation-head {
    text-transform: uppercase;
    margin: 32px 0;
    letter-spacing: 1px;
    font-size: 23px;
    text-align: center;
    padding: 0 16px;
}
@media only screen and (max-width: 768px) {
    .blog-recommendation-head {
        font-size: 18px;
    }
}
.blog-recommendation-image {
    width: 20%;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .blog-recommendation-image {
        width: 100%;
        margin-bottom: 32px;
    }
}
.blog-recommendation-image img {
    margin: 0 auto;
}
.blog-recommendation-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 32px 0;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.blog-recommendation-link:hover {
    background: #f8f8f8;
    text-decoration: none;
}
@media only screen and (max-width: 768px) {
    .blog-recommendation-link {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 16px 0;
    }
}
.blog-recommendation-title {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
    .blog-recommendation-title {
        font-size: 16px;
    }
}
.blog-summary-button {
    margin-top: 20px;
}
.blog-summary-content {
    position: relative;
    top: -50px;
    margin: 0 50px;
    background: #fff;
}
@media only screen and (max-width: 768px) {
    .blog-summary-content {
        margin: 0 20px;
    }
}
.blog-summary-description {
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
}
.blog-summary-item {
    position: relative;
    margin-bottom: 25px;
    border-bottom: 1px solid #222;
}
.blog-summary-list {
    max-width: 1100px;
    margin: 50px auto;
    text-align: center;
}
.blog-summary-meta {
    margin-bottom: 40px;
    font-size: 13px;
    text-transform: uppercase;
}
.blog-summary-pagination .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.blog-summary-pagination .pagination-link {
    width: 30px;
    height: 30px;
    line-height: 28px;
}
.blog-summary-title {
    margin-bottom: 35px;
    padding: 25px 20px 5px;
    font-size: 38px;
    position: relative;
}
@media only screen and (max-width: 768px) {
    .blog-summary-title {
        font-size: 24px;
    }
}
.blog-summary-title:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    height: 1px;
    width: 150px;
    margin-left: -75px;
    background: #222;
}
.blog-topic {
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
}
.blog-topic-head {
    position: relative;
    margin-bottom: 40px;
}
.blog-topic-head:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    height: 1px;
    width: 150px;
    margin-left: -75px;
    background: #222;
}
.blog-topic-item {
    margin: 4px 0;
}
.blog-topic-link {
    margin: 0 20px;
}
.blog-topic-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.maincontent {
    margin-top: 170px;
}
@media only screen and (max-width: 768px) {
    .maincontent {
        margin-top: 60px;
    }
}
.mobileNav {
    display: none;
}
@media only screen and (max-width: 768px) {
    .mobileNav {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        bottom: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        z-index: 5;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .mobileNav.is-open {
        left: 0;
        visibility: visible;
        opacity: 1;
    }
}
.mobileNav-item {
    position: relative;
}
.mobileNav-item.is-active .mobileNav-submenu {
    max-height: 1000px;
}
.mobileNav-link {
    display: block;
    padding: 15px 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #e9e9e9;
}
.mobileNav-link.grey {
    color: #999;
}
.mobileNav-list {
    margin-top: 50px;
    border-top: 1px solid #e9e9e9;
}
.mobileNav-parent {
    display: block;
    padding: 15px 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #e9e9e9;
}
.mobileNav-scroll {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.mobileNav-showAll {
    position: absolute;
    top: 14px;
    right: 16px;
    text-transform: none;
    border: none;
}
.mobileNav-submenu {
    max-height: 0;
    overflow: hidden;
    background: #f8f8f8;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.mobileNav-submenu-link {
    font-size: 13px;
    padding-left: 30px !important;
    display: block;
    padding: 15px 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #e9e9e9;
}
.stickyNav {
    position: fixed;
    height: 80px;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.stickyNav .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.stickyNav.is-sticky {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.stickyNav-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.stickyNav-button .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 768px) {
    .stickyNav-button .btn {
        padding: 8px;
    }
}
.stickyNav-button .btn span {
    padding-top: 2px;
}
@media only screen and (max-width: 768px) {
    .stickyNav-button .btn span {
        display: none;
    }
}
.stickyNav-button .btn svg {
    width: 35px;
    height: 35px;
    fill: #fff;
}
.stickyNav-image {
    width: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.stickyNav-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 16px;
}
@media only screen and (max-width: 768px) {
    .stickyNav-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.stickyNav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.stickyNav-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 16px;
}
@media only screen and (max-width: 768px) {
    .stickyNav-name {
        width: 100%;
        font-size: 13px;
    }
}
.stickyNav-note {
    font-size: 13px;
    color: #666;
}
.stickyNav-price {
    font-size: 20px;
}
@media only screen and (max-width: 768px) {
    .stickyNav-price {
        font-size: 13px;
    }
}
.stickyNav-total {
    margin-right: 16px;
    text-align: right;
    margin-left: auto;
}
@media only screen and (max-width: 768px) {
    .stickyNav-total {
        text-align: left;
        width: 100%;
    }
}
@-webkit-keyframes fade-in-pulse {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        opacity: 1;
    }
    70%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes fade-in-pulse {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        opacity: 1;
    }
    70%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.modal {
    display: none;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 900;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}
.modal.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.modal-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.modal-action-button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: 0;
    padding: 0 8px;
}
.modal-action-button .btn,
.modal-action-button .btn-outline {
    width: 100%;
    padding: 16px 0;
}
.modal-body {
    background: #ffffff;
    padding: 16px;
}
.modal-close {
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px;
    outline: none;
}
.modal-close:hover svg {
    fill: #666;
}
.modal-close svg {
    width: 40px;
    height: 40px;
}
.modal-content {
    padding: 32px;
    width: 640px;
    max-width: 100%;
}
.modal-dialog {
    margin: auto;
    outline: 0;
}
.modal-dialog.is-animate {
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation: fade-in-pulse 0.3s forwards
    cubic-bezier(0.8, 0.02, 0.45, 0.91);
    animation: fade-in-pulse 0.3s forwards cubic-bezier(0.8, 0.02, 0.45, 0.91);
}
.modal-header {
    background: #f7f7f7;
    padding: 16px 32px;
    text-align: center;
    position: relative;
}
.modal-footer {
    background: #f7f7f7;
    padding: 32px;
    text-align: center;
}
.modal-title {
    text-transform: uppercase;
    font-size: 18px;
}
.modal-text {
    font-size: 18px;
    padding: 16px 0;
    text-align: center;
}
.mood {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
    .mood {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }
}
.mood-category {
    color: #fff;
    font-size: 18px;
    text-decoration: underline;
    text-transform: uppercase;
}
.mood-column.left,
.mood-column.right {
    margin-top: 90px;
}
@media only screen and (max-width: 768px) {
    .mood-column.left,
    .mood-column.right {
        margin-top: 0;
    }
}
@media only screen and (max-width: 768px) {
    .mood-column {
        width: 100%;
    }
    .mood-column img {
        width: 100%;
    }
}
.mood-grid {
    padding: 8px;
}
@media only screen and (max-width: 768px) {
    .mood-grid {
        padding: 8px 0;
    }
}
.mood-item {
    position: relative;
}
.mood-item:hover .mood-overlay {
    background: rgba(34, 34, 34, 0.3);
    opacity: 1;
}
.mood-item.video {
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.mood-item.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mood-link {
    display: block;
}
.mood-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    opacity: 0;
}
.newpicks {
    margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
    .newpicks {
        margin-bottom: 32px;
    }
}
.newpicks-swiper {
    margin-top: 20px;
}
.newpicks-title {
    font-size: 28px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}
.page-blockTitle {
    background: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}
.page-blockTitle h3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 20px 0;
    font-size: 30px;
    letter-spacing: 2px;
    font-family: "Futura Book";
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}
.page-blockTitle-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 16px;
    background-color: #ffffff;
    width: 75%;
}
@media only screen and (max-width: 768px) {
    .page-blockTitle-image {
        display: none;
    }
}
.page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 768px) {
    .page-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.page-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
@media only screen and (max-width: 768px) {
    .page-main {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}
.page-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
    padding-right: 32px;
}
@media only screen and (max-width: 768px) {
    .page-sidebar {
        width: 100%;
        padding-right: 100px;
    }
}
.page-title {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pagination-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 2px;
}
.pagination-item.is-active .pagination-link {
    background: #ddd;
}
.pagination-link {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    text-align: center;
    border: 1px solid #bbb;
}
.pagination-link:hover {
    background: #eee;
    text-decoration: none;
}
.product-image {
    text-align: center;
    padding: 16px;
}
.product-image img {
    mix-blend-mode: multiply;
    margin: 0 auto;
}
.product-link {
    display: block;
    -webkit-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}
.product-link:hover {
    text-decoration: none;
    background: #f8f8f8;
}
.product-link:hover .product-price {
    opacity: 1;
}
.product-name {
    margin-top: 10px;
    text-transform: uppercase;
    padding: 0 5px 10px;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .product-name {
        font-size: 13px;
    }
}
.product-price {
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    color: #999;
    font-size: 15px;
    text-align: center;
    opacity: 0;
    padding-bottom: 32px;
}
@media only screen and (max-width: 768px) {
    .product-price {
        opacity: 1;
    }
}
.productDetail-attribute-label {
    margin: 20px 0 8px;
    text-transform: uppercase;
    color: #999;
}
.productDetail-attribute-list {
    margin-bottom: 32px;
    padding-left: 18px;
}
.productDetail-article {
    padding: 64px 0;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 768px) {
    .productDetail-article {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 0 32px;
    }
}
.productDetail-article-description {
    margin-bottom: 32px;
}
.productDetail-article-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}
@media only screen and (max-width: 768px) {
    .productDetail-article-image {
        width: 100%;
        margin-bottom: 16px;
    }
}
.productDetail-article-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding-left: 48px;
}
@media only screen and (max-width: 768px) {
    .productDetail-article-info {
        width: 100%;
        padding-left: 0;
    }
}
.productDetail-button {
    margin-bottom: 16px;
}
.productDetail-button .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 16px 0;
}
.productDetail-button .btn span {
    padding-top: 2px;
}
.productDetail-button .btn svg {
    width: 35px;
    height: 35px;
    fill: #fff;
}
.productDetail-image {
    width: 58%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
@media only screen and (max-width: 768px) {
    .productDetail-image {
        width: 100%;
    }
}
.productDetail-image-swiper img {
    width: 100%;
}
.productDetail-name {
    position: relative;
    margin-left: -50%;
    z-index: 1;
}
@media only screen and (max-width: 768px) {
    .productDetail-name {
        margin-left: 0;
        margin-top: 32px;
    }
}
.productDetail-name h1 {
    font-size: 70px;
    line-height: 1;
    color: #222;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    font-weight: normal;
    margin: 0;
}
@media only screen and (max-width: 768px) {
    .productDetail-name h1 {
        font-size: 28px;
    }
}
.productDetail-price {
    font-size: 28px;
    margin-top: 48px;
}
@media only screen and (max-width: 768px) {
    .productDetail-price {
        margin-top: 16px;
    }
}
.productDetail-priceNote {
    font-size: 13px;
    color: #666;
    margin-bottom: 16px;
}
.productDetail-recommendation {
    padding: 16px 0 32px;
}
.productDetail-recommendation-title {
    font-size: 28px;
    text-align: center;
    margin: 50px 0 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.productDetail-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 768px) {
    .productDetail-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.productDetail-shop {
    width: 42%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 40px;
    position: relative;
}
@media only screen and (max-width: 768px) {
    .productDetail-shop {
        width: 100%;
        padding-left: 0;
    }
}
.productDetail-suitable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 0;
}
@media only screen and (max-width: 768px) {
    .productDetail-suitable {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.productDetail-suitable-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    background: #f8f8f8;
    color: #222;
    text-transform: uppercase;
    padding: 30px;
    width: 25%;
    text-align: center;
    margin-right: 32px;
}
@media only screen and (max-width: 768px) {
    .productDetail-suitable-header {
        width: 100%;
        padding: 8px 0;
        font-size: 18px;
        margin: 16px 0;
    }
}
.productDetail-suitable-image img {
    width: 100%;
    mix-blend-mode: multiply;
}
.productDetail-suitable-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33%;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    will-change: background;
    cursor: pointer;
    text-align: center;
    padding: 16px;
    font-size: 13px;
}
@media only screen and (max-width: 768px) {
    .productDetail-suitable-item {
        width: 50%;
        padding: 8px;
    }
}
.productDetail-suitable-item:hover {
    background: #f8f8f8;
}
.productDetail-suitable-item:hover .productDetail-suitable-price {
    opacity: 1;
}
.productDetail-suitable-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
@media only screen and (max-width: 768px) {
    .productDetail-suitable-list {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.productDetail-suitable-name {
    color: #666;
    text-transform: uppercase;
}
.productDetail-suitable-price {
    color: #999;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    will-change: opacity;
}
.productDetail-store {
    position: absolute;
    right: 0;
}
@media only screen and (max-width: 768px) {
    .productDetail-store {
        position: relative;
    }
}
.productDetail-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.productDetail-thumb-image {
    margin: 0 8px;
    cursor: pointer;
}
.productDetail-thumb-image.is-active {
    border-bottom: 1px solid #222;
}
.productDetail-variant-color {
    font-size: 13px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    bottom: -20px;
    width: 100%;
    position: absolute;
}
.productDetail-variant-item {
    text-align: center;
    position: relative;
    padding-bottom: 8px;
}
.productDetail-variant-item.is-current:after,
.productDetail-variant-item:hover:after {
    position: absolute;
    content: "";
    bottom: 0;
    height: 1px;
    left: 1px;
    right: 1px;
    background: #222;
}
.productDetail-variant-item:hover .productDetail-variant-color {
    opacity: 1;
}
.productDetail-variant-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.productDetail-variant-text {
    margin-top: 24px;
    font-size: 15px;
    color: #666;
    text-transform: uppercase;
}
.productList-color {
    color: #666;
}
.productList-image {
    margin-right: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 30%;
}
.productList-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.productList-name {
    font-size: 18px;
}
.productList-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.productRecommendation {
    max-width: 1090px;
    margin: 0 auto;
}
.productRecommendation-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.3333%;
    flex: 1 0 33.3333%;
}
@media only screen and (max-width: 768px) {
    .productRecommendation-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
.productRecommendation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.productRecommendation-title {
    text-transform: uppercase;
    margin: 32px 0;
    letter-spacing: 1px;
    font-size: 23px;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .productRecommendation-title {
        font-size: 18px;
    }
}
.productSwiper {
    padding: 0 30px;
    position: relative;
}
.productSwiper .swiper-button-next:focus,
.productSwiper .swiper-button-prev:focus {
    outline: none;
}
.productSwiper .swiper-button-next {
    right: 0;
}
.productSwiper .swiper-button-prev {
    left: 0;
}
.productSwiper .swiper-pagination {
    display: none;
}
@media only screen and (max-width: 768px) {
    .productSwiper .swiper-pagination {
        display: block;
        position: relative;
        width: 70px;
        font-size: 12px;
        margin: 0 auto;
        text-align: center;
        padding: 4px 0;
        background: #666;
        color: white;
    }
}
.productSwiper-container {
    margin-top: 20px;
}
.productSwiper-image img {
    mix-blend-mode: multiply;
}
.productSwiper-link {
    display: block;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    padding-bottom: 30px;
}
.productSwiper-link:hover {
    text-decoration: none;
    background: #f8f8f8;
}
.productSwiper-link:hover .productSwiper-price {
    opacity: 1;
}
.productSwiper-name {
    margin-top: 10px;
    text-transform: uppercase;
    padding: 0 5px 10px;
    text-align: center;
}
.productSwiper-price {
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    color: #999;
    font-size: 15px;
    text-align: center;
    opacity: 0;
}
@media only screen and (max-width: 768px) {
    .productSwiper-price {
        opacity: 1;
    }
}
.reservation-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.reservation-block {
    max-width: 1024px;
    margin: 0 auto 32px;
}
.reservation-content {
    margin: 32px 0;
    text-align: center;
}
.reservation-download {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.reservation-download:hover {
    text-decoration: none;
}
.reservation-download:hover span {
    text-decoration: none;
}
.reservation-download img {
    width: 16px;
    margin-right: 8px;
}
.reservation-download span {
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
    .reservation-download {
        margin-right: auto;
        margin-top: 32px;
    }
}
.reservation-form .form-group .btn-outline {
    margin: 0 32px;
}
.reservation-form .form-label {
    width: 150px;
    padding-left: 0;
}
.reservation-head {
    margin: 0 0 40px;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    background: #f8f8f8;
    text-transform: uppercase;
}
.reservation-login {
    text-align: center;
}
.reservation-title {
    font-size: 18px;
    margin-bottom: 16px;
}
.reservation-text {
    font-size: 16px;
    margin: 16px 0;
    text-transform: uppercase;
}
.seasonHighlight .page-main {
    position: relative;
    z-index: 1;
}
.seasonHighlight .page-sidebar {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 25%;
    padding-right: 0;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 768px) {
    .seasonHighlight .page-sidebar {
        width: 100%;
    }
}
.seasonHighlight-article-content a {
    text-decoration: underline;
}
.seasonHighlight-article-content a:hover {
    text-decoration: none;
}
.seasonHighlight-article-content img {
    margin: 16px 0;
}
.seasonHighlight-article-content p {
    font-size: 20px;
}
@media only screen and (max-width: 768px) {
    .seasonHighlight-article-content p {
        font-size: 18px;
    }
}
.seasonHighlight-article-detail {
    position: relative;
    margin-top: -50px;
    padding: 50px 100px 0;
    background: #fff;
}
@media only screen and (max-width: 768px) {
    .seasonHighlight-article-detail {
        margin-top: 0;
        padding: 32px 0;
    }
}
.seasonHighlight-article-hero {
    height: 450px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
}
@media only screen and (max-width: 768px) {
    .seasonHighlight-article-hero {
        height: 240px;
        background-size: 100%;
    }
}
.seasonHighlight-article-meta {
    margin-bottom: 50px;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}
.seasonHighlight-article-post {
    position: relative;
    max-width: 1090px;
    margin: -50px auto 0 auto;
    padding: 50px 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #222;
}
@media only screen and (max-width: 768px) {
    .seasonHighlight-article-post {
        padding: 0;
    }
}
.seasonHighlight-article-subtitle {
    font-size: 28px;
    margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
    .seasonHighlight-article-subtitle {
        font-size: 22px;
    }
}
.seasonHighlight-article-title {
    position: relative;
    font-size: 44px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
.seasonHighlight-article-title:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    height: 1px;
    width: 150px;
    margin-left: -75px;
    background: #222;
}
@media only screen and (max-width: 768px) {
    .seasonHighlight-article-title {
        font-size: 24px;
    }
}
.seasonHighlight-sidebar {
    background: #fff;
    padding: 16px;
    left: -32px;
    position: relative;
    top: 16px;
}
@media only screen and (max-width: 768px) {
    .seasonHighlight-sidebar {
        position: static;
    }
}
.seasonHighlight-sidebar-item {
    position: relative;
}
.seasonHighlight-sidebar-item:before {
    content: "\2014\a0";
    margin-right: 4px;
}
.seasonHighlight-sidebar-title {
    font-size: 23px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.seasonHighlight-summary-button {
    text-align: center;
}
.seasonHighlight-summary-content {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 16px;
    bottom: 50px;
    background-color: #ffffff;
}
.seasonHighlight-summary-description {
    margin: 16px 0;
}
.seasonHighlight-summary-item {
    position: relative;
    margin-bottom: 8px;
    width: calc(50% - 8px);
}
.seasonHighlight-summary-item:first-child {
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .seasonHighlight-summary-item {
        width: 100%;
    }
}
.seasonHighlight-summary-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.seasonHighlight-summary-meta {
    text-align: center;
}
.seasonHighlight-summary-title {
    margin-bottom: 24px;
    font-size: 23px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
.seasonHighlight-summary-title:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    height: 1px;
    width: 150px;
    margin-left: -75px;
    background: #222;
}
.seasonHighlight-summary-title a:hover {
    text-decoration: none;
}
.sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 32px;
    -webkit-transition: top 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
    padding-bottom: 16px;
}
@media only screen and (max-width: 768px) {
    .sidebar {
        position: static;
    }
}
.sidebar.is-down {
    top: 170px;
}
.sidebar-category-dropdown {
    position: relative;
}
.sidebar-category-dropdown.is-open .sidebar-category-list {
    display: block;
}
@media only screen and (max-width: 768px) {
    .sidebar-category-dropdown {
        margin-bottom: 16px;
    }
}
.sidebar-category-item.is-active .sidebar-category-link {
    color: #ae9962;
    pointer-events: none;
}
.sidebar-category-link {
    display: block;
    padding: 8px 0;
    text-transform: uppercase;
    font-size: 15px;
    color: #222;
}
@media only screen and (max-width: 768px) {
    .sidebar-category-link {
        padding: 8px 16px;
        font-size: 13px;
    }
}
.sidebar-category-link:hover {
    color: #222;
}
@media only screen and (max-width: 768px) {
    .sidebar-category-list {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        padding-right: 0;
        background: #fff;
        border: 1px solid #aaa;
        z-index: 1;
    }
}
.sidebar-category-value {
    display: none;
}
@media only screen and (max-width: 768px) {
    .sidebar-category-value {
        display: block;
        padding: 8px 16px;
        text-transform: uppercase;
        border: 1px solid #bbb;
        -webkit-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        transition: all 0.15s ease;
        position: relative;
    }
}
.sidebar-category-value:after {
    right: 10px;
    top: 12px;
    content: "";
    position: absolute;
    padding: 3px;
    border: solid #222;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sidebar-mainCategory {
    display: block;
    text-decoration: underline;
    margin-bottom: 8px;
    font-size: 15px;
    text-transform: uppercase;
}
.sidebar-mainCategory:hover {
    text-decoration: none;
}
@media only screen and (max-width: 768px) {
    .sidebar-mainCategory {
        display: none;
    }
}
.storebox {
    margin-bottom: 16px;
    position: relative;
}
.storebox.is-open .storebox-content {
    display: block;
}
.storebox.is-open .storebox-trigger:after {
    top: 14px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.storebox-content {
    display: none;
    padding: 8px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #bbb;
    border-top: none;
    font-size: 13px;
}
.storebox-head {
    text-transform: uppercase;
    margin-bottom: 8px;
}
.storebox-item {
    margin-bottom: 16px;
}
.storebox-list {
    margin: 16px 0;
    padding-left: 16px;
}
.storebox-name {
    text-transform: uppercase;
}
.storebox-trigger {
    padding: 8px 24px 8px 16px;
    background: #fff;
    border: 1px solid #bbb;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    color: #666;
    min-width: 200px;
}
.storebox-trigger:after {
    top: 11px;
    right: 9px;
    content: "";
    position: absolute;
    padding: 2px;
    border: solid #666;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.storeLocator {
    margin-bottom: 32px;
}
.storeLocator .page-blockTitle {
    margin-bottom: 32px;
}
.storeLocator .page-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 768px) {
    .storeLocator .page-main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 768px) {
    .storeLocator .page-sidebar {
        padding-right: 0;
    }
}
.storeLocator-address,
.storeLocator-phone {
    font-weight: lighter;
    font-size: 13px;
}
.storeLocator-content {
    width: 50%;
    padding-right: 64px;
}
@media only screen and (max-width: 768px) {
    .storeLocator-content {
        width: 100%;
        padding-right: 0;
    }
}
.storeLocator-filter {
    position: relative;
}
.storeLocator-filter input {
    position: relative;
    width: 100%;
    font-size: 16px;
    padding: 12px 32px 12px 16px;
    background: #fff;
    border: 1px solid #bbb;
}
.storeLocator-filter input:focus,
.storeLocator-filter input:hover {
    border: 1px solid #aaa;
}
.storeLocator-filter .icon {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 41px;
    height: 41px;
    color: #222;
    background: #fff;
    cursor: pointer;
    z-index: 1;
}
.storeLocator-head {
    padding: 16px 0;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #222;
}
.storeLocator-image {
    width: 50%;
}
@media only screen and (max-width: 768px) {
    .storeLocator-image {
        width: 100%;
    }
}
.storeLocator-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
@media only screen and (max-width: 768px) {
    .storeLocator-info {
        text-align: center;
    }
}
.storeLocator-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 50px;
}
.storeLocator-noResult {
    text-align: center;
    margin: 50px 0;
}
.storeLocator-noResult-text {
    font-size: 15px;
}
.storeLocator-noResult-title {
    color: #ae9962;
    font-size: 18px;
}
.storeLocator-pin {
    margin-right: 8px;
}
.storeLocator-pin .icon {
    width: 32px;
    height: 32px;
}
.storeLocator-title {
    font-size: 16px;
    text-transform: uppercase;
}
.table {
    width: 100%;
    border-collapse: collapse;
}
@media only screen and (max-width: 768px) {
    .table {
        display: block;
    }
}
.table tbody {
    border-top: 2px solid #d8d3d3;
    border-bottom: 2px solid #d8d3d3;
}
@media only screen and (max-width: 768px) {
    .table tbody {
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    .table tbody td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 8px;
    }
}
.table tbody tr {
    border-bottom: 1px solid #d8d3d3;
}
.table tbody tr:last-child {
    border-bottom: none;
}
@media only screen and (max-width: 768px) {
    .table tbody tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .table thead {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .table tfoot {
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    .table tfoot tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .table tfoot td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 8px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.table td {
    padding: 16px 8px;
    position: relative;
}
.table th {
    text-align: left;
    padding: 16px 8px;
    font-weight: normal;
    text-transform: uppercase;
}
.table tr {
    vertical-align: top;
}
.td-action-button {
    margin-top: 32px;
}
.td-action-button .btn,
.td-action-button .btn-outline {
    width: 100%;
    font-size: 18px;
    padding: 16px 0;
}
@media only screen and (max-width: 768px) {
    .td-action-button {
        width: 100%;
        margin-top: 16px;
    }
}
.td-action-link {
    text-decoration: underline;
}
.td-action-link:hover {
    text-decoration: none;
}
.td-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.td-flex.aiFe {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.td-flexColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
.td-label {
    text-transform: uppercase;
    font-size: 20px;
}
.td-link-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.td-link-map img {
    width: 16px;
    margin-right: 8px;
}
.td-price-large {
    font-size: 24px;
}
.td-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 768px) {
    .td-product {
        width: 100%;
    }
}
.td-product.has-remove {
    margin-bottom: 70px;
}
.td-product-image {
    margin-right: 16px;
}
.td-product-image img {
    width: 90px;
}
@media only screen and (max-width: 768px) {
    .td-product-image {
        width: 30%;
    }
    .td-product-image img {
        width: 100%;
    }
}
.td-product-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.td-product-name {
    text-transform: uppercase;
}
.td-reservation-datepicker {
    margin-bottom: 16px;
}
.td-reservation-form {
    margin-bottom: 16px;
}
.td-reservation-form input {
    padding: 10px 15px;
    font-size: 14px;
    font-family: "Futura Book";
    background: #fff;
    border: 1px solid #bbb;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    width: 100%;
}
.td-reservation-select {
    position: relative;
}
.td-reservation-select:after {
    top: 14px;
    right: 10px;
    content: "";
    position: absolute;
    padding: 3px;
    border: solid #222;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
.td-reservation-title {
    margin-bottom: 8px;
}
.th-product {
    width: 40%;
}
.th-detail {
    width: 30%;
}
@media only screen and (max-width: 768px) {
    .video .page-sidebar {
        padding-right: 0;
    }
}
.video-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.video-item {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    width: 100%;
    margin-bottom: 32px;
}
.ov-hidden {
    overflow: hidden;
}

.customer-account-login #registerContent {
    margin-bottom: 50px;
}
.customer-account-login #registerContent form {
    margin-bottom: 0;
}
.customer-account-login #registerContent .form-buttons {
    padding-left: 0;
    margin: 16px 0;
}
.customer-account-login #registerContent #btnSubmitRegisterForm {
    width: 100%;
    height: 50px;
}
.customer-otp-index .contact-link,
.customer-otp-update .contact-link {
    color: blue;
    text-decoration: underline;
    display: inline-block;
    margin-left: 5px;
}