@import url("//hello.myfonts.net/count/356e1a");
body .protip-container.protip-mixin--css-no-transition {
    -webkit-transition: all 0s;
    transition:all 0s
}

body .protip-container.protip-mixin--css-bold {
    font-weight:bold
}

body .protip-container.protip-mixin--css-italic {
    font-style:italic
}

body .protip-container.protip-mixin--css-no-style {
    background: none;
    color:inherit
}

body .protip-container.protip-mixin--css-no-style .protip-arrow {
    display:none
}

.protip-container {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing:border-box
}

.protip-container > i {
    position: absolute;
    left:10px
}

.protip-container > i + div {
    padding-left:20px
}

.protip-arrow {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color:transparent
}

.protip-show {
    opacity: 1;
    pointer-events:auto
}

.protip-skin-default--size-tiny {
    padding: 8px;
    font-size: 10px;
    border-radius: 3px
}

.protip-skin-default--size-tiny[data-pt-position="top-left"] .protip-arrow, .protip-skin-default--size-tiny[data-pt-position="top"] .protip-arrow, .protip-skin-default--size-tiny[data-pt-position="top-right"] .protip-arrow {
    top: 100%;
    left: auto;
    margin: 0 0 0 -4px;
    border-width: 4px 4px 0 4px
}

.protip-skin-default--size-tiny[data-pt-position="top-left"] .protip-arrow {
    left: 20px
}

.protip-skin-default--size-tiny[data-pt-position="top"] .protip-arrow {
    left: 50%
}

.protip-skin-default--size-tiny[data-pt-position="top-right"] .protip-arrow {
    left: auto;
    right: 20px;
    margin-right: -4px
}

.protip-skin-default--size-tiny[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-default--size-tiny[data-pt-position="bottom"] .protip-arrow, .protip-skin-default--size-tiny[data-pt-position="bottom-right"] .protip-arrow {
    top: -4px;
    left: auto;
    margin: 0 0 0 -4px;
    border-width: 0 4px 4px 4px
}

.protip-skin-default--size-tiny[data-pt-position="bottom-left"] .protip-arrow {
    left: 20px
}

.protip-skin-default--size-tiny[data-pt-position="bottom"] .protip-arrow {
    left: 50%
}

.protip-skin-default--size-tiny[data-pt-position="bottom-right"] .protip-arrow {
    left: auto;
    right: 20px;
    margin-right: -4px
}

.protip-skin-default--size-tiny[data-pt-position="left-top"] .protip-arrow, .protip-skin-default--size-tiny[data-pt-position="left"] .protip-arrow, .protip-skin-default--size-tiny[data-pt-position="left-bottom"] .protip-arrow {
    top: auto;
    left: 100%;
    margin: -4px 0 0 0;
    border-width: 4px 0 4px 4px
}

.protip-skin-default--size-tiny[data-pt-position="left-top"] .protip-arrow {
    top: 20px
}

.protip-skin-default--size-tiny[data-pt-position="left"] .protip-arrow {
    top: 50%
}

.protip-skin-default--size-tiny[data-pt-position="left-bottom"] .protip-arrow {
    top: auto;
    bottom: 20px;
    margin-bottom: -4px
}

.protip-skin-default--size-tiny[data-pt-position="right-top"] .protip-arrow, .protip-skin-default--size-tiny[data-pt-position="right"] .protip-arrow, .protip-skin-default--size-tiny[data-pt-position="right-bottom"] .protip-arrow {
    top: auto;
    right: 100%;
    margin: -4px 0 0 0;
    border-width: 4px 4px 4px 0
}

.protip-skin-default--size-tiny[data-pt-position="right-top"] .protip-arrow {
    top: 20px
}

.protip-skin-default--size-tiny[data-pt-position="right"] .protip-arrow {
    top: 50%
}

.protip-skin-default--size-tiny[data-pt-position="right-bottom"] .protip-arrow {
    top: auto;
    bottom: 20px;
    margin-bottom: -4px
}

.protip-skin-default--size-tiny[data-pt-position="top-left-corner"] {
    border-bottom-right-radius: 0
}

.protip-skin-default--size-tiny[data-pt-position="top-left-corner"] .protip-arrow {
    top: 100%;
    left: 100%;
    margin: 0 0 0 -4px;
    border-width: 0 4px 4px 0
}

.protip-skin-default--size-tiny[data-pt-position="top-right-corner"] {
    border-bottom-left-radius: 0
}

.protip-skin-default--size-tiny[data-pt-position="top-right-corner"] .protip-arrow {
    top: 100%;
    left: -4px;
    margin: 0 0 0 4px;
    border-width: 4px 4px 0 0
}

.protip-skin-default--size-tiny[data-pt-position="bottom-left-corner"] {
    border-top-right-radius: 0
}

.protip-skin-default--size-tiny[data-pt-position="bottom-left-corner"] .protip-arrow {
    top: -4px;
    left: 100%;
    margin: 0 0 0 -4px;
    border-width: 0 0 4px 4px
}

.protip-skin-default--size-tiny[data-pt-position="bottom-right-corner"] {
    border-top-left-radius: 0
}

.protip-skin-default--size-tiny[data-pt-position="bottom-right-corner"] .protip-arrow {
    top: 0;
    left: -4px;
    margin: -4px 0 0 4px;
    border-width:4px 0 0 4px
}

.protip-skin-default--size-small {
    padding: 13px;
    font-size: 12px;
    border-radius: 4px
}

.protip-skin-default--size-small[data-pt-position="top-left"] .protip-arrow, .protip-skin-default--size-small[data-pt-position="top"] .protip-arrow, .protip-skin-default--size-small[data-pt-position="top-right"] .protip-arrow {
    top: 100%;
    left: auto;
    margin: 0 0 0 -6px;
    border-width: 6px 6px 0 6px
}

.protip-skin-default--size-small[data-pt-position="top-left"] .protip-arrow {
    left: 20px
}

.protip-skin-default--size-small[data-pt-position="top"] .protip-arrow {
    left: 50%
}

.protip-skin-default--size-small[data-pt-position="top-right"] .protip-arrow {
    left: auto;
    right: 20px;
    margin-right: -6px
}

.protip-skin-default--size-small[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-default--size-small[data-pt-position="bottom"] .protip-arrow, .protip-skin-default--size-small[data-pt-position="bottom-right"] .protip-arrow {
    top: -6px;
    left: auto;
    margin: 0 0 0 -6px;
    border-width: 0 6px 6px 6px
}

.protip-skin-default--size-small[data-pt-position="bottom-left"] .protip-arrow {
    left: 20px
}

.protip-skin-default--size-small[data-pt-position="bottom"] .protip-arrow {
    left: 50%
}

.protip-skin-default--size-small[data-pt-position="bottom-right"] .protip-arrow {
    left: auto;
    right: 20px;
    margin-right: -6px
}

.protip-skin-default--size-small[data-pt-position="left-top"] .protip-arrow, .protip-skin-default--size-small[data-pt-position="left"] .protip-arrow, .protip-skin-default--size-small[data-pt-position="left-bottom"] .protip-arrow {
    top: auto;
    left: 100%;
    margin: -6px 0 0 0;
    border-width: 6px 0 6px 6px
}

.protip-skin-default--size-small[data-pt-position="left-top"] .protip-arrow {
    top: 20px
}

.protip-skin-default--size-small[data-pt-position="left"] .protip-arrow {
    top: 50%
}

.protip-skin-default--size-small[data-pt-position="left-bottom"] .protip-arrow {
    top: auto;
    bottom: 20px;
    margin-bottom: -6px
}

.protip-skin-default--size-small[data-pt-position="right-top"] .protip-arrow, .protip-skin-default--size-small[data-pt-position="right"] .protip-arrow, .protip-skin-default--size-small[data-pt-position="right-bottom"] .protip-arrow {
    top: auto;
    right: 100%;
    margin: -6px 0 0 0;
    border-width: 6px 6px 6px 0
}

.protip-skin-default--size-small[data-pt-position="right-top"] .protip-arrow {
    top: 20px
}

.protip-skin-default--size-small[data-pt-position="right"] .protip-arrow {
    top: 50%
}

.protip-skin-default--size-small[data-pt-position="right-bottom"] .protip-arrow {
    top: auto;
    bottom: 20px;
    margin-bottom: -6px
}

.protip-skin-default--size-small[data-pt-position="top-left-corner"] {
    border-bottom-right-radius: 0
}

.protip-skin-default--size-small[data-pt-position="top-left-corner"] .protip-arrow {
    top: 100%;
    left: 100%;
    margin: 0 0 0 -6px;
    border-width: 0 6px 6px 0
}

.protip-skin-default--size-small[data-pt-position="top-right-corner"] {
    border-bottom-left-radius: 0
}

.protip-skin-default--size-small[data-pt-position="top-right-corner"] .protip-arrow {
    top: 100%;
    left: -6px;
    margin: 0 0 0 6px;
    border-width: 6px 6px 0 0
}

.protip-skin-default--size-small[data-pt-position="bottom-left-corner"] {
    border-top-right-radius: 0
}

.protip-skin-default--size-small[data-pt-position="bottom-left-corner"] .protip-arrow {
    top: -6px;
    left: 100%;
    margin: 0 0 0 -6px;
    border-width: 0 0 6px 6px
}

.protip-skin-default--size-small[data-pt-position="bottom-right-corner"] {
    border-top-left-radius: 0
}

.protip-skin-default--size-small[data-pt-position="bottom-right-corner"] .protip-arrow {
    top: 0;
    left: -6px;
    margin: -6px 0 0 6px;
    border-width:6px 0 0 6px
}

.protip-skin-default--size-normal {
    padding: 16px;
    font-size: 15px;
    border-radius: 6px
}

.protip-skin-default--size-normal[data-pt-position="top-left"] .protip-arrow, .protip-skin-default--size-normal[data-pt-position="top"] .protip-arrow, .protip-skin-default--size-normal[data-pt-position="top-right"] .protip-arrow {
    top: 100%;
    left: auto;
    margin: 0 0 0 -8px;
    border-width: 8px 8px 0 8px
}

.protip-skin-default--size-normal[data-pt-position="top-left"] .protip-arrow {
    left: 20px
}

.protip-skin-default--size-normal[data-pt-position="top"] .protip-arrow {
    left: 50%
}

.protip-skin-default--size-normal[data-pt-position="top-right"] .protip-arrow {
    left: auto;
    right: 20px;
    margin-right: -8px
}

.protip-skin-default--size-normal[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-default--size-normal[data-pt-position="bottom"] .protip-arrow, .protip-skin-default--size-normal[data-pt-position="bottom-right"] .protip-arrow {
    top: -8px;
    left: auto;
    margin: 0 0 0 -8px;
    border-width: 0 8px 8px 8px
}

.protip-skin-default--size-normal[data-pt-position="bottom-left"] .protip-arrow {
    left: 20px
}

.protip-skin-default--size-normal[data-pt-position="bottom"] .protip-arrow {
    left: 50%
}

.protip-skin-default--size-normal[data-pt-position="bottom-right"] .protip-arrow {
    left: auto;
    right: 20px;
    margin-right: -8px
}

.protip-skin-default--size-normal[data-pt-position="left-top"] .protip-arrow, .protip-skin-default--size-normal[data-pt-position="left"] .protip-arrow, .protip-skin-default--size-normal[data-pt-position="left-bottom"] .protip-arrow {
    top: auto;
    left: 100%;
    margin: -8px 0 0 0;
    border-width: 8px 0 8px 8px
}

.protip-skin-default--size-normal[data-pt-position="left-top"] .protip-arrow {
    top: 20px
}

.protip-skin-default--size-normal[data-pt-position="left"] .protip-arrow {
    top: 50%
}

.protip-skin-default--size-normal[data-pt-position="left-bottom"] .protip-arrow {
    top: auto;
    bottom: 20px;
    margin-bottom: -8px
}

.protip-skin-default--size-normal[data-pt-position="right-top"] .protip-arrow, .protip-skin-default--size-normal[data-pt-position="right"] .protip-arrow, .protip-skin-default--size-normal[data-pt-position="right-bottom"] .protip-arrow {
    top: auto;
    right: 100%;
    margin: -8px 0 0 0;
    border-width: 8px 8px 8px 0
}

.protip-skin-default--size-normal[data-pt-position="right-top"] .protip-arrow {
    top: 20px
}

.protip-skin-default--size-normal[data-pt-position="right"] .protip-arrow {
    top: 50%
}

.protip-skin-default--size-normal[data-pt-position="right-bottom"] .protip-arrow {
    top: auto;
    bottom: 20px;
    margin-bottom: -8px
}

.protip-skin-default--size-normal[data-pt-position="top-left-corner"] {
    border-bottom-right-radius: 0
}

.protip-skin-default--size-normal[data-pt-position="top-left-corner"] .protip-arrow {
    top: 100%;
    left: 100%;
    margin: 0 0 0 -8px;
    border-width: 0 8px 8px 0
}

.protip-skin-default--size-normal[data-pt-position="top-right-corner"] {
    border-bottom-left-radius: 0
}

.protip-skin-default--size-normal[data-pt-position="top-right-corner"] .protip-arrow {
    top: 100%;
    left: -8px;
    margin: 0 0 0 8px;
    border-width: 8px 8px 0 0
}

.protip-skin-default--size-normal[data-pt-position="bottom-left-corner"] {
    border-top-right-radius: 0
}

.protip-skin-default--size-normal[data-pt-position="bottom-left-corner"] .protip-arrow {
    top: -8px;
    left: 100%;
    margin: 0 0 0 -8px;
    border-width: 0 0 8px 8px
}

.protip-skin-default--size-normal[data-pt-position="bottom-right-corner"] {
    border-top-left-radius: 0
}

.protip-skin-default--size-normal[data-pt-position="bottom-right-corner"] .protip-arrow {
    top: 0;
    left: -8px;
    margin: -8px 0 0 8px;
    border-width:8px 0 0 8px
}

.protip-skin-default--size-big {
    padding: 20px;
    font-size: 18px;
    border-radius: 8px
}

.protip-skin-default--size-big[data-pt-position="top-left"] .protip-arrow, .protip-skin-default--size-big[data-pt-position="top"] .protip-arrow, .protip-skin-default--size-big[data-pt-position="top-right"] .protip-arrow {
    top: 100%;
    left: auto;
    margin: 0 0 0 -10px;
    border-width: 10px 10px 0 10px
}

.protip-skin-default--size-big[data-pt-position="top-left"] .protip-arrow {
    left: 20px
}

.protip-skin-default--size-big[data-pt-position="top"] .protip-arrow {
    left: 50%
}

.protip-skin-default--size-big[data-pt-position="top-right"] .protip-arrow {
    left: auto;
    right: 20px;
    margin-right: -10px
}

.protip-skin-default--size-big[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-default--size-big[data-pt-position="bottom"] .protip-arrow, .protip-skin-default--size-big[data-pt-position="bottom-right"] .protip-arrow {
    top: -10px;
    left: auto;
    margin: 0 0 0 -10px;
    border-width: 0 10px 10px 10px
}

.protip-skin-default--size-big[data-pt-position="bottom-left"] .protip-arrow {
    left: 20px
}

.protip-skin-default--size-big[data-pt-position="bottom"] .protip-arrow {
    left: 50%
}

.protip-skin-default--size-big[data-pt-position="bottom-right"] .protip-arrow {
    left: auto;
    right: 20px;
    margin-right: -10px
}

.protip-skin-default--size-big[data-pt-position="left-top"] .protip-arrow, .protip-skin-default--size-big[data-pt-position="left"] .protip-arrow, .protip-skin-default--size-big[data-pt-position="left-bottom"] .protip-arrow {
    top: auto;
    left: 100%;
    margin: -10px 0 0 0;
    border-width: 10px 0 10px 10px
}

.protip-skin-default--size-big[data-pt-position="left-top"] .protip-arrow {
    top: 20px
}

.protip-skin-default--size-big[data-pt-position="left"] .protip-arrow {
    top: 50%
}

.protip-skin-default--size-big[data-pt-position="left-bottom"] .protip-arrow {
    top: auto;
    bottom: 20px;
    margin-bottom: -10px
}

.protip-skin-default--size-big[data-pt-position="right-top"] .protip-arrow, .protip-skin-default--size-big[data-pt-position="right"] .protip-arrow, .protip-skin-default--size-big[data-pt-position="right-bottom"] .protip-arrow {
    top: auto;
    right: 100%;
    margin: -10px 0 0 0;
    border-width: 10px 10px 10px 0
}

.protip-skin-default--size-big[data-pt-position="right-top"] .protip-arrow {
    top: 20px
}

.protip-skin-default--size-big[data-pt-position="right"] .protip-arrow {
    top: 50%
}

.protip-skin-default--size-big[data-pt-position="right-bottom"] .protip-arrow {
    top: auto;
    bottom: 20px;
    margin-bottom: -10px
}

.protip-skin-default--size-big[data-pt-position="top-left-corner"] {
    border-bottom-right-radius: 0
}

.protip-skin-default--size-big[data-pt-position="top-left-corner"] .protip-arrow {
    top: 100%;
    left: 100%;
    margin: 0 0 0 -10px;
    border-width: 0 10px 10px 0
}

.protip-skin-default--size-big[data-pt-position="top-right-corner"] {
    border-bottom-left-radius: 0
}

.protip-skin-default--size-big[data-pt-position="top-right-corner"] .protip-arrow {
    top: 100%;
    left: -10px;
    margin: 0 0 0 10px;
    border-width: 10px 10px 0 0
}

.protip-skin-default--size-big[data-pt-position="bottom-left-corner"] {
    border-top-right-radius: 0
}

.protip-skin-default--size-big[data-pt-position="bottom-left-corner"] .protip-arrow {
    top: -10px;
    left: 100%;
    margin: 0 0 0 -10px;
    border-width: 0 0 10px 10px
}

.protip-skin-default--size-big[data-pt-position="bottom-right-corner"] {
    border-top-left-radius: 0
}

.protip-skin-default--size-big[data-pt-position="bottom-right-corner"] .protip-arrow {
    top: 0;
    left: -10px;
    margin: -10px 0 0 10px;
    border-width:10px 0 0 10px
}

.protip-skin-default--size-large {
    padding: 20px;
    font-size: 18px;
    border-radius: 8px
}

.protip-skin-default--size-large[data-pt-position="top-left"] .protip-arrow, .protip-skin-default--size-large[data-pt-position="top"] .protip-arrow, .protip-skin-default--size-large[data-pt-position="top-right"] .protip-arrow {
    top: 100%;
    left: auto;
    margin: 0 0 0 -12px;
    border-width: 12px 12px 0 12px
}

.protip-skin-default--size-large[data-pt-position="top-left"] .protip-arrow {
    left: 20px
}

.protip-skin-default--size-large[data-pt-position="top"] .protip-arrow {
    left: 50%
}

.protip-skin-default--size-large[data-pt-position="top-right"] .protip-arrow {
    left: auto;
    right: 20px;
    margin-right: -12px
}

.protip-skin-default--size-large[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-default--size-large[data-pt-position="bottom"] .protip-arrow, .protip-skin-default--size-large[data-pt-position="bottom-right"] .protip-arrow {
    top: -12px;
    left: auto;
    margin: 0 0 0 -12px;
    border-width: 0 12px 12px 12px
}

.protip-skin-default--size-large[data-pt-position="bottom-left"] .protip-arrow {
    left: 20px
}

.protip-skin-default--size-large[data-pt-position="bottom"] .protip-arrow {
    left: 50%
}

.protip-skin-default--size-large[data-pt-position="bottom-right"] .protip-arrow {
    left: auto;
    right: 20px;
    margin-right: -12px
}

.protip-skin-default--size-large[data-pt-position="left-top"] .protip-arrow, .protip-skin-default--size-large[data-pt-position="left"] .protip-arrow, .protip-skin-default--size-large[data-pt-position="left-bottom"] .protip-arrow {
    top: auto;
    left: 100%;
    margin: -12px 0 0 0;
    border-width: 12px 0 12px 12px
}

.protip-skin-default--size-large[data-pt-position="left-top"] .protip-arrow {
    top: 20px
}

.protip-skin-default--size-large[data-pt-position="left"] .protip-arrow {
    top: 50%
}

.protip-skin-default--size-large[data-pt-position="left-bottom"] .protip-arrow {
    top: auto;
    bottom: 20px;
    margin-bottom: -12px
}

.protip-skin-default--size-large[data-pt-position="right-top"] .protip-arrow, .protip-skin-default--size-large[data-pt-position="right"] .protip-arrow, .protip-skin-default--size-large[data-pt-position="right-bottom"] .protip-arrow {
    top: auto;
    right: 100%;
    margin: -12px 0 0 0;
    border-width: 12px 12px 12px 0
}

.protip-skin-default--size-large[data-pt-position="right-top"] .protip-arrow {
    top: 20px
}

.protip-skin-default--size-large[data-pt-position="right"] .protip-arrow {
    top: 50%
}

.protip-skin-default--size-large[data-pt-position="right-bottom"] .protip-arrow {
    top: auto;
    bottom: 20px;
    margin-bottom: -12px
}

.protip-skin-default--size-large[data-pt-position="top-left-corner"] {
    border-bottom-right-radius: 0
}

.protip-skin-default--size-large[data-pt-position="top-left-corner"] .protip-arrow {
    top: 100%;
    left: 100%;
    margin: 0 0 0 -12px;
    border-width: 0 12px 12px 0
}

.protip-skin-default--size-large[data-pt-position="top-right-corner"] {
    border-bottom-left-radius: 0
}

.protip-skin-default--size-large[data-pt-position="top-right-corner"] .protip-arrow {
    top: 100%;
    left: -12px;
    margin: 0 0 0 12px;
    border-width: 12px 12px 0 0
}

.protip-skin-default--size-large[data-pt-position="bottom-left-corner"] {
    border-top-right-radius: 0
}

.protip-skin-default--size-large[data-pt-position="bottom-left-corner"] .protip-arrow {
    top: -12px;
    left: 100%;
    margin: 0 0 0 -12px;
    border-width: 0 0 12px 12px
}

.protip-skin-default--size-large[data-pt-position="bottom-right-corner"] {
    border-top-left-radius: 0
}

.protip-skin-default--size-large[data-pt-position="bottom-right-corner"] .protip-arrow {
    top: 0;
    left: -12px;
    margin: -12px 0 0 12px;
    border-width:12px 0 0 12px
}

.protip-skin-default--scheme-pro.protip-container {
    color: #000;
    background: #da2e2b;
    font-family: sans-serif;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.protip-skin-default--scheme-pro[data-pt-position="top-left"] .protip-arrow, .protip-skin-default--scheme-pro[data-pt-position="top"] .protip-arrow, .protip-skin-default--scheme-pro[data-pt-position="top-right"] .protip-arrow {
    border-top-color: #da2e2b
}

.protip-skin-default--scheme-pro[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-default--scheme-pro[data-pt-position="bottom"] .protip-arrow, .protip-skin-default--scheme-pro[data-pt-position="bottom-right"] .protip-arrow {
    border-bottom-color: #da2e2b
}

.protip-skin-default--scheme-pro[data-pt-position="left-top"] .protip-arrow, .protip-skin-default--scheme-pro[data-pt-position="left"] .protip-arrow, .protip-skin-default--scheme-pro[data-pt-position="left-bottom"] .protip-arrow {
    border-left-color: #da2e2b
}

.protip-skin-default--scheme-pro[data-pt-position="right-top"] .protip-arrow, .protip-skin-default--scheme-pro[data-pt-position="right"] .protip-arrow, .protip-skin-default--scheme-pro[data-pt-position="right-bottom"] .protip-arrow {
    border-right-color: #da2e2b
}

.protip-skin-default--scheme-pro[data-pt-position="top-left-corner"] .protip-arrow {
    border-right-color: #da2e2b
}

.protip-skin-default--scheme-pro[data-pt-position="top-right-corner"] .protip-arrow {
    border-top-color: #da2e2b
}

.protip-skin-default--scheme-pro[data-pt-position="bottom-left-corner"] .protip-arrow {
    border-bottom-color: #da2e2b
}

.protip-skin-default--scheme-pro[data-pt-position="bottom-right-corner"] .protip-arrow {
    border-left-color:#da2e2b
}

.protip-skin-default--scheme-blue.protip-container {
    color: #fff;
    background: #369;
    font-family: sans-serif;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.protip-skin-default--scheme-blue[data-pt-position="top-left"] .protip-arrow, .protip-skin-default--scheme-blue[data-pt-position="top"] .protip-arrow, .protip-skin-default--scheme-blue[data-pt-position="top-right"] .protip-arrow {
    border-top-color: #369
}

.protip-skin-default--scheme-blue[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-default--scheme-blue[data-pt-position="bottom"] .protip-arrow, .protip-skin-default--scheme-blue[data-pt-position="bottom-right"] .protip-arrow {
    border-bottom-color: #369
}

.protip-skin-default--scheme-blue[data-pt-position="left-top"] .protip-arrow, .protip-skin-default--scheme-blue[data-pt-position="left"] .protip-arrow, .protip-skin-default--scheme-blue[data-pt-position="left-bottom"] .protip-arrow {
    border-left-color: #369
}

.protip-skin-default--scheme-blue[data-pt-position="right-top"] .protip-arrow, .protip-skin-default--scheme-blue[data-pt-position="right"] .protip-arrow, .protip-skin-default--scheme-blue[data-pt-position="right-bottom"] .protip-arrow {
    border-right-color: #369
}

.protip-skin-default--scheme-blue[data-pt-position="top-left-corner"] .protip-arrow {
    border-right-color: #369
}

.protip-skin-default--scheme-blue[data-pt-position="top-right-corner"] .protip-arrow {
    border-top-color: #369
}

.protip-skin-default--scheme-blue[data-pt-position="bottom-left-corner"] .protip-arrow {
    border-bottom-color: #369
}

.protip-skin-default--scheme-blue[data-pt-position="bottom-right-corner"] .protip-arrow {
    border-left-color:#369
}

.protip-skin-default--scheme-red.protip-container {
    color: #fff;
    background: #802731;
    font-family: sans-serif;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.protip-skin-default--scheme-red[data-pt-position="top-left"] .protip-arrow, .protip-skin-default--scheme-red[data-pt-position="top"] .protip-arrow, .protip-skin-default--scheme-red[data-pt-position="top-right"] .protip-arrow {
    border-top-color: #802731
}

.protip-skin-default--scheme-red[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-default--scheme-red[data-pt-position="bottom"] .protip-arrow, .protip-skin-default--scheme-red[data-pt-position="bottom-right"] .protip-arrow {
    border-bottom-color: #802731
}

.protip-skin-default--scheme-red[data-pt-position="left-top"] .protip-arrow, .protip-skin-default--scheme-red[data-pt-position="left"] .protip-arrow, .protip-skin-default--scheme-red[data-pt-position="left-bottom"] .protip-arrow {
    border-left-color: #802731
}

.protip-skin-default--scheme-red[data-pt-position="right-top"] .protip-arrow, .protip-skin-default--scheme-red[data-pt-position="right"] .protip-arrow, .protip-skin-default--scheme-red[data-pt-position="right-bottom"] .protip-arrow {
    border-right-color: #802731
}

.protip-skin-default--scheme-red[data-pt-position="top-left-corner"] .protip-arrow {
    border-right-color: #802731
}

.protip-skin-default--scheme-red[data-pt-position="top-right-corner"] .protip-arrow {
    border-top-color: #802731
}

.protip-skin-default--scheme-red[data-pt-position="bottom-left-corner"] .protip-arrow {
    border-bottom-color: #802731
}

.protip-skin-default--scheme-red[data-pt-position="bottom-right-corner"] .protip-arrow {
    border-left-color:#802731
}

.protip-skin-default--scheme-aqua.protip-container {
    color: #fff;
    background: #339996;
    font-family: sans-serif;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.protip-skin-default--scheme-aqua[data-pt-position="top-left"] .protip-arrow, .protip-skin-default--scheme-aqua[data-pt-position="top"] .protip-arrow, .protip-skin-default--scheme-aqua[data-pt-position="top-right"] .protip-arrow {
    border-top-color: #339996
}

.protip-skin-default--scheme-aqua[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-default--scheme-aqua[data-pt-position="bottom"] .protip-arrow, .protip-skin-default--scheme-aqua[data-pt-position="bottom-right"] .protip-arrow {
    border-bottom-color: #339996
}

.protip-skin-default--scheme-aqua[data-pt-position="left-top"] .protip-arrow, .protip-skin-default--scheme-aqua[data-pt-position="left"] .protip-arrow, .protip-skin-default--scheme-aqua[data-pt-position="left-bottom"] .protip-arrow {
    border-left-color: #339996
}

.protip-skin-default--scheme-aqua[data-pt-position="right-top"] .protip-arrow, .protip-skin-default--scheme-aqua[data-pt-position="right"] .protip-arrow, .protip-skin-default--scheme-aqua[data-pt-position="right-bottom"] .protip-arrow {
    border-right-color: #339996
}

.protip-skin-default--scheme-aqua[data-pt-position="top-left-corner"] .protip-arrow {
    border-right-color: #339996
}

.protip-skin-default--scheme-aqua[data-pt-position="top-right-corner"] .protip-arrow {
    border-top-color: #339996
}

.protip-skin-default--scheme-aqua[data-pt-position="bottom-left-corner"] .protip-arrow {
    border-bottom-color: #339996
}

.protip-skin-default--scheme-aqua[data-pt-position="bottom-right-corner"] .protip-arrow {
    border-left-color:#339996
}

.protip-skin-default--scheme-dark.protip-container {
    color: #fff;
    background: #333;
    font-family: sans-serif;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.protip-skin-default--scheme-dark[data-pt-position="top-left"] .protip-arrow, .protip-skin-default--scheme-dark[data-pt-position="top"] .protip-arrow, .protip-skin-default--scheme-dark[data-pt-position="top-right"] .protip-arrow {
    border-top-color: #333
}

.protip-skin-default--scheme-dark[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-default--scheme-dark[data-pt-position="bottom"] .protip-arrow, .protip-skin-default--scheme-dark[data-pt-position="bottom-right"] .protip-arrow {
    border-bottom-color: #333
}

.protip-skin-default--scheme-dark[data-pt-position="left-top"] .protip-arrow, .protip-skin-default--scheme-dark[data-pt-position="left"] .protip-arrow, .protip-skin-default--scheme-dark[data-pt-position="left-bottom"] .protip-arrow {
    border-left-color: #333
}

.protip-skin-default--scheme-dark[data-pt-position="right-top"] .protip-arrow, .protip-skin-default--scheme-dark[data-pt-position="right"] .protip-arrow, .protip-skin-default--scheme-dark[data-pt-position="right-bottom"] .protip-arrow {
    border-right-color: #333
}

.protip-skin-default--scheme-dark[data-pt-position="top-left-corner"] .protip-arrow {
    border-right-color: #333
}

.protip-skin-default--scheme-dark[data-pt-position="top-right-corner"] .protip-arrow {
    border-top-color: #333
}

.protip-skin-default--scheme-dark[data-pt-position="bottom-left-corner"] .protip-arrow {
    border-bottom-color: #333
}

.protip-skin-default--scheme-dark[data-pt-position="bottom-right-corner"] .protip-arrow {
    border-left-color:#333
}

.protip-skin-default--scheme-dark-transparent.protip-container {
    color: #fff;
    background: rgba(20, 20, 20, 0.8);
    font-family: sans-serif;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.protip-skin-default--scheme-dark-transparent[data-pt-position="top-left"] .protip-arrow, .protip-skin-default--scheme-dark-transparent[data-pt-position="top"] .protip-arrow, .protip-skin-default--scheme-dark-transparent[data-pt-position="top-right"] .protip-arrow {
    border-top-color: rgba(20, 20, 20, 0.8)
}

.protip-skin-default--scheme-dark-transparent[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-default--scheme-dark-transparent[data-pt-position="bottom"] .protip-arrow, .protip-skin-default--scheme-dark-transparent[data-pt-position="bottom-right"] .protip-arrow {
    border-bottom-color: rgba(20, 20, 20, 0.8)
}

.protip-skin-default--scheme-dark-transparent[data-pt-position="left-top"] .protip-arrow, .protip-skin-default--scheme-dark-transparent[data-pt-position="left"] .protip-arrow, .protip-skin-default--scheme-dark-transparent[data-pt-position="left-bottom"] .protip-arrow {
    border-left-color: rgba(20, 20, 20, 0.8)
}

.protip-skin-default--scheme-dark-transparent[data-pt-position="right-top"] .protip-arrow, .protip-skin-default--scheme-dark-transparent[data-pt-position="right"] .protip-arrow, .protip-skin-default--scheme-dark-transparent[data-pt-position="right-bottom"] .protip-arrow {
    border-right-color: rgba(20, 20, 20, 0.8)
}

.protip-skin-default--scheme-dark-transparent[data-pt-position="top-left-corner"] .protip-arrow {
    border-right-color: rgba(20, 20, 20, 0.8)
}

.protip-skin-default--scheme-dark-transparent[data-pt-position="top-right-corner"] .protip-arrow {
    border-top-color: rgba(20, 20, 20, 0.8)
}

.protip-skin-default--scheme-dark-transparent[data-pt-position="bottom-left-corner"] .protip-arrow {
    border-bottom-color: rgba(20, 20, 20, 0.8)
}

.protip-skin-default--scheme-dark-transparent[data-pt-position="bottom-right-corner"] .protip-arrow {
    border-left-color:rgba(20, 20, 20, 0.8)
}

.protip-skin-default--scheme-black.protip-container {
    color: #fff;
    background: #000;
    font-family: sans-serif;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.protip-skin-default--scheme-black[data-pt-position="top-left"] .protip-arrow, .protip-skin-default--scheme-black[data-pt-position="top"] .protip-arrow, .protip-skin-default--scheme-black[data-pt-position="top-right"] .protip-arrow {
    border-top-color: #000
}

.protip-skin-default--scheme-black[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-default--scheme-black[data-pt-position="bottom"] .protip-arrow, .protip-skin-default--scheme-black[data-pt-position="bottom-right"] .protip-arrow {
    border-bottom-color: #000
}

.protip-skin-default--scheme-black[data-pt-position="left-top"] .protip-arrow, .protip-skin-default--scheme-black[data-pt-position="left"] .protip-arrow, .protip-skin-default--scheme-black[data-pt-position="left-bottom"] .protip-arrow {
    border-left-color: #000
}

.protip-skin-default--scheme-black[data-pt-position="right-top"] .protip-arrow, .protip-skin-default--scheme-black[data-pt-position="right"] .protip-arrow, .protip-skin-default--scheme-black[data-pt-position="right-bottom"] .protip-arrow {
    border-right-color: #000
}

.protip-skin-default--scheme-black[data-pt-position="top-left-corner"] .protip-arrow {
    border-right-color: #000
}

.protip-skin-default--scheme-black[data-pt-position="top-right-corner"] .protip-arrow {
    border-top-color: #000
}

.protip-skin-default--scheme-black[data-pt-position="bottom-left-corner"] .protip-arrow {
    border-bottom-color: #000
}

.protip-skin-default--scheme-black[data-pt-position="bottom-right-corner"] .protip-arrow {
    border-left-color:#000
}

.protip-skin-default--scheme-leaf.protip-container {
    color: #fff;
    background: #339959;
    font-family: sans-serif;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.protip-skin-default--scheme-leaf[data-pt-position="top-left"] .protip-arrow, .protip-skin-default--scheme-leaf[data-pt-position="top"] .protip-arrow, .protip-skin-default--scheme-leaf[data-pt-position="top-right"] .protip-arrow {
    border-top-color: #339959
}

.protip-skin-default--scheme-leaf[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-default--scheme-leaf[data-pt-position="bottom"] .protip-arrow, .protip-skin-default--scheme-leaf[data-pt-position="bottom-right"] .protip-arrow {
    border-bottom-color: #339959
}

.protip-skin-default--scheme-leaf[data-pt-position="left-top"] .protip-arrow, .protip-skin-default--scheme-leaf[data-pt-position="left"] .protip-arrow, .protip-skin-default--scheme-leaf[data-pt-position="left-bottom"] .protip-arrow {
    border-left-color: #339959
}

.protip-skin-default--scheme-leaf[data-pt-position="right-top"] .protip-arrow, .protip-skin-default--scheme-leaf[data-pt-position="right"] .protip-arrow, .protip-skin-default--scheme-leaf[data-pt-position="right-bottom"] .protip-arrow {
    border-right-color: #339959
}

.protip-skin-default--scheme-leaf[data-pt-position="top-left-corner"] .protip-arrow {
    border-right-color: #339959
}

.protip-skin-default--scheme-leaf[data-pt-position="top-right-corner"] .protip-arrow {
    border-top-color: #339959
}

.protip-skin-default--scheme-leaf[data-pt-position="bottom-left-corner"] .protip-arrow {
    border-bottom-color: #339959
}

.protip-skin-default--scheme-leaf[data-pt-position="bottom-right-corner"] .protip-arrow {
    border-left-color:#339959
}

.protip-skin-default--scheme-purple.protip-container {
    color: #fff;
    background: #613399;
    font-family: sans-serif;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.protip-skin-default--scheme-purple[data-pt-position="top-left"] .protip-arrow, .protip-skin-default--scheme-purple[data-pt-position="top"] .protip-arrow, .protip-skin-default--scheme-purple[data-pt-position="top-right"] .protip-arrow {
    border-top-color: #613399
}

.protip-skin-default--scheme-purple[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-default--scheme-purple[data-pt-position="bottom"] .protip-arrow, .protip-skin-default--scheme-purple[data-pt-position="bottom-right"] .protip-arrow {
    border-bottom-color: #613399
}

.protip-skin-default--scheme-purple[data-pt-position="left-top"] .protip-arrow, .protip-skin-default--scheme-purple[data-pt-position="left"] .protip-arrow, .protip-skin-default--scheme-purple[data-pt-position="left-bottom"] .protip-arrow {
    border-left-color: #613399
}

.protip-skin-default--scheme-purple[data-pt-position="right-top"] .protip-arrow, .protip-skin-default--scheme-purple[data-pt-position="right"] .protip-arrow, .protip-skin-default--scheme-purple[data-pt-position="right-bottom"] .protip-arrow {
    border-right-color: #613399
}

.protip-skin-default--scheme-purple[data-pt-position="top-left-corner"] .protip-arrow {
    border-right-color: #613399
}

.protip-skin-default--scheme-purple[data-pt-position="top-right-corner"] .protip-arrow {
    border-top-color: #613399
}

.protip-skin-default--scheme-purple[data-pt-position="bottom-left-corner"] .protip-arrow {
    border-bottom-color: #613399
}

.protip-skin-default--scheme-purple[data-pt-position="bottom-right-corner"] .protip-arrow {
    border-left-color:#613399
}

.protip-skin-default--scheme-pink.protip-container {
    color: #000;
    background: #D457AA;
    font-family: sans-serif;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.protip-skin-default--scheme-pink[data-pt-position="top-left"] .protip-arrow, .protip-skin-default--scheme-pink[data-pt-position="top"] .protip-arrow, .protip-skin-default--scheme-pink[data-pt-position="top-right"] .protip-arrow {
    border-top-color: #D457AA
}

.protip-skin-default--scheme-pink[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-default--scheme-pink[data-pt-position="bottom"] .protip-arrow, .protip-skin-default--scheme-pink[data-pt-position="bottom-right"] .protip-arrow {
    border-bottom-color: #D457AA
}

.protip-skin-default--scheme-pink[data-pt-position="left-top"] .protip-arrow, .protip-skin-default--scheme-pink[data-pt-position="left"] .protip-arrow, .protip-skin-default--scheme-pink[data-pt-position="left-bottom"] .protip-arrow {
    border-left-color: #D457AA
}

.protip-skin-default--scheme-pink[data-pt-position="right-top"] .protip-arrow, .protip-skin-default--scheme-pink[data-pt-position="right"] .protip-arrow, .protip-skin-default--scheme-pink[data-pt-position="right-bottom"] .protip-arrow {
    border-right-color: #D457AA
}

.protip-skin-default--scheme-pink[data-pt-position="top-left-corner"] .protip-arrow {
    border-right-color: #D457AA
}

.protip-skin-default--scheme-pink[data-pt-position="top-right-corner"] .protip-arrow {
    border-top-color: #D457AA
}

.protip-skin-default--scheme-pink[data-pt-position="bottom-left-corner"] .protip-arrow {
    border-bottom-color: #D457AA
}

.protip-skin-default--scheme-pink[data-pt-position="bottom-right-corner"] .protip-arrow {
    border-left-color:#D457AA
}

.protip-skin-default--scheme-orange.protip-container {
    color: #000;
    background: #E64426;
    font-family: sans-serif;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.protip-skin-default--scheme-orange[data-pt-position="top-left"] .protip-arrow, .protip-skin-default--scheme-orange[data-pt-position="top"] .protip-arrow, .protip-skin-default--scheme-orange[data-pt-position="top-right"] .protip-arrow {
    border-top-color: #E64426
}

.protip-skin-default--scheme-orange[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-default--scheme-orange[data-pt-position="bottom"] .protip-arrow, .protip-skin-default--scheme-orange[data-pt-position="bottom-right"] .protip-arrow {
    border-bottom-color: #E64426
}

.protip-skin-default--scheme-orange[data-pt-position="left-top"] .protip-arrow, .protip-skin-default--scheme-orange[data-pt-position="left"] .protip-arrow, .protip-skin-default--scheme-orange[data-pt-position="left-bottom"] .protip-arrow {
    border-left-color: #E64426
}

.protip-skin-default--scheme-orange[data-pt-position="right-top"] .protip-arrow, .protip-skin-default--scheme-orange[data-pt-position="right"] .protip-arrow, .protip-skin-default--scheme-orange[data-pt-position="right-bottom"] .protip-arrow {
    border-right-color: #E64426
}

.protip-skin-default--scheme-orange[data-pt-position="top-left-corner"] .protip-arrow {
    border-right-color: #E64426
}

.protip-skin-default--scheme-orange[data-pt-position="top-right-corner"] .protip-arrow {
    border-top-color: #E64426
}

.protip-skin-default--scheme-orange[data-pt-position="bottom-left-corner"] .protip-arrow {
    border-bottom-color: #E64426
}

.protip-skin-default--scheme-orange[data-pt-position="bottom-right-corner"] .protip-arrow {
    border-left-color:#E64426
}

.protip-skin-default--scheme-white.protip-container {
    color: #000;
    background: #FFF;
    font-family: sans-serif;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.protip-skin-default--scheme-white[data-pt-position="top-left"] .protip-arrow, .protip-skin-default--scheme-white[data-pt-position="top"] .protip-arrow, .protip-skin-default--scheme-white[data-pt-position="top-right"] .protip-arrow {
    border-top-color: #FFF
}

.protip-skin-default--scheme-white[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-default--scheme-white[data-pt-position="bottom"] .protip-arrow, .protip-skin-default--scheme-white[data-pt-position="bottom-right"] .protip-arrow {
    border-bottom-color: #FFF
}

.protip-skin-default--scheme-white[data-pt-position="left-top"] .protip-arrow, .protip-skin-default--scheme-white[data-pt-position="left"] .protip-arrow, .protip-skin-default--scheme-white[data-pt-position="left-bottom"] .protip-arrow {
    border-left-color: #FFF
}

.protip-skin-default--scheme-white[data-pt-position="right-top"] .protip-arrow, .protip-skin-default--scheme-white[data-pt-position="right"] .protip-arrow, .protip-skin-default--scheme-white[data-pt-position="right-bottom"] .protip-arrow {
    border-right-color: #FFF
}

.protip-skin-default--scheme-white[data-pt-position="top-left-corner"] .protip-arrow {
    border-right-color: #FFF
}

.protip-skin-default--scheme-white[data-pt-position="top-right-corner"] .protip-arrow {
    border-top-color: #FFF
}

.protip-skin-default--scheme-white[data-pt-position="bottom-left-corner"] .protip-arrow {
    border-bottom-color: #FFF
}

.protip-skin-default--scheme-white[data-pt-position="bottom-right-corner"] .protip-arrow {
    border-left-color:#FFF
}

.protip-skin-square--size-tiny {
    padding: 8px;
    font-size: 10px
}

.protip-skin-square--size-tiny[data-pt-position="top-left"] .protip-arrow, .protip-skin-square--size-tiny[data-pt-position="top"] .protip-arrow, .protip-skin-square--size-tiny[data-pt-position="top-right"] .protip-arrow {
    top: 100%;
    left: auto;
    margin: 0 0 0 -4px;
    border-width: 4px 4px 0 4px
}

.protip-skin-square--size-tiny[data-pt-position="top-left"] .protip-arrow {
    left: 20px
}

.protip-skin-square--size-tiny[data-pt-position="top"] .protip-arrow {
    left: 50%
}

.protip-skin-square--size-tiny[data-pt-position="top-right"] .protip-arrow {
    left: auto;
    right: 20px;
    margin-right: -4px
}

.protip-skin-square--size-tiny[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-square--size-tiny[data-pt-position="bottom"] .protip-arrow, .protip-skin-square--size-tiny[data-pt-position="bottom-right"] .protip-arrow {
    top: -4px;
    left: auto;
    margin: 0 0 0 -4px;
    border-width: 0 4px 4px 4px
}

.protip-skin-square--size-tiny[data-pt-position="bottom-left"] .protip-arrow {
    left: 20px
}

.protip-skin-square--size-tiny[data-pt-position="bottom"] .protip-arrow {
    left: 50%
}

.protip-skin-square--size-tiny[data-pt-position="bottom-right"] .protip-arrow {
    left: auto;
    right: 20px;
    margin-right: -4px
}

.protip-skin-square--size-tiny[data-pt-position="left-top"] .protip-arrow, .protip-skin-square--size-tiny[data-pt-position="left"] .protip-arrow, .protip-skin-square--size-tiny[data-pt-position="left-bottom"] .protip-arrow {
    top: auto;
    left: 100%;
    margin: -4px 0 0 0;
    border-width: 4px 0 4px 4px
}

.protip-skin-square--size-tiny[data-pt-position="left-top"] .protip-arrow {
    top: 20px
}

.protip-skin-square--size-tiny[data-pt-position="left"] .protip-arrow {
    top: 50%
}

.protip-skin-square--size-tiny[data-pt-position="left-bottom"] .protip-arrow {
    top: auto;
    bottom: 20px;
    margin-bottom: -4px
}

.protip-skin-square--size-tiny[data-pt-position="right-top"] .protip-arrow, .protip-skin-square--size-tiny[data-pt-position="right"] .protip-arrow, .protip-skin-square--size-tiny[data-pt-position="right-bottom"] .protip-arrow {
    top: auto;
    right: 100%;
    margin: -4px 0 0 0;
    border-width: 4px 4px 4px 0
}

.protip-skin-square--size-tiny[data-pt-position="right-top"] .protip-arrow {
    top: 20px
}

.protip-skin-square--size-tiny[data-pt-position="right"] .protip-arrow {
    top: 50%
}

.protip-skin-square--size-tiny[data-pt-position="right-bottom"] .protip-arrow {
    top: auto;
    bottom: 20px;
    margin-bottom: -4px
}

.protip-skin-square--size-tiny[data-pt-position="top-left-corner"] {
    border-bottom-right-radius: 0
}

.protip-skin-square--size-tiny[data-pt-position="top-left-corner"] .protip-arrow {
    top: 100%;
    left: 100%;
    margin: 0 0 0 -4px;
    border-width: 0 4px 4px 0
}

.protip-skin-square--size-tiny[data-pt-position="top-right-corner"] {
    border-bottom-left-radius: 0
}

.protip-skin-square--size-tiny[data-pt-position="top-right-corner"] .protip-arrow {
    top: 100%;
    left: -4px;
    margin: 0 0 0 4px;
    border-width: 4px 4px 0 0
}

.protip-skin-square--size-tiny[data-pt-position="bottom-left-corner"] {
    border-top-right-radius: 0
}

.protip-skin-square--size-tiny[data-pt-position="bottom-left-corner"] .protip-arrow {
    top: -4px;
    left: 100%;
    margin: 0 0 0 -4px;
    border-width: 0 0 4px 4px
}

.protip-skin-square--size-tiny[data-pt-position="bottom-right-corner"] {
    border-top-left-radius: 0
}

.protip-skin-square--size-tiny[data-pt-position="bottom-right-corner"] .protip-arrow {
    top: 0;
    left: -4px;
    margin: -4px 0 0 4px;
    border-width:4px 0 0 4px
}

.protip-skin-square--size-small {
    padding: 13px;
    font-size: 12px
}

.protip-skin-square--size-small[data-pt-position="top-left"] .protip-arrow, .protip-skin-square--size-small[data-pt-position="top"] .protip-arrow, .protip-skin-square--size-small[data-pt-position="top-right"] .protip-arrow {
    top: 100%;
    left: auto;
    margin: 0 0 0 -6px;
    border-width: 6px 6px 0 6px
}

.protip-skin-square--size-small[data-pt-position="top-left"] .protip-arrow {
    left: 20px
}

.protip-skin-square--size-small[data-pt-position="top"] .protip-arrow {
    left: 50%
}

.protip-skin-square--size-small[data-pt-position="top-right"] .protip-arrow {
    left: auto;
    right: 20px;
    margin-right: -6px
}

.protip-skin-square--size-small[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-square--size-small[data-pt-position="bottom"] .protip-arrow, .protip-skin-square--size-small[data-pt-position="bottom-right"] .protip-arrow {
    top: -6px;
    left: auto;
    margin: 0 0 0 -6px;
    border-width: 0 6px 6px 6px
}

.protip-skin-square--size-small[data-pt-position="bottom-left"] .protip-arrow {
    left: 20px
}

.protip-skin-square--size-small[data-pt-position="bottom"] .protip-arrow {
    left: 50%
}

.protip-skin-square--size-small[data-pt-position="bottom-right"] .protip-arrow {
    left: auto;
    right: 20px;
    margin-right: -6px
}

.protip-skin-square--size-small[data-pt-position="left-top"] .protip-arrow, .protip-skin-square--size-small[data-pt-position="left"] .protip-arrow, .protip-skin-square--size-small[data-pt-position="left-bottom"] .protip-arrow {
    top: auto;
    left: 100%;
    margin: -6px 0 0 0;
    border-width: 6px 0 6px 6px
}

.protip-skin-square--size-small[data-pt-position="left-top"] .protip-arrow {
    top: 20px
}

.protip-skin-square--size-small[data-pt-position="left"] .protip-arrow {
    top: 50%
}

.protip-skin-square--size-small[data-pt-position="left-bottom"] .protip-arrow {
    top: auto;
    bottom: 20px;
    margin-bottom: -6px
}

.protip-skin-square--size-small[data-pt-position="right-top"] .protip-arrow, .protip-skin-square--size-small[data-pt-position="right"] .protip-arrow, .protip-skin-square--size-small[data-pt-position="right-bottom"] .protip-arrow {
    top: auto;
    right: 100%;
    margin: -6px 0 0 0;
    border-width: 6px 6px 6px 0
}

.protip-skin-square--size-small[data-pt-position="right-top"] .protip-arrow {
    top: 20px
}

.protip-skin-square--size-small[data-pt-position="right"] .protip-arrow {
    top: 50%
}

.protip-skin-square--size-small[data-pt-position="right-bottom"] .protip-arrow {
    top: auto;
    bottom: 20px;
    margin-bottom: -6px
}

.protip-skin-square--size-small[data-pt-position="top-left-corner"] {
    border-bottom-right-radius: 0
}

.protip-skin-square--size-small[data-pt-position="top-left-corner"] .protip-arrow {
    top: 100%;
    left: 100%;
    margin: 0 0 0 -6px;
    border-width: 0 6px 6px 0
}

.protip-skin-square--size-small[data-pt-position="top-right-corner"] {
    border-bottom-left-radius: 0
}

.protip-skin-square--size-small[data-pt-position="top-right-corner"] .protip-arrow {
    top: 100%;
    left: -6px;
    margin: 0 0 0 6px;
    border-width: 6px 6px 0 0
}

.protip-skin-square--size-small[data-pt-position="bottom-left-corner"] {
    border-top-right-radius: 0
}

.protip-skin-square--size-small[data-pt-position="bottom-left-corner"] .protip-arrow {
    top: -6px;
    left: 100%;
    margin: 0 0 0 -6px;
    border-width: 0 0 6px 6px
}

.protip-skin-square--size-small[data-pt-position="bottom-right-corner"] {
    border-top-left-radius: 0
}

.protip-skin-square--size-small[data-pt-position="bottom-right-corner"] .protip-arrow {
    top: 0;
    left: -6px;
    margin: -6px 0 0 6px;
    border-width:6px 0 0 6px
}

.protip-skin-square--size-normal {
    padding: 16px;
    font-size: 15px
}

.protip-skin-square--size-normal[data-pt-position="top-left"] .protip-arrow, .protip-skin-square--size-normal[data-pt-position="top"] .protip-arrow, .protip-skin-square--size-normal[data-pt-position="top-right"] .protip-arrow {
    top: 100%;
    left: auto;
    margin: 0 0 0 -8px;
    border-width: 8px 8px 0 8px
}

.protip-skin-square--size-normal[data-pt-position="top-left"] .protip-arrow {
    left: 20px
}

.protip-skin-square--size-normal[data-pt-position="top"] .protip-arrow {
    left: 50%
}

.protip-skin-square--size-normal[data-pt-position="top-right"] .protip-arrow {
    left: auto;
    right: 20px;
    margin-right: -8px
}

.protip-skin-square--size-normal[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-square--size-normal[data-pt-position="bottom"] .protip-arrow, .protip-skin-square--size-normal[data-pt-position="bottom-right"] .protip-arrow {
    top: -8px;
    left: auto;
    margin: 0 0 0 -8px;
    border-width: 0 8px 8px 8px
}

.protip-skin-square--size-normal[data-pt-position="bottom-left"] .protip-arrow {
    left: 20px
}

.protip-skin-square--size-normal[data-pt-position="bottom"] .protip-arrow {
    left: 50%
}

.protip-skin-square--size-normal[data-pt-position="bottom-right"] .protip-arrow {
    left: auto;
    right: 20px;
    margin-right: -8px
}

.protip-skin-square--size-normal[data-pt-position="left-top"] .protip-arrow, .protip-skin-square--size-normal[data-pt-position="left"] .protip-arrow, .protip-skin-square--size-normal[data-pt-position="left-bottom"] .protip-arrow {
    top: auto;
    left: 100%;
    margin: -8px 0 0 0;
    border-width: 8px 0 8px 8px
}

.protip-skin-square--size-normal[data-pt-position="left-top"] .protip-arrow {
    top: 20px
}

.protip-skin-square--size-normal[data-pt-position="left"] .protip-arrow {
    top: 50%
}

.protip-skin-square--size-normal[data-pt-position="left-bottom"] .protip-arrow {
    top: auto;
    bottom: 20px;
    margin-bottom: -8px
}

.protip-skin-square--size-normal[data-pt-position="right-top"] .protip-arrow, .protip-skin-square--size-normal[data-pt-position="right"] .protip-arrow, .protip-skin-square--size-normal[data-pt-position="right-bottom"] .protip-arrow {
    top: auto;
    right: 100%;
    margin: -8px 0 0 0;
    border-width: 8px 8px 8px 0
}

.protip-skin-square--size-normal[data-pt-position="right-top"] .protip-arrow {
    top: 20px
}

.protip-skin-square--size-normal[data-pt-position="right"] .protip-arrow {
    top: 50%
}

.protip-skin-square--size-normal[data-pt-position="right-bottom"] .protip-arrow {
    top: auto;
    bottom: 20px;
    margin-bottom: -8px
}

.protip-skin-square--size-normal[data-pt-position="top-left-corner"] {
    border-bottom-right-radius: 0
}

.protip-skin-square--size-normal[data-pt-position="top-left-corner"] .protip-arrow {
    top: 100%;
    left: 100%;
    margin: 0 0 0 -8px;
    border-width: 0 8px 8px 0
}

.protip-skin-square--size-normal[data-pt-position="top-right-corner"] {
    border-bottom-left-radius: 0
}

.protip-skin-square--size-normal[data-pt-position="top-right-corner"] .protip-arrow {
    top: 100%;
    left: -8px;
    margin: 0 0 0 8px;
    border-width: 8px 8px 0 0
}

.protip-skin-square--size-normal[data-pt-position="bottom-left-corner"] {
    border-top-right-radius: 0
}

.protip-skin-square--size-normal[data-pt-position="bottom-left-corner"] .protip-arrow {
    top: -8px;
    left: 100%;
    margin: 0 0 0 -8px;
    border-width: 0 0 8px 8px
}

.protip-skin-square--size-normal[data-pt-position="bottom-right-corner"] {
    border-top-left-radius: 0
}

.protip-skin-square--size-normal[data-pt-position="bottom-right-corner"] .protip-arrow {
    top: 0;
    left: -8px;
    margin: -8px 0 0 8px;
    border-width:8px 0 0 8px
}

.protip-skin-square--size-big {
    padding: 20px;
    font-size: 18px
}

.protip-skin-square--size-big[data-pt-position="top-left"] .protip-arrow, .protip-skin-square--size-big[data-pt-position="top"] .protip-arrow, .protip-skin-square--size-big[data-pt-position="top-right"] .protip-arrow {
    top: 100%;
    left: auto;
    margin: 0 0 0 -10px;
    border-width: 10px 10px 0 10px
}

.protip-skin-square--size-big[data-pt-position="top-left"] .protip-arrow {
    left: 20px
}

.protip-skin-square--size-big[data-pt-position="top"] .protip-arrow {
    left: 50%
}

.protip-skin-square--size-big[data-pt-position="top-right"] .protip-arrow {
    left: auto;
    right: 20px;
    margin-right: -10px
}

.protip-skin-square--size-big[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-square--size-big[data-pt-position="bottom"] .protip-arrow, .protip-skin-square--size-big[data-pt-position="bottom-right"] .protip-arrow {
    top: -10px;
    left: auto;
    margin: 0 0 0 -10px;
    border-width: 0 10px 10px 10px
}

.protip-skin-square--size-big[data-pt-position="bottom-left"] .protip-arrow {
    left: 20px
}

.protip-skin-square--size-big[data-pt-position="bottom"] .protip-arrow {
    left: 50%
}

.protip-skin-square--size-big[data-pt-position="bottom-right"] .protip-arrow {
    left: auto;
    right: 20px;
    margin-right: -10px
}

.protip-skin-square--size-big[data-pt-position="left-top"] .protip-arrow, .protip-skin-square--size-big[data-pt-position="left"] .protip-arrow, .protip-skin-square--size-big[data-pt-position="left-bottom"] .protip-arrow {
    top: auto;
    left: 100%;
    margin: -10px 0 0 0;
    border-width: 10px 0 10px 10px
}

.protip-skin-square--size-big[data-pt-position="left-top"] .protip-arrow {
    top: 20px
}

.protip-skin-square--size-big[data-pt-position="left"] .protip-arrow {
    top: 50%
}

.protip-skin-square--size-big[data-pt-position="left-bottom"] .protip-arrow {
    top: auto;
    bottom: 20px;
    margin-bottom: -10px
}

.protip-skin-square--size-big[data-pt-position="right-top"] .protip-arrow, .protip-skin-square--size-big[data-pt-position="right"] .protip-arrow, .protip-skin-square--size-big[data-pt-position="right-bottom"] .protip-arrow {
    top: auto;
    right: 100%;
    margin: -10px 0 0 0;
    border-width: 10px 10px 10px 0
}

.protip-skin-square--size-big[data-pt-position="right-top"] .protip-arrow {
    top: 20px
}

.protip-skin-square--size-big[data-pt-position="right"] .protip-arrow {
    top: 50%
}

.protip-skin-square--size-big[data-pt-position="right-bottom"] .protip-arrow {
    top: auto;
    bottom: 20px;
    margin-bottom: -10px
}

.protip-skin-square--size-big[data-pt-position="top-left-corner"] {
    border-bottom-right-radius: 0
}

.protip-skin-square--size-big[data-pt-position="top-left-corner"] .protip-arrow {
    top: 100%;
    left: 100%;
    margin: 0 0 0 -10px;
    border-width: 0 10px 10px 0
}

.protip-skin-square--size-big[data-pt-position="top-right-corner"] {
    border-bottom-left-radius: 0
}

.protip-skin-square--size-big[data-pt-position="top-right-corner"] .protip-arrow {
    top: 100%;
    left: -10px;
    margin: 0 0 0 10px;
    border-width: 10px 10px 0 0
}

.protip-skin-square--size-big[data-pt-position="bottom-left-corner"] {
    border-top-right-radius: 0
}

.protip-skin-square--size-big[data-pt-position="bottom-left-corner"] .protip-arrow {
    top: -10px;
    left: 100%;
    margin: 0 0 0 -10px;
    border-width: 0 0 10px 10px
}

.protip-skin-square--size-big[data-pt-position="bottom-right-corner"] {
    border-top-left-radius: 0
}

.protip-skin-square--size-big[data-pt-position="bottom-right-corner"] .protip-arrow {
    top: 0;
    left: -10px;
    margin: -10px 0 0 10px;
    border-width:10px 0 0 10px
}

.protip-skin-square--size-large {
    padding: 20px;
    font-size: 18px
}

.protip-skin-square--size-large[data-pt-position="top-left"] .protip-arrow, .protip-skin-square--size-large[data-pt-position="top"] .protip-arrow, .protip-skin-square--size-large[data-pt-position="top-right"] .protip-arrow {
    top: 100%;
    left: auto;
    margin: 0 0 0 -12px;
    border-width: 12px 12px 0 12px
}

.protip-skin-square--size-large[data-pt-position="top-left"] .protip-arrow {
    left: 20px
}

.protip-skin-square--size-large[data-pt-position="top"] .protip-arrow {
    left: 50%
}

.protip-skin-square--size-large[data-pt-position="top-right"] .protip-arrow {
    left: auto;
    right: 20px;
    margin-right: -12px
}

.protip-skin-square--size-large[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-square--size-large[data-pt-position="bottom"] .protip-arrow, .protip-skin-square--size-large[data-pt-position="bottom-right"] .protip-arrow {
    top: -12px;
    left: auto;
    margin: 0 0 0 -12px;
    border-width: 0 12px 12px 12px
}

.protip-skin-square--size-large[data-pt-position="bottom-left"] .protip-arrow {
    left: 20px
}

.protip-skin-square--size-large[data-pt-position="bottom"] .protip-arrow {
    left: 50%
}

.protip-skin-square--size-large[data-pt-position="bottom-right"] .protip-arrow {
    left: auto;
    right: 20px;
    margin-right: -12px
}

.protip-skin-square--size-large[data-pt-position="left-top"] .protip-arrow, .protip-skin-square--size-large[data-pt-position="left"] .protip-arrow, .protip-skin-square--size-large[data-pt-position="left-bottom"] .protip-arrow {
    top: auto;
    left: 100%;
    margin: -12px 0 0 0;
    border-width: 12px 0 12px 12px
}

.protip-skin-square--size-large[data-pt-position="left-top"] .protip-arrow {
    top: 20px
}

.protip-skin-square--size-large[data-pt-position="left"] .protip-arrow {
    top: 50%
}

.protip-skin-square--size-large[data-pt-position="left-bottom"] .protip-arrow {
    top: auto;
    bottom: 20px;
    margin-bottom: -12px
}

.protip-skin-square--size-large[data-pt-position="right-top"] .protip-arrow, .protip-skin-square--size-large[data-pt-position="right"] .protip-arrow, .protip-skin-square--size-large[data-pt-position="right-bottom"] .protip-arrow {
    top: auto;
    right: 100%;
    margin: -12px 0 0 0;
    border-width: 12px 12px 12px 0
}

.protip-skin-square--size-large[data-pt-position="right-top"] .protip-arrow {
    top: 20px
}

.protip-skin-square--size-large[data-pt-position="right"] .protip-arrow {
    top: 50%
}

.protip-skin-square--size-large[data-pt-position="right-bottom"] .protip-arrow {
    top: auto;
    bottom: 20px;
    margin-bottom: -12px
}

.protip-skin-square--size-large[data-pt-position="top-left-corner"] {
    border-bottom-right-radius: 0
}

.protip-skin-square--size-large[data-pt-position="top-left-corner"] .protip-arrow {
    top: 100%;
    left: 100%;
    margin: 0 0 0 -12px;
    border-width: 0 12px 12px 0
}

.protip-skin-square--size-large[data-pt-position="top-right-corner"] {
    border-bottom-left-radius: 0
}

.protip-skin-square--size-large[data-pt-position="top-right-corner"] .protip-arrow {
    top: 100%;
    left: -12px;
    margin: 0 0 0 12px;
    border-width: 12px 12px 0 0
}

.protip-skin-square--size-large[data-pt-position="bottom-left-corner"] {
    border-top-right-radius: 0
}

.protip-skin-square--size-large[data-pt-position="bottom-left-corner"] .protip-arrow {
    top: -12px;
    left: 100%;
    margin: 0 0 0 -12px;
    border-width: 0 0 12px 12px
}

.protip-skin-square--size-large[data-pt-position="bottom-right-corner"] {
    border-top-left-radius: 0
}

.protip-skin-square--size-large[data-pt-position="bottom-right-corner"] .protip-arrow {
    top: 0;
    left: -12px;
    margin: -12px 0 0 12px;
    border-width:12px 0 0 12px
}

.protip-skin-square--scheme-pro.protip-container {
    color: #000;
    background: #da2e2b;
    font-family: sans-serif;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.protip-skin-square--scheme-pro[data-pt-position="top-left"] .protip-arrow, .protip-skin-square--scheme-pro[data-pt-position="top"] .protip-arrow, .protip-skin-square--scheme-pro[data-pt-position="top-right"] .protip-arrow {
    border-top-color: #da2e2b
}

.protip-skin-square--scheme-pro[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-square--scheme-pro[data-pt-position="bottom"] .protip-arrow, .protip-skin-square--scheme-pro[data-pt-position="bottom-right"] .protip-arrow {
    border-bottom-color: #da2e2b
}

.protip-skin-square--scheme-pro[data-pt-position="left-top"] .protip-arrow, .protip-skin-square--scheme-pro[data-pt-position="left"] .protip-arrow, .protip-skin-square--scheme-pro[data-pt-position="left-bottom"] .protip-arrow {
    border-left-color: #da2e2b
}

.protip-skin-square--scheme-pro[data-pt-position="right-top"] .protip-arrow, .protip-skin-square--scheme-pro[data-pt-position="right"] .protip-arrow, .protip-skin-square--scheme-pro[data-pt-position="right-bottom"] .protip-arrow {
    border-right-color: #da2e2b
}

.protip-skin-square--scheme-pro[data-pt-position="top-left-corner"] .protip-arrow {
    border-right-color: #da2e2b
}

.protip-skin-square--scheme-pro[data-pt-position="top-right-corner"] .protip-arrow {
    border-top-color: #da2e2b
}

.protip-skin-square--scheme-pro[data-pt-position="bottom-left-corner"] .protip-arrow {
    border-bottom-color: #da2e2b
}

.protip-skin-square--scheme-pro[data-pt-position="bottom-right-corner"] .protip-arrow {
    border-left-color:#da2e2b
}

.protip-skin-square--scheme-blue.protip-container {
    color: #fff;
    background: #369;
    font-family: sans-serif;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.protip-skin-square--scheme-blue[data-pt-position="top-left"] .protip-arrow, .protip-skin-square--scheme-blue[data-pt-position="top"] .protip-arrow, .protip-skin-square--scheme-blue[data-pt-position="top-right"] .protip-arrow {
    border-top-color: #369
}

.protip-skin-square--scheme-blue[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-square--scheme-blue[data-pt-position="bottom"] .protip-arrow, .protip-skin-square--scheme-blue[data-pt-position="bottom-right"] .protip-arrow {
    border-bottom-color: #369
}

.protip-skin-square--scheme-blue[data-pt-position="left-top"] .protip-arrow, .protip-skin-square--scheme-blue[data-pt-position="left"] .protip-arrow, .protip-skin-square--scheme-blue[data-pt-position="left-bottom"] .protip-arrow {
    border-left-color: #369
}

.protip-skin-square--scheme-blue[data-pt-position="right-top"] .protip-arrow, .protip-skin-square--scheme-blue[data-pt-position="right"] .protip-arrow, .protip-skin-square--scheme-blue[data-pt-position="right-bottom"] .protip-arrow {
    border-right-color: #369
}

.protip-skin-square--scheme-blue[data-pt-position="top-left-corner"] .protip-arrow {
    border-right-color: #369
}

.protip-skin-square--scheme-blue[data-pt-position="top-right-corner"] .protip-arrow {
    border-top-color: #369
}

.protip-skin-square--scheme-blue[data-pt-position="bottom-left-corner"] .protip-arrow {
    border-bottom-color: #369
}

.protip-skin-square--scheme-blue[data-pt-position="bottom-right-corner"] .protip-arrow {
    border-left-color:#369
}

.protip-skin-square--scheme-red.protip-container {
    color: #fff;
    background: #802731;
    font-family: sans-serif;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.protip-skin-square--scheme-red[data-pt-position="top-left"] .protip-arrow, .protip-skin-square--scheme-red[data-pt-position="top"] .protip-arrow, .protip-skin-square--scheme-red[data-pt-position="top-right"] .protip-arrow {
    border-top-color: #802731
}

.protip-skin-square--scheme-red[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-square--scheme-red[data-pt-position="bottom"] .protip-arrow, .protip-skin-square--scheme-red[data-pt-position="bottom-right"] .protip-arrow {
    border-bottom-color: #802731
}

.protip-skin-square--scheme-red[data-pt-position="left-top"] .protip-arrow, .protip-skin-square--scheme-red[data-pt-position="left"] .protip-arrow, .protip-skin-square--scheme-red[data-pt-position="left-bottom"] .protip-arrow {
    border-left-color: #802731
}

.protip-skin-square--scheme-red[data-pt-position="right-top"] .protip-arrow, .protip-skin-square--scheme-red[data-pt-position="right"] .protip-arrow, .protip-skin-square--scheme-red[data-pt-position="right-bottom"] .protip-arrow {
    border-right-color: #802731
}

.protip-skin-square--scheme-red[data-pt-position="top-left-corner"] .protip-arrow {
    border-right-color: #802731
}

.protip-skin-square--scheme-red[data-pt-position="top-right-corner"] .protip-arrow {
    border-top-color: #802731
}

.protip-skin-square--scheme-red[data-pt-position="bottom-left-corner"] .protip-arrow {
    border-bottom-color: #802731
}

.protip-skin-square--scheme-red[data-pt-position="bottom-right-corner"] .protip-arrow {
    border-left-color:#802731
}

.protip-skin-square--scheme-aqua.protip-container {
    color: #fff;
    background: #339996;
    font-family: sans-serif;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.protip-skin-square--scheme-aqua[data-pt-position="top-left"] .protip-arrow, .protip-skin-square--scheme-aqua[data-pt-position="top"] .protip-arrow, .protip-skin-square--scheme-aqua[data-pt-position="top-right"] .protip-arrow {
    border-top-color: #339996
}

.protip-skin-square--scheme-aqua[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-square--scheme-aqua[data-pt-position="bottom"] .protip-arrow, .protip-skin-square--scheme-aqua[data-pt-position="bottom-right"] .protip-arrow {
    border-bottom-color: #339996
}

.protip-skin-square--scheme-aqua[data-pt-position="left-top"] .protip-arrow, .protip-skin-square--scheme-aqua[data-pt-position="left"] .protip-arrow, .protip-skin-square--scheme-aqua[data-pt-position="left-bottom"] .protip-arrow {
    border-left-color: #339996
}

.protip-skin-square--scheme-aqua[data-pt-position="right-top"] .protip-arrow, .protip-skin-square--scheme-aqua[data-pt-position="right"] .protip-arrow, .protip-skin-square--scheme-aqua[data-pt-position="right-bottom"] .protip-arrow {
    border-right-color: #339996
}

.protip-skin-square--scheme-aqua[data-pt-position="top-left-corner"] .protip-arrow {
    border-right-color: #339996
}

.protip-skin-square--scheme-aqua[data-pt-position="top-right-corner"] .protip-arrow {
    border-top-color: #339996
}

.protip-skin-square--scheme-aqua[data-pt-position="bottom-left-corner"] .protip-arrow {
    border-bottom-color: #339996
}

.protip-skin-square--scheme-aqua[data-pt-position="bottom-right-corner"] .protip-arrow {
    border-left-color:#339996
}

.protip-skin-square--scheme-dark-transparent.protip-container {
    color: #fff;
    background: rgba(20, 20, 20, 0.8);
    font-family: sans-serif;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.protip-skin-square--scheme-dark-transparent[data-pt-position="top-left"] .protip-arrow, .protip-skin-square--scheme-dark-transparent[data-pt-position="top"] .protip-arrow, .protip-skin-square--scheme-dark-transparent[data-pt-position="top-right"] .protip-arrow {
    border-top-color: rgba(20, 20, 20, 0.8)
}

.protip-skin-square--scheme-dark-transparent[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-square--scheme-dark-transparent[data-pt-position="bottom"] .protip-arrow, .protip-skin-square--scheme-dark-transparent[data-pt-position="bottom-right"] .protip-arrow {
    border-bottom-color: rgba(20, 20, 20, 0.8)
}

.protip-skin-square--scheme-dark-transparent[data-pt-position="left-top"] .protip-arrow, .protip-skin-square--scheme-dark-transparent[data-pt-position="left"] .protip-arrow, .protip-skin-square--scheme-dark-transparent[data-pt-position="left-bottom"] .protip-arrow {
    border-left-color: rgba(20, 20, 20, 0.8)
}

.protip-skin-square--scheme-dark-transparent[data-pt-position="right-top"] .protip-arrow, .protip-skin-square--scheme-dark-transparent[data-pt-position="right"] .protip-arrow, .protip-skin-square--scheme-dark-transparent[data-pt-position="right-bottom"] .protip-arrow {
    border-right-color: rgba(20, 20, 20, 0.8)
}

.protip-skin-square--scheme-dark-transparent[data-pt-position="top-left-corner"] .protip-arrow {
    border-right-color: rgba(20, 20, 20, 0.8)
}

.protip-skin-square--scheme-dark-transparent[data-pt-position="top-right-corner"] .protip-arrow {
    border-top-color: rgba(20, 20, 20, 0.8)
}

.protip-skin-square--scheme-dark-transparent[data-pt-position="bottom-left-corner"] .protip-arrow {
    border-bottom-color: rgba(20, 20, 20, 0.8)
}

.protip-skin-square--scheme-dark-transparent[data-pt-position="bottom-right-corner"] .protip-arrow {
    border-left-color:rgba(20, 20, 20, 0.8)
}

.protip-skin-square--scheme-dark.protip-container {
    color: #fff;
    background: #333;
    font-family: sans-serif;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.protip-skin-square--scheme-dark[data-pt-position="top-left"] .protip-arrow, .protip-skin-square--scheme-dark[data-pt-position="top"] .protip-arrow, .protip-skin-square--scheme-dark[data-pt-position="top-right"] .protip-arrow {
    border-top-color: #333
}

.protip-skin-square--scheme-dark[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-square--scheme-dark[data-pt-position="bottom"] .protip-arrow, .protip-skin-square--scheme-dark[data-pt-position="bottom-right"] .protip-arrow {
    border-bottom-color: #333
}

.protip-skin-square--scheme-dark[data-pt-position="left-top"] .protip-arrow, .protip-skin-square--scheme-dark[data-pt-position="left"] .protip-arrow, .protip-skin-square--scheme-dark[data-pt-position="left-bottom"] .protip-arrow {
    border-left-color: #333
}

.protip-skin-square--scheme-dark[data-pt-position="right-top"] .protip-arrow, .protip-skin-square--scheme-dark[data-pt-position="right"] .protip-arrow, .protip-skin-square--scheme-dark[data-pt-position="right-bottom"] .protip-arrow {
    border-right-color: #333
}

.protip-skin-square--scheme-dark[data-pt-position="top-left-corner"] .protip-arrow {
    border-right-color: #333
}

.protip-skin-square--scheme-dark[data-pt-position="top-right-corner"] .protip-arrow {
    border-top-color: #333
}

.protip-skin-square--scheme-dark[data-pt-position="bottom-left-corner"] .protip-arrow {
    border-bottom-color: #333
}

.protip-skin-square--scheme-dark[data-pt-position="bottom-right-corner"] .protip-arrow {
    border-left-color:#333
}

.protip-skin-square--scheme-black.protip-container {
    color: #fff;
    background: #000;
    font-family: sans-serif;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.protip-skin-square--scheme-black[data-pt-position="top-left"] .protip-arrow, .protip-skin-square--scheme-black[data-pt-position="top"] .protip-arrow, .protip-skin-square--scheme-black[data-pt-position="top-right"] .protip-arrow {
    border-top-color: #000
}

.protip-skin-square--scheme-black[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-square--scheme-black[data-pt-position="bottom"] .protip-arrow, .protip-skin-square--scheme-black[data-pt-position="bottom-right"] .protip-arrow {
    border-bottom-color: #000
}

.protip-skin-square--scheme-black[data-pt-position="left-top"] .protip-arrow, .protip-skin-square--scheme-black[data-pt-position="left"] .protip-arrow, .protip-skin-square--scheme-black[data-pt-position="left-bottom"] .protip-arrow {
    border-left-color: #000
}

.protip-skin-square--scheme-black[data-pt-position="right-top"] .protip-arrow, .protip-skin-square--scheme-black[data-pt-position="right"] .protip-arrow, .protip-skin-square--scheme-black[data-pt-position="right-bottom"] .protip-arrow {
    border-right-color: #000
}

.protip-skin-square--scheme-black[data-pt-position="top-left-corner"] .protip-arrow {
    border-right-color: #000
}

.protip-skin-square--scheme-black[data-pt-position="top-right-corner"] .protip-arrow {
    border-top-color: #000
}

.protip-skin-square--scheme-black[data-pt-position="bottom-left-corner"] .protip-arrow {
    border-bottom-color: #000
}

.protip-skin-square--scheme-black[data-pt-position="bottom-right-corner"] .protip-arrow {
    border-left-color:#000
}

.protip-skin-square--scheme-leaf.protip-container {
    color: #fff;
    background: #339959;
    font-family: sans-serif;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.protip-skin-square--scheme-leaf[data-pt-position="top-left"] .protip-arrow, .protip-skin-square--scheme-leaf[data-pt-position="top"] .protip-arrow, .protip-skin-square--scheme-leaf[data-pt-position="top-right"] .protip-arrow {
    border-top-color: #339959
}

.protip-skin-square--scheme-leaf[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-square--scheme-leaf[data-pt-position="bottom"] .protip-arrow, .protip-skin-square--scheme-leaf[data-pt-position="bottom-right"] .protip-arrow {
    border-bottom-color: #339959
}

.protip-skin-square--scheme-leaf[data-pt-position="left-top"] .protip-arrow, .protip-skin-square--scheme-leaf[data-pt-position="left"] .protip-arrow, .protip-skin-square--scheme-leaf[data-pt-position="left-bottom"] .protip-arrow {
    border-left-color: #339959
}

.protip-skin-square--scheme-leaf[data-pt-position="right-top"] .protip-arrow, .protip-skin-square--scheme-leaf[data-pt-position="right"] .protip-arrow, .protip-skin-square--scheme-leaf[data-pt-position="right-bottom"] .protip-arrow {
    border-right-color: #339959
}

.protip-skin-square--scheme-leaf[data-pt-position="top-left-corner"] .protip-arrow {
    border-right-color: #339959
}

.protip-skin-square--scheme-leaf[data-pt-position="top-right-corner"] .protip-arrow {
    border-top-color: #339959
}

.protip-skin-square--scheme-leaf[data-pt-position="bottom-left-corner"] .protip-arrow {
    border-bottom-color: #339959
}

.protip-skin-square--scheme-leaf[data-pt-position="bottom-right-corner"] .protip-arrow {
    border-left-color:#339959
}

.protip-skin-square--scheme-purple.protip-container {
    color: #fff;
    background: #613399;
    font-family: sans-serif;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.protip-skin-square--scheme-purple[data-pt-position="top-left"] .protip-arrow, .protip-skin-square--scheme-purple[data-pt-position="top"] .protip-arrow, .protip-skin-square--scheme-purple[data-pt-position="top-right"] .protip-arrow {
    border-top-color: #613399
}

.protip-skin-square--scheme-purple[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-square--scheme-purple[data-pt-position="bottom"] .protip-arrow, .protip-skin-square--scheme-purple[data-pt-position="bottom-right"] .protip-arrow {
    border-bottom-color: #613399
}

.protip-skin-square--scheme-purple[data-pt-position="left-top"] .protip-arrow, .protip-skin-square--scheme-purple[data-pt-position="left"] .protip-arrow, .protip-skin-square--scheme-purple[data-pt-position="left-bottom"] .protip-arrow {
    border-left-color: #613399
}

.protip-skin-square--scheme-purple[data-pt-position="right-top"] .protip-arrow, .protip-skin-square--scheme-purple[data-pt-position="right"] .protip-arrow, .protip-skin-square--scheme-purple[data-pt-position="right-bottom"] .protip-arrow {
    border-right-color: #613399
}

.protip-skin-square--scheme-purple[data-pt-position="top-left-corner"] .protip-arrow {
    border-right-color: #613399
}

.protip-skin-square--scheme-purple[data-pt-position="top-right-corner"] .protip-arrow {
    border-top-color: #613399
}

.protip-skin-square--scheme-purple[data-pt-position="bottom-left-corner"] .protip-arrow {
    border-bottom-color: #613399
}

.protip-skin-square--scheme-purple[data-pt-position="bottom-right-corner"] .protip-arrow {
    border-left-color:#613399
}

.protip-skin-square--scheme-pink.protip-container {
    color: #000;
    background: #D457AA;
    font-family: sans-serif;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.protip-skin-square--scheme-pink[data-pt-position="top-left"] .protip-arrow, .protip-skin-square--scheme-pink[data-pt-position="top"] .protip-arrow, .protip-skin-square--scheme-pink[data-pt-position="top-right"] .protip-arrow {
    border-top-color: #D457AA
}

.protip-skin-square--scheme-pink[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-square--scheme-pink[data-pt-position="bottom"] .protip-arrow, .protip-skin-square--scheme-pink[data-pt-position="bottom-right"] .protip-arrow {
    border-bottom-color: #D457AA
}

.protip-skin-square--scheme-pink[data-pt-position="left-top"] .protip-arrow, .protip-skin-square--scheme-pink[data-pt-position="left"] .protip-arrow, .protip-skin-square--scheme-pink[data-pt-position="left-bottom"] .protip-arrow {
    border-left-color: #D457AA
}

.protip-skin-square--scheme-pink[data-pt-position="right-top"] .protip-arrow, .protip-skin-square--scheme-pink[data-pt-position="right"] .protip-arrow, .protip-skin-square--scheme-pink[data-pt-position="right-bottom"] .protip-arrow {
    border-right-color: #D457AA
}

.protip-skin-square--scheme-pink[data-pt-position="top-left-corner"] .protip-arrow {
    border-right-color: #D457AA
}

.protip-skin-square--scheme-pink[data-pt-position="top-right-corner"] .protip-arrow {
    border-top-color: #D457AA
}

.protip-skin-square--scheme-pink[data-pt-position="bottom-left-corner"] .protip-arrow {
    border-bottom-color: #D457AA
}

.protip-skin-square--scheme-pink[data-pt-position="bottom-right-corner"] .protip-arrow {
    border-left-color:#D457AA
}

.protip-skin-square--scheme-orange.protip-container {
    color: #000;
    background: #E64426;
    font-family: sans-serif;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.protip-skin-square--scheme-orange[data-pt-position="top-left"] .protip-arrow, .protip-skin-square--scheme-orange[data-pt-position="top"] .protip-arrow, .protip-skin-square--scheme-orange[data-pt-position="top-right"] .protip-arrow {
    border-top-color: #E64426
}

.protip-skin-square--scheme-orange[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-square--scheme-orange[data-pt-position="bottom"] .protip-arrow, .protip-skin-square--scheme-orange[data-pt-position="bottom-right"] .protip-arrow {
    border-bottom-color: #E64426
}

.protip-skin-square--scheme-orange[data-pt-position="left-top"] .protip-arrow, .protip-skin-square--scheme-orange[data-pt-position="left"] .protip-arrow, .protip-skin-square--scheme-orange[data-pt-position="left-bottom"] .protip-arrow {
    border-left-color: #E64426
}

.protip-skin-square--scheme-orange[data-pt-position="right-top"] .protip-arrow, .protip-skin-square--scheme-orange[data-pt-position="right"] .protip-arrow, .protip-skin-square--scheme-orange[data-pt-position="right-bottom"] .protip-arrow {
    border-right-color: #E64426
}

.protip-skin-square--scheme-orange[data-pt-position="top-left-corner"] .protip-arrow {
    border-right-color: #E64426
}

.protip-skin-square--scheme-orange[data-pt-position="top-right-corner"] .protip-arrow {
    border-top-color: #E64426
}

.protip-skin-square--scheme-orange[data-pt-position="bottom-left-corner"] .protip-arrow {
    border-bottom-color: #E64426
}

.protip-skin-square--scheme-orange[data-pt-position="bottom-right-corner"] .protip-arrow {
    border-left-color:#E64426
}

.protip-skin-square--scheme-white.protip-container {
    color: #000;
    background: #FFF;
    font-family: sans-serif;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.protip-skin-square--scheme-white[data-pt-position="top-left"] .protip-arrow, .protip-skin-square--scheme-white[data-pt-position="top"] .protip-arrow, .protip-skin-square--scheme-white[data-pt-position="top-right"] .protip-arrow {
    border-top-color: #FFF
}

.protip-skin-square--scheme-white[data-pt-position="bottom-left"] .protip-arrow, .protip-skin-square--scheme-white[data-pt-position="bottom"] .protip-arrow, .protip-skin-square--scheme-white[data-pt-position="bottom-right"] .protip-arrow {
    border-bottom-color: #FFF
}

.protip-skin-square--scheme-white[data-pt-position="left-top"] .protip-arrow, .protip-skin-square--scheme-white[data-pt-position="left"] .protip-arrow, .protip-skin-square--scheme-white[data-pt-position="left-bottom"] .protip-arrow {
    border-left-color: #FFF
}

.protip-skin-square--scheme-white[data-pt-position="right-top"] .protip-arrow, .protip-skin-square--scheme-white[data-pt-position="right"] .protip-arrow, .protip-skin-square--scheme-white[data-pt-position="right-bottom"] .protip-arrow {
    border-right-color: #FFF
}

.protip-skin-square--scheme-white[data-pt-position="top-left-corner"] .protip-arrow {
    border-right-color: #FFF
}

.protip-skin-square--scheme-white[data-pt-position="top-right-corner"] .protip-arrow {
    border-top-color: #FFF
}

.protip-skin-square--scheme-white[data-pt-position="bottom-left-corner"] .protip-arrow {
    border-bottom-color: #FFF
}

.protip-skin-square--scheme-white[data-pt-position="bottom-right-corner"] .protip-arrow {
    border-left-color:#FFF
}
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust:100%
}

body {
    margin:0
}

article, aside, footer, header, nav, section {
    display:block
}

h1 {
    font-size: 2em;
    margin:0.67em 0
}

figcaption, figure {
    display:block
}

figure {
    margin:1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow:visible
}

main {
    display:block
}

pre {
    font-family: monospace, monospace;
    font-size:1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip:objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration:underline dotted
}

b, strong {
    font-weight:inherit
}

b, strong {
    font-weight:bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size:1em
}

dfn {
    font-style:italic
}

mark {
    background-color: #ff0;
    color:#000
}

small {
    font-size:80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align:baseline
}

sub {
    bottom:-0.25em
}

sup {
    top:-0.5em
}

audio, video {
    display:inline-block
}

audio:not([controls]) {
    display: none;
    height:0
}

img {
    border-style:none
}

svg:not(:root) {
    overflow:hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin:0
}

button {
    overflow:visible
}

button, select {
    text-transform: none
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline:1px dotted ButtonText
}

input {
    overflow: visible
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance:none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font:inherit
}

fieldset {
    padding:0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space:normal
}

progress {
    display: inline-block;
    vertical-align:baseline
}

textarea {
    overflow:auto
}

details {
    display:block
}

summary {
    display:list-item
}

menu {
    display:block
}

canvas {
    display:inline-block
}

template {
    display:none
}

[hidden] {
    display:none
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    height: 100%;
    line-height: 24px;
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust:100%
}

*, * ::before, * ::after {
    -webkit-box-sizing: inherit;
    box-sizing:inherit
}

body {
    background: #fff;
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.cke_editable, .cke_panel_container body, [contenteditable='true'] body, body[contenteditable='true'], body.cke_panel_frame {
    background: white;
    padding:2em
}

blockquote, dl, hr, ol, p, pre, table, ul {
    margin:0 0 24px
}

dd {
    margin:0 0 0 24px
}

hr {
    background: #ccc;
    border: none;
    height:1px
}

ol, ul {
    padding-left:24px
}

li > ol, li > ul {
    margin-bottom:0
}

a, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    color: #007faf;
    outline: none;
    padding: 0;
    text-decoration:none
}

a:focus, a:hover, button:focus, button:hover {
    color: #00709b;
    outline: none
}

a, area, button, [role="button"], input, label, select, summary, textarea {
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -ms-touch-action: manipulation;
    touch-action:manipulation
}

form {
    margin:0
}

label {
    cursor: pointer
}

label > input[type='checkbox'], label > input[type='radio'] {
    margin-right: 6px;
    vertical-align:middle
}

input, select {
    display: inline-block;
    vertical-align:middle
}

select {
    max-width: 100%;
    outline:none
}

::-webkit-input-placeholder {
    color: gray;
    opacity:1
}

:-ms-input-placeholder {
    color: gray;
    opacity:1
}

::placeholder {
    color: gray;
    opacity:1
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    display: block;
    font-weight: normal;
    margin:0 0 24px
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    color:inherit
}

h1 a:focus, h1 a:hover, .h1 a:focus, .h1 a:hover, h2 a:focus, h2 a:hover, .h2 a:focus, .h2 a:hover, h3 a:focus, h3 a:hover, .h3 a:focus, .h3 a:hover, h4 a:focus, h4 a:hover, .h4 a:focus, .h4 a:hover, h5 a:focus, h5 a:hover, .h5 a:focus, .h5 a:hover, h6 a:focus, h6 a:hover, .h6 a:focus, .h6 a:hover {
    color:#00709b
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
    display: block;
    font-size:1rem
}

h1, .h1 {
    font-size: 32px;
    line-height:36px
}

h2, .h2 {
    font-size: 28px;
    line-height:36px
}

h3, .h3 {
    font-size: 24px;
    line-height:36px
}

h4, .h4 {
    font-size: 20px;
    line-height:24px
}

h5, .h5 {
    font-size: 18px;
    line-height:24px
}

h6, .h6 {
    font-size: 16px;
    line-height:24px
}

embed, iframe, img, object {
    max-width:100%
}

::-moz-selection {
    background: #007faf;
    color:#fff
}

::selection {
    background: #007faf;
    color:#fff
}

table {
    border-collapse: collapse;
    width: 100%;
    word-wrap:break-word
}

tr {
    vertical-align:top
}

th, td {
    border: 1px solid #ccc;
    padding: 12px 12px;
    text-align:left
}

.table-fixed {
    table-layout:fixed
}

.button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #007faf;
    border-radius: 0;
    border: 1px solid #007faf;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
    outline: none;
    padding: 12px 24px;
    text-align: center;
    vertical-align:middle
}

.button:hover, .button:focus {
    background-color: #00709b;
    border-color: #00709b;
    color:#fff
}

.button--wide {
    display: block;
    width:100%
}

.container {
    max-width: 1024px;
    position: relative;
    margin:0 auto
}

@media only screen and (max-width: 1072px) {
    .container {
        margin:0 24px
    }
}

.container::before, .container::after {
    content: '';
    display:table
}

.container::after {
    clear:both
}

.control {
    color: #000;
    cursor: pointer;
    display: inline-block;
    padding-left: 23px;
    position: relative;
    margin-right:24px
}

.control--block {
    display: block;
    margin-right: 0;
    margin-bottom:12px
}

.control input {
    opacity: 0;
    position: absolute;
    z-index:-1
}

.control__indicator {
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    border-radius: 0;
    color: #ccc;
    display: block;
    font-size: 65%;
    height: 15px;
    line-height: 1rem;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width:15px
}

input:focus ~ .control__indicator {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007faf;
    box-shadow:0 0 0 0.075rem #fff, 0 0 0 0.2rem #007faf
}

input:checked ~ .control__indicator {
    background-color: #007faf;
    color:#fff
}

input:active ~ .control__indicator {
    background-color: #00709b;
    color:#fff
}

input:checked ~ .control__indicator {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=)
}

.control--radio .control__indicator {
    border-radius:50%
}

.control--radio input:checked ~ .control__indicator {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==)
}

.form-item {
    margin:0 0 24px
}

.form-item abbr {
    color: #007faf;
    padding-left:3px
}

.form-item__help {
    color: #404040;
    display: block;
    margin:6px 0 0
}

.form-item__label {
    display: inline-block;
    margin:0 0 6px
}

.form-item__label > abbr[title] {
    border-bottom: none;
    text-decoration:none
}

.form-item--error .text-input {
    border-color:#c7738a
}

.form-item--placeholder {
    position:relative
}

.form-item--placeholder > .form-item__label {
    margin-top: -8px;
    margin-bottom: 0;
    padding-left: 12px;
    position: absolute;
    top: 24px;
    left: 0;
    -webkit-transition: 0.3s ease;
    transition:0.3s ease
}

.form-item--placeholder.has-input > .form-item__label, .form-item--placeholder.is-active > .form-item__label {
    background: #007faf;
    color: #fff;
    margin-top: -3px;
    padding: 6px 12px;
    top:-36px
}

.form-item--placeholder.has-input > .form-item__label {
    opacity: 0;
    visibility:hidden
}

.form-item--placeholder.is-active > .form-item__label {
    opacity: 1;
    visibility:visible
}

.form-item--inline {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex
}

.form-item--inline > .form-item__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex:1
}

.form-item--inline > .form-item__label {
    margin-right: 24px;
    margin-bottom:0
}

.full-width {
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    right: 50%;
    left: 50%;
    width:100vw
}

.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left:-24px
}

.grid__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    padding-left:24px
}

.grid--narrow-gutter {
    margin-left:-12px
}

.grid--narrow-gutter > .grid__col {
    padding-left:12px
}

.grid--no-gutter {
    margin-left:0
}

.grid--no-gutter > .grid__col {
    padding-left:0
}

.grid--wide-gutter {
    margin-left:-48px
}

.grid--wide-gutter > .grid__col {
    padding-left:48px
}

.grid--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content:flex-start
}

.grid--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content:center
}

.grid--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content:flex-end
}

.grid--top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items:flex-start
}

.grid--middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items:center
}

.grid--bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items:flex-end
}

.grid--equal > .grid__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction:column
}

.grid--equal > .grid__col > :only-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow:1
}

.grid--reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction:row-reverse
}

.grid--around {
    -ms-flex-pack: distribute;
    justify-content:space-around
}

.grid--between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:space-between
}

.intro {
    font-size: 18px;
    line-height:26px
}

.item-list {
    list-style: none;
    margin-bottom: 0;
    padding:0
}

.item-list > li {
    margin-bottom:24px
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items:flex-start
}

.media--reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction:row-reverse
}

.media__thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right:24px
}

.media--reversed .media__thumb {
    margin-right: 0;
    margin-left:24px
}

.media__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex:1 1 0%
}

@media only screen and (max-width: 480px) {
    .media {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction:column
    }

    .media__thumb {
        margin:0 0 24px
    }
}

.message {
    background: #007faf;
    color: #fff;
    display: block;
    margin: 0 0 24px;
    padding:12px 24px
}

.message--error {
    background:#c7738a
}

.message--success {
    background:#a9c833
}

.narrow {
    max-width:720px
}

.narrow--center {
    margin-left: auto;
    margin-right:auto
}

.nav-v {
    list-style: none;
    padding:0
}

.nav-v > li > a {
    display:block
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-left: -24px;
    padding:0
}

.nav > li {
    padding-left:24px
}

.nav > li > a {
    display:block
}

.nav--narrow, .nav--piped {
    margin-left:-12px
}

.nav--narrow > li, .nav--piped > li {
    padding-left:12px
}

.nav--piped > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex
}

.nav--piped > li::before {
    color: #ccc;
    content: '|';
    margin-right:12px
}

.nav--piped > li:first-child::before {
    display:none
}

.number-input {
    display: block;
    float: left;
    overflow:hidden
}

.number-input input {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    border-top: 1px solid #ccc;
    border-right: 0px;
    border-bottom: 1px solid #ccc;
    border-left: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    outline: none;
    padding: 12px;
    text-align: center;
    width:50px
}

.number-input input::-webkit-outer-spin-button, .number-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin:0
}

.number-input__change {
    -moz-osx-font-smoothing: unset;
    -webkit-font-smoothing: none;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #007faf;
    display: block;
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width:40px
}

.number-input__change:hover {
    background-color: #007faf;
    border-color: #007faf;
    color:#fff
}

.number-input__change--minus {
    float:left
}

.number-input__change--plus {
    float:right
}

.number-input__inner {
    display:inline-block
}

.section {
    padding:24px 0 0 0
}

@media only screen and (min-width: 961px) {
    .section--main {
        min-height:50vh
    }
}

.select {
    color: #000;
    display: inline-block;
    position:relative
}

.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    margin: 0;
    outline: 0;
    padding: 12px 48px 12px 12px;
    width:100%
}

.select::after {
    border-top: .35rem solid;
    border-right: .35rem solid transparent;
    border-bottom: .35rem solid transparent;
    border-left: .35rem solid transparent;
    color: #007faf;
    content: '';
    display: inline-block;
    height: 0;
    margin-top: -.15rem;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 1.25rem;
    width:0
}

.select--wide {
    display:block
}

.select select:focus:-moz-focusring {
    color: transparent;
    text-shadow:0 0 0 black
}

.select select::-ms-expand {
    display:none
}

@-moz-document url-prefix() {
    .select select {
        text-indent: 0.01px;
        text-overflow: ''
    }

    .select option {
        background-color:white
    }
}

.text-input {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    background: #fff;
    border-radius: 0;
    border: 1px solid #ccc;
    color: #000;
    display: inline-block;
    font: inherit;
    outline: none;
    padding: .5rem;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    vertical-align: middle;
    width:100%
}

.text-input:focus {
    border-color: #007faf;
    -webkit-box-shadow: 0 0 1px 1px #007faf;
    box-shadow:0 0 1px 1px #007faf
}

.text-input::-webkit-inner-spin-button, .text-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin:0
}

.text-input--tiny {
    max-width:4em
}

.text-input--small {
    max-width:8em
}

.text-input--medium {
    max-width:12em
}

.text-input--medium-large {
    max-width:18em
}

.text-input--large {
    max-width:24em
}

textarea.text-input {
    height: 8em;
    line-height: inherit;
    resize:vertical
}

textarea.text-input[rows] {
    height:auto
}

textarea.text-input--deep {
    height:16em
}

textarea.text-input--shallow {
    height:4em
}

.thumb {
    display: block;
    overflow: hidden;
    position:relative
}

.thumb > img {
    display: block;
    pointer-events: none;
    width:100%
}

.thumb--1x1 {
    padding-top:100%
}

.thumb--1x1 > img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    position: absolute;
    top: 0;
    left:0
}

.video {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    position:relative
}

.video > * {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width:100%
}

.video--wide {
    padding-top:46.25%
}

.well {
    display: block;
    padding: 24px 24px;
    position:relative
}

.well::after {
    clear: both;
    content: '';
    display:table
}

.well > :last-child {
    margin-bottom:0
}

.well--narrow {
    padding:12px 12px
}

.well--wide {
    padding:48px 48px
}

.xxl-1 {
    width:100%
}

.xxl-1-2 {
    width:50%
}

.xxl-1-3 {
    width:33.33333%
}

.xxl-2-3 {
    width:66.66667%
}

.xxl-1-4 {
    width:25%
}

.xxl-2-4 {
    width:50%
}

.xxl-3-4 {
    width:75%
}

.xxl-1-6 {
    width:16.66667%
}

.xxl-2-6 {
    width:33.33333%
}

.xxl-3-6 {
    width:50%
}

.xxl-4-6 {
    width:66.66667%
}

.xxl-5-6 {
    width:83.33333%
}

.xxl-1-8 {
    width:12.5%
}

.xxl-2-8 {
    width:25%
}

.xxl-3-8 {
    width:37.5%
}

.xxl-4-8 {
    width:50%
}

.xxl-5-8 {
    width:62.5%
}

.xxl-6-8 {
    width:75%
}

.xxl-7-8 {
    width:87.5%
}

.xxl-1-12 {
    width:8.33333%
}

.xxl-2-12 {
    width:16.66667%
}

.xxl-3-12 {
    width:25%
}

.xxl-4-12 {
    width:33.33333%
}

.xxl-5-12 {
    width:41.66667%
}

.xxl-6-12 {
    width:50%
}

.xxl-7-12 {
    width:58.33333%
}

.xxl-8-12 {
    width:66.66667%
}

.xxl-9-12 {
    width:75%
}

.xxl-10-12 {
    width:83.33333%
}

.xxl-11-12 {
    width:91.66667%
}

@media only screen and (max-width: 1072px) {
    .xl-1 {
        width:100%
    }

    .xl-1-2 {
        width:50%
    }

    .xl-1-3 {
        width:33.33333%
    }

    .xl-2-3 {
        width:66.66667%
    }

    .xl-1-4 {
        width:25%
    }

    .xl-2-4 {
        width:50%
    }

    .xl-3-4 {
        width:75%
    }

    .xl-1-6 {
        width:16.66667%
    }

    .xl-2-6 {
        width:33.33333%
    }

    .xl-3-6 {
        width:50%
    }

    .xl-4-6 {
        width:66.66667%
    }

    .xl-5-6 {
        width:83.33333%
    }

    .xl-1-8 {
        width:12.5%
    }

    .xl-2-8 {
        width:25%
    }

    .xl-3-8 {
        width:37.5%
    }

    .xl-4-8 {
        width:50%
    }

    .xl-5-8 {
        width:62.5%
    }

    .xl-6-8 {
        width:75%
    }

    .xl-7-8 {
        width:87.5%
    }

    .xl-1-12 {
        width:8.33333%
    }

    .xl-2-12 {
        width:16.66667%
    }

    .xl-3-12 {
        width:25%
    }

    .xl-4-12 {
        width:33.33333%
    }

    .xl-5-12 {
        width:41.66667%
    }

    .xl-6-12 {
        width:50%
    }

    .xl-7-12 {
        width:58.33333%
    }

    .xl-8-12 {
        width:66.66667%
    }

    .xl-9-12 {
        width:75%
    }

    .xl-10-12 {
        width:83.33333%
    }

    .xl-11-12 {
        width:91.66667%
    }
}

@media only screen and (max-width: 960px) {
    .l-1 {
        width:100%
    }

    .l-1-2 {
        width:50%
    }

    .l-1-3 {
        width:33.33333%
    }

    .l-2-3 {
        width:66.66667%
    }

    .l-1-4 {
        width:25%
    }

    .l-2-4 {
        width:50%
    }

    .l-3-4 {
        width:75%
    }

    .l-1-6 {
        width:16.66667%
    }

    .l-2-6 {
        width:33.33333%
    }

    .l-3-6 {
        width:50%
    }

    .l-4-6 {
        width:66.66667%
    }

    .l-5-6 {
        width:83.33333%
    }

    .l-1-8 {
        width:12.5%
    }

    .l-2-8 {
        width:25%
    }

    .l-3-8 {
        width:37.5%
    }

    .l-4-8 {
        width:50%
    }

    .l-5-8 {
        width:62.5%
    }

    .l-6-8 {
        width:75%
    }

    .l-7-8 {
        width:87.5%
    }

    .l-1-12 {
        width:8.33333%
    }

    .l-2-12 {
        width:16.66667%
    }

    .l-3-12 {
        width:25%
    }

    .l-4-12 {
        width:33.33333%
    }

    .l-5-12 {
        width:41.66667%
    }

    .l-6-12 {
        width:50%
    }

    .l-7-12 {
        width:58.33333%
    }

    .l-8-12 {
        width:66.66667%
    }

    .l-9-12 {
        width:75%
    }

    .l-10-12 {
        width:83.33333%
    }

    .l-11-12 {
        width:91.66667%
    }
}

@media only screen and (max-width: 720px) {
    .m-1 {
        width:100%
    }

    .m-1-2 {
        width:50%
    }

    .m-1-3 {
        width:33.33333%
    }

    .m-2-3 {
        width:66.66667%
    }

    .m-1-4 {
        width:25%
    }

    .m-2-4 {
        width:50%
    }

    .m-3-4 {
        width:75%
    }

    .m-1-6 {
        width:16.66667%
    }

    .m-2-6 {
        width:33.33333%
    }

    .m-3-6 {
        width:50%
    }

    .m-4-6 {
        width:66.66667%
    }

    .m-5-6 {
        width:83.33333%
    }

    .m-1-8 {
        width:12.5%
    }

    .m-2-8 {
        width:25%
    }

    .m-3-8 {
        width:37.5%
    }

    .m-4-8 {
        width:50%
    }

    .m-5-8 {
        width:62.5%
    }

    .m-6-8 {
        width:75%
    }

    .m-7-8 {
        width:87.5%
    }

    .m-1-12 {
        width:8.33333%
    }

    .m-2-12 {
        width:16.66667%
    }

    .m-3-12 {
        width:25%
    }

    .m-4-12 {
        width:33.33333%
    }

    .m-5-12 {
        width:41.66667%
    }

    .m-6-12 {
        width:50%
    }

    .m-7-12 {
        width:58.33333%
    }

    .m-8-12 {
        width:66.66667%
    }

    .m-9-12 {
        width:75%
    }

    .m-10-12 {
        width:83.33333%
    }

    .m-11-12 {
        width:91.66667%
    }
}

@media only screen and (max-width: 480px) {
    .s-1 {
        width:100%
    }

    .s-1-2 {
        width:50%
    }

    .s-1-3 {
        width:33.33333%
    }

    .s-2-3 {
        width:66.66667%
    }

    .s-1-4 {
        width:25%
    }

    .s-2-4 {
        width:50%
    }

    .s-3-4 {
        width:75%
    }

    .s-1-6 {
        width:16.66667%
    }

    .s-2-6 {
        width:33.33333%
    }

    .s-3-6 {
        width:50%
    }

    .s-4-6 {
        width:66.66667%
    }

    .s-5-6 {
        width:83.33333%
    }

    .s-1-8 {
        width:12.5%
    }

    .s-2-8 {
        width:25%
    }

    .s-3-8 {
        width:37.5%
    }

    .s-4-8 {
        width:50%
    }

    .s-5-8 {
        width:62.5%
    }

    .s-6-8 {
        width:75%
    }

    .s-7-8 {
        width:87.5%
    }

    .s-1-12 {
        width:8.33333%
    }

    .s-2-12 {
        width:16.66667%
    }

    .s-3-12 {
        width:25%
    }

    .s-4-12 {
        width:33.33333%
    }

    .s-5-12 {
        width:41.66667%
    }

    .s-6-12 {
        width:50%
    }

    .s-7-12 {
        width:58.33333%
    }

    .s-8-12 {
        width:66.66667%
    }

    .s-9-12 {
        width:75%
    }

    .s-10-12 {
        width:83.33333%
    }

    .s-11-12 {
        width:91.66667%
    }
}

@media only screen and (max-width: 720px) {
    #livechat-eye-catcher {
        display:none !important
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity:.8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility:hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing:border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align:middle
}

.mfp-align-top .mfp-container:before {
    display:none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index:1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor:auto
}

.mfp-ajax-cur {
    cursor:progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor:zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor:zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor:auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select:none
}

.mfp-loading.mfp-figure {
    display:none
}

.mfp-hide {
    display:none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index:1044
}

.mfp-preloader a {
    color:#CCC
}

.mfp-preloader a:hover {
    color:#fff
}

.mfp-s-ready .mfp-preloader {
    display:none
}

.mfp-s-error .mfp-content {
    display:none
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action:manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border:0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family:Arial, Baskerville, monospace
}

.mfp-close:hover, .mfp-close:focus {
    opacity:1
}

.mfp-close:active {
    top:1px
}

.mfp-close-btn-in .mfp-close {
    color:#333
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width:100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space:nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color:transparent
}

.mfp-arrow:active {
    margin-top:-54px
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity:1
}

.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border:medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top:8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity:0.7
}

.mfp-arrow-left {
    left:0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left:31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right:27px solid #3F3F3F
}

.mfp-arrow-right {
    right:0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left:39px
}

.mfp-arrow-right:before {
    border-left:27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom:40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width:900px
}

.mfp-iframe-holder .mfp-close {
    top:-40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top:56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background:#000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin:0 auto
}

.mfp-figure {
    line-height:0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background:#444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height:14px
}

.mfp-figure figure {
    margin:0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor:auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right:36px
}

.mfp-image-holder .mfp-content {
    max-width:100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor:pointer
}

@media screen and (max-width: 800px) and(orientation: landscape), screen and(max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right:0
    }

    .mfp-img-mobile img.mfp-img {
        padding:0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom:0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left:5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing:border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding:0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top:3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding:0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform:scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin:0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin:100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right:6px
    }
}

.mfp-container {
    padding:0 24px
}

.mfp-close {
    height: 20px !important;
    width: 20px !important;
    top: 20px;
    display: block;
    height: auto;
    line-height: inherit;
    padding: 24px;
    width:auto
}

.mfp-close:active {
    top:20px
}

.mfp-zoom-out-cur, .mfp-close {
    cursor:url(../images/icon/cancel-white.svg), auto
}

.mfp-bg, .mfp-wrap, .mfp-gallery {
    z-index:99999
}

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

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding:0
}

.slick-list:focus {
    outline:none
}

.slick-list.dragging {
    cursor: pointer;
    cursor:hand
}

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

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right:auto
}

.slick-track:before, .slick-track:after {
    content: "";
    display:table
}

.slick-track:after {
    clear:both
}

.slick-loading .slick-track {
    visibility:hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float:right
}

.slick-slide img {
    display:block
}

.slick-slide.slick-loading img {
    display:none
}

.slick-slide.dragging img {
    pointer-events:none
}

.slick-initialized .slick-slide {
    display:block
}

.slick-loading .slick-slide {
    visibility:hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border:1px solid transparent
}

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

.slick-list, .slick-slide {
    outline:none
}
/*
@font-face {
    font-family: 'Mikado';
    font-weight: normal;
    src: url("webfonts/356E1A_4_0.eot");
    src: url("webfonts/356E1A_4_0.eot?#iefix") format("embedded-opentype"), url("webfonts/356E1A_4_0.woff2") format("woff2"), url("webfonts/356E1A_4_0.woff") format("woff"), url("webfonts/356E1A_4_0.ttf") format("truetype")
} */

@font-face {
    font-family: 'Mikado';
    font-weight: 500;
    src: url("font/356E1A_3_0.eot");
    src: url("font/356E1A_3_0.eot?#iefix") format("embedded-opentype"), url("font/356E1A_3_0.woff2") format("woff2"), url("font/356E1A_3_0.woff") format("woff"), url("font/356E1A_3_0.ttf") format("truetype")
}

b, strong {
    font-weight:500
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight:500
}

@media only screen and (max-width: 960px) {
    h1, .h1 {
        font-size: 28px;
        line-height:36px
    }

    h2, .h2 {
        font-size: 24px;
        line-height:36px
    }

    h3, .h3 {
        font-size: 20px;
        line-height:24px
    }

    h4, .h4 {
        font-size: 18px;
        line-height:24px
    }

    h5, .h5 {
        font-size: 16px;
        line-height:24px
    }
}

@media only screen and (max-width: 480px) {
    h1, .h1 {
        font-size: 24px;
        line-height:36px
    }

    h2, .h2 {
        font-size: 20px;
        line-height:24px
    }

    h3, .h3 {
        font-size: 18px;
        line-height:24px
    }

    h4, .h4 {
        font-size: 16px;
        line-height:24px
    }
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

table {
    font-size: 14px;
    font-weight: 300;
    line-height:20px
}

td, th {
    border: none;
    padding:6px 12px
}

td:first-child, th:first-child {
    padding-left:0
}

td:last-child, th:last-child {
    padding-right:0
}

th {
    font-weight:500
}

tr {
    vertical-align:middle
}

thead {
    border-bottom: 3px solid #7a7b7e;
    color:#7a7b7e
}

thead th {
    font-weight:inherit
}

tbody tr {
    border-bottom:2px solid #f2f2f2
}

.main a:focus, .main a:hover {
    font-weight:500
}

.banner {
    overflow: hidden;
    padding: 120px 0;
    position:relative
}

.banner::before {
    background-color: #fff;
    border-radius: 0 0 50% 50% / 0 0 20px 20px;
    content: '';
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index:2
}

.banner::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width:100%
}

.banner__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
    position: relative;
    text-align: center;
    z-index:1
}

.banner__title {
    font-size: 50px;
    line-height: 60px;
    color:#fff
}

.banner__snippet {
    font-size: 18px;
    line-height: 26px;
    color:#fff
}

.banner__background {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    bottom: 0;
    height: 100%;
    left: 0;
    min-width: 100%;
    position: absolute;
    z-index:0
}

.button {
    background: #a9c833;
    border: none;
    border-radius: 18px;
    font-weight: 400;
    min-height: 0;
    padding: 6px 12px;
    -webkit-transition: 0.2s;
    transition:0.2s
}

.button:focus, .button:hover {
    background-color: #b3d045;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow:0 3px 3px rgba(0, 0, 0, 0.2)
}

.main .button:focus, .main .button:hover {
    font-weight:400
}

.button:active {
    background-color: #a9c833;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.2)
}

.button[disabled] {
    background: #aeaeae;
    cursor: default;
    pointer-events:none
}

table .button {
    white-space: nowrap;
    width:100%
}

.button--aqua {
    background-color:#4ab7ae
}

.button--aqua:focus, .button--aqua:hover {
    background-color:#5cbeb6
}

.button--aqua:active {
    background-color:#4ab7ae
}

.button--grey {
    background-color:#aeaeae
}

.button--grey:focus, .button--grey:hover {
    background-color:#bbb
}

.button--grey:active {
    background-color:#aeaeae
}

.button--red {
    background-color:#c7738a
}

.button--red:focus, .button--red:hover {
    background-color:#ce8599
}

.button--red:active {
    background-color:#c7738a
}

.button--large {
    padding-right: 48px;
    padding-left:48px
}

.button--small {
    font-size:14px
}

table .button--small {
    width:auto
}

.button--cross {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content:center
}

.button--cross::before {
    background: url("/img/vector/cross.svg") no-repeat;
    background-size: 15px auto;
    content: '';
    display: inline-block;
    height: 15px;
    margin-right: 8px;
    width:15px
}

.button--plus {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content:center
}

.button--plus::before {
    background: url("/img/vector/plus.svg") no-repeat;
    background-size: 15px auto;
    content: '';
    display: inline-block;
    height: 15px;
    margin-right: 8px;
    width:15px
}

.categories {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin-left: -24px;
    padding:0
}

.categories img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: 0.2s;
    transition:0.2s
}

.categories a {
    color: #000;
    display: block;
    font-family: "Mikado", sans-serif;
    font-size: 19px;
    font-weight:500
}

.categories a:focus > img, .categories a:hover > img {
    -webkit-filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.2));
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform:scale(1)
}

.categories > li {
    margin-bottom: 24px;
    padding-left: 24px;
    text-align: center;
    width:262px
}

@media only screen and (max-width: 720px) {
    .categories > li {
        width:50%
    }
}

.categories__title {
    display: block;
    height:24px
}

.checklist {
    list-style: none;
    padding:0
}

.checklist > li {
    padding-left: 30px;
    position:relative
}

.checklist > li::before {
    background: url("../images/icon/check.svg") no-repeat center center/100% auto;
    content: '';
    height: 18px;
    margin-top: -9px;
    position: absolute;
    top: 12px;
    left: 0;
    width:18px
}

.collapsible {
    border-top: 1px solid #7a7b7e;
    list-style: none;
    padding:0
}

.collapsible a {
    color: #7a7b7e;
    display:block
}

.collapsible a:focus, .collapsible a:hover {
    color:#000
}

.collapsible .control {
    display: block;
    margin: 0;
    padding:6px 12px 6px 36px
}

.collapsible .control__indicator {
    left:12px
}

.collapsible > li {
    border-bottom: 1px solid #7a7b7e;
    position:relative
}

.collapsible > li > a {
    background: #fff;
    padding:6px 48px 6px 12px
}

.collapsible > li.is-active > a {
    color: #000;
    font-weight:500
}

.collapsible > li > .control {
    background:#fff
}

.collapsible__children {
    border-top: 0 solid #7a7b7e;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.2s;
    transition:0.2s
}

.collapsible__children > li {
    border-bottom: 0 solid #fff;
    -webkit-transition: 0.2s;
    transition:0.2s
}

.collapsible__children > li:last-child {
    border-bottom:0
}

.collapsible__children > li > a, .collapsible__children > li > .control {
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: 0.2s;
    transition:0.2s
}

.collapsible__children > li > a {
    padding-right: 12px;
    padding-left:12px
}

.collapsible__children > li.is-active {
    font-weight:500
}

.is-active > .collapsible__children {
    border-top-width:1px
}

.is-active > .collapsible__children > li {
    border-bottom-width:1px
}

.is-active > .collapsible__children > li > a, .is-active > .collapsible__children > li > .control {
    max-height: 72px;
    padding-top: 6px;
    padding-bottom:6px
}

.collapsible__children .collapsible__children {
    padding-left:12px
}

.collapsible__toggle {
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    width:36px
}

.collapsible__toggle::before {
    border-color: #7a7b7e;
    border-style: solid;
    border-width: 0 2px 2px 0;
    content: '';
    height: 10px;
    margin: -5px 0 0 -5px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width:10px
}

.is-active > .collapsible__toggle::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform:rotate(45deg)
}

.collapsible--no-wrap a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap
}

.contact-box {
    background-color: #fff;
    border-radius: 2px;
    display: block;
    margin-top: 25px;
    padding: 36px 24px;
    position: relative;
    text-align:center
}

.contact-box::before {
    background: #edaa50 url("img/phone-white.svg") no-repeat center center;
    background-size: 25px;
    border-radius: 50%;
    content: '';
    height: 50px;
    left: 50%;
    position: absolute;
    top: -25px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width:50px
}

.contact-box__title {
    font-size: 20px;
    color: #7a7b7e;
    display: block;
    font-weight: 300;
    margin:0 0 10px 0
}

.contact-box__phone {
    font-size: 42px;
    line-height: 48px;
    color: #000;
    display: block;
    margin:0 0 10px 0
}

.contact-box__hours {
    font-size: 16px;
    color: #7a7b7e;
    display: block;
    font-weight:300
}

.contact-box__hours > span {
    color: #edaa50;
    font-weight:400
}

.control {
    padding-left:30px
}

.control__indicator {
    background-color: #ccc;
    background-size: 50% 50%;
    border-radius: 50%;
    height: 20px;
    width:20px
}

input:focus ~ .control__indicator {
    -webkit-box-shadow: none;
    box-shadow:none
}

input:checked ~ .control__indicator {
    background-color: #a9c833;
    color:#fff
}

input:active ~ .control__indicator {
    background-color: #a9c833;
    color:#fff
}

.delete {
    color: #aeaeae;
    display: block;
    font-size:40px
}

.delete::before {
    content: '\00d7'
}

.delete:focus, .delete:hover {
    color:#c7738a
}

.delete--inline {
    display: inline-block;
    vertical-align:middle
}

.delete--inline::before {
    margin-left:-4px
}

.edit {
    background: url("../images/icon/edit.svg") no-repeat center center/100% auto;
    display: inline-block;
    height: 30px;
    opacity: 0.75;
    vertical-align: middle;
    width:30px
}

.edit:focus, .edit:hover {
    opacity:1
}

.edit--small {
    height: 20px;
    width:20px
}

.employee {
    padding: 24px;
    text-align:center
}

.employee-mugshot {
    margin: 0 0 20px 0;
    position: relative;
    display: block;
    padding-top:100%
}

.employee-mugshot > img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    position: absolute;
    top: 0;
    left:0
}

.employee-mugshot .employee-mugshot__initial, .employee-mugshot .employee-mugshot__hover {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain";
    bottom: 0;
    height: 100%;
    left: 0;
    min-width: 100%;
    position: absolute;
    -webkit-transition: all 0.1s ease;
    transition:all 0.1s ease
}

.employee-mugshot .employee-mugshot__initial {
    opacity:1
}

.employee-mugshot .employee-mugshot__hover {
    opacity:0
}

.employee-mugshot:hover .employee-mugshot__initial, .employee-mugshot:focus .employee-mugshot__initial {
    opacity:0
}

.employee-mugshot:hover .employee-mugshot__hover, .employee-mugshot:focus .employee-mugshot__hover {
    opacity:1
}

.employee__name {
    margin:0 0 6px 0
}

.employee__title {
    color: #7a7b7e;
    font-weight: 300;
    margin:0
}

.favorite-toggle {
    border-radius: 50px;
    color: #7a7b7e;
    display: block;
    padding: 0 10px 0 30px;
    position:relative
}

.favorite-toggle::before {
    background: url("../images/icon/plus-circle.svg") no-repeat center center/100% auto;
    content: '';
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width:20px
}

.favorite-toggle.favorite-toggle--added {
    background-color: #a9c833;
    color:#fff
}

.favorite-toggle.favorite-toggle--added::before {
    background: url("../images/icon/check-circle-white.svg") no-repeat center center/100% auto;
    content: '';
    height: 16px;
    left: 5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width:16px
}

.form-item abbr {
    color: #c7738a;
    font-weight:normal
}

.form-item__label {
    display:block
}

.form-item--inline {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items:flex-start
}

.form-item--inline > .form-item__body:first-child {
    margin-left:224px
}

.form-item--inline > .form-item__label {
    font-weight: 300;
    margin-top: 6px;
    position: relative;
    text-align: right;
    width:200px
}

.form-item--inline > .form-item__label > abbr {
    position: absolute;
    top: 0;
    right:-12px
}

.form-item--narrow > .form-item__body:first-child {
    margin-left:174px
}

.form-item--narrow > .form-item__label {
    width:150px
}

.form-item__help {
    font-size: 14px;
    margin-top:12px
}

@media only screen and (max-width: 540px) {
    .form-item--inline {
        display:block
    }

    .form-item--inline > .form-item__body:first-child {
        margin-left:0
    }

    .form-item--inline > .form-item__label {
        margin: 0 0 6px;
        text-align: left;
        width:auto
    }
}

.form-item--placeholder > .form-item__label {
    border-radius: 4px 4px 0 0;
    font-weight: 300;
    pointer-events: none;
    top:18px
}

.form-item--placeholder.has-input > .form-item__label, .form-item--placeholder.is-active > .form-item__label {
    top:-32px
}

.form-item--text-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items:center
}

.form-item--text-time .form-item__label {
    width:100px
}

.form-item--text-time .form-item__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex
}

.form-item--text-time .tooltip {
    margin-left: 12px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self:center
}

.form-item--auto .form-item__label {
    width:auto
}

.form-inline {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction:row
}

.form-inline .button {
    margin-left:1em
}

@media only screen and (max-width: 480px) {
    .form-inline {
        display:block
    }

    .form-inline .button {
        margin-top: 0.5em;
        margin-left:0
    }
}

.form-item--error .select select {
    border:1px solid #c7738a
}

.icon {
    background: no-repeat center center / 100% auto;
    display: inline-block;
    height: 16px;
    opacity: 0.75;
    vertical-align: middle;
    width:16px
}

.icon:focus, .icon:hover {
    opacity:1
}

.icon--faded {
    opacity:0.25
}

.icon--edit {
    background-image: url("../images/icon/edit.svg")
}

.icon--key {
    background-image: url("../images/icon/key.svg")
}

.icon--plus {
    background-image: url("../images/icon/plus.svg")
}

.icon--zoom {
    background-image: url("../images/icon/zoom.svg")
}

.items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 0 -12px;
    padding:0
}

.items > li {
    margin-bottom: 12px;
    padding-left: 12px;
    width:33.333%
}

@media only screen and (max-width: 720px) {
    .items > li {
        width:50%
    }
}

.items__thumb {
    background: #fff;
    display: block;
    overflow: hidden;
    padding-top: 97.95918%;
    position:relative
}

.items__thumb > img {
    position: absolute;
    top: 0;
    left: 0;
    width:100%
}

@supports ((-o-object-fit: contain) or(object-fit: contain)) {
    .items__thumb > img {
        height: 100%;
        -o-object-fit: contain;
        object-fit:contain
    }
}

.items__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 21px;
    font-weight: 500;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index:1
}

:focus > .items__title, :hover > .items__title {
    background: rgba(0, 0, 0, 0.5);
    color:#fff
}

.js-toggle {
    cursor:pointer
}

.message {
    font-weight: normal;
    bottom: 20px;
    left: 50%;
    padding: 10px 80px;
    position: fixed;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index:10000000000000000
}

.message a {
    color: inherit;
    font-weight: 500;
    opacity: 0.8;
    text-decoration:underline
}

.message a:focus, .message a:hover {
    opacity:1
}

.message a.close {
    position: absolute;
    right: 14px;
    font-size: 38px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
    line-height: 0;
    top:50%
}

@media screen and (max-width: 540px) {
    .message {
        padding-left: 30px;
        padding-right: 30px;
        width:90%
    }
}

.message--success {
    background-color: #fff;
    color: #000;
    border: solid 2px #a9c833;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
    box-shadow:0px 0px 10px 1px rgba(0, 0, 0, 0.25)
}

.message--error {
    background-color: #fff;
    color: #000;
    border: solid 2px #c7738a;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
    box-shadow:0px 0px 10px 1px rgba(0, 0, 0, 0.25)
}

.message--info {
    background-color: #fff;
    color: #000;
    border: solid 2px #007faf;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
    box-shadow:0px 0px 10px 1px rgba(0, 0, 0, 0.25)
}

.mini-basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Mikado", sans-serif;
    font-size: 20px;
    border-radius:25px
}

.mini-basket:focus, .mini-basket:hover {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow:0 3px 3px rgba(0, 0, 0, 0.1)
}

.mini-basket__quantity {
    background: #fff;
    border-radius: 18px 0 0 18px;
    color: #7a7b7e;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 6px 12px 6px 60px;
    position:relative
}

.mini-basket__quantity::before {
    background: url("../images/icon/basket.svg");
    background-size: 100% auto;
    content: '';
    height: 26px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    left: 20px;
    width:26px
}

.mini-basket__total {
    background: #60c2e0;
    border-radius: 0 18px 18px 0;
    color: #fff;
    font-weight: 500;
    padding:6px 12px
}

.mini-basket__total:focus, .mini-basket__total:hover {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow:0 3px 3px rgba(0, 0, 0, 0.1)
}

/* Basket limit reached highlighting styles */
.mini-basket--limit-reached {
    animation: basket-limit-flash 2s ease-in-out infinite;
    border: 2px solid #c7738a;
    box-shadow: 0 0 10px rgba(199, 115, 138, 0.5);
}

.mini-basket--limit-reached .mini-basket__total {
    background: #c7738a;
    animation: basket-total-pulse 3s ease-in-out infinite;
}

.mini-basket--limit-reached .mini-basket__quantity::before {
    background: url("../images/icon/basket.svg");
    background-size: 100% auto;
    filter: drop-shadow(0 0 5px rgba(199, 115, 138, 0.8));
}

.header__basket-link--limit-reached {
    animation: basket-icon-flash 2s ease-in-out infinite;
    filter: drop-shadow(0 0 8px rgba(199, 115, 138, 0.8));
}

@keyframes basket-limit-flash {
    0%, 100% {
        border-color: #c7738a;
        box-shadow: 0 0 10px rgba(199, 115, 138, 0.5);
    }
    50% {
        border-color: #e74c3c;
        box-shadow: 0 0 15px rgba(231, 76, 60, 0.7);
    }
}

@keyframes basket-total-pulse {
    0%, 100% {
        background: #c7738a;
    }
    50% {
        background: #e74c3c;
    }
}

@keyframes basket-icon-flash {
    0%, 100% {
        filter: drop-shadow(0 0 8px rgba(199, 115, 138, 0.8));
    }
    50% {
        filter: drop-shadow(0 0 12px rgba(231, 76, 60, 1));
    }
}

@media only screen and (max-width: 960px) {
    .narrow--l-center {
        margin-right: auto;
        margin-left:auto
    }
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content:center
}

.pagination a {
    background: #aeaeae;
    color: #fff;
    margin: 0 6px;
    padding:6px 12px
}

.pagination a:focus, .pagination a:hover {
    background: #ccc;
    font-weight:normal
}

.pagination a.is-active {
    background:#4ab7ae
}

.pagination--mini {
    font-size: 14px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content:flex-end
}

.pagination--mini a {
    background: none;
    border-left: 1px solid #ccc;
    color: #aeaeae;
    margin: 0;
    padding:0 12px
}

.pagination--mini a:first-child {
    border-left:none
}

.pagination--mini a:last-child {
    padding-right:0
}

.pagination--mini a:focus, .pagination--mini a:hover {
    background: none;
    color:#7a7b7e
}

.pagination--mini a.is-active {
    background: none;
    color:#000
}

.pagination li.disabled {
    list-style-type: none;
}

.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin-left: -12px;
    padding:0
}

.products > li {
    margin-bottom: 24px;
    padding-left: 12px;
    width:259px
}

.products--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content:flex-start
}

.products__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex
}

.products__actions > :first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right:6px
}

.products__actions > :last-child {
    margin-right:0
}

.products__item {
    color: #000;
    display: block;
    margin-bottom: 12px;
    overflow: hidden;
    padding-top: 106%;
    position: relative;
    -webkit-transition: 0.2s;
    transition:0.2s;
    background-color:white;
    border-radius:8px; 
}

.products__item > img {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width:100%
}

@supports ((-o-object-fit: contain) or(object-fit: contain)) {
    .products__item > img {
        height: 100%;
        -o-object-fit: contain;
        object-fit:contain
    }
}

.products__item:focus, .products__item:hover {
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    color:#000
}

.products__item:focus > img, .products__item:hover > img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform:scale(1.1)
}

.products__header {
    background: rgba(255, 255, 255, 0.5);
    padding: 6px;
    position: absolute;
    top: 0;
    right: 0;
    left:0
}

.product-details {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align:right
}

.product-details img {
    margin:0 0 0 auto
}

.products__price {
    background: rgba(255, 255, 255, 0.7);
    padding: 6px;
    display:block;
    height:36px;
}

.products__price  .loading-text {
    width:140px;
    height:26px;
    text-align:right;
    float:right;
}

.product-badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding:6px
}

.product-badges img {
    display: block;
    margin:0;
    margin-left: 4px;
}

.products__subtitle {
    color: black;
    display: block;
    font-size:15px;
    font-weight: 800;
}

.products__title {
    font-weight: 500;
    overflow:hidden;
    font-size:14px;
    color:black;
}

@media only screen and (max-width: 720px) {
    .products > li {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width:50%
    }

    .products__actions > * {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow:1
    }

    .products__actions > * > .button {
        width:100%
    }
}

@media only screen and (max-width: 540px) {
    .products > li {
        width:100%
    }
}

.restore {
    color: #aeaeae;
    display: block;
    font-size:40px
}

.restore::before {
    content: '\2713'
}

.restore:focus, .restore:hover {
    color:#c7738a
}

.restore--inline {
    display: inline-block;
    vertical-align:middle
}

.restore--inline::before {
    margin-left:-4px
}

.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex
}

.search__button {
    border-radius: 0 18px 18px 0;
    font-family: "Mikado", sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding:0 24px
}

.search__input,
.ais-SearchBox-input {
    border: 1px solid #ccc;
    border-radius: 18px 0 0 18px;
    font: inherit;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 36px;
    outline: none;
    padding: 0 18px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width:100%
}

.search__input:focus,
.ais-SearchBox-input:focus {
    border: 1px solid #60c2e0;
    -webkit-box-shadow: 0 0 2px #60c2e0;
    box-shadow:0 0 2px #60c2e0
}

.search--mini {
    position:relative
}

.search--mini .search__button {
    border-radius: 18px;
    height: 24px;
    margin-top: -12px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 6px;
    text-indent: 110%;
    width:24px
}

.search--mini .search__button::before {
    background: url("../images/icon/search-white.svg") no-repeat center center/100% auto;
    content: '';
    height: 14px;
    margin: -7px 0 0 -7px;
    position: absolute;
    top: 50%;
    left: 50%;
    width:14px
}

.search--mini .search__input {
    border-radius: 18px;
    padding-right:36px
}

@media only screen and (max-width: 480px) {
    .search__button {
        display:none
    }

    .search__input,
    .ais-SearchBox-input {
        border-radius:18px
    }
}

.section {
    padding:24px 0
}

.section > .container {
    z-index:1
}

.section--curve {
    background: #f2f2f2;
    position:relative
}

.section--curve::before {
    background: url("img/curve-grey-lighter.png") no-repeat center;
    content: '';
    height: 234px;
    pointer-events: none;
    position: absolute;
    top: -234px;
    right: 0;
    left:0
}

@media only screen and (min-width: 1921px) {
    .section--curve::before {
        background-size:100% 100%
    }
}

.section--narrow {
    padding:12px 0
}

.select::after {
    border-color: #aeaeae;
    border-style: solid;
    border-width: 0 3px 3px 0;
    height: 12px;
    margin-top: -6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width:12px
}

.select > select {
    background: #f7f7f7;
    border-color: #f7f7f7;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    color: #7a7b7e;
    height: auto;
    padding:12px 48px 12px 12px
}

table a[data-text] {
    display: inline-block;
    vertical-align:middle
}

table a[data-text]::after {
    content: attr(data-text);
    display: block;
    font-weight: 500;
    height: 0;
    overflow: hidden;
    visibility:hidden
}

table .button {
    max-width:135px
}

.table--grey-border > tbody > tr {
    border-bottom:1px solid #ccc
}

.table--no-border > tbody > tr {
    border-bottom:none
}

.table--on-grey > tbody > tr {
    border-bottom:1px solid #aeaeae
}

.table--actions > tbody > tr > td + td:last-child {
    white-space:nowrap
}

.table--actions > tbody > tr > td + td:last-child > * {
    margin-left:6px
}

.table--actions--button > tbody > tr > td:last-child > * {
    margin-left:0
}

.table--tracking tr td:nth-of-type(2) {
    font-weight: 500;
    padding:12px
}

.table--tracking tr:last-of-type td:first-of-type .button {
    display: block;
    width: 260px;
    margin-right:12px
}

.table--tracking tr:last-of-type td:last-of-type {
    padding:0
}

.table--tracking tr:last-of-type td:nth-of-type(2) {
    font-weight:400
}

.table--totals {
    background-color:#f2f2f2
}

.table--totals tr {
    border-bottom:solid 2px #e5e5e5
}

.table--totals tr td {
    padding:12px
}

.table--totals tr:last-of-type td {
    font-weight:500 !important
}

@media only screen and (max-width: 720px) {
    .table--actions thead {
        display:none
    }

    .table--actions > tbody > tr {
        display: block;
        min-height: 84px;
        position:relative
    }

    .table--actions > tbody > tr > td {
        display: block;
        margin-right: 40px;
        padding:3px 0
    }

    .table--actions > tbody > tr > td:first-child {
        font-weight: 500;
        padding-top:6px
    }

    .table--actions > tbody > tr > td + td:last-child {
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width:40px
    }

    .table--actions > tbody > tr > td + td:last-child > * {
        display: block;
        margin: 6px auto;
        text-align:center
    }

    .table--actions > tbody > tr > td:only-child {
        font-weight: inherit;
        margin:0
    }

    .table--actions > tbody > tr > td[data-title]::before {
        color: #7a7b7e;
        content: attr(data-title) ":"
    }

    .table--actions--button > tbody > tr > td:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width:110px
    }

    .table--responsive thead {
        display:none
    }

    .table--responsive tbody tr {
        display: block;
        margin-top:15px
    }

    .table--responsive tbody tr td {
        display: block;
        padding: 0;
        width:100%
    }

    .table--responsive tbody tr td[data-title]::before {
        content: attr(data-title);
        display: block;
        font-size: 16px;
        font-weight: 700;
        line-height:24px
    }

    .table--responsive tbody tr td:first-of-type {
        font-size: 17px;
        border-bottom: solid 3px #aeaeae;
        font-weight: 400;
        margin-bottom: 15px;
        padding:15px 0
    }

    .table--tracking thead {
        display:none
    }

    .table--tracking tbody tr {
        border-bottom: solid 3px #aeaeae;
        display: block;
        margin-top:15px
    }

    .table--tracking tbody tr td {
        display: block;
        font-size: 18px;
        padding: 0 0 12px 0;
        width:100%
    }

    .table--tracking tbody tr td[data-title]::before {
        content: attr(data-title);
        display: block;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        margin-bottom:6px
    }

    .table--tracking tbody tr td:nth-of-type(2) {
        padding:0 0 12px 0
    }

    .table--totals {
        margin-top:24px
    }

    .table--totals tbody tr {
        border: none;
        margin: 0;
        padding:0 24px
    }

    .table--totals tbody tr:first-of-type {
        padding-top:24px
    }

    .table--totals tbody tr:last-of-type {
        padding-bottom:12px
    }

    .table--totals tbody tr td:first-of-type {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: 6px;
        padding:0
    }

    .table--totals tbody tr td:last-of-type {
        font-size: 18px;
        font-weight: 300 !important;
        line-height: 26px;
        padding: 0 0 12px 0 !important;
        width:100%
    }
}

.tabs__content {
    background: #fff;
    border: 4px solid #c7738a;
    display: none;
    padding:24px
}

.tabs__content > :last-child {
    margin-bottom:0
}

.is-active > .tabs__content {
    display:block
}

.tabs__nav {
    background: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding:0
}

.tabs__nav a {
    color: #7a7b7e;
    display: block;
    font-weight: 200;
    padding: 12px 0;
    text-align:center
}

.tabs__nav a:focus, .tabs__nav a:hover {
    color: #000;
    font-weight:200
}

.tabs__nav > li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position:relative
}

@supports ((-webkit-clip-path: polygon(10px 0, 100% 0, 1px 100%, 0 100%)) or(clip-path: polygon(10px 0, 100% 0, 1px 100%, 0 100%))) {
    .tabs__nav > li::before {
        background: #aeaeae;
        -webkit-clip-path: polygon(10px 0, 100% 0, 1px 100%, 0 100%);
        clip-path: polygon(10px 0, 100% 0, 1px 100%, 0 100%);
        content: '';
        height: 100%;
        position: absolute;
        top: 0;
        left: -5px;
        width: 11px;
        z-index:1
    }
}

.tabs__nav > li:first-child::before {
    display:none
}

.tabs__nav > li.is-active::before {
    display:none
}

.tabs__nav > li.is-active > a {
    background: #c7738a;
    -webkit-clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
    color: #fff;
    font-weight:400
}

.tabs__nav > li.is-active:first-child > a {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
    clip-path:polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%)
}

.tabs__nav > li.is-active:last-child > a {
    -webkit-clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%);
    clip-path:polygon(10px 0, 100% 0, 100% 100%, 0 100%)
}

.tabs__nav > li.is-active + li::before {
    display:none
}

.tabs__title {
    background: #f2f2f2;
    display: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 200;
    margin:0
}

.tabs__title > a {
    color: #7a7b7e;
    display: block;
    padding:12px 24px
}

.is-active > .tabs__title {
    background-color:#c7738a
}

.is-active > .tabs__title > a {
    color: #fff;
    font-weight:normal
}

.tabs--modal .tabs__nav a {
    padding: 8px;
    font-size:15px
}

.tabs--modal .tabs__title {
    font-size:18px
}

.tabs--modal .tabs__content {
    font-size: 14px;
    padding:12px
}

@media only screen and (max-width: 800px) {
    .tabs__content {
        border-top-width:0
    }

    .tabs__nav {
        display:none
    }

    .tabs__title {
        display:block
    }
}

.text-input {
    background: #f7f7f7;
    border-color: #f7f7f7;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow:2px 2px 2px rgba(0, 0, 0, 0.2)
}

.text-input:focus {
    background: #fff;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow:3px 3px 3px rgba(0, 0, 0, 0.2)
}

.text-input:disabled {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    cursor:default
}

.thumb--4x3 {
    padding-top:75%
}

.thumb--4x3 > img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    position: absolute;
    top: 0;
    left:0
}

.thumb--16x9 {
    padding-top:56.25%
}

.thumb--16x9 > img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    position: absolute;
    top: 0;
    left:0
}

.thumb--21x9 {
    padding-top:42.85714%
}

.thumb--21x9 > img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    position: absolute;
    top: 0;
    left:0
}

.time-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-left: 12px;
    width:100px
}

.time-toggle input {
    opacity: 0;
    position: absolute;
    visibility:hidden
}

.time-toggle label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    font-weight: 500;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height:42px
}

.time-toggle input:checked + label {
    background-color: #a9c833;
    color:#fff
}

.time-toggle input:disabled + label {
    cursor:default
}

.time-toggle input:checked:disabled + label {
    background-color:#98b42e
}

.protip-skin-default--scheme-blue.protip-container {
    background-color:#007faf
}

.tooltip {
    position:relative
}

.tooltip i {
    display: block;
    height: 20px;
    width: 20px;
    cursor:pointer
}

.tooltip > i {
    border-radius: 50%;
    background-color: #4ab7ae;
    background-image: url("/img/vector/i.svg");
    background-position: center top 3px;
    background-size: 4px auto;
    background-repeat:no-repeat
}

.tooltip__inner {
    display: none;
    background-color: #f2f2f2;
    padding: 8px 24px 8px 8px;
    border-radius: 2px;
    width: 250px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1;
    font-size: 12px;
    z-index: 1;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow:2px 2px 2px rgba(0, 0, 0, 0.2)
}

.is-active > .tooltip__inner {
    display:block
}

.tooltip__inner > i {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #7a7b7e;
    background-image: url("/img/vector/cross.svg");
    background-position: center center;
    background-size: 10px auto;
    background-repeat:no-repeat
}

.totals {
    font-size:14px
}

.totals::after {
    clear: both;
    content: '';
    display:table
}

.totals > dt {
    clear: left;
    float: left;
    width:100px
}

.totals > dt::after {
    content: ':'
}

.totals > dd {
    float: left;
    font-weight: 300;
    margin: 0;
    padding-left: 12px;
    text-align: right;
    width:calc(100% - 100px)
}

.with-icon {
    color: #7a7b7e;
    display: block;
    padding-left: 24px;
    position:relative
}

.with-icon::before {
    background: no-repeat center center / 100% auto;
    content: '';
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width:20px
}

.with-icon--check::before {
    background-image: url("../images/icon/check.svg")
}

.with-icon--no-entry::before {
    background-image: url("../images/icon/no-entry.svg")
}

.with-icon--plus::before {
    background-image: url("../images/icon/plus-circle.svg")
}

.with-icon--trolley::before {
    background-image: url("../images/icon/trolley.svg")
}

.zoom {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    position:relative
}

.zoom::after {
    background: url("../images/icon/zoom-white.svg") no-repeat center center/100% auto;
    content: '';
    -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
    height: 24px;
    position: absolute;
    right: 1px;
    bottom: 1px;
    width:24px
}

.with-icon-after--check::after {
    background: url("../images/icon/check.svg") no-repeat center center/100% auto;
    content: '';
    height: 16px;
    position: absolute;
    bottom: 1px;
    width:16px;
    margin-left:5px;
}

.steps {
    background-color: #fff;
    margin: 1em auto;
    padding:0.5em 1em
}

.steps::after {
    clear: both;
    content: '';
    display:table
}

.steps li {
    display: inline-block;
    float: left;
    margin:0.5em 0
}

.steps li::after {
    color: #ccc;
    content: '\00bb';
    display: inline-block;
    margin:0 .6em
}

.steps li:last-of-type::after {
    display:none
}

.steps li > * {
    color: #000;
    display:inline-block
}

.steps--icon li > * ::before {
    content: '1';
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 17px;
    margin-right: .4em;
    vertical-align: middle;
    width:20px
}

.steps--icon li:nth-of-type(2) > * ::before {
    content: '2'
}

.steps--icon li:nth-of-type(3) > * ::before {
    content: '3'
}

.steps--icon li:nth-of-type(4) > * ::before {
    content: '4'
}

.steps--triangle {
    background-color: transparent;
    padding:0
}

.steps--triangle li {
    margin: 4px 4px 4px 0;
    padding: 0;
    position:relative
}

.steps--triangle li:first-of-type > * {
    padding-left:1.6em
}

.steps--triangle li:last-of-type {
    margin-right:0
}

.steps--triangle li:last-of-type > * {
    padding-right:1.6em
}

.steps--triangle li:last-of-type::after {
    display:none
}

.steps--triangle li:last-of-type:last-of-type > * ::after {
    display:none
}

.steps--triangle li > * {
    background-color: #eee;
    border-color: #eee;
    color: #000;
    padding: 0.8em .8em 0.8em 2.5em;
    position:relative
}

.steps--triangle li::after, .steps--triangle li > * ::after {
    border: 24px solid transparent;
    border-right-width: 0;
    border-left-width: 20px;
    content: '';
    height: 0;
    position: absolute;
    top: 0;
    left: 100%;
    width:0
}

.steps--triangle li::after {
    border-left-color: #fff;
    margin: 0;
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
    z-index:1
}

.steps--triangle li > * ::after {
    border-left-color: inherit;
    z-index:2
}

.steps--triangle .is-active > * {
    background-color: #a9c833;
    border-color: #a9c833;
    color:#fff
}

.steps--triangle .custom-seperator li::after {
    background-image: none;
    border-top-width: 25px;
    border-bottom-width:25px
}

.steps--triangle .custom-seperator li > * ::after {
    border-top-width: 25px;
    border-bottom-width:25px
}

.steps--multi, .steps--count {
    background-color: transparent;
    padding: 0;
    text-align:center
}

.steps--multi li, .steps--count li {
    float: none;
    margin: 0.4em 40px 0.4em 0;
    position:relative
}

.steps--multi li::after, .steps--count li::after {
    background: #eee;
    content: '';
    height: 4px;
    margin: 0;
    position:absolute
}

.steps--multi li > *, .steps--count li > *, .steps--multi li .is-active > *, .steps--count li .is-active > * {
    color: #000;
    position:relative
}

.steps--multi .is-complete::after, .steps--count .is-complete::after {
    background-color:#a9c833
}

.steps--multi.custom-seperator li::after, .custom-seperator.steps--count li::after {
    background: #eee;
    height:4px
}

.steps--multi.steps--text-center li::after, .steps--text-center.steps--count li::after {
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-1px);
    -ms-transform: translateY(-50%) translateX(-1px);
    transform: translateY(-50%) translateX(-1px);
    width:100%
}

.steps--multi.steps--text-center li > *, .steps--text-center.steps--count li > * {
    background-color: #eee;
    padding: .6em 1em;
    z-index:1
}

.steps--multi.steps--text-center li.is-active > *, .steps--text-center.steps--count li.is-active > *, .steps--multi.steps--text-center li.is-complete > *, .steps--text-center.steps--count li.is-complete > * {
    background-color: #a9c833;
    color:#fff
}

.steps--multi.steps--text-top li, .steps--text-top.steps--count li, .steps--multi.steps--text-bottom li, .steps--text-bottom.steps--count li {
    text-align: center;
    width:80px
}

.steps--multi.steps--text-top li::after, .steps--text-top.steps--count li::after, .steps--multi.steps--text-bottom li::after, .steps--text-bottom.steps--count li::after {
    position: absolute;
    left: 50%;
    width:calc(100% + 40px)
}

.steps--multi.steps--text-top li > * ::before, .steps--text-top.steps--count li > * ::before, .steps--multi.steps--text-bottom li > * ::before, .steps--text-bottom.steps--count li > * ::before {
    background-color: #eee;
    border-radius: 50%;
    content: '';
    height: 12px;
    position: absolute;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 12px;
    z-index:1
}

.steps--multi.steps--text-top li::after, .steps--text-top.steps--count li::after {
    bottom:4px
}

.steps--multi.steps--text-top li > *, .steps--text-top.steps--count li > * {
    padding-bottom:20px
}

.steps--multi.steps--text-top li > * ::before, .steps--text-top.steps--count li > * ::before {
    bottom:0
}

.steps--multi.steps--text-top li.is-complete > * ::before, .steps--text-top.steps--count li.is-complete > * ::before, .steps--multi.steps--text-top li.is-active > * ::before, .steps--text-top.steps--count li.is-active > * ::before {
    background-color:#a9c833
}

.steps--multi.steps--text-bottom li::after, .steps--text-bottom.steps--count li::after {
    top:3px
}

.steps--multi.steps--text-bottom li > *, .steps--text-bottom.steps--count li > * {
    padding-top:20px
}

.steps--multi.steps--text-bottom li > * ::before, .steps--text-bottom.steps--count li > * ::before {
    top:0
}

.steps--multi.steps--text-bottom li.is-complete > * ::before, .steps--text-bottom.steps--count li.is-complete > * ::before, .steps--multi.steps--text-bottom li.is-active > * ::before, .steps--text-bottom.steps--count li.is-active > * ::before {
    background-color:#a9c833
}

.steps--multi.steps--text-center.steps--icons li.is-complete a::before, .steps--text-center.steps--icons.steps--count li.is-complete a::before {
    background-position:0 -60px
}

.steps--count li {
    counter-increment:steps
}

.steps--count li > * ::before {
    content: counter(steps) " - "
}

.steps--count.steps--text-top li > * ::before, .steps--count.steps--text-bottom li > * ::before {
    color: #fff;
    content: counter(steps);
    height: 26px;
    line-height: 26px;
    width:26px
}

.steps--count.steps--text-top li:not(.is-active) em::before, .steps--count.steps--text-bottom li:not(.is-active) em::before {
    color:#000
}

.steps--count.steps--text-top li::after {
    bottom:11px
}

.steps--count.steps--text-top li > * {
    padding-bottom:34px
}

.steps--count.steps--text-bottom li::after {
    top:11px
}

.steps--count.steps--text-bottom li > * {
    padding-top:34px
}

.basket__actions {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex
}

.basket__input {
    margin-right: 12px;
    max-width: 5em;
    text-align:right
}

.basket__label {
    color: #7a7b7e;
    display: none;
    font-weight:200
}

.basket__price {
    text-align:right
}

.basket__remove {
    white-space:nowrap
}

.basket__subtotal {
    text-align:right
}

.basket__stock-icon {
    background: #a9c833;
    border-radius: 50%;
    display: inline-block;
    height: 16px;
    width:16px
}

.basket__stock-icon[title] {
    cursor:help
}

.basket__stock-icon--info {
    background: #edaa50;
    position:relative
}

.basket__stock-icon--info::before {
    background: url("../images/icon/info-white.svg") no-repeat center center/auto 100%;
    content: '';
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
    position: absolute;
    top: 50%;
    left: 50%;
    width:12px
}

.basket__stock-icon--plus {
    background: #a9c833;
    position:relative
}

.basket__stock-icon--plus::before {
    background: url("../images/icon/plus-circle.svg") no-repeat center center/auto 100%;
    content: '';
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
    position: absolute;
    top: 50%;
    left: 50%;
    width:12px
}

.basket__thumb {
    display: block;
    height: 50px;
    overflow: hidden;
    position: relative;
    width:50px
}

.basket__thumb > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width:100%
}

.basket--add .basket__quantity {
    white-space: nowrap;
    width:240px
}

.basket--add .button {
    width:auto
}

@media only screen and (max-width: 960px) {
    .basket--add, .basket--extended {
        border-top:3px solid #7a7b7e
    }

    .basket--add thead, .basket--extended thead {
        display:none
    }

    .basket--add tr, .basket--extended tr {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        clear: both;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap:wrap
    }
}

@media only screen and (max-width: 960px) and(-ms-high-contrast: active), only screen and(max-width: 960px) and(-ms-high-contrast: none) {
    .basket--add tr, .basket--extended tr {
        display:block
    }
}

@media only screen and (max-width: 960px) {
    .basket--add td, .basket--add th, .basket--extended td, .basket--extended th {
        display: block;
        float:left
    }

    .basket--add tr, .basket--extended tr {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content:space-between
    }

    .basket--add .basket__image, .basket--extended .basket__image {
        width:65px
    }

    .basket--add .basket__code, .basket--extended .basket__code {
        width:75px
    }

    .basket--add .basket__image, .basket--add .basket__code, .basket--add .basket__description, .basket--add .basket__remove {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order:-1
    }

    .basket--add .basket__stock {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order:0
    }

    .basket--add .basket__quantities, .basket--add .basket__prices, .basket--add .basket__quantity {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order:1
    }

    .basket--add .basket__description {
        width:calc(100% - 200px)
    }

    .basket--add .basket__remove {
        padding-right: 0;
        width:25px
    }

    .basket--add .basket__remove--edit {
        width:50px
    }

    .basket--add .basket__stock {
        padding-left: 0;
        text-align: center;
        width:65px
    }

    .basket--add .basket__quantity {
        padding-right: 0;
        width:auto
    }

    .basket--extended .basket__description {
        padding-right: 0;
        width:calc(100% - 150px)
    }

    .basket--extended .basket__stock, .basket--extended .basket__price, .basket--extended .basket__subtotal {
        width:100px
    }

    .basket--extended .basket__quantity {
        width:140px
    }

    .basket__actions {
        margin-bottom:6px
    }

    .basket__label {
        display:block
    }

    .basket--mini .basket__label {
        display:none
    }
}

@media only screen and (max-width: 540px) {
    .basket--add .basket__stock {
        display:none
    }

    .basket--add .basket__quantities {
        padding-left:0
    }
}

@media only screen and (max-width: 480px) {
    .basket--add .basket__image {
        display:none
    }

    .basket--add .basket__description {
        width:calc(100% - 135px)
    }

    .basket--add .basket__prices {
        padding-right:0
    }

    .basket--add .basket__quantity {
        padding-left: 0;
        padding-bottom: 12px;
        text-align: center;
        width:100%
    }

    .basket--extended .basket__input {
        max-width:4em
    }

    .basket--extended .basket__stock {
        display:none
    }

    .basket--extended .basket__quantity {
        width:115px
    }

    .basket--extended .basket__price, .basket--extended .basket__subtotal {
        width:75px
    }

    .basket--mini {
        border-top:3px solid #7a7b7e
    }

    .basket--mini thead {
        display:none
    }

    .basket--mini tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap:wrap
    }

    .basket--mini .basket__label {
        display:block
    }

    .basket--mini .basket__description {
        padding-right: 0;
        width:100%
    }

    .basket--mini .basket__quantity {
        padding-left: 0;
        width:50%
    }

    .basket--mini .basket__price {
        width:50%
    }
}

@media only screen and (max-width: 360px) {
    .basket--extended .basket__code {
        padding-right: 0;
        text-align:right
    }

    .basket--extended .basket__description {
        padding-left: 0;
        width:100%
    }
}

.breadcrumb {
    background: #fff;
    font-size: 12px;
    margin-top: -24px;
    padding: 6px 0;
    position:relative
}

.breadcrumb a {
    color:inherit
}

.breadcrumb a:focus, .breadcrumb a:hover {
    text-decoration:underline
}

.breadcrumb__back {
    display: none;
    padding-left: 18px;
    position:relative
}

.breadcrumb__back::before {
    color: #7a7b7e;
    content: '« ';
    font-size: 24px;
    font-weight: normal;
    position: absolute;
    top: -2px;
    left:0
}

.breadcrumb__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding:0
}

.breadcrumb__nav > li {
    margin-left: 12px;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap
}

.breadcrumb__nav > li::before {
    content: '|';
    margin-right:12px
}

.breadcrumb__nav > li:first-child {
    margin-left:0
}

.breadcrumb__nav > li:first-child::before {
    display:none
}

.breadcrumb--aqua {
    background: #4ab7ae;
    color: #fff;
    margin-top: -48px;
    padding-top:24px
}

@media only screen and (max-width: 880px) {
    .breadcrumb--aqua {
        margin-top:-24px
    }
}

.breadcrumb--back .breadcrumb__back {
    display:inline-block
}

.breadcrumb--back .breadcrumb__nav {
    display:none
}

@media only screen and (max-width: 720px) {
    .breadcrumb__back {
        display:inline-block
    }

    .breadcrumb__nav {
        display:none
    }
}

.carousel {
    margin-top: 25px;
    margin-bottom: 24px;
    position: relative;
    z-index:99
}

.carousel__slides {
    max-height: 280px;
    overflow-y:hidden
}

.carousel__actions {
    background:#f2f2f2
}

.carousel__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: calc(66.666% - 20px);
    z-index:2
}

.carousel__content:hover a {
    color:#007faf
}

.carousel__image {
    position: absolute;
    width: 33.333%;
    top: 0;
    bottom: 0;
    z-index: 1;
    right:0
}

.carousel__image img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain";
    position: absolute;
    height: 100%;
    min-width:100%
}

.carousel__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex
}

.carousel__nav > button {
    color: #7a7b7e;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 200;
    padding: 12px 0;
    position:relative
}

@supports ((-webkit-clip-path: polygon(10px 0, 100% 0, 1px 100%, 0 100%)) or(clip-path: polygon(10px 0, 100% 0, 1px 100%, 0 100%))) {
    .carousel__nav > button::before {
        background: #aeaeae;
        -webkit-clip-path: polygon(10px 0, 100% 0, 1px 100%, 0 100%);
        clip-path: polygon(10px 0, 100% 0, 1px 100%, 0 100%);
        content: '';
        height: 100%;
        position: absolute;
        top: 0;
        left: -5px;
        width: 11px;
        z-index:1
    }
}

.carousel__nav > button:first-child::before {
    display:none
}

.carousel__nav > button:first-child.is-active {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
    clip-path:polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%)
}

.carousel__nav > button:last-child.is-active {
    -webkit-clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%);
    clip-path:polygon(10px 0, 100% 0, 100% 100%, 0 100%)
}

.carousel__nav > button.is-active {
    background: #c7738a;
    -webkit-clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
    color: #fff;
    font-weight:400
}

.carousel__nav > button.is-active + button::before {
    display:none
}

.carousel__slide {
    font-size: 24px;
    line-height: 36px;
    font-weight: 200;
    height: 280px;
    position:relative
}

.carousel__slides .slick-arrow {
    display:none !important
}

.carousel__summary {
    margin:0
}

.carousel__summary a {
    color:initial
}

.carousel__summary a:hover {
    font-weight:200
}

.carousel__title {
    font-size: 44px;
    line-height: 48px;
    line-height: 50px;
    margin-bottom:12px
}

@media only screen and (max-width: 960px) {
    .carousel__nav {
        font-size: 14px;
        margin-right: -24px;
        margin-left:-24px
    }

    .carousel__slide {
        font-size: 18px;
        line-height:24px
    }

    .carousel__title {
        font-size: 36px;
        line-height:48px
    }
}

@media only screen and (max-width: 720px) {
    .carousel__slide {
        height: auto;
        padding:20px 0
    }

    .carousel__content {
        display: block;
        height: initial;
        margin: 0 0 10px 0;
        width:100%
    }

    .carousel__image {
        display:none
    }
}

@media only screen and (max-width: 480px) {
    .carousel__actions {
        background: none;
        border-color: #f2f2f2;
        border-style: solid;
        border-width: 1px 0;
        padding:12px 0
    }

    .carousel__nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content:center
    }

    .carousel__nav > button {
        background: #f2f2f2;
        border-radius: 50%;
        -webkit-clip-path: none !important;
        clip-path: none !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        height: 16px;
        margin: 0 6px;
        overflow: hidden;
        padding: 0;
        text-indent: 110%;
        width:16px
    }

    .carousel__nav > button::before {
        display:none
    }

    .carousel__title {
        font-size: 30px;
        line-height: 36px;
        word-wrap:break-word
    }
}

body.account header.header:after {
    display:none
}

body.account .carousel {
    margin-top:-3px
}

body.account .carousel > div.container {
    display:none
}

.copyright {
    font-size: 14px;
    line-height: 20px;
    padding:12px 0
}

.copyright a {
    color:inherit
}

.copyright a:focus, .copyright a:hover {
    color:#007faf
}

.copyright > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex
}

.copyright__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 auto;
    padding:0
}

.copyright__nav > li {
    margin-left:6px
}

.copyright__nav > li::before {
    content: '|';
    margin-right:6px
}

.copyright__nav > li:first-child {
    margin-left:0
}

.copyright__nav > li:first-child::before {
    display:none
}

@media only screen and (max-width: 1072px) {
    .copyright > .container {
        -ms-flex-wrap: wrap;
        flex-wrap:wrap
    }

    .copyright__credit {
        margin-top: 12px;
        text-align: center;
        width:100%
    }

    .copyright__nav {
        margin-right:0
    }
}

@media only screen and (max-width: 800px) {
    .copyright > .container {
        display: block;
        text-align:center
    }

    .copyright__credit {
        display:block
    }

    .copyright__nav {
        display: block;
        margin-top:12px
    }

    .copyright__nav a {
        display: block;
        padding:3px 0
    }

    .copyright__nav > li::before {
        display:none
    }
}

.footer {
    background: #4ab7ae;
    color: #fff;
    padding:12px 0
}

.footer img {
    margin-left:30px
}

.footer > .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex
}

.footer__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow:1
}

.footer__hillcroft {
    width:236px
}

.footer__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex
}

.footer__logos > img {
    margin-left:30px
}

.footer__nav a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height:20px
}

.footer__nav a:focus, .footer__nav a:hover {
    text-decoration:underline
}

.footer__practice-index {
    width: 140px;
    margin-top:6px
}

@media only screen and (max-width: 720px) {
    .footer__hillcroft {
        width:177px
    }

    .footer__logos {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction:column
    }

    .footer__logos .footer__practice-index {
        margin-top:0
    }

    .footer__logos img {
        display:block
    }

    .footer__logos > * {
        display: block;
        margin:0 0 12px
    }

    .footer__logos > * :last-child {
        margin-bottom:0
    }

    .footer__nav a {
        padding:3px 0
    }

    .footer__practice-index {
        width:105px
    }
}

@media only screen and (max-width: 480px) {
    .footer > .container {
        display:block
    }

    .footer__body {
        margin-bottom: 24px;
        text-align:center
    }

    .footer__logos {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content:space-between
    }

    .footer__logos > img {
        margin:0
    }
}

.gallery__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content:center
}

.gallery__nav > button {
    background: #ccc;
    border-radius: 50%;
    height: 10px;
    margin: 0 6px;
    overflow: hidden;
    text-indent: 110%;
    width:10px
}

.gallery__nav > button.is-active {
    background-color:#000
}

.gallery__nav > button.play {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ccc;
    background: none;
    border-radius: 0;
    border-width: 6px 0 6px 8px;
    margin-top:-1px
}

.gallery__nav > button.play.is-active {
    border-color:transparent transparent transparent #000
}

.gallery__slides {
    list-style: none;
    margin: 0 0 6px;
    padding: 0;
    position:relative
}

.gallery__slides .slick-arrow {
    border-color: #ccc;
    border-style: solid;
    border-width: 0 0 8px 8px;
    height: 40px;
    margin-top: -20px;
    outline: none;
    overflow: hidden;
    position: absolute;
    top: 50%;
    text-indent: 110%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 40px;
    z-index:1
}

.gallery__slides .slick-arrow:hover {
    border-color:#000
}

.gallery__slides .slick-arrow.slick-prev {
    left: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform:rotate(45deg)
}

.gallery__slides .slick-arrow.slick-next {
    right: 10px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform:rotate(-135deg)
}

.gallery__slides .slick-arrow.slick-disabled {
    opacity: 0;
    pointer-events:none
}

@media only screen and (max-width: 720px) {
    .gallery__slides .slick-arrow {
        height: 30px;
        margin-top: -15px;
        width:30px
    }
}

.gallery__thumb {
    display: block;
    overflow: hidden;
    padding-top: 100%;
    position:relative
}

.gallery__thumb > img {
    position: absolute;
    top: 0;
    left: 0;
    width:100%
}

@supports ((-o-object-fit: contain) or(object-fit: contain)) {
    .gallery__thumb > img {
        height: 100%;
        -o-object-fit: contain;
        object-fit:contain
    }
}

.gallery__thumb .wistia_embed {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height:100% !important
}

.header {
    background: #4ab7ae;
    color: #fff;
    margin-bottom: 24px;
    position: relative;
}

.header::after {
    background: #4ab7ae;
    border-radius: 0 0 50% 50% / 0 0 20px 20px;
    content: '';
    height: 20px;
    top: 100%;
    right: 0;
    left: 0;
    position: absolute;
    z-index:0
}

.header > .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding:12px 0
}

.header.carousel-overlap::after {
    z-index:2
}

.header__alert {
    display: block;
    width: 100%;
    background-color: red;
    padding: 6px;
    text-align: center;
}

.header__alert a {
    color: black;
}

.header__actions {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex
}

.header__basket {
    margin-left: 100px;
    min-width:250px
}

.header__basket-link {
    background: url("../images/icon/basket-white.svg") no-repeat center center/26px auto;
    display: none;
    height: 26px;
    opacity: 0.8;
    overflow: hidden;
    text-indent: 110%;
    width:26px
}

.header__basket-link:focus, .header__basket-link:hover {
    opacity:1
}

.header__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow:1
}

.header__menu-toggle {
    color: #fff;
    display: none;
    opacity: 1;
    padding-left: 37px;
    position:relative
}

.header__menu-toggle::before {
    background: url("../images/icon/menu-white.svg") no-repeat center center;
    background-size: 100% 100%;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    width:25px
}

.header__menu-toggle:focus, .header__menu-toggle:hover {
    color: #fff;
    opacity:.8
}

.header__info {
    font-family: "Mikado", sans-serif;
    margin-bottom: 12px;
    position:relative
}

.header__logo {
    margin-right: 100px;
    width:120px
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right:0
}

.header__nav a {
    color:#fff
}

.header__nav a:focus, .header__nav a:hover {
    text-decoration:underline
}

.header__nav > li {
    margin-left:6px
}

.header__nav > li::before {
    content: '\2022';
    margin-right:6px
}

.header__nav > li:first-child {
    margin-left:0
}

.header__nav > li:first-child::before {
    display:none
}

.header__search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position:relative
}

.header__search a {
    background-color: #fff;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    font-size: 12px;
    height: 24px;
    overflow: hidden;
    padding: 6px 12px;
    text-overflow: ellipsis;
    white-space:nowrap
}

.header__search a:hover {
    background-color:#f2f2f2
}

.header__search :first-child > a {
    padding-top:12px
}

.header__search ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    left: 10px;
    width: calc(100% - 119px);
    z-index:998
}

.header__search li {
    border-bottom:1px solid #ccc
}

.header__search-toggle {
    background: url("../images/icon/search-white.svg") no-repeat center center/100% auto;
    display: none;
    height: 30px;
    opacity: 0.8;
    overflow: hidden;
    text-indent: 110%;
    width:30px
}

.header__search-toggle:focus, .header__search-toggle:hover {
    opacity:1
}

.header__telephone {
    font-family: "Mikado", sans-serif;
    font-size: 27px;
    font-weight:500
}

@media only screen and (min-width: 882px) {
    .is-fixed .header {
        margin-bottom: 0;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index:9999
    }

    .is-fixed .header::after {
        display:none
    }

    .is-fixed .header > .container {
        padding:6px 0
    }

    .is-fixed .header__body {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-left:auto
    }

    .is-fixed .header__basket {
        margin-left: 10px;
        min-width:0
    }

    .is-fixed .header__basket > .mini-basket {
        display:none
    }

    .is-fixed .header__basket-link {
        display:block
    }

    .is-fixed .header__info {
        display:none
    }

    .is-fixed .header__logo {
        background: url("img/logo-mobile.svg") no-repeat center center/100% auto;
        margin-right: 36px;
        height: 50px;
        width:50px
    }

    .is-fixed .header__logo > img {
        visibility:hidden
    }

    .is-fixed .header__menu-toggle {
        display:block
    }
}

@media only screen and (max-width: 880px) {
    .header {
        margin-bottom: 0;
        /* position: fixed;
        top: 0;
        right: 0;
        left: 0; */
        z-index:9999
    }

    .is-fixed .header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    }

    .header::after {
        display:none
    }

    .header > .container {
        padding:6px 0
    }

    .header__body {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-left:auto
    }

    .header__basket {
        margin-left: 10px;
        min-width:0
    }

    .header__basket > .mini-basket {
        display:none
    }

    .header__basket-link {
        display:block
    }

    .header__info {
        display:none
    }

    .header__logo {
        background: url("img/logo-mobile.svg") no-repeat center center/100% auto;
        margin-right: 36px;
        height: 50px;
        width:50px
    }

    .header__logo > img {
        visibility:hidden
    }

    .header__menu-toggle {
        display:block
    }
}

@media only screen and (max-width: 720px) {
    /* .header__search {
        position:static
    } */

    .aa-DetachedSearchButtonPlaceholder {
        display: none!important;
    }

    .aa-DetachedSearchButton {
        background: none!important;
        border: none!important;
    }

    .aa-DetachedSearchButtonIcon {
        color: #fff!important;
        opacity: 0.8!important;
    }

    .aa-DetachedSearchButtonIcon:hover {
        opacity: 1!important;
    }

    .aa-SubmitIcon {
        width: 26px!important;
        height: 26px!important;
    }

    .header__search ul {
        top: 105px;
        left: 0;
        width:calc(100% - 97px)
    }

    /* .header__search > .search {
        background: #77c9c2;
        margin: 0 -24px;
        min-width: 0;
        padding: 12px;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        z-index:1
    } */

    .header__search.is-active > .search {
        -webkit-transform: none;
        -ms-transform: none;
        transform:none
    }

    .header__search-toggle {
        display:block
    }
}

@media only screen and (max-width: 480px) {
    .header__logo {
        margin-right:24px
    }

    .header__search {
        position:static
    }

    .header__search ul {
        width:100%
    }
}

aside.site-notice {
    background-color: #a9c833;
    color: white;
    padding: 0.6em 1em;
    text-align: center;
    line-height:1.2
}

aside.site-notice p {
    margin-bottom:0
}

aside.site-notice a {
    color: white;
    text-decoration:underline
}

.alert-banner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: red;
    font-weight:bold
}

.alert-banner p {
    text-align: center;
    margin-bottom:0
}

@media only screen and (max-width: 480px) {
    .alert-banner p {
        font-size:0.88rem
    }
}

.join {
    background: #4ab7ae;
    margin: 72px 0;
    padding: 24px 0;
    position:relative
}

.join::before, .join::after {
    background: url("img/curve-aqua.png") no-repeat center;
    content: '';
    height: 234px;
    pointer-events: none;
    position: absolute;
    right: 0;
    left:0
}

@media only screen and (min-width: 1921px) {
    .join::before, .join::after {
        background-size:100% 100%
    }
}

.join::before {
    top:-234px
}

.join::after {
    bottom: -233px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform:rotate(180deg)
}

.join > .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex
}

.join--no-curve-bottom::after {
    background:#4ab7ae
}

.join__action {
    position:relative
}

.join__action::before {
    background: url("img/join-avatar.png") no-repeat center top/100% auto;
    content: '';
    height: 352px;
    margin-left: -55px;
    position: absolute;
    top: -130px;
    left: 50%;
    width: 111px;
    z-index:1
}

.join__content {
    margin-left: auto;
    max-width:60%
}

.join__placard {
    background: #fff;
    border-radius: 18px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 12px;
    position: relative;
    text-align: center;
    z-index:1
}

@media only screen and (max-width: 720px) {
    .join > .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction:column
    }

    .join__action {
        margin-bottom:24px
    }

    .join__action::before {
        height:150px
    }

    .join__content {
        margin-left: 0;
        max-width:none
    }
}

.list-options {
    color: #7a7b7e;
    font-size: 14px;
    margin-top: -36px;
    margin-bottom:12px
}

@media only screen and (max-width: 720px) {
    .list-options {
        margin-top:0
    }
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding:24px 0 0
}

@media only screen and (max-width: 880px) {
    .main {
        padding-top:0
    }
}

.main > .section:first-child {
    margin-top: -48px;
    padding-top:72px
}

.main--carousel {
    margin-top:-45px
}

.menu {
    background:#d2edeb
}

.menu__dropdown {
    background: #fff;
    border-radius: 15px 15px 70px;
    -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
    opacity: 0;
    padding: 12px 24px 24px;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    -webkit-transition: opacity 0.2s ease 0.1s, visibility 0s linear 0.3s;
    transition: opacity 0.2s ease 0.1s, visibility 0s linear 0.3s;
    visibility: hidden;
    z-index:100
}

:hover > .menu__dropdown {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    visibility:visible
}

:first-child > .menu__dropdown {
    border-top-left-radius:0
}

:last-child > .menu__dropdown {
    border-top-right-radius:0
}

.menu__nav {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding:0
}

.menu__nav > li > a {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 6px;
    text-align: center;
    -webkit-transition: background 0.2s;
    transition:background 0.2s
}

.menu__nav > li:hover > a, .menu__nav > li > a:focus {
    background:rgba(255, 255, 255, 0.5)
}

.menu__secondary-nav {
    display:none
}

.menu__sub-nav {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    list-style: none;
    margin: 0;
    padding:0
}

.menu__sub-nav a {
    border-bottom: 1px solid #ccc;
    color: #7a7b7e;
    display: inline-block;
    padding: 6px 0;
    position: relative;
    white-space:nowrap
}

.menu__sub-nav a::after {
    background: #4ab7ae;
    content: '';
    height: 2px;
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    -webkit-transition: opacity 0.2s;
    transition:opacity 0.2s
}

.menu__sub-nav a:hover, .menu__sub-nav a:focus {
    color: #000;
    font-weight:500
}

.menu__sub-nav a:hover::after, .menu__sub-nav a:focus::after {
    opacity:1
}

.menu__toggle {
    display:none
}

@media only screen and (min-width: 882px) {
    .is-fixed .menu {
        display:none
    }

    .is-fixed .menu.is-active {
        display:block
    }
}

@media only screen and (max-width: 880px) {
    .menu {
        display: none;
        max-height: calc(100vh - 62px);
        overflow: auto;
        -webkit-overflow-scrolling:touch
    }

    .menu.is-active {
        display:block
    }

    .menu > .container {
        margin:0
    }

    .menu__dropdown {
        background: rgba(255, 255, 255, 0.5);
        border-radius: 0;
        display: none;
        -webkit-filter: none;
        filter: none;
        opacity: 1;
        padding: 0;
        position: static;
        visibility:visible
    }

    .is-active > .menu__dropdown {
        display:block
    }

    .menu__nav {
        display: block;
        margin-top:12px
    }

    .menu__nav > li {
        position:relative
    }

    .menu__nav > li:hover > a {
        background:none
    }

    .menu__nav > li > a {
        padding-right: 24px;
        padding-left: 24px;
        text-align:left
    }

    .menu__secondary-nav {
        border-top: 1px solid rgba(74, 183, 174, 0.25);
        display: block;
        font-size: 14px;
        list-style: none;
        margin: 12px 0;
        padding:24px 0 0
    }

    .menu__secondary-nav a {
        color: #000;
        display: block;
        padding:6px 24px
    }

    .menu__sub-nav {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0;
        column-gap:0
    }

    .menu__sub-nav a {
        border-bottom: none;
        padding: 12px 24px;
        white-space:normal
    }

    .menu__sub-nav a::after {
        display:none
    }

    .menu__sub-nav > li {
        position:relative
    }

    .menu__toggle {
        display: block;
        height: 48px;
        position: absolute;
        top: 0;
        right: 0;
        width:48px
    }

    .menu__toggle::before {
        border-color: transparent #4ab7ae;
        border-style: solid;
        border-width: 8px 8px 8px 0;
        content: '';
        margin-top: -8px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transition: 0.2s;
        transition:0.2s
    }

    .is-active > .menu__toggle::before {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform:rotate(-90deg)
    }
}

.modal {
    background: rgba(0, 0, 0, 0.75);
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:9999
}

.modal.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex
}

.modal__close {
    color: #7a7b7e;
    font-size: 40px;
    padding: 18px 12px;
    position: absolute;
    top: 0;
    right:0
}

.modal__close::before {
    content: '\00d7'
}

.modal__content {
    background: #fff;
    border-radius: 15px 15px 70px;
    -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
    margin: auto;
    max-height: 95%;
    max-width: 100%;
    min-width: 480px;
    padding: 24px;
    position: relative;
    overflow:auto
}

@media only screen and (max-width: 480px) {
    .modal__content {
        min-width: 0;
        width:100%
    }
}

.modal__title {
    border-bottom: 1px solid #aeaeae;
    font-size: 24px;
    line-height: 36px;
    margin: -24px -24px 24px;
    padding:12px 24px
}

.modal--narrow .modal__content {
    min-width: 1px;
    max-width:400px
}

.monthly .monthly-event-list {
    background:#e9ebec
}

.monthly .monthly-event-list-date {
    top:0.5em
}

.notification {
    background: #fff;
    border-radius: 0 0 15px 75px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    margin-right: -512px;
    max-width: 480px;
    padding: 24px;
    position: fixed;
    top: 0;
    right: 50%;
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    z-index:99999
}

.notification.is-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-duration: 1s;
    transition-duration:1s
}

.notification__close {
    color: #7a7b7e;
    font-size: 40px;
    padding: 24px;
    position: absolute;
    top: 0;
    right:0
}

.notification__close::before {
    content: '\00d7'
}

.notification__title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom:12px
}

@media only screen and (min-width: 882px) {
    .is-fixed .notification {
        top:62px
    }

    .is-fixed.wrapper.order-edit .notification {
        top:118px
    }
}

@media only screen and (max-width: 1072px) {
    .notification {
        margin-right: 0;
        right:24px
    }
}

@media only screen and (max-width: 880px) {
    .notification {
        top:62px
    }

    .wrapper.order-edit .notification {
        top:118px
    }
}

@media only screen and (max-width: 540px) {
    .notification {
        max-width: none;
        left:24px
    }
}

.page-header {
    background: url("img/curve-grey-lighter.png") no-repeat center bottom #fff;
    font-weight: 300;
    margin: 0 0 48px;
    min-height: 168px;
    padding: 24px 0 60px;
    position:relative
}

.page-header::after {
    background: #f2f2f2;
    content: '';
    height: 48px;
    left: 0;
    position: absolute;
    right: 0;
    top:100%
}

@media only screen and (min-width: 1281px) {
    .page-header {
        background-size: 100% 100%;
        min-height:0
    }
}

.page-header__action {
    bottom: -48px;
    position: absolute;
    right: 0;
    z-index:1
}

.page-header__content {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow:0
}

.page-header__image {
    max-width:320px
}

.page-header--aqua {
    background-color: #4ab7ae;
    color: #fff;
    font-weight: 400;
    margin-bottom: 24px;
    padding-bottom:12px
}

.page-header--aqua > .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:space-between
}

.page-header--aqua > .container::before, .page-header--aqua > .container::after {
    display:none
}

.page-header--aqua a {
    color: inherit;
    text-decoration:underline
}

.page-header--aqua a:focus, .page-header--aqua a:hover {
    color:#f2f2f2
}

.page-header--aqua .page-header__image {
    margin-top: -60px;
    max-width:400px
}

.page-header--white-curve {
    background-image: url("img/curve-white.png")
}

.page-header--white-curve::after {
    background-color:#fff
}

@media only screen and (max-width: 720px) {
    .page-header {
        margin-bottom: 0;
        min-height:0
    }

    .page-header::after {
        display:none
    }

    .page-header__title {
        font-size: 32px;
        line-height:36px
    }
}

@media only screen and (max-width: 480px) {
    .page-header__image {
        display:none
    }
}

#checkout.payments form {
    margin-top: 60px;
    margin-bottom: 40px;
    border-radius: 14px;
    background-color: #f8fbfd;
    padding: 20px 30px 30px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-size: 15px;
    line-height: 1.4em;
    color:#525f7f
}

#checkout.payments form h6 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size:14px
}

#checkout.payments form fieldset {
    padding: 0;
    margin: 0 0 30px 0;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(50, 50, 93, 0.15), 0 4px 6px 0 rgba(112, 157, 199, 0.15);
    box-shadow: 0 1px 3px 0 rgba(50, 50, 93, 0.15), 0 4px 6px 0 rgba(112, 157, 199, 0.15);
    border-radius: 4px;
    border:none
}

#checkout.payments form fieldset .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap:nowrap
}

@media screen and (max-width: 768px) {
    #checkout.payments form fieldset .form-row {
        display:block
    }

    #checkout.payments form fieldset .form-row .form-group:not(:last-child) {
        border-bottom:1px solid #f0f5fa
    }
}

#checkout.payments form fieldset .form-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 42px;
    padding: 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8898aa;
    font-weight: 400;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow:1
}

#checkout.payments form fieldset .form-group label {
    min-width: 140px;
    padding: 0 15px;
    text-align: right;
    display: inline-block;
    position:relative
}

#checkout.payments form fieldset .form-group label sup {
    position: absolute;
    right: 5px;
    color: #dc3545;
    top: 10px;
    font-size:14px
}

#checkout.payments form fieldset .form-group input, #checkout.payments form fieldset .form-group .StripeElement {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 15px;
    background: transparent;
    font-weight: 400;
    color: #31325f;
    outline: none;
    cursor: text;
    border-style: none;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width:100%
}

#checkout.payments form fieldset .form-group input::-webkit-input-placeholder, #checkout.payments form fieldset .form-group input::-moz-placeholder, #checkout.payments form fieldset .form-group input:-ms-input-placeholder, #checkout.payments form fieldset .form-group .StripeElement::-webkit-input-placeholder, #checkout.payments form fieldset .form-group .StripeElement::-moz-placeholder, #checkout.payments form fieldset .form-group .StripeElement:-ms-input-placeholder {
    color:#aab7c4
}

#checkout.payments form fieldset > div:not(:last-child) {
    border-bottom:1px solid #f0f5fa
}

#checkout.payments form button {
    display: block;
    background: #a9c833;
    color: #fff;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    border: 0;
    font-weight: 700;
    width: 100%;
    height: 40px;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.15s ease;
    transition:all 0.15s ease
}

#checkout.payments form button:focus {
    background:#9bb72f
}

#checkout.payments form button:hover {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
    box-shadow:0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.08)
}

#checkout.payments form button:active {
    background:#788e24
}

.product-features {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    background: #f2f2f2;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 156px;
    padding: 6px;
    position:relative
}

.product-features::after {
    background: #f2f2f2;
    content: '';
    margin-left: -15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width:100vw
}

.product-features > img {
    margin: 6px;
    width:60px
}

.product-features--slide > img {
    width:auto
}

.product-features--info {
    display: block;
    font-weight: 300;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content:center
}

.product-features--info > :last-child {
    margin-bottom:0
}

.product-features--info > img {
    margin:0
}

.product-features--icon::before {
    content: '';
    height: 100px;
    float: right;
    margin-left: -20px;
    position: absolute;
    bottom: 6px;
    left: 100%;
    width: 100px;
    z-index:1
}

.product-features--telephone::before {
    background: url("../images/icon/telephone.svg") no-repeat center center/100% auto
}

.product-features--basket::before {
    background: url("../images/icon/basket.svg") no-repeat center center/100% auto
}

.product-features--check::before {
    background: url("../images/icon/check.svg") no-repeat center center/100% auto
}

.product-features--gbp::before {
    background: url("../images/icon/gbp.svg") no-repeat center center/contain
}

.product-features--infoicon::before {
    background: url("../images/icon/info-white.svg") no-repeat center center/contain
}

.product-features--star::before {
    background: url("../images/icon/star.svg") no-repeat center center/100% auto
}

.product-features--truck::before {
    background: url("../images/icon/truck.svg") no-repeat center center/100% auto
}

.product-features__title {
    color: #007faf;
    font-family: "Mikado", sans-serif;
    font-size: 24px;
    line-height: 36px;
    margin-bottom:0
}

@media only screen and (max-width: 1140px) {
    .product-features--icon {
        padding-left: 24px;
        text-align:left
    }

    .product-features--icon::before {
        float: right;
        height: 75px;
        margin: 36px -24px 0 6px;
        position: relative;
        bottom: auto;
        left: auto;
        width:75px
    }
}

@media only screen and (max-width: 960px) {
    .product-features--telephone::before {
        margin-top:12px
    }
}

@media only screen and (max-width: 880px) {
    .product-features--telephone::before {
        margin-top:36px
    }
}

@media only screen and (max-width: 640px) {
    .product-features--telephone::before {
        margin-top:24px
    }
}

@media only screen and (max-width: 480px) {
    .product-features--telephone::before {
        margin-top:36px
    }
}

.product-summary {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 36px;
    -ms-grid-columns: 300px 1fr 1fr;
    grid-template-columns: 300px 1fr 1fr;
    margin:0 0 24px
}

.product-summary__images {
    -ms-grid-column: 1;
    grid-column: 1;
    margin-right:36px
}

@supports (grid-column-gap: 36px) {
    .product-summary__images {
        margin-right:0
    }
}

.product-summary__content {
    -ms-grid-column: 2;
    grid-column: 2;
    margin-right:36px
}

@supports (grid-column-gap: 36px) {
    .product-summary__content {
        margin-right:0
    }
}

.product-summary__status {
    -ms-grid-column: 3;
    grid-column:3
}

@media only screen and (max-width: 960px) {
    .product-summary {
        grid-column-gap: 48px;
        grid-row-gap: 48px;
        -ms-grid-columns: 300px auto;
        grid-template-columns: 300px auto;
        -ms-grid-rows: auto auto;
        grid-template-rows:auto auto
    }

    .product-summary__content {
        margin-bottom:48px
    }

    @supports (grid-row-gap: 48px) {
        .product-summary__content {
            margin-bottom:0
        }
    }

    .product-summary__images {
        -ms-grid-row-span: 2;
        grid-row-end:span 2
    }

    .product-summary__status {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 2;
        grid-row:2
    }
}

@media only screen and (max-width: 720px) {
    .product-summary {
        -ms-grid-columns: 200px auto;
        grid-template-columns:200px auto
    }
}

@media only screen and (max-width: 640px) {
    .product-summary {
        display:block
    }

    .product-summary__images {
        margin: 0 auto 48px;
        max-width:300px
    }

    .product-summary__content {
        margin-bottom:48px
    }
}

.quick-order {
    font-size: 18px;
    background-color: #fff;
    border-radius: 40px;
    border: solid 10px #a9c833;
    color: #000;
    font-weight: 300;
    margin: 0 0 24px;
    padding: 12px;
    text-align:center
}

.quick-order__field {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex
}

.quick-order__form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    color: #7a7b7e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding:6px 12px
}

.quick-order__input {
    margin-left: 24px;
    max-width:8em
}

.quick-order__input:hover::-webkit-input-placeholder, .quick-order__input:focus::-webkit-input-placeholder {
    color:#c7738a
}

.quick-order__input:hover:-ms-input-placeholder, .quick-order__input:focus:-ms-input-placeholder {
    color:#c7738a
}

.quick-order__input:hover::placeholder, .quick-order__input:focus::placeholder {
    color:#c7738a
}

.quick-order__submit {
    width:150px
}

.quick-order__submit > .button {
    width:100%
}

.quick-order__title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom:0
}

.ui-menu {
    font: inherit !important;
    font-size: 12px;
    max-height: 320px;
    max-width: 320px;
    overflow-x: hidden;
    overflow-y:auto
}

.ui-menu-item {
    border-bottom:1px solid #f2f2f2
}

.ui-menu-item-wrapper {
    display:block
}

.ui-menu-item-wrapper.ui-state-active {
    background: #4ab7ae !important;
    color:#fff !important
}

@media only screen and (max-width: 840px) {
    .quick-order__title {
        font-size:20px
    }

    .quick-order__field {
        -ms-flex-preferred-size: 50%;
        flex-basis:50%
    }

    .quick-order__field:nth-child(2) {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content:flex-end
    }

    .quick-order__form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding:12px 24px
    }

    .quick-order__submit {
        -ms-flex-preferred-size: 320px;
        flex-basis: 320px;
        margin:24px auto 0
    }
}

@media only screen and (max-width: 720px) {
    .quick-order {
        border-width:5px
    }

    .quick-order__form {
        padding:0
    }

    .quick-order__field {
        border-bottom: 1px solid #f2f2f2;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 12px;
        font-size:16px
    }

    .quick-order__field:nth-child(2) {
        margin-top: 12px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content:space-between
    }

    .quick-order__submit {
        margin-top:12px
    }
}

@media only screen and (max-width: 480px) {
    .quick-order > p {
        font-size:14px
    }

    .quick-order__field {
        font-size:14px
    }

    .quick-order__input {
        max-width:5em
    }
}

.register-container {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(55%, #fff), color-stop(55%, #f2f2f2), to(#f2f2f2));
    background: linear-gradient(to right, #fff 0%, #fff 55%, #f2f2f2 55%, #f2f2f2 100%);
    padding:48px 0 24px
}

.register-container > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex
}

.register__body {
    width:45%
}

.register__content {
    margin-top: -48px;
    margin-left: 130px;
    position: relative;
    width:300px
}

.register__content::before {
    background: url("img/register-avatar.svg") no-repeat center center/auto 100%;
    content: '';
    height: 620px;
    position: absolute;
    top: -140px;
    left: -200px;
    width:180px
}

.register__form {
    padding-right: 96px;
    width:55%
}

.register__panel {
    background: #007faf;
    border-radius: 250px 0 0 250px;
    color: #fff;
    font-size: 21px;
    margin-top: -48px;
    margin-left: -24px;
    padding: 48px;
    position: relative;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform:translateY(-50%)
}

.register__panel a {
    color: #fff;
}

.register__panel::after {
    background: #007faf;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width:50vw
}

.register__title {
    background: #fff;
    border-radius: 0 100px 100px;
    font-size: 24px;
    line-height: 36px;
    margin-left: -24px;
    padding: 12px 24px;
    position:relative
}

.register__title::before {
    background: #fff;
    content: '';
    height: 24px;
    position: absolute;
    top: 0;
    left: -24px;
    width:24px
}

.register__title::after {
    background: #f2f2f2;
    border-radius: 0 24px 24px 0;
    content: '';
    height: 48px;
    position: absolute;
    top: 0;
    left: -24px;
    width:24px
}

@media only screen and (max-width: 960px) {
    .register-container {
        background:none
    }

    .register-container > .container {
        display:block
    }

    .register__body {
        background: #f2f2f2;
        margin: 0 -24px;
        padding: 24px;
        width:auto
    }

    .register__content {
        margin:0 auto
    }

    .register__form {
        padding-right: 0;
        width:auto
    }

    .register__panel {
        border-radius: 0;
        margin: -24px -24px 24px;
        -webkit-transform: none;
        -ms-transform: none;
        transform:none
    }

    .register__panel::after {
        display:none
    }
}

@media only screen and (max-width: 720px) {
    .register__content {
        padding-top: 124px;
        margin: 0;
        width:auto
    }

    .register__content::before {
        background-image: url("img/register-avatar-head.svg");
        height: 140px;
        top: -40px;
        left: 0;
        width:90px
    }

    .register__title {
        border-radius: 20px 20px 20px 0;
        margin-bottom: -65px;
        position: absolute;
        bottom: 100%;
        left:138px
    }

    .register__title::before, .register__title::after {
        top: auto;
        bottom:0
    }
}

@media only screen and (max-width: 480px) {
    .register__title {
        font-size: 20px;
        line-height:24px
    }
}

.show-password {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width:40px
}

.show-password input {
    opacity: 0;
    position: absolute;
    visibility:hidden
}

.show-password__indicator {
    display: block;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/../images/icons/eye.png")
}

.steps--multi.steps--text-top li, .steps--text-top.steps--count li {
    font-size: 16px;
    font-style: normal;
    width:120px
}

.steps--multi.steps--text-top li::after, .steps--text-top.steps--count li::after {
    height:3px
}

@media only screen and (max-width: 960px) {
    .steps--multi.steps--text-top li, .steps--text-top.steps--count li {
        font-size: 15px;
        width:80px
    }
}

@media only screen and (max-width: 720px) {
    .steps--multi.steps--text-top li, .steps--text-top.steps--count li {
        font-size: 14px;
        width:60px
    }
}

@media only screen and (max-width: 480px) {
    .steps--multi.steps--text-top li, .steps--text-top.steps--count li {
        font-size: 12px;
        width:40px
    }
}

.usps {
    background: #77c9c2;
    font-size: 14px;
    line-height:20px
}

.usps strong {
    font-weight:500
}

.usps > .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:space-between
}

.usps__item {
    margin-left: 24px;
    padding: 6px 0 6px 30px;
    position:relative
}

.usps__item:first-child {
    margin-left:0
}

.usps__item::before {
    background: no-repeat center center / 100% auto;
    height: 18px;
    margin-top: -9px;
    margin-right: 6px;
    position: absolute;
    top: 50%;
    left: 10px;
    vertical-align:middle
}

.usps__item > span, .usps__item > strong {
    display:inline-block
}

.usps__item--button {
    -ms-flex-negative: 0;
    flex-shrink:0
}

.usps__item--gbp::before {
    background-image: url("../images/icon/gbp.svg");
    content: '';
    margin-left: -6px;
    width:13px
}

.usps__item--star::before {
    background-image: url("../images/icon/star.svg");
    content: '';
    margin-left: -9px;
    width:18px
}

.usps__item--truck::before {
    background-image: url("../images/icon/truck.svg");
    content: '';
    margin-left: -11px;
    width:23px
}

@media only screen and (min-width: 882px) {
    .is-fixed .usps {
        display:none
    }
}

@media only screen and (max-width: 880px) {
    .usps {
        display:none
    }
}

.variants .select {
    display: block;
    margin-bottom:12px
}

.variants .select:last-child {
    margin-bottom:0
}

.variants__input {
    max-width: 7em;
    text-align:right
}

.variants__label {
    color: #7a7b7e;
    display: none;
    font-weight:200
}

@media only screen and (max-width: 960px) {
    .variants {
        border-top:3px solid #7a7b7e
    }

    .variants thead {
        display:none
    }

    .variants tr {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        clear: both;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap:wrap
    }
}

@media only screen and (max-width: 960px) and(-ms-high-contrast: active), only screen and(max-width: 960px) and(-ms-high-contrast: none) {
    .variants tr {
        display:block
    }
}

@media only screen and (max-width: 960px) {
    .variants td, .variants th {
        display: block;
        float:left
    }

    .variants--children .variants__code {
        width:100px
    }

    .variants--children.variants--auth .variants__description {
        width:calc(100% - 325px)
    }

    .variants--children.variants--auth .variants__quantity {
        width:100px
    }

    .variants--children.variants--auth .variants__price {
        padding-right: 0;
        width:150px
    }

    .variants--children.variants--auth .variants__message {
        padding-left: 0;
        width:calc(100% - 250px)
    }

    .variants--children.variants--auth .variants__quantity-input {
        width:100px
    }

    .variants--children.variants--auth .variants__add {
        width:150px
    }

    .variants--children.variants--guest .variants__description {
        width:calc(100% - 295px)
    }

    .variants--children.variants--guest .variants__quantity {
        padding-right: 0;
        width:220px
    }

    .variants--children.variants--guest .variants__message {
        padding-left: 0;
        width:calc(100% - 220px)
    }

    .variants--children.variants--guest .variants__login {
        padding-right: 0;
        text-align: right;
        width:220px
    }

    .variants--options .select {
        display: inline-block;
        margin:0 12px 0 0
    }

    .variants--options.variants--auth .variants__options {
        width:calc(100% - 250px)
    }

    .variants--options.variants--auth .variants__quantity {
        width:100px
    }

    .variants--options.variants--auth .variants__price {
        padding-right: 0;
        width:150px
    }

    .variants--options.variants--auth .variants__message {
        padding-left: 0;
        width:calc(100% - 250px)
    }

    .variants--options.variants--auth .variants__quantity-input {
        width:100px
    }

    .variants--options.variants--auth .variants__add {
        width:150px
    }

    .variants--options.variants--guest .variants__options {
        width:calc(100% - 220px)
    }

    .variants--options.variants--guest .variants__quantity {
        width:220px
    }

    .variants--options.variants--guest .variants__message {
        padding-left: 0;
        width:calc(100% - 220px)
    }

    .variants--options.variants--guest .variants__login {
        padding-right: 0;
        text-align: right;
        width:220px
    }

    .variants__label {
        display:block
    }
}

@media only screen and (max-width: 720px) {
    .variants--options .select {
        display: block;
        margin:0 0 12px
    }
}

@media only screen and (max-width: 640px) {
    .variants--children.variants--auth .variants__description {
        width:calc(100% - 75px)
    }

    .variants--children.variants--auth .variants__quantity {
        padding-left:0
    }

    .variants--children.variants--auth .variants__price {
        padding-right: 12px;
        width:calc(100% - 350px)
    }

    .variants--children.variants--auth .variants__message {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 0;
        width:100%
    }

    .variants--children.variants--guest .variants__description {
        width:calc(100% - 100px)
    }

    .variants--children.variants--guest .variants__quantity {
        padding-left: 0;
        width:calc(100% - 220px)
    }

    .variants--children.variants--guest .variants__message {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 0;
        width:100%
    }

    .variants--options.variants--auth .variants__options {
        padding-right: 0;
        width:100%
    }

    .variants--options.variants--auth .variants__quantity {
        padding-left:0
    }

    .variants--options.variants--auth .variants__price {
        padding-right: 12px;
        width:calc(100% - 350px)
    }

    .variants--options.variants--auth .variants__message {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 0;
        width:100%
    }

    .variants--options.variants--guest .variants__options {
        padding-right: 0;
        width:100%
    }

    .variants--options.variants--guest .variants__quantity {
        padding-left: 0;
        width:calc(100% - 220px)
    }

    .variants--options.variants--guest .variants__message {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 0;
        width:100%
    }
}

@media only screen and (max-width: 480px) {
    .variants--children.variants--auth .variants__price, .variants--options.variants--auth .variants__price {
        padding-right: 0;
        width:calc(100% - 100px)
    }

    .variants--children.variants--auth .variants__quantity-input, .variants--options.variants--auth .variants__quantity-input {
        padding-left:0
    }

    .variants--children.variants--guest .variants__description {
        width:calc(100% - 100px)
    }

    .variants--children.variants--guest .variants__quantity {
        padding-left: 0;
        width:calc(100% - 220px)
    }

    .variants--children.variants--guest .variants__login {
        padding-left:0
    }

    .variants--children.variants--guest .variants__message {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 0;
        width:100%
    }
}

@media only screen and (max-width: 360px) {
    .variants--children.variants--guest .variants__quantity, .variants--options.variants--guest .variants__quantity {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-right:0
    }

    .variants--children.variants--guest .variants__login, .variants--options.variants--guest .variants__login {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-left:0
    }
}

.variants-action {
    margin: -12px 0 24px;
    text-align:right
}

@media only screen and (max-width: 480px) {
    .variants-action {
        text-align:center
    }
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    min-height: 100%;
    overflow:hidden
}

@media only screen and (max-width: 880px) {
    .is-fixed .wrapper {
        padding-top:86px
    }
}

.feedback-module__header {
    background: #005e80;
    color: #ffffff;
    font-family: 'Dosis', sans-serif;
    font-size:14px
}

.feedback-module__header h1 {
    color:#ffffff
}

.feedback-module__header > .user__image {
    float: left;
    height: 120px;
    margin-right: 20px;
    width:120px
}

.feedback-module__emotion > input {
    visibility: hidden;
    position:absolute
}

.feedback-module__emotion > input + img {
    border-radius: 3px;
    cursor: pointer;
    padding:0 10px
}

.feedback-module__emotion:hover > input + img {
    background-color:#d1ecf7
}

.feedback-module__emotion > input:checked + img {
    background-color:#84b9d4 !important
}

.feedback-module__emotion > img {
    display: block;
    margin: 0 auto;
    max-width:160px
}

.feedback-module__comment {
    background: url("/img/copyright_background.jpg")
}

.feedback-module__comment > textarea {
    margin-bottom: 20px;
    max-width: 100%;
    resize:none !important
}

#feedback-module__personal_details {
    display:none
}

#feedback-module__personal_details input {
    margin-bottom:20px
}

.pointer {
    background: #9888c0;
    color: #ffffff;
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    padding: 10px;
    position: absolute;
    top: 260px;
    left: 170px;
    white-space:nowrap
}

.pointer:before {
    border-color: transparent #9888c0;
    border-style: solid;
    border-width: 24px 24px 24px 0;
    content: '';
    position: absolute;
    top: 0;
    left:-24px
}

.well {
    padding:20px
}

.xl-1-3 {
    float: left;
    width:33.333%
}

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform:rotate(3deg)
    }

    50% {
        -webkit-transform:rotate(-3deg)
    }

    100% {
        -webkit-transform:rotate(3deg)
    }
}

@keyframes wiggle {
    0% {
        -webkit-transform: rotate(3deg);
        transform:rotate(3deg)
    }

    50% {
        -webkit-transform: rotate(-3deg);
        transform:rotate(-3deg)
    }

    100% {
        -webkit-transform: rotate(3deg);
        transform:rotate(3deg)
    }
}

.wiggle-me:hover > img {
    -webkit-animation: wiggle 0.3s 4;
    animation:wiggle 0.3s 4
}

.align-bottom {
    vertical-align:bottom
}

.align-center {
    text-align:center
}

.align-left {
    text-align:left
}

.align-middle {
    vertical-align:middle
}

.align-right {
    text-align:right
}

.align-top {
    vertical-align:top
}

@media only screen and (max-width: 1072px) {
    .xl-align-bottom {
        vertical-align:bottom
    }

    .xl-align-center {
        text-align:center
    }

    .xl-align-left {
        text-align:left
    }

    .xl-align-middle {
        vertical-align:middle
    }

    .xl-align-right {
        text-align:right
    }

    .xl-align-top {
        vertical-align:top
    }
}

@media only screen and (max-width: 960px) {
    .l-align-bottom {
        vertical-align:bottom
    }

    .l-align-center {
        text-align:center
    }

    .l-align-left {
        text-align:left
    }

    .l-align-middle {
        vertical-align:middle
    }

    .l-align-right {
        text-align:right
    }

    .l-align-top {
        vertical-align:top
    }
}

@media only screen and (max-width: 720px) {
    .m-align-bottom {
        vertical-align:bottom
    }

    .m-align-center {
        text-align:center
    }

    .m-align-left {
        text-align:left
    }

    .m-align-middle {
        vertical-align:middle
    }

    .m-align-right {
        text-align:right
    }

    .m-align-top {
        vertical-align:top
    }
}

@media only screen and (max-width: 480px) {
    .s-align-bottom {
        vertical-align:bottom
    }

    .s-align-center {
        text-align:center
    }

    .s-align-left {
        text-align:left
    }

    .s-align-middle {
        vertical-align:middle
    }

    .s-align-right {
        text-align:right
    }

    .s-align-top {
        vertical-align:top
    }
}

.background-aqua {
    background-color:#4ab7ae
}

.background-black {
    background-color:#000
}

.background-blue {
    background-color:#60c2e0
}

.background-green {
    background-color:#a9c833
}

.background-grey {
    background-color:#7a7b7e
}

.background-grey-light {
    background-color:#aeaeae
}

.background-grey-lighter {
    background-color:#f2f2f2
}

.background-grey-lightest {
    background-color:#f7f7f7
}

.background-navy {
    background-color:#007faf
}

.background-orange {
    background-color:#edaa50
}

.background-red {
    background-color:#c7738a
}

.background-white {
    background-color:#fff
}

.background-alert {
    background-color:red
}

.aqua {
    color:#4ab7ae
}

.black {
    color:#000
}

.blue {
    color:#60c2e0
}

.green {
    color:#a9c833
}

.grey {
    color:#7a7b7e
}

.grey-light {
    color:#aeaeae
}

.grey-lighter {
    color:#f2f2f2
}

.grey-lightest {
    color:#f7f7f7
}

.navy {
    color:#007faf
}

.orange {
    color:#edaa50
}

.red {
    color:#c7738a
}

.white {
    color:#fff
}

.alert {
    color:red
}

.block {
    display:block
}

.inline {
    display:inline
}

.inline-block {
    display:inline-block
}

.xxl-hide {
    display:none
}

.xl-show {
    display:none
}

@media only screen and (max-width: 1072px) {
    .xl-block {
        display:block
    }

    .xl-hide {
        display:none
    }

    .xl-show {
        display:block
    }

    td.xl-show, th.xl-show {
        display:table-cell
    }
}

.l-show {
    display:none
}

@media only screen and (max-width: 960px) {
    .l-block {
        display:block
    }

    .l-hide {
        display:none
    }

    .l-show {
        display:block
    }

    td.l-show, th.l-show {
        display:table-cell
    }
}

.m-show {
    display:none
}

@media only screen and (max-width: 720px) {
    .m-block {
        display:block
    }

    .m-hide {
        display:none
    }

    .m-show {
        display:block
    }

    td.m-show, th.m-show {
        display:table-cell
    }
}

.s-show {
    display:none
}

@media only screen and (max-width: 480px) {
    .s-block {
        display:block
    }

    .s-hide {
        display:none
    }

    .s-show {
        display:block
    }

    td.s-show, th.s-show {
        display:table-cell
    }
}

.clearfix::after {
    clear: both;
    content: '';
    display:table
}

.float-left {
    float:left
}

.float-none {
    float:none
}

.float-right {
    float:right
}

.margin-top {
    margin-top:24px
}

.narrow-margin-top {
    margin-top:12px
}

.no-margin-top {
    margin-top:0
}

.wide-margin-top {
    margin-top:48px
}

.margin-bottom {
    margin-bottom:24px
}

.narrow-margin-bottom {
    margin-bottom:12px
}

.no-margin-bottom {
    margin-bottom:0
}

.wide-margin-bottom {
    margin-bottom:48px
}

.margin-right {
    margin-right:24px
}

.narrow-margin-right {
    margin-right:12px
}

.no-margin-right {
    margin-right:0
}

.wide-margin-right {
    margin-right:48px
}

.margin-left {
    margin-left:24px
}

.narrow-margin-left {
    margin-left:12px
}

.no-margin-left {
    margin-left:0
}

.wide-margin-left {
    margin-left:48px
}

@media only screen and (max-width: 1072px) {
    .xl-margin-top {
        margin-top:24px
    }

    .xl-narrow-margin-top {
        margin-top:12px
    }

    .xl-no-margin-top {
        margin-top:0
    }

    .xl-wide-margin-top {
        margin-top:48px
    }

    .xl-margin-bottom {
        margin-bottom:24px
    }

    .xl-narrow-margin-bottom {
        margin-bottom:12px
    }

    .xl-no-margin-bottom {
        margin-bottom:0
    }

    .xl-wide-margin-bottom {
        margin-bottom:48px
    }

    .xl-margin-right {
        margin-right:24px
    }

    .xl-narrow-margin-right {
        margin-right:12px
    }

    .xl-no-margin-right {
        margin-right:0
    }

    .xl-wide-margin-right {
        margin-right:48px
    }

    .xl-margin-left {
        margin-left:24px
    }

    .xl-narrow-margin-left {
        margin-left:12px
    }

    .xl-no-margin-left {
        margin-left:0
    }

    .xl-wide-margin-left {
        margin-left:48px
    }
}

@media only screen and (max-width: 960px) {
    .l-margin-top {
        margin-top:24px
    }

    .l-narrow-margin-top {
        margin-top:12px
    }

    .l-no-margin-top {
        margin-top:0
    }

    .l-wide-margin-top {
        margin-top:48px
    }

    .l-margin-bottom {
        margin-bottom:24px
    }

    .l-narrow-margin-bottom {
        margin-bottom:12px
    }

    .l-no-margin-bottom {
        margin-bottom:0
    }

    .l-wide-margin-bottom {
        margin-bottom:48px
    }

    .l-margin-right {
        margin-right:24px
    }

    .l-narrow-margin-right {
        margin-right:12px
    }

    .l-no-margin-right {
        margin-right:0
    }

    .l-wide-margin-right {
        margin-right:48px
    }

    .l-margin-left {
        margin-left:24px
    }

    .l-narrow-margin-left {
        margin-left:12px
    }

    .l-no-margin-left {
        margin-left:0
    }

    .l-wide-margin-left {
        margin-left:48px
    }
}

@media only screen and (max-width: 720px) {
    .m-margin-top {
        margin-top:24px
    }

    .m-narrow-margin-top {
        margin-top:12px
    }

    .m-no-margin-top {
        margin-top:0
    }

    .m-wide-margin-top {
        margin-top:48px
    }

    .m-margin-bottom {
        margin-bottom:24px
    }

    .m-narrow-margin-bottom {
        margin-bottom:12px
    }

    .m-no-margin-bottom {
        margin-bottom:0
    }

    .m-wide-margin-bottom {
        margin-bottom:48px
    }

    .m-margin-right {
        margin-right:24px
    }

    .m-narrow-margin-right {
        margin-right:12px
    }

    .m-no-margin-right {
        margin-right:0
    }

    .m-wide-margin-right {
        margin-right:48px
    }

    .m-margin-left {
        margin-left:24px
    }

    .m-narrow-margin-left {
        margin-left:12px
    }

    .m-no-margin-left {
        margin-left:0
    }

    .m-wide-margin-left {
        margin-left:48px
    }
}

@media only screen and (max-width: 480px) {
    .s-margin-top {
        margin-top:24px
    }

    .s-narrow-margin-top {
        margin-top:12px
    }

    .s-no-margin-top {
        margin-top:0
    }

    .s-wide-margin-top {
        margin-top:48px
    }

    .s-margin-bottom {
        margin-bottom:24px
    }

    .s-narrow-margin-bottom {
        margin-bottom:12px
    }

    .s-no-margin-bottom {
        margin-bottom:0
    }

    .s-wide-margin-bottom {
        margin-bottom:48px
    }

    .s-margin-right {
        margin-right:24px
    }

    .s-narrow-margin-right {
        margin-right:12px
    }

    .s-no-margin-right {
        margin-right:0
    }

    .s-wide-margin-right {
        margin-right:48px
    }

    .s-margin-left {
        margin-left:24px
    }

    .s-narrow-margin-left {
        margin-left:12px
    }

    .s-no-margin-left {
        margin-left:0
    }

    .s-wide-margin-left {
        margin-left:48px
    }
}

.xxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order:-1
}

.xxl-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order:1
}

@media only screen and (max-width: 1072px) {
    .xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order:-1
    }

    .xl-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order:1
    }
}

@media only screen and (max-width: 960px) {
    .l-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order:-1
    }

    .l-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order:1
    }
}

@media only screen and (max-width: 720px) {
    .m-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order:-1
    }

    .m-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order:1
    }
}

@media only screen and (max-width: 480px) {
    .s-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order:-1
    }

    .s-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order:1
    }
}

.sr-only {
    border: none;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width:1px
}

.to-edge {
    margin-right: -24px;
    margin-left:-24px
}

@media only screen and (max-width: 1072px) {
    .xl-to-edge {
        margin-right: -24px;
        margin-left:-24px
    }
}

@media only screen and (max-width: 960px) {
    .l-to-edge {
        margin-right: -24px;
        margin-left:-24px
    }
}

@media only screen and (max-width: 720px) {
    .m-to-edge {
        margin-right: -24px;
        margin-left:-24px
    }
}

@media only screen and (max-width: 480px) {
    .s-to-edge {
        margin-right: -24px;
        margin-left:-24px
    }
}

.large {
    font-size: 18px;
    line-height:26px
}

.small {
    font-size: 14px;
    line-height:20px
}

.italic {
    font-style:italic
}

.normal {
    font-style:normal
}

.bold {
    font-weight:700
}

.medium {
    font-weight:500
}

.regular {
    font-weight:400
}

.light {
    font-weight:300
}

.border-aqua {
    border:solid 1px #4ab7ae
}

.border-top--aqua {
    border-top:solid 1px #4ab7ae
}

.border-right--aqua {
    border-right:solid 1px #4ab7ae
}

.border-bottom--aqua {
    border-bottom:solid 1px #4ab7ae
}

.border-left--aqua {
    border-left:solid 1px #4ab7ae
}

.border-black {
    border:solid 1px #000
}

.border-top--black {
    border-top:solid 1px #000
}

.border-right--black {
    border-right:solid 1px #000
}

.border-bottom--black {
    border-bottom:solid 1px #000
}

.border-left--black {
    border-left:solid 1px #000
}

.border-blue {
    border:solid 1px #60c2e0
}

.border-top--blue {
    border-top:solid 1px #60c2e0
}

.border-right--blue {
    border-right:solid 1px #60c2e0
}

.border-bottom--blue {
    border-bottom:solid 1px #60c2e0
}

.border-left--blue {
    border-left:solid 1px #60c2e0
}

.border-green {
    border:solid 1px #a9c833
}

.border-top--green {
    border-top:solid 1px #a9c833
}

.border-right--green {
    border-right:solid 1px #a9c833
}

.border-bottom--green {
    border-bottom:solid 1px #a9c833
}

.border-left--green {
    border-left:solid 1px #a9c833
}

.border-grey {
    border:solid 1px #7a7b7e
}

.border-top--grey {
    border-top:solid 1px #7a7b7e
}

.border-right--grey {
    border-right:solid 1px #7a7b7e
}

.border-bottom--grey {
    border-bottom:solid 1px #7a7b7e
}

.border-left--grey {
    border-left:solid 1px #7a7b7e
}

.border-grey-light {
    border:solid 1px #aeaeae
}

.border-top--grey-light {
    border-top:solid 1px #aeaeae
}

.border-right--grey-light {
    border-right:solid 1px #aeaeae
}

.border-bottom--grey-light {
    border-bottom:solid 1px #aeaeae
}

.border-left--grey-light {
    border-left:solid 1px #aeaeae
}

.border-grey-lighter {
    border:solid 1px #f2f2f2
}

.border-top--grey-lighter {
    border-top:solid 1px #f2f2f2
}

.border-right--grey-lighter {
    border-right:solid 1px #f2f2f2
}

.border-bottom--grey-lighter {
    border-bottom:solid 1px #f2f2f2
}

.border-left--grey-lighter {
    border-left:solid 1px #f2f2f2
}

.border-grey-lightest {
    border:solid 1px #f7f7f7
}

.border-top--grey-lightest {
    border-top:solid 1px #f7f7f7
}

.border-right--grey-lightest {
    border-right:solid 1px #f7f7f7
}

.border-bottom--grey-lightest {
    border-bottom:solid 1px #f7f7f7
}

.border-left--grey-lightest {
    border-left:solid 1px #f7f7f7
}

.border-navy {
    border:solid 1px #007faf
}

.border-top--navy {
    border-top:solid 1px #007faf
}

.border-right--navy {
    border-right:solid 1px #007faf
}

.border-bottom--navy {
    border-bottom:solid 1px #007faf
}

.border-left--navy {
    border-left:solid 1px #007faf
}

.border-orange {
    border:solid 1px #edaa50
}

.border-top--orange {
    border-top:solid 1px #edaa50
}

.border-right--orange {
    border-right:solid 1px #edaa50
}

.border-bottom--orange {
    border-bottom:solid 1px #edaa50
}

.border-left--orange {
    border-left:solid 1px #edaa50
}

.border-red {
    border:solid 1px #c7738a
}

.border-top--red {
    border-top:solid 1px #c7738a
}

.border-right--red {
    border-right:solid 1px #c7738a
}

.border-bottom--red {
    border-bottom:solid 1px #c7738a
}

.border-left--red {
    border-left:solid 1px #c7738a
}

.border-white {
    border:solid 1px #fff
}

.border-top--white {
    border-top:solid 1px #fff
}

.border-right--white {
    border-right:solid 1px #fff
}

.border-bottom--white {
    border-bottom:solid 1px #fff
}

.border-left--white {
    border-left:solid 1px #fff
}

.border-alert {
    border:solid 1px red
}

.border-top--alert {
    border-top:solid 1px red
}

.border-right--alert {
    border-right:solid 1px red
}

.border-bottom--alert {
    border-bottom:solid 1px red
}

.border-left--alert {
    border-left:solid 1px red
}

.cursor-pointer {
    cursor:pointer
}

.mikado {
    font-family: "Mikado", sans-serif
}

.montserrat {
    font-family: "Montserrat", sans-serif
}

.rubik {
    font-family: "Rubik", sans-serif
}

.jumbo {
    font-size: 40px;
    line-height:48px
}

@media only screen and (max-width: 720px) {
    .jumbo {
        font-size: 35px;
        line-height:48px
    }
}

@media only screen and (max-width: 480px) {
    .jumbo {
        font-size: 30px;
        line-height:36px
    }
}

.right {
    float:right
}

.relative {
    position:relative
}

.clear {
    clear:both
}

[hidden]:not([style]) {
    display:none !important
}

.huge-margin-bottom {
    margin-bottom:96px
}

.tiny-margin {
    margin:6px
}

.tiny-margin-top {
    margin-top:6px
}

.tiny-margin-right {
    margin-right:6px
}

.tiny-margin-bottom {
    margin-bottom:6px
}

.tiny-margin-left {
    margin-left:6px
}

.no-margin {
    margin: 0
}

.edit-btn {
    position: fixed;
    bottom: 0;
    padding: 5px 10px;
    right: 10px;
    background: red;
    color: white;
    display: block;
}

.switcher {
    background: #a9c833;
    color: #fff;
    padding: 10px 0;
}

.switcher .container {
    display: flex;
    align-items: center;
}

.switcher__intro {
    margin-bottom: 7px;
    font-size: 15px;
    font-weight: 500;
    padding-right: 20px;
}

.switcher .select {
    width: fit-content;
}

.switcher .select > select {
    padding-top: 6px;
    padding-bottom: 6px;
}

.switcher .select::after {
    margin-top: -8px;
}

@media only screen and (min-width: 1020px) {
    .switcher__intro {
        margin-bottom: 0;
    }
    
    .switcher .select {
        width: 500px;
    }
}

.basket-notice {
    background-color: #476111;
    border-radius: 35px;
    padding: 10px 20px;
    padding-left: 70px;
    color: #fff;
    max-width: 750px;
    margin: 0 auto 25px;
    position: relative;
    font-size: 14px;
}

.basket-notice::before {
    content: '';
    width: 46px;
    height: 46px;
    display: inline-block;
    margin-right: 10px;
    background: url("../images/icon/truck-green.svg") no-repeat center center/75% auto;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
}
.basket-notice--error {
    background-color: #dc3545;
}
.basket-notice--error::before {
    background: url("../images/icon/info-red.svg") no-repeat center center/100% auto;
}

.flash-message {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
}

.flash-message p {
    color: white;
    padding: 10px;
    margin: 0;
}

.flash-message p.alert-warning {
    background-color: orange;
}

.flash-message p.alert-danger {
    background-color: red;
}

.password {
    border-radius: 10px;
    font-size: 30px;
    padding: 10px;
    width: calc(2ch + 20px);
    text-align: center;
    border: 2px #a9c833 solid;
    background: #f3f3f4;
}

.password:disabled {
    background: #cfd0d4;
    border-color: #cfd0d4;
}

.disabled-link {
    opacity: 0.5;
    pointer-events: none;
}

#autocomplete {
    width: 100%;
}

.orders-count {
    background: #e64444;
    border-radius: 100%;
    padding: 2px;
    width: 27px;
    height: 27px;
    display: inline-block;
    text-align: center;
    color: white;
    font-weight: bold;
    font-style: normal;
    position: absolute;
    right: 10px;
    top: 4px;
}

#card-element {
    padding: 10px 0 30px;
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;  
  }
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #4ab7ae solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
  }
  @keyframes sp-anime {
    100% { 
      transform: rotate(360deg); 
    }
  }
  
  .loading-img {
    height:50px;
    width:50px;
    background-color: #ccc;
    border-radius: 20%;
    background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    background-size: 600px;
    animation: shine-lines 1.6s infinite linear;
  }

 .loading-text {
    float: left;
    width: 100%;
    height: 16px;
    background-color: #ddd;
    border-radius: 8px;
    background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    background-size: 600px;
    animation: shine-lines 1.6s infinite linear;
  }

  @keyframes shine-lines {
    0% {
      background-position: -100px;
    }
    40%, 100% {
      background-position: 140px;
    }
  }

  .aa-DetachedOverlay {
    z-index: calc(var(--aa-base-z-index) + 1)!important;
  }

.password-field {
    position: relative;
}

.password-field input::placeholder {
    color: #000;
    font-weight: bold;
}
.password-field .toggler {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.6;
}

 /* The alert message box */
 .dismissible-alert {
    padding: 20px;
    background-color: #f44336; /* Red */
    color: white;
    margin-bottom: 15px;
    z-index:10000000000000000;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: fixed;
    text-align: center;
    bottom: 20px;
    left: 50%;
    font-weight: normal;
    background-color: #fff;
    color: #000;
    border: solid 2px #c7738a;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
    box-shadow:0px 0px 10px 1px rgba(0, 0, 0, 0.25)
  }

  /* The close button */
  .closeBtn {
    margin-left: 15px;
    color: black;
    font-weight: bold;
    float: right;
    font-size: 24px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  /* When moving the mouse over the close button */
  .closeBtn:hover {
    color: #c7738a;
  } 