/*

   Magic Scroll v2.0.55
   Copyright 2023 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magicscroll/
   License agreement: https://www.magictoolbox.com/license/

*/
.MagicScroll,
.mcs-caption,
.mcs-button,
.mcs-item,
.mcs-item img,
.mcs-item > *,
.mcs-bullet,
.mcs-bullet:before,
.mcs-bullet:after,
.mcs-wrapper,
.mcs-items-container {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.MagicScroll,
.mcs-item,
.mcs-item a,
.mcs-item img,
.mcs-items-container {
    position: relative;
}
.MagicScroll,
.mcs-item,
.mcs-wrapper,
.mcs-items-container {
    overflow: hidden;
    direction: ltr;
}
.mcs-wrapper,
.mcs-item img {
    line-height: 100%;
}

.MagicScroll {
    z-index: 1;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

.MagicScroll.mcs-height-auto .mcs-item > a {
    width: 100%;
}

.MagicScroll > a {
    height: 100%;
}

.MagicScroll > a > img {
    max-height: 100%;
}

.MagicScroll.mcs-height-auto {
    height: auto !important;
}

.MagicScroll.MagicScroll-horizontal {
    -moz-touch-action: pan-y;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.MagicScroll.MagicScroll-vertical {
    -moz-touch-action: pan-x;
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

body.mcs-dragging {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
body.mcs-dragging .MagicScroll,
body.mcs-dragging button.mcs-button.mcs-horizontal.mcs-button-arrow {
    cursor: inherit;
}

.mcs-item,
.MagicScroll figure,
/*.mcs-item img,*/
.mcs-item .mcs-caption {
    display: inline-block;
}

.MagicScroll .mcs-item img {
    pointer-events: none;
}

.mcs-item img {
    display: inline-block !important;
}

.MagicScroll > * {
    display: inline-block;
    max-width: 100%;
}
.MagicScroll > *:first-child {
    visibility: hidden;
}
.MagicScroll > *:nth-child(n+2) {
    display: none;
}

.MagicScroll > a {
    line-height: 100%;
}

.MagicScroll img {
    visibility: hidden;
}
.MagicScroll .mcs-item img {
    visibility: visible;
    float: none !important;
}

.mcs-button,
.mcs-bullets,
.mcs-wrapper {
    position: absolute;
}

.MagicScroll:before,
.MagicScroll figcaption:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    height: 0;
}
.mcs-wrapper {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
    z-index: 100;
}

.mcs-items-container {
    text-align: center;
    overflow: visible;
    width: 100%;
    height: 100%;
}

.mcs-item {
    top: 0;
    left: 0;
    zoom: 1;
    /*font-size: 9pt !important;*/
    font-size: 0;
    line-height: 100%;
    max-width: 100%;
}

.mcs-item:after,
.mcs-item > a:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.MagicScroll-horizontal .mcs-item {
    height: 100%;
}

.MagicScroll-vertical .mcs-item {
    display: block;
    width: 100%;
}

.mcs-item > a,
.MagicScroll-horizontal .mcs-items-container > * {
    display: inline-block;
}
.mcs-item a,
.mcs-item img {
    border: none;
    max-width: 100%;
    max-height: 100%;
}
.mcs-item a {
    height: 100%;
}

.mcs-item img {
    width: auto;
    height: auto;
    vertical-align: middle;
}

.MagicScroll figure {
    position: relative;
    vertical-align: middle;
    font-size: 0;
    margin: 0;
    max-width: 100%;
    max-height: 100%;
    line-height: normal;
}

.lt-ie9-magic .mcs-item > a > img {
    position: static;
}
.lt-ie9-magic figcaption {
    display: block;
}
.lt-ie10-magic .mcs-item a img {
    border: none;
}

.ie7-magic .mcs-item img,
.ie7-magic .MagicScroll-vertical .mcs-item a {
    display: inline-block;
}

.ie7-magic .MagicScroll-horizontal .mcs-item  {
    display: inline;
}

.mcs-button {
    display: block;
}

.MagicScroll .mcs-hidden {
    display: none !important;
    visibility: hidden !important;
}

.ie11-magic .MagicScroll[data-mode="scroll"] .mcs-items-container,
.MagicScroll[data-mode="carousel"] .mcs-items-container,
.MagicScroll[data-mode="cover-flow"] .mcs-items-container {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;

    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
}
.MagicScroll[data-mode="carousel"] .mcs-item,
.MagicScroll[data-mode="cover-flow"] .mcs-item {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.MagicScroll figcaption {
    display: inline-block;
    position: relative;
    left: 0;
    float: left;
    width: 100%;
    line-height: 100%;
    clear: both;
    z-index: 150;
}
.MagicScroll figcaption,
.MagicScroll[data-mode="carousel"] .mcs-item .mcs-caption,
.MagicScroll[data-mode="cover-flow"] .mcs-item .mcs-caption {
    left: 50%;
    -webkit-transform: translateZ(1px) translateX(-50%);
    transform: translateZ(1px) translateX(-50%);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.lt-ie9-magic .MagicScroll figcaption,
.lt-ie9-magic .MagicScroll figure img {
    float: right;
}
.MagicScroll .mcs-reflection {
    -webkit-transform: translateZ(-1px);
    position: absolute;
    display: inline-block;
    left: 0px;
    z-index: 1;
}

.MagicScroll .mcs-item.mcs-noimg {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAGB0lEQVRIS5WXa2wUVRTH/3dmn2136b5a2u2LsoogEiGGBGnlYUJMiEpi1MSYGNHvoAjfNEQ/iaL4XTAmxkQSE3zFaESQrZIQIxHlaVtK22273Udhtt3nPDx3Zmc7u9ttdZLN7s6ce37nf885995h+G8X+yXUMSho4l4wbTtjiADMZwzV5jQNw0xjvylM+XZHYjrKb67kli1ncBQQHg+GDzKRHW/u74F3QwTNa7rhDPogNrn0oUo2j0JyDgu3JyFd+wcLo+PQFO3Q2WTsBI1XG/lvCI6GOl9mgnjKv3UT2h7fBpudZKSTUKW70HJZaHJJ98noAXM3QfC2gvmD4Ldnz15E+tIVaKqyfzAx9clS8CXBF9rCb7v8vjd7XnwaTocKZWJUh9EUG7AaT+a80pTrQYjd/SgUBYx/9hXy6bl3HpuNvVULrwNHQ+ETnkjvge5n9wBjN6Fm7ulAVsY1mqIKnNLLAxA8q4C+dRg//QPmR8Y/GkzEDlrhVX6iwa53vev6jvTs2wHlxp+AXKwDmqprFXCYXmrlB4QHbA6I6x/G+JnzyNwYe28gOXnEHFcB85y62gKn+l94Asr1ywTUdGjt9K6suBwAcTmcexHXb8Ho598jP5uq5Fz3cxoQw6u75f6XnoIYuwGmyBVoOplERpJ0b16vF4Fg0MhzOSLNlEr3UmQrlW09ZOsLBA24aIMSfgCjn36N2MyE7TlqBh0cDYZfDzzy4PFQ2AEtcxdCWWk6nUYmk0H7lxd1WPyZbfB6PAgGAnWFmkylINXYesjW5/NTT5FuTysSsSJSv189NJiMfcDBbKi9S408vxtC7JahVFcE3JmMVaAmSYe3tCDka63AE3N3Ic3PL2nbEw7reefK1fB9GP7iHAbikwK7EFy9w7Om53w44gaoZYQylMPHpuN1zirKm5sQWuVF4p4EaSHb0K63o12vcn0loVaLDeeQuT2+k/FKXj340BGvHDeUWsDpzAIyuVxjuNsNaZnnHrcLPk+LDjZUA5KtHTPRv44x6tto3+6NAw5pSocKes8u9m06m4OULzSEm/m3Jp2nw+N0ItDsLlc2KS7DC95OjP98NcqG2sIza7f3tQsLcxaoATZbKZXLQyqU0HnmUl1R1d6Y2rcVXqcdAVJrKNU7Wv9wuNrsw8ivY3ECdxUiW/wOFPNVas0p11uHtwqBpZKM3u8uN4Tf2bsZXrsNfgLza3GKDTgHw+HC8B/pog5eu8HlYJq6LJg7SpUUSLKKyI9/18GH92yE1yYgYBcXV69KbhfBGhMwci3PweGZ7vud7TaBes2S31rFcyUV84qK9eduNlR8fdc6tIgCWu28N+oV8xmQVYaJW4W4XlxtkeYBp61UDbbsRFxljqCbhkZXzPGVgX64Ce4h9Yvwcp4JXJDtSAxnqbiCXce8fd7DTS5j2zPXYrO4sgTNU3I2X7xTB728rbfhfSe1RxMFYCDL7UQ/s3k37o1ljukLiCu46rzHX6hqJx5CgfJeXAbKnReWeW4nJS6yMQuLf2fSTuST93YaS2Zbl+rpESFSMS7mmRayFZya4BIlr9GMmGCeX4VOJ5kJFT/FJ8TKJuEIOI47fIpFNcNSDvn08lE2y8Ysk1eFHNfCua2NbM3FozgnopgqVjYJfVvsbO+WHR0MgnNRtZlU0yF3ZKxu1buyvkAQnH9bba25VQtAcVrDVNyyLXIDOgjsF9z2k2IbLedUkOaUi/TDxJgr0JKlzc9bluLkm4LCg9ETTL9nqdBypVcHElMn+fiq0HmFo4UdBt/ruZOaKq8bYImg6shjqWJ9GpL0mdeWPvqYPvhhD03CASVIC4rRivplbbOlFFvbxnxOTQExSSOz6vKHPXMAV645cbjkJ3cOQ7n1qvlb99qgH3OLgD1NaSqgSmmtkDoRQ6HOV0jyx3IzUPLQ6cFWH0DtIP1YKxMww2Bb4POtVnJaa1sbfNXzo8YrzGtMYO/LVO2yS4PsMILQzCW1DLMVCZanD1Wvpmpv0CvMhzT+/7/CWCPgAewKdQwwTXySMe1Rmvq1NS9tIxq9tGlM+eZcYnpoOaDp91/hrs4Y2r7FDQAAAABJRU5ErkJggg==") center center no-repeat;
}

/*
 * Caption
 */
.mcs-item .mcs-caption {
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    z-index: 150;
}

.MagicScroll[data-mode="cover-flow"] .mcs-item figcaption.mcs-caption,
.MagicScroll[data-mode="carousel"] .mcs-item figcaption.mcs-caption {
    top: 100%;
}

.MagicScroll[data-mode="scroll"] .mcs-item figure,
.MagicScroll[data-mode="animation"] .mcs-item figure {
    overflow: hidden;
}

.MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption,
.MagicScroll[data-mode="animation"] .mcs-item .mcs-caption {
    left: 0;
    width: 100%;
    bottom: 0;
    -webkit-transition: -webkit-transform .25s;
            transition: transform .25s;
    -webkit-transform: translateY(150%);
            -ms-transform: translate(0, 150%);
            transform: translateY(150%);
}

.MagicScroll[data-mode="scroll"] .mcs-item:hover .mcs-caption,
.MagicScroll[data-mode="animation"] .mcs-item:hover .mcs-caption {
    -webkit-transform: translateY(0%);
        -ms-transform: translate(0, 0%);
            transform: translateY(0%);
}

.MagicScroll[data-mode="scroll"].caption-below .mcs-caption,
.MagicScroll[data-mode="animation"].caption-below .mcs-caption {
    -webkit-transition: none;
            transition: none;
    -webkit-transform: none;
            -ms-transform: none;
            transform: none;
}

.lt-ie9-magic .MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption,
.lt-ie9-magic .MagicScroll[data-mode="animation"] .mcs-item .mcs-caption {
    bottom: -150%;
}
.lt-ie9-magic .MagicScroll[data-mode="scroll"] .mcs-item:hover .mcs-caption,
.lt-ie9-magic .MagicScroll[data-mode="animation"] .mcs-item:hover .mcs-caption {
    bottom: 0%;
}

/**
 * Buttons & Arrows
 */
.mcs-button {
    cursor: pointer;
    z-index: 1000;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
}
.MagicScroll:hover > .mcs-button:hover {
    opacity: 1;
}

.mcs-button-arrow {
    z-index: 120;
}
.MagicScroll-horizontal .mcs-button-arrow {
    width: 40px;
    height: 100%;
    top: 0;
}
.MagicScroll-vertical .mcs-button-arrow {
    width: 100%;
    height: 40px;
    left: 0;
}

.MagicScroll-horizontal .mcs-button-arrow-prev { left: 0; right: auto; top: 0; bottom: 0; }
.MagicScroll-horizontal .mcs-button-arrow-next { left: auto; right: 0; top: 0; bottom: 0; }
.MagicScroll-vertical .mcs-button-arrow-prev { top: 0; bottom: auto; left: 0; right: 0; }
.MagicScroll-vertical .mcs-button-arrow-next { top: auto; bottom: 0; left: 0; right: 0; }

.MagicScroll[data-mode="carousel"] .mcs-item,
.MagicScroll[data-mode="cover-flow"] .mcs-item {
    overflow: visible;
}

/*
 * Bullets
 */
.mcs-bullets {
    text-align: center;
    display: inline-block !important;
    opacity: 0;
    top: 100%;
}
.mcs-bullets.show {
    opacity: 1.0;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.MagicScroll-horizontal .mcs-bullets {
    width: 100%;
    left: 0;
}
.MagicScroll-vertical .mcs-bullets {
    top: 0;
    left: 100%;
    display: inline-block;
    vertical-align: middle;
}
.mcs-bullet {
    border-radius: 50%;
    margin: 4px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-indent: 9999px;
    vertical-align: middle;
    font: 0/0 a;
    color: transparent;
    outline: none;
}
.mcs-bullet.active {
    cursor: default;
}

/**
 * Animation mode
 */
[data-mode="animation"] div[data-action="exit"],
[data-mode="animation"] div[data-action="enter"] {
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
}
[data-mode="animation"] div[data-action="enter"] {
    -webkit-animation-timing-function: cubic-bezier(.12,.37,.25,1);
            animation-timing-function: cubic-bezier(.12,.37,.25,1);
}
[data-mode="animation"] .mcs-item {
    -webkit-animation-duration: 0;
    -webkit-transform: none;
            animation-name: none;
            animation-duration: 0;
}

[data-mode="animation"] .mcs-item[data-animation-nth="1"] {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
}
[data-mode="animation"] .mcs-item[data-animation-nth="2"] {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
}
[data-mode="animation"] .mcs-item[data-animation-nth="3"] {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
}
[data-mode="animation"] .mcs-item[data-animation-nth="4"] {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
}
[data-mode="animation"] .mcs-item[data-animation-nth="5"] {
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
}
[data-mode="animation"] .mcs-item[data-animation-nth="6"] {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
}
[data-mode="animation"] .mcs-item[data-animation-nth="7"] {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
}
[data-mode="animation"] .mcs-item[data-animation-nth="8"] {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
}
[data-mode="animation"] .mcs-item[data-animation-nth="9"] {
    -webkit-animation-delay: 0.55s;
            animation-delay: 0.55s;
}
[data-mode="animation"] .mcs-item[data-animation-nth="10"] {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
}

.MagicScroll-horizontal[data-mode="animation"] [data-forward] [data-entering],
.MagicScroll-horizontal[data-mode="animation"] [data-forward] [data-exited] {
    -webkit-transform: translateX(100000px);
            transform: translateX(100000px);
}
.MagicScroll-horizontal[data-mode="animation"] [data-backward] [data-entering],
.MagicScroll-horizontal[data-mode="animation"] [data-backward] [data-exited] {
    -webkit-transform: translateX(-100000px);
            transform: translateX(-100000px);
}
.MagicScroll-vertical[data-mode="animation"] [data-forward] [data-entering],
.MagicScroll-vertical[data-mode="animation"] [data-forward] [data-exited] {
    -webkit-transform: translateY(100000px);
            transform: translateY(100000px);
}
.MagicScroll-vertical[data-mode="animation"] [data-backward] [data-entering],
.MagicScroll-vertical[data-mode="animation"] [data-backward] [data-exited] {
    -webkit-transform: translateY(-100000px);
            transform: translateY(-100000px);
}
/**
 * SlideIn animation
 */
[data-mode="animation"] .mcs-item[data-action="exit"],
.mcs-slidein[data-mode="animation"] .mcs-item[data-action="exit"] {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
}
[data-mode="animation"] .mcs-item[data-action="enter"],
.mcs-slidein[data-mode="animation"] .mcs-item[data-action="enter"] {
    -webkit-animation-timing-function: cubic-bezier(.12,.37,.25,1);
            animation-timing-function: cubic-bezier(.12,.37,.25,1);
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
}

/* Horizontal Forward */
.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"],
.mcs-slidein.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"] {
    -webkit-animation-name: h-forward-exit-slidein;
            animation-name: h-forward-exit-slidein;
}
.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"],
.mcs-slidein.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"] {
    -webkit-animation-name: h-forward-enter-slidein;
            animation-name: h-forward-enter-slidein;
}
@-webkit-keyframes h-forward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-600px);
                transform: translateX(-600px);
    }
}
@keyframes h-forward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-600px);
                transform: translateX(-600px);
    }
}
@-webkit-keyframes h-forward-enter-slidein {
    0%   {
        opacity: 0;
        -webkit-transform: translateX(180px);
                transform: translateX(180px);
    }
    100%   {
        opacity: 1;
        -webkit-transform:translateX(0px);
                transform:translateX(0px);
    }
}
@keyframes h-forward-enter-slidein {
    0%   {
        opacity: 0;
        -webkit-transform: translateX(180px);
                transform: translateX(180px);
    }
    100%   {
        opacity: 1;
        -webkit-transform:translateX(0px);
                transform:translateX(0px);
    }
}

/* Horizontal Backward */
.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"],
.mcs-slidein.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"] {
    -webkit-animation-name: h-backward-exit-slidein;
            animation-name: h-backward-exit-slidein;
}
.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"],
.mcs-slidein.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"] {
    -webkit-animation-name: h-backward-enter-slidein;
            animation-name: h-backward-enter-slidein;
}
@-webkit-keyframes h-backward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(600px);
                transform: translateX(600px);
    }
}
@keyframes h-backward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(600px);
                transform: translateX(600px);
    }
}
@-webkit-keyframes h-backward-enter-slidein {
    0%   {
        opacity: 0;
        -webkit-transform: translateX(-180px);
                transform: translateX(-180px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
}
@keyframes h-backward-enter-slidein {
    0%   {
        opacity: 0;
        -webkit-transform: translateX(-180px);
                transform: translateX(-180px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
}

/* Vertical Forward */
.MagicScroll-vertical[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"],
.mcs-slidein.MagicScroll-vertical[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"] {
    -webkit-animation-name: v-forward-exit-slidein;
            animation-name: v-forward-exit-slidein;
}
.MagicScroll-vertical[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"],
.mcs-slidein.MagicScroll-vertical[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"] {
    -webkit-animation-name: v-forward-enter-slidein;
            animation-name: v-forward-enter-slidein;
}
@-webkit-keyframes v-forward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-600px);
                transform: translateY(-600px);
    }
}
@keyframes v-forward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-600px);
                transform: translateY(-600px);
    }
}
@-webkit-keyframes v-forward-enter-slidein {
    0%   {
        opacity: 0;
        -webkit-transform: translateY(180px);
                transform: translateY(180px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
@keyframes v-forward-enter-slidein {
    0%   {
        opacity: 0;
        -webkit-transform: translateY(180px);
                transform: translateY(180px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}

/* Vertical Backward */
.MagicScroll-vertical[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"],
.mcs-slidein.MagicScroll-vertical[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"] {
    -webkit-animation-name: v-backward-exit-slidein;
            animation-name: v-backward-exit-slidein;
}
.MagicScroll-vertical[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"],
.mcs-slidein.MagicScroll-vertical[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"] {
    -webkit-animation-name: v-backward-enter-slidein;
            animation-name: v-backward-enter-slidein;
}
@-webkit-keyframes v-backward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(600px);
                transform: translateY(600px);
    }
}
@keyframes v-backward-exit-slidein {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(600px);
                transform: translateY(600px);
    }
}
@-webkit-keyframes v-backward-enter-slidein {
    0%   {
        opacity: 0;
        -webkit-transform: translateY(-180px);
                transform: translateY(-180px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
@keyframes v-backward-enter-slidein {
    0%   {
        opacity: 0;
        -webkit-transform: translateY(-180px);
                transform: translateY(-180px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
/**
 * Bounce animation
 */
.mcs-bounce[data-mode="animation"] .mcs-item[data-action="exit"] {
    -webkit-animation-timing-function: cubic-bezier(.84,0,1,1);
            animation-timing-function: cubic-bezier(.84,0,1,1);
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    /*-webkit-animation-delay: 0s;
            animation-delay: 0s;*/
}

.mcs-bounce[data-mode="animation"] .mcs-item[data-action="enter"] {
    -webkit-animation-timing-function: cubic-bezier(.12,.37,.25,1);
            animation-timing-function: cubic-bezier(.12,.37,.25,1);
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
}

/* Horizontal Forward */
.mcs-bounce.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="exit"] {
    -webkit-animation-name: h-forward-exit-bounce;
            animation-name: h-forward-exit-bounce;
}
.mcs-bounce.MagicScroll-horizontal[data-mode="animation"] [data-forward] .mcs-item[data-action="enter"] {
    -webkit-animation-name: h-forward-enter-bounce;
            animation-name: h-forward-enter-bounce;
}

@-webkit-keyframes h-forward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0) translateZ(-1px);
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
                transform: translateX(-2000px) translateZ(-1px);
    }
}
@keyframes h-forward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0) translateZ(-1px);
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
                transform: translateX(-2000px) translateZ(-1px);
    }
}
@-webkit-keyframes h-forward-enter-bounce {
    0%   {
        opacity: 0;
        -webkit-transform: translateX(3000px);
                transform: translateX(3000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
                transform: translateX(-30px);
    }
    75% {
        -webkit-transform:translateX(10px);
                transform:translateX(10px);
    }
    90% {
        -webkit-transform:translateX(-5px);
                transform:translateX(-5px);
    }
    100%   {
        -webkit-transform:translateX(0px);
                transform:translateX(0px);
    }
}
@keyframes h-forward-enter-bounce {
    0%   {
        opacity: 0;
        -webkit-transform: translateX(3000px);
                transform: translateX(3000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
                transform: translateX(-30px);
    }
    75% {
        -webkit-transform:translateX(10px);
                transform:translateX(10px);
    }
    90% {
        -webkit-transform:translateX(-5px);
                transform:translateX(-5px);
    }
    100%   {
        -webkit-transform:translateX(0px);
                transform:translateX(0px);
    }
}

/* Horizontal Backward */
.mcs-bounce.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="exit"] {
    -webkit-animation-name: h-backward-exit-bounce;
            animation-name: h-backward-exit-bounce;
}
.mcs-bounce.MagicScroll-horizontal[data-mode="animation"] [data-backward] .mcs-item[data-action="enter"] {
    -webkit-animation-name: h-backward-enter-bounce;
            animation-name: h-backward-enter-bounce;
}
@-webkit-keyframes h-backward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0) translateZ(-1px);
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
                transform: translateX(2000px) translateZ(-1px);
    }
}
@keyframes h-backward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0) translateZ(-1px);
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
                transform: translateX(2000px) translateZ(-1px);
    }
}
@-webkit-keyframes h-backward-enter-bounce {
    0%   {
        opacity: 0;
        -webkit-transform: translateX(-3000px);
                transform: translateX(-3000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
                transform: translateX(30px);
    }
    75% {
        -webkit-transform:translateX(-10px);
                transform:translateX(-10px);
    }
    90% {
        -webkit-transform:translateX(5px);
                transform:translateX(5px);
    }
    100%   {
        -webkit-transform:translateX(0px);
                transform:translateX(0px);
    }
}
@keyframes h-backward-enter-bounce {
    0%   {
        opacity: 0;
        -webkit-transform: translateX(-3000px);
                transform: translateX(-3000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
                transform: translateX(30px);
    }
    75% {
        -webkit-transform:translateX(-10px);
                transform:translateX(-10px);
    }
    90% {
        -webkit-transform:translateX(5px);
                transform:translateX(5px);
    }
    100%   {
        -webkit-transform:translateX(0px);
                transform:translateX(0px);
    }
}

/* Vertical Forward */
.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-forward] div[data-action="exit"] {
    -webkit-animation-name: v-forward-exit-bounce;
            animation-name: v-forward-exit-bounce;
}
.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-forward] div[data-action="enter"] {
    -webkit-animation-name: v-forward-enter-bounce;
            animation-name: v-forward-enter-bounce;
}
.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-forward] [data-entering] {
    -webkit-transform: translateY(100000px);
            transform: translateY(100000px);
}
.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-forward] [data-exited] {
    -webkit-transform: translateY(100000px);
            transform: translateY(100000px);
}
@-webkit-keyframes v-forward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
                transform: translateY(-2000px);
    }
}
@keyframes v-forward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
                transform: translateY(-2000px);
    }
}
@-webkit-keyframes v-forward-enter-bounce {
    0%   {
        opacity: 0;
        -webkit-transform: translateY(3000px);
                transform: translateY(3000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
                transform: translateY(-30px);
    }
    75% {
        -webkit-transform:translateY(10px);
                transform:translateY(10px);
    }
    90% {
        -webkit-transform:translateY(-5px);
                transform:translateY(-5px);
    }
    100%   {
        -webkit-transform:translateY(0px);
                transform:translateY(0px);
    }
}
@keyframes v-forward-enter-bounce {
    0%   {
        opacity: 0;
        -webkit-transform: translateY(3000px);
                transform: translateY(3000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
                transform: translateY(-30px);
    }
    75% {
        -webkit-transform:translateY(10px);
                transform:translateY(10px);
    }
    90% {
        -webkit-transform:translateY(-5px);
                transform:translateY(-5px);
    }
    100%   {
        -webkit-transform:translateY(0px);
                transform:translateY(0px);
    }
}

/* Vertical Backward */
.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-backward] div[data-action="exit"] {
    -webkit-animation-name: v-backward-exit-bounce;
            animation-name: v-backward-exit-bounce;
}
.mcs-bounce.MagicScroll-vertical[data-mode="animation"] [data-backward] div[data-action="enter"] {
    -webkit-animation-name: v-backward-enter-bounce;
            animation-name: v-backward-enter-bounce;
}
@-webkit-keyframes v-backward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
                transform: translateY(2000px);
    }
}
@keyframes v-backward-exit-bounce {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
                transform: translateY(2000px);
    }
}
@-webkit-keyframes v-backward-enter-bounce {
    0%   {
        opacity: 0;
        -webkit-transform: translateY(-3000px);
                transform: translateY(-3000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
                transform: translateY(30px);
    }
    75% {
        -webkit-transform:translateY(-10px);
                transform:translateY(-10px);
    }
    90% {
        -webkit-transform:translateY(5px);
                transform:translateY(5px);
    }
    100%   {
        -webkit-transform:translateY(0px);
                transform:translateY(0px);
    }
}
@keyframes v-backward-enter-bounce {
    0%   {
        opacity: 0;
        -webkit-transform: translateY(-3000px);
                transform: translateY(-3000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
                transform: translateY(30px);
    }
    75% {
        -webkit-transform:translateY(-10px);
                transform:translateY(-10px);
    }
    90% {
        -webkit-transform:translateY(5px);
                transform:translateY(5px);
    }
    100%   {
        -webkit-transform:translateY(0px);
                transform:translateY(0px);
    }
}
/*
 * Arrows
 */
.MagicScroll-horizontal .mcs-button-arrow-prev:before,
.MagicScroll-horizontal .mcs-button-arrow-next:before,
.MagicScroll-vertical .mcs-button-arrow-prev:before,
.MagicScroll-vertical .mcs-button-arrow-next:before {
    content: "";
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    position: absolute;
    border-width: 3px;
    border-color: rgba(49,51,61,0.6);
    border-style: solid;
    border-right: none;
    border-bottom: none;
    -webkit-transition: border-color .15s linear;
            transition: border-color .15s linear;
}

.MagicScroll-horizontal .mcs-button-arrow-prev:before {
    left: 62%;
    -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
            transform: translate(-50%, -50%) rotateZ(-45deg);
}

.MagicScroll-horizontal .mcs-button-arrow-next:before {
    left: 40%;
    -webkit-transform: translate(-50%, -50%) rotateZ(135deg);
            transform: translate(-50%, -50%) rotateZ(135deg);

}
.MagicScroll-vertical .mcs-button-arrow-prev:before {
    top: 62%;
    -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
            transform: translate(-50%, -50%) rotateZ(45deg);
}
.MagicScroll-vertical .mcs-button-arrow-next:before {
    top: 40%;
    -webkit-transform: translate(-50%, -50%) rotateZ(-135deg);
            transform: translate(-50%, -50%) rotateZ(-135deg);
}
.mcs-button-arrow.mcs-disabled {
    opacity: 0.01 !important;
}
.MagicScroll > .mcs-button-arrow {
    /*font-size: 20px;*/
    width: 30px;
    height: 30px;
    margin: auto;
    opacity: 0.6;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.MagicScroll-horizontal .mcs-button-arrow-prev { left: 0; right: auto; top: 0; bottom: 0; }
.MagicScroll-horizontal .mcs-button-arrow-next { left: auto; right: 0; top: 0; bottom: 0; }
.MagicScroll-vertical .mcs-button-arrow-prev { top: 0; bottom: auto; left: 0; right: 0; }
.MagicScroll-vertical .mcs-button-arrow-next { top: auto; bottom: 0; left: 0; right: 0; }

.MagicScroll:hover > .mcs-button-arrow:hover:not(.mcs-disabled) {
    opacity: 1;
}

.MagicScroll:hover > .mcs-button-arrow:hover:not(.mcs-disabled):before {
    border-color: rgba(49,51,61,1);
}

.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {
    width: 24px;
    height: 24px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .75);
    box-shadow: 0 0 1px rgba(153, 153, 153, .5);
    -webkit-transition: background-color .15s linear;
            transition: background-color .15s linear;
}

.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:before {
    width: 8px;
    height: 8px;
}

.MagicScroll-horizontal.MagicScroll-arrows-inside:hover > .mcs-button-arrow:hover:not(.mcs-disabled) {
    background-color: rgba(255, 255, 255, .96);
}
.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-prev {
    left: 5px;
}
.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-next {
    right: 5px;
}
.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-prev {
    top: 5px;
}
.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-next {
    bottom: 5px;
}

.lt-ie10-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {
    border: 1px solid rgba(153, 153, 153, .5);
}
.lt-ie9-magic .mcs-button-arrow:before {
    border-color: #83858B;
}
.lt-ie9-magic .MagicScroll:hover > .mcs-button-arrow:hover:before {
    border-color: #31333D;
}
.lt-ie9-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:before {
    border-color: #31333D;
}
.lt-ie9-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {
    background: #fff;
    border: 1px solid #999;
    filter: alpha(opacity = 60);
}
.lt-ie9-magic .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:hover {
    filter: alpha(opacity = 96);
}
.lt-ie9-magic .mcs-button-arrow.mcs-disabled {
    filter: alpha(opacity = 0.01) !important;
}

/*
 * Bullets
 */
.MagicScroll-horizontal .mcs-bullets {
    margin-top: 10px;
}
.MagicScroll-horizontal.MagicScroll-bullets {
    margin-bottom: 35px;
}
.MagicScroll-vertical .mcs-bullets {
    margin-left: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.MagicScroll-vertical.MagicScroll-bullets {
    margin-right: 35px;
}

.mcs-bullet {
    width: 10px;
    height: 10px;
    background-color: #83858B;
}
.mcs-bullet:hover {
    background-color: #5a5a5a;
}
.mcs-bullet.active {
    background-color: transparent;
    border: 1px solid #5a5a5a;
}

/* Caption */
.mcs-item .mcs-caption {
    color: white;
    padding: 5px 0;
    font: normal 9pt/1.2em 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
    text-rendering: geometricPrecision;
}
.MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption,
.MagicScroll[data-mode="animation"] .mcs-item .mcs-caption {
    background-color: #31333D;
    background-color: rgba(49,51,61,0.7);
}
.lt-ie9-magic .MagicScroll[data-mode="scroll"] .mcs-item .mcs-caption,
.lt-ie9-magic .MagicScroll[data-mode="animation"] .mcs-item .mcs-caption {
    filter: alpha(opacity=60);
}

/* Carousel & Cover Flow */
.MagicScroll[data-mode="carousel"],
.MagicScroll[data-mode="cover-flow"] {
    background: #4f4f4f;
}
.MagicScroll[data-mode="carousel"] img,
.MagicScroll[data-mode="cover-flow"] img {
    box-shadow: 0px 15px 30px -10px #000;
}
.MagicScroll[data-mode="carousel"] figcaption,
.MagicScroll[data-mode="cover-flow"] figcaption {
    padding: 4px 0 0;
    font-size: 10pt;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

/* Misc */
.MagicScroll.mcs-shadows {
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.15);
}

.MagicScroll.mcs-border .mcs-item {
    background: #fff;
    border: 1px solid #efefef;
}
.MagicScroll-horizontal.mcs-border .mcs-item {
    margin: 0 3px;
}
.MagicScroll-vertical.mcs-border .mcs-item {
    margin: 3px 0;
}
/*
 * Loader
 */
.mcs-loader {
    pointer-events: none;
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.mcs-loader .mcs-loader-text {
    position:absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -35px;

    width:70px;
    height:20px;
}

.mcs-loader-circles {
    position:absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    width:60px;
    height:60px;
    opacity: 1;
    -webkit-transform:scale(0.6);
    transform:scale(0.6);
}

.mcs-loader-circle {
    position:absolute;
    background-color:#ffffff;
    height:11px;
    width:11px;
    border-radius:50%;

    -webkit-animation-name:MagicCircle;
    -webkit-animation-duration:0.48s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;

    animation-name:MagicCircle;
    animation-duration:0.48s;
    animation-iteration-count:infinite;
    animation-direction:linear;
}

.mcs-loader-circle_01 {
    left:0;
    top:25px;
    -webkit-animation-delay:0.18s;
    animation-delay:0.18s;
}

.mcs-loader-circle_02 {
    left:7px;
    top:7px;
    -webkit-animation-delay:0.24s;
    animation-delay:0.24s;
}

.mcs-loader-circle_03{
    left:25px;
    top:0;
    -webkit-animation-delay:0.3s;
    animation-delay:0.3s;
}

.mcs-loader-circle_04 {
    right:7px;
    top:7px;
    -webkit-animation-delay:0.36s;
    animation-delay:0.36s;
}

.mcs-loader-circle_05 {
    right:0;
    top:25px;
    -webkit-animation-delay:0.42s;
    animation-delay:0.42s;
}

.mcs-loader-circle_06 {
    right:7px;
    bottom:7px;
    -webkit-animation-delay:0.48s;
    animation-delay:0.48s;
}

.mcs-loader-circle_07{
    left:25px;
    bottom:0;
    -webkit-animation-delay:0.54s;
    animation-delay:0.54s;
}

.mcs-loader-circle_08 {
    left:7px;
    bottom:7px;
    -webkit-animation-delay:0.6s;
    animation-delay:0.6s;
}

@-webkit-keyframes MagicCircle {
    0%{background-color:#000000}
    100%{background-color:#ffffff}
}

@keyframes MagicCircle {
    0%{background-color:#000000}
    100%{background-color:#ffffff}
}

.mcs-item-loader {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background: url('data:image/gif;base64,R0lGODlhKgAqAOZyAFlWV/X09ERAQS0pKt7d3rKwscjHyJyam3BtboaDhOfm5vf399XV1XNwcdbW1rW0tIOBgcXExGJfYJSSkj46O/b29pGPj+Pj48jHx/39/eDf39vb26Sio7u6uqyqq8rJyfHx8fn5+a2rrO3s7c/Oz+rq6qinp0dEReLi4ltYWbq4ufDw8JCOj/v7+/Pz825sbOjo6IKAgZWTlPj4+NDP0Obl5vX19fz8/Pr6+vz7+9fW1+Hg4Ozs7Le2tuTk5GdlZY2LjNrZ2djX18vKyujn556cnaGgoJaUlb28vMLBwjAsLe/v7+/u7sTDw87Nze7t7eXl5cG/wNLR0d3d3dnY2HVzc398fW9tbdTT06OhorCvrzo3OLSys7a1tWRhYlBNTuLh4dHQ0KKhofLy8rm4uJ2bnMzLy8nIyXl2d5iWlp+dnaakpXx6eoqIiMHAwdzc3M7OziIeH////wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgByACwAAAAAKgAqAAAH/4BygoOEhYaHiImKhipxcSqLkZKCAI4Ak5gMPywghZVxl4U4MxmYhRSOLJ6WogEBFaaESo5xF4SfoYIZrgE2sYNFtLlyuIQLvC2/g6iOGIPFgje8sMqCGLQUz6yCFbw31drNggwUFAzRvAuYOidbWYUXtOeHu66lhCsaKCGGVwP/Jz4QUlHFg6IWIXIQqoCCgEMYho78mygBSrUWChxqZGJojMSJ/5D8CqBx4z1DUCSAZPOrREkFyRZ9OPFPyy8XDlFQm/RBR7UQO8EJHUpUTpMGSJM22CA0gIOnUB08ESSgqtWqKYSSMMC1K1eqV61mBbfVa1dBR5UiZQrOadSnU9aLyp2bSUO1FTxMMXgBAECUX2AKFOiQd1EJCH37pvn1QbDgCL4OBfCQOPGQXwocOxaCwxDlyhBKVLMRQXMBIYaAJH4xT5CUMmcUBXFjdxCPDo4FFtLwwkuXQiMQCPeBaMSB4y4KTenRYQWmCcIRsC2hRo1oOTWOH3gwdEP0GINEWLAgYpAJ7TWExojOVo548oOyHzcBLkr0CYTelx/0QDuWamhEN0J+4+0niAvaiVHNegj0UIh+hTgxXzU+lNFDUO4VWEgITnQwIF0Q0pXIG+O9IeKJggQCACH5BAUKAHIALAAAAAAqACoAAAf/gHKCg4SFhoeIiYqGKnFxKouRkoIAjgCTmDpXR2OFlXGXhCAsPwyYhScDA0eeloUsjhSnhFuqA1CEn6GCF45xSrODWbYSua6Dn3FFwYOpqh/Ix3IYvrLMgh+2J9GggxS+GNeDErbQcgwUFKbTvruRGylfIoVQtjqIDL4XhS02FRmGrAgYmIIGISRstCjyUAXSoBsVAkicYcjIwIsNiFzLsECiRxyGXFi8OLBJsBwePyYi0oBkm2AhUi4AuIhGioFkgrWQWOHGKRobNvoUR7So0UFDIChdCkED0RAKokpVEIASgKtYAbwgioKA169erWa9ulVcV7BfBSVlqtSpOKhT2qNWPUq3LqYNPq4FAHFqQwwECM4EK2HAAAm+i0ZMAAx4TbAghQs7oHioQg/GjKUEexI58oUchi5jnjDi2gwHnQ3sK1SGcYygg6h4CKMIDAkFokhEDmLIRww0UQotSUAcBqIVBZLbKKTADIm5kjgQT7BD0AgTJkrL4ZG8QISiO6bLGPTgwIEHgzp050FUxvTqgsqfH8Q9eQdxH6ZzICQf/aAI3U1xDRDTLcGfef4JYkN3PVzjXgJJFNJfIULYdw0MHiSxgIQIFoKDEB+sYJccE46IiAbmuWXiiIEAACH5BAkKAHIALAEAAQAoACgAAAf/gHKCg4SFg0gDA0iGjI2OhhKJEo+UhhtWRi6FkQOTlZ9yKQICRpuSoJ9fowJEhJyeqI8iqw2up7GUoqM0g6+4lDSrKb23v44Nq7xyOicnOsZyGi9eXYVEqxu/RUoUDIRAAOEv3oNNbWS4GBRx7D+EHuHxECXQFwDs+CyEAfDx4UO/VODLB8JQCQj+0vyqMhDAhUcMXoSL8ssDOwoYQDHQAI1BRmggQ4qUI2WCyZMTfITMsKClywU5EMicKTNGyAoBcurMSZOmTZA4d+osidKkSpAsX7bMMbKp0087YEALUQHUDhkJEoT55YIAARRVHS3hkDUrl18wvHpV0MLQgiRlpstS+RVArVomGQjBjcthCbQWCuwSYPKurIwdhDR0CPKoxJQnhCqgUCt1EAwZQD4UcnGg84hGAQyInlFohQYUIT496HyghqAVHTqsEARCtAEHIGuwNjEoQoECEQaRsF3QmAnWrgX5Bj6otmgSxrCwfkBoefBBDmwr+CWGtabev68LmmHbzK/jB5wUsl7owvNfIzo4SV09fKEcF4IEeMr+aSMFv22HSyAAIfkECQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioZNAgJNi5GSgg2ODZOYGkAeAYWVApeEY0dXOpiFLwAAHp6WhUcDAyenhF6qACWEn6GCULEDW7SDXbcQuq6DEr9ZwoOpqgyDu4Mfv7PNggy3L9LIcie/H9iDELfRchspKRuC1bESmD4xaFGFJbcaiDq/UIVFShTOESqDoGAMdoOGpKmXSAsbJIQwUIhD8YehHgUzThiB7QIAiiBZGKqAMWNBKcJUgAwJAtGICSbXCKuyEsCFSBtiFDwjzANFChhObfCBjUHQcUiTKh1EhYPTpxxgINV265YKQQmyas0qA+nElSCxbtXaddxXsHEENYXqVOo4qlXXAVxdSrcuphocm2W4caqGiQMHgghrESBABb6LXDwADNiNsBmFCy/IgCiEE8aM89HKETkyjkOXMT9wgS3Dgs4BPhfqwNhEDUIKPoBR5KJEp0E3KkSeYWiECTFYCtkoQHxFZQLIWxRqYaMC5UkRiBfgISgACRK3KyAnoCApD+kdBjkwYMDBIBTbKyDtIJ26oPHlB2lHjmLcFOkRCME3P0jBduPN9CCdDfqRx58gLWynmTDsFSBEIfsVwgR92KzwgRCqiWdgIRkwAUMIdskRYYiIPEHeEySmGAgAIfkEBQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioZDAABDi5GSghCOEJOYPmU9FYWVAJeELkZWG5iFMQgIPZ6WhUYCAimnhGiqCCOEn6GCRLECX7SDUbcTuq6DDb8iwoOpqqaUyHI0v7PNghu3MYO7gym/NNiDE7fRGi8vGoLVsQ2YMDJAH4Ujtz6IG79EhVlbJzoMeUhAUMYOQlLWnFFEpk0TQh9ODJh4xVASghg5LMEGRcLEj0cMLbiIkSAVYUg+ghyDaAmHklyEsVEpAUqkHTIIhhGmZeIJeph2wMCmA+i4o0iTCtLwoKnTB7nGMXBE1ZEKQQeyas1q4iiFOGDDgsW6VWvXcV/Fhl361GlUbFPTq1pVSrfuKR4r4GK426FAATDCPIClsHeRjQh+/ZIQ9kMsgAuIcAhJnFiBMBVq47AAYWgy5Qg2sF0AoJaFoQ+JO/Ag9CRICUUtQuQghCFtnB+GVnToMaXQDAPAAyDKEKB4hkJFlFBggMkBcAOc5YRAgSKEoBvFAyxACuL5YkEKCBCwLKhC9htHSTyPLif8+EHYi3fCpuC5A0LuyQtakL0FNjPPzYCfePrJQVxxoTWjngGQDfgeITjIh00AQVwwm4MFCoLDDMfZlZ9digQgnnAglihHIAAh+QQJCgByACwBAAEAKAAoAAAH/4BygoOEhYNSCAhShoyNjoYTiROPlIYwHkkLhZEIk4QBHkAalYYyCQlJm5KFHgAAL6SFQKcJS4ScnoIlrgBesYQftBy3q4MQvF2/hKanO4O4gwy8sMqDO7Qyz8VyL7wM1YQctM5yPjExPoLSrhCkIyZiWIVLtDCNGrwlhSJfKRuEHQ4INFGDEBUuYR5FSTOEEI0UAiJaIeREoMUHLsAJItIgokcjhEJUtChwVLUmHj9mLOTiAUk34NqkbEDkUQ0TAoOAIxMxBY1YNUZolLPh59CjSJPKURChqdMIK5DqkEC1qgQkBbJqzdoB6YkBYMOC3bq169GvYsMyfdo06tGpVq6pIlFKty4pEAHsOgJBwoABfXoJzXDg1++UwIJyXChc+AliOYsZO5jxWE6QwiRAfIKxspGHKipiBSBhRkGhFgRSh2jEII7rC0gVpCZQQVCGChUyCMLgOg6AoxVmoxi0IEAATYIo9MYwFMXs2oKKHx/E2zUFjStmmyZuHLkgAL2LgNMwuwUh6d4h91YCzjkBJoXQF2JhHVwIGEx0n+9eCASLH9/UJV9lg+RgXA7gBAIAIfkECQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioZUCQlUi5GSghyOHJOYIx1OIYWVCZeEFT1lPpiFJgcHTp6WhT0ICDGnhGKqBy6En6GCI7EIaLSDWLcPuq6DE79RwoOpqjWDu4Mbv7PNgjW3JtLIcjG/G9iDD7fRcjAyMjCC1bETmCsdPVOFLrcjiD6/+YRdXi80GPpQoGAHHoQ0uAmi6MwaKYQYvABAEYghIQUzRrCBrQQEiiA9GMKBMWNBBcKGgAwZAJGNCCZJCEuzEkKJSDw6FAQjLArFFwxO8ViBTUPQcUiTKh30xIHTpw5ajtvQoKrVBk0EGdjKdavMcSkEiB0rVmtXrl+xhSU7VlBTqE7apWKjerVq1qV482Kq0KmZjg+nKqAgQCAXLS0DBpwAvKiFAsKEb9K6kjixBCiIMjCBDFkuJiSVKx8ZY2gzZwUtsEGREHrAEUMwIKOoQCjHjNSJPFRRQejDicpXDIVAoYEooQwBkmdAxCCO8wuFsmw5oQPTguQBbghiQIHCUQzO4wBIegM7bUEAnI8XRCE8BqQVsGtHr34QeOcUxrXAvoBQevH+hVcENjZgt9wg/60nyAXhKYFNfAHgUEiChbCAHzYZzCDhhPURAgILPxyVF4V6JaKCc7yVqKIcgQAAIfkEBQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioYaBwcai5GSgg+OD5OYKx9COIWVB5eEC0keMJiFHQUFQp6WhUkJCTKnhD2qBTaEn6GCS7EJQLSDU7cRuq6DHL8fwoOpqjyDu4M7v7PNgjy3HdLIcjK/O9iDEbfRciMmJiOC1bEcmAEkZgqFNrcriDC/S4VRaDF8GApioCAJEIQUkACjKAwXKoQ2xEBAsYyhCwUzOpiBbcQEiiB7GMqBMWPBJ8KkgAxZAdEMByanCFuzcgK7RSBIFCwh7AzFGBtOgQiAzUfQcUiTKh0UQIHTpwpCINUAoapVCEMEEdjKdSsKpC8AiB0rVmtXrl/HhSU7VlBTqE7cpY6jerVq1qV482K6kQHbBhqnblQIEKCFMDICBKQAvCjDAsKE5Z6ykjhxAyKJcECGnENYk8qVjbgwpHnzgr7NiDQALcCIoRmQK9wgpOKHB0Va2CAhRCNFZSuGMlSwYZjQhTjIGSDSMaA5lEIivqQ4KgkA8jgYBDGgQEG5nA/NB0hIiuE6hUHW4wAYdCI8s3EUrmcXlH69IPDNT4wrct0+feT+ySFBeFlgo8R1FxBSHyFQhLcFNvHFwUIhCxJyRH7YMPADCwgpCGAhYxxxhQ56yVFhiYeogJwKKLYYCAAh+QQJCgByACwBAAEAKAAoAAAH/4BygoOEhYMKBQUKhoyNjoYRiRGPlIYBQRc5hZEFk4QhTh0jlYYkBgYXm5KFTgcHJqSFZqcGM4ScnoIurgdisYQKtA63q4MPvFi/hKanIIO4gzW8sMqDILQkz8VyJrw11YQOtM5yKx0dK4LSrg+kISga6YQztAGNI7wuhR9AMjCEMAgIRFGB0JMpJR4FcaOB0A4ZCSJ6IMREoEUFLcAJWsIhosckhDJUtCjQXjUqHj8uMNRCAcmE1bik5LDkUQUUAvVVCxNRxo5YFUJolAPj59CjSJPKybGgqdMFGZD6mEC16gQpAbJqzVrwaAwEYMOC3bq169CvYsMyfdo06tGpVqapSlFKty4pDAyGash7l0KcOBOrRQEA4AXfRhcA/P1bBRwQwoQhwCQEgsXixSrADYEM2YNJQZYvA0ilsQQEzgACC/qxmAKGamTaNCHE4AVkILQpKCkCboOA30QKdfHyoqFGHSdO6BBE47eABnYFSRgwQMKgFM5pRJ9efVDz3ym2U7c+qIFzEXa5kxdExPmX9OMLGQEPvzshF0asbKi/PnohJNQhAU4gACH5BAkKAHIALAAAAAAqACoAAAf/gHKCg4SFhoeIiYqGTwYGT4uRkoIOjg6TmCEwTBmFlQaXhDhCHyuYhSgEBEyeloVCBQUdp4QaqgQthJ+hgjaxBT20gyu3CrqugxG/U8KDqaoVg7uDPL+zzYIVtyjSyHIdvzzYgwq30XIBJCQBgtWxEZgZFTa5hC23IYgrvzaFWGImRhiaEaBghRuEApRwoQgMCWODapg4QPGaqIIYF3Rq5uIBxY9ODuHAiDGHMA0fQeY7lGEByZWn3KR8wHDRjQoF650KQtFEjVM3Ngob8XOc0aNIB6kAwLQpAAZGS4iYSlXEG0FxsmrNSsGoGgtgw4LFulVr13FfxYYVtNQpU6jj06RWnXo1qd27mDDAFVbiwikMFLJ6EMYArBq/iy4A2FpFGBexIkAgAsGibBwVwt6otYBhhqHKWwEgFgZChFoMhn6YRT0IyRUtiqKkGULoQloLXAwxoKCkSCEoA4LrQKShaYlCcNKoOT5JQvABHwRtSJFigyAGTSEc/fD8xKAGAgQ0GPSi6d5mJ55HFwRe/CDsTF+My/JcAqH24wdBaNoF25bnUNwXXn6ClNCUF9ikN8ARheBXiAfxYaPDFUeM0eCAhQTgARAa4CWHgx4i0kR4TYRoYiAAIfkEBQoAcgAsAAAAACoAKgAAB/+AcoKDhIWGh4iJioYBBAQBi5GSggqOCpOYGTM4hpUEl4Q5F0GQmIQVAQGchJ6ggxcGBiSmhDapARmsloQzsQZmtIMttwu6n4QOvq7BqKk3g62DIL6zwYM3txXQu4IkviDWhAu3z3IhKCghgtOxDpgMFEpFhRm3uYcBvjOFUz0dK4Z+xBlIAUOoEC0UlZjyhBCPDgUifjDEYqBFABfC2YgQsaMQQyAqWhyoIpiCjh5XGboAYGSVYCRQRrARCQOFgR6CgYnYgYcpDAzCrfAZrqjRo4dUAFjKFEDQoiMeSJ36QIOgkSMpGDVxoKvXrlexEtz69asgpU2XPg0XlapUq0jV48oN9kFHOBg7TH04MWCAlmBhEiSQkXcRFAl9+7IJ5kGwYA5LEI05kjgxkmBUHDtOUqwQ5coSoIRbwkFzgiSGriQ+MXFQEytkFJ1ZI4XQDhmOcxbScWJLlkJEBAjfgMgHguMjCn0AIgMGpgbCBdAQpOHFC7gbjiOYcJRG9BSDICyFMCiGduJFU0SfLkg8APKCsh+PUVRE9AaE3MMXNEF7lHBfREdEfuMRMoJ2aISjngBGFKJfIT3MF84GVhjhgoMFntJDGT7M1V6GHiIyxFJDhGiiIIEAACH5BAUKAHIALAEAAQAoACgAAAf/gHKCg4SFgzkBATmGjI2OhguJC4+Uhgw/LCCFkQGThBlMMCGVhhRxcSybkoVMBAQopIVKp3EXhJyegi2uBBqxhEW0ALergwq8K7+EpqcYg7iDFbywyoMYtBTPxXIovBXVhAC0znIZFRUZgtKuCuCEF7QMjSG8LYUKZiQBsSpVHo8uSuwbBIKEgYNB3JGa4eCgQ1sKHz1x+HBRREdTKDqYcZFSiYMkNHWsFEDkyJMoKSGRwLKlBB0XV0SYSTOCggE4c+I8cbFDgZ9Af+rUyTOiz6BAV7pkCTOizJoz26WcSnUQjQ0KR9SIRSOFAAFkwAU5cMDEVkdEGnz92gZcB7JkrR+4MOTCyNq1TcBpgAvXyahBdu82IKLQxQO+B5wQsrI2BQ1CQ4BEeRSGCxVCNUzA7UBoQ4ovIgqVAEDaFyMYCVIvKYRFjIkRpCCQBiBPjo8YMXwI2pE6AYeIDGa/GDQBAYIJg2T03qHwxezacoofH8Q7tQx3XWZDICQd+SAOvT+A8zK7BHfj3gUt6Q0EnHMA/85PJ5TEul4gHgYSR78piQcYKXVXlSFSGCcFOIEAADs=') no-repeat center center;
}

.MagicScroll.mcs-rounded {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    overflow: hidden !important;
}
.MagicScroll.mcs-rounded.MagicScroll-arrows-inside {
    overflow: hidden !important;
}
.MagicScroll.mcs-rounded.MagicScroll-arrows-outside {
    overflow: visible !important;
}
.MagicScroll.mcs-rounded .mcs-button-arrow {
    color: rgba(49,51,61,0.6);
    -webkit-transition: color .15s linear, background-color .15s linear;
    transition: color .15s linear, background-color .15s linear;
}
.MagicScroll.mcs-rounded.MagicScroll-horizontal .mcs-button-arrow {
    width: 30px;
    height: 100%;
}
.MagicScroll.mcs-rounded.MagicScroll-vertical .mcs-button-arrow {
    width: 100%;
    height: 30px;
}
.MagicScroll.mcs-rounded.MagicScroll-horizontal .mcs-button-arrow-prev {
    left: 0;
    border-radius: 10px 0 0 10px;
}
.MagicScroll.mcs-rounded.MagicScroll-horizontal .mcs-button-arrow-next {
    right: 0;
    border-radius: 0 10px 10px 0;
}

.MagicScroll.mcs-rounded.MagicScroll-vertical .mcs-button-arrow-prev {
    top: 0;
    border-radius: 10px 10px 0 0;
}
.MagicScroll.mcs-rounded.MagicScroll-vertical .mcs-button-arrow-next {
    bottom: 0;
    border-radius: 0 0 10px 10px;
}
.MagicScroll.mcs-rounded .mcs-button-arrow.mcs-disabled {
    opacity: 1 !important;
    color: rgba(49,51,61,.1);
    text-shadow: none !important;
}

.MagicScroll.mcs-rounded.MagicScroll-arrows-outside .mcs-button-arrow {
    background: #efefef;
    opacity: 1;
    box-shadow: 0 0 1px rgba(153, 153, 153, .5);
}

.MagicScroll.mcs-rounded.MagicScroll-arrows-inside .mcs-button-arrow:hover:not(.mcs-disabled) {
    background-color: rgba(255, 255, 255, .96);
    color: rgba(49,51,61,1);
}
.MagicScroll.mcs-rounded.MagicScroll-arrows-inside .mcs-button-arrow {
    background-color: rgba(255, 255, 255, .75);
    box-shadow: 0 0 1px rgba(153, 153, 153, .5);
}

.lt-ie10-magic .mcs-rounded.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-prev {
    border-width: 0 1px 0 0;
}
.lt-ie10-magic .mcs-rounded.MagicScroll-horizontal.MagicScroll-arrows-inside .mcs-button-arrow-next {
    border-width: 0 0 0 1px;
}
.lt-ie10-magic .mcs-rounded.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-prev {
    border-width: 0 0 1px 0;
}
.lt-ie10-magic .mcs-rounded.MagicScroll-vertical.MagicScroll-arrows-inside .mcs-button-arrow-next {
    border-width: 1px 0 0 0;
}
.lt-ie9-magic .mcs-rounded.MagicScroll .mcs-button-arrow {
    color: #83858B;
}
.lt-ie9-magic .mcs-rounded.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {
    background: #fff;
    filter: alpha(opacity = 75);
}
.lt-ie9-magic .mcs-rounded.MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:hover {
    filter: alpha(opacity = 96);
}
.lt-ie9-magic .MagicScroll.mcs-rounded .mcs-button-arrow.mcs-disabled {
    filter: alpha(opacity = 75) !important;
    color: #ccc;
}/*

   Magic Zoom Plus v5.3.7
   Copyright 2023 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magiczoomplus/
   License agreement: https://www.magictoolbox.com/license/

*/

/**
 * Core styles
 */
.MagicZoom,
.mz-figure,
.mz-lens,
.mz-zoom-window,
.mz-loading,
.mz-hint,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-expand-stage .mz-image-stage .mz-caption,
.mz-thumb img,
.mz-expand-thumbnails,
.mz-expand-controls,
.mz-button {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.MagicZoom,
.mz-figure {
    display: inline-block;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 100% !important;
    direction: ltr !important;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.MagicZoom {
    -webkit-transform: translate3d(0,0,0);
    -ms-touch-action: pan-y;
        touch-action: pan-y;
}
figure.mz-figure {
    overflow: hidden;
    margin: 0 !important;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.MagicZoom img,
.mz-figure img {
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
}
.MagicZoom > img,
.mz-figure > img {
    width: 100%;
    height: auto;
}
.ie8-magic .MagicZoom > img,
.ie8-magic .mz-figure > img {
    width: 100%;
    max-width: none !important;
}
.mz-figure.mz-no-zoom.mz-no-expand,
.mz-expand .mz-figure.mz-no-zoom {
    cursor: default !important;
}
.mz-figure.mz-active,
.mz-expand {
    -ms-touch-action: none;
        touch-action: none;
}

.mz-lens,
.mz-zoom-window {
    position: absolute !important;
    overflow: hidden !important;
    pointer-events: none !important;
}
.mz-lens img,
.mz-zoom-window img {
    position: absolute !important;
    max-width: none !important;
    max-height: none !important;
}
.mz-lens img {
    -webkit-transition: none !important;
            transition: none !important;
}

.mz-zoom-window {
    z-index: 2000000000;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}
.mz-zoom-window.mz-magnifier {
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
    -webkit-mask-clip: content;
    cursor: none;
}
.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
    pointer-events: auto !important;
    cursor: inherit !important;
}
.mz-zoom-window.mz-magnifier.mz-expanded {
    z-index: 2147483647;
}
.mz-zoom-window img  {
    width: auto;
    height: auto;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto !important;
    -webkit-transition: none !important;
            transition: none !important;
    -webkit-transform-origin: 50% 50% !important;
        -ms-transform-origin: 50% 50% !important;
            transform-origin: 50% 50% !important;
}
.mz-zoom-window.mz-preview img {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
}
.lt-ie9-magic .mz-zoom-window img  {
    margin: 0 !important;
}

.mz-expand-controls {
    z-index: 2147483647;
}

.mz-fade {
    -webkit-transition: opacity .25s;
            transition: opacity .25s;
}
.mz-hidden {
    opacity: 0;
}
.mz-visible {
    opacity: 1;
}

.mobile-magic .mz-expand .mz-expand-bg {
    -webkit-transform-style: flat !important;
            transform-style: flat !important;
}

.mobile-magic .mz-expand-controls.mz-fade {
    transition: none !important;
}

.mobile-magic .mz-expand > .mz-zoom-window {
    top: 0 !important;
    left: 0 !important;
}

@media not screen and (max-device-width: 767px) {
    .mz-expanded-view-open,
    .mz-expanded-view-open body {
        overflow: hidden !important;
    }
    .mz-expanded-view-open body { height: auto !important; }
}

@media screen and (max-device-width: 767px) {
    :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]),
    :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]) body {
        overflow: hidden !important;
    }
    :root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]) body { height: auto !important; }
}

/**
 * Main figure
 */
.mz-figure.mz-active {
    background: #fff;
}
.mz-figure.mz-no-zoom,
.mz-figure.mz-click-zoom,
.mz-figure.mz-active {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mz-figure.mz-active.mz-no-expand {
    cursor: crosshair;
}
.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}
.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
    cursor: none;
}
.mz-figure.mz-magnifier-zoom.mz-active {
    overflow: visible !important;
}

.mz-figure.mz-active > img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/><feComponentTransfer><feFuncA type=\'linear\' slope=\'0.6\'/></feComponentTransfer></filter></svg>#grayscale");
    -webkit-filter: grayscale(80%) opacity(60%);
    filter: grayscale(80%) opacity(60%);
}
.no-cssfilters-magic .mz-figure.mz-active > img {
    opacity: 0.6;
}
.lt-ie10-magic .mz-figure.mz-active > img {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6);
}
.mz-expand .mz-figure.mz-active.mz-inner-zoom,
:not(.mz-expand) .mz-figure.mz-active.mz-inner-zoom > img {
    opacity: 0;
}

.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
    filter: alpha(opacity=0);
}
.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
    background: transparent;
}

/**
 * Zoom lens
 */
.mz-lens {
    border: 1px solid #aaa;
    border-color: rgba(170,170,170,0.7);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    cursor: none;
    z-index: 10;
    opacity: 0;
}
.mz-figure.mz-active .mz-lens {
    opacity: 1;
    -webkit-transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
    transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
}
.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
    border-radius: 50%;
    opacity: 0;
    cursor: none;
}

/**
 * Zoom window
 */
.mz-zoom-window {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
.mz-zoom-window.mz-magnifier {
    border-radius: 100%;
    border: 0;
    background: rgba(255,255,255,.3);
}
.mz-zoom-window.mz-magnifier:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;bottom: 0;
    left: 0; right: 0;
    border-radius: 100%;
    border: 1px solid rgba(170,170,170,0.7);
    box-shadow: inset 0 0 20px 1px rgba(0,0,0,.3);
    background: transparent;
    z-index: 1;
}
.mz-zoom-window.mz-magnifier.mz-square,
.mz-zoom-window.mz-magnifier.mz-square:before {
    border-radius: 0 !important;
}
.lt-ie9-magic .mz-zoom-window {
    border: 1px solid #e5e5e5;
}
.mz-zoom-window.mz-inner {
    border: none;
    box-shadow: none;
}
.mz-zoom-window.mz-inner:not(.mz-expanded) {
    z-index: 80;
}

/* Caption in zoom window */
.mz-zoom-window .mz-caption {
    background: #777;
    color: #fff;
    font-size: 10pt;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 150;
    padding: 3px;
    width: 100%;
    line-height: normal !important;
    text-align: center !important;
}
.lt-ie9-magic .mz-zoom-window .mz-caption {
    filter: alpha(opacity=80);
}
.mz-zoom-window.caption-bottom .mz-caption {
    top: auto;
    bottom: 0;
}
.mz-zoom-window.mz-expanded > .mz-caption {
    display: none;
}

/* Zoom window animations */
.mz-zoom-window.mz-deactivating,
.mz-zoom-window.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.mz-zoom-window.mz-deactivating {
    -webkit-transition-duration: .25s, .25s, .25s;
            transition-duration: .25s, .25s, .25s;
}
.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-top,
.mz-zoom-window.mz-p-bottom {
    opacity: 0;
    z-index: -100;
}
.mz-zoom-window.mz-p-right {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
}
.mz-zoom-window.mz-p-left {
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
}
.mz-zoom-window.mz-p-top {
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
}
.mz-zoom-window.mz-p-bottom {
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
}
/* Inner mode animation */
.mz-zoom-window > img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mz-zoom-window.mz-p-inner.mz-deactivating > img,
.mz-zoom-window.mz-p-inner.mz-activating > img {
    -webkit-transition: -webkit-transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
            transition: transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9) !important;
}
/* Magnifier mode animation */
.mz-zoom-window.mz-p-magnifier {
    -webkit-transform: scale(.1);
            transform: scale(.1);
}
/* Preview mode animation */
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-custom.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-custom.mz-deactivating {
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
}
.mz-zoom-window.mz-p-preview,
.mz-zoom-window.mz-p-custom {
    opacity: 0;
}

/**
 * Hint & Loading
 */
.mz-hint,
.mz-loading {
    color: #eee;
    background: rgba(49,51,61,0.7);
    font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    direction: ltr;
    display: inline-block;
    margin: 0;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
}

.mz-hint {
    bottom: 8px;
    left: 0;
    right: 0;
    padding: 0 10%;
    background-color: transparent;
    -webkit-transition: opacity 0.4s ease, z-index 0.4s ease;
            transition: opacity 0.4s ease, z-index 0.4s ease;
}
.mz-hint-message {
    display: inline-block;
    background: rgba(49,51,61,0.7);
    border-radius: 2em;
    padding: .7em 1.1em;
}
.mz-hint-message:before {
    content: '\02295';
    font-family: serif;
    font-size: 1.5em;
    speak: none;
    text-align: center;
    vertical-align: -2px;
    margin-right: 6px;
}
.mobile-magic .mz-hint-message:before {
    display: none;
}

.mz-hint-hidden {
    opacity: 0;
    z-index: -1;
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
}
/* Hint in the expanded view on mobile */
.mz-expand .mz-hint {
    font-size: 18px;
    line-height: 1.1em;
    top: 50%;
    bottom: auto;
    margin: 0;
    -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);

}
.mz-expand .mz-hint-message {
    padding: 1.1em;
}
.mz-expand .mz-hint-message:before {
    display: none;
}
.mz-expand .mz-hint-hidden {
    opacity: 0;
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
}

/* Loading indicator */
.mz-loading {
    font-size: 0;
    border-radius: 100%;
    opacity: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.mz-loading:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    text-indent: -9999em;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 1);
    border-top-color: transparent;
    box-sizing: border-box;
}
.mz-loading.shown {
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
}
.mz-loading.shown:after {
    -webkit-animation: spin-loading .9s infinite linear;
            animation: spin-loading .9s infinite linear;
}

@-webkit-keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.lt-ie10-magic .mz-loading {
    border-radius: 2em;
    font-size: 12px;
    padding: .7em 1.1em;
    width: auto;
    height: auto;
}
.lt-ie10-magic .mz-loading:after {
    content: 'Loading...';
    text-indent: 0;
    border: none;
    position: relative;
}

.lt-ie9-magic .mz-loading {
    filter: alpha(opacity=0);
    right: 0;
    left:  0;
    width: 126px;
    margin: auto;
}
.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
    background: transparent !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7c31333D', EndColorStr='#7c31333D');
}
.lt-ie9-magic .mz-hint-hidden {
    filter: alpha(opacity=0);
}

/**
 * Expanded view
 */
.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg,
.mz-expand .mz-expand-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg {
    width: auto !important;
    height: auto !important;

}
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > svg  {
    min-width: 100% !important;
    min-height: 100% !important;
}

.mz-expand {
    background-color: rgba(0, 0, 0, 1);
    text-align: center;
    vertical-align: middle;
    display: block;
    overflow: hidden;
    z-index: 2100000000;
    position: fixed;
    width: auto;
    height: auto;
    -webkit-perspective: 600px;
            perspective: 600px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -ms-overflow-style: none;
}

/* Expanded view background */
.mz-expand .mz-expand-bg {
    display: inline-block;
    max-width: none !important;
    max-height: none !important;
    margin: auto;
    vertical-align: middle;
    z-index: -100;
    background-repeat: no-repeat;
    background-size: cover;

    -webkit-perspective: 600px;
            perspective: 600px;

    -webkit-transform: translate3d(0, 0, 0) scale(7) rotate(0.01deg);
            transform: translate3d(0, 0 ,0) scale(7) rotate(0.01deg);
}

.mz-expand .mz-expand-bg > img  {
    margin: auto;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.mz-expand .mz-expand-bg > img  {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'80\' in=\'SourceGraphic\'></feGaussianBlur></filter></svg>#blur");
    -webkit-filter: blur(20px) brightness(60%);
            filter: blur(20px) brightness(60%);
}

.mz-expand .mz-expand-bg > svg  {
    margin: auto;
    opacity: .6;
}

[data-magic-ua=edge] .mz-expand .mz-expand-bg,
.lt-ie10-magic .mz-expand .mz-expand-bg {
    display: none !important;
}
.lt-ie9-magic .mz-expand {
    background: #1f1f1f;
}
[data-magic-ua=edge] .mz-expand {
    background-color: rgba(31, 31, 31, .96);
}

/** Plain backgrounds: dark-bg, white-bg **/
.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
    display: none !important;
}
.mz-expand.dark-bg {
    background-color: #1f1f1f;
    background-color: rgba(31, 31, 31, .96);
}
.mz-expand.white-bg {
    background-color: #fff;
}

/* Expanded view stage */
.mz-expand .mz-expand-stage {
    display: flex;
    flex-direction: column;
    padding: 0;
    z-index: 2100000000;
}

.mz-expand .mz-expand-stage .mz-image-stage {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    position: relative;
    margin: 0;
    padding: 20px 0;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding: 0 !important;
    left: 0;
    right: 0;
}

.mz-expand .mz-image-stage > figure {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    overflow: hidden;
}

.mz-expand .mz-figure {
    max-width: 100% !important;
    overflow: visible;
}
.mz-expand .mz-figure > img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.mz-expand .mz-zoom-in .mz-image-stage > figure,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
    flex: 1 0;
    width: 100%;
    height: 100%;
}
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active > img {
    pointer-events: none;
}
.mz-expand .mz-figure {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mz-expand .mz-figure.mz-active {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}
/* When inner zoom is always shown */
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
    z-index: 1;
    position: absolute !important;
    top: -5000px !important;
    bottom: -5000px !important;
    left: -5000px !important;
    right: -5000px !important;
    margin: auto !important;
}

.lt-ie10-magic .mz-zoom-window.mz-expanded img  { filter: alpha(opacity=100); }
.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
    overflow: hidden;
    filter: alpha(opacity=100);
}

/* Caption in expanded view */
.mz-expand .mz-caption {
    flex: 0 0;
    color: #fff;
    text-shadow: 0px 0px 46px #000;
    padding: 10px 30px;
    font: normal 10pt/1.25 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    opacity: 0;
}

.mz-expand .mz-caption.mz-show {
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    opacity: 1;
}

.mz-expand .mz-zoom-in .mz-image-stage .mz-caption {
    display: none;
}

.mz-expand .mz-caption a {
    color: inherit;
    cursor: pointer;
}

.mz-expand.white-bg .mz-caption {
    color: #555;
    text-shadow: none;
}

.lt-ie9-magic .mz-expand .mz-caption {
    top: 100%;
}

.mz-expand .mz-zoom-window {
    box-shadow: none;
    background: transparent;
}

.lt-ie9-magic .mz-expand .mz-zoom-window {
    border: 0;
}

/* Expanded view on mobile */
@media screen and (max-device-width: 767px) {
    .mobile-magic .mz-expand .mz-image-stage .mz-caption {
        display: none !important;
    }
}

/**
 * Buttons & Arrows
 */
.mz-nav-controls,
.mz-expand-controls,
button.mz-button {
    margin: 0 !important;
    padding: 0 !important;
    outline: 0 !important;
}

.mz-nav-controls {
    z-index: 2100000000;
}

button.mz-button {
    color: rgba(180, 180, 180, .6) !important;
    font-size: 0;
    cursor: pointer;
    z-index: 2100000000 !important;
    background-color: transparent !important;
    border: 0 solid transparent !important;
    border-radius: 100% !important;
    box-shadow: none !important;
    position: absolute !important;
    text-transform: none !important;
    text-align: center;
    speak: none;
    width: 60px !important;
    height: 60px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    -webkit-transition: color .25s, background-color .25s !important;
            transition: color .25s, background-color .25s !important;
}

button.mz-button:before {
    display: block;
    position: static;
    height: 100%;
    transform: scale(.9);
    -webkit-transition: -webkit-transform .25s !important;
            transition: transform .25s !important;
}

:root:not(.mobile-magic) button.mz-button:hover,
button.mz-button:active {
    color: rgba(180, 180, 180, 1) !important;
}

button.mz-button:active:before {
    -webkit-transform: scale(.7) !important;
            transform: scale(.7) !important;
}

.mobile-magic .mz-expand button.mz-button:active {
    background-color: rgba(49, 51, 61, .7) !important;
}

button.mz-button.mz-button-prev,
button.mz-button.mz-button-next {
    margin: auto 10px !important;
    top: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important;
}

button.mz-button.mz-button-prev {
    left: 0 !important;
    transform: rotateZ(180deg) !important;
}

button.mz-button.mz-button-next {
    right: 0 !important;
}

button.mz-button.mz-button-close {
    margin: 10px !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 95 !important;
}

button.mz-button.mz-button-close:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
}

button.mz-button.mz-button-prev:before,
button.mz-button.mz-button-next:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
}

@supports(
        ((-webkit-mask-image:url()) or (mask-image:url())) and
        ((-webkit-mask-repeat:no-repeat) or (mask-repeat:no-repeat)) and
        ((-webkit-mask-position:center) or (mask-position:center)) and
        ((-webkit-mask-size:cover) or (mask-size:cover))
) {
    button.mz-button:before {
        content: "" !important;
        background-color: currentColor;
        background-image: none;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: center;
                mask-position: center;
        -webkit-mask-size: cover;
                mask-size: cover;
    }

    button.mz-button.mz-button-close:before {
        -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
                mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
    }

    button.mz-button.mz-button-prev:before,
    button.mz-button.mz-button-next:before {
        -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
                mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");

    }
}

@media screen and (max-device-width: 767px) {
    button.mz-button-prev,
    button.mz-button-next {
        display: none !important;
    }

    .mobile-magic .mz-expand button.mz-button.mz-button-close {
        width: 50px !important;
        height: 50px !important;
        color: rgb(180, 180, 180) !important;
    }

    .mobile-magic .mz-expand button.mz-button:before {
        transform: scale(.8);
    }
}

.lt-ie9-magic button.mz-button {
    border: 0;
    filter: alpha(opacity=75);
}

.lt-ie9-magic button.mz-button:hover {
    filter: alpha(opacity=100);
}

/* Arrows on the main image on the page */
.mz-figure .mz-nav-controls button.mz-button {
    display: none;
    width: 32px !important;
    height: 56px !important;
    margin: auto 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.mz-figure.mz-show-arrows .mz-nav-controls button.mz-button {
    display: block;
}

/**
 * Thumbnails
 */

/** Thumbnails on the page **/
a[data-zoom-id],
.mz-thumb, .mz-thumb:focus {
    display: inline-block;
    line-height: 0;
    outline: none;
}

a[data-zoom-id] img,
.mz-thumb img {
    padding-bottom: 4px;
    border: 0;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
}

.mz-thumb:not(.mz-thumb-selected):hover img {
    border-bottom-color: rgba(180, 180, 180, .3);
}

.mz-thumb.mz-thumb-selected img {
    border-bottom-color: rgb(180, 180, 180);
}

/** Thumbnails in expanded view **/
.mz-expand-thumbnails {
    flex: 0 0 80px;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 10px 0;
    z-index: 50;
    overflow: hidden;
}

.ios-magic[data-magic-engine=webkit][data-magic-engine-ver="603.1"] .mz-expand-thumbnails,
:root[data-magic-ua=firefox] .mz-expand-thumbnails {
    height: 80px;
}

.mz-expand-thumbnails .magic-thumb > img {
    cursor: pointer;
    padding-bottom: 4px;
    border: 0;
    border-bottom: 2px solid transparent;
}

.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected):hover img {
    border-bottom-color: rgba(180, 180, 180, .3);
}

.mz-expand-thumbnails .magic-thumb.magic-thumb-selected img {
    border-bottom-color: rgb(180, 180, 180);
}

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
    box-shadow: none;
}

/** Thumbnails on the left in expanded view with .expand-thumbnails-left class **/
@media not screen and (max-device-width: 767px) and (orientation: portrait) {
    .mz-expand.expand-thumbnails-left .mz-expand-stage {
        flex-direction: row-reverse;
    }

    .mz-expand.expand-thumbnails-left .mz-expand-thumbnails {
        padding: 0 10px;
        height: 100%;
        overflow: hidden;
    }

    .ios-magic[data-magic-engine=webkit][data-magic-engine-ver="603.1"] .mz-expand.expand-thumbnails-left .mz-expand-thumbnails,
    :root[data-magic-ua=firefox] .mz-expand.expand-thumbnails-left .mz-expand-thumbnails {
        width: 80px;
        height: 100%;
    }

    @media not screen and (max-device-width: 767px) {
        .mz-expand-thumbnails .magic-thumbs.magic-thumbs-vertical {
            height: calc(100% - 40px);
            margin-top: 20px;
            margin-bottom: 20px;
        }
    }

    @media screen and (max-device-width: 767px) {
        .mz-expand-thumbnails .magic-thumbs.magic-thumbs-vertical.no-buttons {
            height: calc(100% - 40px);
            margin-top: 20px;
            margin-bottom: 20px;
        }
    }
}

/** Hide thumbnails in expanded view with .no-expand-thumbnails class **/
.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
    display: none;
}

/** Thumbnails shaded style (improved previous one)  **/
.thumbnails-style-shaded.mz-thumb img {
    border: 0 !important;
    padding-bottom: 0;
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, .3);
}

.thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img {
    -webkit-filter: brightness(.7);
            filter: brightness(.7);

}
.thumbnails-style-shaded.mz-thumb-selected img {
    -webkit-filter: brightness(.7) opacity(.7);
            filter: brightness(.7) opacity(.7);
}

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb > img {
    border: 0 ;
    padding-bottom: 0;
    box-shadow:0 0 5px 1px rgba(0, 0, 0, .3);
}

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
    -webkit-filter: brightness(.75);
            filter: brightness(.75);
}

.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb-selected img {
    -webkit-filter: brightness(.7) opacity(.7);
            filter: brightness(.7) opacity(.7);
}

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover,
.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb.mz-thumb-selected,
.no-cssfilters-magic .thumbnails-style-shaded .magic-thumb:hover,
.no-cssfilters-magic .thumbnails-style-shaded .magic-thumb.magic-thumb-selected {
    background: #000;
}

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img {
    opacity: .75;
    filter: alpha(opacity=75);
}

.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb-selected img {
    opacity: .7;
    filter: alpha(opacity=70);
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb {
    position: relative;
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    z-index: 100;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0);
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected):after {
    background-color: rgba(0, 0, 0, 0.2);
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb.magic-thumb-selected:after {
    background-color: rgba(0, 0, 0, 0.3);
}

.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb img {
    position: relative;
    z-index: 1;
}

.ie9-magic .thumbnails-style-shaded.mz-thumb img {
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, .3);
}

.magic-thumbs,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs ul,
.magic-thumbs li,
.magic-thumbs li:before,
.magic-thumbs li:after,
.magic-thumbs li img,
.magic-thumbs .magic-thumbs-button {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.magic-thumbs {
    direction: ltr;
    overflow: visible;
    z-index: 100;
    position: relative;
    left: 0;
    top: 0;
    padding: 0 40px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: none;
        touch-action: none;
}

.magic-thumbs {
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.magic-thumbs.no-buttons {
    padding: 0 !important;
}

.magic-thumbs-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.magic-thumbs ul {
    list-style: none;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: relative;
    white-space: nowrap;
}
.magic-thumbs.no-buttons ul {
    left: 0 !important;
    padding: 0 !important;
    -webkit-transition: none !important;
            transition: none !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
}

.magic-thumbs ul li {
    margin: 0 4px;
    height: 100%;
    width: auto;
    vertical-align: top;
    line-height: 0;
    display: inline-block;
}
.magic-thumbs ul li:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.magic-thumbs ul li > img {
    width: auto;
    height: auto;
    max-width: none !important;
    max-height: 100% !important;
    vertical-align: middle;
}
.ie8-magic .magic-thumbs ul li > img {
    max-width: none !important;
    max-height: none !important;
}

/* vertical */
.magic-thumbs.magic-thumbs-vertical {
    height: 100%;
}
.magic-thumbs-vertical {
    padding: 40px 0;
}
.magic-thumbs-vertical ul {
    height: auto;
    width: 100%;
    white-space: normal;
}
.magic-thumbs-vertical ul li {
    width: 100%;
    height: auto;
}
.magic-thumbs-vertical ul li {
    margin: 4px 0;
}

.magic-thumbs-vertical ul li > img {
    max-width: 100% !important;
    max-height: none !important;
}
.ie8-magic .magic-thumbs-vertical ul li > img {
    width: 100%;
}

/**
 * Buttons
 */
.magic-thumbs button.magic-thumbs-button {
    color: rgba(180, 180, 180, .6) !important;
    font-size: 0;
    cursor: pointer;
    z-index: 90 !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    background-image: none;
    border: 0;
    border-radius: 100%;
    box-shadow: none !important;
    overflow: hidden;
    position: absolute;
    text-transform: none !important;
    speak: none;
    text-align: center;
    width: 33px;
    height: 33px;
    top: 0;
    bottom: 0;
    margin: auto 3px;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    -webkit-transition: color .25s, background-color .25s !important;
            transition: color .25s, background-color .25s !important;
}

.magic-thumbs button.magic-thumbs-button:before {
    display: block;
    position: static;
    height: 100%;
    transform: scale(1);
    -webkit-transition: -webkit-transform .25s !important;
            transition: transform .25s !important;
}

.mobile-magic .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled),
:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):hover,
.magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active {
    color: rgba(180, 180, 180, 1) !important;
}

.magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active:before {
    -webkit-transform: scale(.7) !important;
            transform: scale(.7) !important;
}

.mobile-magic .mz-expand .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active {
    background-color: rgba(49, 51, 61, .7) !important;
}

.magic-thumbs .magic-thumbs-button-prev {
    left: 0;
    transform: rotateZ(180deg) !important;
}

.magic-thumbs .magic-thumbs-button-next {
    right: 0;
}

.magic-thumbs-vertical button.magic-thumbs-button {
    top: auto;
    right: 0;
    bottom: auto;
    left: 0;
    margin: 3px auto;
}

.magic-thumbs-vertical button.magic-thumbs-button-prev {
    top: 0;
    transform: rotateZ(-90deg) !important;
}

.magic-thumbs-vertical button.magic-thumbs-button-next {
    bottom: 0;
    transform: rotateZ(90deg) !important;
}

.magic-thumbs .magic-thumbs-button-prev:before,
.magic-thumbs .magic-thumbs-button-next:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
}

@supports(
        ((-webkit-mask-image:url()) or (mask-image:url())) and
        ((-webkit-mask-repeat:no-repeat) or (mask-repeat:no-repeat)) and
        ((-webkit-mask-position:center) or (mask-position:center)) and
        ((-webkit-mask-size:cover) or (mask-size:cover))
) {
    .magic-thumbs button.magic-thumbs-button:before {
        content: "" !important;
        background-color: currentColor;
        background-image: none;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: center;
                mask-position: center;
        -webkit-mask-size: cover;
                mask-size: cover;
    }

    .magic-thumbs .magic-thumbs-button-prev:before,
    .magic-thumbs .magic-thumbs-button-next:before {
        -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");
                mask-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");

    }
}

.magic-thumbs.no-buttons .magic-thumbs-button {
    display: none !important;
}
.magic-thumbs-button-disabled {
    opacity: 0.2;
    filter: alpha(opacity = 20);
}

/* NOTE: contaner with main image and selector's container */
div.MagicToolboxContainer {
    text-align: center;
}

/*
div.MagicToolboxContainer.minWidth {
    min-width: 250px;
}
*/

/* NOTE: main image styles */
div.MagicToolboxContainer > a {
    margin: 0 auto;
}

/* NOTE: container with selectors */
div.MagicToolboxSelectorsContainer {
    clear: both;
}

/* NOTE: selectors styles */
div.MagicToolboxSelectorsContainer a {
    display: inline-block;
    margin: 4px;
}

/* NOTE: contaner with message under Magic Zoom Plus */
div.MagicToolboxMessage {
    text-align: center;
}

/* NOTE: styles for templates */
div.MagicToolboxMainContainer {
    max-width: 100%;
}
div.MagicToolboxSelectorsContainer img {
    max-width: 100%;
}

/* NOTE: selectors on the bottom */
div.MagicToolboxContainer.selectorsBottom .MagicToolboxSelectorsContainer {
    padding-top: 5px;
}

/* NOTE: selectors on the top */
div.MagicToolboxContainer.selectorsTop .MagicToolboxSelectorsContainer {
    padding-bottom: 5px;
}

/* NOTE: to highlight magic360 selector (magiczoom(plus) + magic360) */
.zoom-with-360 img {
    padding-bottom: 0px !important;
    border-bottom:none !important;
}
.zoom-with-360.mz-thumb-selected img {
    -webkit-filter: none;
    filter: none;
}
.zoom-with-360.mz-thumb:hover:not(.active-selector) img,
.zoom-with-360.m360-selector:hover:not(.active-selector) img {
    -webkit-filter: brightness(70%) !important;
    filter: brightness(70%) !important;
}
.zoom-with-360.active-selector img {
    -webkit-filter: brightness(50%) !important;
    filter: brightness(50%) !important;
}
/* NOTE: IE fix */
.no-cssfilters-magic .zoom-with-360.mz-thumb-selected img {
    opacity: 1;
    filter: alpha(opacity=100);
}
/*.no-cssfilters-magic .zoom-with-360.mz-thumb,*/
.no-cssfilters-magic .zoom-with-360.m360-selector {
    background: #000;
}
/*.no-cssfilters-magic .zoom-with-360.mz-thumb:hover:not(.active-selector) img,*/
.no-cssfilters-magic .zoom-with-360.m360-selector:hover:not(.active-selector) img {
    opacity: .7;
    filter: alpha(opacity=70);
}
.no-cssfilters-magic .zoom-with-360.active-selector img {
    opacity: .5;
    filter: alpha(opacity=50);
}
/*.mz-thumb, .mz-thumb:focus,*/
.zoom-with-360.m360-selector, .zoom-with-360.m360-selector:focus {
    display: inline-block;
    line-height: 0;
    outline: none;
}
/* NOTE: border for magic360 selector */
.zoom-with-360.m360-selector img {
    border: 0;
    box-shadow: 0 0 1px 0px rgba(0,0,0,0.3);
    box-sizing: border-box;
}
.ie9-magic .zoom-with-360.m360-selector {
    box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);
}

/* NOTE: magicscroll makes the image smaller if there is a margin */
/*
.MagicScrollItem a {
    margin: 0 !important;
}
*/

div.MagicToolboxContainer.selectorsLeft,
div.MagicToolboxContainer.selectorsRight {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer,
div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer {
    min-height: 300px;
}

div.MagicToolboxContainer.selectorsLeft .MagicToolboxMainContainer,
div.MagicToolboxContainer.selectorsRight .MagicToolboxMainContainer {
    flex-grow: 1;
}

div.MagicToolboxContainer.selectorsLeft .MagicToolboxMainContainer,
div.MagicToolboxContainer.selectorsRight .MagicToolboxMainContainer {
    /*font-size:0px;*/
}

div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer a,
div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer a {
    margin:0 0 10px 0;
}

div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer {

}
div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer {
}

div.MagicToolboxContainer.selectorsLeft .MagicToolboxMainContainer {
    width: auto;
    padding-left: 10px;
}
div.MagicToolboxContainer.selectorsRight .MagicToolboxMainContainer {
    width: auto;
    padding-right: 10px;
}

div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer,
div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

@media only screen and (min-width: 768px) {
    div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer .MagicScroll,
    div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer .MagicScroll {
        height: 100%;
        flex:1;
    }
}

div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer .MagicScroll a,
div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer .MagicScroll a {
    margin: 0;
}

@media only screen and (max-width: 767px) {

    div.MagicToolboxContainer.selectorsLeft,
    div.MagicToolboxContainer.selectorsRight {
        flex-direction: column;
    }
    div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer,
    div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer {
        order:2;
        width: 100% !important;
        margin-bottom:10px;
        min-height: 0px;
        flex:auto;
        flex-basis: auto !important;
        display: block !important;
    }

    div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer a,
    div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer a {
        margin:10px 5px;
    }

    div.MagicToolboxContainer.selectorsLeft .MagicToolboxMainContainer,
    div.MagicToolboxContainer.selectorsRight .MagicToolboxMainContainer {
        order:1;
        padding:0px;
    }
    div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer:after,
    div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer:after {
        content: none;
    }
    div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer .MagicScroll,
    div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer .MagicScroll {
        height: auto;
    }
    div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer .MagicScroll,
    div.MagicToolboxContainer.selectorsRight .MagicToolboxSelectorsContainer .MagicScroll {
        margin: 10px 0 0 0;
    }
}

div.MagicToolboxContainer.selectorsBottom .MagicToolboxSelectorsContainer a {
    display: inline-block;
    vertical-align: middle;
}
div.MagicToolboxContainer.selectorsTop .MagicToolboxSelectorsContainer a {
    display: inline-block;
    vertical-align: middle;
}

div.MagicToolboxContainer.placeholder {
    /*height: 100%;*/
    /*width: 100%;*/
    width: auto !important;
    height: auto !important;
}
div.MagicToolboxContainer.placeholder span.align-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
div.MagicToolboxContainer.placeholder img {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

/* NOTE: to highlight thumbnails (magiczoom(plus) + magic360 + videos) */
.mt-thumb-switcher.mz-thumb-selected img {
    -webkit-filter: none;
    filter: none;
    border-bottom: 2px solid transparent;
}
.mt-thumb-switcher.mz-thumb:hover:not(.active-selector) img,
.mt-thumb-switcher.m360-selector:hover:not(.active-selector) img,
.mt-thumb-switcher.video-selector:hover:not(.active-selector) img {
    -webkit-filter: brightness(70%) !important;
    filter: brightness(70%) !important;
    border-bottom-color: rgba(180, 180, 180, .3) !important;
}
.mt-thumb-switcher.active-selector img {
    -webkit-filter: brightness(50%) !important;
    filter: brightness(50%) !important;
    border-bottom-color: rgb(180, 180, 180) !important;
}
/* NOTE: IE fix */
.no-cssfilters-magic .mt-thumb-switcher.mz-thumb-selected img {
    opacity: 1;
    filter: alpha(opacity=100);
}
.no-cssfilters-magic .mt-thumb-switcher.m360-selector,
.no-cssfilters-magic .mt-thumb-switcher.video-selector {
    background: #000;
}
.no-cssfilters-magic .mt-thumb-switcher.m360-selector:hover:not(.active-selector) img,
.no-cssfilters-magic .mt-thumb-switcher.video-selector:hover:not(.active-selector) img {
    opacity: .7;
    filter: alpha(opacity=70);
}
.no-cssfilters-magic .mt-thumb-switcher.active-selector img {
    opacity: .5;
    filter: alpha(opacity=50);
}
.mt-thumb-switcher.m360-selector,
.mt-thumb-switcher.m360-selector:focus,
.mt-thumb-switcher.video-selector,
.mt-thumb-switcher.video-selector:focus {
    display: inline-block;
    line-height: 0;
    outline: none;
}
/* NOTE: borders for 360 and video selectors */
.mt-thumb-switcher.m360-selector img,
.mt-thumb-switcher.video-selector img {
    border: 0;
    /* box-shadow: 0 0 1px 0px rgba(0,0,0,0.3); */
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
}
.ie9-magic .mt-thumb-switcher.m360-selector,
.ie9-magic .mt-thumb-switcher.video-selector {
    box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);
}

.products-list .product-items .MagicToolboxContainer {
    padding: 0 30px 30px 0;
    display: table-cell;
}

/* NOTE: styles for responsive video container */
#mtVideoContainer {
    width: auto !important;
    height: auto !important;
}
#mtVideoContainer > div {
    position: relative;
    height: 0px;
    padding-bottom: 56.25%;
}
#mtVideoContainer > div iframe {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

/* NOTE: to add 'play' icon over video thumbnails */
a.mt-thumb-switcher.video-selector {
    position: relative;
}
a.mt-thumb-switcher.video-selector:before {
    content: '';
    position: absolute;
    color: #fff;
    text-shadow: 0px 1px 10px #000;
    top: 50% !important;
    left: 50% !important;
    display: inline-block;
    transform: translateY(-50%) translateX(-50%) !important;
    -webkit-transform: translateY(-50%) translateX(-50%) !important;
    z-index: 100;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.3) !important;
    background-size: 50%;
    background-position: center center;
}
a.mt-thumb-switcher.video-selector:after {
    content: '';
    width: 12px;
    height: 16px !important;
    border-top: 8px solid transparent;
    border-left: 12px solid rgba(255,255,255,0.7);
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin-left: 1px;
    box-sizing: border-box !important;
    z-index: 101;
}
/* NOTE: image is not vertically aligned due to the previous style (within MagicScroll) */
.MagicToolboxSelectorsContainer .mcs-item a.mt-thumb-switcher.video-selector img {
    height: 100%;
}
a.mt-thumb-switcher.video-selector:hover:before {
    background-color: rgba(0,0,0,0.7) !important;
}
a.mt-thumb-switcher.video-selector:hover:after {
    border-left-color: rgba(255,255,255,1);
}

/* NOTE: MagicScroll makes the image smaller if there is a margin */
.MagicToolboxSelectorsContainer .mcs-item a {
    margin: 0 !important;
}

.MagicToolboxSelectorsContainer.hidden-container {
    display: none;
}
@media (max-width:1023px){.page-wrapper main .display-1{font-size:8vw}}@media (max-width:479px){.page-wrapper code{white-space:pre-wrap}.page-wrapper main .page-title{font-size:10vw;line-height:11vw}}@media (max-width:639px){.catalog-category-view .page-wrapper main .page-title{word-break:normal}}.row:not(tr) .col-12{flex:0 0 100%;max-width:100%;float:none}.row:not(tr) .col-11{flex:0 0 91.66666667%;max-width:91.66666667%;float:none}.row:not(tr) .col-10{flex:0 0 83.33333333%;max-width:83.33333333%;float:none}.row:not(tr) .col-9{flex:0 0 75%;max-width:75%;float:none}.row:not(tr) .col-8{flex:0 0 66.66666667%;max-width:66.66666667%;float:none}.row:not(tr) .col-7{flex:0 0 58.33333333%;max-width:58.33333333%;float:none}.row:not(tr) .col-6{flex:0 0 50%;max-width:50%;float:none}.row:not(tr) .col-5{flex:0 0 41.66666667%;max-width:41.66666667%;float:none}.row:not(tr) .col-4{flex:0 0 33.33333333%;max-width:33.33333333%;float:none}.row:not(tr) .col-3{flex:0 0 25%;max-width:25%;float:none}.row:not(tr) .col-2{flex:0 0 16.66666667%;max-width:16.66666667%;float:none}.row:not(tr) .col-1{flex:0 0 8.33333333%;max-width:8.33333333%;float:none}@media (min-width:320px){.row:not(tr) .col-xxs-12{flex:0 0 100%;max-width:100%;float:none}.row:not(tr) .col-xxs-11{flex:0 0 91.66666667%;max-width:91.66666667%;float:none}.row:not(tr) .col-xxs-10{flex:0 0 83.33333333%;max-width:83.33333333%;float:none}.row:not(tr) .col-xxs-9{flex:0 0 75%;max-width:75%;float:none}.row:not(tr) .col-xxs-8{flex:0 0 66.66666667%;max-width:66.66666667%;float:none}.row:not(tr) .col-xxs-7{flex:0 0 58.33333333%;max-width:58.33333333%;float:none}.row:not(tr) .col-xxs-6{flex:0 0 50%;max-width:50%;float:none}.row:not(tr) .col-xxs-5{flex:0 0 41.66666667%;max-width:41.66666667%;float:none}.row:not(tr) .col-xxs-4{flex:0 0 33.33333333%;max-width:33.33333333%;float:none}.row:not(tr) .col-xxs-3{flex:0 0 25%;max-width:25%;float:none}.row:not(tr) .col-xxs-2{flex:0 0 16.66666667%;max-width:16.66666667%;float:none}.row:not(tr) .col-xxs-1{flex:0 0 8.33333333%;max-width:8.33333333%;float:none}}@media (min-width:480px){.row:not(tr) .col-xs-12{flex:0 0 100%;max-width:100%;float:none}.row:not(tr) .col-xs-11{flex:0 0 91.66666667%;max-width:91.66666667%;float:none}.row:not(tr) .col-xs-10{flex:0 0 83.33333333%;max-width:83.33333333%;float:none}.row:not(tr) .col-xs-9{flex:0 0 75%;max-width:75%;float:none}.row:not(tr) .col-xs-8{flex:0 0 66.66666667%;max-width:66.66666667%;float:none}.row:not(tr) .col-xs-7{flex:0 0 58.33333333%;max-width:58.33333333%;float:none}.row:not(tr) .col-xs-6{flex:0 0 50%;max-width:50%;float:none}.row:not(tr) .col-xs-5{flex:0 0 41.66666667%;max-width:41.66666667%;float:none}.row:not(tr) .col-xs-4{flex:0 0 33.33333333%;max-width:33.33333333%;float:none}.row:not(tr) .col-xs-3{flex:0 0 25%;max-width:25%;float:none}.row:not(tr) .col-xs-2{flex:0 0 16.66666667%;max-width:16.66666667%;float:none}.row:not(tr) .col-xs-1{flex:0 0 8.33333333%;max-width:8.33333333%;float:none}}@media (min-width:640px){.row:not(tr) .col-s-12{flex:0 0 100%;max-width:100%;float:none}.row:not(tr) .col-s-11{flex:0 0 91.66666667%;max-width:91.66666667%;float:none}.row:not(tr) .col-s-10{flex:0 0 83.33333333%;max-width:83.33333333%;float:none}.row:not(tr) .col-s-9{flex:0 0 75%;max-width:75%;float:none}.row:not(tr) .col-s-8{flex:0 0 66.66666667%;max-width:66.66666667%;float:none}.row:not(tr) .col-s-7{flex:0 0 58.33333333%;max-width:58.33333333%;float:none}.row:not(tr) .col-s-6{flex:0 0 50%;max-width:50%;float:none}.row:not(tr) .col-s-5{flex:0 0 41.66666667%;max-width:41.66666667%;float:none}.row:not(tr) .col-s-4{flex:0 0 33.33333333%;max-width:33.33333333%;float:none}.row:not(tr) .col-s-3{flex:0 0 25%;max-width:25%;float:none}.row:not(tr) .col-s-2{flex:0 0 16.66666667%;max-width:16.66666667%;float:none}.row:not(tr) .col-s-1{flex:0 0 8.33333333%;max-width:8.33333333%;float:none}}@media (min-width:768px){.row:not(tr) .col-m-12{flex:0 0 100%;max-width:100%;float:none}.row:not(tr) .col-m-11{flex:0 0 91.66666667%;max-width:91.66666667%;float:none}.row:not(tr) .col-m-10{flex:0 0 83.33333333%;max-width:83.33333333%;float:none}.row:not(tr) .col-m-9{flex:0 0 75%;max-width:75%;float:none}.row:not(tr) .col-m-8{flex:0 0 66.66666667%;max-width:66.66666667%;float:none}.row:not(tr) .col-m-7{flex:0 0 58.33333333%;max-width:58.33333333%;float:none}.row:not(tr) .col-m-6{flex:0 0 50%;max-width:50%;float:none}.row:not(tr) .col-m-5{flex:0 0 41.66666667%;max-width:41.66666667%;float:none}.row:not(tr) .col-m-4{flex:0 0 33.33333333%;max-width:33.33333333%;float:none}.row:not(tr) .col-m-3{flex:0 0 25%;max-width:25%;float:none}.row:not(tr) .col-m-2{flex:0 0 16.66666667%;max-width:16.66666667%;float:none}.row:not(tr) .col-m-1{flex:0 0 8.33333333%;max-width:8.33333333%;float:none}.container{padding-left:44px;padding-right:44px;max-width:1444px}.row:not(tr){margin-left:-22px;margin-right:-22px}.row:not(tr) .col,.row:not(tr) [class^="col-"],.row:not(tr) [class*=" col-"]{padding-left:22px;padding-right:22px}}@media (min-width:1024px){.row:not(tr) .col-l-12{flex:0 0 100%;max-width:100%;float:none}.row:not(tr) .col-l-11{flex:0 0 91.66666667%;max-width:91.66666667%;float:none}.row:not(tr) .col-l-10{flex:0 0 83.33333333%;max-width:83.33333333%;float:none}.row:not(tr) .col-l-9{flex:0 0 75%;max-width:75%;float:none}.row:not(tr) .col-l-8{flex:0 0 66.66666667%;max-width:66.66666667%;float:none}.row:not(tr) .col-l-7{flex:0 0 58.33333333%;max-width:58.33333333%;float:none}.row:not(tr) .col-l-6{flex:0 0 50%;max-width:50%;float:none}.row:not(tr) .col-l-5{flex:0 0 41.66666667%;max-width:41.66666667%;float:none}.row:not(tr) .col-l-4{flex:0 0 33.33333333%;max-width:33.33333333%;float:none}.row:not(tr) .col-l-3{flex:0 0 25%;max-width:25%;float:none}.row:not(tr) .col-l-2{flex:0 0 16.66666667%;max-width:16.66666667%;float:none}.row:not(tr) .col-l-1{flex:0 0 8.33333333%;max-width:8.33333333%;float:none}}@media (min-width:1280px){.row:not(tr) .col-ll-12{flex:0 0 100%;max-width:100%;float:none}.row:not(tr) .col-ll-11{flex:0 0 91.66666667%;max-width:91.66666667%;float:none}.row:not(tr) .col-ll-10{flex:0 0 83.33333333%;max-width:83.33333333%;float:none}.row:not(tr) .col-ll-9{flex:0 0 75%;max-width:75%;float:none}.row:not(tr) .col-ll-8{flex:0 0 66.66666667%;max-width:66.66666667%;float:none}.row:not(tr) .col-ll-7{flex:0 0 58.33333333%;max-width:58.33333333%;float:none}.row:not(tr) .col-ll-6{flex:0 0 50%;max-width:50%;float:none}.row:not(tr) .col-ll-5{flex:0 0 41.66666667%;max-width:41.66666667%;float:none}.row:not(tr) .col-ll-4{flex:0 0 33.33333333%;max-width:33.33333333%;float:none}.row:not(tr) .col-ll-3{flex:0 0 25%;max-width:25%;float:none}.row:not(tr) .col-ll-2{flex:0 0 16.66666667%;max-width:16.66666667%;float:none}.row:not(tr) .col-ll-1{flex:0 0 8.33333333%;max-width:8.33333333%;float:none}}@media (min-width:1440px){.row:not(tr) .col-xl-12{flex:0 0 100%;max-width:100%;float:none}.row:not(tr) .col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%;float:none}.row:not(tr) .col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%;float:none}.row:not(tr) .col-xl-9{flex:0 0 75%;max-width:75%;float:none}.row:not(tr) .col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%;float:none}.row:not(tr) .col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%;float:none}.row:not(tr) .col-xl-6{flex:0 0 50%;max-width:50%;float:none}.row:not(tr) .col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%;float:none}.row:not(tr) .col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%;float:none}.row:not(tr) .col-xl-3{flex:0 0 25%;max-width:25%;float:none}.row:not(tr) .col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%;float:none}.row:not(tr) .col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%;float:none}}@-ms-viewport{width:device-width}[class^="visible-"]{display:none !important}@media (max-width:319px){.visible-xxxs{display:block !important}table.visible-xxxs{display:table !important}tr.visible-xxxs{display:table-row !important}th.visible-xxxs,td.visible-xxxs{display:table-cell !important}}@media (max-width:319px){.visible-xxxs-block{display:block !important}}@media (max-width:319px){.visible-xxxs-inline{display:inline !important}}@media (max-width:319px){.visible-xxxs-inline-block{display:inline-block !important}}@media (min-width:320px) and (max-width:479px){.visible-xxs{display:block !important}table.visible-xxs{display:table !important}tr.visible-xxs{display:table-row !important}th.visible-xxs,td.visible-xxs{display:table-cell !important}}@media (min-width:320px) and (max-width:479px){.visible-xxs-block{display:block !important}}@media (min-width:320px) and (max-width:479px){.visible-xxs-inline{display:inline !important}}@media (min-width:320px) and (max-width:479px){.visible-xxs-inline-block{display:inline-block !important}}@media (min-width:480px) and (max-width:639px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (min-width:480px) and (max-width:639px){.visible-xs-block{display:block !important}}@media (min-width:480px) and (max-width:639px){.visible-xs-inline{display:inline !important}}@media (min-width:480px) and (max-width:639px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:640px) and (max-width:767px){.visible-s{display:block !important}table.visible-s{display:table !important}tr.visible-s{display:table-row !important}th.visible-s,td.visible-s{display:table-cell !important}}@media (min-width:640px) and (max-width:767px){.visible-s-block{display:block !important}}@media (min-width:640px) and (max-width:767px){.visible-s-inline{display:inline !important}}@media (min-width:640px) and (max-width:767px){.visible-s-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:1023px){.visible-m{display:block !important}table.visible-m{display:table !important}tr.visible-m{display:table-row !important}th.visible-m,td.visible-m{display:table-cell !important}}@media (min-width:768px) and (max-width:1023px){.visible-m-block{display:block !important}}@media (min-width:768px) and (max-width:1023px){.visible-m-inline{display:inline !important}}@media (min-width:768px) and (max-width:1023px){.visible-m-inline-block{display:inline-block !important}}@media (min-width:1024px) and (max-width:1279px){.visible-l{display:block !important}table.visible-l{display:table !important}tr.visible-l{display:table-row !important}th.visible-l,td.visible-l{display:table-cell !important}}@media (min-width:1024px) and (max-width:1279px){.visible-l-block{display:block !important}}@media (min-width:1024px) and (max-width:1279px){.visible-l-inline{display:inline !important}}@media (min-width:1024px) and (max-width:1279px){.visible-l-inline-block{display:inline-block !important}}@media (min-width:1280px) and (max-width:1439px){.visible-ll{display:block !important}table.visible-ll{display:table !important}tr.visible-ll{display:table-row !important}th.visible-ll,td.visible-ll{display:table-cell !important}}@media (min-width:1280px) and (max-width:1439px){.visible-ll-block{display:block !important}}@media (min-width:1280px) and (max-width:1439px){.visible-ll-inline{display:inline !important}}@media (min-width:1280px) and (max-width:1439px){.visible-ll-inline-block{display:inline-block !important}}@media (min-width:1440px){.visible-xl{display:block !important}table.visible-xl{display:table !important}tr.visible-xl{display:table-row !important}th.visible-xl,td.visible-xl{display:table-cell !important}}@media (min-width:1440px){.visible-xl-block{display:block !important}}@media (min-width:1440px){.visible-xl-inline{display:inline !important}}@media (min-width:1440px){.visible-xl-inline-block{display:inline-block !important}}@media (max-width:319px){.hidden-xxxs{display:none !important}}@media (min-width:320px) and (max-width:479px){.hidden-xxs{display:none !important}}@media (min-width:480px) and (max-width:639px){.hidden-xs{display:none !important}}@media (min-width:640px) and (max-width:767px){.hidden-s{display:none !important}}@media (min-width:768px) and (max-width:1023px){.hidden-m{display:none !important}}@media (min-width:1024px) and (max-width:1279px){.hidden-l{display:none !important}}@media (min-width:1280px) and (max-width:1439px){.hidden-ll{display:none !important}}@media (min-width:1440px){.hidden-xl{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}.content.top{position:absolute;text-align:center;top:0}.content.middle:not(.center){position:absolute;text-align:center;top:50%;transform:translateY(-50%)}.content.bottom{position:absolute;text-align:center;bottom:0}.content.left{position:absolute;text-align:center;left:0}.content.center:not(.middle){position:absolute;text-align:center;left:50%;transform:translateX(-50%)}.content.right{position:absolute;text-align:center;right:0}.content.center.middle{position:absolute;text-align:center;left:50%;top:50%;transform:translate(-50%, -50%)}.content.fill{position:absolute;text-align:center;left:0;top:0;width:100%;height:100%}.background-cover{background-size:cover;background-repeat:no-repeat;background-position:center}.background-contain{background-size:contain;background-repeat:no-repeat;background-position:center}body .background-image-right{background-position:center right}body .background-image-left{background-position:center left}body .background-image-bottom{background-position:center bottom}.text-light{color:#fff}.text-dark{color:#313131}.text-primary-dark{color:#000}.text-primary-darker{color:#0f0f0f}.text-primary-light{color:#a4a4a4}.text-primary-lighter{color:#7b7b7b}.text-color-theme-1{color:#1979c3}.text-color-theme-2{color:#fff}.text-color-theme-3{color:#fff}.text-color-theme-4{color:#fff}.text-shadow{text-shadow:1px 1px 1px rgba(255,255,255,0.5)}.text-light.text-shadow{text-shadow:1px 1px 1px rgba(0,0,0,0.5)}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-sentencecase:first-letter{text-transform:capitalize}.text-titlecase{text-transform:capitalize}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.font-weight-bold{font-weight:700}.font-weight-normal{font-weight:400}.font-weight-light{font-weight:300}.font-italic{font-style:italic}.inline-list{margin:0;padding:0;list-style:none none}.inline-list>li{display:inline-block;vertical-align:top}.border{border:1px solid #b1b7bb}.rounded{border-radius:3px}.rounded-circle{border-radius:50%}.hide{display:none !important}.invisible{visibility:hidden}.width-25{width:25%}.width-50{width:50%}.width-75{width:75%}.width-100{width:100%}.border-box{box-sizing:border-box}[class^="background-light"],[class*=" background-light"],[class^="background-dark"],[class*=" background-dark"]{padding:20px}.background-light{background-color:#fff}.background-light-20{background-color:rgba(255,255,255,0.2)}.background-light-40{background-color:rgba(255,255,255,0.4)}.background-light-60{background-color:rgba(255,255,255,0.6)}.background-light-80{background-color:rgba(255,255,255,0.8)}.background-dark{background-color:#000}.background-dark-20{background-color:rgba(0,0,0,0.2)}.background-dark-40{background-color:rgba(0,0,0,0.4)}.background-dark-60{background-color:rgba(0,0,0,0.6)}.background-dark-80{background-color:rgba(0,0,0,0.8)}.background-panel{background-color:#f5f5f5}/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa,.fas,.far,.fal,.fad,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border-radius:.1em;border:solid .08em #eee;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:auto;src:url('../fonts/fontawesome/custom/fa-solid-900.eot?v1');src:url('../fonts/fontawesome/custom/fa-solid-900.eot?v1#iefix') format('embedded-opentype'),url('../fonts/fontawesome/custom/fa-solid-900.woff?v1') format('woff'),url('../fonts/fontawesome/custom/fa-solid-900.ttf?v1') format('truetype'),url('../fonts/fontawesome/custom/fa-solid-900.svg?v1#fa-solid-900') format('svg')}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900}/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:400;font-display:auto;src:url('../fonts/fontawesome/custom/fa-regular-400.eot?v1');src:url('../fonts/fontawesome/custom/fa-regular-400.eot?v1#iefix') format('embedded-opentype'),url('../fonts/fontawesome/custom/fa-regular-400.woff?v1') format('woff'),url('../fonts/fontawesome/custom/fa-regular-400.ttf?v1') format('truetype'),url('../fonts/fontawesome/custom/fa-regular-400.svg?v1#fa-regular-400') format('svg')}.far{font-family:'Font Awesome 5 Free';font-weight:400}.page-wrapper .fw-bold{font-weight:800}.page-wrapper .fw-semi-bold{font-weight:600}.page-wrapper .fw-normal{font-weight:400}.page-wrapper .bg-warning{background-color:#eeab36}.page-wrapper .bg-light{background-color:#fff}.page-wrapper .bg-gray-lightest{background-color:#f5f5f5}.page-wrapper .bg-gray-lighter{background-color:#e7e7e7}.page-wrapper .bg-gray-light{background-color:#b1b7bb}.page-wrapper .bg-gray{background-color:#7b878e}.page-wrapper .bg-dark,.page-wrapper .bg-gray-dark{background-color:#313131}.page-wrapper .bg-info{background:#65b3d4}.page-wrapper .bg-primary{background-color:#328ab0}.page-wrapper .bg-transparent{background-color:transparent}.page-wrapper .bg-none{background:none}.page-wrapper .text-warning{color:#eeab36}.page-wrapper .text-light{color:#fff}.page-wrapper .text-gray-lightest{color:#f5f5f5}.page-wrapper .text-gray-lighter{color:#e7e7e7}.page-wrapper .text-muted,.page-wrapper .text-gray-light{color:#b1b7bb}.page-wrapper .text-gray{color:#7b878e}.page-wrapper .text-dark,.page-wrapper .text-gray-dark{color:#313131}.page-wrapper .text-info{color:#65b3d4}.page-wrapper .text-primary{color:#328ab0}.page-wrapper .force-wrap{overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}.page-wrapper .d-flex{display:flex}.page-wrapper .align-items-center{align-items:center}.page-wrapper .justify-content-center{justify-content:center}.page-wrapper .bordered{border:1px solid #e7e7e7}.page-wrapper .pt-0,.page-wrapper .py-0,.page-wrapper .p-0{padding-top:0}.page-wrapper .pr-0,.page-wrapper .px-0,.page-wrapper .p-0{padding-right:0}.page-wrapper .pb-0,.page-wrapper .py-0,.page-wrapper .p-0{padding-bottom:0}.page-wrapper .pl-0,.page-wrapper .px-0,.page-wrapper .p-0{padding-left:0}.page-wrapper .pt-1,.page-wrapper .py-1,.page-wrapper .p-1{padding-top:20px}.page-wrapper .pr-1,.page-wrapper .px-1,.page-wrapper .p-1{padding-right:20px}.page-wrapper .pb-1,.page-wrapper .py-1,.page-wrapper .p-1{padding-bottom:20px}.page-wrapper .pl-1,.page-wrapper .px-1,.page-wrapper .p-1{padding-left:20px}.page-wrapper .pt-2,.page-wrapper .py-2,.page-wrapper .p-2{padding-top:32.36px}.page-wrapper .pr-2,.page-wrapper .px-2,.page-wrapper .p-2{padding-right:32.36px}.page-wrapper .pb-2,.page-wrapper .py-2,.page-wrapper .p-2{padding-bottom:32.36px}.page-wrapper .pl-2,.page-wrapper .px-2,.page-wrapper .p-2{padding-left:32.36px}.page-wrapper .pt-3,.page-wrapper .py-3,.page-wrapper .p-3{padding-top:52.35848px}.page-wrapper .pr-3,.page-wrapper .px-3,.page-wrapper .p-3{padding-right:52.35848px}.page-wrapper .pb-3,.page-wrapper .py-3,.page-wrapper .p-3{padding-bottom:52.35848px}.page-wrapper .pl-3,.page-wrapper .px-3,.page-wrapper .p-3{padding-left:52.35848px}.page-wrapper .pt-4,.page-wrapper .py-4,.page-wrapper .p-4{padding-top:84.71602064px}.page-wrapper .pr-4,.page-wrapper .px-4,.page-wrapper .p-4{padding-right:84.71602064px}.page-wrapper .pb-4,.page-wrapper .py-4,.page-wrapper .p-4{padding-bottom:84.71602064px}.page-wrapper .pl-4,.page-wrapper .px-4,.page-wrapper .p-4{padding-left:84.71602064px}.page-wrapper .pt-5,.page-wrapper .py-5,.page-wrapper .p-5{padding-top:137.0705214px}.page-wrapper .pr-5,.page-wrapper .px-5,.page-wrapper .p-5{padding-right:137.0705214px}.page-wrapper .pb-5,.page-wrapper .py-5,.page-wrapper .p-5{padding-bottom:137.0705214px}.page-wrapper .pl-5,.page-wrapper .px-5,.page-wrapper .p-5{padding-left:137.0705214px}.page-wrapper .mt-0,.page-wrapper .my-0,.page-wrapper .m-0{margin-top:0}.page-wrapper .mr-0,.page-wrapper .mx-0,.page-wrapper .m-0{margin-right:0}.page-wrapper .mb-0,.page-wrapper .my-0,.page-wrapper .m-0{margin-bottom:0}.page-wrapper .ml-0,.page-wrapper .mx-0,.page-wrapper .m-0{margin-left:0}.page-wrapper .mt-1,.page-wrapper .my-1,.page-wrapper .m-1{margin-top:20px}.page-wrapper .mr-1,.page-wrapper .mx-1,.page-wrapper .m-1{margin-right:20px}.page-wrapper .mb-1,.page-wrapper .my-1,.page-wrapper .m-1{margin-bottom:20px}.page-wrapper .ml-1,.page-wrapper .mx-1,.page-wrapper .m-1{margin-left:20px}.page-wrapper .mt-2,.page-wrapper .my-2,.page-wrapper .m-2{margin-top:32.36px}.page-wrapper .mr-2,.page-wrapper .mx-2,.page-wrapper .m-2{margin-right:32.36px}.page-wrapper .mb-2,.page-wrapper .my-2,.page-wrapper .m-2{margin-bottom:32.36px}.page-wrapper .ml-2,.page-wrapper .mx-2,.page-wrapper .m-2{margin-left:32.36px}.page-wrapper .mt-3,.page-wrapper .my-3,.page-wrapper .m-3{margin-top:52.35848px}.page-wrapper .mr-3,.page-wrapper .mx-3,.page-wrapper .m-3{margin-right:52.35848px}.page-wrapper .mb-3,.page-wrapper .my-3,.page-wrapper .m-3{margin-bottom:52.35848px}.page-wrapper .ml-3,.page-wrapper .mx-3,.page-wrapper .m-3{margin-left:52.35848px}.page-wrapper .mt-4,.page-wrapper .my-4,.page-wrapper .m-4{margin-top:84.71602064px}.page-wrapper .mr-4,.page-wrapper .mx-4,.page-wrapper .m-4{margin-right:84.71602064px}.page-wrapper .mb-4,.page-wrapper .my-4,.page-wrapper .m-4{margin-bottom:84.71602064px}.page-wrapper .ml-4,.page-wrapper .mx-4,.page-wrapper .m-4{margin-left:84.71602064px}.page-wrapper .mt-5,.page-wrapper .my-5,.page-wrapper .m-5{margin-top:137.0705214px}.page-wrapper .mr-5,.page-wrapper .mx-5,.page-wrapper .m-5{margin-right:137.0705214px}.page-wrapper .mb-5,.page-wrapper .my-5,.page-wrapper .m-5{margin-bottom:137.0705214px}.page-wrapper .ml-5,.page-wrapper .mx-5,.page-wrapper .m-5{margin-left:137.0705214px}.widetable{overflow:auto;background-image:-webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(50%, #fff), color-stop(100%, rgba(255,255,255,0))),-webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(50%, #fff), color-stop(100%, rgba(255,255,255,0))),-webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #b1b7bb), color-stop(100%, rgba(195,195,197,0))),-webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #b1b7bb), color-stop(100%, rgba(195,195,197,0)));background-image:-webkit-linear-gradient(left, #fff 2rem, rgba(255,255,255,0)),-webkit-linear-gradient(right, #fff 2rem, rgba(255,255,255,0)),-webkit-linear-gradient(left, #b1b7bb, rgba(195,195,197,0)),-webkit-linear-gradient(right, #b1b7bb, rgba(195,195,197,0));background-image:-moz-linear-gradient(left, #fff 2rem, rgba(255,255,255,0)),-moz-linear-gradient(right, #fff 2rem, rgba(255,255,255,0)),-moz-linear-gradient(left, #b1b7bb, rgba(195,195,197,0)),-moz-linear-gradient(right, #b1b7bb, rgba(195,195,197,0));background-image:-o-linear-gradient(left, #fff 2rem, rgba(255,255,255,0)),-o-linear-gradient(right, #fff 2rem, rgba(255,255,255,0)),-o-linear-gradient(left, #b1b7bb, rgba(195,195,197,0)),-o-linear-gradient(right, #b1b7bb, rgba(195,195,197,0));background-image:linear-gradient(left, #fff 2rem, rgba(255,255,255,0)),linear-gradient(right, #fff 2rem, rgba(255,255,255,0)),linear-gradient(left, #b1b7bb, rgba(195,195,197,0)),linear-gradient(right, #b1b7bb, rgba(195,195,197,0));background-position:0 0,100% 0,0 0,100% 0;background-repeat:no-repeat;background-color:white;background-size:4em 100%,4em 100%,1em 100%,1em 100%;background-attachment:local,local,scroll,scroll}.widetable>table{background-color:transparent !important}.widetable>table>thead>tr>th,.widetable>table>tbody>tr>th,.widetable>table>thead>tr>td,.widetable>table>tbody>tr>td{background-color:transparent !important}.widetable--scroll-hint{margin-bottom:12.36093943px;font-size:0.85em;text-align:center;color:#7b878e}.widetable--scroll-hint.is-bottom{margin-top:-20px;margin-bottom:26px}.gr__universalmedicalinc_dev .message.global.demo{display:none}.gr__universalmedicalinc_dev body:before{content:'< xxs';position:fixed;bottom:20px;left:0;display:inline-block;text-align:center;background:#000;color:#fff;font-size:12px;text-transform:uppercase;padding:3px 6px;z-index:123456789}@media (min-width:320px){.gr__universalmedicalinc_dev body:before{content:'xxs'}}@media (min-width:480px){.gr__universalmedicalinc_dev body:before{content:'xs'}}@media (min-width:640px){.gr__universalmedicalinc_dev body:before{content:'s'}}@media (min-width:768px){.gr__universalmedicalinc_dev body:before{content:'m'}}@media (min-width:1024px){.gr__universalmedicalinc_dev body:before{content:'l'}}@media (min-width:1280px){.gr__universalmedicalinc_dev body:before{content:'ll'}}@media (min-width:1440px){.gr__universalmedicalinc_dev body:before{content:'xl'}}@media (min-width:768px){.page-wrapper .navigation,.page-wrapper .breadcrumbs,.page-wrapper .page-header .header.panel,.page-wrapper .header.content,.page-wrapper>.widget,.page-wrapper>.page-bottom,.page-wrapper .block.category.event,.page-wrapper .top-container,.page-wrapper .page-main{max-width:1444px}}@media (min-width:1280px){.page-wrapper .page-header .block-search{width:calc(100% - 700px - 3vw) !important}.page-wrapper .page-header #search{height:32px}.page-wrapper .page-header #search::-webkit-input-placeholder{font-size:16px}.page-wrapper .page-header #search:-moz-placeholder{font-size:16px}.page-wrapper .page-header #search::-moz-placeholder{font-size:16px}.page-wrapper .page-header #search:-ms-input-placeholder{font-size:16px}.page-wrapper .page-header #search::-ms-input-placeholder{font-size:16px}.page-wrapper .page-header #search::placeholder{font-size:16px}}@media (min-width:768px) and (max-width:1023px){.page-wrapper .page-header .block-search .block-content{padding-left:44px;padding-right:44px}}@media (min-width:1024px) and (max-width:1213px){.navigation>ul .level0:not(:first-child)>.level-top{font-size:16px}.navigation>ul .level0.right-links>.level-top{font-size:13px}}@media (min-width:1214px){.navigation>ul .level0:not(:first-child)>.level-top{padding-left:32.36px !important;padding-right:32.36px !important}.navigation>ul .level0:not(:first-child)>.level-top:after{left:32.36px;right:32.36px}.navigation>ul .level0:not(:first-child).right-links>.level-top{padding-left:12.36093943px !important;padding-right:12.36093943px !important}.navigation>ul .level0:not(:first-child).right-links>.level-top:after{left:12.36093943px !important;right:12.36093943px !important}.navigation>ul .level0:first-child>.level-top{margin-right:20px !important}}@media screen and (max-width:1439px){.page-footer .footer.content .newsletter-wrapper{padding:1rem 0 1.5rem}.page-footer .footer.content .block.newsletter{text-align:center}.page-footer .footer.content .block.newsletter .title{text-align:center;margin-bottom:5px}.page-footer .footer.content .block.newsletter .title strong{line-height:1.2}.page-footer .footer.content .block.newsletter .form.subscribe{display:block}.page-footer .footer.content .block.newsletter .form.subscribe .field{margin-bottom:10px}.page-footer .footer.content .block.newsletter .form.subscribe .field .control{display:inline-block;width:calc(50% - 5px);margin:0}.page-footer .footer.content .block.newsletter .form.subscribe .field .control:first-child{margin-right:10px}.page-footer .footer.content .block.newsletter .form.subscribe .field.names .control input,.page-footer .footer.content .block.newsletter .form.subscribe .field.newsletter .control input{width:calc(100% - 20px * 1.5)}.page-footer .footer.content .block.newsletter .form.subscribe .field.newsletter{width:100%}.page-footer .footer.content .block.newsletter .form.subscribe .field.newsletter .control{width:100%;margin:0px}.page-footer .footer.content .block.newsletter .form.subscribe .actions{display:block}.page-footer .footer.content .block.newsletter .form.subscribe .actions button{width:100%;margin-left:0}.page-footer .footer.content .footer-links-wrap{flex-wrap:wrap}.page-footer .footer.content .footer-links-wrap .links{padding:0}.page-footer .footer.content .footer-links-wrap .links:last-child{text-align:center;width:100%}}@media (max-width:479px){.page-footer .copyright span{display:block}}.lib-accordion{border:1px solid #e7e7e7;padding:32.36px 32.36px 20px 52.35848px;margin-top:52.35848px;margin-bottom:52.35848px}.lib-accordion .switch{font-size:18px;line-height:26px;margin-top:0;margin-bottom:26px;color:#313131 !important;text-transform:inherit !important;position:relative;cursor:pointer}.lib-accordion .switch:before{font-weight:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 5 Free';font-weight:900;content:"\f078";position:absolute;font-size:14px;top:13px;left:-7.63964118px;transform:translate(-100%, -50%)}.lib-accordion .switch:before.fa-pull-left{margin-right:.3em}.lib-accordion .switch:before.fa-pull-right{margin-left:.3em}.lib-accordion .switch:hover,.lib-accordion .switch:focus{color:#328ab0 !important}.lib-accordion .open .switch:before{content:"\f077"}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#f5f5f5;background-clip:border-box;box-shadow:0px 0px 0px rgba(49,49,49,0.05),0px 0px 0px rgba(49,49,49,0.05),0px 0px 0px rgba(49,49,49,0.05),0px 0px 0px rgba(49,49,49,0.05),0px 0px 0px rgba(49,49,49,0.05);transition:box-shadow 100ms ease-out,transform 100ms ease-out;transform:translate(0, 0)}.card .card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:32.36px}.card .card-body .card-subtitle{text-transform:uppercase;font-weight:400;font-size:18px;color:#313131;margin-bottom:20px}.card .card-body .card-title{font-size:36px;font-weight:700;letter-spacing:0.05em;margin-bottom:0.5rem;line-height:1.1}.card .card-footer{padding:0 32.36px 32.36px}.card.product{border-radius:.5rem;text-align:center}.card.product .product-name{font-weight:700;line-height:1.5;font-size:16px}.card.product .card-body{padding:20px}.card.product .card-footer{font-weight:700;color:#313131;padding:0 20px 20px}.card.product .card-footer .old-price{display:block;text-decoration:line-through;color:#b1b7bb}.card.product .card-footer .pre-price{text-transform:uppercase}.card.product .card-footer .price{font-size:24px}a.card:hover,a.card:focus{text-decoration:none;transform:translate(0, -3px);box-shadow:0px 1px 1px rgba(49,49,49,0.05),0px 2px 2px rgba(49,49,49,0.05),0px 4px 4px rgba(49,49,49,0.05),0px 8px 8px rgba(49,49,49,0.05),0px 16px 16px rgba(49,49,49,0.05)}.testimonial{margin-top:52.35848px;margin-bottom:52.35848px;text-align:center}.testimonial img{height:150px;width:150px;border-radius:75px}.testimonial blockquote,.testimonial cite{color:#7b878e;font-size:18px;margin:32.36px 0;padding:0;line-height:1.67}@media (min-width:768px) and (max-width:1150px){.hero-banner .banner-title{font-size:40px}}@media (min-width:768px){.cms-index-index .about-section{max-width:1444px;margin:0 auto}.cms-index-index .about-section .container{width:calc(100% - 44px * 2)}.cms-index-index .about-section .col:first-child>div{margin-left:0}.cms-index-index .about-section .col:last-child>div{padding-right:0}}.mz-expand .mz-zoom-in .mz-image-stage .mz-caption{display:block !important}.ie11-magic .MagicToolboxMainContainer,.ie11-magic #mtImageContainer,.ie11-magic #mtImageContainer>div,.ie11-magic #mtImageContainer .MagicZoom{width:100% !important}.catalog-product-view .page-wrapper{overflow:hidden}.catalog-product-view .page-wrapper .page-title-wrapper.product{text-align:left}.catalog-product-view .page-wrapper .page-title-wrapper.product .page-title{color:#328ab0;font-size:36px;line-height:1.1;margin-top:12.36093943px !important;margin-bottom:20px}.catalog-product-view.page-layout-1column .product.media{width:42%}.catalog-product-view.page-layout-1column .product-info-main{width:calc(58% - 84.71602064px)}.catalog-product-view .product.attribute.sku{margin-bottom:20px;margin-top:20px;font-size:18px}@media screen and (max-width:1023px){.catalog-product-view .product.attribute.sku{margin-bottom:15px;margin-top:15px}}.catalog-product-view .product.attribute.sku strong{font-weight:400}.catalog-product-view .product.attribute.sku strong:after{content:':'}.catalog-product-view .product.attribute.sku .value{font-weight:700;display:inline-block}.catalog-product-view .tooltipster-base.tooltipster-sidetip{pointer-events:unset !important}.catalog-product-view .tooltipster-base.tooltipster-sidetip .tooltipster-box{background:#65b3d4}.catalog-product-view .tooltipster-base.tooltipster-sidetip .tooltipster-content{color:#fff;font-size:14px;line-height:18px;padding:12.36093943px}.catalog-product-view .tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#65b3d4}.catalog-product-view .tooltipster-base.tooltipster-sidetip.tooltipster-shadow .tooltipster-box{box-shadow:0px 1px 1px rgba(49,49,49,0.12),0px 2px 2px rgba(49,49,49,0.12),0px 4px 4px rgba(49,49,49,0.12),0px 8px 8px rgba(49,49,49,0.12),0px 16px 16px rgba(49,49,49,0.12)}.catalog-product-view .pccf.default .pccform .row:first-child>.col-md-2{display:none}.catalog-product-view .pccf.default .pccform .row:first-child>.col-md-8{max-width:330px;margin:0 auto 1rem}.catalog-product-view .swatch-option-tooltip,.catalog-product-view .swatch-option-tooltip-layered{box-shadow:0px .5px 1px rgba(49,49,49,0.1),0px 1px 2px rgba(49,49,49,0.1),0px 2px 4px rgba(49,49,49,0.1),0px 4px 8px rgba(49,49,49,0.1),0px 8px 16px rgba(49,49,49,0.1);border:0;border-radius:4px}.catalog-product-view .swatch-option-tooltip .corner:before,.catalog-product-view .swatch-option-tooltip-layered .corner:before{top:0px;border-top-color:rgba(49,49,49,0.2)}.catalog-product-view .swatch-option-tooltip .corner:after,.catalog-product-view .swatch-option-tooltip-layered .corner:after{top:-1px;left:-16px}.catalog-product-view div.mage-error{color:#fff;padding:10px;background:#ff0101;margin-top:10px}.catalog-product-view #reviews a.button{padding:15px 30px !important}.catalog-product-view .mageworx-swatch-info{white-space:normal !important;overflow-wrap:break-word;word-break:break-word}.catalog-product-view .mageworx-swatch-info .price{font-weight:bold}.page-wrapper .ajs-modal .pccform .row:first-child [class*=col-]{margin-left:auto;margin-right:auto}.page-wrapper .ajs-modal .pccform .row:first-child [class*=col-]:first-child{display:none}.page-wrapper .product-reviews-summary{margin:0 0 20px;font-weight:700}.page-wrapper .product-reviews-summary.empty{display:none}.page-wrapper .product-reviews-summary a{font-size:14px;text-decoration:underline;text-transform:lowercase}.page-wrapper .product-reviews-summary a:hover,.page-wrapper .product-reviews-summary a:focus{text-decoration:none}.page-wrapper .product-reviews-summary a.action.add{display:none}.page-wrapper .rating-summary{left:0 !important;padding-right:7.63964118px}.page-wrapper .rating-summary .rating-result{width:79px;margin-left:0;height:14px;line-height:14px}.page-wrapper .rating-summary .rating-result:before{font-weight:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 5 Free';font-weight:900;color:#e7e7e7;font-size:14px;height:14px;line-height:14px;letter-spacing:0;content:"\f005" "\f005" "\f005" "\f005" "\f005"}.page-wrapper .rating-summary .rating-result:before.fa-pull-left{margin-right:.3em}.page-wrapper .rating-summary .rating-result:before.fa-pull-right{margin-left:.3em}.page-wrapper .rating-summary .rating-result>span{height:14px;line-height:14px}.page-wrapper .rating-summary .rating-result>span:before{font-weight:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 5 Free';font-weight:900;font-size:14px;height:14px;line-height:14px;letter-spacing:0;content:"\f005" "\f005" "\f005" "\f005" "\f005"}.page-wrapper .rating-summary .rating-result>span:before.fa-pull-left{margin-right:.3em}.page-wrapper .rating-summary .rating-result>span:before.fa-pull-right{margin-left:.3em}.qtip{font-size:12.5px;line-height:18px}.page-product-grouped .table.grouped .availability,.product-info-main .availability{font-weight:600;color:#28b01f}.product-info-main .availability{font-size:18px;margin:0 0 15px}.custom-form-id_email-us{position:relative;padding:0 20px 20px;display:inline-block !important;vertical-align:top;width:105px;box-sizing:border-box;margin-top:0;height:1px}.product-info-main .stock.available{display:none !important}.product-info-main .product-social-links{display:none}.product-info-main .product-info-stock-sku{font-size:14px;margin-bottom:10px}.product-info-main .product-info-stock-sku .shipping-info{font-size:24px;text-transform:uppercase;font-weight:700;color:#7b878e;line-height:26px;display:block;vertical-align:top;margin-bottom:15px}.product-info-main .product-info-stock-sku .shipping-info:before{font-weight:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 5 Free';font-weight:900;content:"\f0d1";color:#65b3d4;font-size:31px;margin-right:5px}.product-info-main .product-info-stock-sku .shipping-info:before.fa-pull-left{margin-right:.3em}.product-info-main .product-info-stock-sku .shipping-info:before.fa-pull-right{margin-left:.3em}.product-info-main .product-info-stock-sku .stock.unavailable{clear:both;line-height:1;margin-right:0;display:block;color:#b03244}.product-info-main .product-info-stock-sku .stock.unavailable:before{font-weight:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 5 Free';font-weight:900;content:"\f071"}.product-info-main .product-info-stock-sku .stock.unavailable:before.fa-pull-left{margin-right:.3em}.product-info-main .product-info-stock-sku .stock.unavailable:before.fa-pull-right{margin-left:.3em}.product-info-main .required-fields-label{font-size:14px;text-align:right;color:#7b878e}.product-info-main .required-fields-label:before{font-weight:700;content:'* ';color:#b03244}.product-info-main .required-fields-label+.product-options-wrapper{margin-top:-20px}.product-info-main .required-fields-label+.product-options-wrapper .field:first-of-type label.label{max-width:calc(100% - 130px)}.product-info-main .required-fields-label+.product-options-wrapper .swatch-attribute:first-child .swatch-attribute-label{max-width:calc(100% - 210px)}.product-info-main .product-options-wrapper .field>#value{font-size:14px;font-weight:700;color:#328ab0;margin-left:4.7216571px}.product-info-main .product-options-wrapper .control .note{font-size:14px;color:#7b878e}.product-info-main .product-options-bottom{margin-top:20px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:stretch}.product-info-main .add-to-cart-bottom{min-height:68px}.product-info-main .product-info-bottom{margin-top:0 !important}.product-info-main .left-wrap{display:flex;flex-direction:column}.product-info-main .left-wrap .price-box{margin-top:0}.product-info-main>.left-wrap{margin-top:32.36px}.product-info-main>.left-wrap .pccf_popuplink{margin-top:20px}.product-info-main #packaging-info{margin:7.63964118px 0;font-size:18px;font-weight:600;color:#7b878e}.product-info-main #packaging-info .label{margin-right:4.7216571px}.product-info-main .swatch-opt{margin-top:0}.product-info-main .swatch-attribute-options{margin-top:0}.product-info-main .swatch-attribute-options[aria-required="true"]{position:relative}.product-info-main .swatch-attribute-options[aria-required="true"]:before{position:absolute;top:-31px;left:-10px;font-weight:700;content:'*';font-size:14px;line-height:26px;color:#b03244}.product-info-main .swatch-attribute-options .mageworx-swatch-info{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;margin-top:2px}.product-info-main .swatch-attribute-options .mageworx-swatch-option.selected{outline-color:#65b3d4}.product-info-main .swatch-opt .swatch-attribute{margin-bottom:22px}.product-info-main .swatch-opt .swatch-attribute-selected-option{font-size:14px;color:#328ab0;font-weight:700;padding-left:12.36093943px;line-height:26px}.product-info-main .swatch-opt .swatch-attribute-options{margin-top:4.7216571px}.product-info-main .swatch-opt .swatch-option{width:50px !important;height:50px !important;background-size:contain !important;margin-right:7px}.product-info-main .tooltip-info{background:none;text-indent:0;font-size:0;opacity:1}.product-info-main .tooltip-info:before{font-weight:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 5 Free';font-weight:900;content:"\f059";background:none;color:#328ab0;font-size:16px}.product-info-main .tooltip-info:before.fa-pull-left{margin-right:.3em}.product-info-main .tooltip-info:before.fa-pull-right{margin-left:.3em}.product-info-main .block.related{margin-top:52.35848px;margin-bottom:30px !important;border:1px solid #e7e7e7;padding:20px}.product-info-main .block.related .title strong{text-transform:uppercase;color:#313131;font-size:18px}.product-info-main .block.related .content>.block-actions{margin-bottom:12.36093943px;font-size:14px;position:relative;padding-right:93px}.product-info-main .block.related .content>.block-actions button.action{position:absolute;right:0;top:0;display:inline;background:none;padding:0;margin:0}.product-info-main .block.related .content>.block-actions button.action span{text-decoration:underline;font-size:14px;text-transform:capitalize;color:#328ab0;letter-spacing:0}.product-info-main .block.related .products{display:block;padding:0;margin:0}.product-info-main .block.related .products>.product{position:relative;display:block;padding:12.36093943px;border-top:1px solid #e7e7e7;margin:0;width:100%}.product-info-main .block.related .products>.product:last-child{padding-bottom:0}.product-info-main .block.related .product-item-info{width:auto;flex-direction:row !important}.product-info-main .block.related .product.photo{max-width:80px;max-height:80px;margin-right:20px}.product-info-main .block.related .product.name{margin:0 0 12.36093943px}.product-info-main .block.related .product.name a{font-size:14px;line-height:20px;display:block;font-weight:700;color:#0e5d7f}.product-info-main .block.related .price-box{margin:0 !important;font-size:14px}.product-info-main .block.related .price-box .map-old-price,.product-info-main .block.related .price-box .price-container,.product-info-main .block.related .price-box .price-label{display:inline-block !important;font-size:14px !important}.product-info-main .block.related .price-box .map-old-price .price-wrapper,.product-info-main .block.related .price-box .price{font-size:14px !important}.product-info-main .block.related a[data-view-more]{display:block;text-align:center;font-weight:700;font-size:16px;padding-top:20px;border-top:1px solid #e7e7e7}.product-info-main .block.related a[data-view-more]:after{font-weight:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 5 Free';font-weight:900;font-size:14px;content:"\f078";margin-left:4.7216571px}.product-info-main .block.related a[data-view-more]:after.fa-pull-left{margin-right:.3em}.product-info-main .block.related a[data-view-more]:after.fa-pull-right{margin-left:.3em}.product-info-main .block.related a[data-view-more].hidden{display:none}.product-info-main .block.related .related-available{padding-left:12.36093943px}.product-info-main .block.related .related-available .field.choice.related{position:absolute;z-index:1;top:10px;left:0}.product-info-main .block.related .related-available .field.choice.related input,.product-info-main .block.related .related-available .field.choice.related label span{display:none}.product-info-main .block.related .related-available .field.choice.related label:before{font-weight:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 5 Free';font-weight:400;font-size:16px;content:"\f0c8";color:#0e5d7f;cursor:pointer}.product-info-main .block.related .related-available .field.choice.related label:before.fa-pull-left{margin-right:.3em}.product-info-main .block.related .related-available .field.choice.related label:before.fa-pull-right{margin-left:.3em}.product-info-main .block.related .related-available .field.choice.related label:hover:before,.product-info-main .block.related .related-available .field.choice.related label:focus:before{color:#328ab0}.product-info-main .block.related .related-available .field.choice.related input:checked+label:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 5 Free';font-weight:900;content:"\f14a"}.product-info-main .block.related .related-available .field.choice.related input:checked+label:before.fa-pull-left{margin-right:.3em}.product-info-main .block.related .related-available .field.choice.related input:checked+label:before.fa-pull-right{margin-left:.3em}.table.grouped .price-box,.product-info-main .price-box,.product-options-bottom .price-box,.products-grid .product-item .price-box{font-weight:700}.table.grouped .price-box .price-wrapper,.product-info-main .price-box .price-wrapper,.product-options-bottom .price-box .price-wrapper,.products-grid .product-item .price-box .price-wrapper,.table.grouped .price-box .price-container,.product-info-main .price-box .price-container,.product-options-bottom .price-box .price-container,.products-grid .product-item .price-box .price-container{display:block;margin-bottom:0}.table.grouped .price-box .price-container .price-wrapper .price,.product-info-main .price-box .price-container .price-wrapper .price,.product-options-bottom .price-box .price-container .price-wrapper .price,.products-grid .product-item .price-box .price-container .price-wrapper .price{font-size:36px;line-height:1}.table.grouped .price-box .old-price,.product-info-main .price-box .old-price,.product-options-bottom .price-box .old-price,.products-grid .product-item .price-box .old-price,.table.grouped .price-box .special-price,.product-info-main .price-box .special-price,.product-options-bottom .price-box .special-price,.products-grid .product-item .price-box .special-price,.table.grouped .price-box .normal-price,.product-info-main .price-box .normal-price,.product-options-bottom .price-box .normal-price,.products-grid .product-item .price-box .normal-price{display:block}.table.grouped .price-box .old-price .price-label,.product-info-main .price-box .old-price .price-label,.product-options-bottom .price-box .old-price .price-label,.products-grid .product-item .price-box .old-price .price-label,.table.grouped .price-box .special-price .price-label,.product-info-main .price-box .special-price .price-label,.product-options-bottom .price-box .special-price .price-label,.products-grid .product-item .price-box .special-price .price-label,.table.grouped .price-box .normal-price .price-label,.product-info-main .price-box .normal-price .price-label,.product-options-bottom .price-box .normal-price .price-label,.products-grid .product-item .price-box .normal-price .price-label{display:inline-block;font-size:16px;text-transform:uppercase;color:#7b878e}.table.grouped .price-box .old-price,.product-info-main .price-box .old-price,.product-options-bottom .price-box .old-price,.products-grid .product-item .price-box .old-price{text-decoration:none}.table.grouped .price-box .old-price .price-container .price-wrapper,.product-info-main .price-box .old-price .price-container .price-wrapper,.product-options-bottom .price-box .old-price .price-container .price-wrapper,.products-grid .product-item .price-box .old-price .price-container .price-wrapper,.table.grouped .price-box .old-price .price-container .price,.product-info-main .price-box .old-price .price-container .price,.product-options-bottom .price-box .old-price .price-container .price,.products-grid .product-item .price-box .old-price .price-container .price{display:inline-block;font-size:16px;text-transform:uppercase;color:#7b878e}.table.grouped .price-box .old-price .price,.product-info-main .price-box .old-price .price,.product-options-bottom .price-box .old-price .price,.products-grid .product-item .price-box .old-price .price{text-decoration:line-through}.table.grouped .price-box .old-price~.old-price,.product-info-main .price-box .old-price~.old-price,.product-options-bottom .price-box .old-price~.old-price,.products-grid .product-item .price-box .old-price~.old-price{margin-top:7.63964118px}.table.grouped .price-box .special-price,.product-info-main .price-box .special-price,.product-options-bottom .price-box .special-price,.products-grid .product-item .price-box .special-price{margin-top:12.36093943px}.table.grouped .price-box .special-price .price-wrapper,.product-info-main .price-box .special-price .price-wrapper,.product-options-bottom .price-box .special-price .price-wrapper,.products-grid .product-item .price-box .special-price .price-wrapper{display:block}.table.grouped .price-box .special-price .price-label,.product-info-main .price-box .special-price .price-label,.product-options-bottom .price-box .special-price .price-label,.products-grid .product-item .price-box .special-price .price-label{display:none}.table.grouped .price-box .special-price .price,.product-info-main .price-box .special-price .price,.product-options-bottom .price-box .special-price .price,.products-grid .product-item .price-box .special-price .price{margin:0}.table.grouped .price-box .normal-price,.product-info-main .price-box .normal-price,.product-options-bottom .price-box .normal-price,.products-grid .product-item .price-box .normal-price,.table.grouped .price-box .normal-price .price-wrapper,.product-info-main .price-box .normal-price .price-wrapper,.product-options-bottom .price-box .normal-price .price-wrapper,.products-grid .product-item .price-box .normal-price .price-wrapper,.table.grouped .price-box .map-old-price~.price-container,.product-info-main .price-box .map-old-price~.price-container,.product-options-bottom .price-box .map-old-price~.price-container,.products-grid .product-item .price-box .map-old-price~.price-container,.table.grouped .price-box .normal-price+.sly-old-price .price-container,.product-info-main .price-box .normal-price+.sly-old-price .price-container,.product-options-bottom .price-box .normal-price+.sly-old-price .price-container,.products-grid .product-item .price-box .normal-price+.sly-old-price .price-container,.table.grouped .price-box span~span.no-display:not([style*="block"])+span,.product-info-main .price-box span~span.no-display:not([style*="block"])+span,.product-options-bottom .price-box span~span.no-display:not([style*="block"])+span,.products-grid .product-item .price-box span~span.no-display:not([style*="block"])+span{margin-top:12.36093943px}.table.grouped .price-box span.no-display:not([style*="block"])+span,.product-info-main .price-box span.no-display:not([style*="block"])+span,.product-options-bottom .price-box span.no-display:not([style*="block"])+span,.products-grid .product-item .price-box span.no-display:not([style*="block"])+span{margin-top:0}.table.grouped .price-box span.no-display:not([style*="block"]):first-child+.normal-price .price-wrapper,.product-info-main .price-box span.no-display:not([style*="block"]):first-child+.normal-price .price-wrapper,.product-options-bottom .price-box span.no-display:not([style*="block"]):first-child+.normal-price .price-wrapper,.products-grid .product-item .price-box span.no-display:not([style*="block"]):first-child+.normal-price .price-wrapper{margin-top:0}.table.grouped .price-box span.no-display:not([style*="block"]):first-child+.normal-price .price-label:not([style*="display: none"])+.price-wrapper,.product-info-main .price-box span.no-display:not([style*="block"]):first-child+.normal-price .price-label:not([style*="display: none"])+.price-wrapper,.product-options-bottom .price-box span.no-display:not([style*="block"]):first-child+.normal-price .price-label:not([style*="display: none"])+.price-wrapper,.products-grid .product-item .price-box span.no-display:not([style*="block"]):first-child+.normal-price .price-label:not([style*="display: none"])+.price-wrapper{margin-top:12.36093943px}.table.grouped .price-box .map-old-price~.normal-price .price-wrapper,.product-info-main .price-box .map-old-price~.normal-price .price-wrapper,.product-options-bottom .price-box .map-old-price~.normal-price .price-wrapper,.products-grid .product-item .price-box .map-old-price~.normal-price .price-wrapper{margin-top:4.7216571px}.table.grouped .price-box .map-fallback-price,.product-info-main .price-box .map-fallback-price,.product-options-bottom .price-box .map-fallback-price,.products-grid .product-item .price-box .map-fallback-price{display:none !important}.table.grouped .price-box a.map-show-info,.product-info-main .price-box a.map-show-info,.product-options-bottom .price-box a.map-show-info,.products-grid .product-item .price-box a.map-show-info{font-size:14px;white-space:nowrap}.table.grouped .prices-tier,.product-info-main .prices-tier,.product-options-bottom .prices-tier,.products-grid .product-item .prices-tier{background:rgba(238,171,54,0.34);padding:7.63964118px 12.36093943px;margin-bottom:7.63964118px !important;margin-right:20px}.table.grouped .prices-tier .item,.product-info-main .prices-tier .item,.product-options-bottom .prices-tier .item,.products-grid .product-item .prices-tier .item{border-bottom:1px solid #fff;padding-bottom:4.7216571px;margin-bottom:4.7216571px}.table.grouped .prices-tier .item:last-child,.product-info-main .prices-tier .item:last-child,.product-options-bottom .prices-tier .item:last-child,.products-grid .product-item .prices-tier .item:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}.product-info-main>.left-wrap .pccf_popuplink:before,.product-options-bottom .left-wrap .pccf_popuplink:before{display:inline-block;float:left;margin-right:10px;margin-left:-4px;font-size:36px;color:#78d180;padding-top:3px;background:url(../images/icons/box-open-solid.svg) no-repeat center center;background-size:contain;content:" ";width:45px;height:45px}.product-info-main>.left-wrap .custom-form[class*="customization"] .pccf_popuplink:before,.product-options-bottom .left-wrap .custom-form[class*="customization"] .pccf_popuplink:before{background:url(../images/icons/cogs-solid.svg) no-repeat center center}.product-info-main>.left-wrap .custom-form[class*="virtual"] .pccf_popuplink:before,.product-options-bottom .left-wrap .custom-form[class*="virtual"] .pccf_popuplink:before{background:url(../images/icons/video-solid.svg) no-repeat center center}.product-info-main>.left-wrap .pccf_popuplink,.product-options-bottom .left-wrap .pccf_popuplink{width:215px;display:block;color:#313131;line-height:20px;font-size:18px;text-transform:uppercase;font-weight:700;margin-bottom:15px}.product-info-main>.left-wrap .pccf_popuplink span,.product-options-bottom .left-wrap .pccf_popuplink span{display:block}.product-info-main>.left-wrap .pccf_popuplink span:before,.product-options-bottom .left-wrap .pccf_popuplink span:before{content:'Request a';font-size:14px;text-transform:none;font-weight:400;display:block}.product-info-main>.left-wrap .pccf_popuplink span:after,.product-options-bottom .left-wrap .pccf_popuplink span:after{font-weight:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 5 Free';font-weight:900;content:"\f0da";margin-left:4.7216571px;font-size:16px}.product-info-main>.left-wrap .pccf_popuplink span:after.fa-pull-left,.product-options-bottom .left-wrap .pccf_popuplink span:after.fa-pull-left{margin-right:.3em}.product-info-main>.left-wrap .pccf_popuplink span:after.fa-pull-right,.product-options-bottom .left-wrap .pccf_popuplink span:after.fa-pull-right{margin-left:.3em}.product-add-form select:not(.hidden){display:block;font-size:14px;font-family:'Montserrat',sans-serif;font-weight:400;color:#313131;line-height:40px;height:40px;padding:0 24px 0 12px;width:100%;max-width:100%;box-sizing:border-box;margin:0;border:1px solid #e7e7e7;border-radius:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#f5f5f5;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20aria-hidden=%22true%22%20focusable=%22false%22%20data-prefix=%22far%22%20data-icon=%22chevron-down%22%20class=%22svg-inline--fa%20fa-chevron-down%20fa-w-14%22%20role=%22img%22%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20448%20512%22%3E%3Cpath%20fill=%22currentColor%22%20d=%22M441.9%20167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17%200L224%20328.2%2042.9%20147.5c-4.7-4.7-12.3-4.7-17%200L6.1%20167.3c-4.7%204.7-4.7%2012.3%200%2017l209.4%20209.4c4.7%204.7%2012.3%204.7%2017%200l209.4-209.4c4.7-4.7%204.7-12.3%200-17z%22%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .7em top 50%;background-size:.5em auto}.product-add-form select:not(.hidden)::-ms-expand{display:none}.product-add-form select:not(.hidden):hover{border-color:#b1b7bb;cursor:pointer}.product-add-form select:not(.hidden):focus{border-color:#e7e7e7;box-shadow:0 0 1px 3px rgba(59,153,252,0.7);box-shadow:0 0 0 3px -moz-mac-focusring;color:#222;outline:none}.product-add-form select:not(.hidden) option{font-weight:normal}.product-add-form .box-tocart,.product-info-main .box-tocart,.product-options-bottom .box-tocart{margin:0 0 0 7px}.product-add-form .box-tocart .fieldset,.product-info-main .box-tocart .fieldset,.product-options-bottom .box-tocart .fieldset{margin-bottom:0}.product-add-form .box-tocart .field.qty,.product-info-main .box-tocart .field.qty,.product-options-bottom .box-tocart .field.qty{display:block !important;padding-right:0;margin:0 0 32.36px !important;position:relative}.product-add-form .box-tocart .field.qty .label,.product-info-main .box-tocart .field.qty .label,.product-options-bottom .box-tocart .field.qty .label,.product-add-form .box-tocart .field.qty .control,.product-info-main .box-tocart .field.qty .control,.product-options-bottom .box-tocart .field.qty .control{display:inline-block;vertical-align:middle}.product-add-form .box-tocart .field.qty .label,.product-info-main .box-tocart .field.qty .label,.product-options-bottom .box-tocart .field.qty .label{text-transform:uppercase;margin:0 20px 0 0 !important}.product-add-form .box-tocart .field.qty .input-text.qty,.product-info-main .box-tocart .field.qty .input-text.qty,.product-options-bottom .box-tocart .field.qty .input-text.qty{height:40px;width:70px;font-weight:700;line-height:40px;border-color:#7b878e}.product-add-form .box-tocart .actions,.product-info-main .box-tocart .actions,.product-options-bottom .box-tocart .actions{display:block !important;padding-top:0 !important}.product-add-form .box-tocart .actions button.action,.product-info-main .box-tocart .actions button.action,.product-options-bottom .box-tocart .actions button.action{border-radius:6px;display:block;width:100%;font-size:16px;line-height:1.5rem;height:auto;padding:20px;margin:0 0 12.36093943px}.product-add-form .box-tocart .actions button.action:last-child,.product-info-main .box-tocart .actions button.action:last-child,.product-options-bottom .box-tocart .actions button.action:last-child{margin-bottom:0}.product-add-form .box-tocart .actions button.action span,.product-info-main .box-tocart .actions button.action span,.product-options-bottom .box-tocart .actions button.action span{white-space:nowrap}.product-add-form .box-tocart .actions button.action span:before,.product-info-main .box-tocart .actions button.action span:before,.product-options-bottom .box-tocart .actions button.action span:before{font-weight:normal;text-align:center;width:1.25em;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 5 Free';font-weight:900;margin-right:12.36093943px}.product-add-form .box-tocart .actions button.action span:before.fa-pull-left,.product-info-main .box-tocart .actions button.action span:before.fa-pull-left,.product-options-bottom .box-tocart .actions button.action span:before.fa-pull-left{margin-right:.3em}.product-add-form .box-tocart .actions button.action span:before.fa-pull-right,.product-info-main .box-tocart .actions button.action span:before.fa-pull-right,.product-options-bottom .box-tocart .actions button.action span:before.fa-pull-right{margin-left:.3em}.product-add-form .box-tocart .actions button.action.tocart,.product-info-main .box-tocart .actions button.action.tocart,.product-options-bottom .box-tocart .actions button.action.tocart{background:#eeab36}.product-add-form .box-tocart .actions button.action.tocart:hover,.product-info-main .box-tocart .actions button.action.tocart:hover,.product-options-bottom .box-tocart .actions button.action.tocart:hover,.product-add-form .box-tocart .actions button.action.tocart:focus,.product-info-main .box-tocart .actions button.action.tocart:focus,.product-options-bottom .box-tocart .actions button.action.tocart:focus{background:#eb9d15}.product-add-form .box-tocart .actions button.action.tocart span:before,.product-info-main .box-tocart .actions button.action.tocart span:before,.product-options-bottom .box-tocart .actions button.action.tocart span:before{content:"\f07a"}.product-add-form .box-tocart .actions button.action.toquote,.product-info-main .box-tocart .actions button.action.toquote,.product-options-bottom .box-tocart .actions button.action.toquote{background:#fff;color:#0e5d7f;border:1px solid currentColor !important}.product-add-form .box-tocart .actions button.action.toquote:hover,.product-info-main .box-tocart .actions button.action.toquote:hover,.product-options-bottom .box-tocart .actions button.action.toquote:hover,.product-add-form .box-tocart .actions button.action.toquote:focus,.product-info-main .box-tocart .actions button.action.toquote:focus,.product-options-bottom .box-tocart .actions button.action.toquote:focus{color:#328ab0}.product-add-form .box-tocart .actions button.action.toquote span:before,.product-info-main .box-tocart .actions button.action.toquote span:before,.product-options-bottom .box-tocart .actions button.action.toquote span:before{content:"\f481"}.product.media .product.attribute.overview{margin-top:32.36px;text-align:center;font-size:16px;line-height:26px}.product.media .product.attribute.overview p:last-of-type{margin-bottom:0}.mz-thumb:not(.mz-thumb-selected):hover img{border-bottom-color:transparent !important}.mz-thumb.mz-thumb-selected img{border-color:#eeab36 !important}body .mageworx-swatch-option.image:not(.disabled):hover,body .mageworx-swatch-option.color:not(.disabled):hover{outline:2px solid #eeab36}body .mcs-item:after{display:none}body .mt-thumb-switcher.mz-thumb:hover:not(.active-selector) img{-webkit-filter:none !important;filter:none !important}body .mt-thumb-switcher.active-selector img{-webkit-filter:opacity(.8) !important;filter:opacity(.8) !important}body a[data-zoom-id] img,body .mz-thumb img{border:2px solid transparent;padding-bottom:0}body .MagicScroll>.mcs-button-arrow:hover,body .MagicScroll>.mcs-button-arrow:focus,body .MagicScroll>.mcs-button-arrow:active{background:none;box-shadow:none}body div.MagicToolboxSelectorsContainer a{margin:0;padding:2px 0;box-sizing:border-box}.product-info-help{margin:15px auto 0;padding:0 32.36px;text-align:center}.product-info-help .subtitle{color:#7b878e}.product-info-help .title{color:#65b3d4;font-weight:700;text-transform:uppercase;font-size:24px;line-height:30px}.product-info-help .help{margin-top:20px}.product-info-help .help a{position:relative;padding:0 20px 20px;display:inline-block;vertical-align:top;width:105px;box-sizing:border-box;margin-top:0}.product-info-help .help a:hover,.product-info-help .help a:focus{text-decoration:none}.product-info-help .help a:hover .label,.product-info-help .help a:focus .label{text-decoration:underline}.product-info-help .icon{display:block;width:32px;height:32px;line-height:32px;border-radius:16px;margin:0 auto 4.7216571px;background:#65b3d4;color:#fff;font-size:18px}.product-info-help .label{position:absolute;bottom:0;left:50%;transform:translate(-50%, 0);font-size:14px;font-weight:700;color:#7b878e;white-space:nowrap}.product-info-help .pc_form_widget_view_0{display:none}.product.info.detailed{margin-top:20px}.product.info.detailed .ui-scroll-nav-container main{overflow:visible;padding-left:0}.product.info.detailed .ui-scroll-nav-section{clear:both}.product.info.detailed .ui-scroll-nav-section>.title{text-align:center;color:#328ab0;font-size:36px;margin:20px auto 32.36px;line-height:1}.product.info.detailed .ui-scroll-nav-section>.data.content{margin-bottom:52.35848px;padding-bottom:0}.product.info.detailed .ui-scroll-nav-section>.data.content p:last-child,.product.info.detailed .ui-scroll-nav-section>.data.content ul:last-child{margin-bottom:0}.product.info.detailed .ui-scroll-nav-section>.data.content .value{font-size:16px;line-height:26px}.product.info.detailed .ui-scroll-nav-section#description{padding:52.35848px 84.71602064px 0;background:#f5f5f5}.product.info.detailed .ui-scroll-nav-section#description+section{padding-top:52.35848px}.product.info.detailed .ui-scroll-nav-section#description>.title{margin-top:0}.product.info.detailed .ui-scroll-nav-section#description table{border:none;margin-right:auto;margin-left:auto;margin-bottom:26px}.product.info.detailed .ui-scroll-nav-section#description table>thead>tr>th,.product.info.detailed .ui-scroll-nav-section#description table>tbody>tr>th,.product.info.detailed .ui-scroll-nav-section#description table>thead>tr>td,.product.info.detailed .ui-scroll-nav-section#description table>tbody>tr>td{background:#fff !important;border-color:#b1b7bb !important;vertical-align:middle !important;font-size:14px !important}.product.info.detailed .ui-scroll-nav-section#description table>thead>tr>th p,.product.info.detailed .ui-scroll-nav-section#description table>tbody>tr>th p,.product.info.detailed .ui-scroll-nav-section#description table>thead>tr>td p,.product.info.detailed .ui-scroll-nav-section#description table>tbody>tr>td p{font-size:14px !important;margin-bottom:0}.product.info.detailed .ui-scroll-nav-section#description table>thead>tr>th:first-child,.product.info.detailed .ui-scroll-nav-section#description table>tbody>tr>th:first-child,.product.info.detailed .ui-scroll-nav-section#description table>thead>tr>td:first-child,.product.info.detailed .ui-scroll-nav-section#description table>tbody>tr>td:first-child{border-left-width:1px !important}.product.info.detailed .ui-scroll-nav-section#description table>thead>tr>th:last-child,.product.info.detailed .ui-scroll-nav-section#description table>tbody>tr>th:last-child,.product.info.detailed .ui-scroll-nav-section#description table>thead>tr>td:last-child,.product.info.detailed .ui-scroll-nav-section#description table>tbody>tr>td:last-child{border-right-width:1px !important}.product.info.detailed .ui-scroll-nav-section#description table>thead>tr:hover>th,.product.info.detailed .ui-scroll-nav-section#description table>tbody>tr:hover>th,.product.info.detailed .ui-scroll-nav-section#description table>thead>tr:hover>td,.product.info.detailed .ui-scroll-nav-section#description table>tbody>tr:hover>td{background:#f5f5f5 !important}.product.info.detailed .ui-scroll-nav-section#description table:not(.no-header)>tbody>tr:first-child>td[colspan]:not([colspan="1"]){background:#e7e7e7 !important;font-weight:bold !important}.product.info.detailed .ui-scroll-nav-section#description .widetable{margin-bottom:26px}.product.info.detailed .ui-scroll-nav-section#description .widetable table{margin-right:0;margin-bottom:0}.product.info.detailed .ui-scroll-nav-section#description .widetable table>thead>tr>th,.product.info.detailed .ui-scroll-nav-section#description .widetable table>tbody>tr>th,.product.info.detailed .ui-scroll-nav-section#description .widetable table>thead>tr>td,.product.info.detailed .ui-scroll-nav-section#description .widetable table>tbody>tr>td{background-color:transparent !important}.product.info.detailed .ui-scroll-nav-section#description .widetable table>thead>tr:nth-child(2n)>th,.product.info.detailed .ui-scroll-nav-section#description .widetable table>tbody>tr:nth-child(2n)>th,.product.info.detailed .ui-scroll-nav-section#description .widetable table>thead>tr:nth-child(2n)>td,.product.info.detailed .ui-scroll-nav-section#description .widetable table>tbody>tr:nth-child(2n)>td{background:#fafafa !important}.product.info.detailed .ui-scroll-nav-section#description .widetable table>thead>tr:hover>th,.product.info.detailed .ui-scroll-nav-section#description .widetable table>tbody>tr:hover>th,.product.info.detailed .ui-scroll-nav-section#description .widetable table>thead>tr:hover>td,.product.info.detailed .ui-scroll-nav-section#description .widetable table>tbody>tr:hover>td{background:#f5f5f5 !important}.product.info.detailed .ui-scroll-nav-section#attribute_brand>.content{padding:52.35848px 84.71602064px;border:1px solid #e7e7e7}.product.info.detailed .ui-scroll-nav-section#attribute_brand>.content .amshopby-option-link{display:flex;align-items:center;margin-right:0}.product.info.detailed .ui-scroll-nav-section#attribute_brand>.content .amshopby-option-link>a{display:inline-block;text-align:center;margin-right:32.36px;flex:0 1 200%;max-width:250px}.product.info.detailed .ui-scroll-nav-section#attribute_brand>.content .amshopby-option-link>a img{max-width:230px;position:relative;left:-20px;float:none;margin:0}.product.info.detailed .ui-scroll-nav-section#additional{width:500px;max-width:100%;margin-left:auto;margin-right:auto}.product.info.detailed .ui-scroll-nav-section#additional>.title{text-transform:uppercase;color:#313131;font-size:24px}.product.info.detailed .ui-scroll-nav-section#additional .table-wrapper{padding-right:1px}.product.info.detailed .ui-scroll-nav-section#additional table.additional-attributes{width:100%}.product.info.detailed .ui-scroll-nav-section#additional table.additional-attributes>tbody>tr>th,.product.info.detailed .ui-scroll-nav-section#additional table.additional-attributes>tbody>tr>td{border-width:0 1px 1px 0;border-style:solid;border-color:#e7e7e7;padding:12.36093943px 20px;vertical-align:middle}.product.info.detailed .ui-scroll-nav-section#additional table.additional-attributes>tbody>tr>th{background:#f5f5f5;border-width:0 0 1px 1px}.product.info.detailed .ui-scroll-nav-section#additional table.additional-attributes>tbody>tr:first-child>th,.product.info.detailed .ui-scroll-nav-section#additional table.additional-attributes>tbody>tr:first-child>td{border-top-width:1px}.product.info.detailed .ui-scroll-nav-section#mageworx_product_attachments{width:500px;max-width:100%;margin-left:auto;margin-right:auto}.product.info.detailed .ui-scroll-nav-section#mageworx_product_attachments>.title{text-transform:uppercase;color:#313131;font-size:24px}.product.info.detailed .ui-scroll-nav-section#mageworx_product_attachments>.title .counter{display:none}.product.info.detailed .ui-scroll-nav-section#mageworx_product_attachments>.content{padding:12.36093943px 20px;border:1px solid #e7e7e7}.product.info.detailed .ui-scroll-nav-section#mageworx_product_attachments>.content .product-attachment-container{margin:0;padding:0}.product.info.detailed .ui-scroll-nav-section#mageworx_product_attachments>.content .downloads-item{margin:0;padding:12.36093943px}.product.info.detailed .ui-scroll-nav-section#mageworx_product_attachments>.content .downloads-item:first-child{padding-top:0}.product.info.detailed .ui-scroll-nav-section#mageworx_product_attachments>.content .downloads-item:last-child{padding-bottom:0}.product.info.detailed .ui-scroll-nav-section#mageworx_product_attachments>.content .downloads-item .item-icon{width:12px;padding:0;margin-right:4.7216571px}.product.info.detailed .ui-scroll-nav-section#mageworx_product_attachments>.content .downloads-item .item-icon img{vertical-align:text-top}.product.info.detailed .ui-scroll-nav-section#reviews,.product.info.detailed .ui-scroll-nav-section#attribute_video,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo{position:relative;overflow:visible;padding:52.35848px 84.71602064px 0;background:#f5f5f5}.product.info.detailed .ui-scroll-nav-section#reviews+section,.product.info.detailed .ui-scroll-nav-section#attribute_video+section,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo+section{padding-top:52.35848px}.product.info.detailed .ui-scroll-nav-section#reviews:after,.product.info.detailed .ui-scroll-nav-section#attribute_video:after,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo:after{z-index:-1;background:#f5f5f5;content:'';position:absolute;top:0;bottom:0;width:100vw;left:50%;transform:translate(-50%, 0)}@media (min-width:768px){.product.info.detailed .ui-scroll-nav-section#reviews>.title,.product.info.detailed .ui-scroll-nav-section#attribute_video>.title,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo>.title{margin-top:0}}.product.info.detailed .ui-scroll-nav-section#reviews>.title .counter,.product.info.detailed .ui-scroll-nav-section#attribute_video>.title .counter,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo>.title .counter{display:none}.product.info.detailed .ui-scroll-nav-section#reviews .block-title,.product.info.detailed .ui-scroll-nav-section#attribute_video .block-title,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .block-title{display:none}.product.info.detailed .ui-scroll-nav-section#reviews>.content,.product.info.detailed .ui-scroll-nav-section#attribute_video>.content,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo>.content{padding-bottom:52.35848px;margin-bottom:0}.product.info.detailed .ui-scroll-nav-section#reviews .review-item,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-item,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-item{background:#fff;border-bottom:0;padding:32.36px}.product.info.detailed .ui-scroll-nav-section#reviews .review-item:after,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-item:after,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-item:after{content:""}.product.info.detailed .ui-scroll-nav-section#reviews .review-title,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-title,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-title{color:#313131}.product.info.detailed .ui-scroll-nav-section#reviews .rating-summary,.product.info.detailed .ui-scroll-nav-section#attribute_video .rating-summary,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .rating-summary{display:flex;justify-content:space-between;align-items:center;text-transform:uppercase}.product.info.detailed .ui-scroll-nav-section#reviews .rating-summary .rating-result,.product.info.detailed .ui-scroll-nav-section#attribute_video .rating-summary .rating-result,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .rating-summary .rating-result{position:relative;margin-left:12.36093943px;top:-2px}.product.info.detailed .ui-scroll-nav-section#reviews .review-ratings,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-ratings,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-ratings{display:flex;flex-direction:column}.product.info.detailed .ui-scroll-nav-section#reviews .review-ratings~.review-content,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-ratings~.review-content,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-ratings~.review-content,.product.info.detailed .ui-scroll-nav-section#reviews .review-ratings~.review-details,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-ratings~.review-details,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-ratings~.review-details{margin-left:220px}.product.info.detailed .ui-scroll-nav-section#reviews .review-details p,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-details p,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-details p{display:inline-block}.product.info.detailed .ui-scroll-nav-section#reviews .review-details p strong,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-details p strong,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-details p strong{font-weight:normal}.product.info.detailed .ui-scroll-nav-section#reviews .review-details p.review-date .review-details-label,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-details p.review-date .review-details-label,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-details p.review-date .review-details-label{display:none}.product.info.detailed .ui-scroll-nav-section#reviews .review-toolbar,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-toolbar,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-toolbar{margin-bottom:26px;border-color:#e7e7e7}.product.info.detailed .ui-scroll-nav-section#reviews .review-toolbar .pages,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-toolbar .pages,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-toolbar .pages{border-color:#e7e7e7;margin-bottom:0}.product.info.detailed .ui-scroll-nav-section#reviews .review-add,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-add,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-add{padding:32.36px 32.36px 40px;background:#fff}.product.info.detailed .ui-scroll-nav-section#reviews .review-add .fieldset,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-add .fieldset,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-add .fieldset{margin-bottom:40px}.product.info.detailed .ui-scroll-nav-section#reviews .review-add .fieldset>.legend,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-add .fieldset>.legend,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-add .fieldset>.legend{font-size:18px}.product.info.detailed .ui-scroll-nav-section#reviews .review-add .fieldset>.field:not(.choice)>.label,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-add .fieldset>.field:not(.choice)>.label,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-add .fieldset>.field:not(.choice)>.label,.product.info.detailed .ui-scroll-nav-section#reviews .review-add .fieldset>.field:not(.choice)>.control,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-add .fieldset>.field:not(.choice)>.control,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-add .fieldset>.field:not(.choice)>.control{text-align:left;float:none;padding:0;width:auto}.product.info.detailed .ui-scroll-nav-section#reviews .review-add .fieldset .label,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-add .fieldset .label,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-add .fieldset .label{margin-bottom:7.63964118px}.product.info.detailed .ui-scroll-nav-section#reviews .review-add .review-field-rating .label,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-add .review-field-rating .label,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-add .review-field-rating .label{line-height:36px;padding:0 12.36093943px 20px 32.36px;text-transform:uppercase;text-align:right}.product.info.detailed .ui-scroll-nav-section#reviews .review-add .review-control-vote,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-add .review-control-vote,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-add .review-control-vote{padding:0;margin:0}.product.info.detailed .ui-scroll-nav-section#reviews .review-add .review-control-vote:before,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-add .review-control-vote:before,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-add .review-control-vote:before{font-weight:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 5 Free';font-weight:400;content:"\f005" "\f005" "\f005" "\f005" "\f005";font-size:36px;line-height:36px;height:36px;letter-spacing:0}.product.info.detailed .ui-scroll-nav-section#reviews .review-add .review-control-vote:before.fa-pull-left,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-add .review-control-vote:before.fa-pull-left,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-add .review-control-vote:before.fa-pull-left{margin-right:.3em}.product.info.detailed .ui-scroll-nav-section#reviews .review-add .review-control-vote:before.fa-pull-right,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-add .review-control-vote:before.fa-pull-right,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-add .review-control-vote:before.fa-pull-right{margin-left:.3em}.product.info.detailed .ui-scroll-nav-section#reviews .review-add .review-control-vote label:before,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-add .review-control-vote label:before,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-add .review-control-vote label:before{font-weight:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 5 Free';font-weight:900;content:"\f005";font-size:36px;line-height:36px;height:36px;letter-spacing:0}.product.info.detailed .ui-scroll-nav-section#reviews .review-add .review-control-vote label:before.fa-pull-left,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-add .review-control-vote label:before.fa-pull-left,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-add .review-control-vote label:before.fa-pull-left{margin-right:.3em}.product.info.detailed .ui-scroll-nav-section#reviews .review-add .review-control-vote label:before.fa-pull-right,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-add .review-control-vote label:before.fa-pull-right,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-add .review-control-vote label:before.fa-pull-right{margin-left:.3em}.product.info.detailed .ui-scroll-nav-section#reviews .review-add .review-control-vote label.rating-2:before,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-add .review-control-vote label.rating-2:before,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-add .review-control-vote label.rating-2:before{content:"\f005" "\f005"}.product.info.detailed .ui-scroll-nav-section#reviews .review-add .review-control-vote label.rating-3:before,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-add .review-control-vote label.rating-3:before,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-add .review-control-vote label.rating-3:before{content:"\f005" "\f005" "\f005"}.product.info.detailed .ui-scroll-nav-section#reviews .review-add .review-control-vote label.rating-4:before,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-add .review-control-vote label.rating-4:before,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-add .review-control-vote label.rating-4:before{content:"\f005" "\f005" "\f005" "\f005"}.product.info.detailed .ui-scroll-nav-section#reviews .review-add .review-control-vote label.rating-5:before,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-add .review-control-vote label.rating-5:before,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-add .review-control-vote label.rating-5:before{content:"\f005" "\f005" "\f005" "\f005" "\f005"}.product.info.detailed .ui-scroll-nav-section#reviews .review-add .actions-toolbar,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-add .actions-toolbar,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-add .actions-toolbar{margin-left:0}.product.info.detailed .ui-scroll-nav-section#reviews .review-add .action.submit.primary,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-add .action.submit.primary,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-add .action.submit.primary{background:#328ab0}.product.info.detailed .ui-scroll-nav-section#reviews .review-add .action.submit.primary:hover,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-add .action.submit.primary:hover,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-add .action.submit.primary:hover,.product.info.detailed .ui-scroll-nav-section#reviews .review-add .action.submit.primary:focus,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-add .action.submit.primary:focus,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-add .action.submit.primary:focus{background:#3e9ec8}.product.info.detailed .ui-scroll-nav-section#reviews .review-list--no-reviews,.product.info.detailed .ui-scroll-nav-section#attribute_video .review-list--no-reviews,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .review-list--no-reviews{text-align:center;font-weight:700;margin-bottom:32.36px}.product.info.detailed .ui-scroll-nav-section#reviews .button-container,.product.info.detailed .ui-scroll-nav-section#attribute_video .button-container,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .button-container{text-align:center}.product.info.detailed .ui-scroll-nav-section#reviews .button-container .button.action,.product.info.detailed .ui-scroll-nav-section#attribute_video .button-container .button.action,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .button-container .button.action{margin-bottom:32.36px;background:#328ab0}.product.info.detailed .ui-scroll-nav-section#reviews .button-container .button.action:hover,.product.info.detailed .ui-scroll-nav-section#attribute_video .button-container .button.action:hover,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .button-container .button.action:hover,.product.info.detailed .ui-scroll-nav-section#reviews .button-container .button.action:focus,.product.info.detailed .ui-scroll-nav-section#attribute_video .button-container .button.action:focus,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .button-container .button.action:focus{background:#3e9ec8}.product.info.detailed .ui-scroll-nav-section#kraken_attribute_instructions>.content.collapsible{padding-bottom:32.36px;position:relative;overflow:hidden;max-height:100%;transition:max-height 750ms ease-out}.product.info.detailed .ui-scroll-nav-section#kraken_attribute_instructions>.content.collapsible:before{content:'';position:absolute;bottom:0;z-index:1;left:0;right:0;height:calc(100% - 26px);max-height:200px;display:block;opacity:0;pointer-events:none;transition:opacity 750ms ease-out,max-height 750ms ease-out;background:-moz-linear-gradient(top, rgba(255,255,255,0) 0%, #fff calc(100% - 52.35848px), #fff 100%);background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff calc(100% - 52.35848px), #fff 100%);background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff calc(100% - 52.35848px), #fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)}.product.info.detailed .ui-scroll-nav-section#kraken_attribute_instructions>.content.collapsible .read-more-link{position:absolute;z-index:2;bottom:0;left:0;font-weight:700}.product.info.detailed .ui-scroll-nav-section#kraken_attribute_instructions>.content.collapsible .read-more-link:after{font-weight:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 5 Free';font-weight:900;content:"\f077";font-size:12px;margin-left:4.7216571px}.product.info.detailed .ui-scroll-nav-section#kraken_attribute_instructions>.content.collapsible .read-more-link:after.fa-pull-left{margin-right:.3em}.product.info.detailed .ui-scroll-nav-section#kraken_attribute_instructions>.content.collapsible .read-more-link:after.fa-pull-right{margin-left:.3em}.product.info.detailed .ui-scroll-nav-section#kraken_attribute_instructions>.content.collapsible.is-closed{max-height:200px !important}.product.info.detailed .ui-scroll-nav-section#kraken_attribute_instructions>.content.collapsible.is-closed:before{opacity:1}.product.info.detailed .ui-scroll-nav-section#kraken_attribute_instructions>.content.collapsible.is-closed .read-more-link:after{content:"\f078"}.product.info.detailed .ui-scroll-nav-section#amfaq_product{position:relative}.product.info.detailed .ui-scroll-nav-section#amfaq_product>.title{margin-bottom:124.71848px}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq-product-tab{padding:32.36px 32.36px 32.36px 52.35848px;border:1px solid #e7e7e7}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq-product-tab .block-title,.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq-product-tab .button-info{display:none}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq-product-tab .button-container{position:absolute;left:0;right:0;text-align:center;top:134.71602064px;margin:0}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq-product-tab .button-container .action{background:#328ab0}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq-product-tab .button-container .action:hover,.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq-product-tab .button-container .action:focus{background:#3e9ec8}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .am-no-items{text-align:center}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .am-item{border-bottom:0;margin-bottom:0;position:relative}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .am-title{position:relative;line-height:26px;font-size:16px;font-weight:700;padding:13px 0;margin-bottom:0}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .am-title [data-role="icons"]{position:absolute;top:13px;right:calc(100% + 7.63964118px)}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .am-title [data-role="icons"]:before{font-weight:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 5 Free';font-weight:900;font-size:14px;color:#313131;line-height:26px;height:26px}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .am-title [data-role="icons"]:before.fa-pull-left{margin-right:.3em}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .am-title [data-role="icons"]:before.fa-pull-right{margin-left:.3em}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .am-title .am-minus:before{content:"\f078"}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .am-title .am-plus:before{content:"\f077"}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .am-content{position:relative;padding-right:100px}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .amfaq-question-footer-wrapper{position:absolute;top:13px;right:0px}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .amfaq-question-footer-wrapper .am-links,.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .amfaq-question-footer-wrapper .amfaq-was-it-helpful,.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .amfaq-question-footer-wrapper .amfaq-rating-data-wrapper span:nth-child(2n){display:none}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .amfaq-question-footer-wrapper .amfaq-rating{float:none;padding-right:27px}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .amfaq-question-footer-wrapper .amfaq-rating-yesno{border:0;padding:0;margin:0;font-size:0}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .amfaq-question-footer-wrapper .amfaq-rating-yesno span.amfaq-rating-yesno-vote{color:#7b878e}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .amfaq-question-footer-wrapper .amfaq-rating-yesno span.amfaq-rating-yesno-vote:before{font-weight:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 5 Free';font-weight:900;font-size:14px}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .amfaq-question-footer-wrapper .amfaq-rating-yesno span.amfaq-rating-yesno-vote:before.fa-pull-left{margin-right:.3em}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .amfaq-question-footer-wrapper .amfaq-rating-yesno span.amfaq-rating-yesno-vote:before.fa-pull-right{margin-left:.3em}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .amfaq-question-footer-wrapper .amfaq-rating-yesno span.amfaq-rating-yesno-vote:hover,.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .amfaq-question-footer-wrapper .amfaq-rating-yesno span.amfaq-rating-yesno-vote:focus{color:#65b3d4}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .amfaq-question-footer-wrapper .amfaq-rating-yesno span.amfaq-rating-yesno-vote.yesno-voted{color:#313131}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .amfaq-question-footer-wrapper .amfaq-rating-yesno span[data-bind*="votePositive"]:before{content:"\f164"}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .amfaq-question-footer-wrapper .amfaq-rating-yesno span[data-bind*="voteNegative"]{position:absolute;right:0;top:4px}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .amfaq-question-footer-wrapper .amfaq-rating-yesno span[data-bind*="voteNegative"]:before{content:"\f165"}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .amfaq-question-footer-wrapper .amfaq-rating-data-wrapper{text-align:center;min-width:50px;font-weight:700;font-size:16px}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .amfaq-question-footer-wrapper .amfaq-rating-data-wrapper span:first-child:after{content:' /'}.product.info.detailed .ui-scroll-nav-section#amfaq_product .ask-question-form{margin:32.36px -32.36px -32.36px -52.35848px}.product.info.detailed .ui-scroll-nav-section#amfaq_product .ask-question-form .ask-form-container{padding:32.36px;background:#f5f5f5}.product.info.detailed .ui-scroll-nav-section#amfaq_product .ask-question-form .ask-form-container form{display:block;padding:20px;background:#fff}.product.info.detailed .ui-scroll-nav-section#amfaq_product .ask-question-form .fieldset{margin-bottom:20px}.product.info.detailed .ui-scroll-nav-section#amfaq_product .ask-question-form .fieldset>.legend{font-size:18px}.product.info.detailed .ui-scroll-nav-section#amfaq_product .ask-question-form .fieldset>.field:not(.choice)>.label,.product.info.detailed .ui-scroll-nav-section#amfaq_product .ask-question-form .fieldset>.field:not(.choice)>.control{text-align:left;float:none;padding:0;width:auto}.product.info.detailed .ui-scroll-nav-section#amfaq_product .ask-question-form .fieldset .label{margin-bottom:7.63964118px}.product.info.detailed .has-specifications.has-literature>#mageworx_product_attachments{clear:unset !important;float:right !important;width:calc(50% - 20px / 2)}.product.info.detailed .has-specifications.has-literature>#additional{width:calc(50% - 20px / 2);float:left !important}.product.info.detailed .has-specifications.has-literature .ui-scroll-nav-section#description+section#additional,.product.info.detailed .has-specifications.has-literature .ui-scroll-nav-section#description+section#additional+#mageworx_product_attachments{padding-top:52.35848px}.product.info.detailed .ui-scroll-nav-container .pdp-nav{position:relative;z-index:50}.product.info.detailed .ui-scroll-nav-container .pdp-nav nav>.item.title>.switch{border-color:#e7e7e7;background-color:#fff;font-size:16px;line-height:26px;padding:15px;height:auto;color:#313131;margin-bottom:14px}.product.info.detailed .ui-scroll-nav-container .pdp-nav nav>.item.title>.switch .counter{color:#313131}.product.info.detailed .ui-scroll-nav-container .pdp-nav nav>.item.title.active>.switch{background-color:#f5f5f5}.product.info.detailed .ui-scroll-nav-container .pdp-nav+#main-details{overflow:hidden;padding-left:20px}.product.info.detailed .ui-scroll-nav-container .pdp-nav+#main-details .ui-scroll-nav-section>.title{font-size:24px;text-transform:uppercase}.product.info.detailed .ui-scroll-nav-container .pdp-nav+#main-details .ui-scroll-nav-section#description,.product.info.detailed .ui-scroll-nav-container .pdp-nav+#main-details .ui-scroll-nav-section#reviews{padding:52.35848px 52.35848px}.product.info.detailed .ui-scroll-nav-container .pdp-nav+#main-details .ui-scroll-nav-section#reviews:after,.product.info.detailed .ui-scroll-nav-container .pdp-nav+#main-details .ui-scroll-nav-section#attribute_video:after,.product.info.detailed .ui-scroll-nav-container .pdp-nav+#main-details .ui-scroll-nav-section#attribute_video_vimeo:after{content:""}.product.info.detailed .ui-scroll-nav-container .pdp-nav+#main-details .ui-scroll-nav-section#additional,.product.info.detailed .ui-scroll-nav-container .pdp-nav+#main-details .ui-scroll-nav-section#mageworx_product_attachments{clear:both;float:none}.product.info.detailed .ui-scroll-nav-container .pdp-nav+#main-details .ui-scroll-nav-section#additional .title,.product.info.detailed .ui-scroll-nav-container .pdp-nav+#main-details .ui-scroll-nav-section#mageworx_product_attachments .title{color:#328ab0}.catalog-product-view .page-main>.columns .column.main{padding-bottom:0}.catalog-product-view .block.upsell{position:relative;z-index:1;padding-bottom:20px;margin-bottom:0}.catalog-product-view .block.upsell:before{z-index:-1;content:'';position:absolute;bottom:0;top:0;left:50%;width:100vw;transform:translate(-50%, 0);background:#f5f5f5}.catalog-product-view .block.upsell .block-title{text-align:center;padding-top:64.72px;padding-bottom:32.36px;margin-bottom:0}.catalog-product-view .block.upsell .block-title strong{margin:0;text-transform:uppercase;font-size:24px;color:#313131}.catalog-product-view .footer.content{margin-top:0}.page-product-grouped .product-info-main,.page-product-grouped .product.media{padding-bottom:52.35848px}.page-product-grouped .product-table-link{display:inline-block;font-size:16px;line-height:1.5rem;height:auto;padding:20px 45px 20px 20px;margin:0 0 32.36px;position:relative;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;background:#65b3d4;color:#fff;border-radius:6px;cursor:pointer;white-space:nowrap}.page-product-grouped .product-table-link:after{font-weight:normal;text-align:center;width:1.25em;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 5 Free';font-weight:900;content:"\f103";position:absolute;top:50%;right:20px;transform:translate(0, -50%)}.page-product-grouped .product-table-link:after.fa-pull-left{margin-right:.3em}.page-product-grouped .product-table-link:after.fa-pull-right{margin-left:.3em}.page-product-grouped .product-table-link:hover,.page-product-grouped .product-table-link:focus{background:#328ab0}.page-product-grouped #packaging-info{clear:both;text-align:right;margin:20px 0;font-weight:700;font-size:14px}.page-product-grouped #packaging-info .label{margin-right:4.7216571px}.page-product-grouped .table.grouped>caption+thead>tr:first-child>th,.page-product-grouped .table.grouped>colgroup+thead>tr:first-child>th,.page-product-grouped .table.grouped>thead:first-child>tr:first-child>th,.page-product-grouped .table.grouped>caption+thead>tr:first-child>td,.page-product-grouped .table.grouped>colgroup+thead>tr:first-child>td,.page-product-grouped .table.grouped>thead:first-child>tr:first-child>td{border-top:1px solid #e7e7e7}.page-product-grouped .table.grouped{margin-top:20px}.page-product-grouped .table.grouped>thead>tr>th,.page-product-grouped .table.grouped>tbody>tr>th,.page-product-grouped .table.grouped>tfoot>tr>th,.page-product-grouped .table.grouped>thead>tr>td,.page-product-grouped .table.grouped>tbody>tr>td,.page-product-grouped .table.grouped>tfoot>tr>td{padding:20px;border-bottom:1px solid #e7e7e7;font-size:14px;line-height:20px}.page-product-grouped .table.grouped>thead>tr>th{padding-top:12.36093943px;padding-bottom:12.36093943px;text-transform:uppercase;color:#7b878e}.page-product-grouped .table.grouped>thead>tr>th.price{text-align:right}.page-product-grouped .table.grouped>tbody>tr>td.image{padding-top:12.36093943px;padding-bottom:12.36093943px;padding-left:0}.page-product-grouped .table.grouped>tbody>tr>td.image .group-img{display:block;max-width:80px;max-height:80px;position:relative}.page-product-grouped .table.grouped>tbody>tr>td.image .group-img:before{font-weight:normal;width:1.25em;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 5 Free';font-weight:900;height:30px;width:30px;text-align:center;line-height:30px;background:#328ab0;border-radius:100%;content:"\f002";color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-size:14px;z-index:1;opacity:0;transition:opacity 150ms ease-out}.page-product-grouped .table.grouped>tbody>tr>td.image .group-img:before.fa-pull-left{margin-right:.3em}.page-product-grouped .table.grouped>tbody>tr>td.image .group-img:before.fa-pull-right{margin-left:.3em}.page-product-grouped .table.grouped>tbody>tr>td.image .group-img:hover:before,.page-product-grouped .table.grouped>tbody>tr>td.image .group-img:focus:before{opacity:1}.page-product-grouped .table.grouped>tbody>tr>td.item .product-item-name{margin:0 0 20px;font-weight:700;color:#0e5d7f}.page-product-grouped .table.grouped>tbody>tr>td.sku{white-space:nowrap}.page-product-grouped .table.grouped>tbody>tr>td.price{text-align:right}.page-product-grouped .table.grouped>tbody>tr>td.price .price-box>span .price-wrapper,.page-product-grouped .table.grouped>tbody>tr>td.price .price-box>span .price-label,.page-product-grouped .table.grouped>tbody>tr>td.price .price-box>span .price{line-height:1.1;font-size:14px}.page-product-grouped .table.grouped>tbody>tr>td.price .price-box>span.map-old-price{margin-right:0}.page-product-grouped .table.grouped>tbody>tr>td.price .price-box>span.map-old-price~.old-price{margin-top:0}.page-product-grouped .table.grouped>tbody>tr>td.price .price-box>span.special-price .price,.page-product-grouped .table.grouped>tbody>tr>td.price .price-box>span.price-final_price .price{font-size:18px}.page-product-grouped .table.grouped thead>tr>th.qty,.page-product-grouped .table.grouped tbody>tr>td.qty{padding-right:0}.page-product-grouped .product-add-form .box-tocart{display:block;text-align:right;margin-bottom:32.36px}.page-product-grouped .product-add-form .box-tocart .actions{display:flex !important;justify-content:flex-end}.page-product-grouped .product-add-form .box-tocart .actions button.action{margin-bottom:0;align-self:flex-start;width:auto;margin-left:20px}.page-product-grouped .product-add-form .box-tocart .actions .tocart{order:2}.page-product-grouped .product-add-form .box-tocart .actions #instant-purchase{order:3}.page-product-grouped .product-add-form .box-tocart .actions .toquote{padding-top:19px;padding-bottom:19px;order:1}.page-product-grouped .control.qty input.qty{height:40px;width:70px;font-weight:700;line-height:40px;border-color:#7b878e}@media (max-width:1279px){.product-info-help{padding-left:0;padding-right:0}}@media (max-width:1023px){.catalog-product-view.page-layout-1column .product.media,.catalog-product-view.page-layout-1column .product-info-main{width:100%}.catalog-product-view.page-layout-1column .product.media #mtImageContainer{max-width:450px;margin-left:auto;margin-right:auto}.catalog-product-view.page-layout-1column .column.main{display:flex;flex-direction:column}.catalog-product-view.page-layout-1column .product.media{margin-top:32.36px;margin-bottom:27.5px;order:-1}.product.info.detailed .ui-scroll-nav-container .pdp-nav{display:none}.product.info.detailed .ui-scroll-nav-container .pdp-nav+#main-details{padding-left:0;overflow:visible}.page-product-grouped .table.grouped>tbody>tr>td.image .group-img{width:80px}}@media (max-width:767px){.catalog-product-view .page-wrapper .page-title-wrapper.product .page-title{font-size:26px}.product.media .product.attribute.overview{margin-bottom:32.36px}.product-info-main .block.related .products>.product{padding-left:20px}.product-info-main .block.related .related-available{padding-left:32.36px}.product-info-main .block.related .related-available .field.choice.related{left:20px}.product-options-bottom .box-tocart{margin-bottom:0 !important}.product.info.detailed .ui-scroll-nav-section{margin-bottom:0;width:auto !important}.product.info.detailed .ui-scroll-nav-section .item.title{margin-bottom:0}.product.info.detailed .ui-scroll-nav-section .item.title>.switch{background:#fff;border-color:#e7e7e7;text-transform:capitalize;color:#313131;font-size:16px;line-height:26px;padding:15px 38px 15px 15px;height:auto;margin-bottom:14px;position:relative}.product.info.detailed .ui-scroll-nav-section .item.title>.switch:before{font-weight:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 5 Free';font-weight:900;content:"\f067";position:absolute;top:50%;right:15px;transform:translate(0, -50%);color:#b1b7bb}.product.info.detailed .ui-scroll-nav-section .item.title>.switch:before.fa-pull-left{margin-right:.3em}.product.info.detailed .ui-scroll-nav-section .item.title>.switch:before.fa-pull-right{margin-left:.3em}.product.info.detailed .ui-scroll-nav-section .item.title:hover>.switch,.product.info.detailed .ui-scroll-nav-section .item.title:focus>.switch{background:#f5f5f5}.product.info.detailed .ui-scroll-nav-section .item.title[aria-expanded="true"]>.switch:before{content:"\f068"}.product.info.detailed .ui-scroll-nav-section .item.content{border:0;padding:0;margin-bottom:52.35848px}.product.info.detailed .ui-scroll-nav-section#description,.product.info.detailed .ui-scroll-nav-section#reviews,.product.info.detailed .ui-scroll-nav-section#attribute_video,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo{padding:0;background:none}.product.info.detailed .ui-scroll-nav-section#description+section,.product.info.detailed .ui-scroll-nav-section#reviews+section,.product.info.detailed .ui-scroll-nav-section#attribute_video+section,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo+section{padding-top:0}.product.info.detailed .ui-scroll-nav-section#description .item.content,.product.info.detailed .ui-scroll-nav-section#reviews .item.content,.product.info.detailed .ui-scroll-nav-section#attribute_video .item.content,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo .item.content{padding:20px;background:#f5f5f5}.product.info.detailed .ui-scroll-nav-section#reviews:after,.product.info.detailed .ui-scroll-nav-section#attribute_video:after,.product.info.detailed .ui-scroll-nav-section#attribute_video_vimeo:after{display:none}.product.info.detailed .ui-scroll-nav-section#attribute_brand>.content{padding:20px}.product.info.detailed .ui-scroll-nav-section#attribute_brand>.content .amshopby-option-link{display:block}.product.info.detailed .ui-scroll-nav-section#attribute_brand>.content .amshopby-option-link>a{display:block;text-align:center;margin-right:auto;margin-left:auto}.product.info.detailed .ui-scroll-nav-section#attribute_brand>.content .amshopby-option-link>a img{left:0;margin:0 auto 20px}.product.info.detailed .ui-scroll-nav-section#amfaq_product>.title{margin-bottom:20px}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq-product-tab{padding:20px}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq-product-tab .button-container{position:static}.product.info.detailed .ui-scroll-nav-section#amfaq_product .ask-question-form{margin:0}.product.info.detailed .ui-scroll-nav-section#amfaq_product .ask-question-form .button-container .form-toggle-button{margin:12.36093943px auto 20px}.product.info.detailed .ui-scroll-nav-section#amfaq_product .ask-question-form .ask-form-container{padding:20px;margin-left:-20px;margin-right:-20px;margin-bottom:-20px}.product.info.detailed .ui-scroll-nav-section#amfaq_product .amfaq_questions .am-item{padding-left:20px}.product.info.detailed .ui-scroll-nav-container .pdp-nav+#main-details .ui-scroll-nav-section#description,.product.info.detailed .ui-scroll-nav-container .pdp-nav+#main-details .ui-scroll-nav-section#reviews,.product.info.detailed .ui-scroll-nav-container .pdp-nav+#main-details .ui-scroll-nav-section#attribute_video,.product.info.detailed .ui-scroll-nav-container .pdp-nav+#main-details .ui-scroll-nav-section#attribute_video_vimeo{padding:0}.product.info.detailed .has-specifications.has-literature>#additional,.product.info.detailed .has-specifications.has-literature>#mageworx_product_attachments{float:none !important}.page-product-grouped .table.grouped>thead>tr>td,.page-product-grouped .table.grouped>tbody>tr>td,.page-product-grouped .table.grouped>tfoot>tr>td,.page-product-grouped .table.grouped>thead>tr>th,.page-product-grouped .table.grouped>tbody>tr>th,.page-product-grouped .table.grouped>tfoot>tr>th{padding:12.36093943px}.page-product-grouped .table.grouped>tbody>tr>td.image{padding:12.36093943px 0}.page-product-grouped .table.grouped>tbody>tr>td.image .group-img:before{opacity:0.75;top:0;left:0;transform:none;bottom:5px;right:5px}}@media (max-width:639px){.product-info-main .product-info-stock-sku .shipping-info+.availability{display:block;float:none;max-width:none}.product-info-main .product-options-bottom{display:block}.product-info-main .left-wrap{align-items:flex-end;justify-content:space-between;flex-wrap:wrap;flex-direction:row;margin-bottom:32.36px}.product-info-main .left-wrap>*{padding-right:15px}.product-info-main .left-wrap .pccf_popuplink{margin-top:32.36px}.product.info.detailed .ui-scroll-nav-section#additional table.additional-attributes>tbody>tr>td{border-left-width:1px}.product.info.detailed .ui-scroll-nav-section#reviews .review-ratings~.review-content,.product.info.detailed .ui-scroll-nav-section#reviews .review-ratings~.review-details{margin-left:0}.page-product-grouped .product-table-link{display:block;padding-left:45px;text-align:center}.page-product-grouped #packaging-info{text-align:center}.page-product-grouped .table.grouped>thead>tr>td,.page-product-grouped .table.grouped>tbody>tr>td,.page-product-grouped .table.grouped>tfoot>tr>td,.page-product-grouped .table.grouped>thead>tr>th,.page-product-grouped .table.grouped>tbody>tr>th,.page-product-grouped .table.grouped>tfoot>tr>th{padding:12.36093943px !important}.page-product-grouped .table.grouped>tbody>tr>td:first-child,.page-product-grouped .table.grouped>tbody>tr>td:first-child+td.item{padding-top:32.36px !important;border-top:1px solid #e7e7e7}.page-product-grouped .table.grouped>tbody>tr:first-child>td:first-child{border-top:0}.page-product-grouped .table.grouped>tbody>tr>td.image{text-align:center;float:left;margin-right:20px}.page-product-grouped .table.grouped>tbody>tr>td.image .group-img{width:120px;max-width:100%;max-height:120px;margin-left:auto;margin-right:auto}.page-product-grouped .table.grouped>tbody>tr>td.image .group-img:before{right:0;left:calc(50% + 60px - 5px);transform:translate(-100%, 0)}.page-product-grouped .table.grouped>tbody>tr>td.item .product-item-name{margin-bottom:7.63964118px}.page-product-grouped .table.grouped>tbody>tr>td.sku:before{display:block !important}.page-product-grouped .table.grouped>tbody>tr>td.price{clear:both;width:calc(100% - 120px - 20px * 2);display:inline-block !important;text-align:left;padding-right:0;padding-bottom:32.36px !important}.page-product-grouped .table.grouped>tbody>tr>td.price .price-box>span{margin-bottom:0}.page-product-grouped .table.grouped>tbody>tr>td.qty{text-align:right;width:105px;display:inline-block !important;padding-bottom:32.36px !important}.page-product-grouped .table.grouped>tbody>tr>td.qty:before{transform:translate(calc(50% - 35px), 0);padding-right:0 !important;text-transform:uppercase;content:attr(data-th) !important}.page-product-grouped .product-add-form .box-tocart{margin-bottom:32.36px !important}.page-product-grouped .product-add-form .box-tocart .actions{display:block !important}.page-product-grouped .product-add-form .box-tocart .actions button.action{margin-bottom:12.36093943px;width:100%;margin-left:0}.table.grouped .prices-tier,.product-info-main .prices-tier,.product-options-bottom .prices-tier,.products-grid .product-item .prices-tier{margin-right:0}}@media (max-width:479px){.product-info-main .left-wrap{display:block;margin-bottom:32.36px}.product-info-main .block.related .products>.product{padding-bottom:20px}.product-info-main .block.related .product-item-info{align-items:center;text-align:center;flex-direction:column !important}.product-info-main .required-fields-label{margin-bottom:12.36093943px;text-align:left}.product-info-main .required-fields-label+.product-options-wrapper{margin-top:0}.product-info-main .required-fields-label+.product-options-wrapper .field:first-of-type label.label{max-width:none}.product-info-main .required-fields-label+.product-options-wrapper .swatch-attribute:first-child .swatch-attribute-label{max-width:none}.product-info-help .help a{width:80px}.product-info-help .custom-form-id_email-us{width:80px}.page-product-grouped .table.grouped>thead>tr>td,.page-product-grouped .table.grouped>tbody>tr>td,.page-product-grouped .table.grouped>tfoot>tr>td,.page-product-grouped .table.grouped>thead>tr>th,.page-product-grouped .table.grouped>tbody>tr>th,.page-product-grouped .table.grouped>tfoot>tr>th{padding:12.36093943px !important}.page-product-grouped .table.grouped>tbody>tr>td:first-child+td.item{padding-top:0 !important;border-top:none}.page-product-grouped .table.grouped>tbody>tr>td.image{float:none;margin-right:0}}@media (max-width:360px){.page-product-grouped .product-table-link{padding-left:20px;text-align:left;white-space:inherit;line-height:1.3}}@media (min-width:768px){.table.grouped .prices-tier,.product-info-main .prices-tier,.product-options-bottom .prices-tier,.products-grid .product-item .prices-tier{margin-top:12.36093943px !important;margin-bottom:12.36093943px !important}}@media (min-width:640px){.pccf_popuplink{margin-top:12.36093943px}}.cms-all-brands .brands-letter .letter,.cms-all-brands .brands-letter .brand-item .label{display:none}.cms-all-brands .brand-images .brands-letter .bare-list{justify-content:center}.ambrand-index-index #page-title-heading{display:none}.ambrand-index-index .category-image img{margin:0 auto 40px;max-height:125px}.page-products .page-title{text-transform:uppercase}.page-products .subcategories.subcategory-items{display:flex;flex-wrap:wrap}.page-products .subcategories.subcategory-items .subcategory-item{display:flex;text-align:center;padding:0}.page-products .subcategories.subcategory-items .subcategory-item a{box-shadow:0px 0px 0px rgba(49,49,49,0.05),0px 0px 0px rgba(49,49,49,0.05),0px 0px 0px rgba(49,49,49,0.05),0px 0px 0px rgba(49,49,49,0.05),0px 0px 0px rgba(49,49,49,0.05);transition:box-shadow 100ms ease-out,transform 100ms ease-out;transform:translate(0, 0);border:1px solid #e7e7e7;border-radius:6px;flex:0 1 100%;display:block;padding:32.36px}.page-products .subcategories.subcategory-items .subcategory-item a img{margin-bottom:20px}.page-products .subcategories.subcategory-items .subcategory-item a:hover,.page-products .subcategories.subcategory-items .subcategory-item a:focus{box-shadow:0px 1px 1px rgba(49,49,49,0.05),0px 2px 2px rgba(49,49,49,0.05),0px 4px 4px rgba(49,49,49,0.05),0px 8px 8px rgba(49,49,49,0.05),0px 16px 16px rgba(49,49,49,0.05);transform:translate(0, -3px);text-decoration:none}.page-products .subcategories.subcategory-items .subcategory-item-details:before{content:'SHOP';display:block;font-weight:400;color:#313131;font-size:16px}.page-products .subcategories.subcategory-items .subcategory-item-name{font-weight:700;font-size:6vw;line-height:1.2;color:#65b3d4;display:block}.page-products .toolbar-products{font-size:14px;line-height:18px;padding:26px;background:#f5f5f5;color:#313131;box-sizing:border-box}.page-products .toolbar-products:first-child{padding-right:36px}.page-products .toolbar-products p{font-size:14px;line-height:18px;margin-bottom:0;padding:0}.page-products .toolbar-products .toolbar-sorter{margin-top:-8px;margin-bottom:-8px}.page-products .toolbar-products select{display:block;font-size:14px;font-family:'Montserrat',sans-serif;font-weight:400;color:#313131;line-height:34px;height:34px;padding:0 24px 0 12px;width:100%;max-width:100%;box-sizing:border-box;margin:0;border:1px solid #e7e7e7;border-radius:0;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20aria-hidden=%22true%22%20focusable=%22false%22%20data-prefix=%22far%22%20data-icon=%22chevron-down%22%20class=%22svg-inline--fa%20fa-chevron-down%20fa-w-14%22%20role=%22img%22%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20448%20512%22%3E%3Cpath%20fill=%22%237b878e%22%20d=%22M441.9%20167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17%200L224%20328.2%2042.9%20147.5c-4.7-4.7-12.3-4.7-17%200L6.1%20167.3c-4.7%204.7-4.7%2012.3%200%2017l209.4%20209.4c4.7%204.7%2012.3%204.7%2017%200l209.4-209.4c4.7-4.7%204.7-12.3%200-17z%22%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .7em top 50%;background-size:.5em auto;display:inline-block;font-weight:700;box-shadow:none;width:auto;margin-left:4.7216571px;margin-right:4.7216571px}.page-products .toolbar-products select::-ms-expand{display:none}.page-products .toolbar-products select:hover{border-color:#b1b7bb;cursor:pointer}.page-products .toolbar-products select:focus{border-color:#e7e7e7;box-shadow:0 0 1px 3px rgba(59,153,252,0.7);box-shadow:0 0 0 3px -moz-mac-focusring;color:#222;outline:none}.page-products .toolbar-products select option{font-weight:normal}.page-products .toolbar-products .sorter-action{vertical-align:unset;margin:0}.page-products .toolbar-products .sorter-action:before{font-weight:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 5 Free';font-weight:900;content:"\f062";color:#313131;font-size:16px}.page-products .toolbar-products .sorter-action:before.fa-pull-left{margin-right:.3em}.page-products .toolbar-products .sorter-action:before.fa-pull-right{margin-left:.3em}.page-products .toolbar-products .sorter-action.sort-desc:before{content:"\f063"}.page-products .toolbar-products .field.limiter{margin:-8px 0}.page-products .toolbar-products .pages{margin:-8px 0 !important}.page-products .toolbar-products .pages .item .page,.page-products .toolbar-products .pages .item .action{min-height:0;height:34px;line-height:34px;color:#313131;border:0;font-weight:700;padding:0}.page-products .toolbar-products .pages .item .page:hover,.page-products .toolbar-products .pages .item .action:hover,.page-products .toolbar-products .pages .item .page:focus,.page-products .toolbar-products .pages .item .action:focus{color:#328ab0}.page-products .toolbar-products .pages .item.current .page{background:#e7e7e7;pointer-events:none}.page-products .toolbar-products .pages .item .action{background:#fff;border:1px solid #e7e7e7;width:50px;text-align:center}.page-products .toolbar-products .pages .item .action.next:before,.page-products .toolbar-products .pages .item .action.previous:before{font-weight:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;font-family:'Font Awesome 5 Free';font-weight:900;text-align:center;width:1.25em;font-size:16px;color:#7b878e;line-height:1;margin:0;vertical-align:text-top}.page-products .toolbar-products .pages .item .action.next:before.fa-pull-left,.page-products .toolbar-products .pages .item .action.previous:before.fa-pull-left{margin-right:.3em}.page-products .toolbar-products .pages .item .action.next:before.fa-pull-right,.page-products .toolbar-products .pages .item .action.previous:before.fa-pull-right{margin-left:.3em}.page-products .toolbar-products .pages .item .action.next:before{content:"\f054"}.page-products .toolbar-products .pages .item .action.previous:before{content:"\f053"}#maincontent .products-grid:not(.products-related) .product-item{text-align:center;margin-bottom:32.36px;margin-left:0}#maincontent .products-grid:not(.products-related) .product-item-info{width:100%}#maincontent .products-grid:not(.products-related) .product-item-info>.product-item-link{box-shadow:0px 0px 0px rgba(49,49,49,0.05),0px 0px 0px rgba(49,49,49,0.05),0px 0px 0px rgba(49,49,49,0.05),0px 0px 0px rgba(49,49,49,0.05),0px 0px 0px rgba(49,49,49,0.05);transition:box-shadow 100ms ease-out,transform 100ms ease-out;transform:translate(0, 0);background:#fff;border:1px solid #e7e7e7;border-radius:6px;display:block;height:100%;padding:20px 32.36px 32.36px}#maincontent .products-grid:not(.products-related) .product-item-info>.product-item-link .price-box{margin:0}#maincontent .products-grid:not(.products-related) .product-item-info>.product-item-link .price-box>span{margin-top:0}#maincontent .products-grid:not(.products-related) .product-item-info>.product-item-link .price-box .price-container,#maincontent .products-grid:not(.products-related) .product-item-info>.product-item-link .price-box .price-container .price{font-size:24px;color:#313131}#maincontent .products-grid:not(.products-related) .product-item-info>.product-item-link .price-box .minimal-price .price-label,#maincontent .products-grid:not(.products-related) .product-item-info>.product-item-link .price-box .normal-price .price-label,#maincontent .products-grid:not(.products-related) .product-item-info>.product-item-link .price-box .minimal-price-link .price-label{text-transform:uppercase;color:#313131;font-size:12px}#maincontent .products-grid:not(.products-related) .product-item-info>.product-item-link .price-box .minimal-price .price-label:after,#maincontent .products-grid:not(.products-related) .product-item-info>.product-item-link .price-box .normal-price .price-label:after,#maincontent .products-grid:not(.products-related) .product-item-info>.product-item-link .price-box .minimal-price-link .price-label:after{content:""}#maincontent .products-grid:not(.products-related) .product-item-info>.product-item-link .price-box .minimal-price .price-wrapper,#maincontent .products-grid:not(.products-related) .product-item-info>.product-item-link .price-box .normal-price .price-wrapper,#maincontent .products-grid:not(.products-related) .product-item-info>.product-item-link .price-box .minimal-price-link .price-wrapper,#maincontent .products-grid:not(.products-related) .product-item-info>.product-item-link .price-box .minimal-price .price-container,#maincontent .products-grid:not(.products-related) .product-item-info>.product-item-link .price-box .normal-price .price-container,#maincontent .products-grid:not(.products-related) .product-item-info>.product-item-link .price-box .minimal-price-link .price-container{display:inline-block}#maincontent .products-grid:not(.products-related) .product-item-info>.product-item-link .price-box p{margin-bottom:0}#maincontent .products-grid:not(.products-related) .product-item-info>.product-item-link:hover,#maincontent .products-grid:not(.products-related) .product-item-info>.product-item-link:focus{box-shadow:0px 1px 1px rgba(49,49,49,0.05),0px 2px 2px rgba(49,49,49,0.05),0px 4px 4px rgba(49,49,49,0.05),0px 8px 8px rgba(49,49,49,0.05),0px 16px 16px rgba(49,49,49,0.05);transform:translate(0, -3px);text-decoration:none}#maincontent .products-grid:not(.products-related) .product-item-photo{display:block;margin-bottom:20px}#maincontent .products-grid:not(.products-related) .product-item-details{display:flex;flex-direction:column;justify-content:space-between}#maincontent .products-grid:not(.products-related) .product-item-name{font-weight:700;font-size:16px;line-height:18px;margin-bottom:20px}#maincontent .products-grid:not(.products-related) .product-reviews-summary{margin:0 auto;font-weight:400;color:#313131}.category-view .category-description,.category-view .category-description p{text-align:center}.block.filter .block-subtitle{display:none;border-bottom:0}.block.filter .filter-options-title:after{color:#7b878e}.block.filter .filter-title strong{border:0;border-radius:0;color:#fff;text-transform:uppercase;font-weight:700;background:#328ab0}.block.filter .filter-title strong:hover,.block.filter .filter-title strong:focus{background:#65b3d4}.block.filter.active .filter-title strong:hover,.block.filter.active .filter-title strong:focus{background:none}.block.filter .filter-content{position:relative}.block.filter .filter-current-subtitle{display:block;padding:26px 100px 26px 26px;background:#7b878e;color:#fff;font-size:18px;line-height:18px;text-transform:uppercase}.block.filter .filter-actions a.filter-clear{position:absolute;right:0;top:0;padding:26px 26px 26px 0;line-height:18px;font-size:14px;color:#fff}.block.filter .filter-actions a.filter-clear:before{font-weight:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 5 Free';font-weight:900;text-align:center;width:1.25em;content:"\f00d";padding-right:4.7216571px}.block.filter .filter-actions a.filter-clear:before.fa-pull-left{margin-right:.3em}.block.filter .filter-actions a.filter-clear:before.fa-pull-right{margin-left:.3em}.block.filter .am-filter-current .items{padding:0 13px;margin:0}.block.filter .am-filter-current .items .item{line-height:18px;font-size:14px;color:#7b878e;margin:9px 0}.block.filter .am-filter-current .action.remove{left:0;top:0}.block.filter .am-filter-current .action.remove:before{font-weight:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 5 Free';font-weight:900;text-align:center;width:1.25em;content:"\f00d";color:#7b878e;font-size:14px}.block.filter .am-filter-current .action.remove:before.fa-pull-left{margin-right:.3em}.block.filter .am-filter-current .action.remove:before.fa-pull-right{margin-left:.3em}.block.filter .filter-options-title{padding-left:0;padding-right:29px}.block.filter .filter-options-title:after{right:-12px}.block.filter .filter-options-item{padding-bottom:20px;margin-bottom:20px;border-bottom-color:#e7e7e7}.block.filter .filter-options-content{padding-left:0;padding-right:0}.block.filter .filter-options-content ul,.block.filter .filter-options-content ol{margin-bottom:0}.block.filter .filter-options-content .count{color:#7b878e}.block.filter .filter-options-content .item{margin:0}.block.filter .filter-options-content .item input[type="radio"],.block.filter .filter-options-content .item input[type="checkbox"]{display:none}.block.filter .filter-options-content .item a{display:block;margin:0;padding:7px 0;font-size:14px;line-height:20px;color:#7b878e;position:relative}.block.filter .filter-options-content .item a:before{font-weight:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:'Font Awesome 5 Free';font-weight:400;content:"\f0c8";margin-right:4.7216571px}.block.filter .filter-options-content .item a:before.fa-pull-left{margin-right:.3em}.block.filter .filter-options-content .item a:before.fa-pull-right{margin-left:.3em}.block.filter .filter-options-content .item a:hover,.block.filter .filter-options-content .item a:focus{background:none}.block.filter .filter-options-content .item a:hover .label,.block.filter .filter-options-content .item a:focus .label{text-decoration:underline}.block.filter .filter-options-content .item input:checked+a:before{content:"\f14a"}.block.filter .filter-options-content a.view-all-link,.block.filter .filter-options-content a.am-show-more{margin:0;display:inline-block;font-size:14px;font-weight:700;text-decoration:underline;color:#7b878e;padding:12.36093943px 0 0}.block.filter .filter-options-content a.view-all-link .am-counter,.block.filter .filter-options-content a.am-show-more .am-counter{opacity:unset}.block.filter .filter-options-content a.view-all-link:before,.block.filter .filter-options-content a.am-show-more:before,.block.filter .filter-options-content a.view-all-link:after,.block.filter .filter-options-content a.am-show-more:after{display:none}.block.filter .filter-options-content a.view-all-link:hover,.block.filter .filter-options-content a.am-show-more:hover,.block.filter .filter-options-content a.view-all-link:focus,.block.filter .filter-options-content a.am-show-more:focus{color:#65b3d4;background:none}.block.filter .filter-options-content a.view-all-link+a.view-all-link,.block.filter .filter-options-content a.am-show-more+a.view-all-link{display:none}@media (max-width:1023px){.block.filter .filter-current-subtitle{padding-left:13px;padding-right:13px}.block.filter .filter-actions a.filter-clear{position:static;padding:0;color:#65b3d4}.block.filter .filter-actions a.filter-clear:hover,.block.filter .filter-actions a.filter-clear:focus{color:#328ab0}}@media (max-width:767px){.page-products .toolbar-products .toolbar-sorter{margin-top:0;margin-bottom:0;line-height:40px}.block.filter .filter-current{border-color:#e7e7e7}.block.filter.active .filter-title{border:0;box-shadow:0px 1px 1px rgba(49,49,49,0.05),0px 2px 2px rgba(49,49,49,0.05),0px 4px 4px rgba(49,49,49,0.05),0px 8px 8px rgba(49,49,49,0.05),0px 16px 16px rgba(49,49,49,0.05)}.block.filter.active .filter-options{background:transparent}.block.filter .filter-current-subtitle{padding-left:26px;padding-right:56px}.block.filter .filter-current-subtitle:before{top:50%;right:16px;transform:translate(0, -50%)}.block.filter .filter-current-subtitle:after{color:#f5f5f5}.block.filter .filter-actions{padding:0 13px}#maincontent .products-grid:not(.products-related) .rating-summary{margin:0 auto;padding-right:0;display:block}#maincontent .products-grid:not(.products-related) .reviews-actions{display:block;margin-top:0;line-height:1.5}}@media (max-width:639px){#maincontent .products-grid:not(.products-related) .product-image-container{width:100% !important}}@media (max-width:479px){body.page-products .columns{padding-top:50px}.page-products .toolbar-products .toolbar-sorter{margin-left:auto;margin-right:auto;line-height:1;float:none;left:0}.page-products .toolbar-products p{text-align:center}.block.filter .filter-title strong{display:block;text-align:center;position:static;margin-bottom:12.36093943px}.block.filter.active .filter-title strong{position:absolute;margin-bottom:0}}@media (max-width:319px){#maincontent .products-grid:not(.products-related) .product-item{width:100%}}@media (min-width:320px) and (max-width:479px){#maincontent .products-grid:not(.products-related) .product-item-info>.product-item-link{padding:0 7.63964118px 7.63964118px}#maincontent .products-grid:not(.products-related) .product-item{padding-left:12.36093943px}#maincontent .products-grid:not(.products-related) .product-item-name{font-size:4.5vw;line-height:1.2}}@media (min-width:320px){.page-products .subcategories.col-4 .subcategory-item{width:100%}.page-products .subcategories.subcategory-items{margin-left:-7.63964118px;margin-right:-7.63964118px}.page-products .subcategories.subcategory-items .subcategory-item a{margin:7.63964118px;padding:7.63964118px}}@media (min-width:480px){.page-products .subcategories.subcategory-items .subcategory-item .subcategory-item-name{font-size:21px;line-height:30px}}@media (min-width:640px){.page-products .subcategories.subcategory-items{margin-left:-20px;margin-right:-7.63964118px}.page-products .subcategories.subcategory-items .subcategory-item a{margin:20px 15px;padding:20px 10px}}@media (min-width:768px){.page-products .subcategories.col-4 .subcategory-item{width:33.3333%}.page-products .toolbar-products{margin-left:12.36093943px}#maincontent .products-grid:not(.products-related) .product-item{padding-left:32.36px;width:50%}#maincontent .block.crosssell .product-items{margin-left:-32.36093943px}#maincontent .block.upsell .products-grid .product-item,#maincontent .block.crosssell .products-grid .product-item{width:33.33%}}@media (min-width:1024px){.page-products .subcategories.col-4 .subcategory-item{width:25%}#maincontent .products-grid:not(.products-related) .product-item{width:33.33%}#maincontent .block.upsell .products-grid .product-item,#maincontent .block.crosssell .products-grid .product-item{width:25%}}.cart.table-wrapper .actions-toolbar>.action.action{line-height:1.42857143;margin:0;padding:0;color:#65b3d4;text-decoration:none;background:none;border:0;display:inline;font-weight:400;letter-spacing:0;text-transform:inherit}.cart.table-wrapper .actions-toolbar>.action.action:visited{color:#65b3d4;text-decoration:none}.cart.table-wrapper .actions-toolbar>.action.action:hover{color:#328ab0;text-decoration:underline}.cart.table-wrapper .actions-toolbar>.action.action:active{color:#328ab0;text-decoration:underline}.cart.table-wrapper .actions-toolbar>.action.action:hover,.cart.table-wrapper .actions-toolbar>.action.action:active,.cart.table-wrapper .actions-toolbar>.action.action:focus{background:none;border:0}.cart.table-wrapper .actions-toolbar>.action.action.disabled,.cart.table-wrapper .actions-toolbar>.action.action[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action.action{color:#65b3d4;opacity:.3;cursor:default;pointer-events:none;text-decoration:underline}.cart.table-wrapper .actions-toolbar>.action.action+.action{margin-right:20px}.cart.table-wrapper .actions-toolbar>.action.action:hover,.cart.table-wrapper .actions-toolbar>.action.action:focus{text-decoration:none}.cart.table-wrapper .actions-toolbar>.action.action:active{box-shadow:none}.cart.table-wrapper .items>.item{border-bottom-color:#e7e7e7}.cart.table-wrapper .col.qty .input-text{margin-top:-10px}.cart .product-image-container{width:60px !important}.cart.table-wrapper .item-info td{padding-bottom:0 !important}.cart-container .form-cart .action.continue{text-align:center;border-radius:0;padding-left:4.7216571px;padding-top:12.36093943px;padding-bottom:12.36093943px;text-transform:uppercase;letter-spacing:0.05em;background:#eeab36}.cart-container .form-cart .action.continue:hover,.cart-container .form-cart .action.continue:active,.cart-container .form-cart .action.continue:focus{background-color:rgba(238,171,54,0.92)}.cart-container .form-cart .action.clear,.cart-container .form-cart .action.update{padding:12.36093943px 20px;margin-left:7.63964118px}.cart-container .form-cart .action.update{padding-left:4.7216571px}.cart-container .checkout-methods-items .item+.item{margin-top:12.36093943px}.cart-container .checkout-methods-items .item+.item .action{margin-bottom:0}.cart-summary>.title{text-transform:uppercase}.cart-summary .block>.title,.paypal-review-discount .block>.title,.cart-totals{border-top-color:#e7e7e7}.product-info-stock-sku .configurable-variation-qty{display:none}.form-discount .g-recaptcha{margin-top:50px !important}.login-container .g-recaptcha,.form-login .g-recaptcha,.form-edit-account .g-recaptcha{margin-bottom:10px !important}.required-captcha.checkbox{position:absolute;display:block;visibility:visible;overflow:hidden;opacity:0;width:1px;height:1px}.block.newsletter .field-recaptcha .field .control:before{content:none}.review-form .field-recaptcha{margin-bottom:10px}.form.send.friend .g-recaptcha{margin-top:40px}.form.wishlist.share .g-recaptcha{margin-bottom:40px}@keyframes loading{0%{transform:translate(-50%, -50%) rotate(0)}100%{transform:translate(-50%, -50%) rotate(359.9deg)}}@media print{.amfaq-social-buttons{display:none}}.am-word-break{word-wrap:break-word;word-break:break-word}.ie11 .am-word-break{word-break:break-all}@media only screen and (max-width:700px){.ampromo-items-form .product-info-price>*:first-child,.ampromo-items-form .product-info-price>*:last-child{padding:0}}@media only screen and (max-width:1000px) and (min-width:701px){.ampromo-overlay .ampromo-gallery{width:570px}.ampromo-popup-wrapper{padding:24px 54px}}@media only screen and (max-width:700px){.ampromo-overlay .ampromo-gallery{margin:0 auto;width:280px}.ampromo-popup-wrapper{padding:24px 54px}}@media only screen and (max-width:400px){.ampromo-overlay .ampromo-gallery{margin:0 auto 30px auto}.ampromo-overlay .slick-prev,.ampromo-overlay .slick-next{display:none !important}.ampromo-popup-wrapper{padding:15px}}.ambase-word-break{word-wrap:break-word;word-break:break-word}.ie11 .ambase-word-break{word-break:break-all}.ambrands-word-break{word-wrap:break-word;word-break:break-word}.ie11 .ambrands-word-break{word-break:break-all}._error .order-comment-input{outline:none;border:2px solid #d77180}._error .order-comment-input:focus{outline:none;border:2px solid #d77180;box-shadow:0 0 3px #d77180}.checkout-payment-method .payment-option._collapsible.comment .payment-option-content{display:block}[class^='icon-c2q_'],[class*=' icon-c2q_']{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:'cart2quote-iconset' !important;font-style:normal;font-variant:normal;font-weight:normal;line-height:1;speak:none;text-transform:none}.icon-c2q-plus:before{content:'\e909'}.icon-c2q-dustbin:before{content:'\e906'}.icon-c2q-edit:before{content:'\e907'}.icon-c2q-reload:before{content:'\e908'}.icon-c2q-quote:before{content:'\e904'}.icon-c2q-delete:before{content:'\e905'}.icon-c2q-arrow-bottom:before{content:'\e900'}.icon-c2q-arrow-left:before{content:'\e901'}.icon-c2q-arrow-right:before{content:'\e902'}.icon-c2q-arrow-top:before{content:'\e903'}.icon-c2q-dustbin-luma:before{content:'\e910'}.icon-c2q-edit-luma:before{content:'\e911'}.block-miniquote .items-total{float:none;margin:0 10px}.block-miniquote .items-total .count{font-weight:700}.block-miniquote .subtotal{margin:0 10px;text-align:right}.block-miniquote .amount .price-wrapper:first-child .price{font-size:18px;font-weight:700}.block-miniquote .subtitle{display:none}.block-miniquote .subtitle.empty{display:block;font-size:14px;padding:30px 0 20px;text-align:center}.block-miniquote .text.empty{text-align:center}.block-miniquote .block-content>.actions{margin-top:15px}.block-miniquote .block-content>.actions>.secondary{text-align:center}.block-miniquote .block-content>.actions>.primary{margin:0 10px 15px}.block-miniquote .block-content>.actions>.primary .action.primary{display:block;font-size:1.8rem;line-height:2.2rem;padding:14px 17px;width:100%}.block-miniquote .block-content>.actions .paypal-logo{margin-top:15px;text-align:center}.block-miniquote .block-category-link{margin:15px 0 0;text-align:center}.block-miniquote .block-product-link{margin:15px 0 0;text-align:center}.block-miniquote .block-cms-link{margin:15px 0 0;text-align:center}.block-miniquote .block-banners{margin:15px 0 0;text-align:center}.miniquote-wrapper{display:inline-block;float:right}.miniquote-wrapper:before{content:'';display:table}.miniquote-wrapper:after{clear:both;content:'';display:table}.miniquote-wrapper .action.showquote{cursor:pointer;display:inline-block;margin:3px 0;white-space:nowrap;display:block;text-decoration:none}.miniquote-wrapper .action.showquote:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:26px;line-height:28px;color:#757575;content:'\e904';font-family:'cart2quote-iconset';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.miniquote-wrapper .action.showquote:hover:before{color:#333}.miniquote-wrapper .action.showquote .counter.qty{background:#ff5501;border-radius:2px;clip:auto;color:#fff;display:inline-block;height:24px;line-height:24px;margin:-2px 0 0 0;min-width:18px;overflow:hidden;padding:0 3px;text-align:center;text-shadow:0 0 7px #000;white-space:normal}.miniquote-wrapper .action.showquote .counter.qty.empty{display:none}.miniquote-wrapper .action.showquote .text{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.miniquote-wrapper .action.showquote .counter-label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.miniquote-wrapper .action.showquote.active{display:inline-block;text-decoration:none}.miniquote-wrapper .action.showquote.active:before{color:#333}.miniquote-wrapper .block-miniquote{background:#fff;border:1px solid #bbb;box-shadow:0 3px 3px rgba(0,0,0,0.15);box-sizing:border-box;display:none;list-style:none none;margin:-28px 0 0 0;min-width:0;padding:25px 20px;position:absolute;right:5px;top:100%;width:390px;z-index:100}.miniquote-wrapper .block-miniquote li{margin:0}.miniquote-wrapper .block-miniquote li:hover{cursor:pointer}.miniquote-wrapper .block-miniquote:before{border:solid 6px;border-color:transparent transparent #fff transparent;content:'';display:block;height:0;left:auto;position:absolute;right:83px;top:-12px;width:0;z-index:99}.miniquote-wrapper .block-miniquote:after{border:solid 7px;border-color:transparent transparent #bbb transparent;content:'';display:block;height:0;left:auto;position:absolute;right:82px;top:-14px;width:0;z-index:98}.miniquote-wrapper .block-miniquote .block-title{display:none}.miniquote-wrapper .product .actions{float:right;margin:-24px -5px 0 0}.miniquote-wrapper .product .actions>.primary{display:inline}.miniquote-wrapper .product .actions>.primary:not(:last-child){margin-right:10px}.miniquote-wrapper .product .actions>.secondary{display:inline}.miniquote-wrapper .product .actions>.secondary:not(:last-child){margin-right:10px}.miniquote-wrapper .action.close{-moz-box-sizing:content-box;background:none;border:0;box-shadow:none;font-weight:400;height:40px;line-height:inherit;margin:0;padding:0;position:absolute;right:0;text-shadow:none;top:0;width:40px;display:inline-block;text-decoration:none}.miniquote-wrapper .action.close:focus{background:none;border:none}.miniquote-wrapper .action.close:active{background:none;border:none}.miniquote-wrapper .action.close:active:before{color:inherit}.miniquote-wrapper .action.close:hover{background:none;border:none}.miniquote-wrapper .action.close:hover:before{color:inherit}.miniquote-wrapper .action.close>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.miniquote-wrapper .action.close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:23px;line-height:16px;color:#8f8f8f;content:'\e905';font-family:'cart2quote-iconset';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.miniquote-wrapper .action.close:before{overflow:hidden;text-align:center}.miniquote-wrapper .action.close.disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.miniquote-wrapper .action.close[disabled]{cursor:not-allowed;opacity:.5;pointer-events:none}.miniquote-wrapper .miniquote-widgets{margin-top:15px}.minicart-wrapper{position:inherit}.minicart-wrapper .block-miniquote{background:#fff;border:1px solid #bbb;box-shadow:0 3px 3px rgba(0,0,0,0.15);box-sizing:border-box;display:none;list-style:none none;margin:8px 0 0 0;min-width:0;padding:0;position:absolute;top:100%;z-index:100}.miniquote-wrapper.active{overflow:visible}.miniquote-wrapper.active .block-miniquote{display:block;margin-top:-24px}.cart2quote-accept-checkout-btn{float:right}.cart2quote-print-quote-btn{float:right;margin-bottom:5px;margin-right:168px}fieldset[disabled] .miniquote-wrapper .action.close{cursor:not-allowed;opacity:.5;pointer-events:none}.miniquote-items-wrapper{border:1px solid #ccc;border-left:0;border-right:0;clear:both;margin:0 -20px;max-height:714px;overflow-x:auto;padding:15px}.miniquote-items{list-style:none none;margin:0;padding:0}.miniquote-items .product-item{padding:20px 0}.miniquote-items .product-item:not(:first-child){border-top:1px solid #ccc}.miniquote-items .product-item:first-child{padding-top:0}.miniquote-items .product-item-pricing .label{display:inline-block;width:auto}.miniquote-items .price-miniquote{margin-bottom:5px}.miniquote-items .product-item-name{font-weight:400;margin:0 0 10px}.miniquote-items .product-item-name a{color:#1979c3}.miniquote-items .product-item-details{padding-left:88px}.miniquote-items .product-item-details .price{font-weight:700}.miniquote-items .product-item-details .price-including-tax{margin:5px 0}.miniquote-items .product-item-details .price-excluding-tax{margin:5px 0}.miniquote-items .product-item-details .weee[data-label]{font-size:1.1rem}.miniquote-items .product-item-details .details-qty{margin-top:10px}.miniquote-items .product>.product-item-photo{float:left}.miniquote-items .product>.product-image-container{float:left}.miniquote-items .product .toggle{border:0;display:block;padding:0 40px 5px 0}.miniquote-items .product .toggle:after{color:#8f8f8f;font-size:18px;margin:-1px 0 0 2px;position:absolute}.miniquote-items .product>.toggle{display:inline-block;text-decoration:none}.miniquote-items .product>.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:inherit;line-height:inherit;color:inherit;content:'\e900';font-family:'cart2quote-iconset';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.miniquote-items .product .active>.toggle{display:inline-block;text-decoration:none}.miniquote-items .product .active>.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:inherit;line-height:inherit;color:inherit;content:'\e903';font-family:'cart2quote-iconset';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.miniquote-items .product.pricing{margin-top:3px}.miniquote-items .product.options .tooltip.toggle{display:inline-block;text-decoration:none}.miniquote-items .product.options .tooltip.toggle>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.miniquote-items .product.options .tooltip.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;color:inherit;content:'\e900';font-family:'cart2quote-iconset';margin:-3px 0 0 7px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.miniquote-items .product.options .tooltip.toggle:after{-webkit-font-smoothing:antialiased;font-weight:normal;overflow:hidden;text-align:center}.miniquote-items .product.options .details{display:none}.miniquote-items .item-qty{margin-right:10px;text-align:center;width:40px}.miniquote-items .update-quote-item{font-size:1.1rem;vertical-align:top}.miniquote-items .action.edit{left:2px;position:relative;display:inline-block;text-decoration:none}.miniquote-items .action.edit>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.miniquote-items .action.edit:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:21px;line-height:20px;color:#757575;content:'\e911';font-family:'cart2quote-iconset';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.miniquote-items .action.edit:before{-webkit-font-smoothing:antialiased;font-weight:normal;overflow:hidden;text-align:center}.miniquote-items .action.edit:hover:before{color:#333}.miniquote-items .action.edit:active:before{color:#757575}.miniquote-items .action.delete{position:relative;top:1px;display:inline-block;text-decoration:none}.miniquote-items .action.delete>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.miniquote-items .action.delete:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:27px;line-height:20px;color:#757575;content:'\e910';font-family:'cart2quote-iconset';margin:-3px 0 0 7px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.miniquote-items .action.delete:before{-webkit-font-smoothing:antialiased;font-weight:normal;overflow:hidden;text-align:center}.miniquote-items .action.delete:hover:before{color:#333}.miniquote-items .action.delete:active:before{color:#757575}.miniquote-items .subtitle{display:none}.cart.table-wrapper .actions-toolbar{box-sizing:unset}.cart.table-wrapper .cart.main.actions td{padding-left:0;padding-right:0}.cart.table-wrapper .cart.main.actions .action.clear{display:initial}.cart.table-wrapper .add-row-tier{padding-bottom:0}.cart.table-wrapper .tiers-block .actions-toolbar{padding-bottom:0}.cart.table-wrapper .field.qty.tier-qty input{width:60px}.cart.table-wrapper .action-addtier.field-tooltip{border:1px solid #c2c2c2;bottom:auto;display:inline-block;height:36px;margin:0;opacity:.5;right:0;text-align:center;top:5px;width:60px}.cart.table-wrapper .action-addtier.field-tooltip:hover{opacity:1}.cart.table-wrapper .tier-qty .action-delete:before{font-size:16px}body .cart.table-wrapper .product-item-details{padding-bottom:0}body .cart.table-wrapper .tier-qty .action-delete{position:absolute;right:-25px;top:12px}body .order-details-items.file-uploads table thead th{display:table;width:100%}body .order-details-items.file-uploads table thead td{display:table;width:100%}body .order-details-items.file-uploads ul{list-style:none;margin:0;padding:0}body .order-details-items.file-uploads ul li{list-style:none;margin:0;padding:0}body .order-details-items.file-uploads ul li:nth-child(odd){background:#f5f5f5}body .order-details-items.file-uploads ul li a{display:block;padding:10px 20px}body .order-details-items.file-uploads .field-label{display:block;padding-bottom:10px;padding-top:20px}.actions-toolbar .action-edit{float:right}.actions-toolbar .action-delete{float:right}.quotation-quote-index .opc-wrapper{margin-bottom:10px;padding-right:0;width:100%}.quotation-quote-index .opc-wrapper .step-content{margin-bottom:20px}.quotation-quote-index .opc-wrapper .title{display:block;font-size:2.4rem;font-weight:300;margin:0}.quotation-quote-index .opc-wrapper .opc>.title{border-bottom:1px solid #ccc;margin:0 0 20px 0;padding:0 0 7px 0}.quotation-quote-index .opc-wrapper .shipping-address-item{width:50% !important}.quotation-quote-index .opc-wrapper .billing-address-details{border:2px solid transparent;display:inline-block;font-size:14px;line-height:30px;padding:20px 35px 0 20px;position:relative;transition:.3s border-color;vertical-align:top;width:100% !important;word-wrap:break-word}.quotation-quote-index .opc-wrapper .fieldset>.field>.label{font-weight:600}.quotation-quote-index .opc-wrapper .fieldset>.fields>.field>.label{font-weight:600}.quotation-quote-index .billing .step-title{border-bottom:1px solid #ccc;border-top:1px solid #ccc;cursor:pointer;margin-top:-1px;padding:10px 0;position:relative;display:block;text-decoration:none}.quotation-quote-index .billing .step-title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:1;color:#858585;content:'\e900';font-family:'cart2quote-iconset';margin:-10px 0 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.quotation-quote-index .billing .step-title:after{font-weight:bold;position:absolute;right:0 !important;top:50%}.quotation-quote-index .billing .billing-same-as-shipping{padding:20px 0}.quotation-quote-index .billing .billing-same-as-shipping label{font-weight:600}.quotation-quote-index .billing.active .step-title{border-bottom:0;display:block;text-decoration:none}.quotation-quote-index .billing.active .step-title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:1;color:#858585;content:'\e903';font-family:'cart2quote-iconset';margin:-10px 0 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.quotation-quote-index .shipping .step-title{border-bottom:1px solid #ccc;border-top:1px solid #ccc;cursor:pointer;margin-top:-1px;padding:10px 0;position:relative;display:block;text-decoration:none}.quotation-quote-index .shipping .step-title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:1;color:#858585;content:'\e900';font-family:'cart2quote-iconset';margin:-10px 0 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.quotation-quote-index .shipping .step-title:after{font-weight:bold;position:absolute;right:0 !important;top:50%}.quotation-quote-index .shipping.active .step-title{border-bottom:0;display:block;text-decoration:none}.quotation-quote-index .shipping.active .step-title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:1;color:#858585;content:'\e903';font-family:'cart2quote-iconset';margin:-10px 0 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.quotation-quote-index .shipping.active .step-title:after{text-align:center;overflow:hidden;speak:none}.quotation-quote-index .opc-shipping-method .step-title{border-bottom:1px solid #ccc;border-top:1px solid #ccc;cursor:pointer;margin-top:-1px;padding:10px 0;position:relative;display:block;text-decoration:none}.quotation-quote-index .opc-shipping-method .step-title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:1;color:#858585;content:'\e900';font-family:'cart2quote-iconset';margin:-10px 0 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.quotation-quote-index .opc-shipping-method .step-title:after{font-weight:bold;position:absolute;right:0 !important;top:50%}.quotation-quote-index .opc-shipping-method.active .step-title{border-bottom:0;display:block;text-decoration:none}.quotation-quote-index .opc-shipping-method.active .step-title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:1;color:#858585;content:'\e903';font-family:'cart2quote-iconset';margin:-10px 0 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.quotation-quote-index .cart-summary{padding:15px;width:100%}.quotation-quote-index .hide-field{display:none !important}.quotation-quote-index .control.comment{margin-top:10px}.quotation-quote-index .control.comment a{position:relative;display:block;text-decoration:none}.quotation-quote-index .control.comment a:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;line-height:inherit;color:#757575;content:'\e900';font-family:'cart2quote-iconset';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.quotation-quote-index .control.comment a:after{font-weight:bold;position:absolute}.quotation-quote-index .control.comment.active a{display:block;text-decoration:none}.quotation-quote-index .control.comment.active a:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:15px;line-height:inherit;color:#757575;content:'\e903';font-family:'cart2quote-iconset';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.quotation-quote-index .control.comment.active a:after{font-weight:bold;position:absolute}.quotation-quote-index .cart.table-wrapper th.col.qty{text-align:center}.quotation-quote-index .cart.table-wrapper td.col.qty{padding-bottom:25px}.quotation-quote-index .cart-container .form.form-cart{min-width:60%;padding:0;width:60%}.cart-summary{-webkit-order:2;background:#f5f5f5;min-width:0;order:2;padding:20px;width:100%}.cart-summary .block .title strong{display:block;font-size:1.8rem;font-weight:400;margin:0}.cart-summary .block.active .title{border-bottom:0}.cart-summary .form.form-login{background:transparent;border-bottom:0;margin:0;max-width:100%;padding-bottom:0;width:100%}.cart-summary .form.form-login .fieldset .field{margin-bottom:0}.cart-summary .form.methods-shipping{background:transparent}.cart-summary .authentication-wrapper button span{color:inherit}.cart-summary .form-login{border-bottom:0}.cart-summary .fieldset{margin:0}.cart-summary .co-select-form{margin-bottom:20px;margin-top:0}.cart-summary .co-select-form label{font-weight:600}.cart-summary .co-select-form div{padding:2px 0}.cart-summary .co-guest-form{margin-bottom:15px}.cart-summary .co-guest-form label{font-weight:600}.cart-summary .co-guest-form .co-guest-form-explainer{background:#e8e8e8;border-radius:1px;display:none;font-weight:400;margin:10px 0 0 0;padding:7px 12px}.cart-summary .co-guest-form input[type='checkbox']:checked+label span.co-guest-form-explainer{display:block}.cart-summary .field.choice{clear:both;display:block;float:none;margin:13px 0}.cart-summary .field.choice:first-child{margin-top:0}.cart-summary .field.choice:last-child{margin-bottom:20px}.quote-summary{-ms-flex-order:2;-webkit-order:2;background:#f5f5f5;float:right;margin-bottom:25px;order:2;padding:1px 20px 25px;position:relative;width:48%}div.date-zone{font-size:16px;margin:5px 0;text-align:right}.quotation-product-comment{margin-top:10px;max-width:250px;min-height:82px;min-width:auto}.movetoquote-button{border:2px solid #1979c3;padding:7px;padding-bottom:10px;padding-top:8px;width:auto}.movetoquote-button:hover{background:#006bb4;border:2px solid #006bb4;color:#fff}.movetoquote-button:focus{background:#006bb4;border:2px solid #006bb4;color:#fff}.movetocart-button{border:2px solid #1979c3;padding:7px;padding-bottom:10px;padding-top:8px;width:auto}.movetocart-button:hover{background:#006bb4;border:2px solid #006bb4;color:#fff}.movetocart-button:focus{background:#006bb4;border:2px solid #006bb4;color:#fff}.directquote-button{border:2px solid #1979c3;padding:7px;padding-bottom:10px;padding-top:8px;width:auto}.directquote-button:hover{background:#006bb4;border:2px solid #006bb4;color:#fff}.directquote-button:focus{background:#006bb4;border:2px solid #006bb4;color:#fff}.miniquote-movetocart-button{border:2px solid #1979c3;padding:7px;padding-bottom:10px;padding-top:8px;width:100%}.miniquote-movetocart-button:hover{background:#006bb4;border:2px solid #006bb4;color:#fff}.miniquote-movetocart-button:focus{background:#006bb4;border:2px solid #006bb4;color:#fff}.minicart-movetoquote-button{border:2px solid #1979c3;padding:7px;padding-bottom:10px;padding-top:8px;width:100%}.minicart-movetoquote-button:hover{background:#006bb4;border:2px solid #006bb4;color:#fff}.minicart-movetoquote-button:focus{background:#006bb4;border:2px solid #006bb4;color:#fff}div.products-grid .toquote{padding:7px;padding-bottom:10px;padding-top:8px;width:auto}div.products-grid .tocart{margin:5px 0}div.list .tocart{margin:5px 0}.product-addtoquote-button{background:transparent;border:2px solid #1979c3;box-shadow:none;color:#1979c3;font-size:1.8rem;height:47px;width:100%}.product-addtoquote-button:hover{background:#1979c3;border:2px solid #1979c3;box-shadow:none;color:#fff}.product-addtoquote-button:focus{background:#006bb4;border:2px solid #006bb4;color:#fff}.quote-btn-list{background:transparent;border:2px solid #1979c3;box-shadow:none;color:#1979c3;width:100%}.quote-btn-list:hover{background:#1979c3;border:2px solid #1979c3;box-shadow:none;color:#fff}.quote-btn-list:focus{background:#006bb4;border:2px solid #006bb4;color:#fff}.action.upload.secondary{background:transparent;border:2px solid #1979c3;box-shadow:none;color:#1979c3;font-size:1.6rem;padding:10px;width:100%}.action.upload.secondary:hover{background:#1979c3;border-color:#1979c3;color:#fff}.action.upload.secondary:focus{background:#006bb4;border-color:#006bb4;color:#fff}.action.upload.secondary:active{background:#006bb4;border-color:#006bb4;color:#fff}.product-info-main .product-addtoquote-button{font-size:1.8rem;line-height:2.2rem;width:100%}.product-add-form .product-addtoquote-button{font-size:1.8rem;line-height:2.2rem;width:100%}.c2q-price{font-size:1.3rem;font-weight:700}.both-prices-excluding{margin-bottom:3px;padding-bottom:4px}.both-prices-excluding span{display:block;font-size:1.3rem;line-height:1}.both-prices-excluding .tax-label{display:block;font-size:1.1rem;font-weight:400;line-height:1}.both-prices-excluding .tax-label span{display:inline-block;font-size:1.1rem}.both-prices-including{padding-bottom:11px}.both-prices-including span{display:block;font-size:1.3rem;line-height:1}.both-prices-including .tax-label{display:block;font-size:1.1rem;font-weight:400;line-height:1}.both-prices-including .tax-label span{display:inline-block;font-size:1.1rem}.col.qty .both-prices-including{padding-bottom:45px}.col.qty .both-prices-including:last-child{padding-bottom:0}.col.qty .item{font-weight:700}.col.qty .item .both-prices-including{padding-bottom:45px}.col.qty .item .title{display:inline-block}.col.qty .item .content{display:inline-block}.price-including span{display:block;font-size:1.4rem;line-height:1;padding:4.5px 0}.price-including .tax-label{padding:0}.price-excluding span{display:block;font-size:1.4rem;line-height:1;padding:4.5px 0}.price-excluding span.tax-label{padding:0}.col.tier input[type='radio']{margin:0}.col.tier div:last-child{height:0}.col.del .action.action-delete{color:inherit}.single-price-break{height:3px}.both-prices-break{height:46px}.input-text.tierqty{margin-top:5px !important}button.quoteawish.action.primary.quoteawish{display:inline-block !important}button.notquotable.action.primary.notquotable{display:inline-block !important}.modal-header{text-align:center}.tiers-block{align-items:flex-end;display:flex;flex-direction:column}.add-row-tier.actions-toolbar{padding-bottom:0}.field.qty.tier-qty{padding-right:14px;position:relative}.action.action-addtier{bottom:-4px;color:#757575;font-size:13px;margin-bottom:20px;position:relative;right:55px;display:block;text-decoration:none}.action.action-addtier:hover{color:#333;text-decoration:none}.action.action-addtier:hover:before{text-decoration:none}.action.action-addtier span{display:none}.action.action-addtier:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:17px;line-height:36px;color:inherit;content:'\e909';font-family:'cart2quote-iconset';margin:0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.action.action-addtier:before{font-weight:bold}.action.action-addtier:active{text-decoration:none}.tier-qty .field-tooltip{position:relative}.tier-qty .field-tooltip-content{display:none;text-align:left;top:0}.action-addtier.field-tooltip:hover+.field-tooltip-content{display:block;left:auto;right:-288px}.customer-email-fieldset{padding-bottom:20px}.quote-details-container{-webkit-flex-wrap:wrap;display:-webkit-flex;float:right;padding:0 0 0 50px;width:40%}.quote-details-container .step-title{border-bottom:1px solid #ccc;font-family:inherit;font-size:2.4rem;font-weight:300;line-height:1;margin-bottom:15px;padding-bottom:10px}.quote-details-container .file-upload-container{-webkit-order:1;background:#f5f5f5;background:none;margin-bottom:25px;order:1;padding:15px 15px 20px 15px;width:100%}.fieldset>.field:last-child{margin-bottom:20px}.fieldset>.fields>.field:last-child{margin-bottom:20px}.file-upload-container{float:right;width:40%}.file-upload-container ul:not(.uploaded-files){list-style:none;margin-bottom:0;padding:0}.file-upload-container ul:not(.uploaded-files) i{font-style:normal}.file-upload-container ul.uploaded-files{list-style:none;margin:13px 0 0 0;padding:10px 0 0 0}.file-upload-container ul.uploaded-files li{padding:4px 10px 4px 0}.file-upload-container ul.uploaded-files a.action-delete{padding-left:20px;position:relative}.file-upload-container ul.uploaded-files a.action-delete i{font-size:18px;left:0;position:absolute;top:0}.file-upload-container ul.uploaded-files.empty{margin:13px 0 5px 0;padding:0}.file-upload-container .upload-header p{margin-bottom:7px}.file-upload-container .upload-row{padding:5px 0}.file-upload-container input[type='text']{padding:3px 10px}.file-upload-container input[type='file']{width:100%}.file-upload-container div.upload-row-title{padding-right:10px}.file-upload-container div.upload-message{display:none}.file-upload-container .uploaded-files{border-top:1px solid #ccc;list-style:inherit;padding:11px 0 2px 20px}.file-upload-container .uploaded-files:after{clear:both;content:' ';display:block;font-size:0;height:0;visibility:hidden}.file-upload-container li{margin:0;padding:4px 0}.file-upload-container button.action{margin-top:15px;width:100%}.file-upload .upload-header p{float:left;font-weight:600;width:50%}.file-upload .upload-row div{float:left;font-weight:600;width:50%}.file-upload-container.upload-header p:nth-child(2){padding-left:10px}.clearfix:after{clear:both;content:' ';display:block;font-size:0;height:0;visibility:hidden}.cart-container *{box-sizing:border-box}div .action.secondary.cart2quote-reject-btn{float:right;margin-bottom:5px;width:159px}div .action.primary.reject-proposal-button{margin-top:10px}div .return-to-quotation-view-btn{height:33px;margin-top:8px}.rejected-success{margin-bottom:39px}.action.primary.cart2quote-accept-checkout-btn{margin-left:5px;margin-top:-32px}button.action.cart2quote-print-quote-btn{margin-left:5px;margin-top:-32px}.quote.main.actions.clearfix .action.cart2quote-print-quote-btn{margin-left:5px;margin-top:-32px}.quote.main.actions.clearfix .action.primary.cart2quote-accept-checkout-btn{margin-top:-4px}.action.primary.checkout.movetoquote.movetoquote-button{padding:14px 17px;width:100%}.action.primary.checkout.movetocart.movetocart-button{font-size:1.8rem;line-height:2.2rem;padding:14px 17px;width:100%}.miniquote-movetocart-button{font-size:1.4rem;font-weight:400;padding:5px}.minicart-movetoquote-button{font-size:1.4rem;font-weight:400;margin-top:10px;padding:5px}.quotation-success{text-align:center}.quotation-quote-success-continue-shopping.actions-toolbar .primary{float:unset}.quotation-quote-success-continue-shopping{text-align:center}.quote-rejected-success-page{text-align:center}body.quotation-quote-view .table-order-items .action.action-delete{display:inline-block;text-decoration:none}body.quotation-quote-view .table-order-items .action.action-delete:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:27px;line-height:inherit;color:#757575;content:'\e910';font-family:'cart2quote-iconset';margin:0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}body.quotation-quote-view .table-order-items .action.action-delete:before{position:relative;right:-10px;top:-7px}body.quotation-quote-view .table-order-items .action.action-delete:hover{color:#333;text-decoration:none}body.quotation-quote-view .table-order-items .action.action-delete:hover:before{color:#333;text-decoration:none}.quote-date.date-zone.created_by{float:left}.quote-actions{margin-top:37px}@media (min-width:640px) and (max-width:767px){.miniquote-wrapper{margin-top:0}}@media (max-width:639px){.miniquote-wrapper{margin-top:10px}.cart-summary .checkout-methods-items{padding:0 15px}}@media (max-width:767px){.miniquote-wrapper.active .block-miniquote{margin-top:-14px}.miniquote-wrapper .block-miniquote{right:15px;width:320px}.miniquote-wrapper .block-miniquote:after{left:auto;right:52px}.miniquote-wrapper .block-miniquote:before{left:auto;right:53px}.quotation-quote-index .quote-details-container .authentication-wrapper{margin:0}.quotation-quote-index .cart.table-wrapper td.col.qty{text-align:right}.quotation-quote-index .cart-container{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:column}.quotation-quote-index .cart-container .form.form-cart{-webkit-order:3;min-width:100%;order:3;width:100%}.field.qty.tier-qty{padding-right:0;text-align:right}.action-addtier.field-tooltip:hover+.field-tooltip-content{left:auto;right:-80px;top:56px;white-space:normal}.action-addtier.field-tooltip:hover+.field-tooltip-content:before{margin-right:-35px;right:50%}.action-addtier.field-tooltip:hover+.field-tooltip-content:after{margin-right:-35px;right:50%}.quote-details-container{padding-left:0;width:100%}.quote-details-container .file-upload-container{-webkit-order:1;order:1}body.quotation-quote-index .cart-summary{-webkit-order:1;order:1}body.quotation-quote-index .quote-details-container .cart-summary{-webkit-order:2;order:2}.cart-summary{margin-top:0}.cart-summary .form.form-login{padding:0}.cart-summary .form.methods-shipping{border:0;padding:0}.cart-summary .checkout-methods-items{padding:0}}@media (max-width:479px){.miniquote-wrapper .block-miniquote{width:290px}}@media (min-width:768px){.miniquote-wrapper{margin-left:13px}.quotation-quote-index .cart-summary .block .fieldset .field>.label{display:block}.product-addtoquote-button{background:transparent;border:2px solid #1979c3;color:#1979c3;width:auto}.quote-btn-list{background:transparent;border:2px solid #1979c3;color:#1979c3;width:auto}.table-comparison .tocart{margin-bottom:5px}.product-info-main .product-addtoquote-button{margin-bottom:15px;margin-right:1%;padding:inherit;width:49%}.product-add-form .product-addtoquote-button{margin-bottom:15px;margin-right:1%;padding:inherit;width:49%}div.products-grid .toquote{min-width:103px;padding-bottom:10px;padding-top:10px;width:auto}.cart.table-wrapper .item .col.item{width:100%}body.quotation-quote-index .cart-summary{float:right;max-width:35%;width:35%}body.quotation-quote-index .quote-details-container .cart-summary{float:none;max-width:100%;width:100%}}@media print{.miniquote-wrapper{margin-left:13px}.quotation-quote-index .opc-wrapper .shipping-address-item{width:100% !important}.quotation-quote-index .opc-wrapper .shipping-address-item::before{width:0 !important}.quotation-quote-index .opc-wrapper .billing-address-details::before{width:0 !important}.quotation-quote-index .authentication-wrapper{max-width:100%;width:100%}.quotation-quote-index .quote-details-container .authentication-wrapper{margin:0 0 -21px 0}.quotation-quote-index .table-checkout-shipping-method{min-width:0 !important;width:100%}.quotation-quote-index .form-cart{max-width:65% !important}.quotation-quote-index .item{width:100%}.quotation-quote-index .product-item-name{width:auto}.quotation-quote-index .product-image-container{width:100px}.product-addtoquote-button{background:transparent;border:2px solid #1979c3;color:#1979c3;width:auto}.quote-btn-list{background:transparent;border:2px solid #1979c3;color:#1979c3;width:auto}.table-comparison .tocart{margin-bottom:5px}.product-info-main .product-addtoquote-button{margin-bottom:15px;margin-right:1%;padding:inherit;width:49%}.product-add-form .product-addtoquote-button{margin-bottom:15px;margin-right:1%;padding:inherit;width:49%}div.products-grid .toquote{min-width:103px;padding-bottom:10px;padding-top:10px;width:auto}.cart.table-wrapper .item .col.item{width:100%}}@media speech{.miniquote-wrapper .action.showquote:before{speak:none}.miniquote-wrapper .action.showquote.active:before{speak:none}.miniquote-wrapper .action.close:before{speak:none}.miniquote-items .product.options .tooltip.toggle:after{speak:none}.miniquote-items .action.edit:before{speak:none}.miniquote-items .action.delete:before{speak:none}}@media all and (min-width:768px) and (max-width:1050px){.quotation-quote-index .opc-wrapper .shipping-address-item{width:100% !important}.quotation-quote-index .item{width:100%}.quotation-quote-index .product-item-name{width:auto}.quotation-quote-index .product-image-container{width:100px}}@media all and (min-width:768px){.quotation-quote-index .authentication-wrapper{max-width:100%;width:100%}.quotation-quote-index .quote-details-container .authentication-wrapper{margin:0 0 -21px 0}.quotation-quote-index .table-checkout-shipping-method{min-width:0 !important;width:100%}.quotation-quote-index .opc-wrapper .shipping-address-item::before{width:0 !important}.quotation-quote-index .opc-wrapper .billing-address-details::before{width:0 !important}.quotation-quote-index .form-cart{max-width:65% !important}}@media (max-width:640px){.col.qty .both-prices-including{padding-bottom:13px}.col.qty .item .both-prices-including{padding-bottom:13px}.col.tier{text-align:right}.col.tier input[type='radio']{margin:2px 5px 0 0}}.dd-account-subscriptions fieldset>.field{width:48%}.freight-shipping-row{display:flex;align-items:center;justify-content:flex-start;cursor:pointer}.freight-shipping-icon{width:30px;height:30px;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url('../Kraken_FreightShippingMessaging/images/freight-shipping.svg')}.freight-shipping-text-wrapper:after{font-family:'Font Awesome 5 Free';content:'\f059';font-size:16px;font-weight:900}.freight-shipping-text{margin:0 10px;font-size:16px;text-transform:uppercase}.freight-shipping-text:hover{text-decoration:underline}.page-product-grouped .freight-shipping-icon{width:20px;height:20px}.page-product-grouped .freight-shipping-text{font-size:14px;line-height:16px}.table.data.grouped .flex-container{display:flex;align-items:flex-start}.table.data.grouped .availability{margin-right:20px}.tooltip-info{background-image:url("../Kraken_ProductOptionsTooltips/images/question-mark.svg");background-repeat:no-repeat;background-size:contain;opacity:0.13;height:20px;display:inline-block;text-indent:-999999px;width:20px;cursor:help;color:purple;margin-left:7px}.tooltip-info:hover{background-image:url("../Kraken_ProductOptionsTooltips/images/question-mark-hover.svg");opacity:1.0}.product-options-wrapper:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url("../Kraken_ProductOptionsTooltips/images/question-mark-hover.svg")}body .tooltipster-sidetip.tooltipster-shadow .tooltipster-content{color:#313131}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0, 0);-moz-transform:scale(0, 0);-o-transform:scale(0, 0);-ms-transform:scale(0, 0);transform:scale(0, 0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-o-transform:scale(1, 1);-ms-transform:scale(1, 1);transform:scale(1, 1);-webkit-transition-timing-function:cubic-bezier(.175, .885, .32, 1);-webkit-transition-timing-function:cubic-bezier(.175, .885, .32, 1.15);-moz-transition-timing-function:cubic-bezier(.175, .885, .32, 1.15);-ms-transition-timing-function:cubic-bezier(.175, .885, .32, 1.15);-o-transition-timing-function:cubic-bezier(.175, .885, .32, 1.15);transition-timing-function:cubic-bezier(.175, .885, .32, 1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0deg);-moz-transform:rotateZ(0deg);-o-transform:rotateZ(0deg);-ms-transform:rotateZ(0deg);transform:rotateZ(0deg);-webkit-transition-timing-function:cubic-bezier(.23, .635, .495, 1);-webkit-transition-timing-function:cubic-bezier(.23, .635, .495, 2.4);-moz-transition-timing-function:cubic-bezier(.23, .635, .495, 2.4);-ms-transition-timing-function:cubic-bezier(.23, .635, .495, 2.4);-o-transition-timing-function:cubic-bezier(.23, .635, .495, 2.4);transition-timing-function:cubic-bezier(.23, .635, .495, 2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175, .885, .32, 1);-webkit-transition-timing-function:cubic-bezier(.175, .885, .32, 1.15);-moz-transition-timing-function:cubic-bezier(.175, .885, .32, 1.15);-ms-transition-timing-function:cubic-bezier(.175, .885, .32, 1.15);-o-transition-timing-function:cubic-bezier(.175, .885, .32, 1.15);transition-timing-function:cubic-bezier(.175, .885, .32, 1.15)}.tooltipster-fall.tooltipster-initial{top:0 !important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0 !important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175, .885, .32, 1);-webkit-transition-timing-function:cubic-bezier(.175, .885, .32, 1.15);-moz-transition-timing-function:cubic-bezier(.175, .885, .32, 1.15);-ms-transition-timing-function:cubic-bezier(.175, .885, .32, 1.15);-o-transition-timing-function:cubic-bezier(.175, .885, .32, 1.15);transition-timing-function:cubic-bezier(.175, .885, .32, 1.15)}.tooltipster-slide.tooltipster-initial{left:-40px !important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0 !important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading 400ms}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating 600ms}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling 600ms}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:white;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:black}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:black}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:black}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:black}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-box{border:none;border-radius:5px;background:#fff;box-shadow:0 0 10px 6px rgba(0,0,0,0.1)}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box{margin-top:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box{margin-right:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box{margin-left:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box{margin-bottom:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-content{color:#8d8d8d}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow{height:6px;margin-left:-6px;width:12px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow{height:12px;margin-left:0;margin-top:-6px;width:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border{border:6px solid transparent}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border{border-left-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border{border-right-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border{border-top-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped{top:-6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped{left:-6px}@media (min-width:320px){.subcategories.col-1 .subcategory-item{width:50%}}@media (min-width:480px){.subcategories.col-1 .subcategory-item{width:100%}}@media (min-width:640px){.subcategories.col-1 .subcategory-item{width:100%}}@media (min-width:768px){.subcategories.col-1 .subcategory-item{width:100%}}@media (min-width:1024px){.subcategories.col-1 .subcategory-item{width:100%}}@media (min-width:1280px){.subcategories.col-1 .subcategory-item{width:100%}}@media (min-width:320px){.subcategories.col-2 .subcategory-item{width:50%}}@media (min-width:480px){.subcategories.col-2 .subcategory-item{width:50%}}@media (min-width:640px){.subcategories.col-2 .subcategory-item{width:50%}}@media (min-width:768px){.subcategories.col-2 .subcategory-item{width:50%}}@media (min-width:1024px){.subcategories.col-2 .subcategory-item{width:50%}}@media (min-width:1280px){.subcategories.col-2 .subcategory-item{width:50%}}@media (min-width:320px){.subcategories.col-3 .subcategory-item{width:50%}}@media (min-width:480px){.subcategories.col-3 .subcategory-item{width:33.33333333%}}@media (min-width:640px){.subcategories.col-3 .subcategory-item{width:33.33333333%}}@media (min-width:768px){.subcategories.col-3 .subcategory-item{width:33.33333333%}}@media (min-width:1024px){.subcategories.col-3 .subcategory-item{width:33.33333333%}}@media (min-width:1280px){.subcategories.col-3 .subcategory-item{width:33.33333333%}}@media (min-width:320px){.subcategories.col-4 .subcategory-item{width:50%}}@media (min-width:480px){.subcategories.col-4 .subcategory-item{width:33.33333333%}}@media (min-width:640px){.subcategories.col-4 .subcategory-item{width:25%}}@media (min-width:768px){.subcategories.col-4 .subcategory-item{width:25%}}@media (min-width:1024px){.subcategories.col-4 .subcategory-item{width:25%}}@media (min-width:1280px){.subcategories.col-4 .subcategory-item{width:25%}}@media (min-width:320px){.subcategories.col-5 .subcategory-item{width:50%}}@media (min-width:480px){.subcategories.col-5 .subcategory-item{width:33.33333333%}}@media (min-width:640px){.subcategories.col-5 .subcategory-item{width:25%}}@media (min-width:768px){.subcategories.col-5 .subcategory-item{width:20%}}@media (min-width:1024px){.subcategories.col-5 .subcategory-item{width:20%}}@media (min-width:1280px){.subcategories.col-5 .subcategory-item{width:20%}}@media (min-width:320px){.subcategories.col-6 .subcategory-item{width:50%}}@media (min-width:480px){.subcategories.col-6 .subcategory-item{width:33.33333333%}}@media (min-width:640px){.subcategories.col-6 .subcategory-item{width:25%}}@media (min-width:768px){.subcategories.col-6 .subcategory-item{width:20%}}@media (min-width:1024px){.subcategories.col-6 .subcategory-item{width:16.66666667%}}@media (min-width:1280px){.subcategories.col-6 .subcategory-item{width:16.66666667%}}@media (min-width:320px){.subcategories.col-7 .subcategory-item{width:50%}}@media (min-width:480px){.subcategories.col-7 .subcategory-item{width:33.33333333%}}@media (min-width:640px){.subcategories.col-7 .subcategory-item{width:25%}}@media (min-width:768px){.subcategories.col-7 .subcategory-item{width:20%}}@media (min-width:1024px){.subcategories.col-7 .subcategory-item{width:16.66666667%}}@media (min-width:1280px){.subcategories.col-7 .subcategory-item{width:14.28571429%}}#address-validation{padding-bottom:33px}.checkout-suggested-addresses>p{margin-top:1rem}.checkout-suggested-addresses .suggested-address{padding:10px;line-height:30px;border:1px solid transparent;cursor:pointer}.checkout-suggested-addresses .suggested-address label{cursor:pointer}.checkout-suggested-addresses .suggested-address.selected-address{background:#f5f5f5;border:1px solid #ccc}.checkout-suggested-addresses .suggested-address .suggested-address-details{padding:0 0 0 22px;cursor:pointer}.checkout-suggested-addresses .suggested-address .suggested-address-diff{background-color:yellow}body[class*="page-layout-admin"] .page-create-order button[data-index="validateAddressButton"]{margin-top:1.5rem}body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset{border:0}body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset>.legend{padding:0 0 10px;border-bottom:1px solid #c6c6c6;width:100%;box-sizing:border-box}body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset>.legend span{font-size:2.2rem;font-weight:300}body[class*="page-layout-admin"] #tj-suggested-addresses .checkout-suggested-addresses .suggested-address input[type="radio"]{margin-right:5px;vertical-align:1px}.am-checkout #address-validation{padding-bottom:0}.aw-onestep #address-validation{margin:5px;padding-bottom:0}.aw-onestep #address-validation .step-title{display:none}.aw-onestep .checkout-suggested-addresses label:before{margin-top:0 !important;margin-left:14px !important}.aw-onestep .checkout-suggested-addresses .suggested-address-details{padding-left:14px}@media only screen and (max-width:768px){.field-tooltip .field-tooltip-content{left:auto;right:-10px;top:40px}.field-tooltip .field-tooltip-content::before,.field-tooltip .field-tooltip-content::after{border:10px solid transparent;height:0;left:auto;margin-top:-21px;right:10px;top:0;width:0}.field-tooltip .field-tooltip-content::before{border-bottom-color:#999}.field-tooltip .field-tooltip-content::after{border-bottom-color:#f4f4f4;top:1px}}@media only screen and (min-device-width:320px) and (max-device-width:780px) and (orientation:landscape){.product-video{height:100%;width:81%}}.amasty-fpc-crawler-status{position:fixed;right:20px;bottom:20px;min-width:400px;border:2px solid #008080;z-index:9999;background:white}.amasty-fpc-crawler-status .status-header{text-align:center;color:white;font-weight:bold;background:#008080;font-size:20px;padding:5px 0}.amasty-fpc-crawler-status.status-ignored .status{color:#bebebe}.amasty-fpc-crawler-status.status-hit .status{color:#67b96a}.amasty-fpc-crawler-status.status-miss .status{color:#d10c12}.amasty-fpc-crawler-status .status{text-transform:uppercase;text-align:center;font-size:28px;font-weight:bold;padding:5px 0}.amasty-fpc-crawler-status .not-cacheable .not-cacheable-header{background:#e4e4e4;text-align:center;font-weight:bold;padding:3px 0}.amasty-fpc-crawler-status .not-cacheable .blocks{max-height:100px;overflow-y:auto}.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block{padding:7px;border-bottom:1px solid #e4e4e4;font-size:12px}.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block:last-child{border-bottom:none}.debug-status-toggle{text-align:center;background:#008080;font-size:15px;font-weight:bold;color:#ffffff}.debug-status-toggle:hover{background:#005f5f;cursor:pointer}.amfpc-context-container{max-height:700px;overflow-y:auto;display:none}.amfpc-context-container.-toggled{display:block}.amfpc-context-container .context-type-description{padding:5px;margin:0;background:#ffffff;border-bottom:2px solid #008080;color:#000}.amfpc-context-container .amfpc-context-item{padding:5px;border-bottom:2px solid #008080}.amfpc-context-container .amfpc-context-item .context-row{color:#818181;background-color:#efefef;display:block;padding:2px 10px}.amfpc-context-container .amfpc-context-item .context-row.-unique-entry{color:#4d544b;background-color:#e0f0dc}.amfpc-context-container .amfpc-context-item .context-row.-vary-entry{color:#4d544b;background-color:#dce4f0}@media all and (min-width:768px),print{.abs-product-options-list-desktop dt,.block-giftregistry-shared .item-options dt{clear:left;float:left;margin:0 11px 5.5px 0}.block-giftregistry-shared .item-options dt:after{content:': '}.abs-product-options-list-desktop dd,.block-giftregistry-shared .item-options dd{display:inline-block;float:left;margin:0 0 5.5px;word-break:break-all}.abs-button-desktop{width:auto}.abs-blocks-2columns,.column .block-addbysku .block-content .box,.login-container .block,.account .column.main .block:not(.widget) .block-content .box,.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,.sales-guest-view .column.main .block:not(.widget) .block-content .box{width:48.8%}.column .block-addbysku .block-content .box:nth-child(odd),.login-container .block:nth-child(odd),.account .column.main .block:not(.widget) .block-content .box:nth-child(odd),.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),.sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd){clear:left;float:left}.column .block-addbysku .block-content .box:nth-child(even),.login-container .block:nth-child(even),.account .column.main .block:not(.widget) .block-content .box:nth-child(even),.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),.sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even){float:right}.abs-reset-left-margin-desktop,.bundle-options-container .legend.title,.column.main .cart-summary .actions-toolbar,.cart.table-wrapper .item-actions .actions-toolbar,.gift-summary .actions-toolbar,.cart.table-wrapper .gift-summary .actions-toolbar,.column.main .block-giftregistry-shared-items .actions-toolbar,.form-new-agreement .fieldset .legend,.form-new-agreement .actions-toolbar,.column.main .paypal-review .actions-toolbar,.wishlist-index-index .main .form-wishlist-items .actions-toolbar{margin-left:0}.abs-action-remove-desktop,.abs-add-fields-desktop .fieldset .additional .action.remove,.form-giftregistry-share .fieldset .additional .action.remove,.form-giftregistry-edit .fieldset .additional .action.remove,.form-add-invitations .fieldset .additional .action.remove,.form-create-return .fieldset .additional .action.remove,.form.send.friend .fieldset .additional .action.remove{margin-left:75.8%;top:6px}.form-giftregistry-share .fieldset .field:not(.choice) .control,.form-giftregistry-edit .fieldset .field:not(.choice) .control,.form-add-invitations .fieldset .field:not(.choice) .control,.form-create-return .fieldset .field:not(.choice) .control,.form.send.friend .fieldset .field:not(.choice) .control{width:50%}.abs-margin-for-forms-desktop,.fieldset .legend,.column:not(.sidebar-main) form .actions-toolbar,.column:not(.sidebar-additional) form .actions-toolbar,.login-container .fieldset:after{margin-left:25.8%}.abs-visually-hidden-desktop,.modes-label,.block-search .label,.dashboard-welcome-toggler,.block-collapsible-nav .title{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-add-clearfix-desktop:before,.abs-add-clearfix-desktop:after,.abs-pager-toolbar:before,.abs-pager-toolbar:after,.block-cart-failed .block-content:before,.block-cart-failed .block-content:after,.column .block-addbysku .block-content:before,.column .block-addbysku .block-content:after,.cart-container:before,.cart-container:after,.login-container:before,.login-container:after,.account .column.main .block:not(.widget) .block-content:before,.account .column.main .block:not(.widget) .block-content:after,.block-addresses-list .items.addresses:before,.block-addresses-list .items.addresses:after,.block-giftregistry-shared .item-options:before,.block-giftregistry-shared .item-options:after,.gift-wrapping .nested:before,.gift-wrapping .nested:after,.table .gift-wrapping .content:before,.table .gift-wrapping .content:after,.block-wishlist-management:before,.block-wishlist-management:after,.paypal-review .block-content:before,.paypal-review .block-content:after,.magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,.magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,[class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,[class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,.sales-guest-view .column.main .block:not(.widget) .block-content:before,.sales-guest-view .column.main .block:not(.widget) .block-content:after,.header.content:before,.header.content:after,.page-header .header.panel:before,.page-header .header.panel:after,.account .toolbar:before,.account .toolbar:after,.toolbar-giftregistry-results:before,.toolbar-giftregistry-results:after,.toolbar-wishlist-results:before,.toolbar-wishlist-results:after{content:'';display:table}.abs-add-clearfix-desktop:after,.abs-pager-toolbar:after,.block-cart-failed .block-content:after,.column .block-addbysku .block-content:after,.cart-container:after,.login-container:after,.account .column.main .block:not(.widget) .block-content:after,.block-addresses-list .items.addresses:after,.block-giftregistry-shared .item-options:after,.gift-wrapping .nested:after,.table .gift-wrapping .content:after,.block-wishlist-management:after,.paypal-review .block-content:after,.magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,[class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,.sales-guest-view .column.main .block:not(.widget) .block-content:after,.header.content:after,.page-header .header.panel:after,.account .toolbar:after,.toolbar-giftregistry-results:after,.toolbar-wishlist-results:after{clear:both}.abs-add-clearfix-desktop:before,.abs-add-clearfix-desktop:after,.abs-pager-toolbar:before,.abs-pager-toolbar:after,.block-cart-failed .block-content:before,.block-cart-failed .block-content:after,.column .block-addbysku .block-content:before,.column .block-addbysku .block-content:after,.cart-container:before,.cart-container:after,.login-container:before,.login-container:after,.account .column.main .block:not(.widget) .block-content:before,.account .column.main .block:not(.widget) .block-content:after,.block-addresses-list .items.addresses:before,.block-addresses-list .items.addresses:after,.block-giftregistry-shared .item-options:before,.block-giftregistry-shared .item-options:after,.gift-wrapping .nested:before,.gift-wrapping .nested:after,.table .gift-wrapping .content:before,.table .gift-wrapping .content:after,.block-wishlist-management:before,.block-wishlist-management:after,.paypal-review .block-content:before,.paypal-review .block-content:after,.magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,.magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,[class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,[class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,.sales-guest-view .column.main .block:not(.widget) .block-content:before,.sales-guest-view .column.main .block:not(.widget) .block-content:after,.header.content:before,.header.content:after,.page-header .header.panel:before,.page-header .header.panel:after,.account .toolbar:before,.account .toolbar:after,.toolbar-giftregistry-results:before,.toolbar-giftregistry-results:after,.toolbar-wishlist-results:before,.toolbar-wishlist-results:after{content:'';display:table;flex-basis:0;order:1}.abs-add-clearfix-desktop:after,.abs-pager-toolbar:after,.block-cart-failed .block-content:after,.column .block-addbysku .block-content:after,.cart-container:after,.login-container:after,.account .column.main .block:not(.widget) .block-content:after,.block-addresses-list .items.addresses:after,.block-giftregistry-shared .item-options:after,.gift-wrapping .nested:after,.table .gift-wrapping .content:after,.block-wishlist-management:after,.paypal-review .block-content:after,.magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,[class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,.sales-guest-view .column.main .block:not(.widget) .block-content:after,.header.content:after,.page-header .header.panel:after,.account .toolbar:after,.toolbar-giftregistry-results:after,.toolbar-wishlist-results:after{clear:both}.abs-add-box-sizing-desktop,.column.main,.sidebar-main,.sidebar-additional{box-sizing:border-box}.abs-add-box-sizing-desktop-m,.opc-wrapper{box-sizing:border-box}.abs-revert-field-type-desktop .fieldset>.field,.abs-revert-field-type-desktop .fieldset .fields>.field,.product-add-form .fieldset>.field,.product-add-form .fieldset .fields>.field{margin:0 0 22px}.abs-revert-field-type-desktop .fieldset>.field:not(.choice)>.label,.abs-revert-field-type-desktop .fieldset .fields>.field:not(.choice)>.label,.product-add-form .fieldset>.field:not(.choice)>.label,.product-add-form .fieldset .fields>.field:not(.choice)>.label{box-sizing:content-box;float:none;width:auto;text-align:left;padding:0}.abs-revert-field-type-desktop .fieldset>.field:not(.choice)>.control,.abs-revert-field-type-desktop .fieldset .fields>.field:not(.choice)>.control,.product-add-form .fieldset>.field:not(.choice)>.control,.product-add-form .fieldset .fields>.field:not(.choice)>.control{float:none;width:auto}.abs-revert-field-type-desktop .fieldset>.field>.label,.abs-revert-field-type-desktop .fieldset .fields>.field>.label,.product-add-form .fieldset>.field>.label,.product-add-form .fieldset .fields>.field>.label{margin:0 0 5.5px;display:inline-block}.abs-revert-field-type-desktop .fieldset>.field.choice:before,.abs-revert-field-type-desktop .fieldset .fields>.field.choice:before,.abs-revert-field-type-desktop .fieldset>.field.no-label:before,.abs-revert-field-type-desktop .fieldset .fields>.field.no-label:before,.product-add-form .fieldset>.field.choice:before,.product-add-form .fieldset .fields>.field.choice:before,.product-add-form .fieldset>.field.no-label:before,.product-add-form .fieldset .fields>.field.no-label:before{display:none}.product-add-form .fieldset>.field:not(:first-child):last-of-type,.product-add-form .fieldset .fields>.field:not(:first-child):last-of-type{margin-bottom:0}.abs-no-display-desktop,.opc-estimated-wrapper,.sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous){display:none}.abs-pager-toolbar,.account .toolbar,.toolbar-giftregistry-results,.toolbar-wishlist-results{margin-bottom:22px;position:relative}.abs-pager-toolbar .limiter,.account .toolbar .limiter,.toolbar-giftregistry-results .limiter,.toolbar-wishlist-results .limiter{float:right;position:relative;z-index:1}.abs-pager-toolbar .toolbar-amount,.account .toolbar .toolbar-amount,.toolbar-giftregistry-results .toolbar-amount,.toolbar-wishlist-results .toolbar-amount{float:left;line-height:normal;padding:7px 0 0;position:relative;z-index:1}.abs-pager-toolbar .pages,.account .toolbar .pages,.toolbar-giftregistry-results .pages,.toolbar-wishlist-results .pages{position:absolute;width:100%;z-index:0}.abs-shopping-cart-items-desktop,.block-cart-failed,.cart-container .form-cart,.cart-container .cart-gift-item{float:left;position:relative;width:73%}.abs-shopping-cart-items-desktop .actions,.block-cart-failed .actions,.cart-container .form-cart .actions,.cart-container .cart-gift-item .actions{text-align:right}.block-cart-failed .action.clear,.block-cart-failed .action.update,.cart-container .form-cart .action.clear,.cart-container .form-cart .action.update,.cart-container .cart-gift-item .action.clear,.cart-container .cart-gift-item .action.update{margin-left:11px}.block-cart-failed .action.continue,.cart-container .form-cart .action.continue,.cart-container .cart-gift-item .action.continue{float:left}h1,.h1{font-size:55px;margin-bottom:44px}.navigation,.breadcrumbs,.page-header .header.panel,.header.content,.footer.content,.page-wrapper>.widget,.page-wrapper>.page-bottom,.block.category.event,.top-container,.page-main{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1280px;padding-left:44px;padding-right:44px;width:auto}.page-main{width:100%}.columns{display:block}.column.main{min-height:300px}.page-layout-1column .column.main{width:100%;-ms-flex-order:2;-webkit-order:2;order:2}.page-layout-3columns .column.main{width:50%;display:inline-block;-ms-flex-order:2;-webkit-order:2;order:2}.page-layout-2columns-left .column.main{width:75%;float:right;-ms-flex-order:2;-webkit-order:2;order:2}.page-layout-2columns-right .column.main{width:75%;float:left;-ms-flex-order:1;-webkit-order:1;order:1}.sidebar-main{padding-right:2%}.page-layout-3columns .sidebar-main{width:25%;float:left;-ms-flex-order:1;-webkit-order:1;order:1}.page-layout-2columns-left .sidebar-main{width:25%;float:left;-ms-flex-order:1;-webkit-order:1;order:1}.page-layout-2columns-right .sidebar-main{width:25%;float:left;-ms-flex-order:1;-webkit-order:1;order:1}.page-layout-2columns-right .sidebar-main{padding-left:2%;padding-right:0}.sidebar-additional{clear:right;padding-left:2%}.page-layout-3columns .sidebar-additional{width:25%;float:right;-ms-flex-order:3;-webkit-order:3;order:3}.page-layout-2columns-left .sidebar-additional{width:25%;float:right;-ms-flex-order:2;-webkit-order:2;order:2}.page-layout-2columns-right .sidebar-additional{width:25%;float:right;-ms-flex-order:2;-webkit-order:2;order:2}.page-layout-2columns-left .main{padding-left:2%}.page-layout-2columns-left .sidebar-additional{clear:left;float:left;padding-left:0}.panel.header{padding:10px 20px}.nav-toggle{display:none}.nav-sections{-webkit-flex-shrink:0;flex-shrink:0;-webkit-flex-basis:auto;flex-basis:auto;margin-bottom:27.5px}.nav-sections-item-title{display:none}.nav-sections-item-content>*{display:none}.nav-sections-item-content>.navigation{display:block}.navigation{background:#f5f5f5;font-weight:700;height:inherit;left:auto;overflow:inherit;padding:0;position:relative;top:0;width:100%;z-index:3}.navigation:empty{display:none}.navigation ul{margin-top:0;margin-bottom:0;padding:0;position:relative}.navigation li.level0{border-top:none}.navigation li.level1{position:relative}.navigation .level0{margin:0 11px 0 0;display:inline-block;position:relative}.navigation .level0:last-child{margin-right:0;padding-right:0}.navigation .level0:hover:after{content:'';display:block;position:absolute;top:0;left:100%;width:10px;height:calc(100% + 3px);z-index:1}.navigation .level0>.level-top{color:#575757;line-height:53px;padding:0 12px;text-decoration:none;box-sizing:border-box;position:relative;display:inline-block}.navigation .level0>.level-top:hover,.navigation .level0>.level-top.ui-state-focus{color:#313131;text-decoration:none}.navigation .level0.active>.level-top,.navigation .level0.has-active>.level-top{border-color:#328ab0;border-style:solid;border-width:0 0 3px;color:#313131;text-decoration:none;display:inline-block}.navigation .level0.parent:hover>.submenu{overflow:visible !important}.navigation .level0.parent>.level-top{padding-right:20px}.navigation .level0.parent>.level-top>.ui-menu-icon{position:absolute;right:0;display:inline-block;text-decoration:none}.navigation .level0.parent>.level-top>.ui-menu-icon>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.navigation .level0.parent>.level-top>.ui-menu-icon:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:20px;color:inherit;content:'\e622';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.navigation .level0 .submenu{background:#fff;border:1px solid #b1b7bb;box-shadow:0 5.5px 5.5px rgba(0,0,0,0.19);font-weight:700;min-width:230px;padding:0;display:none;left:0;margin:0 !important;position:absolute;z-index:1;margin-top:11px}.navigation .level0 .submenu>ul{margin-top:11px}.navigation .level0 .submenu>ul:before,.navigation .level0 .submenu>ul:after{content:'';display:block;overflow:hidden;position:absolute}.navigation .level0 .submenu>ul:before{color:#fff;left:20px;top:-20px;border:10px solid transparent;height:0;width:0;border-bottom-color:#fff;z-index:4}.navigation .level0 .submenu>ul:after{border:11px solid transparent;height:0;width:0;border-bottom-color:#b1b7bb;color:#b1b7bb;left:19px;top:-22px;z-index:3}.navigation .level0 .submenu:before{content:'';display:block;position:absolute;width:100%;height:4px;left:0;top:-4px;z-index:1}.navigation .level0 .submenu a{display:block;line-height:inherit;color:#575757;padding:8px 22px}.navigation .level0 .submenu a:hover,.navigation .level0 .submenu a.ui-state-focus{background:#e8e8e8;color:#313131;text-decoration:none}.navigation .level0 .submenu .active>a{border-color:#328ab0;border-style:solid;border-width:0 0 0 3px}.navigation .level0 .submenu .submenu{top:-1px !important;left:100% !important}.navigation .level0 .submenu .submenu-reverse{left:auto !important;right:100%}.navigation .level0 .submenu li{margin:0;position:relative}.navigation .level0 .submenu li.parent>a>.ui-menu-icon{position:absolute;right:3px;display:inline-block;text-decoration:none}.navigation .level0 .submenu li.parent>a>.ui-menu-icon>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.navigation .level0 .submenu li.parent>a>.ui-menu-icon:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:20px;color:inherit;content:'\e608';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.navigation .level0.more{position:relative;display:inline-block;text-decoration:none}.navigation .level0.more:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:26px;line-height:inherit;color:inherit;content:'\e607';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.navigation .level0.more:before{display:none}.navigation .level0.more:after{cursor:pointer;padding:8px 12px;position:relative;z-index:1}.navigation .level0.more:hover>.submenu{overflow:visible !important}.navigation .level0.more li{display:block}.panel.header .links,.panel.header .switcher{display:inline-block}.fieldset>.field{margin:0 0 22px;box-sizing:border-box;margin:0 0 29px}.fieldset>.field>.label{margin:0}.fieldset>.field:before,.fieldset>.field:after{content:'';display:table}.fieldset>.field:after{clear:both}.fieldset>.field:before,.fieldset>.field:after{content:'';display:table;flex-basis:0;order:1}.fieldset>.field:after{clear:both}.fieldset>.field.choice:before,.fieldset>.field.no-label:before{padding:6px 15px 0 0;width:25.8%;box-sizing:border-box;content:' ';float:left;height:1px}.fieldset>.field .description{padding:6px 15px 0 0;text-align:right;width:25.8%;box-sizing:border-box;float:left}.fieldset>.field:not(.choice)>.label{padding:6px 15px 0 0;text-align:right;width:25.8%;box-sizing:border-box;float:left}.fieldset>.field:not(.choice)>.control{width:74.2%;float:left}.product.data.items{position:relative;z-index:1}.product.data.items:before,.product.data.items:after{content:'';display:table}.product.data.items:after{clear:both}.product.data.items:before,.product.data.items:after{content:'';display:table;flex-basis:0;order:1}.product.data.items:after{clear:both}.product.data.items>.item.title{float:left;width:auto}.product.data.items>.item.title>.switch{height:22px;display:block;position:relative;z-index:2}.product.data.items>.item.content{margin-top:22px;box-sizing:border-box;float:right;margin-left:-100%;width:100%}.product.data.items>.item.content:before,.product.data.items>.item.content:after{content:'';display:table}.product.data.items>.item.content:after{clear:both}.product.data.items>.item.content:before,.product.data.items>.item.content:after{content:'';display:table;flex-basis:0;order:1}.product.data.items>.item.content:after{clear:both}.product.data.items>.item.content.active{display:block}.product.data.items>.item.title{margin:0 5.5px 0 0}.product.data.items>.item.title>.switch{font-weight:600;line-height:22px;font-size:1.6rem;color:#7b7b7b;text-decoration:none;background:#f5f5f5;border:1px solid #b1b7bb;border-bottom:none;height:22px;padding:5.5px 22px 5.5px 22px}.product.data.items>.item.title>.switch:visited{color:#7b7b7b;text-decoration:none}.product.data.items>.item.title>.switch:hover{color:#7b7b7b;text-decoration:none}.product.data.items>.item.title>.switch:active{color:#313131;text-decoration:none}.product.data.items>.item.title:not(.disabled)>.switch:focus,.product.data.items>.item.title:not(.disabled)>.switch:hover{background:#fff}.product.data.items>.item.title:not(.disabled)>.switch:active,.product.data.items>.item.title.active>.switch,.product.data.items>.item.title.active>.switch:focus,.product.data.items>.item.title.active>.switch:hover{background:#fff;color:#313131;text-decoration:none}.product.data.items>.item.title.active>.switch,.product.data.items>.item.title.active>.switch:focus,.product.data.items>.item.title.active>.switch:hover{padding-bottom:6.5px}.product.data.items>.item.content{background:#fff;margin-top:34px;padding:22px 22px 22px 22px;border:0;border-top:1px solid #b1b7bb}.actions-toolbar:before,.actions-toolbar:after{content:'';display:table}.actions-toolbar:after{clear:both}.actions-toolbar:before,.actions-toolbar:after{content:'';display:table;flex-basis:0;order:1}.actions-toolbar:after{clear:both}.actions-toolbar .primary{float:left}.actions-toolbar .secondary{float:right}.actions-toolbar .primary,.actions-toolbar .secondary{display:inline-block}.actions-toolbar .primary a.action,.actions-toolbar .secondary a.action{display:inline-block}.actions-toolbar .primary .action{margin:0 5.5px 0 0}.actions-toolbar .secondary a.action{margin-top:6px}.actions-toolbar>.primary,.actions-toolbar>.secondary{margin-bottom:0}.actions-toolbar>.primary .action,.actions-toolbar>.secondary .action{margin-bottom:0;width:auto}.page-wrapper .breadcrumbs{padding:0 44px}.modal-popup.modal-slide .modal-footer{border-top:1px solid #c1c1c1;text-align:right}.page-wrapper .page-header .header.content{max-width:1444px;padding:2rem 44px 0}.customer-account-link{float:right}.customer-account-link .action:before{content:"\f2bd"}.sign-out-link{float:right}.sign-out-link .action:before{content:"\f2f5"}.minicart-wrapper .action.showcart .counter.qty,.miniquote-wrapper .action.showquote .counter.qty{background:none;line-height:inherit;height:auto;min-width:none;font-weight:600;font-size:12px;margin:0;padding:0;color:#313131;display:inline-block;vertical-align:middle}.minicart-wrapper .action.showcart .counter.qty:before,.miniquote-wrapper .action.showquote .counter.qty:before{content:'('}.minicart-wrapper .action.showcart .counter.qty:after,.miniquote-wrapper .action.showquote .counter.qty:after{content:')'}.minicart-wrapper .action.showcart.active:before,.miniquote-wrapper .action.showquote.active:before{font-size:17px;color:#0e5d7f;vertical-align:middle}.nav-sections{background:#0e5d7f;margin-bottom:0}.navigation{background:transparent;margin-top:-10px}.navigation>ul{padding:0 !important;margin-left:auto;margin-right:auto;box-sizing:border-box;max-width:1444px;width:100%;text-align:center}.navigation .level0{margin-right:0;width:33%}.navigation .level0>.level-top{color:#fff;text-transform:uppercase;font-size:18px;font-weight:600;letter-spacing:0.05em}.navigation .level0>.level-top:after{content:'';position:absolute;top:calc(50% + 10px);left:12px;right:12px;height:1px;background:transparent}.navigation .level0>.level-top.ui-state-focus,.navigation .level0>.level-top:hover,.navigation .level0>.level-top:focus,.navigation .level0>.level-top:active{color:#fff}.navigation .level0>.level-top.ui-state-focus:after,.navigation .level0>.level-top:hover:after,.navigation .level0>.level-top:focus:after,.navigation .level0>.level-top:active:after{background:#fff}.navigation .level0.active>.level-top,.navigation .level0.has-active>.level-top{border:none;color:#fff}.navigation .level0.parent>.level-top{padding-left:25px;padding-right:30px}.navigation .level0.parent>.level-top:after{display:none}.navigation .level0.parent>.level-top>.ui-menu-icon:after{font-size:30px}.navigation .level0.first>.level-top{display:inline-block;text-decoration:none}.navigation .level0.first>.level-top:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;line-height:20px;color:#fff;content:'\e609';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.navigation .level0.first>.level-top:hover:before{color:#333}.navigation .level0.first>.level-top:active:before{color:#333}.navigation .level0.first>.level-top:before{color:#fff !important;position:absolute;top:50%;left:0;transform:translate(0, -50%)}.navigation .level0.right-links{display:block;width:100%;margin-bottom:12.36093943px}.navigation .level0.right-links>.level-top{font-size:16px;line-height:1.4}.navigation .level0.right-links>.level-top:after{content:unset}.navigation .level0.right-links>.level-top:hover:after,.navigation .level0.right-links>.level-top:focus:after{content:''}.navigation .level0 .submenu{text-align:left;background:#f5f5f5;border:none;padding-top:1rem;padding-bottom:1rem;box-shadow:.5px 2px 2px rgba(49,49,49,0.03),1px 4px 4px rgba(49,49,49,0.03),2px 8px 8px rgba(49,49,49,0.03),4px 16px 16px rgba(49,49,49,0.03),8px 32px 32px rgba(49,49,49,0.03)}.navigation .level0 .submenu a{font-weight:400;padding:4px 20px}.navigation .level0 .submenu a.ui-state-focus,.navigation .level0 .submenu a:hover,.navigation .level0 .submenu a:focus,.navigation .level0 .submenu a:active{background:none;color:#65b3d4}.navigation .level0 .submenu .active>a{border-color:#328ab0;color:#328ab0;text-indent:-3px}.cms-all-brands .brand-images{display:block}.cms-all-brands .brand-images .brands-letter{padding-right:0;min-width:unset;width:unset !important}.cms-all-brands .brand-images .brands-letter .brand-item{max-width:28vw;width:250px;min-width:unset}.cms-all-brands .brand-images .brands-letter .bare-list .ambrands-image{max-width:90%;max-height:unset}#store-selector .form-continue .actions-toolbar>.primary{float:right}#store-selector .form-continue .actions-toolbar .action.primary{margin:0}.pagebuilder-mobile-only{display:none !important}.am-widget-categories-3 .am-widget-category{width:50%}.amrelated-cart-bundle{padding:0;width:73%}.amrelated-pack-wrapper .amrelated-content-wrapper{background:#fff;flex-wrap:nowrap;margin-top:15px;padding-top:0;position:unset}.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item:not(:last-child){border-bottom:none}.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount{font-size:12px}.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount .price{font-weight:400}.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal{display:flex;font-size:50px;line-height:100px;padding:10px 5px;text-align:center}.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus{color:#1979c3}.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal{color:#e9f6ff}.amrelated-pack-wrapper .amrelated-title:after{content:none !important}.amrelated-content-wrapper .amrelated-pack-list{max-width:79%;width:unset}.amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item.-main{display:block}.amrelated-pack-list.-wide{flex-wrap:nowrap;justify-content:space-between}.amrelated-pack-list.-wide .amrelated-pack-items{flex-wrap:nowrap;justify-content:space-around}.amrelated-pack-list.-narrow .amrelated-plus,.amrelated-pack-list.-narrow+.amrelated-equal{display:block;line-height:100px}.amrelated-equal.-second-row{align-self:center;margin-bottom:18px}.amrelated-pack-list.-second-row{border-right:3px solid #e9f6ff}.amrelated-pack-item .amrelated-details{display:block}.amrelated-pack-item.-wide,.amrelated-pack-item.-narrow{min-width:120px;padding:10px;text-align:center;width:14%}.amrelated-pack-item.-wide .amrelated-info,.amrelated-pack-item.-narrow .amrelated-info{display:block}.amrelated-pack-item.-wide .amrelated-details,.amrelated-pack-item.-narrow .amrelated-details{margin-left:0}.amrelated-pack-item.-wide .amrelated-photo-container,.amrelated-pack-item.-narrow .amrelated-photo-container{margin:0 auto 10px}.amrelated-pack-item.-main{background:transparent}.amrelated-content-wrapper .amrelated-summary-content{display:block;margin-top:16px;padding:0;position:relative;width:180px}.amrelated-content-wrapper .amrelated-summary-content .amrelated-discount{padding:5px;right:unset}.amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper{border:3px dashed #e9f6ff;border-bottom:none;box-sizing:border-box;height:95px;margin:0;width:100%}.amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper{margin-right:0}.amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action{width:100%}.amrelated-summary-content.-second-row{align-self:center}.amrelated-pack-list.-wide .amrelated-pack-items{position:relative}.amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background{background:#e9f6ff;box-shadow:0 20px 0 -10px #f9f9f9;display:block;height:100%;left:0;opacity:1;position:absolute;top:0;transition:all .3s ease;width:0;z-index:2}.amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background.rtl{left:unset;right:0}.amrelated-pack-list.-wide .amrelated-pack-items .amrelated-info,.amrelated-pack-list.-wide .amrelated-pack-items .amrelated-plus,.amrelated-pack-list.-wide .amrelated-pack-items .amrelated-pack-item{z-index:2}.amrelated-pack-item.-wide{padding:30px 0}.amrelated-pack-list.-wide .amrelated-pack-items.-selected .amrelated-background{opacity:1;width:100%}.amrelated-popup-container .amrelated-bundle-popup{max-width:initial;min-width:700px}.amrelated-popup-container .amrelated-bundle-popup .amrelated-product-info{margin-top:60px;min-height:450px}.amrelated-product-info .amrelated-info.-top{float:right;margin:0;width:50%}.amrelated-product-info .amrelated-info.-bottom{clear:both;float:right;margin-bottom:20px;width:50%}.amrelated-product-info .amrelated-info.-top,.amrelated-product-info .amrelated-info.-bottom{box-sizing:border-box;padding:0 20px 0 0}.amrelated-info.-top .amrelated-title{font-size:24px;margin-bottom:10px}.amrelated-info.-top .product-reviews-summary{margin-bottom:10px}.amrelated-info.-top .product-reviews-summary .action{margin-left:10px}.amrelated-info.-bottom .amrelated-description{font-size:14px;margin:5px 0 0}.amrelated-info.-bottom .product-add-form{margin:0;padding:0}.amrelated-product-info .amrelated-image-container{border:0;box-sizing:border-box;left:0;margin:0;padding:0 25px;position:absolute;width:50%}.amrelated-product-info .amrelated-image-container>.product-item-photo{border:0;width:100%}.amrelated-product-info .amrelated-image-container .product-image-container{border:1px solid #b2b2b2}.amrelated-products-block{margin-left:27px;margin-right:27px}.am-brands-fullwidth{width:100% !important}.ambrands-letters-list{display:flex}.ambrands-letters-list .ambrands-letter .ambrands-content{margin:0 -10px}.ambrands-letters-list .ambrands-brand-item{margin:0 10px 20px}.ambrands-letters-list .ambrands-brand-item.-no-logo{max-width:156px}.ambrands-letters-list .ambrands-letter{padding-right:10px;width:inherit}.cart-order-comment{width:75%;float:left;-ms-flex-order:1;-webkit-order:1;order:1;border:0;box-sizing:border-box;padding-right:4%}.cart-order-comment .block .title{padding:10px 0}.cart-order-comment .block .title:after{display:inline;margin-left:11px;position:static}.cart-order-comment .block.order-comment{width:100%;border-bottom:1px solid #b1b7bb;border-top:1px solid #b1b7bb}.mt-thumb-switcher.video-selector{width:100%;height:100%;min-width:76px;min-height:80px}.mt-thumb-switcher.video-selector img{opacity:0}.block-cart-failed .actions{text-align:left}.block-cart-failed .actions.primary{float:right}.bundle-options-container .bundle-options-wrapper,.bundle-options-container .product-options-wrapper{float:left;width:57%}.bundle-options-container .block-bundle-summary{float:right;position:relative;width:40%}.page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,.page-layout-2columns-left .bundle-options-container .block-bundle-summary,.page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,.page-layout-2columns-right .bundle-options-container .block-bundle-summary,.page-layout-3columns .bundle-options-container .bundle-options-wrapper,.page-layout-3columns .bundle-options-container .block-bundle-summary{width:48%}.page-products .products-grid .product-item{width:33.33333333%}.page-products.page-layout-1column .products-grid .product-item{width:25%}.page-products.page-layout-3columns .products-grid .product-item{width:50%}.page-products .columns{padding-top:0;position:relative;z-index:1}.toolbar-amount{display:block;float:left;position:static}.products.wrapper~.toolbar .pages{float:left;margin-bottom:0}.modes{display:inline-block;float:left;margin-right:22px}.products.wrapper~.toolbar .modes{display:none}.modes-mode{background-color:transparent;box-shadow:inset 0 2px 1px rgba(0,0,0,0.12);color:#7b7b7b;border:1px solid #b1b7bb;border-right:0;float:left;font-weight:400;line-height:1;padding:0 5px;text-align:center;display:inline-block;text-decoration:none}.modes-label+.modes-mode{border-radius:3px 0 0 3px}.modes-mode:hover{color:#7b7b7b;background:rgba(0,0,0,0)}.modes-mode:last-child{border-radius:0 3px 3px 0;border-right:1px solid #b1b7bb}.modes-mode.active{box-shadow:inset 0 1px 0 0 rgba(177,183,187,0.8),inset 0 -1px 0 0 rgba(177,183,187,0.3);background:rgba(0,0,0,0);color:#9e9e9e}.modes-mode>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.modes-mode:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:38px;color:#7b7b7b;content:'\e60d';font-family:'icons-blank-theme';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.modes-mode:hover:before{color:#7b7b7b}.page-products .sorter{position:static}.mode-list:before{content:'\e60b'}.limiter{float:right}.products.wrapper~.toolbar .limiter{display:block}.product-info-main .box-tocart,.product-options-bottom .box-tocart{display:table}.product-info-main .box-tocart .field.qty,.product-options-bottom .box-tocart .field.qty{display:table-cell}.product-info-main .box-tocart .actions,.product-options-bottom .box-tocart .actions{display:table-cell;padding-top:27.5px;text-align:center;vertical-align:bottom}.product-info-main .page-title-wrapper .page-title{margin-top:-13px}.sidebar .product-items .product-item-info .product-item-photo{float:left;left:auto;margin:0 11px 11px 0;position:relative;top:auto}.sidebar .product-items .product-item-details{margin:0}.sidebar .product-items .product-item-actions{clear:left}.product-info-main{float:right}.product.media{float:left;margin-bottom:27.5px}.page-layout-1column .product-info-main{width:40%}.page-layout-1column .product.media{width:57%}.page-layout-2columns-left .product-info-main,.page-layout-2columns-right .product-info-main,.page-layout-3columns .product-info-main{width:48%}.page-layout-2columns-left .product.media,.page-layout-2columns-right .product.media,.page-layout-3columns .product.media{width:50%}.block-category-event.block:last-child{margin-bottom:33px;padding:11px 0 33px}.block-category-event .block-title{margin:0}.block-category-event .block-title strong{font-size:2.4rem}.block-category-event .ticker li{display:none;margin:0 50px}.block-category-event .ticker .value{font-size:6rem}.block-category-event .ticker .label{font-size:1.4rem;text-transform:none}.block-category-event .dates .date{font-size:5rem}.block-category-event .dates .start{padding-right:50px}.block-category-event .dates .start:after{font-size:5rem;right:10px}.block-search{float:right;padding-left:15px;position:relative;width:250px;z-index:4}.block-search .control{border-top:0;margin:0;padding:0 0 25px}.block-search .nested{display:block;padding-top:5px;position:absolute}.block-search input{margin:0;padding-right:35px;position:static}.block-search input::-webkit-input-placeholder{color:#7b878e}.block-search input:-moz-placeholder{color:#7b878e}.block-search input::-moz-placeholder{color:#7b878e}.block-search input:-ms-input-placeholder{color:#7b878e}.block-search .action.search{display:inline-block;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400;padding:5.5px 0;position:absolute;right:10px;top:0;z-index:1}.block-search .action.search>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.block-search .action.search:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:22px;color:#8f8f8f;content:'\e615';font-family:'icons-blank-theme';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.block-search .action.search:hover:before{color:inherit}.block-search .action.search:active:before{color:inherit}.block-search .action.search:focus,.block-search .action.search:active{background:none;border:none}.block-search .action.search:hover{background:none;border:none}.block-search .action.search.disabled,.block-search .action.search[disabled],fieldset[disabled] .block-search .action.search{pointer-events:none;opacity:.3}.block-search .action.search:focus:before{color:#333}.search-autocomplete{margin-top:0}.cart-container .widget{float:left}.cart-container .widget.block{margin-bottom:22px}.cart-summary{float:right;position:relative;width:23%}.column.main .cart-summary .actions-toolbar>.secondary{float:none}.cart-summary .block .fieldset .field{margin:0 0 22px;margin:0 0 11px}.cart-summary .block .fieldset .field:not(.choice)>.label{box-sizing:content-box;float:none;width:auto;text-align:left;padding:0}.cart-summary .block .fieldset .field:not(.choice)>.control{float:none;width:auto}.cart-summary .block .fieldset .field>.label{margin:0 0 5.5px;display:inline-block}.cart-summary .block .fieldset .field.choice:before,.cart-summary .block .fieldset .field.no-label:before{display:none}.cart.table-wrapper .items{min-width:100%;width:auto}.cart.table-wrapper .item .col.item{padding:27px 8px 11px}.cart.table-wrapper .item-actions td{text-align:right}.cart.table-wrapper .product-item-photo{display:table-cell;max-width:100%;padding-right:22px;position:static;vertical-align:top;width:1%}.cart.table-wrapper .product-item-details{display:table-cell;vertical-align:top;white-space:normal;width:99%}.cart.table-wrapper .item-actions .actions-toolbar{text-align:left}.cart .action{margin-bottom:11px}.cart-products-toolbar .toolbar-amount{line-height:30px;margin:0}.cart-products-toolbar .pages{float:right;margin:0 0 1px}.cart-products-toolbar .pages .item:last-child{margin-right:0}.cart.table-wrapper .cart-products-toolbar+.cart thead tr th.col{padding-bottom:7px;padding-top:8px}.cart.table-wrapper .cart+.cart-products-toolbar{margin-top:27.5px}.minicart-wrapper{margin-left:13px}.minicart-wrapper .block-minicart{right:-15px;width:390px}.opc-wrapper{width:66.66666667%;float:left;-ms-flex-order:1;-webkit-order:1;order:1;padding-right:33px}.checkout-onepage-success .print{display:block;float:right;margin:22px 0 0}.opc-progress-bar-item{width:185px}.checkout-index-index .modal-popup .form-shipping-address{max-width:600px}.checkout-index-index .modal-popup .modal-footer .action-save-address{float:right;margin:0 0 0 11px}.checkout-shipping-method .actions-toolbar>.primary{float:right}.checkout-shipping-method .actions-toolbar .action.primary{margin:0}.opc-wrapper .form-login,.opc-wrapper .form-shipping-address{max-width:600px}.table-checkout-shipping-method{width:auto}.opc-sidebar{margin:46px 0 22px;width:33.33333333%;float:right;-ms-flex-order:2;-webkit-order:2;order:2}.opc-summary-wrapper .modal-header .action-close{display:none}.authentication-dropdown{background-color:#fff;border:1px solid #aeaeae;-webkit-transform:scale(1, 0);-webkit-transform-origin:0 0;-webkit-transition:-webkit-transform linear .1s,visibility 0s linear .1s;position:absolute;text-align:left;top:100%;transform:scale(1, 0);transform-origin:0 0;transition:transform linear .1s,visibility 0s linear .1s;visibility:hidden;width:100%}.authentication-dropdown._show{z-index:100;-webkit-transform:scale(1, 1);-webkit-transition:-webkit-transform linear .1s,visibility 0s linear 0s;transform:scale(1, 1);transition:transform linear .1s,visibility 0s linear 0s;visibility:visible}.authentication-wrapper{width:33.33333333%;text-align:right}.block-authentication .block-title{font-size:3rem;border-bottom:0;margin-bottom:27.5px}.block-authentication .actions-toolbar>.primary{display:inline;float:right;margin-right:0}.block-authentication .actions-toolbar>.primary .action{margin-right:0}.block-authentication .actions-toolbar>.secondary{float:left;margin-right:2rem;padding-top:1rem}.popup-authentication .modal-inner-wrap{min-width:768px;width:60%}.popup-authentication .block-authentication{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;border-top:1px solid #c1c1c1}.popup-authentication .block[class],.popup-authentication .form-login,.popup-authentication .fieldset,.popup-authentication .block-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;flex-grow:1}.popup-authentication .block[class]{box-sizing:border-box;float:left;padding:11px 33px 0 0;width:50%}.popup-authentication .block[class]+.block{border-left:1px solid #c1c1c1;border-top:0;margin:0;padding:11px 0 0 44px}.popup-authentication .block[class]+.block:before{left:0;top:50%}.popup-authentication .actions-toolbar{margin-bottom:0;margin-top:auto}.checkout-payment-method .actions-toolbar .primary{float:right;margin:0}.checkout-payment-method .fieldset>.field-select-billing>.control{float:none;width:100%}.checkout-payment-method .payment-method-content .fieldset>.field{margin:0 0 22px}.checkout-payment-method .payment-method-content .fieldset>.field.choice:before{padding:0;width:0}.checkout-payment-method .payment-method-content .fieldset>.field.type .control{margin-left:25.8%}.checkout-payment-method .payment-method-content .fieldset>.field.type.no-detection .control{margin-left:0}.checkout-billing-address .action-update{float:right}.checkout-billing-address .actions-toolbar .action-cancel{margin:6px 22px 0 0}.checkout-payment-method .payment-option-title{padding-left:22px}.checkout-payment-method .payment-option-content .payment-option-inner+.actions-toolbar{margin-left:0}.contact-index-index .column:not(.sidebar-additional) .form.contact{min-width:600px}.login-container .block .login .actions-toolbar>.primary{margin-bottom:0;margin-right:33px}.login-container .block .login .actions-toolbar>.secondary{float:left}.fieldset .fullname .field .label{padding:6px 15px 0 0;text-align:right;width:25.8%;box-sizing:border-box;float:left}.fieldset .fullname .field .control{width:74.2%;float:left}.form.password.reset,.form.send.confirmation,.form.password.forget,.form.create.account,.form.search.advanced,.form.form-orders-search{min-width:600px;width:50%}.account.page-layout-2columns-left .sidebar-main,.account.page-layout-2columns-left .sidebar-additional{width:22.3%}.account.page-layout-2columns-left .column.main{width:77.7%}.block-addresses-list .items.addresses{font-size:0}.block-addresses-list .items.addresses>.item{display:inline-block;font-size:16px;margin-bottom:22px;vertical-align:top;width:48.8%}.block-addresses-list .items.addresses>.item:nth-last-child(1),.block-addresses-list .items.addresses>.item:nth-last-child(2){margin-bottom:0}.block-addresses-list .items.addresses>.item:nth-child(even){margin-left:2.4%}.control.captcha-image .captcha-img{margin:0 11px 11px 0}.page-product-downloadable .product-options-wrapper{float:left;width:55%}.page-product-downloadable .product-options-bottom{float:right;width:40%}.page-product-downloadable .product-options-bottom .field.qty+.actions{padding-top:0}.gift-message .field{margin-bottom:22px}.gift-options{position:relative;z-index:1}.gift-options .actions-toolbar{clear:both;float:right;position:static}.gift-options .actions-toolbar .secondary{float:right}.gift-options .actions-toolbar .secondary .action{float:right;margin-left:22px}.gift-options .actions-toolbar .secondary .action-cancel{display:block;float:left;margin-top:6px}.gift-options .actions-toolbar:nth-child(3):before{border-left:1px solid #c1c1c1;bottom:5rem;content:'';display:block;left:50%;overflow:hidden;position:absolute;top:0;width:0}.gift-options-title{font-weight:300;font-size:1.8rem}.cart.table-wrapper .action-gift{float:left}.order-options .gift-wrapping,.table-order-review .gift-wrapping{max-width:50%}.form-giftregistry-search .fieldset{margin-bottom:29px}.form-giftregistry-search .fieldset>.fields-specific-options>.field{margin:0 0 22px;box-sizing:border-box}.form-giftregistry-search .fieldset>.fields-specific-options>.field>.label{margin:0}.form-giftregistry-search .fieldset>.fields-specific-options>.field:before,.form-giftregistry-search .fieldset>.fields-specific-options>.field:after{content:'';display:table}.form-giftregistry-search .fieldset>.fields-specific-options>.field:after{clear:both}.form-giftregistry-search .fieldset>.fields-specific-options>.field:before,.form-giftregistry-search .fieldset>.fields-specific-options>.field:after{content:'';display:table;flex-basis:0;order:1}.form-giftregistry-search .fieldset>.fields-specific-options>.field:after{clear:both}.form-giftregistry-search .fieldset>.fields-specific-options>.field.choice:before,.form-giftregistry-search .fieldset>.fields-specific-options>.field.no-label:before{padding:6px 15px 0 0;width:25.8%;box-sizing:border-box;content:' ';float:left;height:1px}.form-giftregistry-search .fieldset>.fields-specific-options>.field .description{padding:6px 15px 0 0;text-align:right;width:25.8%;box-sizing:border-box;float:left}.form-giftregistry-search .fieldset>.fields-specific-options>.field:not(.choice)>.label{padding:6px 15px 0 0;text-align:right;width:25.8%;box-sizing:border-box;float:left}.form-giftregistry-search .fieldset>.fields-specific-options>.field:not(.choice)>.control{width:74.2%;float:left}.block-giftregistry-shared-items .product-item-photo{display:table-cell;max-width:100%;padding:0 22px 0 0;vertical-align:top;width:1%}.block-giftregistry-shared-items .product-item-details{display:table-cell;vertical-align:top;width:99%;word-break:normal}.block-giftregistry-shared-items .col.product{width:48%}.block-giftregistry-shared-items .col:not(.product){text-align:center}.block-giftregistry-shared-items .col.price{padding-top:17px}.block-giftregistry-shared-items .input-text.qty{margin-top:-4px}.gift-options-cart-item .gift-wrapping,.cart-gift-item .gift-wrapping{box-sizing:border-box;float:left;padding-right:22px;width:50%}.gift-options-cart-item .gift-wrapping+.gift-message,.cart-gift-item .gift-wrapping+.gift-message{border-left:1px solid #c1c1c1;box-sizing:border-box;float:left;padding-left:4.5rem;width:50%}.form-add-invitations .additional,.form-add-invitations .field.text{margin-top:29px}.table-invitations .col{width:50%}.wishlist.window.popup{bottom:auto;top:20%;left:50%;margin-left:-212px;width:380px;right:auto}.wishlist.window.popup .field{margin:0 0 22px}.wishlist.window.popup .field:not(.choice)>.label{box-sizing:content-box;float:none;width:auto;text-align:left;padding:0}.wishlist.window.popup .field:not(.choice)>.control{float:none;width:auto}.wishlist.window.popup .field>.label{margin:0 0 5.5px;display:inline-block}.wishlist.window.popup .field.choice:before,.wishlist.window.popup .field.no-label:before{display:none}.block-wishlist-management{margin-bottom:22px}.block-wishlist-management .wishlist-select{border-bottom:1px solid #e8e8e8;display:table;margin-bottom:15px;width:100%}.block-wishlist-management .wishlist-select .wishlist-name{display:table-cell;margin-right:11px;padding:5.5px 11px 11px;vertical-align:top;white-space:nowrap;width:5%}.block-wishlist-management .wishlist-select-items{display:table-cell;padding-right:160px;vertical-align:top}.block-wishlist-management .wishlist-select-items .item{display:inline-block;margin-right:11px;padding:5.5px 11px 11px}.block-wishlist-management .wishlist-select-items .item:last-child{margin-right:0}.block-wishlist-management .wishlist-select-items .current{border-bottom:3px solid #328ab0;font-weight:600}.block-wishlist-management .wishlist-select .wishlist-name-current{display:none}.block-wishlist-management .wishlist-add.item{position:absolute;right:0;top:0}.block-wishlist-management .wishlist-title strong{font-size:4rem}.block-wishlist-management .wishlist-info{float:left}.block-wishlist-management .wishlist-toolbar{float:right}.block-wishlist-info-items .product-item-photo{margin-left:0}.products-grid.wishlist .product-item-checkbox{float:left}.products-grid.wishlist .product-item-checkbox+.product-item-name{margin-left:27.5px}.block.newsletter{max-width:44%;width:max-content}.block.newsletter .field{margin-right:5px}.block.newsletter .field.newsletter{max-width:220px}.block.newsletter .field .control{width:100%}.block.newsletter .action.subscribe{border-radius:3px}.paypal-review .paypal-review-title{border-bottom:1px solid #b1b7bb}.paypal-review .block-content .box-order-shipping-address,.paypal-review .block-content .box-order-shipping-method,.paypal-review .block-content .box-order-shipping-method+.box-order-billing-address{box-sizing:border-box;float:left;width:33%}.paypal-review .block-content .box-order-shipping-address{padding:0 5%;width:34%}.paypal-review .col.subtotal,.paypal-review .mark,.paypal-review .amount{text-align:right}.products.wrapper.list .product-reviews-summary{margin:0}.reward-settings+.actions-toolbar{margin-top:-32px}.form-create-return .additional .field:last-child{margin-top:29px}.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box{margin-bottom:22px}.block-returns-tracking .block-title .action{margin:0 0 0 30px}.block-returns-tracking .block-title .actions-track{float:right;margin-top:12px}.table-order-items .subtotal,.table-order-items .amount{text-align:right}.table-order-items.creditmemo .col.qty,.table-order-items.creditmemo .col.discount,.table-order-items.creditmemo .col.subtotal{text-align:center}.table-order-items.creditmemo .col.total{text-align:right}.order-pager-wrapper .order-pager-wrapper-top{padding-left:0;padding-right:0}.order-pager-wrapper .pages{float:right}.order-actions-toolbar .action.print{display:block;float:right}.page-title-wrapper .order-date{margin-top:-22px}[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,.sales-guest-view .column.main .block:not(.widget) .block-content .box{margin-bottom:22px}.page-wrapper>.breadcrumbs,.page-wrapper>.top-container,.page-wrapper>.widget{box-sizing:border-box;width:100%}.navigation ul{padding:0 8px}.header.panel>.header.links{float:right;font-size:0;margin:0;padding:0;list-style:none none;margin-left:auto}.header.panel>.header.links>li{display:inline-block;vertical-align:top}.header.panel>.header.links>li{font-size:16px;margin:0 0 0 15px}.header.panel>.header.links>li.welcome,.header.panel>.header.links>li a{line-height:1.4}.header.panel>.header.links>li.welcome a{padding-left:5.5px}.header.content{padding:33px 22px 0}.page-header{border:0;margin-bottom:0}.page-header .panel.wrapper{border-bottom:1px solid #e8e8e8}.page-header .header.panel{padding-bottom:11px;padding-top:11px}.page-header .switcher{display:inline-block}.page-main>.page-title-wrapper .page-title{display:inline-block}.page-main>.page-title-wrapper .page-title+.action{float:right;margin-top:22px}.logo{margin:0 auto 25px 0}.logo img{max-height:inherit}.footer.content .block{float:right}.footer.content .links{display:inline-block;margin-bottom:20px;padding:0 50px 0 0;vertical-align:top}.footer.content .switcher.store{display:inline-block;padding-right:50px;vertical-align:top}.my-credit-cards .card-type img{display:block}.products-grid.wishlist .product-item-tooltip{display:inline-block}.products-grid.wishlist .product-item-actions{margin:11px 0 0}.products-grid.wishlist .product-item .fieldset .field.qty{margin-bottom:11px;padding-right:11px}.products-grid.wishlist .product-item .fieldset .field.qty .label{width:auto}.products-grid.wishlist .product-item .box-tocart .actions-primary{margin:0}.products-grid.wishlist .product-item .box-tocart .stock{margin:22px 0 0}.wishlist-index-index .product-item-info{width:240px}.filter.block{margin-bottom:44px}.filter-title{display:none}.filter-content .item{margin:11px 0}.filter-actions{margin-bottom:33px}.filter.active .filter-options,.filter-options{background:transparent;clear:both;display:block;overflow:initial;position:static}.filter-options .no-filters{display:none}.filter-subtitle{display:block;position:static}.page-layout-1column .toolbar-products{position:absolute;top:0;width:100%}.page-layout-1column .products~.toolbar-products{position:static}.page-layout-1column.page-with-filter .column.main{padding-top:45px;position:relative;z-index:1}.page-layout-1column .filter.block{border-top:1px solid #b1b7bb}.page-layout-1column .filter-content{margin-top:11px}.page-layout-1column .filter-subtitle{display:none}.page-layout-1column .filter-options-item{border:0;display:inline-block;margin-right:27.5px;position:relative}.page-layout-1column .filter-options-item.active{z-index:2}.page-layout-1column .filter-options-item.active .filter-options-content{visibility:visible}.page-layout-1column .filter-options-item.active:hover{z-index:3}.page-layout-1column .filter-options-item.active:after,.page-layout-1column .filter-options-item.active:before{border:8px solid transparent;height:0;width:0;border-bottom-color:#000;bottom:-1px;content:'';display:block;left:5.5px;position:absolute;z-index:3}.page-layout-1column .filter-options-item.active:after{border-bottom-color:#fff;margin-top:2px;z-index:4}.page-layout-1column .filter-options-title{padding:0 22px 0 0}.page-layout-1column .filter-options-title:after{right:2px;top:3px;z-index:3}.page-layout-1column .filter-options-content{background:#fff;-webkit-box-shadow:0 3px 5px 0 rgba(50,50,50,0.75);-moz-box-shadow:0 3px 5px 0 rgba(50,50,50,0.75);-ms-box-shadow:0 3px 5px 0 rgba(50,50,50,0.75);box-shadow:0 3px 5px 0 rgba(50,50,50,0.75);border:1px solid #b1b7bb;padding:5.5px 0;position:absolute;top:100%;visibility:hidden;width:180px;z-index:2}.page-layout-1column .filter-options-content .item{margin:0;padding:5.5px}.page-layout-1column .filter-options-content .item a{margin-left:0}.page-layout-1column .filter-options-content .item:hover{background-color:#e8e8e8}.page-layout-1column .filter-current{display:inline;line-height:35px}.page-layout-1column .filter-current-subtitle{color:#7b7b7b;display:inline;font-size:16px;font-weight:normal;padding:0}.page-layout-1column .filter-current-subtitle:after{content:':'}.page-layout-1column .filter-current .item,.page-layout-1column .filter-current .items{display:inline}.page-layout-1column .filter-current .item{margin-right:27.5px;white-space:nowrap}.page-layout-1column .filter-current .action.remove{line-height:normal}.page-layout-1column .filter-actions{display:inline;white-space:nowrap}.page-layout-1column .filter-actions~.filter-options{margin-top:27.5px}.ui-scroll-nav-container .pdp-nav{width:300px;float:left}.ui-scroll-nav-container .pdp-nav .scrollmagic-pin-spacer{box-sizing:border-box !important;padding-bottom:0 !important}.ui-scroll-nav-container .pdp-nav nav{text-align:center;margin:0;padding:0}.ui-scroll-nav-container .pdp-nav nav>.item.title{box-sizing:border-box;float:none;width:100%}.ui-scroll-nav-container .pdp-nav nav>.item.title>.switch{display:block}.ui-scroll-nav-container .pdp-nav nav>.item.content{box-sizing:border-box;display:block;float:none;margin:0}.ui-scroll-nav-container .pdp-nav nav>.item.content:before,.ui-scroll-nav-container .pdp-nav nav>.item.content:after{content:'';display:table}.ui-scroll-nav-container .pdp-nav nav>.item.content:after{clear:both}.ui-scroll-nav-container .pdp-nav nav>.item.content:before,.ui-scroll-nav-container .pdp-nav nav>.item.content:after{content:'';display:table;flex-basis:0;order:1}.ui-scroll-nav-container .pdp-nav nav>.item.content:after{clear:both}.ui-scroll-nav-container .pdp-nav nav>.item.content.active{display:block}.ui-scroll-nav-container .pdp-nav nav>.item.title{margin:0 0 5.5px}.ui-scroll-nav-container .pdp-nav nav>.item.title>.switch{background:#f5f5f5;border-bottom:1px solid #b1b7bb;border-left:1px solid #b1b7bb;border-right:1px solid #b1b7bb;border-top:1px solid #b1b7bb;height:44px;padding:5.5px 22px 5.5px 22px;font-weight:600;line-height:44px;font-size:2rem;color:#7b7b7b;text-decoration:none}.ui-scroll-nav-container .pdp-nav nav>.item.title>.switch:visited{color:#7b7b7b;text-decoration:none}.ui-scroll-nav-container .pdp-nav nav>.item.title>.switch:hover{color:#7b7b7b;text-decoration:none}.ui-scroll-nav-container .pdp-nav nav>.item.title>.switch:active{color:#313131;text-decoration:none}.ui-scroll-nav-container .pdp-nav nav>.item.title:not(.disabled)>.switch:focus,.ui-scroll-nav-container .pdp-nav nav>.item.title:not(.disabled)>.switch:hover{background:#fff}.ui-scroll-nav-container .pdp-nav nav>.item.title:not(.disabled)>.switch:active,.ui-scroll-nav-container .pdp-nav nav>.item.title.active>.switch,.ui-scroll-nav-container .pdp-nav nav>.item.title.active>.switch:focus,.ui-scroll-nav-container .pdp-nav nav>.item.title.active>.switch:hover{background:#fff;color:#313131;text-decoration:none;padding-bottom:5.5px}.ui-scroll-nav-container .pdp-nav nav>.item.content{background:#fff;border:1px solid #b1b7bb;margin:0 0 5.5px;padding:22px 22px 22px 22px}.ui-scroll-nav-container main{padding-left:20px;overflow:hidden}.ui-scroll-nav-container main section{overflow:hidden}.ui-scroll-nav-container main section .data.content{padding-bottom:20px}.ui-scroll-nav-container main section h2{margin-top:0}.block.widget .products-grid .product-item{width:33.33333333%}.sidebar .block.widget .products-grid .product-item{margin-left:0;width:100%}.sidebar .block.widget .products-grid .product-item .actions-secondary{display:block;padding:10px 0}.page-layout-1column .block.widget .products-grid .product-item{margin-left:2%;width:calc((100% - 6%) / 4)}.page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1){margin-left:2%}.page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1){margin-left:0}.page-layout-3columns .block.widget .products-grid .product-item{width:50%}.sidebar .block.widget .pager .pages-item-next{padding:0}.sidebar .block.widget .pager .pages-item-next .action{margin:0}.login-container .fieldset>.field>.control{width:74.2%}}@media all and (min-width:1024px),print{[class^="screen-l-ar-"],[class*=" screen-l-ar-"]{position:relative;min-height:100px;max-height:650px;overflow:hidden}[class^="screen-l-ar-"]:before,[class*=" screen-l-ar-"]:before{display:block;content:"";width:100%}.screen-l-ar-5-1:before{padding-top:20%}.screen-l-ar-4-1:before{padding-top:25%}.screen-l-ar-35-10:before{padding-top:28.57142857%}.screen-l-ar-3-1:before{padding-top:33.33333333%}.screen-l-ar-2-1:before{padding-top:50%}.screen-l-ar-16-9:before{padding-top:56.25%}.screen-l-ar-3-2:before{padding-top:66.66666667%}.screen-l-ar-4-3:before{padding-top:75%}.screen-l-ar-1-1:before{padding-top:100%}.screen-l-ar-3-4:before{padding-top:133.33333333%}.screen-l-ar-2-3:before{padding-top:150%}.screen-l-ar-9-16:before{padding-top:177.77777778%}.screen-l-ar-1-2:before{padding-top:200%}.screen-l-ar-1-3:before{padding-top:300%}.screen-l-ar-1-4:before{padding-top:400%}.screen-l-content-container{position:absolute;text-align:center;left:50%;top:50%;transform:translate(-50%, -50%)}.screen-l-content.top{position:absolute;text-align:center;top:0}.screen-l-content.middle:not(.center){position:absolute;text-align:center;top:50%;transform:translateY(-50%)}.screen-l-content.bottom{position:absolute;text-align:center;bottom:0}.screen-l-content.left{position:absolute;text-align:center;left:0}.screen-l-content.center:not(.middle){position:absolute;text-align:center;left:50%;transform:translateX(-50%)}.screen-l-content.right{position:absolute;text-align:center;right:0}.screen-l-content.center.middle{position:absolute;text-align:center;left:50%;top:50%;transform:translate(-50%, -50%)}.screen-l-content.fill{position:absolute;text-align:center;left:0;top:0;width:100%;height:100%}body .screen-l-background-image-right{background-position:center right}body .screen-l-background-image-left{background-position:center left}.page-wrapper .page-header .header.content{padding:2rem 4rem}.page-wrapper .page-header .block-search{display:inline-block;vertical-align:middle;width:calc(100% - 580px - 3vw);min-width:225px;margin-right:-5rem;padding:0}.page-wrapper .page-header .block-search .block-content{padding:0;margin:0;background:none}.navigation{margin-top:0;max-width:none}.navigation>ul{text-align:left;padding:0 44px !important}.navigation>ul .level0{width:auto}.navigation>ul .level0>.level-top{padding-left:12.36093943px;padding-right:12.36093943px}.navigation>ul .level0>.level-top:after{left:7.63964118px;right:7.63964118px}.navigation>ul .level0.right-links{width:auto;display:inline-block;float:right;margin-bottom:0}.navigation>ul .level0.right-links>.level-top{line-height:53px}.navigation>ul .level0.right-links>.level-top:after{left:12.36093943px;right:12.36093943px}.navigation>ul .level0.right-links>.level-top:first-child{padding-left:0 !important}.navigation>ul .level0.right-links>.level-top:first-child:after{left:0 !important}.navigation>ul .level0.right-links>.level-top:last-child{padding-right:0 !important}.navigation>ul .level0.right-links>.level-top:last-child:after{right:0 !important}[class^="screen-l-ar-"] .screen-l-content-container,[class*=" screen-l-ar-"] .screen-l-content-container{width:calc(100% - 44px * 2);max-width:1356px}.vertical-align-child{display:flex;flex-direction:column;justify-content:space-around}body:not(.cms-home) .hero-banner .banner-title{font-size:65px}.homepage-banner.hero-banner .screen-l-content{width:450px}.cms-index-index .hero-banner .banner-body{text-align:left !important}.cart .product-image-container{width:100px !important}.amfaq-social-buttons{float:right;padding-top:0}.am-widget-categories-2 .am-widget-category{width:50%}.am-widget-categories-3 .am-widget-category{width:33.3333%}.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,.amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal{font-size:90px;padding:10px}.amrelated-pack-item.-narrow .product-reviews-summary{margin:0 auto 5px}.amrelated-popup-container .amrelated-bundle-popup{width:820px}.amrelated-product-info .amrelated-info.-top,.amrelated-product-info .amrelated-info.-bottom{padding:0 35px 0 0}.amrelated-product-info .amrelated-image-container .amrelated-image-container{padding:0 25px 0 35px}.amrelated-product-info .amrelated-image-container>.product-item-photo{text-align:left}.ampromo-popup-wrapper{max-width:960px;width:100%}.ampromo-popup-wrapper .slick-dotted.slick-slider{margin-bottom:3rem}.amslider .slide{flex-basis:auto;margin:0 20px 20px 0;max-width:32%}.ambrands-letters-filter .ambrands-letter{margin:0 7px 7px 0}.ambrands-letters-list .ambrands-letter{padding-right:30px;width:inherit}.ambrands-list-popup{position:absolute;width:600px;height:415px;border-radius:3px;background:#fff;box-shadow:0 2px 7px rgba(131,136,141,0.13),0 10px 15px rgba(131,136,141,0.13);opacity:0;transition:all .5s ease;pointer-events:none}.ambrands-menu-item:hover .ambrands-list-popup,.ammenu-item:hover .ambrands-list-popup{display:block;opacity:1;pointer-events:auto}.ambrands-list-container{display:flex;height:100%;font-size:0}.ambrands-list-popup .ambrands-letters-filter{display:block;overflow:auto;box-sizing:border-box;padding:20px 14px 0;min-width:calc(((34px + 12px) * 4) + (14px * 2));width:calc(((34px + 12px) * 4) + (14px * 2));height:100%;background:#fbfbfb;font-size:0}.ambrands-list-popup .ambrands-letters-filter .ambrands-letter{display:inline-flex;margin:0 6px 12px}.ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all{margin-bottom:30px;width:calc(100% - 12px)}.ambrands-popup-items{display:inline-block;overflow:auto;box-sizing:border-box;padding:20px;width:100%;height:100%;font-size:14px}.ambrands-popup-items .ambrands-letters-list{width:100%}.ambrands-popup-items .ambrands-letters-list .ambrands-letter{margin-bottom:30px;padding-right:0}.ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter{margin-bottom:0}.ambrands-popup-items .ambrands-letters-list .ambrands-brand-item{min-width:100px}.ambrands-popup-items .ambrands-letters-list .ambrands-brand-item{min-width:100px}.ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label{max-width:130px}.ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo{max-width:102px}.ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty{font-weight:400;font-size:40px}.styleguide-index-index .column.main .styleguide-container section .icons-font-list li{width:33.33333333%}.products-grid .product-item{width:20%}.page-layout-1column .products-grid .product-item{width:16.66666667%}.page-layout-3columns .products-grid .product-item{width:25%}.page-products .products-grid .product-items{margin:0}.page-products .products-grid .product-item{width:23.233%;margin-left:calc((100% - 4 * 23.233%) / 3);padding:0}.page-products .products-grid .product-item:nth-child(4n+1){margin-left:0}.page-products.page-layout-1column .products-grid .product-item{width:20%}.page-products.page-layout-3columns .products-grid .product-item{width:25%}.checkout-index-index .modal-popup .modal-inner-wrap{margin-left:-400px;width:800px;left:50%}.opc-wrapper .shipping-address-item{width:33.33333333%}.opc-wrapper .shipping-address-item:before{background:#ccc;height:calc(100% - 20px);content:'';left:0;position:absolute;top:0;width:1px}.opc-wrapper .shipping-address-item:nth-child(3n + 1):before{display:none}.opc-wrapper .shipping-address-item.selected-item:before{display:none}.opc-wrapper .shipping-address-item.selected-item+.shipping-address-item:before{display:none}.table-checkout-shipping-method{min-width:500px}.wishlist-index-index .products-grid .product-items{margin:0}.wishlist-index-index .products-grid .product-item{margin-left:calc((100% - 4 * 24.439%) / 3);padding:0;width:24.439%}.wishlist-index-index .products-grid .product-item:nth-child(4n + 1){margin-left:0}.block.widget .products-grid .product-item{width:20%}.page-layout-1column .block.widget .products-grid .product-item{margin-left:2%;width:calc((100% - 8%) / 5)}.page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1){margin-left:2%}.page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1){margin-left:0}.page-layout-3columns .block.widget .products-grid .product-item{width:25%}.block.widget .products-grid .product-items{margin:0}.block.widget .products-grid .product-item{margin-left:calc((100% - 4 * 24.439%) / 3);padding:0;width:24.439%}.block.widget .products-grid .product-item:nth-child(4n + 1){margin-left:0}}@media all and (min-width:1440px),print{.page-footer .footer.content .block.newsletter{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between}.page-footer .footer.content .block.newsletter .title,.page-footer .footer.content .block.newsletter .content,.page-footer .footer.content .block.newsletter .form.subscribe,.page-footer .footer.content .block.newsletter .form.subscribe .field,.page-footer .footer.content .block.newsletter .form.subscribe .field .control,.page-footer .footer.content .block.newsletter .form.subscribe .actions{display:inline-block;vertical-align:middle}.page-footer .footer.content .block.newsletter .field .control input{max-width:150px}.amrelated-pack-list.-wide .amrelated-pack-item.-main{display:flex}.amrelated-pack-list.-wide .amrelated-pack-items{flex-wrap:nowrap;max-width:66%;position:relative;width:unset}.amrelated-pack-list.-wide .amrelated-plus,.amrelated-pack-list.-wide .amrelated-equal{line-height:unset}.amrelated-pack-item.-wide{padding:30px;width:270px}.amrelated-pack-item.-wide.-main{padding-left:0;width:270px}.amrelated-pack-item.-wide .amrelated-info{display:flex;text-align:left}.amrelated-pack-item.-wide .amrelated-details{margin-left:20px}.amrelated-pack-item.-wide .amrelated-photo-container{margin:0}.amslider .wrapper{justify-content:center}.styleguide-index-index .column.main .styleguide-container section .icons-font-list li{width:25%}.sidebar .product-items .product-item-info .product-item-photo{float:none;left:0;margin:0;position:absolute;top:0}.sidebar .product-items .product-item-details{margin-left:85px}}