body.swal2-shown {
    overflow-y: hidden
}

.swal2-container, body.swal2-iosfix {
    position: fixed;
    left: 0;
    right: 0
}

.swal2-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    padding: 10px;
    background-color: transparent;
    z-index: 1060
}

.swal2-container.swal2-top, .swal2-container.swal2-top-left {
    -webkit-box-align: start;
    align-items: flex-start
}

.swal2-container.swal2-top-left {
    -webkit-box-pack: start;
    justify-content: flex-start
}

.swal2-container.swal2-top-right {
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.swal2-container.swal2-center, .swal2-container.swal2-center-left {
    -webkit-box-align: center;
    align-items: center
}

.swal2-container.swal2-center-left {
    -webkit-box-pack: start;
    justify-content: flex-start
}

.swal2-container.swal2-center-right {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.swal2-container.swal2-bottom, .swal2-container.swal2-bottom-left {
    -webkit-box-align: end;
    align-items: flex-end
}

.swal2-container.swal2-bottom-left {
    -webkit-box-pack: start;
    justify-content: flex-start
}

.swal2-container.swal2-bottom-right {
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
    align-self: stretch
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal, .swal2-container.swal2-grow-row > .swal2-modal {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    justify-content: center
}

.swal2-container.swal2-grow-row > .swal2-modal {
    align-content: center
}

.swal2-container.swal2-grow-column {
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.swal2-container.swal2-grow-column.swal2-bottom, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-top {
    -webkit-box-align: center;
    align-items: center
}

.swal2-container.swal2-grow-column.swal2-bottom-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-top-left {
    -webkit-box-align: start;
    align-items: flex-start
}

.swal2-container.swal2-grow-column.swal2-bottom-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-top-right {
    -webkit-box-align: end;
    align-items: flex-end
}

.swal2-container.swal2-grow-column > .swal2-modal {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-flex: 1;
    flex: 1;
    align-content: center;
    -webkit-box-pack: center;
    justify-content: center
}

.swal2-container:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
    margin: auto
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .swal2-container .swal2-modal {
        margin: 0 !important
    }
}

.swal2-container.swal2-fade {
    -webkit-transition: background-color .1s;
    transition: background-color .1s
}

.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, .4)
}

.swal2-modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background-color: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    position: relative;
    max-width: 100%
}

.swal2-modal:focus {
    outline: none
}

.swal2-modal.swal2-loading {
    overflow-y: hidden
}

.swal2-modal .swal2-title {
    color: #595959;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 .4em;
    padding: 0;
    display: block;
    word-wrap: break-word
}

.swal2-modal .swal2-buttonswrapper {
    margin-top: 15px
}

.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4;
    cursor: no-drop
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    border: 4px solid transparent;
    border-color: transparent;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 7.5px;
    vertical-align: top;
    background-color: transparent !important;
    color: transparent;
    cursor: default;
    border-radius: 100%;
    -webkit-animation: h 1.5s linear 0s infinite normal;
    animation: h 1.5s linear 0s infinite normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
    margin-left: 30px;
    margin-right: 30px
}

.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm:after {
    display: inline-block;
    content: "";
    margin-left: 5px;
    vertical-align: -1px;
    height: 15px;
    width: 15px;
    border: 3px solid #999;
    box-shadow: 1px 1px 1px #fff;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: h 1.5s linear 0s infinite normal;
    animation: h 1.5s linear 0s infinite normal
}

.swal2-modal .swal2-styled {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 32px
}

.swal2-modal .swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, .4)
}

.swal2-modal .swal2-image {
    margin: 20px auto;
    max-width: 100%
}

.swal2-modal .swal2-close {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    font-family: serif;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    color: #ccc;
    -webkit-transition: color .1s ease;
    transition: color .1s ease
}

.swal2-modal .swal2-close:hover {
    color: #d55
}

.swal2-modal > .swal2-checkbox, .swal2-modal > .swal2-file, .swal2-modal > .swal2-input, .swal2-modal > .swal2-radio, .swal2-modal > .swal2-select, .swal2-modal > .swal2-textarea {
    display: none
}

.swal2-modal .swal2-content {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
    word-wrap: break-word
}

.swal2-modal .swal2-checkbox, .swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-radio, .swal2-modal .swal2-select, .swal2-modal .swal2-textarea {
    margin: 20px auto
}

.swal2-modal .swal2-file, .swal2-modal .swal2-input, .swal2-modal .swal2-textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
    -webkit-transition: border-color .3s, box-shadow .3s;
    transition: border-color .3s, box-shadow .3s
}

.swal2-modal .swal2-file.swal2-inputerror, .swal2-modal .swal2-input.swal2-inputerror, .swal2-modal .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important
}

.swal2-modal .swal2-file:focus, .swal2-modal .swal2-input:focus, .swal2-modal .swal2-textarea:focus {
    outline: none;
    border: 1px solid #b4dbed;
    box-shadow: 0 0 3px #c4e6f5
}

.swal2-modal .swal2-file::-webkit-input-placeholder, .swal2-modal .swal2-input::-webkit-input-placeholder, .swal2-modal .swal2-textarea::-webkit-input-placeholder {
    color: #ccc
}

.swal2-modal .swal2-file:-ms-input-placeholder, .swal2-modal .swal2-file::-ms-input-placeholder, .swal2-modal .swal2-input:-ms-input-placeholder, .swal2-modal .swal2-input::-ms-input-placeholder, .swal2-modal .swal2-textarea:-ms-input-placeholder, .swal2-modal .swal2-textarea::-ms-input-placeholder {
    color: #ccc
}

.swal2-modal .swal2-file::placeholder, .swal2-modal .swal2-input::placeholder, .swal2-modal .swal2-textarea::placeholder {
    color: #ccc
}

.swal2-modal .swal2-range input {
    float: left;
    width: 80%
}

.swal2-modal .swal2-range output {
    float: right;
    width: 20%;
    font-size: 20px;
    font-weight: 600;
    text-align: center
}

.swal2-modal .swal2-range input, .swal2-modal .swal2-range output {
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    margin: 20px auto;
    padding: 0
}

.swal2-modal .swal2-input {
    height: 43px;
    padding: 0 12px
}

.swal2-modal .swal2-input[type=number] {
    max-width: 150px
}

.swal2-modal .swal2-file {
    font-size: 20px
}

.swal2-modal .swal2-textarea {
    height: 108px;
    padding: 12px
}

.swal2-modal .swal2-select {
    color: #545454;
    font-size: inherit;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%
}

.swal2-modal .swal2-radio {
    border: 0
}

.swal2-modal .swal2-radio label:not(:first-child) {
    margin-left: 20px
}

.swal2-modal .swal2-radio input, .swal2-modal .swal2-radio span {
    vertical-align: middle
}

.swal2-modal .swal2-radio input {
    margin: 0 3px 0 0
}

.swal2-modal .swal2-checkbox {
    color: #545454
}

.swal2-modal .swal2-checkbox input, .swal2-modal .swal2-checkbox span {
    vertical-align: middle
}

.swal2-modal .swal2-validationerror {
    background-color: #f0f0f0;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: gray;
    font-size: 16px;
    font-weight: 300;
    display: none
}

.swal2-modal .swal2-validationerror:before {
    content: "!";
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-right: 10px
}

@supports (-ms-accelerator:true) {
    .swal2-range input {
        width: 100% !important
    }

    .swal2-range output {
        display: none
    }
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .swal2-range input {
        width: 100% !important
    }

    .swal2-range output {
        display: none
    }
}

.swal2-icon {
    width: 80px;
    height: 80px;
    border: 4px solid transparent;
    border-radius: 50%;
    margin: 20px auto 30px;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.swal2-icon.swal2-error {
    border-color: #f27474
}

.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    display: block
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #f27474;
    display: block;
    top: 37px;
    border-radius: 2px
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px
}

.swal2-icon.swal2-warning {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8
}

.swal2-icon.swal2-info, .swal2-icon.swal2-warning {
    font-size: 60px;
    line-height: 80px;
    text-align: center
}

.swal2-icon.swal2-info {
    font-family: Open Sans, sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6
}

.swal2-icon.swal2-question {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center
}

.swal2-icon.swal2-success {
    border-color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px
}

.swal2-icon.swal2-success .swal2-success-ring {
    width: 80px;
    height: 80px;
    border: 4px solid hsla(98, 55%, 69%, .2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.swal2-icon.swal2-success .swal2-success-fix {
    width: 7px;
    height: 90px;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.swal2-progresssteps {
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0
}

.swal2-progresssteps li {
    display: inline-block;
    position: relative
}

.swal2-progresssteps .swal2-progresscircle {
    background: #3085d6;
    border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    z-index: 20
}

.swal2-progresssteps .swal2-progresscircle:first-child {
    margin-left: 0
}

.swal2-progresssteps .swal2-progresscircle:last-child {
    margin-right: 0
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
    background: #3085d6
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle, .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
    background: #add8e6
}

.swal2-progresssteps .swal2-progressline {
    background: #3085d6;
    height: .4em;
    margin: 0 -1px;
    z-index: 10
}

[class^=swal2] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes a {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

@keyframes b {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

.swal2-show {
    -webkit-animation: a .3s;
    animation: a .3s
}

.swal2-show.swal2-noanimation {
    -webkit-animation: none;
    animation: none
}

.swal2-hide {
    -webkit-animation: b .15s forwards;
    animation: b .15s forwards
}

.swal2-hide.swal2-noanimation {
    -webkit-animation: none;
    animation: none
}

@-webkit-keyframes c {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }
    to {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes c {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }
    to {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@-webkit-keyframes d {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px
    }
    to {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes d {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px
    }
    to {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@-webkit-keyframes e {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
    to {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@keyframes e {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
    to {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

.swal2-animate-success-line-tip {
    -webkit-animation: c .75s;
    animation: c .75s
}

.swal2-animate-success-line-long {
    -webkit-animation: d .75s;
    animation: d .75s
}

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
    -webkit-animation: e 4.25s ease-in;
    animation: e 4.25s ease-in
}

@-webkit-keyframes f {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }
    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }
}

@keyframes f {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }
    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }
}

.swal2-animate-error-icon {
    -webkit-animation: f .5s;
    animation: f .5s
}

@-webkit-keyframes g {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }
    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }
    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

@keyframes g {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }
    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }
    80% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        margin-top: -6px
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

.swal2-animate-x-mark {
    -webkit-animation: g .5s;
    animation: g .5s
}

@-webkit-keyframes h {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes h {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

hamburger {
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: .7
}

.hamburger-box {
    width: 35px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 35px;
    height: 4px;
    background-color: #773f00;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner:after, .hamburger-inner:before {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -10px
}

.hamburger-inner:after {
    bottom: -10px
}

.hamburger--3dx .hamburger-box {
    -webkit-perspective: 70px;
    perspective: 70px
}

.hamburger--3dx .hamburger-inner {
    -webkit-transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
    -webkit-transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.hamburger--3dx.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
    -webkit-perspective: 70px;
    perspective: 70px
}

.hamburger--3dx-r .hamburger-inner {
    -webkit-transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
    -webkit-transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
    -webkit-perspective: 70px;
    perspective: 70px
}

.hamburger--3dy .hamburger-inner {
    -webkit-transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
    -webkit-transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.hamburger--3dy.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
    -webkit-perspective: 70px;
    perspective: 70px
}

.hamburger--3dy-r .hamburger-inner {
    -webkit-transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
    -webkit-transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box {
    -webkit-perspective: 70px;
    perspective: 70px
}

.hamburger--3dxy .hamburger-inner {
    -webkit-transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
    -webkit-transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateX(180deg) rotateY(180deg);
    transform: rotateX(180deg) rotateY(180deg)
}

.hamburger--3dxy.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
    -webkit-perspective: 70px;
    perspective: 70px
}

.hamburger--3dxy-r .hamburger-inner {
    -webkit-transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
    -webkit-transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s;
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s, -webkit-transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
    transform: rotateX(180deg) rotateY(180deg) rotate(-180deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(-7px, 0, 0) rotate(-45deg) scaleX(.7);
    transform: translate3d(-7px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrow.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(-7px, 0, 0) rotate(45deg) scaleX(.7);
    transform: translate3d(-7px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(7px, 0, 0) rotate(45deg) scaleX(.7);
    transform: translate3d(7px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(7px, 0, 0) rotate(-45deg) scaleX(.7);
    transform: translate3d(7px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt .hamburger-inner:before {
    -webkit-transition: top .1s ease .1s, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s ease .1s, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner:after {
    -webkit-transition: bottom .1s ease .1s, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s ease .1s, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transform: translate3d(-7px, -8.75px, 0) rotate(-45deg) scaleX(.7);
    transform: translate3d(-7px, -8.75px, 0) rotate(-45deg) scaleX(.7);
    -webkit-transition: top .1s ease, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: top .1s ease, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: translate3d(-7px, 8.75px, 0) rotate(45deg) scaleX(.7);
    transform: translate3d(-7px, 8.75px, 0) rotate(45deg) scaleX(.7);
    -webkit-transition: bottom .1s ease, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: bottom .1s ease, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s
}

.hamburger--arrowalt-r .hamburger-inner:before {
    -webkit-transition: top .1s ease .1s, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s ease .1s, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner:after {
    -webkit-transition: bottom .1s ease .1s, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s ease .1s, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1);
    transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transform: translate3d(7px, -8.75px, 0) rotate(45deg) scaleX(.7);
    transform: translate3d(7px, -8.75px, 0) rotate(45deg) scaleX(.7);
    -webkit-transition: top .1s ease, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: top .1s ease, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: translate3d(7px, 8.75px, 0) rotate(-45deg) scaleX(.7);
    transform: translate3d(7px, 8.75px, 0) rotate(-45deg) scaleX(.7);
    -webkit-transition: bottom .1s ease, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: bottom .1s ease, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s, -webkit-transform .1s cubic-bezier(.895, .03, .685, .22) .1s
}

.hamburger--arrowturn.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7);
    transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7);
    transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7);
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7);
    transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
    -webkit-transition-property: none;
    transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--boring.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .13s;
    transition-duration: .13s;
    -webkit-transition-delay: .13s;
    transition-delay: .13s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse .hamburger-inner:after {
    top: -20px;
    -webkit-transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
    -webkit-transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner:after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s
}

.hamburger--collapse.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s
}

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .13s;
    transition-duration: .13s;
    -webkit-transition-delay: .13s;
    transition-delay: .13s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r .hamburger-inner:after {
    top: -20px;
    -webkit-transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner:before {
    -webkit-transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
    transform: translate3d(0, -10px, 0) rotate(45deg);
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s
}

.hamburger--elastic .hamburger-inner {
    top: 2px;
    -webkit-transition-duration: .275s;
    transition-duration: .275s;
    -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic .hamburger-inner:before {
    top: 10px;
    -webkit-transition: opacity .125s ease .275s;
    transition: opacity .125s ease .275s
}

.hamburger--elastic .hamburger-inner:after {
    top: 20px;
    -webkit-transition: -webkit-transform .275s cubic-bezier(.68, -.55, .265, 1.55);
    transition: -webkit-transform .275s cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
    transform: translate3d(0, 10px, 0) rotate(135deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms
}

.hamburger--elastic.is-active .hamburger-inner:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms
}

.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    -webkit-transition-duration: .275s;
    transition-duration: .275s;
    -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r .hamburger-inner:before {
    top: 10px;
    -webkit-transition: opacity .125s ease .275s;
    transition: opacity .125s ease .275s
}

.hamburger--elastic-r .hamburger-inner:after {
    top: 20px;
    -webkit-transition: -webkit-transform .275s cubic-bezier(.68, -.55, .265, 1.55);
    transition: -webkit-transform .275s cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
    transform: translate3d(0, -20px, 0) rotate(270deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms
}

.hamburger--emphatic {
    overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
    -webkit-transition: background-color .125s ease-in .175s;
    transition: background-color .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:before {
    left: 0;
    -webkit-transition: top .05s linear .125s, left .125s ease-in .175s, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335);
    transition: top .05s linear .125s, left .125s ease-in .175s, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335);
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic .hamburger-inner:after {
    top: 10px;
    right: 0;
    -webkit-transition: top .05s linear .125s, right .125s ease-in .175s, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335);
    transition: top .05s linear .125s, right .125s ease-in .175s, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335);
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent
}

.hamburger--emphatic.is-active .hamburger-inner:before {
    left: -70px;
    top: -70px;
    -webkit-transform: translate3d(70px, 70px, 0) rotate(45deg);
    transform: translate3d(70px, 70px, 0) rotate(45deg);
    -webkit-transition: left .125s ease-out, top .05s linear .125s, -webkit-transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transition: left .125s ease-out, top .05s linear .125s, -webkit-transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s, -webkit-transform .125s cubic-bezier(.075, .82, .165, 1) .175s
}

.hamburger--emphatic.is-active .hamburger-inner:after {
    right: -70px;
    top: -70px;
    -webkit-transform: translate3d(-70px, 70px, 0) rotate(-45deg);
    transform: translate3d(-70px, 70px, 0) rotate(-45deg);
    -webkit-transition: right .125s ease-out, top .05s linear .125s, -webkit-transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transition: right .125s ease-out, top .05s linear .125s, -webkit-transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s, -webkit-transform .125s cubic-bezier(.075, .82, .165, 1) .175s
}

.hamburger--emphatic-r {
    overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
    -webkit-transition: background-color .125s ease-in .175s;
    transition: background-color .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:before {
    left: 0;
    -webkit-transition: top .05s linear .125s, left .125s ease-in .175s, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335);
    transition: top .05s linear .125s, left .125s ease-in .175s, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335);
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic-r .hamburger-inner:after {
    top: 10px;
    right: 0;
    -webkit-transition: top .05s linear .125s, right .125s ease-in .175s, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335);
    transition: top .05s linear .125s, right .125s ease-in .175s, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335);
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
    left: -70px;
    top: 70px;
    -webkit-transform: translate3d(70px, -70px, 0) rotate(-45deg);
    transform: translate3d(70px, -70px, 0) rotate(-45deg);
    -webkit-transition: left .125s ease-out, top .05s linear .125s, -webkit-transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transition: left .125s ease-out, top .05s linear .125s, -webkit-transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s, -webkit-transform .125s cubic-bezier(.075, .82, .165, 1) .175s
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
    right: -70px;
    top: 70px;
    -webkit-transform: translate3d(-70px, -70px, 0) rotate(45deg);
    transform: translate3d(-70px, -70px, 0) rotate(45deg);
    -webkit-transition: right .125s ease-out, top .05s linear .125s, -webkit-transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transition: right .125s ease-out, top .05s linear .125s, -webkit-transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s, -webkit-transform .125s cubic-bezier(.075, .82, .165, 1) .175s
}

.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
    -webkit-transition: bottom .08s ease-out 0s, top .08s ease-out 0s, opacity 0s linear;
    transition: bottom .08s ease-out 0s, top .08s ease-out 0s, opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
    opacity: 0;
    -webkit-transition: bottom .08s ease-out, top .08s ease-out, opacity 0s linear .08s;
    transition: bottom .08s ease-out, top .08s ease-out, opacity 0s linear .08s
}

.hamburger--minus.is-active .hamburger-inner:before {
    top: 0
}

.hamburger--minus.is-active .hamburger-inner:after {
    bottom: 0
}

.hamburger--slider .hamburger-inner {
    top: 2px
}

.hamburger--slider .hamburger-inner:before {
    top: 10px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    transition-duration: .15s
}

.hamburger--slider .hamburger-inner:after {
    top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner:before {
    -webkit-transform: rotate(-45deg) translate3d(-5px, -6px, 0);
    transform: rotate(-45deg) translate3d(-5px, -6px, 0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
    transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
    top: 2px
}

.hamburger--slider-r .hamburger-inner:before {
    top: 10px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    transition-duration: .15s
}

.hamburger--slider-r .hamburger-inner:after {
    top: 20px
}

.hamburger--slider-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner:before {
    -webkit-transform: rotate(45deg) translate3d(5px, -6px, 0);
    transform: rotate(45deg) translate3d(5px, -6px, 0);
    opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
    transform: translate3d(0, -20px, 0) rotate(90deg)
}

.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: .22s;
    transition-duration: .22s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin .hamburger-inner:before {
    -webkit-transition: top .1s ease-in .25s, opacity .1s ease-in;
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
    -webkit-transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .1s ease-out, opacity .1s ease-out .12s;
    transition: top .1s ease-out, opacity .1s ease-out .12s
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s
}

.hamburger--spin-r .hamburger-inner {
    -webkit-transition-duration: .22s;
    transition-duration: .22s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r .hamburger-inner:before {
    -webkit-transition: top .1s ease-in .25s, opacity .1s ease-in;
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner:after {
    -webkit-transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin-r.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .1s ease-out, opacity .1s ease-out .12s;
    transition: top .1s ease-out, opacity .1s ease-out .12s
}

.hamburger--spin-r.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    -webkit-transition: background-color 0s linear .13s;
    transition: background-color 0s linear .13s
}

.hamburger--spring .hamburger-inner:before {
    top: 10px;
    -webkit-transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner:after {
    top: 20px;
    -webkit-transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    background-color: transparent
}

.hamburger--spring.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner:after {
    top: 0;
    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .13s;
    transition-duration: .13s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r .hamburger-inner:after {
    top: -20px;
    -webkit-transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity 0s linear;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity 0s linear
}

.hamburger--spring-r .hamburger-inner:before {
    -webkit-transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spring-r.is-active .hamburger-inner:after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .22s;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .22s
}

.hamburger--spring-r.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .22s
}

.hamburger--stand .hamburger-inner {
    -webkit-transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) .15s;
    transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) .15s;
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms;
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) .15s
}

.hamburger--stand .hamburger-inner:before {
    -webkit-transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
    transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand .hamburger-inner:after {
    -webkit-transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
    transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand.is-active .hamburger-inner {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: transparent;
    -webkit-transition: background-color 0s linear .15s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) 0s;
    transition: background-color 0s linear .15s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
    transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) 0s
}

.hamburger--stand.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 75ms ease-out .1s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transition: top 75ms ease-out .1s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s
}

.hamburger--stand.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 75ms ease-out .1s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transition: bottom 75ms ease-out .1s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s
}

.hamburger--stand-r .hamburger-inner {
    -webkit-transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) .15s;
    transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) .15s;
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms;
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) .15s
}

.hamburger--stand-r .hamburger-inner:before {
    -webkit-transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
    transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r .hamburger-inner:after {
    -webkit-transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
    transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s;
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: transparent;
    -webkit-transition: background-color 0s linear .15s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) 0s;
    transition: background-color 0s linear .15s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) 0s;
    transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
    transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) 0s
}

.hamburger--stand-r.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 75ms ease-out .1s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transition: top 75ms ease-out .1s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s
}

.hamburger--stand-r.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 75ms ease-out .1s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transition: bottom 75ms ease-out .1s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .15s
}

.hamburger--squeeze .hamburger-inner {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze .hamburger-inner:before {
    -webkit-transition: top 75ms ease .12s, opacity 75ms ease;
    transition: top 75ms ease .12s, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner:after {
    -webkit-transition: bottom 75ms ease .12s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms ease .12s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 75ms ease, opacity 75ms ease .12s;
    transition: top 75ms ease, opacity 75ms ease .12s
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s
}

.hamburger--vortex .hamburger-inner {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.hamburger--vortex .hamburger-inner:before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner:after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform
}

.hamburger--vortex.is-active .hamburger-inner {
    -webkit-transform: rotate(765deg);
    transform: rotate(765deg);
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.hamburger--vortex-r .hamburger-inner:before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner:after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-765deg);
    transform: rotate(-765deg);
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

-webkit-text-size-adjust:

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

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

figcaption, figure {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    overflow: visible
}

main {
    display: block
}

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

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

a:active, a:hover {
    outline-width: 0
}

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

b, strong {
    font-weight: inherit;
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

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

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

sub {
    bottom: -.25em
}

sup {
    top: -.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: Montserrat, sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

input {
    overflow: visible
}

[type=checkbox], [type=radio] {
    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 {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    display: table;
    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
}

[hidden], template {
    display: none
}

.foundation-mq {
    font-family: "small=0em&phone=28.125em&medium=40em&tablet=48em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
    box-sizing: border-box;
    font-size: 16px
}

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

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    box-sizing: border-box;
    width: 100%
}

.map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .mqa-display object {
    max-width: none !important
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto
}

[data-whatinput=mouse] button {
    outline: 0
}

pre {
    overflow: auto
}

button, input, optgroup, select, textarea {
    font-family: inherit
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility
}

em, i {
    font-style: italic
}

b, em, i, strong {
    line-height: inherit
}

b, strong {
    font-weight: 700
}

small {
    font-size: 80%;
    line-height: inherit
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility
}

.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    line-height: 0;
    color: #cacaca
}

.h1, h1 {
    font-size: 1.5rem
}

.h1, .h2, h1, h2 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.h2, h2 {
    font-size: 1.25rem
}

.h3, h3 {
    font-size: 1.1875rem
}

.h3, .h4, h3, h4 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.h4, h4 {
    font-size: 1.125rem
}

.h5, h5 {
    font-size: 1.0625rem
}

.h5, .h6, h5, h6 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.h6, h6 {
    font-size: 1rem
}

@media print, screen and (min-width: 40em) {
    .h1, h1 {
        font-size: 3rem
    }

    .h2, h2 {
        font-size: 2.5rem
    }

    .h3, h3 {
        font-size: 1.9375rem
    }

    .h4, h4 {
        font-size: 1.5625rem
    }

    .h5, h5 {
        font-size: 1.25rem
    }

    .h6, h6 {
        font-size: 1rem
    }
}

a {
    line-height: inherit;
    color: #2199e8;
    text-decoration: none;
    cursor: pointer
}

a:focus, a:hover {
    color: #1585cf
}

a img {
    border: 0
}

hr {
    clear: both;
    max-width: 1200px;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0
}

dl, ol, ul {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6
}

li {
    font-size: inherit
}

ul {
    list-style-type: disc
}

ol, ul {
    margin-left: 1.25rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl {
    margin-bottom: 1rem
}

dl dt {
    margin-bottom: .3rem;
    font-weight: 700
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca
}

blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a
}

cite {
    display: block;
    font-size: .8125rem;
    color: #8a8a8a
}

cite:before {
    content: "â "
}

abbr, abbr[title] {
    border-bottom: 1px dotted #0a0a0a;
    cursor: help;
    text-decoration: none
}

figure {
    margin: 0
}

code {
    padding: .125rem .3125rem .0625rem;
    border: 1px solid #cacaca;
    font-weight: 400
}

code, kbd {
    background-color: #e6e6e6;
    font-family: Consolas, Liberation Mono, Courier, monospace;
    color: #0a0a0a
}

kbd {
    margin: 0;
    padding: .125rem .25rem 0
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #8a8a8a
}

.lead {
    font-size: 20px;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p + .stat {
    margin-top: -1rem
}

ol.no-bullet, ul.no-bullet {
    margin-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media print, screen and (min-width: 28.125em) {
    .phone-text-left {
        text-align: left
    }

    .phone-text-right {
        text-align: right
    }

    .phone-text-center {
        text-align: center
    }

    .phone-text-justify {
        text-align: justify
    }
}

@media print, screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left
    }

    .medium-text-right {
        text-align: right
    }

    .medium-text-center {
        text-align: center
    }

    .medium-text-justify {
        text-align: justify
    }
}

@media print, screen and (min-width: 48em) {
    .tablet-text-left {
        text-align: left
    }

    .tablet-text-right {
        text-align: right
    }

    .tablet-text-center {
        text-align: center
    }

    .tablet-text-justify {
        text-align: justify
    }
}

@media print, screen and (min-width: 64em) {
    .large-text-left {
        text-align: left
    }

    .large-text-right {
        text-align: right
    }

    .large-text-center {
        text-align: center
    }

    .large-text-justify {
        text-align: justify
    }
}

@media screen and (min-width: 75em) {
    .xlarge-text-left {
        text-align: left
    }

    .xlarge-text-right {
        text-align: right
    }

    .xlarge-text-center {
        text-align: center
    }

    .xlarge-text-justify {
        text-align: justify
    }
}

.show-for-print {
    display: none !important
}

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important
    }

    .show-for-print {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print, th.show-for-print {
        display: table-cell !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    .ir a:after, a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    blockquote, pre {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .print-break-inside {
        page-break-inside: auto
    }
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    font-family: inherit;
    padding: .85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color .25s ease-out, color .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #2199e8;
    color: #fff
}

[data-whatinput=mouse] .button {
    outline: 0
}

.button:focus, .button:hover {
    background-color: #1583cc;
    color: #fff
}

.button.tiny {
    font-size: .6rem
}

.button.small {
    font-size: .75rem
}

.button.large {
    font-size: 1.25rem
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

.button.primary {
    background-color: #2199e8;
    color: #0a0a0a
}

.button.primary:focus, .button.primary:hover {
    background-color: #147cc0;
    color: #0a0a0a
}

.button.secondary {
    background-color: #777;
    color: #fff
}

.button.secondary:focus, .button.secondary:hover {
    background-color: #5f5f5f;
    color: #fff
}

.button.success {
    background-color: #3adb76;
    color: #0a0a0a
}

.button.success:focus, .button.success:hover {
    background-color: #22bb5b;
    color: #0a0a0a
}

.button.info {
    background-color: #81d4fa;
    color: #0a0a0a
}

.button.info:focus, .button.info:hover {
    background-color: #38bbf7;
    color: #0a0a0a
}

.button.warning {
    background-color: #ffae00;
    color: #0a0a0a
}

.button.warning:focus, .button.warning:hover {
    background-color: #cc8b00;
    color: #0a0a0a
}

.button.alert {
    background-color: #ec5840;
    color: #0a0a0a
}

.button.alert:focus, .button.alert:hover {
    background-color: #da3116;
    color: #0a0a0a
}

.button.disabled, .button[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
    background-color: #2199e8;
    color: #fff
}

.button.disabled.primary, .button[disabled].primary {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.primary, .button.disabled.primary:focus, .button.disabled.primary:hover, .button[disabled].primary, .button[disabled].primary:focus, .button[disabled].primary:hover {
    background-color: #2199e8;
    color: #0a0a0a
}

.button.disabled.secondary, .button[disabled].secondary {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.secondary, .button.disabled.secondary:focus, .button.disabled.secondary:hover, .button[disabled].secondary, .button[disabled].secondary:focus, .button[disabled].secondary:hover {
    background-color: #777;
    color: #fff
}

.button.disabled.success, .button[disabled].success {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.success, .button.disabled.success:focus, .button.disabled.success:hover, .button[disabled].success, .button[disabled].success:focus, .button[disabled].success:hover {
    background-color: #3adb76;
    color: #0a0a0a
}

.button.disabled.info, .button[disabled].info {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.info, .button.disabled.info:focus, .button.disabled.info:hover, .button[disabled].info, .button[disabled].info:focus, .button[disabled].info:hover {
    background-color: #81d4fa;
    color: #0a0a0a
}

.button.disabled.warning, .button[disabled].warning {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.warning, .button.disabled.warning:focus, .button.disabled.warning:hover, .button[disabled].warning, .button[disabled].warning:focus, .button[disabled].warning:hover {
    background-color: #ffae00;
    color: #0a0a0a
}

.button.disabled.alert, .button[disabled].alert {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.alert, .button.disabled.alert:focus, .button.disabled.alert:hover, .button[disabled].alert, .button[disabled].alert:focus, .button[disabled].alert:hover {
    background-color: #ec5840;
    color: #0a0a0a
}

.button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8
}

.button.hollow, .button.hollow.disabled, .button.hollow.disabled:focus, .button.hollow.disabled:hover, .button.hollow:focus, .button.hollow:hover, .button.hollow[disabled], .button.hollow[disabled]:focus, .button.hollow[disabled]:hover {
    background-color: transparent
}

.button.hollow:focus, .button.hollow:hover {
    border-color: #0c4d78;
    color: #0c4d78
}

.button.hollow.primary, .button.hollow:focus.disabled, .button.hollow:focus[disabled], .button.hollow:hover.disabled, .button.hollow:hover[disabled] {
    border: 1px solid #2199e8;
    color: #2199e8
}

.button.hollow.primary:focus, .button.hollow.primary:hover {
    border-color: #0c4d78;
    color: #0c4d78
}

.button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled], .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled] {
    border: 1px solid #2199e8;
    color: #2199e8
}

.button.hollow.secondary {
    border: 1px solid #777;
    color: #777
}

.button.hollow.secondary:focus, .button.hollow.secondary:hover {
    border-color: #3c3c3c;
    color: #3c3c3c
}

.button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled], .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled] {
    border: 1px solid #777;
    color: #777
}

.button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.hollow.success:focus, .button.hollow.success:hover {
    border-color: #157539;
    color: #157539
}

.button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled], .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled] {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.hollow.info {
    border: 1px solid #81d4fa;
    color: #81d4fa
}

.button.hollow.info:focus, .button.hollow.info:hover {
    border-color: #077fb6;
    color: #077fb6
}

.button.hollow.info:focus.disabled, .button.hollow.info:focus[disabled], .button.hollow.info:hover.disabled, .button.hollow.info:hover[disabled] {
    border: 1px solid #81d4fa;
    color: #81d4fa
}

.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.hollow.warning:focus, .button.hollow.warning:hover {
    border-color: #805700;
    color: #805700
}

.button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled], .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled] {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.hollow.alert {
    border: 1px solid #ec5840;
    color: #ec5840
}

.button.hollow.alert:focus, .button.hollow.alert:hover {
    border-color: #881f0e;
    color: #881f0e
}

.button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled], .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled] {
    border: 1px solid #ec5840;
    color: #ec5840
}

.button.clear {
    border: 1px solid #2199e8;
    color: #2199e8
}

.button.clear, .button.clear.disabled, .button.clear.disabled:focus, .button.clear.disabled:hover, .button.clear:focus, .button.clear:hover, .button.clear[disabled], .button.clear[disabled]:focus, .button.clear[disabled]:hover {
    background-color: transparent
}

.button.clear:focus, .button.clear:hover {
    border-color: #0c4d78;
    color: #0c4d78
}

.button.clear:focus.disabled, .button.clear:focus[disabled], .button.clear:hover.disabled, .button.clear:hover[disabled] {
    border: 1px solid #2199e8;
    color: #2199e8
}

.button.clear, .button.clear.disabled, .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear[disabled] {
    border-color: transparent
}

.button.clear.primary {
    border: 1px solid #2199e8;
    color: #2199e8
}

.button.clear.primary:focus, .button.clear.primary:hover {
    border-color: #0c4d78;
    color: #0c4d78
}

.button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled], .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled] {
    border: 1px solid #2199e8;
    color: #2199e8
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary[disabled] {
    border-color: transparent
}

.button.clear.secondary {
    border: 1px solid #777;
    color: #777
}

.button.clear.secondary:focus, .button.clear.secondary:hover {
    border-color: #3c3c3c;
    color: #3c3c3c
}

.button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled], .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled] {
    border: 1px solid #777;
    color: #777
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary[disabled] {
    border-color: transparent
}

.button.clear.success {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.clear.success:focus, .button.clear.success:hover {
    border-color: #157539;
    color: #157539
}

.button.clear.success:focus.disabled, .button.clear.success:focus[disabled], .button.clear.success:hover.disabled, .button.clear.success:hover[disabled] {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success[disabled] {
    border-color: transparent
}

.button.clear.info {
    border: 1px solid #81d4fa;
    color: #81d4fa
}

.button.clear.info:focus, .button.clear.info:hover {
    border-color: #077fb6;
    color: #077fb6
}

.button.clear.info:focus.disabled, .button.clear.info:focus[disabled], .button.clear.info:hover.disabled, .button.clear.info:hover[disabled] {
    border: 1px solid #81d4fa;
    color: #81d4fa
}

.button.clear.info, .button.clear.info.disabled, .button.clear.info:focus, .button.clear.info:focus.disabled, .button.clear.info:focus[disabled], .button.clear.info:hover, .button.clear.info:hover.disabled, .button.clear.info:hover[disabled], .button.clear.info[disabled] {
    border-color: transparent
}

.button.clear.warning {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.clear.warning:focus, .button.clear.warning:hover {
    border-color: #805700;
    color: #805700
}

.button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled], .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled] {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning[disabled] {
    border-color: transparent
}

.button.clear.alert {
    border: 1px solid #ec5840;
    color: #ec5840
}

.button.clear.alert:focus, .button.clear.alert:hover {
    border-color: #881f0e;
    color: #881f0e
}

.button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled], .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled] {
    border: 1px solid #ec5840;
    color: #ec5840
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert[disabled] {
    border-color: transparent
}

.button.dropdown:after {
    display: block;
    width: 0;
    height: 0;
    border: .4em inset;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: .4em;
    display: inline-block;
    float: right;
    margin-left: 1em
}

.button.dropdown.hollow.primary:after, .button.dropdown.hollow:after {
    border-top-color: #2199e8
}

.button.dropdown.hollow.secondary:after {
    border-top-color: #777
}

.button.dropdown.hollow.success:after {
    border-top-color: #3adb76
}

.button.dropdown.hollow.info:after {
    border-top-color: #81d4fa
}

.button.dropdown.hollow.warning:after {
    border-top-color: #ffae00
}

.button.dropdown.hollow.alert:after {
    border-top-color: #ec5840
}

.button.arrow-only:after {
    top: -.1em;
    float: none;
    margin-left: 0
}

a.button:focus, a.button:hover {
    text-decoration: none
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #cacaca
}

input:-ms-input-placeholder, input::-ms-input-placeholder, textarea:-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #cacaca
}

input::placeholder, textarea::placeholder {
    color: #cacaca
}

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed
}

[type=button], [type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type=search] {
    box-sizing: border-box
}

[type=checkbox], [type=file], [type=radio] {
    margin: 0 0 1rem
}

[type=checkbox] + label, [type=radio] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0
}

[type=checkbox] + label[for], [type=radio] + label[for] {
    cursor: pointer
}

label > [type=checkbox], label > [type=radio] {
    margin-right: .5rem
}

[type=file] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #0a0a0a
}

label.middle {
    margin: 0 0 1rem;
    padding: .5625rem 0
}

.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: italic;
    color: #0a0a0a
}

.input-group {
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    -webkit-box-align: stretch;
    align-items: stretch
}

.input-group > :first-child, .input-group > :last-child > * {
    border-radius: 0 0 0 0
}

.input-group-button, .input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label, .input-group-field, .input-group-label {
    margin: 0;
    white-space: nowrap
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -webkit-box-align: center;
    align-items: center
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    -webkit-box-flex: 1;
    flex: 1 1 0px;
    height: auto;
    min-width: 0
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 0 auto
}

.input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label {
    height: auto;
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    max-width: 100%;
    margin-bottom: .5rem
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca
}

.fieldset legend {
    margin: 0;
    margin-left: -.1875rem;
    padding: 0 .1875rem
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    -webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

@media screen and (min-width: 0\0
) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
    }
}

select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed
}

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

select[multiple] {
    height: auto;
    background-image: none
}

.is-invalid-input:not(:focus) {
    border-color: #ec5840;
    background-color: #fdeeec
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #ec5840
}

.is-invalid-input:not(:focus):-ms-input-placeholder, .is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #ec5840
}

.is-invalid-input:not(:focus)::placeholder {
    color: #ec5840
}

.form-error, .is-invalid-label {
    color: #ec5840
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 700
}

.form-error.is-visible {
    display: block
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

@media screen and (max-width: 28.0625em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width: 0em), screen and (min-width: 28.125em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print, screen and (min-width: 28.125em) {
    .hide-for-phone {
        display: none !important
    }
}

@media screen and (max-width: 28.0625em) {
    .show-for-phone {
        display: none !important
    }
}

@media screen and (min-width: 28.125em) and (max-width: 39.9375em) {
    .hide-for-phone-only {
        display: none !important
    }
}

@media screen and (max-width: 28.0625em), screen and (min-width: 40em) {
    .show-for-phone-only {
        display: none !important
    }
}

@media print, screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width: 39.9375em) {
    .show-for-medium {
        display: none !important
    }
}

@media screen and (min-width: 40em) and (max-width: 47.9375em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 48em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print, screen and (min-width: 48em) {
    .hide-for-tablet {
        display: none !important
    }
}

@media screen and (max-width: 47.9375em) {
    .show-for-tablet {
        display: none !important
    }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .hide-for-tablet-only {
        display: none !important
    }
}

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
    .show-for-tablet-only {
        display: none !important
    }
}

@media print, screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width: 63.9375em) {
    .show-for-large {
        display: none !important
    }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important
    }
}

@media screen and (min-width: 75em) {
    .hide-for-xlarge {
        display: none !important
    }
}

@media screen and (max-width: 74.9375em) {
    .show-for-xlarge {
        display: none !important
    }
}

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
    .hide-for-xlarge-only {
        display: none !important
    }
}

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
    .show-for-xlarge-only {
        display: none !important
    }
}

.show-for-sr, .show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.hide-for-portrait, .show-for-landscape {
    display: block !important
}

@media screen and (orientation: landscape) {
    .hide-for-portrait, .show-for-landscape {
        display: block !important
    }
}

@media screen and (orientation: portrait) {
    .hide-for-portrait, .show-for-landscape {
        display: none !important
    }
}

.hide-for-landscape, .show-for-portrait {
    display: none !important
}

@media screen and (orientation: landscape) {
    .hide-for-landscape, .show-for-portrait {
        display: none !important
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape, .show-for-portrait {
        display: block !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.clearfix:after, .clearfix:before {
    display: table;
    content: " ";
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    order: 1
}

.clearfix:after {
    clear: both
}

.breadcrumbs {
    margin: 0 0 1rem;
    list-style: none
}

.breadcrumbs:after, .breadcrumbs:before {
    display: table;
    content: " ";
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    order: 1
}

.breadcrumbs:after {
    clear: both
}

.breadcrumbs li {
    float: left;
    font-size: .6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase
}

.breadcrumbs li:not(:last-child):after {
    position: relative;
    margin: 0 .75rem;
    opacity: 1;
    content: "/";
    color: #cacaca
}

.breadcrumbs a {
    color: #2199e8
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

[data-whatinput=mouse] .menu li {
    outline: 0
}

.menu .button, .menu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: .7rem 1rem
}

.menu a, .menu button, .menu input, .menu select {
    margin-bottom: 0
}

.menu input {
    display: inline-block
}

.menu, .menu.horizontal {
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.menu.vertical {
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.menu.expanded li {
    -webkit-box-flex: 1;
    flex: 1 1 0px
}

.menu.simple {
    -webkit-box-align: center;
    align-items: center
}

.menu.simple li + li {
    margin-left: 1rem
}

.menu.simple a {
    padding: 0
}

@media print, screen and (min-width: 28.125em) {
    .menu.phone-horizontal {
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .menu.phone-vertical {
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .menu.phone-expanded li, .menu.phone-simple li {
        -webkit-box-flex: 1;
        flex: 1 1 0px
    }
}

@media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .menu.medium-vertical {
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .menu.medium-expanded li, .menu.medium-simple li {
        -webkit-box-flex: 1;
        flex: 1 1 0px
    }
}

@media print, screen and (min-width: 48em) {
    .menu.tablet-horizontal {
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .menu.tablet-vertical {
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .menu.tablet-expanded li, .menu.tablet-simple li {
        -webkit-box-flex: 1;
        flex: 1 1 0px
    }
}

@media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .menu.large-vertical {
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .menu.large-expanded li, .menu.large-simple li {
        -webkit-box-flex: 1;
        flex: 1 1 0px
    }
}

@media screen and (min-width: 75em) {
    .menu.xlarge-horizontal {
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .menu.xlarge-vertical {
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .menu.xlarge-expanded li, .menu.xlarge-simple li {
        -webkit-box-flex: 1;
        flex: 1 1 0px
    }
}

.menu.nested {
    margin-right: 0;
    margin-left: 1rem
}

.menu.icon-bottom a, .menu.icon-left a, .menu.icon-right a, .menu.icon-top a, .menu.icons a {
    display: -webkit-box;
    display: flex
}

.menu.icon-left li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap
}

.menu.icon-left li a i, .menu.icon-left li a img, .menu.icon-left li a svg {
    margin-right: .25rem
}

.menu.icon-right li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap
}

.menu.icon-right li a i, .menu.icon-right li a img, .menu.icon-right li a svg {
    margin-left: .25rem
}

.menu.icon-top li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap
}

.menu.icon-top li a i, .menu.icon-top li a img, .menu.icon-top li a svg {
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu.icon-bottom li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap
}

.menu.icon-bottom li a i, .menu.icon-bottom li a img, .menu.icon-bottom li a svg {
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu .active > a, .menu .is-active > a {
    background: #2199e8;
    color: #fff
}

.menu.align-left {
    -webkit-box-pack: start;
    justify-content: flex-start
}

.menu.align-right li {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.menu.align-right li .submenu li {
    -webkit-box-pack: start;
    justify-content: flex-start
}

.menu.align-right.vertical li {
    display: block;
    text-align: right
}

.menu.align-right.vertical li .submenu li {
    text-align: right
}

.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0
}

.menu.align-center li {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

.menu.align-center li .submenu li {
    -webkit-box-pack: start;
    justify-content: flex-start
}

.menu .menu-text {
    padding: .7rem 1rem;
    font-weight: 700;
    line-height: 1;
    color: inherit
}

.menu-centered > .menu, .menu-centered > .menu li {
    -webkit-box-pack: center;
    justify-content: center
}

.menu-centered > .menu li {
    display: -webkit-box;
    display: flex
}

.menu-centered > .menu li .submenu li {
    -webkit-box-pack: start;
    justify-content: flex-start
}

.no-js [data-responsive-menu] ul {
    display: none
}

body {
    touch-action: manipulation
}

.wrapper {
    width: 92%;
    margin: 0 auto
}

.wrapper.first {
    max-width: 1304.34783px;
    width: 100%
}

.wrapper.first.first-first {
    max-width: 400px;
    width: 100%
}

.wrapper.first.wider {
    max-width: 1595.74468px
}

.wrapper.first.wider .wrapper {
    width: 94%
}

a {
    color: inherit;
    text-decoration: inherit
}

a:focus {
    color: #773f00
}

.slick-slide img {
    display: inline-block
}

input {
    box-shadow: none
}

.blog-item__date, .blog-item__title, .btn-gradient, .heading .section-number, .pagination .single-item.active, .rates-box h1, .side-nav__link.active, .side-nav__link:hover, .sub-nav__link:before, .treatment__header.active, .treatment__heading {
    background: #773f00;
    background: -webkit-linear-gradient(left, #773f00, #a77032 50%, #773f00), -webkit-linear-gradient(left, #773f00, #a77032 50%, #773f00);
    background: linear-gradient(90deg, #773f00 0, #a77032 50%, #773f00), linear-gradient(90deg, #773f00 0, #a77032 50%, #773f00);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#773f00", endColorstr="#773f00", GradientType=1)
}

.blog-item__title, .heading .section-number, .pagination .single-item.active, .rates-box h1, .treatment__heading {
    color: #fff !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block
}

.relative {
    position: relative
}

.overflow {
    overflow: hidden
}

.tableHelper {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%
}

.cellHelper {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.flex-helper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

.footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.footer__top {
    padding-top: 100px;
    padding-bottom: 60px
}

@media screen and (max-width: 74.9375em) {
    .footer__top {
        padding: 80px 0
    }
}

@media screen and (max-width: 63.9375em) {
    .footer__top {
        padding: 40px 0
    }
}

.footer__top .footer-helper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start
}

@media screen and (max-width: 74.9375em) {
    .footer__top .footer-helper {
        flex-wrap: wrap
    }
}

.footer__top .copyright {
    font-size: .9375rem;
    letter-spacing: .005em;
    line-height: 1.66667;
    color: #fff;
    margin-top: 40px
}

.footer__top .info {
    font-size: 1.0625rem;
    letter-spacing: .005em;
    line-height: 1.76471;
    color: #e3a363;
    text-align: center
}

.footer__top .info span {
    display: block;
    color: #fff
}

.footer__top .info a {
    -webkit-transition: .1s linear;
    transition: .1s linear;
    color: #e3a363
}

.footer__top .info a:hover {
    color: #fff;
    text-decoration: underline
}

.footer__top .cell {
    width: 33.33%
}

@media screen and (max-width: 47.9375em) {
    .footer__top .cell {
        width: 100%
    }

    .footer__top .cell:first-child {
        -webkit-box-ordinal-group: 4;
        order: 3;
        text-align: center;
        margin-top: 30px
    }
}

.footer__top .cell:nth-child(3) {
    padding-left: 80px
}

@media screen and (max-width: 74.9375em) {
    .footer__top .cell:nth-child(3) {
        width: 100%;
        padding-left: 0;
        text-align: center;
        margin-top: 30px
    }
}

.footer__top .cell__title {
    font-size: 1.0625rem;
    letter-spacing: .005em;
    line-height: 1.47059;
    color: #fff
}

.footer__top .cell .footer-nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-wrap: wrap
}

.footer__top .cell .footer-nav__item {
    width: 70%;
    margin-top: 12px
}

@media screen and (max-width: 74.9375em) {
    .footer__top .cell .footer-nav__item {
        width: 100%
    }
}

.footer__top .cell .footer-nav__item:nth-child(2n) {
    width: 30%
}

@media screen and (max-width: 74.9375em) {
    .footer__top .cell .footer-nav__item:nth-child(2n) {
        width: 100%
    }
}

.footer__top .cell .footer-nav__link {
    font-size: .9375rem;
    letter-spacing: .005em;
    line-height: 1.46667;
    color: #e3a363;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

.footer__top .cell .footer-nav__link:hover {
    color: #fff;
    text-decoration: underline
}

.footer__top .logotype img {
    width: 158px
}

.footer__bottom {
    border-top: 1px solid #7c4e24;
    padding: 30px 0
}

@media screen and (max-width: 47.9375em) {
    .footer__bottom {
        padding: 10px 0
    }
}

.footer__bottom .footer-helper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 1rem;
    letter-spacing: .005em;
    line-height: 1.375;
    color: #fff
}

@media screen and (max-width: 47.9375em) {
    .footer__bottom .footer-helper {
        display: block
    }
}

.footer__bottom .footer-helper a {
    -webkit-transition: .1s linear;
    transition: .1s linear;
    color: #fff;
    text-decoration: underline
}

.footer__bottom .footer-helper a:hover {
    color: #ac7a41
}

.footer__bottom .cell {
    margin: 0 40px
}

@media screen and (max-width: 63.9375em) {
    .footer__bottom .cell {
        margin: 0 20px
    }
}

@media screen and (max-width: 47.9375em) {
    .footer__bottom .cell {
        width: 100%;
        text-align: center;
        margin: 20px 0
    }
}

.footer__bottom .logotype img {
    width: 202px
}

header {
    position: relative;
    z-index: 99
}

.topbar {
    background-color: #2b2a2a;
    padding: 9px 0
}

.topbar__left {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center
}

@media screen and (max-width: 28.0625em) {
    .topbar__left {
        display: block;
        text-align: center;
        width: 100%
    }
}

.topbar .contact-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 45px;
    white-space: nowrap
}

@media screen and (max-width: 28.0625em) {
    .topbar .contact-item {
        display: table;
        margin-left: auto;
        margin-right: auto
    }
}

.topbar .contact-item .gallery-item__label:before, .topbar .contact-item .icon, .topbar .contact-item .treatment__header:before, .topbar .contact-item .treatment__link:before {
    color: #ac7a41;
    font-size: .875rem;
    margin-right: 12px
}

@media screen and (max-width: 39.9375em) {
    .topbar .contact-item .gallery-item__label:before, .topbar .contact-item .icon, .topbar .contact-item .treatment__header:before, .topbar .contact-item .treatment__link:before {
        margin-right: 6px
    }
}

.topbar .contact-item a {
    color: #bcbcbc;
    font-size: .8125rem;
    letter-spacing: .005em;
    line-height: .61538;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

.topbar .contact-item a:active, .topbar .contact-item a:focus, .topbar .contact-item a:hover {
    color: #ac7a41
}

.topbar .contact-item:first-child {
    margin-left: 0
}

@media screen and (max-width: 28.0625em) {
    .topbar .contact-item:first-child {
        display: table;
        margin-left: auto;
        margin-right: auto
    }
}

.topbar .contact-item:nth-child(2) .gallery-item__label:before, .topbar .contact-item:nth-child(2) .icon, .topbar .contact-item:nth-child(2) .treatment__header:before, .topbar .contact-item:nth-child(2) .treatment__link:before {
    font-size: .625rem
}

.topbar .lang-switcher {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center
}

@media screen and (max-width: 39.9375em) {
    .topbar .lang-switcher {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        padding: 15px 0;
        -webkit-box-pack: center;
        justify-content: center;
        background: #fff;
        opacity: 0;
        -webkit-transform: translateY(-5px) scaleY(0);
        transform: translateY(-5px) scaleY(0);
        -webkit-transition: .1s linear;
        transition: .1s linear;
        z-index: 2
    }

    .topbar .lang-switcher.active {
        opacity: 1;
        -webkit-transform: translateY(0) scaleY(1);
        transform: translateY(0) scaleY(1)
    }
}

.topbar .lang-switcher a {
    display: inline-block;
    margin: 0 7px;
    font-size: .75rem;
    letter-spacing: .005em;
    line-height: .66667;
    color: #bcbcbc;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

.topbar .lang-switcher a:active, .topbar .lang-switcher a:focus, .topbar .lang-switcher a:hover {
    color: #ac7a41
}

.topbar .lang-switcher a.active {
    font-weight: 600;
    color: #fff
}

@media screen and (max-width: 39.9375em) {
    .topbar .lang-switcher a.active {
        color: #000
    }
}

.topbar .lang-switcher a:last-child {
    margin-right: 0
}

.menubar {
    padding: 0
}

@media screen and (max-width: 74.9375em) {
    .menubar {
        padding: 10px 0;
        background: #fff;
    }
}

.menubar__right {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center
}

@media screen and (max-width: 74.9375em) {
    .menubar__right {
        display: block
    }
}

.menubar .flex-helper {
    position: relative
}

@media screen and (max-width: 74.9375em) {
    .menubar .flex-helper {
        -webkit-box-pack: justify;
        justify-content: space-between;
        position: static
    }
}

.menubar .menu-all {
    width: 100%
}

@media screen and (max-width: 74.9375em) {
    .menubar .menu-all {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #fff;
        padding: 15px;
        display: block;
        text-align: center;
        box-shadow: 0 0 8px 2px rgba(0, 0, 0, .05);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: .1s linear;
        transition: .1s linear
    }

    .menubar .menu-all.active {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1
    }
}

@media screen and (max-width: 39.9375em) {
    .menubar .menu-all {
        padding-top: 30px
    }
}

.menubar .buttons {
    margin-left: 90px
}

@media screen and (max-width: 89.9375em) {
    .menubar .buttons {
        margin-left: 30px
    }
}

@media screen and (max-width: 74.9375em) {
    .menubar .buttons {
        margin-left: 0
    }
}

.menubar .logotype {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3
}

@media screen and (max-width: 74.9375em) {
    .menubar .logotype {
        position: relative;
        left: auto;
        top: auto;
        -webkit-transform: none;
        transform: none
    }
}

.menubar .logotype img {
    width: 54px
}

@media screen and (max-width: 28.0625em) {
    .menubar .logotype img {
        max-height: 35px
    }
}

.main-nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center
}

@media screen and (max-width: 74.9375em) {
    .main-nav__list {
        display: block;
        text-align: center
    }
}

.main-nav__item {
    position: relative;
    margin: 0 25px
}

@media screen and (max-width: 89.9375em) {
    .main-nav__item {
        margin: 0 12px
    }
}

@media screen and (max-width: 74.9375em) {
    .main-nav__item {
        margin: 10px 0
    }
}

.main-nav__item:hover > .sub-nav {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1
}

.main-nav__item.active .main-nav__link {
    color: #a77031
}

.main-nav__item.active .main-nav__link:before {
    opacity: 1;
    left: -5px;
    right: -5px
}

.main-nav--left .main-nav__item:first-child {
    margin-left: 0
}

.main-nav .toggle-submenu {
    display: none
}

.main-nav__link {
    font-size: .9375rem;
    letter-spacing: .005em;
    line-height: 1.33333;
    color: #552d00;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    display: inline-block;
    padding: 40px 0;
    position: relative
}

.main-nav__link:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: 70%;
    height: 1px;
    background: #ce7c17;
    opacity: 0;
    -webkit-transition: .15s linear;
    transition: .15s linear
}

@media screen and (max-width: 74.9375em) {
    .main-nav__link:before {
        display: none
    }
}

.main-nav__link.active, .main-nav__link:hover {
    color: #a77031
}

.main-nav__link.active:before, .main-nav__link:hover:before {
    opacity: 1;
    left: -5px;
    right: -5px
}

@media screen and (max-width: 74.9375em) {
    .main-nav__link {
        padding: 5px 0
    }

    .main-nav__link:nth-last-child(2) {
        position: relative;
        padding-right: 40px;
        padding-left: 35px
    }

    .main-nav__link:nth-last-child(2) .toggle-submenu {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        display: block;
        opacity: 1;
        padding: 10px;
        cursor: pointer;
        -webkit-transition: .2s;
        transition: .2s
    }

    .main-nav__link:nth-last-child(2) .toggle-submenu.active {
        -webkit-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg)
    }
}

.sub-nav {
    position: absolute;
    left: -45px;
    top: 100%;
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 320px;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

@media screen and (min-width: 75em) {
    .sub-nav {
        display: block !important
    }
}

@media screen and (max-width: 74.9375em) {
    .sub-nav {
        position: relative;
        left: auto;
        top: auto;
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        min-width: 10px;
        background-color: #f9f9f9;
        padding: 5px 0;
        -webkit-transition: none;
        transition: none;
        display: none
    }
}

.sub-nav__link {
    background: #e5e5e5;
    padding: 17px 40px;
    padding-right: 70px;
    display: block;
    font-size: .9375rem;
    letter-spacing: .005em;
    line-height: 1.33333;
    color: #552d00;
    border-top: 1px solid #cfcfcf;
    position: relative
}

.sub-nav__link.active, .sub-nav__link:hover {
    background: transparent;
    color: #fff
}

.sub-nav__link.active:before, .sub-nav__link:hover:before {
    opacity: 1
}

.sub-nav__link.active:after, .sub-nav__link:hover:after {
    opacity: 1;
    right: 28px
}

.sub-nav__link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0
}

@media screen and (max-width: 74.9375em) {
    .sub-nav__link:before {
        display: none
    }
}

.sub-nav__link:after {
    content: "";
    height: 2px;
    width: 23px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1px;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    opacity: 0
}

@media screen and (max-width: 74.9375em) {
    .sub-nav__link:after {
        display: none
    }
}

@media screen and (max-width: 74.9375em) {
    .sub-nav__link {
        padding: 5px 0;
        border: none;
        background: transparent;
        display: table;
        margin-left: auto;
        margin-right: auto;
        color: #404040;
        font-weight: 500;
        font-size: .8125rem;
        letter-spacing: .005em;
        line-height: 1.38462
    }

    .sub-nav__link:hover {
        color: #000
    }

    .sub-nav__link:nth-last-child(2) {
        position: relative;
        padding-right: 40px;
        padding-left: 20px
    }

    .sub-nav__link:nth-last-child(2) .toggle-submenu {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
        display: block;
        opacity: 1;
        padding: 10px;
        cursor: pointer;
        -webkit-transition: .2s;
        transition: .2s
    }

    .sub-nav__link:nth-last-child(2) .toggle-submenu.active {
        -webkit-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg)
    }
}

.sub-nav__item {
    position: relative
}

.sub-nav__item:hover > .sub-nav {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.sub-nav__item .sub-nav--level-2 {
    position: absolute;
    left: 99.99%;
    top: 0;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

@media screen and (min-width: 75em) {
    .sub-nav__item .sub-nav--level-2 {
        display: block !important
    }
}

@media screen and (max-width: 74.9375em) {
    .sub-nav__item .sub-nav--level-2 {
        position: relative;
        left: auto;
        top: auto;
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition: none;
        transition: none;
        display: none
    }
}

@media screen and (max-width: 74.9375em) {
    .sub-nav__item .sub-nav--level-2 .sub-nav__item {
        padding-left: 10px;
        padding-right: 10px
    }
}

.sub-nav__item .sub-nav--level-2 .sub-nav__link {
    background: #ececec;
    padding: 10px 20px;
    padding-right: 50px;
    font-size: .8125rem;
    letter-spacing: .005em;
    line-height: 1.38462;
    color: #552d00
}

.sub-nav__item .sub-nav--level-2 .sub-nav__link.active, .sub-nav__item .sub-nav--level-2 .sub-nav__link:hover {
    background: transparent;
    color: #fff
}

.sub-nav__item .sub-nav--level-2 .sub-nav__link.active:before, .sub-nav__item .sub-nav--level-2 .sub-nav__link:hover:before {
    opacity: 1
}

.sub-nav__item .sub-nav--level-2 .sub-nav__link.active:after, .sub-nav__item .sub-nav--level-2 .sub-nav__link:hover:after {
    opacity: 1;
    right: 28px
}

@media screen and (max-width: 74.9375em) {
    .sub-nav__item .sub-nav--level-2 .sub-nav__link {
        background: #ececec;
        color: #000;
        padding-right: 20px;
        font-weight: 300
    }

    .sub-nav__item .sub-nav--level-2 .sub-nav__link:after, .sub-nav__item .sub-nav--level-2 .sub-nav__link:before {
        display: none
    }

    .sub-nav__item .sub-nav--level-2 .sub-nav__link.active, .sub-nav__item .sub-nav--level-2 .sub-nav__link:hover {
        background: #ececec;
        color: #552d00
    }
}

@media screen and (max-width: 74.9375em) {
    .sub-nav__item {
        margin: 5px 0
    }
}

.menubar .hamburger {
    outline: none;
    padding: 0;
    margin-top: 5px
}

@media screen and (min-width: 75em) {
    .menubar .hamburger {
        display: none
    }
}

.breadcrumb__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0
}

.breadcrumb__item {
    position: relative;
    padding-right: 20px;
    font-size: .8125rem;
    letter-spacing: .2em;
    line-height: 1.23077;
    color: #fff;
    font-weight: 300;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

.breadcrumb__item:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 50%;
    z-index: 2;
    width: 3px;
    height: 1px;
    background-color: #fff;
    margin-top: 2px
}

.breadcrumb__item:last-child:after {
    display: none
}

.breadcrumb__link {
    font-size: .8125rem;
    letter-spacing: .2em;
    line-height: 1.23077;
    color: #fff;
    font-weight: 300;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

.breadcrumb__link:hover {
    color: #ac7a41
}

.btn {
    display: inline-block;
    cursor: pointer;
    padding: 24px 26px;
    font-size: 1rem;
    letter-spacing: .005em;
    line-height: .5;
    font-weight: 600;
    text-align: center
}

.btn, .btn-gradient {
    -webkit-transition: .1s linear;
    transition: .1s linear
}

.btn-gradient {
    position: relative;
    color: #fff
}

.btn-gradient:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #fff;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

.btn-gradient:hover {
    color: #fff
}

.btn-gradient:hover:before {
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px
}

.btn-gradient--light {
    font-weight: 600
}

.btn-gradient--light, .btn-standard {
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: .3em;
    line-height: 1.25 !important
}

.btn-standard {
    border: 1px solid hsla(0, 0%, 100%, .4);
    color: #fff;
    padding: 14px 30px;
    position: relative;
    font-weight: 400;
    min-width: 200px
}

.btn-standard:hover {
    color: #fff;
    background: rgba(172, 122, 65, .8)
}

.btn-standard:hover:before {
    top: 2px;
    bottom: 2px
}

.btn-standard:before {
    content: "";
    position: absolute;
    left: 9px;
    right: 9px;
    top: -9px;
    bottom: -9px;
    border: 1px solid hsla(0, 0%, 100%, .4);
    z-index: 0;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    pointer-events: none
}

.btn-standard--brown {
    color: #000
}

.btn-standard--brown, .btn-standard--brown:before {
    border: 1px solid #e2e0dd
}

.wpcf7-form-control:hover {
    opacity: .7
}

.wpcf7-not-valid-tip {
    font-size: 13px !important;
    margin-top: 2px
}

.wpcf7-response-output {
    max-width: 850px;
    margin-left: auto !important;
    margin-right: auto !important
}

div.wpcf7-validation-errors {
    border-color: #773f00 !important
}

.circle-text {
    position: relative;
    display: table;
    width: 176px;
    height: 176px;
    -webkit-transform: translate(50%, -25px);
    transform: translate(50%, -25px);
    font-size: 1.4375rem;
    letter-spacing: .08em;
    line-height: .43478;
    color: #aa9380
}

.circle-text-container {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    display: table;
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg)
}

.cke-content {
    position: relative
}

.cke-content, .cke-content *, .cke-content p {
    font-size: 1rem;
    letter-spacing: .005em;
    line-height: 2;
}

@media screen and (max-width: 63.9375em) {
    .cke-content *, .cke-content p {
        font-size: .9375rem;
        letter-spacing: .005em;
        line-height: 1.73333
    }
}

@media screen and (max-width: 28.0625em) {
    .cke-content *, .cke-content p {
        font-size: .875rem;
        letter-spacing: .005em;
        line-height: 1.57143
    }
}

.cke-content--full {
    font-size: 1rem;
    letter-spacing: .005em;
    line-height: 2;
    color: #6c6c6c;
    position: relative
}

.cke-content--full h1 {
    font-size: 2.125rem;
    letter-spacing: .005em;
    line-height: 1.32353;
    color: #0a0a0a;
    font-weight: 600;
    margin-bottom: 40px
}

@media screen and (max-width: 74.9375em) {
    .cke-content--full h1 {
        font-size: 1.75rem;
        letter-spacing: .005em;
        line-height: 1.35714;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 63.9375em) {
    .cke-content--full h1 {
        font-size: 1.5rem;
        letter-spacing: .005em;
        line-height: 1.33333
    }
}

@media screen and (max-width: 47.9375em) {
    .cke-content--full h1 {
        font-size: 1.25rem;
        letter-spacing: .005em;
        line-height: 1.3
    }
}

.cke-content--full h2 {
    font-size: 1rem;
    letter-spacing: .005em;
    line-height: 2;
    color: #000;
    font-weight: 600;
    margin-bottom: 0
}

@media screen and (max-width: 63.9375em) {
    .cke-content--full h2 {
        font-size: .9375rem;
        letter-spacing: .005em;
        line-height: 1.73333
    }
}

@media screen and (max-width: 28.0625em) {
    .cke-content--full h2 {
        font-size: .875rem;
        letter-spacing: .005em;
        line-height: 1.57143
    }
}

.cke-content--full img {
    margin: 20px 0
}

@media screen and (max-width: 47.9375em) {
    .cke-content--full img {
        margin: 10px 0
    }
}

.cke-content--full ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.cke-content--full ul li {
    background-image: url(../img/checked.png);
    background-size: 26px 26px;
    background-position: 0;
    background-repeat: no-repeat;
    margin: 10px 0;
    padding-left: 45px;
    min-height: 32px
}

.cke-content--full b {
    color: #6c6c6c;
    font-weight: 600
}

.columns {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start
}

@media screen and (max-width: 47.9375em) {
    .columns {
        flex-wrap: wrap
    }
}

.columns .col:first-child {
    width: 65%
}

@media screen and (max-width: 63.9375em) {
    .columns .col:first-child {
        width: 55%
    }
}

@media screen and (max-width: 47.9375em) {
    .columns .col:first-child {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

.columns .col:nth-child(2) {
    width: 28%
}

@media screen and (max-width: 63.9375em) {
    .columns .col:nth-child(2) {
        width: 40%
    }
}

@media screen and (max-width: 47.9375em) {
    .columns .col:nth-child(2) {
        width: 100%;
        -webkit-box-ordinal-group: 1;
        order: 0;
        margin-bottom: 25px
    }
}

.columns .col-title {
    font-size: 1.25rem;
    letter-spacing: .005em;
    line-height: 1.4;
    color: #0a0a0a;
    font-weight: 600;
    margin-bottom: 20px
}

.form {
    padding: 80px 0
}

@media screen and (max-width: 63.9375em) {
    .form {
        padding: 60px 0
    }
}

@media screen and (max-width: 39.9375em) {
    .form {
        padding: 40px 0
    }
}

.form .headings .section-number {
    margin-left: auto;
    margin-right: auto
}

.form .headings .heading:nth-child(2) {
    margin-top: 16px
}

.form-helper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px
}

@media screen and (max-width: 63.9375em) {
    .form-helper {
        margin-top: 30px
    }
}

.form-helper .submit-row {
    text-align: center;
    width: 100%
}

.gallery-grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -1%
}

.gallery-grid--2 .gallery-item {
    width: 48%
}

@media screen and (max-width: 31.25em) {
    .gallery-grid--2 {
        width: 100%;
        margin-top: 10px
    }
}

.gallery-grid--5 .gallery-item {
    width: 18%
}

@media screen and (max-width: 47.9375em) {
    .gallery-grid--5 .gallery-item {
        width: 31.33%
    }
}

@media screen and (max-width: 28.0625em) {
    .gallery-grid--5 .gallery-item {
        width: 48%
    }
}

@media screen and (max-width: 31.25em) {
    .gallery-grid--5 {
        width: 100%;
        margin-top: 10px
    }
}

.gallery-item {
    width: 31.33%;
    margin: 0 1%;
    margin-top: 20px;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 63.9375em) {
    .gallery-item {
        width: 48%
    }
}

@media screen and (max-width: 31.25em) {
    .gallery-item {
        width: 100%;
        margin-top: 10px
    }
}

.gallery-item:before {
    content: "";
    left: 16px;
    top: 16px;
    right: 16px;
    bottom: 16px;
    position: absolute;
    border: 1px solid hsla(0, 0%, 100%, .5);
    z-index: 2;
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3)
}

.gallery-item:before, .gallery-item img {
    -webkit-transition: .1s linear;
    transition: .1s linear
}

.gallery-item img {
    width: 100%
}

@media screen and (min-width: 64em) {
    .gallery-item[href]:hover img {
        -webkit-filter: blur(12px);
        filter: blur(12px)
    }

    .gallery-item[href]:hover .gallery-item__label {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    .gallery-item[href]:hover:before {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.gallery-item__label {
    font-size: 1rem;
    letter-spacing: .005em;
    line-height: 1.5;
    font-weight: 600;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(.5);
    transform: translate(-50%, -50%) scale(.5);
    width: 100%;
    padding: 10px;
    opacity: 0;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    display: block;
    z-index: 3;
    color: #fff;
    text-align: center;
    margin-top: 20px
}

@media screen and (max-width: 47.9375em) {
    .gallery-item__label {
        font-size: .875rem;
        letter-spacing: .005em;
        line-height: 1.42857
    }
}

.gallery-item__label:before {
    display: block;
    color: #9a6324;
    font-size: 20px;
    position: absolute;
    bottom: 100%;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.heading .section-number {
    font-size: .8125rem;
    letter-spacing: .5em;
    line-height: 1.23077;
    color: #9f8671;
    font-weight: 600;
    text-transform: uppercase
}

.heading .section-title {
    font-size: 2.125rem;
    letter-spacing: .005em;
    line-height: 1.32353;
    color: #0a0a0a;
    font-weight: 600
}

@media screen and (max-width: 74.9375em) {
    .heading .section-title {
        font-size: 1.625rem;
        letter-spacing: .005em;
        line-height: 1.30769
    }
}

@media screen and (max-width: 63.9375em) {
    .heading .section-title {
        font-size: 1.375rem;
        letter-spacing: .005em;
        line-height: 1.27273
    }
}

@media screen and (max-width: 28.0625em) {
    .heading .section-title {
        font-size: 1.25rem;
        letter-spacing: .005em;
        line-height: 1.3
    }
}

.heading .section-title.white {
    color: #fff
}

.headings--center {
    text-align: center
}

.headings--center * {
    margin-left: auto;
    margin-right: auto
}

.headings .heading:nth-child(2) {
    margin-top: 24px
}

@media screen and (max-width: 74.9375em) {
    .headings .heading:nth-child(2) {
        margin-top: 10px
    }
}

@font-face {
    font-family: icons;
    src: url(../fonts/icons.eot);
    src: url(../fonts/icons.eot?#iefix) format("embedded-opentype"), url(../fonts/icons.woff2) format("woff2"), url(../fonts/icons.woff) format("woff"), url(../fonts/icons.ttf) format("truetype"), url(../fonts/icons.svg#icons) format("svg");
    font-weight: 400;
    font-style: normal
}

.gallery-item__label:before, .icon, .treatment__header:before, .treatment__link:before {
    font-family: icons;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-b:before {
    content: ""
}

.icon-facebook:before {
    content: "\EA02"
}

.icon-instagram:before {
    content: "\EA03"
}

.icon-mail:before {
    content: "\EA04"
}

.icon-phone:before {
    content: "\EA05"
}

.icon-touch:before {
    content: "\EA06"
}

.gallery-item__label:before, .icon-arrow:before, .treatment__header:before, .treatment__link:before {
    content: "\EA07"
}

.input-helper {
    margin-bottom: 40px
}

.input-helper--w50 {
    width: 48.5%
}

@media screen and (max-width: 39.9375em) {
    .input-helper--w50 {
        width: 100%;
        margin-bottom: 20px
    }
}

.input-helper--w100 {
    width: 100%
}

.input-helper input, .input-helper textarea {
    border: none;
    outline: none;
    box-shadow: none !important;
    border-bottom: 2px solid #e4e3e0;
    margin: 0;
    padding: 0 10px;
    height: 42px;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    color: #000;
    font-size: .9375rem;
    letter-spacing: .0005em
}

.input-helper input::-webkit-input-placeholder, .input-helper textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #6c6c6c;
    font-size: .9375rem;
    letter-spacing: .0005em
}

.input-helper input::-moz-placeholder, .input-helper textarea::-moz-placeholder {
    opacity: 1;
    color: #6c6c6c;
    font-size: .9375rem;
    letter-spacing: .0005em
}

.input-helper input:-ms-input-placeholder, .input-helper textarea:-ms-input-placeholder {
    opacity: 1;
    color: #6c6c6c;
    font-size: .9375rem;
    letter-spacing: .0005em
}

.input-helper input:-moz-placeholder, .input-helper textarea:-moz-placeholder {
    opacity: 1;
    color: #6c6c6c;
    font-size: .9375rem;
    letter-spacing: .0005em
}

.input-helper input:active, .input-helper input:focus, .input-helper input:hover, .input-helper textarea:active, .input-helper textarea:focus, .input-helper textarea:hover {
    outline: none;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #773f00
}

.input-helper input:active::-webkit-input-placeholder, .input-helper input:focus::-webkit-input-placeholder, .input-helper input:hover::-webkit-input-placeholder, .input-helper textarea:active::-webkit-input-placeholder, .input-helper textarea:focus::-webkit-input-placeholder, .input-helper textarea:hover::-webkit-input-placeholder {
    opacity: 1;
    color: #000
}

.input-helper input:active::-moz-placeholder, .input-helper input:focus::-moz-placeholder, .input-helper input:hover::-moz-placeholder, .input-helper textarea:active::-moz-placeholder, .input-helper textarea:focus::-moz-placeholder, .input-helper textarea:hover::-moz-placeholder {
    opacity: 1;
    color: #000
}

.input-helper input:active:-ms-input-placeholder, .input-helper input:focus:-ms-input-placeholder, .input-helper input:hover:-ms-input-placeholder, .input-helper textarea:active:-ms-input-placeholder, .input-helper textarea:focus:-ms-input-placeholder, .input-helper textarea:hover:-ms-input-placeholder {
    opacity: 1;
    color: #000
}

.input-helper input:active:-moz-placeholder, .input-helper input:focus:-moz-placeholder, .input-helper input:hover:-moz-placeholder, .input-helper textarea:active:-moz-placeholder, .input-helper textarea:focus:-moz-placeholder, .input-helper textarea:hover:-moz-placeholder {
    opacity: 1;
    color: #000
}

.input-helper textarea {
    resize: none;
    height: 130px
}

.js-accordion__single .js-accordion__content {
    display: none
}

.js-accordion__content {
    padding-bottom: 25px
}

.msg-wrap .msg {
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding: .7em 0;
    margin: .4375em 0
}

.msg-wrap .msg-info {
    background: #81d4fa
}

.msg-wrap .msg-error {
    background: #ec5840
}

.msg-wrap .msg-success {
    background: #3adb76
}

.formError {
    box-sizing: content-box;
    opacity: 1 !important
}

.formError .formErrorContent {
    padding: 7px 10px !important
}

.formError .formErrorArrow div, .formError .formErrorContent {
    border: none !important;
    border-radius: 0 !important;
    background: #ec5840 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, .4) !important
}

.formError .line1, .formError .line2 {
    display: none !important
}

.swal2-modal {
    font-family: Montserrat, sans-serif
}

.blackPopup .formErrorArrow div, .blackPopup .formErrorContent {
    background: #81d4fa !important
}

.news {
    border: 1px solid #e6e6e6;
    display: block;
    overflow: hidden
}

.news:hover .news__image {
    -webkit-transform: scale(1.1) rotate(-1deg);
    transform: scale(1.1) rotate(-1deg)
}

.news:hover .news__image:before {
    opacity: 1
}

.news:hover .news__title {
    color: #ac7a41
}

.news:hover .news__details {
    opacity: 1;
    right: 30px
}

.news-grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -1%
}

.news-grid .news {
    width: 31.33%;
    margin: 0 1%;
    margin-top: 20px
}

@media screen and (max-width: 47.9375em) {
    .news-grid .news {
        width: 100%
    }
}

.news__image {
    height: 265px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    display: block;
    position: relative;
    z-index: 1;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

.news__image:before {
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: hsla(0, 0%, 100%, .5);
    display: block
}

.news__details, .news__image:before {
    z-index: 2;
    position: absolute;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    opacity: 0
}

.news__details {
    font-weight: 500;
    color: #fff;
    right: 60px;
    bottom: 20px;
    background: #773f00;
    padding: 5px 7px;
    font-size: .875rem
}

.news__bottom {
    padding: 35px 40px;
    display: block;
    background-color: #fff;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 63.9375em) {
    .news__bottom {
        padding: 20px
    }
}

.news__date {
    font-size: .8125rem;
    line-height: 1.23077;
    color: #6c6c6c
}

.news__date, .news__title {
    letter-spacing: .005em;
    display: block
}

.news__title {
    font-size: 1.0625rem;
    line-height: 1.52941;
    font-weight: 600;
    color: #0a0a0a;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    margin-top: 22px
}

@media screen and (max-width: 63.9375em) {
    .news__title {
        font-size: .9375rem;
        letter-spacing: .005em;
        line-height: 1.6;
        margin-top: 10px
    }
}

.pagination {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 3.75rem
}

.pagination .single-item {
    text-align: center;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    margin: 0 10px
}

.pagination .single-item a {
    color: #010101;
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 600;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

.pagination .single-item a:hover {
    color: #666
}

.pagination .single-item.active {
    font-weight: 600
}

.pagination .single-item.active a {
    color: #000
}

.proassist-handle {
    height: 200px !important
}

.proassist-handle > * {
    font-size: .8125rem
}

.promo-box {
    background-color: #f6f5f3;
    padding: 110px 0;
    text-align: center
}

@media screen and (max-width: 63.9375em) {
    .promo-box {
        padding: 60px 0
    }
}

.promo-box__title {
    font-size: 2.125rem;
    letter-spacing: .005em;
    line-height: 1.47059;
    color: #0a0a0a;
    font-weight: 600
}

@media screen and (max-width: 63.9375em) {
    .promo-box__title {
        font-size: 1.625rem;
        letter-spacing: .005em;
        line-height: 1.53846
    }
}

@media screen and (max-width: 39.9375em) {
    .promo-box__title {
        font-size: 1.125rem;
        letter-spacing: .005em;
        line-height: 1.66667
    }
}

.promo-box__button {
    margin-top: 22px
}

.promo-box__button .btn {
    min-width: 410px
}

@media screen and (max-width: 63.9375em) {
    .promo-box__button .btn {
        min-width: 150px
    }
}

.section .section-helper {
    position: relative
}

.section-01 {
    padding-top: 170px;
    padding-bottom: 140px
}

@media screen and (max-width: 74.9375em) {
    .section-01 {
        padding: 100px 0
    }
}

@media screen and (max-width: 47.9375em) {
    .section-01 {
        padding: 40px 0
    }
}

.section-01 .section-helper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start
}

@media screen and (max-width: 47.9375em) {
    .section-01 .section-helper {
        display: block;
        text-align: center
    }
}

.section-01 .section__left {
    width: 45%
}

@media screen and (max-width: 47.9375em) {
    .section-01 .section__left {
        width: 100%
    }
}

.section-01 .section__left img {
    margin-top: 40px;
    margin-left: -60px
}

@media screen and (max-width: 47.9375em) {
    .section-01 .section__left img {
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px
    }
}

.section-01 .section__right {
    width: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-wrap: wrap
}

@media screen and (max-width: 89.9375em) {
    .section-01 .section__right {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        align-items: flex-start;
        flex-wrap: wrap;
        width: 40%;
        padding-right: 5%;
        width: 45%
    }
}

@media screen and (max-width: 47.9375em) {
    .section-01 .section__right {
        width: 100%;
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        align-items: flex-start;
        flex-wrap: wrap;
        padding-right: 0
    }

    .section-01 .section__right .image-helper {
        margin-right: 30px
    }

    .section-01 .section__right img {
        max-height: 600px
    }
}

.section-01 .cke-content {
    padding-left: 100px;
    margin-top: 60px
}

@media screen and (max-width: 74.9375em) {
    .section-01 .cke-content {
        padding-left: 0;
        margin-top: 30px
    }
}

.section-01 .cke-content--no-line {
    padding-left: 0
}

.section-01 .cke-content--no-line:before {
    display: none
}

.section-01 .cke-content:before {
    content: "";
    position: absolute;
    left: 36px;
    width: 1px;
    top: 0;
    bottom: 0;
    background: #e0e0e0
}

@media screen and (max-width: 74.9375em) {
    .section-01 .cke-content:before {
        display: none
    }
}

.section-01 .cke-content b {
    color: #000
}

.section-01 .image-helper {
    position: relative;
    display: table
}

.section-01 .image-helper img {
    position: relative;
    z-index: 2
}

.section-01 .image-helper .text {
    font-size: 5.1875rem;
    letter-spacing: .005em;
    line-height: .46988;
    text-transform: uppercase;
    color: #f2f2f2;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: rotate(90deg) translateY(-95%) translateX(50%);
    transform: rotate(90deg) translateY(-95%) translateX(50%);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    font-weight: 500;
    z-index: 1
}

@media screen and (max-width: 74.9375em) {
    .section-01 .image-helper .text {
        font-size: 3.75rem;
        letter-spacing: .005em;
        line-height: .65
    }
}

@media screen and (max-width: 39.9375em) {
    .section-01 .image-helper .text {
        font-size: 2.5rem;
        letter-spacing: .005em;
        line-height: .5
    }
}

.section-01 .image-helper .circle-text-container {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transform: rotate(130deg) translate(120px, 10px);
    transform: rotate(130deg) translate(120px, 10px)
}

@media screen and (max-width: 74.9375em) {
    .section-01 .image-helper .circle-text-container {
        display: none
    }
}

.section-01 .promo-text {
    text-align: center;
    margin-top: 60px
}

@media screen and (max-width: 89.9375em) {
    .section-01 .promo-text {
        margin-left: auto;
        margin-right: 0;
        margin-top: 140px
    }
}

@media screen and (max-width: 74.9375em) {
    .section-01 .promo-text {
        margin-top: 40px
    }
}

@media screen and (max-width: 47.9375em) {
    .section-01 .promo-text {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px
    }
}

.section-01 .promo-text p {
    font-size: 1rem;
    letter-spacing: .005em;
    line-height: 2;
    font-weight: 400;
    color: #0a0a0a
}

@media screen and (max-width: 63.9375em) {
    .section-01 .promo-text p {
        font-size: .9375rem;
        letter-spacing: .005em;
        line-height: 1.73333
    }
}

.section-01 .promo-text b {
    font-weight: 600
}

.section-01 .promo-text .btn {
    font-weight: 400;
    margin-top: 20px
}

@media screen and (max-width: 28.0625em) {
    .section-01 .promo-text .btn {
        margin-top: 10px
    }
}

.section-01--subpage {
    padding: 0
}

.section-01--subpage .section__left img {
    margin-top: 80px;
    margin-left: 0
}

@media screen and (max-width: 74.9375em) {
    .section-01--subpage .section__left img {
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px
    }
}

.section-01--subpage .section__right .cke-content {
    margin-top: 120px;
    margin-left: -30px
}

@media screen and (max-width: 74.9375em) {
    .section-01--subpage .section__right .cke-content {
        margin-top: 50px;
        margin-left: 0
    }
}

@media screen and (max-width: 47.9375em) {
    .section-01--subpage .section__right .image-helper {
        margin-right: 0
    }
}

.section-02 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    padding-top: 100px;
    padding-bottom: 90px
}

@media screen and (max-width: 74.9375em) {
    .section-02 {
        padding: 40px 0
    }
}

.section-02 .offer-boxes {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-wrap: wrap
}

.offer-box {
    width: 50%;
    margin-top: 50px
}

@media screen and (max-width: 74.9375em) {
    .offer-box {
        padding: 60px
    }
}

@media screen and (max-width: 47.9375em) {
    .offer-box {
        width: 100%;
        text-align: center;
        margin: 10px auto auto !important;
        padding: 20px
    }
}

.offer-box:nth-child(3) {
    text-align: right
}

.offer-box:nth-child(3) .offer-box__link {
    margin-left: auto;
    margin-right: 0
}

.offer-box:nth-child(3) .offer-box__image:before {
    left: auto;
    top: auto;
    right: -22px;
    bottom: -22px
}

.offer-box:nth-child(4) {
    margin-top: -100px
}

.offer-box:nth-child(4) .offer-box__link {
    margin-left: auto;
    margin-right: 0
}

.offer-box:nth-child(4) .offer-box__image:before {
    left: auto;
    top: auto;
    right: -22px;
    bottom: -22px
}

.offer-box:nth-child(4n+6) {
    margin-top: -100px
}

.offer-box:nth-child(4n+6) .offer-box__link {
    margin-left: auto;
    margin-right: 0
}

.offer-box:nth-child(4n+6) .offer-box__image:before {
    left: auto;
    top: auto;
    right: -22px;
    bottom: -22px
}

.offer-box:nth-child(4n+7) {
    text-align: right
}

.offer-box:nth-child(4n+7) .offer-box__link {
    margin-left: 40px
}

.offer-box:nth-child(4n+7) .offer-box__image:before {
    left: auto;
    top: auto;
    right: -22px;
    bottom: -22px
}

.offer-box:nth-child(4n+8) {
    margin-top: -100px
}

.offer-box:nth-child(4n+8) .offer-box__image:before {
    left: auto;
    top: auto;
    right: -22px;
    bottom: -22px
}

.offer-box--special {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 45px
}

@media screen and (max-width: 74.9375em) {
    .offer-box--special {
        display: block;
        text-align: center;
        padding-top: 20px
    }

    .offer-box--special .btn {
        margin-top: 30px
    }
}

@media screen and (max-width: 47.9375em) {
    .offer-box--special {
        -webkit-box-ordinal-group: 0;
        order: -1;
        padding-bottom: 40px;
        padding-top: 0
    }
}

.offer-box__link {
    display: table
}

@media screen and (max-width: 47.9375em) {
    .offer-box__link {
        margin: auto !important;
        text-align: center !important
    }
}

.offer-box__link:hover .offer-box__image:before {
    background: hsla(0, 0%, 100%, .4)
}

.offer-box__link:hover .offer-box__details {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
}

.offer-box__image {
    display: table;
    position: relative
}

.offer-box__image:before {
    content: "";
    width: 100%;
    height: 100%;
    top: -22px;
    left: -22px;
    position: absolute;
    display: block;
    border: 1px solid hsla(0, 0%, 100%, .25);
    z-index: 2;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

.offer-box__name {
    font-size: 1.25rem;
    letter-spacing: .005em;
    line-height: 1.3;
    color: #fff;
    font-weight: 500;
    margin-top: 25px;
    display: inline-block
}

.offer-box__details {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    z-index: 2;
    background: #fff;
    opacity: 0;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    -webkit-backface-visibility: hidden
}

.offer-box__details:before {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.section-03 {
    padding-top: 110px;
    padding-bottom: 70px;
    overflow: hidden
}

@media screen and (max-width: 74.9375em) {
    .section-03 {
        padding: 100px 0
    }
}

@media screen and (max-width: 63.9375em) {
    .section-03 {
        padding: 40px 0
    }
}

.section-03 .headings {
    width: 100%
}

.section-03 .people-slider {
    overflow: visible;
    margin-top: 40px
}

@media screen and (max-width: 74.9375em) {
    .section-03 .people-slider {
        padding-left: 45px;
        padding-right: 45px
    }
}

@media screen and (max-width: 39.9375em) {
    .section-03 .people-slider {
        margin-top: 20px
    }
}

.section-03 .swiper-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: stretch
}

.section-03 .swiper-slide {
    opacity: .3;
    height: auto;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

.section-03 .swiper-slide-active {
    opacity: 1
}

@media screen and (max-width: 39.9375em) {
    .section-03 .swiper-slide-active .person:before {
        background-image: url(https://drparadowska.pl/wp-content/uploads/2025/01/highlighted.avif);
        background-size: cover;
        background-repeat: no-repeat
    }

    .section-03 .swiper-slide-active .person .person__name {
        color: #fff
    }

    .section-03 .swiper-slide-active .person .person__job {
        color: #fcc689
    }
}

.section-03 .swiper-slide-active.swiper-slide {
    opacity: 1
}

.section-03 .swiper-slide-active.swiper-slide .person:before {
    background-image: url(https://drparadowska.pl/wp-content/uploads/2025/01/highlighted.avif);
    background-size: cover;
    background-repeat: no-repeat
}

.section-03 .swiper-slide-active.swiper-slide .person .person__name {
    color: #fff
}

.section-03 .swiper-slide-active.swiper-slide .person .person__job {
    color: #fcc689
}

@media screen and (max-width: 39.9375em) {
    .section-03 .swiper-slide-active.swiper-slide {
        opacity: .3
    }

    .section-03 .swiper-slide-active.swiper-slide .person:before {
        background: none
    }

    .section-03 .swiper-slide-active.swiper-slide .person .person__name {
        color: #0a0a0a
    }

    .section-03 .swiper-slide-active.swiper-slide .person .person__job {
        color: #6c6c6c
    }
}

.section-03 .swiper-slide-active.swiper-slide.swiper-slide {
    opacity: 1
}

@media screen and (max-width: 63.9375em) {
    .section-03 .swiper-slide-active.swiper-slide.swiper-slide {
        opacity: 1
    }
}

.section-03 .swiper-button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    margin-top: -70px
}

.section-03 .swiper-button .gallery-item__label:before, .section-03 .swiper-button .icon, .section-03 .swiper-button .treatment__header:before, .section-03 .swiper-button .treatment__link:before {
    font-size: 1.875rem;
    color: #a77032
}

.section-03 .swiper-button.swiper-prev {
    left: -3vw;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

@media screen and (max-width: 74.9375em) {
    .section-03 .swiper-button.swiper-prev {
        left: 10px
    }
}

.section-03 .swiper-button.swiper-next {
    right: -3vw
}

@media screen and (max-width: 74.9375em) {
    .section-03 .swiper-button.swiper-next {
        right: 10px
    }
}

.section-03 .swiper-icon {
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    cursor: pointer;
    margin-top: 40px
}

.section-03 .swiper-icon .gallery-item__label:before, .section-03 .swiper-icon .icon, .section-03 .swiper-icon .treatment__header:before, .section-03 .swiper-icon .treatment__link:before {
    color: #8c5416;
    font-size: 2.5rem
}

.section-03 .swiper-icon span {
    display: block;
    font-size: 1rem;
    letter-spacing: .005em;
    line-height: 1.375;
    color: #0a0a0a;
    margin-top: 10px
}

.section-03 .person {
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
    display: block
}

.section-03 .person:before {
    content: "";
    border: 1px solid #e6e6e6;
    position: absolute;
    left: 0;
    top: 85px;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

.section-03 .person__name {
    font-size: 1.25rem;
    letter-spacing: .005em;
    line-height: 1.3;
    color: #0a0a0a;
    font-weight: 500;
    margin-top: 25px;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

@media screen and (max-width: 39.9375em) {
    .section-03 .person__name {
        font-size: 1rem;
        letter-spacing: .005em;
        line-height: 1.375
    }
}

.section-03 .person__job {
    font-size: .8125rem;
    letter-spacing: .005em;
    line-height: 1.23077;
    color: #6c6c6c;
    margin-top: 5px;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

.section-03 .person.highlighted:before {
    background-image: url(https://drparadowska.pl/wp-content/uploads/2025/01/highlighted.avif);
    background-size: cover;
    background-repeat: no-repeat
}

.section-03 .person.highlighted .person__name {
    color: #fff
}

.section-03 .person.highlighted .person__job {
    color: #fcc689
}

.section-03 .person:hover:before {
    border-color: #773f00
}

.section-04 {
    padding-top: 110px;
    padding-bottom: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

@media screen and (max-width: 63.9375em) {
    .section-04 {
        padding: 30px 0
    }
}

.section-04 .section-helper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch;
    margin: 0 -2%
}

@media screen and (max-width: 63.9375em) {
    .section-04 .section-helper {
        flex-wrap: wrap;
        text-align: center
    }
}

.section-04 .reviews-content {
    width: 60.66%;
    margin: 0 1%;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 63.9375em) {
    .section-04 .reviews-content {
        width: 100%;
        margin-top: 20px
    }
}

.section-04 .reviews-slider {
    overflow: visible;
    padding-bottom: 60px
}

.section-04 .reviews-slider .swiper-wrapper {
    -webkit-box-align: stretch;
    align-items: stretch
}

.section-04 .reviews-slider .swiper-wrapper .swiper-slide {
    height: auto !important
}

.section-04 .swiper-pagination {
    bottom: 0 !important
}

.section-04 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #773f00
}

.section-04 .cell {
    width: 29.33%;
    margin: 0 2%
}

@media screen and (max-width: 63.9375em) {
    .section-04 .cell {
        width: 100%;
        margin-top: 20px
    }

    .section-04 .cell:first-child {
        margin-bottom: 30px;
        margin-top: 0
    }

    .section-04 .cell:nth-child(2), .section-04 .cell:nth-child(3) {
        width: 45%
    }
}

@media screen and (max-width: 47.9375em) {
    .section-04 .cell:nth-child(2), .section-04 .cell:nth-child(3) {
        width: 100%
    }
}

.section-04 .cell:first-child {
    padding-top: 20px
}

.section-04 .cell:first-child .btn {
    margin-top: 50px
}

@media screen and (max-width: 63.9375em) {
    .section-04 .cell:first-child .btn {
        margin-top: 30px
    }
}

.section-04 .review {
    padding-bottom: 10px;
    border-bottom: 2px solid #e1e1e1;
    height: 100%
}

.section-04 .review__top {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center
}

@media screen and (max-width: 63.9375em) {
    .section-04 .review__top {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center
    }
}

.section-04 .review__avatar {
    border-radius: 50%;
    overflow: hidden
}

.section-04 .review__name {
    font-size: 1rem;
    letter-spacing: .005em;
    line-height: 1.375;
    color: #000;
    font-weight: 500;
    padding-left: 20px
}

.section-04 .review__content {
    font-size: 1.125rem;
    letter-spacing: .005em;
    line-height: 1.77778;
    color: #773f00;
    font-weight: 500;
    padding-top: 25px
}

@media screen and (max-width: 74.9375em) {
    .section-04 .review__content {
        font-size: 1rem;
        letter-spacing: .005em;
        line-height: 1.625
    }
}

@media screen and (max-width: 63.9375em) {
    .section-04 .review__content {
        font-size: .9375rem;
        letter-spacing: .005em;
        line-height: 1.6
    }
}

.section-04 .review__bottom {
    font-size: .8125rem;
    letter-spacing: .005em;
    line-height: 1.38462;
    color: #6c6c6c;
    margin-top: 40px
}

@media screen and (max-width: 63.9375em) {
    .section-04 .review__bottom {
        margin-top: 20px
    }
}

.section-05 {
    padding-top: 140px;
    padding-bottom: 110px
}

@media screen and (max-width: 74.9375em) {
    .section-05 {
        padding: 80px 0
    }
}

@media screen and (max-width: 63.9375em) {
    .section-05 {
        padding: 40px 0
    }
}

.section-05 .news-grid {
    margin-top: 30px
}

@media screen and (max-width: 63.9375em) {
    .section-05 .news-grid {
        margin-top: 20px
    }
}

.section-05 .section__top {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

@media screen and (max-width: 63.9375em) {
    .section-05 .section__top {
        display: block;
        text-align: center
    }

    .section-05 .section__top .btn {
        margin-top: 30px
    }
}

.section-06 .gmap {
    height: 700px
}

@media screen and (max-width: 63.9375em) {
    .section-06 .gmap {
        height: 500px
    }
}

.section-06 .infowindow-content {
    padding: 10px
}

.section-06 .infowindow-content .title {
    font-size: 1rem;
    letter-spacing: .005em;
    line-height: 1.5625;
    font-weight: 600;
    color: #0a0a0a
}

.section-06 .infowindow-content .address {
    font-size: .875rem;
    letter-spacing: .005em;
    line-height: 1.78571;
    color: #bf8443;
    margin-top: 5px
}

.side-nav {
    width: 100%
}

.side-nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%
}

.side-nav__item {
    margin-top: 5px;
    display: block;
    width: 100%;
    border: 1px solid #e9e9e9
}

.side-nav__link {
    padding: 13px 22px;
    font-size: .9375rem;
    letter-spacing: .005em;
    line-height: 2.13333;
    color: #6c6c6c;
    background-color: #f6f5f3;
    display: block;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

.side-nav__link.active, .side-nav__link:hover {
    color: #fff
}

@media screen and (max-width: 74.9375em) {
    .side-nav__link {
        font-size: .8125rem;
        letter-spacing: .005em;
        line-height: 2;
        padding: 8px 15px
    }
}

.subpage-banner {
    position: relative;
    height: 413px;
    background: #000
}

.subpage-banner__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: 1;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.subpage-banner__content {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    padding-top: 50px;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px
}

@media screen and (max-width: 74.9375em) {
    .subpage-banner__content {
        padding-left: 30px;
        padding-right: 30px
    }
}

.subpage-banner__title {
    font-size: 3.75rem;
    letter-spacing: .005em;
    line-height: 1.16667;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;
    text-align: center
}

@media screen and (max-width: 74.9375em) {
    .subpage-banner__title {
        font-size: 1.875rem;
        letter-spacing: .005em;
        line-height: 1.2
    }
}

@media screen and (max-width: 47.9375em) {
    .subpage-banner__title {
        font-size: 1.5rem;
        letter-spacing: .005em;
        line-height: 1.33333
    }
}

.subpage-banner .socials-box {
    position: absolute;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4
}

@media screen and (max-width: 63.9375em) {
    .subpage-banner .socials-box {
        left: 10px
    }
}

@media screen and (max-width: 47.9375em) {
    .subpage-banner .socials-box {
        top: 20px;
        -webkit-transform: none;
        transform: none;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        align-items: center
    }
}

.subpage-banner .social-link {
    display: table;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 46px;
    height: 46px;
    position: relative;
    margin: 20px 0;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

@media screen and (max-width: 47.9375em) {
    .subpage-banner .social-link {
        margin: 10px 5px
    }
}

.subpage-banner .social-link:hover {
    background-color: hsla(0, 0%, 100%, .2)
}

.subpage-banner .social-link .gallery-item__label:before, .subpage-banner .social-link .icon, .subpage-banner .social-link .treatment__header:before, .subpage-banner .social-link .treatment__link:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff
}

.subpage-banner .scroll-down {
    position: absolute;
    bottom: 20px;
    right: 11vw;
    -webkit-transform: rotate(-90deg) translateX(15px) translateY(10px);
    transform: rotate(-90deg) translateX(15px) translateY(10px);
    z-index: 4;
    font-size: .75rem;
    letter-spacing: .005em;
    line-height: .66667;
    color: #fff;
    cursor: pointer
}

@media screen and (max-width: 47.9375em) {
    .subpage-banner .scroll-down {
        display: none
    }
}

.subpage-banner .scroll-down:before {
    content: "";
    width: 150px;
    height: 1px;
    background-color: #c9c9c9;
    position: absolute;
    right: -20px;
    top: -20px
}

.page--about .section-number {
    display: none
}

.page--about .heading:nth-child(2) {
    margin-top: 0
}

.page--about .gallery .gallery-grid {
    margin-top: 20px
}

.page--about .gallery .buttons {
    text-align: center;
    margin-top: 70px
}

@media screen and (max-width: 47.9375em) {
    .page--about .gallery .buttons {
        margin-top: 40px
    }
}

.blog-details .post-title {
    margin-bottom: 15px
}

.blog-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -1%
}

.blog-item {
    margin: 0 1%;
    width: 31.33%;
    margin-top: 20px
}

@media screen and (max-width: 63.9375em) {
    .blog-item {
        width: 48%
    }
}

@media screen and (max-width: 39.9375em) {
    .blog-item {
        width: 100%
    }
}

.blog-item:hover .blog-item__title {
    color: #773f00
}

.blog-item__image {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative
}

.blog-item__excerpt p {
    margin: 0;
    font-size: .875rem;
    letter-spacing: .005em;
    line-height: 1.57143;
    color: #6c6c6c
}

.blog-item__date {
    padding: 5px 10px;
    display: table;
    color: #fff;
    font-weight: 600;
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: .875rem
}

.blog-item__title {
    font-size: .9375rem;
    letter-spacing: .005em;
    line-height: 1.46667;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

.blog-item__content {
    padding: 10px;
    padding-bottom: 20px;
    position: relative;
    border: 2px solid #f9f9f9
}

.page--contact .heading:nth-child(2) {
    margin-top: 2px
}

.page--contact .contact-boxes {
    margin-top: 60px
}

@media screen and (max-width: 39.9375em) {
    .page--contact .contact-boxes {
        margin-top: 30px
    }
}

.boxes {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch;
    margin-top: -1px
}

@media screen and (max-width: 63.9375em) {
    .boxes {
        flex-wrap: wrap;
        text-align: center
    }
}

.boxes__left {
    width: 49%;
    border: 1px solid #e0e0e0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 40px 40px 10px 44px
}

.boxes__left .boxes__content {
    padding-left: 40px;
    margin-top: -4px
}

@media screen and (max-width: 74.9375em) {
    .boxes__left .boxes__content {
        padding-left: 20px
    }
}

@media screen and (max-width: 63.9375em) {
    .boxes__left .boxes__content {
        margin-top: 15px;
        padding-left: 0
    }
}

@media screen and (max-width: 74.9375em) {
    .boxes__left {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width: 63.9375em) {
    .boxes__left {
        width: 100%;
        display: block;
        padding: 20px;
        padding-bottom: 10px
    }
}

.boxes__right {
    width: 50%;
    padding: 18px 40px 10px 64px
}

@media screen and (max-width: 74.9375em) {
    .boxes__right {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width: 63.9375em) {
    .boxes__right {
        width: 100%;
        padding: 20px;
        padding-bottom: 10px
    }
}

.boxes__content *, .boxes__content p {
    font-size: 1.125rem;
    letter-spacing: .005em;
    line-height: 1.55556;
    color: #6c6c6c
}

@media screen and (max-width: 47.9375em) {
    .boxes__content *, .boxes__content p {
        font-size: .9375rem;
        letter-spacing: .005em;
        line-height: 1.6
    }
}

.boxes__content a {
    -webkit-transition: .1s linear;
    transition: .1s linear
}

.boxes__content a:hover {
    color: #ac7a41
}

.boxes__content h1 {
    font-size: 1.375rem;
    letter-spacing: .005em;
    line-height: 1.27273;
    font-weight: 700;
    color: #0a0a0a
}

@media screen and (max-width: 63.9375em) {
    .boxes__content h1 {
        font-size: 1.125rem;
        letter-spacing: .005em;
        line-height: 1.33333
    }
}

.boxes__content .parking a {
    -webkit-transition: .1s linear;
    transition: .1s linear;
    color: #a77032;
    position: relative;
    padding-right: 14px;
    display: inline-block;
    font-size: 1rem;
    letter-spacing: .005em;
    line-height: 1.75;
    font-weight: 600
}

.boxes__content .parking a:before {
    content: "";
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #a77032
}

.boxes__content .parking a .gallery-item__label:before, .boxes__content .parking a .icon, .boxes__content .parking a .treatment__header:before, .boxes__content .parking a .treatment__link:before {
    font-size: 12px;
    color: #a77032;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.boxes__content .parking a:hover {
    color: #773f00
}

.slider {
    position: relative
}

.slider .socials-box {
    position: absolute;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

@media screen and (max-width: 63.9375em) {
    .slider .socials-box {
        left: 10px
    }
}

@media screen and (max-width: 47.9375em) {
    .slider .socials-box {
        top: 20px;
        -webkit-transform: none;
        transform: none;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        align-items: center
    }
}

.slider .social-link {
    display: table;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 46px;
    height: 46px;
    position: relative;
    margin: 20px 0;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

@media screen and (max-width: 47.9375em) {
    .slider .social-link {
        margin: 10px 5px
    }
}

.slider .social-link:hover {
    background-color: hsla(0, 0%, 100%, .2)
}

.slider .social-link .gallery-item__label:before, .slider .social-link .icon, .slider .social-link .treatment__header:before, .slider .social-link .treatment__link:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff
}

.slider .scroll-down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: rotate(-90deg) translateX(15px) translateY(10px);
    transform: rotate(-90deg) translateX(15px) translateY(10px);
    z-index: 2;
    font-size: .75rem;
    letter-spacing: .005em;
    line-height: .66667;
    color: #fff;
    cursor: pointer
}

@media screen and (max-width: 47.9375em) {
    .slider .scroll-down {
        display: none
    }
}

.slider .scroll-down:before {
    content: "";
    width: 150px;
    height: 1px;
    background-color: #c9c9c9;
    position: absolute;
    right: -20px;
    top: -20px
}

.slider .swiper-slide {
    height: 782px;
    height: calc(100vh - 141px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative
}

@media screen and (max-width: 63.9375em) {
    .slider .swiper-slide {
        height: calc(calc(100vw * 1238) / 1920);
    }
}

.slider .swiper-slide__content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 60%
}

@media screen and (max-width: 47.9375em) {
    .slider .swiper-slide__content {
        width: 90%
    }
}

.slider .swiper-slide__heading {
    font-size: 5.25rem;
    letter-spacing: .005em;
    line-height: 1.19048;
    color: #fff;
    font-weight: 300
}

@media screen and (max-width: 89.9375em) {
    .slider .swiper-slide__heading {
        font-size: 3.75rem;
        letter-spacing: .005em;
        line-height: 1.33333
    }
}

@media screen and (max-width: 63.9375em) {
    .slider .swiper-slide__heading {
        font-size: 2.5rem;
        letter-spacing: .005em;
        line-height: 1.35
    }
}

@media screen and (max-width: 28.0625em) {
    .slider .swiper-slide__heading {
        font-size: 1.5rem;
        letter-spacing: .005em;
        line-height: 1.25
    }
}

.slider .swiper-slide__text {
    text-transform: uppercase;
    font-size: .8125rem;
    letter-spacing: .5em;
    line-height: 1.23077;
    font-weight: 200;
    color: #fff
}

.slider .swiper-slide .btn {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    min-width: 150px
}

.slider .swiper-wrapper {
    position: relative
}

.slider .swiper-container .swiper-pagination {
    position: absolute;
    right: 0;
    top: 50%;
    left: auto;
    bottom: auto;
    width: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (max-width: 63.9375em) {
    .slider .swiper-container .swiper-pagination {
        top: auto;
        -webkit-transform: none;
        transform: none;
        bottom: 20px
    }
}

.slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background: none;
    position: relative;
    display: table;
    margin: 10px 0;
    padding-right: 110px;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

.slider .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    width: 92px;
    background-color: #d09757
}

.slider .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .number {
    opacity: 1
}

.slider .swiper-container .swiper-pagination .swiper-pagination-bullet .number {
    opacity: 0;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    font-size: .75rem;
    letter-spacing: .005em;
    line-height: .66667;
    color: #fff
}

.slider .swiper-container .swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    width: 74px;
    height: 1px;
    background: #dbdbdb;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

.page {
    padding: 110px 0
}

@media screen and (max-width: 47.9375em) {
    .page {
        padding: 50px 0
    }
}

@media screen and (max-width: 39.9375em) {
    .page {
        padding: 40px 0
    }
}

@media screen and (max-width: 74.9375em) {
    .page--people-details .section-01 .section-helper {
        flex-wrap: wrap
    }
}

@media screen and (max-width: 47.9375em) {
    .page--people-details .section-01 .section-helper {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        align-items: flex-start;
        flex-wrap: wrap
    }
}

.page--people-details .section .section__left {
    width: 65%
}

@media screen and (max-width: 74.9375em) {
    .page--people-details .section .section__left {
        width: 100%;
        -webkit-box-ordinal-group: 2 !important;
        order: 1 !important;
        text-align: center;
        margin-top: 30px
    }
}

.page--people-details .section .section__right {
    width: 30%;
    padding-right: 0 !important
}

@media screen and (max-width: 74.9375em) {
    .page--people-details .section .section__right {
        width: 100%;
        -webkit-box-ordinal-group: 1 !important;
        order: 0 !important;
        text-align: center
    }

    .page--people-details .section .section__right .image-helper {
        margin-left: auto;
        margin-right: auto
    }
}

.page--people-details .gallery-helper {
    margin-top: 40px
}

@media screen and (max-width: 63.9375em) {
    .page--people-details .gallery-helper {
        margin-top: 20px
    }
}

.page--people-details .person-register {
    padding: 80px 0
}

@media screen and (max-width: 63.9375em) {
    .page--people-details .person-register {
        padding: 40px 0
    }
}

.rates-box {
    border-bottom: 1px solid #e5e5e5;
    padding: 25px 0
}

@media screen and (max-width: 47.9375em) {
    .rates-box {
        padding: 15px 0;
        padding-top: 30px
    }
}

@media screen and (max-width: 39.9375em) {
    .rates-box {
        text-align: center
    }
}

.rates-box:first-child {
    padding-top: 0
}

.rates-box:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.rates-box p {
    margin-bottom: 5px
}

.rates-box *, .rates-box p {
    font-size: 1rem;
    letter-spacing: .005em;
    line-height: 2;
    color: #6c6c6c
}

@media screen and (max-width: 47.9375em) {
    .rates-box *, .rates-box p {
        font-size: .875rem;
        letter-spacing: .005em;
        line-height: 1.85714
    }
}

@media screen and (max-width: 39.9375em) {
    .rates-box *, .rates-box p {
        text-align: center
    }
}

@media screen and (max-width: 28.0625em) {
    .rates-box *, .rates-box p {
        font-size: .8125rem;
        letter-spacing: .005em;
        line-height: 1.69231
    }
}

.rates-box * b, .rates-box h1, .rates-box p b {
    color: #000;
    font-weight: 600
}

.rates-box h1 {
    font-size: 1.5625rem;
    letter-spacing: .005em;
    line-height: 1.44
}

@media screen and (max-width: 47.9375em) {
    .rates-box h1 {
        font-size: 1.375rem;
        letter-spacing: .005em;
        line-height: 1.18182
    }
}

@media screen and (max-width: 39.9375em) {
    .rates-box h1 {
        font-size: 1.125rem;
        letter-spacing: .005em;
        line-height: 1.33333
    }
}

.page--treatments .section-top {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

@media screen and (max-width: 47.9375em) {
    .page--treatments .section-top {
        flex-wrap: wrap;
        text-align: center
    }
}

.page--treatments .section-top .cke-content, .page--treatments .section-top .headings {
    width: 50%
}

@media screen and (max-width: 47.9375em) {
    .page--treatments .section-top .cke-content, .page--treatments .section-top .headings {
        width: 100%
    }
}

.page--treatments .section-top .cke-content {
    padding-top: 40px
}

@media screen and (max-width: 47.9375em) {
    .page--treatments .section-top .cke-content {
        padding-top: 20px
    }
}

.treatments {
    margin-top: 40px
}

@media screen and (max-width: 47.9375em) {
    .treatments {
        margin-top: 20px
    }
}

.treatment {
    border: 1px solid #e9e9e9;
    margin-top: 20px
}

@media screen and (max-width: 47.9375em) {
    .treatment {
        margin-top: 10px
    }
}

.treatment__header {
    padding: 20px 38px;
    background-color: #f6f5f3;
    font-size: 1.3125rem;
    letter-spacing: .005em;
    line-height: 1.71429;
    color: #0a0a0a;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    padding-right: 100px
}

@media screen and (max-width: 47.9375em) {
    .treatment__header {
        padding: 10px 20px;
        padding-right: 70px;
        font-size: 1rem;
        letter-spacing: .005em;
        line-height: 1.625
    }
}

@media screen and (max-width: 28.0625em) {
    .treatment__header {
        font-size: .9375rem;
        letter-spacing: .005em;
        line-height: 1.46667
    }
}

.treatment__header:before {
    position: absolute;
    top: 50%;
    right: 35px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    color: #ac7a41;
    z-index: 2;
    pointer-events: none;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

@media screen and (max-width: 47.9375em) {
    .treatment__header:before {
        right: 25px
    }
}

.treatment__header:after {
    content: "";
    width: 86px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f0efec;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: .1s linear;
    transition: .1s linear
}

@media screen and (max-width: 47.9375em) {
    .treatment__header:after {
        width: 60px
    }
}

.treatment__header.active {
    color: #f6f5f3
}

.treatment__header.active:before {
    color: #fffefe;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg)
}

.treatment__header.active:after {
    background-color: #965c1b
}

.treatment__content {
    margin: 40px;
    overflow: hidden;
    margin-bottom: 20px
}

@media screen and (max-width: 63.9375em) {
    .treatment__content {
        margin: 20px
    }
}

.treatment__excerpt {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

@media screen and (max-width: 47.9375em) {
    .treatment__excerpt {
        display: block;
        text-align: center
    }
}

.treatment__left {
    width: 40%
}

@media screen and (max-width: 47.9375em) {
    .treatment__left {
        width: 100%
    }
}

.treatment__right {
    width: 55%;
    padding-right: 30px
}

@media screen and (max-width: 47.9375em) {
    .treatment__right {
        width: 100%;
        padding-right: 0;
        margin-top: 20px
    }
}

.treatment__heading {
    font-size: 1.3125rem;
    letter-spacing: .005em;
    line-height: 1.52381;
    color: #93775f;
    position: relative;
    margin-top: 50px
}

@media screen and (max-width: 47.9375em) {
    .treatment__heading {
        margin-top: 20px
    }
}

.treatment__heading:after {
    content: "";
    left: 100%;
    height: 2px;
    width: 9999px;
    background-color: #ebebeb;
    position: absolute;
    top: 50%;
    margin-left: 30px
}

.treatment__single {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 12px
}

@media screen and (max-width: 28.0625em) {
    .treatment__single {
        display: block
    }
}

.treatment__name {
    font-size: 1rem;
    letter-spacing: .005em;
    line-height: 2;
    color: #151414;
    font-weight: 600
}

@media screen and (max-width: 47.9375em) {
    .treatment__name {
        font-size: .875rem;
        letter-spacing: .005em;
        line-height: 1.28571
    }
}

@media screen and (max-width: 39.9375em) {
    .treatment__name {
        font-size: .8125rem;
        letter-spacing: .005em;
        line-height: 1.38462
    }
}

.treatment__link {
    font-size: 1rem;
    letter-spacing: .005em;
    line-height: 1.75;
    color: #a66f31;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-right: 15px;
    padding-left: 0;
    margin-left: 15px;
    font-weight: 600
}

@media screen and (max-width: 47.9375em) {
    .treatment__link {
        font-size: .875rem;
        letter-spacing: .005em;
        line-height: 1.28571
    }
}

@media screen and (max-width: 28.0625em) {
    .treatment__link {
        padding-left: 0;
        margin-left: auto
    }
}

.treatment__link:before {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ac7a41;
    z-index: 2;
    pointer-events: none;
    text-decoration: none;
    font-size: .75rem
}

@media screen and (max-width: 47.9375em) {
    .treatment__link:before {
        font-size: .625rem
    }
}

.treatment__link:hover {
    color: #773f00
}

.page--treatment-details .price-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 45px 0;
    margin-bottom: 15px
}

@media screen and (max-width: 63.9375em) {
    .page--treatment-details .price-row {
        display: block;
        text-align: center;
        margin: 20px 0
    }
}

.page--treatment-details .price-row .title {
    font-size: 1.75rem;
    letter-spacing: .005em;
    line-height: 1.60714;
    color: #0a0a0a;
    font-weight: 600;
    padding-right: 30px
}

@media screen and (max-width: 992px) {
    .breadcrumb__item{
        text-align:center;
    }
}
@media screen and (max-width: 74.9375em) {
    .page--treatment-details .price-row .title {
        font-size: 1.375rem;
        letter-spacing: .005em;
        line-height: 1.72727
    }
}

@media screen and (max-width: 63.9375em) {
    .page--treatment-details .price-row .title {
        margin-bottom: 20px;
        padding-right: 0
    }
}

.page--treatment-details .table-details {
    margin-top: 50px
}

@media screen and (max-width: 74.9375em) {
    .page--treatment-details .table-details {
        margin-top: 30px
    }
}

.page--treatment-details .table-details .row {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 14px
}

.page--treatment-details .table-details .row:nth-child(odd) {
    background-color: #f6f5f3
}

@media screen and (max-width: 74.9375em) {
    .page--treatment-details .table-details .row {
        display: block
    }
}

.page--treatment-details .table-details .row div {
    font-size: .9375rem;
    letter-spacing: .005em;
    line-height: 1.66667
}

@media screen and (max-width: 74.9375em) {
    .page--treatment-details .table-details .row div {
        font-size: .875rem;
        letter-spacing: .005em;
        line-height: 1.57143
    }
}

.page--treatment-details .table-details .row div:first-child {
    font-weight: 600;
    color: #0a0a0a;
    text-align: right;
    width: 25%
}

@media screen and (max-width: 74.9375em) {
    .page--treatment-details .table-details .row div:first-child {
        width: 100%;
        text-align: center
    }
}

.page--treatment-details .table-details .row div:nth-child(2) {
    font-weight: 400;
    color: #6c6c6c;
    text-align: left;
    width: 60%;
    padding-left: 30px
}

@media screen and (max-width: 74.9375em) {
    .page--treatment-details .table-details .row div:nth-child(2) {
        width: 100%;
        padding-left: 0;
        text-align: center
    }
}

@media screen and (max-width: 1200px) {
    .hide-rwd {
        display: none !important;
    }
}

.medidesk-widget {
    position: static !important;
}

.medidesk-widget-open {
    width: 100% !important;
    z-index: 1 !important;
}

.paginations {
    margin: 35px 0 55px;
    text-align: center
}

.paginations ul.page-numbers {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none
}

.paginations ul.page-numbers li {
    margin: 0;
    padding: 0
}

.paginations .page-numbers {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-width: 22px;
    height: 28px;
    color: #6f6f6f;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out
}

.paginations a.page-numbers:hover, .paginations a.page-numbers:focus {
    color: #ccb091;
    text-decoration: none
}

.paginations .page-numbers.current {
    color: #1f1f1f;
    cursor: default
}

.paginations .page-numbers.dots {
    color: #6f6f6f
}
